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

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

table caption,
table th,
table td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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

button {
    font-family: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body {
    background-color: #fff;
    color: #4c4948;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "UD Shin Go Regular", sans-serif;
    /* font-family: "UD Shin Go Medium", sans-serif;
    font-family: "UD Shin Go Bold", sans-serif; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 13px;
        line-height: 1.7307692308;
        letter-spacing: 0.05em;
    }
}

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

*,
*::after,
*::before {
    box-sizing: border-box;
}

a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

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

svg {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
}

@media screen and (min-width: 1025px) {
  .pc-none {
      display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sp-none {
      display: none !important;
  }
}

main#main{
    height: auto;
    margin-top: 101px;
}
@media screen and (max-width: 1024px) {
    main#main{
        margin-top: 65px;
    }
}

body.is-fixed {
  overflow: hidden;
  height: 100%;
}

.p-labor-saving p{
  text-align: inherit;
}

.p-labor-saving .breadcrumbsWrapper {
  transition: transform .4s ease;
  position: fixed;
  top: 101px;
}

.p-labor-saving .breadcrumbsWrapper.is-up {
  transform: translateY(-156px);
  pointer-events: none;
}

@media screen and (max-width: 800px) {
.p-labor-saving .breadcrumbsWrapper {
  top: 65px;
}

.p-labor-saving .breadcrumbsWrapper.is-up {
  transform: translateY(-117px);
}
}


.sub-follow-nav {
  /* display: none; */
  width: 100%;
  /* background: rgba(77, 77, 77, 1); */
  background: rgba(51, 51, 51, 0.8);
  padding: 10px;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease;
  font-feature-settings: "palt";
  opacity: 0;
  top: -71px;
  overflow: hidden;
}

.sub-follow-nav.active {
  /* display: block; */
  opacity: 1;
  top: 0;
}

.sub-follow-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.header-visible .sub-follow-nav {
  position: fixed;
  top: 101px; /* ヘッダー高さ */
}

.sub-follow-nav ul{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.sub-follow-nav__item{
  max-width: 140px;
  width: 100%;
  background-color: #fff;
}

/* .sub-follow-nav__item.light-blue{
  max-width: 230px;
} */

.sub-follow-nav__item.yellow{
  max-width: 330px;
}

.sub-follow-nav__item a{
  background-color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: calc(20/16);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding: 7px 0 7px;
  transition: all .3s;
}

.sub-follow-nav__item a span{
  font-size: 16px;
  display: inline-block;
  transition: all .3s;
}

.sub-follow-nav__item.purple a{
  color: #9b8ca1;
  border: 1px solid #9b8ca1;
}

.sub-follow-nav__item.green a{
  color: #629595;
  border: 1px solid #629595;
}

.sub-follow-nav__item.blue a{
  color: #5b779a;
  border: 1px solid #5b779a;
}

.sub-follow-nav__item.light-blue a{
  color: #7aadc8;
  border: 1px solid #7aadc8;
}

.sub-follow-nav__item.yellow a{
  color: #fff;
  text-align: right;
  padding: 7px 10px 7px;
  position: relative;
  border: 1px solid #7aadc8;
  background-color: #7aadc8;
}

.sub-follow-nav__item.yellow a .simulation span{
  color: #fff;
}

.sub-follow-nav__item.yellow a::before{
  content: "";
  background-image: url(/store/solution/images/202512/nav-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100px;
  height: 38px;
  position: absolute;
  left: 4px;
  bottom: -3px;
}

.sub-follow-nav__item.yellow a .simulation{
  display: inline-block;
  text-align: center;
  transition: all .3s;
}

.sub-follow-nav__item a:hover{
  opacity: 1;
}
.sub-follow-nav__item.purple a:hover{
  background-color: #9b8ca1;
  color: #fff;
}

.sub-follow-nav__item.green a:hover{
  background-color: #629595;
  color: #fff;
}

.sub-follow-nav__item.blue a:hover{
  background-color: #5b779a;
  color: #fff;
}

.sub-follow-nav__item.light-blue a:hover{
  background-color: #7aadc8;
  color: #fff;
}

.sub-follow-nav__item.yellow a:hover{
  background-color: #fff;
  color: #7aadc8;
}

.sub-follow-nav__item.yellow a:hover .simulation span{
  color: #7aadc8;
}


@media screen and (max-width: 1024px) {
  .sub-follow-nav{
    padding: 10px;
  }

  body.header-visible .sub-follow-nav {
    top: 65px;
  }

  .sub-follow-nav ul{
    flex-wrap: wrap;
    gap: 5px;
    max-width: 335px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

  .sub-follow-nav__item{
    max-width: 115px;
  }
  
  .sub-follow-nav__item.light-blue{
    max-width: 160px;
  }
  
  .sub-follow-nav__item.yellow{
    max-width: 335px;
  }
  
  .sub-follow-nav__item a{
    font-size: 18px;
    padding: 4px 0 2px;
  }
  
  .sub-follow-nav__item a span{
    font-size: 18px;
  }

  .sub-follow-nav__item.light-blue a{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-follow-nav__item.yellow a{
    padding: 7px 10px 5px 75px;
    text-align: right;
  }
  
  .sub-follow-nav__item.yellow a::before{
    width: 75px;
    height: 34px;
    left: 9px;
    bottom: -3px;
  }
}



.p-labor-saving .l-fv {
  /* background-color: #7aadc8;
  padding: 33px 0;
  height: calc(100vh - 101px);
  text-align: center;
  position: relative;
  overflow: hidden; */
  position: relative;
  top: -173px;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}

.p-labor-saving .l-fv__bg {
  position: absolute;
  inset: 0;
  background-color: #7aadc8;
  z-index: 0;
}

.p-labor-saving .l-fv__inner{
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /* height: fit-content; */
}

.p-labor-saving .l-fv__inner.fv-content--2{
  top: 50%;
  height: 100%;
}

.p-labor-saving .l-fv__text p{
  color: #edd900;
  /* font-size: 80px; */
  font-size: calc(45 / 1500 * 100vw);
  line-height: calc(87/80);
  text-align: center;
  padding-left: 15px;
}

.l-fv__img-text-wrap{
  position: relative;
}

.p-labor-saving .l-fv__img-text{
  /* margin-top: 21px; */
  margin-top: calc(21 / 1500 * 100vw);
  /* max-width: 637px; */
  max-width: calc(637 / 1500 * 100vw);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.p-labor-saving .l-fv__bottom{
  /* margin-top: 16px; */
  margin-top: calc(16 / 1500 * 100vw);
}

.p-labor-saving .l-fv__bottom p{
  color: #edd900;
  /* font-size: 29px; */
  font-size: calc(31 / 1500 * 100vw);
  line-height: calc(35/29);
  text-align: center;
}

.p-labor-saving .l-fv__illust {
  position: absolute;
}

.p-labor-saving .l-fv__illust img {
  height: auto;
  animation: floating 4s ease-in-out infinite;
}

.p-labor-saving .l-fv__illust--left img{
  /* max-width: 287px; */
  max-width: calc(287 / 1500 * 100vw);
  width: 100%;
}

.p-labor-saving .l-fv__illust--right img{
  /* max-width: 364px; */
  max-width: calc(364 / 1500 * 100vw);
  width: 100%;
}

.p-labor-saving .l-fv__illust--left {
  left: 0;
  transform: translateX(75%);
  top: -25%;
  z-index: 15;
}

.p-labor-saving .l-fv__illust--right {
  right: 0;
  transform: translateX(-50%);
  top: -26%;
  z-index: 0;
}
.p-labor-saving .l-fv__illust--right img {
  animation-delay: 1s;
}

/* 上下アニメーション */
@keyframes floating {
  0% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

.l-fv__scroll{
  position: absolute;
  /* bottom: 18px; */
  bottom: calc(0 / 1500 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 21px; */
  max-width: calc(21 / 1500 * 100vw);
  width: 100%;
  transition: opacity 0.5s ease;
  z-index: 100;
}

.l-fv__scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.l-fv__scroll a{
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  background-size: 14px auto;
  z-index: 2;
  text-decoration: none; 
  transform: translate(-50%, -50%);
  cursor: default;
}

.l-fv__scroll a:before {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 9px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid #fff;
  border-width: 0px 0 2px 2px;
}

.l-fv__scroll a:after {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  content: "";
  border-radius: 100%;
  top: calc(50% - 50px);
  left: calc(50% - 19px);
}

.l-fv__scroll a span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 0 0 #fff;
  opacity: 0;
  animation: circle 3s infinite;
  top: calc(50% - 51px);
  left: calc(50% - 20px);
}

@keyframes circle {
  0% { opacity: 0; }
  30% { opacity: 1; }
  60% { box-shadow: 0 0 0 40px rgba(255,255,255,.1);
        opacity: 0; }
  100% { opacity: 0; }
}

.fv-contents {
  position: absolute;
  inset: 0;
  z-index: 10;
  top: 101px;
}

.fv-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  pointer-events: none;
}

.fv-content.is-active {
  opacity: 1;
  pointer-events: auto;
}

.fv-scroll-space {
  height: 1900px;
  background-color: #7aadc8;
}

.l-fv__wrap{
  display: flex;
  justify-content: center;
}

.p-labor-saving h2.l-fv__title{
  font-size: 42px;
  line-height: calc(80/60);
  color: #fff;
  /* background-color: #7aadc8;
  position: relative;
  z-index: 10;
  padding-top: 200px;
  top: -200px; */
  width: 38%;
  height: fit-content;
  padding-top: 8%;
  text-align: left;
}

.p-labor-saving h2.l-fv__title span{
  color: #fff;
  background: linear-gradient(transparent 85%, #eedb31 85%);
}

.l-fv__body {
  position: relative;
  /* width: 100%; */
  width: 50%;
  /* margin: 0 auto;
  margin-top: 300px; */
  margin-top: 40%;
}

.p-labor-saving p.l-fv__lead{
  color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: calc(47/18);
  /* margin-top: 41px; */
  text-align: left;
}

.p-labor-saving p.l-fv__lead span{
  display: block;
  /* opacity: 0; */
  transform: translateY(20px);
  text-align: left;
}

.l-fv__img{
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}


@media screen and (max-width: 1024px) {
  .p-labor-saving .l-fv{
    margin-top: -65px;
    top: 0;
    height: auto;
    background-color: #7aadc8;
    padding-top: 60px;
  }

  .p-labor-saving .l-fv__bg{
    display: none;
  }

  .p-labor-saving .l-fv__inner{
    position: initial;
    transform: initial;
  }

  .p-labor-saving .fv-content{
    opacity: 1;
  }

  .p-labor-saving .fv-contents {
    position: initial;
    inset: initial;
    max-width: 390px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .p-labor-saving .l-fv__inner.fv-content--2{
    position: initial;
    transform: initial;
  }
  
  .p-labor-saving .l-fv__text p{
    font-size: 64px;
    line-height: 1.11;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 0;
  }

  .l-fv__img-text-wrap{
    max-width: initial;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
  }
  
  .p-labor-saving .l-fv__img-text{
    margin-top: 13px;
    max-width: initial;
    width: 90%;
  }

  .p-labor-saving .l-fv__img-text02{
    position: absolute;
    top: -137px;
    right: 31px;
    max-width: 19px;
    width: 100%;
  }

  .p-labor-saving .l-fv__img-text03{
    position: absolute;
    top: -66px;
    right: 60px;
    max-width: 17px;
    width: 100%;
    z-index: 1;
  }
  
  .p-labor-saving .l-fv__bottom{
    margin-top: 10px;
  }
  
  .p-labor-saving .l-fv__bottom p{
    font-size: 23px;
    line-height: 1.35;
    letter-spacing: 0.5em;
    text-align: left;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }

  .p-labor-saving .l-fv__illust--left {
    transform: translateX(45%);
    top: -67%;
  }

  .p-labor-saving .l-fv__illust--right {
    transform: translateX(-5%);
    top: -48%;
  }
  
  .p-labor-saving .l-fv__illust--left img{
    max-width: 143.5px;
  }
  
  .p-labor-saving .l-fv__illust--right img{
    max-width: 182px;
  }
  
  .l-fv__scroll{
    bottom: 55px;
    max-width: 10px;
  }

  .l-fv__scroll a{
    font-size: 14px;
    background-size: 12px auto;
    bottom: 0;
  }

  .l-fv__scroll a::before{
    width: 10px;
    height: 10px;
    top: calc(50% - 41px);
    left: calc(50% - 8px);
  }

  .l-fv__scroll a::after{
    top: calc(50% - 49px);
    left: calc(50% - 18px);
    width: 30px;
    height: 30px;
  }

  .l-fv__scroll a span::before {
    width: 32px;
    height: 32px;
    top: calc(50% - 50px);
    left: calc(50% - 19px);
  }

  .fv-scroll-space {
    display: none;
  }

  .l-fv__wrap {
    flex-direction: column;
    margin-top: 100px;
  }

  .l-fv__body{
    margin-top: 50px;
    width: 100%;
  }
  
  .p-labor-saving h2.l-fv__title{
    font-size: 30px;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  
  .p-labor-saving p.l-fv__lead{
    font-size: 16px;
    line-height: 2.2;
    margin-top: 0;
  }

  .p-labor-saving p.l-fv__lead span{
    text-align: center;
    transform: initial;
  }
  
  .l-fv__img{
    max-width: 350px;
  }
}



/* approach */
.l-approach{
  padding: 80px 0 355px;
  padding-bottom: calc(580 / 1500 * 100vw);
  background-color: #fff;
  position: relative;
}

.l-approach__inner{
  max-width: 850px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.l-approach__head{
  max-width: 282px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-approach__head-flex{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.l-approach__head-item{
  max-width: 300px;
  width: 100%;
}

.l-approach__head-item:nth-child(1){
  text-align: right;
}

.l-approach h2.l-approach__head-title{
  font-size: 40px;
  line-height: calc(55/40);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  border-bottom: 1px solid #4c4948;
  padding-bottom: 5px;
}

.l-approach h2.l-approach__head-title span{
  background: linear-gradient(transparent 85%, #eedb31 85%);
}

.l-approach__head-text{
  display: inline-block;
  margin-top: 12px;
  font-size: 16px;
  line-height: calc(26/16);
}

.l-approach__head-cross{
  max-width: 60px;
  width: 100%;
  margin-top: 25px;
}

.l-approach__text{
  text-align: center;
  margin-top: 35px;
}

.l-approach__text p{
  font-size: 22px;
  line-height: calc(37/22);
  font-family: "UD Shin Go Medium" , "UDShinGoPro-Medium" , sans-serif;
}

.l-approach__text p span.purple{
  font-size: 26px;
  color: #8f819b;
}

.l-approach__text p span.green{
  font-size: 26px;
  color: #629595;
}

.l-approach__text p span.blue{
  font-size: 26px;
  color: #5b779a;
}

.l-approach__circle{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-approach__circle-item{
  max-width: 250px;
  width: 100%;
  position: relative;
  transition: all .3s;
}

.l-approach__circle-item:nth-child(2),
.l-approach__circle-item:nth-child(3){
  margin-left: 25px;
}

.l-approach__circle-item img{
  transition: all .3s;
  border: 5px solid transparent;
  border-radius: 50%;
}

.l-approach__circle-item:hover img{
  border: 5px solid #edd900;
  border-radius: 50%;
}

.l-approach__circle-item span{
  border: 1px solid #edd900;
  color: #edd900;
  padding: 7px 13.5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
  width: max-content;
  transition: all .3s;
}

.l-approach__circle-item:hover span{
  background-color: #edd900;
}

.l-approach__circle-item:hover span.before{
  color: #9b8ca1;
}

.l-approach__circle-item:hover span.during{
  color: #629595;
}

.l-approach__circle-item:hover span.after{
  color: #5b779a;
}

.js-approach-fade,
.js-approach-left,
.js-approach-right {
  opacity: 0;
  transform: translateY(30px);
}

.js-approach-left {
  transform: translateX(-40px);
}

.js-approach-right {
  transform: translateX(40px);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-approach {
    padding-bottom: calc(260 / 390 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-approach {
    padding-bottom: calc(390 / 390 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  .l-approach{
    padding-top: 40px;
    /* padding-bottom: calc(390 / 390 * 100vw); */
    overflow: hidden;
  }
  
  .l-approach__inner{
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .l-approach__head{
    max-width: 218px;
  }
  
  .l-approach__head-flex{
    margin-top: 5px;
    gap: 12px;
  }
  
  .l-approach__head-item{
    max-width: 144px;
  }

  .l-approach__head-item:nth-child(1){
    text-align: left;
  }
  
  .l-approach h2.l-approach__head-title{
    font-size: 20px;
  }
  
  .p-labor-saving p.l-approach__head-text{
    margin-top: 6px;
    font-size: 11px;
    text-align: left;
  }
  
  .l-approach__head-cross{
    max-width: 25px;
    margin-top: 12.5px;
  }
  
  .l-approach__text{
    margin-top: 40px;
  }
  
  .l-approach__text p{
    font-size: 16.8px;
    line-height: 1.4;
  }
  
  .l-approach__text p span.purple,
  .l-approach__text p span.green,
  .l-approach__text p span.blue{
    font-size: 21.6px;
  }
  
  .l-approach__circle{
    margin-top: 10px;
  }
  
  .l-approach__circle-item{
    max-width: 120px;
  }
  
  .l-approach__circle-item:nth-child(2),
  .l-approach__circle-item:nth-child(3){
    margin-left: 10px;
  }
  
  .l-approach__circle-item span{
    padding: 3px 5px;
    font-size: 10px;
    bottom: 18px;
    color: #4c4948;
    background-color: #edd900;
  }
}



/* before */
.l-before{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #9b8ca1 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(484 / 1500 * 100vw);
}

.l-before::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-purple.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-390 / 1500 * 100vw);
  /* z-index: -1; */
}

.l-before__inner{
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -128px; */
  margin-top: calc(-140 / 1500 * 100vw);
  position: relative;
}

.l-before__head-area{
  max-width: 270px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -410px;
}

.l-before__head-top{
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
}

.l-before__head{
  margin-top: 16px;
}

.l-before__top{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.l-before__top-item{
  max-width: 550px;
  width: 100%;
}

.l-before__top-text{
  margin-top: 15px;
}

.l-before__top-text p{
  color: #fff;
  font-size: 20px;
  line-height: calc(32/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-before__top-img{
  margin-top: 18px;
}


.l-before__contents{
  margin-top: 60px;
  color: #fff;
}

.p-labor-saving h3.l-before__contents-title{
  font-size: 30px;
  line-height: calc(40/30);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #fff;
}

.p-labor-saving h3.l-before__contents-title span{
  background: linear-gradient(transparent 90%, #eedb31 90%);
  font-size: 35px;
  color: #fff;
}

.l-before__contents-wrap{
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* .l-before__contents-item{
  max-width: 420px;
  width: 100%;
} */

.l-before__contents-head{
  font-size: 20px;
  line-height: calc(30/20);
  color: #ededee;
}

.contents-head{
  height: 52px;
  width: auto;
}

.contents-head img,
.contents-head img:not(.dx-content img , .initial img){
  height: 52px;
  width: auto;
}

.l-before__contents-box{
  background-color: #eeeeef;
  padding: 25px 25px 10px;
  margin-top: 20px;
  display: flex;
  gap: 26px;
}

.l-before__contents-movie{
  max-width: 316px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-before__contents-textarea{
  width: 100%;
}

.l-before__contents-text-top{
  color: #9b8ca1;
  font-size: 20px;
  line-height: calc(23/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-before__contents-text-top span{
  white-space: nowrap;
  background-color: #9b8ca1;
  color: #fff;
  border-radius: 15px;
  padding: 3.5px 21px;
}

.l-before__contents-text-top::after {
  background-color: #9b8ca1;
  content: "";
  height: 2px;
  width: 100%;
}

.l-before__contents-text-top::after{
  margin-left: -4px;
}

.l-before__contents-text{
  margin-top: 20px;
  margin-left: 18px;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}

.l-before__contents-note{
  margin-top: 27px;
  text-align: right;
}

.l-before__contents-note p{
  font-size: 12px;
  line-height: calc(17/12);
  padding-left: 1em;
  text-indent: -1em;
  color: #595757;
}

.l-before__contents-note p::before{
  content: "※";
}

.contents-bottom{
  margin-top: 60px;
}

.contents-bottom p{
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .l-before{
    padding-bottom: calc(210 / 375 * 100vw);
    background: linear-gradient(to bottom, transparent 5%, #9b8ca1 5%);
  }
  
  .l-before::before{
    top: calc(-150 / 375 * 100vw);
  }
  
  .l-before__inner{
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: calc(-80 / 375 * 100vw);
  }
  
  .l-before__head-area{
    max-width: 200px;
    top: -290px;
  }

  .l-before__head-top{
    max-width: 190px;
  }
  
  .l-before__head{
    margin-top: 8px;
  }
  
  .p-labor-saving h2.l-before__title{
    background-position-y: -2.5px;
    font-size: 35px;
  }
  
  .l-before__top{
    margin-top: 39px;
    flex-direction: column;
    gap: 30px;
  }

  /* .l-before__top-item{
    max-width: 550px;
    width: 100%;
  } */
  
  .l-before__top-text{
    margin-top: 15px;
  }
  
  .l-before__top-text p{
    font-size: 16px;
  }
  
  .l-before__top-img{
    margin-top: 8px;
  }
  
  
  .l-before__contents{
    margin-top: 60px;
  }
  
  .p-labor-saving h3.l-before__contents-title{
    font-size: 18px;
    white-space: nowrap;
  }
  
  .p-labor-saving h3.l-before__contents-title span{
    font-size: 21px;
  }
  
  .l-before__contents-wrap{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .l-before__contents-item{
    max-width: 350px;
  }
  
  .l-before__contents-head{
    font-size: 16px;
  }

  .contents-head {
    height: 63px;
  }

  .contents-head img,
  .contents-head img:not(.dx-content img , .initial img){
    height: 63px;
  }
  
  .l-before__contents-box{
    padding: 20px 20px 17.5px;
    margin-top: 8px;
    flex-direction: column;
    gap: 13px;
  }
  
  /* .l-before__contents-movie{
    
  } */
  
  .l-before__contents-text-top{
    font-size: 14px;
    margin-top: 0;
  }
  
  .l-before__contents-text-top span{
    white-space: nowrap;
  }
  
  .l-before__contents-text-top::before{
    margin-right: -2px;
  }
  .l-before__contents-text-top::after{
    margin-left: -2px;
  }
  
  .l-before__contents-text{
    margin-top: 10px;
    /* max-width: 300px; */
    margin-right: auto;
  }
  
  .l-before__contents-note{
    margin-top: 13.5px;
    text-align: left;
  }
  
  .l-before__contents-note p{
    font-size: 10px;
  }

  .contents-bottom{
    margin-top: 30px;
  }

  .contents-bottom p{
    font-size: 10px;
  }
}


.l-before-lineup{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #fff 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(600 / 1500 * 100vw);
}

.l-before-lineup::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-348 / 1500 * 100vw);
  z-index: 0;
}

.l-before-lineup__inner{
  /* margin-top: -128px; */
  margin-top: calc(-128 / 1500 * 100vw);
  position: relative;
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.p-labor-saving h3.l-before-lineup__title.l-before__contents-title{
  color: #9b8ca1;
}

.p-labor-saving h3.l-before-lineup__title.l-before__contents-title span{
  background: none;
  color: #9b8ca1;
}

.l-before-lineup__container{
  margin-top: 42px;
}

.l-before-lineup__wrap{
  /* overflow: hidden; */
  position: relative;
}

.l-before-lineup__wrap:nth-child(n+2){
  margin-top: 60px;
}

.p-labor-saving h4.l-before-lineup__sub-title{
  color: #606060;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: calc(26/22);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-labor-saving h4.l-before-lineup__sub-title span{
  white-space: nowrap;
}

.p-labor-saving h4.l-before-lineup__sub-title::before,
.p-labor-saving h4.l-before-lineup__sub-title::after {
  background-color: #606060;
  content: "";
  height: 1px;
  width: 100%;
}

.p-labor-saving h4.l-before-lineup__sub-title::before{
  margin-right: -4px;
}
.p-labor-saving h4.l-before-lineup__sub-title::after{
  margin-left: -4px;
}

.l-before-lineup__swiper{
  margin-top: 38px;
  overflow: visible;
}

.before-lineup-swiper .swiper-slide {
  width: 530px;
  padding-bottom: 15px;
}

.before-lineup-swiper .lineup-slide {
  text-align: left;
}

.before-lineup-swiper .lineup-slide__title {
  font-size: 20px;
  line-height: calc(24/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.before-lineup-swiper .lineup-slide__title span{
  font-size: 17px;
  margin-left: 5px;
}

.before-lineup-swiper .lineup-slide__img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.p-labor-saving .before-lineup-swiper p.lineup-slide__text {
  font-size: 16px;
  line-height: calc(24/16);
  margin-top: 15px;
}

.before-lineup-swiper .lineup-slide__btns{
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.before-lineup-swiper .lineup-slide__btns a {
  text-align: right;
  border: 1px solid #9e8cab;
  border-radius: 20px;
  font-size: 14px;
  line-height: calc(17/14);
  padding: 6px 15px;
  width: 100%;
  text-decoration: none;
  color: #9b8ca1;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

.l-before-lineup__swiper .lineup-slide__btns a:hover{
  background-color: #9b8ca1;
  color: #fff;
}

.before-lineup-swiper .lineup-slide__btns a.btn-catalog{
  max-width: 175px;
}
.lineup-slide__btns a.btn-video,
.lineup-slide__btns a.btn-page{
  max-width: 200px;
}

.before-lineup-swiper .lineup-slide__btns a.btn-catalog::before{
  background-image: url(/store/solution/images/202511/icon-catalog.png);
  width: 43px;
  height: 55px;
  left: 17px;
}
.l-before-lineup__swiper .lineup-slide__btns a.btn-catalog.catalog-gondra::before{
  background-image: url(/store/solution/images/202511/icon-catalog_gondra.png);
}
.l-before-lineup__swiper .lineup-slide__btns a.btn-catalog.catalog-fontana::before{
  background-image: url(/store/solution/images/202511/icon-catalog_fontana.png);
}
.before-lineup-swiper .lineup-slide__btns a.btn-video::before{
  background-image: url(/store/solution/images/202511/icon-movie.png);
  width: 54px;
  height: 54px;
  left: 14px;
}
.before-lineup-swiper .lineup-slide__btns a.btn-page::before{
  background-image: url(/store/solution/images/202511/icon-page.png);
  width: 54px;
  height: 54px;
  left: 14px;
}

.before-lineup-swiper .lineup-slide__btns a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* ページネーション */
.l-before-lineup__swiper .swiper-horizontal>.swiper-pagination-bullets,
.l-before-lineup__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.l-before-lineup__swiper .swiper-pagination-custom,
.l-before-lineup__swiper .swiper-pagination-fraction{
  bottom: initial;
  top: 0;
  vertical-align: baseline;
}

.l-before-lineup__swiper .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
}

.l-before-lineup__swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.l-before-lineup__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}

.before-lineup-pagination .swiper-pagination-bullet {
  background: #fff;
  border: 1.25px solid #9b8ca1;
  opacity: 1;
}

.before-lineup-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9b8ca1;
}

.before-lineup-button {
  width: 45px;
  height: 45px;
  background-color: #9b8ca1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity .3s ease;
}

.before-lineup-button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
}

.before-lineup-prev {
  left: -70px;
}
.before-lineup-prev::after {
  transform: translateX(2px) rotate(-135deg);
}

.before-lineup-next {
  right: -70px;
}
.before-lineup-next::after {
  transform: translateX(-2px) rotate(45deg);
}

.l-lineup__btn-container{
  margin-top: 64px;
}

.l-before-lineup .l-lineup__btn-container{
  margin-top: 96px;
}

.l-lineup__btn-top{
  font-size: 24px;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-before-lineup__btn-area{
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-before-lineup__btn-wrap{
  max-width: 530px;
  width: 100%;
}

.l-before-lineup__btn-top p{
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-before-lineup__btn a{
  margin-top: 12px;
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eedb31;
  border: 2px solid #eedb31;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding: 19px 0;
  position: relative;
  transition: all .3s;
  z-index: 100;
}

.l-before-lineup__btn.btn-simulation a{
  background-color: #7aadc8;
  border: 2px solid #7aadc8;
  color: #fff;
  padding-left: 58px;
}

.l-before-lineup__btn a:hover{
  background-color: #fff;
}

.l-before-lineup__btn.btn-simulation a:hover{
  color: #7aadc8;
  background-color: #fff;
}

.l-before-lineup__btn a::before{
  content: "";
  background-image: url(/store/solution/images/202511/btn-img01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 82px;
  position: absolute;
  bottom: 0;
  left: 23px;
}

.l-before-lineup__btn.btn-simulation a::before{
  background-image: url(/store/solution/images/202512/btn-img02.png);
  height: 58px;
}

.l-before-lineup__btn a::after{
  content: "";
  background-image: url(/store/solution/images/202511/arrow_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all .3s;
}

.l-before-lineup__btn.btn-simulation a::after{
  background-image: url(/store/solution/images/202511/arrow_wh.svg);
}

.l-before-lineup__btn.btn-simulation a:hover::after{
  background-image: url(/store/solution/images/202512/arrow_bl.svg);
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 100001;
  inset: 0;
  justify-content: center;
  align-items: center;
}

.video-modal.is-active {
  display: flex;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
}

.video-modal__content {
  position: relative;
  z-index: 1;
  background: rgba(35, 35, 35, 0.8);
  border-radius: 20px;
  padding: 50px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 5vw;
  width: 90vw;
  height: 80vh;
}

.video-modal__close {
  position: absolute;
  top: 26px;
  right: 26px;
  max-width: 24px;
  width: 100%;
  cursor: pointer;
  z-index: 100;
}

.video-modal__iframe-wrap {
  width: 100%;
  height: 100%;
}

.video-modal__iframe-wrap iframe {
  width: 100%;
  height: 100%;
}

.l-before-lineup__note{
  margin-top: 30px;
}

.l-before-lineup__note p{
  font-size: 14px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-before-lineup {
    padding-bottom: calc(280 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-before-lineup {
    padding-bottom: calc(410 / 375 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  .l-before-lineup{
    /* padding-bottom: calc(410 / 375 * 100vw); */
    background: #fff;
  }
  
  .l-before-lineup::before{
    top: calc(-120 / 375 * 100vw);
  }
  
  .l-before-lineup__inner{
    margin-top: calc(-64 / 375 * 100vw);
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-before-lineup__container{
    margin-top: 14px;
  }
  
  .l-before-lineup__wrap:nth-child(n+2){
    margin-top: 30px;
  }
  
  .p-labor-saving h4.l-before-lineup__sub-title{
    max-width: 350px;
    font-size: 16px;
  }
  
  .p-labor-saving h4.l-before-lineup__sub-title::before{
    margin-right: -2px;
  }
  .p-labor-saving h4.l-before-lineup__sub-title::after{
    margin-left: -2px;
  }
  
  .l-before-lineup__swiper{
    margin-top: 25px;
  }
  
  .before-lineup-swiper .swiper-slide {
    width: 350px;
  }
  
  .p-labor-saving .before-lineup-swiper h5.lineup-slide__title {
    font-size: 14px;
  }
  
  .p-labor-saving .before-lineup-swiper h5.lineup-slide__title span{
    font-size: 12px;
    margin-left: 2.5px;
  }
  
  .before-lineup-swiper .lineup-slide__img {
    margin-top: 5px;
  }
  
  .p-labor-saving .before-lineup-swiper p.lineup-slide__text {
    font-size: 14px;
    margin-top: 7.5px;
  }
  
  .before-lineup-swiper .lineup-slide__btns{
    margin-top: 10px;
    /* flex-direction: column; */
  }
  
  .before-lineup-swiper .lineup-slide__btns a {
    font-size: 12px;
    padding: 6px 14px;
  }
  
  .before-lineup-swiper .lineup-slide__btns a.btn-catalog{
    max-width: 145px;
  }
  .before-lineup-swiper .lineup-slide__btns a.btn-video,
  .before-lineup-swiper .lineup-slide__btns a.btn-page{
    max-width: 158px;
  }
  
  .before-lineup-swiper .lineup-slide__btns a.btn-catalog::before{
    width: 36px;
    height: 42px;
    left: 5px;
  }
  .before-lineup-swiper .lineup-slide__btns a.btn-video::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  .before-lineup-swiper .lineup-slide__btns a.btn-page::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  
  .l-before-lineup__swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  
  .l-before-lineup__swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .l-before-lineup__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px;
  }
  
  .before-lineup-pagination .swiper-pagination-bullet {
    border: 1px solid #9b8ca1;
  }

  .before-lineup-button {
    width: 25px;
    height: 25px;
    top: 42%;
  }

  .before-lineup-button::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .before-lineup-prev {
    left: -15px;
  }
  .before-lineup-prev::after {
    transform: translateX(1px) rotate(-135deg);
  }

  .before-lineup-next {
    right: -15px;
  }
  .before-lineup-next::after {
    transform: translateX(-1px) rotate(45deg);
  }

  .l-lineup__btn-container{
    margin-top: 21px;
  }

  .l-before-lineup .l-lineup__btn-container{
    margin-top: 42px;
  }

  .l-lineup__btn-top{
    font-size: 18px;
  }
  
  .l-before-lineup__btn-area{
    margin-top: 21px;
    flex-direction: column;
  }

  .l-before-lineup__btn-wrap:nth-child(n+2){
    margin-top: 21px;
  }
  
  .l-before-lineup__btn-top p{
    font-size: 14px;
  }
  
  .l-before-lineup__btn a{
    max-width: 335px;
    margin-top: 0;
    font-size: 15px;
    padding: 14px 0;
  }

  .l-before-lineup__btn.btn-simulation a{
    padding-left: 42px;
  }
  
  .l-before-lineup__btn a::before{
    width: 53px;
    height: 51px;
    left: 14px;
  }

  .l-before-lineup__btn.btn-simulation a::before{
    height: 34px;
  }
  
  .l-before-lineup__btn a::after{
    width: 6px;
    height: 14px;
    right: 11px;
  }

  .video-modal__content {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    top: 0;
    left: 0;
    padding: 5vw;
  }
  
  .video-modal__close {
    top: calc(45% - 100px + -4vw);
    right: 5vw;
    max-width: 18px;
  }

  .l-before-lineup__note{
    margin-top: 15px;
  }

  .l-before-lineup__note p{
    font-size: 10px;
  }
}



/* during */
.l-during{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #70a0a2 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(484 / 1500 * 100vw);
}

.l-during::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-390 / 1500 * 100vw);
  /* z-index: -1; */
}

.l-during__inner{
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -128px; */
  margin-top: calc(-140 / 1500 * 100vw);
  position: relative;
}

.l-during__head-area{
  max-width: 270px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -410px;
}

.l-during__head-top{
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
}

.l-during__head{
  margin-top: 16px;
}

.l-during__top{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.l-during__top-item{
  max-width: 550px;
  width: 100%;
}

.l-during__top-text{
  margin-top: 15px;
}

.l-during__top-text p{
  color: #fff;
  font-size: 20px;
  line-height: calc(32/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-during__top-img{
  margin-top: 18px;
}


.l-during__top .tab-content {
  position: relative;
  background-color: #fff;
  text-align: left;
  margin-top: -36px;
}

.l-during__top .tab-content__item {
  display: none;
  animation: fade .5s;
}

.l-during__top .tab-content__item.is-active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.l-during__top .tab-content__wrap {
  display: flex;
  gap: 30px;
/* align-items: flex-start; */
  align-items: center;
  height: 382px;
  padding: 78px 55px 58px;
}

.l-during__top .tab-content__text p {
  font-size: 28px;
  line-height: calc(40/28);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}
.l-during__top .tab-content__text p.hover{
  font-size: 32px;
}

.l-during__top .tab-content__list{
  margin-top: 16px;
}

.l-during__top .tab-content__list li{
  color: #70a0a2;
  font-size: 18px;
  line-height: calc(30/18);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}

.l-during__top .tab-content__list li::before{
  content: "●";
}

.l-during__top .tab-content__img{
  max-width: 355px;
  width: 100%;
  position: absolute;
  right: 32px;
  top: -12px;
}


.l-during__contents{
  margin-top: 60px;
  color: #fff;
}

.p-labor-saving .l-during__contents-title{
  font-size: 30px;
  line-height: calc(40/30);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #fff;
}

.p-labor-saving .l-during__contents-title span{
  background: linear-gradient(transparent 90%, #eedb31 90%);
  font-size: 35px;
  color: #fff;
}

.l-during__contents-wrap{
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* .l-during__contents-item{
  max-width: 420px;
  width: 100%;
} */

.l-during__contents-head{
  font-size: 20px;
  line-height: calc(30/20);
  color: #ededee;
}

.l-during__contents-box{
  background-color: #eeeeef;
  padding: 25px 25px;
  margin-top: 20px;
  display: flex;
  gap: 26px;
}

.l-during__contents-movie{
  max-width: 316px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-during__contents-textarea{
  width: 100%;
}

.l-during__contents-text-top{
  color: #70a0a2;
  font-size: 20px;
  line-height: calc(23/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-during__contents-text-top span{
  white-space: nowrap;
  background-color: #70a0a2;
  color: #fff;
  border-radius: 15px;
  padding: 3.5px 21px;
}

.l-during__contents-text-top::after {
  background-color: #70a0a2;
  content: "";
  height: 2px;
  width: 100%;
}

.l-during__contents-text-top::after{
  margin-left: -4px;
}

.l-during__contents-text{
  margin-top: 20px;
  margin-left: 18px;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}

.l-during__contents-note{
  margin-top: 27px;
  text-align: right;
}

.l-during__contents-note p{
  font-size: 12px;
  line-height: calc(17/12);
  padding-left: 1em;
  text-indent: -1em;
  color: #595757;
}

.l-during__contents-note p::before{
  content: "※";
}

@media screen and (max-width: 1024px) {
  .l-during{
    padding-bottom: calc(210 / 375 * 100vw);
    background: linear-gradient(to bottom, transparent 5%, #70a0a2 5%);
  }
  
  .l-during::before{
    top: calc(-150 / 375 * 100vw);
  }
  
  .l-during__inner{
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: calc(-80 / 375 * 100vw);
  }
  
  .l-during__head-area{
    max-width: 200px;
    top: -290px;
  }

  .l-during__head-top{
    max-width: 190px;
  }
  
  .l-during__head{
    margin-top: 8px;
  }
  
  .p-labor-saving h2.l-during__title{
    background-position-y: -2.5px;
    font-size: 35px;
  }

  .l-during__top{
    margin-top: 39px;
    flex-direction: column;
    gap: 30px;
  }

  /* .l-during__top-item{
    max-width: 550px;
    width: 100%;
  } */
  
  .l-during__top-text{
    margin-top: 15px;
  }
  
  .l-during__top-text p{
    font-size: 16px;
  }
  
  .l-during__top-img{
    margin-top: 8px;
  }
  
  .l-during__contents{
    margin-top: 60px;
  }
  
  .p-labor-saving .l-during__contents-title{
    font-size: 18px;
    white-space: nowrap;
  }
  
  .p-labor-saving .l-during__contents-title span{
    font-size: 21px;
  }
  
  .l-during__contents-wrap{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .l-during__contents-item{
    max-width: 350px;
  }
  
  .l-during__contents-head{
    font-size: 16px;
  }
  
  .l-during__contents-box{
    padding: 20px 20px 17.5px;
    margin-top: 8px;
    flex-direction: column;
    gap: 13px;
  }
  
  /* .l-during__contents-movie{
    
  } */
  
  .l-during__contents-text-top{
    font-size: 14px;
    margin-top: 0;
  }
  
  .l-during__contents-text-top span{
    white-space: nowrap;
  }
  
  .l-during__contents-text-top::before{
    margin-right: -2px;
  }
  .l-during__contents-text-top::after{
    margin-left: -2px;
  }
  
  .l-during__contents-text{
    margin-top: 10px;
    /* max-width: 300px; */
    margin-right: auto;
  }
  
  .l-during__contents-note{
    margin-top: 13.5px;
    text-align: left;
  }
  
  .l-during__contents-note p{
    font-size: 10px;
  }
}


.l-during-lineup{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #fff 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(600 / 1500 * 100vw);
}

.l-during-lineup::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-348 / 1500 * 100vw);
  z-index: 0;
}

.l-during-lineup__inner{
  /* margin-top: -128px; */
  margin-top: calc(-128 / 1500 * 100vw);
  position: relative;
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.l-during-lineup__title.l-during__contents-title{
  color: #70a0a2;
}

.l-during-lineup__title.l-during__contents-title span{
  background: none;
  color: #70a0a2;
}

.l-during-lineup__container{
  margin-top: 42px;
}

.l-during-lineup__wrap{
  overflow: hidden;
}

.l-during-lineup__wrap:nth-child(n+2){
  margin-top: 60px;
}

.p-labor-saving h4.l-during-lineup__sub-title{
  color: #606060;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: calc(26/22);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-labor-saving h4.l-during-lineup__sub-title span{
  white-space: nowrap;
}

.l-during-lineup__sub-title::before,
.l-during-lineup__sub-title::after {
  background-color: #606060;
  content: "";
  height: 1px;
  width: 100%;
}

.l-during-lineup__sub-title::before{
  margin-right: -4px;
}
.l-during-lineup__sub-title::after{
  margin-left: -4px;
}

.l-during-lineup__list .swiper-wrapper{
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.l-during-lineup__item {
  max-width: 530px;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.during-lineup-swiper .lineup-slide {
  text-align: left;
}

.l-during-lineup__item-title {
  font-size: 20px;
  line-height: calc(24/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-during-lineup__item-title span{
  font-size: 17px;
  margin-left: 5px;
}

.l-during-lineup__item-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.p-labor-saving p.l-during-lineup__item-text {
  font-size: 16px;
  line-height: calc(24/16);
  margin-top: 15px;
}

.l-during-lineup__item-btns{
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.l-during-lineup__item-btns a {
  text-align: right;
  border: 1px solid #70a0a2;
  border-radius: 20px;
  font-size: 14px;
  line-height: calc(17/14);
  padding: 6px 15px;
  width: 100%;
  text-decoration: none;
  color: #70a0a2;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

.l-during-lineup__item-btns a:hover{
  background-color: #70a0a2;
  color: #fff;
}

.l-during-lineup__item-btns a.btn-catalog{
  max-width: 175px;
}
.l-during-lineup__item-btns a.btn-video,
.l-during-lineup__item-btns a.btn-page{
  max-width: 200px;
}

.l-during-lineup__item-btns a.btn-catalog::before{
  background-image: url(/store/solution/images/202511/icon-catalog.png);
  width: 43px;
  height: 55px;
  left: 17px;
}
.l-during-lineup__item-btns a.btn-catalog.catalog-gondra::before{
  background-image: url(/store/solution/images/202511/icon-catalog_gondra.png);
}
.l-during-lineup__item-btns a.btn-catalog.catalog-cart::before{
  background-image: url(/store/solution/images/202511/icon-catalog_cart.png);
}
.l-during-lineup__item-btns a.btn-video::before{
  background-image: url(/store/solution/images/202511/icon-movie.png);
  width: 54px;
  height: 54px;
  left: 14px;
}
.l-during-lineup__item-btns a.btn-page::before{
  background-image: url(/store/solution/images/202512/icon-page.png);
  width: 54px;
  height: 54px;
  left: 14px;
}

.l-during-lineup__item-btns a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.l-during-lineup__btn-area{
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-during-lineup__btn-wrap{
  max-width: 530px;
  width: 100%;
}

.l-during-lineup__btn-top p{
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-during-lineup__btn a{
  margin-top: 12px;
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eedb31;
  border: 2px solid #eedb31;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding: 19px 0;
  position: relative;
  transition: all .3s;
  z-index: 100;
}

.l-during-lineup__btn.btn-simulation a{
  background-color: #7aadc8;
  border: 2px solid #7aadc8;
  color: #fff;
  padding-left: 58px;
}

.l-during-lineup__btn a:hover{
  background-color: #fff;
}

.l-during-lineup__btn.btn-simulation a:hover{
  color: #7aadc8;
  background-color: #fff;
}

.l-during-lineup__btn a::before{
  content: "";
  background-image: url(/store/solution/images/202511/btn-img01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 82px;
  position: absolute;
  bottom: 0;
  left: 23px;
}

.l-during-lineup__btn.btn-simulation a::before{
  background-image: url(/store/solution/images/202512/btn-img02.png);
  height: 58px;
}

.l-during-lineup__btn a::after{
  content: "";
  background-image: url(/store/solution/images/202511/arrow_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all .3s;
}

.l-during-lineup__btn.btn-simulation a::after{
  background-image: url(/store/solution/images/202511/arrow_wh.svg);
}

.l-during-lineup__btn.btn-simulation a:hover::after{
  background-image: url(/store/solution/images/202512/arrow_bl.svg);
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .l-during-lineup {
    padding-bottom: calc(280 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-during-lineup {
    padding-bottom: calc(410 / 375 * 100vw);
  }
}

@media screen and (max-width: 1024px) {
  .l-during-lineup{
    /* padding-bottom: calc(410 / 375 * 100vw); */
    background: #fff;
  }
  
  .l-during-lineup::before{
    top: calc(-120 / 375 * 100vw);
  }
  
  .l-during-lineup__inner{
    margin-top: calc(-64 / 375 * 100vw);
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-during-lineup__container{
    margin-top: 14px;
  }

  .l-during-lineup__wrap{
    position: relative;
    overflow: initial;
  }
  
  .l-during-lineup__wrap:nth-child(n+2){
    margin-top: 30px;
  }
  
  .p-labor-saving h4.l-during-lineup__sub-title{
    max-width: 350px;
    font-size: 16px;
  }
  
  .p-labor-saving h4.l-during-lineup__sub-title::before{
    margin-right: -2px;
  }
  .p-labor-saving h4.l-during-lineup__sub-title::after{
    margin-left: -2px;
  }
  
  .l-during-lineup__list .swiper-wrapper{
    margin-top: 25px;
    gap: 0;
    align-items: initial;
    justify-content: initial;
  }
  
  .l-during-lineup__item {
    max-width: 350px;
  }
  
  .l-during-lineup__item-title {
    font-size: 14px;
  }
  
  .l-during-lineup__item-title span{
    font-size: 12px;
    margin-left: 2.5px;
  }
  
  .l-during-lineup__item-img {
    margin-top: 5px;
  }
  
  .p-labor-saving p.l-during-lineup__item-text {
    font-size: 14px;
    margin-top: 7.5px;
  }
  
  .l-during-lineup__item-btns{
    margin-top: 10px;
    /* flex-direction: column; */
  }
  
  .l-during-lineup__item-btns a {
    font-size: 12px;
    padding: 6px 14px;
  }
  
  .l-during-lineup__item-btns a.btn-catalog{
    max-width: 145px;
  }
  .l-during-lineup__item-btns a.btn-video,
  .l-during-lineup__item-btns a.btn-page{
    max-width: 158px;
  }
  
  .l-during-lineup__item-btns a.btn-catalog::before{
    width: 36px;
    height: 42px;
    left: 5px;
  }
  .l-during-lineup__item-btns a.btn-video::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  .l-during-lineup__item-btns a.btn-page::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  
  .l-during-lineup__btn-area{
    margin-top: 21px;
    flex-direction: column;
  }

  .l-during-lineup__btn-wrap:nth-child(n+2){
    margin-top: 21px;
  }
  
  .l-during-lineup__btn-top p{
    font-size: 14px;
  }
  
  .l-during-lineup__btn a{
    max-width: 335px;
    margin-top: 0;
    font-size: 15px;
    padding: 14px 0;
  }

  .l-during-lineup__btn.btn-simulation a{
    padding-left: 42px;
  }
  
  .l-during-lineup__btn a::before{
    width: 53px;
    height: 51px;
    left: 14px;
  }

  .l-during-lineup__btn.btn-simulation a::before{
    height: 34px;
  }
  
  .l-during-lineup__btn a::after{
    width: 6px;
    height: 14px;
    right: 11px;
  }

  .during-lineup-button {
    width: 25px;
    height: 25px;
    background-color: #70a0a2;
    border-radius: 50%;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  
    transition: opacity .3s ease;
  }
  
  .during-lineup-button::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
  }
  
  .during-lineup-prev {
    left: -15px;
  }
  .during-lineup-prev::after {
    transform: translateX(1px) rotate(-135deg);
  }

  .during-lineup-next {
    right: -15px;
  }
  .during-lineup-next::after {
    transform: translateX(-1px) rotate(45deg);
  }
  
  .during-lineup-button:hover{
    opacity: 0.8;
  }
}




/* after */
.l-after{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #5b779a 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(484 / 1500 * 100vw);
}

.l-after::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-390 / 1500 * 100vw);
  /* z-index: -1; */
}

.l-after__inner{
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -128px; */
  margin-top: calc(-140 / 1500 * 100vw);
  position: relative;
}

.l-after__head-area{
  max-width: 270px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -410px;
}

.l-after__head-top{
  max-width: 260px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(30px);
}

.l-after__head{
  margin-top: 16px;
}

.l-after__top{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.l-after__top-item{
  max-width: 550px;
  width: 100%;
}

.l-after__top-text{
  margin-top: 15px;
}

.l-after__top-text p{
  color: #fff;
  font-size: 20px;
  line-height: calc(32/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-after__top-img{
  margin-top: 18px;
}


.l-after__contents{
  margin-top: 60px;
  color: #fff;
}

.p-labor-saving .l-after__contents-title{
  font-size: 30px;
  line-height: calc(40/30);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #fff;
}

.p-labor-saving .l-after__contents-title span{
  background: linear-gradient(transparent 90%, #eedb31 90%);
  font-size: 35px;
  color: #fff;
}

.l-after__contents-wrap{
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* .l-after__contents-item{
  max-width: 420px;
  width: 100%;
} */

.l-after__contents-head{
  font-size: 20px;
  line-height: calc(30/20);
  color: #ededee;
}

.l-after__contents-box{
  background-color: #eeeeef;
  padding: 25px 25px 10px;
  margin-top: 20px;
  display: flex;
  gap: 26px;
}

.l-after__contents:nth-child(3) .l-after__contents-item:nth-child(2) .l-after__contents-box{
  padding: 25px 25px;
}

.l-after__contents-movie{
  max-width: 316px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-after__contents-textarea{
  width: 100%;
}

.l-after__contents-text-top{
  color: #5b779a;
  font-size: 20px;
  line-height: calc(23/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-after__contents-text-top span{
  white-space: nowrap;
  background-color: #5b779a;
  color: #fff;
  border-radius: 15px;
  padding: 3.5px 21px;
}

.l-after__contents-text-top::after {
  background-color: #5b779a;
  content: "";
  height: 2px;
  width: 100%;
}

.l-after__contents-text-top::after{
  margin-left: -4px;
}

.l-after__contents-text{
  margin-top: 20px;
  margin-left: 18px;
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}

.l-after__contents-note{
  margin-top: 27px;
  text-align: right;
}

.l-after__contents-note p{
  font-size: 12px;
  line-height: calc(17/12);
  padding-left: 1em;
  text-indent: -1em;
  color: #595757;
}

.l-after__contents-note p::before{
  content: "※";
}


@media screen and (max-width: 1024px) {
  .l-after{
    padding-bottom: calc(210 / 375 * 100vw);
    background: linear-gradient(to bottom, transparent 5%, #5b779a 5%);
  }
  
  .l-after::before{
    top: calc(-150 / 375 * 100vw);
  }
  
  .l-after__inner{
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: calc(-80 / 375 * 100vw);
  }
  
   .l-after__head-area{
    max-width: 200px;
    top: -290px;
  }

  .l-after__head-top{
    max-width: 190px;
  }
  
  .l-after__head{
    margin-top: 8px;
  }
  
  .p-labor-saving h2.l-after__title{
    background-position-y: -2.5px;
    font-size: 35px;
  }

  .l-after__top{
    margin-top: 39px;
    flex-direction: column;
    gap: 30px;
  }

  /* .l-after__top-item{
    max-width: 550px;
    width: 100%;
  } */
  
  .l-after__top-text{
    margin-top: 15px;
  }
  
  .l-after__top-text p{
    font-size: 16px;
  }
  
  .l-after__top-img{
    margin-top: 8px;
  }
  
  .l-after__contents{
    margin-top: 60px;
  }
  
  .p-labor-saving .l-after__contents-title{
    font-size: 18px;
    white-space: nowrap;
  }
  
  .p-labor-saving .l-after__contents-title span{
    font-size: 21px;
  }
  
  .l-after__contents-wrap{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .l-after__contents-item{
    max-width: 350px;
  }
  
  .l-after__contents-head{
    font-size: 16px;
  }
  
  .l-after__contents-box{
    padding: 20px 20px 17.5px;
    margin-top: 8px;
    flex-direction: column;
    gap: 13px;
  }
  .l-after__contents:nth-child(3) .l-after__contents-item:nth-child(2) .l-after__contents-box{
    padding: 20px 20px 17.5px;
  }
  
  /* .l-after__contents-movie{
    
  } */
  
  .l-after__contents-text-top{
    font-size: 14px;
    margin-top: 0;
  }
  
  .l-after__contents-text-top span{
    white-space: nowrap;
  }
  
  .l-after__contents-text-top::before{
    margin-right: -2px;
  }
  .l-after__contents-text-top::after{
    margin-left: -2px;
  }
  
  .l-after__contents-text{
    margin-top: 10px;
    /* max-width: 300px; */
    margin-right: auto;
  }
  
  .l-after__contents-note{
    margin-top: 13.5px;
    text-align: left;
  }
  
  .l-after__contents-note p{
    font-size: 10px;
  }
}


.l-after-lineup{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #fff 20%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(550 / 1500 * 100vw);
}

.l-after-lineup::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-348 / 1500 * 100vw);
  z-index: 0;
}

.l-after-lineup__inner{
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -128px; */
  margin-top: calc(-128 / 1500 * 100vw);
  position: relative;
}

.l-after-lineup__title.l-after__contents-title{
  color: #5b779a;
}

.l-after-lineup__title.l-after__contents-title span{
  background: none;
  color: #5b779a;
}

.l-after-lineup__container{
  margin-top: 42px;
}

.l-after-lineup__wrap{
  overflow: hidden;
}

.l-after-lineup__wrap:nth-child(n+2){
  margin-top: 60px;
}

.p-labor-saving h4.l-after-lineup__sub-title{
  color: #606060;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: calc(26/22);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-labor-saving h4.l-after-lineup__sub-title span{
  white-space: nowrap;
}

.p-labor-saving h4.l-after-lineup__sub-title::before,
.p-labor-saving h4.l-after-lineup__sub-title::after {
  background-color: #606060;
  content: "";
  height: 1px;
  width: 100%;
}

.p-labor-saving h4.l-after-lineup__sub-title::before{
  margin-right: -4px;
}
.p-labor-saving h4.l-after-lineup__sub-title::after{
  margin-left: -4px;
}

.l-after-lineup__list .swiper-wrapper{
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}

.l-after-lineup__item {
  max-width: 530px;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.l-after-lineup__item-title {
  font-size: 20px;
  line-height: calc(24/20);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-after-lineup__item-title span{
  font-size: 17px;
  margin-left: 5px;
}

.l-after-lineup__item-img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.p-labor-saving p.l-after-lineup__item-text {
  font-size: 16px;
  line-height: calc(24/16);
  margin-top: 15px;
}

.l-after-lineup__item-btns{
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.l-after-lineup__item-btns a {
  text-align: right;
  border: 1px solid #5b779a;
  border-radius: 20px;
  font-size: 14px;
  line-height: calc(17/14);
  padding: 6px 15px;
  width: 100%;
  text-decoration: none;
  color: #5b779a;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

.l-after-lineup__item-btns a:hover{
  background-color: #5b779a;
  color: #fff;
}

.l-after-lineup__item-btns a.btn-catalog{
  max-width: 175px;
}
.l-after-lineup__item-btns a.btn-video,
.l-after-lineup__item-btns a.btn-page{
  max-width: 200px;
}

.l-after-lineup__item-btns a.btn-catalog::before{
  background-image: url(/store/solution/images/202511/icon-catalog.png);
  width: 43px;
  height: 55px;
  left: 17px;
}
.l-after-lineup__item-btns a.btn-catalog.catalog-fontana::before{
  background-image: url(/store/solution/images/202511/icon-catalog_fontana.png);
}
.l-after-lineup__item-btns a.btn-video::before{
  background-image: url(/store/solution/images/202511/icon-movie.png);
  width: 54px;
  height: 54px;
  left: 14px;
}
.l-after-lineup__item-btns a.btn-page::before{
  background-image: url(/store/solution/images/202511/icon-page.png);
  width: 54px;
  height: 54px;
  left: 14px;
}

.l-after-lineup__item-btns a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.l-after-lineup__btn-area{
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.l-after-lineup__btn-wrap{
  max-width: 530px;
  width: 100%;
}

.l-after-lineup__btn-top p{
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-after-lineup__btn a{
  margin-top: 12px;
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eedb31;
  border: 2px solid #eedb31;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding: 19px 0;
  position: relative;
  transition: all .3s;
  z-index: 100;
}

.l-after-lineup__btn.btn-simulation a{
  background-color: #7aadc8;
  color: #fff;
  border: 2px solid #7aadc8;
  padding-left: 58px;
}

.l-after-lineup__btn a:hover{
  background-color: #fff;
}

.l-after-lineup__btn.btn-simulation a:hover{
  background-color: #fff;
  color: #7aadc8;
}

.l-after-lineup__btn a::before{
  content: "";
  background-image: url(/store/solution/images/202511/btn-img01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 82px;
  position: absolute;
  bottom: 0;
  left: 23px;
}

.l-after-lineup__btn.btn-simulation a::before{
  background-image: url(/store/solution/images/202512/btn-img02.png);
  height: 58px;
}

.l-after-lineup__btn a::after{
  content: "";
  background-image: url(/store/solution/images/202511/arrow_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all .3s;
}

.l-after-lineup__btn.btn-simulation a::after{
  background-image: url(/store/solution/images/202511/arrow_wh.svg);
}

.l-after-lineup__btn.btn-simulation a:hover::after{
  background-image: url(/store/solution/images/202512/arrow_bl.svg);
}


@media screen and (max-width: 1024px) {
  .l-after-lineup{
    padding-bottom: calc(210 / 375 * 100vw);
    background: #fff;
  }
  
  .l-after-lineup::before{
    top: calc(-120 / 375 * 100vw);
  }
  
  .l-after-lineup__inner{
    margin-top: calc(-64 / 375 * 100vw);
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-after-lineup__container{
    margin-top: 14px;
  }

  .l-after-lineup__wrap{
    position: relative;
    overflow: initial;
  }
  
  .l-after-lineup__wrap:nth-child(n+2){
    margin-top: 30px;
  }
  
  .p-labor-saving h4.l-after-lineup__sub-title{
    max-width: 350px;
    font-size: 16px;
  }
  
  .p-labor-saving h4.l-after-lineup__sub-title::before{
    margin-right: -2px;
  }
  .p-labor-saving h4.l-after-lineup__sub-title::after{
    margin-left: -2px;
  }
  
  .l-after-lineup__list .swiper-wrapper{
    margin-top: 25px;
    gap: 0;
    align-items: initial;
    justify-content: initial;
  }
  
  .l-after-lineup__item {
    max-width: 350px;
  }
  
  .l-after-lineup__item-title {
    font-size: 14px;
  }
  
  .l-after-lineup__item-title span{
    font-size: 12px;
    margin-left: 2.5px;
  }
  
  .l-after-lineup__item-img {
    margin-top: 5px;
  }
  
  .p-labor-saving p.l-after-lineup__item-text {
    font-size: 14px;
    margin-top: 7.5px;
  }
  
  .l-after-lineup__item-btns{
    margin-top: 10px;
    /* flex-direction: column; */
  }
  
  .l-after-lineup__item-btns a {
    font-size: 12px;
    padding: 6px 14px;
  }
  
  .l-after-lineup__item-btns a.btn-catalog{
    max-width: 145px;
  }
  .l-after-lineup__item-btns a.btn-video,
  .l-after-lineup__item-btns a.btn-page{
    max-width: 158px;
  }
  
  .l-after-lineup__item-btns a.btn-catalog::before{
    width: 36px;
    height: 42px;
    left: 5px;
  }
  .l-after-lineup__item-btns a.btn-video::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  .l-after-lineup__item-btns a.btn-page::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  
  .l-after-lineup__btn-area{
    margin-top: 21px;
    flex-direction: column;
  }

  .l-after-lineup__btn-wrap:nth-child(n+2){
    margin-top: 21px;
  }
  
  .l-after-lineup__btn-top p{
    font-size: 12px;
  }
  
  .l-after-lineup__btn a{
    max-width: 335px;
    margin-top: 0;
    font-size: 15px;
    padding: 14px 0;
  }

  .l-after-lineup__btn.btn-simulation a{
    padding-left: 42px;
  }
  
  .l-after-lineup__btn a::before{
    width: 53px;
    height: 51px;
    left: 14px;
  }

  .l-after-lineup__btn.btn-simulation a::before{
    height: 34px;
  }
  
  .l-after-lineup__btn a::after{
    width: 6px;
    height: 14px;
    right: 11px;
  }

  .after-lineup-button {
    width: 25px;
    height: 25px;
    background-color: #5b779a;
    border-radius: 50%;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  
    transition: opacity .3s ease;
  }
  
  .after-lineup-button::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
  }
  
  .after-lineup-prev {
    left: -15px;
  }
  .after-lineup-prev::after {
    transform: translateX(1px) rotate(-135deg);
  }

  .after-lineup-next {
    right: -15px;
  }
  .after-lineup-next::after {
    transform: translateX(-1px) rotate(45deg);
  }
  
  .after-lineup-button:hover{
    opacity: 0.8;
  }
}




/* idea */
.l-idea{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 30%, #7aadc8 30%);
  /* padding-bottom: 355px; */
  padding-bottom: calc(484 / 1500 * 100vw);
}

.l-idea::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-light-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-348 / 1500 * 100vw);
  /* z-index: -1; */
}

.l-idea__inner{
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: -128px; */
  margin-top: calc(-128 / 1500 * 100vw);
  position: relative;
}

.l-idea__head{
  max-width: 387px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-labor-saving h2.l-idea__title{
  color: #fff;
  font-size: 70px;
  line-height: calc(85/70);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  display: inline-block;
  margin-top: 5px;
}

.p-labor-saving h2.l-idea__title span{
  background: linear-gradient(transparent 90%, #eedb31 90%);
  background-position-y: -5px;
  color: #fff;
}

.l-idea__text{
  margin-top: 20px;
  text-align: center;
}

.l-idea__text p{
  font-size: 22px;
  line-height: calc(37/22);
}

.l-idea-list{
  margin-top: 53px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 54px 15px;
}

.idea-card{
  max-width: 354px;
  width: 100%;
  height: 400px;
  background-color: #eeeeef;
  position: relative;
  padding-top: 20px;
  cursor: pointer;
  border: 3px solid #eeeeef;
  transition: all .3s;

  transform-style: preserve-3d;
  transform: rotatey(0deg) translatex(0px) translatey(0px);
  transition: all 0.6s cubic-bezier(0.680, -0.550, 0.265, 1.550);
  box-shadow: 4px 4px 20px rgba(0,0,0,0.4);
}

.idea-card__num{
  font-size: 75px;
  line-height: 1;
  color: #5E90AB;
  opacity: 0.25;
  /* color: rgba(122, 173, 200, 0.25);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%); */
}

.idea-card__title{
  font-size: 22px;
  line-height: calc(24/18);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #7aadc8;
}

.idea-card__title span{
  font-size: 26px;
  color: #7aadc8;
}

.idea-card__title span.line{
  background: linear-gradient(transparent 90%, #eedb31 90%);
  background-position-y: -1px;
}

.idea-card__img{
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 100%;
}

.idea-card:nth-child(1) .idea-card__img{
  max-width: 230px;
  bottom: 30px;
}

.idea-card:nth-child(2) .idea-card__img{
  max-width: 300px;
}

.idea-card:nth-child(4) .idea-card__img{
  bottom: -3px;
}

.p-labor-saving button.idea-card__more{
  display: none;
}

.idea-card:hover{
  transform: rotatey(20deg) translatex(0px) translatey(0px);
}

.idea-modal-contents {
  display: none;
}

.idea-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 100000;
}

.idea-modal.is-active {
  display: block;
}

.idea-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.idea-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 950px;
  height: 503px;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 30px 60px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

.idea-modal__inner{
  height: 100%;
  position: relative;
}

.idea-modal__title-area{
  display: flex;
  align-items: flex-end;
  position: relative;
  border-bottom: 2px solid #7aadc8;
}

.idea-modal__number.number01{
  max-width: 122px;
  width: 100%;
  margin-right: 50px;
  position: relative;
  bottom: -2px;
}

.idea-modal__number.number02{
  max-width: 143px;
  width: 100%;
  margin-right: 27px;
  position: relative;
  bottom: -2px;
}

.idea-modal__number.number03,
.idea-modal__number.number05{
  max-width: 143px;
  width: 100%;
  margin-right: 28px;
}

.idea-modal__number.number04{
  max-width: 145px;
  width: 100%;
  margin-right: 26px;
  position: relative;
  bottom: -2px;
}

h3.idea-modal__title{
  font-size: 26px;
  line-height: calc(31/26);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #7aadc8;
  padding-bottom: 25px;
}

h3.idea-modal__title span{
  font-size: 38px;
  font-weight: 500;
  line-height: calc(31 / 26);
  font-family: "UD Shin Go Medium", sans-serif;
  color: #7aadc8;
}

h3.idea-modal__title span.line{
  /* background: linear-gradient(transparent 90%, #eedb31 90%);
  background-position-y: -2px; */
  position: relative;
  text-decoration-line: underline;
  text-decoration-color: #eedb31;
  text-decoration-thickness: 4px;
  text-underline-offset: 0em;
  text-decoration-skip-ink: none;
}

/* h3.idea-modal__title span.line::after{
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-0.12em);
  width: 100%;
  height: 4px;
  background: #eedb31;
  z-index: -1;
} */

.idea-modal__img.modal-img01{
  max-width: 271px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -90px;
}

.idea-modal__img.modal-img02{
  max-width: 193px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: -23px;
}

.idea-modal__img.modal-img03{
  max-width: 322px;
  width: 100%;
  position: absolute;
  right: -10px;
  top: 30px;
}

.idea-modal__img.modal-img04{
  max-width: 258px;
  width: 100%;
  position: absolute;
  right: 31px;
  top: -25px;
}

.idea-modal__img.modal-img05{
  max-width: 420px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 80px;
}

.idea-modal__body{
  margin-top: 31px;
}

.idea-modal__text p{
  font-size: 15px;
  line-height: calc(25/15);
  display: inline-block;
  width: 100%;
}

.idea-modal__text.text01 p:nth-child(1){
  max-width: 598px;
  margin-bottom: 1em;
}

.idea-modal__text.text02 p:nth-child(3){
  max-width: 610px;
}

.idea-modal__text.text03 p{
  max-width: 501px;
}

.idea-modal__text.text04 p{
  max-width: 502px;
}

.idea-modal__text.text05 p{
  max-width: 382px;
}

.idea-modal__bottom{
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  position: relative;
}

.idea-modal__bottom.bottom03{
  margin-top: -10px;
}

.idea-modal__logo{
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
}

.idea-modal__buttons.buttons01{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 385px;
  width: 100%;
}

.idea-modal__buttons.buttons02{
  display: flex;
  align-items: center;
  margin-right: 281px;
  max-width: 345px;
  width: 100%;
}

.idea-modal__buttons.buttons03{
  display: flex;
  align-items: center;
  max-width: 275px;
  width: 100%;
}

.idea-modal__buttons a {
  text-align: right;
  border: 1px solid #7aadc8;
  border-radius: 20px;
  font-size: 14px;
  line-height: calc(17/14);
  padding: 6px 15px;
  width: 100%;
  text-decoration: none;
  color: #7aadc8;
  background-color: #fff;
  position: relative;
  transition: all .3s;
}

.idea-modal__buttons a:hover{
  background-color: #7aadc8;
  color: #fff;
}

.idea-modal__buttons a.btn-catalog{
  max-width: 175px;
}
.idea-modal__buttons a.btn-video{
  max-width: 200px;
}

.idea-modal__buttons a.btn-catalog::before{
  background-image: url(/store/solution/images/202511/icon-catalog.png);
  width: 43px;
  height: 55px;
  left: 17px;
}
.idea-modal__buttons a.btn-catalog.catalog-fontana::before{
  background-image: url(/store/solution/images/202511/icon-catalog_fontana.png);
}
.idea-modal__buttons a.btn-video::before{
  background-image: url(/store/solution/images/202511/icon-movie_bl.png);
  width: 54px;
  height: 54px;
  left: 14px;
}
.idea-modal__buttons a.btn-page::before{
  background-image: url(/store/solution/images/202511/icon-page_bl.png);
  width: 54px;
  height: 54px;
  left: 14px;
}
.idea-modal__buttons a.btn-page.btn-saporta::before{
  background-image: url(/store/solution/images/202511/icon-catalog_saporta.png);
  width: 50px;
  height: 62px;
}

.idea-modal__buttons a::before{
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.idea-modal__bottom-img{
  max-width: 217px;
  width: 100%;
  position: absolute;
  bottom: -31px;
  right: 0;
}

.idea-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  max-width: 16px;
  width: 100%;
  cursor: pointer;
  z-index: 100;
}

.idea-modal__nav {
  width: 45px;
  height: 45px;
  background-color: #7aadc8;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: opacity .3s ease;
}

.idea-modal__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
}

.idea-modal__prev {
  left: -25px;
}
.idea-modal__prev::after {
  transform: translateX(2px) rotate(-135deg);
}

.idea-modal__next {
  right: -25px;
}
.idea-modal__next::after {
  transform: translateX(-2px) rotate(45deg);
}

.idea-modal__nav:hover{
  opacity: 0.8;
}

.swiper.idea-swiper__inner{
  overflow: initial;
}



@media screen and (max-width: 1024px) {
  .l-idea{
    padding-bottom: calc(212 / 375 * 100vw);
    background: linear-gradient(to bottom, transparent 5%, #7aadc8 5%);
  }
  
  .l-idea::before{
    top: calc(-120 / 375 * 100vw);
  }
  
  .l-idea__inner{
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: calc(-64 / 375 * 100vw);
  }
  
  .l-idea__head{
    max-width: 287px;
  }
  
  .p-labor-saving h2.l-idea__title{
    font-size: 31px;
  }
  
  .p-labor-saving h2.l-idea__title span{
    background-position-y: -2.5px;
  }

  .l-idea__text p{
    font-size: 16px;
  }

  .idea-card:hover{
    border: none;
    transform: initial;
  }

  .p-labor-saving button.idea-card__more{
    max-width: 122px;
    width: 100%;
    font-size: 17px;
    line-height: calc(20/17);
    display: inline-block;
    background-color: #fff;
    border: 1px solid #7aadc8;
    border-radius: 100px;
    padding: 7px 0;
    color: #7aadc8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    transition: all .6s;
  }

.idea-card .idea-card__img.img01{
  max-width: 230px;
  bottom: 30px;
}

.idea-card .idea-card__img.img02{
  max-width: 300px;
}

.idea-card .idea-card__img.img04{
  bottom: -3px;
}

  .idea-modal__content {
    height: 85%;
    padding: 15px 20px;
    top: 50%;
  }

  .idea-modal__inner{
    /* overflow-y: scroll;
    overflow-x: hidden; */
    height: 100%;
  }

  .idea-modal__number.number01{
    max-width: 45px;
    margin-right: 25px;
    bottom: -1px;
  }
  
  .idea-modal__number.number02{
    max-width: 53px;
    margin-right: 13.5px;
    bottom: -1px;
  }
  
  .idea-modal__number.number03,
  .idea-modal__number.number05{
    max-width: 53px;
    margin-right: 14px;
  }
  
  .idea-modal__number.number04{
    max-width: 55px;
    margin-right: 13px;
    bottom: -1px;
  }

  h3.idea-modal__title{
    font-size: 13px;
    padding-bottom: 5px;
  }
  
  h3.idea-modal__title span{
    font-size: 19px;
  }

  h3.idea-modal__title span.line::after {
    bottom: 1px;
    height: 2px;
  }

  .idea-modal__img.modal-img01{
    /* max-width: 95%; */
    max-width: 212px;
    margin-left: auto;
    margin-right: auto;
    position: initial;
    margin-bottom: 1em;
  }
  
  .idea-modal__img.modal-img02{
    max-width: 138px;
    position: initial;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
  }
  
  .idea-modal__img.modal-img03{
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    top: initial;
    right: initial;
  }
  
  .idea-modal__img.modal-img04{
    max-width: 172px;
    right: 0;
    top: 150px;
  }
  
  .idea-modal__img.modal-img05{
    max-width: 286px;
    position: initial;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  .idea-modal__body{
    margin-top: 16px;
    /* position: relative; */
  }
  
  .idea-modal__text p{
    font-size: 12.5px;
  }
  
  .idea-modal__text.text01 p:nth-child(1){
    max-width: initial;
  }

  .idea-modal__text.text02 p:nth-child(2){
    max-width: 125px;
    margin-bottom: 2rem;
  }
  
  .idea-modal__text.text02 p:nth-child(3){
    max-width: 50%;
  }
  
  .idea-modal__text.text03 p{
    max-width: initial;
  }
  
  .idea-modal__text.text04 p{
    max-width: initial;
    padding-bottom: 0;
  }

  .idea-modal__text.text04 p:nth-child(3){
    margin-top: 1em;
    max-width: 182px;
  }
  
  .idea-modal__text.text05 p{
    max-width: 382px;
  }

  .idea-modal__bottom{
    margin-top: 5px;
    flex-direction: column;
    align-items: flex-end;
    gap: 11px;
  }

  .idea-modal__bottom.bottom02{
    /* margin-top: 68px; */
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .idea-modal__bottom.bottom03{
    /* margin-top: 12.5px; */
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  
  .idea-modal__logo{
    max-width: 170px;
  }
  
  /* .idea-modal__buttons.buttons01{
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  } */
  
  .idea-modal__buttons.buttons02{
    margin-right: 0;
    max-width: 170px;
  }
  
  .idea-modal__buttons.buttons03{
    max-width: 225px;
    margin-left: auto;
  }
  
  .idea-modal__buttons a {
    font-size: 12px;
    padding: 6px 14px;
  }
  
  .idea-modal__buttons a.btn-catalog{
    max-width: 145px;
  }
  .idea-modal__buttons a.btn-video{
    max-width: 158px;
  }
  
  .idea-modal__buttons a.btn-catalog::before{
    width: 36px;
    height: 42px;
    left: 5px;
  }
  .idea-modal__buttons a.btn-page.btn-saporta::before{
    width: 36px;
    height: 42px;
  }
  .idea-modal__buttons a.btn-video::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }
  .idea-modal__buttons a.btn-page::before{
    width: 36px;
    height: 36px;
    left: 5px;
  }

  .idea-modal__bottom-img{
    max-width: 180px;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .idea-modal__nav {
    width: 25px;
    height: 25px;
  }

  .idea-modal__nav::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .idea-modal__prev {
    left: -12.5px;
  }
  .idea-modal__prev::after {
    transform: translateX(1px) rotate(-135deg);
  }

  .idea-modal__next {
    right: -12.5px;
  }
  .idea-modal__next::after {
    transform: translateX(-1px) rotate(45deg);
  }

  .swiper.idea-swiper__inner{
    overflow: hidden;
  }

  .idea-swiper{
    position: relative;
  }

  .idea-swiper .swiper-wrapper {
    display: flex;
  }

  .l-idea-list{
    flex-wrap: initial;
    justify-content: initial;
    gap: 0;
  }

  .idea-swiper__inner{
    padding-bottom: 28px;
  }

  .idea-card{
    max-width: 335px;
  }

  .idea-card__nav {
    width: 25px;
    height: 25px;
    background-color: #7aadc8;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
   }

   .idea-card__prev {
    left: 10px;
   }
   .idea-card__next {
    right: 10px;
   }

   .idea-card__nav::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: block;
   }

   .idea-card__prev::after {
     transform: translateX(1px) rotate(-135deg);
   }
   .idea-card__next::after {
     transform: translateX(-1px) rotate(45deg);
   }

}



.l-contact{
  text-align: center;
  position: relative;
  background: linear-gradient(to bottom, transparent 20%, #fff 20%);
  padding-bottom: 150px;
  /* padding-bottom: calc(484 / 1500 * 100vw); */
}

.l-contact::before{
  content: "";
  background-image: url(/store/solution/images/202511/bg-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 100%;
  height: -webkit-fill-available;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: -290px; */
  top: calc(-368 / 1500 * 100vw);
  z-index: 0;
}

.l-contact__inner{
  /* margin-top: -128px; */
  margin-top: calc(-158 / 1500 * 100vw);
  position: relative;
  max-width: 1150px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.l-contact__wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.l-lineup__btn-container:nth-child(2) .l-contact__wrapper{
  justify-content: center;
}

.l-contact__btn-area{
  margin-top: 18px;
  width: 100%;
  max-width: 530px;
}

.l-contact__btn-top p{
  font-size: 16px;
  line-height: calc(24/16);
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
}

.l-contact__btn a{
  margin-top: 12px;
  max-width: 530px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #eedb31;
  border: 2px solid #eedb31;
  border-radius: 50px;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  font-family: "UD Shin Go Medium", sans-serif;
  padding: 19px 0;
  position: relative;
  transition: all .3s;
  z-index: 100;
}

.l-contact__btn a:hover{
  background-color: #fff;
}

.l-contact__btn a::before{
  content: "";
  background-image: url(/store/solution/images/202511/btn-img01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 86px;
  height: 82px;
  position: absolute;
  bottom: 0;
  left: 23px;
}

.l-contact__btn a::after{
  content: "";
  background-image: url(/store/solution/images/202511/arrow_bk.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all .3s;
}

.l-contact__btn.btn-solution a{
  background-color: #fff;
  border: 2px solid #7aadc8;
  color: #7aadc8;
}

.l-contact__btn.btn-solution a:hover{
  background-color: #7aadc8;
  color: #fff;
}

.l-contact__btn.btn-solution a::before{
  display: none;
}

.l-contact__btn.btn-solution a::after{
  background-image: url(/store/solution/images/202512/arrow_bl.svg);
}

.l-contact__btn.btn-solution a:hover::after{
  background-image: url(/store/solution/images/202511/arrow_wh.svg);
}

.l-contact__btn.btn-simulation a{
  background-color: #7aadc8;
  border: 2px solid #7aadc8;
  color: #fff;
  padding-left: 58px;
}

.l-contact__btn.btn-simulation a:hover{
  color: #7aadc8;
  background-color: #fff;
}

.l-contact__btn.btn-simulation a::before{
  background-image: url(/store/solution/images/202512/btn-img02.png);
  height: 58px;
}

.l-contact__btn.btn-simulation a::after{
  background-image: url(/store/solution/images/202511/arrow_wh.svg);
}

.l-contact__btn.btn-simulation a:hover::after{
  background-image: url(/store/solution/images/202512/arrow_bl.svg);
}



@media screen and (max-width: 1024px) {
  .l-contact{
    /* padding-bottom: calc(242 / 375 * 100vw); */
    padding-bottom: 75px;
    background: linear-gradient(to bottom, transparent 8%, #fff 8%);
  }
  
  .l-contact::before{
    top: calc(-120 / 375 * 100vw);
  }
  
  .l-contact__inner{
    margin-top: calc(-64 / 375 * 100vw);
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-contact__wrapper{
    flex-direction: column;
  }

  .l-contact__btn-area{
    margin-top: 21px;
  }
  
  .l-contact__btn-top p{
    font-size: 14px;
  }
  
  .l-contact__btn a{
    max-width: 335px;
    margin-top: 0;
    font-size: 15px;
    padding: 14px 0;
  }

  .l-contact__btn.btn-simulation a{
    padding-left: 42px;
  }

  .l-contact__btn.btn-solution a{
    font-size: 15px;
  }
  
  .l-contact__btn a::before{
    width: 53px;
    height: 51px;
    left: 14px;
  }
  
  .l-contact__btn a::after{
    width: 6px;
    height: 14px;
    right: 11px;
  }

  .l-contact__btn.btn-simulation a::before {
    height: 34px;
  }
}