@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
body {
  line-height: 1.5;
  color: #1e3871;
  letter-spacing: 0.1em;
  font-size: 12px;
  background:#fff;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
section,
a {
  box-sizing: border-box;
}

a {
  transition: all 0.4s;
}

a:hover {
  opacity: 0.6;
}

img,
svg {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

.pc {
  display: none;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.serif {
  /*font-family: "Noto Serif JP", serif;*/
}
.sbold{
  font-weight:500;
}
.mbold{
  font-weight:700;
}
.pb20{
  padding-bottom: 20px;
  display: inline-block;
}
.grd-y {
  background: linear-gradient(90deg, #39c9e9 21.15%, #8acb77 86.54%);
  color: #fff;
  display: inline-block;
}

.text-white {
  color: #fff;
}

main {
  /*padding-top: 50px;*/
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  main {
    /*padding-top: 70px;*/
  }
}

.canvblur {
  filter: blur(70px);
  background: rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: index 1;
}

canvas#webgl {
  opacity: 0.5;
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__nav-list.is--splinklr{
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  color: #1e3871;
  transition: color .3s;
}

.p-splinklr-header__list>a {
  position: relative;
  padding-bottom: 3px;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  color: #1e3871;
  transition: color .3s;
}
.l-header__nav-list.is--splinklr{
  justify-content: flex-end;
  margin-top: 10px;
}
.l-header .l-header__logo-icon--red{
  opacity:1;
}
.line-splinklr{
  border-top:1px solid #1e3871;
}
@media screen and (min-width:768px){
  .line-splinklr{
  padding-top:5px;
  }
}
.is--splinklr .l-footer__link>a,.is--splinklr .l-footer__link-privacy a{
  color:#1e3871;
}
.is--splinklr.l-header__burger span{
  background-color:#1e3871;
}
.is--splinklr.l-header__burger.is--open span{
  background-color:#FFF;
}
.is--splinklr.is--open .l-header__menu-accordion p,.is--splinklr.js-faq-icon{
  color:#fff;
}
.l-footer{
  background:transparent;
}
.l-footer__inner.is--splinklr{
  background:rgba(255,255,255,0.5);
}
.is--splinklr .l-footer__link-drawer a{
  background-image: linear-gradient(90deg, #000 50%, #1e3871 50%);
}
.l-footer__to-top{
  z-index:21;
}
.fv {
  position: relative;
}

.fv-block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 90px 15px 70px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .fv-block {
    gap: 100px;
    padding: 130px 15px 200px;
  }
}
.fv-video{
  width:100%;
  position:absolute;
  z-index:1;
}
.fv-video img{
  max-width:none;
  width:100%;
  height:100px;
  margin-top:-5px;
  vertical-align: top;
}
.fv-video video{
  width:100%;
  aspect-ratio: 4 / 3;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));

  outline: none;
  border: none;
}
.fv-bg {
  position: absolute;
  z-index: 3;
  top: 320px;
  right: 0;
  width: 100%;
  height: 100%;
}


.fv-bg img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  transform:translate(0,-50%);
}
@media (min-width: 768px) {
  .fv-bg {
    top: 0;
  }
  .fv-bg img {
    transform:none;
  }
}

.fv-bg2 {
  position: absolute;
  z-index: 2;
  /*mix-blend-mode: multiply;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity:0.5;
}

.fv-bg2 img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: none;
  width: 100%;
}

.fv-main {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  padding-bottom:150px;
}

.fv-main .logo .flex {
  display: flex;
  flex-direction: row;
}

.fv-main .logo .flex img {
  height: 25px;
  max-width:150px;
}

@media (min-width: 768px) {
  .fv-main {
    padding:0;
  }
    .fv-main .logo .flex img {
    height: 40px;
    max-width:100%;
  }
}

.fv-main-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0px 0px 5px white, 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .fv-main-title {
    font-size: 50px;
    font-weight: 400;
  }
}

.fv-main-text {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

@media (min-width: 768px) {
  .fv-main-text {
    font-size: 25px;
  }
}

.fv-btn {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 13px;
  align-items: center;
}

@media (min-width: 768px) {
  .fv-btn {
    font-size: 19px;
  }
}

.fv-btn .btn-white {
  background: #fff;
  color: #1e3871;
  border: 1px solid #1e3871;
  width: 300px;
  text-align: center;
  padding: 15px;
  display: block;
  transition: all 0.5s;
}
.fv-btn .btn-white:hover{
  background:linear-gradient(90deg, #39c9e9 21.15%, #8acb77 86.54%);
  color:#fff;
  opacity:1;
}

.fv-btn .btn-blue {
  background: #1e3871;
  color: #fff;
  border: 1px solid #1e3871;
  width: 300px;
  text-align: center;
  padding: 15px;
  display: block;
  transition: all 0.5s;
}
.fv-btn .btn-blue:hover {
  background:linear-gradient(90deg, #39c9e9 21.15%, #8acb77 86.54%);
  color:#fff;
  opacity:1;
}
@media (min-width: 768px) {
  .fv-btn {
    flex-direction: row;
  }
}

.solution {
  position: relative;
  z-index: 5;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .solution {
    padding: 50px 15px;
  }
}

.solution-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.solution-title-jp {
  font-size: 24px;
  font-weight: 500;
  position: relative;
        z-index: 2;
}

@media (min-width: 768px) {
  .solution-title-jp {
    font-size: 40px;
    font-weight: 500;
  }
}

.solution-title-en {
  transform: translate(5%, -50%);
  width: 95%;
}

.solution-block {
  max-width: 1200px;
  margin: 0 auto;
}

.solution-block-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .solution-block-column {
    flex-direction: row;
  }
}

.solution-block-column .flex {
  display: flex;
  gap: 5px;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.solution-block-column .flex .title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  padding: 10px 5px;
}

.solution-block-column .flex .title .big {
  font-weight: 700;
  display: block;
  text-align: center;
}

.solution-block-column .flex .title-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.solution-block-column .flex .img {
  padding: 0 5px;
}

.solution-block-column .flex .check {
  padding: 10px 15px 20px;
}

.solution-block-column .flex .check-text {
  position: relative;
  font-size: 14px;
  padding-left: 22px;
}

.solution-block-column .flex .check-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../img/splinklr/solution-check.svg") no-repeat top left;
}

.solution-grd {
  display: flex;
  justify-content: center;
  padding: 30px 15px;
}

.solution-grd-text {
  position: relative;
}

.solution-grd-text-shadow {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 5px white, 0px 0px 10px rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.9);
}

.solution-grd-text-tp {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 400;
  background: linear-gradient(90deg, #42c7de, #8fbc94, #fd9f03, #c9b338, #8dca73);
  background-clip: text;
  color: transparent;
}
@media (min-width: 768px) {
  .solution-grd-text-shadow {
    font-size: 40px;
  }
  .solution-grd-text-tp {
    font-size: 40px;
  }
  }

.anchorbtn {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .anchorbtn {
    padding: 50px 15px;
  }
}

.anchorbtn-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .anchorbtn-block {
    flex-direction: row;
  }
}

.anchorbtn-block-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .anchorbtn-block-btn {
    width: calc((100% - 5px) / 2);
  }
}

.anchorbtn-block-btn a {
  position: relative;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  font-size: 16px;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .anchorbtn-block-btn a {
    padding: 50px 15px;
    font-size: 24px;
  }
}

.anchorbtn-block-btn a:after {
  content: "●";
  background: linear-gradient(90deg, #39c9e9 21.15%, #8acb77 86.54%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.5s;
}

.anchorbtn-block-btn a:hover {
  opacity: 1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 21.15%, rgba(255, 255, 255, 0.4) 86.54%), url("../../img/splinklr/btn-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center,
 left center;
 background-size: 100% 100%;
}

.anchorbtn-block-btn a:hover:after {
  background: #fff;
  color: #8acb77;
}

.about {
  position: relative;
  z-index: 5;
  padding: 15px;
}

.about-bg {
  background: radial-gradient(86.35% 85.65% at 80.73% 110.95%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 222, 140, 0.5) 12.53%, rgba(209, 255, 181, 0.5) 57.41%, rgba(22, 177, 255, 0.5) 100%);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
}

.about-bg.is-active {
  opacity: 1;
}

.about .wrap {
  display: flex;
  gap: 40px;
  flex-direction: column;
  padding: 100px 0;
}

.about-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .about-title {
    flex-direction: row;
    align-items: center;
  }
}

.about-title-jp {
  font-size: 18px;
  color: #fff;
  padding-left: 1rem;
}

.about-title-jp:before {
  content: "／";
  margin-left: -1.5rem;
}

.about-title svg {
  width: auto;
  height: 35px;
}

@media (min-width: 768px) {
  .about-title svg {
    height: auto;
  }
}

.about-detail {
  color: #1e3871;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .about-detail {
    gap: 50px;
  }
}

.about-detail-title {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .about-detail-title {
    font-size: 40px;
    font-weight: 500;
  }
}

.about-detail-text {
  width: 100%;
  font-size: 14px;
}

@media (min-width: 768px) {
  .about-detail-text {
    max-width: 580px;
    font-size: 16px;
  }
}

.social,
.activesupport {
  padding: 15px;
}

.social .wrap,
.activesupport .wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .social .wrap,
  .activesupport .wrap {
    gap: 50px;
  }
}

.social .col,
.activesupport .col {
  width: 100%;
}

@media (min-width: 768px) {
  .social .col img,
  .activesupport .col img {
    width: 50vw;
    max-width: 500px;
  }
}

@media screen and (min-width: 1200px) {
  .social .col,
  .activesupport .col {
    width: 500px;
  }
}

.social .point-title,
.activesupport .point-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .social .point-title,
  .activesupport .point-title {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 30px;
  }
}

.social .point-title-icon svg,
.activesupport .point-title-icon svg {
  max-width: 120px;
}

@media (min-width: 768px) {
  .social .point-title-icon svg,
  .activesupport .point-title-icon svg {
    max-width: 100%;
  }
}

.social .point-title-text,
.activesupport .point-title-text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .social .point-title-text,
  .activesupport .point-title-text {
    font-weight: 500;
    font-size: 40px;
    text-align: left;
  }
}

.social-block,
.activesupport-block {
  padding: 15px;
  border-radius: 30px 15px 30px 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .social-block,
  .activesupport-block {
    padding: 120px min(100px,7.5vw);
    border-radius: 100px 30px 100px 30px;
    gap: 50px;
  }
}

.social-block-row,
.activesupport-block-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .social-block-row,
  .activesupport-block-row {
    gap: 50px;
  }
}

.social-block .point01-sub,
.social-block .point02-sub,
.activesupport-block .point01-sub,
.activesupport-block .point02-sub {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .social-block .point01-sub,
  .social-block .point02-sub,
  .activesupport-block .point01-sub,
  .activesupport-block .point02-sub {
    font-size: 20px;
    padding: 0 40px;
  }
}

.social-block .point01-text, .social-block .point01-list,
.social-block .point02-text,
.social-block .point02-list,
.activesupport-block .point01-text,
.activesupport-block .point01-list,
.activesupport-block .point02-text,
.activesupport-block .point02-list {
  padding: 0;
}

@media (min-width: 768px) {
  .social-block .point01-text, .social-block .point01-list,
  .social-block .point02-text,
  .social-block .point02-list,
  .activesupport-block .point01-text,
  .activesupport-block .point01-list,
  .activesupport-block .point02-text,
  .activesupport-block .point02-list {
    padding: 0 40px;
  }
}
.social-block .point02-list{
  padding-right:10px;
}
.social-block .point01-list,
.social-block .point02-list,
.activesupport-block .point01-list,
.activesupport-block .point02-list {
  list-style-type: disc;
  margin-left: 0;
  padding-left: 1.5rem;
}
@media screen and (min-width:768px){
  .social-block .point01-list,
  .social-block .point02-list,
  .activesupport-block .point01-list,
  .activesupport-block .point02-list {
    list-style-type: disc;
  }
  }
.social-block .point01-flex-row, .social-block .point01-flex-column,
.social-block .point02-flex-row,
.social-block .point02-flex-column,
.activesupport-block .point01-flex-row,
.activesupport-block .point01-flex-column,
.activesupport-block .point02-flex-row,
.activesupport-block .point02-flex-column {
  display: inline-flex;
  gap: 15px;
  background: #fff;
}
.exsample{
  padding:15px;
position:relative;
}
@media screen and (min-width:768px){
  .social-block .point02-list.exsample{
    padding-left: 2.5rem;
  }
}
.exsample::after{
  content:"";
  position:absolute;
  width:100%;
  height:calc(100% + 20px);
  top:0;
  left:0;
  border:1px solid #1E3871;
  transform: translate(0, -10px);
  padding-bottom: 15px;
  z-index: 1;
}
.exsample-title{
  margin-top:20px;
  background:#fff;
  position:relative;
  display:inline-block;
  margin-left: 25px;
  z-index:2;
}
.social-block .point01-flex-row.dropshadow, .social-block .point01-flex-column.dropshadow,
.social-block .point02-flex-row.dropshadow,
.social-block .point02-flex-column.dropshadow,
.activesupport-block .point01-flex-row.dropshadow,
.activesupport-block .point01-flex-column.dropshadow,
.activesupport-block .point02-flex-row.dropshadow,
.activesupport-block .point02-flex-column.dropshadow {
  box-shadow: 0px 4px 15px rgba(30, 56, 113, 0.4);
  border-radius: 20px;
  padding: 25px 15px;
}

@media (min-width: 768px) {
  .social-block .point01-flex-row.dropshadow, .social-block .point01-flex-column.dropshadow,
  .social-block .point02-flex-row.dropshadow,
  .social-block .point02-flex-column.dropshadow,
  .activesupport-block .point01-flex-row.dropshadow,
  .activesupport-block .point01-flex-column.dropshadow,
  .activesupport-block .point02-flex-row.dropshadow,
  .activesupport-block .point02-flex-column.dropshadow {
    box-shadow: 0px 4px 30px rgba(30, 56, 113, 0.4);
    border-radius: 30px;
    padding: 50px 100px;
  }
}

.social-block .point01-flex-row.dash-top, .social-block .point01-flex-column.dash-top,
.social-block .point02-flex-row.dash-top,
.social-block .point02-flex-column.dash-top,
.activesupport-block .point01-flex-row.dash-top,
.activesupport-block .point01-flex-column.dash-top,
.activesupport-block .point02-flex-row.dash-top,
.activesupport-block .point02-flex-column.dash-top {
  border-top: 1px dashed #1e3871;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .social-block .point01-flex-row.dash-top, .social-block .point01-flex-column.dash-top,
  .social-block .point02-flex-row.dash-top,
  .social-block .point02-flex-column.dash-top,
  .activesupport-block .point01-flex-row.dash-top,
  .activesupport-block .point01-flex-column.dash-top,
  .activesupport-block .point02-flex-row.dash-top,
  .activesupport-block .point02-flex-column.dash-top {
    padding-top: 30px;
  }
}

.social-block .point01-flex-column,
.social-block .point02-flex-column,
.activesupport-block .point01-flex-column,
.activesupport-block .point02-flex-column {
  flex-direction: column;
}

@media (min-width: 768px) {
  .social-block .point01-flex-column,
  .social-block .point02-flex-column,
  .activesupport-block .point01-flex-column,
  .activesupport-block .point02-flex-column {
    flex-direction: row;
  }
}

.social-block .point01-flex-row,
.social-block .point02-flex-row,
.activesupport-block .point01-flex-row,
.activesupport-block .point02-flex-row {
  flex-direction: column;
}

@media (min-width: 768px) {
  .social-block .point01-flex-row,
  .social-block .point02-flex-row,
  .activesupport-block .point01-flex-row,
  .activesupport-block .point02-flex-row {
    flex-direction: column;
    gap: 30px;
  }
}

.social-title,
.activesupport-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-title svg,
.activesupport-title svg {
  width: auto;
  height: 70px;
}

@media (min-width: 768px) {
  .social-title svg,
  .activesupport-title svg {
    height: auto;
  }
}

.social .point01-title,
.social .point02-title,
.activesupport .point01-title,
.activesupport .point02-title {
  border-bottom-right-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 16px;
}

@media (min-width: 768px) {
  .social .point01-title,
  .social .point02-title,
  .activesupport .point01-title,
  .activesupport .point02-title {
    padding: 1rem 1.5rem;
    font-size: 24px;
  }
}

.social .point01-title00,
.social .point02-title00,
.activesupport .point01-title00,
.activesupport .point02-title00,
.merit .point01-title00 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0.5rem 2.5rem 0.8rem;
  line-height: 1;
  display: inline-flex;
  margin: 0 auto;
  font-size: 16px;
}

@media (min-width: 768px) {
  .social .point01-title00,
  .social .point02-title00,
  .activesupport .point01-title00,
  .activesupport .point02-title00,
  .merit .point01-title00 {
    font-size: 24px;
  }
}

.social .point01-title02,
.social .point02-title02,
.activesupport .point01-title02,
.activesupport .point02-title02 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 0.5rem 1rem;
  font-size: 16px;
}

@media (min-width: 768px) {
  .social .point01-title02,
  .social .point02-title02,
  .activesupport .point01-title02,
  .activesupport .point02-title02 {
    font-size: 24px;
    padding: 1rem 1.5rem;
  }
}

.social .point01-flex,
.social .point02-flex,
.activesupport .point01-flex,
.activesupport .point02-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .social .point01-flex,
  .social .point02-flex,
  .activesupport .point01-flex,
  .activesupport .point02-flex {
    flex-direction: row;
  }
}

.social .point01-flex-col,
.social .point02-flex-col,
.activesupport .point01-flex-col,
.activesupport .point02-flex-col {
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .social .point01-flex-col,
  .social .point02-flex-col,
  .activesupport .point01-flex-col,
  .activesupport .point02-flex-col {
    gap: 15px;
    border-radius: 15px;
  }
}

.social .point01-flex-col .text,
.social .point02-flex-col .text,
.activesupport .point01-flex-col .text,
.activesupport .point02-flex-col .text {
  padding: 10px;
}

@media (min-width: 768px) {
  .social .point01-flex-col .text,
  .social .point02-flex-col .text,
  .activesupport .point01-flex-col .text,
  .activesupport .point02-flex-col .text {
    padding: 15px;
    font-size:15px;
  }
}

.social .point01-flex-col .img,
.social .point02-flex-col .img,
.activesupport .point01-flex-col .img,
.activesupport .point02-flex-col .img {
  padding: 15px;
  padding-bottom: 30px;
}

.social .point01-flex-col:after,
.social .point02-flex-col:after,
.activesupport .point01-flex-col:after,
.activesupport .point02-flex-col:after {
  content: "↓";
  position: absolute;
  font-weight: 900;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 2px));
  font-size: 20px;
}

@media (min-width: 768px) {
  .social .point01-flex-col:after,
  .social .point02-flex-col:after,
  .activesupport .point01-flex-col:after,
  .activesupport .point02-flex-col:after {
    content: "→";
    left: auto;
    bottom: auto;
    top: 50%;
    right: 0;
    transform: translate(calc(100% + 5px), -50%);
    font-size: 20px;
  }
}

.social .point01-flex-col:last-of-type::after,
.social .point02-flex-col:last-of-type::after,
.activesupport .point01-flex-col:last-of-type::after,
.activesupport .point02-flex-col:last-of-type::after {
  content: "";
}

.social-block {
  background: rgba(255, 255, 255, 0.8);
}

.merit {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .merit {
    padding: 50px 15px;
  }
}

.merit-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .merit-title {
    flex-direction: row;
    align-items: center;
  }
}

.merit-title-jp {
  font-size: 18px;
  color: #fff;
  padding-left: 1rem;
}

.merit-title-jp:before {
  content: "／";
  margin-left: -1.5rem;
}

.merit-title svg {
  width: auto;
  height: 70px;
}

@media (min-width: 768px) {
  .merit-title svg {
    height: auto;
  }
}

.merit-block {
  max-width: 1200px;
  margin: 0 auto;
  padding:30px 0;
}

.merit-block-text {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .merit-block-text {
    margin: 50px auto;
  }
}
.merit-block .point01-flex{
  display:flex;
flex-direction:column;
gap:30px;

}
.merit-block .point01-flex .point01-flex-col{
  width: 100%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  background:#fff;
  padding-bottom:15px;
}
@media screen and (min-width:768px){
  .merit-block .point01-flex{
    display:flex;
  flex-direction:row;
  gap:30;
  
  }
    .merit-block .point01-flex .point01-flex-col{
    gap: 15px;
    border-radius: 30px;
  }
  .merit-block .point01-flex .point01-flex-col.col1{
    border-bottom-right-radius: 0;
  }
  .merit-block .point01-flex .point01-flex-col.col2{
    border-bottom-left-radius: 0;
  }
}
.merit-block .point01-flex .point01-flex-col .text{
  background-clip: text;
  font-weight: 700;
  text-align: center;
  font-size:20px;
  color: transparent;
}
.merit-block .point01-flex .point01-flex-col .img{
padding:5px 15px;
text-align: center;
}
.precedents {
  padding: 30px 15px;
  background: url("../../img/splinklr/precedents-bg.jpg") no-repeat center center;
  background-size: cover;
}

@media (min-width: 768px) {
  .precedents {
    padding: 50px 15px;
  }
}

.precedents-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .precedents-title {
    flex-direction: row;
    align-items: center;
  }
}

.precedents-title-jp {
  font-size: 18px;
  color: #fff;
  padding-left: 1rem;
}

.precedents-title-jp:before {
  content: "／";
  margin-left: -1.5rem;
}

.precedents-title svg {
  width: auto;
  height: 35px;
}

@media (min-width: 768px) {
  .precedents-title svg {
    height: auto;
  }
}

.precedents-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .precedents-block {
    margin-top: 50px;
    gap: 50px;
  }
}

.precedents-block-flex {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .precedents-block-flex {
    flex-direction: row;
  }
}

.precedents-block-flex .case {
  position: relative;
  width: 100%;
  border-radius:15px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .precedents-block-flex .case {
    width: calc((100% - 60px) / 3);
  }
}

.precedents-block-flex .case-title {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0.5rem 1rem 0.8rem;
  line-height: 1.2;
  display: inline-flex;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .precedents-block-flex .case-title {
    font-size: 20px;
  }
}

.precedents-block-flex .case-img {
  padding: 30px 60px;
}

.precedents-block-flex .case-subtitle {
  text-align: center;
  font-weight: 500;
}

.precedents-block-flex .case-frame {
  background: rgba(255,255,255,0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height:100%;
}

.precedents-block-flex .case-text {
  padding: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .precedents-block-flex .case-text {
    font-size: 16px;
  }
}

.splinklr-cta {
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .splinklr-cta {
    padding: 50px 15px;
  }
}

.splinklr-cta-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .splinklr-cta-block {
    flex-direction: row;
  }
}

.splinklr-cta-block-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .splinklr-cta-block-btn {
    width: calc((100% - 5px) / 2);
  }
}

.splinklr-cta-block-btn a {
  position: relative;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  font-size: 16px;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .splinklr-cta-block-btn a {
    padding: 50px 30px;
    font-size: 24px;
  }
}

.splinklr-cta-block-btn a svg {
  background: #000;
  background-clip: text;
  fill: transparent;
}

.splinklr-cta-block-btn a .fill {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8fbc94;
  transition: all 0.5s;
}

.splinklr-cta-block-btn a:after {
  content: "●";
  background: linear-gradient(90deg, #39c9e9 21.15%, #8acb77 86.54%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.5s;
}

.splinklr-cta-block-btn a:hover {
  opacity: 1;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 21.15%, rgba(255, 255, 255, 0.4) 86.54%), url("../../img/splinklr/btn-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center,
 left center;
 background-size: 100% 100%;
}

.splinklr-cta-block-btn a:hover .fill {
  color: #fff;
}

.splinklr-cta-block-btn a:hover:after {
  background: #fff;
  color: #8acb77;
}

.splinklr-cta-block-btn .textflex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.splinklr-cta-block-btn .textflex-col {
  display: flex;
  align-items: center;
}

.splinklr-cta-block-btn .textflex-col svg {
  padding-top: 3px;
  max-width: 150px;
}