/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
:root {
  --animation-duration: 5s;
}

.servicenow .fv {
  width: 100%;
  background: url("../img/business/servicenow/fv-bg01.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}
@media (min-width: 768px) {
  .servicenow .fv {
    background: none;
    background-size: 120% 100%;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .servicenow .fv {
    background-size: cover;
  }
}
.servicenow .fv-contents {
  position: relative;
  min-height: 75vh;
}
@media (min-width: 768px) {
  .servicenow .fv-contents {
    min-height: 520px;
    background: url("../img/business/servicenow/fv-bg01.jpg");
    background-size: cover;
    background-position: center top;
  }
}
.servicenow .fv-contents-catch {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch {
    position: absolute;
    width: 70%;
    padding: 15px;
    padding-top: 45px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .servicenow .fv-contents-catch {
    padding-left: calc((100% - var(--contents-max-width)) / 2 + 15px);
  }
}
.servicenow .fv-contents-catch .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 25px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch .flex {
    gap: 15px;
    background: none;
    backdrop-filter: blur(0);
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
.servicenow .fv-contents-catch .img {
  max-width: 70%;
}
.servicenow .fv-contents-catch .title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch .title {
    font-size: 40px;
    padding-bottom: 0;
  }
}
.servicenow .fv-contents-catch .title .color {
  color: #ff9900;
}
.servicenow .fv-contents-catch .title .big {
  font-size: 1.4em;
}
.servicenow .fv-contents-catch .text {
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch .text {
    font-size: 14px;
  }
}
.servicenow .fv-contents-catch .partner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch .partner {
    font-size: 16px;
  }
}
.servicenow .fv-contents-catch .btnarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .servicenow .fv-contents-catch .btnarea {
    margin: 0;
    flex-direction: row;
  }
}
.servicenow .fv-contents-catch .btnarea .btn-capsul {
  padding: 20px 30px;
  padding-right: 50px;
  font-weight: bold;
  min-width: 250px;
}
.servicenow .fv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .servicenow .fv:after {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    width: 70%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 290px) 100%, 0% 100%);
  }
}
.servicenow .sv {
  position: relative;
}
.servicenow .sv-bg {
  background: url("../img/business/servicenow/sv-bg01.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.75;
}
.servicenow .sv-contents {
  padding: 50px 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .servicenow .sv-contents {
    padding: 70px 15px;
  }
}
.servicenow .sv-contents-title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-title {
    padding-bottom: 50px;
    font-size: 24px;
  }
}
.servicenow .sv-contents-first {
  padding: 15px 0;
  border-radius: 15px;
  width: 100%;
  max-width: var(--contents-max-width);
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first {
    margin-bottom: 30px;
  }
}
.servicenow .sv-contents-first .contents {
  position: relative;
  z-index: 3;
}
.servicenow .sv-contents-first .contents .flex {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.servicenow .sv-contents-first .contents .flex .navy {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  padding-bottom: 27px;
  /*width: calc((100% - 10px) / 2);*/
  width: calc((100% - 20px) / 3);
  text-align: center;
  color: #fff;
  background: var(--navy);
  position: relative;
  border-radius: 8px;
  line-height: 1.5;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .flex .navy {
    padding: 15px;
    font-size: 20px;
    width: calc((100% - 20px) / 3);
  }
}
.servicenow .sv-contents-first .contents .flex .navy.active {
  /*display: none;*/
  display: flex;
  opacity: 0;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .flex .navy.active {
    display: flex;
    opacity: 0;
  }
}
.servicenow .sv-contents-first .contents .flex .navy:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 40px;
  height: 12px;
  background: url("../img/business/servicenow/navy-arrow.svg") no-repeat center/contain;
}
.servicenow .sv-contents-first .contents .svcontent {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /*margin-top: 110px;*/
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: none;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent {
    margin-top: 10px;
  }
}
.servicenow .sv-contents-first .contents .svcontent.active {
  display: block;
}
.servicenow .sv-contents-first .contents .svcontent .baloon {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: calc((100% - 20px) / 3);
  transform: translate(0, calc(-100% - 11px));
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .baloon {
    width: calc((100% - 20px) / 3);
  }
}
.servicenow .sv-contents-first .contents .svcontent .baloon-area {
  width: 100%;
  background: #fff;
  font-size: 14px;
  color: var(--navy);
  padding: 25px 5px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  transform: scale(1.01);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 115px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .baloon-area {
    padding: 30px 15px;
    font-size: 22px;
    min-height: 115px;
  }
}
.servicenow .sv-contents-first .contents .svcontent .baloon-area:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 30px;
  height: 25px;
  background: #fff;
  transform: translate(-50%, 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.servicenow .sv-contents-first .contents .svcontent .detail {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail {
    padding: 50px;
    gap: 50px;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-top {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle {
    gap: 30px;
    width: 45%;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle .icon {
  max-width: 40px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle .icon {
    max-width: 60px;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle .text {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle .text {
    font-size: 32px;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-top .subtitle .text .small {
  font-size: 0.7em;
}
.servicenow .sv-contents-first .contents .svcontent .detail-top .infotext {
  border-top: 1px solid #fff;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-top .infotext {
    font-size: 16px;
    width: 55%;
    border-top: none;
    border-left: 1px solid #fff;
  }
}
.servicenow .sv-contents-first .contents .svcontent .detail-bottom {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent .detail-bottom {
    font-size: 32px;
  }
}
.servicenow .sv-contents-first .contents .svcontent.c02 .baloon {
  left: calc(33.3% + 5px);
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent.c02 .baloon {
    left: calc(33.3% + 5px);
  }
}
.servicenow .sv-contents-first .contents .svcontent.c03 .baloon {
  left: calc(66.7% + 5px);
}
@media (min-width: 768px) {
  .servicenow .sv-contents-first .contents .svcontent.c03 .baloon {
    left: calc(66.7% + 5px);
  }
}
.servicenow .sv-contents .detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .servicenow .sv-contents .detail {
    flex-direction: row;
  }
}
.servicenow .sv-contents .detail-contents {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #596d84;
  color: var(--navy);
}
@media (min-width: 768px) {
  .servicenow .sv-contents .detail-contents {
    border-top: none;
    border-left: 1px solid #596d84;
    padding: 15px;
    width: 33.3333333333%;
  }
}
.servicenow .sv-contents .detail-contents:first-of-type {
  border: none;
}
.servicenow .sv-contents .detail-contents .subtitle {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
}
.servicenow .sv-contents .detail-contents .text {
  font-size: 14px;
  line-height: 1.8;
}

.reason-contents-item .title:before {
  color: #84d360;
}/*# sourceMappingURL=servicenow.css.map */