/* ========================================
  基本設定・リセット
======================================== */
@charset "UTF-8";
:root {
  --design-width: 1920;
}
@media screen and (max-width: 767px) {
  :root {
    --design-width: 375;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
}

body {
  line-height: 1;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

:focus {
  outline: none;
}

/*
フォント
https://fonts.google.com/noto/specimen/Noto+Sans+JP?query=noto+sans+jp
*/
/* ========================================
  共通スタイル
======================================== */
body .pca-hub-wrap, input, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-size: 16px;
  width: 100%;
  color: #333;
}

.win body .pca-hub-wrap, .win input, .win select, .win textarea {
  font-weight: 400;
}

body.fixed {
  position: fixed;
  width: 100%;
}

/* ========================================
  レイアウト用クラス
======================================== */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.l-wrap-01 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.l-wrap-02 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-wrap-03 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .l-wrap-sp-plr {
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);
  }
}

.pca-hub-wrap a:not(.as_btn_lg) {
  color: #333;
}

.pca-hub-wrap a.link_txt, .pca-hub-wrap a.link_txt:link, .pca-hub-wrap a.link_txt:visited, .pca-hub-wrap a.link_txt:hover, .pca-hub-wrap a.link_txt:active {
  color: #00529f;
}

.pca-hub-main {
  left: 0;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .pca-hub-wrap .only-pc {
    display: none !important;
  }
  .pca-hub-wrap .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .pca-hub-wrap .only-sp {
    display: none !important;
  }
}
.pca-hub-wrap .breadcrumbs ol li a {
  color: #00529F;
}

/* セクション用 */
.l-section {
    padding: 120px 0;
    background-color: #F9FCFF;
}
.l-section--80 {
  padding: 80px 0;
}
/* padding */
.l-section.--v-pb-100 {
    padding-bottom: min(100 / var(--design-width) * 100vw, 100px);
}
.l-section.--v-pt-0 {
    padding-top: 0;
}
@media (max-width: 767px) {
  .l-section {
    padding: 100px 0;
  }
  .l-section--80 {
    padding: 60px 0;
  }
}

/* 背景色バリエーション */
.l-section--white {
  background-color: #FFFFFF;
}
.l-section--01 {
  background-color: #F0F6FA;
}
.l-section--02 {
  background-color: #F0F0F0;
}
.l-section--grd-bl-03 {
  background: linear-gradient(96.69deg, #1292D9 30.08%, #00529F 94.63%);
}
.l-section--grd-05 {
  background: linear-gradient(99.61deg, #FFFFFF 31.66%, #EDEDED 96.91%);
}
.l-section--grd-06 {
  background: linear-gradient(100deg, #DBDADA 31.66%, #EDEDED 96.91%);
}

/* ========================================
  ホバーエフェクト
======================================== */
.u-hover-effect, .c-button--hover-slide, .u-hover-effect-bg-01, .p-pca-hub__link, .u-hover-effect-sub-eDOC_01, .c-button--hover-slide-edoc-01, .u-hover-effect-green, .c-button--hover-slide-green, .u-hover-effect-blue, .c-button--hover-slide-blue {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.u-hover-effect::before, .c-button--hover-slide::before, .u-hover-effect-bg-01::before, .p-pca-hub__link::before, .u-hover-effect-sub-eDOC_01::before, .c-button--hover-slide-edoc-01::before, .u-hover-effect-green::before, .c-button--hover-slide-green::before, .u-hover-effect-blue::before, .c-button--hover-slide-blue::before {
  position: absolute;
  top: -25%;
  left: -210%;
  content: "";
  display: block;
  width: 200%;
  height: 150%;
  background: linear-gradient(to right, rgb(217, 232, 255) 60%, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 100%);
  transform: skewX(-30deg);
  filter: blur(8px);
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.u-hover-effect:hover::before, .c-button--hover-slide:hover::before, .u-hover-effect-bg-01:hover::before, .p-pca-hub__link:hover::before, .u-hover-effect-sub-eDOC_01:hover::before, .c-button--hover-slide-edoc-01:hover::before, .u-hover-effect-green:hover::before, .c-button--hover-slide-green:hover::before, .u-hover-effect-blue:hover::before, .c-button--hover-slide-blue:hover::before {
  left: -20%;
  transition: left 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* カラー別ホバーエフェクト */
.u-hover-effect-blue::before, .c-button--hover-slide-blue::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 60%, rgba(0, 82, 159, 0.8) 85%, rgb(0, 82, 159) 100%);
}
.u-hover-effect-green::before, .c-button--hover-slide-green::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 60%, rgba(143, 195, 31, 0.8) 85%, rgb(143, 195, 31) 100%);
}
.u-hover-effect-sub-eDOC_01::before, .c-button--hover-slide-edoc-01::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 60%, rgba(91, 88, 79, 0.8) 85%, rgb(91, 88, 79) 100%);
}
.u-hover-effect-bg-01::before, .p-pca-hub__link::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 60%, rgba(240, 246, 250, 0.8) 85%, rgb(240, 246, 250) 100%);
}

/* リンクホバー */
.u-hover-link, .modal-link__text, .p-anchor-link__link, .p-banner-section__link, .c-text-link {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.u-hover-link:hover, .modal-link__text:hover, .p-anchor-link__link:hover, .p-banner-section__link:hover, .c-text-link:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* ========================================
  ボタンコンポーネント
======================================== */
.c-button, .c-button-simulation {
  position: relative;
  width: 12.5vw;
  min-width: 200px;
  min-height: 54px;
  padding: 12px 30px 12px 20px;
  border-radius: 27px;
  display: inline-block;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button--hover-slide:hover,
.c-button--hover-slide-blue:hover,
.c-button--hover-slide-green:hover,
.c-button--hover-slide-edoc-01:hover {
  opacity: 0.8;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-button, .c-button-simulation {
    width: 100%;
    padding: 10px 30px 10px 20px;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .c-button, .c-button-simulation {
    width: 100%;
    padding: 8px 30px 8px 20px;
    min-height: 43px;
    max-width: auto;
    min-width: auto;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.4);
  }
}

/* ボタンバリエーション - ボーダー */
.c-button--border {
  border: 2px solid #00529F;
  padding: 10px 18px;
}

/* ボタンバリエーション - サイズ */
.c-button--xs {
  min-height: 46px;
  border-radius: 30px;
  padding: 10px 50px;
}
.c-button--sm {
  min-height: 46px;
  border-radius: 30px;
  padding: 10px 50px;
}
.c-button--md {
  min-height: 54px;
}
.c-button--lg {
  min-height: 62px;
  min-width: 320px;
  border-radius: 31px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
}
.c-button--xl {
  min-height: 59px;
  min-width: 360px;
  border-radius: 40px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 40px;
}
.c-button--2xl {
  width: 100%;
  min-height: 120px;
  border-radius: 60px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 36px 20px;
  font-weight: 900;
}

@media (min-width: 768px) and (max-width: 1366px) {
  .c-button--xs {
    padding: 10px 20px;
  }
  .c-button--sm {
    padding: 10px 20px;
  }
  .c-button--lg {
    min-height: 54px;
    min-width: 100%;
    max-width: 100%;
  }
  .c-button--xl {
    min-width: auto;
    padding: 12px 30px 12px 20px;
  }
  .c-button--2xl {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    padding: 26px 20px;
  }
}
@media (max-width: 767px) {
  .c-button--xs {
    padding: 10px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .c-button--sm {
    min-height: 55px;
    padding: 14px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .c-button--md {
    padding: 12px 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .c-button--lg {
    min-height: 47px;
    min-width: 100%;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .c-button--xl {
    padding: 12px 30px 12px 20px;
    min-width: 100%;
  }
  .c-button--2xl {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 16px 40px;
    min-height: 89px;
  }
}

.c-button--free {
  width: auto;
  display: inline-block;
}
.c-button--shadow-none {
  box-shadow: none;
}
.c-button--icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 30px;
  padding: 14px 37px;
  gap: 10px;
}

/* ボタンカラーバリエーション */
.c-button--blue {
  background-color: #00529F !important;
}
.c-button--green {
  background-color: #8FC31F !important;
}
.c-button--edoc-color {
  background-color: #5B584F !important;
}

/* ボタンテキスト */
.c-button__text {
  position: relative;
  color: #FFFFFF;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
}
.c-button__text--blue {
  color: #00529F;
}
.c-button__text--green {
  color: #8FC31F;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-button__text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .c-button__text {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

/* アイコン */
.c-button__text--icon {
  font-size: clamp(16px, 0.9375vw, 18px);
  min-width: 7.2916666667vw;
}

/* テキストサイズ */
.c-button__text--sm {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.c-button__text--lg {
  font-size: clamp(20px, 1.25vw, 24px);
  letter-spacing: 0.12em;
}
.c-button__text--xl {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.36;
}
.c-button__text--2xl {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-button__text--sm {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
  .c-button__text--lg {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
  .c-button__text--xl {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
  .c-button__text--2xl {
    font-size: clamp(24px, 2.3426061493vw, 32px);
  }
}
@media (max-width: 767px) {
  .c-button__text--sm {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .c-button__text--lg {
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .c-button__text--xl {
    font-size: clamp(16px, 4.8vw, 18px);
    line-height: 1.5;
  }
  .c-button__text--2xl {
    font-size: clamp(28px, 8.5333333333vw, 32px);
    line-height: 1.31;
  }

  /* SP */
  .c-button__text--sp-xs {
    font-size: clamp(11px, 3.4666666667vw, 13px);
  }
  .c-button__text--sp-sm {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
  .c-button__text--sp-lg {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.c-button__icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.c-button__icon--arrow {
  width: 16px;
  height: 16px;
}

/* シミュレーションボタン */
.c-button-simulation {
  width: 100%;
  padding: 24px 100px;
  border-radius: 20px;
}
.c-button-simulation:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-button-simulation {
    padding: 24px 40px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .c-button-simulation {
    padding: 24px 28px 24px 18px;
  }
}
.c-button-simulation__text {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  line-height: 1.44;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-button-simulation__text {
    font-size: clamp(24px, 2.3426061493vw, 32px);
  }
}
@media (max-width: 767px) {
  .c-button-simulation__text {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    line-height: 1.3;
  }
}
.c-button-simulation__icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .c-button-simulation__icon {
    margin-right: 8px;
  }
}

.c-tug {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.21;
  padding: 4px 8px;
  background-color: #F0F6FA;
  border-radius: 4px;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-tug {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}

.c-label-border {
  display: inline-block;
  padding: 11px;
  font-size: min(14 / var(--design-width) * 100vw, 14px);
  line-height: 1.43;
  font-weight: 700;
  border: 1px solid #5B584F;
  background-color: #FFFFFF;
  border-radius: 4px;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-label-border {
    font-size: clamp(11px, 1.0248901903vw, 14px);
    padding: 7px 11px;
  }
}
@media (max-width: 767px) {
  .c-label-border {
    font-size: min(12 / var(--design-width) * 100vw, 12px);
    line-height: 1.5;
    padding: 7px 11px;
  }
}
.c-label-border--sm {
  border: 1px solid #CBCBCB;
  padding: 5px 7px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.19;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-label-border--sm {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}

.c-label-blue {
  display: inline-block;
  padding: 8px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.38;
  font-weight: 700;
  background-color: #D9E8FF;
  letter-spacing: 0.12em;
  color: #00529F;
  text-align: center;
  width: 9.375vw;
  border-radius: 6px;
}
.c-label-blue--xs {
  width: 6.7708333333vw;
}
.c-label-blue--sm {
  width: 8.3333333333vw;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-label-blue {
    font-size: clamp(11px, 1.0248901903vw, 14px);
  }
}
@media (max-width: 767px) {
  .c-label-blue {
    padding: 5px;
    font-size: clamp(7px, 2.1333333333vw, 8px);
    width: 24.8vw;
    border-radius: 4px;
  }
}

/* ========================================
  見出しコンポーネント
======================================== */
.c-heading {
  text-align: center;
}
.c-heading__title {
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(40px, 2.7083333333vw, 52px);
  line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-heading__title {
    font-size: clamp(36px, 3.2210834553vw, 44px);
  }
}
@media (max-width: 767px) {
  .c-heading__title {
    font-size: clamp(36px, 10.6666666667vw, 40px);
    line-height: 1.3;

  .c-heading__title.--v-sp-small {
      font-size: min(26 / var(--design-width) * 100vw, 26px);
    }
  }
}
.c-heading__title--icon {
  font-size: clamp(36px, 2.2916666667vw, 44px);
  line-height: 1.48;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-heading__title--icon {
    font-size: clamp(36px, 3.2210834553vw, 44px);
  }
}
@media (max-width: 767px) {
  .c-heading__title--icon {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    line-height: 1.46;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.c-heading__title--sm {
  font-size: clamp(36px, 2.2916666667vw, 44px);
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-heading__title--sm {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .c-heading__title--sm {
    white-space: normal;
    font-size: clamp(28px, 8.5333333333vw, 32px);
  }
}
.c-heading__title--03 {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  line-height: 1.88;
}
@media (max-width: 767px) {
  .c-heading__title--03 {
    line-height: 1.5;
  }
}
.c-heading__text {
  margin-top: 40px;
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-heading__text {
    margin-top: 30px;
    font-size: clamp(22px, 2.0497803807vw, 28px);
  }
}
@media (max-width: 767px) {
  .c-heading__text {
    margin-top: 32px;
    font-size: clamp(20px, 6.4vw, 24px);
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .c-heading__text--sub {
    margin-top: 40px;
  }
}
.c-heading__text--regular {
  font-weight: 400;
}
.c-heading__icon {
  width: 7.8125vw;
  height: 7.8125vw;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-heading__icon {
    width: 10.980966325vw;
    height: 10.980966325vw;
  }
}
@media (max-width: 767px) {
  .c-heading__icon {
    width: 150px;
    height: 150px;
  }
}

.c-list-heading {
  display: flex;
  flex-direction: row;
  gap: 54px;
  color: #666666;
}
@media (max-width: 767px) {
  .c-list-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.c-list-heading__logo {
  width: 5.7291666667vw;
}
@media (max-width: 767px) {
  .c-list-heading__logo {
    width: 62px;
  }
}
@media (max-width: 767px) {
  .c-list-heading__top-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.c-list-heading__text-content {
  display: flex;
  flex-direction: column;
  color: #666666;
  gap: 18px;
}
@media (max-width: 767px) {
  .c-list-heading__text-content {
    text-align: center;
  }
}
.c-list-heading__span {
  margin-bottom: -12px;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-list-heading__span {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}
.c-list-heading__title {
  font-size: clamp(50px, 3.125vw, 60px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.c-list-heading__title--sm {
  font-size: clamp(48px, 3.0208333333vw, 58px);
}
@media (max-width: 767px) {
  .c-list-heading__title {
    font-size: clamp(28px, 8.5333333333vw, 32px);
    line-height: 1.25;
  }
}
.c-list-heading__text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-list-heading__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    letter-spacing: 0.12em;
    text-align: start;
  }
}

.c-list-heading-02__title {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  color: #00529F;
  font-weight: 700;
  border-bottom: 1px solid #00529F;
  display: block;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .c-list-heading-02__title {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.c-text-link {
  display: inline;
  color: #FFFFFF !important;
  height: 100%;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-text-link--blue {
  color: #00529F !important;
}
.c-text-link::after {
  display: none !important;
}
.c-text-link--lg {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .c-text-link--lg {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

a.as_btn_lg_hub {
  position: relative;
  display: block;
  color: #00529F;
  border: 2px solid #00529F;
  box-shadow: 0 5px 0 #00529F;
  background-color: #fff;
  width: 100%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 26px 40px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  border-radius: 60px;
  transform: translate(0, 3px);
}

a.as_btn_lg_hub span {
  color: #00529F;
  border: 2px solid #00529F;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: block;
  padding: 0.25rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.as_btn_lg_hub::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.6em !important;
  display: block;
}

@media (min-width: 430px) {
  a.as_btn_lg_hub span {
    width: max-content;
  }
}
@media (max-width: 429px) {
  a.as_btn_lg_hub {
    font-size: 20px;
  }
  a.as_btn_lg_hub span {
    width: 85%;
    bottom: -26px;
  }
}
.c-annotation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  padding-left: calc(1em + 4px);
}
.c-annotation__item {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-indent: calc(-1em - 4px);
}
.c-annotation__item::before {
  content: "※";
  margin-right: 4px;
}
@media (max-width: 767px) {
  .c-annotation__item::before {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .c-annotation__item {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}

.c-annotation-02 {
  margin-left: calc(5.9895833333vw + 24px);
}
@media (max-width: 767px) {
  .c-annotation-02 {
    text-align: left;
    margin-left: 0;
  }
}
.c-annotation-02__text {
  display: inline-block;
  background-color: #C10000;
  color: #FFFFFF;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 6px 20px;
  border-radius: 8px 8px 8px 0;
  margin-bottom: 17px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-annotation-02__text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .c-annotation-02__text {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    padding: 6px 16px;
    margin-bottom: 16px;
  }
}

.c-annotation-03 {
  background-color: #FFFFFF;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.1));
  width: 100%;
  max-width: 81.25vw;
  border-radius: 12px;
  margin: 100px auto 0 auto;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding-left: calc(1em + 24px);
}
@media (max-width: 767px) {
  .c-annotation-03 {
    margin-top: 40px;
    padding: 12px 16px;
    padding-left: calc(1em + 14px);
    max-width: 100%;
  }
}
.c-annotation-03__item {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.18;
  letter-spacing: 0.12em;
  text-indent: calc(-1em - 4px);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .c-annotation-03__item {
    font-size: clamp(12px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 767px) {
  .c-annotation-03__item {
    line-height: 1.58;
    font-size: clamp(11px, 3.2vw, 12px);
  }
}
.c-annotation-03__item::before {
  content: "※";
  margin-right: 4px;
}
@media (max-width: 767px) {
  .c-annotation-03__item::before {
    margin-right: 2px;
  }
}

/* ========================================
  キービジュアル 製品ページ 画像 or 動画
======================================== */
.p-keyvisual {
  background-image: url(/common/os/lx/assets/img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .p-keyvisual {
    padding: 120px 0;
  }
}
/* @media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual {
    height: 47.5841874085vw;
  }
} */
@media (max-width: 767px) {
  .p-keyvisual {
    height: 160.8vw;
    background-image: url(/common/os/lx/assets/img/bg-sp.jpg);
    background-size: contain;
    background-position: bottom center;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
  }
}
/* キービジュアル - edoc版  */
.p-keyvisual--edoc {
  background-image: url(/common/os/lx/assets/img/edoc/bg.svg);
}
@media (max-width: 767px) {
  .p-keyvisual--edoc {
    background-image: url(/common/os/lx/assets/img/edoc/bg.svg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
  }
}
.p-keyvisual__bg-decoration-area {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .p-keyvisual__bg-decoration-area {
    width: 100%;
    height: 46.6%;
    top: 53.4%;
  }
}
.p-keyvisual__bg-decoration {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(/common/os/lx/assets/img/edoc/bg-decoration.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-keyvisual__bg-decoration {
    background-image: url(/common/os/lx/assets/img/edoc/bg-decoration-sp.svg);
    background-size: cover;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
.p-keyvisual__bg-decoration--main-top {
  right: 82%;
  background-image: url(/common/os/lx/assets/img/bg-decoration-keyvisual-t.svg);
  background-size: cover;
  width: 16.7708333333vw;
  height: 15vw;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .p-keyvisual__bg-decoration--main-top {
    background-image: url(/common/os/lx/assets/img/bg-decoration-keyvisual-sp-t.svg);
    width: 28.8vw;
    height: 33.6vw;
    left: 0;
    top: auto;
    bottom: 197px;
  }
}
.p-keyvisual__bg-decoration--main-bottom {
  top: auto;
  right: 89.5%;
  bottom: 0;
  background-image: url(/common/os/lx/assets/img/bg-decoration-keyvisual-b.svg);
  background-size: cover;
  width: 11.71875vw;
  height: 11.1458333333vw;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .p-keyvisual__bg-decoration--main-bottom {
    background-image: url(/common/os/lx/assets/img/bg-decoration-keyvisual-sp-b.svg);
    width: 18.4vw;
    height: 21.6vw;
    right: 0;
    left: auto;
  }
}
.p-keyvisual__wrap {
  margin-left: 9.375vw;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}
.p-keyvisual__wrap--sub {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  gap: 8.3333333333vw;
  align-items: center;
}
@media (max-width: 767px) {
  .p-keyvisual__wrap--sub {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .p-keyvisual__wrap {
    margin: 60px 20px;
  }
}
.p-keyvisual__text-area {
  width: 38.5416666667vw;
}
.p-keyvisual__text-area--main {
  width: 42.34375vw;
}
@media (max-width: 767px) {
  .p-keyvisual__text-area {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-keyvisual__header {
    display: none;
  }
  .p-keyvisual__header--sub {
    display: block;
    margin-bottom: 28px;
  }
}
.p-keyvisual__header-img {
  width: 7.5vw;
}
.p-keyvisual__header-text {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 900;
  letter-spacing: 0.12em;
}
.p-keyvisual__header-text--main {
  margin-top: 12px;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__header-text--main {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__header-text {
    font-size: clamp(16px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-keyvisual__header-text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    margin: auto;
  }
}
.p-keyvisual__logo {
  margin-top: 40px;
  width: auto;
  height: 9.375vw;
}
.p-keyvisual__logo--main {
  height: 5.625vw;
  display: block;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__logo--main {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__logo {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-keyvisual__logo {
    display: none;
  }
}
.p-keyvisual__logo--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-keyvisual__logo--sp {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 13.3333333333vw;
  }
}
.p-keyvisual__logo--sub-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-keyvisual__logo--sub-sp {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 65.3333333333vw;
  }
}
.p-keyvisual__footer-description {
  margin-top: 60px;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.72;
  font-weight: 700;
}
.p-keyvisual__footer-description--main {
  margin-top: 50px;
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__footer-description--main {
    margin-top: 30px;
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__footer-description {
    font-size: clamp(12px, 1.1713030747vw, 16px);
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .p-keyvisual__footer-description {
    margin-top: 28px;
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: 1.5;
    color: #5B584F;
  }
}
.p-keyvisual__button-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-keyvisual__button-group {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-keyvisual__button-group {
    gap: 15px;
    margin-top: 20px;
  }
}
.p-keyvisual__media-area {
  position: relative;
  width: 34.375vw;
  filter: drop-shadow(0px 6px 34px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .p-keyvisual__media-area {
    width: 100%;
  }
}
.p-keyvisual__media-img, .p-keyvisual__media-video {
  width: 100%;
}
.p-keyvisual__media-img--main #filter3_d_4499_5141, .p-keyvisual__media-img #filter0_d_4499_5141, .p-keyvisual__media-img #paint0_linear_4499_5141, .p-keyvisual__media-video--main #filter3_d_4499_5141, .p-keyvisual__media-video #filter0_d_4499_5141, .p-keyvisual__media-video #paint0_linear_4499_5141 {
  mix-blend-mode: multiply;
  border-radius: 6px;
}
.p-keyvisual__media-video {
  border-radius: 12px;
}
.p-keyvisual__media-video.--v-border {
  background-color: #FFFFFF;
  box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
}

.p-key-features {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-key-features__wrap {
    padding: 0 20px;
    width: 100%;
  }
}
.p-key-features__link-content {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  padding: 12px 20px;
  box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 40px;
}
.p-key-features__link {
  border: none;
  background-color: #FFFFFF;
  min-height: 25px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: clamp(12px, 3.7333333333vw, 14px);
  line-height: 1.21;
}
.p-key-features__link--active {
  background-color: #F0F6FA;
  border-radius: 4px;
  color: #00529F;
  font-weight: 700;
  line-height: 1.5;
}
.p-key-features__content {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .p-key-features__content {
    margin: 32px -20px 0 -20px;
    position: relative;
    transition: height 0.5s ease-in-out;
    height: auto;
    flex-direction: row;
    height: 100%;
    gap: 0;
  }
  .p-key-features__content:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.p-key-features__item {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 160px;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__item {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .p-key-features__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 28px;
    visibility: hidden;
    opacity: 0;
    --translateX: 0px;
    --translateY: 10px;
    --duration: 1.2s;
    --easing: ease-in-out;
    height: 0;
    width: 0;
  }
}
.p-key-features__item--active {
  width: 100%;
  height: auto;
  visibility: visible;
  opacity: 1;
  animation: fadeInMove var(--duration) var(--easing);
}
.p-key-features__item--left {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-key-features__item--left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-key-features__text-area {
  width: 39.5833333333vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-key-features__text-area {
    width: 100%;
    padding: 0 20px;
  }
}
.p-key-features__badge {
  position: absolute;
  top: -45px;
  left: calc(5.9895833333vw + 24px);
  background-color: #C10000;
  color: #FFFFFF;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.20);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__badge {
    padding: 10px 14px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .p-key-features__badge {
    position: static;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.p-key-features__heading-title {
  font-size: clamp(36px, 2.2916666667vw, 44px);
  line-height: 1.36;
  letter-spacing: 0.12em;
  font-weight: 900;
  display: flex;
  gap: 24px;
  align-items: center;
  white-space: nowrap;
}
.p-key-features__heading-title--blue {
  color: #00529F;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__heading-title {
    gap: 20px;
    font-size: clamp(24px, 2.3426061493vw, 32px);
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .p-key-features__heading-title {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    line-height: 1.46;
  }
}
.p-key-features__heading-number {
  width: 5.9895833333vw;
}
@media (max-width: 767px) {
  .p-key-features__heading-number {
    display: none;
  }
}
.p-key-features__heading-text {
  margin-top: 32px;
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__heading-text {
    margin-top: 20px;
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-key-features__heading-text {
    margin-top: 8px;
    font-size: clamp(14px, 4.2666666667vw, 16px);
    line-height: 1.5;
  }
}
.p-key-features__text-content {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__text-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-key-features__text-content {
    margin-top: 20px;
  }
}
.p-key-features__text {
  margin-top: 40px;
  font-size: min(16 / var(--design-width) * 100vw, 16px);
  line-height: 1.44;
  letter-spacing: 0.12em;
}
.p-key-features__text--sub {
  line-height: 1.67;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-key-features__text {
    margin-top: 20px;
    font-size: min(12 / var(--design-width) * 100vw, 12px);
    line-height: 1.58;
  }
}
.p-key-features__text--bg-white {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px 23px;
  font-weight: 400;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .p-key-features__text--bg-white {
    padding: 16px;
    line-height: 1.5;
  }
}
.p-key-features__button {
  margin-top: min(20 / var(--design-width) * 100vw, 20px);
}
.p-key-features__button a:not(.as_btn_lg),
.p-key-features__button .btn {
  position: relative;
  border-radius: 9999px;
  background: #00529F;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  padding: 8px 10px;
  width: 200px;
  max-width: 100%;
}
.p-key-features__button a:not(.as_btn_lg)::before,
.p-key-features__button .btn::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105" !important;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;  
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.6em !important;
}

@media (max-width: 767px) {
  .p-key-features__button {
    margin-top: 0;
  }
  .p-key-features__button a,
  .p-key-features__button .btn {
    width: 100% !important;
  }

  .p-key-features__button .--v-sp-mt {
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
  }
}
.p-key-features__img-area {
  width: 42.7083333333vw;
  height: 28.2291666667vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__img-area {
    max-height: 395px;
    min-height: 380px;
  }
}
@media (max-width: 767px) {
  .p-key-features__img-area {
    align-items: flex-end;
    width: 94.6666666667vw;
    height: 72vw;
  }
}
.p-key-features__img-content {
  position: absolute;
  top: 0;
  width: 39.0625vw;
  height: 23.9583333333vw;
  background-color: #FFFFFF;
  padding-top: 2.6041666667vw;
  padding-right: 9.375vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  border-radius: 60px 0 0 60px;
  box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__img-content {
    border-radius: 40px 0 0 40px;
    width: 35.8711566618vw;
    height: 26.3543191801vw;
    padding-right: 5.8565153734vw;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .p-key-features__img-content {
    width: 89.3333333333vw;
    height: 64vw;
    right: auto;
    padding: 30px;
    border-radius: 40px;
    left: 20px;
  }
}
.p-key-features__img-content--left {
  padding-top: 2.6041666667vw;
  padding-right: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 9.375vw;
  left: 0;
  border-radius: 0 60px 60px 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__img-content--left {
    padding-left: 5.8565153734vw;
    min-height: 300px;
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 767px) {
  .p-key-features__img-content--left {
    padding: 30px;
    border-radius: 40px;
    left: 20px;
  }
}
.p-key-features__img-item {
  height: 100%;
  width: 100%;
}
.p-key-features__img-bg {
  position: absolute;
  width: 42.7083333333vw;
  height: 23.9583333333vw;
  top: 80px;
  right: 0;
  background-color: #F5FCE6;
  border-radius: 60px 0 0 60px;
}
.p-key-features__img-bg--sub {
  background-color: #F5F5F5;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__img-bg {
    width: 40.9956076135vw;
    height: 26.3543191801vw;
    border-radius: 40px 0 0 40px;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .p-key-features__img-bg {
    top: 30px;
    width: 89.3333333333vw;
    height: 64vw;
    right: auto;
    border-radius: 40px;
    left: 40px;
  }
}
.p-key-features__img-bg--left {
  left: 0;
  background-color: #F0F6FA;
  border-radius: 0 60px 60px 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__img-bg--left {
    border-radius: 0 40px 40px 0;
  }
}
@media (max-width: 767px) {
  .p-key-features__img-bg--left {
    padding: 30px 30px 30px 45px;
    border-radius: 40px;
    left: 40px;
  }
}
.p-key-features__bnr-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-key-features__bnr-area {
    gap: 20px;
    margin-top: 20px;
  }
}
.p-key-features__bnr-area-bg-01 {
  width: 100%;
  margin-top: 40px;
  background-color: #F0F6FA;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 24px;
}
@media (max-width: 767px) {
  .p-key-features__bnr-area-bg-01 {
    margin-top: 20px;
    border-radius: 12px;
    padding: 14px;
    gap: 12px 14px;
  }
}
.p-key-features__bnr {
  border-radius: 20px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  width: calc(50% - 20px);
  max-width: 360px;
}
@media (max-width: 767px) {
  .p-key-features__bnr {
    width: 40.8vw;
  }
}
.p-key-features__bnr--sm {
  max-width: 159px;
  width: auto;
}
@media (max-width: 767px) {
  .p-key-features__bnr--sm {
    width: 38.6666666667vw;
  }
}
.p-key-features__button-area {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-key-features__button-area {
    flex-direction: column;
    width: 64vw;
    margin-top: 20px;
  }
}
.p-key-features__button-content {
  margin-top: 40px;
  width: auto;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__button-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-key-features__button-content {
    margin-top: 20px;
  }
}
.p-key-features__button-content a {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-key-features__button-content a {
    width: 100%;
  }
}
.p-key-features__bottom-img {
  margin-top: 40px;
  width: 33.5416666667vw;
}
@media (max-width: 767px) {
  .p-key-features__bottom-img {
    margin-top: 20px;
    width: 100%;
  }
}
.p-key-features__label-area {
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.p-key-features__step-area {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 6px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__step-area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .p-key-features__step-area {
    margin-top: 20px;
    gap: 2px;
  }
}
.p-key-features__step-icon-content {
  height: 100%;
  margin: auto 0;
}
.p-key-features__step-icon {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media (max-width: 767px) {
  .p-key-features__step-icon {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.p-key-features__bg-color {
  width: 100%;
  margin-top: 40px;
  padding: 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  line-height: 1.75;
}
.p-key-features__bg-color--01 {
  background-color: #F0F6FA;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__bg-color {
    margin-top: 30px;
    padding: 18px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .p-key-features__bg-color {
    margin-top: 20px;
    border-radius: 12px;
    padding: 14px;
  }
}
.p-key-features__inner-text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__inner-text {
    font-size: clamp(12px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 767px) {
  .p-key-features__inner-text {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}
.p-key-features__annotation-content {
  margin-top: 16px;
}
.p-key-features__annotation {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding-left: calc(1em + 4px);
}
.p-key-features__annotation-item {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  letter-spacing: 0.08em;
  text-indent: calc(-1em - 4px);
}
.p-key-features__annotation-item::before {
  content: "※";
  margin-right: 4px;
}
@media (max-width: 767px) {
  .p-key-features__annotation-item::before {
    margin-right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-key-features__annotation-item {
    font-size: clamp(12px, 1.1713030747vw, 16px);
  }
}
@media (max-width: 767px) {
  .p-key-features__annotation-item {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}

/* ========================================
  アニメーション - フェードイン
======================================== */
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translate(var(--translateX), var(--translateY));
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.2;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

@media (min-width: 768px) and (max-width: 1366px) {
  .p-benefits__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-benefits__wrap {
    padding: 0 20px;
  }
}
.p-benefits__content {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 129px;
}
@media (max-width: 767px) {
  .p-benefits__content {
    gap: 93px;
    grid-template-columns: 1fr;
  }
}
.p-benefits__item {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 100px 40px 50px 40px;
}
@media (max-width: 767px) {
  .p-benefits__item {
    padding: 100px 32px 50px 32px;
  }
}
.p-benefits__icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  filter: drop-shadow(0px 6px 34px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-benefits__icon {
    width: 10.2489019034vw;
    height: 10.2489019034vw;
  }
}
@media (max-width: 767px) {
  .p-benefits__icon {
    width: 140px;
    height: 140px;
  }
}
.p-benefits__title {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .p-benefits__title {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    letter-spacing: 0.12em;
  }
}
.p-benefits__text {
  margin-top: 20px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.75;
  color: #666666;
}
.p-benefits__text a {
      color: #00529F;
      text-decoration: underline;
}
.p-benefits__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-benefits__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.p-benefits__annotation {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding-left: calc(1em + 4px);
}
.p-benefits__annotation-item {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.19;
  letter-spacing: 0.08em;
  text-indent: calc(-1em - 4px);
}
.p-benefits__annotation-item::before {
  content: "※";
  margin-right: 4px;
}
@media (max-width: 767px) {
  .p-benefits__annotation-item::before {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .p-benefits__annotation-item {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

.p-cta {
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
}
.p-cta__bg {
  width: 100%;
  height: 100%;
}
.p-cta__bg-item {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
}
.p-cta__bg-item--01 {
  background-image: url(/common/os/lx/assets/img/bg-decoration-l-03.svg);
  width: 15.1041666667vw;
  background-position: top;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-cta__bg-item--01 {
    display: none;
  }
}
.p-cta__bg-item--02 {
  background-image: url(/common/os/lx/assets/img/bg-decoration-r-03.svg);
  background-position: bottom;
  right: 0;
  bottom: 0;
  width: 18.2291666667vw;
}
@media (max-width: 767px) {
  .p-cta__bg-item--02 {
    display: none;
  }
}
.p-cta__bg-item--sp {
  background-image: url(/common/os/lx/assets/img/bg-decoration-t-sp-01.svg);
  width: 100%;
  top: -2px;
}
.p-cta__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-cta__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-cta__wrap {
    padding: 0 20px;
  }
}
.p-cta__button-content {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-cta__button-content {
    margin-top: 32px;
  }
}
.p-cta__text {
  margin-top: 30px;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-cta__text {
    margin-top: 25px;
    font-size: clamp(18px, 5.3333333333vw, 20px);
    line-height: 1.45;
    text-align: center;
  }
}
.p-cta__bottom-content {
  margin-top: 60px;
  padding: 38px 118px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-cta__bottom-content-02 {
  background-color: #ffffff;
  padding: min(50 / var(--design-width) * 100vw, 50px) 0;
  border-radius: 20px;
  width: 100%;
  margin-top: min(60 / var(--design-width) * 100vw, 60px);
}
.p-cta__bottom-content-02 .e-button-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: min(740 / var(--design-width) * 100vw, 740px);
  height: min(126 / var(--design-width) * 100vw, 126px);
  background-color: #00529F;
  color: #ffffff;
  font-size: min(32 / var(--design-width) * 100vw, 32px);
  font-weight: 700;
  letter-spacing: 3.84px;
  margin: 0 auto;
  text-align: center;
}
.p-cta__bottom-content-02 .e-button-01::after {
  display: none;
}


.p-cta__bottom-content-02 .e-button-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: min(500 / var(--design-width) * 100vw, 500px);
  height: min(94 / var(--design-width) * 100vw, 94px);
  background-color: #5B584F;
  color: #ffffff;
  font-size: min(24 / var(--design-width) * 100vw, 24px);
  font-weight: 700;
  letter-spacing: 2.88px;
  margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;
  text-align: center;
}
.p-cta__bottom-content-02 .e-button-02::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-cta__bottom-content {
    width: 100%;
    padding: 38px 118px;
  }
}
@media (max-width: 767px) {
  .p-cta__bottom-content {
    margin-top: 50px;
    width: 100%;
    padding: 18px 18px 20px 18px;
  }
  .p-cta__bottom-content-02 {
    padding: min(20 / var(--design-width) * 100vw, 20px);
    margin-top: min(50 / var(--design-width) * 100vw, 50px);
  }
  .p-cta__bottom-content-02 .e-button-01 {
    width: 100%;
    height: min(72 / var(--design-width) * 100vw, 72px);
    font-size: min(18 / var(--design-width) * 100vw, 18px);
    letter-spacing: inherit;
  }
  .p-cta__bottom-content-02 .e-button-02 {
    width: 100%;
    height: min(72 / var(--design-width) * 100vw, 72px);
    font-size: min(18 / var(--design-width) * 100vw, 18px);
    margin: min(16 / var(--design-width) * 100vw, 16px) auto 0;
    letter-spacing: inherit;
  }
}
.p-cta__bottom-text {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-cta__bottom-text {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-cta__bottom-text {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}
.p-cta__bottom-button-content {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-cta__bottom-button-content {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-cta__bottom-button-content {
    margin-top: 20px;
    flex-direction: column;
    gap: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-plan__wrap {
    padding: 0 20px;
  }
}
.p-plan__content {
  width: 100%;
}
.p-plan__price-area {
  margin-top: 60px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 34px 174px;
  border: 6px solid #00529F;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__price-area {
    padding: 34px 74px;
  }
}
@media (max-width: 767px) {
  .p-plan__price-area {
    margin-top: 40px;
    padding: 34px 14px;
    border-radius: 20px;
  }
}
.p-plan__price-content {
  height: 77px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 36px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .p-plan__price-content {
    flex-direction: column;
    gap: 0;
    height: auto;
    padding-bottom: 0;
  }
}
.p-plan__price-text-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .p-plan__price-text-content {
    height: 71px;
    padding-bottom: 6px;
  }
}
.p-plan__price-text {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
  letter-spacing: 0.12em;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .p-plan__price-text {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .p-plan__price-text--sp-xs {
    font-size: clamp(20px, 5.8666666667vw, 22px);
    line-height: 1.1;
    letter-spacing: 0.08em;
    width: 5.8666666667vw;
  }
}
@media (max-width: 767px) {
  .p-plan__price-text--sp-sm {
    font-size: clamp(20px, 6.4vw, 24px);
    letter-spacing: 0;
  }
}
.p-plan__price-span {
  font-size: clamp(40px, 2.7083333333vw, 52px);
  font-weight: 700;
  vertical-align: baseline;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-plan__price-span {
    font-size: clamp(40px, 12.8vw, 48px);
    letter-spacing: 0.08em;
  }
}
@media (max-width: 767px) {
  .p-plan__price-span--sp-lg {
    padding-left: 4px;
    letter-spacing: 0;
  }
}
.p-plan__price-span--sm {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .p-plan__price-span--sm {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    letter-spacing: 0.08em;
    margin-left: -6px;
  }
}
.p-plan__price-span--sp-xs {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .p-plan__price-span--sp-xs {
    font-size: clamp(11px, 3.2vw, 12px);
    letter-spacing: 0.08em;
  }
}
.p-plan__suite_hr-price-content {
  padding: 20px;
  width: 100%;
  background-color: #F0F6FA;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__suite_hr-price-content {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-price-content {
    flex-direction: column;
    gap: 10px;
  }
}
.p-plan__suite_hr-text-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__suite_hr-text-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-text-content {
    flex-direction: column;
  }
}
.p-plan__suite_hr-label {
  background-color: #5B584F;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  width: 6.25vw;
  height: 1.5625vw;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  margin-right: 16px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__suite_hr-label {
    width: 120px;
    height: 30px;
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-label {
    width: 32vw;
    height: 8vw;
    font-size: clamp(16px, 4.8vw, 18px);
    margin: auto;
  }
}
.p-plan__suite_hr-text {
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__suite_hr-text {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-text {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}
.p-plan__suite_hr-text--line::after {
  content: "";
  width: 100%;
  border-bottom: 3px solid #C10000;
  position: absolute;
  left: 0;
  top: 52%;
  transform: rotate(-7deg);
}
.p-plan__suite_hr-span {
  font-size: clamp(38px, 2.5vw, 48px);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__suite_hr-span {
    font-size: clamp(38px, 3.513909224vw, 48px);
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-span {
    font-size: clamp(40px, 12.8vw, 48px);
  }
}
@media (max-width: 767px) {
  .p-plan__suite_hr-price-arrow {
    transform: rotate(90deg);
  }
}
.p-plan__button-content {
  width: 100%;
  max-width: 800px;
}
.p-plan__simulation-wrap {
  margin-top: 102px;
  padding: 72px 50px 40px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__simulation-wrap {
    padding: 72px 30px 40px;
  }
}
@media (max-width: 767px) {
  .p-plan__simulation-wrap {
    padding: 78px 30px 42px;
    border-radius: 12px;
  }
}
.p-plan__simulation-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  width: calc(100% - 100px);
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__simulation-title {
    font-size: clamp(22px, 2.0497803807vw, 28px);
  }
}
@media (max-width: 767px) {
  .p-plan__simulation-title {
    padding: 12px;
    width: calc(100% - 40px);
    transform: translate(-50%, -45%);
    font-size: clamp(20px, 6.4vw, 24px);
  }
}
.p-plan__simulation-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-plan__simulation-content {
    flex-direction: column;
  }
}
.p-plan__simuration-item {
  min-height: 520px;
  text-align: center;
}
.p-plan__simulation-text {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__simulation-text {
    font-size: clamp(16px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-plan__simulation-text {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}
.p-plan__simulation-decoration {
  height: 145px;
  width: 2px;
  display: block;
  margin: 0 30px;
}
@media (max-width: 767px) {
  .p-plan__simulation-decoration {
    height: 100%;
    width: 100%;
    margin: 28px 0;
  }
}
@media (max-width: 767px) {
  .p-plan__simulation-text-item {
    width: 100%;
  }
}
.p-plan__simulation-button {
  margin-top: 32px;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-plan__simulation-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .p-plan__simulation-button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-plan .c-button__text--2xl {
    font-size: clamp(24px, 7.4666666667vw, 28px);
  }
}
.p-plan__annotation-content {
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-plan__annotation-item {
  font-size: clamp(16px, 0.9375vw, 18px);
  text-align: center;
}
@media (max-width: 767px) {
  .p-plan__annotation-item {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}
.p-plan__annotation-item--sm {
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
@media (max-width: 767px) {
  .p-plan__annotation-item--sm {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}

.p-banner-section {
  background: linear-gradient(96.69deg, rgba(18, 146, 217, 0.2) 30.08%, rgba(199, 224, 45, 0.2) 94.63%);
}
@media (max-width: 767px) {
  .p-banner-section {
    padding: 20px 0;
  }
}
.p-banner-section__wrap {
  padding: 0 31.5px 0 31.5px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-banner-section__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-banner-section__wrap {
    padding: 0 6.5px;
  }
}
.p-banner-section__img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-banner-section__img {
    border-radius: 6px;
  }
}

.p-anchor-link {
  background: linear-gradient(270deg, #00529F 0%, #00529F 34%, #0081C0 100%);
}
@media (max-width: 767px) {
  .p-anchor-link {
    position: sticky;
    top: 64px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background: #00529F;
  }
}
@media (max-width: 767px) {
  .p-anchor-link__icon-content {
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    background-color: #00529F;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  }
  .p-anchor-link__icon-content.is-open {
    box-shadow: none;
  }
  .p-anchor-link__icon-content.is-open .p-anchor-link__icon--01 {
    left: 10px;
    width: 22px;
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .p-anchor-link__icon-content.is-open .p-anchor-link__icon--02 {
    opacity: 0;
  }
  .p-anchor-link__icon-content.is-open .p-anchor-link__icon--03 {
    left: 10px;
    width: 22px;
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
}
.p-anchor-link__icon {
  position: absolute;
  left: 11px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.p-anchor-link__icon--01 {
  top: 13px;
  width: 18px;
}
.p-anchor-link__icon--02 {
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
}
.p-anchor-link__icon--03 {
  bottom: 13px;
  width: 10px;
}
.p-anchor-link__icon-open {
  margin-left: 4px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .p-anchor-link__wrap {
    display: none;
    padding: 60px 55px;
  }
  .p-anchor-link__wrap.is-open {
    display: block;
    min-height: 603px;
  }
}
.p-anchor-link__content {
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px 54px;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-anchor-link__content {
    padding: 24px 20px;
    gap: 20px 40px;
  }
}
@media (max-width: 767px) {
  .p-anchor-link__content {
    padding: 0;
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .p-anchor-link__content:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-anchor-link__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.p-anchor-link__link::after {
  display: none !important;
}
@media (max-width: 767px) {
  .p-anchor-link__link {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-anchor-link__text {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-anchor-link__text {
    font-size: clamp(16px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-anchor-link__text {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.p-product-section {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.p-product-section__content {
  padding: 120px 0;

  &.--v-blue {
    background-color: #F9FCFF;
  }
}
@media (max-width: 767px) {
  .p-product-section__content {
    padding: 60px 0;
  }
}
.p-product-section__wrap {
  display: flex;
  gap: 20px; /* ロゴの間隔 */
  animation: scroll 30s linear infinite; /* 無限ループアニメーション */
  width: max-content;
}
@media (max-width: 767px) {
  .p-product-section__wrap {
    gap: 12px;
  }
}
.p-product-section__wrap:hover {
  animation-play-state: paused;
}
.p-product-section__bnr {
  width: 490px;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.1));
}
.p-product-section .swiper-wrapper {
  transition-timing-function: linear;
  margin: auto;
}
.p-product-section .swiper-slide {
  width: 490px;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.1));
  height: auto;
  cursor: pointer;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-product-section .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .p-product-section .swiper-slide {
    width: 300px;
  }
}

.p-casestudies {
  overflow: hidden;
  /* アクティブなスライド、次のスライド、カスタムスライドはそのまま */
  /* それ以外のスライドは透明にして非表示 */
}
.p-casestudies .swiper {
  overflow: visible;
}
.p-casestudies .swiper-wrapper {
  position: relative;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .p-casestudies .swiper-wrapper {
    align-items: flex-start; /* 各スライドの高さを個別に適用 */
  }
}
.p-casestudies .swiper-wrapper .p-card {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .p-casestudies .swiper-wrapper .p-card {
    margin-right: 0;
  }
}
.p-casestudies .swiper-slide {
  height: 100%;
}
@media (max-width: 767px) {
  .p-casestudies .swiper-slide {
    height: auto;
  }
}
.p-casestudies .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  transform: translateX(0); /* 元の位置 */
  transition: opacity 0.6s ease-out, transform 1.5s ease-out; /* アニメーションを適用 */
}
.p-casestudies .swiper-slide.swiper-slide-next {
  opacity: 1; /* 完全に表示 */
  visibility: visible;
  transform: translateX(0); /* 元の位置 */
  transition: opacity 0.6s ease-out, transform 1.5s ease-out; /* アニメーションを適用 */
}
.p-casestudies .swiper-slide.swiper-slide-third {
  opacity: 1; /* 完全に表示 */
  visibility: visible;
  transform: translateX(0); /* 元の位置 */
  transition: opacity 0.6s ease-out, transform 1.5s ease-out; /* アニメーションを適用 */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-casestudies .swiper-slide.swiper-slide-third {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-casestudies .card-01.is-many-slides .swiper-slide.swiper-slide-third {
    opacity: 0;
  }
}
.p-casestudies .swiper-slide:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-third) {
  opacity: 0; /* 透明にする */
  transition: opacity 0.6s ease-out, transform 1.5s ease-out; /* アニメーションを適用 */
}
@media (max-width: 767px) {
  .p-casestudies .swiper-slide:not(.swiper-slide-active) {
    opacity: 0; /* 透明にする */
  }
}
.p-casestudies .swiper-button-prev {
  position: absolute;
  left: -120px;
  width: 80px;
  height: 80px;
}
.p-casestudies .swiper-button-prev::after {
  content: "";
  display: block;
  background-image: url(/common/os/lx/assets/img/icon-arrow-slide-left.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.2));
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-casestudies .swiper-button-prev::after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-casestudies .swiper-button-prev {
    left: -90px;
    width: 60px;
    height: 60px;
  }
}
.p-casestudies .swiper-button-next {
  position: absolute;
  right: -120px;
  width: 80px;
  height: 80px;
}
.p-casestudies .swiper-button-next::after {
  content: "";
  display: block;
  background-image: url(/common/os/lx/assets/img/icon-arrow-slide-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.2));
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-casestudies .swiper-button-next::after {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-casestudies .swiper-button-next {
    right: -90px;
    width: 60px;
    height: 60px;
  }
}
.p-casestudies .swiper-pagination {
  height: auto;
  position: relative;
  display: block;
  height: 100%;
  min-height: 12px;
  bottom: -10px;
}
.p-casestudies .swiper-pagination-bullet {
  background: #D9E8FF;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 6px !important;
}
.p-casestudies .swiper-pagination-bullet-active {
  background: #00529F;
  opacity: 1;
}
@media (max-width: 767px) {
  .p-casestudies__wrap {
    padding: 0 20px;
  }
}
.p-casestudies__content {
  margin: 55px auto 0;
  max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-casestudies__content {
    margin: 55px 120px 0;
  }
}
@media (max-width: 767px) {
  .p-casestudies__content {
    margin-top: 37px;
  }
}
.p-casestudies__button-content {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-casestudies__button-content {
    margin-top: 26px;
  }
}

.p-pca-hub {
  background-color: #F0F6FA;
  width: 100%;
}
.p-pca-hub__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
}
.p-pca-hub__link:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-pca-hub__link {
    padding: 40px;
  }
}
.p-pca-hub__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .p-pca-hub__content {
    flex-direction: column;
    align-items: flex-start;
    width: 74.6666666667vw;
    margin: auto;
    gap: 20px;
  }
}
.p-pca-hub__img {
  height: auto;
  width: 24.2708333333VW;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-pca-hub__img {
    width: 34.1142020498VW;
  }
}
@media (max-width: 767px) {
  .p-pca-hub__img {
    width: 100%;
  }
}
.p-pca-hub__text {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-pca-hub__text {
    font-size: clamp(16px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-pca-hub__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    line-height: 1.43;
  }
}

.p-operation-status {
  position: absolute;
  top: 40px;
  right: 32px;
  width: 304px;
  background: linear-gradient(0deg, #00529F -0.17%, #0081C0 100%);
  padding: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-operation-status {
    padding: 20px;
    width: 260px;
  }
}
@media (max-width: 767px) {
  .p-operation-status {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px 20px;
  }
}
.p-operation-status__heading {
  height: auto;
  opacity: 1; /* 透明に */
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.p-operation-status__heading.is-open {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-operation-status__heading.is-open {
    margin-bottom: 28px;
  }
}
.p-operation-status__heading.is-open .p-operation-status__heading-icon {
  background-image: url(/common/os/lx/assets/img/icon-minus-white.svg);
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-operation-status__heading {
    font-size: clamp(16px, 1.4641288433vw, 20px);
  }
}
@media (max-width: 767px) {
  .p-operation-status__heading {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}
.p-operation-status__heading-icon {
  content: "";
  background-image: url(/common/os/lx/assets/img/icon-plus-white.svg);
  background-position: right center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.p-operation-status__heading-icon .is-open {
  background-image: url(/common/os/lx/assets/img/icon-minus-white.svg);
}
.p-operation-status__wrap {
  display: none;
}
.p-operation-status__wrap.is-open {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-operation-status__item {
  width: 100%;
}
.p-operation-status__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  overflow: hidden; /* はみ出しを防ぐ */
  margin-bottom: 16px;
}
.p-operation-status__title--none {
  display: none;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-operation-status__title {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .p-operation-status__title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}
.p-operation-status__button-content {
  transition: height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .p-operation-status__button {
    padding: 12px 22px;
  }
}
.p-operation-status__button::after {
  display: none !important;
}
.p-operation-status__icon {
  margin-left: 6px;
  width: 20px;
  height: 20px;
  position: relative;
}
.p-operation-status__report {
  margin-top: -12px;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.21;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-operation-status__report {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}

.modal-calculation-basis {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 67, 131, 0.9);
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: center;
  align-items: flex-end;
  z-index: 1000;
  overflow-y: auto;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .modal-calculation-basis {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .modal-calculation-basis {
    padding: 20px;
  }
}

.modal-calculation-basis.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.modal-calculation-basis .l-wrap {
  position: relative;
  width: 1200px;
  margin: 90px auto 40px auto;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .modal-calculation-basis .l-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-calculation-basis .l-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
  }
}

.modal-calculation-basis .l-inner {
  background-color: #ffffff;
  border-radius: 16px;
  width: 1200px;
  height: 77.7777777778vh;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 84px 40px 40px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .modal-calculation-basis .l-inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-calculation-basis .l-inner {
    width: 100%;
    padding: 50px 16px 40px;
    height: 80%;
    overflow-y: scroll;
  }
}

.modal-calculation-basis .l-inner table {
  width: 100%;
}

.modal-calculation-basis .e-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  filter: drop-shadow(2px 2px 4px rgba(255, 255, 255, 0.3));
}

.modal-calculation-basis .e-close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .modal-calculation-basis .e-close {
    top: 97px;
    right: 8px;
    width: 32px;
  }
}
.calculation-detail table thead tr th {
  font-weight: 600;
  background-color: #5B584F;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  border-left: 2px solid #ffffff;
}

.calculation-detail table thead tr th:first-child {
  border: none;
  border-radius: 8px 0 0 0;
}

.calculation-detail table thead tr th:last-child {
  border-radius: 0 8px 0 0;
  width: 512px;
}

.calculation-detail table tbody tr {
  border-bottom: 1px solid #CBCBCB;
}

.calculation-detail table tbody tr th {
  padding: 8px;
  white-space: nowrap;
  vertical-align: middle;
}

.calculation-detail table tbody tr th div {
  font-weight: 700;
  background-color: #F0F6FA;
  padding: 12px 8px;
  text-align: center;
  line-height: 1.44;
}

.calculation-detail table tbody tr th div span {
  display: block;
  font-weight: 300;
  font-weight: 400;
  font-size: clamp(11px, 0.625vw, 12px);
  line-height: 1.33;
}

.calculation-detail table tbody tr td {
  vertical-align: middle;
}

.calculation-detail table tbody tr .e-amount {
  font-weight: 700;
  font-size: clamp(11px, 0.625vw, 12px);
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-align: right;
  padding: 0 17px;
}

.calculation-detail table tbody tr .e-amount span {
  color: #00529F;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.44;
  letter-spacing: 0.08em;
}

.calculation-detail table tbody tr .e-content {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.21;
  padding: 8px 8px 8px 4px;
}

.calculation-detail .dl-list-01 dt {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
  color: #00529F;
  text-align: center;
  margin-bottom: 12px;
}

.calculation-detail .dl-list-01.v-02 dt {
  margin-top: 40px;
}

.calculation-detail .e-annotation {
  margin: 24px 0 0 0;
  background-color: #F5F5F5;
  padding: 20px;
  font-size: clamp(11px, 0.625vw, 12px);
}
@media (max-width: 767px) {
  .calculation-detail .e-annotation {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}

.calculation-detail .e-annotation li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .calculation-detail table thead {
    display: none;
  }
  .calculation-detail table tbody tr {
    border: 1px solid #CBCBCB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calculation-detail table tbody tr + tr {
    margin: 12px 0 0 0;
  }
  .calculation-detail table tbody tr th {
    padding: 12px 12px 0;
  }
  .calculation-detail table tbody tr th div {
    width: 140px;
    padding: 12px 0;
  }
  .calculation-detail table tbody tr .e-amount {
    padding: 12px 20px 0 0;
  }
  .calculation-detail table tbody tr .e-content {
    font-size: clamp(11px, 0.625vw, 12px);
    padding: 8px 12px 12px;
  }
  .calculation-detail .dl-list-01 dt {
    font-size: clamp(12px, 0.7291666667vw, 14px);
    margin-bottom: 8px;
  }
  .calculation-detail .dl-list-01.v-02 dt {
    margin-top: 20px;
  }
}
.calculation-detail {
  margin-top: 20px;
}
.calculation-detail__content {
  width: 800px;
  margin: auto;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px;
}
@media (max-width: 767px) {
  .calculation-detail__content {
    width: 100%;
    padding: 20px 10px;
  }
}
.calculation-detail__explanation {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  font-size: clamp(12px, 0.7291666667vw, 14px);
}
@media (max-width: 767px) {
  .calculation-detail__explanation {
    font-size: clamp(11px, 3.2vw, 12px);
  }
}
.calculation-detail__explanation-title {
  font-weight: 700;
  padding: 14px;
  min-width: 156px;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .calculation-detail__explanation-title {
    padding: 12px;
    min-width: 100px;
  }
}
.calculation-detail__explanation-text {
  padding: 14px;
  border-radius: 0 6px 6px 0;
  border: 1px solid #CBCBCB;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .calculation-detail__explanation-text {
    padding: 12px;
  }
}

.modal-link-content {
  width: 100%;
  margin: 40px auto auto auto;
  text-align: center;
}

.modal-link {
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0.12em;
}
.modal-link__text {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #00529F;
}
@media (max-width: 767px) {
  .modal-link {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}

.cost-simulation .l-inner-01 {
  margin: 40px 0 0 0;
  border: 6px solid #00529F;
  background-color: #ffffff;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cost-simulation .l-inner-01 {
    width: 100%;
  }
}

.cost-simulation .l-inner-01 .e-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 50px;
}

.cost-simulation .l-inner-01 .e-price dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

.cost-simulation .l-inner-01 .e-price dl dt {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
}

.cost-simulation .l-inner-01 .e-price dl dd {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 600;
}

.cost-simulation .l-inner-01 .e-price dl dd .span-01 {
  font-size: clamp(50px, 3.125vw, 60px);
  color: #00529F;
  padding: 0 10px;
}

.cost-simulation .l-inner-01 .e-price dl dd .span-02 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
}

.cost-simulation .l-inner-01 .e-annotation {
  background-color: #F0F6FA;
  margin: 32px 200px 0;
  padding: 20px 20px 40px;
  font-size: clamp(16px, 0.9375vw, 18px);
}

.cost-simulation .l-inner-01 .e-annotation li {
  text-indent: -1em;
  padding-left: 1em;
}

.cost-simulation .l-inner-01__annotation {
  margin: 20px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-01 {
    margin: 30px 0 0 0;
    padding: 18px 14px;
  }
  .cost-simulation .l-inner-01 .e-price {
    display: block;
  }
  .cost-simulation .l-inner-01 .e-price dl + dl {
    margin: 20px 0 0 0;
  }
  .cost-simulation .l-inner-01 .e-price dl dt {
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .cost-simulation .l-inner-01 .e-price dl dd {
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .cost-simulation .l-inner-01 .e-price dl dd .span-01 {
    font-size: clamp(36px, 10.6666666667vw, 40px);
  }
  .cost-simulation .l-inner-01 .e-price dl dd .span-02 {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    margin: 0 0 0 10px;
  }
  .cost-simulation .l-inner-01 .e-annotation {
    margin: 16px 0 0;
    padding: 16px;
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
  .cost-simulation .l-inner-01__annotation {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.cost-simulation .l-inner-02 .e-heading {
  text-align: center;
  background-color: #00529F;
  border-radius: 12px;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .e-heading {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}

.cost-simulation .l-inner-02 .e-heading h3 {
  background-color: #ffffff;
  border-radius: 8px;
  color: #00529F;
  width: auto;
  margin: 8px auto 0;
  padding: 4px 41px;
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .e-heading h3 {
    font-size: clamp(22px, 2.0497803807vw, 28px);
  }
}
@media (max-width: 767px) {
  .cost-simulation .l-inner-02 .e-heading h3 {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    width: 100%;
    line-height: 1.3;
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .e-heading {
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 16px;
    margin: 0 16px;
  }
}
.cost-simulation .l-inner-02 .l-content {
  background-color: #ffffff;
  padding: 95px 40px 40px;
  margin: -72px 0 0 0;
}
.cost-simulation .l-inner-02 .l-content--lg {
  padding: 95px 0 40px;
  margin: -72px -20px 0;
}
.cost-simulation .l-inner-02 .l-content--xl {
  padding: 95px 0 40px;
  margin: -72px -40px 0;
}

.cost-simulation .l-inner-02.v-02 .l-content {
  padding: 85px 20px 40px;
}

.cost-simulation .l-inner-02.v-03 .l-content {
  padding: 85px 60px 40px;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content {
    padding: 85px 0 24px;
    margin: -61px 0 0 0;
  }
  .cost-simulation .l-inner-02.v-02 .l-content {
    padding: 85px 16px 24px;
  }
  .cost-simulation .l-inner-02.v-03 .l-content {
    padding: 85px 16px 24px;
  }
}
.cost-simulation .l-inner-02 .l-content .e-setting {
  background-color: #F0F0F0;
  padding: 24px 20px 24px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cost-simulation .l-inner-02 .l-content .e-setting.v-column {
  justify-content: center;
  padding-right: 0;
}

.cost-simulation .l-inner-02 .l-content .e-setting > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cost-simulation .l-inner-02 .l-content .e-setting > div:first-child {
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 2px solid #CBCBCB;
}

.cost-simulation .l-inner-02 .l-content .e-setting > dl,
.cost-simulation .l-inner-02 .l-content .e-setting > div > dl {
  font-weight: 700;
}

.cost-simulation .l-inner-02 .l-content .e-setting > dl + dl {
  margin: 0 0 0 60px;
}

.cost-simulation .l-inner-02 .l-content .e-setting > div > dl + dl {
  margin: 0 0 0 20px;
}

.cost-simulation .l-inner-02 .l-content .e-setting > dl > dt,
.cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dt {
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dt,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dt {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}

.cost-simulation .l-inner-02 .l-content .e-setting > dl > dd,
.cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
  font-size: clamp(20px, 1.25vw, 24px);
  margin: 8px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dd,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}

.cost-simulation .l-inner-02 .l-content .e-setting > dl > dd select,
.cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd select {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #00529F;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  padding: 8px 32px 8px 20px;
  width: auto;
  background-image: url(/common/os/lx/assets/img/arrow-07.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dd select,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd select {
    font-size: clamp(22px, 2.0497803807vw, 28px);
  }
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-setting {
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting.v-column {
    display: block;
    padding: 12px;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > div {
    display: block;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > div:first-child {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border: none;
    border-bottom: 2px solid #CBCBCB;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > dl + dl {
    margin: 0 0 0 24px;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl + dl {
    margin: 8px 0 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > div:first-child > dl + dl {
    margin: 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dt,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dt {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dd,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd {
    gap: 0 6px;
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
  .cost-simulation .l-inner-02 .l-content .e-setting > dl > dd select,
  .cost-simulation .l-inner-02 .l-content .e-setting > div > dl > dd select {
    font-size: clamp(18px, 5.3333333333vw, 20px);
    padding: 8px 28px 8px 15px;
    background-size: 9px auto;
    background-position: right 8px center;
  }
  .cost-simulation .l-inner-02 .l-content .e-setting.v-translip {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button {
  margin: 0 0 0 90px;
}

.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button.v-translip {
  margin: 0 0 0 230px;
}

.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button a {
  background-color: #ffffff;
  border: 2px solid #00529F;
  border-radius: 100px;
  padding: 6px 14px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 600;
  line-height: 1.44;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}

.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button a span {
  color: #00529F;
}

.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button a img {
  width: 20px;
  margin: 0 0 0 8px;
  vertical-align: middle;
}

.cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .modal-calculation-basis-button {
    margin: 0 0 12px 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
}
.cost-simulation .l-inner-02 .l-content .e-calculation-pc {
  margin: 40px 0 0 0;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table {
  width: 100%;
  height: 221px;
  background-image: url(/common/os/lx/assets/img/payslip/bg-02.svg);
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-calculation-pc table {
    height: 16.1786237189vw;
    background-size: contain;
    background-position: bottom;
  }
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead {
  height: 51px;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-title {
  width: 168px;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-content {
  width: 139px;
  padding: 0 8px;
  vertical-align: top;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-content .s-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F0F6FA;
  font-size: clamp(16px, 0.9375vw, 18px);
  height: 51px;
  line-height: 1.44;
  letter-spacing: 0.12em;
  width: 6.40625vw;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-content .s-heading span {
  font-size: clamp(11px, 0.625vw, 12px);
  line-height: 1.5;
  font-weight: 400;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-content.v-large {
  width: 144px;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-total {
  width: 167px;
  padding: 0 0 0 8px;
  vertical-align: top;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table thead .m-total .s-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00529F;
  color: #ffffff;
  font-size: clamp(16px, 0.9375vw, 18px);
  height: 51px;
  line-height: 1.3;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody {
  height: 170px;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody td {
  vertical-align: middle;
  text-align: right;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-title {
  padding: 0 18px 0 0;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-content {
  text-align: center;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub .m-content {
  padding: 0 32px 0 0;
  text-align: right;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-content .m-item {
  min-width: 64px;
  text-align: right;
  display: inline-block;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-content .s-number {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.46;
  letter-spacing: 0.08em;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-content .s-yen {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.43;
  letter-spacing: 0.08em;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-total .s-number {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  letter-spacing: 0.08em;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .m-total .s-yen {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 1.42;
  letter-spacing: 0.08em;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-conventional {
  height: 81px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-conventional {
    height: 5.9297218155vw;
  }
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-conventional .m-title div {
  background-color: #5B584F;
  color: #ffffff;
  border-radius: 4px;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  padding: 8px 0;
  text-align: center;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub {
  height: 89px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub {
    height: 6.5153733529vw;
  }
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub .m-text {
  text-align: center;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  letter-spacing: 0.08em;
  padding-right: 14px;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub .m-text span {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  color: #00529F;
}

.cost-simulation .l-inner-02 .l-content .e-calculation-pc table tbody .l-pcahub .m-total .s-number {
  color: #00529F;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-calculation-pc {
    display: none;
  }
}
.cost-simulation .l-inner-02 .l-content .e-calculation-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp {
    display: block;
    margin: 30px 0 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table {
    width: 300px;
    height: 605px;
    margin: 0 auto;
    background-image: url(/common/os/lx/assets/img/payslip/bg-02-sp.svg);
    background-size: 300px auto;
    font-weight: 700;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table thead tr {
    height: 63px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody tr {
    border: none;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table thead tr .l-conventional {
    width: 153px;
    padding: 0 14px 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table thead tr .l-conventional div {
    background-color: #5B584F;
    color: #ffffff;
    border-radius: 4px;
    font-size: clamp(18px, 5.3333333333vw, 20px);
    padding: 8px 0;
    text-align: center;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table thead tr .l-pcahub {
    width: 150px;
    padding: 0 0 0 14px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item {
    height: 83px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item:first-child {
    height: 80px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item.v-end {
    height: 75px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-heading {
    width: 72px;
    vertical-align: middle;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-heading div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F0F6FA;
    font-size: clamp(12px, 3.7333333333vw, 14px);
    height: 51px;
    line-height: 1.3;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-heading div span {
    font-size: clamp(9px, 2.6666666667vw, 10px);
    font-weight: 400;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-content {
    width: 80px;
    text-align: right;
    vertical-align: middle;
    padding: 0 9px 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-content .s-number {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-content .s-yen {
    font-size: clamp(11px, 3.2vw, 12px);
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-content.v-02 {
    width: 151px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-text {
    width: 151px;
    font-size: clamp(14px, 4.2666666667vw, 16px);
    text-align: right;
    vertical-align: middle;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-item .m-text span {
    font-size: clamp(20px, 6.4vw, 24px);
    color: #00529F;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total-heading .m-heading {
    padding: 8px 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total-heading .m-heading .s-heading {
    background-color: #00529F;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total .m-total {
    text-align: right;
    padding: 0 9px 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total .m-total .s-number {
    font-size: 28px;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total .m-total .s-number.v-02 {
    color: #00529F;
  }
  .cost-simulation .l-inner-02 .l-content .e-calculation-sp table tbody .e-total .m-total .s-yen {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.cost-simulation .l-inner-02 .l-content .e-arrow {
  text-align: center;
  margin: 32px 0;
}

.cost-simulation .l-inner-02 .l-content .e-arrow img {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-arrow img {
    width: 193px;
  }
}
.cost-simulation .l-inner-02 .l-content .e-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.12em;
}

.cost-simulation .l-inner-02 .l-content .e-result.v-02 {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  letter-spacing: 0;
}

.cost-simulation .l-inner-02 .l-content .e-result > dl {
  background-color: #F0F6FA;
  border: 2px solid #00529F;
  border-radius: 6px;
  padding: 2px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 4px;
}

.cost-simulation .l-inner-02 .l-content .e-result.v-02 > dl {
  line-height: 1;
  padding: 16px 20px;
}

.cost-simulation .l-inner-02 .l-content .e-result > dl dt {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  color: #00529F;
  line-height: 1.43;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-result > dl dt {
    font-size: clamp(28px, 8.5333333333vw, 32px);
  }
}

.cost-simulation .l-inner-02 .l-content .e-result > div span {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  line-height: 1.46;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-result > div span {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    letter-spacing: 0.08em;
  }
}

.cost-simulation .l-inner-02 .l-content .e-result.v-02 > div {
  line-height: 1.3;
}

.cost-simulation .l-inner-02 .l-content .e-result.v-02 > div span {
  font-size: clamp(22px, 1.3541666667vw, 26px);
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-result {
    display: block;
    text-align: center;
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .cost-simulation .l-inner-02 .l-content .e-result > * + * {
    margin: 12px 0 0 0;
  }
  .cost-simulation .l-inner-02 .l-content .e-result.v-02 > dl {
    padding: 12px 12px;
  }
  .cost-simulation .l-inner-02 .l-content .e-result.v-02 > dl dt {
    font-size: 26px;
    font-size: clamp(22px, 6.9333333333vw, 26px);
  }
}
.cost-simulation .l-inner-02 .l-content .e-annotation {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-annotation {
    text-align: left;
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.cost-simulation .l-inner-02 .l-content .e-annotation-01 {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .e-annotation-01 {
    text-align: left;
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.calculation-adjustment-result .modal-calculation-basis-button {
  position: absolute;
  right: 60px;
  top: 40px;
}
@media (max-width: 767px) {
  .calculation-adjustment-result .modal-calculation-basis-button {
    right: 10px;
    top: 80px;
  }
}

.calculation-adjustment {
  background-color: #F0F6FA;
  padding: 90px 20px 40px;
  display: flex;
  justify-content: space-between;
  gap: 0 10px;
}

.calculation-adjustment > div {
  width: calc((100% - 10px) / 2);
  padding: 80px 20px 40px;
  background-color: #ffffff;
  position: relative;
}

.calculation-adjustment > div .e-icon {
  width: 140px;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}

.calculation-adjustment > div .e-text-01 {
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
}

.calculation-adjustment > div .e-input {
  margin: 20px 0 0 0;
  padding: 24px 20px;
  background-color: #F0F0F0;
  height: 350px;
}

.calculation-adjustment > div .e-input dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calculation-adjustment > div .e-input dl + dl {
  margin: 18px 0 0 0;
}

.calculation-adjustment > div .e-input dl dt {
  width: 145px;
  font-weight: 700;
  letter-spacing: 0;
}

.calculation-adjustment > div .e-input dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.calculation-adjustment > div .e-input dl dd div {
  display: flex;
  align-items: center;
  gap: 0 4px;
  white-space: nowrap;
  font-weight: 700;
}

.calculation-adjustment > div .e-input dl dd div select {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  color: #00529F;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  padding: 6px 32px 6px 12px;
  width: auto;
  background-image: url(/common/os/lx/assets/img/arrow-07.svg);
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  text-align: end;
}

.calculation-adjustment > div .e-input dl dd div input {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  color: #00529F;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  padding: 5px 11px;
  width: 76px;
  text-align: right;
}
@media (max-width: 767px) {
  .calculation-adjustment > div .e-input dl dd div input {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}

.calculation-adjustment > div .e-input dl dd div input.v-wide {
  width: 76px;
}

.calculation-adjustment > div .e-input dl dd div .disabled {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  color: #00529F;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  padding: 5px 11px;
  width: 76px;
  justify-content: flex-end;
}

.calculation-adjustment > div .e-input.v-02 {
  padding-bottom: 28px;
}

.calculation-adjustment > div .e-input.v-02 dl + dl {
  margin: 8px 0 0 0;
}

.calculation-adjustment > div .e-input.v-02 dl dt {
  width: auto;
}

.calculation-adjustment > div .e-input.v-02 dl dd {
  justify-content: flex-end;
}

.calculation-adjustment > div .e-arrow-02 {
  width: 95px;
  margin: 20px auto;
}

.calculation-adjustment > div .e-text-02 {
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767px) {
  .calculation-adjustment > div .e-text-02 {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

.calculation-adjustment > div .e-output {
  background-color: #F0F0F0;
  padding: 20px 15px;
  margin: 8px 0 0 0;
}

.calculation-adjustment > div .e-output > div {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.calculation-adjustment > div .e-output > div + div {
  margin: 12px 0 0 0;
}

.calculation-adjustment > div .e-output > div dl {
  background-color: #F0F6FA;
  border: 2px solid #00529F;
  border-radius: 6px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 4px;
  font-weight: 700;
  line-height: 1;
}

.calculation-adjustment > div .e-output > div dl dt {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  color: #00529F;
}
@media (max-width: 767px) {
  .calculation-adjustment > div .e-output > div dl dt {
    font-size: clamp(28px, 8.5333333333vw, 32px);
  }
}

.calculation-adjustment > div .e-output > div dl dd {
  font-size: clamp(20px, 1.25vw, 24px);
}
@media (max-width: 767px) {
  .calculation-adjustment > div .e-output > div dl dd {
    font-size: clamp(20px, 6.4vw, 24px);
  }
}

.calculation-adjustment > div .e-output > div .m-text {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
}

.calculation-adjustment > div .e-output > div .m-text span {
  font-size: clamp(20px, 1.1458333333vw, 22px);
}
@media (max-width: 767px) {
  .calculation-adjustment > div .e-output > div .m-text span {
    font-size: clamp(20px, 5.8666666667vw, 22px);
  }
}

.calculation-adjustment-result {
  border: 4px solid #00529F;
  padding: 80px 60px 40px;
  position: relative;
  margin-top: 110px;
}

.calculation-adjustment-result.v-02 {
  padding: 80px 40px 40px;
}

.calculation-adjustment-result .e-icon {
  width: 140px;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}

.calculation-adjustment-result .e-text {
  text-align: center;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  margin: 0 0 24px 0;
}

.calculation-adjustment-result .e-before-after {
  margin: 20px 0 0 0;
  background-color: #F0F0F0;
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}

.calculation-adjustment-result .e-before-after dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-weight: 700;
}

.calculation-adjustment-result .e-before-after dl dt {
  font-size: clamp(24px, 1.4583333333vw, 28px);
}
@media (max-width: 767px) {
  .calculation-adjustment-result .e-before-after dl dt {
    font-size: clamp(24px, 7.4666666667vw, 28px);
  }
}

.calculation-adjustment-result .e-before-after dl dd {
  background-color: #F0F6FA;
  border: 2px solid #00529F;
  border-radius: 6px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 4px;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1;
}

.calculation-adjustment-result .e-before-after dl dd span {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  color: #00529F;
}
@media (max-width: 767px) {
  .calculation-adjustment-result .e-before-after dl dd span {
    font-size: clamp(28px, 8.5333333333vw, 32px);
  }
}

.calculation-adjustment-result .e-before-after img {
  width: 14px;
}

.calculation-adjustment-result .modal-calculation-basis-button {
  position: absolute;
  right: 60px;
  top: 40px;
}

@media screen and (max-width: 767px) {
  .calculation-adjustment {
    padding: 94px 8px 20px;
    display: block;
  }
  .calculation-adjustment > div {
    width: 100%;
    padding: 80px 8px 20px;
  }
  .calculation-adjustment > div + div {
    margin: 90px 0 0 0;
  }
  .calculation-adjustment > div .e-icon {
    width: 132px;
    top: -66px;
  }
  .calculation-adjustment > div .e-text-01 {
    letter-spacing: 0em;
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .calculation-adjustment > div .e-input {
    padding: 16px 8px;
    height: auto;
  }
  .calculation-adjustment > div .e-input dl {
    display: block;
  }
  .calculation-adjustment > div .e-input dl + dl {
    margin: 16px 0 0 0;
  }
  .calculation-adjustment > div .e-input dl dt {
    width: 100%;
  }
  .calculation-adjustment > div .e-input dl dd {
    flex: auto;
    gap: 0 8px;
    margin: 4px 0 0 0;
  }
  .calculation-adjustment > div .e-input dl dd div {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    white-space: normal;
  }
  .calculation-adjustment > div .e-input dl dd div select {
    padding: 4px 20px 4px 6px;
    width: auto;
    background-position: right 6px center;
    background-size: 10px auto;
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
  .calculation-adjustment > div .e-input dl dd div input {
    padding: 4px 6px 4px 6px;
  }
  .calculation-adjustment > div .e-input dl dd div input.v-sp {
    width: 60px;
  }
  .calculation-adjustment > div .e-input dl dd div input.v-wide {
    width: 77px;
  }
  .calculation-adjustment > div .e-input dl dd div .disabled {
    width: 77px;
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
  .calculation-adjustment > div .e-input.v-02 {
    padding-bottom: 16px;
  }
  .calculation-adjustment > div .e-input.v-02 dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .calculation-adjustment > div .e-input.v-02 dl + dl {
    margin: 16px 0 0 0;
  }
  .calculation-adjustment > div .e-input.v-02 dl dd {
    margin: 0;
  }
  .calculation-adjustment > div .e-output > div {
    display: block;
  }
  .calculation-adjustment > div .e-output > div .m-text {
    letter-spacing: 0em;
    text-align: center;
    margin: 8px 0 0 0;
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .calculation-adjustment-result {
    padding: 140px 12px 20px;
    margin-top: 100px;
  }
  .calculation-adjustment-result.v-02 {
    padding: 140px 12px 20px;
  }
  .calculation-adjustment-result .e-text {
    margin: 0 0 12px 0;
    letter-spacing: 0;
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .calculation-adjustment-result .e-result > div {
    letter-spacing: 0;
    font-size: clamp(16px, 4.8vw, 18px);
    font-weight: 700;
  }
  .cost-simulation .l-inner-02 .l-content .calculation-adjustment-result .e-result > div span {
    font-size: clamp(24px, 7.4666666667vw, 28px);
    letter-spacing: 0;
  }
  .calculation-adjustment-result .e-before-after {
    padding: 16px 20px;
    display: block;
  }
  .calculation-adjustment-result .e-before-after dl {
    display: block;
    font-weight: 700;
    text-align: center;
  }
  .calculation-adjustment-result .e-before-after dl dd {
    padding: 12px 0;
    margin: 12px 0 0 0;
    font-size: clamp(20px, 6.4vw, 24px);
  }
  .calculation-adjustment-result .e-before-after.v-02 dl dd span {
    font-size: clamp(22px, 6.9333333333vw, 26px);
  }
  .calculation-adjustment-result .e-before-after img {
    transform: rotate(90deg);
    margin: 5px auto;
    display: block;
  }
  .calculation-adjustment-result .modal-calculation-basis-button {
    right: 10px;
    top: 80px;
  }
}
.cost-simulation .l-inner-02 .l-content .calculation-labor-result .e-result > dl dt {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  color: #00529F;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .cost-simulation .l-inner-02 .l-content .calculation-labor-result .e-result > dl dt {
    font-size: clamp(28px, 8.5333333333vw, 32px);
  }
}

.p-home-card {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 34px 0px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding: 60px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-home-card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .p-home-card {
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.p-home-card__title {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-home-card__title {
    font-size: clamp(22px, 2.0497803807vw, 28px);
  }
}
@media (max-width: 767px) {
  .p-home-card__title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}
.p-home-card__content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-home-card__content {
    margin-top: 32px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .p-home-card__content {
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
.p-home-card__img {
  width: 22.3958333333vw;
  height: 15.625vw;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-home-card__img {
    width: 300px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .p-home-card__img {
    width: 100%;
    height: auto;
  }
}
.p-home-card__logo {
  width: 17.96875vw;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-home-card__logo {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-home-card__logo {
    width: 72vw;
    height: 18.6666666667vw;
  }
}
.p-home-card__detail-content {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-home-card__detail-content {
    margin-top: 20px;
    flex-direction: column;
  }
}
.p-home-card__text {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-home-card__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.p-home-card__tug-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.p-card {
  width: 384px;
  height: 100%;
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
}
@media (max-width: 767px) {
  .p-card {
    padding: 32px 24px;
  }
}
.p-card__img-content {
  width: 100%;
  height: 213px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.p-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-card__title {
  margin-top: 20px;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.8;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-card__title {
    font-size: clamp(18px, 5.3333333333vw, 20px);
  }
}
.p-card__text {
  margin-top: 6px;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .p-card__text {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: 1.71;
  }
}

/* ========================================
  ユーティリティクラス
======================================== */
/* テキスト */
.u-text {
  font-weight: 400;
  letter-spacing: 0.12em;
}
.u-text-align--center {
  text-align: center;
}
.u-text-align--right {
  text-align: right;
}
.u-text-bold {
  font-weight: 700;
}

/* 背景色 */
.u-bg-blue {
  background-color: #00529F;
}
.u-bg-green {
  background-color: #8FC31F;
}
.u-bg-white {
  background-color: #FFFFFF;
}
.u-bg-03 {
  background-color: #F5F5F5;
}
.u-bg-blue-grad {
  background: linear-gradient(0deg, #00529F -0.17%, #0081C0 100%);
}
.u-bg-green-grad {
  background: linear-gradient(360deg, #9AC044 25.76%, #E1F6B1 120.2%);
}

/* テキストカラー */
.u-text-blue {
  color: #00529F;
}
.u-text-green {
  color: #8FC31F;
}
.u-text-white {
  color: #FFFFFF;
}
.u-text-sub_01 {
  color: #666666;
}

/* 罫線 */
.u-line-mgn24 {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 23px 0 24px 0;
}
.u-line-mgn4 {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
  margin: 3px 0 4px 0;
}
.u-line {
  border: none;
  height: 1px;
  background-color: #DDDDDD;
}
.u-line-blue-4 {
  border: none;
  height: 4px;
  background-color: #00529F;
}

.company-area {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  background: linear-gradient(101.93deg, #DBDADA 3.15%, #F6F6F6 89.74%);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .company-area {
    padding: 16px 0;
  }
}
.company-area__wrap {
  display: flex;
  gap: 20px; /* ロゴの間隔 */
  animation: scroll 25s linear infinite; /* 無限ループアニメーション */
  width: max-content;
}
.company-area__wrap--reverse {
  padding-top: 12px;
  animation: scroll-reverse 25s linear infinite; /* 無限ループアニメーション */
}
@media (max-width: 767px) {
  .company-area__wrap {
    gap: 12px;
  }
}
.company-area__img {
  display: inline-block;
  width: 180px;
  height: 100px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .company-area__img {
    width: 126px;
    height: 70px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 10px)); /* gapを考慮 */
  }
}
@keyframes scroll-reverse {
  from {
    transform: translateX(calc(-50% - 10px)); /* 左から右へ流れる */
  }
  to {
    transform: translateX(0);
  }
}

.cta-section {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cta-section {
    flex-direction: column;
  }
}
.cta-section__item {
  width: 50%;
  padding: 50px 60px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cta-section__item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cta-section__item {
    width: 100%;
    padding: 20px;
  }
}
.cta-section__item--bg-blue {
  background: linear-gradient(0deg, #00529F -0.17%, #0081C0 100%);
}
.cta-section__item--bg-green {
  background: linear-gradient(360deg, #9AC044 25.76%, #E1F6B1 120.2%);
}
.cta-section__content {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  padding: 50px 50px 50px 60px;
  display: grid;
  grid-template-columns: 9.8958333333vw auto;
  column-gap: 40px;
  row-gap: 28px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cta-section__content {
    grid-template-columns: 9.765625vw auto;
    padding: 30px;
    column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .cta-section__content {
    padding: 20px;
    border-radius: 20px;
    column-gap: 14px;
    row-gap: 20px;
    grid-template-columns: 80px 1fr;
  }
}
.cta-section__icon {
  width: 100%;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .cta-section__icon {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.cta-section__text {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.48;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cta-section__text {
    font-size: 22px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .cta-section__text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    align-self: center;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.cta-section__button-content {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 16.6666666667vw;
  min-width: 200px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .cta-section__button-content {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .cta-section__button-content {
    grid-row: 2/3;
    grid-column: 1/3;
    width: 100%;
  }
}

.product-section {
  position: relative;
  overflow: hidden;
}
.product-section__bg {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.product-section__bg-item {
  position: absolute;
  top: 0;
  height: auto;
  width: 450px;
  object-fit: cover;
  object-position: 0 100%; /* 画像の最初の位置（下端を表示） */
}
.product-section__bg-item--01 {
  top: -39px;
  left: 0;
}
.product-section__bg-item--02 {
  top: 1396px;
  right: 0;
}
.product-section__bg-item--03 {
  top: 2620px;
  left: 0;
}
.product-section__bg-item--04 {
  top: 3904px;
  right: 0;
}
@keyframes adjust-image {
  0% {
    object-position: 0 100%; /* スクロール開始時（画像の下端） */
  }
  100% {
    object-position: 0 0; /* スクロール完了時（画像の上端） */
  }
}
.product-section__bg-item {
  animation: adjust-image linear both;
  animation-timeline: view(y); /* スクロールを縦方向に変更 */
}
.product-section__wrap {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .product-section__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .product-section__wrap {
    padding: 0 20px;
  }
}
.product-section__lead {
  margin-top: 67px;
  position: relative;
  padding: 6px;
  border-radius: 40px; /* 角丸を適用 */
  background: linear-gradient(96.69deg, #1292D9 30.08%, #C7E02D 94.63%); /* グラデーション背景 */
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .product-section__lead {
    margin-top: 32px;
    border-radius: 20px;
  }
}
.product-section__lead-frame {
  background-color: #FFFFFF;
  padding: 34px 54px;
  border-radius: 35px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .product-section__lead-frame {
    padding: 28px 40px;
  }
}
@media (max-width: 767px) {
  .product-section__lead-frame {
    padding: 26px 18px;
    border-radius: 14px;
  }
}
.product-section__lead-title {
  font-size: clamp(28px, 1.6666666667vw, 32px);
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .product-section__lead-title {
    font-size: clamp(20px, 6.4vw, 24px);
    line-height: 1.5;
  }
}
.product-section__lead-text {
  margin-top: 20px;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .product-section__lead-text {
    font-size: clamp(14px, 4.2666666667vw, 16px);
    line-height: 1.5;
    text-align: start;
  }
}
.product-section__card-content {
  margin-top: 89px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .product-section__card-content {
    margin-top: 40px;
    gap: 32px;
  }
}

.p-suite_hr .discount-section {
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__wrap {
    padding: 0 20px;
  }
}
.p-suite_hr .discount-section__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 38px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__content {
    display: block;
    text-align: center;
  }
}
.p-suite_hr .discount-section__text-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-suite_hr .discount-section__text-border {
  padding: 8px 36px;
  width: 100%;
  border: 4px solid #FFFFFF;
  text-align: center;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 13px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__text-border {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__text-border {
    border: 2px solid #FFFFFF;
    font-size: clamp(16px, 4.8vw, 18px);
    padding: 8px 10px;
  }
}
.p-suite_hr .discount-section__text {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__text {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__text {
    font-size: clamp(20px, 5.8666666667vw, 22px);
  }
}
.p-suite_hr .discount-section__text--sm {
  font-size: clamp(20px, 1.25vw, 24px);
  margin-top: 4px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__text--sm {
    font-size: clamp(20px, 1.756954612vw, 24px);
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__text--sm {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}
.p-suite_hr .discount-section__text--xl {
  font-size: clamp(38px, 2.5vw, 48px);
  line-height: 1.46;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__text--xl {
    font-size: clamp(38px, 3.513909224vw, 48px);
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__text--xl {
    font-size: clamp(38px, 11.7333333333vw, 44px);
  }
}
.p-suite_hr .discount-section__img {
  width: 344px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .discount-section__img {
    width: 25.1830161054vw;
  }
}
@media (max-width: 767px) {
  .p-suite_hr .discount-section__img {
    margin: 20px auto 0;
    width: 80%;
  }
}
.p-suite_hr .discount-section__button-content {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .overview-section__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__wrap {
    padding: 0 20px;
  }
}
.p-suite_hr .overview-section__content {
  margin-top: 60px;
}
.p-suite_hr .overview-section__bg-white {
  margin-top: 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__bg-white {
    margin-top: 40px;
    padding: 20px;
  }
}
.p-suite_hr .overview-section__product-content {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .overview-section__product-content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__product-content {
    margin-top: 20px;
    flex-direction: column;
  }
}
.p-suite_hr .overview-section__product-item {
  padding: 24px 20px;
  border-radius: 20px;
  background-color: #F0F6FA;
  flex: 1;
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__product-item {
    padding: 20px 16px;
  }
}
.p-suite_hr .overview-section__logo {
  width: auto;
  height: 60px;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__logo {
    height: 40px;
  }
}
.p-suite_hr .overview-section__label-content {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
@media (max-width: 767px) {
  .p-suite_hr .overview-section__label-content {
    margin-top: 16px;
  }
}
.p-suite_hr .overview-section__annotion-content {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .p-suite_hr .graph-section__wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .p-suite_hr .graph-section__wrap {
    padding: 0 20px;
  }
}
.p-suite_hr .graph-section__content {
  width: 100%;
  margin-top: 60px;
  padding: 40px;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 6px 34px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-suite_hr .graph-section__content {
    margin-top: 40px;
    padding: 20px 16px;
  }
}
.p-suite_hr .graph-section__graph-content {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .p-suite_hr .graph-section__graph-content {
    grid-template-columns: 1fr;
  }
}
.p-suite_hr .graph-section__graph-item {
  width: 100%;
  height: auto;
}
.p-suite_hr .graph-section__annotation {
  margin-top: 20px;
}

.pca-hub-wrap .pca-hub-page .kv-area {
  background-image: url(/common/os/lx/assets/img/edoc/bg-01.png);
  background-position: center top;
  background-repeat: repeat-x;
  height: 630px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  position: relative;
}

.pca-hub-wrap a.link_button_blue {
  color: #fff;
}

.pca-hub-wrap a.link_button_blue {
  color: #fff;
}

.pca-hub-wrap .pca-hub-page .v-04 {
  height: 200px;
}

.pca-hub-wrap .pca-hub-page .v-04 {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.pca-hub-wrap .pca-hub-page .v-04::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  opacity: 0.5;
}

.pca-hub-wrap .pca-hub-page .v-04 > h1 {
  position: relative;
  z-index: 3;
}

.pca-hub-wrap .pca-hub-page .kv-area.v-02 {
  height: 800px;
}

.pca-hub-wrap .pca-hub-page .kv-area__logo.v-02 {
  width: 325px;
}

@media screen and (max-width: 767px) {
  .pca-hub-wrap .pca-hub-page .kv-are,
  .pca-hub-wrap .pca-hub-page .kv-area.v-02,
  .pca-hub-wrap .pca-hub-page .kv-area.v-03 {
    background-size: auto 500px;
    height: 500px;
  }
  .pca-hub-wrap .pca-hub-page .kv-area__logo,
  .pca-hub-wrap .pca-hub-page .kv-area__logo.v-02 {
    width: 180px;
  }
}
.pca_hub_family_adjust {
  padding-top: 70px;
}

.pca-hub-wrap .com-headin-02 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #00529F;
}

.pca-hub-wrap .com-headin-02 h1, .pca-hub-wrap .com-headin-02 h2, .pca-hub-wrap .com-headin-02 h3, .pca-hub-wrap .com-headin-02 h4 {
  font-weight: 600;
}

.win .pca-hub-wrap .com-headin-02 h1, .win .pca-hub-wrap .com-headin-02 h2, .win .pca-hub-wrap .com-headin-02 h3, .win .pca-hub-wrap .com-headin-02 h4 {
  font-weight: bold;
}

.pca-hub-wrap .com-headin-02::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #5B584F;
  display: block;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .pca-hub-wrap .com-headin-02 {
    font-size: 24px;
    line-height: 1.5;
  }
  .pca-hub-wrap .com-headin-02::after {
    width: 2px;
    height: 20px;
    margin: 15px auto 0;
  }
}
.detail-section-05 {
  padding: 140px 0;
  background-color: #F0F0F0;
}

@media screen and (max-width: 767px) {
  .detail-section-05 {
    padding: 70px 20px;
  }
}
.detail-section-05 .l-inner-01 {
  background-color: #ffffff;
  padding: 40px;
  width: 1200px;
  margin: 80px auto 0;
}

.detail-section-05 .l-inner-01 + .l-inner-01 {
  margin-top: 60px;
}

.detail-section-05 .l-inner-01 .e-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.detail-section-05 .l-inner-01 .e-heading span {
  color: #00529F;
}

.detail-section-05 .l-inner-01 .e-text {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
}

.detail-section-05 .l-inner-01 .e-img {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.detail-section-05 .l-inner-01 .e-img img {
  width: calc((100% - 20px) / 2);
}

.detail-section-05 .l-inner-01 .e-note {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.detail-section-05 .l-inner-01 .e-column {
  display: flex;
  justify-content: space-between;
  gap: 0 14px;
  margin-top: 40px;
}

.detail-section-05 .l-inner-01 .e-column > div {
  flex: 1;
  padding: 24px 20px;
  background-color: #F0F0F0;
}

.detail-section-05 .l-inner-01 .e-column > div .m-heading img {
  height: 60px;
}

.detail-section-05 .l-inner-01 .e-column > div .m-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 24px;
}

.detail-section-05 .l-inner-01 .e-column > div .m-list + .m-list {
  margin-top: 4px;
}

.detail-section-05 .l-inner-01 .e-column > div .m-list li {
  background-color: #ffffff;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #CBCBCB;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}

.detail-section-05 .l-inner-01 .e-column > div .m-list li span {
  display: block;
  font-size: 12px;
  color: #C10000;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .detail-section-05 .l-inner-01 {
    padding: 20px;
    width: 100%;
    margin: 40px auto 0;
  }
  .detail-section-05 .l-inner-01 + .l-inner-01 {
    margin-top: 40px;
  }
  .detail-section-05 .l-inner-01 .e-heading {
    font-size: 18px;
  }
  .detail-section-05 .l-inner-01 .e-text {
    text-align: left;
    font-size: 15px;
  }
  .detail-section-05 .l-inner-01 .e-img {
    margin-top: 30px;
    display: block;
  }
  .detail-section-05 .l-inner-01 .e-img img {
    width: 100%;
  }
  .detail-section-05 .l-inner-01 .e-img img + img {
    margin-top: 20px;
  }
  .detail-section-05 .l-inner-01 .e-note {
    margin-top: 15px;
    font-size: 14px;
  }
  .detail-section-05 .l-inner-01 .e-column {
    display: block;
    margin-top: 20px;
  }
  .detail-section-05 .l-inner-01 .e-column > div {
    flex: auto;
    padding: 20px 15px;
  }
  .detail-section-05 .l-inner-01 .e-column > div + div {
    margin-top: 20px;
  }
  .detail-section-05 .l-inner-01 .e-column > div .m-heading img {
    height: 40px;
  }
  .detail-section-05 .l-inner-01 .e-column > div .m-list {
    margin-top: 20px;
  }
  .detail-section-05 .l-inner-01 .e-column > div .m-list li {
    padding: 4px 4px;
    border-radius: 2px;
    font-size: 14px;
  }
  .detail-section-05 .l-inner-01 .e-column > div .m-list li span {
    font-size: 11px;
    margin-top: 4px;
  }
}
.p-price-list__content {
  padding: 80px 32px 120px;
}
@media (max-width: 767px) {
  .p-price-list__content {
    padding: 0 20px 100px;
  }
}
.p-price-list__heading-content {
  margin-top: 28px;
  background-color: #F5F5F5;
  padding: 10px 18px;
}
@media (max-width: 767px) {
  .p-price-list__heading-content {
    padding: 10px 16px;
  }
}
.p-price-list__heading-text {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0.08em;
  color: #666666;
}
@media (max-width: 767px) {
  .p-price-list__heading-text {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: 1.4;
  }
}
.p-price-list__item-content {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .p-price-list__item-content {
    margin-bottom: 60px;
  }
}
.p-price-list__item-text-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-price-list__item-text-content {
    margin-top: 16px;
  }
}
.p-price-list__description {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #666666;
}
@media (max-width: 767px) {
  .p-price-list__description {
    font-size: clamp(14px, 4.2666666667vw, 16px);
  }
}
.p-price-list__text-list-content {
  margin-top: 10px;
}
.p-price-list__text-list-title {
  margin-top: 6px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #666666;
  position: relative;
  text-indent: calc(-1em + 4px);
  padding-left: calc(1em - 4px);
}
.p-price-list__text-list-title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #00529F; /* 円の色 */
  border-radius: 50%; /* 丸くする */
  margin-right: 0.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.p-price-list__text-list-text {
  padding-left: 1em;
  font-size: clamp(12px, 0.7291666667vw, 14px);
  letter-spacing: 0.08em;
  color: #666666;
}
@media (max-width: 767px) {
  .p-price-list__text-list-text {
    font-size: clamp(12px, 3.7333333333vw, 14px);
  }
}
.p-price-list__table-content {
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .p-price-list__table-content {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-price-list__table {
  width: 936px;
  border-collapse: collapse; /* セルの境界線を1本にする */
}
.p-price-list__table-two-line th {
  border-bottom: 2px solid #FFFFFF;
}
.p-price-list__table-header {
  background-color: #00529F;
  padding: 4px 6px;
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-left: 2px solid white;
  vertical-align: middle;
}
.p-price-list__table-header--sub-eDOC_01 {
  background-color: #5B584F;
}
.p-price-list__table-header--highlight {
  background-color: #8FC31F;
  border-left: 2px solid #8FC31F !important;
  border-right: 2px solid #8FC31F !important;
}
.p-price-list__table-header:first-child {
  border-top-left-radius: 10px;
  border: none;
}
.p-price-list__table-header:last-child {
  border-top-right-radius: 10px;
}
.p-price-list__table-header--radius-none {
  border-radius: 0 !important;
}
.p-price-list__table-header--radius-top-left {
  border-top-left-radius: 10px;
  border: none;
}
.p-price-list__table-header--bg-none {
  background-color: transparent;
  border: none;
}
.p-price-list__table-header--text-sm {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  letter-spacing: 0;
}
.p-price-list__table-header--sm {
  width: 125px;
}
.p-price-list__table-header--md {
  width: 146px;
}
.p-price-list__table-header--suite_hr {
  width: 136px;
}
.p-price-list__table-header--text-regular {
  font-weight: 400;
}
.p-price-list__table-header-span {
  font-size: clamp(11px, 0.625vw, 12px);
  font-weight: 400;
  padding-left: 2px;
}
.p-price-list__table-body-content {
  color: #666666;
}
.p-price-list__table-body-content tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.p-price-list__table-body-content tr:nth-child(even) {
  background-color: #D9E8FF;
}
.p-price-list__table-body-content tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.p-price-list__table-body-content th {
  background-color: #D9E8FF;
  vertical-align: middle;
  padding: 20px 16px;
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 700;
  border-bottom-left-radius: 10px;
  width: auto;
}
.p-price-list__table-body-content td {
  padding: 4px 12px;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-weight: 700;
  vertical-align: middle;
  border-left: 2px solid #FFFFFF;
}
.p-price-list__table-body-content--suite_hr tr:first-child td:nth-child(4),
.p-price-list__table-body-content--suite_hr tr:first-child td:nth-child(6) {
  border-left: 3px solid #8FC31F !important;
  border-right: 3px solid #8FC31F !important;
}
.p-price-list__table-body-content--suite_hr tr:first-child td:nth-child(5),
.p-price-list__table-body-content--suite_hr tr:first-child td:nth-child(7) {
  font-weight: 400;
}
.p-price-list__table-body-content--suite_hr tr:not(:first-child) td:nth-child(3),
.p-price-list__table-body-content--suite_hr tr:not(:first-child) td:nth-child(5) {
  border-left: 3px solid #8FC31F !important;
  border-right: 3px solid #8FC31F !important;
}
.p-price-list__table-body-content--suite_hr tr:not(:first-child) td:nth-child(4),
.p-price-list__table-body-content--suite_hr tr:not(:first-child) td:nth-child(6) {
  font-weight: 400;
}
.p-price-list__table-body-content--suite_hr tr:last-child td:nth-child(3),
.p-price-list__table-body-content--suite_hr tr:last-child td:nth-child(5) {
  border-bottom: 3px solid #8FC31F !important;
}
.p-price-list__table-body-content--suite_hr th {
  width: 133px;
}
.p-price-list__annotation-content {
  margin-top: 20px;
}
.p-price-list__bottom-button-content {
  width: auto;
  margin-top: -20px;
}
.p-price-list__bottom-button-content a {
  max-width: 100%;
}
.p-price-list__bottom-button-content .c-button {
  width: auto;
  display: inline-block;
  padding: 12px 40px 12px 20px;
}
.p-price-list__button-simulation-content {
  margin-bottom: 80px;
  background: linear-gradient(96.69deg, #1292D9 30.08%, #00529F 94.63%);
  padding: 20px 80px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-price-list__button-simulation-content {
    margin: 0 -20px 40px;
    border-radius: 0;
    padding: 28px 20px;
  }
}

/* スクロール前の状態（透明＆下に少しずらす） */
.fade-in, .fade-in-right-02, .fade-in-right-01, .fade-in-left-02, .fade-in-left-01, .fade-in-down-sp-01 {
  opacity: 0;
  --translateX: 0;
  --translateY: 50px; /* デフォルトは下から（bottom） */
  --duration: 1s; /* デフォルトのアニメーション時間 */
  --easing: cubic-bezier(0.25, 1, 0.5, 1); /* ちょっとバウンド感をつける */
}
/* アクティブ状態（共通） */
.fade-in--active {
  opacity: 1;
  animation: fadeInMove var(--duration) var(--easing);
}
@media (max-width: 767px) {
  .fade-in--sp-none {
    animation: none !important;
    opacity: 1 !important;
  }
}
.fade-in--top {
  --translateY: -10px;
}

.fade-in-left-01 {
  --translateX: -50px;
  --translateY: 0;
  --duration: 0.8s;
  --easing: ease-in-out;
}
@media (max-width: 767px) {
  .fade-in-left-01--sp-none {
    animation: none !important;
    opacity: 1 !important;
  }
}

.fade-in-left-02 {
  --translateX: -50px;
  --translateY: 0;
  --duration: 1s;
  --easing: ease-in-out;
}
@media (max-width: 767px) {
  .fade-in-left-02--sp-none {
    animation: none !important;
    opacity: 1 !important;
  }
}

.fade-in-right-01 {
  --translateX: 50px;
  --translateY: 0;
  --duration: 0.8s;
  --easing: ease-in-out;
}
@media (max-width: 767px) {
  .fade-in-right-01--sp-none {
    animation: none !important;
    opacity: 1 !important;
  }
}

.fade-in-right-02 {
  --translateX: 50px;
  --translateY: 0;
  --duration: 1s;
  --easing: ease-in-out;
}
@media (max-width: 767px) {
  .fade-in-right-02--sp-none {
    animation: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  .fade-in-down-sp-01 {
    --translateX: 0;
    --translateY: -50px;
    --duration: 1s;
    --easing: ease-in-out;
  }
}

.fade-appear {
  animation: fadeInMove var(--duration) var(--easing);
  --translateX: 0;
  --translateY: 50px; /* デフォルトは下から（bottom） */
  --duration: 1.2s; /* デフォルトのアニメーション時間 */
  --easing: ease-in-out;
}
.fade-appear--left {
  --translateX: -50px;
  --translateY: 0;
  --duration: 1.2s;
  --easing: ease-in-out;
}
.fade-appear--top {
  --translateX: 0;
  --translateY: -50px;
  --duration: 1.2s;
  --easing: ease-in-out;
}
@media (max-width: 767px) {
  .fade-appear--sp {
    --translateX: 0;
    --translateY: 10px;
    --duration: 1.2s;
    --easing: ease-in-out;
  }
}

/* 2024/10/17追加 */
.p-key-features__icon-download {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.p-key-features__icon-download .p-key-features__icon-img {
  width: 200px;
  padding: 5px;
}

/* ========================================
  製品詳細ページ - キービジュアル
======================================== */
.p-products-detail {
  overflow-x: hidden;
}
.p-products-detail__keyvisual {
  position: relative;
}
.p-products-detail__keyvisual .e-img-01 {
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
  transform: translateY(-50%);
}

.p-products-detail__keyvisual .e-img-01::before {
  content: "";
  position: absolute;
  bottom: min(-60 / var(--design-width) * 100vw, -60px);
  right: 0;
  width: min(880 / var(--design-width) * 100vw, 880px);
  height: min(480 / var(--design-width) * 100vw, 480px);
  border-radius: min(60 / var(--design-width) * 100vw, 60px) 0 0 min(60 / var(--design-width) * 100vw, 60px);
  background: #F5F5F5;
}

.p-products-detail__keyvisual.--v-bg-gradient .e-img-01::before {
  background-image: url(/common/os/lx/assets/img/edoc/detail/kv-bg-01.png);
  background-size: cover;
}

.p-products-detail__keyvisual .e-img-01__inner {
  position: relative;
  z-index: 1;
  border-radius: min(60 / var(--design-width) * 100vw, 60px) 0 0 min(60 / var(--design-width) * 100vw, 60px);
  background: #ffffff;
  width: min(810 / var(--design-width) * 100vw, 810px);
  height: min(480 / var(--design-width) * 100vw, 480px);
  box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.10);
}

.p-products-detail__keyvisual .e-img-01__inner img {
  position: absolute;
  left: min(80 / var(--design-width) * 100vw, 80px);
  top: 50%;
  transform: translateY(-50%);
  width: min(520 / var(--design-width) * 100vw, 520px);
}

@media (max-width: 767px) {
  .p-products-detail__keyvisual {
    background-image: url(/common/os/lx/assets/img/edoc/detail/bg-01.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .p-products-detail__keyvisual .e-img-01 {
    right: auto;
    left: 50%;
    top: auto;
    bottom: min(130 / var(--design-width) * 100vw, 130px);
    transform: translateX(-50%);
  }
  
  .p-products-detail__keyvisual .e-img-01.--v-sp-bottom-none {
    bottom: 0;
  }
  
  .p-products-detail__keyvisual .e-img-01::before {
    right: auto;
    left: min(30 / var(--design-width) * 100vw, 30px);
    bottom: min(-30 / var(--design-width) * 100vw, -30px);
    width: min(335 / var(--design-width) * 100vw, 335px);
    height: min(250 / var(--design-width) * 100vw, 250px);
    border-radius: min(40 / var(--design-width) * 100vw, 40px);
  }
  
  .p-products-detail__keyvisual .e-img-01__inner {
    border-radius: min(40 / var(--design-width) * 100vw, 60px);
    width: min(335 / var(--design-width) * 100vw, 335px);
    height: min(250 / var(--design-width) * 100vw, 240px);
  }
  
  .p-products-detail__keyvisual .e-img-01__inner img {
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(275 / var(--design-width) * 100vw, 275px);
  }
}

/* 製品詳細ページ - キービジュアルコンテンツ */
.p-products-detail__keyvisual__content {
  width: min(1500 / var(--design-width) * 100vw, 1500px);
  height: min(740 / var(--design-width) * 100vw, 740px);
  padding: 0 0 0 min(180 / var(--design-width) * 100vw, 180px);
  border-radius: 0 0 min(80 / var(--design-width) * 100vw, 80px) 0;
  background: linear-gradient(100deg, #F9FCFF 29.12%, #E5F1FD 82.66%);
}

.p-products-detail__keyvisual__content .breadcrumbs {
  border: none;
  margin-left: -10px;
}
.p-products-detail__keyvisual__content .breadcrumbs ol {
  width: auto;
}
.p-products-detail__keyvisual__content .e-content-01 {
  margin-top: min(80 / var(--design-width) * 100vw, 80px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-catch-01 {
  display: flex;
  align-items: center;
  gap: 0 min(24 / var(--design-width) * 100vw, 24px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-logo-01 {
  width: min(125 / var(--design-width) * 100vw, 125px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-line-01 {
  display: block;
  width: min(547 / var(--design-width) * 100vw, 547px);
  height: 1px;
  background-color: #00529F;
}
.p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-number-01 {
  width: min(60 / var(--design-width) * 100vw, 60px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-heading-01 {
  color: #00529F;
  font-size: min(48 / var(--design-width) * 100vw, 48px);
  font-weight: 900;
  line-height: 1.33;
  letter-spacing: min(5.76 / var(--design-width) * 100vw, 5.76px);
  margin-top: min(40 / var(--design-width) * 100vw, 40px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-text-01 {
  font-size: min(24 / var(--design-width) * 100vw, 24px);
  font-weight: 700;
  letter-spacing: min(2.88 / var(--design-width) * 100vw, 2.88px);
  margin-top: min(32 / var(--design-width) * 100vw, 32px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-button-01 {
  margin-top: min(60 / var(--design-width) * 100vw, 60px);
}
.p-products-detail__keyvisual__content .e-content-01 .m-button-01 .c-button__text {
  font-size: min(20 / var(--design-width) * 100vw, 20px);
}

@media (max-width: 767px) {
  .p-products-detail__keyvisual__content {
    width: 100%;
    height: auto;
    padding: 0 min(20 / var(--design-width) * 100vw, 20px) min(430 / var(--design-width) * 100vw, 430px) min(20 / var(--design-width) * 100vw, 20px);
    border-radius: 0;
    background: none;
  }
  
  .p-products-detail__keyvisual__content .breadcrumbs {
    margin-left: -20px;
  }
  
  .p-products-detail__keyvisual__content .e-content-01 {
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-catch-01 {
    gap: 0 min(24 / var(--design-width) * 100vw, 24px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-logo-01 {
    width: min(100 / var(--design-width) * 100vw, 100px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-line-01 {
    width: auto;
    flex: 1;
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-catch-01 .s-number-01 {
    width: min(40 / var(--design-width) * 100vw, 40px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-heading-01 {
    font-size: min(32 / var(--design-width) * 100vw, 32px);
    letter-spacing: min(3.84 / var(--design-width) * 100vw, 3.84px);
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-text-01 {
    font-size: min(14 / var(--design-width) * 100vw, 14px);
    letter-spacing: min(1.68 / var(--design-width) * 100vw, 1.68px);
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-button-01 {
    margin-top: min(20 / var(--design-width) * 100vw, 20px);
    text-align: center;
    line-height: 1.333;
  }
  
  .p-products-detail__keyvisual__content .e-content-01 .m-button-01 .c-button__text {
    font-size: min(18 / var(--design-width) * 100vw, 18px);
  }
  
  .p-products-detail__keyvisual__content.--v-sp-pb-small {
    padding-bottom: min(300 / var(--design-width) * 100vw, 300px);
  }
}

.p-products-detail__around {
  display: flex;
  justify-content: center;
  gap: 0 min(30 / var(--design-width) * 100vw, 30px);
  background: none;

  .e-arrow-01 {
    width: min(100 / var(--design-width) * 100vw, 100px);
    position: relative;

    img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  .l-around-01 {
    width: min(640 / var(--design-width) * 100vw, 640px);
    border-radius: min(16 / var(--design-width) * 100vw, 16px);
    background: #F5F5F5;
    padding: min(50 / var(--design-width) * 100vw, 50px) min(40 / var(--design-width) * 100vw, 40px);

    .e-heading-01 {
      line-height: 1;
      border-top: 1px solid #5B584F;
      border-bottom: 1px solid #5B584F;
      padding: min(12 / var(--design-width) * 100vw, 12px) 0;
      text-align: center;
      font-size: min(20 / var(--design-width) * 100vw, 20px);
      font-weight: 700;
      color: #666666;
    }

    .e-text-01 {
      font-size: min(28 / var(--design-width) * 100vw, 28px);
      font-weight: 700;
      text-align: center;
      margin-top: min(20 / var(--design-width) * 100vw, 20px);
    }

    .e-text-02 {
      text-align: center;
      font-size: min(22 / var(--design-width) * 100vw, 22px);
      font-weight: 700;
      border-radius: min(6 / var(--design-width) * 100vw, 6px);
      background: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: min(140 / var(--design-width) * 100vw, 140px);
      padding: 0 min(20 / var(--design-width) * 100vw, 20px);
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
      color: #666666;

      span {
        color: #00529F;
      }
    }

    .e-list-01 {
      border-radius: min(6 / var(--design-width) * 100vw, 6px);
      background: #ffffff;
      display: flex;
      align-items: center;
      height: min(140 / var(--design-width) * 100vw, 140px);
      padding: min(20 / var(--design-width) * 100vw, 20px);
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
      font-size: min(16 / var(--design-width) * 100vw, 16px);

      ul {

        li {
          padding-left: 1em;
          text-indent: -1em;
        }
      }
    }

    &.--v-blue {
      border: 4px solid #ffffff;
      background-color: #D9E8FF;
      box-shadow: 0 2px 32px 4px rgba(0, 82, 159, 0.20);

      .e-heading-01 {
        border-top: 1px solid #00529F;
        border-bottom: 1px solid #00529F;
        color: #00529F;
      }
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__around {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(8 / var(--design-width) * 100vw, 8px) 0;
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);

    .e-arrow-01 {
      width: 100%;
      height: min(100 / var(--design-width) * 100vw, 100px);

      img {
        width: min(100 / var(--design-width) * 100vw, 100px);
        left: 50%;
        transform: translate(-50%, -50%);
      }
    }

    .l-around-01 {
      width: 100%;
      border-radius: min(16 / var(--design-width) * 100vw, 16px);
      padding: min(50 / var(--design-width) * 100vw, 50px) min(20 / var(--design-width) * 100vw, 20px);

      .e-heading-01 {
        padding: min(8 / var(--design-width) * 100vw, 8px) 0;
        font-size: min(20 / var(--design-width) * 100vw, 20px);
      }

      .e-text-01 {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        margin-top: min(20 / var(--design-width) * 100vw, 20px);
      }

      .e-text-02 {
        font-size: min(20 / var(--design-width) * 100vw, 20px);
        display: block;
        height: auto;
        padding: min(26 / var(--design-width) * 100vw, 26px) min(20 / var(--design-width) * 100vw, 20px);
        margin-top: min(32 / var(--design-width) * 100vw, 32px);
      }

      .e-list-01 {
        border-radius: min(6 / var(--design-width) * 100vw, 6px);
        display: block;
        height: auto;
        padding: min(12 / var(--design-width) * 100vw, 12px) min(20 / var(--design-width) * 100vw, 20px);
        margin-top: min(32 / var(--design-width) * 100vw, 32px);
        font-size: min(16 / var(--design-width) * 100vw, 16px);
      }

      &.--v-blue {
        border: 4px solid #ffffff;
        background-color: #D9E8FF;
        box-shadow: 0 2px 32px 4px rgba(0, 82, 159, 0.20);

        .e-heading-01 {
          border-top: 1px solid #00529F;
          border-bottom: 1px solid #00529F;
          color: #00529F;
        }
      }
    }
  }
}

.p-products-detail__step__list {
  display: flex;
  justify-content: center;
  gap: 0 min(12 / var(--design-width) * 100vw, 12px);
  margin-top: min(92 / var(--design-width) * 100vw, 92px);

  .e-content-01 {
    width: min(384 / var(--design-width) * 100vw, 384px);
    border-radius: min(16 / var(--design-width) * 100vw, 16px);
    background: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);
    padding:
    min(60 / var(--design-width) * 100vw, 60px)
    min(40 / var(--design-width) * 100vw, 40px)
    min(50 / var(--design-width) * 100vw, 50px)
    min(40 / var(--design-width) * 100vw, 40px)
    ;
    position: relative;

    .m-step-01 {
      position: absolute;
      left: 50%;
      top: min(-30 / var(--design-width) * 100vw, -30px);
      transform: translateX(-50%);
      width: min(300 / var(--design-width) * 100vw, 300px);
      border-radius: min(8 / var(--design-width) * 100vw, 8px) min(8 / var(--design-width) * 100vw, 8px) 0 0;
      background: #00529F;
      color: #ffffff;
      text-align: center;
      font-size: min(14 / var(--design-width) * 100vw, 14px);
      font-weight: 700;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0 4px;

      span {
        font-size: min(40 / var(--design-width) * 100vw, 40px);
      }
    }

    .m-icon-01 {
      width: min(70 / var(--design-width) * 100vw, 70px);
      margin: 0 auto min(8 / var(--design-width) * 100vw, 8px);
    }

    .m-heading-01 {
      font-size: min(24 / var(--design-width) * 100vw, 24px);
      font-weight: 700;
      text-align: center;
      color: #00529F;
      margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
    }

    .m-heading-02 {
      font-size: min(28 / var(--design-width) * 100vw, 28px);
      font-weight: 700;
      text-align: center;
      color: #00529F;
      margin-bottom: min(8 / var(--design-width) * 100vw, 8px);
    }

    .m-supplement-01 {
      font-size: min(16 / var(--design-width) * 100vw, 16px);
      font-weight: 700;
      text-align: center;
      margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
    }


    .m-text-01 {
      margin-top: min(20 / var(--design-width) * 100vw, 20px);
      font-size: min(16 / var(--design-width) * 100vw, 16px);
    }
  }

  .e-arrow-01 {
    position: relative;
    width: 1px;
    z-index: 1;

    img {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: min(128 / var(--design-width) * 100vw, 128px);
      max-width: none;
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__step {
    background: var(--bg_gradation_05-color, linear-gradient(100deg, #FFF 31.66%, #EDEDED 96.91%));
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);
  }
  .p-products-detail__step__list {
    flex-direction: column;
    justify-content: flex-start;
    gap: min(60 / var(--design-width) * 100vw, 60px) 0;
    margin-top: min(72 / var(--design-width) * 100vw, 72px);

    .e-content-01 {
      width: 100%;
      border-radius: min(16 / var(--design-width) * 100vw, 16px);
      padding:
      min(50 / var(--design-width) * 100vw, 50px)
      min(20 / var(--design-width) * 100vw, 20px)
      min(40 / var(--design-width) * 100vw, 40px)
      min(20 / var(--design-width) * 100vw, 20px)
      ;

      .m-step-01 {
        top: min(-30 / var(--design-width) * 100vw, -30px);
        width: min(300 / var(--design-width) * 100vw, 300px);
        border-radius: min(8 / var(--design-width) * 100vw, 8px) min(8 / var(--design-width) * 100vw, 8px) 0 0;
        font-size: min(14 / var(--design-width) * 100vw, 14px);

        span {
          font-size: min(40 / var(--design-width) * 100vw, 40px);
        }
      }

      .m-heading-01 {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
      }

      .m-heading-02 {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        margin-bottom: min(8 / var(--design-width) * 100vw, 8px);
      }

      .m-supplement-01 {
        font-size: min(16 / var(--design-width) * 100vw, 16px);
        margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
      }


      .m-text-01 {
        margin-top: min(20 / var(--design-width) * 100vw, 20px);
        font-size: min(16 / var(--design-width) * 100vw, 16px);
      }
    }

    .e-arrow-01 {
      width: 100%;
      height: 1px;

      img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -60%) rotate(90deg);
        width: min(128 / var(--design-width) * 100vw, 128px);
      }
    }
  }
}
.p-products-detail__step__cta {
  text-align: center;
  margin-top: min(40 / var(--design-width) * 100vw, 40px);

  dt {
    font-size: min(28 / var(--design-width) * 100vw, 28px);
    font-weight: 700;
    margin-bottom: min(40 / var(--design-width) * 100vw, 40px);
  }

  dd {
    display: flex;
    justify-content: center;

    .c-button__text {
      font-size: min(24 / var(--design-width) * 100vw, 24px);
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__step__cta {
    margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;

    dt {
      font-size: min(24 / var(--design-width) * 100vw, 24px);
      margin-bottom: min(40 / var(--design-width) * 100vw, 40px);
    }

    dd {

      .c-button__text {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
      }
    }
  }
}

.p-products-detail__features {
  margin-top: min(120 / var(--design-width) * 100vw, 120px);

  &.--v-pb-100 {
    padding-bottom: min(100 / var(--design-width) * 100vw, 100px);
  }

  &.--v-mt-0 {
    margin-top: 0;
  }
}
.p-products-detail__features__list {
  max-width: min(1560 / var(--design-width) * 100vw, 1560px);
  margin: min(60 / var(--design-width) * 100vw, 60px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(60 / var(--design-width) * 100vw, 60px);

  .e-feature-01 {
    background: #ffffff;
    border-radius: min(60 / var(--design-width) * 100vw, 60px);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.10);
    padding:
    min(60 / var(--design-width) * 100vw, 60px)
    min(70 / var(--design-width) * 100vw, 70px)
    min(50 / var(--design-width) * 100vw, 50px)
    min(70 / var(--design-width) * 100vw, 70px)
    ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;

    .m-heading-01 {
      display: flex;
      align-items: center;
      gap: 0 min(24 / var(--design-width) * 100vw, 24px);

      img {
        width: min(115 / var(--design-width) * 100vw, 115px);
      }

      h3 {
        flex: 1;
        font-size: min(44 / var(--design-width) * 100vw, 44px);
        font-weight: 700;
        color: #00529F;
        line-height: 1.3;
      }
    }

    .m-text-01 {
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
      font-size: min(28 / var(--design-width) * 100vw, 28px);
      font-weight: 700;
    }

    .m-tag-01 {
      display: inline-block;
      font-size: min(14 / var(--design-width) * 100vw, 14px);
      line-height: 1;
      border: 1px solid #5B584F;
      border-radius: 4px;
      padding: min(12 / var(--design-width) * 100vw, 12px);
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
    }
  }
}
.p-products-detail__features__list-02 {
  max-width: min(1560 / var(--design-width) * 100vw, 1560px);
  margin: min(60 / var(--design-width) * 100vw, 60px) auto 0;

  .e-feature-01 {
    background-color: #ffffff;
    border-radius: min(60 / var(--design-width) * 100vw, 60px);
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.10);
    padding: min(60 / var(--design-width) * 100vw, 60px);

    .l-layout-01 {
      display: flex;
      justify-content: space-between;
      gap: 0 min(60 / var(--design-width) * 100vw, 60px);

      .e-content-01 {
        flex: 1;

        .m-heading-01 {
          display: flex;
          gap: 0 min(20 / var(--design-width) * 100vw, 20px);

          &::before {
            content: '';
            display: block;
            width: min(8 / var(--design-width) * 100vw, 8px);
            border-radius: min(4 / var(--design-width) * 100vw, 4px);
            background: var(--gradation_logo_Bl_01-color, linear-gradient(0deg, #00529F -0.17%, #0081C0 100%));
          }

          > div {
            padding: min(8 / var(--design-width) * 100vw, 8px) 0;

            img {
              width: min(47 / var(--design-width) * 100vw, 47px);
            }

            h3 {
              font-size: min(40 / var(--design-width) * 100vw, 40px);
              font-weight: 700;
              color: #00529F;
              line-height: 1.35;
              margin-top: min(12 / var(--design-width) * 100vw, 12px);
            }
          }
        }

        .m-text-01 {
          margin-top: min(24 / var(--design-width) * 100vw, 24px);

          dt {
            font-size: min(20 / var(--design-width) * 100vw, 20px);
            font-weight: 700;
          }

          dd {
            background-color: #F5F5F5;
            padding: min(12 / var(--design-width) * 100vw, 12px) min(20 / var(--design-width) * 100vw, 20px);
            border-radius: min(6 / var(--design-width) * 100vw, 6px);
            font-size: min(16 / var(--design-width) * 100vw, 16px);
            margin-top: min(24 / var(--design-width) * 100vw, 24px);
          }
        }

        .m-list-01 {
          color: #00529F;
          font-size: min(16 / var(--design-width) * 100vw, 16px);
          margin-top: min(16 / var(--design-width) * 100vw, 16px);
          font-weight: 700;

          li {
            text-indent: -1em;
            padding-left: 1em;
          }
        }
      }

      .e-img-01 {
        width: min(820 / var(--design-width) * 100vw, 820px);
      }
    }

    + .e-feature-01 {
      margin-top: min(60 / var(--design-width) * 100vw, 60px);
    }
  }
}
.p-products-detail__features__list-03 {
  display: flex;
  justify-content: center;
  gap: 0 min(30 / var(--design-width) * 100vw, 30px);
  margin-top: min(60 / var(--design-width) * 100vw, 60px);

  .e-content-01 {
    width: min(500 / var(--design-width) * 100vw, 500px);
    border-radius: min(16 / var(--design-width) * 100vw, 16px);
    background: #ffffff;
    box-shadow: 0 6px 34px 0 rgba(0, 0, 0, 0.10);
    padding:
    min(40 / var(--design-width) * 100vw, 40px)
    min(40 / var(--design-width) * 100vw, 40px)
    min(50 / var(--design-width) * 100vw, 50px)
    min(40 / var(--design-width) * 100vw, 40px)
    ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .m-number-01 {
      width: min(50 / var(--design-width) * 100vw, 50px);
      margin: 0 auto min(8 / var(--design-width) * 100vw, 8px);
    }

    .m-heading-01 {
      font-size: min(32 / var(--design-width) * 100vw, 32px);
      font-weight: 700;
      text-align: center;
      color: #00529F;
      margin-bottom: min(32 / var(--design-width) * 100vw, 32px);
    }

    .m-text-01 {
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
      font-size: min(18 / var(--design-width) * 100vw, 18px);
      font-weight: 700;
    }

    .m-tag-01 {
      display: flex;
      flex-wrap: wrap;
      gap: min(8 / var(--design-width) * 100vw, 8px);
      margin-top: min(32 / var(--design-width) * 100vw, 32px);

      li {
        line-height: 1;
        border: 1px solid #5B584F;
        border-radius: min(4 / var(--design-width) * 100vw, 4px);
        padding: min(12 / var(--design-width) * 100vw, 12px) min(12 / var(--design-width) * 100vw, 12px);
        font-size: min(14 / var(--design-width) * 100vw, 14px);
        font-weight: 700;
        color: #5B584F;
        letter-spacing: 0.05em;
      }
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__features {
    margin-top: 0;
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);
  }
  .p-products-detail__features__list {
    max-width: min(1560 / var(--design-width) * 100vw, 1560px);
    margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: min(40 / var(--design-width) * 100vw, 40px) 0;
    width: 100%;

    .e-feature-01 {
      border-radius: min(40 / var(--design-width) * 100vw, 40px);
      padding:
      min(40 / var(--design-width) * 100vw, 40px)
      min(20 / var(--design-width) * 100vw, 20px)
      min(40 / var(--design-width) * 100vw, 40px)
      min(20 / var(--design-width) * 100vw, 20px)
      ;

      .m-heading-01 {
        display: block;

        img {
          width: min(115 / var(--design-width) * 100vw, 115px);
          margin: 0 auto min(24 / var(--design-width) * 100vw, 24px);
          display: block;
        }

        h3 {
          flex: none;
          font-size: min(32 / var(--design-width) * 100vw, 32px);
        }
      }

      .m-text-01 {
        margin-top: min(20 / var(--design-width) * 100vw, 20px);
        font-size: min(20 / var(--design-width) * 100vw, 20px);
      }

      .m-tag-01 {
        font-size: min(14 / var(--design-width) * 100vw, 14px);
        padding: min(12 / var(--design-width) * 100vw, 12px);
        margin-top: min(20 / var(--design-width) * 100vw, 20px);
      }
    }
  }
  .p-products-detail__features__list-02 {
    max-width: 100%;
    margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;

    .e-feature-01 {
      border-radius: min(40 / var(--design-width) * 100vw, 40px);
      padding: min(40 / var(--design-width) * 100vw, 40px) min(20 / var(--design-width) * 100vw, 20px);

      .l-layout-01 {
        display: block;

        .e-content-01 {
          flex: none;

          .m-heading-01 {
            gap: 0 min(12 / var(--design-width) * 100vw, 12px);

            > div {

              h3 {
                font-size: min(30 / var(--design-width) * 100vw, 30px);
              }
            }
          }
        }

        .e-img-01 {
          width: 100%;
          margin-top: min(40 / var(--design-width) * 100vw, 40px);
        }
      }

      + .e-feature-01 {
        margin-top: min(40 / var(--design-width) * 100vw, 40px);
      }
    }
  }
  .p-products-detail__features__list-03 {
    display: block;
    margin-top: min(40 / var(--design-width) * 100vw, 40px);

    .e-content-01 {
      width: 100%;
      padding:
      min(40 / var(--design-width) * 100vw, 40px)
      min(20 / var(--design-width) * 100vw, 20px)
      min(50 / var(--design-width) * 100vw, 50px)
      min(20 / var(--design-width) * 100vw, 20px)
      ;
      display: block;

      .m-text-01 {
        font-size: min(16 / var(--design-width) * 100vw, 16px);
      }

      & + .e-content-01 {
        margin-top: min(40 / var(--design-width) * 100vw, 40px);
      }
    }
  }
}

.p-products-detail__functions__list {
  max-width: min(1560 / var(--design-width) * 100vw, 1560px);
  margin: min(60 / var(--design-width) * 100vw, 60px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(40 / var(--design-width) * 100vw, 40px) min(30 / var(--design-width) * 100vw, 30px);

  .e-functions-01 {
    background-color: #F0F6FA;
    border-radius: min(16 / var(--design-width) * 100vw, 16px);
    padding: min(40 / var(--design-width) * 100vw, 40px) min(40 / var(--design-width) * 100vw, 40px) min(50 / var(--design-width) * 100vw, 50px);

    .m-icon-01 {
      width: min(80 / var(--design-width) * 100vw, 80px);
      margin: 0 auto;
    }

    .m-heading-01 {
      margin-top: min(20 / var(--design-width) * 100vw, 20px);
      font-size: min(28 / var(--design-width) * 100vw, 28px);
      font-weight: 700;
      color: #00529F;
      line-height: 1.3;
      height: 2.6em;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .m-text-01 {
      font-size: min(18 / var(--design-width) * 100vw, 18px);
      font-weight: 700;
      text-align: center;
      margin-top: min(8 / var(--design-width) * 100vw, 8px);
    }

    .m-img-01 {
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
    }

    .m-text-02 {
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
      border: 1px solid #333333;
      border-radius: min(6 / var(--design-width) * 100vw, 6px);
      padding: min(16 / var(--design-width) * 100vw, 16px);
      font-size: min(16 / var(--design-width) * 100vw, 16px);
      line-height: 1.75;
      height: 10.8em;
    }

    .m-button-01 {
      margin-top: min(32 / var(--design-width) * 100vw, 32px);

      a {
        background-color: #00529F;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: min(200 / var(--design-width) * 100vw, 200px);
        height: min(40 / var(--design-width) * 100vw, 40px);
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.20);
        border-radius: 9999px;
        font-size: min(16 / var(--design-width) * 100vw, 16px);
        margin: 0 auto;
      }
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__functions__list {
    max-width: 100%;
    margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: min(20 / var(--design-width) * 100vw, 20px) 0;

    .e-functions-01 {
      padding: min(20 / var(--design-width) * 100vw, 20px) min(20 / var(--design-width) * 100vw, 20px) min(30 / var(--design-width) * 100vw, 30px);

      .m-heading-01 {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        height: auto;
        display: block;
        text-align: center;
      }

      .m-text-01 {
        font-size: min(16 / var(--design-width) * 100vw, 16px);
      }

      .m-text-02 {
        height: auto;
      }
    }
  }
}

.p-products-detail__security {
  text-align: center;

  > div {
    display: inline-block;
  }
}
.p-products-detail__security__cntent {
  width: min(1000 / var(--design-width) * 100vw, 1000px);
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: min(20 / var(--design-width) * 100vw, 20px);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(40 / var(--design-width) * 100vw, 40px);
  padding: min(50 / var(--design-width) * 100vw, 50px);

  .e-img-01 {
    width: min(180 / var(--design-width) * 100vw, 180px);
  }

  .e-content-01 {
    flex: 1;
    text-align: left;

    .m-heading-01 {
      font-size: min(32 / var(--design-width) * 100vw, 32px);
      font-weight: 700;
      color: #00529F;
    }

    .m-text-01 {
      font-size: min(18 / var(--design-width) * 100vw, 18px);
      font-weight: 700;
      margin-top: min(32 / var(--design-width) * 100vw, 32px);
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__security {
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);
  }
  .p-products-detail__security__cntent {
    width: 100%;
    border-radius: min(20 / var(--design-width) * 100vw, 20px);
    display: block;
    padding: min(50 / var(--design-width) * 100vw, 50px) min(40 / var(--design-width) * 100vw, 40px);

    .e-img-01 {
      width: min(180 / var(--design-width) * 100vw, 180px);
      margin: 0 auto min(32 / var(--design-width) * 100vw, 32px);
    }

    .e-content-01 {
      flex: none;

      .m-heading-01 {
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        text-align: center;
      }

      .m-text-01 {
        font-size: min(16 / var(--design-width) * 100vw, 16px);
        margin-top: min(32 / var(--design-width) * 100vw, 32px);
      }
    }
  }
}

.p-products-detail__link__swiper {
  margin-top: min(60 / var(--design-width) * 100vw, 60px);
  margin-bottom: min(80 / var(--design-width) * 100vw, 80px);
  padding-bottom: 16px;

  .swiper-wrapper {
    margin: 0 !important;

    .swiper-slide {
      width: min(384 / var(--design-width) * 100vw, 384px);
      background-color: #ffffff;
      border-radius: min(16 / var(--design-width) * 100vw, 16px);
      box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);
      padding: min(40 / var(--design-width) * 100vw, 40px);
      height: auto;

      a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;

        .e-heading-01 {
          font-size: min(24 / var(--design-width) * 100vw, 24px);
          font-weight: 700;
          color: #00529F;
          text-align: center;
          margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
        }

        .e-button-01 {
          border-radius: 9999px;
          background: #00529F;
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.20);
          width: min(200 / var(--design-width) * 100vw, 200px);
          height: min(40 / var(--design-width) * 100vw, 40px);
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: min(16 / var(--design-width) * 100vw, 16px);
          font-weight: 700;
          color: #ffffff;
          margin: min(20 / var(--design-width) * 100vw, 20px) auto 0;
        }
      }
    }
  }

  &:not(.swiper-initialized) {
    .swiper-wrapper {
      display: flex;
      justify-content: center;
      gap: 0 min(40 / var(--design-width) * 100vw, 40px);
      margin-left: auto !important;
      margin-right: auto !important;
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__link__swiper {
    margin-top: min(60 / var(--design-width) * 100vw, 60px);
    margin-bottom: min(44 / var(--design-width) * 100vw, 44px);

    .swiper-wrapper {

      .swiper-slide {
        width: min(284 / var(--design-width) * 100vw, 284px);
        border-radius: min(14 / var(--design-width) * 100vw, 14px);
        padding: min(32 / var(--design-width) * 100vw, 32px);
        margin-bottom: 0;

        a {

          .e-heading-01 {
            font-size: min(20 / var(--design-width) * 100vw, 20px);
            margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
          }

          .e-button-01 {
            width: min(200 / var(--design-width) * 100vw, 200px);
            height: min(40 / var(--design-width) * 100vw, 40px);
            font-size: min(16 / var(--design-width) * 100vw, 16px);
            margin: min(20 / var(--design-width) * 100vw, 20px) auto 0;
          }
        }
      }
    }
  }
}

.p-products-detail__link__return {
  text-align: center;

  a {
    display: inline-block;

    .e-logo-01 {
      width: min(100 / var(--design-width) * 100vw, 100px);
      margin: 0 auto min(20 / var(--design-width) * 100vw, 20px);
    }

    .e-text-01 {
      font-size: min(20 / var(--design-width) * 100vw, 20px);
      display: flex;
      align-items: center;
      gap: 0 min(8 / var(--design-width) * 100vw, 8px);
      text-decoration: underline;
      color: #00529F;

      img {
        width: min(24 / var(--design-width) * 100vw, 24px);
      }
    }

    &:hover {
      .e-text-01 {
        text-decoration: none;
      }
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__link__return {

    a {

      .e-logo-01 {
        width: min(100 / var(--design-width) * 100vw, 100px);
        margin: 0 auto min(20 / var(--design-width) * 100vw, 20px);
      }

      .e-text-01 {
        font-size: min(20 / var(--design-width) * 100vw, 20px);
        gap: 0 min(8 / var(--design-width) * 100vw, 8px);

        img {
          width: min(24 / var(--design-width) * 100vw, 24px);
        }
      }
    }
  }
}

.p-products-detail__about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(80 / var(--design-width) * 100vw, 80px);
  margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;

  .e-img-01 {
    width: min(720 / var(--design-width) * 100vw, 720px);
  }

  .e-content-01 {
    width: min(760 / var(--design-width) * 100vw, 760px);

    .m-heading-01 {
      font-size: min(44 / var(--design-width) * 100vw, 44px);
      font-weight: 900;
      color: #00529F;
      line-height: 1.4;
      border-bottom: 1px solid #00529F;
      padding-bottom: min(40 / var(--design-width) * 100vw, 40px);
      margin-bottom: min(40 / var(--design-width) * 100vw, 40px);
    }

    .m-text-01 {
      font-size: min(18 / var(--design-width) * 100vw, 18px);
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__about {
    display: block;

    .e-img-01 {
      width: 100%;
    }

    .e-content-01 {
      width: 100%;
      margin-top: min(40 / var(--design-width) * 100vw, 40px);

      .m-heading-01 {
        font-size: min(30 / var(--design-width) * 100vw, 30px);
        padding-bottom: min(20 / var(--design-width) * 100vw, 20px);
        margin-bottom: min(20 / var(--design-width) * 100vw, 20px);
      }

      .m-text-01 {
        font-size: min(16 / var(--design-width) * 100vw, 16px);
      }
    }
  }
}

.p-products-detail__lineup__list {
  margin-top: min(60 / var(--design-width) * 100vw, 60px);

  table {
    width: min(1440 / var(--design-width) * 100vw, 1440px);
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 10px;

    thead {

      tr {

        th {
          background-color: #00529F;
          color: #ffffff;
          text-align: center;
          font-size: min(28 / var(--design-width) * 100vw, 28px);
          font-weight: 700;
          padding: min(20 / var(--design-width) * 100vw, 20px) 0;

          &:first-child {
            border-radius: min(16 / var(--design-width) * 100vw, 16px) 0 0 0;
            border-right: 2px solid #ffffff;
          }

          &:last-child {
            border-radius: 0 min(16 / var(--design-width) * 100vw, 16px) 0 0;
            border-left: 2px solid #ffffff;
          }
        }
      }
    }

    tbody {

      tr {
        padding-top: min(10 / var(--design-width) * 100vw, 10px);

        th {
          padding:
            min(40 / var(--design-width) * 100vw, 40px)
            min(10 / var(--design-width) * 100vw, 10px)
            min(40 / var(--design-width) * 100vw, 40px)
            min(60 / var(--design-width) * 100vw, 60px);
            width: min(470 / var(--design-width) * 100vw, 470px);

          img {
            width: min(400 / var(--design-width) * 100vw, 400px);
          }
        }

        td {
          font-size: min(24 / var(--design-width) * 100vw, 24px);
          font-weight: 700;
          vertical-align: middle;
          position: relative;

          &.e-td-01 {
            width: min(300 / var(--design-width) * 100vw, 300px);
            text-align: center;

            sup {
              font-size: min(16 / var(--design-width) * 100vw, 16px);
              vertical-align: text-top;
              color: #333333;
            }
          }

          &.e-td-02 {
            padding-left: min(40 / var(--design-width) * 100vw, 40px);
          }

          &::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            display: block;
            width: 1px;
            height: min(50 / var(--design-width) * 100vw, 50px);
            background-color: #C2C2C2;
          }
        }

        &:nth-child(even) {

          th, td {
            background-color: #F5F5F5;
          }
        }

        &:nth-child(odd) {

          th, td {
            background-color: #F0F6FA;
          }
        }
      }
    }
  }

  .e-note-01 {
    width: min(1440 / var(--design-width) * 100vw, 1440px);
    margin: min(12 / var(--design-width) * 100vw, 12px) auto 0;
    font-size: min(16 / var(--design-width) * 100vw, 16px);

    a {
      color: #00529F;
      text-decoration: underline;

      &:hover {
        text-decoration: none;
      }
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__lineup__list {
    margin-top: min(40 / var(--design-width) * 100vw, 40px);
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);
    overflow-x: scroll;

    table {
      width: min(1340 / var(--design-width) * 100vw, 1340px);

      tbody {

        tr {

          th {
            padding:
              min(28 / var(--design-width) * 100vw, 28px)
              min(10 / var(--design-width) * 100vw, 10px)
              min(28 / var(--design-width) * 100vw, 28px)
              min(60 / var(--design-width) * 100vw, 60px);
              width: min(350 / var(--design-width) * 100vw, 350px);

            img {
              width: min(280 / var(--design-width) * 100vw, 280px);
            }
          }
        }
      }
    }

    .e-note-01 {
      width: min(1340 / var(--design-width) * 100vw, 1340px);
    }
  }
}

.p-products-detail__faq__list {
  width: min(1200 / var(--design-width) * 100vw, 1200px);
  margin: min(60 / var(--design-width) * 100vw, 60px) auto 0;

  > dl {
    background-color: #ffffff;
    border-radius: min(60 / var(--design-width) * 100vw, 60px);
    padding: min(40 / var(--design-width) * 100vw, 40px) min(60 / var(--design-width) * 100vw, 60px);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);

    > dt {
      display: flex;
      gap: 0 min(16 / var(--design-width) * 100vw, 16px);

      &::before {
        content: "";
        background-image: url(/common/os/lx/assets/img/product/pcaid/faq-icon-01.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: min(40 / var(--design-width) * 100vw, 40px);
        height: min(40 / var(--design-width) * 100vw, 40px);
        display: block;
      }

      span {
        flex: 1;
        font-size: min(28 / var(--design-width) * 100vw, 28px);
        font-weight: 700;
        color: #00529F;
      }
    }

    > dd {
      margin-top: min(16 / var(--design-width) * 100vw, 16px);
      background-color: #F5F5F5;
      border-radius: min(10 / var(--design-width) * 100vw, 10px);
      padding: min(20 / var(--design-width) * 100vw, 20px);
      display: flex;
      gap: 0 min(10 / var(--design-width) * 100vw, 10px);

      &::before {
        content: "A.";
        display: block;
        font-size: min(24 / var(--design-width) * 100vw, 24px);
        font-weight: 700;
      }

      span {
        font-size: min(24 / var(--design-width) * 100vw, 24px);

        a {
          text-decoration: underline;
          color: #00529F;
        }
      }
    }

    & + dl {
      margin-top: min(20 / var(--design-width) * 100vw, 20px);
    }
  }
}
@media (max-width: 767px) {
  .p-products-detail__faq__list {
    width: 100%;
    margin: min(40 / var(--design-width) * 100vw, 40px) auto 0;
    padding-left: min(20 / var(--design-width) * 100vw, 20px);
    padding-right: min(20 / var(--design-width) * 100vw, 20px);

    > dl {
      border-radius: min(30 / var(--design-width) * 100vw, 30px);
      padding: min(28 / var(--design-width) * 100vw, 28px) min(20 / var(--design-width) * 100vw, 20px);

      > dt {
        gap: 0 min(10 / var(--design-width) * 100vw, 10px);

        &::before {
          width: min(28 / var(--design-width) * 100vw, 28px);
          height: min(28 / var(--design-width) * 100vw, 28px);
          margin-top: min(6 / var(--design-width) * 100vw, 6px);
        }

        span {
          font-size: min(24 / var(--design-width) * 100vw, 24px);
        }
      }

      > dd {
        margin-top: min(12 / var(--design-width) * 100vw, 12px);
        padding: min(20 / var(--design-width) * 100vw, 20px);
        gap: 0 min(6 / var(--design-width) * 100vw, 6px);

        &::before {
          font-size: min(20 / var(--design-width) * 100vw, 20px);
        }

        span {
          font-size: min(20 / var(--design-width) * 100vw, 20px);
        }
      }

      & + dl {
        margin-top: min(24 / var(--design-width) * 100vw, 24px);
      }
    }
  }
}

/* ボタン矢印アイコン */
a.c-button,
.m-button-01 a,
.e-button-01 {
  position: relative;
  display: block;
}

.c-button::after,
.m-button-01 a::after,
.e-button-01::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105" !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.6em !important;
  display: block;
}
.c-button--hover-slide-blue::after,
.c-button--hover-slide-edoc-01::after,
.c-button--hover-slide-green::after,
.m-button-01 a::after,
.e-button-01::after {
  color: #fff !important;
}
.p-cta .c-button::after {
  color: #00529F !important;
}
.c-button--2xl::after {
  font-size: 2em !important;
}