/* 全般 ------------------------------------------------------------ */

.wrapper {
  /* width: unset !important;
  max-width: 100vw !important; */
}

.wp-block-image {
  width: fit-content !important;
}

.lptemp_heading__title {
  &::after {
    background-color: #2AB4F2 !important;
  }
}

h2 {
  font-size: 40px;
  @media screen and (max-width: 1280px) {
    font-size: 3.333vw;
  }
  @media screen and (max-width: 780px) {
    font-size: 8vw; /* 仮 */
  }
}

h2 mark {
  display: inline-block;
}

h3 {
  line-height: 1.5;
  word-break: keep-all;
}

p {
  @media screen and (max-width: 780px) {
    font-size: 14px !important;
  }
}

footer {
  margin-top: 0 !important;
}

.lptemp_heading__inner {
  margin-top: 80px !important;
  @media screen and (max-width: 1280px) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 780px) {
    margin-top: 40px;
    margin-bottom: 30px;
  }

}

.lptemp_card {
  @media screen and (max-width: 780px) {
    padding: 40px 40px !important;
  }
}

/* FV -------------------------------------------------------------- */

.lptemp_fv__right {
  max-width: 100%;
  min-width: 100px;
  flex: 1;
  flex-grow: 1;
  margin: 0 -40px 0 40px !important;
  @media screen and (max-width: 1280px) {
    margin: 0 -20px 0 10px !important;
  }
  @media screen and (max-width: 780px) {
    margin: unset !important;
    max-width: unset;
    min-width: unset;
    flex: 1;
  }
}

.lptemp_fv__left {
  max-width: fit-content;
  min-width: 100px;
  flex: unset;
  flex-grow: unset;
  @media screen and (max-width: 780px) {
    max-width: unset;
    min-width: unset;
    flex: 1;
  }
}

.lp_gijiroku__fv_wrap {
  position: relative;
  background: url('../images/lp_gijiroku/lp_gijiroku_fv_back01.svg'), url('../images/lp_gijiroku/lp_gijiroku_fv_back02.svg');
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: auto 100%, auto 100%;
  
  @media screen and (max-width: 780px) {
    flex: 1;
    background-position: 0% 0%, 245% 120%;
    background-size: 100%, 80%;
  }
}

h1 {
  @media screen and (max-width: 780px) {
      font-size: 10.8vw;
  }
}

h1 span {
  background: linear-gradient(90deg, #50C9FF, #0789DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.fv_btn {
  transition: transform 0.2s ease;
  &:hover {
    transform: scale(1.1) !important;
  }
}

/* 3つの特徴 -------------------------------------------------------------- */

.point_span {
  color: #1F74E9 !important;
  font-weight: 900 !important;
}

.points_cardwrap {
  max-width: 1200px !important;
  padding: 0 20px !important;
  gap: 2% !important;
  @media screen and (max-width: 780px) {
    padding: 0 15px !important;
    gap: 15px !important;
  }
}

.points_cardwrap .lptemp_card {
  border: 1px solid #2AB4F2 !important;
  border-radius: 32px !important;
  box-shadow: 0 6px 10px 0 rgba(42, 180, 242, 0.16) !important;
}


/* ステップ -------------------------------------------------------------- */

.step_wrapper {
  margin: 0 auto;
  gap: 80px !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_card {
  position: relative;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  &::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -39%;
    width: 56%;
    height: 2px;
    background-color: #ccc;
    z-index: -1;
  }
  &:last-child {
    &::after {
      display: none;
    }
  }
}

.step_label {
  position: relative;
  display: inline-block;
  padding: 0px 16px;
  border-radius: 30px;
  background: #FFF;
  border: solid 1px currentColor;
  box-sizing: border-box;
}

.step_label:before {
  content: "";
  position: absolute;
  bottom: -13.6px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #FFF;
  z-index: 2;
}

.step_label:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid currentColor;
  z-index: 1;
}

.step_label p {
  margin: 0;
  padding: 0;
}

.step_iconwrap {
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 15px 0 rgba(12, 72, 116, 0.2);
}

/* 削減コスト -------------------------------------------------------------- */

.partitioncard_wrapper {
  border: 1px solid #2AB4F2;
  border-radius: 10px;
  box-shadow: 0 6px 10px 0 rgba(12, 72, 116, 0.16);
  padding: 60px 0;
  gap: 0 ;
  @media screen and (max-width: 1280px) {
    padding: 60px 0;
    /* margin: 0 40px; */
  }
  @media screen and (max-width: 780px) {
    padding: 0;

  }
}

.partitioncard_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px ;
  border-right: 1px solid #ccc ;
  position: relative;
  &:last-child {
    border-right: none;
  }
  @media screen and (max-width: 780px) {
    padding: 40px 15px;
    border-right: none;
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10%;
      width: 80%;
      margin: 0 auto;
      height: 1px;
      background-color: #ccc;
    }
    &:last-child {
      &::after {
        display: none;
      }
    }
  }
}


/* cta03 -------------------------------------------------------------- */

.cta03_wrapper {
  color: white;
  text-decoration: none;
  padding: 50px 72px;
  margin: 60px auto;
  width: 100%;
  max-width: 1120px;
  position: relative;
  border: 1px solid #1F74E9 !important;
  border-radius: 40px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../images/lp_gijiroku/cta03_bg.svg'), linear-gradient(135deg, #0FA2E9 0%, #2762E9 100%);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 0 0;
  background-size: 40px 40px, 100% 100%;
  background-blend-mode: screen, normal;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;

  &:hover {
    transform: scale(1.02) !important;
    .cta03_btn {
      transform: scale(1.02) !important;
    }
  }

  @media screen and (max-width: 1280px) {
    margin: 60px 3% !important;
    width: 90%;
  }

  @media screen and (max-width: 780px) {
    flex-direction: column;
    padding: 40px 15px !important;
    margin: 40px 15px !important;
    border-radius: 20px !important;
  }
}



.cta03_inner_left {
  flex: 1;
  @media screen and (max-width: 780px) {
    margin-bottom: 20px;
    word-break: auto-phrase;
    text-align: center;
  }
}

.cta03_header {
  margin-bottom: 10px !important;
  word-break: break-word;
  line-height: 1.2;
}

.cta03_text {
}

.cta03_inner_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta03_btn {
  display: flex;
  align-items: center;
  border: 1px solid #F2991F;
  text-shadow: 0px 0px 8px #d95b00;
  box-shadow: 1px 3px 9px #5455a7;
  background: linear-gradient(130deg, #fcbd10 0%, #f46904 100%);
  border-radius: 60px;
  /* padding: 24px 32px; */
  padding: 24px 72px;
  transition: transform 0.2s ease !important;
  @media screen and (max-width: 780px) {
    padding: 24px 32px;
  }
}

.cta03_btn p {
  @media screen and (max-width: 780px) {
    font-size: 5vw !important;
    word-break: auto-phrase;
    text-align: center;
  }
}


.cta03_arrow {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  @media screen and (max-width: 780px) {
    margin-left: 10px;
  }
}

/* 料金・セキュリティ -------------------------------------------------------------- */

.tabcard_wrapper {
  @media screen and (max-width: 780px) {
    gap: 60px !important;
  }
}

.tabcard_inner {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 6px 10px 0 rgba(12, 72, 116, 0.16);
  padding: 60px 40px 50px;
  @media screen and (max-width: 780px) {
    padding: 40px 20px 30px;
  }

  ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 22px;
    strong {
      display: block;
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 1.6;
      word-break: auto-phrase;
      @media screen and (max-width: 1280px) {
        font-size: 1.5vw;
      }
      @media screen and (max-width: 780px) {
        font-size: 4.267vw; /* 仮 */
      }
    }
  }
  li {
    padding-left: 8px;
  }

  hr {
    margin: 30px 0;
    @media screen and (max-width: 780px) {
      margin: 20px 0;
    }
  }
}

.tabcard_label {
  font-size: 20px;
  position: absolute;
  width: fit-content;
  padding: 6px 45px 6px 24px;
  top: -36px;
  left: -1px;
  border-start-start-radius: 10px;
  /* mask-imageで長方形+tab_label_tail.svgの形に切り取る */
  -webkit-mask-image: 
  linear-gradient(to right, black 0%, black 100%, transparent 100%),
    url(../images/common/tab_label_tail.svg);
  -webkit-mask-size: calc(100% - 54px) 100%, 44px 100%;
  -webkit-mask-position: 0 0, calc(100% - 12px) 0;
  -webkit-mask-repeat: 
    no-repeat,
    no-repeat;
  mask-image: 
    linear-gradient(to right, black 0%, black 100%, transparent 100%),
    url(../images/common/tab_label_tail.svg);
  mask-size: calc(100% - 54px) 100%, 44px 100%;
  mask-position: 0 0, calc(100% - 12px) 0;
  mask-repeat: 
    no-repeat,
    no-repeat;
  @media screen and (max-width: 780px) {
    font-size: 16px !important;
    top: -36px;
    left: -1px;
    mask-size: calc(100% - 60px) 100%, 44px 100%;
    mask-position: 0 0, calc(100% - 22px) 0;
  }
}

.fee-card {
  border-color: #2AB4F2;
  @media screen and (max-width: 780px) {
    p {
      word-break: auto-phrase;
    }  
  }

  li {
    list-style-image: url('../images/common/check_blue_gradation.svg');
  }
}

.security-card {
  border-color: #39CA56;
  li {
    list-style-image: url('../images/common/lock_lime_gradation.svg');
  }
}

.fee_strong {
  border: 1px solid #2AB4F2;
  border-radius: 10px;
  padding: 18px;
}