@charset "utf-8";
img{
  max-width: 100%;
  vertical-align: middle;
}
p{
  margin: 0;
}
a{
  text-decoration: none;
}

/* layout */
.l-header{
  background-color: #ffffff;
}
.l-header-inner{
  height: 70px;
  max-width: 1232px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-mv{
  background: url('/img/products/rk/182962001/182962001_mv_01_pc.jpg') no-repeat center / cover;
  background-color: #DDE4EE;
}
.l-mv-inner{
  width: 1232px;
  padding: 130px 0 107px;
  margin-inline: auto;
}

.l-main{
  color: #2D2D2D;
  background-color: #F0F7F7;
}
.l-main-inner{
  width: 1232px;
  padding: 190px 0 206px;
  margin-inline: auto;
}
.l-main-01{

}
.l-main-02{
  margin: 235px 0 0;
}
.l-customer-voice{
  color: #fff;
  background: linear-gradient(#00a2f9 0%, #bce7ff 100%);
}
.l-customer-voice-inner{
  width: 1232px;
  padding: 131px 0 296px;
  margin-inline: auto;
}
.l-cv-bottom{
  background-color: #F0F7F7;
}
.l-cv-bottom-inner{
  width: 1232px;
  padding: 110px 0 100px;
  margin-inline: auto;
}
.l-footer{
  background-color: #535353;
}
.l-footer-inner{
  width: 1232px;
  padding: 20px;
  margin-inline: auto;
}


/* module */
.logo-container img{
  width: 133px;
}
.cv-buttons{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 23px;
}
.lp-buttonConversion{
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  width: 362px;
  font-size: 18px;
  padding: 18px;
  font-weight: bold;
  line-height: 1.45;
  background-color: rgba(237 238 242 / 0.8);
  box-shadow: -3px -3px 10px 0 #fff;
  border-radius: 40px;
  z-index: 1;
  cursor: pointer;
  transition: 1s all;
  box-shadow: 3px 3px 20px 0 rgba(36 65 93 / 0.3);
}
.lp-buttonConversion::before,.lp-buttonConversion::after{
  content: "";
  position: absolute;
  display: block;
  width: 358px;
  height: 100%;
  border-radius: 40px;
  transition: 1s all;
  left: 0;
  z-index: -1;
}
.lp-buttonConversion::before{
  background-image: linear-gradient(135deg, #EFEFF2 0% ,#F2F3F6 100%);
  box-shadow: -3px -3px 10px 0 rgba(256 256 256 / 1);
  opacity: 1;
}
.lp-buttonConversion::after{
  background-color: #E8EAED;
  box-shadow: -2px -2px 1px 0 rgba(256 256 256 / 0.5);
  opacity: 0;
}
.lp-buttonConversion:hover{
  box-shadow: -1px -1px 5px 0 rgba(36 65 93 / 0.3);
}
.lp-buttonConversion:hover::before{
  opacity: 0;
}
.lp-buttonConversion:hover::after{
  opacity: 1;
}
.lp-buttonConversion.of-download{
  color: #C43958;
}
.lp-buttonConversion.of-primary{
  color: #129E83;
}
.lp-buttonConversion.of-voice{
  color: #AF9112;
}
.l-mv .cv-buttons{
  margin: 26px 0 0;
}
.l-main-02 .cv-buttons{
  margin: 172px 0 0;
}
.l-cv-bottom .cv-buttons{
  margin: 26px 0 0;
}
.tel-container{
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.tel-number-container{
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.tel-number-icon{
  width: 36px;
  height: 20px;
}
.tel-number-icon .of-icon-color-primary{
  fill:#00a23f;
}
.tel-number {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.tel-note {
  font-size: 12px;
  line-height: 1.2;
}
.title-h2{
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.45;
}
.l-main .title-h2{
  font-size: 34px;
  color: #8EA7A6;
  letter-spacing: 1rem;
}
.l-customer-voice .title-h2{
  font-size: 40px;
  color: #ffffff;
}
.title-h2::before,.title-h2::after{
  content: "";
  flex-grow: 1;
  height: 2px;
}
.l-main .title-h2::before,.l-main .title-h2::after{
  background: #8EA7A6;
}
.l-customer-voice .title-h2::before,.l-customer-voice .title-h2::after{
  background: #fff;
}
.title-h2::before{
  left: 0;
  margin-right: 40px;
}
.title-h2::after{
  right: 0;
  margin-left: 40px;
}
.title-h2 + .lead{
  font-size: 26px;
  text-align: center;
}
.l-customer-voice .title-h2 + .lead{
  margin: 18px 0 0;
  color: #fff;
  line-height: 1.45;
}

.icon-new{
  width: fit-content;
  height: fit-content;
  background: #E9002E;
  color: #ffffff;
  font-size: 28px;
  padding: 6px 12px;
  font-weight: bold;
  line-height: 1;
}
.mv-title{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 0 48px;
  position: relative;

  .mv-title-icon-new {
    position: absolute;
    top: -50%;
    right: -3%;
    width: 15%;
  }
}

.mv-title-rpa{
  color: #0064B6;
}
.mv-title-ai{
  color: #00A896;
}
.mv-title-wrap{
  flex-direction: column;
}
.mv-title-sup{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 17px;
}
.mv-title-sub{
  display: flex;
  gap: 0 30px;
  align-items: center;
}
.mv-title-sub-text{
  font-size: 152px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  text-shadow: 10px 0 10px #ffffff,0 10px 10px #ffffff,-10px 0 10px #ffffff,0 -10px 10px #ffffff,-10px -10px 10px #ffffff,10px 10px 10px #ffffff,-10px 10px 10px #ffffff,10px -10px 10px #ffffff;
}
.mv-title-sub-text span{
  font-size: 127px;
}
.mv-title-sub-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 147px;
  font-size: 28px;
  border-radius: 50%;
  border: 1px solid #0064B6;
  background-color: #ffffff;
}
.mv-title-conjunction{
  color: #8F9DA5;
  font-size: 101px;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 10px 0 10px #ffffff,0 10px 10px #ffffff,-10px 0 10px #ffffff,0 -10px 10px #ffffff,-10px -10px 10px #ffffff,10px 10px 10px #ffffff,-10px 10px 10px #ffffff,10px -10px 10px #ffffff;
}
.mv-image{
  margin-inline: auto;
  text-align: center;
  max-width: 723px;
}
.mv-series{
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-mv .mv-series{
  gap: 16px;
  margin-top: -80px;
}
.mv-series-text{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.45;
}

.column{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-content: center;

  margin: 102px 0 0;
}
.column-item{
  display: grid;
  width: 352px;
  height: 352px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0 rgba(0 0 0 / 0.161);
  position: relative;
}

.column-item .icon-new{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-item-inner{
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  margin-inline: auto;
  padding: 40px;
}
.column-item-inner.icon-new{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.column-title{
  width: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 107px 0 0;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  border-radius: 5%;
  line-height: 1.45;
  position: relative;
}
.column-item:nth-child(1) .column-title{
  background: #036EB8;
}
.column-item:nth-child(2) .column-title{
  background: #5D6164;
}
.column-item:nth-child(3) .column-title{
  background: #00A896;
}
.column-title::before{
  content: "";
  position: absolute;
  display: block;
  width: 145px;
  height: 107px;
  top: 0;
  transform: translateY(-100%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.column-item:nth-child(1) .column-title::before{
  background-image: url('/img/products/rk/182962001/182962001_icon_01.png');
}
.column-item:nth-child(2) .column-title::before{
  background-image: url('/img/products/rk/182962001/182962001_icon_02.png');
}
.column-item:nth-child(3) .column-title::before{
  background-image: url('/img/products/rk/182962001/182962001_icon_03.png');
}
.column-text{
  margin: 22px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.67;
}
.customer-voice-container{
  background: rgb(0 0 0 / 0.1);
  margin: 114px 0 0;
}
.customer-voice-container-inner{
  padding: 111px 104px 82px;
}
.customer-voice-item{
  display: flex;
  gap: 0 54px;
  padding: 40px 0;
  border-bottom: 1px solid #fff;
}
.customer-voice-item:first-of-type{
  border-top: 1px solid #fff;
}
.customer-voice-item.image-right{
  flex-direction: row-reverse;
}
.customer-voice-item-image{
  flex-basis: 217px;
}
.customer-voice-textArea{
  flex: 1;
}
.customer-voice-title{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.45;
}
.customer-voice-text{
  font-size: 16px;
  margin: 26px 0 0;
  line-height: 1.875;
}

.faq{
  margin: 85px 0 0;
}
.faq-inner{

}
.faq-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.faq-item{
  overflow: hidden;
  border-radius: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.faq-title{
  background: #00A896;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.45;
  padding: 8px 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.faq-content{
  padding: 24px 28px 25px;
  background-color: #fff;
  display: grid;
  grid-template-rows: inherit;
  grid-row: span 2;
  gap: 8px 0;
}
.faq-content > *{
  border-radius: 15px;
  min-height: 150px;
  border-width: 2px;
  border-style: solid;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.faq-content > *::before{
  content: "";
  position: absolute;

}
.faq-question{
  color: #808588;
  border-color: #808588;
  padding-left: 205px;
  padding-right: 0;
}
.faq-question::before{
  width: 206px;
  height: 166px;
  left: -14px;
  top: -20px;
  background: url('/img/products/rk/182962001/182962001_icon_04.png') no-repeat center / contain;
}
.faq-answer{
  color: #00A896;
  border-color: #00A896;
  padding-left: 20px;
  padding-right: 195px;
}
.faq-answer::before{
  width: 180px;
  height: 136px;
  right: 5px;
  bottom: 0;
  background: url('/img/products/rk/182962001/182962001_icon_05.png') no-repeat center / contain;
}
.more-button{
  margin: 100px 0 0;
}
.more-button-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;

}
.more-text{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-right: 3.5rem;
}
.more-text::after{
  content: "\021d2";
  position: absolute;
  right: -3.5rem;
  top: 0;
  bottom: 0;
  display: block;
}

.cv-bottom-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
}
.cv-bottom-copy{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}
.cv-bottom-text{
  font-size: 16px;
  margin: 20px 0 0;
  text-align: center;
  line-height: 1.875;
}
.l-cv-bottom .mv-series{
  margin: 28px 0 0;
}
.l-cv-bottom .mv-series-text{
  font-size: 26px;
  text-align: center;
}
.l-cv-bottom .cv-buttons{
  flex-direction: column;
  gap: 28px 0;
}
.footer__link{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link li {
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
}
.footer__link li a {
  color: #fff;
  font-size: 14px;
}
.footer__link li a:hover {
  text-decoration: underline;
}
.footer__link li + li::before {
  position: absolute;
  left: -15px;
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
/* state */
.is-pc{
  display: block;
}
.is-sp{
  display: none !important;
}

@media screen and (max-width: 1279px) {
  /* layout */
  .l-header-inner{
    height: calc(70 / 1280 * 100vw);
    max-width: calc(1232 / 1280 * 100vw);
  }
  .l-mv-inner{
    width: calc(1232 / 1280 * 100vw);
    padding: calc(125 / 1280 * 100vw) 0 calc(107 / 1280 * 100vw);
  }
  .l-main-inner{
    width: calc(1232 / 1280 * 100vw);
    padding: calc(190 / 1280 * 100vw) 0 calc(206 / 1280 * 100vw);
  }
  .l-main-02{
    margin: calc(235 / 1280 * 100vw) 0 0;
  }
  .l-customer-voice-inner{
    width: calc(1232 / 1280 * 100vw);
    padding: calc(131 / 1280 * 100vw) 0 calc(296 / 1280 * 100vw);
  }
  .l-cv-bottom-inner{
    width: calc(1232 / 1280 * 100vw);
    padding: calc(110 / 1280 * 100vw) 0 calc(100 / 1280 * 100vw);
  }
  .l-footer-inner{
    width: calc(1232 / 1280 * 100vw);
    padding: calc(20 / 1280 * 100vw);
  }

  /* module */
  .logo-container img{
    width: calc(133 / 1280 * 100vw);
  }
  .tel-container{
    gap: calc(8 / 1280 * 100vw);
  }
  .tel-number-container{
    gap: calc(8 / 1280 * 100vw);
  }
  .tel-number{
    font-size: calc(24 / 1280 * 100vw);;
  }
  .tel-note{
    font-size: calc(12 / 1280 * 100vw);
  }

  .mv-title{
    gap: 0 calc(48 / 1280 * 100vw);

    .mv-title-icon-new {
      top: -44%;
      right: -1%;
      width: 13%;
    }
  }
  .mv-title-sup{
    font-size: calc(50 / 1280 * 100vw);
    letter-spacing: calc(17 / 1280 * 100vw);
  }
  .mv-title-sub{
    gap: 0 calc(30 / 1280 * 100vw);
  }
  .mv-title-sub-icon{
    width: calc(147 / 1280 * 100vw);
    height: calc(147 / 1280 * 100vw);
    font-size: calc(28 / 1280 * 100vw);
  }
  .mv-title-sub-text{
    font-size: calc(152 / 1280 * 100vw);
    text-shadow: 5px 0 5px #ffffff,0 5px 5px #ffffff,-5px 0 5px #ffffff,0 -5px 5px #ffffff,-5px -5px 5px #ffffff,5px 5px 5px #ffffff,-5px 5px 5px #ffffff,5px -5px 5px #ffffff;
  }
  .mv-title-sub-text span{
    font-size: calc(127 / 1280 * 100vw);
  }
  .mv-title-conjunction{
    font-size: calc(101 / 1280 * 100vw);
    text-shadow: 5px 0 5px #ffffff,0 5px 5px #ffffff,-5px 0 5px #ffffff,0 -5px 5px #ffffff,-5px -5px 5px #ffffff,5px 5px 5px #ffffff,-5px 5px 5px #ffffff,5px -5px 5px #ffffff;
  }
  .icon-new{
    font-size: calc(28 / 1280 * 100vw);
    padding: calc(6 / 1280 * 100vw) calc(12 / 1280 * 100vw);
  }
  .mv-image{
    max-width: calc(723 / 1280 * 100vw);
  }
  .l-mv .mv-series{
    gap: calc(16 / 1280 * 100vw);
    margin-top: calc(-80 / 1280 * 100vw);
  }
  .l-mv .mv-series-text{
    font-size: calc(40 / 1280 * 100vw);
  }

  .cv-buttons{
    gap: 0 calc(23 / 1280 * 100vw);
  }
  .l-mv .cv-buttons{
    margin: calc(26 / 1280 * 100vw) 0 0;
  }
  .l-main-02 .cv-buttons{
    margin: calc(172 / 1280 * 100vw) 0 0;
  }
  .lp-buttonConversion{
    width: calc(362 / 1280 * 100vw);
    font-size: calc(18 / 1280 * 100vw);
    padding: calc(18 / 1280 * 100vw);
    border-radius: calc(40 / 1280 * 100vw);
  }
  .lp-buttonConversion::before,.lp-buttonConversion::after{
    width: calc(358 / 1280 * 100vw);
    border-radius: calc(40 / 1280 * 100vw);;
  }
  .l-main .title-h2{
    font-size: calc(34 / 1280 * 100vw);
  }
  .l-customer-voice .title-h2{
    font-size: calc(40 / 1280 * 100vw);
  }
  .title-h2::before{
    margin-right: calc(40 / 1280 * 100vw);
  }
  .title-h2::after{
    margin-left: calc(40 / 1280 * 100vw);
  }
  .title-h2 + .lead{
    font-size: calc(26 / 1280 * 100vw);
  }
  .l-customer-voice .title-h2 + .lead{
    margin: calc(18 / 1280 * 100vw) 0 0;
  }
  .column{
    margin: calc(102 / 1280 * 100vw) 0 0;
  }
  .column-item{
    width: calc(352 / 1280 * 100vw);
    height: calc(352 / 1280 * 100vw);
  }
  .column-item-inner{
    padding: calc(40 / 1280 * 100vw);
  }
  .column-title{
    width: calc(192 / 1280 * 100vw);
    margin: calc(107 / 1280 * 100vw) 0 0;
    font-size: calc(28 / 1280 * 100vw);
  }
  .column-title::before{
    width: calc(145 / 1280 * 100vw);
    height: calc(107 / 1280 * 100vw);
  }
  .column-text{
    margin: calc(22 / 1280 * 100vw) 0 0;
    font-size: calc(18 / 1280 * 100vw);
  }
  .faq{
    margin: calc(85 / 1280 * 100vw) 0 0;
  }
  .faq-container{
    gap: calc(16 / 1280 * 100vw);
  }
  .faq-item{
    border-radius: calc(15 / 1280 * 100vw);
  }
  .faq-title{
    font-size: calc(30 / 1280 * 100vw);
    padding: calc(8 / 1280 * 100vw) 0 calc(7 / 1280 * 100vw);
  }
  .faq-content{
    padding: calc(24 / 1280 * 100vw) calc(28 / 1280 * 100vw) calc(25 / 1280 * 100vw);
    gap: calc(8 / 1280 * 100vw) 0;
  }
  .faq-content > *{
    border-radius: calc(15 / 1280 * 100vw);
    min-height: calc(150 / 1280 * 100vw);
    font-size: calc(20 / 1280 * 100vw);
  }
  .faq-question{
    padding-left: calc(205 / 1280 * 100vw);
  }
  .faq-question::before{
    width: calc(206 / 1280 * 100vw);
    height: calc(166 / 1280 * 100vw);
    left: calc(-14 / 1280 * 100vw);
    top: calc(-20 / 1280 * 100vw);
  }
  .faq-answer{
    padding-left: calc(20 / 1280 * 100vw);
    padding-right: calc(195 / 1280 * 100vw);
  }
  .faq-answer::before{
    width: calc(180 / 1280 * 100vw);
    height: calc(136 / 1280 * 100vw);
    right: calc(5 / 1280 * 100vw);
  }
  .customer-voice-container{
    margin: calc(114 / 1280 * 100vw) 0 0;
  }
  .customer-voice-container-inner{
    padding: calc(111 / 1280 * 100vw) calc(104 / 1280 * 100vw) calc(82 / 1280 * 100vw);
  }
  .customer-voice-item{
    gap: 0 calc(54 / 1280 * 100vw);
    padding: calc(40 / 1280 * 100vw) 0;
  }
  .customer-voice-item-image{
    flex-basis: calc(217 / 1280 * 100vw);
  }
  .customer-voice-title{
    font-size: calc(26 / 1280 * 100vw);
  }
  .customer-voice-text{
    font-size: max(calc(16 / 1280 * 100vw), 12px);
    margin: calc(26 / 1280 * 100vw) 0 0;
  }
  .more-button{
    margin: calc(100 / 1280 * 100vw) 0 0;
  }
  .more-text{
    font-size: calc(26 / 1280 * 100vw);
  }
  .cv-bottom-container{
    gap: 0 calc(30 / 1280 * 100vw);
  }
  .cv-bottom-copy{
    font-size: calc(30 / 1280 * 100vw);
  }
  .cv-bottom-text{
    font-size: calc(16 / 1280 * 100vw);
    margin: calc(20 / 1280 * 100vw) 0 0;
  }
  .l-cv-bottom .mv-series{
    margin: calc(28 / 1280 * 100vw) 0 0;
  }
  .l-cv-bottom .cv-buttons{
    gap: calc(28 / 1280 * 100vw) 0;
  }
  .l-cv-bottom .mv-series-text{
    font-size: calc(26 / 1280 * 100vw);
  }
  .cv-bottom-imageArea{
    width: calc(680 / 1280 * 100vw);
  }
  .footer__link li{
    margin: 0 calc(15 / 1280 * 100vw);
    font-size: max(calc(14 / 1280 * 100vw), 10px);
  }
  .footer__link li a{
    font-size: max(calc(14 / 1280 * 100vw), 10px);
  }
  /* state */
}

@media screen and (max-width: 767px) {
  /* layout */
  .l-mv{
    background: url('/img/products/rk/182962001/182962001_mv_01_sp.jpg') no-repeat top center / contain;
    background-color: #DDE4EE;
  }
  .l-header-inner{
    height: calc(58 / 375 * 100vw);
    max-width: 100%;
    justify-content: center;
  }
  .l-header-tel{
    display: none;
  }
  .l-mv-inner{
    width: auto;
    margin-inline: calc(15 / 375 * 100vw);
    padding: calc(85 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }

  .l-main-inner{
    width: auto;
    margin-inline: calc(15 / 375 * 100vw);
    padding: calc(64 / 375 * 100vw) 0 calc(143 / 375 * 100vw);
  }
  .l-main-02{
    margin: calc(80 / 375 * 100vw) 0 0;
  }
  .l-main-02 .cv-buttons{
    margin: calc(56 / 375 * 100vw) 0 0;
  }
  .l-customer-voice-inner{
    width: auto;
    margin-inline: calc(10 / 375 * 100vw);
    padding: calc(56 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
  }
  .l-cv-bottom-inner{
    width: auto;
    margin-inline: calc(16 / 375 * 100vw);
    padding: calc(72 / 375 * 100vw) 0;
  }
  .l-footer-inner{
    width: auto;
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw);
  }

  /* module */
  .logo-container img{
    width: calc(133 / 375 * 100vw);
  }
  .mv-title{
    gap: 0 calc(4 / 375 * 100vw);

    .mv-title-icon-new {
      top: -85%;
      right: 10%;
      width: 25%;
    }
  }
  .mv-title-sub{
    margin: calc(5 / 375 * 100vw) 0 0;
    gap: 0 calc(3 / 375 * 100vw);
  }
  .mv-title-sup{
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: calc(5 / 375 * 100vw);
    display: flex;
    justify-content: center;
  }
  .mv-title-sub-icon{
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .mv-title-sub-text{
    font-size: calc(50 / 375 * 100vw);
    text-shadow: 3px 0 3px #ffffff,0 3px 3px #ffffff,-3px 0 3px #ffffff,0 -3px 3px #ffffff,-3px -3px 3px #ffffff,3px 3px 3px #ffffff,-3px 3px 3px #ffffff,3px -3px 3px #ffffff;
  }
  .mv-title-sub-text span{
    font-size: calc(42 / 375 * 100vw);
  }
  .mv-title-conjunction{
    font-size: calc(34 / 375 * 100vw);
    text-shadow: 3px 0 3px #ffffff,0 3px 3px #ffffff,-3px 0 3px #ffffff,0 -3px 3px #ffffff,-3px -3px 3px #ffffff,3px 3px 3px #ffffff,-3px 3px 3px #ffffff,3px -3px 3px #ffffff;
  }
  .mv-image{
    max-width: calc(320 / 375 * 100vw);
  }
  .l-mv .mv-series{
    flex-direction: column;
    align-items: center;
    gap: calc(10 / 375 * 100vw);
    margin-top: 0;
  }
  .l-mv .mv-series-text{
    font-size: calc(24 / 375 * 100vw);
    text-align: center;
  }
  .l-mv .cv-buttons{
    margin: calc(32 / 375 * 100vw) 0 0;
  }
  .lp-buttonConversion{
    width: calc(240 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    padding: calc(13 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
  }
  .lp-buttonConversion::before,.lp-buttonConversion::after{
    width: calc(240 / 375 * 100vw);
    border-radius: calc(40 / 375 * 100vw);
  }
  .l-mv .cv-buttons{
    flex-direction: column;
    gap: calc(24 / 375 * 100vw) 0;
  }
  .l-customer-voice .cv-buttons{
    margin: calc(40 / 375 * 100vw) 0 0;
  }
  .title-h2{
    text-align: center;
  }
  .title-h2::before,.title-h2::after{
    content: none;
  }
  .l-main .title-h2{
    font-size: calc(26 / 375 * 100vw);
  }
  .l-customer-voice .title-h2{
    font-size: calc(30 / 375 * 100vw);
  }
  .title-h2 + .lead{
    font-size: calc(18 / 375 * 100vw);
  }
  .l-customer-voice .title-h2 + .lead{
    margin: calc(16 / 375 * 100vw) 0 0;
  }
  .column{
    margin: calc(40 / 375 * 100vw) 0 0;
    gap: calc(32 / 375 * 100vw) 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3 , 1fr)
  }
  .column-item{
    width: calc(270 / 375 * 100vw);
    height: calc(270 / 375 * 100vw);
    justify-self: center;
  }
  .column-item:has(.icon-new){
    margin: calc(22 / 375 * 100vw) 0 0;
  }
  .column-item-inner{
    justify-items: center;
    -webkit-justify-items: center;
    padding: calc(23 / 375 * 100vw);
  }
  .column-title{
    width: calc(144 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    margin: calc(83 / 375 * 100vw) 0 0;
  }
  .column-title::before{
    width: calc(113 / 375 * 100vw);
    height: calc(83 / 375 * 100vw);
  }
  .column-text{
    margin: calc(16 / 375 * 100vw) 0 0;
    font-size: calc(16 / 375 * 100vw);
  }
  .faq{
    margin: calc(64 / 375 * 100vw) 0 0;
  }
  .faq-container{
    gap: calc(20 / 375 * 100vw) 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4 , 1fr)
  }
  .faq-item{
    border-radius: calc(15 / 375 * 100vw);
    grid-row: auto;
    grid-template-rows: auto;
  }
  .faq-title{
    font-size: calc(20 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) 0 calc(2 / 375 * 100vw);
  }
  .faq-content{
    padding: calc(16 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
  }
  .faq-content > *{
    border-radius: calc(15 / 375 * 100vw);
    min-height: calc(82 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
  .faq-question{
    padding-right: calc(10 / 375 * 100vw);
    padding-left: calc(115 / 375 * 100vw);
  }
  .faq-question::before{
    width: calc(114 / 375 * 100vw);
    height: calc(92 / 375 * 100vw);
    left: calc(-6 / 375 * 100vw);
    top: calc(-6 / 375 * 100vw);
  }
  .faq-answer{
    padding-right: calc(115 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
  }
  .faq-answer::before{
    width: calc(100 / 375 * 100vw);
    height: calc(76 / 375 * 100vw);
    right: calc(11 / 375 * 100vw);
  }

  .icon-new{
    font-size: calc(16 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
  .customer-voice-container{
    margin: calc(32 / 375 * 100vw) 0 0;
  }
  .customer-voice-container-inner{
    padding: calc(48 / 375 * 100vw) calc(16 / 375 * 100vw) calc(80 / 375 * 100vw);
  }
  .customer-voice-item:first-of-type{
    border-top: none;
    padding-top: 0;
  }
  .customer-voice-item{
    gap: calc(32 / 375 * 100vw);
    padding: calc(48 / 375 * 100vw) 0;
  }
  .customer-voice-item-image{
    flex-basis: auto;
    width: calc(217 / 375 * 100vw);
    align-self: center;
    text-align: center;
  }
  .customer-voice-item.image-left{
    flex-direction: column;
  }
  .customer-voice-item.image-right{
    flex-direction: column;
  }
  .customer-voice-title{
    font-size: max(calc(26 / 375 * 100vw));
    text-align: center;
  }
  .customer-voice-text{
    font-size: max(calc(16 / 375 * 100vw));
    margin: calc(16 / 375 * 100vw) 0 0;
  }
  .more-button{
    margin: calc(56 / 375 * 100vw) 0 0;
  }
  .more-button-inner{
    flex-direction: column;
  }
  .more-text{
    font-size: calc(26 / 375 * 100vw);
    margin: 0;
  }
  .more-text::after{
    content: none;
  }
  .cv-bottom-container{
    flex-direction: column;
  }
  .cv-bottom-copy{
    margin: calc(40 / 375 * 100vw) 0 0;
    font-size: calc(26 / 375 * 100vw);
  }
  .cv-bottom-text{
    margin: calc(16 / 375 * 100vw) 0 0;
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
  }
  .cv-bottom-imageArea{
    width: auto;
    text-align: center;
    margin: calc(24 / 375 * 100vw) 0 0;
  }
  .cv-bottom-imageArea img{
    width: calc(326 / 375 * 100vw);
  }
  .l-cv-bottom .mv-series{
    margin: 0;
    text-align: center;
  }
  .l-cv-bottom .mv-series-text{
    font-size: calc(24 / 375 * 100vw);
  }
  .l-cv-bottom .cv-buttons{
    margin: calc(48 / 375 * 100vw) 0 0;
    gap: calc(24 / 375 * 100vw);
  }
  .footer__link{
    flex-wrap: wrap;
    gap: calc(15 / 375 * 100vw) 0;
  }
  .footer__link li{
    text-align: center;
    line-height: 1.25;
    margin: 0 calc(15 / 375 * 100vw);
    font-size: max(calc(14 / 375 * 100vw) , 10px);
  }
  .footer__link li + li::before{
    left: calc(-15 / 375 * 100vw);
  }
  .footer__link li a{
    font-size: max(calc(14 / 375 * 100vw) , 10px);
  }
  .footer__link li.copy::before{
    content: none;
  }

  /* state */
  .is-pc{
    display: none !important;
  }
  .is-sp{
    display: block !important;
  }
}