@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.sec-service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .sec-service__list {
    gap: 25px 30px;
  }
}
.sec-service__list li {
  background: #fff;
  border-radius: 30px;
  border: solid 3px #DEF0FE;
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
@media screen and (min-width: 769px) {
  .sec-service__list li {
    width: calc(33.3% - 30px);
    transform: inherit;
  }
}
.sec-service__list li a {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sec-service__list li a {
    padding: 30px 20px;
  }
}
.sec-service__list.list-user li {
  background: #F2F8FE;
  border: none;
}
.sec-service__list.list-user li .sec-service__txtarea > dt {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 700;
  color: #003E92;
}
.sec-service__list.list-user li .sec-service__txtarea > dt span {
  font-size: clamp(1.4rem, 1.36vw, 1.6rem);
}
.sec-service__list.list-user li .sec-service__txtarea > dd {
  font-size: clamp(1.5rem, 1.36vw, 1.6rem);
  font-weight: 500;
  color: #262C30;
}
.sec-service__txtarea {
  width: 100%;
  text-align: center;
}
.sec-service__txtarea > dt {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.sec-service__txtarea > dd {
  display: block;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  font-weight: 700;
  color: #003E92;
}
.sec-service__cont {
  border-radius: 10px;
  background: #FFF;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  .sec-service__cont {
    padding: 50px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: inherit;
  }
}
.sec-service__cont:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .sec-service__cont:not(:last-child) {
    margin-bottom: 100px;
  }
}
.sec-service__cont--txtarea {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sec-service__cont--txtarea {
    width: 46.8%;
    margin-bottom: 0;
  }
}
.sec-service__cont--txtarea > h3 {
  color: #003E92;
  text-align: center;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec-service__cont--txtarea > h3 span {
  position: relative;
  z-index: 1;
}
.sec-service__cont--txtarea > h3 span::after {
  content: "";
  background: rgba(241, 248, 254, 0.7);
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  left: -3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec-service__cont--txtarea > h3 span::after {
    width: 11rem;
    height: 11rem;
    left: -6rem;
  }
}
.sec-service__cont--txtarea > h4 {
  font-size: clamp(1.9rem, 2.45vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.sec-service__cont--txtarea .caption {
  font-size: clamp(1.5rem, 0.36vw, 1.6rem);
}
.sec-service__cont--list {
  width: 100%;
  margin-bottom: 3rem;
}
.sec-service__cont--list li {
  display: block;
  margin-bottom: 0.5rem;
  list-style-type: none;
  font-weight: 700;
}
.sec-service__cont--list li span{
  font-size: 1.4rem;
  color: #003E92;
}
.sec-service__cont--img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec-service__cont--img {
    width: 47.2%;
  }
}
.sec-service__usercont {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .sec-service__usercont {
    justify-content: space-between;
    align-items: center;
  }
}
.sec-service__usercont:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .sec-service__usercont:not(:last-child) {
    margin-bottom: 120px;
  }
}
.sec-service__usercont--txtarea {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
}
@media screen and (min-width: 769px) {
  .sec-service__usercont--txtarea {
    width: 46.8%;
    margin-bottom: 0;
    order: inherit;
  }
}
.sec-service__usercont--txtarea > h3 {
  color: #003E92;
  text-align: center;
  font-size: clamp(2.2rem, 3vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec-service__usercont--txtarea > h4 {
  font-size: clamp(1.9rem, 2.45vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.sec-service__usercont--txtarea > h4 br {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec-service__usercont--txtarea > h4 {
    margin-bottom: 3rem;
  }
  .sec-service__usercont--txtarea > h4 br {
    display: block;
  }
}
.sec-service__usercont--txtarea .caption {
  font-size: clamp(1.5rem, 0.36vw, 1.6rem);
}
.sec-service__usercont--img {
  width: 100%;
  order: 2;
}
@media screen and (min-width: 769px) {
  .sec-service__usercont--img {
    width: 47.2%;
    order: inherit;
  }
}

.bg-blue {
  margin-bottom: auto;
}

.note {
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  padding: 0.7em 0;
}
.note-r {
  text-align: right;
}

.u-has-new{
  position: relative;
}

.u-has-new__icon{
  font-size: 2rem;
  /* font-family: "Bebas Neue", sans-serif; */
  position: absolute;
  display: grid;
  place-content: center;
  top: -15px;
  left: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background: #EC1145;
  /* background: linear-gradient(90deg,#003e92 0%, #003e92 9.6%, #1a5bb4 41%, #266ac5 59%, #407dd1 74.4%, #3e87e8 100%); */
}

@media screen and (min-width: 769px) {
  .sec-service__usercont .u-has-new__icon,
  .sec-service__cont .u-has-new__icon{
    font-size: 2.5rem;
    width: 90px;
    height: 90px;
  }
  .u-has-new__icon{
    top: -60px;
    font-size: 2.5rem;
    /* left: -30px; */
    width: 90px;
    height: 90px;
  }
}