@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*******************************
オールリセット
********************************/
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
/* Lists (enumeration)
   ========================================================================== */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border: 0;
  border-top: 1px solid;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor; /* 2 */
  border-bottom: none; /* 1 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  vertical-align: bottom;
  border-style: none;
}
.img_hover{
	transition: 0.7s ;
}
.img_hover:hover{
	opacity: 0.7 ;
}
embed, object, iframe {
  vertical-align: bottom;
  border: 0;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button, input, optgroup, select, textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}
[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  padding: 0; /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
  appearance: button; /* 1 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
:root {
  --spacing: 0.05em;
}
* {
  letter-spacing: 0.05em;
  letter-spacing: var(--spacing);
}
html {
  font-size: 2.6667vw;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, verdana, meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.pc img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #222;
  transition: all 0.4s ease;
}
a[href^="tel:"] {
  cursor: default;
}
html.is-loaded body {
  overflow: visible;
}
body {
  overflow: hidden;
}
main {
  position: relative;
  overflow: hidden;
}
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: block;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 1;
}
.l-loader::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% + 12rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12rem), 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12rem), 0 100%);
  content: "";
  background: #cb1414;
  background: linear-gradient(90deg, rgb(203, 20, 20) 0%, rgb(255, 100, 80) 100%);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  transform: translateY(100%);
}
.l-loader.is-loaded {
  opacity: 0;
  transition: opacity 1.25s ease-in 1s;
}
.l-loader.is-loaded::before {
  animation-name: splash;
  animation-duration: 1.25s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes splash {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  50.001% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/************************
アニメーション
*************************/
@keyframes bounce-text {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  45% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(0.8);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-balloon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(0.9);
  }
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes line1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes line2 {
  from {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce-text {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  45% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(0.8);
  }
  85% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-balloon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(0.8);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  80% {
    opacity: 1;
    transform: scale(0.9);
  }
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/************************
アニメーション・コンテナー設定
*************************/
.inview {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
.inview.js-animate {
  opacity: 1;
}
.inview.fade-up {
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.inview.fade-up.js-animate {
  transform: translate3d(0, 0, 0);
}
.inview.fade-down {
  transform: translate3d(0, -1rem, 0) rotate(0.0001deg);
}
.inview.fade-down.js-animate {
  transform: translate3d(0, 0, 0);
}
.inview.fade-left {
  transform: translate3d(25%, 0, 0) rotate(0.0001deg);
}
.inview.fade-left.js-animate {
  transform: translate3d(0, 0, 0);
}
/************************
コンテナー設定
*************************/
.container-s {
  padding: 0 2rem;
}
.container {
  padding: 0 2rem;
}
.container-l {
  padding: 0 2.2rem;
}
/************************
余白
*************************/
.mt1em {
  margin-top: 1em !important;
}
.mt2em {
  margin-top: 2em !important;
}
.mt3em {
  margin-top: 3em !important;
}
.mt4em {
  margin-top: 4em !important;
}
.mt5em {
  margin-top: 5em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}
.mb5em {
  margin-bottom: 5em !important;
}
/************************
揃え
*************************/
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
/************************
PCとSP切り替え
*************************/
.is-inline-xxs {
  display: inline;
}
.is-inline-xs {
  display: inline;
}
.is-inline-s {
  display: inline;
}
.is-inline-sm {
  display: inline;
}
.is-inline-m {
  display: inline;
}
.is-inline-ml {
  display: inline;
}
.is-inline-l {
  display: inline;
}
.is-inline-xl {
  display: inline;
}
.is-inline-xxl {
  display: inline;
}
.is-none-xxs {
  display: none;
}
.is-none-xs {
  display: none;
}
.is-none-s {
  display: none;
}
.is-none-sm {
  display: none;
}
.is-none-m {
  display: none;
}
.is-none-ml {
  display: none;
}
.is-none-l {
  display: none;
}
.is-none-xl {
  display: none;
}
.is-none-xxl {
  display: none;
}
/****************メディアクエリー1***************/
@media screen and (min-width: 391px) {
  .is-inline-xxs {
    display: none;
  }
  .is-none-xxs {
    display: inline;
  }
}
/****************メディアクエリー2***************/
@media screen and (min-width: 641px) {
  .is-inline-xs {
    display: none;
  }
  .is-none-xs {
    display: inline;
  }
}
/****************メディアクエリー7***************/
@media screen and (min-width: 1081px) {
  .is-inline-m {
    display: none;
  }
  .is-none-m {
    display: inline;
  }
}
/****************メディアクエリー8***************/
@media screen and (min-width: 1281px) {
  .is-inline-ml {
    display: none;
  }
  .is-none-ml {
    display: inline;
  }
}
/****************メディアクエリー9***************/
@media screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
  .is-inline-l {
    display: none;
  }
  .is-none-l {
    display: inline;
  }
}
/****************メディアクエリー10***************/
@media screen and (min-width: 1701px) {
  .is-inline-xl {
    display: none;
  }
  .is-none-xl {
    display: inline;
  }
}
/****************メディアクエリー11***************/
@media screen and (min-width: 1921px) {
  .is-inline-xxl {
    display: none;
  }
  .is-none-xxl {
    display: inline;
  }
}

/******************************************************************************************
ここからがレイアウト
*******************************************************************************************/


@media screen and (min-width: 768px) {
  .video-wrap {
    display: block;
  }
	.video-wrap video{
	max-width: 84%;
	}
  .image-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .video-wrap {
    display: none;
  }
  .image-wrap {
    display: block;
  }
	.image-wrap img{
    max-width: 100%;
  }
}


	h2 {position: relative;display: flex;margin-bottom: 1.8em;font-weight: 700;line-height: 1.4705882353;color: #222;text-align: center;--spacing: 0.03em;font-size: 3rem;justify-content: center;}
h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
		
		@media screen and (max-width: 767px) {
  h2 {
	  font-size: 2rem;
	  }
}
/************************
CTA全体
*************************/
.c-btn {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 22.5rem;
  height: 4.8rem;
  padding: 0.5rem 2rem;
  overflow: hidden;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #fff;
/*  border-radius: 6.2rem;*/
	border-radius: 6rem;
  transition: all 0.4s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-btn[type="submit"]:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.c-btn.--arw {
  justify-content: flex-start;
  padding: 0.25rem 1rem 0.25rem 2rem;
}
.c-btn.--arw .btn-arw {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
}
.c-btn.--arw .btn-arw svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #cb1414;
  transition: all 0.4s ease;
}
.c-btn.--red {
  color: #fff;
  background: #cb1414;
  border: 1px solid #cb1414;
  /* margin: 4rem 0; */
}
.c-btn.--red.--arw .btn-arw svg {
  fill: #cb1414;
  stroke: #fff;
}
.c-btn.--back {
  justify-content: center;
  width: 12rem;
  padding: 0.25rem 1rem;
  color: #fff;
  background: #7f2100;
  border: 1px solid #7f2100;
}
/************************
モーダル？
*************************/
.c-post h2 {
  position: relative;
  padding: 0 0 0.35em 1.6rem;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
  font-size: 22px;
  font-size: 2.2rem;
}
.c-post h2:first-child {
  margin-top: 0;
}
.c-post h2::before {
  position: absolute;
  top: 16%;
  left: 0;
  width: 0.4rem;
  height: calc(75% - 0.35em);
  content: "";
  background: #cb1414;
}
.c-post h3 {
  position: relative;
  padding-bottom: 0.25em;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-post h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2px;
  content: "";
  background: #cb1414;
}
.c-post h4 {
  position: relative;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-post p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-post p:last-child {
  margin-bottom: 0;
}
.c-post p a {
  color: #009bfd;
  text-decoration: underline;
}
.c-post p a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-post p em {
  font-style: italic;
}
.c-post p b {
  font-weight: 700;
}
.c-post p strong {
  font-weight: 700;
}
.c-post p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.c-post p img.alignright {
  margin: 0 0 0 auto;
}
.c-post p img.alignleft {
  margin: 0 auto 0 0;
}
.c-post ul {
  margin-bottom: 1.1em;
}
.c-post ul:last-child {
  margin-bottom: 0;
}
.c-post ul > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-post ul > li:last-child {
  margin-bottom: 0;
}
.c-post ul > li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}
.c-post ul > li > a {
  color: #009bfd;
  text-decoration: underline;
}
.c-post ul > li > a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-post ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}
.c-post ol.alpha > li::before {
  content: counter(number, lower-alpha) ".";
}
.c-post ol:last-child {
  margin-bottom: 0;
}
.c-post ol > li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-post ol > li:last-child {
  margin-bottom: 0;
}
.c-post ol > li.int {
  padding-left: 2em;
  text-indent: -2em;
}
.c-post ol > li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-post ol > li > a {
  color: #009bfd;
  text-decoration: underline;
}
.c-post ol > li > a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-post ol > li > ol {
  margin: 1.1em 0 1.1em 1em !important;
}
/************************
右下固定バナー？
*************************/
.pop_l {
  float: left;
  width: 80%;
}
.pop_r {
  float: left;
  width: 20%;
}
.demo_pop_left {
  //    position: absolute;
  width: 16.5vw;
  //    top: 280px;
  //    left: -3vw;
}
.demo_pop_right {
  float: left;
  //    position: absolute;
  width: 15vw;
  //    top: 290px;
  //    right: -2vw;
}
.demo__frame {
  margin: 0 auto;
}
.demo__frame--md {
  display: none;
}
.demo__frame--sm {
  display: none;
}
.demo__frame--xs {
  display: none;
}
.banner {
  display: none;
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  right: 0;
}
.banner a {
  text-decoration: none;
}
.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}
.banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}
.banner-top {
  padding: 20px;
  border-radius: 25px 25px 0px 0px;
  background: -moz-radial-gradient(#0ab0c7, #006eb0 70%);
  background: -webkit-radial-gradient(#0ab0c7, #006eb0 70%);
  background: radial-gradient(#0ab0c7, #006eb0 70%);
}
.banner-copy {
  font-size: 18px;
  position: relative;
}
.banner-copy::after {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  content: "\f054";
  color: #006eb0;
  position: absolute;
  margin-top: 11px;
  top: 0;
  right: 18px;
}
.banner-bottom {
  padding: 25px 0px 30px 0px;
  line-height: 1.6;
}
.banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}
.banner-close {
  font-weight: bold;
  position: absolute;
  top: -2px;
  right: -10px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
/************************
ヘッダー
*************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 5.1rem;
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.l-header.gnav_open .l-gnav-btn span i:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.gnav_open .l-gnav-btn span i:nth-of-type(2) {
  opacity: 0;
}
.l-header.gnav_open .l-gnav-btn span i:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header .container {
  position: relative;
  height: 100%;
}
.l-header__logo {
  position: absolute;
  top: 52.5%;
  left: 2.5rem;
  z-index: 1001;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96), opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  transform: translateY(-50%);
}
.l-header__logo img {
  width: 13.8rem;
}
/************************
ヘッダーグローバルナビ
*************************/
.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-overflow-scrolling: touch;
}
.l-gnav__inner {
  padding-top: 5rem;
}
.l-gnav__top {
  padding: 1.6rem 0 3.5rem;
  border-top: 1px solid #dadada;
}
.l-gnav__list {
  margin-bottom: 3.5rem;
}
.l-gnav__item {
  position: relative;
}
.l-gnav__item.--has-child > a {
  display: none;
}
.l-gnav__item.--has-child > a::before {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: #222 transparent transparent;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0;
}
.l-gnav__item > a {
  position: relative;
  display: block;
  margin: 0 3rem;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-gnav__item > span.item-trigger {
  position: relative;
  display: block;
  margin: 0 3rem;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-gnav__item > span.item-trigger.active::before {
  opacity: 0;
  transform: rotate(90deg);
}
.l-gnav__item > span.item-trigger::before {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.6rem;
  width: 1px;
  height: 1.3rem;
  content: "";
  background-color: #222;
  transition: all 0.3s;
}
.l-gnav__item > span.item-trigger::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3rem;
  height: 1px;
  content: "";
  background-color: #222;
}
.l-gnav__child {
  display: none;
  background: #f7f7f7;
}
.l-gnav__child-list {
  padding: 2.5rem 3rem;
}
.l-gnav__child-item {
  margin-bottom: 2rem;
}
.l-gnav__child-item:last-child {
  margin-bottom: 0;
}
.l-gnav__child-item > a {
  position: relative;
  display: block;
  padding-left: 0.85em;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.l-gnav__child-item > a::before {
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 0.4em;
  height: 1px;
  content: "";
  background: #222;
}
.l-gnav__child-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
.l-gnav__child-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  content: "";
  background: rgba(255, 255, 255, 0.7);
}
.l-gnav__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-gnav .c-btn {
  justify-content: center;
  width: 28rem;
  height: 4.8rem;
  overflow: visible;
  border: 1px solid #cb1414;
  border-radius: 3.75rem;
}
.l-gnav .c-btn.--trial {
  padding-left: 7.6rem;
}
.l-gnav .c-btn.--trial .btn-img {
  position: absolute;
  bottom: 0.6rem;
  left: 3.6rem;
  width: 7.2rem;
}
.l-gnav .c-btn.--trial .btn-txt {
  position: relative;
}
.l-gnav .c-btn.--trial .btn-txt svg {
  display: none;
}
.l-gnav .c-btn.--trial .btn-txt svg .icon_trial_p01 {
  fill: none;
  stroke: #cb1414;
  stroke-miterlimit: 10;
  stroke-width: 2;
  transition: all 0.4s ease;
}
.l-gnav .c-btn.--trial .btn-txt svg .icon_trial_p02 {
  fill: none;
  stroke: #cb1414;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: all 0.4s ease;
}
.l-gnav .c-btn.--trial .btn-txt svg .icon_trial_p03 {
  fill: #cb1414;
  transition: all 0.4s ease;
}
.l-gnav .c-btn.--download {
  position: relative;
  padding-left: 6rem;
  margin-top: 2rem;
  background: #cb1414;
}
.l-gnav .c-btn.--download .btn-img {
  position: absolute;
  bottom: -0.25rem;
  left: 4.5rem;
  width: 4.6rem;
}
.l-gnav .c-btn.--download .btn-txt {
  color: #fff;
}
.l-gnav .c-btn.--download .btn-txt svg {
  display: none;
}
.l-gnav .c-btn.--download .btn-txt svg .icon_dl_p01 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
  transition: all 0.4s ease;
}
.l-gnav .c-btn .btn-txt {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0;
  transition: all 0.4s ease;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-gnav__bottom {
  padding: 2.15rem 3rem 3rem;
  border-top: 1px solid #dadada;
}
.l-gnav__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
  align-items: center;
  justify-content: space-between;
}
.l-gnav__sub-item {
  position: relative;
  width: 50%;
}
.l-gnav__sub-item:last-child::after {
  display: none;
}
.l-gnav__sub-item > a {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.l-gnav__copyright {
  padding: 1.7rem 0;
  color: #fff;
  text-align: center;
  background: #000;
  font-size: 10px;
  font-size: 1rem;
}
.l-gnav-btn {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 1.5rem;
  cursor: pointer;
  outline: none;
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.l-gnav-btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.l-gnav-btn span i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
}
.l-gnav-btn span i:nth-of-type(1) {
  top: 0;
}
.l-gnav-btn span i:nth-of-type(2) {
  top: 0.7rem;
}
.l-gnav-btn span i:nth-of-type(3) {
  bottom: 0;
}
/************************
サブフッター
*************************/
.sec-other {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}
.sec-other::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50.01% + 2.5rem);
  content: "";
  background-color: #f7f7f7;
}
.sec-other::after {
  position: absolute;
  top: calc(50% + 2.5rem);
  left: 0;
  width: 100%;
  height: calc(50.01% - 2.5rem);
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.sec-other__item:not(:first-child) {
  margin-top: 1rem;
}
.sec-other__item > a {
  position: relative;
  z-index: 1;
  display: block;
  height: 21rem;
  padding: 5.5rem 2rem 6rem;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.sec-other__item > a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(162, 16, 16, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}
.sec-other__img {
  display: none;
}
.sec-other__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-other__ttl {
  position: relative;
  padding-left: 3.4rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  transition: all 0.4s ease;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec-other__ttl .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  font-size: 0;
}
.sec-other__ttl .icon svg {
  display: block;
  width: 3rem;
  height: 3rem;
  fill: #cb1414;
  transition: all 0.4s ease;
}
.sec-other__txt {
  line-height: 1.6666666667;
  color: #cb1414;
  transition: all 0.4s ease;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec-other .btn-arw {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
}
.sec-other .btn-arw svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: none;
  stroke: #cb1414;
  transition: all 0.4s ease;
}
/************************
サブフッターCTA
*************************/
.sec-cta {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0 0;
  margin-bottom: 18rem;
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/cta_bg_sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
}
.sec-cta__inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.sec-cta__ttl {
  margin-bottom: 1.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.sec-cta__txt {
  line-height: 1.6666666667;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec-cta__list {
  padding: 0 1.8rem;
  margin-top: -13.5rem;
  transform: translateY(50%);
}
.sec-cta__item:nth-child(odd) > a {
  background: #cb1414;
}
.sec-cta__item:nth-child(even) > a {
  background: #ff1e2d;
}
.sec-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec-cta__btn.--download span {
  padding-left: 3rem;
}
.sec-cta__btn.--download span svg {
  width: 2rem;
}
.sec-cta__btn.--contact span {
  padding-left: 3.2rem;
}
.sec-cta__btn.--contact span svg {
  width: 2.2rem;
}
.sec-cta__btn.--trial span {
  padding-left: 3.6rem;
}
.sec-cta__btn.--trial span svg {
  width: 2.6rem;
}
.sec-cta__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.4s ease;
}
.sec-cta__btn span {
  position: relative;
  z-index: 2;
}
.sec-cta__btn span svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-cta__btn span svg .icon_trial_p01 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.sec-cta__btn span svg .icon_trial_p02 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.sec-cta__btn span svg .icon_trial_p03 {
  fill: #fff;
}
.sec-cta__btn span svg .icon_mail_p01 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.sec-cta__btn span svg .icon_dl_p01 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
/************************
フッター
*************************/
.l-footer {
  position: relative;
}
.l-footer__top {
  padding: 7.15rem 0 0;
}
.l-footer__logo {
  width: 18.5rem;
  margin-bottom: 2.5rem;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__nav-block:last-child {
  margin: 0 -3rem;
}
.l-footer__nav-item {
  margin-bottom: 1rem;
}
.l-footer__nav-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-item.--has-child .item-link {
  display: none;
}
.l-footer__nav-item.--has-child .item-button {
  display: block;
}
.l-footer__nav-item .item-link {
  display: block;
  font-weight: 700;
  line-height: 5rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-footer__nav-item .item-button {
  position: relative;
  font-weight: 700;
  line-height: 5rem;
  font-size: 15px;
  font-size: 1.5rem;
}
.l-footer__nav-item .item-button.active::before {
  opacity: 0;
  transform: rotate(90deg);
}
.l-footer__nav-item .item-button::before {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 0.6rem;
  width: 1px;
  height: 1.3rem;
  content: "";
  background-color: #222;
  transition: all 0.3s;
}
.l-footer__nav-item .item-button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.3rem;
  height: 1px;
  content: "";
  background-color: #222;
}
.l-footer__nav-child-list {
  display: none;
  padding: 2.5rem 3rem;
  margin: 0 -3rem;
  background: #f7f7f7;
}
.l-footer__nav-child-item {
  margin-bottom: 2rem;
}
.l-footer__nav-child-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-child-item.sp {
  display: block;
}
.l-footer__nav-child-item > a {
  position: relative;
  display: block;
  padding-left: 0.85em;
  letter-spacing: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.l-footer__nav-child-item > a::before {
  position: absolute;
  top: 0.95rem;
  left: 0;
  width: 0.4em;
  height: 1px;
  content: "";
  background: #222;
}
.l-footer__bottom {
  padding: 2.25rem 0;
  background: #222;
}
.l-footer__secondary-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.25rem 2.2rem;
  margin-bottom: 2.5rem;
  transform: scale(0.9);
  transform-origin: left top;
}
.l-footer__secondary-nav-item > a {
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
  font-size: 1.1rem;
}
.l-footer .copyright {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
/****************メディアクエリー3***************/
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .l-gnav__item > a:hover {
    color: #cb1414;
  }
  .l-gnav__item > a:hover::after {
    transform: scaleX(1);
  }
  .l-gnav__child-item > a:hover {
    text-decoration: underline;
  }
  .l-gnav .c-btn:hover {
    background: #cb1414;
    filter: none;
    transform: none;
  }
  .l-gnav .c-btn:hover .btn-txt {
    color: #fff;
  }
  .l-gnav .c-btn.--trial:hover .btn-txt svg .icon_trial_p01 {
    stroke: #fff;
  }
  .l-gnav .c-btn.--trial:hover .btn-txt svg .icon_trial_p02 {
    stroke: #fff;
  }
  .l-gnav .c-btn.--trial:hover .btn-txt svg .icon_trial_p03 {
    fill: #fff;
  }
  .l-gnav .c-btn.--download:hover {
    background: #fff;
  }
  .l-gnav .c-btn.--download:hover .btn-txt {
    color: #cb1414;
  }
  .l-gnav .c-btn.--download:hover .btn-txt svg .icon_dl_p01 {
    stroke: #cb1414;
  }
  .l-gnav__sub-item > a:hover {
    color: #cb1414;
    text-decoration: underline;
  }
  .sec-cta__btn:hover::before {
    opacity: 1;
  }
  .l-footer__nav-item .item-link:hover {
    text-decoration: underline;
  }
  .l-footer__nav-child-item > a:hover {
    text-decoration: underline;
  }
  .l-footer__secondary-nav-item > a:hover {
    text-decoration: underline;
  }
  .sec-other__item > a:hover::before {
    opacity: 1;
  }
  .sec-other__item > a:hover .sec-other__img {
    opacity: 0.7;
    transform: scale(1.025);
  }
  .sec-other__item > a:hover .sec-other__ttl {
    color: #fff;
  }
  .sec-other__item > a:hover .sec-other__ttl .icon svg {
    fill: #fff;
  }
  .sec-other__item > a:hover .sec-other__txt {
    color: #fff;
  }
  .sec-other__item > a:hover .btn-arw svg {
    stroke: #fff;
  }
  .c-btn:hover {
    color: #fff;
    background: #cb1414;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
    transform: translate3d(0, -0.5rem, 0);
  }
  .c-btn:hover.--arw .btn-arw svg {
    fill: #fff;
  }
  .c-btn:hover.--red {
    color: #cb1414;
    background: #fff;
  }
  .c-btn:hover.--red.--arw .btn-arw svg {
    fill: #cb1414;
  }
  .c-btn:hover.--back {
    color: #7f2100;
    background: #fff;
  }
}
/****************メディアクエリー4***************/
@media screen and (min-width: 768px) {
  html {
    font-size: 0.977517vw;
  }
  .l-loader::before {
    height: calc(100% + 12rem);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12rem), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12rem), 0 100%);
  }
  .l-header {
    height: 7.1rem;
  }
  .l-header .container {
    padding: 0;
  }
  .l-header__logo {
    left: 3rem;
  }
  .l-header__logo img {
    width: 20.7rem;
  }
  .l-gnav__inner {
    padding-top: 7rem;
  }
  .l-gnav__top {
    padding: 3.2rem 0 7rem;
  }
  .l-gnav__list {
    margin-bottom: 5rem;
  }
  .l-gnav__item > a {
    margin: 0 6rem;
    line-height: 6rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-gnav__item > span.item-trigger {
    margin: 0 6rem;
    line-height: 6rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-gnav__item > span.item-trigger::before {
    top: calc(50% - 1rem);
    right: 1rem;
    height: 2.1rem;
  }
  .l-gnav__item > span.item-trigger::after {
    width: 2.1rem;
  }
  .l-gnav__child-list {
    padding: 5rem 6rem;
  }
  .l-gnav__child-item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-gnav__child-item > a::before {
    top: 1.3rem;
  }
  .l-gnav__btns {
    flex-direction: row;
    gap: 0 4rem;
    justify-content: center;
  }
  .l-gnav .c-btn {
    width: 34rem;
    height: 7.5rem;
    border-width: 2px;
  }
  .l-gnav .c-btn.--trial {
    padding-left: 12.4rem;
  }
  .l-gnav .c-btn.--trial .btn-img {
    bottom: 0.6rem;
    left: 4.5rem;
    width: 11.6rem;
  }
  .l-gnav .c-btn.--download {
    padding-left: 10.5rem;
    margin-top: 0;
  }
  .l-gnav .c-btn.--download .btn-img {
    bottom: -0.4rem;
    left: 6rem;
    width: 7.2rem;
  }
  .l-gnav .c-btn .btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-gnav__bottom {
    padding: 4.3rem 6rem 6rem;
  }
  .l-gnav__sub-list {
    gap: 4rem 0;
  }
  .l-gnav__sub-item > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-gnav-btn {
    top: 2.5rem;
    right: 2.5rem;
    width: 3rem;
    height: 2rem;
  }
  .l-gnav-btn span i {
    height: 2px;
  }
  .l-gnav-btn span i:nth-of-type(2) {
    top: 0.9rem;
  }
  .sec-cta {
    padding: 36rem 0 0;
    margin-bottom: 10rem;
    background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/cta_bg.jpg");
  }
  .sec-cta__ttl {
    margin-bottom: 1.5rem;
    line-height: 1.6666666667;
    font-size: 30px;
    font-size: 3rem;
  }
  .sec-cta__txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec-cta__list {
    display: flex;
    padding: 0;
    margin-top: -2.5rem;
  }
  .sec-cta__item {
    width: 33.3334%;
  }
  .sec-cta__btn {
    height: 20rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-cta__btn.--download span {
    padding-left: 4.2rem;
  }
  .sec-cta__btn.--download span svg {
    width: 2.7rem;
  }
  .sec-cta__btn.--contact span {
    padding-left: 4.5rem;
  }
  .sec-cta__btn.--contact span svg {
    width: 3rem;
  }
  .sec-cta__btn.--trial span {
    padding-left: 4.9rem;
  }
  .sec-cta__btn.--trial span svg {
    width: 3.4rem;
  }
  .l-footer__top {
    padding: 8rem 0 5.75rem;
  }
  .l-footer__top .container {
    max-width: 123rem;
  }
  .l-footer__logo {
    width: 27.5rem;
    margin-bottom: 5.15rem;
  }
  .l-footer__nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .l-footer__nav-block:last-child {
    width: auto;
    margin: 0;
  }
  .l-footer__nav-item {
    margin-bottom: 1.5rem;
  }
  .l-footer__nav-item.--has-child .item-link {
    display: inline;
  }
  .l-footer__nav-item.--has-child .item-button {
    display: none;
  }
  .l-footer__nav-item .item-link {
    display: inline;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__nav-item .item-button {
    display: none;
  }
  .l-footer__nav-child-list {
    display: block;
    padding: 0;
    margin: 0.75rem 0 0;
    background: transparent;
  }
  .l-footer__nav-child-item {
    margin-bottom: 0.35rem;
  }
  .l-footer__nav-child-item.sp {
    display: none;
  }
  .l-footer__nav-child-item > a {
    display: inline;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer__nav-child-item > a::before {
    top: 1.1rem;
  }
  .l-footer__bottom {
    padding: 2.9rem 0;
  }
  .l-footer__bottom .container {
    max-width: 123rem;
  }
  .l-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-footer__secondary-nav-list {
    gap: 0 2.65rem;
    margin-bottom: 0;
    transform: scale(0.75);
  }
  .l-footer__secondary-nav-item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-footer .copyright {
    transform: scale(0.75);
    transform-origin: right top;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .container-s {
    padding: 0 6rem;
  }
  .container {
    padding: 0 6rem;
  }
  .container-l {
    padding: 0 4.8rem;
  }
  .sec-other {
    padding-top: 6rem;
    margin-bottom: -21.4rem;
  }
  .sec-other::before {
    height: calc(50.01% + 3rem);
  }
  .sec-other::after {
    display: none;
  }
  .sec-other .container {
    padding: 0 1.475rem;
  }
  .sec-other__list {
    display: flex;
    gap: 0 1.475rem;
  }
  .sec-other__item {
    flex: 1 1 0;
  }
  .sec-other__item:not(:first-child) {
    margin-top: 0;
  }
  .sec-other__item > a {
    height: 42.8rem;
    padding: 7rem 4rem 12rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .sec-other__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.8s ease;
  }
  .sec-other__ttl {
    padding: 9rem 0 0;
    margin-bottom: 2.5rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .sec-other__ttl .icon {
    top: 0;
    width: 6rem;
    height: 6rem;
    margin-top: 0;
  }
  .sec-other__ttl .icon svg {
    width: 6rem;
    height: 6rem;
  }
  .sec-other__txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sec-other .btn-arw {
    top: auto;
    right: auto;
    bottom: 5rem;
    left: 4rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: 4.35rem;
  }
  .sec-other .btn-arw svg {
    width: 3.2rem;
    height: 3.2rem;
  }
  .c-post h2 {
    padding: 0 0 0.35em 2rem;
    margin: 2.15em 0 0.65em;
    font-size: 30px;
    font-size: 3rem;
  }
  .c-post h2::before {
    top: 16%;
    width: 0.6rem;
  }
  .c-post h3 {
    padding-bottom: 0.25em;
    margin: 2.15em 0 0.65em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-post h3::before {
    width: 4rem;
  }
  .c-post h4 {
    margin: 2.15em 0 0.65em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-post p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-post p a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .c-post ul > li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-post ul > li::before {
    top: 1.2rem;
  }
  .c-post ul > li > a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .c-post ol > li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-post ol > li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-post ol > li > a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .c-btn {
    width: 30rem;
    /* height: 6.4rem; */
    /* padding: 0.5rem 2rem; */
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-btn.--arw {
    /* padding: 0.5rem 6rem 0.5rem 2.5rem; */
  }
  .c-btn.--arw .btn-arw {
    right: 1.8rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
  }
  .c-btn.--back {
    width: 20rem;
    padding: 0.5rem 4rem;
  }
  .is-inline-s {
    display: none;
  }
  .is-none-s {
    display: inline;
  }
  .c-btn {
    width: 30rem;
    height: 6.4rem;
    /* padding: 0.5rem 2rem; */
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-btn.--arw {
    /* padding: 0rem 6rem 0rem 2.5rem; */
  }
  .c-btn.--arw .btn-arw {
    right: 1.8rem;
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
  }
  .c-btn.--back {
    width: 20rem;
    padding: 0.5rem 4rem;
  }
  .is-inline-s {
    display: none;
  }
  .is-none-s {
    display: inline;
  }
}
/****************メディアクエリー5***************/
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .l-gnav__item.--has-child:hover .l-gnav__child {
    visibility: visible;
    opacity: 1;
  }
  .l-gnav__item.--has-child:hover .l-gnav__child-bg {
    z-index: 1010;
    visibility: visible;
    opacity: 1;
  }
  .l-gnav__sub-item.--login > a:hover {
    color: #fff;
    text-decoration: none;
    background: #000;
  }
}
/****************メディアクエリー6***************/
@media screen and (min-width: 1024px) {
  html {
    font-size: 0.714286vw;
  }
  .l-header {
    height: 9.1rem;
    overflow: visible;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  }
  .l-gnav {
    position: relative;
    padding: 0;
    visibility: visible;
    background: none;
    opacity: 1;
    transform: none;
  }
  .l-gnav__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 0 28rem;
  }
  .l-gnav__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border-top: none;
  }
  .l-gnav__list {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .l-gnav__item {
    position: static;
    margin-right: 3rem;
  }
  .l-gnav__item.--has-child > a {
    display: block;
    padding-right: 1.5rem;
  }
  .l-gnav__item > a {
    margin: 0;
    line-height: 4.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnav__item > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.3rem;
    content: "";
    background-color: #cb1414;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: left center;
  }
  .l-gnav__item > span.item-trigger {
    display: none;
  }
  .l-gnav__child {
    position: absolute;
    top: 100%;
    left: calc((100vw - 100%) / -2);
    z-index: 1011;
    display: block;
    width: calc(100vw - 100% + 100%);
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: visibility 0.25s, opacity 0.25s;
  }
  .l-gnav__child-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    padding: 0;
    margin: 0;
  }
  .l-gnav__child-item {
    margin: 0 6rem;
  }
  .l-gnav__child-item > a {
    display: inline;
    padding-left: 0;
    font-weight: 700;
    line-height: 2;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .l-gnav__child-item > a::before {
    display: none;
  }
  .l-gnav__btns {
    gap: 0;
  }
  .l-gnav .c-btn {
    width: 16rem;
    height: 4.5rem;
    border-width: 1px;
    border-radius: 0;
  }
  .l-gnav .c-btn.--trial {
    left: 1px;
    padding-left: 2rem;
  }
  .l-gnav .c-btn.--trial .btn-img {
    display: none;
  }
  .l-gnav .c-btn.--trial .btn-txt {
    padding-left: 3rem;
  }
  .l-gnav .c-btn.--trial .btn-txt svg {
    position: absolute;
    top: 0.1rem;
    left: 0;
    display: block;
    width: 2.4rem;
  }
  .l-gnav .c-btn.--download {
    padding-left: 2rem;
  }
  .l-gnav .c-btn.--download .btn-img {
    display: none;
  }
  .l-gnav .c-btn.--download .btn-txt {
    padding-left: 2.6rem;
  }
  .l-gnav .c-btn.--download .btn-txt svg {
    position: absolute;
    top: 0.1rem;
    left: 0;
    display: block;
    width: 2rem;
  }
  .l-gnav .c-btn .btn-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-gnav__bottom {
    padding: 1rem 0;
    border-top: none;
  }
  .l-gnav__sub-list {
    gap: 0;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  .l-gnav__sub-item {
    width: auto;
    padding: 0 2rem;
  }
  .l-gnav__sub-item.--login {
    order: 4;
    padding: 0;
    margin-left: 1rem;
  }
  .l-gnav__sub-item.--login > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 2.5rem;
    background: transparent;
    border: 1px solid #000;
  }
  .l-gnav__sub-item:not(.--login)::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    background: #000;
  }
  .l-gnav__sub-item > a {
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-gnav__copyright {
    display: none;
  }
  .l-gnav-btn {
    display: none;
  }
  .l-footer__nav-block {
    width: 14.2857%;
  }
  .container-s {
    max-width: 140rem;
    padding: 0 20rem;
    margin: 0 auto;
  }
  .container {
    max-width: 140rem;
    padding: 0 10rem;
    margin: 0 auto;
  }
  .container-l {
    max-width: 144rem;
    padding: 0 5.6rem;
    margin: 0 auto;
  }
  .sec-other {
    margin-bottom: -24rem;
  }
  .sec-other__item > a {
    height: 48rem;
    padding: 9rem 6rem 18rem;
  }
  .sec-other .btn-arw {
    bottom: 9rem;
    left: 6rem;
  }
  .is-inline-sm {
    display: none;
  }
  .is-none-sm {
    display: inline;
  }
}
/****************メディアクエリー12***************/
@media screen and (max-width: 1023px) {
  .l-header.gnav_open .l-gnav {
    overflow: hidden;
    overflow-y: auto;
    visibility: visible;
    opacity: 1;
  }
}
/****************メディアクエリー13***************/
@media screen and (max-width: 767px) {
  body.l-gnav_active .l-header__logo {
    transform: translate3d(-19.6rem, -50%, 0);
  }
  .l-gnav__copyright span {
    display: inline-block;
    transform: scale(0.75);
  }
  .l-footer__top .container {
    padding: 0 3rem;
  }
  .l-footer__nav-block:last-child .l-footer__nav-list {
    display: flex;
    flex-wrap: wrap;
    padding: 2.15rem 3rem;
    border-top: 1px solid #dadada;
  }
  .l-footer__nav-block:last-child .l-footer__nav-item {
    width: 50%;
  }
  .l-footer__nav-block:last-child .l-footer__nav-item > a {
    line-height: 3rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/****************メディアクエリー14***************/
@media screen and (max-width: 980px) and (min-width: 736px) {
  .demo__frame {
    display: none;
  }
  .demo__frame--md {
    display: unset;
    margin: 0 auto;
  }
  .demo__frame--sm {
    display: none;
  }
  .demo__frame--xs {
    display: none;
  }
  .demo_pop_left {
    //        position: absolute;
    width: 23vw;
    top: 290px;
    left: 30px;
  }
  .demo_pop_right {
    //        position: absolute;
    width: 23vw;
    top: 290px;
    right: 30px;
  }
}
/****************メディアクエリー15***************/
@media screen and (max-width: 736px) {
  .demo__frame {
    display: none;
  }
  .demo__frame--md {
    display: none;
  }
  .demo__frame--sm {
    display: unset;
    margin: 0 auto;
  }
  .demo__frame--xs {
    display: none;
  }
  .demo_pop_left {
    width: 30vw;
    top: 210px;
    left: 30px;
  }
  .demo_pop_right {
    //        position: absolute;
    width: 30vw;
    top: 210px;
    right: 10px;
  }
}
/****************メディアクエリー16***************/
@media screen and (max-width: 475px) {
  .demo__frame {
    display: none;
  }
  .demo__frame--md {
    display: none;
  }
  .demo__frame--sm {
    display: none;
  }
  .demo__frame--xs {
    display: unset;
    margin: 0 auto;
  }
  .demo_pop_left {
    width: 30vw;
    top: 230px;
    left: 30px;
  }
  .demo_pop_right {
    //        position: absolute;
    width: 30vw;
    top: 230px;
    right: 10px;
  }
  .pop_l {
    float: left;
    width: 60%;
  }
  .pop_r {
    float: left;
    width: 40%;
  }
}
/****************メディアクエリー17***************/
@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    margin: 0px;
  }
  .banner-icon {
    font-size: 28px;
  }
  .banner-body {
    width: 100%;
    border-radius: 0px;
  }
  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }
  .banner-top {
    padding: 5px;
    border-radius: 0px;
    background: -moz-linear-gradient(#006eb0 50%, #0ab0c7);
    background: -webkit-linear-gradient(#006eb0 50%, #0ab0c7);
    background: linear-gradient(#006eb0 50%, #0ab0c7);
  }
  .banner-bottom {
    padding: 10px 10px 18px 10px;
  }
  .banner-copy {
    font-size: 15px;
  }
  .banner-copy::after {
    font-size: 12px;
    margin-top: 1.4px;
    margin-left: 12px;
    top: initial;
    right: initial;
  }
  .banner-close {
    top: -10px;
    right: 2px;
  }
  .banner-copy-br {
    display: none;
  }
}
/*****************************************************************************
ここからがユニーク
*******************************************************************************/
/*******************************
LP用ヘッダー
********************************/
.lp_2024_architecture_article-header {
  display: flex !important;
  justify-content: space-between !important;
  height: 100% !important;
}
.lp_2024_architecture_article-header__left {}
.lp_2024_architecture_article-header__right {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  right: 2rem;
  position: absolute;
}
.lp_2024_architecture_article-header__right .global_nav {
  display: flex;
  align-items: center;
}
.lp_2024_architecture_article-header__right .global_nav ul {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
}
.lp_2024_architecture_article-header__right .global_nav ul li {
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1030px) {
  .lp_2024_architecture_article-header__right .global_nav ul {
    display: none;
  }
}
.lp_2024_architecture_article-header__right a {
  width: 20rem !important;
}
@media screen and (max-width: 767px) {
  .lp_2024_architecture_article-header__right a {
    width: 15rem !important;
    font-size: 1.4rem !important;
    padding: 1rem !important;
    height: auto !important;
  }
}
/*******************************
LP用CTA
********************************/
.lp_2024_architecture_article__btn {
  background-color: #cb1414 !important;
  color: #fff !important;
}
.lp_2024_architecture_article__red {
  color: #cb1414 !important;
}
.lp_2024_architecture_article__heroimage {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/lp_2024_architecture_article__support_heroimage_PC.jpg") !important;
}
.lp_2024_architecture_article__heroimage::before {
  background: rgba(68, 68, 68, 0) !important;
}
.lp_2024_architecture_article__heroimage::after {
  display: none !important;
}
.lp_2024_architecture_article_bottom_image .container::after {
  display: none !important;
}
.lp_2024_architecture_article__ttl {
  text-align: left !important;
  color: #cb1414 !important;
}
.lp_2024_architecture_article__ttl::before {
  display: none !important;
}
.lp_2024_architecture_article__lead {
  text-align: left !important;
  margin: 0 0 auto;
  color: #222 !important;
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  .lp_2024_architecture_article__ttl {
    margin-bottom: 3.5rem !important;
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
.lp_2024_architecture_article__ttl {
  margin-bottom: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #222 !important;
  text-align: center !important;
  --spacing: 0.03em !important;
  font-size: 22px !important;
  font-size: 1.6rem !important;
}
.lp_2024_architecture_article__cta {
  padding: 3rem 0 3rem;
  margin: 1rem 0 4rem;
}
@media screen and (max-width: 767px) {
	.lp_2024_architecture_article__cta {
  margin: 2rem 0;
}
}




.lp_2024_architecture_article__cta-flex ul{
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lp_2024_architecture_article__cta-flex ul li{
	width: 49%;
	margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.lp_2024_architecture_article__cta-flex ul{
		gap: 1rem;
	}
	.lp_2024_architecture_article__cta-flex ul li{
		width: 48%;
		margin-bottom: 0 ;
	}
}


.lp_2024_architecture_article__cta .c-btn {
  /* width: 44rem; */
  /* height: 10.4rem; */
  /* padding: 0.5rem 2rem; */
  font-size: 16px;
  font-size: 1.6rem;
}
.lp_2024_architecture_article__support {
  background: none !important;
}
.lp_2024_architecture_article__place {
  font-size: 3.8rem !important;
  color: #cb1414 !important;
}
.lp_2024_architecture_article__item-txt {
  text-align: left !important;
}
.lp_2024_architecture_article__item-txt2 {
  font-size: 2.4rem !important;
  font-weight: bold;
  margin-bottom: 20px !important;
}
.lp_2024_architecture_article__item-ttl2 {
  padding: 5px 20px;
  margin-right: 10px;
  background: #f2c681;
  font-size: 1.4rem !important;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.lp_2024_architecture_article__item-ttl3 {
  padding: 5px 20px;
  margin-right: 10px;
  background: #81b1f2;
  font-size: 1.4rem !important;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.lp_2024_architecture_article__bottom-inner {
  background-color: #ffd6d6 !important;
  padding: 0 !important;
}
.lp_2024_architecture_article__bottom-mtg::before {
  content: "05";
}
.lp_2024_architecture_article__bottom-mtg2::before {
  content: "06";
}
.lp_2024_architecture_article__bottom-mtg3::before {
  content: "07";
}
.lp_2024_architecture_article__bottom-mtg4::before {
  content: "08";
}
.lp_2024_architecture_article__flow-item {
  margin-bottom: 0 !important;
}
.lp_2024_architecture_article__flow-item2 {
  margin-bottom: 0 !important;
}
.lp_2024_architecture_article-bottom-cta {
  padding: 0 !important;
}
.lp_2024_architecture_article__cta-btn-box {
  display: flex !important;
  justify-content: center !important;
}
.lp_2024_architecture_article-support__flow-list .item-ttl br {
  display: block !important;
}
.lp_2024_architecture_article__flow-item::after {
  display: none !important;
}
.lp_2024_architecture_article__flow-item2::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .lp_2024_architecture_article__cta .c-btn {
    width: 27.5rem;
    height: 6.8rem;
    padding: 0 0 0 1.5rem !important;
    font-size: inherit;
    font-size: 1.6rem;
    margin: 0 auto;
    display: inline-flex;
    /*! justify-content: center; */
    align-items: center;
  }
  .lp_2024_architecture_article__heroimage {
    background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/lp_2024_architecture_article__support_heroimage_SP.jpg") !important;
  }
  .lp_2024_architecture_article__heroimage::before {
    background: rgba(68, 68, 68, 0.6) !important;
  }
  .lp_2024_architecture_article__lead {
    color: #fff !important;
    text-align: center !important;
  }
  .lp_2024_architecture_article__ttl {
   color: #222 !important;
    text-align: center !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
  }
  .lp_2024_architecture_article__item-ttl2 {
    font-size: 1rem !important;
  }
  .lp_2024_architecture_article__item-ttl3 {
    font-size: 1rem !important;
  }
  .lazy {
    width: 100% !important;
  }
  .lp_2024_architecture_article__item-txt2 {
    font-size: 1.8rem !important;
  }
  .lp_2024_architecture_article__heading {
    transform: translateY(-15%) !important;
  }
  .lp_2024_architecture_article__point__list {
    margin-top: 80px !important;
  }
  .lp_2024_architecture_article__cta-btn-box {
    /* display: block !important; */
  }
  .lp_2024_architecture_article__flow-item {
    margin-bottom: 5rem !important;
  }
  .lp_2024_architecture_article__flow-item::after {
    display: block !important;
  }
  .lp_2024_architecture_article__flow-item2::after {
    display: none !important;
  }
}
/*******************************
フロント
********************************/
@media screen and (max-width: 767px) {
#front-top-intent .container{
	padding: 0 !important;
}
}
.is-loaded .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  transition: transform 4s linear;
  transform: scaleX(1);
}
.sec-ttl {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2.25rem;
  color: #cb1414;
  border-left: 1px solid #cb1414;
}
.sec-ttl .jp {
  font-weight: 700;
  line-height: 1.25;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.sec-ttl .jp .inview {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.sec-ttl .jp .inview::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 0.3rem);
  content: "";
  background-color: #cb1414;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}
.sec-ttl .jp .inview.js-animate {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}
.sec-ttl .jp .inview.js-animate::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.sec-ttl .en {
  margin-top: 0.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  --spacing: -0.02em;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.feature-cont__point-item .item-txt {
  margin-bottom: 2rem;
}
.tts_text {
  text-align: center;
  font-size: 14px;
}
.tts_area {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.front-fv {
  position: relative;
  height: 83.5vh;
  height: calc(1vh * 83.5);
  height: calc(var(--vh, 1vh) * 83.5);
}
.front-fv__inner {
  height: 100%;
}
.front-fv__item.swiper-slide {
  padding: 5rem 0 5.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.front-fv__tagline {
  margin-bottom: 2rem;
}
.front-fv__tagline > p {
  display: inline;
  padding: 0 0.25rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #cb1414;
  background: #fff;
  background: linear-gradient(transparent 8%, #fff 8%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  --spacing: 0.03em;
  font-size: 28px;
  font-size: 2.8rem;
}
.front-fv__txt {
  overflow: hidden;
}
.front-fv__txt > p {
  margin-right: -1em;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0;
  transition-delay: 0.75s;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-fv__btns {
  margin-top: 2.25rem;
  text-align: center;
  margin-top: auto;
}
.front-fv .c-btn {
  justify-content: center;
  width: 28rem;
  height: 4.8rem;
  overflow: visible;
  border: 1px solid #cb1414;
  border-radius: 3.75rem;
}
.front-fv .c-btn.--trial {
  padding-left: 7.6rem;
}
.front-fv .c-btn.--trial .btn-img {
  position: absolute;
  bottom: 0.6rem;
  left: 3.6rem;
  width: 7.2rem;
}
.front-fv .c-btn.--download {
  position: relative;
  padding-left: 6rem;
  background: #cb1414;
}
.front-fv .c-btn.--download .btn-img {
  position: absolute;
  bottom: -0.25rem;
  left: 4.5rem;
  width: 4.6rem;
}
.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 2rem;
  font-size: 0;
  text-align: center;
}
.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 8rem;
  height: 2px;
  margin-right: 2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}
.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666;
  transform: scaleX(0);
  transform-origin: left center;
}
.front-fv__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.front-fv__img.poster .front-mv__img--video {
  display: none;
}
.front-fv__img.poster .front-mv__img--poster {
  display: block;
}
.front-fv__img--video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.front-fv__img--poster {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.front-bnr {
  position: relative;
  z-index: 2;
  display: none;
  /*! padding-top: 3rem; */
}
.front-bnr__list-wrap.swiper {
  overflow: visible;
}
.front-bnr__list-wrap.swiper.center .swiper-wrapper {
  justify-content: center;
}
.front-bnr__item {
  padding: 0 0.5rem;
}
.front-bnr__item.swiper-slide {
  width: 25rem;
  height: 8rem;
}
.front-bnr__item .item-inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  border-radius: 0.5rem;
}
.front-bnr__item .item-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.front-voice {
  position: relative;
  z-index: 1;
  /*! padding: 2.5rem 0 2rem; */
  background: #fff;
}
.front-voice__ttl {
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
  --spacing: 0.03em;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-voice__note {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.front-voice__patent {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  font-size: 10px;
  font-size: 1rem;
}
.front-voice__img {
  width: 90%;
  margin: 0 auto 0.5rem;
}
.front-voice__img img {
  width: 100%;
  /*! margin: 4rem 0 0; */
}
.front-voice__logo {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
  overflow: hidden;
}
.front-voice__logo-list {
  position: relative;
  height: 4.75rem;
  /*! margin-bottom: 4rem; */
}
.front-voice__logo-list:nth-of-type(2) .front-voice__logo-item {
  animation-delay: -4.85s;
}
.front-voice__logo-list:nth-of-type(3) .front-voice__logo-item {
  animation-delay: -9.7s;
}
.front-voice__logo-list:nth-of-type(4) .front-voice__logo-item {
  animation-delay: -14.55s;
}
.front-voice__logo-list.sp {
  display: block;
  margin-bottom: 2rem;
}
.front-voice__logo-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  font-size: 0;
  white-space: nowrap;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.front-voice__logo-item:nth-child(1) {
  animation-name: line1;
}
.front-voice__logo-item:nth-child(2) {
  animation-name: line2;
}
.front-voice__logo-item img {
  width: 197.1rem;
  max-width: none;
}
.front-announcement {
  position: relative;
  padding: 2.5rem 0 2rem;
  background: #f7f7f7;
}
.front-announcement__inner {
  position: relative;
}
.front-announcement__ttl {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
}
.front-announcement__list-wrap {
  position: relative;
}
.front-announcement__list {
  position: relative;
}
.front-announcement__item > a {
  display: block;
}
.front-announcement__item .meta {
  margin-bottom: 0.15rem;
  font-size: 0;
}
.front-announcement__item .time {
  display: inline-block;
}
.front-announcement__item .time time {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.front-announcement__item .time::after {
  position: relative;
  display: inline-block;
  padding: 0 0.25em;
  color: #cb1414;
  content: "｜";
  font-size: 11px;
  font-size: 1.1rem;
}
.front-announcement__item .tags {
  display: inline-block;
}
.front-announcement__item .tags span {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.front-announcement__item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-announcement__item .ttl span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}
.front-announcement .swiper-controller {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 6rem;
}
.front-announcement .swiper-button-next, .front-announcement .swiper-button-prev {
  position: relative;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  border: 1px solid #222;
  border-radius: 50%;
}
.front-announcement .swiper-button-next::after, .front-announcement .swiper-button-prev::after {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
  content: "";
}
.front-announcement .swiper-button-prev {
  left: 0;
}
.front-announcement .swiper-button-prev::after {
  left: 0.12rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.front-announcement .swiper-button-next {
  right: 0;
}
.front-announcement .swiper-button-next::after {
  right: 0.12rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
.front-about {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0 0;
  background: #cb1414;
}
.front-about__ttl {
  position: relative;
  margin-bottom: 1.25rem;
  color: #cb1414;
  text-align: center;
}
.front-about__ttl .jp {
  font-weight: 700;
  line-height: 1.35;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.front-about__ttl .jp .inview {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.front-about__ttl .jp .inview::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 1rem);
  content: "";
  background-color: #cb1414;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}
.front-about__ttl .jp .inview.js-animate {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}
.front-about__ttl .jp .inview.js-animate::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.front-about__ttl .en {
  margin-top: 0.25rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  --spacing: -0.02em;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-about__txt-area {
  position: relative;
  z-index: 1;
}
.front-about__txt-area span{
/*
	background: #fff;
  color: #cb1414;
  font-weight: bold;
  padding: 0;
*/
}

.front-about__copy {
  /*! margin-bottom: 2rem; */
  font-weight: 700;
  line-height: 1.4074074074;
  text-align: center;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #fff;
}
.front-about__copy span {
  --spacing: 0.14em;
}
.front-about__txt {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-about__sup {
  position: relative;
  z-index: 0;
  padding: 1.25rem 1.5rem;
  margin-top: 1.25rem;
  color: #fff;
  background: #666;
  border-radius: 0.5rem;
}
.front-about__sup::after {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  width: 1.4rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  content: "";
  background: #666;
  transform: translateX(-50%);
}
.front-about__sup .sup-ttl {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.front-about__sup .sup-txt {
  line-height: 1.6363636364;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.front-about__img {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.front-about__img.poster .front-mv__img--video {
  display: none;
}
.front-about__img.poster .front-mv__img--poster {
  display: block;
}
.front-about__img--video {
  display: block;
  width: 100%;
}
.front-about__img--poster {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
.front-about__img--video {
display: none !important;
  }
.front-about__img--poster {
	display: block !important;
	}
}
.front-about__bottom {
  /*! margin-top: 4rem; */
  transition-delay: 0.6s;
}
.front-about__ttl2 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5333333333;
  text-align: center;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
}
.front-about__ttl2 span {
  margin-right: 0.25em;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.front-about__list {
  display: flex;
  gap: 0 1.5rem;
}
.front-about__list.inview .front-about__item {
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.front-about__list.inview .front-about__item:nth-of-type(1) {
  transition-delay: 1s;
}
.front-about__list.inview .front-about__item:nth-of-type(2) {
  transition-delay: 1.175s;
}
.front-about__list.inview .front-about__item:nth-of-type(3) {
  transition-delay: 1.35s;
}
.front-about__list.inview.js-animate .front-about__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  border: ;
  /*! border-radius: 50%; */
}
.front-about__item {
  position: relative;
  z-index: 1;
  width: 10rem;
  /*! padding-top: 1rem; */
  text-align: center;
}
.front-about__item:not(:last-child)::after {
  position: absolute;
  top: 4.94rem;
  left: calc(100% + 0.4rem);
  width: 0.7rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #fff;
  display: none;
}
.front-about__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 10rem;
  height: 10rem;
  content: "";
  background: #f7f7f7;
  border-radius: 50%;
}
.front-about__item-num {
  margin-bottom: 0.45rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  color: #cb1414;
  text-align: center;
  --spacing: -0.02em;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 1rem;
}
.front-about__item-icon {
  width: 4.5rem;
  margin: 0 auto 2rem;
}
.front-about__item-txt {
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 2rem;
  padding-top: 1rem;
  text-align: center !important;
}
.front-demo {
  position: relative;
  z-index: 1;
  padding: 5rem 0 0;
}
.front-demo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: "";
  background: #f7f7f7;
}
.front-demo__inner {
  position: relative;
  padding: 0.4rem;
  overflow: hidden;
  background: #e5e5e5;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 1rem;
}
.front-demo__iframe {
  position: relative;
  padding: 1.5rem;
  background: #e5e5e5;
  border: 1px solid #666;
  border-radius: 0.8rem;
}
.front-feature {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0;
  background: #f7f7f7;
}
.front-feature__top {
  position: relative;
}
.front-feature__img {
  margin-bottom: 2rem;
}
.front-feature__copy {
  margin-bottom: 2.75rem;
  font-weight: 700;
  line-height: 1.4074074074;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.front-feature__txt {
  margin-bottom: 4.15rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-feature__bottom {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
}
.front-feature__list-wrap.swiper {
  overflow: visible;
}
.front-feature__list {
  counter-reset: number 0;
}
.front-feature__item {
  padding: 0 1rem;
}
.front-feature__item.swiper-slide {
  height: auto;
}
.front-feature__item.swiper-slide:not(.swiper-slide-visible) .item-inner {
  pointer-events: none;
  opacity: 0.7;
}
.front-feature__item .item-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.front-feature__item .item-txt-area {
  padding: 0 2.5rem 2rem;
}
.front-feature__item .item-ttl {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-feature__item .item-txt {
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-feature .swiper-controller {
  position: relative;
  max-width: 84%;
  margin: 4rem auto 0;
}
.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
}
.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background: #222;
  opacity: 0.3;
}
.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.front-feature .swiper-button-next, .front-feature .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border: 1px solid #222;
  border-radius: 50%;
}
.front-feature .swiper-button-next::after, .front-feature .swiper-button-prev::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
}
.front-feature .swiper-button-prev {
  left: 0;
}
.front-feature .swiper-button-prev::after {
  left: 0.2rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.front-feature .swiper-button-next {
  right: 0;
}
.front-feature .swiper-button-next::after {
  right: 0.2rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
.front-feature__btn-box {
  /* margin-top: 4.5rem; */
  text-align: center;
  /*! margin-bottom: 2rem; */
}
.front-scene {
  position: relative;
  z-index: 1;
  padding: 7.15rem 0 7.5rem;
}
.front-scene__top {
  position: relative;
}
.front-scene__txt-area {
  margin-bottom: 2rem;
}
.front-scene__copy {
  margin-bottom: 2.75rem;
  font-weight: 700;
  line-height: 1.4074074074;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.front-scene__txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-scene .front-scene__list-wrap {
  border-radius: 1rem;
}
.front-scene .swiper-controller {
  position: relative;
  margin-top: 1.5rem;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 0;
  text-align: left;
  counter-reset: number 0;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 1rem 2.5rem;
  margin: 0 0 1.5rem;
  color: #666;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  opacity: 1;
  transition: color 0.5s ease;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #cb1414;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet.swiper-pagination-bullet-active h4 span {
  background-size: 100% 2px;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet::before {
  position: absolute;
  top: calc(50% - 1.125rem);
  left: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 {
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#cb1414, #cb1414);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.5s ease;
}
.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-scene .swiper-pagination-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.front-scene .swiper-pagination-link li {
  display: block;
  width: 100%;
}
.front-scene .swiper-pagination-link li:nth-of-type(1) {
  height: 6.3rem;
}
.front-scene .swiper-pagination-link li:nth-of-type(2) {
  height: 6.3rem;
  margin-top: 1.6rem;
}
.front-scene .swiper-pagination-link li:nth-of-type(3) {
  height: 6.3rem;
  margin-top: 1.6rem;
}
.front-scene .swiper-pagination-link li > a {
  display: block;
  height: 100%;
}
.front-scene__bottom {
  position: relative;
  padding: 2.5rem 0;
  margin: 4rem -0.75rem 0;
  background: #f7f7f7;
  border-radius: 0.5rem;
}
.front-scene__bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 14.1791044776%;
  height: 100%;
  content: "";
  border-top: 1px solid #fff;
  border-top-left-radius: 1rem;
}
.front-scene__bottom::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 14.1791044776%;
  height: 100%;
  content: "";
  border-top: 1px solid #fff;
  border-top-right-radius: 1rem;
}
.front-scene__bottom-ttl {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.front-scene__slider {
  position: relative;
  height: 19.5rem;
  padding-top: 0.5rem;
  overflow: hidden;
}
.front-scene__slider-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 504%;
  font-size: 0;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.front-scene__slider-list:nth-child(1) {
  animation-name: line1;
}
.front-scene__slider-list:nth-child(2) {
  animation-name: line2;
}
.front-scene__slider-item {
  width: 43.1428571429%;
  padding: 0 2.25rem;
}
.front-scene__slider-item .item-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  padding: 0.5rem 0.15rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #cb1414;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
  border-radius: 1rem;
  transform: translateZ(0);
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-scene__slider-item .item-txt::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 1.3rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  background: #fff;
  transform: translateX(-50%);
}
.front-scene__slider-item .item-img {
  width: 89.4039735099%;
  margin: -1.5rem auto 0;
  border: 0.8rem solid #dadada;
  border-radius: 50%;
}
.front-scene__btn-box {
  margin-top: 4rem;
  text-align: center;
}
.front-dx {
  position: relative;
  z-index: 0;
  padding: 8rem 0 7.5rem;
  background: #f7f7f7;
}
.front-dx__top {
  position: relative;
}
.front-dx__img {
  position: relative;
  width: 31.062rem;
  height: 36.4428rem;
  padding: 0 2rem;
  margin: 0 auto 4.75rem;
}
.front-dx__img .parts01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.112rem;
  height: 28.4495rem;
}
.front-dx__img .parts02 {
  position: absolute;
  top: 11.2rem;
  left: 18.25rem;
  width: 12.8195rem;
  height: 22.0025rem;
  transition: transform 0.3s linear 0.2s;
  transform: scaleY(1);
  transform-origin: left bottom;
}
.front-dx__img .parts03 {
  position: absolute;
  bottom: 3.35rem;
  left: 1.15rem;
  width: 0.6525rem;
  height: 6.9615rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.front-dx__img .parts04 {
  position: absolute;
  bottom: 5.225rem;
  left: 3.05rem;
  width: 8.2295rem;
  height: 3.23rem;
  opacity: 0;
}
.front-dx__img .parts05 {
  position: absolute;
  top: 11.5rem;
  left: 1.05rem;
  width: 0.958rem;
  height: 14.2955rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.front-dx__img .parts06 {
  position: absolute;
  top: 16.85rem;
  left: 3.75rem;
  width: 6.9615rem;
  height: 3.242rem;
  opacity: 0;
}
.front-dx__img .parts07 {
  position: absolute;
  top: 11.5rem;
  left: 19.3rem;
  width: 0.6525rem;
  height: 6.9615rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.front-dx__img .parts08 {
  position: absolute;
  top: 13.5rem;
  left: 20.7rem;
  width: 9.227rem;
  height: 3.242rem;
  opacity: 0;
}
.front-dx__img .parts09 {
  position: absolute;
  bottom: 3.35rem;
  left: 19.15rem;
  width: 0.958rem;
  height: 14.2955rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.front-dx__img .parts10 {
  position: absolute;
  bottom: 9.05rem;
  left: 21.15rem;
  width: 8.2295rem;
  height: 3.23rem;
  opacity: 0;
}
.front-dx__img .parts11 {
  position: absolute;
  top: 0;
  right: -2.45rem;
  width: 12.5rem;
  height: 12.5rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  transform: translateZ(0);
}
.front-dx__img.js-animate .parts02 {
  transform: scaleY(0.66);
}
.front-dx__img.js-animate .parts03 {
  opacity: 1;
}
.front-dx__img.js-animate .parts04 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.front-dx__img.js-animate .parts05 {
  opacity: 1;
}
.front-dx__img.js-animate .parts06 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.front-dx__img.js-animate .parts07 {
  opacity: 1;
}
.front-dx__img.js-animate .parts08 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.front-dx__img.js-animate .parts09 {
  opacity: 1;
}
.front-dx__img.js-animate .parts10 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.front-dx__img.js-animate .parts11 {
  animation: bounce-balloon 0.4s ease 0.75s;
  animation-fill-mode: both;
}
.front-dx__copy {
  margin-bottom: 3.15rem;
  font-weight: 700;
  line-height: 1.4074074074;
  white-space: nowrap;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.front-dx__txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-dx__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 32rem;
  padding: 3.65rem 3.5rem;
  margin-top: 5rem;
  overflow: hidden;
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/dx_img02_sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0.5rem;
}
.front-dx__bottom-ttl {
  margin-bottom: 2.5rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.front-dx__bottom-txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.front-dx__btn-box {
  margin-top: 4rem;
  text-align: center;
}
.front-case {
  position: relative;
  /*! padding: 7rem 0 4.5rem; */
}
.front-case__inner {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
  /*! margin-top: 4rem; */
  /*! margin-bottom: 4rem; */
  padding-bottom: 11rem;
}

@media screen and (max-width: 767px) {
	.front-case__inner {
  padding-bottom: 6rem;
}
}




.front-case__list-wrap.swiper {
  overflow: visible;
}
.front-case__item {
  padding: 0 1rem;
}
.front-case__item.swiper-slide {
  height: auto;
}
.front-case .item-inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.front-case .item-img {
  height: 14.341rem;
}
.front-case .item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 73/39;
  -o-object-fit: cover;
  object-fit: cover;
}
.front-case .item-main {
  width: 100%;
  padding: 2rem 2rem 2.5rem;
}
.front-case .item-ttl {
  display: -webkit-box;
  margin-bottom: 1rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.4705882353;
  color: #cb1414;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-size: 1.7rem;
}
//.front-case .item-logo {
//  height: 2.5rem;
//  margin-bottom: 1rem;
//}
.front-case .item-logo {
  width: 200px;
  margin-bottom: 10px;
}

.front-case .item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.front-case .item-txt {
  font-weight: 700;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-case .item-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.front-case .item-tags span {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
.front-case .swiper-controller {
  position: relative;
  max-width: 84%;
  margin: 0rem auto 0;
}
.front-case .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
}
.front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background: #222;
  opacity: 0.3;
}
.front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.front-case .swiper-button-next, .front-case .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
}
.front-case .swiper-button-next::after, .front-case .swiper-button-prev::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
}
.front-case .swiper-button-prev {
  left: 0;
}
.front-case .swiper-button-prev::after {
  left: 0.2rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.front-case .swiper-button-next {
  right: 0;
}
.front-case .swiper-button-next::after {
  right: 0.2rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}
.front-case__btn-box {
  margin-top: 5rem;
  text-align: center;
}
.front-case__result-box {
  margin: 3.5rem auto 1.5rem;
}
.front-case__sub-ttl {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.front-case__img {
  text-align: center;
}
.front-case__img img {
  width: 89.7014925373%;
}
.front-case__note {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.front-case__logo {
  position: relative;
  margin: 0 -2rem;
}
.front-news {
  position: relative;
  z-index: 1;
  padding: 7rem 0 2.5rem;
  background: #f7f7f7;
}
.front-news__tab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.7rem 1rem 0;
}
.front-news__tab-item {
  position: relative;
  margin: 0 1.7rem 1rem 0;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 10px;
  font-size: 1rem;
}
.front-news__tab-item.is-active::before {
  margin-right: 0.25em;
  color: #fff;
  content: "●";
}
.front-news__tab-item:last-child {
  margin-right: 0;
}
.front-news__tab-item::before {
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.front-news__tab-item > span {
  position: relative;
  display: inline-block;
}
.front-news__tab-item > span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #222;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left center;
}
.front-news__panel-list {
  position: relative;
}
.front-news__panel-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.front-news__panel-item.is-show {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) 0.4s;
}
.front-news__list {
  position: relative;
  border-top: 1px solid #dadada;
}
.front-news__item {
  border-bottom: 1px solid #dadada;
}
.front-news__item > a {
  display: block;
}
.front-news__item .item-inner {
  padding: 1.6rem 0 1.85rem;
  transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}
.front-news__item .meta {
  margin-bottom: 0.15rem;
  font-size: 0;
}
.front-news__item .time {
  display: inline-block;
}
.front-news__item .time time {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
.front-news__item .time::after {
  position: relative;
  display: inline-block;
  padding: 0 0.25em;
  color: #cb1414;
  content: "｜";
  font-size: 11px;
  font-size: 1.1rem;
}
.front-news__item .tags {
  display: inline-block;
}
.front-news__item .tags span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  height: 1.6rem;
  padding: 0 0.75rem;
  margin: 0 1rem 0 0;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0;
  border-radius: 1rem;
  font-size: 10.5px;
  font-size: 1.05rem;
}
.front-news__item .tags span.news {
  background: #cb1414;
}
.front-news__item .tags span.press {
  background: #1f8bc1;
}
.front-news__item .tags span.seminar {
  background: #38af6b;
}
.front-news__item .tags span.blog {
  background: #d69e00;
}
.front-news__item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.front-news__item .ttl span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}
.front-news__btn-box {
  margin-top: 3rem;
  text-align: center;
}
.front-about__bottom__btn-box {
  padding: 3rem 0 !important;
}
.front-about__bottom__btn-box a {
  width: 84%;
  /* height: 10.4rem; */
  padding: 0.5rem 2rem;
  font-size: 16px;
  font-size: 2.4rem;
}
.front-about__bottom__btn-box a {
  color: #cb1414 !important;
  background: #fff !important;
  margin: 0 !important;
}
@media screen and (max-width: 1080px) {
	.front-about__bottom__btn-box a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px) {
  .front-about__bottom__btn-box {
    padding: 0 0 3rem !important;
  }
  .front-about__bottom__btn-box a {
    width: 100% !important;
    margin: 0 !important;
  }
  .front-about__bottom__btn-box a {
    width: 22.5rem;
    height: 6.8rem;
    padding: inherit;
    font-size: inherit;
    font-size: 1.6rem;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
}
/****************メディアクエリー***************/
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .front-bnr__item .item-inner:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
    transform: translate3d(0, -0.5rem, 0);
  }
  .front-announcement__item > a:hover {
    background: #fbf6f6;
  }
  .front-announcement__item > a:hover .ttl span {
    background-size: 100% 1px;
  }
  .front-announcement .swiper-button-next:hover, .front-announcement .swiper-button-prev:hover {
    border-color: #cb1414;
  }
  .front-announcement .swiper-button-next:hover::after, .front-announcement .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }
  .front-feature .swiper-button-next:hover, .front-feature .swiper-button-prev:hover {
    border-color: #cb1414;
  }
  .front-feature .swiper-button-next:hover::after, .front-feature .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }
  .front-case .swiper-button-next:hover, .front-case .swiper-button-prev:hover {
    border-color: #cb1414;
  }
  .front-case .swiper-button-next:hover::after, .front-case .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }
  .front-news__tab-item:hover > span::after {
    transform: scaleX(1);
  }
  .front-news__item > a:hover {
    background: #fbf6f6;
  }
  .front-news__item > a:hover .ttl span {
    background-size: 100% 1px;
  }
}
/****************メディアクエリー２***************/
@media screen and (min-width: 768px) {
  .front-fv {
    height: auto;
  }
  .front-fv__inner {
    position: relative;
    bottom: 0;
    left: 0;
    height: 61rem;
    margin-top: 9rem;
  }
  .front-fv__item.swiper-slide {
    padding: 9rem 0 0;
  }
  .front-fv__tagline {
    margin-bottom: 2.25rem;
  }
  .front-fv__tagline > p {
    padding: 0 0.5rem;
    font-size: 56px;
    font-size: 5.6rem;
  }
  .front-fv__txt > p {
    line-height: 1.6666666667;
    --spacing: 0.05em;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-fv__btns {
    margin: 5.5rem -1.6666666667% 0;
    text-align: left;
    margin-top: auto;
    margin-bottom: 10rem;
  }
  .front-fv .c-btn {
    justify-content: flex-start;
    width: 30rem;
    height: 7.5rem;
    margin: 0 1.6666666667%;
    border-width: 2px;
  }
  .front-fv .c-btn.--trial {
    padding-left: 12.4rem;
  }
  .front-fv .c-btn.--trial .btn-img {
    bottom: 0.6rem;
    left: 0.6rem;
    width: 11.6rem;
  }
  .front-fv .c-btn.--download {
    padding-left: 10.5rem;
  }
  .front-fv .c-btn.--download .btn-img {
    bottom: -0.4rem;
    left: 2rem;
    width: 7.2rem;
  }
  .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 3rem;
    text-align: left;
  }
  .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12rem;
  }
  .front-bnr {
    /*! padding-top: 4rem; */
  }
  .front-bnr__item {
    padding: 0 1rem;
  }
  .front-bnr__item.swiper-slide {
    width: 34.1rem;
    height: 10.0886rem;
  }
  .front-bnr__item .item-inner {
    border-radius: 1rem;
  }
  .front-voice {
    /*! padding: 3.6rem 0 3rem; */
  }
  .front-voice__inner {
    position: relative;
  }
  .front-voice__ttl {
    margin-bottom: 1.25rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-voice__note {
    margin-top: 2rem;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .front-voice__img {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .front-voice__logo-list {
    /* height: 6.3rem; */
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  .front-voice__logo-list:nth-of-type(2) {
    margin-top: 2rem;
  }
  .front-voice__logo-list:nth-of-type(2) .front-voice__logo-item {
    animation-delay: -9.25s;
  }
  .front-voice__logo-list:nth-of-type(3) {
    margin-top: 2rem;
  }
  .front-voice__logo-list:nth-of-type(3) .front-voice__logo-item {
    animation-delay: -18.5s;
  }
  .front-voice__logo-list:nth-of-type(4) {
    margin-top: 2rem;
  }
  .front-voice__logo-list:nth-of-type(4) .front-voice__logo-item {
    animation-delay: -27.75s;
  }
  .front-voice__logo-list.sp {
    display: none;
  }
  .front-voice__logo-item {
    animation-duration: 20s;
  }
  .front-voice__logo-item img {
    width: 262.8rem;
  }
  .front-announcement {
    padding: 3rem 0;
  }
  .front-announcement__inner {
    max-width: 88rem;
    padding: 0 10rem 0 17rem;
    margin: 0 auto;
  }
  .front-announcement__inner::before {
    position: absolute;
    top: 0;
    left: 14rem;
    width: 1px;
    height: 100%;
    content: "";
    background: #222;
  }
  .front-announcement__ttl {
    position: absolute;
    top: 50%;
    left: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-announcement__item .meta {
    margin-bottom: 0.25rem;
  }
  .front-announcement__item .time time {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-announcement__item .time::after {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-announcement__item .tags span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-announcement__item .ttl {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-announcement .swiper-controller {
    top: 50%;
    width: 9rem;
    transform: translateY(-50%);
  }
  .front-announcement .swiper-button-next, .front-announcement .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    transition: border-color 0.4s ease;
  }
  .front-announcement .swiper-button-next::after, .front-announcement .swiper-button-prev::after {
    width: 0.8rem;
    height: 0.8rem;
    transition: border-color 0.4s ease;
  }
  .front-announcement .swiper-button-prev::after {
    left: 0.2rem;
  }
  .front-announcement .swiper-button-next::after {
    right: 0.2rem;
  }
  .front-about {
    padding: 7.15rem 0 0;
    background: #cb1414;
  }
  .front-about__ttl {
    margin-bottom: 2rem;
    color: #fff;
  }
  .front-about__ttl .jp {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .front-about__ttl .en {
    margin-top: 0.5rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-about__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .front-about__txt-area {
    width: 41.6666666667%;
    margin-top: 4rem;
  }
  .front-about__copy {
    /*! margin-bottom: 2.85rem; */
    line-height: 1.5217391304;
    text-align: left;
    transition-delay: 0.6s;
    font-size: 36.5px;
    font-size: 2.65rem;
  }
  .front-about__txt {
    margin-bottom: 0;
    line-height: 1.6666666667;
    text-align: left;
    transition-delay: 0.6s;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-about__sup {
    padding: 1.75rem;
    margin-top: 3.15rem;
    border-radius: 1rem;
    transition-delay: 0.6s;
  }
  .front-about__sup::after {
    left: 18%;
    width: 2.2rem;
    height: 1.2rem;
  }
  .front-about__sup .sup-ttl {
    margin-bottom: 0.15rem;
    line-height: 1.8571428571;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-about__sup .sup-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-about__img {
    width: 69.9889258029%;
    margin: 0 -13rem 0 -4.525rem;
  }
  .front-about__img--video {
    width: 92%;
    margin-left: 8%;
  }

  .front-about__img--poster {
    margin-left: 2.85rem;
  }
  .front-about__bottom {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /*! margin-top: 3rem; */
  }
  .front-about__ttl2 {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-about__list {
    /*! gap: 0 4rem; */
    /* margin-left: 1.5rem; */
  }
  .front-about__list.inview .front-about__item {
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }
  .front-about__item {
    width: 15rem;
    height: auto;
    /*! padding-top: 0; */
    background: #f7f7f7;
    border-radius: 4%;
    padding: 0 1rem;
  }
  .front-about__item:not(:last-child)::after {
    top: 9.7rem;
    left: calc(100% + 1.35rem);
    width: 1.3rem;
    height: 2.6rem;
    display: none;
  }
  .front-about__item::before {
    display: none;
  }
  .front-about__item-num {
    margin-bottom: 0.9rem;
    font-size: 24px;
    font-size: 1.4rem;
  }
  .front-about__item-icon {
    width: 7.3rem;
    margin: 0 auto 1rem;
  }
  .front-about__item-txt {
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.2rem;
    color: #222;
  }
  .front-demo__inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 2.4rem;
  }
  .front-demo__iframe {
    padding: 2rem;
    border-width: 2px;
    border-radius: 2rem;
  }
  .front-feature {
    padding: 10rem 0;
  }
  .front-feature__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9rem;
  }
  .front-feature .sec-ttl {
    position: absolute;
    top: 0;
    left: 51.5%;
  }
  .front-feature__img {
    width: 50.9413067553%;
    margin: 0 0 0 -3rem;
  }
  .front-feature__txt-area {
    width: 48.5%;
    padding-top: 12rem;
  }
  .front-feature__copy {
    margin-bottom: 3.95rem;
    line-height: 1.5217391304;
    transition-delay: 0.3s;
    font-size: 36.5px;
    font-size: 3.65rem;
  }
  .front-feature__txt {
    margin-bottom: 0;
    line-height: 1.6666666667;
    transition-delay: 0.3s;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-feature__bottom {
    margin: 0 -3rem;
  }
  .front-feature__item {
    padding: 0 3rem;
  }
  .front-feature__item .item-inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .front-feature__item .item-txt-area {
    padding: 0.5rem 3.5rem 2.5rem;
  }
  .front-feature__item .item-ttl {
    margin-bottom: 1.35rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-feature__item .item-txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-feature .swiper-controller {
    max-width: 86rem;
    margin: 5.5rem auto 0;
  }
  .front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }
  .front-feature .swiper-button-next, .front-feature .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transition: border-color 0.4s ease;
  }
  .front-feature .swiper-button-next::after, .front-feature .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
    transition: border-color 0.4s ease;
  }
  .front-feature .swiper-button-prev::after {
    left: 0.25rem;
  }
  .front-feature .swiper-button-next::after {
    right: 0.25rem;
  }
  .front-feature__btn-box {
    display: flex;
    /* margin-top: 7.5rem; */
    margin: 2rem 0;
    justify-content: center;
  }
  .front-scene {
    padding: 10rem 0;
  }
  .front-scene__txt-area {
    width: 48.5%;
    margin-bottom: 4rem;
  }
  .front-scene__copy {
    margin: 0 -2.2rem 3.95rem 0;
    line-height: 1.5217391304;
    font-size: 36.5px;
    font-size: 3.65rem;
  }
  .front-scene__txt {
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-scene .front-scene__list-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.5%;
    border-radius: 1rem;
  }
  .front-scene .swiper-controller {
    width: 48.5%;
    margin-top: 0;
  }
  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet {
    padding: 0 0 2rem 4rem;
    margin-bottom: 2rem;
  }
  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet::before {
    top: calc(50% - 1.9rem);
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet p {
    margin-top: 0.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-scene .swiper-pagination-link li:nth-of-type(1) {
    height: 8.2rem;
  }
  .front-scene .swiper-pagination-link li:nth-of-type(2) {
    height: 8.2rem;
    margin-top: 2.1rem;
  }
  .front-scene .swiper-pagination-link li:nth-of-type(3) {
    height: 8.2rem;
    margin-top: 2.1rem;
  }
  .front-scene__bottom {
    padding: 4.35rem 0 4rem;
    margin: 4.75rem 0 0;
    border-radius: 2rem;
  }
  .front-scene__bottom::before {
    width: 27.0833333333%;
    border-top-left-radius: 2rem;
  }
  .front-scene__bottom::after {
    width: 27.0833333333%;
    border-top-right-radius: 2rem;
  }
  .front-scene__bottom-ttl {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-scene__slider {
    height: 26rem;
    padding-top: 1rem;
  }
  .front-scene__slider-list {
    width: 263.9607%;
    animation-duration: 20s;
  }
  .front-scene__slider-item {
    width: 24.2623873874%;
  }
  .front-scene__slider-item .item-txt {
    height: 10rem;
    margin: 0;
    line-height: 1.6666666667;
    filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.3));
    border-radius: 1rem;
    font-size: 15.75px;
    font-size: 1.575rem;
  }
  .front-scene__slider-item .item-txt::after {
    width: 1.5rem;
    height: 1.4rem;
  }
  .front-scene__slider-item .item-img {
    width: 69.2307692308%;
    margin: -2rem auto 0;
    border-width: 1.1rem;
  }
  .front-scene__btn-box {
    margin-top: 8rem;
  }
  .front-dx {
    padding: 8rem 0 10rem;
  }
  .front-dx__top {
    display: flex;
    justify-content: space-between;
  }
  .front-dx .sec-ttl {
    position: absolute;
    top: 0;
    left: 51.5%;
  }
  .front-dx__img {
    width: 48.5%;
    height: 46.7221rem;
    padding: 0;
    margin: 3.5rem 0 0;
  }
  .front-dx__img .parts01 {
    width: 41.4rem;
    height: 37.551rem;
  }
  .front-dx__img .parts02 {
    top: 13.2215rem;
    left: 24.336rem;
    width: 17.0526rem;
    height: 29.2664rem;
  }
  .front-dx__img .parts03 {
    bottom: 4.545rem;
    left: 1.6114rem;
    width: 0.9246rem;
    height: 9.26rem;
  }
  .front-dx__img .parts04 {
    bottom: 7.3132rem;
    left: 4.7516rem;
    width: 9.6014rem;
    height: 3.7219rem;
  }
  .front-dx__img .parts05 {
    top: 13.4282rem;
    left: 1.4462rem;
    width: 1.2743rem;
    height: 19.0152rem;
  }
  .front-dx__img .parts06 {
    top: 20.8654rem;
    left: 5.5779rem;
    width: 8.1214rem;
    height: 3.7351rem;
  }
  .front-dx__img .parts07 {
    top: 13.4282rem;
    left: 25.8235rem;
    width: 0.9246rem;
    height: 9.2601rem;
  }
  .front-dx__img .parts08 {
    top: 16.1965rem;
    left: 28.5091rem;
    width: 10.3592rem;
    height: 3.7351rem;
  }
  .front-dx__img .parts09 {
    bottom: 4.421rem;
    left: 25.6582rem;
    width: 1.2743rem;
    height: 19.0152rem;
  }
  .front-dx__img .parts10 {
    bottom: 12.3953rem;
    left: 28.9223rem;
    width: 9.6014rem;
    height: 3.7219rem;
  }
  .front-dx__img .parts11 {
    right: -1rem;
    width: 15.04rem;
    height: 15.04rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  }
  .front-dx__img.js-animate .parts02 {
    transform: scaleY(0.67);
  }
  .front-dx__txt-area {
    width: 48.5%;
    padding-top: 13.15rem;
  }
  .front-dx__copy {
    margin-bottom: 5.5rem;
    line-height: 1.5217391304;
    font-size: 36.5px;
    font-size: 3.65rem;
  }
  .front-dx__txt {
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-dx__bottom {
    justify-content: center;
    min-height: 30rem;
    padding: 4rem 3.25rem 3rem;
    margin-top: 10rem;
    background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/dx_img02.jpg");
    background-position: 80% 50%;
    background-size: 100% auto;
    border-radius: 2rem;
  }
  .front-dx__bottom-ttl {
    margin-bottom: 3.25rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .front-dx__bottom-txt {
    max-width: 49rem;
    margin: 0 auto;
    line-height: 1.6666666667;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-dx__btn-box {
    margin-top: 8rem;
  }
  .front-case {
    /*! padding: 9.5rem 0 11rem; */
  }
  .front-case__item {
    padding: 0 2rem;
  }
  .front-case .item-inner {
    filter: none;
    border-radius: 1rem;
  }
  .front-case .item-img {
    height: 32.022rem;
  }
  .front-case .item-main {
    height: 175px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem 2.5rem 2.5rem;
    background: rgba(255, 255, 255, 0.9);
  }
  .front-case .item-ttl {
    margin-bottom: 1rem;
    line-height: 1.3461538462;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .front-case .item-logo {
//    height: 3.5rem;
  }
  .front-case .item-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .front-case .item-tags span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .front-case .swiper-controller {
    max-width: 86rem;
    margin: 5.5rem auto 0;
  }
  .front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }
  .front-case .swiper-button-next, .front-case .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transition: border-color 0.4s ease;
  }
  .front-case .swiper-button-next::after, .front-case .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
    transition: border-color 0.4s ease;
  }
  .front-case .swiper-button-prev::after {
    left: 0.25rem;
  }
  .front-case .swiper-button-next::after {
    right: 0.25rem;
  }
  .front-case__btn-box {
    margin-top: 11rem;
  }
  .front-case__result-box {
    width: 80.8333333333%;
    margin: 7.5rem auto 6.5rem;
  }
  .front-case__sub-ttl {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-case__img img {
    width: 100%;
  }
  .front-case__note {
    margin-top: 2.15rem;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .front-case__logo {
    margin: 0;
  }
  .front-news {
    padding: 10rem 0 4rem;
  }
  .front-news__inner {
    position: relative;
  }
  .front-news .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .front-news__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 55.5rem;
  }
  .front-news__tab-list {
    flex-direction: column;
    margin: 14rem 0 0;
  }
  .front-news__tab-item {
    margin: 0 0 2.4rem;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-news__tab-item.is-active.--news::before {
    color: #cb1414;
  }
  .front-news__tab-item.is-active.--press::before {
    color: #1f8bc1;
  }
  .front-news__tab-item.is-active.--seminar::before {
    color: #38af6b;
  }
  .front-news__tab-item.is-active.--blog::before {
    color: #d69e00;
  }
  .front-news__tab-item.is-active::before {
    color: #666;
  }
  .front-news__tab-item.is-active > span::after {
    transform: scaleX(1);
  }
  .front-news__tab-item:last-child {
    margin-bottom: 0;
  }
  .front-news__panel-list {
    width: 67.4038461538%;
    margin-top: -0.2rem;
  }
  .front-news__item .item-inner {
    padding: 2.5rem 0 3rem;
  }
  .front-news__item .meta {
    margin-bottom: 0.5rem;
  }
  .front-news__item .time time {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-news__item .time::after {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .front-news__item .tags span {
    min-width: 10rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .front-news__item .ttl {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-news__btn-box {
    position: absolute;
    top: 41.5rem;
    left: 0;
    margin-top: 0;
    text-align: left;
  }
  .front-news__btn-box .c-btn {
    width: 24rem;
  }
}
/****************メディアクエリー３***************/
@media screen and (min-width: 1024px) {
  .front-bnr__item.swiper-slide {
    width: 35rem;
    height: 11rem;
  }
  .front-about__copy {
    font-size: 46px;
    font-size: 3.4rem;
  }
  .front-about__img {
    width: 70%;
    margin: 0 -20rem 0 -3.3333333333%;
  }
  .front-about__list {
    /*! gap: 0 6.5rem; */
    /* margin-left: 4rem; */
  }
  .front-about__item:not(:last-child)::after {
    left: calc(100% + 2.6rem);
  }
  .front-feature .sec-ttl {
    top: 4.5rem;
    left: 54.5833%;
  }
  .front-feature__img {
    width: 54.5%;
    margin: 0 0 0 -4rem;
  }
  .front-feature__txt-area {
    width: 45.4166666667%;
    padding-top: 12rem;
  }
  .front-feature__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .front-feature .swiper-controller {
    max-width: 116rem;
  }
  .front-scene__txt-area {
    width: 52.5%;
  }
  .front-scene__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .front-scene .front-scene__list-wrap {
    width: 46.6666666667%;
  }
  .front-scene .swiper-controller {
    width: 44rem;
  }
  .front-scene__slider-list {
    width: 240%;
    animation-duration: 20s;
  }
  .front-scene__slider-item {
    width: 26.6666666667%;
    padding: 0 3rem;
  }
  .front-scene__slider-item .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .front-dx .sec-ttl {
    left: 54.5833%;
  }
  .front-dx__img {
    width: 41.75%;
    height: 56.5403rem;
    margin-top: -4.5rem;
  }
  .front-dx__img .parts01 {
    width: 50.1rem;
    height: 45.442rem;
  }
  .front-dx__img .parts02 {
    top: 16rem;
    left: 29.45rem;
    width: 20.636rem;
    height: 35.417rem;
  }
  .front-dx__img .parts03 {
    bottom: 5.5rem;
    left: 1.95rem;
    width: 1.119rem;
    height: 11.206rem;
  }
  .front-dx__img .parts04 {
    bottom: 8.85rem;
    left: 5.75rem;
    width: 11.619rem;
    height: 4.504rem;
  }
  .front-dx__img .parts05 {
    top: 16.25rem;
    left: 1.75rem;
    width: 1.542rem;
    height: 23.011rem;
  }
  .front-dx__img .parts06 {
    top: 25.25rem;
    left: 6.75rem;
    width: 9.828rem;
    height: 4.52rem;
  }
  .front-dx__img .parts07 {
    top: 16.25rem;
    left: 31.25rem;
    width: 1.119rem;
    height: 11.206rem;
  }
  .front-dx__img .parts08 {
    top: 19.6rem;
    left: 34.5rem;
    width: 12.536rem;
    height: 4.52rem;
  }
  .front-dx__img .parts09 {
    bottom: 5.35rem;
    left: 31.05rem;
    width: 1.542rem;
    height: 23.011rem;
  }
  .front-dx__img .parts10 {
    bottom: 15rem;
    left: 35rem;
    width: 11.619rem;
    height: 4.504rem;
  }
  .front-dx__img .parts11 {
    right: -4rem;
    width: 18.2rem;
    height: 18.2rem;
  }
  .front-dx__txt-area {
    width: 45.4166666667%;
  }
  .front-dx__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .front-dx__bottom {
    background-position: 50% 50%;
  }
  .front-case .item-img {
    height: 39rem;
  }
  .front-case .item-block {
    display: flex;
    align-items: center;
  }
  .front-case .item-logo {
    margin-bottom: 0;
  }
  .front-case .item-txt-wrap {
    margin-left: 1.5rem;
  }
  .front-case .swiper-controller {
    max-width: 116rem;
  }
}
/****************メディアクエリー11***************/
@media screen and (max-width: 767px) {
  .front-fv .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3rem;
    height: 100%;
  }
  .front-fv .c-btn:not(:first-child) {
    margin-top: 1.5rem;
  }
  .front-news__tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3rem;
    color: #666;
    background: #fff;
    border: 1px solid #666;
    border-radius: 1.5rem;
  }
  .front-news__tab-item.--news {
    color: #cb1414;
    border-color: #cb1414;
  }
  .front-news__tab-item.--press {
    color: #1f8bc1;
    border-color: #1f8bc1;
  }
  .front-news__tab-item.--seminar {
    color: #38af6b;
    border-color: #38af6b;
  }
  .front-news__tab-item.--blog {
    color: #d69e00;
    border-color: #d69e00;
  }
  .front-news__tab-item.is-active {
    color: #fff;
    background: #666;
  }
  .front-news__tab-item.is-active.--news {
    background: #cb1414;
  }
  .front-news__tab-item.is-active.--press {
    background: #1f8bc1;
  }
  .front-news__tab-item.is-active.--seminar {
    background: #38af6b;
  }
  .front-news__tab-item.is-active.--blog {
    background: #d69e00;
  }
}
.scene-d-cont__subttl {
  /*! padding: 3rem 2.5rem 2rem; */
}
.scene-d-cont__subttl-txt {
  padding: 1.3rem;
  font-weight: 700;
  line-height: 1.4705882353;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.5rem;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .scene-d-cont__subttl {
    /*! padding: 5rem 5rem 4rem; */
  }
  .scene-d-cont__subttl-txt {
    padding: 2.8rem;
    border-radius: 1rem;
    font-size: 30px;
    font-size: 3rem;
  }
}
/************************
アドバンテージ
*************************/
.advantage .c-mv__inner {
  padding-bottom: 24rem;
}
.advantage .c-mv__tagline {
  margin: 6.65rem -0.5em 0;
  font-weight: 700;
  line-height: 1.2962962963;
  text-align: center;
  letter-spacing: 0;
  font-size: 27px;
  font-size: 2.7rem;
}
.advantage .c-mv__tagline small {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}
.advantage .c-mv__img {
  position: absolute;
  top: 28.5%;
  left: -0.9rem;
  width: 37.375rem;
  height: 22.075rem;
}
.advantage-contWrap {
  position: relative;
  counter-reset: number 0;
}
.advantage-cont {
  position: relative;
}
.advantage-cont__top {
  padding: 4.5rem 0 4rem;
  background: #f7f7f7;
}
.advantage-cont__top .container {
  position: relative;
  padding-bottom: 3rem;
}
.advantage-cont__top .container::after {
	display: none;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3.25rem);
  width: 7.5rem;
  height: 1px;
  content: "";
  background: #cb1414;
}
.advantage-cont__ttl {
  position: relative;
  /*! padding-top: 2.5rem; */
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4583333333;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.advantage-cont__ttl::before {
	display: none;
  position: absolute;
  top: 0;
  left: calc(50% - 0.6em);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  --spacing: -0.02em;
  font-size: 17px;
  font-size: 1.7rem;
}
.advantage-cont__lead {
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.advantage-cont__bottom {
  min-height: 10rem;
  background: #fff;
}
.advantage-cost {
  position: relative;
}



.advantege_sp_visible_text{
	display: none;
}
.advantege_sp_hidden_text{
	display: block;
}
@media screen and (max-width: 767px) {
.advantege_sp_visible_text{
	display: block;
}
.advantege_sp_hidden_text{
	display: none;
}
}



.advantage-cost__bottom {
  padding: 0.5rem 0 2.5rem;
}
.advantage-cost__item {
  /*! padding: 2.5rem 0; */
}
.advantage-cost__item:not(:first-child) {
  border-top: 1px solid #dadada;
  /*! padding-bottom: 4rem; */
  /*! padding-top: 0; */
}
@media screen and (max-width: 767px) {
.advantage-cost__item:not(:first-child) {
  border-top:none;
  padding-top: 4rem;
}
}


.advantage-cost__item .item-img {
  margin-bottom: 2rem;
}
.advantage-cost__item .item-img.--graph01 {
  position: relative;
  padding-top: 2.881rem;
}
.advantage-cost__item .item-img.--graph01 .parts02 {
  position: absolute;
  top: 3rem;
  right: 1.9rem;
  width: 12.346rem;
  height: 13.298rem;
  transition: transform 0.3s linear 0.2s;
  transform: scaleY(1);
  transform-origin: right bottom;
}
.advantage-cost__item .item-img.--graph01 .parts03 {
  position: absolute;
  top: 0;
  left: 2.5rem;
  width: 11.1387rem;
  height: 2.8674rem;
  opacity: 0;
  transition: opacity 0.3s linear 0.2s;
}
.advantage-cost__item .item-img.--graph01 .parts04 {
  position: absolute;
  top: 0;
  right: 1.1rem;
  width: 13.9336rem;
  height: 2.8674rem;
  opacity: 0;
  transition: opacity 0.3s linear 0.2s;
}
.advantage-cost__item .item-img.--graph01 .parts05 {
  position: absolute;
  top: 8.6rem;
  left: 4.35rem;
  width: 7.4675rem;
  height: 2.3112rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph01 .parts06 {
  position: absolute;
  right: 5.35rem;
  bottom: 2.6rem;
  width: 5.3099rem;
  height: 2.3112rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph01 .parts07 {
  position: absolute;
  top: 2.2rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  transform: translateZ(0);
}
.advantage-cost__item .item-img.--graph01.js-animate .parts02 {
  transform: scaleY(0.015);
}
.advantage-cost__item .item-img.--graph01.js-animate .parts03 {
  opacity: 1;
}
.advantage-cost__item .item-img.--graph01.js-animate .parts04 {
  opacity: 1;
}
.advantage-cost__item .item-img.--graph01.js-animate .parts05 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph01.js-animate .parts06 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph01.js-animate .parts07 {
  animation: bounce-balloon 0.4s ease 0.75s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02 {
  position: relative;
  height: 21.623rem;
}
.advantage-cost__item .item-img.--graph02 .parts01 {
  margin-right: -1rem;
}
.advantage-cost__item .item-img.--graph02 .parts02 {
  position: absolute;
  top: 12.4rem;
  left: 4.75rem;
  width: 29.0185rem;
  height: 4.9065rem;
  transition: transform 0.3s linear 0.2s;
  transform: scaleX(0.98);
  transform-origin: left top;
}
.advantage-cost__item .item-img.--graph02 .parts03 {
  position: absolute;
  top: 4.4rem;
  left: 8.3rem;
  width: 5.4953rem;
  height: 1.9693rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts04 {
  position: absolute;
  top: 4.4rem;
  left: 17.75rem;
  width: 2.4388rem;
  height: 1.9978rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts05 {
  position: absolute;
  top: 4.4rem;
  left: 21.15rem;
  width: 3.6635rem;
  height: 1.9725rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts06 {
  position: absolute;
  top: 4.4rem;
  left: 27.25rem;
  width: 3.6635rem;
  height: 1.9779rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts07 {
  position: absolute;
  top: 13.95rem;
  left: 8.3rem;
  width: 5.4953rem;
  height: 1.9693rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts08 {
  position: absolute;
  top: 18.15rem;
  left: 17.15rem;
  width: 3.6636rem;
  height: 1.9788rem;
  opacity: 0;
}
.advantage-cost__item .item-img.--graph02 .parts09 {
  position: absolute;
  top: 12.35rem;
  left: 16.85rem;
  width: 1.7045rem;
  height: 5.4605rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}
.advantage-cost__item .item-img.--graph02 .parts10 {
  position: absolute;
  right: 3.75rem;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  transform: translateZ(0);
}
.advantage-cost__item .item-img.--graph02.js-animate .parts02 {
  transform: scaleX(0.437);
}
.advantage-cost__item .item-img.--graph02.js-animate .parts03 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts04 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts05 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts06 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts07 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts08 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts09 {
  opacity: 1;
}
.advantage-cost__item .item-img.--graph02.js-animate .parts10 {
  animation: bounce-balloon 0.4s ease 0.75s;
  animation-fill-mode: both;
}
.advantage-cost__item .item-ttl {
  /*! margin-bottom: 1.75rem; */
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
.advantage-cost__item .item-ttl span {
  color: #cb1414;
}
.advantage-cost__item .item-txt {
  line-height: 1.6666666667;
  color: #666;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
	.advantage-cost__item .item-txt {
  padding-bottom: 2rem;
}
}
.advantage-cost__item .item-note {
  position: relative;
  padding-left: 1em;
  line-height: 1.6666666667;
  color: #666;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
.advantage-cost__item .item-note::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "※";
}
.advantage-result__bottom {
  padding-bottom: 7.5rem;
}
.advantage-result__bottom-block {
  padding-bottom: 4rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #dadada;
}
.advantage-result__bottom-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.advantage-result__bottom-heading {
  position: relative;
}
.advantage-result__bottom-ttl {
  margin-bottom: 5.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}
.advantage-result__ornament-box {
  margin: 4rem auto 1.5rem;
}
.advantage-result__ornament-ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}
.advantage-result__ornament-ttl span {
  color: #cb1414;
}
.advantage-result__ornament-ttl small {
  display: block;
  margin-top: 0.35rem;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}
.advantage-result__ornament-img {
  text-align: center;
}
.advantage-result__ornament-img img {
  width: 89.552238806%;
}
.advantage-result__ornament-note {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.advantage-result__logo {
  position: relative;
  margin: 0 -2rem;
}
.advantage-result__exp-list {
	margin-bottom: 2rem;
	position: relative;
	counter-reset: number 0;
}
.advantage-result__exp-item {
  position: relative;
  padding: 2rem 2.25rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
}
.advantage-result__exp-item:not(:first-child) {
  margin-top: 4rem;
}
.advantage-result__exp-item::before {
  position: absolute;
  top: -0.5em;
  left: 2rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  --spacing: -0.02em;
  font-size: 27px;
  font-size: 2.7rem;
  color: #222;
}
.advantage-result__exp-item .item-ttl {
  margin-bottom: 1.75rem;
  font-weight: 700;
  line-height: 1.5333333333;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
}
.advantage-result__exp-item .item-img {
  text-align: center;
}
.advantage-result__exp-item .item-img img {
  width: 100%;
}
.advantage-result__voice-list {
  position: relative;
}
.advantage-result__voice-item {
  position: relative;
  padding: 2.5rem 2rem 2rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
}
.advantage-result__voice-item:not(:last-child) {
  margin-bottom: 4rem;
}
.advantage-result__voice-item .item-ttl {
  position: absolute;
  top: -0.75em;
  left: 50%;
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  background: #fff;
  transform: translateX(-50%);
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}
.advantage-result__voice-item .item-item {
  position: relative;
  padding-left: 2.3rem;
  font-weight: 700;
  line-height: 1.5555555556;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.advantage-result__voice-item .item-item::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.advantage-result__voice-item .item-illust {
  width: 13.2rem;
  height: 13.2rem;
  margin: 0 auto 2rem;
}
.advantage-support {
  background: #f7f7f7;
}
.advantage-support__top {
  position: relative;
  z-index: 1;
  padding: 5rem 0 5.95rem;
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/support_img01_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.advantage-support__top::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(68, 68, 68, 0.6);
}
.advantage-support__top .container::after {
  background: #fff;
}
.advantage-support__top .advantage-cont__ttl, .advantage-support__top .advantage-cont__lead {
  color: #fff;
}
.advantage-support__bottom {
  position: relative;
  z-index: 1;
  padding-bottom: 2.5rem;
  margin-top: -2rem;
  background: transparent;
}
.advantage-support__bottom-inner {
  padding: 2.5rem 0.75rem 4.75rem;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.advantage-support__bottom-block {
  margin-bottom: 3rem;
}
.advantage-support__bottom-block:last-child {
  margin-bottom: 0;
}
.advantage-support__bottom-heading {
  position: relative;
  padding: 11rem 1.75rem 0;
}
.advantage-support__bottom-ttl {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
  color: #222;
}
.advantage-support__bottom-lead {
  line-height: 1.6666666667;
  color: #666;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.advantage-support__bottom-illust01 {
  position: absolute;
  top: 0;
  left: calc(50% - 8.6rem);
  width: 8.2rem;
  height: 9.1567rem;
}
.advantage-support__bottom-illust02 {
  position: absolute;
  top: 0;
  right: calc(50% - 8.6rem);
  width: 8.2rem;
  height: 9.1567rem;
}
.advantage-support__flow-list {
  position: relative;
  margin-top: 3.5rem;
  counter-reset: number 0;
}
.advantage-support__flow-list.js-animate .advantage-support__flow-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.advantage-support__flow-item {
  position: relative;
  padding: 2rem 2rem 2.5rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.advantage-support__flow-item:nth-of-type(1) {
  transition-delay: 0.5s;
}
.advantage-support__flow-item:nth-of-type(2) {
  transition-delay: 0.675s;
}
.advantage-support__flow-item:nth-of-type(3) {
  transition-delay: 0.85s;
}
.advantage-support__flow-item:nth-of-type(4) {
  transition-delay: 1.025s;
}
.advantage-support__flow-item:nth-of-type(2) {
  z-index: 1;
}
.advantage-support__flow-item:not(:last-child) {
  margin-bottom: 5rem;
}
.advantage-support__flow-item:not(:last-child)::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 0.5rem);
  z-index: -1;
  width: 1rem;
  height: 2.75rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_arw01_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.advantage-support__flow-item::before {
  position: absolute;
  top: -0.5em;
  left: calc(50% - 0.6em);
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  --spacing: -0.02em;
  font-size: 24px;
  font-size: 2.4rem;
}
.advantage-support__flow-item .item-ttl {
  margin: 0 -0.5em 1.5rem;
  font-weight: 700;
  line-height: 1.3529411765;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.advantage-support__flow-item .item-ttl br {
  display: none;
}
.advantage-support__flow-item .item-txt {
  line-height: 1.6363636364;
  color: #666;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
.advantage-support__flow-item .item-balloon {
  position: absolute;
  top: calc(100% - 1.85rem);
  right: 3rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  background-color: #fff;
  border: 1px solid #cb1414;
  border-radius: 50%;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.advantage-support__flow-item .item-balloon::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 7rem;
  height: 1px;
  content: "";
  background: #cb1414;
}
.advantage-support__list {
  padding: 0 1.75rem;
  margin-top: 2.5rem;
}
.advantage-support__list.js-animate .advantage-support__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  /*! display: flex; */
}
.advantage-support__item {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.advantage-support__item:nth-of-type(1) {
  transition-delay: 0.5s;
}
.advantage-support__item:nth-of-type(2) {
  transition-delay: 0.675s;
}
.advantage-support__item:nth-of-type(3) {
  transition-delay: 0.85s;
}
.advantage-support__item:nth-of-type(4) {
  transition-delay: 1.025s;
}
.advantage-support__item:not(:first-child) {
  margin-top: 2.75rem;
}
.advantage-support__item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid #cb1414;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  /*! width: 100%; */
}
.advantage-support__item .item-img img {
  width: 5.7rem;
}
.advantage-support__item .item-ttl {
  display: flex;
  align-items: center;
  min-height: 7.5rem;
  padding-left: 9.25rem;
  margin: 0 -0.5em 1.5rem 0;
  font-weight: 700;
  line-height: 1.4705882353;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.advantage-support__item .item-txt {
  line-height: 1.6363636364;
  color: #666;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}
/****************メディアクエリー1***************/
@media screen and (min-width: 768px) {
  .advantage .c-mv__inner {
    padding-bottom: 15rem;
  }
  .advantage .c-mv__tagline {
    margin-top: 1.15rem;
    line-height: 1.5217391304;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .advantage .c-mv__tagline small {
    line-height: 2;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .advantage .c-mv__img {
    top: 15.5rem;
    left: 0;
    width: 91.42875rem;
    height: 22.876rem;
  }
  .advantage-cont__top {
    padding: 8rem 0;
  }
  .advantage-cont__top .container {
    padding-bottom: 3.85rem;
  }
  .advantage-cont__top .container::after {
    left: calc(50% - 5.03rem);
    width: 10.6rem;
    height: 2px;
    display: none;
  }
  .advantage-cont__ttl {
    /*! padding-top: 3rem; */
    margin-bottom: 2.35rem;
    font-size: 38px;
    font-size: 3rem;
  }
  .advantage-cont__ttl::before {
    font-size: 24px;
    font-size: 2.4rem;
    display: none;
  }
  .advantage-cont__lead {
    max-width: 66rem;
    margin: 0 auto;
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .advantage-cost__bottom {
    padding: 0;
  }
	
	.advantage-cost__item:first-child{
		padding-top: 0rem !important;
	}
  .advantage-cost__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .advantage-cost__item .item-img {
    margin-bottom: 0;
  }
  .advantage-cost__item .item-img.--graph01 {
    width: 60%;
    padding-top: 3.2545625rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts02 {
    top: 3.2545625rem;
    right: 3.348625rem;
    width: 20.2038725rem;
    height: 15.734775rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts03 {
    left: 7.14875rem;
    width: 12.8052925rem;
    height: 1.52306rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts04 {
    right: 5.530875rem;
    width: 16.0350225rem;
    height: 1.52306rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts05 {
    top: 10.535rem;
    left: 9.03rem;
    width: 9.14739rem;
    height: 1.485435rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts06 {
    right: 10.535rem;
    bottom: 3.875375rem;
    width: 6.4414rem;
    height: 1.485435rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts07 {
    top: 2.445625rem;
    right: -0.7525rem;
    width: 12.1905rem;
    height: 12.1905rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  }
  .advantage-cost__item .item-img.--graph01.js-animate .parts02 {
    transform: scaleY(0.02);
  }
  .advantage-cost__item .item-img.--graph02 {
    width: 62%;
    height: 30.1rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts01 {
    margin-right: 0;
  }
  .advantage-cost__item .item-img.--graph02 .parts02 {
    top: 16.818375rem;
    left: 6.509125rem;
    width: 47.357835rem;
    height: 6.7725rem;
    transform: scaleX(1);
  }
  .advantage-cost__item .item-img.--graph02 .parts03 {
    top: 5.380375rem;
    left: 13.16875rem;
    width: 7.3872925rem;
    height: 2.647295rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts04 {
    top: 5.380375rem;
    left: 28.595rem;
    width: 3.2169375rem;
    height: 2.635255rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts05 {
    top: 5.380375rem;
    left: 34.615rem;
    width: 4.895765rem;
    height: 2.6360075rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts06 {
    top: 5.380375rem;
    left: 44.77375rem;
    width: 4.88523rem;
    height: 2.6375125rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts07 {
    top: 18.925375rem;
    left: 13.16875rem;
    width: 7.3872925rem;
    height: 2.647295rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts08 {
    top: 18.925375rem;
    left: 13.16875rem;
    width: 7.3872925rem;
    height: 2.647295rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts09 {
    top: 16.818375rem;
    left: 26.71375rem;
    width: 2.7692rem;
    height: 7.54607rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts10 {
    right: 6.509125rem;
    bottom: 0.07525rem;
    width: 12.04rem;
    height: 12.04rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  }
  .advantage-cost__item .item-img.--graph02.js-animate .parts02 {
    transform: scaleX(0.45);
  }
  .advantage-cost__item .item-txtArea {
    width: 33.3333333333%;
  }
  .advantage-cost__item .item-ttl {
    color: #222;
    margin: 0 -0.5em 2.85rem 0;
    line-height: 1.5789473684;
    text-align: left;
    font-size: 38px;
    font-size: 3rem;
  }
  .advantage-cost__item .item-txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .advantage-cost__item .item-note {
    line-height: 1.625;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .advantage-result__bottom {
    padding-bottom: 10rem;
  }
  .advantage-result__bottom-inner {
    padding: 0 5rem;
  }
  .advantage-result__bottom-block {
    padding-bottom: 0;
    margin-bottom: 8rem;
    border-bottom: none;
  }
  .advantage-result__bottom-ttl {
    margin-bottom: 0.35rem;
    /*! line-height: 2.25; */
    font-size: 30px;
    font-size: 3rem;
    color: #222;
  }
  .advantage-result__ornament-box {
    width: 82.4166666667%;
    margin: 5rem auto 6.5rem;
  }
  .advantage-result__ornament-ttl {
    margin-bottom: 3.5rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .advantage-result__ornament-ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .advantage-result__ornament-img img {
    width: 100%;
  }
  .advantage-result__ornament-note {
    margin-top: 2.15rem;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .advantage-result__logo {
    margin: 0;
  }
  .advantage-result__exp-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5.85rem 1.8181818182%;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .advantage-result__exp-item {
    width: 49.0909090909%;
    padding: 3.25rem 3.5rem 4rem;
    border-radius: 1rem;
  }
  .advantage-result__exp-item:not(:first-child) {
    margin-top: 0;
  }
  .advantage-result__exp-item::before {
    color: #222;
    left: 3rem;
    font-size: 48px;
    font-size: 3rem;
  }
  .advantage-result__exp-item .item-ttl {
    color: #222;
    margin-bottom: 2.4rem;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .advantage-result__exp-item .item-img img {
    max-width: 40.6rem;
  }
  .advantage-result__voice-list {
    margin-top: 5rem;
  }
  .advantage-result__voice-item {
    min-height: 20rem;
    padding: 4rem 4rem 5rem 24rem;
    border-radius: 1rem;
  }
  .advantage-result__voice-item:not(:last-child) {
    margin-bottom: 3rem;
  }
  .advantage-result__voice-item .item-ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }
  .advantage-result__voice-item .item-item {
    padding-left: 2.6rem;
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .advantage-result__voice-item .item-item::before {
    top: 0.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .advantage-result__voice-item .item-illust {
    position: absolute;
    top: calc(50% - 9rem);
    left: 3rem;
    width: 18rem;
    height: 18rem;
    margin: 0;
  }
  .advantage-support__top {
    padding: 13rem 0 20.5rem;
    background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/support_img01.png");
  }
  .advantage-support__bottom {
    padding-bottom: 8rem;
    margin-top: -13rem;
  }
  .advantage-support__bottom-inner {
    padding: 6rem 6rem 6rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .advantage-support__bottom-block {
    margin-bottom: 4rem;
  }
  .advantage-support__bottom-heading {
    padding: 0 15rem;
  }
  .advantage-support__bottom-ttl {
    margin-bottom: 1.65rem;
    line-height: 1.6667;
    font-size: 30px;
    font-size: 3rem;
    color: #222;
  }
  .advantage-support__bottom-lead {
    line-height: 1.625;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .advantage-support__bottom-illust01 {
    top: -0.75rem;
    left: 2.1rem;
    width: 12rem;
    height: 13.4rem;
  }
  .advantage-support__bottom-illust02 {
    top: -0.75rem;
    right: 3rem;
    width: 12rem;
    height: 13.4rem;
  }
  .advantage-support__flow-list {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
  }
  .advantage-support__flow-item {
    width: 21.8181818182%;
    padding: 4rem 2rem 2.5rem;
    border-radius: 1rem;
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }
  .advantage-support__flow-item:not(:last-child) {
    margin-bottom: 0;
  }
  .advantage-support__flow-item:not(:last-child)::after {
    top: calc(50% - 1rem);
    left: 97%;
    width: 3.5rem;
    height: 2rem;
    background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_arw01.svg");
  }
  .advantage-support__flow-item::before {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .advantage-support__flow-item .item-ttl {
    min-height: 2.706em;
    margin: 0 -0.5em 2.75rem;
    font-size: 21px;
    font-size: 2rem;
  }
  .advantage-support__flow-item .item-ttl br {
    display: inline;
  }
  .advantage-support__flow-item .item-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .advantage-support__flow-item .item-balloon {
    top: 2rem;
    right: -4.2rem;
    width: 7rem;
    height: 7rem;
    border-width: 2px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .advantage-support__flow-item .item-balloon::before {
    top: 100%;
    right: auto;
    left: calc(50% - 1px);
    width: 2px;
    height: 11.6rem;
  }
  .advantage-support__list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top: 4rem;
  }
  .advantage-support__item {
    width: 21.8181818182%;
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }
  .advantage-support__item:not(:first-child) {
    margin-top: 0;
  }
  .advantage-support__item .item-img {
    position: relative;
    width: 12rem;
    height: 12rem;
    margin: 0 auto 1.35rem;
  }
  .advantage-support__item .item-img img {
    width: 9rem;
  }
  .advantage-support__item .item-ttl {
    display: block;
    min-height: 3.3334em;
    padding-left: 0;
    margin: 0 -1em 1.35rem;
    line-height: 1.6666666667;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #222;
  }
  .advantage-support__item .item-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/****************メディアクエリー2***************/
@media screen and (min-width: 1024px) {
  .advantage .c-mv__img {
    top: 13.5rem;
    width: 121.5rem;
    height: 30.4rem;
  }
  .sec-anchor__list {
    padding: 0 10rem;
  }
  .sec-anchor__item .item-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .advantage-cost__item .item-img.--graph01 {
    padding-top: 4.325rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts02 {
    top: 4.325rem;
    right: 4.45rem;
    width: 26.849rem;
    height: 20.91rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts03 {
    left: 9.5rem;
    width: 17.017rem;
    height: 2.024rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts04 {
    right: 7.35rem;
    width: 21.309rem;
    height: 2.024rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts05 {
    top: 14rem;
    left: 12rem;
    width: 12.156rem;
    height: 1.974rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts06 {
    right: 14rem;
    bottom: 5.15rem;
    width: 8.56rem;
    height: 1.974rem;
  }
  .advantage-cost__item .item-img.--graph01 .parts07 {
    top: 3.25rem;
    right: -1rem;
    width: 16.2rem;
    height: 16.2rem;
  }
  .advantage-cost__item .item-img.--graph02 {
    height: 40rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts02 {
    top: 22.35rem;
    left: 8.65rem;
    width: 62.934rem;
    height: 9rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts03 {
    top: 7.15rem;
    left: 17.5rem;
    width: 9.817rem;
    height: 3.518rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts04 {
    top: 7.15rem;
    left: 38rem;
    width: 4.275rem;
    height: 3.502rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts05 {
    top: 7.15rem;
    left: 46rem;
    width: 6.506rem;
    height: 3.503rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts06 {
    top: 7.15rem;
    left: 59.5rem;
    width: 6.492rem;
    height: 3.505rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts07 {
    top: 25.15rem;
    left: 17.5rem;
    width: 9.817rem;
    height: 3.518rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts08 {
    top: 32.9rem;
    left: 36.9rem;
    width: 6.506rem;
    height: 3.514rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts09 {
    top: 22.35rem;
    left: 35.5rem;
    width: 3.68rem;
    height: 10.028rem;
  }
  .advantage-cost__item .item-img.--graph02 .parts10 {
    right: 8.65rem;
    bottom: 0.1rem;
    width: 16rem;
    height: 16rem;
  }
  .advantage-result__ornament-ttl small {
    display: inline;
    margin-top: 0;
  }
  .advantage-support__bottom-heading {
    padding: 0 22rem;
  }
  .advantage-support__bottom-illust01 {
    left: 5.5rem;
  }
  .advantage-support__bottom-illust02 {
    right: 6.5rem;
  }
  .advantage-support__flow-item:not(:last-child)::after {
    left: 100%;
  }
  .advantage-support__flow-item .item-ttl {
    min-height: 1.353em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .advantage-support__flow-item .item-ttl br {
    display: none;
  }
  .advantage-support__flow-item .item-balloon {
    top: -1.5rem;
    right: -4.5rem;
  }
  .advantage-support__flow-item .item-balloon::before {
    height: 10rem;
  }
}
/************************
ドキュメント
*************************/
.document-cont {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.document-cont__list {
  position: relative;
}
.document-cont__item:not(:first-child) {
  padding-top: 5rem;
  margin-top: 5rem;
  border-top: 1px solid #dadada;
}
.document-cont__item .img {
  position: relative;
  margin-bottom: 3.5rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  transform: translateZ(0);
}
.document-cont__item .img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid rgba(153, 153, 153, 0.5);
}
.document-cont__item .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/14;
  -o-object-fit: cover;
  object-fit: cover;
}
.document-cont__item .ttl {
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.4705882353;
  font-size: 17px;
  font-size: 1.7rem;
}
.document-cont__item .txt {
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.document-cont__item .btn-box {
  margin-top: 3.5rem;
  text-align: center;
}
/****************メディアクエリー2***************/
@media screen and (min-width: 768px) {
  .document-cont {
    padding: 8rem 0 15rem;
  }
  .document-cont__list {
    padding: 0 5rem;
  }
  .document-cont__item {
    display: flex;
    justify-content: space-between;
  }
  .document-cont__item:not(:first-child) {
    padding-top: 8rem;
    margin-top: 8rem;
  }
  .document-cont__item .img {
    width: 45.4545454545%;
    margin-bottom: 0;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  }
  .document-cont__item .txt-area {
    width: 45.4545454545%;
  }
  .document-cont__item .ttl {
    line-height: 1.6666666667;
    font-size: 30px;
    font-size: 3rem;
  }
  .document-cont__item .txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .document-cont__item .btn-box {
    margin-top: 3.5rem;
    text-align: left;
  }
}
/************************
上部比較表
*************************/
.tabs {
  margin-top: 50px;
  /* padding-bottom: 10px; */
  background-color: #fff;
  /* width: 700px; */
  margin: 0rem auto 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.tabs {
		margin: 0rem auto 4rem;
	}
}
.tab_item {
 color: #222;
 width: calc(98% / 3);
 height: 60px;
  /*! border-bottom: 2px solid #ccc; */
 background-color: #f1f1f1;
 line-height: 60px;
 font-size: 1.6rem;
 text-align: center;
 display: block;
 float: left;
 text-align: center;
 font-weight: bold;
 transition: all 0.2s ease;
  /*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
 border-radius: 14px 14px 0 0;
 margin: 0 rem;
}
@media screen and (max-width: 767px) {
	.tab_item {
	font-size: 1.2rem;
	height: 50px;
	line-height: 50px;
	}
}
.tab_item:hover {
/*  opacity: 0.75;*/
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 3rem 2rem;
  clear: both;
  overflow: hidden;
  /*! border-radius: 20px 20px 0 0; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
}
@media screen and (max-width: 767px) {
	.tab_content {
		 padding: 2rem 1rem;
	}
}

#all:checked ~ #all_content, #pattern_f:checked ~ #pattern_f_content, #pattern_s:checked ~ #pattern_s_content {
  display: block;
  /*! border-radius: 20px 20px 0 0; */
  /*! border-radius: 20px 20px 0 0; */
  /*! border-radius: 20px 20px 0 0; */
	border-top: 2px solid #cb1414;
}
.tabs input:checked + .tab_item {
  background-color: #e89c17;
  color: #fff;
}
.tabs img {
  width: 100%;
}
/************************
下部比較表
*************************/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  /* width: 700px; */
  margin: 0rem auto 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.tabs2 {
		margin: 0rem auto 2rem;
	}
}
.tab_item2 {
 color: #222;
 width: calc(98% / 3);
 height: 60px;
  /*! border-bottom: 2px solid #ccc; */
 background-color: #f1f1f1;
 line-height: 60px;
 font-size: 1.6rem;
 text-align: center;
 display: block;
 float: left;
 text-align: center;
 font-weight: bold;
 transition: all 0.2s ease;
  /*! box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
 border-radius: 14px 14px 0 0;
 margin: 0 rem;
}
@media screen and (max-width: 767px) {
	.tab_item2 {
	font-size: 1.2rem;
	height: 60px;
	line-height: 16px;
	padding-top: 14px;
	}
}
.tab_item2:hover {
/*  opacity: 0.75;*/
}
@media screen and (max-width: 767px) {
  #front-bottom-intent .container {
    padding: 0 !important;
  }
}
input[name="tab_item2"] {
  display: none;
}
.tab_content2 {
  display: none;
  padding: 8rem 2rem 4rem;
  clear: both;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
	.tab_content2 {
		 padding: 2rem 1rem;
	}
}
#all2:checked ~ #all_content2, #pattern_f2:checked ~ #pattern_f_content2, #pattern_s2:checked ~ #pattern_s_content2 {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #cb1414;
}
.tabs2 input:checked + .tab_item2 {
  background-color: #e89c17;
  color: #fff;
}
.tabs2 img {
  width: 100%;
}





.scene-d {
  background-color: #f7f7f7;
}
.scene-d .c-mv__inner {
  padding-top: 6rem;
}
.scene-d .c-mv__tagline {
  font-weight: 700;
  line-height: 1.2962962963;
  text-align: center;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}
.scene-d .c-mv__tagline .inview {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.scene-d .c-mv__tagline .inview::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 0.5rem);
  content: "";
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}
.scene-d .c-mv__tagline .inview.js-animate {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}
.scene-d .c-mv__tagline .inview.js-animate::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.scene-d .sec-other {
  padding-top: 5rem;
}

.scene-d-mv__inner {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.scene-d-mv__img {
  width: 75%;
  margin: 0 auto 3rem;
}
.scene-d-mv__ttl {
  font-weight: bold;
  line-height: 1.4074074074;
  text-align: center;
  --spacing: 0.03em;
  font-size: 29px;
  font-size: 2.9rem;
}

.scene-d-anchor {
  position: relative;
  z-index: 1;
  margin-bottom: 7.5rem;
}
.scene-d-anchor__list.inview .scene-d-anchor__item {
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.scene-d-anchor__list.inview .scene-d-anchor__item:nth-of-type(1) {
  transition-delay: 0.5s;
}
.scene-d-anchor__list.inview .scene-d-anchor__item:nth-of-type(2) {
  transition-delay: 0.675s;
}
.scene-d-anchor__list.inview .scene-d-anchor__item:nth-of-type(3) {
  transition-delay: 0.85s;
}
.scene-d-anchor__list.inview.js-animate .scene-d-anchor__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scene-d-anchor__item {
  margin-bottom: 1rem;
}
.scene-d-anchor__item:last-child {
  margin-bottom: 0;
}
.scene-d-anchor__item > a {
  position: relative;
  display: block;
  padding: 2rem 1rem 4rem 9rem;
  text-align: left;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.scene-d-anchor__item > a::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  width: 8rem;
  height: 5.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: translateY(-50%);
}
.scene-d-anchor__item > a::after {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.scene-d-anchor__item a#e_anchor01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_1.png");
}
.scene-d-anchor__item a#e_anchor02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_2.png");
}
.scene-d-anchor__item a#e_anchor03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_3.png");
}
.scene-d-anchor__item a#m_anchor01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_1.png");
}
.scene-d-anchor__item a#m_anchor02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_2.png");
}
.scene-d-anchor__item a#m_anchor03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_3.png");
}
.scene-d-anchor__item a#s_anchor01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_1.png");
}
.scene-d-anchor__item a#s_anchor02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_2.png");
}
.scene-d-anchor__item a#s_anchor03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_3.png");
}
.scene-d-anchor__item .item-ttl {
  margin-bottom: 0.85rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  --spacing: -0.02em;
  font-size: 17px;
  font-size: 1.7rem;
}
.scene-d-anchor__item .item-txt {
  font-weight: bold;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.scene-d-cont {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}
.scene-d-cont__inner {
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.scene-d-cont__ttlbox {
  position: relative;
  padding: 2rem 2rem 2rem 8rem;
  background-color: #666;
}
.scene-d-cont__ttlbox::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: block;
  width: 8rem;
  height: 6.3rem;
  content: "";
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: translateY(-50%);
}
.scene-d-cont__ttlbox .inview .scene-d-cont__num span {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.scene-d-cont__ttlbox .inview .scene-d-cont__num span::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 0.5rem);
  content: "";
  background-color: #fff;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}
.scene-d-cont__ttlbox .inview .scene-d-cont__ttl {
  opacity: 0;
  transition: opacity 1s ease 1s, transform 1s ease 1s;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.scene-d-cont__ttlbox .inview.js-animate .scene-d-cont__num span {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}
.scene-d-cont__ttlbox .inview.js-animate .scene-d-cont__num span::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.scene-d-cont__ttlbox .inview.js-animate .scene-d-cont__ttl {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scene-d-cont #e_ttlbox01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_1.png");
}
.scene-d-cont #e_ttlbox02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_2.png");
}
.scene-d-cont #e_ttlbox03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/elearning_3.png");
}
.scene-d-cont #m_ttlbox01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_1.png");
}
.scene-d-cont #m_ttlbox02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_2.png");
}
.scene-d-cont #m_ttlbox03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/manual_3.png");
}
.scene-d-cont #s_ttlbox01::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_1.png");
}
.scene-d-cont #s_ttlbox02::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_2.png");
}
.scene-d-cont #s_ttlbox03::before {
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/sales_3.png");
}
.scene-d-cont__num {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #fff;
  --spacing: -0.02em;
  font-size: 15px;
  font-size: 1.5rem;
}
.scene-d-cont__ttl {
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-d-cont__ttl span {
  position: relative;
  color: #ffdc73;
  background: linear-gradient(transparent 90%, #ffdc73 90%, #ffdc73 95%, transparent 95%, transparent 100%);
}
.scene-d-cont__subttl {
  padding: 0rem 0rem 4rem;
}
.scene-d-cont__subttl-txt {
  padding: 1.3rem;
  font-weight: 700;
  line-height: 1.4705882353;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.5rem;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}
.scene-d-cont__top {
  position: relative;
  padding: 0 2.5rem 10.5rem;
}
.scene-d-cont__top p {
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-cont__top-img {
  position: relative;
  margin-bottom: 2rem;
}
.scene-d-cont__top-img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #8f8f8f;
}
.scene-d-cont__change {
  position: relative;
  padding: 0;
}
.scene-d-cont__change::before {
  position: absolute;
  top: -6.6rem;
  left: 50%;
  display: block;
  width: 3.1rem;
  height: 2.8rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/arrow-g.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
  display: none;
}
.scene-d-cont__change-flex.aic {
  align-items: center;
  margin-bottom: 2.5rem;
}
.scene-d-cont__change-img {
  margin-bottom: 2rem;
}
.scene-d-cont__change-before-pc, .scene-d-cont__change-after-pc {
  display: none;
}
.scene-d-cont__change-arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.5rem;
  padding: 0 4.2rem;
  margin: 0 auto 3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #cb1414;
  --spacing: -0.02em;
  font-size: 24px;
  font-size: 1.6rem;
}
.scene-d-cont__change-arrow::before, .scene-d-cont__change-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 2rem;
  height: 100%;
  content: "";
  background-color: #cb1414;
}
.scene-d-cont__change-arrow::before {
  right: 99.9%;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.scene-d-cont__change-arrow::after {
  left: 99.9%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.scene-d-cont__change-circlewrap {
  display: flex;
  justify-content: center;
}
.scene-d-cont__change-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  color: #fff;
  background-color: #cb1414;
  border-radius: 50px;
}
.scene-d-cont__change-circle span {
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05rem;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-cont__change-circle:not(:first-child) {
  margin-left: 1rem;
}
.scene-d-cont__change-illust {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.scene-d-cont__change-illust::before {
  display: block;
  padding-top: 54.5%;
  content: "";
}
.scene-d-cont__change-illust img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.scene-d-cont__change-illust + p {
  margin-top: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
.scene-d-cont__change-after-sp {
  padding: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #cb1414;
  font-size: 17px;
  font-size: 1.7rem;
}
.scene-d-cont__change-afterlist {
  padding: 2.5rem 2rem;
  margin-bottom: 2.1rem;
  background-color: rgba(200, 20, 20, 0.15);
}
.scene-d-cont__change-afteritem {
  position: relative;
  /* padding-left: 2.2rem; */
  font-weight: 700;
  line-height: 1.5555555556;
  font-size: 13.5px;
  font-size: 1.2rem;
}
.scene-d-cont__change-afteritem::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_maru.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.scene-d-cont__change-afteritem:not(:first-child) {
  margin-top: 0.4rem;
}
.scene-d-cont__change-before-sp {
  padding: 1.2rem;
  margin-bottom: 1rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #d0d0d0;
  font-size: 17px;
  font-size: 1.7rem;
}
.scene-d-cont__change-beforelist {
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
  background-color: rgba(208, 208, 208, 0.3);
}
.scene-d-cont__change-beforeitem {
  position: relative;
  /* padding-left: 2.2rem; */
  font-weight: 700;
  line-height: 1.5555555556;
  font-size: 13.5px;
  font-size: 1.2rem;
}
.scene-d-cont__change-beforeitem::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_batsu.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.scene-d-cont__change-beforeitem:not(:first-child) {
  margin-top: 0.4rem;
}
.scene-d-cont__change-border {
  margin-bottom: 2rem;
  border-bottom: 1px solid #8f8f8f;
}

.scene-d-exp__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
  background: #cb1414;
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-d-exp__top {
  position: relative;
  padding: 4rem 2.5rem 8rem;
}
.scene-d-exp__top::before, .scene-d-exp__top::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 50%;
  height: 5rem;
  content: "";
  background-color: #eaf5ff;
}
.scene-d-exp__top::before {
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
.scene-d-exp__top::after {
  right: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.scene-d-exp__top-list {
  position: relative;
  margin-bottom: 8rem;
}
.scene-d-exp__top-list.inview .scene-d-exp__top-item {
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}
.scene-d-exp__top-list.inview .scene-d-exp__top-item:nth-of-type(1) {
  transition-delay: 0s;
}
.scene-d-exp__top-list.inview .scene-d-exp__top-item:nth-of-type(2) {
  transition-delay: 0.175s;
}
.scene-d-exp__top-list.inview .scene-d-exp__top-item:nth-of-type(3) {
  transition-delay: 0.35s;
}
.scene-d-exp__top-list.inview.js-animate .scene-d-exp__top-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.scene-d-exp__top-item {
  border: 1px solid #cb1414;
}
.scene-d-exp__top-item:not(:first-child) {
  margin-top: 2rem;
}
.scene-d-exp__top-listttl {
  padding: 1.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #cb1414;
  --spacing: -0.02em;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-exp__top-listinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 1.8rem;
}
.scene-d-exp__top-listimg {
  width: calc(100% - (57% + 2rem));
}
.scene-d-exp__top-listtxt {
  width: 57%;
  margin-left: 2rem;
  font-weight: 700;
  line-height: 1.5555555556;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-exp__top-listtxt span {
  color: #cb1414;
}
.scene-d-exp__top-txt {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}
.scene-d-exp__top-txt::before {
  position: absolute;
  top: -5.3rem;
  left: 50%;
  display: block;
  width: 3.1rem;
  height: 2.8rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/arrow-g.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.scene-d-exp__middle {
  position: relative;
  padding: 3rem 0 0;
  background-color: #eaf5ff;
}
.scene-d-exp__middle-txt {
  margin-bottom: 12rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-d-exp__middle-voice {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.25rem;
  height: 8.25rem;
  font-weight: 700;
  line-height: 1.4074074074;
  color: #fff;
  text-align: center;
  background-color: #cb1414;
  border-radius: 50%;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-exp__middle-voice::before {
  position: absolute;
  bottom: 0.18rem;
  display: block;
  width: 1.2rem;
  height: 1.45rem;
  -webkit-clip-path: polygon(0% 100%, 50% 0, 100% 100%);
          clip-path: polygon(0% 100%, 50% 0, 100% 100%);
  content: "";
  background-color: #cb1414;
}
.scene-d-exp__middle-voice--left {
  top: 12.6rem;
  left: 3.75rem;
}
.scene-d-exp__middle-voice--left::before {
  right: 0.48rem;
  transform: rotate(135deg);
}
.scene-d-exp__middle-voice--right {
  top: 11.6rem;
  right: 3.6rem;
}
.scene-d-exp__middle-voice--right::before {
  left: 0.48rem;
  transform: rotate(-135deg);
}
.scene-d-exp__bottom-sp {
  position: relative;
  padding: 7.7rem 1rem 0;
}
.scene-d-exp__bottom-sp::before {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  display: block;
  width: 3.1rem;
  height: 2.8rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.scene-d-exp__bottom-pc {
  position: relative;
  display: none;
}
.scene-d-exp__bottom-pc::before {
  position: absolute;
  top: 3rem;
  left: 50%;
  display: block;
  width: 4.3rem;
  height: 4rem;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.scene-d-exp__bottom-ttl {
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}
.scene-d-exp__bottom-flex {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}
.scene-d-exp__bottom-flex-left, .scene-d-exp__bottom-flex-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
}
.scene-d-exp__bottom-txt {
  padding: 1rem 2rem 1rem 2.3rem;
  margin: 1.4rem 0;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #cb1414;
  border: 1px solid #cb1414;
  border-radius: 0.5rem;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-exp__bottom-imgbox {
  display: flex;
  justify-content: center;
}
.scene-d-exp__bottom-imgbox img {
  width: 100%;
}
.scene-d-exp__bottom-imgbox img:last-child {
  margin-left: 5.8rem;
}

.scene-d-demo {
  padding: 5rem 0 7rem;
  background: linear-gradient(180deg, #cb1414 0%, #cb1414 45%, #fff 45%, #fff 100%);
}
.scene-d-demo__ttl {
  margin-bottom: 4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #fff;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-d-demo__list-wrap.swiper {
  overflow: visible;
}
.scene-d-demo__item {
  height: auto !important;
}
.scene-d-demo__item {
  padding: 0 1rem;
}
.scene-d-demo__item .item-inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.scene-d-demo__item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scene-d-demo__item .item-main {
  padding: 2rem 1rem 1.8rem;
}
.scene-d-demo__item .item-ttl {
  margin-bottom: 1.3rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  --spacing: 0.03em;
  font-size: 13.5px;
  font-size: 1.35rem;
}
.scene-d-demo__item .item-txt {
  line-height: 1.6666666667;
  color: #666;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.scene-d-demo .swiper-controller {
  position: relative;
  max-width: 84%;
  margin: 4rem auto 0;
}
.scene-d-demo .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
}
.scene-d-demo .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background: #222;
  opacity: 0.3;
}
.scene-d-demo .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.scene-d-demo .swiper-button-next,
.scene-d-demo .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border: 1px solid #222;
  border-radius: 50%;
}
.scene-d-demo .swiper-button-next::after,
.scene-d-demo .swiper-button-prev::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
}
.scene-d-demo .swiper-button-prev {
  left: 0;
}
.scene-d-demo .swiper-button-prev::after {
  left: 0.2rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.scene-d-demo .swiper-button-next {
  right: 0;
}
.scene-d-demo .swiper-button-next::after {
  right: 0.2rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.scene-d-other {
  padding-bottom: 7.5rem;
  background-color: #fff;
}
.scene-d-other__ttl {
  margin-bottom: 4.8rem;
  font-weight: 700;
  line-height: 1.2916666667;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.scene-d-other__item {
  position: relative;
}
.scene-d-other__item:not(:first-child) {
  margin-top: 3rem;
}
.scene-d-other__item-inner {
  display: block;
  padding: 2rem 5rem 1.5rem;
  overflow: hidden;
  background-color: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
}
.scene-d-other__item-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1rem;
  content: "";
  background-color: #cb1414;
}
.scene-d-other__item-img {
  margin-bottom: 1.4rem;
}
.scene-d-other__item-ttl {
  margin-bottom: 0.7rem;
  font-weight: 700;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
}
.scene-d-other__item-txt {
  line-height: 1.6666666667;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.scene-d-other__item.active .scene-d-other__item-inner {
  pointer-events: none;
}
.scene-d-other__item.active .scene-d-other__item-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(173, 173, 173, 0.4);
}
.scene-d-other__item.active .scene-d-other__item-ttl {
  color: #666;
}
.scene-d-other__item.active .scene-d-other__item-txt {
  color: #666;
}


@media (hover: hover) and (pointer: fine) and (min-width: 768px){
  .scene-d-anchor__item > a:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }
  .scene-d-demo__item .item-inner:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }
  .scene-d-demo .swiper-button-next:hover,
  .scene-d-demo .swiper-button-prev:hover {
    border-color: #cb1414;
  }
  .scene-d-demo .swiper-button-next:hover::after,
  .scene-d-demo .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }
  .scene-d-other__item a.scene-d-other__item-inner:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }
}



@media screen and (min-width: 768px){
.scene-d .c-mv__inner {
    padding-top: 8rem;
  }
  .scene-d .c-mv__tagline {
    margin-top: 1.15rem;
    line-height: 1.5217391304;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .scene-d .c-mv__tagline .inview::before {
    top: 0.5rem;
    height: calc(100% - 0.75rem);
  }
  .scene-d-mv__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .scene-d-mv__img {
    width: auto;
    height: 30rem;
    margin: 0 10rem 0 0;
  }
  .scene-d-mv__img img {
    height: 100%;
  }
  .scene-d-mv__ttl {
    line-height: 1.5217391304;
    text-align: left;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .scene-d-anchor {
    margin-bottom: 8rem;
  }
  .scene-d-anchor__list {
    padding: 0 10rem;
  }
  .scene-d-anchor__list.inview .scene-d-anchor__item {
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }
  .scene-d-anchor__item > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 3rem 5rem 3rem 13rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
    transition: filter 0.4s ease;
  }
  .scene-d-anchor__item > a::before {
    top: auto;
    top: initial;
    bottom: 0;
    left: 1rem;
    width: 11rem;
    height: 7rem;
    transform: translateY(0);
  }
  .scene-d-anchor__item > a::after {
    top: 0;
    right: 3rem;
    bottom: 0;
    left: auto;
    left: initial;
    width: 1.2rem;
    height: 1.2rem;
  }
  .scene-d-anchor__item .item-ttl {
    flex: none;
    margin-right: 3rem;
    margin-bottom: 0;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-anchor__item .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-cont {
    padding-bottom: 6rem;
  }
  .scene-d-cont__inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .scene-d-cont__ttlbox {
    padding: 2.5rem 2rem 3.5rem;
  }
  .scene-d-cont__ttlbox::before {
    top: auto;
    top: initial;
    bottom: 0;
    left: 6rem;
    width: 12.7rem;
    height: 10rem;
    transform: none;
    transform: initial;
  }
  .scene-d-cont__ttlbox .inview .scene-d-cont__num span::before {
    top: 0.5rem;
    height: calc(100% - 0.75rem);
  }
  .scene-d-cont__num {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .scene-d-cont__ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }
  .scene-d-cont__subttl {
    padding: 0rem 0rem 4rem;
  }
  .scene-d-cont__subttl-txt {
    padding: 2.8rem;
    border-radius: 1rem;
    font-size: 30px;
    font-size: 3rem;
  }
  .scene-d-cont__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5rem 10rem;
  }
  .scene-d-cont__top p {
    width: 43%;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-cont__top-img {
    width: 51.8867924528%;
  }
  .scene-d-cont__change {
    padding: 0;
  }
  .scene-d-cont__change::before {
    top: -8rem;
    width: 4.3rem;
    height: 4rem;display: none;
  }
  .scene-d-cont__change-flex {
    display: flex;
    justify-content: space-between;
    transition-delay: 0.5s;
  }
  .scene-d-cont__change-flex:last-child {
    transition-delay: 0.675s;
  }
  .scene-d-cont__change .flex01 {
    order: 2;
    width: 26%;
  }
  .scene-d-cont__change .flex02 {
    order: 3;
    width: 32%;
  }
  .scene-d-cont__change .flex03 {
    order: 1;
    width: 32%;
  }
  .scene-d-cont__change .flex04 {
    order: 2;
    width: 36%;
  }
  .scene-d-cont__change-before-pc, .scene-d-cont__change-after-pc {
    display: block;
    width: 32%;
    padding: 2.8rem;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    line-height: 1;
    text-align: center;
    --spacing: -0.02em;
    font-size: 24px;
    font-size: 1.6rem;
  }
  .scene-d-cont__change-before-pc {
    color: #555;
    background-color: #cfcfcf;
  }
  .scene-d-cont__change-after-pc {
    color: #fff;
    background-color: #cb1414;
  }
  .scene-d-cont__change-arrow {
    height: 7.7rem;
    padding: 0 2.4rem;
    margin: 0 auto;
  }
  .scene-d-cont__change-arrow::before, .scene-d-cont__change-arrow::after {
    top: 50%;
    bottom: auto;
    bottom: initial;
    width: 6rem;
    height: 11rem;
    transform: translateY(-50%);
  }
  .scene-d-cont__change-arrow::before {
    right: 99.5%;
  }
  .scene-d-cont__change-arrow::after {
    left: 99.5%;
  }
  .scene-d-cont__change-circle {
    width: 8.6rem;
    height: 8.6rem;
  }
  .scene-d-cont__change-circle span {
    line-height: 1.375;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .scene-d-cont__change-illust {
    width: 100%;
  }
  .scene-d-cont__change-illust + p {
    font-size: 18px;
    font-size: 1.6rem;
  }
  .scene-d-cont__change-after-sp {
    display: none;
  }
  .scene-d-cont__change-afterlist {
    padding: 2rem;
    margin-top: 2rem;
  }
  .scene-d-cont__change-afteritem {
    /* padding-left: 2.6rem; */
    margin-bottom: 1.6rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.6rem;
  }
  .scene-d-cont__change-afteritem::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .scene-d-cont__change-before-sp {
    display: none;
  }
  .scene-d-cont__change-beforelist {
    padding: 2rem;
    margin-top: 2rem;
  }
  .scene-d-cont__change-beforeitem {
    /* padding-left: 2.6rem; */
    margin-bottom: 1.6rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.6rem;
  }
  .scene-d-cont__change-beforeitem::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .scene-d-exp__ttl {
    height: 12rem;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .scene-d-exp__top {
    padding: 6rem 5rem 10rem;
  }
  .scene-d-exp__top::before, .scene-d-exp__top::after {
    height: 19rem;
  }
  .scene-d-exp__top-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11.5rem;
  }
  .scene-d-exp__top-list.inview .scene-d-exp__top-item {
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }
  .scene-d-exp__top-item {
    width: calc((100% - 5rem) / 3);
  }
  .scene-d-exp__top-item:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
  .scene-d-exp__top-listttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-exp__top-listimg {
    width: calc(100% - (60% + 1.8rem));
  }
  .scene-d-exp__top-listtxt {
    width: 60%;
    margin-left: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-exp__top-txt {
    line-height: 1.6666666667;
    transition-delay: 0.5s;
    font-size: 30px;
    font-size: 3rem;
  }
  .scene-d-exp__top-txt::before {
    top: -7.7rem;
    width: 4.3rem;
    height: 4rem;
  }
  .scene-d-exp__middle {
    padding: 4rem 0 0;
  }
  .scene-d-exp__middle-txt {
    line-height: 1.5789473684;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .scene-d-exp__middle-voice {
    width: 16.5rem;
    height: 16.5rem;
    line-height: 1.375;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .scene-d-exp__middle-voice::before {
    width: 2.5rem;
    height: 2.9rem;
  }
  .scene-d-exp__middle-voice--left {
    top: 8rem;
    left: 2rem;
  }
  .scene-d-exp__middle-voice--right {
    top: 5rem;
    right: 2rem;
  }
  .scene-d-exp__bottom-sp {
    display: none;
  }
  .scene-d-exp__bottom-pc {
    display: block;
    padding-top: 10.6rem;
  }
  .scene-d-exp__bottom-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .scene-d-exp__bottom-flex {
    position: relative;
    left: -1.5%;
  }
  .scene-d-exp__bottom-txt {
    width: 58.3333333333%;
    padding: 1rem 3rem;
    margin: 3rem 0 2.5rem;
    line-height: 1.6666666667;
    border-radius: 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .scene-d-exp__bottom-imgbox {
    display: block;
    align-self: self-end;
    width: 35%;
  }
  .scene-d-exp__bottom-imgbox img:last-child {
    margin-left: 0;
  }
  .scene-d-demo {
    padding: 5.5rem 0 8rem;
    background: linear-gradient(180deg, #cb1414 0%, #cb1414 40.5%, #f7f7f7 40.5%, #f7f7f7 100%);
  }
  .scene-d-demo__ttl {
    margin-bottom: 2.7rem;
    line-height: 1.5789473684;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .scene-d-demo__list-wrap.swiper {
    margin: 0 -1.5rem;
    overflow: hidden;
  }
  .scene-d-demo__item {
    padding: 1rem 1.5rem 2.5rem;
  }
  .scene-d-demo__item .item-inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
    transition: filter 0.4s ease;
  }
  .scene-d-demo__item .item-main {
    padding: 3.5rem 1.5rem 2.25rem;
  }
  .scene-d-demo__item .item-ttl {
    margin-bottom: 1.15rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .scene-d-demo__item .item-txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .scene-d-demo .swiper-controller {
    max-width: 86rem;
    margin: 4.5rem auto 0;
  }
  .scene-d-demo .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }
  .scene-d-demo .swiper-button-next,
  .scene-d-demo .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transition: border-color 0.4s ease;
  }
  .scene-d-demo .swiper-button-next::after,
  .scene-d-demo .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
    transition: border-color 0.4s ease;
  }
  .scene-d-demo .swiper-button-prev::after {
    left: 0.25rem;
  }
  .scene-d-demo .swiper-button-next::after {
    right: 0.25rem;
  }
  .scene-d-other {
    padding-top: 6.6rem;
    padding-bottom: 15rem;
  }
  .scene-d-other__ttl {
    margin-bottom: 5rem;
    line-height: 1.5789473684;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .scene-d-other__list {
    display: flex;
    justify-content: space-between;
  }
  .scene-d-other__item {
    width: calc((100% - 6rem) / 3);
  }
  .scene-d-other__item:not(:first-child) {
    margin-top: 0;
    margin-left: 3rem;
  }
  .scene-d-other__item-inner {
    height: 100%;
    padding: 3rem 0 3.5rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .scene-d-other__item a.scene-d-other__item-inner {
    transition: filter 0.4s ease;
  }
  .scene-d-other__item-img {
    display: flex;
    justify-content: center;
    max-height: 20rem;
    margin-bottom: 2rem;
  }
  .scene-d-other__item-ttl {
    margin-bottom: 1rem;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .scene-d-other__item-txt {
    padding: 0 3rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}





@media (hover: hover) and (pointer: fine) and (min-width: 1010px){
.scene-d .c-mv__inner {
    padding-top: 10rem;
  }
  .scene-d-mv__img {
    height: 40rem;
    margin: 0 20rem 0 0;
  }
  .scene-d-cont__ttlbox {
    padding: 3.5rem 2rem 4.8rem;
  }
  .scene-d-cont__ttlbox::before {
    left: 7.7rem;
    width: 16.5rem;
    height: 13rem;
  }
  .scene-d-cont__ttl {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .scene-d-cont__subttl {
    padding: 0rem 0rem 8rem;
  }
  .scene-d-cont__top {
    padding: 0 7rem 15rem;
  }
  .scene-d-cont__change {
    padding: 0;
  }
  .scene-d-cont__change::before {
    top: -10.2rem;
  }
  .scene-d-cont__change-afterlist {
    padding: 3rem;
    margin-top: 6.5rem;
  }
  .scene-d-cont__change-beforelist {
    padding: 3rem;
    margin-top: 6.5rem;
  }
  .scene-d-exp__top {
    padding: 8rem 7rem 13rem;
  }
  .scene-d-exp__top-item {
    width: calc((100% - 9rem) / 3);
  }
  .scene-d-exp__top-item:not(:first-child) {
    margin-left: 4.5rem;
  }
  .scene-d-exp__middle {
    padding: 7.6rem 0 0;
  }
  .scene-d-exp__middle-voice--left {
    top: 5.2rem;
    left: 13.4rem;
  }
  .scene-d-exp__middle-voice--right {
    top: 8rem;
    right: 12rem;
  }
  .scene-d-exp__bottom-flex {
    left: -0.5%;
    padding: 0 10%;
  }
  .scene-d-exp__bottom-txt {
    margin: 4.3rem 0;
  }
  .scene-d-demo__list-wrap.swiper {
    margin: 0 -3rem;
  }
  .scene-d-demo__item {
    padding: 1rem 3rem 2.5rem;
  }
  .scene-d-demo__item .item-main {
    padding: 3.5rem 3rem 2.25rem;
  }
  .scene-d-demo .swiper-controller {
    max-width: 116rem;
  }
  .scene-d-other__item-img {
    max-height: 30rem;
    margin-bottom: 3rem;
  }
  .scene-d-other__item-txt {
    padding: 0 6rem;
  }
}
/************************
FAQ
*************************/
.faq-cont__main{
	margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
	.faq-cont__main{
	margin-bottom: 2rem;
}
}
.faq-btn-section {
  position: relative;
  padding: 4rem 0 0;
}
.faq-btn-section__inner {
  display: flex;
  justify-content: center;
}
.faq-btn-section .c-btn {
  border-radius: 0.5rem;
}
.faq-btn-section .c-btn.--red {
  justify-content: center;
  color: #222;
  letter-spacing: 0.1em;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.faq-btn-section .c-btn:last-child {
  margin-left: 1rem;
}

.faq-ranking {
  position: relative;
  padding: 4rem 0 0;
}
.faq-ranking__inner {
  text-align: center;
}
.faq-ranking__ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  background: #cb1414;
  border-radius: 0.5rem 0.5rem 0 0;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}
.faq-ranking__list {
  position: relative;
  padding: 3.25rem 2rem;
  background: #f7f7f7;
}
.faq-ranking__item {
  padding-bottom: 1.25rem;
}
.faq-ranking__item:not(:first-child) {
  padding-top: 1.75rem;
  border-top: 1px solid #dadada;
}
.faq-ranking__item:last-child {
  padding-bottom: 0;
}
.faq-ranking__item > div {
  position: relative;
  margin-bottom: 0.5rem;
  text-align: left;
}
.faq-ranking__item > div span {
  display: inline-block;
  padding: 0.3rem 1rem;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 3rem;
  font-size: 10px;
  font-size: 1rem;
}
.faq-ranking__item > div span.plan {
  background: #1f8bc1;
}
.faq-ranking__item > div span.create {
  background: #cb1414;
}
.faq-ranking__item > div span.movie {
  background: #38af6b;
}
.faq-ranking__item > div span.trouble {
  background: #d69e00;
}
.faq-ranking__item > p {
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
.faq-ranking__item > p::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-ranking__item > p a {
  display: inline;
  padding-bottom: 0.1em;
  font-weight: 500;
  line-height: 1.6666666667;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
.faq-movie {
  position: relative;
  padding: 5rem 0 0;
}
.faq-movie__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}
.faq-movie__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}
.faq-movie__ttl span {
  display: inline-block;
}
.faq-movie__inner {
  text-align: center;
}
.faq-cont {
  position: relative;
  padding: 5rem 0 7.5rem;
}
.faq-cont__anchor {
  margin: 0 0 3.5rem;
  text-align: center;
}
.faq-cont__anchor-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
.faq-cont__anchor-item {
  position: relative;
  width: calc(50% - 0.5rem);
}
.faq-cont__anchor-item > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1rem 2.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: justify;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border: 1px solid;
  border-radius: 0.3rem;
  transform: translateZ(0);
  font-size: 12px;
  font-size: 1.2rem;
}
.faq-cont__anchor-item > a::after {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}
.faq-cont__block {
  margin-bottom: 5rem;
}
.faq-cont__block:last-child {
  margin-bottom: 0;
}
.faq-cont__ttl {
  position: relative;
  padding-left: 1.6rem;
  margin: 3em 0 1.5em;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}
.faq-cont__ttl:first-child {
  margin-top: 0;
}
.faq-cont__ttl::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 0.2rem;
  height: calc(100% - 0.35em);
  content: "";
  background: #cb1414;
}
.faq-cont__ttl span {
  display: inline-block;
}
.faq-cont__list {
  border-top: 1px solid #dadada;
}
.faq-cont__item {
  border-bottom: 1px solid #dadada;
}
.faq-cont__item.is-active .item-ttl .btn-plus::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-cont__item .item-ttl {
  position: relative;
  padding: 1.45rem 2.85rem;
  font-weight: 500;
  line-height: 1.6666666667;
  font-size: 14px;
  font-size: 1.4rem;
}
.faq-cont__item .item-ttl::before {
  position: absolute;
  top: 1.65rem;
  left: 0.8rem;
  display: block;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #cb1414;
  content: "Q";
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-cont__item .item-ttl .btn-plus {
  position: absolute;
  top: 1.75rem;
  right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
}
.faq-cont__item .item-ttl .btn-plus::before, .faq-cont__item .item-ttl .btn-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #cb1414;
  transition: all 0.25s;
  transform: translate(-50%, -50%);
}
.faq-cont__item .item-ttl .btn-plus::before {
  width: 1px;
  height: 100%;
  opacity: 1;
}
.faq-cont__item .item-ttl .btn-plus::after {
  width: 100%;
  height: 1px;
}
.faq-cont__item .item-txt {
  display: none;
}
.faq-cont__item .item-txt > div {
  position: relative;
  padding: 1.5rem 2.75rem;
  background: #fff5f5;
}
.faq-cont__item .item-txt > div::before {
  position: absolute;
  top: 1.5rem;
  left: 0.8rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  content: "A";
  font-size: 18px;
  font-size: 1.8rem;
}
.faq-cont__item .item-txt > div p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.faq-cont__item .item-txt > div p:last-child {
  margin-bottom: 0;
}
.faq-cont__item .item-txt > div p a {
  color: #009bfd;
  text-decoration: underline;
}
.faq-cont__item .item-txt > div p a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.faq-cont__item .item-txt > div p em {
  font-style: italic;
}
.faq-cont__item .item-txt > div p b {
  font-weight: 700;
  background-image: linear-gradient(#fff175, #fff175);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.5em;
}
.faq-cont__item .item-txt > div p strong {
  font-weight: 700;
}
.faq-cont__item .item-txt > div p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.faq-cont__item .item-txt > div p img.alignright {
  margin: 0 0 0 auto;
}
.faq-cont__item .item-txt > div p img.alignleft {
  margin: 0 auto 0 0;
}
.faq-cont__item .item-txt > div ul {
  margin-bottom: 1.1em;
}
.faq-cont__item .item-txt > div ul:last-child {
  margin-bottom: 0;
}
.faq-cont__item .item-txt > div ul > li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.faq-cont__item .item-txt > div ul > li:last-child {
  margin-bottom: 0;
}
.faq-cont__item .item-txt > div ul > li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}
.faq-cont__item .item-txt > div ul > li > a {
  color: #009bfd;
  text-decoration: underline;
}
.faq-cont__item .item-txt > div ul > li > a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.faq-cont__item .item-txt > div ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}
.faq-cont__item .item-txt > div ol.alpha > li::before {
  content: counter(number, lower-alpha) ".";
}
.faq-cont__item .item-txt > div ol:last-child {
  margin-bottom: 0;
}
.faq-cont__item .item-txt > div ol > li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.faq-cont__item .item-txt > div ol > li:last-child {
  margin-bottom: 0;
}
.faq-cont__item .item-txt > div ol > li.int {
  padding-left: 2em;
  text-indent: -2em;
}
.faq-cont__item .item-txt > div ol > li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}
.faq-cont__item .item-txt > div ol > li > a {
  color: #009bfd;
  text-decoration: underline;
}
.faq-cont__item .item-txt > div ol > li > a[target="_blank"]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/lp/lp_2024_architecture_article-bing/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.faq-cont__item .item-txt > div ol > li > ol {
  margin: 1.1em 0 1.1em 1.5em !important;
}
.faq-cont__mov-list {
  margin-bottom: -2rem;
}
.faq-cont__mov-item {
  margin-bottom: 2rem;
}
.faq-cont__mov-item .item-img {
  margin-bottom: 1.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.faq-cont__mov-item .item-txt {
  position: relative;
  line-height: 1.4285714286;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .faq-btn-section .c-btn:hover {
    color: #fff;
    background: #cb1414;
  }
  .faq-ranking__item > p a:hover {
    background-size: 100% 1px;
  }
  .faq-cont__anchor-item > a:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
  }
  .faq-cont__anchor-item > a:hover::after {
    bottom: 1rem;
  }
  .faq-cont__item .item-txt > div p a:hover {
    text-decoration: none;
  }
  .faq-cont__item .item-txt > div ul > li > a:hover {
    text-decoration: none;
  }
  .faq-cont__item .item-txt > div ol > li > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .faq-btn-section {
    padding: 8rem 0 0;
  }
  .faq-btn-section .c-btn {
    width: 32rem;
    height: 7rem;
    border-radius: 1rem;
  }
  .faq-btn-section .c-btn.--red {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-btn-section .c-btn:last-child {
    margin: 0 0 0 4.5rem;
  }
  .faq-ranking {
    padding: 8rem 0 0;
  }
  .faq-ranking__inner {
    max-width: 100rem;
    margin: 0 auto;
  }
  .faq-ranking__ttl {
    height: 6.5rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 30px;
    font-size: 3rem;
  }
  .faq-ranking__list {
    padding: 5rem 7rem;
  }
  .faq-ranking__item:not(:first-child) {
    padding-top: 2rem;
  }
  .faq-ranking__item > div {
    margin-bottom: 1rem;
  }
  .faq-ranking__item > div span {
    padding: 0.4rem 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .faq-ranking__item > p {
    padding-left: 3rem;
  }
  .faq-ranking__item > p::before {
    top: 0.8rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .faq-ranking__item > p a {
    line-height: 1.9444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-movie {
    padding: 10rem 0 0;
  }
  .faq-movie__ttl {
    padding-left: 2rem;
    margin-bottom: 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }
  .faq-movie__ttl::before {
    width: 0.4rem;
  }
  .faq-cont {
    padding: 10.5rem 0 12rem;
  }
  .faq-cont__anchor {
    margin: 0 0 6.5rem;
  }
  .faq-cont__anchor-list {
    gap: 2rem 2rem;
  }
  .faq-cont__anchor-item {
    width: calc(25% - 1.5rem);
  }
  .faq-cont__anchor-item > a {
    height: 100%;
    padding: 1.25rem 2rem 3.25rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 0.6rem;
    transition: filter 0.4s ease;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-cont__anchor-item > a::after {
    bottom: 1.5rem;
    width: 1rem;
    height: 1rem;
    transition: bottom 0.4s ease;
  }
  .faq-cont__block {
    margin-bottom: 9.5rem;
  }
  .faq-cont__ttl {
    padding-left: 2rem;
    margin: 3em 0 1.5em;
    font-size: 30px;
    font-size: 3rem;
  }
  .faq-cont__ttl::before {
    width: 0.4rem;
  }
  .faq-cont__item .item-ttl {
    padding: 2.45rem 5rem;
    line-height: 1.75;
    font-size: 18px;
    font-size: 1.6rem;
  }
  .faq-cont__item .item-ttl::before {
    top: 3rem;
    left: 2rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .faq-cont__item .item-ttl .btn-plus {
    top: 2.9rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
  .faq-cont__item .item-ttl .btn-plus::before {
    width: 2px;
  }
  .faq-cont__item .item-ttl .btn-plus::after {
    height: 2px;
  }
  .faq-cont__item .item-txt > div {
    padding: 2.5rem 5rem;
  }
  .faq-cont__item .item-txt > div::before {
    top: 2.7rem;
    left: 1.6rem;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .faq-cont__item .item-txt > div p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-cont__item .item-txt > div p a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .faq-cont__item .item-txt > div ul > li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-cont__item .item-txt > div ul > li::before {
    top: 1.2rem;
  }
  .faq-cont__item .item-txt > div ul > li > a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .faq-cont__item .item-txt > div ol > li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-cont__item .item-txt > div ol > li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .faq-cont__item .item-txt > div ol > li > a[target="_blank"]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .faq-cont__mov-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.25rem;
  }
  .faq-cont__mov-item {
    width: 33.3334%;
    padding: 0 2.25rem;
    margin-bottom: 0;
  }
  .faq-cont__mov-item .item-img {
    margin-bottom: 2.45rem;
    border-radius: 1rem;
  }
  .faq-cont__mov-item .item-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/************************
会社概要
*************************/
#overview .overview {
/*! margin-bottom: 4rem; */
background: #f7f7f7;
padding: 8rem 0;
}
@media screen and (max-width: 767px) {
	#overview .overview {
padding: 4rem 0;
}
}

#overview .overview table {
  width: 100%;
  vertical-align: middle;
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.6rem;
  /*! padding-top: 4rem; */
  vertical-align: middle;
}

#overview .overview table tr {
  border-bottom: 0.1rem solid #c9c9c9;
}

#overview .overview table tr th, #overview .overview table tr td {
  padding: 3rem 0;
  vertical-align: middle;
}
#overview .overview table tr th:first-child{
	
}
#overview .overview table tr th {
  width: 18%;
  font-weight: normal;
  position: relative;
}

#overview .overview table tr th::after {
  content: '';
  width: .1rem;
  height: calc(100% - 6rem);
  background: #cf1111;
  position: absolute;
  top: 3rem;
  right: 0;
}

#overview .overview table tr td {
  padding-left: 4rem;
  font-weight: 300;
}

#overview .access {
  padding: 6rem 0 18rem;
  background: url(../img/lp/lp_2024_architecture_article-bing/bg-access.jpg) no-repeat top center/100% auto;
}

#overview .access h2 {
  margin: 0 0 3rem;
  font-family: 'Roboto', sans-serif;
  color: #cf1111;
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

#overview .access .flex {
  justify-content: space-between;
}

#overview .access .map-wrap {
  width: 66%;
}

#overview .access .map-wrap iframe {
  width: 100%;
  height: 45rem;
}

#overview .access .img-wrap {
  width: 31.9%;
}

#overview .overview_border_bottom {
  color: #0000EE;
  border-bottom: 1px solid #0000EE;
}

@media (max-width: 767px) {
  #overview .overview {
    margin-bottom: 0;
  }
  #overview .overview table {
    font-size: 4vw;
  }
  #overview .overview table tr th, #overview .overview table tr td {
    display: block;
    padding: 1rem 0;
  }
  #overview .overview table tr th {
    width: 100%;
    padding-left: 1em;
  }
  #overview .overview table tr th::after {
    width: 3em;
    height: .1rem;
    top: 100%;
    right: auto;
    left: 1em;
  }
  #overview .overview table tr td {
    padding-left: 2em;
  }
  #overview .access {
    padding: 10vw 0 20vw;
    background: url(../img/lp/lp_2024_architecture_article-bing/bg-access.jpg) no-repeat top center/auto 80vw;
  }
  #overview .access h2 {
    font-size: 6vw;
  }
  #overview .access .flex {
    flex-direction: column;
  }
  #overview .access .map-wrap {
    width: 100%;
    margin-bottom: 10vw;
  }
  #overview .access .map-wrap iframe {
    height: 100vw;
  }
  #overview .access .img-wrap {
    width: 100%;
  }
}


/************************
お問い合わせフォーム
*************************/

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 1.15rem 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, verdana, meiryo, sans-serif;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.3rem;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1.6rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a2a2a2;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #a2a2a2;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  border: 1px solid #cb1414;
  outline: none;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #a2a2a2;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
textarea:focus::placeholder {
  color: #a2a2a2;
}

input:-moz-read-only, textarea:-moz-read-only {
  background: #efefef;
  border: none;
}

input:read-only,
textarea:read-only {
  background: #efefef;
  border: none;
}
input:-moz-read-only:focus, textarea:-moz-read-only:focus {
  border: none;
}
input:read-only:focus,
textarea:read-only:focus {
  border: none;
}

textarea {
  resize: vertical;
}

select {
  width: 100%;
  padding: 12px 20px;
  letter-spacing: 0.1em;
  background-color: #F4F6F8;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  transition: all 0.4s ease;
  font-size: 16px;
  font-size: 1.6rem;
}

.selectbox {
  position: relative;
  width: 100%;
  max-width: 250px;
}
.selectbox::after {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

.radio-btns input[type=radio].radio-btns__item {
  display: none;
}

.radio-btns label {
  display: inline-block;
  margin: 0.5rem 0;
}

.radio-btns .radio-btns__item + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.radio-btns .radio-btns__item + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  content: "";
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 50%;
}

.radio-btns .radio-btns__item + span::after {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: #cb1414;
  border-radius: 50%;
  opacity: 0;
}

.radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}

.checkbox input[type=checkbox].checkbox__item {
  display: none;
}

.checkbox label {
  display: inline-block;
  margin: 0.5rem 0;
}

.checkbox .checkbox__item + span {
  position: relative;
  display: inline-block;
  padding-left: 4rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", source-han-sans-japanese, -apple-system, blinkmacsystemfont, roboto, "Segoe UI", "Helvetica Neue", helveticaneue, verdana, meiryo, sans-serif;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.checkbox .checkbox__item + span > a {
  text-decoration: underline;
}

.checkbox .checkbox__item + span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  content: "";
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 0.5rem;
}

.checkbox .checkbox__item + span::after {
  position: absolute;
  top: 0.65rem;
  left: 1rem;
  display: block;
  width: 0.6rem;
  height: 0.95rem;
  content: "";
  border-right: 0.2rem solid #cb1414;
  border-bottom: 0.2rem solid #cb1414;
  opacity: 0;
  transform: rotate(45deg);
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

.contact-form {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 6rem;
}
.contact-form__txt-wrap {
  margin-bottom: 3rem;
}
.contact-form__txt {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-form__note {
  margin-top: 0.25em;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0;
  opacity: 0.6;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-form__note:first-child {
  margin-top: 0;
}
.contact-form__gray-box {
  padding: 3rem 2rem;
  background: #efefef;
  border-radius: 0.5rem;
}
.contact-form__table {
  width: 100%;
}
.contact-form__table tr {
  position: relative;
}
.contact-form__table th,
.contact-form__table td {
  display: block;
  width: 100%;
}
.contact-form__table th {
  position: relative;
  padding: 1rem 5rem 0 0;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-form__table th .th-txt {
  font-weight: 400;
  opacity: 0.6;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form__table th .required,
.contact-form__table th .optional {
  position: absolute;
  top: 1.1rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 1.6rem;
  font-weight: 700;
  line-height: 0;
  color: #fff;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
.contact-form__table th .required.--en,
.contact-form__table th .optional.--en {
  width: 6rem;
}
.contact-form__table th .required {
  background: #cb1414;
}
.contact-form__table th .optional {
  background: #666;
}
.contact-form__table td {
  padding: 0.85rem 0;
}
.contact-form__table td .td-txt {
  margin-top: 0.5em;
  font-weight: 400;
  opacity: 0.6;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form__table td .checkbox:nth-of-type(3) {
  margin-top: 0.5rem;
}
.contact-form__submitwrap {
  margin-top: 3rem;
  text-align: center;
}
.contact-form__submitwrap .c-btn.--red.--arw .btn-arw::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='none' stroke='%23fff' stroke-miterlimit='10' cx='16' cy='16' r='15'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' d='M17,13l3,3l-3,3 M12,16H20'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: filter 0.3s ease;
}
.contact-form__submitwrap .c-btn.--red.--arw.--back {
  justify-content: flex-end;
  padding: 0.25rem 2rem 0.25rem 1rem;
}
.contact-form__submitwrap .c-btn.--red.--arw.--back .btn-arw {
  right: auto;
  left: 1.3rem;
}
.contact-form__submitwrap .c-btn.--red.--arw.--back .btn-arw::before {
  transform: scale(-1, 1);
}
.contact-form__submitwrap .c-btn + .c-btn {
  margin: 0 0 0 1rem;
}
.contact-form__thanks-mes h3 {
  position: relative;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  text-align: center;
  letter-spacing: 0;
  font-size: 22px;
  font-size: 2.2rem;
}
.contact-form__thanks-mes p {
  margin-bottom: 1.5em;
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form__thanks-mes p:last-child {
  margin-bottom: 0 !important;
}
.contact-form__thanks-mes .contact-form__submitwrap {
  margin-top: 15.25rem;
  text-align: center;
}

.mw_wp_form .vertical-item {
  display: block;
}
.mw_wp_form .horizontal-item {
/*  margin: 0 1.5rem 0 0 !important;*/
}
.mw_wp_form .g-recaptcha {
  display: flex;
  justify-content: center;
}
.mw_wp_form_confirm .contact-form__table th .th-txt,
.mw_wp_form_confirm .contact-form__table th .td-txt {
  display: none;
}
.mw_wp_form_confirm .contact-form__table th .required,
.mw_wp_form_confirm .contact-form__table th .optional {
  display: none;
}
.mw_wp_form_confirm .contact-form__table td {
  font-weight: 400;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
  font-size: 14px;
  font-size: 1.4rem;
}
.mw_wp_form_confirm .contact-form__table tr:last-child th,
.mw_wp_form_confirm .contact-form__table tr:last-child td {
  border-bottom: none;
}
.flex{
	display: flex;
	align-items: center;
}
.agree_block{
	display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 4rem 0;
}
.jc_c{
display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}
.contact-text-title{
	
}
.contact-text-info{
	line-height: 1.625;
    font-size: 1.6rem;
  color: #666;
  letter-spacing: 0;
  padding-bottom: 2rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-text-info {
    padding-bottom: 2rem;
	  font-size: 1.2rem;
  }
}

#overview .overview table tr:last-child{
	border: none !important;
}

.lp_form{
	
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px){
  .checkbox .checkbox__item + span > a:hover {
    text-decoration: none;
  }
  .contact-form__submitwrap .c-btn:hover.--red.--arw .btn-arw::before {
    filter: invert(89%) sepia(100%) saturate(4358%) brightness(85%) contrast(100%);
  }
  .contact-form__submitwrap .c-btn:hover.--red.--arw.--back .btn-arw::before {
    filter: invert(89%) sepia(100%) saturate(1797%) brightness(95%) contrast(100%);
  }
}
@media screen and (min-width: 768px){
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea {
    padding: 2.125rem 3rem;
    border-radius: 0.6rem;
  }
  select {
    padding: 18px 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .selectbox::after {
    top: 30px;
  }
  .radio-btns,
  .checkbox {
    margin: 1.375rem -2.5rem 1.375rem 0;
  }
  .radio-btns label {
    margin: 0.75rem 0;
  }
  .checkbox label {
    margin: 0.75rem 0;
  }
  .contact-form {
    padding: 5rem 0 10rem;
  }
  .contact-form__txt-wrap {
    margin-bottom: 4.5rem;
  }
  .contact-form__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-form__note {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form__gray-box {
    padding: 7rem 8rem;
    border-radius: 1rem;
  }
  .contact-form__table th,
  .contact-form__table td {
    display: table-cell;
    vertical-align: middle;
  }
  .contact-form__table th {
    width: 26rem;
    padding: 1.3rem 3rem 1.3rem 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-form__table th .th-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form__table th .required,
  .contact-form__table th .optional {
    top: 50%;
    width: 3.2rem;
    height: 1.8rem;
    margin-top: -0.8em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .contact-form__table th .required.--en,
  .contact-form__table th .optional.--en {
    width: 7rem;
  }
  .contact-form__table td {
    width: calc(100% - 21.8rem);
    padding: 1.3rem 0 1.3rem 2.5rem;
  }
  .contact-form__table td .td-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form__table td .checkbox:nth-of-type(2) {
    margin-top: 1rem;
  }
  .contact-form__table td .checkbox:nth-of-type(3) {
    margin-top: 1.5rem;
  }
  .contact-form__submitwrap {
    margin-top: 4rem;
  }
  .contact-form__submitwrap .c-btn.--red.--arw.--back {
    padding: 0.5rem 2.5rem 0.5rem 6rem;
  }
  .contact-form__submitwrap .c-btn.--red.--arw.--back .btn-arw {
    left: 1.8rem;
  }
  .contact-form__submitwrap .c-btn + .c-btn {
    margin: 0 0 0 5rem;
  }
  .contact-form__thanks-mes h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .contact-form__thanks-mes p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contact-form__thanks-mes .contact-form__submitwrap {
    margin-top: 10.5rem;
  }
  .mw_wp_form .horizontal-item {
    margin: 0 2.5rem 0 0 !important;
  }
  .mw_wp_form_input .contact-form__table th.v-top {
    padding: 3.5rem 3rem 0.3rem 0;
    vertical-align: top;
  }
  .mw_wp_form_input .contact-form__table th.v-top .required,
  .mw_wp_form_input .contact-form__table th.v-top .optional {
    top: 3.9rem;
    margin-top: 0;
  }
  .mw_wp_form_confirm .contact-form__table th {
    padding: 3rem 0;
    border-bottom: 1px solid #dadada;
  }
  .mw_wp_form_confirm .contact-form__table th.v-top {
    padding-top: 3rem;
    vertical-align: top;
  }
  .mw_wp_form_confirm .contact-form__table td {
    padding: 3rem 6rem 3rem 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px){
  .contact-form__submitwrap .c-btn.--red {
    width: 15rem;
  }
}



















.feature-cont2 {
  position: relative;
  z-index: 0;
  padding: 5rem 0;
  background: #f7f7f7;
}
.feature-cont2::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 29rem;
  content: "";
  background: #cb1414;
}


.feature-cont2__ttl {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #fff;
  text-align: center;
  --spacing: 0.03em;
  font-size: 24px;
  font-size: 2.4rem;
}
.feature-cont2__ttl::before{
  display: none;
}
.feature-cont2__lead {
  margin-bottom: 4rem;
  line-height: 1.6666666667;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.feature-cont2__list-wrap {
  position: relative;
  height: 122rem;
  overflow: hidden;
  transition: 1s;
}
.feature-cont2__list-wrap.open::after {
  z-index: -1;
  opacity: 0;
}
.feature-cont2__list-wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 10rem;
  content: "";
  background: linear-gradient(0deg, rgb(247, 247, 247) 5%, rgba(247, 247, 247, 0) 100%);
  transition: 1s;
}
.feature-cont2__button {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 6;
  justify-content: center;
  transform: translateX(-50%);
}
.feature-cont2__button span {
  position: relative;
  padding-right: 2.3rem;
}
.feature-cont2__button span::after {
  position: absolute;
  top: 0.8rem;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 0.8rem 0.6rem 0;
}
.feature-cont2__list {
  padding: 0 2.5rem;
}
.feature-cont2__item {
  margin-bottom: 2rem;
}
.feature-cont2__item:last-child {
  margin-bottom: 0;
}
.feature-cont2__item .item-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}
.feature-cont2__item .item-img {
  text-align: center;
}
.feature-cont2__item .item-txt-area {
  padding: 0 2.5rem 2rem;
}
.feature-cont2__item .item-ttl {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.7rem;
}
.feature-cont2__item .item-txt {
  line-height: 1.6666666667;
  color: #666;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px){

.feature-cont2 {
    padding: 5.15rem 0 12rem;
    margin-bottom: 6rem;
  }
  .feature-cont2::before {
    height: 30rem;
  }
  .feature-cont2__ttl {
    margin-bottom: 1.35rem;
    line-height: 1.5789473684;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .feature-cont2__lead {
    margin-bottom: 5rem;
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .feature-cont2__list-wrap {
    height: auto;
  }
  .feature-cont2__list-wrap::after {
    display: none;
  }
  .feature-cont2__button {
    display: none;
  }
  .feature-cont2__button span::after {
    display: none;
  }
  .feature-cont2__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 5%;
    padding: 0;
  }
  .feature-cont2__item {
    width: 30%;
    margin-bottom: 0;
  }
  .feature-cont2__item .item-inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }
  .feature-cont2__item .item-txt-area {
    padding: 0.15rem 3.5rem 3rem;
  }
  .feature-cont2__item .item-ttl {
    margin-bottom: 1.85rem;
    line-height: 1.0833333333;
    font-size: 20px;
    font-size: 2rem;
  }
  .feature-cont2__item .item-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }

}

@media screen and (min-width: 1024px){
  .feature-cont2__list {
    gap: 4rem 5%;
  }
  .feature-cont2__item .item-ttl {
    font-size: 24px;
    font-size: 1.8rem;
  }
}



/******************************************
お悩み
******************************************/
.advantage-result__voice-list {
  position: relative;
  margin-bottom: 6rem;
}

.advantage-result__voice-item {
  position: relative;
  padding: 2.5rem 2rem 2rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
}

.advantage-result__voice-item:not(:last-child) {
  margin-bottom: 4rem;
}

.advantage-result__voice-item .item-ttl {
  position: absolute;
  top: -0.8em;
  left: 50%;
  display: inline-block;
  padding: 0 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  background: #fff;
  transform: translateX(-50%);
  --spacing: 0.03em;
  font-size: 20px;
  font-size: 2rem;
}

.advantage-result__voice-item .item-item {
  position: relative;
  padding-left: 2.3rem;
  font-weight: 700;
  line-height: 1.5555555556;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.advantage-result__voice-item .item-item::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  background-image: url("/wp/assets/img/advantage/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.advantage-result__voice-item .item-illust {
  width: 13.2rem;
  height: 13.2rem;
  margin: 0 auto 2rem;
}




@media screen and (min-width: 768px) {
  .advantage-result__voice-list {
    margin: 4rem 0 6rem;
  }

  .advantage-result__voice-item {
    min-height: 20rem;
    padding: 5rem 4rem 5rem 24rem;
    border-radius: 1rem;
  }

  .advantage-result__voice-item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .advantage-result__voice-item .item-ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
  }

  .advantage-result__voice-item .item-item {
    padding-left: 2.6rem;
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .advantage-result__voice-item .item-item::before {
    top: 0.9rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .advantage-result__voice-item .item-illust {
    position: absolute;
    top: calc(50% - 9rem);
    left: 5rem;
    width: 18rem;
    height: 18rem;
    margin: 0;
  }

}

@media screen and (max-width: 767px) {
  .advantage-result__voice-item .item-ttl {
    text-align: center;
    top: 1.2em !important;
  }
  .advantage-result__voice-item h4{
    width: 90%;
  }

  .item-illust img{
    display: none;
  }
  .advantage-result__voice-item .item-illust{
  height: 3.2rem !important;
}
}


/* 追加 */

#article img {
  margin-bottom: 3rem;
  width: 100%;
}

h1 {
  margin-top: 6rem;
  color: #222;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  h1 {
font-size: 1.8rem;
  }
}

.avan {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-bottom: 6rem;
  font-size: 1.2rem;
  gap: 30px;
}
.avan img{
  width: 20% !important;
}
.avan p{
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .avan {
    display: block;
  }
  .avan img{
    width: 100% !important;
  }
  .avan p{
    width: 100% !important;
  }
}

.title {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
  padding-bottom: 0.8rem;
  border-left: solid 10px #cf2e2e;
  padding-left: 20px;
  display: flex;
  align-items: center;
  vertical-align: sub;
  margin-bottom: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .title {
font-size: 1.8rem;
  }
}

.text-info {
  line-height: 1.8;
  font-size: 2rem;
  color: #222;
  letter-spacing: 0;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .text-info {
font-size: 1.4rem;
  }
}

.bold {
  font-weight: bold;
}

.point {
  font-weight: bold;
  color: #cf2e2e;
}



.container2{
max-width: 120rem !important;
}





/*hubspot*/
.hbspt-form{
  width: 100% !important;
  margin: 0 auto;
  position: relative !important;
}

.hbspt-form fieldset{
  width: 100% !important;
  max-width: 100% !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 0 !important;
  border-block: 1px solid #e3e3e3 !important;
  margin-bottom: -1px;
}

.hbspt-form .form-columns-2 .hs-form-field{
  padding: 24px 0 !important;
  width: 100% !important;
  float: none !important;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 0 0 24px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 15px !important;
}

input[type=text], input[type=email], input[type=tel],select {
  padding: 0 1rem !important;
  height: 53px !important;
}

input[type=text], input[type=email], input[type=tel],select,textarea {
  font-size: 16px !important;
}

.grecaptcha-badge{
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s;
  position: absolute;
  bottom: -100px;
  right: 0;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

.hbspt-form .input{
  width: 100% !important;
  display: contents;
  margin: 0;
}

.hs-fieldtype-text input,
.hs_phone input,
.hbspt-form textarea{
  background-color: #f8f8f8;
  width: 100% !important;
}

.hbspt-form textarea{
  height: 120px;
  padding: 1rem;
}

.hbspt-form .form-columns-1 .field label{
  width: 254px;
}

.hbspt-form .form-columns-2 .field label{
  width: 100px !important;
}

.form-columns-2 select{
  width: 100% !important;
}

.hbspt-form .multi-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.hs-form-checkbox-display,.hs-form-radio-display{
  display: flex;
  gap: 10px;
  width: auto !important;
  align-items: center;
}

.hbspt-form input[type=checkbox],.hbspt-form input[type=radio]{
  width: 26px !important;
  height: 26px !important;
  accent-color: #eb5b5b;
}

.hs-error-msg,.hs_error_rollup{
  color: #cb1414;
  font-size: 13px !important;
}

.hs-form-required{
    display: inline-block;
    position: relative;
    vertical-align: inherit;
    padding: 4px 9px;
    margin-left: 15px;
    background: #eb5b5b;
    color: #fff;
    border-radius: 0 !important;
    font-size: 0;
    font-weight: 400;
    -webkit-border-radius: 0.6rem;
    line-height: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.hs-form-required::before{
  content: '必須';
  display: block;
  font-size: 13px;
}
.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 64px 18px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.svelte-select{
  height: 55px !important;
}

.hbspt-form select{
  height: 55px;
}

.hs-field-desc a{
  text-decoration:underline;
}

.document-detail-cont__form .hbspt-form{
  background-color: #fff;
  padding: 3rem 1.5rem 10rem;
}


@media screen and (min-width: 768px) {
/*hubspot*/
.hbspt-form{
  max-width: 924px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 1.6rem !important;
}

.hbspt-form .form-columns-1 .hs-form-field{
  font-size: 1.3rem !important;
}

.hs-form-required::before{
  font-size: 1.3rem;
}

.svelte-select{
  height: 53px !important;
}

.hbspt-form select{
  height: 53px;
  padding: 0 1.5rem;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  padding: 14px 84px 18px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.hbspt-form .form-columns-2{
  display: flex;
  gap: 40px;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 24px 0 !important;
}

}