#page.in.service .c-fv .c-fv-ttl {
  text-shadow: 0.8px 0.8px 6.4px rgba(0, 0, 0, 0.25);
}
#page.in.service .c-fv .c-fv-ttl:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #81A3BA;
  opacity: 0.35;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
#page.in.service .c-fv .c-fv-lead {
  text-shadow: 0.8px 0.8px 6.4px rgba(0, 0, 0, 0.25);
  position: relative;
}
#page.in.service .c-fv .c-fv-lead:before {
  content: "";
  width: calc(100% + 28px);
  height: calc(100% + 40px);
  background: #81A3BA;
  opacity: 0.35;
  border-radius: 40px;
  position: absolute;
  top: -20px;
  left: -28px;
  z-index: -1;
  mix-blend-mode: multiply;
  -webkit-filter: blur(16px);
          filter: blur(16px);
}
#page.in.service .c-container {
  padding-top: 50px;
}
#page.in.service .service01 {
  padding-top: 137px;
}
#page.in.service .service01 .c-h2 {
  margin-bottom: 76px;
}
#page.in.service .service01 .service01-ttl {
  color: #AD033B;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}
#page.in.service .service01 .service01-txt {
  letter-spacing: 0.01em;
}
#page.in.service .service01 .service01-list {
  margin: 170px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.service .service01 .service01-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.8%;
          flex: 0 1 47.8%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(173, 3, 59, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(173, 3, 59, 0.1);
  position: relative;
  padding: 40px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page.in.service .service01 .service01-list-item.anim:nth-child(n+2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#page.in.service .service01 .service01-list-item-num {
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 25px;
  text-shadow: 2px 4px 16px rgba(173, 3, 59, 0.16);
  color: #AD033B;
}
#page.in.service .service01 .service01-list-item-ttl {
  color: #AD033B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.25;
  margin-bottom: 34px;
}
#page.in.service .service01 .service01-list-item-txt {
  font-size: 13.5px;
  line-height: 1.4;
  margin-bottom: 27px;
}
#page.in.service .service01 .service01-list-item-img {
  margin: auto -30px 0;
}
#page.in.service .service01 .service01-list-item-img img {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
#page.in.service .service01 .service01-merit {
  margin: 35px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.in.service .service01 .service01-merit-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
  position: relative;
  padding: 213px 20px 24px;
  color: #fff;
  z-index: 1;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 8px 0px rgba(173, 3, 59, 0.16);
          box-shadow: 2px 4px 8px 0px rgba(173, 3, 59, 0.16);
  overflow: hidden;
}
#page.in.service .service01 .service01-merit-item:before {
  content: "";
  width: 100%;
  height: calc(100% - 190px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(44.71%, rgba(116, 155, 168, 0.7744)), to(rgba(10, 56, 75, 0.792)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(116, 155, 168, 0.7744) 44.71%, rgba(10, 56, 75, 0.792) 100%);
  background-blend-mode: multiply;
  backdrop-filter: blur(1.58333px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#page.in.service .service01 .service01-merit-item.anim:nth-child(n+2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#page.in.service .service01 .service01-merit-item.anim:nth-child(n+3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#page.in.service .service01 .service01-merit-item.anim:nth-child(n+4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#page.in.service .service01 .service01-merit-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#page.in.service .service01 .service01-merit-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page.in.service .service01 .service01-merit-item-num {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-shadow: 0.79px 1.58px 6.33px #4B555B;
  margin-bottom: 12px;
}
#page.in.service .service01 .service01-merit-item-num > span {
  font-size: 22px;
  letter-spacing: 0;
}
#page.in.service .service01 .service01-merit-item-txt {
  font-size: 12px;
  line-height: 1.52;
  letter-spacing: -0.05em;
  text-shadow: 0.79px 1.58px 6.33px #4B555B;
}
#page.in.service .service02 {
  padding: 135px 0 0;
}
#page.in.service .service02 .c-h2 {
  margin-bottom: 75px;
}
#page.in.service .service02 .service02-ttl {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  color: #AD033B;
}
#page.in.service .service02 .service02-txt {
  letter-spacing: 0.01em;
}
#page.in.service .service02 .service02-chart {
  background: #fff;
  border-radius: 10px;
  margin: 24px 0 54px;
}
#page.in.service .service02 .service02-merit {
  background: #fff;
  border-radius: 10px;
  margin: 27px 0 130px;
  padding: 45px 20px;
}
#page.in.service .service02 .service02-merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
#page.in.service .service02 .service02-merit-list-item {
  width: 167px;
  height: 167px;
  border: 1px solid #CA1A1D;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
#page.in.service .service02 .service02-merit-list-item:before {
  content: "";
  width: 39px;
  height: 39px;
  background: #F73E39;
  border-radius: 50%;
  position: absolute;
  bottom: -3.5px;
  right: 6.5px;
  z-index: -1;
}
#page.in.service .service02 .service02-merit-list-item:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #CA1A1D;
  border-radius: 50%;
  background: rgba(249, 142, 136, 0.28);
  backdrop-filter: blur(10px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: -1;
}
#page.in.service .service02 .service02-merit-list-item-img {
  width: 76px;
  margin-bottom: -7px;
}
#page.in.service .service02 .service02-merit-list-item-txt {
  text-align: center;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
#page.in.service .service02 .service02-merit-list-item-txt font {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
#page.in.service .service02 .service02-flow {
  margin: 24px 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 48px 46px;
}
#page.in.service .service02 .service02-flow-list-item {
  background: linear-gradient(112.61deg, #F5F5F7 4.76%, #F8E1E2 174.3%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px;
  min-height: 85px;
  margin-bottom: 26px;
  position: relative;
}
#page.in.service .service02 .service02-flow-list-item:after {
  content: "";
  width: 14px;
  height: 26px;
  background: url(../img/service/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page.in.service .service02 .service02-flow-list-item:last-child {
  margin-bottom: 0;
}
#page.in.service .service02 .service02-flow-list-item:last-child:after {
  display: none;
}
#page.in.service .service02 .service02-flow-list-item-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 184px;
          flex: 0 0 184px;
  color: #AD033B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
#page.in.service .service02 .service02-flow-list-item-ttl > span {
  margin-right: 0.5em;
}
#page.in.service .service02 .service02-flow-list-item-txt {
  font-size: 14.5px;
  line-height: 1.38;
}

@media screen and (max-width: 767px) {
  #page.in.service .c-fv .c-fv-lead {
    text-shadow: none;
  }
  #page.in.service .c-fv .c-fv-lead:before {
    display: none;
  }
  #page.in.service .c-container {
    padding-top: 0;
  }
  #page.in.service .service01 {
    padding-top: 77px;
  }
  #page.in.service .service01 .c-h2 {
    margin-bottom: 36px;
  }
  #page.in.service .service01 .service01-ttl {
    font-size: 19px;
    margin-bottom: 11px;
  }
  #page.in.service .service01 .service01-txt {
    letter-spacing: -0.01em;
  }
  #page.in.service .service01 .service01-list {
    margin: 75px 0;
    row-gap: 70px;
  }
  #page.in.service .service01 .service01-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 48px 26px 0;
  }
  #page.in.service .service01 .service01-list-item.anim {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  #page.in.service .service01 .service01-list-item-num {
    font-size: 50px;
    top: -32px;
    left: 23px;
  }
  #page.in.service .service01 .service01-list-item-ttl {
    font-size: 19px;
    margin-bottom: 23px;
  }
  #page.in.service .service01 .service01-list-item-txt {
    font-size: 13px;
    line-height: 1.385;
    margin-bottom: 30px;
  }
  #page.in.service .service01 .service01-list-item-img {
    margin: 0 -26px;
  }
  #page.in.service .service01 .service01-merit {
    margin: 24px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  #page.in.service .service01 .service01-merit-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 180px 20px 24px;
  }
  #page.in.service .service01 .service01-merit-item.anim {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
  #page.in.service .service01 .service01-merit-item-num {
    font-size: 19px;
  }
  #page.in.service .service01 .service01-merit-item-num > span {
    font-size: 21px;
  }
  #page.in.service .service02 {
    padding: 74px 0 60px;
  }
  #page.in.service .service02 .c-h2 {
    margin-bottom: 35px;
  }
  #page.in.service .service02 .service02-ttl {
    font-size: 19px;
    margin-bottom: 11px;
  }
  #page.in.service .service02 .service02-txt {
    letter-spacing: -0.01em;
  }
  #page.in.service .service02 .service02-chart {
    margin: 26px 0 80px;
  }
  #page.in.service .service02 .service02-merit {
    padding: 40px;
    margin: 24px 0 60px;
  }
  #page.in.service .service02 .service02-merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 18px;
  }
  #page.in.service .service02 .service02-merit-list-item {
    width: 158px;
    height: 158px;
  }
  #page.in.service .service02 .service02-merit-list-item:before {
    width: 32px;
    height: 32px;
  }
  #page.in.service .service02 .service02-merit-list-item-img {
    width: 63px;
    margin-bottom: -4px;
  }
  #page.in.service .service02 .service02-merit-list-item-txt {
    font-size: 14px;
    letter-spacing: -0.01em;
  }
  #page.in.service .service02 .service02-flow {
    margin: 24px 0 0;
    padding: 40px 13px;
  }
  #page.in.service .service02 .service02-flow-list-item {
    margin-bottom: 21px;
    padding: 20px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  #page.in.service .service02 .service02-flow-list-item:after {
    height: 21px;
  }
  #page.in.service .service02 .service02-flow-list-item-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28px;
            flex: 0 0 28px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    line-height: 1.5;
  }
  #page.in.service .service02 .service02-flow-list-item-ttl > span {
    margin: 0;
    font-size: 19px;
  }
  #page.in.service .service02 .service02-flow-list-item-txt {
    font-size: 13px;
  }
}