@charset "UTF-8";
/* ※※※元ファイルは別管理のため、直接編集する際は運用担当者に確認してください※※※ */
:root {
  --bg-white: #fff;
  --bg-lightblue: #F2F9FF;
  --bg-lightblue02: #e4f2ff;
  --bg-darkblue: #1C2B4A;
  --line-white: #fff;
  --line-blue: #AAB3BC;
  --line-darkblue: #1C2B4A;
  --button-white-line: #DBDBDB;
  --line-gray: #3b444b;
  --primary-main: #348AEF;
  --secondary-main: #FC7B26;
  --text-main: #333;
  --text-white: #fff;
  --text-caption: #5F5F5F;
  --text-link: #0071C1;
  --text-error: #E01E5A;
  --text-gray: #3b444b;
  --text-gray02: #aaa;
  --button-cta: linear-gradient(90deg, #FC7B26, #EEB831);
  --button-cta-hov: linear-gradient(90deg, #FC7B26, #EEB831 25%, #EEB831 50%, #fff 75%);
  --primary-gradation: linear-gradient(#2A7FE3, #6CABF5);
  --shadow-m: 0 2px 4px 1px rgba(0, 0, 0, 0.24);
  --shadow-l: 0 4px 8px 2px rgba(0, 0, 0, 0.24);
  --shadow-xl: 0 8px 16px 4px rgba(0, 0, 0, 0.24);
  --font-en: Roboto, sans-serif;
  --transition01: 0.3s ease-in-out;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

html.is-fixed body {
  position: fixed;
  width: 100%;
}

body {
  color: var(--text-main);
  overflow: unset;
}

#wrapper {
  position: relative;
}

.l-inner {
  margin: auto;
  max-width: 1200px;
  padding-inline: 40px;
}

a,
a::before,
a::after,
button,
button::before,
button::after {
  color: inherit;
}

.ib {
  display: inline-block;
}

main#sitemap a {
  color: #3273dc;
}

#request .form__main.form__top {
  margin-top: 40px;
}
#request .form__main.form__top .form__main.form__top {
  margin-top: 0;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.bg-primary {
  background: var(--primary-main);
}

.bg-gray {
  background: #F8F9F9;
}

.bg-blue {
  background: var(--bg-lightblue);
}

.color-primary {
  color: var(--primary-main);
}

.color-error {
  color: var(--text-error);
}

.c-link {
  text-decoration: underline;
}

.c-arrow-link {
  color: var(--text-link);
  display: inline-block;
  margin-top: 8px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-arrow-link::after {
  background: currentColor;
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: none;
  transition: none;
  margin-left: 4px;
  top: 4px;
  position: relative;
}
.c-arrow-link.white {
  color: var(--text-white);
}

.companybox_cta {
  line-height: 0;
}

.c-btn-cta,
.btn-cta {
  background-image: var(--button-cta-hov);
  background-size: 400% 100%;
  background-position: left center;
  border-radius: 100px;
  border: 3px solid var(--bg-white);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  color: var(--line-white);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 16px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 65px;
  height: 100%;
}
.c-btn-cta.c-blue,
.btn-cta.c-blue {
  background: var(--bg-white);
  border-color: var(--primary-main);
  color: var(--primary-main);
}
.c-btn-cta.c-blue02,
.btn-cta.c-blue02 {
  background: var(--primary-main);
}

#column .btn-cta {
  min-height: inherit;
  height: auto;
  line-height: 1.5;
}

.c-btn-cta.has-end-arrow,
.btn-cta {
  padding-inline: 24px 8px;
}
.c-btn-cta.has-end-arrow::after,
.btn-cta::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 40px;
  height: 40px;
  -webkit-transition: none;
  transition: none;
}

.c-cta-box .btn-cta {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.c-btn-cta.download,
.c-btn-primary.tel {
  gap: 8px;
  padding: 6px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.c-btn-cta.download .cat,
.c-btn-primary.tel .cat {
  background: var(--primary-main);
  border-radius: 50px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  display: block;
  line-height: 1;
  padding: 4px 7px;
}
.c-btn-cta.download .cat.cat-vertical,
.c-btn-primary.tel .cat.cat-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-inline: 10px;
  padding-block: 8px 6px;
  font-size: 16px;
}
.c-btn-cta.download .btn-inn,
.c-btn-primary.tel .btn-inn {
  position: relative;
  padding-right: 28px;
}
.c-btn-cta.download .btn-inn::after,
.c-btn-primary.tel .btn-inn::after {
  background-color: var(--bg-white);
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}

.c-btn-cta.download .btn-inn {
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-btn-cta.download .btn-inn::after {
  -webkit-mask-image: url(/hubfs/modules/common/ico-download.svg);
          mask-image: url(/hubfs/modules/common/ico-download.svg);
}
.c-btn-cta.download .btn-inn .small {
  font-size: 10px;
  line-height: 1.5;
  display: block;
}
.c-btn-cta.download .btn-inn .main {
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.c-btn-cta.has-document-img {
  padding-right: 50px !important;
  margin-right: 50px;
}
.c-btn-cta.has-document-img:focus-visible .btn-inn::after {
  background-color: inherit;
}
.c-btn-cta.has-document-img .btn-inn {
  padding-right: 12px;
}
.c-btn-cta.has-document-img .btn-inn::after {
  background: url("/hubfs/modules/m-top-mv/btn-document02.png.webp") no-repeat center/contain;
  -webkit-mask: unset;
          mask: unset;
  width: 164px;
  height: 142px;
  aspect-ratio: 164/142;
  left: 100%;
  right: auto;
  bottom: 24px;
}

.c-btn-cta-block202512 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img {
  margin-top: 0;
  margin-right: 0;
  margin-left: 50px;
  height: inherit;
  padding-left: 80px;
  padding-right: 34px !important;
  padding-block: 12px 8px;
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn {
  padding-left: 20px;
  padding-right: 0;
  text-align: center;
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn::after {
  background-image: url("/hubfs/modules/m-top-mv/btn-document03.png.webp");
  width: 131px;
  height: 108px;
  aspect-ratio: 131/108;
  top: -22px;
  bottom: auto;
  right: 100%;
  left: auto;
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn .small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.0125em;
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn .main {
  font-size: 24px;
  letter-spacing: 1px;
  letter-spacing: 0.04em;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2392156863);
}
.c-btn-cta-block202512 .c-btn-cta.has-document-img .cat {
  font-size: 18px;
  line-height: 1.1;
  border-radius: 8px;
  padding: 8px;
}
.c-btn-cta-block202512 .btn-lead-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
}
.c-btn-cta-block202512 .btn-lead-txt.no-lines .inn-txt {
  padding-inline: 0;
}
.c-btn-cta-block202512 .btn-lead-txt.no-lines .inn-txt::before, .c-btn-cta-block202512 .btn-lead-txt.no-lines .inn-txt::after {
  content: unset;
}
.c-btn-cta-block202512 .btn-lead-txt.clr-white .inn-txt {
  color: var(--text-white);
}
.c-btn-cta-block202512 .btn-lead-txt.clr-white .inn-txt::before, .c-btn-cta-block202512 .btn-lead-txt.clr-white .inn-txt::after {
  background: var(--text-white);
}
.c-btn-cta-block202512 .btn-lead-txt.clr-white .inn-txt .blue {
  color: var(--text-white);
}
.c-btn-cta-block202512 .btn-lead-txt .inn-txt {
  font-weight: 900;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  padding-inline: 0.5em;
  position: relative;
}
.c-btn-cta-block202512 .btn-lead-txt .inn-txt::before, .c-btn-cta-block202512 .btn-lead-txt .inn-txt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.5em;
  background: #000;
  bottom: 0;
}
.c-btn-cta-block202512 .btn-lead-txt .inn-txt::before {
  rotate: -25deg;
  left: 0;
}
.c-btn-cta-block202512 .btn-lead-txt .inn-txt::after {
  rotate: 25deg;
  right: 0;
}
.c-btn-cta-block202512 .btn-lead-txt .inn-txt .blue {
  color: var(--primary-main);
}

.c-btn-primary {
  background: var(--primary-main);
  border: 1px solid var(--primary-main);
  border-radius: 100px;
  color: var(--line-white);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 8px 40px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-btn-primary.has-end-arrow {
  padding-right: 16px;
}
.c-btn-primary.has-end-arrow::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 20px;
  height: 20px;
  -webkit-transition: none;
  transition: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-btn-primary .btn-inn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-btn-primary.size-middle {
  font-size: 22px;
  padding-block: 16px;
}
.c-btn-primary.tel .cat {
  background: var(--bg-white);
  color: var(--primary-main);
}
.c-btn-primary.tel .btn-inn::after {
  -webkit-mask-image: url(/hubfs/modules/common/ico-tel.svg);
          mask-image: url(/hubfs/modules/common/ico-tel.svg);
}

.c-btn-secondary {
  background: var(--bg-white);
  border: 1px solid var(--button-white-line);
  border-radius: 100px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 15px 22px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-btn-secondary.has-end-arrow {
  padding-right: 16px;
}
.c-btn-secondary.has-end-arrow::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 20px;
  height: 20px;
  -webkit-transition: none;
  transition: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-btn-secondary .btn-inn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-btn-wrap01 {
  margin-top: 40px;
}
.c-btn-wrap01 .c-btn-cta {
  margin: auto;
}

.c-btn-wrap02 {
  text-align: center;
  margin-top: 24px;
}

.c-ttl01 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}
.c-ttl01 .sub {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  line-height: 1.4;
  margin-bottom: 4px;
}
.c-ttl01 .small {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

.c-ttl02 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 32px;
}

#column article .bodybox h2,
#column .mainContents .wrapper2 h2.column {
  border: none !important;
  position: relative;
  padding: 12px 24px !important;
  color: var(--text-white);
  background: var(--primary-main) !important;
  margin-bottom: 2rem !important;
}
#column article .bodybox h2 strong,
#column .mainContents .wrapper2 h2.column strong {
  color: var(--text-white) !important;
}
#column article .bodybox h2 span,
#column .mainContents .wrapper2 h2.column span {
  color: var(--text-white) !important;
}
#column article .bodybox h2::before,
#column .mainContents .wrapper2 h2.column::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 16px transparent;
  border-right: solid 24px var(--bg-darkblue);
}

#case .bodybox h3,
#column section.catch h3 {
  background: var(--bg-lightblue);
  padding: 16px 16px !important;
  border-left: 4px solid var(--primary-main) !important;
  line-height: 1.5;
}

.c-header {
  background: var(--bg-white);
  border-bottom: 1px solid var(--line-blue);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.c-header .guide-list {
  background: #F8F9F9;
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
  padding: 0 64px;
  height: 32px;
}
.c-header .guide-list a,
.c-header .guide-list .head {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-header .guide-list a[target=_blank] {
  color: var(--text-link);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.c-header .guide-list a[target=_blank]::after {
  content: "";
  background: var(--text-main);
  -webkit-mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.c-header .main {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 64px;
  height: 80px;
}
.c-header .wrap {
  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: min(40px, 2.5vw);
  height: 100%;
}
.c-header .logo img {
  display: block;
}
.c-header .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(16px, 1vw);
  height: 100%;
}
.c-header .nav-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-header .nav-list .head,
.c-header .nav-list .child-head {
  border-bottom: 1px solid var(--bg-white);
  cursor: pointer;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  font-size: min(18px, 1.125vw);
}
.c-header .nav-list .child-head {
  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;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-header .nav-list .child-head::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 24px;
  height: 28px;
  -webkit-transition: rotate var(--transition01);
  transition: rotate var(--transition01);
}
.c-header .nav-list .child-nav {
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 304px;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-header .nav-list .child-nav .no-link {
  padding: 8px 16px;
}
.c-header .nav-list .child-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-header .nav-list .child-nav a::before {
  content: "";
  background: var(--primary-main);
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
}
.c-header .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.c-header .c-btn-cta {
  border-width: 2px;
  font-size: 16px;
  padding: 14px 22px;
  min-height: 56px;
}
.c-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  min-height: inherit;
  height: auto;
}
.c-header.form-header .guide-list {
  display: none;
}
.c-header.form-header .wrap {
  display: none;
}
.c-header.lp-header .guide-list {
  display: none;
}
.c-header.lp-header .nav-list {
  display: none;
}
.webinar-wrapper,
main#column,
main#case {
  margin-bottom: 60px;
}

#request {
  margin-bottom: 30px;
}

.c-footer .top-box {
  background: var(--bg-darkblue);
  border-radius: 160px 160px 0 0;
  color: var(--text-white);
}
.c-footer .top-box .l-inner {
  padding-block: 72px 64px;
}
.c-footer .top-box .company {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.c-footer .top-box .company .isms {
  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: 16px;
}
.c-footer .top-box .company .isms .img {
  width: 64px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-footer .top-box .company .isms .txt {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-footer .block {
  border-radius: 8px;
  border: 1px solid var(--line-blue);
  padding: 24px;
}
.c-footer .block + .block {
  margin-top: 32px;
}
.c-footer .block .block-ttl {
  border-bottom: 1px solid var(--line-blue);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  padding-bottom: 16px;
}
.c-footer .block .nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.c-footer .block .nav-list a,
.c-footer .block .nav-list .child-head {
  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;
  padding: 8px 16px;
  gap: 8px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-footer .block .nav-list .child-nav {
  padding-left: 16px;
}
.c-footer .block .guide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.c-footer .block .guide-list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-block: 16px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-footer .block .guide-list a::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: none;
  transition: none;
}
.c-footer .bottom-box {
  background: var(--bg-lightblue);
}
.c-footer .bottom-box .l-inner {
  padding-block: 24px;
  position: relative;
}
.c-footer .bottom-box .company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
.c-footer .bottom-box .company .logo {
  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;
}
.c-footer .bottom-box .company .logo .txt {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-footer .bottom-box .company .access {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-footer .bottom-box .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .bottom-box .link-list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-footer .bottom-box .link-list a::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transition: none;
  transition: none;
}
.c-footer .bottom-box .copyright {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-footer.form-footer .top-box .company {
  margin-bottom: 0;
}
.c-footer.form-footer .top-box .block {
  display: none;
}
.c-footer.lp-footer .top-box {
  display: none;
}

.c-nav {
  background: var(--primary-gradation);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh) * 100);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  z-index: 100;
}
.c-nav .inner {
  background: var(--color-gradation03);
  padding: 14px 16px 40px;
  overflow-y: auto;
  max-height: calc(calc(var(--vh) * 100) - 40px);
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-nav .logo {
  width: min(180px, 48vw);
  margin-bottom: 42px;
}
.c-nav .block + .block {
  margin-top: 40px;
}
.c-nav .block-ttl {
  border-bottom: 1px solid currentColor;
  color: var(--text-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-inline: -16px;
  padding-inline: 16px;
  padding-bottom: 12px;
}
.c-nav .nav-list {
  color: var(--text-white);
}
.c-nav .nav-list .head,
.c-nav .nav-list .child-head {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
}
.c-nav .nav-list .head[target=_blank]::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/ico-link-blank.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
}
.c-nav .child-nav {
  display: none;
  padding-left: 48px;
}
.c-nav .child-nav .no-link {
  padding: 8px 0;
}
.c-nav .child-head {
  position: relative;
}
.c-nav .child-head::before, .c-nav .child-head::after {
  content: "";
  background: var(--bg-white);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 11px;
  height: 1px;
}
.c-nav .child-head::after {
  rotate: 90deg;
}
.c-nav .child-head.is-open::after {
  rotate: 0deg;
}
.c-nav .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 32px;
}
.c-nav .btn a {
  width: 100%;
}
.c-nav-btn {
  border: none;
  background: none;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: fixed;
  top: 16px;
  right: 32px;
  z-index: 101;
}
.c-nav-btn .inn {
  position: relative;
  width: 23px;
  height: 15px;
}
.c-nav-btn .line {
  background: var(--text-main);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-nav-btn .line:nth-child(1) {
  translate: 0 -6px;
}
.c-nav-btn .line:nth-child(3) {
  translate: 0 6px;
}
.c-nav-btn.is-none {
  display: none;
}

html.nav-open .c-nav {
  opacity: 1;
  pointer-events: auto;
}
html.nav-open .c-nav .inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
html.nav-open .c-nav-btn .line {
  background: var(--bg-white);
}
html.nav-open .c-nav-btn .line:nth-child(1) {
  rotate: -45deg;
  translate: 0 0;
}
html.nav-open .c-nav-btn .line:nth-child(2) {
  rotate: 45deg;
  translate: 0 0;
}
html.nav-open .c-nav-btn .line:nth-child(3) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.c-kv {
  background: var(--primary-gradation);
}
.c-kv .l-inner {
  padding-block: 64px;
}
.c-kv .ttl {
  color: var(--text-white);
  font-size: 57px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.c-kv .txt {
  color: var(--text-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.c-kv .txt-large {
  color: var(--text-white);
  font-size: 32px;
  font-weight: bold;
  line-height: 175%;
}
.c-kv .txt-note {
  color: var(--text-white);
  font-size: 11px;
  margin-top: 8px;
}
.c-kv .btn {
  margin-top: 40px;
}
.c-kv .c-btn-cta-block202512 {
  margin-top: 40px;
}

.whitepaper-ctaArea_text .btn {
  margin-top: 40px;
}

.c-page-nav {
  background: var(--bg-lightblue);
}
.c-page-nav.bg-white {
  background: var(--bg-white);
}
.c-page-nav .l-inner {
  padding-block: 16px;
}
.c-page-nav .list li {
  margin: 0;
}
.c-page-nav .list a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding-inline: 40px 24px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.c-page-nav .list a::after {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat center/contain;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: none;
  transition: none;
}

.c-breadcrumb .l-inner {
  padding-block: 16px;
}
.c-breadcrumb .list {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c-breadcrumb .list li {
  display: inline;
  margin: 0;
}
.c-breadcrumb .list li + li::before {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  display: inline-block;
  margin: -3px 8px 0;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}
.c-breadcrumb .list li.is-active a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.c-breadcrumb .list a {
  color: var(--text-link);
  text-decoration: underline;
}

.c-cta-section.mt {
  margin-top: 64px;
}
.c-cta-section.mb {
  margin-bottom: 64px;
}

.c-cta-box {
  background: var(--primary-gradation);
  border-radius: 24px;
  color: var(--text-white);
  padding: 40px;
  text-align: center;
}
.c-cta-box .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
.c-cta-box .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-block: 24px;
}
.c-cta-box .btn {
  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;
}

.c-pagination {
  margin-top: 40px;
}
.c-pagination.pagination .pagination-list {
  gap: 8px;
}
.c-pagination.pagination .pagination-list > li {
  list-style: none;
}
.c-pagination.pagination .pagination-link {
  font-size: 20px;
}
.c-pagination.pagination .pagination-link.is-current {
  border-color: var(--primary-main);
  background: var(--primary-main);
}
.c-pagination.pagination .pagination-ellipsis,
.c-pagination.pagination .pagination-link,
.c-pagination.pagination .pagination-next,
.c-pagination.pagination .pagination-previous {
  margin: 0;
}
.c-pagination.pagination .pagination-next,
.c-pagination.pagination .pagination-previous {
  height: 50px;
  position: relative;
}
.c-pagination.pagination .pagination-next::before,
.c-pagination.pagination .pagination-previous::before {
  background: no-repeat center center/contain;
  content: "";
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-pagination.pagination .pagination-next::before {
  background-image: url(/hubfs/modules/common/ico-arrow-pagination-right.svg);
}
.c-pagination.pagination .pagination-previous::before {
  background-image: url(/hubfs/modules/common/ico-arrow-pagination-left.svg);
}
.c-pagination.pagination_sp .c-btn-secondary {
  border-color: var(--primary-main);
  color: var(--primary-main);
  width: 100%;
}

.c-article-summary-link .article-link {
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
}
.c-article-summary-link .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(30%, 175px);
}
.c-article-summary-link .article-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.c-article-summary-link .article-info {
  padding: 20px 15px;
}
.c-article-summary-link .article-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 1.3;
}
.c-article-summary-link .article-description {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--text-gray02);
  line-height: 1.5;
  margin-top: 4px;
}

#case article .bodybox .c-article-summary-link,
#column article .bodybox .c-article-summary-link {
  margin: 40px 0;
}
#case article .bodybox .c-article-summary-link:first-child,
#column article .bodybox .c-article-summary-link:first-child {
  margin-top: 0;
}
#case article .bodybox .c-article-summary-link:last-child,
#column article .bodybox .c-article-summary-link:last-child {
  margin-bottom: 0;
}
#case article .bodybox .c-article-summary-link .article-link,
#column article .bodybox .c-article-summary-link .article-link {
  text-decoration: none;
}
#case article .bodybox .c-article-summary-link .article-ttl, #case article .bodybox .c-article-summary-link .article-description,
#column article .bodybox .c-article-summary-link .article-ttl,
#column article .bodybox .c-article-summary-link .article-description {
  margin-bottom: 0;
}
#case article .bodybox .c-article-summary-link .article-ttl,
#column article .bodybox .c-article-summary-link .article-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 0;
}
#case article .bodybox .c-article-summary-link .article-description,
#column article .bodybox .c-article-summary-link .article-description {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 4px;
}
#case article .bodybox .c-link-banner .img-txt,
#column article .bodybox .c-link-banner .img-txt {
  font-size: 18px;
}

#case article .bodybox {
  padding-top: 0 !important;
}

.c-article-recommendation-link {
  margin-top: 30px;
}
.c-article-recommendation-link .recommendation + .recommendation {
  margin-top: 24px;
}
.c-article-recommendation-link .article-link {
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  border-radius: 8px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  color: inherit;
}
.c-article-recommendation-link .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(50%, 280px);
}
.c-article-recommendation-link .article-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.c-article-recommendation-link .article-category {
  border: 1px solid var(--line-gray);
  border-radius: 4px;
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  line-height: 1.5;
  color: var(--line-gray);
}
.c-article-recommendation-link .article-date {
  color: var(--primary-main);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}
.c-article-recommendation-link .article-ttl {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}

.c-article-writer {
  background: var(--bg-white);
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  padding: 20px 25px;
  margin-top: 30px;
  display: block;
}
.c-article-writer .article-box {
  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: 25px;
  color: inherit;
}
.c-article-writer .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 150px;
}
.c-article-writer .article-thumb img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
}
.c-article-writer .article-ttl {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-article-writer .article-name {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-article-writer .article-description {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  line-height: 1.4;
  color: var(--text-gray02);
}
.c-article-writer .c-btn-primary {
  margin: 10px 0 0 auto;
  padding-left: 30px;
}

.c-recommended-download-list {
  counter-reset: recommendedDownloadList;
}
.c-recommended-download-list .article + .article {
  margin-top: 8px;
}
.c-recommended-download-list .article:nth-child(-n+3) .article-link::before {
  background: var(--secondary-main);
  color: var(--text-white);
}
.c-recommended-download-list .article-link {
  border-radius: 8px;
  border: 1px solid var(--button-white-line);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  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;
  color: inherit;
  padding: 8px;
  position: relative;
}
.c-recommended-download-list .article-link::before {
  counter-increment: recommendedDownloadList;
  content: counter(recommendedDownloadList);
  background: var(--button-white-line);
  border-radius: 8px 0 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-recommended-download-list .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(45%, 200px);
}
.c-recommended-download-list .article-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-recommended-download-list .article-info {
  padding-left: 12px;
}
.c-recommended-download-list .article-ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-recommended-articles {
  margin-top: 48px;
}
.c-recommended-articles .recommended-articles-ttl {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
.c-recommended-articles .recommended-articles-list {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr 1fr;
}
.c-recommended-articles .article-link {
  border-radius: 8px;
  border: 1px solid var(--button-white-line);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  color: inherit;
  display: block;
  padding: 8px;
}
.c-recommended-articles .article-thumb {
  width: 100%;
  aspect-ratio: 340/173;
  margin-bottom: 12px;
}
.c-recommended-articles .article-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-recommended-articles .article-ttl {
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-recommended-articles .article .keyword-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}
.c-recommended-articles .article .keyword-list .keyword {
  border: 1px solid var(--line-darkblue);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  padding: 4px 16px;
}

.c-popular-articles .popular-articles-list {
  counter-reset: recommendedDownloadList;
}
.c-popular-articles .article + .article {
  margin-top: 8px;
}
.c-popular-articles .article:nth-child(-n+3) .article-link::before {
  background: var(--primary-main);
  color: var(--text-white);
}
.c-popular-articles .article-link {
  border-radius: 8px;
  border: 1px solid var(--button-white-line);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  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;
  color: inherit;
  padding: 8px;
  position: relative;
}
.c-popular-articles .article-link::before {
  counter-increment: recommendedDownloadList;
  content: counter(recommendedDownloadList);
  background: var(--button-white-line);
  border-radius: 8px 0 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-popular-articles .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(25%, 100px);
}
.c-popular-articles .article-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-popular-articles .article-info {
  padding-left: 12px;
}
.c-popular-articles .article-ttl {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
  border: none;
}

.c-webinar-articles .webinar-articles-list {
  counter-reset: recommendedDownloadList;
}
.c-webinar-articles .article + .article {
  margin-top: 8px;
}
.c-webinar-articles .article:nth-child(-n+3) .article-link::before {
  background: var(--primary-main);
  color: var(--text-white);
}
.c-webinar-articles .article-link {
  border-radius: 8px;
  border: 1px solid var(--button-white-line);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  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;
  color: inherit;
  padding: 8px;
  position: relative;
}
.c-webinar-articles .article-link::before {
  counter-increment: recommendedDownloadList;
  content: counter(recommendedDownloadList);
  background: var(--button-white-line);
  border-radius: 8px 0 8px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-webinar-articles .article-thumb {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(45%, 200px);
}
.c-webinar-articles .article-thumb img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-webinar-articles .article-info {
  padding-left: 12px;
}
.c-webinar-articles .article-ttl {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
  border: none;
}

.c-attention-case-wrap.case-category .ttl-wrap {
  text-align: center;
}
.c-attention-case-wrap .ttl-wrap {
  padding-top: 64px;
  padding-bottom: 24px;
}
.c-attention-case-wrap .ttl-wrap .main-ttl {
  font-size: 57px;
  font-weight: bold;
  line-height: 1.4;
}
.c-attention-case-wrap .ttl-wrap .type {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.c-attention-case-wrap .slider-wrap {
  background: var(--bg-lightblue);
  padding: 64px 0;
  overflow: hidden;
}
.c-attention-case-wrap .slider-wrap .attention-case-ttl {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}
.c-attention-case-wrap .case-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 24px;
}
.c-attention-case-wrap .case-btn-list li {
  background: var(--bg-white);
  border: 1px solid var(--button-white-line);
  border-radius: 50px;
  color: var(--text-caption);
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  min-width: 160px;
  padding: 10px 15px;
  text-align: center;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.c-attention-case-wrap .slick-list {
  padding-top: 4px !important;
  padding-bottom: 6px !important;
  overflow: visible;
}
.c-attention-case-wrap .slick-slide {
  display: inline-block;
  margin: 0 16px;
}
.c-attention-case-wrap .slick-next,
.c-attention-case-wrap .slick-prev {
  width: 64px;
  height: 64px;
}
.c-attention-case-wrap .slick-next::before,
.c-attention-case-wrap .slick-prev::before {
  background: no-repeat center center/contain;
  border-radius: 50%;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-attention-case-wrap .slick-next {
  right: -16px;
}
.c-attention-case-wrap .slick-next::before {
  background-image: url(/hubfs/modules/common/case-slider-btn-next.svg);
}
.c-attention-case-wrap .slick-prev {
  left: -16px;
}
.c-attention-case-wrap .slick-prev::before {
  background-image: url(/hubfs/modules/common/case-slider-btn-prev.svg);
}
.c-attention-case-wrap .slick-dots {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  bottom: -27px;
}
.c-attention-case-wrap .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0;
}
.c-attention-case-wrap .slick-dots li::before {
  content: none;
}
.c-attention-case-wrap .slick-dots li.slick-active {
  width: 15px;
}
.c-attention-case-wrap .slick-dots li button, .c-attention-case-wrap .slick-dots li.slick-active button {
  background: var(--bg-white);
  border: 1px solid var(--line-blue);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.c-attention-case-wrap .slick-dots li button::before, .c-attention-case-wrap .slick-dots li.slick-active button::before {
  content: none;
}
.c-attention-case-wrap .slick-dots li.slick-active button {
  background: var(--primary-main);
  border-color: var(--primary-main);
}
.c-attention-case-wrap .slide {
  background: var(--bg-white);
  color: inherit;
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
}
.c-attention-case-wrap .slide .c-btn-primary {
  width: 100%;
}
.c-attention-case-wrap .slide .case-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 16px;
}
.c-attention-case-wrap .slide .inner {
  margin-bottom: 16px;
}
.c-attention-case-wrap .slide .img img {
  aspect-ratio: 256/143;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-attention-case-wrap .slide .txt-area .detail-ttl {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-attention-case-wrap .slide .txt-area .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
}
.c-attention-case-wrap .slide .txt-area .tag-list li {
  border: 1px solid var(--line-darkblue);
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.25%;
  line-height: 1.75;
  padding: 4px 16px;
}

.c-request-slider-wrap .slick-slide {
  position: relative;
}
.c-request-slider-wrap .slick-slide::before {
  border: 1px solid #ccc;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  opacity: 1;
}
.c-request-slider-wrap .slick-slide > div {
  display: block;
  font-size: 0;
}
.c-request-slider-wrap .js-request-slider {
  padding: 0 32px;
}
.c-request-slider-wrap .js-request-slider .slick-next,
.c-request-slider-wrap .js-request-slider .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 0;
}
.c-request-slider-wrap .js-request-slider .slick-next::before,
.c-request-slider-wrap .js-request-slider .slick-prev::before {
  background: none;
  border-top: 3px solid #2A4365;
  border-right: 3px solid #2A4365;
  content: "";
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-request-slider-wrap .js-request-slider .slick-next {
  right: 0;
}
.c-request-slider-wrap .js-request-slider .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-request-slider-wrap .js-request-slider .slick-prev {
  left: 0;
}
.c-request-slider-wrap .js-request-slider .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.c-request-slider-wrap .js-request-thumb-slider {
  margin-top: 12px;
}
.c-request-slider-wrap .js-request-thumb-slider .slick-track {
  gap: 16px;
}
.c-request-slider-wrap .js-request-thumb-slider .slick-slide {
  position: relative;
}
.c-request-slider-wrap .js-request-thumb-slider .slick-slide::after {
  border: 4px solid var(--primary-main);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0;
}
.c-request-slider-wrap .js-request-thumb-slider .slick-slide.slick-current::after {
  opacity: 1;
}
#request .form__left .form__left__list {
  margin-top: 16px;
}
#request .form__left .form__left__list.column ul {
  height: auto;
}
#request .form__left .company-list {
  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;
  margin-top: 15px;
}
#request .form__left .company-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-inline: 6px;
}
#request .form__left .company-list li + li {
  border-left: 1px solid var(--line-blue);
}
#request .form__left .company-list .name {
  font-weight: bold;
  margin-top: 0;
  text-align: center;
  text-indent: 0;
}
#request .form__left .company-list .name::before {
  content: none;
}

body.is-sidebar-scrollFixed main {
  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;
}
body.is-sidebar-scrollFixed .sidebar_flex .detail__article {
  margin: 0;
}
body.is-sidebar-scrollFixed .sidebar_flex.template02 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template03 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template04 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template05 .scrollFixed {
  background: #fff;
}
body.is-sidebar-scrollFixed .column_wrap {
  width: 100%;
}
body.is-sidebar-scrollFixed .popup_cta {
  display: none;
}

.c-sidebar-scrollFixed {
  position: relative;
  height: 100%;
  width: 300px;
  background: #fafafa;
}
.c-sidebar-scrollFixed .scrollFixed_wrap {
  width: 100%;
  max-width: 300px;
  min-width: 200px;
  min-height: 100vh;
}
.c-sidebar-scrollFixed .scrollFixed_container .main-banner img {
  width: 100%;
  max-width: 300px;
}
.c-sidebar-scrollFixed .scrollFixed_container .main-banner a:hover {
  opacity: 0.9;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-banner-ttl {
  border-bottom: solid 3px #2A7FE3;
  -o-border-image: linear-gradient(to right, #2A7FE3, #6CABF5) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#2A7FE3), to(#6CABF5)) 1;
     border-image: linear-gradient(to right, #2A7FE3, #6CABF5) 1;
  color: #062440;
  font-size: 18px;
  font-weight: bold;
  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: 10px;
  padding-bottom: 10px;
  margin: 15px 0 10px;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-banner-list {
  counter-reset: number 0;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item {
  padding-top: 25px;
  position: relative;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item::after {
  background: #6CABF5;
  color: #fff;
  counter-increment: number 1;
  content: counter(number) " ";
  font-size: 20px;
  font-weight: bold;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(1)::after {
  background: #EE5169;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(2)::after {
  background: #ED830D;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(3)::after {
  background: #F2C511;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(4)::after {
  background: #75C0A9;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(5)::after {
  background: #B575C0;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 25px solid #6CABF5;
  position: absolute;
  top: 0;
  left: 50px;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(1)::before {
  border-bottom: 25px solid #C62840;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(2)::before {
  border-bottom: 25px solid #C16906;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(3)::before {
  border-bottom: 25px solid #D4AB05;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(4)::before {
  border-bottom: 25px solid #529C85;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item:nth-child(5)::before {
  border-bottom: 25px solid #9958A4;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item + .download-item {
  margin-top: 10px;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item img {
  -webkit-box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 8px 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 300px;
}
.c-sidebar-scrollFixed .scrollFixed_container .download-item a:hover {
  opacity: 0.9;
}

.m-top-mv {
  background: var(--bg-lightblue);
  border-radius: 0 0 0 255px;
}
.m-top-mv .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 20px 80px;
  position: relative;
}
.m-top-mv .ttl {
  font-weight: bold;
}
.m-top-mv .ttl .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-top-mv .ttl .point-head {
  border: solid var(--line-darkblue);
  border-width: 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.5;
  padding: 7px 10px;
  text-align: center;
}
.m-top-mv .ttl .point-num {
  background: var(--primary-gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-weight: bold;
  font-family: var(--font-en);
}
.m-top-mv .ttl .point-txt {
  font-size: 19px;
}
.m-top-mv .ttl .main {
  font-size: 57px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: block;
  margin-top: 16px;
}
.m-top-mv .ttl .main span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-top-mv .ttl .main-ttl01 {
  background: #fff;
  font-size: 77px;
  color: var(--text-error);
  line-height: 1;
  padding: 10px;
}
.m-top-mv .ttl .main-ttl02 {
  background: #fff;
  font-size: 57px;
  color: var(--text-link);
  line-height: 1;
  margin-top: 10px;
  padding: 10px;
}
.m-top-mv .sub-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 14px;
}
.m-top-mv .img {
  pointer-events: none;
}
.m-top-mv .img02 {
  display: block;
  margin-top: 32px;
}
.m-top-mv .top-mv-form {
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  position: absolute;
  right: 90px;
  top: 50px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 430px;
}
.m-top-mv .top-mv-form .form-ttl {
  text-align: center;
  font-weight: bold;
}
.m-top-mv .top-mv-form .form-area {
  max-height: 550px;
  overflow-y: auto;
}
.m-top-mv .company-list {
  background: var(--bg-white);
  border-radius: 40px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  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;
  margin-top: 56px;
  margin-bottom: -115px;
  padding: 24px 84px;
}
.m-top-mv .company-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  padding-inline: 23px;
  text-align: center;
}
.m-top-mv .company-list li + li {
  border-left: 1px solid var(--line-blue);
}
.m-top-mv .company-list .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.m-top-mv .banner-area {
  background: var(--bg-white);
  border-radius: 40px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
  margin-bottom: -115px;
  padding: 24px 30px;
  position: relative;
  z-index: 1;
}
.m-top-mv .banner-area .banner-link {
  display: block;
  -webkit-transition: -webkit-transform var(--transition01);
  transition: -webkit-transform var(--transition01);
  transition: transform var(--transition01);
  transition: transform var(--transition01), -webkit-transform var(--transition01);
}
.m-top-mv .banner-area .banner-link:focus-visible {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.m-top-mv .banner-area .company-list {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0;
}
.m-top-mv .hs-cta-wrapper {
  display: block;
}
.m-top-mv .hs-cta-wrapper .hs-cta-node {
  display: block;
}
.m-top-mv .c-btn-cta {
  margin-top: 16px;
  min-height: auto;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.m-top-mv .btn-pattern2 {
  position: relative;
  padding: 14px 31px 13px;
  border-radius: 100px 0 0 100px;
  margin-top: 32px;
}
.m-top-mv .btn-pattern2 .free {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  background: #348AEF;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  padding: 8px 2px;
  width: 26px;
  text-align: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  vertical-align: middle;
}
.m-top-mv .btn-pattern2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 39px;
  right: -144px;
  margin: auto;
  background: url(/hubfs/modules/m-top-mv/btn-document.png.webp) no-repeat center/cover;
  width: 165px;
  height: 142px;
}
.m-top-mv .mv-cxlp-cta-block {
  max-width: 440px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 20px;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box {
  padding: 10px 112px 30px 11px;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-img-area {
  position: absolute;
  right: -30px;
  top: -11px;
  width: 135px;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-txt-area {
  font-size: 15px;
  letter-spacing: 0.04rem;
  line-height: 1.75;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-strong {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-blue {
  color: var(--primary-main);
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cta_btn {
  position: absolute;
  left: 30px;
  width: 100%;
  max-width: 300px;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .c-btn-cta {
  height: auto;
  padding: 12px 60px 12px 40px;
  font-size: 18px;
  margin-top: 8px;
  width: 100%;
}
.m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .c-btn-cta::after {
  width: 20px;
  height: 20px;
  right: 10px;
  position: absolute;
}
.m-top-mv.mv02 .l-inner {
  padding-top: 45px;
}
.m-top-mv.mv02 .ttl-wrap {
  margin-bottom: 50px;
}
.m-top-mv.mv02 .ttl-wrap .ttl .point-num {
  line-height: 1;
}
.m-top-mv.mv02 .ttl-wrap .ttl span.u-sp {
  display: inline;
}
.m-top-mv.mv02 .ttl-wrap .ttl .main span {
  display: inline-block;
}
.m-top-mv.mv02 .ttl-wrap .ttl .main-ttl02 {
  background: transparent;
  padding: 0;
}
.m-top-mv.mv02 .ttl-wrap .img03 {
  max-width: 543px;
  display: block;
  margin-left: auto;
}
.m-top-mv.mv02 .list li {
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.m-top-mv.mv02 .list li::after {
  background: var(--primary-main);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: 0;
  border-radius: 20px;
  z-index: -1;
}
.m-top-mv.mv02 .list .inn {
  background: var(--bg-white);
  border-radius: 20px;
  padding: 12px 16px 16px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-top-mv.mv02 .list .head {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
}
.m-top-mv.mv02 .list .txt {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-top-mv.mv02 .c-btn-cta,
.m-top-mv.mv02 .c-btn-primary {
  margin-top: auto;
  width: 100%;
  height: auto;
  font-size: 16px;
}
.m-top-mv.mv02 .c-btn-cta .btn-inn,
.m-top-mv.mv02 .c-btn-primary .btn-inn {
  position: relative;
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.m-top-mv.mv02 .c-btn-cta .btn-inn::after,
.m-top-mv.mv02 .c-btn-primary .btn-inn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background-color: var(--bg-white);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.m-top-mv.mv02 .c-btn-cta {
  border-width: 2px;
  padding: 6px 20px;
}
.m-top-mv.mv02 .c-btn-cta .btn-inn {
  padding-right: 28px;
}
.m-top-mv.mv02 .c-btn-cta .btn-inn::after {
  -webkit-mask-image: url(/hubfs/modules/common/ico-download.svg);
          mask-image: url(/hubfs/modules/common/ico-download.svg);
  width: 24px;
  height: 24px;
}
.m-top-mv.mv02 .c-btn-primary {
  padding: 3px 20px;
}
.m-top-mv.mv02 .c-btn-primary .btn-inn {
  padding-right: 20px;
}
.m-top-mv.mv02 .c-btn-primary .btn-inn::after {
  -webkit-mask-image: url(/hubfs/modules/common/ico-tel.svg);
          mask-image: url(/hubfs/modules/common/ico-tel.svg);
  width: 16px;
  height: 16px;
}
.m-top-mv.mv-ai {
  border-radius: 0;
  background: linear-gradient(103deg, #DED9FF 0%, #FFF 21.63%, #FFF 42.31%, #C7E7FF 82.21%, #9BB0E4 100%);
}
.m-top-mv.mv-ai .ttl .main {
  color: var(--text-link);
  margin-top: 8px;
}
.m-top-mv.mv-ai .ttl .main span {
  display: inline-block;
}
.m-top-mv.mv-ai .sub-ttl {
  font-size: 24px;
}
.m-top-mv.mv-ai .l-left .img03 {
  display: block;
  margin-top: 24px;
}
.m-top-mv.mv-ai .l-right .img-ai {
  max-width: 597px;
}
.m-top-mv.mv-ai .btn-wrap {
  margin-top: 35px;
}
.m-top-mv.mv-ai .c-btn-cta.download,
.m-top-mv.mv-ai .c-btn-primary.tel {
  margin-top: 0;
}
.m-top-mv.old-mv .l-inner > * {
  z-index: 2;
}
.m-top-mv.old-mv .l-inner > .img {
  z-index: 1;
}
.m-top-mv.old-mv .sub-ttl {
  text-shadow: 0px 0px 10px var(--bg-lightblue);
  margin-top: 5px;
}
.m-top-mv.old-mv .c-btn-cta-block202512 {
  margin-top: 28px;
}
.m-top-mv.mv-202605 .img {
  width: min(482px, 40.1666666667vw);
  aspect-ratio: 1/1;
}
.m-top-mv.mv-202605 .img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-top-mv.mv-202605 .img img:not(:first-child) {
  opacity: 0;
}
.m-top-mv.mv-202605 .img img:nth-child(2) {
  -webkit-animation: mvFadeIn 0.6s 0.6s ease-in-out forwards;
          animation: mvFadeIn 0.6s 0.6s ease-in-out forwards;
}
.m-top-mv.mv-202605 .img img:nth-child(3) {
  -webkit-animation: mvFadeIn 0.6s 1.2s ease-in-out forwards;
          animation: mvFadeIn 0.6s 1.2s ease-in-out forwards;
}
.m-top-mv.mv-202605 .img img:nth-child(4) {
  -webkit-animation: mvFadeIn 0.6s 1.8s ease-in-out forwards;
          animation: mvFadeIn 0.6s 1.8s ease-in-out forwards;
}
.m-top-mv.mv-202605 .img img:nth-child(5) {
  -webkit-animation: mvFadeIn 0.6s 2.4s ease-in-out forwards;
          animation: mvFadeIn 0.6s 2.4s ease-in-out forwards;
}
@-webkit-keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.m-top-mv.mv-202605 .c-btn-cta-block202512 {
  margin-top: 28px;
}

.c-btn-cta.btn-pattern3 {
  position: relative;
  font-size: 30px;
  padding: 24px 29px 25px 32px;
  border-radius: 100px;
  margin-top: 50px;
  gap: 8px;
  height: auto;
}
.c-btn-cta.btn-pattern3 .present {
  position: absolute;
  right: 0;
  left: 0;
  top: -30px;
  margin: auto;
  background: #fff;
  color: #FC7B26;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #FC7B26;
  border-radius: 50px;
  padding: 6px 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  max-width: 380px;
}
.c-btn-cta.btn-pattern3 .free {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  background: #348AEF;
  width: 76px;
  text-align: center;
  border-radius: 50px;
  padding: min(10px, 0.5208333333vw) 0;
}

.m-top-usage + .bg_gry-cta {
  margin-top: 64px;
}
.m-top-usage .l-inner {
  padding-block: 64px;
}
.m-top-usage--case .l-inner {
  padding-top: 64px;
  padding-bottom: 0;
}
.m-top-usage--case .c-ttl01 {
  text-align: left;
}
.m-top-usage .c-category-list,
.m-top-usage .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 32px;
}
.m-top-usage .c-category-list > li,
.m-top-usage .c-category-list > span,
.m-top-usage .list > li,
.m-top-usage .list > span {
  border: 1px solid var(--line-blue);
  border-radius: 20px;
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.m-top-usage .c-category-list.link-list,
.m-top-usage .list.link-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-top-usage .c-category-list.link-list li,
.m-top-usage .list.link-list li {
  border: none;
  padding: 0;
}
.m-top-usage .c-category-list.link-list a,
.m-top-usage .list.link-list a {
  border: 1px solid var(--line-blue);
  border-radius: 20px;
  width: 100%;
  padding: 16px;
  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;
}
.m-top-usage .c-category-list.link-list .txt-wrap,
.m-top-usage .list.link-list .txt-wrap {
  padding-left: 16px;
}
.m-top-usage .c-category-list.link-list .link,
.m-top-usage .list.link-list .link {
  color: var(--text-link);
  display: inline-block;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding-right: 24px;
  position: relative;
  text-decoration: underline;
}
.m-top-usage .c-category-list.link-list .link::before,
.m-top-usage .list.link-list .link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid var(--text-link);
  border-right: 2px solid var(--text-link);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.m-top-usage .c-category-list.m-top-usage--top > li,
.m-top-usage .list.m-top-usage--top > li {
  border: 1px solid var(--line-blue);
  border: none;
  border-radius: 20px;
  padding: 0 !important;
}
.m-top-usage .c-category-list.m-top-usage--top > li > a,
.m-top-usage .list.m-top-usage--top > li > a {
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
}
.m-top-usage .c-category-list.m-top-usage--top .detail-link,
.m-top-usage .list.m-top-usage--top .detail-link {
  position: relative;
  background-color: var(--primary-main);
  border: 1px solid var(--primary-main);
  color: var(--bg-white);
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.7;
  padding: 6px 0;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  max-width: 250px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m-top-usage .c-category-list.m-top-usage--top .detail-link::after,
.m-top-usage .list.m-top-usage--top .detail-link::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background-color: var(--bg-white);
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m-top-usage .c-category-list .img,
.m-top-usage .list .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(100px, 9.2592592593vw);
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-top-usage .c-category-list .txt-wrap,
.m-top-usage .list .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
}
.m-top-usage .c-category-list .ttl,
.m-top-usage .list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 0;
  border: none;
}
.m-top-usage .c-category-list .point,
.m-top-usage .list .point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-top-usage .c-category-list .point > li,
.m-top-usage .list .point > li {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.m-top-usage .c-category-list .point > li::before,
.m-top-usage .list .point > li::before {
  content: "・";
}
.m-top-usage .link-txt-area {
  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;
  margin-top: 24px;
}
.m-top-usage .link-txt-area .link-txt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--text-link);
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.m-top-usage .link-txt-area .link-txt .inn-txt {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.m-top-usage .link-txt-area .link-txt .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 16px;
  height: 1.75em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.m-top-usage-new-top {
  position: relative;
  padding-block: 64px;
}
.m-top-usage-new-top .c-category-list a {
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 12px;
  height: 100%;
}
.m-top-usage-new-top .c-category-list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 15px;
}
.m-top-usage-new-top .c-category-list .img {
  margin: 0 auto;
}
.m-top-usage-new-top .c-category-list .img01 {
  max-width: 145px;
}
.m-top-usage-new-top .c-category-list .img02 {
  max-width: 172px;
}
.m-top-usage-new-top .c-category-list .img03 {
  max-width: 139px;
}
.m-top-usage-new-top .c-category-list .img04 {
  max-width: 192px;
}
.m-top-usage-new-top .c-category-list .img05 {
  max-width: 139px;
}
.m-top-usage-new-top .c-category-list .point {
  display: block;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-block: 8px;
}
.m-top-usage-new-top .c-category-list .point li,
.m-top-usage-new-top .c-category-list .point > span {
  display: block;
}
.m-top-usage-new-top .c-category-list .point li::before,
.m-top-usage-new-top .c-category-list .point > span::before {
  content: "・";
}
.m-top-usage-new-top .detail-link {
  color: var(--text-link);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: auto auto 0;
  padding-right: 20px;
  position: relative;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}
.m-top-usage-new-top .detail-link::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-top-usage-new-top .c-btn-wrap01 {
  margin-bottom: 24px;
}

.m-top-detail01 {
  color: var(--text-white);
}
.m-top-detail01.renewal_202512 {
  color: var(--text-main);
}
.m-top-detail01 .l-inner {
  padding-block: 64px 128px;
}
.m-top-detail01 .c-ttl01 {
  margin-bottom: 8px;
}
.m-top-detail01 .c-ttl01 .small {
  font-size: 32px;
  line-height: 175%;
  letter-spacing: 0;
}
.m-top-detail01 .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-block: 0 32px;
  text-align: center;
}
.m-top-detail01 .img-wrap {
  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: 32px;
}
.m-top-detail01 .img-wrap .video-box {
  aspect-ratio: 16/9;
  width: 100%;
}
.m-top-detail01 .img-wrap .video-box iframe {
  width: 100%;
  height: 100%;
}
.m-top-detail01 {
  position: relative;
}
.m-top-detail01::after {
  position: absolute;
  content: "";
  background: #2A7FE3;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  width: 100%;
  height: 64px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.m-top-detail02 {
  border-radius: 0 255px 0 0;
  background: var(--bg-lightblue);
}
.m-top-detail02 .l-inner {
  padding-block: 64px;
}
.m-top-detail02 .block-ttl {
  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: 16px;
  padding: 16px 0;
  border: solid var(--line-blue);
  border-width: 1px 0;
  margin-bottom: 32px;
}
.m-top-detail02 .block-ttl .ico {
  background: var(--primary-main);
  border-radius: 50%;
  color: var(--text-white);
  font-size: 24px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0.8333333333;
  width: 130px;
  height: 130px;
  text-align: center;
}
.m-top-detail02 .block-ttl .txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.m-top-detail02 .block-ttl .main {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.m-top-detail02 .block-ttl .sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: var(--text-caption);
}
.m-top-detail02 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.m-top-detail02 .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.m-top-detail02 .list li::before {
  content: "";
  background: url(/hubfs/modules/common/ico-check.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 2px 8px 0 0;
  width: 32px;
  height: 32px;
}
.m-top-detail02 .block01 {
  margin-bottom: 32px;
}

.m-top-detail03 {
  background: linear-gradient(160.84deg, #2A7FE3 14.43%, #2A7FE3 32.85%, #6CABF5 60.78%, #0363D4 90.63%);
}
.m-top-detail03 .l-inner {
  padding-bottom: 84px;
}
.m-top-detail03 .section-ttl-area {
  display: grid;
  grid-template-areas: "ttl img" "btn img";
  row-gap: 32px;
}
.m-top-detail03 .section-ttl-area .txt-area {
  grid-area: ttl;
  align-self: end;
}
.m-top-detail03 .section-ttl-area .txt-area .c-ttl01 {
  color: var(--text-white);
  text-align: left;
  margin-bottom: 8px;
}
.m-top-detail03 .section-ttl-area .txt-area .c-ttl01 .sub {
  font-size: 32px;
  letter-spacing: 0;
}
.m-top-detail03 .section-ttl-area .txt-area .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: var(--text-white);
}
.m-top-detail03 .section-ttl-area .btn-area {
  grid-area: btn;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px clamp(8px, 2vw, 24px);
  position: relative;
  z-index: 2;
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta {
  max-width: none;
  width: 100%;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .pre {
  font-family: Arial;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--secondary-main);
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .btn-inn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .btn-inn .small {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: var(--text-main);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .btn-inn .sub-txt {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  display: block;
  color: var(--text-main);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.m-top-detail03 .section-ttl-area .btn-area .c-btn-cta::after {
  width: 24px;
  height: 24px;
  rotate: 90deg;
}
.m-top-detail03 .section-ttl-area .img-area {
  grid-area: img;
  align-self: center;
}
.m-top-detail03 .detail-list-area .detail-list > li + li {
  margin-top: 40px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap {
  background: var(--text-white);
  border-radius: 32px;
  padding: 40px clamp(20px, 5.3333333333vw, 64px);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area {
  margin-bottom: 24px;
  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;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl-area .sub-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  font-size: clamp(16px, 1.5vw, 18px);
  text-align: center;
  width: 100%;
  padding-block: 4px;
  padding-inline: 12px;
  background: var(--bg-white);
  border-radius: 100vw;
  border: 1px solid var(--line-blue);
  margin-bottom: 25px;
  position: relative;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl-area .sub-txt::after {
  position: absolute;
  content: "";
  background: var(--primary-main);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 25px;
  height: 15px;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: auto;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl {
  position: relative;
  z-index: 2;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl .main {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 140%;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list {
  gap: 8px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list > li {
  display: inline-block;
  border: 1px solid var(--primary-main);
  padding: 3px 15px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.3333333333vw, 16px);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .deco-txt {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0px;
  margin: auto;
  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;
  height: 115px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .deco-txt.cost {
  height: 90px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .deco-txt img {
  height: 100%;
  width: auto;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each.before .desc-list li {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content {
  margin-bottom: 16px;
  max-width: 400px;
  margin-inline: auto;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content .ttl-area {
  text-align: center;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: #000;
  display: block;
  background: var(--line-blue);
  position: relative;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content .ttl-area::after {
  position: absolute;
  content: "";
  background: var(--line-blue);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 36px;
  height: 24px;
  left: 0;
  right: 0;
  top: calc(100% - 6px);
  margin: auto;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content .content-area {
  padding-top: 22px;
  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;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content .content-area img {
  max-height: 208px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each.after .ttl-area {
  background: #D3E7FF;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each.after .ttl-area::after {
  background: #D3E7FF;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .desc-list {
  padding-left: 1.5em;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .desc-list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  list-style: disc;
  list-style-position: outside;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .desc-list li .accent-txt {
  color: var(--primary-main);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .arrow-area {
  width: 24px;
  height: 80px;
  background: var(--line-blue);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line-blue);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-top-area {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: minmax(380px, 1fr) auto;
  grid-template-areas: "ttl logo" "txt logo";
  gap: 4px 16px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl {
  grid-area: ttl;
  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: 4px 16px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl .case-tag {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: var(--text-white);
  background: var(--primary-main);
  border-radius: 100vw;
  padding-inline: 16px;
  white-space: nowrap;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl .case-ttl-main {
  font-weight: 500;
  font-size: clamp(24px, 2.3333333333vw, 28px);
  line-height: 150%;
  letter-spacing: 0.04em;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-top-txt {
  grid-area: txt;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  color: var(--primary-main);
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-logo-area {
  grid-area: logo;
  align-self: center;
  text-align: right;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-logo-area img {
  max-height: 72px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-list-area {
  background: var(--bg-lightblue);
  border-radius: 16px;
  padding-block: 24px;
  padding-inline: 32px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-list-area .case-list > li + li {
  margin-top: 10px;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-list-area .case-list > li {
  position: relative;
  padding-left: 2.5em;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  min-height: 2em;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-list-area .case-list > li::before {
  position: absolute;
  content: "";
  background: url("/hubfs/modules/common/ico-check-filled.svg") no-repeat center/contain;
  width: 2em;
  height: 2em;
  top: 0;
  left: 0;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area {
  margin-top: 22px;
  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;
}
.m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area .c-btn-cta::after {
  aspect-ratio: 1;
}
.m-top-detail03 .c-btn-cta-block202512 {
  margin-top: 40px;
}
.m-top-detail03 .c-btn-cta-block202512 .btn-lead-txt img {
  max-height: 28px;
  height: 100%;
  width: auto;
}

.m-top-ai {
  background: -webkit-gradient(linear, right top, left top, color-stop(24%, #1C2B4A), color-stop(50%, #133883), color-stop(80%, #1C2B4A));
  background: linear-gradient(270deg, #1C2B4A 24%, #133883 50%, #1C2B4A 80%);
  padding-block: 64px;
  position: relative;
}
.m-top-ai .c-ttl01,
.m-top-ai .top-txt {
  color: var(--text-white);
}
.m-top-ai .top-txt {
  margin-bottom: 32px;
}
.m-top-ai .ai_lp {
  margin-top: 64px;
}
.m-top-ai .ai_lp .step-section .step-list .contents-wrap .ttl {
  font-weight: 500;
  font-size: 36px;
}
.m-top-ai .ai_lp .step-section .step-list .txt-area .c-btn-primary {
  margin-top: 8px;
}
.m-top-ai .btn-wrap {
  margin-top: 40px;
  gap: 16px;
}

.m-top-movie {
  background: var(--bg-lightblue);
}
.m-top-movie .l-inner {
  padding-block: 64px;
}
.m-top-movie .ttl-txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.m-top-movie .movie {
  max-width: 1020px;
  margin: 0 auto 40px;
  display: block;
}
.m-top-movie .movie video,
.m-top-movie .movie iframe {
  aspect-ratio: 1020/545;
  width: 100%;
  height: 100%;
}

.m-top-feature {
  border-radius: 0 255px 0 0;
  background: var(--bg-lightblue);
}
.m-top-feature .l-inner {
  padding-block: 64px;
}
.m-top-feature .c-ttl01 {
  margin-bottom: 8px;
}
.m-top-feature .lead {
  margin-block: 8px 32px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-top-feature .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.m-top-feature .list li {
  border-radius: 12px;
  background: var(--bg-white);
  padding: 1px 16px 32px;
  width: 258px;
}
.m-top-feature .list li:nth-child(3) .catch .main {
  font-size: 17px;
}
.m-top-feature .list li:nth-child(4) .catch .main {
  font-size: 16px;
}
.m-top-feature .num {
  margin-block: -12px 16px;
  text-align: center;
}
.m-top-feature .catch {
  border: var(--primary-main) 2px solid;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  line-height: 1.4;
  padding: 10px 14px 6px;
  text-align: center;
}
.m-top-feature .catch .main {
  display: block;
}
.m-top-feature .catch .sub {
  border-top: 2px solid var(--line-blue);
  display: inline-block;
  font-size: 12px;
  margin-top: 12px;
  padding-top: 8px;
}
.m-top-feature .ttl {
  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;
  margin-top: 20px;
  font-size: 0;
}
.m-top-feature .ttl .line {
  background: var(--text-link);
  color: var(--text-white);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 1px 6px;
  font-weight: 900;
  line-height: 1.25;
}
.m-top-feature .ttl .small {
  font-size: 16px;
}
.m-top-feature .ttl .large {
  font-size: 32px;
}
.m-top-feature .ttl .large.size-s {
  font-size: 26px;
}
.m-top-feature .txt {
  border-top: var(--line-darkblue) 1px solid;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 16px;
  padding-top: 16px;
}
.m-top-feature .img {
  margin-block: 16px;
}
.m-top-feature .btn-wrap {
  display: grid;
  gap: 16px;
}
.m-top-feature .btn-wrap .c-btn-cta {
  border-width: 2px;
  font-size: 15px;
  padding: 6px 16px 6px 24px;
  width: 100%;
  min-height: 39px;
}
.m-top-feature .btn-wrap .c-btn-cta .btn-inn {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-top-feature .btn-wrap .c-btn-cta::after {
  width: 20px;
  height: 20px;
}

.m-top-about {
  text-align: center;
  padding-block: 64px;
}
.m-top-about .img-area img {
  width: 100%;
  display: block;
}
.m-top-about .c-ttl01 {
  color: var(--text-white);
}
.m-top-about .txt {
  color: var(--text-white);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}

.m-spec-detail .l-inner {
  padding-block: 64px;
}
.m-spec-detail .tab-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.m-spec-detail .tab-body .tab-btn-prev,
.m-spec-detail .tab-body .tab-btn-next {
  background: no-repeat center/contain;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  height: 64px;
}
.m-spec-detail .tab-body .tab-btn-prev {
  background-image: url(/hubfs/modules/common/tab-btn-prev.svg);
  left: -32px;
}
.m-spec-detail .tab-body .tab-btn-next {
  background-image: url(/hubfs/modules/common/tab-btn-next.svg);
  right: -32px;
}
.m-spec-detail .tab-body .list > li {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.m-spec-detail .tab-body .list > li:not(.is-active) {
  display: none;
}
.m-spec-detail .tab-body .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 256px;
}
.m-spec-detail .tab-body .detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-spec-detail .tab-body .detail > li + li {
  border-top: 1px solid var(--line-blue);
  margin-top: 24px;
  padding-top: 24px;
}
.m-spec-detail .tab-body .detail .head {
  background: #F8F9F9;
  border-radius: 100px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 160px;
  height: 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-spec-detail .tab-body .detail .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-spec-detail .tab-body .item-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  gap: 24px;
  text-align: center;
}
.m-spec-detail .tab-body .item-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-spec-detail .tab-body .item-list .item-img img {
  max-width: 120px;
  width: 100%;
}
.m-spec-detail .tab-body .item-list .item-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(18px, 1.875vw);
  font-weight: bold;
  line-height: 1.25;
  white-space: nowrap;
}
.m-spec-detail .c-btn-cta-block202512 {
  margin-top: 40px;
}

.m-case-section .l-inner {
  padding-block: 64px;
}
.m-case-section .category-ttl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 24px;
}
.m-case-section .link-txt-area {
  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;
  margin-top: 24px;
}
.m-case-section .link-txt-area .link-txt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: var(--text-link);
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
.m-case-section .link-txt-area .link-txt .inn-txt {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.m-case-section .link-txt-area .link-txt .inn-txt::after {
  position: absolute;
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  background: currentColor;
  width: 16px;
  height: 1.75em;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.m-case-section.type-renew .column-wrap {
  margin-bottom: 32px;
}
.m-case-section.type-renew .column-wrap .img img {
  border-radius: 12px;
  display: block;
}
.m-case-section.type-renew .txt-area .company {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-case-section.type-renew .txt-area .meta {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.m-case-section.type-renew .txt-area .meta .txt + .txt {
  position: relative;
  padding-left: 24px;
}
.m-case-section.type-renew .txt-area .meta .txt + .txt::before {
  background: #333;
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  bottom: 0;
  top: 2px;
  left: 10px;
  margin: auto;
}
.m-case-section.type-renew .txt-area .lead {
  font-size: 36px;
  line-height: 140%;
  margin-top: 16px;
}
.m-case-section.type-renew .compare-block .compare-box + .compare-box {
  margin-top: 32px;
}
.m-case-section.type-renew .compare-block .compare-box.after .head {
  background: var(--primary-main);
}
.m-case-section.type-renew .compare-block .head {
  background: #07233A;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.m-case-section.type-renew .compare-block .head .head-txt {
  color: #fff;
  font-size: 28px;
  line-height: 150%; /* 42px */
}
.m-case-section.type-renew .compare-block .list {
  border: 1px solid #07233A;
  padding: 24px 32px;
}
.m-case-section.type-renew .compare-block .list.img {
  border: none;
  padding: 0 0 0 32px;
}
.m-case-section.type-renew .compare-block .list li {
  font-size: 18px;
  line-height: 175%;
  padding-left: 26px;
  position: relative;
}
.m-case-section.type-renew .compare-block .list li::before {
  background: #333;
  border-radius: 50px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 13px;
  left: 10px;
  margin: auto;
}
.m-case-section.type-renew .btn-wrap {
  margin-top: 32px;
}
.m-case-section.type-renew .c-btn-primary {
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  width: 100%;
}
.m-case-section.type-renew .movie-area {
  margin-bottom: 32px;
}
.m-case-section.type-renew .movie-area .ttl {
  font-size: 28px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}
.m-case-section.type-renew .movie-area .movie {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}
.m-case-section.type-renew .movie-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 130/73;
  margin: auto;
}

.c-case-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid,
.c-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.c-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.c-case-list:empty, .c-case-list:blank {
  display: none;
}
.c-case-list + .c-case-list {
  margin-top: 32px;
}
.c-case-list a {
  background: var(--bg-white);
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 24px 15px;
  color: var(--text-main);
}
.c-case-list a .ttl {
  padding-left: 0;
  border: none;
}
.c-case-list .img {
  margin: -24px -16px 24px;
  position: relative;
  width: calc(100% + 32px);
  height: 0;
  padding-top: 62%;
  display: block;
}
.c-case-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-case-list .keyword-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
}
.c-case-list .keyword-list .keyword {
  border: 1px solid var(--line-darkblue);
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  padding: 4px 16px;
}
.c-case-list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-block: 16px 8px;
}
.c-case-list .txt {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
}
.c-case-list .c-btn-primary {
  margin-top: auto;
  width: 100%;
}

.m-faq-section .l-inner {
  padding-block: 64px 104px;
}
.m-faq-section.page-home .l-inner {
  padding-top: 0;
}

.c-faq-list {
  max-width: 926px;
  margin-inline: auto;
}
.c-faq-list li + li {
  border-top: 1px solid var(--line-blue);
  margin-top: 24px;
  padding-top: 24px;
}
.c-faq-list .question {
  color: var(--primary-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 40px;
  position: relative;
}
.c-faq-list .question::before {
  content: "Q.";
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
}
.c-faq-list .answer {
  padding-left: 40px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.m-function-section .l-inner {
  padding-block: 64px;
}
.m-function-section + .m-function-section .l-inner {
  padding-top: 0;
}

.c-function-list {
  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;
  gap: 32px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-function-list > li {
  border-radius: 16px;
  border: 1px solid var(--button-white-line);
  overflow: hidden;
}
.c-function-list .head {
  background: var(--primary-main);
  color: var(--text-white);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.c-function-list .head::before {
  content: "";
  background: currentColor;
  -webkit-mask: url(/hubfs/modules/common/ico-check.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/ico-check.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.c-function-list .wrap {
  padding: 16px 24px 24px;
}
.c-function-list .ttl {
  color: var(--text-link);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-function-list .txt {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.m-prodline-section + .m-prodline-section {
  border-top: 1px solid var(--line-blue);
}
.m-prodline-section .l-inner {
  padding-block: 64px;
}
.m-prodline-section .ttl .sub {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  width: 100%;
}
.m-prodline-section .ttl .main,
.m-prodline-section .ttl .detail {
  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;
}
.m-prodline-section .ttl .main {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.m-prodline-section .ttl .detail {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.m-prodline-section .wrap {
  position: relative;
}
.m-prodline-section .point-box {
  padding: 32px 64px;
  margin-bottom: 32px;
  border-radius: 24px;
  border: 1px solid var(--line-blue);
  background: var(--bg-lightblue);
}
.m-prodline-section .point-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
}
.m-prodline-section .point-img img {
  width: 116px;
}
.m-prodline-section .point-img::after {
  content: "";
  background: var(--line-blue);
  margin: auto;
  position: absolute;
}
.m-prodline-section .point-caption {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-align: center;
}
.m-prodline-section .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.m-prodline-section .point-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}
.m-prodline-section .point-list li::before {
  content: "";
  background: url(/hubfs/modules/common/ico-check.svg) no-repeat center/contain;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 2px 8px 0 0;
  width: 32px;
  height: 32px;
}
.m-prodline-section .detail-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.m-prodline-section .detail-txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.m-prodline-section .img {
  display: block;
  text-align: center;
}
.m-prodline-section .img img {
  max-width: 654px;
  width: 100%;
}
.m-prodline-section .btn {
  margin-top: 40px;
}

.whitepaper-article-kv .l-inner {
  position: relative;
}
.whitepaper-article-kv .inn .btn {
  margin: -40px auto 0;
}
.whitepaper-article-kv .inn .btn .c-btn-cta {
  margin: auto;
}
.whitepaper-article-kv .txt-box {
  background: var(--bg-lightblue);
  border-radius: 12px;
  margin-top: 40px;
  padding: 8px 24px 47px;
  text-align: center;
}
.whitepaper-article-kv .txt-box .detail-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.whitepaper-article-kv .txt-box .present-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.whitepaper-article-kv .txt-box .present-txt .blue {
  color: var(--primary-main);
}

.m-whitepaper-article-section {
  padding: 64px 0;
}
.m-whitepaper-article-section.last {
  padding-bottom: 104px;
}
.m-whitepaper-article-section.bg-blue {
  background: var(--bg-lightblue);
}
.m-whitepaper-article-section .c-ttl01 {
  margin-bottom: 24px;
}
.m-whitepaper-article-section .c-whitepaper-article-list + .c-ttl01 {
  margin-top: 64px;
}

.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 32px;
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid {
  gap: 32px 24px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  width: calc((100% - 48px) / 3);
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper {
  height: 100%;
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid {
  height: 100%;
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid .widget-span {
  height: 100%;
}
.c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper {
  height: 100%;
}
.c-whitepaper-article-list li {
  height: 100%;
}
.c-whitepaper-article-list a {
  background: var(--bg-white);
  border-radius: 20px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 16px;
  overflow-wrap: hidden;
  height: 100%;
}
.c-whitepaper-article-list .img {
  margin: 0 -16px;
}
.c-whitepaper-article-list .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  border: none;
  padding-right: 0;
}
.c-whitepaper-article-list .c-btn-primary {
  width: 100%;
  margin-top: auto;
}

.m-news-archive-cat-block {
  margin-top: 64px;
}
.m-news-archive-cat-block .main-ttl {
  font-weight: bold;
  font-size: 57px;
}
.m-news-archive-cat-block .main-ttl .category-name {
  font-size: 24px;
  vertical-align: middle;
  padding-left: 24px;
}
.m-news-archive-cat-block .c-cat-btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
.m-news-archive-cat-block .c-cat-btn-list > li {
  width: calc((100% - 128px) / 5);
}
.m-news-archive-cat-block .c-cat-btn-list a {
  border: 1px solid var(--button-white-line);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
  -webkit-box-shadow: 0 2px 6px rgba(152, 185, 216, 0.2);
          box-shadow: 0 2px 6px rgba(152, 185, 216, 0.2);
  border-radius: 36px;
  padding: 7px 0;
}
.m-news-archive-cat-block .c-cat-btn-list li.is-current a {
  background: var(--primary-main);
  border-color: var(--primary-main);
  color: var(--text-white);
}

.m-news-archive-section {
  margin-bottom: 64px;
}
.m-news-archive-section .c-news-archive-list {
  margin-top: 64px;
}
.m-news-archive-section .c-news-archive-list + .c-news-archive-list {
  margin-top: 24px;
}
.m-news-archive-section .c-news-archive-list > li:not(:last-child) > a {
  margin-bottom: 24px;
}
.m-news-archive-section .c-news-archive-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m-news-archive-section .c-news-archive-list .img-area {
  padding-top: 18%;
  position: relative;
  width: 31.5%;
  height: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
}
.m-news-archive-section .c-news-archive-list .img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-news-archive-section .c-news-archive-list .r-area {
  margin-top: 16px;
  border-bottom: 1px solid #AAB3BC;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.m-news-archive-section .c-news-archive-list .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-news-archive-section .c-news-archive-list .date {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.m-news-archive-section .c-news-archive-list .cat-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 16px;
}
.m-news-archive-section .c-news-archive-list .cat {
  background: #348AEF;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  width: 141px;
  padding: 4px 0;
  text-align: center;
  display: inline-block;
}
.m-news-archive-section .c-news-archive-list .ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 8px;
}

.m-seminer-list-section {
  padding: 64px 0;
}
.m-seminer-list-section .c-ttl01 {
  margin-bottom: 24px;
}
.m-seminer-list-section:not(.first) {
  padding-bottom: 0;
}
.m-seminer-list-section:last-of-type {
  padding-bottom: 104px;
}
.m-seminer-list-section.bg-blue {
  background: var(--bg-lightblue);
}

.c-seminer-list {
  width: 100%;
}
.c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid,
.c-seminer-list > .hs_cos_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
.c-seminer-list .inn > .link {
  background-color: var(--bg-white);
  padding: 16px 16px 24px;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-seminer-list .inn > .link.ended {
  pointer-events: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.c-seminer-list .inn > .link.ended::before {
  border: 1px solid var(--line-blue);
  border-radius: 0 0 20px 20px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-seminer-list .inn > .link.ended .img-area {
  z-index: 2;
}
.c-seminer-list .inn > .link.ended .state {
  z-index: 2;
}
.c-seminer-list .inn > .link .img-area {
  aspect-ratio: 352/203;
  margin: -16px -16px 0;
}
.c-seminer-list .inn > .link .img-area img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-seminer-list .inn > .link .state {
  text-align: center;
  padding: 4px;
  color: var(--bg-white);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0 -16px 16px;
}
.c-seminer-list .inn > .link .state.accepting {
  background-color: var(--text-error);
}
.c-seminer-list .inn > .link .state.streaming {
  background-color: var(--primary-main);
}
.c-seminer-list .inn > .link .state.ended {
  background-color: var(--line-darkblue);
}
.c-seminer-list .inn > .link .info-wrap {
  margin-bottom: 16px;
}
.c-seminer-list .inn > .link .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  padding: 0;
  border: none;
}
.c-seminer-list .inn > .link .info-area li {
  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;
}
.c-seminer-list .inn > .link .info-area li .info-head {
  width: 65px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
}
.c-seminer-list .inn > .link .info-area li .info-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0;
  width: calc(100% - 65px);
}
.c-seminer-list .inn > .link .info-area li .info-txt.small {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: normal;
}
.c-seminer-list .inn > .link .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4px;
  margin: auto 0 16px;
}
.c-seminer-list .inn > .link .tag-list li {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid var(--line-darkblue);
  background-color: var(--bg-white);
}
.c-seminer-list .inn > .link .tag-list li:empty {
  display: none;
}
.c-seminer-list .inn > .link .c-btn-primary {
  width: 100%;
  margin-top: auto;
}

.future_dx-article-kv {
  background-image: url("/hubfs/modules/future_dx/kv-img.png.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.future_dx-article-kv .ttl,
.future_dx-article-kv .txt {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.future_dx-article-kv .txt .bg {
  background-color: #072A4F;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 2px 8px;
}

.m-future_dx-article-section {
  padding: 64px 0;
}
.m-future_dx-article-section.last {
  padding-bottom: 104px;
}
.m-future_dx-article-section.bg-blue {
  background: var(--bg-lightblue);
}
.m-future_dx-article-section .c-ttl01 {
  margin-bottom: 24px;
}
.m-future_dx-article-section .c-case-list {
  display: block;
}
.m-future_dx-article-section .c-case-list li a:focus-visible .ttl,
.m-future_dx-article-section .c-case-list .inn a:focus-visible .ttl {
  color: var(--primary-main);
}
.m-future_dx-article-section .c-case-list .img {
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 58%;
}
.m-future_dx-article-section .c-case-list .img img {
  -o-object-fit: inherit;
     object-fit: inherit;
  width: 100%;
  height: auto;
}
.m-future_dx-article-section .c-case-list .ttl {
  margin-top: 0;
  -webkit-transition: color var(--transition01);
  transition: color var(--transition01);
}
.m-future_dx-article-section .c-case-list .date {
  margin-top: auto;
}
.m-future_dx-article-section .c-case-list + .c-ttl01 {
  margin-top: 64px;
}
.m-future_dx-article-section .c-case-list .c-btn-primary {
  margin-top: 8px;
}

.c-footer.thanks-footer {
  margin-top: -223px;
}

.m-thanks-top-section,
.m-thanks-bottom-section {
  padding-block: 64px;
}
.m-thanks-top-section:last-child,
.m-thanks-bottom-section:last-child {
  padding-bottom: 287px;
}
.m-thanks-top-section .main-ttl,
.m-thanks-bottom-section .main-ttl {
  font-size: 57px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}
.m-thanks-top-section .cont-ttl,
.m-thanks-bottom-section .cont-ttl {
  font-size: 45px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 24px;
}
.m-thanks-top-section .cont-ttl .blue,
.m-thanks-bottom-section .cont-ttl .blue {
  color: var(--primary-main);
}
.m-thanks-top-section .txt,
.m-thanks-bottom-section .txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
.m-thanks-top-section .txt.bold,
.m-thanks-bottom-section .txt.bold {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-thanks-top-section .txt + .txt,
.m-thanks-bottom-section .txt + .txt {
  margin-top: 1em;
}
.m-thanks-top-section .txt a,
.m-thanks-bottom-section .txt a {
  color: var(--text-link);
  text-decoration: underline;
}
.m-thanks-top-section .slash,
.m-thanks-bottom-section .slash {
  display: inline-block;
  padding-inline: 18px;
  margin-left: 48px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.m-thanks-top-section .slash::before, .m-thanks-top-section .slash::after,
.m-thanks-bottom-section .slash::before,
.m-thanks-bottom-section .slash::after {
  background: #000;
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.m-thanks-top-section .slash::before,
.m-thanks-bottom-section .slash::before {
  left: 0;
  rotate: -45deg;
}
.m-thanks-top-section .slash::after,
.m-thanks-bottom-section .slash::after {
  right: 0;
  rotate: 45deg;
}
.m-thanks-top-section .c-btn-cta,
.m-thanks-bottom-section .c-btn-cta {
  padding-block: 8px;
  padding-inline: 32px 110px;
  position: relative;
}
.m-thanks-top-section .c-btn-cta .sub,
.m-thanks-bottom-section .c-btn-cta .sub {
  background: var(--primary-main);
  border-radius: 12px;
  color: var(--text-white);
  font-size: 18px;
  line-height: 110%;
  padding: 4px 7px;
}
.m-thanks-top-section .c-btn-cta .person,
.m-thanks-bottom-section .c-btn-cta .person {
  position: absolute;
  bottom: -4px;
  right: 0;
  vertical-align: bottom;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.m-thanks-bottom-section {
  background: var(--bg-lightblue);
}

.m-top-seminar-dx-section {
  padding-block: 64px;
}
.m-top-seminar-dx-section .c-ttl01 {
  margin-bottom: 24px;
}
.m-top-seminar-dx-section .column-wrap .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-top-seminar-dx-section .column-wrap .card-area {
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
  border-radius: 20px;
  display: block;
  margin-bottom: 40px;
  padding: 16px;
}
.m-top-seminar-dx-section .column-wrap .card-area .img-area img {
  display: block;
}
.m-top-seminar-dx-section .column-wrap .card-area .txt-area .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-top-seminar-dx-section .column-wrap .card-area .txt-area .date {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 4px;
}
.m-top-seminar-dx-section .column-wrap .c-btn-primary {
  margin-top: auto;
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
}

.m-top-price-section .l-inner {
  padding-top: 64px;
}
.m-top-price-section .c-ttl01 {
  margin-bottom: 8px;
}
.m-top-price-section .top-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 32px;
}
.m-top-price-section .plan-area .plan {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.m-top-price-section .plan-area .plan .each {
  padding: 24px 16px;
  border-radius: 12px;
  background: var(--bg-white);
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
}
.m-top-price-section .plan-area .plan .each .ttl {
  text-align: center;
  background-color: var(--primary-main);
  color: var(--text-white);
  padding: 8px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 16px;
}
.m-top-price-section .plan-area .plan .each .desc {
  padding: 10px;
  border-radius: 8px;
  background-color: var(--bg-lightblue);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.m-top-price-section .plan-area .plan .each .desc ul li {
  padding-left: 1.5em;
  position: relative;
}
.m-top-price-section .plan-area .plan .each .desc ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
.m-top-price-section .plan-area .plan .plus-area {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: var(--primary-main);
  border-radius: 50%;
  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;
}
.m-top-price-section .plan-area .plan .plus-area .img {
  width: 20px;
  height: 20px;
}
.m-top-price-section .plan-area .note {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 1.25%;
  color: #000;
  margin-top: 8px;
}

.c-top-banner {
  margin: 0 auto;
  display: block;
  max-width: 544px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-top-banner a {
  display: inline-block;
}
.c-top-banner a img {
  display: block;
}
.c-top-banner.top-banner-20260701 {
  margin-top: 64px;
  max-width: 952px;
}
.c-top-banner.top-banner-20260701 a {
  border-radius: 8px;
}
.c-top-banner.top-banner-20260701 a img {
  border-radius: inherit;
}

.m-top-mv + .c-top-banner {
  padding-top: 153px;
}
.m-top-mv + .c-top-banner + .m-top-usage .l-inner {
  padding-top: 64px;
}

.c-link-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
.c-link-banner > * {
  width: calc((100% - 32px) / 2);
}
.c-link-banner .link-bannerimg-box {
  position: relative;
}
.c-link-banner .img-txt {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  top: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 0 !important;
}
.c-link-banner .img-txt.c-blue {
  color: var(--primary-main);
}

.c-link-banner-each {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.24));
  display: block;
  position: relative;
}
.c-link-banner-each .link-banner-btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 24px 12px;
  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;
}
.c-link-banner-each .link-banner-btn {
  width: calc(100% - 12px);
  margin-inline: auto;
  padding: 16px 24px;
  height: 65px;
}
.c-link-banner-each .link-banner-btn::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/c-link-banner/ico-download.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/c-link-banner/ico-download.svg) no-repeat center/contain;
  background: currentColor;
  width: 24px;
  height: 24px;
  -webkit-transition: none;
  transition: none;
}
.c-link-banner-each .link-banner-btn.ico-download {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.c-link-banner-each .link-banner-btn.ico-mail:after {
  -webkit-mask-image: url(/hubfs/modules/c-link-banner/Ico-mail.svg);
          mask-image: url(/hubfs/modules/c-link-banner/Ico-mail.svg);
  -webkit-mask-position: 0 2px;
          mask-position: 0 2px;
}
.c-link-banner-each .link-banner-btn.ico-mail .btn-inn {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.c-link-banner-each .link-banner-btn .btn-inn {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  white-space: pre;
}
.c-link-banner-each picture {
  display: block;
}
.c-link-banner-each picture img {
  display: block;
}

.m-product-article .c-kv .ttl {
  margin-bottom: 0;
}
.m-product-article .c-kv .img-wrap {
  max-width: 544px;
}
.m-product-article .c-kv .img-wrap img {
  width: 100%;
}
.m-product-article .m-anchor-section .l-inner {
  padding-top: 64px;
}
.m-product-article .m-specification-section .specification-item .right-box {
  padding: 0;
}
.m-product-article .m-specification-section .specification-item .right-box img {
  display: block;
  width: 100%;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.listing .m-top-mv .main .txt-blue {
  color: var(--primary-main);
}
.listing .m-top-mv .ttl .main span {
  display: inline-block;
}
.listing .m-top-mv .document-present {
  position: relative;
  background: var(--primary-main);
  color: #fff;
  border-radius: 12px;
  max-width: clamp(530px, 576px, min(576px, 40vw));
  padding: 12px 5px 34px;
}
.listing .m-top-mv .document-present .l-grid {
  display: grid;
  grid-template-columns: 1fr min(138px, 9.5833333333vw);
  position: relative;
}
.listing .m-top-mv .document-present .txt-area {
  position: relative;
}
.listing .m-top-mv .document-present .document {
  position: absolute;
  top: -17px;
  right: min(6px, 0.4166666667vw);
}
.listing .m-top-mv .document-present .txt {
  text-align: center;
  line-height: 1.75;
}
.listing .m-top-mv .document-present .txt-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
.listing .m-top-mv .document-present .c-btn-cta {
  margin: 0 auto;
  position: absolute;
  top: 61px;
  right: 0;
  left: 0;
  padding: 10px 48px;
}
.listing .m-top-mv .img-area {
  position: absolute;
  right: 42px;
  top: 48px;
  width: min(510px, 35.4166666667vw);
}
.listing .m-top-mv .img-area .desktop {
  position: relative;
  z-index: 1;
}
.listing .m-top-mv .video-wrap {
  position: absolute;
  top: min(20px, 1.3888888889vw);
  right: min(54px, 3.75vw);
  width: min(408px, 28.3333333333vw);
  height: min(250px, 17.3611111111vw);
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
}
.listing .m-top-mv .video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.listing .m-top-mv .parts {
  position: absolute;
  right: 0px;
  bottom: max(-79px, -5.4861111111vw);
  z-index: 2;
  width: min(234px, 16.25vw);
}
.listing .m-top-mv .company-list {
  margin-top: 70px;
}
.listing .m-top-mv.old-mv .img {
  width: clamp(350px, 41.6666666667vw, 500px);
}
.listing .m-top-detail01.renewal_202512 {
  margin-top: 70px;
}
.listing .listing-lead-block {
  padding-top: 180px;
}
.listing .listing-lead-block .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.listing .listing-lead-block .ttl .txt-blue {
  color: var(--primary-main);
  font-size: 45px;
}
.listing .listing-lead-block .desc {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 8px;
  margin-bottom: 32px;
}
.listing .listing-lead-block .img {
  display: block;
  text-align: center;
}
.listing .listing-lead-block .c-btn-wrap01 {
  margin-top: 15px;
}
.listing .listing-lead-block .c-btn-cta {
  padding: 10px 30px;
  text-align: center;
}
.listing .listing-reason-block {
  margin-top: 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2A7FE3), to(#6CABF5));
  background: linear-gradient(180deg, #2A7FE3 0%, #6CABF5 100%);
  padding-top: 64px;
  padding-bottom: 50px;
}
.listing .listing-reason-block .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
}
.listing .listing-reason-block .ttl .large {
  font-size: 45px;
}
.listing .listing-reason-block .point-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.listing .listing-reason-block .point-list > li {
  border-radius: 12px;
  background: var(--bg-lightblue);
  position: relative;
  padding: 63px min(24px, 1.6666666667vw) 24px;
  width: calc(33.3333333333% - 21px);
}
.listing .listing-reason-block .point-list .point-circle {
  border-radius: 50%;
  border: 5px solid var(--primary-main);
  width: 96px;
  height: 96px;
  background: #fff;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing .listing-reason-block .point-list .point-circle .point {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 3px;
}
.listing .listing-reason-block .point-list .point-circle .point::after {
  content: "";
  background: var(--primary-main);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 2px;
}
.listing .listing-reason-block .point-list .point-circle .num {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: var(--primary-main);
}
.listing .listing-reason-block .point-list .list-ttl {
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(30px, 36px, min(36px, 2.5vw));
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  margin: 0;
}
.listing .listing-reason-block .point-list .list-txt {
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 25px;
}
.listing .listing-reason-block .sub-ttl {
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 40px;
}
.listing .listing-reason-block .desc {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 8px;
}
.listing .listing-reason-block #table-pulldown {
  padding: 11px 11px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.listing .listing-reason-block #table-pulldown:focus {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.listing .listing-reason-block .compare-table {
  margin-top: 70px;
}
.listing .listing-reason-block .compare-table .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.listing .listing-reason-block .compare-table .line .cell-lv1 {
  background: var(--bg-lightblue);
  width: 190px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing .listing-reason-block .compare-table .line .cell-no1 {
  background: var(--bg-lightblue);
  width: 360px;
  text-align: center;
  border-right: 8px solid var(--secondary-main);
  border-left: 8px solid var(--secondary-main);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.listing .listing-reason-block .compare-table .line .cell {
  background: var(--bg-lightblue);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  padding: 10px 0;
}
.listing .listing-reason-block .compare-table .line .icon {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  margin: auto;
}
.listing .listing-reason-block .compare-table .line .small {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: 6px;
  display: inline-block;
  font-weight: bold;
}
.listing .listing-reason-block .compare-table .line:nth-child(odd) .cell-lv1 {
  background: #fff;
}
.listing .listing-reason-block .compare-table .line:nth-child(odd) .cell-no1 {
  background: #fff;
}
.listing .listing-reason-block .compare-table .line:nth-child(odd) .cell {
  background: #fff;
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell-lv1.empty {
  background: transparent;
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell-no1 {
  background: var(--secondary-main);
  position: relative;
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell-no1 img {
  margin-top: -25px;
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell-no1::before {
  content: "";
  top: -36px;
  left: -8px;
  height: 38px;
  position: absolute;
  width: calc(100% + 16px);
  border-radius: 12px 12px 0 0;
  background: var(--secondary-main);
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell {
  padding: 30px 0;
}
.listing .listing-reason-block .compare-table .line:nth-child(1) .cell:last-child {
  border-radius: 0px 12px 0 0;
}
.listing .listing-reason-block .compare-table .line:not(:first-child) .cell-no1 {
  padding: 16px 0;
}
.listing .listing-reason-block .compare-table .line:nth-child(2) .cell-lv1 {
  border-radius: 12px 0 0 0;
}
.listing .listing-reason-block .compare-table .line:last-child .cell-lv1 {
  border-radius: 0 0 0 12px;
}
.listing .listing-reason-block .compare-table .line:last-child .cell-no1 {
  position: relative;
}
.listing .listing-reason-block .compare-table .line:last-child .cell-no1::after {
  content: "";
  width: calc(100% + 16px);
  height: 8px;
  background: var(--secondary-main);
  position: absolute;
  bottom: -6px;
  left: -8px;
}
.listing .listing-reason-block .compare-table .line:last-child .cell:last-child {
  border-radius: 0 0 12px 0;
}
.listing .listing-reason-block .c-btn-cta {
  padding: 10px 30px;
  text-align: center;
}
.listing .m-top-usage {
  background: var(--bg-lightblue);
}
.listing .m-top-usage .c-category-list > li {
  background: #fff;
}
.listing .m-spec-detail .c-ttl01 .small {
  font-size: 32px;
  display: block;
}
.listing .listing-cta-block {
  background: var(--bg-lightblue);
  position: relative;
  z-index: 1;
  padding-top: 76px;
  padding-bottom: 76px;
}
.listing .listing-cta-block .img01 {
  position: absolute;
  z-index: -1;
  top: 44px;
  left: min(144px, 10vw);
  width: min(274px, 19.0277777778vw);
  margin: auto;
}
.listing .listing-cta-block .ttl {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2392156863);
  text-align: center;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.listing .listing-cta-block .c-btn-wrap01 {
  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: 16px;
  margin-top: 20px;
  margin-right: 5px;
}
.listing .listing-cta-block .c-btn-cta {
  padding: 14px 14px;
  margin: 0;
  width: auto;
}
.listing .listing-cta-block .c-btn-cta .btn-inn {
  margin-left: 8px;
}
.listing .listing-cta-block .c-btn-cta::after {
  width: 35px;
  height: 35px;
}
.listing .listing-cta-block .c-btn-blue {
  background-size: 400% 100%;
  background-position: left center;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--primary-main);
  font-weight: bold;
  border: 3px solid var(--primary-main);
  background: #fff;
  font-size: 22px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  text-align: center;
  letter-spacing: 0.04em;
  min-height: 65px;
  padding: 14px 14px;
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
  width: auto;
}
.listing .listing-cta-block .c-btn-blue .btn-inn {
  margin-left: 8px;
}
.listing .listing-cta-block .c-btn-blue::after {
  content: "";
  -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
  width: 35px;
  height: 35px;
  background: var(--primary-main);
  -webkit-transition: var(--transition01);
  transition: var(--transition01);
}
.listing .listing-cta-block .img02 {
  position: absolute;
  right: min(36px, 2.5vw);
  top: 84px;
  margin: auto;
  z-index: -1;
  width: min(400px, 27.7777777778vw);
}
.listing .m-case-section .c-case-list {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.listing .m-case-section .c-case-list > li {
  width: calc((100% - 64px) / 3);
}

/* -----------------------------------------------
* chemistry_pharma Module
* chemistry_pharmaページ用
-------------------------------------------------- */
.c-logo-list {
  margin-top: 80px;
  margin-bottom: -185px;
  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: 40px;
  background-color: #fff;
  border-radius: 40px;
  padding: 48px 20px;
  -webkit-box-shadow: var(--shadow-l);
          box-shadow: var(--shadow-l);
}
.c-logo-list .logo {
  height: 100px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-logo-list .logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-logo-list .name {
  margin-top: 3px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.04em;
}

.m-anchor-section .l-inner {
  padding-top: 180px;
  padding-bottom: 112px;
}
.m-anchor-section .c-ttl01 {
  margin-bottom: 24px;
}
.m-anchor-section .c-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.m-anchor-section .c-anchor-list li {
  width: calc(33.3333333333% - 21.3333333333px);
}
.m-anchor-section .c-anchor-list li a {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 16px 64px;
  position: relative;
  border-radius: 20px;
  display: block;
}
.m-anchor-section .c-anchor-list li a::before, .m-anchor-section .c-anchor-list li a::after {
  content: "";
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 5px solid var(--primary-main);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -48px;
}
.m-anchor-section .c-anchor-list li a::before {
  background-color: #fff;
}
.m-anchor-section .c-anchor-list li a::after {
  -webkit-mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat;
          mask: url(/hubfs/modules/common/arrow-down.svg) no-repeat;
  background-color: var(--text-main);
  -webkit-mask-size: 60px;
          mask-size: 60px;
  -webkit-mask-position: center;
          mask-position: center;
}
.m-anchor-section .c-anchor-list .img {
  margin-top: 4px;
  width: calc(100% + 32px);
  margin-left: -16px;
}
.m-anchor-section .c-anchor-list .label-txt {
  color: var(--primary-main);
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}
.m-anchor-section .c-anchor-list .label-txt .small {
  color: var(--text-main);
  font-size: 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2px;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.1;
}
.m-anchor-section .c-anchor-list .label-txt .small::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.m-anchor-section .c-anchor-list .ttl {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-top: 6px;
  min-height: 100px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.m-anchor-section .c-anchor-list .ttl.small {
  font-size: 30px;
}
.m-anchor-section .c-anchor-list .txt {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
}
.m-anchor-section .c-anchor-list.automotive {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-specification-section {
  background-color: var(--bg-lightblue);
}
.m-specification-section .l-inner {
  padding-top: 64px;
}
.m-specification-section .c-ttl01 {
  margin-bottom: 0 !important;
}
.m-specification-section .specification-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 64px 0;
}
.m-specification-section .specification-item + .specification-item {
  border-top: 1px solid var(--line-blue);
}
.m-specification-section .specification-item#link01 {
  padding-top: 88px;
}
.m-specification-section .specification-item .right-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 32px 56px;
  text-align: center;
  width: 48.5714285714%;
}
.m-specification-section .specification-item .left-box {
  width: 48.5714285714%;
}
.m-specification-section .specification-item .label-txt {
  color: var(--primary-main);
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-specification-section .specification-item .label-txt::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--line-blue);
}
.m-specification-section .specification-item .sub-ttl {
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
.m-specification-section .specification-item .ttl {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.m-specification-section .specification-item .check-list {
  margin-top: 32px;
  padding: 32px 64px;
  border-radius: 24px;
  border: var(--line-blue);
  background-color: var(--line-white);
  border: 1px solid var(--line-blue);
}
.m-specification-section .specification-item .check-list li {
  padding-left: 40px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.m-specification-section .specification-item .check-list li::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/hubfs/modules/common/ico-check.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.m-specification-section .specification-item .check-list li .bold {
  font-weight: bold;
}
.m-specification-section .specification-item .check-list li + li {
  margin-top: 16px;
}
.m-specification-section .specification-item .int {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 32px;
  letter-spacing: 0.04em;
}

.m-cta-section {
  background: var(--primary-gradation);
  position: relative;
  z-index: 1;
}
.m-cta-section::before {
  content: "";
  background: url(/hubfs/modules/m-cta/cta01.png.webp) no-repeat center/contain;
  width: 21.25vw;
  aspect-ratio: 306/323;
  position: absolute;
  left: 134px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.m-cta-section::after {
  content: "";
  background: url(/hubfs/modules/m-cta/cta02.png.webp) no-repeat center/contain;
  width: 29.7916666667vw;
  aspect-ratio: 429/262;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.m-cta-section .l-inner {
  padding-top: 64px;
  padding-bottom: 72px;
}
.m-cta-section .c-ttl01 {
  color: #fff;
}
.m-cta-section .link-area {
  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;
  gap: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai_lp-btn01 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: linear-gradient(90.31deg, #4D3DF1 0%, #F858AE 100%);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  padding: 2px;
  position: relative;
  z-index: 2;
}
.ai_lp-btn01:focus-visible .btn-inn {
  -webkit-box-shadow: inset 0 -1px 16px 4px rgba(255, 255, 255, 0.5294117647);
          box-shadow: inset 0 -1px 16px 4px rgba(255, 255, 255, 0.5294117647);
}
.ai_lp-btn01 .btn-inn {
  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;
  padding: 16px 32px;
  position: relative;
  color: var(--bg-white);
  background: linear-gradient(90.31deg, #4D3DF1 0%, #F858AE 100%);
  border-radius: 100px;
  -webkit-transition: -webkit-box-shadow var(--transition01);
  transition: -webkit-box-shadow var(--transition01);
  transition: box-shadow var(--transition01);
  transition: box-shadow var(--transition01), -webkit-box-shadow var(--transition01);
}
.ai_lp-btn01 .btn-inn::after {
  position: absolute;
  content: "";
  border-radius: 100px;
  border: 3px solid transparent;
  background: conic-gradient(from var(--angle, 0), transparent, white 10%, transparent 20%) border-box;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  margin: auto;
  z-index: -1;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
}

.ai_lp-ttl02 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  font-weight: 700;
  font-size: 64px;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.ai_lp-ttl02 .inn-txt {
  color: var(--text-white);
  position: relative;
  z-index: 2;
}
.ai_lp-ttl02 .bg-txt {
  margin-top: -1em;
  height: 1.5em;
  mix-blend-mode: soft-light;
}

.c-header.ai_lp {
  border-bottom: none;
  background-color: transparent;
  top: 40px;
}
.c-header.ai_lp .main {
  background-color: var(--bg-white);
  -webkit-box-shadow: var(--shadow-m);
          box-shadow: var(--shadow-m);
  border-radius: 9999px;
  padding-inline: 64px;
}

.c-footer.ai_lp .top-box {
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-darkblue)), color-stop(50%, #133883), to(var(--bg-darkblue)));
  background: linear-gradient(270deg, var(--bg-darkblue) 0%, #133883 50%, var(--bg-darkblue) 100%);
}
.c-footer.ai_lp .top-box .company {
  margin-bottom: 0;
}
.c-footer.ai_lp .bottom-box .company {
  margin-bottom: 0;
}

main.ai_lp {
  margin-top: -80px;
}

.ai_lp .grd-txt {
  background: linear-gradient(281.81deg, #1341A5 0%, #77B2FE 31.33%, #FFFFFD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai_lp .grd-txt-primary {
  background: linear-gradient(90.31deg, #4D3DF1 0%, #F858AE 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai_lp .js--scroll-item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ai_lp .js--scroll-item.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ai_lp .js--scroll-text-item {
  opacity: 0;
}
.ai_lp .js--scroll-text-item .letter {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s ease-out, -webkit-transform 0.6s ease-out;
}
.ai_lp .js--scroll-text-item .letter.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.ai_lp .js--scroll-item-blur {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.ai_lp .js--scroll-item-blur.is-animated {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.ai_lp .section-container {
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-darkblue)), color-stop(50%, #133883), to(var(--bg-darkblue)));
  background: linear-gradient(270deg, var(--bg-darkblue) 0%, #133883 50%, var(--bg-darkblue) 100%);
}
.ai_lp .section-container section + section .l-inner {
  padding-top: 0;
}
.ai_lp .section-container .l-inner {
  padding-block: 160px;
}
.ai_lp .mv-section {
  position: relative;
  padding-top: 120px;
  overflow: hidden;
  background: linear-gradient(103.3deg, #DED9FF 0%, #FFFFFF 21.63%, #FFFFFF 42.31%, #C7E7FF 82.21%, #9BB0E4 100%);
}
.ai_lp .mv-section > .l-inner {
  max-width: 1230px;
  padding-block: 40px 48px;
}
.ai_lp .mv-section .mv-contents-area {
  position: relative;
  z-index: 2;
  display: grid;
}
.ai_lp .mv-section .mv-contents-area .ttl {
  grid-area: ttl;
}
.ai_lp .mv-section .mv-contents-area .sub-txt {
  grid-area: txt;
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: 50px;
  line-height: 140%;
  letter-spacing: 4%;
}
.ai_lp .mv-section .mv-contents-area .btn-wrap {
  grid-area: btn;
  max-width: 401px;
  text-align: center;
}
.ai_lp .mv-section .mv-contents-area .btn-wrap .ai_lp-btn01 {
  height: 100%;
  font-size: 22px;
}
.ai_lp .mv-section .mv-contents-area .btn-wrap .ai_lp-btn01 .btn-inn {
  height: 100%;
}
.ai_lp .mv-section .mv-contents-area .img-area {
  grid-area: img;
}
.ai_lp .mv-section .text-slider-area {
  overflow: clip;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ai_lp .mv-section .text-slider-area .text-slide {
  -webkit-animation: infinity-scroll-left 15s infinite linear 0.1s both, fadeOnce 0.2s forwards;
          animation: infinity-scroll-left 15s infinite linear 0.1s both, fadeOnce 0.2s forwards;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ai_lp .mv-section .text-slider-area .text-slide .inn-txt {
  padding-right: 10vw;
  width: auto;
  height: 100%;
}
@-webkit-keyframes fadeOnce {
  100% {
    opacity: 1;
  }
}
@keyframes fadeOnce {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.ai_lp .step-section .ai_lp-ttl01 {
  font-size: 64px;
}
.ai_lp .step-section .ai_lp-ttl01 .small {
  font-size: 40px;
}
.ai_lp .step-section .top-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  text-align: center;
  color: var(--text-white);
}
.ai_lp .step-section .top-txt.top-txt {
  margin-top: 1em;
}
.ai_lp .step-section .step-list {
  list-style: none;
  margin-top: 64px;
}
.ai_lp .step-section .step-list li {
  position: relative;
  z-index: 2;
  background: linear-gradient(103.3deg, rgba(222, 217, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 21.63%, rgba(255, 255, 255, 0.8) 42.31%, rgba(199, 231, 255, 0.8) 82.21%, rgba(155, 176, 228, 0.8) 100%);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(156, 240, 255, 0.4);
          box-shadow: 0px 0px 16px 0px rgba(156, 240, 255, 0.4);
  border: 1px solid var(--line-white);
  border-radius: 8px;
}
.ai_lp .step-section .step-list li + li {
  margin-top: 64px;
}
.ai_lp .step-section .step-list li .contents-wrap {
  padding: 64px;
}
.ai_lp .step-section .step-list li .contents-wrap .txt-area {
  position: relative;
  z-index: 2;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label {
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  border-radius: 30px;
  width: 100%;
  max-width: 173px;
  text-align: center;
  padding: 3px;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt {
  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: 4px;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  background-color: var(--bg-white);
  border-radius: 30px;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt::before {
  position: absolute;
  content: "";
  border-radius: 100px;
  border: 3px solid transparent;
  background: conic-gradient(from var(--angle, 0), transparent, white 10%, transparent 20%) border-box;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  margin: auto;
  z-index: -1;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt::after {
  position: absolute;
  content: "";
  z-index: -2;
  background: linear-gradient(90.31deg, #4D3DF1 0%, #F858AE 100%);
  border-radius: 30px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  margin: auto;
}
.ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt .num {
  font-size: 28px;
}
.ai_lp .step-section .step-list li .contents-wrap .ttl {
  font-weight: 700;
  font-size: 45px;
  line-height: 140%;
  letter-spacing: 4%;
  margin-block: 16px 8px;
}
.ai_lp .step-section .step-list li .contents-wrap .desc {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.ai_lp .step-section .step-list li .contents-wrap .img-area {
  position: relative;
  z-index: 1;
  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;
}
.ai_lp .function-section .ai_lp-ttl02 {
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-darkblue)), color-stop(50%, #133883), to(var(--bg-darkblue)));
  background: linear-gradient(270deg, var(--bg-darkblue) 0%, #133883 50%, var(--bg-darkblue) 100%);
  padding-inline: 40px;
}
.ai_lp .function-section .top-txt {
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  text-align: center;
  color: var(--text-white);
}
.ai_lp .function-section .top-txt.top-txt {
  margin-top: 1em;
}
.ai_lp .function-section .function-list {
  margin-top: 64px;
}
.ai_lp .function-section .function-list > li + li {
  margin-top: 104px;
}
.ai_lp .function-section .function-list > li .contents-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.ai_lp .function-section .function-list > li .contents-wrap .ttl {
  font-weight: 700;
  font-size: 45px;
  line-height: 140%;
  letter-spacing: 4%;
}
.ai_lp .function-section .function-list > li .contents-wrap .desc {
  margin-block: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
  color: var(--text-white);
}
.ai_lp .function-section .function-list > li .contents-wrap .desc .small {
  font-size: 12px;
  letter-spacing: 0.0125em;
  font-weight: 400;
}
.ai_lp .function-section .function-list > li .contents-wrap .tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 16px;
}
.ai_lp .function-section .function-list > li .contents-wrap .tag-list li {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 4%;
  color: var(--text-white);
  padding: 0 16px;
  border-radius: 100px;
  border: 1px solid var(--text-white);
}
.ai_lp .cta-section .l-inner {
  padding-block: 64px;
}
.ai_lp .cta-section .ttl {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 4%;
}
.ai_lp .cta-section .ttl .inn-txt {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2392156863);
}
.ai_lp .cta-section .ttl .inn-txt .grd-txt-primary {
  text-shadow: 0px 1px 2px transparent;
}
.ai_lp .cta-section .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.ai_lp .cta-section .btn-wrap .ai_lp-btn01 {
  font-size: 22px;
  text-align: center;
}
.ai_lp .cta-section .btn-wrap .c-btn-cta {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  height: 100%;
}
.ai_lp .cta-section .btn-wrap .c-btn-cta::after {
  content: inherit;
}
.ai_lp .cta-section .btn-wrap .c-btn-cta .inn-txt {
  padding-right: 26px;
  position: relative;
}
.ai_lp .cta-section .btn-wrap .c-btn-cta .inn-txt::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask: url(/hubfs/modules/ai_lp/ico-tel.svg) no-repeat center/contain;
          mask: url(/hubfs/modules/ai_lp/ico-tel.svg) no-repeat center/contain;
  width: 24px;
  height: 24px;
  background-color: currentColor;
}
.ai_lp .info-section {
  padding-top: 160px;
}
.ai_lp .info-section .ai_lp-ttl02 {
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-darkblue)), color-stop(50%, #133883), to(var(--bg-darkblue)));
  background: linear-gradient(270deg, var(--bg-darkblue) 0%, #133883 50%, var(--bg-darkblue) 100%);
  padding-inline: 40px;
}
.ai_lp .info-section > .l-inner {
  padding-top: 0;
}
.ai_lp .info-section .info-list > li {
  background: linear-gradient(103.3deg, rgba(222, 217, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 21.63%, rgba(255, 255, 255, 0.8) 42.31%, rgba(199, 231, 255, 0.8) 82.21%, rgba(155, 176, 228, 0.8) 100%);
  border: 1px solid var(--line-blue);
  border-radius: 20px;
  overflow: clip;
  height: 100%;
}
.ai_lp .info-section .info-list > li .contents-wrap {
  -webkit-box-shadow: var(--shadow-xl);
          box-shadow: var(--shadow-xl);
  overflow: clip;
  border-radius: 20px;
}
.ai_lp .info-section .info-list > li .contents-wrap:focus-visible .btn-wrap .c-btn-primary {
  background: var(--bg-white);
  color: var(--primary-main);
}
.ai_lp .info-section .info-list > li:nth-child(2) .img-area {
  background-color: var(--bg-white);
}
.ai_lp .info-section .info-list > li .ttl,
.ai_lp .info-section .info-list > li .info-txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
.ai_lp .info-section .info-list > li .ttl .small {
  font-size: 16px;
  line-height: 150%;
}
.ai_lp .info-section .info-list > li .btn-wrap {
  position: relative;
  z-index: 2;
  margin-top: 16px;
}
.ai_lp .info-section .info-list > li .btn-wrap .c-btn-primary {
  width: 100%;
  background: linear-gradient(258.6deg, #0003BE 8.39%, #3EC1D5 91.61%);
  border: 0;
  position: relative;
}
.ai_lp .info-section .info-list > li .btn-wrap .c-btn-primary::before {
  position: absolute;
  content: "";
  z-index: -1;
  background: linear-gradient(258.6deg, #0003BE 8.39%, #3EC1D5 91.61%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  left: -2px;
  top: -2px;
  border-radius: 100px;
}
.ai_lp .info-section .info-list > li .txt-area {
  padding: 24px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ai_lp .request-section .ai_lp-ttl02 .inn-txt {
  color: #333333;
}
.ai_lp .request-section .ai_lp-ttl02 .bg-txt {
  mix-blend-mode: normal;
}
.ai_lp .request-section .form-area {
  background: linear-gradient(103.3deg, rgba(222, 217, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 21.63%, rgba(255, 255, 255, 0.8) 42.31%, rgba(199, 231, 255, 0.8) 82.21%, rgba(155, 176, 228, 0.8) 100%);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(135, 187, 254, 0.4);
          box-shadow: 0px 0px 50px 0px rgba(135, 187, 254, 0.4);
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.ai_lp .request-section .form-area .form-container {
  padding: 64px 32px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ai_lp .request-section .form-area .form-container iframe {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
  .l-inner {
    padding-inline: 16px;
  }
  .u-pc {
    display: none !important;
  }
  .c-btn-cta,
  .btn-cta {
    gap: 16px;
    font-size: 16px;
    width: 100%;
    min-height: 56px;
  }
  .c-btn-cta.has-end-arrow::after,
  .btn-cta::after {
    width: 24px;
    height: 24px;
  }
  .c-btn-cta.download,
  .c-btn-primary.tel {
    width: 100%;
  }
  .c-btn-cta.download .btn-inn {
    text-align: center;
  }
  .c-btn-cta.has-document-img {
    margin-right: clamp(10px, 13.3333333333vw, 50px);
    max-width: calc(100% - clamp(10px, 13.3333333333vw, 50px));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-btn-cta.has-document-img .btn-inn {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .c-btn-cta.has-document-img .btn-inn::after {
    width: 166px;
    height: 148px;
    left: auto;
    right: -120px;
    bottom: 15px;
  }
  .c-btn-cta.has-document-img .btn-inn .ib-sp {
    display: inline-block;
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img {
    margin-left: clamp(32px, 10.2564102564vw, 40px);
    padding-left: clamp(24px, 10.2564102564vw, 40px);
    padding-right: clamp(16px, 7.1794871795vw, 28px) !important;
    padding-block: 10px 8px;
    max-width: none;
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn {
    padding-inline: 10px 0px;
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn::after {
    width: auto;
    height: 200%;
    top: 0;
    bottom: 0;
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn .small {
    font-size: clamp(8px, 3.0769230769vw, 12px);
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img .btn-inn .main {
    font-size: clamp(14px, 4.6153846154vw, 18px);
  }
  .c-btn-cta-block202512 .c-btn-cta.has-document-img .cat {
    font-size: clamp(8px, 3.5897435897vw, 14px);
    padding: clamp(4px, 2.0512820513vw, 8px);
  }
  .c-btn-cta-block202512 .btn-lead-txt {
    margin-right: 5.1282051282vw;
  }
  .c-btn-cta-block202512 .btn-lead-txt .inn-txt {
    font-size: 14px;
  }
  .c-btn-primary.size-middle {
    font-size: 16px;
    padding: 16px 7px 16px 16px;
    width: 100%;
  }
  .c-btn-wrap01 {
    margin-top: 24px;
  }
  .c-ttl01 {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .c-ttl01 .small {
    font-size: min(22px, 5.8666666667vw);
  }
  .c-ttl02 {
    font-size: min(26px, 6.9333333333vw);
    margin-top: 32px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  #column article .bodybox h2,
  #column .mainContents .wrapper2 h2.column {
    padding: 4px 16px !important;
  }
  .c-header .wrap {
    gap: 0;
  }
  .c-header .logo {
    width: min(180px, 48vw);
  }
  .c-header .c-btn-cta {
    font-size: min(15px, 4vw);
    padding: 8px min(16px, 4.2666666667vw);
    min-height: 39px;
  }
  .c-footer .top-box {
    border-radius: 64px 64px 0 0;
  }
  .c-footer .top-box .l-inner {
    padding-block: 64px 40px;
  }
  .c-footer .top-box .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .c-footer .top-box .company .isms .txt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1.5%;
  }
  .c-footer .block .nav-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .c-footer .block .nav-list .child-head {
    position: relative;
  }
  .c-footer .block .nav-list .child-head::before, .c-footer .block .nav-list .child-head::after {
    content: "";
    background: var(--bg-white);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 11px;
    height: 1px;
  }
  .c-footer .block .nav-list .child-head::after {
    rotate: 90deg;
  }
  .c-footer .block .nav-list .child-head.is-open::after {
    rotate: 0deg;
  }
  .c-footer .block .nav-list .child-nav {
    display: none;
    padding-left: 64px;
  }
  .c-footer .block .guide-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .c-footer .block .guide-list a {
    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;
  }
  .c-footer .bottom-box .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
  .c-footer .bottom-box .link-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 18px 32px;
  }
  .c-footer .bottom-box .copyright {
    margin-top: 16px;
  }
  .c-nav-btn {
    top: 4px;
    right: 16px;
  }
  .c-kv .l-inner {
    padding-block: 32px;
  }
  .c-kv .ttl {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .c-kv .txt-large {
    font-size: 18px;
  }
  .c-kv .c-btn-cta {
    font-size: min(22px, 5.8666666667vw);
  }
  .c-kv .c-btn-cta .btn-inn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-kv .c-btn-cta-block202512 {
    margin-top: 20px;
  }
  .whitepaper-ctaArea_text .btn {
    margin-top: 25px;
  }
  .c-page-nav .l-inner {
    padding-block: 24px;
  }
  .c-page-nav .list li {
    border-bottom: var(--line-blue) 1px solid;
  }
  .c-page-nav .list a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 16px;
  }
  .c-breadcrumb .l-inner {
    padding-block: 8px;
  }
  .c-cta-box {
    padding: 20px clamp(10px, 2.6041666667vw, 20px);
  }
  .c-cta-box .c-btn-cta.btn-pattern3 {
    min-height: auto;
    margin-top: 20px;
  }
  .c-cta-box .c-btn-cta-block202512 .c-btn-cta.has-document-img {
    padding-right: clamp(5px, 3.8461538462vw, 15px) !important;
  }
  .c-pagination {
    margin-top: 32px;
  }
  .c-pagination.pagination {
    display: none;
  }
  .c-article-summary-link .article-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-article-summary-link .article-thumb {
    width: 100%;
  }
  .c-article-summary-link .article-thumb img {
    border-radius: 10px 10px 0 0;
  }
  .c-article-summary-link .article-ttl {
    font-size: 16px;
  }
  #case article .bodybox .c-link-banner .img-txt,
  #column article .bodybox .c-link-banner .img-txt {
    font-size: 2.6666666667vw;
    top: 4vw;
  }
  .c-article-recommendation-link .article-link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
  .c-article-recommendation-link .article-thumb {
    width: 100%;
  }
  .c-article-recommendation-link .article-thumb img {
    border-radius: 8px 8px 0 0;
  }
  .c-article-writer .article-box {
    gap: 20px;
  }
  .c-article-writer .article-thumb {
    width: 80px;
  }
  .c-article-writer .article-thumb img {
    height: 80px;
  }
  .c-recommended-articles .recommended-articles-ttl {
    font-size: 25px;
  }
  .c-recommended-articles .recommended-articles-list {
    grid-template-columns: 1fr;
  }
  .c-attention-case-wrap .ttl-wrap .main-ttl {
    font-size: 32px;
  }
  .c-attention-case-wrap .slider-wrap {
    padding: 32px 0;
  }
  .c-attention-case-wrap .slider-wrap .attention-case-ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .c-attention-case-wrap .case-btn-list {
    gap: 16px;
    margin-bottom: 20px;
  }
  .c-attention-case-wrap .attention-case-slider {
    line-height: 0;
  }
  .c-attention-case-wrap .slick-next {
    right: 10px;
  }
  .c-attention-case-wrap .slick-prev {
    left: 10px;
  }
  .c-attention-case-wrap .slick-dotted.slick-slider {
    margin-bottom: 51px;
  }
  .c-attention-case-wrap .slide {
    padding-bottom: 24px;
  }
  .c-attention-case-wrap .slide .case-ttl {
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-attention-case-wrap .slide .txt-area {
    padding: 24px 24px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-attention-case-wrap .slide .txt-area .detail-ttl {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0;
  }
  .c-attention-case-wrap .slide .txt-area .tag-list {
    margin-bottom: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-attention-case-wrap .slide .btn-wrap {
    padding: 0 24px;
  }
  .m-top-mv {
    border-radius: 0 0 0 160px;
  }
  .m-top-mv .l-inner {
    padding-block: 32px 48px;
  }
  .m-top-mv .ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-top-mv .ttl .point-num {
    font-size: min(32px, 8.5333333333vw);
  }
  .m-top-mv .ttl .point-txt {
    font-size: min(20px, 5.3333333333vw);
  }
  .m-top-mv .ttl .main {
    font-size: min(32px, 8.5333333333vw);
    margin-top: 14px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-top-mv .ttl .main-ttl01 {
    font-size: min(47px, 12.5333333333vw);
  }
  .m-top-mv .ttl .main-ttl02 {
    font-size: min(32px, 8.5333333333vw);
  }
  .m-top-mv .sub-ttl {
    font-size: min(18px, 4.8vw);
    margin-top: 0;
  }
  .m-top-mv .img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: -112px -16px 0 0;
  }
  .m-top-mv .img02 {
    margin-top: max(-50px, -13.3333333333vw);
  }
  .m-top-mv .company-list {
    border-radius: 24px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-inline: -16px;
    padding: 0;
    margin-top: 24px;
    margin-bottom: -139px;
  }
  .m-top-mv .banner-area {
    border-radius: 24px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-inline: -16px;
    padding: 25px 15px 31px;
    margin-top: 38px;
    margin-bottom: -139px;
  }
  .m-top-mv .banner-area .company-list {
    border-radius: 0;
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin-inline: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .m-top-mv .hs-cta-wrapper {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .m-top-mv .c-btn-cta {
    font-size: min(22px, 5.8666666667vw);
    gap: 8px;
    height: auto;
    margin-top: 24px;
    padding: 13px 40px;
  }
  .m-top-mv .c-btn-cta::after {
    width: 40px;
    height: 40px;
  }
  .m-top-mv .btn-pattern2 {
    padding: 4px 12px;
    width: 75%;
    font-size: 18px;
    gap: 8px;
    height: 70px;
    margin-top: 44px;
  }
  .m-top-mv .btn-pattern2 .free {
    font-size: 18px;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
  .m-top-mv .btn-pattern2::after {
    width: 119px;
    height: 103px;
    right: -90px;
    bottom: 10px;
  }
  .m-top-mv .mv-cxlp-cta-block {
    max-width: 360px;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box {
    padding-right: 100px;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-img-area {
    width: 95px;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-txt-area {
    font-size: 13px;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-strong {
    font-size: 15px;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cta_btn {
    left: 10px;
    max-width: 280px;
  }
  .m-top-mv.mv02 .l-inner {
    padding-top: 32px;
  }
  .m-top-mv.mv02 .ttl-wrap {
    margin-bottom: 10px;
  }
  .m-top-mv.mv02 .ttl-wrap .ttl {
    margin-bottom: 8px;
  }
  .m-top-mv.mv02 .ttl-wrap .img03 {
    margin: auto;
  }
  .m-top-mv.mv02 .list li + li {
    margin-top: 16px;
  }
  .m-top-mv.mv02 .list .inn {
    padding-bottom: 8px;
  }
  .m-top-mv.mv02 .c-btn-cta,
  .m-top-mv.mv02 .c-btn-primary {
    margin-top: 4px;
  }
  .m-top-mv.mv-ai .l-inner {
    padding-block: 24px 32px;
    max-width: 600px;
    margin-inline: auto;
    overflow-x: hidden;
  }
  .m-top-mv.mv-ai .ttl .point .point-num {
    font-size: 48px;
  }
  .m-top-mv.mv-ai .ttl .main {
    font-size: 57px;
  }
  .m-top-mv.mv-ai .ttl .main .main-ttl01 {
    font-size: 77px;
  }
  .m-top-mv.mv-ai .sub-ttl {
    font-size: 20px;
  }
  .m-top-mv.mv-ai .l-right {
    margin-top: 24px;
  }
  .m-top-mv.mv-ai .btn-wrap {
    margin-top: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .m-top-mv.mv-ai .c-btn-cta.download,
  .m-top-mv.mv-ai .c-btn-primary.tel {
    padding: 8px 20px;
    width: 100%;
  }
  .m-top-mv.mv-ai .c-btn-cta.download + *,
  .m-top-mv.mv-ai .c-btn-primary.tel + * {
    margin-top: 8px;
  }
  .m-top-mv.old-mv .ttl {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .m-top-mv.old-mv .img {
    margin-top: 15px;
  }
  .m-top-mv.old-mv .company-list {
    padding: 16px;
  }
  .m-top-mv.old-mv .ttl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .m-top-mv.old-mv .sub-ttl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .m-top-mv.old-mv .img {
    max-width: 343px;
    margin-inline: auto;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-top: -100px;
  }
  .m-top-mv.old-mv .c-btn-cta-block202512 {
    margin-top: 8px;
  }
  .m-top-mv.mv-202512 {
    border-radius: 0 0 0 380px;
  }
  .m-top-mv.mv-202512 .l-inner {
    padding-bottom: 0;
  }
  .m-top-mv.mv-202512 .company-list {
    margin-bottom: 0;
  }
  .m-top-mv.mv-202605 {
    border-radius: 0 0 0 160px;
  }
  .m-top-mv.mv-202605 .l-inner {
    padding-bottom: 0;
  }
  .m-top-mv.mv-202605 .ttl {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
  .m-top-mv.mv-202605 .img {
    margin: 32px auto 16px;
    position: relative;
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    width: min(100%, 400px);
  }
  .m-top-mv.mv-202605 .c-btn-cta-block202512 {
    margin-top: 8px;
  }
  .m-top-mv.banner-202602 .banner-area.u-sp {
    margin-bottom: 0;
  }
  .m-top-mv.banner-202602 .banner-area.u-sp .company-list {
    padding: 0;
  }
  .c-btn-cta.btn-pattern3 {
    font-size: 22px;
    padding: 10px min(24px, 1.25vw) 10px min(28px, 1.4583333333vw);
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2px;
    margin-top: 30px;
  }
  .c-btn-cta.btn-pattern3 .present {
    font-size: 14px;
    padding: 3px 0;
    width: 86%;
  }
  .c-btn-cta.btn-pattern3 .free {
    font-size: 18px;
    padding: 10px 0;
    width: clamp(60px, 76px, min(76px, 20.2666666667vw));
  }
  .c-btn-cta.btn-pattern3 .btn-inn {
    margin-top: 4px;
  }
  .m-top-usage .l-inner {
    padding-block: 64px;
  }
  .m-top-usage .c-category-list,
  .m-top-usage .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .m-top-usage .c-category-list > li,
  .m-top-usage .c-category-list > span,
  .m-top-usage .list > li,
  .m-top-usage .list > span {
    gap: 8px;
    padding: 16px 8px;
  }
  .m-top-usage .c-category-list.link-list a,
  .m-top-usage .list.link-list a {
    padding: 16px 8px;
  }
  .m-top-usage .c-category-list.link-list .txt-wrap,
  .m-top-usage .list.link-list .txt-wrap {
    padding-left: 8px;
  }
  .m-top-usage .c-category-list.m-top-usage--top > li > a,
  .m-top-usage .list.m-top-usage--top > li > a {
    gap: 8px;
    padding: 16px 8px;
  }
  .m-top-usage .c-category-list .img,
  .m-top-usage .list .img {
    width: min(80px, 21.3333333333vw);
  }
  .m-top-usage-new-top .c-category-list > li + li {
    margin-top: 16px;
  }
  .m-top-usage-new-top .c-category-list .point {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .m-top-usage-new-top .c-btn-wrap01 {
    margin-bottom: 16px;
  }
  .m-top-detail01 .l-inner {
    padding-bottom: 96px;
  }
  .m-top-detail01 .c-ttl01 .small {
    font-size: 18px;
  }
  .m-top-detail01 .txt {
    margin-block: 0 24px;
    font-size: 16px;
  }
  .m-top-detail01 .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .m-top-detail02 {
    border-radius: 0 160px 0 0;
  }
  .m-top-detail02 .l-inner {
    padding-block: 64px;
  }
  .m-top-detail02 .block-ttl {
    margin-bottom: 24px;
  }
  .m-top-detail02 .block-ttl .ico {
    font-size: min(18px, 4.8vw);
    width: min(72px, 19.2vw);
    height: min(72px, 19.2vw);
  }
  .m-top-detail02 .block-ttl .main {
    font-size: min(24px, 6.4vw);
  }
  .m-top-detail02 .block-ttl .sub {
    display: none;
  }
  .m-top-detail02 .list {
    gap: 8px;
  }
  .m-top-detail02 .list li {
    font-size: min(16px, 4.2666666667vw);
  }
  .m-top-detail02 .list li::before {
    margin: 0 8px 0 0;
    width: min(24px, 6.4vw);
    height: min(24px, 6.4vw);
  }
  .m-top-detail02 .list li b {
    font-size: min(18px, 4.8vw);
  }
  .m-top-detail02 .block01 {
    margin-bottom: 48px;
  }
  .m-top-detail02 .block01 .img {
    margin-top: 8px;
  }
  .m-top-detail02 .block02 .block-ttl .ico {
    font-size: min(15px, 4vw);
  }
  .m-top-detail02 .block02 .img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .m-top-detail02 .block02 .img-list li {
    border: 1px solid var(--line-blue);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  .m-top-detail02 .block02 .img-list .img-ttl {
    background: var(--primary-main);
    color: var(--text-white);
    font-size: min(24px, 6.4vw);
    font-weight: bold;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .m-top-detail02 .block02 .img-list .img img {
    width: 100%;
  }
  .m-top-detail03 .l-inner {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 600px;
    margin-inline: auto;
  }
  .m-top-detail03 .section-ttl-area {
    grid-template-areas: "ttl" "btn" "img";
    row-gap: 16px;
    margin-bottom: 24px;
  }
  .m-top-detail03 .section-ttl-area .btn-area {
    gap: 12px;
    grid-template-columns: 100%;
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta {
    font-size: clamp(18px, 5.8666666667vw, 22px);
    line-height: 1;
    padding-block: 15px;
    padding-inline: clamp(24px, 8.5333333333vw, 32px) clamp(16px, 6.4vw, 24px);
    gap: 8px;
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .pre {
    font-size: clamp(40px, 12.8vw, 48px);
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .btn-inn .small {
    font-size: clamp(16px, 4.8vw, 18px);
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta .btn-inn .sub-txt {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .m-top-detail03 .section-ttl-area .img-area {
    max-width: 160px;
    margin-inline: auto;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap {
    padding: 32px 20px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl-area .sub-txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl .main {
    font-size: clamp(20px, 6.1538461538vw, 24px);
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list {
    gap: 4px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list > li {
    font-size: 14px;
    padding: 2px 8px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .deco-txt {
    display: none;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, auto);
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .compare-content {
    max-width: none;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .compare-each .desc-list li {
    font-size: 16px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .arrow-area {
    rotate: 90deg;
    margin-inline: auto;
    width: 16px;
    height: 60px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-top-area {
    grid-template-columns: 100%;
    grid-template-areas: "ttl" "txt";
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl .case-ttl-main {
    font-size: clamp(24px, 7.4666666667vw, 28px);
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-ttl .case-ttl-main .ib-sp {
    display: inline-block;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-logo-area {
    display: none;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .case-area .case-list-area {
    padding: 16px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area .c-btn-cta {
    font-size: clamp(16px, 5.8666666667vw, 22px);
    gap: 8px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area .c-btn-cta:not(.sp-fs-22) {
    font-size: clamp(16px, 5.3333333333vw, 20px);
  }
  .m-top-detail03 .c-btn-cta-block202512 {
    margin-top: 24px;
  }
  .m-top-detail03 .c-btn-cta-block202512 .btn-lead-txt img {
    max-height: 20px;
  }
  .m-top-ai .btn-wrap .c-btn-primary {
    width: 100%;
    margin-top: 8px;
  }
  .m-top-movie .ttl-txt {
    font-size: 22px;
  }
  .m-top-movie .movie {
    margin-bottom: 24px;
  }
  .m-top-feature {
    border-radius: 0 160px 0 0;
  }
  .m-top-feature .lead {
    font-size: 16px;
  }
  .m-top-feature .list li {
    width: 100%;
  }
  .m-top-about {
    padding: 60px 0;
  }
  .m-top-about .txt {
    font-size: 16px;
  }
  .m-spec-detail .tab-head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 24px;
  }
  .m-spec-detail .tab-head li {
    background: var(--bg-white);
    border: 1px solid var(--button-white-line);
    border-radius: 100px;
    cursor: pointer;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: min(16px, 4.2666666667vw);
    font-weight: bold;
    text-align: center;
    height: 44px;
  }
  .m-spec-detail .tab-head li.is-active {
    background: var(--primary-main);
    border-color: var(--primary-main);
    color: var(--text-white);
  }
  .m-spec-detail .tab-body .tab-btn-prev,
  .m-spec-detail .tab-body .tab-btn-next {
    display: none;
  }
  .m-spec-detail .tab-body .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .m-spec-detail .tab-body .detail {
    width: 100%;
  }
  .m-spec-detail .tab-body .detail .head {
    height: 40px;
    margin-bottom: 16px;
  }
  .m-spec-detail .tab-body .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .m-spec-detail .tab-body .item-list > li {
    gap: 16px;
  }
  .m-spec-detail .tab-body .item-list .item-img,
  .m-spec-detail .tab-body .item-list .item-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-spec-detail .tab-body .item-list .item-name {
    font-size: min(18px, 4.8vw);
  }
  .m-spec-detail .c-btn-cta-block202512 {
    margin-top: 20px;
  }
  .m-case-section .category-ttl {
    font-size: 24px;
  }
  .m-case-section.type-renew .column-wrap .img {
    margin-top: 24px;
  }
  .m-case-section.type-renew .txt-area .meta {
    font-size: 14px;
  }
  .m-case-section.type-renew .txt-area .meta .txt + .txt::before {
    height: 14px;
    top: 1px;
  }
  .m-case-section.type-renew .compare-block .head {
    padding: 10px;
  }
  .m-case-section.type-renew .compare-block .head .head-txt {
    font-size: 20px;
  }
  .m-case-section.type-renew .compare-block .list {
    padding: 16px;
  }
  .m-case-section.type-renew .movie-area {
    margin-bottom: 24px;
  }
  .m-case-section.type-renew .movie-area .ttl {
    font-size: 20px;
  }
  .c-case-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid,
  .c-case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .c-case-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .c-case-list + .c-case-list {
    margin-top: 16px;
  }
  .c-function-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .c-function-list .head {
    font-size: 16px;
    line-height: 1.3;
    gap: 8px;
    padding: 8px 12px;
  }
  .c-function-list .wrap {
    padding: 16px 8px 16px calc(min(100px, 26.6666666667vw) + 16px);
    position: relative;
    min-height: min(80px, 21.3333333333vw);
  }
  .c-function-list .img {
    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;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: min(100px, 26.6666666667vw);
  }
  .c-function-list .ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .m-prodline-section .point-list li {
    font-size: min(16px, 4.2666666667vw);
  }
  .m-prodline-section .point-list li::before {
    margin: 0 8px 0 0;
    width: min(24px, 6.4vw);
    height: min(24px, 6.4vw);
  }
  .m-prodline-section .point-list li b {
    font-size: min(18px, 4.8vw);
  }
  .m-prodline-section .detail-ttl {
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .m-prodline-section .detail-txt {
    margin-top: 8px;
  }
  .m-prodline-section .btn {
    margin-top: 16px;
  }
  .whitepaper-article-kv .l-inner {
    padding-bottom: 0;
  }
  .whitepaper-article-kv .ttl {
    margin-bottom: 0px;
  }
  .whitepaper-article-kv .inn {
    margin-bottom: 8px;
  }
  .whitepaper-article-kv .inn .btn {
    margin-top: -30px;
  }
  .whitepaper-article-kv .inn .btn .c-btn-cta {
    width: calc(100% - 32px);
  }
  .whitepaper-article-kv .img {
    margin: 0 -10px;
    text-align: center;
  }
  .whitepaper-article-kv .txt-box {
    padding: 16px 20px 41px;
    margin-top: 0;
  }
  .whitepaper-article-kv .txt-box .detail-txt {
    font-size: 10px;
    line-height: 1.5;
  }
  .m-whitepaper-article-section.last {
    padding-bottom: 64px;
  }
  .m-whitepaper-article-section .c-ttl01 {
    margin-bottom: 16px;
    text-align: left;
  }
  .c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 16px;
  }
  .c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid {
    gap: 16px;
  }
  .c-whitepaper-article-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span {
    width: 100%;
  }
  .m-news-archive-cat-block .main-ttl {
    font-size: 32px;
  }
  .m-news-archive-cat-block .main-ttl .category-name {
    font-size: 16px;
    padding-left: 16px;
  }
  .m-news-archive-cat-block .c-cat-btn-list {
    gap: 16px;
  }
  .m-news-archive-cat-block .c-cat-btn-list > li {
    width: calc((100% - 16px) / 2);
  }
  .m-news-archive-cat-block .c-cat-btn-list a {
    font-size: 16px;
  }
  .m-news-archive-section .c-news-archive-list + .c-news-archive-list {
    margin-top: 16px;
  }
  .m-news-archive-section .c-news-archive-list > li:not(:last-child) > a {
    margin-bottom: 16px;
  }
  .m-news-archive-section .c-news-archive-list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .m-news-archive-section .c-news-archive-list .img-area {
    width: 100%;
    padding-top: 60%;
  }
  .m-news-archive-section .c-news-archive-list .r-area {
    margin-top: 0;
  }
  .m-news-archive-section .c-news-archive-list .cat-list {
    padding-left: 8px;
  }
  .m-news-archive-section .c-news-archive-list .ttl {
    margin-bottom: 16px;
  }
  .m-seminer-list-section .c-ttl01 {
    margin-bottom: 16px;
  }
  .m-seminer-list-section:last-of-type {
    padding-bottom: 64px;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid,
  .c-seminer-list > .hs_cos_wrapper {
    row-gap: 16px;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn,
  .c-seminer-list > .hs_cos_wrapper > .widget-span,
  .c-seminer-list > .hs_cos_wrapper > .inn {
    width: 100%;
  }
  .future_dx-article-kv {
    background-position: 70% bottom;
  }
  .future_dx-article-kv .ttl,
  .future_dx-article-kv .txt {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--line-darkblue, --bg-darkblue);
  }
  .m-future_dx-article-section.last {
    padding-bottom: 64px;
  }
  .m-future_dx-article-section .c-ttl01 {
    margin-bottom: 16px;
  }
  .m-future_dx-article-section .c-case-list .img {
    padding-top: 56%;
  }
  .c-footer.thanks-footer {
    margin-top: -230px;
  }
  .m-thanks-top-section:last-child,
  .m-thanks-bottom-section:last-child {
    padding-bottom: 294px;
  }
  .m-thanks-top-section .main-ttl,
  .m-thanks-bottom-section .main-ttl {
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .m-thanks-top-section .cont-ttl,
  .m-thanks-bottom-section .cont-ttl {
    font-size: 28px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .m-thanks-top-section .cont-wrap,
  .m-thanks-bottom-section .cont-wrap {
    margin-bottom: 16px;
  }
  .m-thanks-top-section .slash,
  .m-thanks-bottom-section .slash {
    margin-left: 28px;
    font-size: 14px;
    padding-inline: 15px;
  }
  .m-thanks-top-section .c-btn-cta,
  .m-thanks-bottom-section .c-btn-cta {
    padding-inline: 16px 90px;
    gap: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 19px;
    letter-spacing: 0;
  }
  .m-thanks-top-section .c-btn-cta .sub,
  .m-thanks-bottom-section .c-btn-cta .sub {
    font-size: 10px;
  }
  .m-thanks-top-section .c-btn-cta .person,
  .m-thanks-bottom-section .c-btn-cta .person {
    width: 82px;
  }
  .m-top-seminar-dx-section .c-ttl01 {
    margin-bottom: 16px;
  }
  .m-top-seminar-dx-section .column-wrap .inn + .inn {
    margin-top: 64px;
  }
  .m-top-seminar-dx-section .column-wrap .card-area {
    padding-block: 24px;
  }
  .m-top-seminar-dx-section .column-wrap .card-area {
    margin-bottom: 24px;
  }
  .m-top-seminar-dx-section .column-wrap .card-area .img-area {
    margin: 0 -16px;
  }
  .m-top-seminar-dx-section .column-wrap .card-area .img-area + .txt-area {
    margin-top: 16px;
  }
  .m-top-price-section .plan-area {
    max-width: 500px;
    margin-inline: auto;
  }
  .m-top-price-section .plan-area .plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .m-top-price-section .plan-area .plan .each {
    width: 100%;
  }
  .c-top-banner {
    width: 100%;
    max-width: inherit;
    padding: 0 18px;
  }
  .c-top-banner.top-banner-20260701 {
    margin-top: 50px;
  }
  .m-top-mv + .c-top-banner {
    padding-top: 178px;
  }
  .c-link-banner {
    gap: 16px;
  }
  .c-link-banner > * {
    width: calc((100% - 16px) / 2);
  }
  .c-link-banner .img-txt {
    font-size: 2.6666666667vw;
    top: 4vw;
  }
  .c-link-banner-each .link-banner-btn-box {
    padding: 18px 12px;
  }
  .c-link-banner-each .link-banner-btn {
    padding: 4px 12px;
    height: auto;
    min-height: auto;
    width: 100%;
  }
  .c-link-banner-each .link-banner-btn.ico-mail:after {
    -webkit-mask-size: 20px;
            mask-size: 20px;
  }
  .c-link-banner-each .link-banner-btn .btn-inn {
    font-size: min(11px, 2.9333333333vw);
  }
  .m-product-article .c-kv .img-wrap {
    margin-top: 24px;
  }
  .c-header.listing .main {
    padding-inline: 16px 16px;
  }
  .c-header.listing .btn a:first-child {
    display: block;
  }
  .listing .m-top-mv .l-inner {
    padding-top: 24px;
  }
  .listing .m-top-mv .main {
    margin-top: 9px;
    margin-bottom: 26px;
  }
  .listing .m-top-mv .document-present {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 33px -16px 0;
    border-radius: 0;
    padding: 18px 20px 37px;
    width: 100vw;
    max-width: none;
  }
  .listing .m-top-mv .document-present .l-grid {
    grid-template-columns: 1fr min(153px, 40.8vw);
  }
  .listing .m-top-mv .document-present .document {
    top: -29px;
    right: -3px;
    width: min(160px, 42.6666666667vw);
  }
  .listing .m-top-mv .document-present .txt {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-align: left;
  }
  .listing .m-top-mv .document-present .txt-bold {
    text-align: left;
  }
  .listing .m-top-mv .document-present .c-btn-cta {
    top: initial;
    bottom: max(-38px, -10.1333333333vw);
    width: 92%;
    padding: 10px min(40px, 10.6666666667vw);
  }
  .listing .m-top-mv .img-area {
    width: min(612px, 81.6vw);
    position: relative;
    top: 0;
    right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .listing .m-top-mv .img-area .desktop {
    width: 100%;
  }
  .listing .m-top-mv .video-wrap {
    width: min(480px, 64vw);
    height: min(300px, 40vw);
    top: min(24px, 3.2vw);
    left: min(66px, 8.8vw);
    right: initial;
  }
  .listing .m-top-mv .parts {
    width: clamp(140px, 250px, min(314px, 41.8666666667vw));
    bottom: 0px;
    right: -36px;
  }
  .listing .m-top-mv .company-list {
    margin-top: 64px;
  }
  .listing .m-top-detail01.renewal_202512 {
    margin-top: 50px;
  }
  .listing .listing-lead-block {
    padding-top: 202px;
  }
  .listing .listing-lead-block .ttl {
    font-size: 22px;
    line-height: 1.75;
  }
  .listing .listing-lead-block .ttl .txt-blue {
    font-size: 28px;
    line-height: 1.5;
    color: #333;
  }
  .listing .listing-lead-block .ttl .txt-sp-blue {
    color: var(--primary-main);
  }
  .listing .listing-lead-block .desc {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 24px;
  }
  .listing .listing-lead-block .c-btn-wrap01 {
    margin-top: 24px;
  }
  .listing .listing-lead-block .c-btn-cta {
    font-size: 22px;
    padding: 13px min(30px, 8vw);
  }
  .listing .listing-reason-block {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .listing .listing-reason-block .ttl {
    font-size: 20px;
    line-height: 1.75;
  }
  .listing .listing-reason-block .ttl .large {
    font-size: 28px;
    line-height: 1.5;
  }
  .listing .listing-reason-block .point-list {
    margin-top: 64px;
    gap: 63px;
  }
  .listing .listing-reason-block .point-list > li {
    width: 100%;
    padding: 64px 16px 16px;
  }
  .listing .listing-reason-block .point-list .list-ttl {
    font-size: 24px;
  }
  .listing .listing-reason-block .point-list .list-txt {
    margin-top: 20px;
  }
  .listing .listing-reason-block .sub-ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 40px;
  }
  .listing .listing-reason-block .desc {
    margin-top: 4px;
  }
  .listing .listing-reason-block .compare-table-wrap {
    overflow: auto;
  }
  .listing .listing-reason-block .compare-table {
    margin-top: 42px;
    padding-bottom: 10px;
  }
  .listing .listing-reason-block .compare-table .line {
    gap: 16px;
  }
  .listing .listing-reason-block .compare-table .line .cell-lv1 {
    background: none;
    color: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-top: 0;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .listing .listing-reason-block .compare-table .line .cell-no1 {
    width: 50%;
    border: none;
    max-height: 101px;
  }
  .listing .listing-reason-block .compare-table .line .cell {
    width: 50%;
    max-height: 101px;
  }
  .listing .listing-reason-block .compare-table .line .icon {
    width: 40px;
    height: 40px;
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell-no1 img {
    margin-top: -19px;
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell-no1::before {
    height: 18px;
    width: 100%;
    left: 0;
    top: -17px;
    border-radius: 8px 8px 0 0;
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell {
    padding: 0px 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell .txt {
    margin-left: 17px;
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell::after {
    content: "";
    border-right: 2px solid #333;
    border-top: 2px solid #333;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 4px;
    margin: auto;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .listing .listing-reason-block .compare-table .line:nth-child(1) .cell:last-child {
    border-radius: 8px 8px 0 0;
  }
  .listing .listing-reason-block .compare-table .line:not(:first-child) .cell-no1 {
    padding: 30px 0;
  }
  .listing .listing-reason-block .compare-table .line:last-child .cell-no1 {
    border-radius: 0 0 12px 12px;
  }
  .listing .listing-reason-block .compare-table .line:last-child .cell-no1::after {
    display: none;
  }
  .listing .listing-reason-block .compare-table .line:last-child .cell {
    border-radius: 0 0 12px 12px;
  }
  .listing .listing-reason-block .compare-table .line:last-child .cell:last-child {
    border-radius: 0 0 12px 12px;
  }
  .listing .listing-reason-block .compare-table .line.box-line .cell-no1 {
    background: var(--bg-lightblue);
  }
  .listing .listing-reason-block .compare-table .line.box-line .cell {
    background: var(--bg-lightblue);
  }
  .listing .listing-reason-block .c-btn-wrap01 {
    margin-top: 15px;
  }
  .listing .listing-reason-block .c-btn-cta {
    font-size: 22px;
    padding: 13px min(30px, 8vw);
  }
  .listing .m-top-usage .l-inner {
    padding-top: 70px;
  }
  .listing .m-spec-detail .l-inner {
    padding-bottom: 40px;
  }
  .listing .m-spec-detail .c-ttl01 .small {
    font-size: 20px;
    line-height: 1.75;
  }
  .listing .listing-cta-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .listing .listing-cta-block .img01 {
    display: none;
  }
  .listing .listing-cta-block .ttl {
    font-size: 28px;
    line-height: 1.5;
  }
  .listing .listing-cta-block .c-btn-wrap01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    margin-right: 0;
  }
  .listing .listing-cta-block .c-btn-cta .btn-inn {
    margin-left: 24px;
  }
  .listing .listing-cta-block .c-btn-cta {
    font-size: 22px;
    padding: 12px min(17px, 4.5333333333vw);
  }
  .listing .listing-cta-block .c-btn-blue .btn-inn {
    margin-left: 16px;
  }
  .listing .listing-cta-block .c-btn-blue {
    padding: 13px min(17px, 4.5333333333vw);
    line-height: 1.5;
    width: 100%;
  }
  .listing .listing-cta-block .img02 {
    display: none;
  }
  .listing .m-case-section .l-inner {
    padding: 64px 16px;
  }
  .listing .m-case-section .c-ttl01 {
    margin-bottom: 16px;
  }
  .listing .m-case-section .c-case-list > li {
    width: 100%;
  }
  .listing .m-faq-section .l-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .listing .m-faq-section .c-ttl01 {
    margin-bottom: 16px;
  }
  .c-logo-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px 12px;
    padding: 10px 24px 21px;
    width: calc(100% + 32px);
    margin-left: -16px;
    border-radius: 20px;
    margin-bottom: -80px;
  }
  .c-logo-list li {
    width: calc(50% - 6px);
  }
  .c-logo-list li:first-child {
    width: 100%;
  }
  .c-logo-list .logo {
    max-width: 40.2666666667vw;
    margin: auto;
    height: 69px;
  }
  .c-logo-list .logo img {
    width: 100%;
    height: 100%;
  }
  .c-logo-list .name {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.2;
  }
  .c-logo-list.machinery li:nth-child(1) .logo {
    max-width: 294px;
    width: 53.3333333333vw;
    height: clamp(2.813rem, 1.378rem + 6.122vw, 4.313rem);
  }
  .c-logo-list.automotive {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-logo-list.automotive li:nth-child(1) .name {
    margin-top: 0;
  }
  .c-logo-list.automotive li:nth-child(3) .logo {
    height: 52px;
  }
  .c-logo-list.automotive li:nth-child(3) .name {
    margin-top: 16px;
  }
  .m-anchor-section .l-inner {
    padding-top: 110px;
  }
  .m-anchor-section .c-anchor-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 64px;
  }
  .m-anchor-section .c-anchor-list li {
    width: 100%;
  }
  .m-anchor-section .c-anchor-list .ttl {
    font-size: 24px;
    line-height: 150%;
    min-height: inherit;
    margin-bottom: 8px;
  }
  .m-anchor-section .c-anchor-list .txt {
    margin-top: 12px;
  }
  .m-specification-section .l-inner {
    padding-bottom: 24px;
  }
  .m-specification-section .specification-item {
    padding: 40px 0;
    gap: 16px;
  }
  .m-specification-section .specification-item#link01 {
    padding-top: 40px;
  }
  .m-specification-section .specification-item .right-box {
    padding: 16px 24px;
  }
  .m-specification-section .specification-item .right-box img {
    width: 72vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .m-specification-section .specification-item .ttl-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .m-specification-section .specification-item .label-txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
    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;
  }
  .m-specification-section .specification-item .label-txt::after {
    top: 0;
    left: auto;
    right: -12px;
    height: 100%;
    width: 4px;
  }
  .m-specification-section .specification-item .sub-ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .m-specification-section .specification-item .ttl {
    font-size: 24px;
    line-height: 150%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .m-specification-section .specification-item .check-list {
    padding: 24px 29px;
    margin-top: 16px;
  }
  .m-specification-section .specification-item .check-list li::before {
    width: 24px;
    height: 24px;
  }
  .m-specification-section .specification-item .check-list li {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 32px;
  }
  .m-specification-section .specification-item .check-list li .bold {
    font-size: 18px;
  }
  .m-specification-section .specification-item .int {
    margin-top: 4px;
  }
  .m-cta-section::before {
    display: none;
  }
  .m-cta-section::after {
    display: none;
  }
  .m-cta-section .l-inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .m-cta-section .c-ttl01 {
    font-size: min(26px, 6.9333333333vw);
  }
  .m-cta-section .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ai_lp-btn01 {
    font-size: 15px;
  }
  .ai_lp-btn01 .btn-inn {
    padding: 8px 16px;
  }
  .ai_lp-ttl02 {
    font-size: 36px;
  }
  .ai_lp-ttl02 .bg-txt {
    height: auto;
  }
  .c-header.ai_lp {
    top: 16px;
  }
  .c-header.ai_lp .l-inner {
    padding-inline: 0;
  }
  .c-header.ai_lp .main {
    padding-inline: 16px;
    padding-block: 8px;
  }
  .ai_lp .section-container .l-inner {
    padding-block: 104px;
  }
  .ai_lp .mv-section {
    padding-top: 96px;
  }
  .ai_lp .mv-section > .l-inner {
    padding-block: 24px 36px;
    padding-inline: 16px;
  }
  .ai_lp .mv-section .mv-contents-area {
    grid-template-columns: 1fr;
    grid-template-areas: "ttl" "txt" "img" "btn";
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .mv-section .mv-contents-area .ttl {
    text-align: center;
    margin-left: -16px;
  }
  .ai_lp .mv-section .mv-contents-area .sub-txt {
    max-width: 600px;
    margin-inline: auto;
    font-size: 32px;
    padding-block: 16px;
  }
  .ai_lp .mv-section .mv-contents-area .btn-wrap {
    height: 56px;
    margin-top: 24px;
    margin-inline: auto;
    width: 100%;
  }
  .ai_lp .mv-section .mv-contents-area .btn-wrap .ai_lp-btn01 {
    font-size: 18px;
  }
  .ai_lp .mv-section .mv-contents-area .img-area {
    text-align: center;
  }
  .ai_lp .mv-section .text-slider-area {
    height: 70px;
  }
  .ai_lp .mv-section .text-slider-area .text-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  @-webkit-keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  @keyframes infinity-scroll-left {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
  }
  .ai_lp .step-section > .l-inner {
    padding-bottom: 80px;
  }
  .ai_lp .step-section .ai_lp-ttl01 {
    font-size: 36px;
  }
  .ai_lp .step-section .ai_lp-ttl01 .small {
    font-size: 22px;
  }
  .ai_lp .step-section .top-txt.top-txt {
    margin-top: 1.5em;
  }
  .ai_lp .step-section .step-list {
    margin-top: 40px;
  }
  .ai_lp .step-section .step-list li + li {
    margin-top: 40px;
  }
  .ai_lp .step-section .step-list li .contents-wrap {
    padding: 24px;
    padding-inline: 16px;
  }
  .ai_lp .step-section .step-list li .contents-wrap .txt-area {
    margin-bottom: 24px;
  }
  .ai_lp .step-section .step-list li .contents-wrap .step-label {
    max-width: 140px;
  }
  .ai_lp .step-section .step-list li .contents-wrap .step-label .inn-txt {
    gap: 2px;
    padding: 4px 24px;
  }
  .ai_lp .step-section .step-list li .contents-wrap .ttl {
    font-size: 36px;
  }
  .ai_lp .step-section .step-list li .contents-wrap .img-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .function-section .ai_lp-ttl02 {
    padding-inline: 16px;
  }
  .ai_lp .function-section .top-txt {
    font-size: 16px;
  }
  .ai_lp .function-section .top-txt.top-txt {
    margin-top: 1.5em;
  }
  .ai_lp .function-section .function-list {
    margin-top: 40px;
  }
  .ai_lp .function-section .function-list > li + li {
    margin-top: 40px;
  }
  .ai_lp .function-section .function-list > li .contents-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ai_lp .function-section .function-list > li .contents-wrap .ttl {
    font-size: 36px;
  }
  .ai_lp .function-section .function-list > li .contents-wrap .desc {
    font-size: 16px;
  }
  .ai_lp .function-section .function-list > li .contents-wrap .img-area img {
    width: 100%;
  }
  .ai_lp .cta-section .l-inner {
    padding-block: 32px 64px;
  }
  .ai_lp .cta-section .contents-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ai_lp .cta-section .ttl {
    font-size: 36px;
  }
  .ai_lp .cta-section .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 {
    font-size: 16px;
    width: 100%;
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 .btn-inn {
    padding: 16px 24px;
  }
  .ai_lp .cta-section .btn-wrap .c-btn-cta {
    padding-inline: 24px;
  }
  .ai_lp .cta-section .img-area {
    max-width: 280px;
  }
  .ai_lp .info-section {
    padding-top: 104px;
  }
  .ai_lp .info-section .ai_lp-ttl02 {
    padding-inline: 16px;
  }
  .ai_lp .info-section .info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .ai_lp .info-section .info-list > li {
    border-radius: 20px;
  }
  .ai_lp .info-section .info-list > li .contents-wrap {
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .info-section .info-list > li .contents-wrap .txt-area {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .info-section .info-list > li .contents-wrap .img-area {
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .info-section .info-list > li:nth-child(2) .img-area {
    padding-top: 16px;
  }
  .ai_lp .info-section .info-list > li:nth-child(2) .img-area img {
    max-height: 168px;
  }
  .ai_lp .request-section .form-area .form-container {
    padding: 48px 16px;
  }
}
@media only screen and (min-width: 768px) {
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .u-sp {
    display: none !important;
  }
  .c-link:hover {
    text-decoration: none;
  }
  .c-btn-cta:hover,
  .btn-cta:hover {
    background-position: right center;
    border-color: var(--secondary-main);
    color: var(--secondary-main);
  }
  .c-btn-cta.c-blue:hover,
  .btn-cta.c-blue:hover {
    background: var(--primary-main);
    color: var(--bg-white);
    border-color: var(--bg-white);
  }
  .c-btn-cta.c-blue02:hover,
  .btn-cta.c-blue02:hover {
    background: var(--bg-white);
    color: var(--primary-main);
    border-color: var(--primary-main);
  }
  .c-btn-cta.download,
  .c-btn-primary.tel {
    min-width: 250px;
  }
  .c-btn-primary:hover {
    background: var(--bg-white);
    color: var(--primary-main);
  }
  a:hover .c-btn-primary,
  .c-btn-primary:hover {
    background: var(--bg-white);
    color: var(--primary-main);
  }
  .c-btn-secondary:hover {
    background: var(--primary-main);
    border-color: var(--primary-main);
    color: var(--text-white);
  }
  a:hover .c-btn-primary,
  .c-btn-primary:hover {
    background: var(--bg-white);
    color: var(--primary-main);
  }
  .c-header .guide-list a:hover {
    text-decoration: underline;
  }
  .c-header .nav-list > li:hover .head,
  .c-header .nav-list > li:hover .child-head {
    border-color: var(--primary-main);
    color: var(--primary-main);
  }
  .c-header .nav-list > li:hover .child-head::after {
    rotate: 180deg;
  }
  .c-header .nav-list .child-nav a:hover {
    text-decoration: underline;
    background-color: #F2F9FF;
  }
  .c-header .nav-list > li:hover .child-nav,
  .c-header .nav-list .child-nav:hover {
    opacity: 1;
    pointer-events: auto;
  }
  .c-footer .block .nav-list a:hover {
    color: var(--primary-main);
  }
  .c-footer .block .nav-list a::before {
    content: "";
    background: currentColor;
    -webkit-mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
            mask: url(/hubfs/modules/common/arrow-right.svg) no-repeat center/contain;
    width: 24px;
    height: 24px;
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .block .nav-list .head ~ a {
    padding-left: 32px;
  }
  .c-footer .block .guide-list li {
    width: 256px;
  }
  .c-footer .block .guide-list a:hover {
    color: var(--primary-main);
  }
  .c-footer .bottom-box .company {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer .bottom-box .link-list li + li {
    border-left: 1px solid var(--line-blue);
    margin-left: 16px;
    padding-left: 16px;
  }
  .c-footer .bottom-box .link-list a:hover {
    color: var(--primary-main);
  }
  .c-footer .bottom-box .copyright {
    position: absolute;
    right: 40px;
    bottom: 46px;
  }
  .c-footer.form-footer .top-box .l-inner {
    padding-top: 104px;
  }
  .c-kv .c-btn-cta-block202512 {
    margin-left: 0;
  }
  .c-page-nav .list {
    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;
  }
  .c-page-nav .list li {
    border-right: var(--line-blue) 1px solid;
  }
  .c-page-nav .list li:first-child {
    border-left: var(--line-blue) 1px solid;
  }
  .c-page-nav .list a:hover {
    color: var(--primary-main);
  }
  .c-breadcrumb .list a:hover {
    text-decoration: none;
  }
  .c-cta-box .c-btn-cta.btn-pattern3 {
    margin-top: 30px;
    width: auto;
  }
  .c-pagination {
    margin-left: 64px;
    margin-right: 64px;
  }
  .c-pagination.pagination_sp {
    display: none !important;
  }
  .c-article-summary-link .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-article-summary-link .article-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .c-article-recommendation-link .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-article-recommendation-link .article-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .c-article-writer .article-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .c-article-writer .c-btn-primary:hover {
    background: var(--bg-white);
    color: var(--primary-main);
  }
  .c-recommended-download-list .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-recommended-articles .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-popular-articles .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-webinar-articles .article-link:hover {
    background: var(--bg-lightblue02);
  }
  .c-attention-case-wrap .case-btn-list li:hover {
    background: var(--primary-main);
    border-color: var(--primary-main);
    color: var(--text-white);
  }
  .c-attention-case-wrap .attention-case-slider {
    margin: 0 -16px;
  }
  .c-attention-case-wrap .slide {
    padding: 24px;
  }
  .c-attention-case-wrap .slide .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-attention-case-wrap .slide .img {
    width: 256px;
  }
  .c-attention-case-wrap .slide .txt-area {
    width: calc(100% - 256px);
    padding-left: 16px;
  }
  .c-attention-case-wrap .c-btn-wrap01 {
    margin-top: 29px;
  }
  #request .form__main.form__top {
    margin-top: 0;
  }
  #request .form__left h1.small-ttl {
    font-size: 24px;
  }
  #request .form__left .form__left__list.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  #request .form__left .form__left__list.column .inn {
    width: calc((100% - 20px) / 2);
  }
  #request .form__left .form__left__list.column li {
    font-size: 14px;
  }
  .m-top-mv .img {
    position: absolute;
    top: 16px;
    right: 49px;
    width: min(696px, 48.3333333333vw);
    right: -11px;
  }
  .m-top-mv .c-btn-cta:not(.btn-pattern2, .btn-pattern3) {
    max-width: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-top-mv .mv-cxlp-cta-block .cxlp-cta-box .cxlp-txt-area {
    text-align: center;
  }
  .m-top-mv.mv02 .ttl-wrap .sub-ttl {
    font-size: 24px;
  }
  .m-top-mv.mv02 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-top-mv.mv02 .list li {
    width: calc((100% - 64px) / 3);
  }
  .m-top-mv.mv02 .list li + li {
    margin-left: 32px;
  }
  .m-top-mv.mv-ai .l-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding-inline: 20px;
    padding-block: 16px 0;
  }
  .m-top-mv.mv-ai .l-inner .l-left,
  .m-top-mv.mv-ai .l-inner .l-right {
    width: 50%;
  }
  .m-top-mv.mv-ai .l-left {
    padding-block: 30px;
  }
  .m-top-mv.mv-ai .l-right .img-ai {
    margin-left: -21px;
    margin-right: -21px;
  }
  .m-top-mv.mv-ai .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .m-top-mv.mv-ai .c-btn-cta.download {
    padding: 8px 30px;
  }
  .m-top-mv.mv-ai .c-btn-cta.download .btn-inn .small {
    font-size: 12px;
  }
  .m-top-mv.mv-ai .c-btn-cta.download .btn-inn .main {
    font-size: 18px;
  }
  .m-top-mv.mv-ai .c-btn-cta.has-document-img {
    padding: 8px 30px;
  }
  .m-top-mv.mv-ai .c-btn-cta.has-document-img .btn-inn .small {
    font-size: 14px;
  }
  .m-top-mv.mv-ai .c-btn-cta.has-document-img .btn-inn .main {
    font-size: 21px;
  }
  .m-top-mv.old-mv .l-inner {
    padding-top: 50px;
    padding-bottom: 135px;
  }
  .m-top-mv.old-mv .ttl .main {
    font-size: clamp(36px, 4.75vw, 57px);
  }
  .m-top-mv.old-mv .sub-ttl {
    font-size: clamp(16px, 2vw, 24px);
  }
  .m-top-mv.old-mv .img {
    top: 60px;
    right: min(2.0833333333vw, 30px);
    width: clamp(450px, 45.8333333333vw, 622px);
  }
  .m-top-mv.old-mv .c-btn-cta-block202512 {
    margin-inline: 0;
  }
  .m-top-mv.mv-202605 .l-inner {
    padding-block: 92px 174px;
  }
  .m-top-mv.mv-202605 .ttl .main {
    font-size: clamp(36px, 4.75vw, 57px);
  }
  .m-top-mv.mv-202605 .img {
    top: 38px;
    right: 40px;
  }
  .m-top-mv.mv-202605 .c-btn-cta-block202512 {
    margin-inline: 0;
  }
  .m-top-mv.banner-202602 {
    background: var(--bg-white);
    border-radius: 0 0 0 0;
  }
  .m-top-mv.banner-202602 .bg-area {
    background: var(--bg-lightblue);
    border-radius: 0 0 0 255px;
  }
  .m-top-mv.banner-202602 .pc-banner-area {
    margin-inline: auto;
    max-width: 1200px;
    padding-inline: clamp(20px, 2.7777777778vw, 40px);
  }
  .m-top-mv.banner-202602 .banner-area {
    margin-bottom: 0;
    margin-top: -72px;
    padding-inline: clamp(16px, 2.2222222222vw, 32px);
  }
  .m-top-mv.banner-202602 .banner-area .name {
    font-size: clamp(16px, 1.25vw, 18px);
  }
  .m-top-mv.banner-202602 .banner-area .logo img {
    width: 100%;
  }
  .c-btn-cta.btn-pattern3 {
    width: 100%;
    max-width: 450px;
  }
  .m-top-usage--case .c-ttl01 {
    margin-bottom: 24px;
  }
  .m-top-usage .c-category-list > li,
  .m-top-usage .c-category-list > span,
  .m-top-usage .list > li,
  .m-top-usage .list > span {
    width: calc((100% - 64px) / 3);
  }
  .m-top-usage .c-category-list.link-list a:hover,
  .m-top-usage .list.link-list a:hover {
    background: var(--bg-lightblue02);
  }
  .m-top-usage .c-category-list.m-top-usage--top > li,
  .m-top-usage .list.m-top-usage--top > li {
    width: calc((100% - 64px) / 3);
  }
  .m-top-usage .c-category-list.m-top-usage--top > li > a:hover,
  .m-top-usage .list.m-top-usage--top > li > a:hover {
    background-color: var(--bg-lightblue02);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-top-usage .c-category-list.m-top-usage--top > li > a:hover .detail-link,
  .m-top-usage .list.m-top-usage--top > li > a:hover .detail-link {
    color: var(--primary-main);
    background-color: var(--bg-white);
  }
  .m-top-usage .c-category-list.m-top-usage--top > li > a:hover .detail-link::after,
  .m-top-usage .list.m-top-usage--top > li > a:hover .detail-link::after {
    background-color: var(--primary-main);
  }
  .m-top-usage-new-top .c-ttl01 {
    margin-bottom: 24px;
  }
  .m-top-usage-new-top .c-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .m-top-usage-new-top .c-category-list > li {
    width: calc((100% - 64px) / 5);
  }
  .m-top-detail01.renewal_202512 .img-wrap img {
    width: auto;
  }
  .m-top-detail01 .img-wrap img {
    width: 40%;
  }
  .m-top-detail01 .img-wrap .video-box {
    max-width: 57.1428571429%;
  }
  .m-top-detail02 .block01 .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-top-detail02 .block01 .img {
    width: 586px;
  }
  .m-top-detail02 .block02 .img {
    margin: -50px -20px 0 -20px;
  }
  .m-top-detail03 .section-ttl-area {
    grid-template-columns: 1fr min(27%, 288px);
    grid-template-rows: 1fr auto;
  }
  .m-top-detail03 .section-ttl-area .txt-area {
    margin-top: 63px;
  }
  .m-top-detail03 .section-ttl-area .btn-area {
    margin-bottom: 40px;
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta {
    padding-block: 16px 8px;
    padding-right: 20px;
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .ttl-area {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap > .top-area .tag-list {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .compare-area .arrow-area {
    margin-inline: 12px 8px;
    margin-top: 105px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area .c-btn-cta {
    padding-block: 12px;
    padding-inline: 32px 24px;
    font-size: 22px;
  }
  .m-top-detail03 .detail-list-area .detail-list .contents-wrap .btn-area .c-btn-cta::after {
    width: 24px;
    height: 24px;
  }
  .m-top-ai .c-ttl01 {
    margin-bottom: 8px;
  }
  .m-top-ai .top-txt {
    text-align: center;
  }
  .m-top-ai .ai_lp .step-section .step-list {
    margin-top: 32px;
  }
  .m-top-ai .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap .txt-area, .m-top-ai .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .txt-area, .m-top-ai .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .txt-area {
    max-width: inherit;
    margin-bottom: 0;
  }
  .m-top-ai .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap .img-area, .m-top-ai .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .img-area, .m-top-ai .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .img-area {
    margin-top: 0;
    margin-left: 0;
  }
  .m-top-ai .ai_lp .step-section .step-list li .contents-wrap {
    padding-block: 56px;
  }
  .m-top-ai .ai_lp .step-section .step-list li + li {
    margin-top: 32px;
  }
  .m-top-ai .ai_lp .step-section .step-list .contents-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-top-ai .ai_lp .step-section .step-list .txt-area {
    width: calc(100% - 448px);
    padding-right: 32px;
  }
  .m-top-ai .ai_lp .step-section .step-list .img-area {
    width: 448px;
  }
  .m-top-ai .btn-wrap {
    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;
  }
  .m-top-ai .btn-wrap .c-btn-cta {
    padding: 6px 24px 6px 40px;
  }
  .m-top-about .c-ttl01 {
    margin-bottom: 8px;
  }
  .m-spec-detail .tab-head li {
    background: var(--bg-darkblue);
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 16px;
    position: relative;
    top: 2px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.04em;
    color: var(--text-white);
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .m-spec-detail .tab-head li:first-child {
    border-top-left-radius: 24px;
  }
  .m-spec-detail .tab-head li:last-child {
    border-top-right-radius: 24px;
  }
  .m-spec-detail .tab-head li.is-active {
    background: var(--primary-main);
    top: 0;
  }
  .m-spec-detail .tab-head li:hover {
    background: var(--primary-main);
  }
  .m-spec-detail .tab-body {
    -webkit-box-shadow: var(--shadow-xl);
            box-shadow: var(--shadow-xl);
    border-radius: 0 0 24px 24px;
    position: relative;
  }
  .m-spec-detail .tab-body .list > li {
    padding: 64px 96px;
  }
  .m-spec-detail .tab-body .img {
    max-width: min(256px, 26.6666666667vw);
  }
  .m-spec-detail .tab-body .item-list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m-case-section.type-renew .column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-case-section.type-renew .column-wrap .txt-area,
  .m-case-section.type-renew .column-wrap .img {
    width: calc((100% - 32px) / 2);
  }
  .m-case-section.type-renew .column-wrap .txt-area {
    margin-right: 32px;
  }
  .m-case-section.type-renew .compare-block .compare-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-case-section.type-renew .compare-block .head {
    width: 256px;
  }
  .m-case-section.type-renew .compare-block .list {
    width: calc(100% - 256px);
  }
  .m-case-section.type-renew .c-btn-primary {
    max-width: 352px;
    margin: auto;
    font-size: 22px;
  }
  .m-case-section.type-renew .c-btn-primary::after {
    width: 24px;
    height: 24px;
  }
  .c-function-list > li {
    width: calc((100% - 96px) / 4);
  }
  .c-function-list .img {
    margin-inline: -17px;
  }
  .c-function-list .ttl {
    text-align: center;
  }
  .c-function-list .ttl.small {
    font-size: 22px;
  }
  .m-prodline-section .btn .c-btn-cta {
    padding: 10px 24px 10px 40px;
  }
  .whitepaper-article-kv .l-inner {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .whitepaper-article-kv .ttl {
    font-size: 57px;
  }
  .whitepaper-article-kv .inn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .whitepaper-article-kv .inn .btn .c-btn-cta {
    padding: 9px 40px;
  }
  .whitepaper-article-kv .img {
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    width: 575px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .m-news-archive-cat-block .c-cat-btn-list a:hover {
    background: var(--primary-main);
    border-color: var(--primary-main);
    color: #fff;
  }
  .m-news-archive-section .c-news-archive-list > li > a:hover {
    opacity: 0.8;
  }
  .m-news-archive-section .c-news-archive-list > li > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .m-news-archive-section .c-news-archive-list .r-area {
    padding-bottom: 16px;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn,
  .c-seminer-list > .hs_cos_wrapper > .widget-span,
  .c-seminer-list > .hs_cos_wrapper > .inn {
    width: calc((100% - 64px) / 3);
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn .row-fluid-wrapper,
  .c-seminer-list > .hs_cos_wrapper > .widget-span .row-fluid-wrapper,
  .c-seminer-list > .hs_cos_wrapper > .inn .row-fluid-wrapper {
    height: 100%;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn .row-fluid-wrapper .row-fluid,
  .c-seminer-list > .hs_cos_wrapper > .widget-span .row-fluid-wrapper .row-fluid,
  .c-seminer-list > .hs_cos_wrapper > .inn .row-fluid-wrapper .row-fluid {
    height: 100%;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid .widget-span,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn .row-fluid-wrapper .row-fluid .widget-span,
  .c-seminer-list > .hs_cos_wrapper > .widget-span .row-fluid-wrapper .row-fluid .widget-span,
  .c-seminer-list > .hs_cos_wrapper > .inn .row-fluid-wrapper .row-fluid .widget-span {
    height: 100%;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper,
  .c-seminer-list > .hs_cos_wrapper > .widget-span .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper,
  .c-seminer-list > .hs_cos_wrapper > .inn .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper {
    height: 100%;
  }
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .widget-span .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper .inn,
  .c-seminer-list .container-fluid > .row-fluid-wrapper > .row-fluid > .widget-type-cell > .row-fluid-wrapper > .row-fluid > .inn .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper .inn,
  .c-seminer-list > .hs_cos_wrapper > .widget-span .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper .inn,
  .c-seminer-list > .hs_cos_wrapper > .inn .row-fluid-wrapper .row-fluid .widget-span .hs_cos_wrapper .inn {
    height: 100%;
  }
  .m-thanks-top-section .cont-wrap,
  .m-thanks-bottom-section .cont-wrap {
    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;
  }
  .m-thanks-top-section .cont-wrap .btn-area,
  .m-thanks-bottom-section .cont-wrap .btn-area {
    margin-left: auto;
  }
  .m-top-seminar-dx-section .c-ttl01 {
    text-align: left;
  }
  .m-top-seminar-dx-section .column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-top-seminar-dx-section .column-wrap .inn {
    width: calc((100% - 32px) / 2);
  }
  .m-top-seminar-dx-section .column-wrap .inn + .inn {
    margin-left: 32px;
  }
  .m-top-seminar-dx-section .column-wrap .card-area {
    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;
  }
  .m-top-seminar-dx-section .column-wrap .card-area .img-area {
    width: 50%;
  }
  .m-top-seminar-dx-section .column-wrap .card-area .txt-area:not(:only-child) {
    padding-left: 16px;
    width: 50%;
  }
  .m-top-price-section .plan-area .plan {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
  }
  .m-top-price-section .plan-area .plan .each {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .m-top-price-section .plan-area .plan .each .desc {
    height: 100%;
  }
  .m-top-price-section .plan-area .note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .c-top-banner a:hover {
    -webkit-box-shadow: var(--shadow-m);
            box-shadow: var(--shadow-m);
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }
  .c-top-banner.top-banner-20260701 a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-link-banner-each {
    position: relative;
  }
  .c-link-banner-each .c-btn-cta {
    -webkit-transition: var(--transition01);
    transition: var(--transition01);
  }
  .c-link-banner-each:hover .c-btn-cta {
    background-position: right center;
    border-color: var(--secondary-main);
    color: var(--secondary-main);
  }
  .m-product-article .c-kv .l-inner {
    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;
  }
  .m-product-article .c-kv .txt-wrap {
    width: 50%;
  }
  .m-product-article .c-kv .img-wrap {
    width: 50%;
    padding-left: 32px;
  }
  .m-product-article .c-kv .c-btn-cta {
    padding-block: 10px;
  }
  .listing .m-top-mv .l-inner {
    padding-top: 40px;
  }
  .listing .m-top-mv .main {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .listing .m-top-mv .document-present .document {
    width: 146px;
  }
  .listing .listing-reason-block .l-inner {
    padding-inline: 38px;
  }
  .listing .m-top-usage .l-inner {
    padding-top: 60px;
  }
  .listing .listing-cta-block .c-btn-blue:hover {
    color: #fff;
    background: var(--primary-main);
  }
  .listing .listing-cta-block .c-btn-blue:hover::after {
    background: #fff;
  }
  .c-logo-list .logo img {
    max-width: 260px;
    max-height: 100px;
  }
  .c-logo-list.medical_care li:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-logo-list.medical_care li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-logo-list.medical_care li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-logo-list.infrastructure li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-logo-list.infrastructure li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-logo-list.infrastructure li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-logo-list.machinery li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-logo-list.machinery li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-logo-list.machinery li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-logo-list.automotive li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-logo-list.automotive li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .c-logo-list.automotive li:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-logo-list.automotive li:nth-child(3) .logo img {
    max-width: 133.33px;
    height: auto;
  }
  .m-anchor-section .c-anchor-list li a:hover::before {
    background-color: var(--primary-main);
  }
  .m-anchor-section .c-anchor-list li a:hover::after {
    background-color: var(--line-white);
  }
  .m-specification-section .specification-item .label-txt {
    padding-bottom: 7px;
  }
  .m-specification-section .specification-item .label-txt::after {
    border-radius: 5px;
  }
  .m-specification-section .specification-item .sub-ttl {
    margin-top: 8px;
  }
  .m-cta-section .c-ttl01 {
    margin-bottom: 40px;
  }
  .m-cta-section .c-btn-cta {
    padding: 20px 40px;
  }
  .m-cta-section .c-btn-cta.btn-pattern3 {
    margin-top: 40px;
    font-size: 22px;
  }
  .m-cta-section .c-btn-cta-block202512 {
    margin-inline: 0;
  }
  .c-footer.ai_lp .top-box .l-inner {
    padding-top: 104px;
    padding-bottom: 64px;
  }
  .ai_lp .mv-section .mv-contents-area {
    grid-template-columns: 1fr min(50%, 561px);
    grid-template-rows: 1fr auto 1fr;
    grid-template-areas: "ttl img" "txt img" "btn img";
  }
  .ai_lp .mv-section .mv-contents-area .sub-txt,
  .ai_lp .mv-section .mv-contents-area .btn-wrap {
    padding-left: 20px;
  }
  .ai_lp .mv-section .mv-contents-area .ttl {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
  }
  .ai_lp .mv-section .mv-contents-area .sub-txt {
    padding-block: 24px 40px;
  }
  .ai_lp .mv-section .mv-contents-area .btn-wrap {
    height: 76px;
  }
  .ai_lp .mv-section .mv-contents-area .img-area {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .ai_lp .mv-section .text-slider-area {
    height: 9vw;
  }
  .ai_lp .step-section .step-list li .contents-wrap {
    display: grid;
  }
  .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap {
    grid-template-columns: 496px 1fr;
  }
  .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap .txt-area {
    margin-bottom: 262px;
  }
  .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap .img-area {
    margin-top: 91px;
    margin-left: -292px;
  }
  .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap {
    grid-template-columns: auto 1fr;
  }
  .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .txt-area {
    margin-bottom: 230px;
  }
  .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .img-area {
    margin-top: 16px;
    margin-left: -12px;
  }
  .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap {
    grid-template-columns: 496px 1fr;
  }
  .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .txt-area {
    margin-bottom: 136px;
    max-width: 368px;
  }
  .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .img-area {
    margin-top: 16px;
    margin-left: -130px;
  }
  .ai_lp .function-section .function-list > li .contents-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ai_lp .function-section .function-list > li .contents-wrap .txt-area,
  .ai_lp .function-section .function-list > li .contents-wrap .img-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ai_lp .function-section .function-list > li:nth-child(even) .contents-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ai_lp .cta-section .contents-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: clamp(0rem, -9.808rem + 15.385vw, 2.5rem);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .ai_lp .cta-section .btn-wrap .c-btn-cta .inn-txt {
    padding-block: 16px;
  }
  .ai_lp .cta-section .img-area {
    margin-bottom: auto;
  }
  .ai_lp .info-section .ai_lp-ttl02 {
    margin-bottom: 64px;
  }
  .ai_lp .info-section .info-list {
    display: grid;
    grid-template-areas: "top top" "second third";
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1.5rem, 0rem + 3.125vw, 2.5rem) clamp(1rem, -0.5rem + 3.125vw, 2rem);
  }
  .ai_lp .info-section .info-list > li:nth-child(1) {
    grid-area: top;
  }
  .ai_lp .info-section .info-list > li:nth-child(1) .contents-wrap {
    display: grid;
    grid-template-columns: 1fr min(50%, 544px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ai_lp .info-section .info-list > li:nth-child(1) .contents-wrap .txt-area {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ai_lp .info-section .info-list > li:nth-child(1) .contents-wrap .img-area {
    height: 100%;
    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;
  }
  .ai_lp .info-section .info-list > li:not(:nth-child(1)) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  .ai_lp .info-section .info-list > li:not(:nth-child(1)) .contents-wrap {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  .ai_lp .info-section .info-list > li:not(:nth-child(1)) .contents-wrap .txt-area {
    padding: clamp(1rem, 0.25rem + 1.563vw, 1.5rem) clamp(1.25rem, 0.125rem + 2.344vw, 2rem);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ai_lp .info-section .info-list > li:not(:nth-child(1)) .contents-wrap .txt-area .ttl {
    margin-block: auto;
  }
  .ai_lp .info-section .info-list > li:not(:nth-child(1)) .contents-wrap .img-area {
    margin-top: auto;
    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;
    max-height: 257px;
  }
  .ai_lp .info-section .info-list > li:nth-child(2) .img-area {
    background-color: var(--bg-white);
    text-align: center;
    height: 100%;
    padding-top: 24px;
  }
  .ai_lp .info-section .info-list > li:nth-child(2) .img-area img {
    max-height: 234px;
  }
  .ai_lp .info-section .info-list > li:nth-child(3) .img-area {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
    aspect-ratio: 544/257;
    position: relative;
  }
  .ai_lp .info-section .info-list > li:nth-child(3) .img-area img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (any-hover: hover) {
  .c-arrow-link:hover {
    text-decoration: none;
  }
  .c-btn-cta:hover,
  .btn-cta:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-btn-cta.download:hover .btn-inn::after {
    background-color: var(--secondary-main);
  }
  .c-btn-cta.has-document-img:hover .btn-inn::after {
    background-color: inherit;
  }
  .c-btn-primary.tel:hover .btn-inn::after {
    background-color: var(--primary-main);
  }
  .m-top-mv .banner-area .banner-link:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  .m-top-mv.mv02 .c-btn-cta:hover .btn-inn::after {
    background-color: var(--secondary-main);
  }
  .m-top-mv.mv02 .c-btn-primary:hover .btn-inn::after {
    background-color: var(--primary-main);
  }
  .m-top-usage .link-txt-area .link-txt:hover {
    font-weight: bold;
  }
  .m-top-usage-new-top .c-category-list a:hover {
    -webkit-box-shadow: var(--shadow-m);
            box-shadow: var(--shadow-m);
  }
  .m-top-usage-new-top .c-category-list a:hover .detail-link {
    text-decoration: none;
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta:hover .btn-inn .sub-txt {
    color: var(--text-white);
  }
  .m-top-detail03 .section-ttl-area .btn-area .c-btn-cta:hover .btn-inn .small {
    color: var(--text-white);
  }
  .m-spec-detail .tab-body .tab-btn-prev:hover,
  .m-spec-detail .tab-body .tab-btn-next:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .m-case-section .link-txt-area .link-txt:hover {
    font-weight: bold;
  }
  .m-future_dx-article-section .c-case-list li:hover .ttl,
  .m-future_dx-article-section .c-case-list .inn:hover .ttl {
    color: var(--primary-main);
  }
  .m-thanks-top-section .txt a:hover,
  .m-thanks-bottom-section .txt a:hover {
    text-decoration: none;
  }
  .m-top-seminar-dx-section .column-wrap .card-area:hover {
    background-color: var(--bg-lightblue02);
  }
  .ai_lp-btn01:hover .btn-inn {
    -webkit-box-shadow: inset 0 -1px 16px 4px rgba(255, 255, 255, 0.5294117647);
            box-shadow: inset 0 -1px 16px 4px rgba(255, 255, 255, 0.5294117647);
  }
  .ai_lp .info-section .info-list > li .contents-wrap:hover .btn-wrap .c-btn-primary {
    background: var(--bg-white);
    color: var(--primary-main);
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .c-btn-cta.has-document-img .btn-inn::after {
    width: 44.2666666667vw;
    height: 39.4666666667vw;
  }
  .m-thanks-top-section .c-btn-cta,
  .m-thanks-bottom-section .c-btn-cta {
    font-size: 5.0666666667vw;
  }
  .ai_lp-ttl02 {
    font-size: clamp(1.875rem, -0.307rem + 10.909vw, 2.25rem);
  }
  .ai_lp .mv-section .mv-contents-area .sub-txt {
    font-size: clamp(1.75rem, 0.295rem + 7.273vw, 2rem);
  }
  .ai_lp .step-section .ai_lp-ttl01 {
    font-size: clamp(1.625rem, -2.011rem + 18.182vw, 2.25rem);
  }
  .ai_lp .step-section .ai_lp-ttl01 .small {
    font-size: clamp(1.125rem, -0.33rem + 7.273vw, 1.375rem);
  }
  .ai_lp .step-section .step-list li .contents-wrap .ttl {
    font-size: clamp(1.75rem, -1.159rem + 14.545vw, 2.25rem);
  }
  .ai_lp .function-section .function-list > li .contents-wrap .ttl {
    font-size: clamp(1.75rem, -1.159rem + 14.545vw, 2.25rem);
  }
  .ai_lp .cta-section .ttl {
    font-size: clamp(1.75rem, -1.159rem + 14.545vw, 2.25rem);
  }
}
@media only screen and (max-width: 1480px) {
  .c-header .main {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1370px) {
  .c-header .main {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 767px) {
  .c-header .main {
    padding-inline: 16px 64px;
    height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .c-header {
    display: block;
  }
}
@media only screen and (max-width: 1370px) {
  .c-header .guide-list,
  .c-header .nav-list,
  .c-header .btn a:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .c-footer .block .nav-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-spec-detail .tab-body .list > li {
    padding-inline: 32px;
  }
}
@media only screen and (min-width: 1371px) {
  .c-nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
  .c-article-writer .c-btn-primary {
    border-radius: 20px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
    gap: 0;
  }
  .c-article-writer .c-btn-primary.has-end-arrow::after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  .c-article-writer .c-btn-primary {
    border-radius: 20px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 5px;
  }
  .listing .m-top-mv .document-present .document {
    right: 0;
  }
  .listing .m-top-mv .document-present .txt-bold {
    font-size: 16px;
  }
  .listing .m-top-mv .document-present .c-btn-cta {
    font-size: 18px;
  }
  .listing .listing-lead-block .c-btn-cta {
    font-size: 18px;
  }
  .listing .listing-reason-block .c-btn-cta {
    font-size: 18px;
  }
  .listing .listing-cta-block .c-btn-cta {
    font-size: 18px;
  }
  .listing .listing-cta-block .c-btn-blue {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  body.is-sidebar-scrollFixed main .scrollFixed {
    display: block;
    margin: 20px auto;
  }
  body.is-sidebar-scrollFixed .c-sidebar-scrollFixed {
    display: none;
  }
  body.is-sidebar-scrollFixed body {
    max-width: none;
  }
  body.is-sidebar-scrollFixed .popup_cta {
    display: block;
  }
}
@media screen and (min-width: 1201px) {
  body.is-sidebar-scrollFixed .sidebar_flex.template02 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template03 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template04 .scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template05 .scrollFixed {
    padding-top: 15px;
  }
  body.is-sidebar-scrollFixed .sidebar_flex:not(.template02, .template03, .template04, .template05) .scrollFixed {
    padding-bottom: 80px;
  }
  body.is-sidebar-scrollFixed .sidebar_flex.template02 .c-sidebar-scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template03 .c-sidebar-scrollFixed, body.is-sidebar-scrollFixed .sidebar_flex.template04 .c-sidebar-scrollFixed body.is-sidebar-scrollFixed .sidebar_flex.template05 .c-sidebar-scrollFixed {
    padding-top: 15px;
  }
  body.is-sidebar-scrollFixed .sidebar_flex:not(.template02, .template03, .template04, .template05) .c-sidebar-scrollFixed {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  body.is-sidebar-scrollFixed .sidebar_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .c-sidebar-scrollFixed .scrollFixed_wrap.is-fixed {
    position: fixed;
    top: 100px;
    max-height: calc(100vh - 60px);
    min-height: auto;
    min-width: 200px;
    padding-bottom: 60px;
  }
  .c-sidebar-scrollFixed.is-bottom, .c-sidebar-scrollFixed.is-bottom .scrollFixed_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  body.is-sidebar-scrollFixed .sidebar_flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .c-sidebar-scrollFixed .scrollFixed_wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .m-top-mv .ttl .main-ttl01 {
    font-size: 60px;
  }
  .m-top-mv .ttl .main-ttl02 {
    font-size: 45px;
  }
  .m-top-mv .sub-ttl {
    font-size: 22px;
  }
  .listing .listing-reason-block .point-list {
    gap: 80px;
  }
  .listing .listing-reason-block .point-list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .m-top-mv .img {
    width: min(400px, 41.6666666667vw);
  }
  .c-function-list > li {
    width: calc((100% - 64px) / 3);
  }
  .ai_lp .step-section .ai_lp-ttl01 {
    font-size: clamp(3rem, -1rem + 8.333vw, 4rem);
  }
}
@media only screen and (max-width: 1000px) {
  .m-top-mv .top-mv-form {
    right: 20px;
  }
  .m-case-section.type-renew .txt-area .lead {
    font-size: 28px;
  }
  .m-case-section.type-renew .compare-block .list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .m-top-mv .company-list {
    padding-inline: 32px;
  }
  .m-top-mv .banner-area {
    padding-inline: 32px;
  }
  .m-top-mv .banner-area .company-list {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .m-top-mv .btn-pattern2 {
    font-size: 16px;
    gap: 4px;
  }
  .m-top-mv .btn-pattern2 .free {
    font-size: 12px;
  }
  .m-top-mv .btn-pattern2::after {
    width: 110px;
    height: 93px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .m-top-mv .btn-pattern2 {
    width: 78.8vw;
    font-size: 22px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) and (min-width: 700px) {
  .m-top-mv .btn-pattern2 {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .m-top-mv .btn-pattern2::after {
    bottom: 34px;
    right: -130px;
    width: 155px;
    height: 132px;
  }
}
@media only screen and (min-width: 1020px) {
  .m-top-mv.mv02 .ttl-wrap {
    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;
  }
}
@media only screen and (max-width: 767px) and (max-width: 390px) {
  .m-top-mv.old-mv .img {
    max-width: 343px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 350px) {
  .c-btn-cta.btn-pattern3 {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 358px) {
  .c-btn-cta.btn-pattern3 .present {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .m-top-detail03 .section-ttl-area .btn-area {
    grid-template-columns: 100%;
  }
  .m-news-archive-cat-block .c-cat-btn-list {
    gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-news-archive-cat-block .c-cat-btn-list > li {
    width: calc((100% - 96px) / 3);
  }
  .m-anchor-section .c-anchor-list .ttl {
    font-size: 24px;
  }
  .m-anchor-section .c-anchor-list .txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1201px) {
  .m-top-detail03 .section-ttl-area .img-area {
    margin-top: 28px;
    margin-left: -42px;
  }
}
@media only screen and (max-width: 1220px) {
  .m-top-feature .list {
    max-width: 600px;
    margin-inline: auto;
  }
  .m-spec-detail .tab-body .detail > li {
    text-align: center;
  }
  .m-spec-detail .tab-body .detail .head {
    margin: 0 auto 20px;
  }
}
@media only screen and (min-width: 1221px) {
  .m-spec-detail .tab-body .detail > li {
    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: 32px;
  }
}
@media only screen and (max-width: 1220px) and (min-width: 768px) {
  .m-spec-detail .tab-body .detail > li {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .m-case-section.type-renew .txt-area .lead {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1081px) {
  .m-prodline-section .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .m-prodline-section .ttl .main {
    min-width: 256px;
  }
  .m-prodline-section .ttl .detail {
    border-left: 4px solid var(--line-blue);
    margin-left: 32px;
    padding-left: 32px;
  }
  .m-prodline-section .point-box {
    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;
    max-width: 736px;
  }
  .m-prodline-section .point-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 80px;
  }
  .m-prodline-section .point-img::after {
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 24px;
    height: 49px;
    top: 0;
    bottom: 0;
    right: 28px;
  }
  .m-prodline-section .detail-box {
    width: min(544px, 55%);
  }
  .m-prodline-section .img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .m-prodline-section.section01 .img {
    width: min(654px, 48.0882352941vw);
  }
  .m-prodline-section.section02 .img {
    width: min(455px, 33.4558823529vw);
  }
  .m-prodline-section.section03 .img {
    right: 40px;
    width: min(350px, 25.7352941176vw);
  }
}
@media only screen and (max-width: 1080px) {
  .m-prodline-section .ttl {
    margin-bottom: 24px;
  }
  .m-prodline-section .ttl .main {
    font-size: 28px;
    line-height: 1.5;
  }
  .m-prodline-section .ttl .detail {
    margin-top: 16px;
  }
  .m-prodline-section .point-box {
    padding: 24px 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .m-prodline-section .point-img {
    padding-bottom: 56px;
  }
  .m-prodline-section .point-img::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 49px;
    height: 24px;
    left: 0;
    right: 0;
    bottom: 16px;
  }
  .m-prodline-section .point-list {
    gap: 8px;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m-prodline-section .img {
    margin-top: 16px;
  }
  .m-prodline-section.section01 .img {
    padding-inline: 16px;
  }
  .m-prodline-section.section03 .img {
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 961px) {
  .m-prodline-section.section01 .wrap {
    min-height: min(515px, 43.6440677966vw);
  }
  .m-prodline-section.section02 .wrap {
    min-height: min(440px, 37.2881355932vw);
  }
  .m-prodline-section.section03 .wrap {
    min-height: min(440px, 37.2881355932vw);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .whitepaper-article-kv .img {
    width: 44.921875vw;
  }
  .ai_lp .mv-section .mv-contents-area .sub-txt {
    font-size: clamp(2.5rem, 1.563rem + 1.953vw, 3.125rem);
  }
  .ai_lp .cta-section .l-inner {
    padding-inline: clamp(1.25rem, -3.654rem + 7.692vw, 2.5rem);
  }
  .ai_lp .cta-section .ttl {
    font-size: clamp(1.5rem, 0.375rem + 2.344vw, 2.25rem);
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 {
    font-size: clamp(1rem, 0.438rem + 1.172vw, 1.375rem);
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 .btn-inn {
    padding: 0.7em 1.5em;
  }
  .ai_lp .cta-section .btn-wrap .c-btn-cta {
    padding-inline: 1.5em;
    font-size: clamp(1rem, 0.438rem + 1.172vw, 1.375rem);
  }
  .ai_lp .cta-section .btn-wrap .c-btn-cta .inn-txt {
    padding-block: 0.7em;
  }
  .ai_lp .info-section .info-list > li .ttl,
  .ai_lp .info-section .info-list > li .info-txt {
    font-size: clamp(1.125rem, 0.563rem + 1.172vw, 1.5rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .listing .m-top-mv .document-present .document {
    right: -30px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
  .listing .m-top-mv .document-present .c-btn-cta {
    bottom: -50px;
  }
}
@media (920px >= width >= 767px) {
  .c-logo-list li {
    width: calc((100% - 80px) / 3);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .c-logo-list.medical_care li:nth-child(1) .logo {
    margin-bottom: 15px;
  }
  .c-logo-list.medical_care li:nth-child(1) .logo img {
    max-width: 230px;
  }
  .c-logo-list.medical_care li:nth-child(2) .logo {
    margin-bottom: 10px;
  }
  .c-logo-list.medical_care li:nth-child(3) .logo {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .m-anchor-section .c-anchor-list .ttl.small {
    font-size: 22px;
  }
}
@media only screen and (max-width: 900px) {
  .m-specification-section .specification-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .m-specification-section .specification-item .right-box {
    width: 100%;
  }
  .m-specification-section .specification-item .left-box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-specification-section .specification-item .left-box .ttl-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-specification-section .specification-item .left-box .int {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-specification-section .specification-item .left-box .check-list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 767px) and (max-width: 480px) {
  .ai_lp .step-section .ai_lp-ttl01 .min {
    display: none;
  }
  .ai_lp .cta-section .btn-wrap .ai_lp-btn01 {
    font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1rem);
  }
  .ai_lp .cta-section .btn-wrap .c-btn-cta {
    font-size: clamp(0.875rem, 0.625rem + 1.25vw, 1rem);
  }
}
@media only screen and (min-width: 481px) {
  .ai_lp .step-section .ai_lp-ttl01 .max {
    display: none;
  }
  .ai_lp .step-section .ai_lp-ttl01 .br {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .ai_lp .step-section .ai_lp-ttl01 .small {
    font-size: clamp(2rem, 0rem + 4.167vw, 2.5rem);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .ai_lp .step-section .step-list li:nth-child(1) .contents-wrap .img-area {
    margin-left: clamp(-31rem, -53.667rem + 47.222vw, -18.25rem);
  }
  .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .txt-area {
    margin-bottom: clamp(20rem, 30rem - 20.833vw, 14.375rem);
  }
  .ai_lp .step-section .step-list li:nth-child(2) .contents-wrap .img-area {
    margin-left: clamp(-15.5rem, -28.611rem + 27.315vw, -0.75rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .txt-area {
    margin-bottom: clamp(25rem, 54.333rem - 61.111vw, 8.5rem);
  }
  .ai_lp .step-section .step-list li:nth-child(3) .contents-wrap .img-area {
    margin-left: clamp(-31rem, -71.667rem + 84.722vw, -8.125rem);
  }
  .ai_lp .function-section .function-list > li .contents-wrap {
    gap: clamp(1.5rem, 0.611rem + 1.852vw, 2rem);
  }
  .ai_lp .function-section .function-list > li .contents-wrap .ttl {
    font-size: clamp(1.875rem, 0.208rem + 3.472vw, 2.813rem);
  }
}\