@charset "utf-8";
.page_title {
  background: url(../img/page_title.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 600px;
    padding: 1em 20px;
  }
}

.reason_block {
  background: linear-gradient(133deg, #DCF8FF 7.5%, #D5FFFA 51.68%, #84C3FF 95.87%);
  padding: 56px 0;
  h2 {
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    color: var(--main-color);
    margin-bottom: 24px;
    text-align: center;
  }
}
.reason_art {
  background: #fff;
  padding: 32px;
  padding-right: 64px;
  margin-bottom: 20px;
  &:last-of-type {
    margin-bottom: 28px;
  }
  hgroup {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  hgroup p {
    text-transform: capitalize;
    background: var(--orange);
    color: #fff;
    width: 76px;
    min-width: 76px;
    height: 76px;
    border-radius: 50%;
    font-family: var(--font-en);
    font-size: 2rem;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    span {
      display: block;
      font-size: 3.2rem;
      letter-spacing: 1.6px;
      margin-top: -20px;
    }
  }
  hgroup ~ p {
    margin-left: 108px;
  }
  h3 {
    color: var(--main-color);
    line-height: 1.7;
    font-size: 2.4rem;
    letter-spacing: 1.2px;
  }
  @media screen and (max-width: 767px) {
    padding: 32px 5%;
    hgroup {
      gap: 10px;
      margin-bottom: 24px;
    }
    hgroup ~ p {
      margin-left: 0;
    }
    h3 {
      line-height: 1.5;
    }
  }
}
.reason_note {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  border-radius: 3px;
  padding: 8px 32px;
  margin-bottom: 16px;
  @media screen and (max-width: 767px) {
    padding: 8px 16px;
  }
}
.reason_art--check {
  background: #fff;
  border: 2px solid var(--orange);
  padding: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 28px;
  figure {
    min-width: 432px;
    img {
      width: 100%;
      object-fit: contain;
    }
  }
  @media screen and (max-width: 767px) {
    padding: 32px 5%;
    flex-direction: column;
    align-items: center;
    figure {
      min-width: initial;
    }
    .ml20 {margin-left: 0;}
  }
}


.desc_block {
  position: relative;
}
.desc_block--intro {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 64px;
}
.desc_gray {
  background: #E7E7E7;
  padding: 40px 0 calc(56px + 6em);
  margin-bottom: 10px;
}
.desc_gray--inner {
  position: relative;
  width: 90%;
  max-width: 716px;
  margin: 0 auto;
}
.orange_hd {
  position: absolute;
  width: 138px;
  min-width: 138px;
  height: 138px;
  background: var(--orange);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
  top: -3em;
  left: -6em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  @media screen and (max-width: 767px) {
    width: 80px;
    min-width: 80px;
    height: 80px;
    top: -6em;
    left: 0;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
  }
}
.orange_hd + p.bold_txt {
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  margin-bottom: 44px;
  @media screen and (max-width: 767px) {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
}
.desc_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  li {
    position: relative;
    width: calc(50% - 10px);
    min-height: 280px;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    p:first-child {
      background: #DBDBDB;
      border-radius: 3px;
      font-weight: bold;
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      text-align: center;
      padding: 16px;
      margin-bottom: 24px;
    }
  }
  figure {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -4em;
    display: flex;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 64px;
    li {
      width: 100%;
      min-height: initial;
      padding: 20px;
      padding-bottom: 104px;
      p:first-child {
        font-size: 1.8rem;
        letter-spacing: 0.9px;
        padding: 8px;
      }
    }
    figure {
      bottom: -3em;
    }
  }
}

.result_sec {
  position: relative;
  background: url(../img/result_bg.png)no-repeat center;
  background-size: cover;
  padding: 96px 0 72px;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/orange_arrow.svg)no-repeat center;
    background-size: contain;
    width: 149px;
    height: 98px;
    top: -4em;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.result_sec--inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  h2 {
    color: var(--main-color);
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 84px;
    line-height: 1.7;
    span {
      font-size: 4.8rem;
      letter-spacing: 2.4px;
    }
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2rem;
      letter-spacing: 1px;
      span {
        font-size: 2.8rem;
        letter-spacing: 1.4px;
      }
    }
  }
}
.result_sec--link {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/result_note.svg)no-repeat center;
    background-size: contain;
    width: 390px;
    height: 40px;
    top: -50px;
    right: 0;
    left: 0;
    margin: auto;
  }
  div {
    background: var(--main-color);
    padding: 20px;
    padding-top: 0;
  }
  @media screen and (max-width: 767px) {
    &::before {
      width: 100%;
    }
  }
}
.yellow_note {
  color: #F9FF40;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 700;
  span:first-child {
    font-size: 6.4rem;
  }
  span:last-child {
    font-size: 4.8rem;
    letter-spacing: 2.4px;
  }
  @media screen and (max-width: 767px) {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    span:first-child {
      font-size: 4rem;
    }
    span:last-child {
      font-size: 2.8rem;
      letter-spacing: 1.4px;
    }
  }
}
.yellow_note + p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 1px;
}
.result_sec--link .bold_txt {
  position: relative;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4px 8px;
  text-align: center;
  &::after {
    content: url(/security/common/img/arrow_lbl.svg);
    position: relative;
    top: 2px;
    right: -8px;
  }
}


/* feature_block */
.feature_point {
  background: #fff;
  padding: 64px 0 140px;
  h2 {
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    color: var(--main-color);
    margin-bottom: 32px;
    text-align: center;
    span {
      font-size: 6.4rem;
      letter-spacing: 3.2px;
    }
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      line-height: 1.5;
      span {
        font-size: 4rem;
        letter-spacing: 2px;
      }
    }
  }
}
.feature_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  li {
    position: relative;
    width: calc(33.3% - 13.3px);
    min-height: 280px;
    background: rgba(185, 241, 255, 0.50);
    border-radius: 3px;
    padding: 20px;
    p:first-child {
      min-height: 88px;
      display: flex;
      justify-content: center;
      align-items: center;

      background: var(--main-color);
      border-radius: 3px;
      color: #fff;
      font-weight: bold;
      font-size: 2rem;
      letter-spacing: 1px;
      text-align: center;
      padding: 10px;
      margin-bottom: 24px;
    }
  }
  figure {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -7em;
    display: flex;
    justify-content: center;
    img {
      width: auto;
      height: auto;
    }
  }
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 64px;
    li {
      width: 100%;
      min-height: initial;
      padding: 20px;
      padding-bottom: 128px;
      p:first-child {
        min-height: initial;

        font-size: 1.8rem;
        letter-spacing: 0.9px;
        padding: 8px;
      }
    }
    figure {
      bottom: -3em;
    }
  }
}

.result_sec--orange {
  position: relative;
  background: url(../img/result_bg_orange.png)no-repeat center;
  background-size: cover;
  padding: 72px 0;
  h2 {
    font-size: 3.2rem;
    letter-spacing: 1.6px;
    color: var(--main-color);
    text-align: center;
    line-height: 1.7;
    span {
      font-size: 4.8rem;
      letter-spacing: 2.4px;
    }
  }
  figure {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: -10em;
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.4rem;
      letter-spacing: 1.2px;
      line-height: 1.5;
      span {
        font-size: 3.2rem;
        letter-spacing: 1.6px;
      }
    }
  }
}

.feature_price {
  padding: 140px 0 72px;
  h2 {
    position: relative;
    color: var(--main-color);
    font-size: 4.4rem;
    letter-spacing: 4.4px;
    margin: 0 0 140px;
    line-height: 1.7;
    &::after {
      content: '';
      position: absolute;
      background: url(../img/feature_icon31.svg)no-repeat center;
      background-size: contain;
      width: 158px;
      height: 127px;
      bottom: -1.8em;
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 2.2rem;
      letter-spacing: 2.2px;
      line-height: 1.5;
      &::after {
        bottom: -6.8em;
      }
    }
  }
}
.price_block {
  background: rgba(185, 241, 255, 0.50);
  padding: 32px 0 72px;
}
.price_inner {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
  h3 {
    font-size: 2.4rem;
    letter-spacing: 1.2px;
    color: var(--main-color);
  }
  h3 + p span {
    color: #1651A7;
  }
}
.price_table--outer {
  overflow: auto;
  margin-top: 24px;
  table {
    width: 100%;
  }
  th, td {
    border-right: 1px solid #ACACAC;
    padding: 20px 12px;
    text-align: center;
  }
  th {
    background: #1651A7;
    color: #fff;
  }
  th[colspan="6"] {
    border-bottom: 1px solid #ACACAC;
  }
  th:last-child,
  td:last-child {
    border-right: none;
  }
  td {
    background: #fff;
    border-bottom: 1px solid #11238C;
  }
  @media screen and (max-width: 767px) {
    table {
      width: 880px;
    }
  }
}



.voice_block {
  padding: 0 0 40px;
  @media screen and (max-width: 767px) {
    padding-bottom: 64px;
  }
}
.voice_block .cmn_heading {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/voice_before.svg)no-repeat center;
    background-size: contain;
    width: 89px;
    height: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  &::after {
    content: '';
    position: absolute;
    background: url(../img/voice_after.svg)no-repeat center;
    background-size: contain;
    width: 89px;
    height: 85px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  p {color: rgba(185, 241, 255, 0.50);}
  @media screen and (max-width: 767px) {
    max-width: 320px;
    &::before,
    &::after {
      width: 64px;
      bottom: 50px;
    }
  }
}

.voice_block--flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.voice_block--child {
  width: 100%;
  max-width: 328px;
  /* margin: 56px auto 0; */
  margin: 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  figure + div {
    padding: 20px;
  }
  p.voice_category {
    font-size: 1.2rem;
    color: #fff;
    background: var(--main-color);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
  }
  h3.blue {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 0;
    &:not(:first-child) {
      margin-top: 32px;
    }
    figure + div {
      padding: 20px 5%;
    }
  }
}


.faq_block {
  padding: 32px 0 64px;
  h2 {
    font-size: 3.6rem;
    letter-spacing: 1.8px;
    color: var(--main-color);
    margin-bottom: 40px;
    text-align: center;
  }
}
.faq_list {
  position: relative;
  background: rgba(185, 241, 255, 0.50);
  /* padding: 32px 48px; */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  &::after {
    /* content: '';
    position: absolute;
    top: 48px;
    margin: auto;
    right: 48px;
    width: 28px;
    height: 28px;
    border-top: #fff 3px solid;
    border-right: #fff 3px solid;
    transform: rotate(135deg); */
  }
  &:last-child {
    margin-bottom: 0;
  }
  dt, dd {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
    padding: 32px 48px;
  }
  dd {display: none;padding-top: 0;}
  dt.open {padding-bottom: 0;}
  dt.open + dd {display: flex;}
  dt {
    position: relative;
    width: 100%;
    color: var(--main-color);
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 700;
    padding-right: 104px;
    &::before {
      content: '';
      position: absolute;
      background: #fff;
      width: calc(100% - 96px);
      height: 2px;
      right: 0;
      left: 0;
      bottom: -20px;
      margin: auto;
    }
    &::after {
      content: '';
      position: absolute;
      top: 32%;
      margin: auto;
      right: 48px;
      width: 28px;
      height: 28px;
      border-top: #fff 3px solid;
      border-right: #fff 3px solid;
      transform: rotate(135deg);
    }
    &:hover {opacity: 0.8;cursor: pointer;}
  }
  dt.open::after {
    transform: rotate(-45deg);
    top: 50%;
  }
  span {
    width: 72px;
    min-width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-en);
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #fff;
    border-radius: 50%;
  }
  dt span {
    background: var(--main-color);
  }
  dd span {
    background: var(--orange);
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 32px;
    gap: 32px;
    dt, dd {
      gap: 0 12px;
      padding: 32px 5%;
    }
    dt {
      position: relative;
      font-size: 2rem;
      letter-spacing: 1px;
      padding-right: 56px;
      &::before {
        width: 90%;
      }
      &::after {
        top: 40%;
        right: 20px;
      }
    }
    /* dt.open::after {
      transform: rotate(-45deg);
      top: 50%;
    } */
    span {
      width: 48px;
      min-width: 48px;
      height: 48px;
      font-size: 2.4rem;
      letter-spacing: 1.2px;
    }
  }
}