@charset "UTF-8";

/* reset */
.sec-inner {
  margin-top: 0 !important;
}

.sec-inner p {
  margin-bottom: 0 !important;
}

.ttl-h2,
.ttl-h3,
.ttl-h4,
.ttl-h5,
.ttl-h6 {
  margin-bottom: 0 !important;
}

/*===============
common
================*/
/* space */
:root {
  --space-half: 4px;
  --space-lvl1: 8px;
  --space-lvl2: 16px;
  --space-lvl3: 24px;
  --space-lvl4: 32px;
  --space-lvl5: 40px;
  --space-lvl6: 48px;
  --space-lvl7: 56px;
  --space-lvl8: 64px;
  --space-lvl9: 72px;
  --space-lvl10: 80px;
}

@media screen and (max-width:768px) {
  :root {
    --space-half: 2px;
    --space-lvl1: 4px;
    --space-lvl2: 8px;
    --space-lvl3: 12px;
    --space-lvl4: 16px;
    --space-lvl5: 20px;
    --space-lvl6: 24px;
    --space-lvl7: 28px;
    --space-lvl8: 32px;
    --space-lvl9: 36px;
    --space-lvl10: 40px;
  }
}

main .sec-inner {
  padding: var(--space-lvl8) 0;
}

/*===============
font
================*/
:root {
  --font-size-note: 12px;
  --font-size-heading-large: 40px;
  --font-size-heading-medium: 34px;
  --font-size-heading-small: 24px;
  --font-size-heading-xsmall: 20px;
  --font-size-heading-xxsmall: 18px;
  --font-size-bottom: 20px;
  --font-size-bottom-caption: 16px;
  --font-size-lp-10: 10px;
  --font-size-lp-12: 12px;
  --font-size-lp-14: 14px;
  --font-size-lp-16: 16px;
  --font-size-lp-18: 18px;
  --font-size-lp-20: 20px;
  --font-size-lp-24: 24px;
  --font-size-lp-28: 28px;
  --font-size-lp-30: 30px;
  --font-size-lp-32: 32px;
  --font-size-lp-40: 40px;
  --font-size-lp-48: 48px;
  --font-size-lp-50: 50px;

  --line-height-paragraph: 1.75;
  --line-height-heading-large: 1.364;
  --line-height-heading-medium: 1.475;
  --line-height-heading-small: 1.5;
  --line-height-note: 1.5;
  --line-height-lp-10: 1;
  --line-height-lp-12: 1.2;
  --line-height-lp-14: 1.4;
  --line-height-lp-15: 1.5;
}

@media screen and (max-width:768px) {
  :root {
    --font-size-heading-large: 24px;
    --font-size-heading-medium: 20px;
    --font-size-heading-small: 18px;
    --font-size-heading-xsmall: 16px;
    --font-size-heading-xxsmall: 16px;

    --font-size-bottom: 16px;
    --font-size-bottom-caption: 12px;
  }
}

/* heading-component */
main .heading-large {
  font-size: var(--font-size-heading-large);
  font-weight: bold;
  line-height: var(--line-height-heading-large);
}

main .heading-medium {
  font-size: var(--font-size-heading-medium);
  font-weight: bold;
  line-height: var(--line-height-heading-medium);
}

main .heading-small {
  font-size: var(--font-size-heading-small);
  font-weight: bold;
  line-height: var(--line-height-heading-small);
}

main .heading-xsmall {
  font-size: var(--font-size-heading-xsmall);
  font-weight: bold;
  line-height: var(--line-height-heading-small);
}

main .heading-xxsmall {
  font-size: var(--font-size-heading-xxsmall);
  font-weight: bold;
  line-height: var(--line-height-heading-small);
}

/*===============
color
================*/
:root {
  --primary-110: #06437b;
  --primary-100: #005bac;
  --primary-020: #ccdeee;
  --primary-010: #e5eef7;

  --secondary-110: #36a1b7;
  --secondary-100: #3aafc5;
  --secondary-040: #b0dfe8;
  --secondary-030: #c4e7ee;
  --secondary-010: #ebf7f9;
  --secondary-005: #f3fdff;

  --gray-100: #222222;
  --gray-070: #7d7d7d;
  --gray-040: #cdcdcd;
  --gray-010: #f5f5f5;

  --text: #101d32;
  --red: #d8562b;
  --white: #ffffff;
  --yellow: #f8e977;
}

/*===============
other
================*/
:root {
  --box-shadow: 0px 0px 10px 0px rgba(59, 188, 206, 0.34);
  --radius-area: 8px;
  --radius-area-small: 4px;
}

/*===============
終了対応
================*/
main.lp-close {
  margin-top: 61px
}

p.endofcp {
  font-size: 30px;
  line-height: 1.5;
  box-sizing: border-box;
}

p.endofcp span {
  background-color: #aaa;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 5px;
}

main.lp-close *:is(.btn-wrap, .kv-btn) {
  display: none !important;
}

@media screen and (max-width:950px) {
  main.lp-close {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  p.endofcp {
    font-size: 18px;
  }

  main.lp-close {
    padding-top: 55px;
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  p.endofcp {
    font-size: 14px;
    padding: 0 20px;
  }
}

/*===============
lp-header
================*/
#lp-header {
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

#lp-header .h-logo img {
  width: 224px;
  height: 53.41px;
  margin-left: 50px;
}

#lp-header .login-link {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
}

#lp-header .h-cvbtn {
  text-align: center;
  margin-right: 50px;
  padding: 15px 25px;
  font-size: 20px;
  min-width: 0;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #lp-header {
    height: 60px;
  }

  #lp-header .h-cvbtn {
    margin-right: 15px;
    padding: 10px;
    font-size: 12px;
  }

  #lp-header .login-link {
    font-size: 12px;
    margin-right: 15px;
  }

  #lp-header .h-logo img {
    width: 126px;
    height: 30px;
    margin-left: 15px;
  }
}

/*===============
footer非表示
================*/
.footer :is(.conversion-menu, .summarize-menu, .sitemap-sp, .foot-map, .gmoGroupFooter) {
  display: none !important;
}

.footer .sp-fixed-link {
  display: none;
}


/*===============
KV
================*/
.kv {
  background-image: url("/lp/campaign/img/cp20250801/kv-bg-pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.kv .kv-inner {
  margin-inline: auto;
  display: grid;
  place-content: center;
  place-items: center;
  max-width: 1200px;
  row-gap: var(--space-lvl3);
  padding: 0 1.2rem;
  position: relative;
  padding-top: var(--space-lvl3);
  padding-bottom: var(--space-lvl2);
}

.kv .kv-ribbon {
  position: absolute;
  top: 0;
  width: 60%;
  max-width: 788px;
  height: auto;
}

.kv .kv-cv-inner {
  display: flex;
  gap: var(--space-lvl3);
  align-items: center;
}

.kv-cv .kv-cv-inner .kv-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: var(--space-half);
}

@media screen and (max-width: 768px) {
  .kv {
    background-image: url("/lp/campaign/img/cp20250801/kv-bg-sp.jpg");
  }

  .kv .kv-inner {
    padding: 0 1.2rem;
    row-gap: 0;
  }

  .kv .kv-inner .kv-ribbon {
    width: 90%;
  }

  .kv .kv-inner .kv-title {
    width: 100%;
    max-width: 500px;
    margin-top: 8%;
  }

  .kv .kv-cv {
    margin-top: var(--space-lvl3);
    margin-bottom: var(--space-lvl6);
  }

  .kv .kv-cv .kv-cv-inner {
    flex-direction: column;
    row-gap: var(--space-lvl4);
  }

  .kv .kv-cv .btn-wrap {
    padding-top: 0;
    row-gap: var(--space-lvl1);
  }

  .kv-cv .kv-cv-inner .kv-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: var(--space-lvl1);
  }
}

/*===============
CPcode
================*/
.CPcode-wrap {
  display: flex;
  gap: var(--space-lvl3);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-lvl5);
}

.CPcode {
  @media screen and (max-width:768px) {
    width: 100%;
  }

  .CPcode__inner {
    background-color: var(--white);
    display: flex;
    gap: var(--space-lvl2);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: var(--space-lvl3);

    @media screen and (max-width:768px) {
      padding: var(--space-lvl2) var(--space-lvl4);
      width: 100%;
    }

    .CPcode__code {
      font-size: var(--font-size-lp-16);
      font-weight: bold;
      color: var(--primary-100);
      line-height: 1;
    }
  }

  .CPcode__bottomText {
    margin-top: var(--space-lvl1);
    font-weight: bold;
    font-size: var(--font-size-lp-12);
    text-align: center;
    letter-spacing: -0.6px;
    line-height: 1;
  }
}

.CPcode-var2 {
  .CPcode__inner {
    display: flex;
    align-items: center;
    gap: var(--space-lvl2);
    background-color: var(--white);
    padding: var(--space-lvl2);
    border-radius: var(--radius-area-small);
  }

  .copyButton {
    font-size: var(--font-size-lp-12);
    line-height: var(--line-height-lp-14);
    background-color: var(--gray-010);
    color: var(--primary-100);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;

    padding: var(--space-half) var(--space-lvl1);
    border-radius: var(--radius-area-small);
    font-weight: 500;

    &:hover {
      background-color: var(--primary-010);
    }
  }

  .CPcode__code {
    font-weight: bold;
    font-size: var(--font-size-lp-18);
  }

  .CPcode__bottomText {
    font-size: var(--font-size-lp-12);
    font-weight: bold;
    letter-spacing: 0.6px;
    color: var(--white);
    margin-top: var(--space-lvl2);
    text-align: center;
  }
}

/*===============
notes
================*/
.notes .sec-inner {
  padding: 0 0 var(--space-lvl5) 0;
}

.notes p {
  font-size: var(--font-size-note);
  line-height: var(--line-height-note);
}

/*===============
customer-belt{
================*/
.customer-belt img {
  width: initial;
}

/*===============
case
================*/

.case .case-inner {
  padding: var(--space-lvl8) 1rem;
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-area);
}

.case .case-inner .case-example {
  max-width: 676px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: var(--space-lvl8);
}

.case .case-inner .case-example .comment {
  font-weight: normal;
}

.case .case-top {
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: var(--space-lvl3);
}

.case .case-bottom {
  margin: var(--space-lvl2) 0;
  display: flex;
  align-items: center;
  gap: var(--space-lvl4);
}

.case .case-bottom img {
  width: 100%;
  height: auto;
}

.case .case-bottom img:nth-child(1) {
  max-width: 475px;
}

.case .case-bottom img:nth-child(2) {
  max-width: 56px;
}

.case .case-bottom img:nth-child(3) {
  max-width: 85px;
}

@media screen and (max-width:900px) {
  .case .case-bottom {
    flex-direction: column;
    gap: var(--space-lvl5);
  }

  .case .case-bottom img:nth-child(2) {
    transform: rotate(90deg);
    width: 10%;
  }

  .case .case-bottom img:nth-child(3) {
    width: 20%;
  }
}

@media screen and (max-width:768px) {
  .case .case-inner .case-example {
    text-align: center;
  }
}

/*===============
ハンコを電子化する電子契約サービスです
================*/
.expr-band {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--space-lvl6);
  margin-bottom: var(--space-lvl2);
}

.expr-band .pp-side,
.expr-band .el-side {
  border-radius: 4px;
  padding: 14px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 27.5px 40px;
}

.expr-band .pp-side {
  background-color: #f5f5f5;
}

.expr-band .el-side {
  background-color: #e5eef7;
  position: relative;
}

.expr-band .el-side::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 30px;
  background: url(/lp/campaign/img/cp20250201/arrow-right.svg) no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}

.expr-band .cap {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 0;
}

.expr-band .ic01,
.expr-band .ic02,
.expr-band .ic03,
.expr-band .ic04 {
  position: relative;
}

.expr-band .ic01::before,
.expr-band .ic02::before,
.expr-band .ic02::after,
.expr-band .ic03::before,
.expr-band .ic04::before,
.expr-band .ic04::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.expr-band .ic01,
.expr-band .ic03 {
  padding-left: 43px;
}

.expr-band .ic02 {
  padding-left: 106px;
}

.expr-band .ic04 {
  padding-left: 117px;
}

.expr-band .ic01::before {
  background: url(/lp/campaign/img/cp20250201/icon_file.svg) no-repeat;
  background-size: contain;
  background-position: center;
  left: -3px;
}

.expr-band .ic02::before {
  content: "+";
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expr-band .ic02::after {
  background: url(/lp/campaign/img/cp20250201/icon_stamp.svg) no-repeat;
  background-size: contain;
  background-position: center;
  left: 61px;
}

.expr-band .ic03::before {
  background: url(/lp/campaign/img/cp20250201/icon_pdf.svg) no-repeat;
  background-size: contain;
  background-position: center;
  left: -3px;
}

.expr-band .ic04::before {
  content: "+";
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expr-band .ic04::after {
  background: url(/lp/campaign/img/cp20250201/icon_esign.svg) no-repeat;
  background-size: contain;
  background-position: center;
  left: 61px;
}

@media screen and (max-width: 1350px) {
  .expr-band .cap {
    font-size: 1.85vw;
  }
}

@media screen and (max-width: 1100px) {
  .expr-band {
    flex-flow: row wrap;
  }

  .expr-band .el-side {
    margin-top: 15px;
  }

  .expr-band .el-side::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -140%) rotate(90deg);
  }

  .expr-band .cap {
    font-size: 33px;
  }
}

@media screen and (max-width: 768px) {

  .expr-band .pp-side,
  .expr-band .el-side {
    margin-left: auto;
    margin-right: auto;
  }

  .expr-band .cap {
    font-size: 4vw;
  }

  .expr-band .ic01::before,
  .expr-band .ic02::before,
  .expr-band .ic02::after,
  .expr-band .ic03::before,
  .expr-band .ic04::before,
  .expr-band .ic04::after {
    width: 23px;
    height: 20px;
  }

  .expr-band .ic01,
  .expr-band .ic03 {
    padding-left: 20px;
  }

  .expr-band .ic02,
  .expr-band .ic04 {
    padding-left: 67px;
  }

  .expr-band .ic02::after,
  .expr-band .ic04::after {
    left: 38px;
  }

  .expr-band .el-side::before {
    width: 35px;
  }
}

@media screen and (max-width: 580px) {
  .expr-band .cap {
    font-size: 16px;
  }
}

.h-about-line {
  text-align: center;
}

.h-about-line .hal-inner {
  display: inline-flex;
  max-width: 890px;
}

.h-about-line .hal-inner .l-side {
  width: 215px;
  margin-right: 20px;
  font-size: 24px;
}

.h-about-line .hal-inner .l-side .ltxt {
  font-size: 34px;
  line-height: 1.25;
  padding-bottom: 10px;
  display: inline-block;
  background: linear-gradient(#235ba6, #235ba6) 0 100%/0 3px no-repeat;
  background-size: 100% 3px;
}

.h-about-line .hal-inner .r-side {
  width: calc(100% - 235px);
  text-align: left;
}

@media screen and (max-width:580px) {
  .h-about-line .hal-inner {
    display: block;
  }

  .h-about-line .hal-inner .l-side {
    font-size: 18px;
    width: 150px;
    text-align: left;
  }

  .h-about-line .hal-inner .l-side .ltxt {
    font-size: 22px;
  }

  .h-about-line .hal-inner .r-side {
    width: 100%;
    margin-top: var(--space-lvl2);
  }
}

.round-feat {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--space-lvl4);
}

.round-feat .ball {
  width: 215px;
  height: 215px;
  border-radius: 215px;
  background-color: var(--secondary-010);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1.38;
  margin: 15px;
}

@media screen and (max-width: 1250px) {
  .round-feat .ball {
    width: 17vw;
    height: 17vw;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .round-feat .ball {
    width: 19vw;
    height: 19vw;
    margin: 10px;
  }
}

@media screen and (max-width: 580px) {
  .round-feat .ball {
    width: 20vw;
    height: 20vw;
    margin: 5px;
    font-size: 12px;
  }
}

/*===============
button
================*/
.btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: var(--space-half);
}

.btn-wrap .btn-caption {
  font-size: var(--font-size-bottom-caption);
}

@media screen and (max-width: 1100px) {
  .btn-primary.bp-custom {
    padding: 10.5px 25px;
    max-width: 350px;
  }

  .btn-primary.bp-custom .main {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .btn-wrap {
    width: 100%;
    flex-direction: column;
  }

  .btn-area {
    max-width: 447px;
    width: 92%;
  }

  .btn-area .btn {
    height: auto;
  }

  .btn-area .btn-x {
    width: 90%;
  }

  .btn-area .cp-btn {
    min-width: 240px;
  }

  .btn-area .btn-dl-span {
    margin-top: 60px;
  }

  .twenty .btn-red-primary {
    font-size: 16px;
  }
}

/*===============
inner-link
================*/
.inner-link a {
  padding-right: 22.25px;
  position: relative;
  line-height: 1.75;
  color: var(--primary-100);

  &::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: bottom 0.35s cubic-bezier(0.4, 0, 0, 1);
    font-size: 0.875em;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    top: -8px;
  }

  &::after {
    background: #005bac;
    position: absolute;
    bottom: -0.2em;
    left: 0;
    width: calc(100% - 25px);
    height: 1px;
    content: "";
  }
}

.inner-link--white a {
  color: var(--white);

  &::after {
    background: var(--white);
  }
}

@media screen and (min-width: 769px) {
  .inner-link a:hover::before {
    bottom: calc(50% - 5px);
    transition: bottom 0.35s cubic-bezier(0.4, 0, 0, 1);
  }
}

/*===============
比べてわかる圧倒的コスパ
================*/
.costp {
  gap: 40px;
}

.costp .costp-item {
  width: calc(100% / 3);
}

.costp .costp-item .fig {
  height: 140px;
}

.costp .costp-item .fig img {
  height: auto;
}

.costp .costp-item .fig img {
  height: auto;
}

@media screen and (max-width:768px) {

  .costp {
    flex-direction: column;
  }

  .costp .costp-item {
    width: 100%;
  }
}

/* テーブル */
table thead th:first-of-type,
table th,
table td:first-of-type {
  border-left: 1px solid #cdcdcd;
}

table tbody tr:first-of-type th {
  border-top: 1px solid #cdcdcd;
}

table thead th:last-of-type,
table th,
table td:last-of-type {
  border-right: 1px solid #cdcdcd;
}

.costpaformance-table {
  font-weight: bold;
  margin: 15px auto 25px;
  min-width: 990px;
  box-sizing: border-box;
}

.costpaformance-table .none {
  border: 0;
  opacity: 0;
  background-color: #fff;
}

.costpaformance-table .tb-logo {
  background-color: transparent;
  position: relative;
  display: block;
  border: none;
}

.costpaformance-table .tb-logo::before,
.costpaformance-table .tb-logo::after {
  content: "";
  position: absolute;
  height: 52px;
  width: 4px;
  background-color: #cdcdcd;
  top: 50%;
}

.costpaformance-table .tb-logo::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}

.costpaformance-table .tb-logo::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}

.costpaformance-table .tb-logo img {
  width: 178px;
  height: 43px;
}

.costpaformance-table .num {
  font-size: 30px;
  line-height: 0;
}

.costpaformance-table thead th.blue-category {
  border-left: 5px solid #005bac;
  border-right: 5px solid #005bac;
  background-color: #005bac;
  border-top: 1px solid #005bac;
  color: #fff;
  min-width: 250px;
  box-sizing: border-box;
}

.costpaformance-table thead th.blue-category span {
  font-size: 1.5em;
}

.costpaformance-table tbody td.blue-category {
  border-left: 5px solid #005bac;
  border-right: 5px solid #005bac;
}

.costpaformance-table tbody tr:last-of-type td.blue-category {
  border-bottom: 5px solid #005bac;
}

.costpaformance-table thead th {
  border-top: 1px solid #cdcdcd;
  background-color: #7d7d7d;
  color: #fff;
}

.costpaformance-table th,
.costpaformance-table td {
  border-bottom: 1px solid #cdcdcd;
}

.costpaformance-table tbody th {
  text-align: left;
  padding: 15px 15px 15px 40px;
}

.costpaformance-table tbody .clear th {
  background-color: #e5eef7;
}

.other-companies {
  width: 16%;
}

/*===============
費用対効果シミュレーション
================*/
#simulation h2 {
  padding-top: 60px;
}

#simulation .simu_text {
  padding: 20px 0;
}

#simulation .simu_text::before,
#simulation .simu_text::after {
  display: none;
}

@media screen and (max-width:1005px) and (min-width:769px) {
  #simulation h2 {
    padding-top: 30px;
  }

  #simulation .contents .contents_text .input_wrap {
    position: relative;
  }

  #simulation .contents .contents_text .input_wrap .unit {
    position: absolute;
    right: -5px;
    top: 20px;
  }

  #simulation .contents .contents_cost .contents_text .input_wrap .unit {
    top: 30px;
  }

}

@media screen and (max-width:768px) {
  #simulation .simu_text {
    padding: 20px 20px;
  }

  #simulation .contents {
    padding-top: 20px;
  }
}

/*===============
cv2
================*/
.cv-2 .cv-2-inner {
  padding: var(--space-lvl5) var(--space-lvl10);
  justify-content: space-between;
  gap: var(--space-lvl10);
}

.cv-2 .cv-2-inner .doc-left,
.cv-2 .cv-2-inner .doc-right {
  width: 50%;
  display: grid;
  place-items: center;
  row-gap: 20px;
}

.cv-2 .cv-2-inner .ttl-h4 {
  line-height: 1.4;
  letter-spacing: 0;
}

.cv-2 .cv-2-inner .ttl-h4 br {
  display: none;
}

.cv-2 .cv-2-inner .fig {
  max-width: 480px;
}

.cv-2 .cv-2-inner .fig img {
  box-shadow: 0px 3.21px 8.02px 0px #00000040;
}


@media screen and (max-width:1460px) {
  .cv-2 .cv-2-inner .ttl-h4 {
    text-align: center;
  }

  .cv-2 .cv-2-inner .ttl-h4 br {
    display: block;
  }
}

@media screen and (max-width:1120px) {
  .cv-2 .cv-2-inner {
    flex-direction: column;
    row-gap: 40px;
  }

  .cv-2 .cv-2-inner .doc-left,
  .cv-2 .cv-2-inner .doc-right {
    width: 100%;
  }
}

@media screen and (max-width:768px) {

  .cv-2 .cv-2-inner {
    padding: 20px;
  }
}

/*===============
お申し込み方法
================*/
.flow {
  background: var(--primary-010);
}

.flow .flow-contents {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-lvl5);
}

.flow .flow-wrap {
  display: grid;
  gap: calc(var(--space-lvl10) + var(--space-lvl4));
  background: var(--white);
  padding: var(--space-lvl9) var(--space-lvl4) var(--space-lvl4) var(--space-lvl4);
  border-radius: var(--radius-area);
}

.flow .flow-wrap .flow-box {
  border-radius: 8px;
  display: flex;
  gap: var(--space-lvl5);
  position: relative;
  justify-content: space-between;
}

.flow .flow-wrap .flow-box .flow-box-text {
  max-width: 696px;
  display: flex;
  flex-direction: column;
  row-gap: var(--space-lvl3);
}

.flow .flow-wrap .flow-box .flow-steps {
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  background: #005bac;
  letter-spacing: 0.8px;
  line-height: 1.75;
  padding: 8px 22px;
  display: inline-block;
  margin-right: 20px;
}

.flow .flow-wrap .flow-box:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 52px solid transparent;
  border-left: 52px solid transparent;
  border-top: 26px solid var(--secondary-040);
  border-bottom: 0;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
}

.flow .flow-wrap .flow-box img {
  max-width: 400px;
}

@media screen and (max-width:999px) {
  .flow .flow-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lvl10);
  }

  .flow .flow-wrap .flow-box {
    flex-direction: column;
  }

  .flow .flow-wrap .flow-box img {
    margin-inline: auto;
  }

  .flow .flow-wrap .flow-box:not(:last-child)::after {
    top: calc(100% + 30px);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 24px solid #B0DFE8;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:768px) {
  .flow .flow-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lvl10);
  }

  .flow .flow-wrap .flow-box:not(:last-child)::after {
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 12px solid #B0DFE8;
    top: calc(100% + 15px);
    bottom: -50%;
  }

  .flow .flow-wrap .flow-box .flow-steps {
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 15px;
  }
}

.three-side .box-turquoise {
  background: #fff;
  border: 3px solid #5eadc2;
  border-radius: 8px;
}

.three-side .box-turquoise {
  padding: var(--space-lvl4) var(--space-lvl1);
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--space-half)*5);
  align-items: center;
}

/*===============
GMOサイン5つの特長
================*/
.tab {
  width: 100%;
}

.tab div[role="tablist"] {
  display: flex;
  column-gap: 2px
}

.tab button {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.tab button[role="tab"] {
  border: none;
  background-color: #F5F5F5;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  padding: var(--space-lvl3) 0;
  width: calc(100% / 5);
  box-sizing: border-box;
}

.tab button[role="tab"][aria-selected="true"] {
  background-color: #fff;
  border: 3px solid #005BAC;
  border-bottom: none;
}

.tab button[role="tab"][aria-selected="false"] {
  border-bottom: 3px solid #005BAC;
}

.tab button[role="tab"][aria-selected="false"]:hover {
  /* background-color: #FFFFFF; */
  cursor: pointer;
}

.tab div[role="tabpanel"] {
  background-color: #FFFFFF;
  border-radius: 0 0px 12px 12px;
  padding: var(--space-lvl5);
  border: 3px solid #005BAC;
  border-top: none;
}

.tab div[role="tabpanel"]:not([hidden]) {
  display: grid;
  place-items: center;
  row-gap: calc(var(--space-half)*5);
}

.function .func-box {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
}

/* 特長2 */
.function .func-box .func-box-item {
  background-color: var(--secondary-010);
  border-radius: 8px;
  padding: 24px 14px;
  width: 210px;
  box-sizing: border-box;
}

.function .func-box .func-box-item:nth-of-type(1) div {
  margin-top: 8px;
  height: calc(100% - 8px - 28px);
}

.function .func-box .func-box-item img {
  display: block;
  width: 75.59px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

@media screen and (max-width:1200px) {
  .function .func-sec {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .function .func-sec .func-text {
    text-align: center;
  }

  .function .func-sec img {
    width: 100%;
  }
}

@media screen and (max-width:768px) {

  .function .func-sec:nth-of-type(1),
  .function .func-sec:nth-of-type(2) {
    padding: 16px 0px;
  }
}

@media screen and (max-width:510px) {

  .function .func-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .function .func-box .func-box-item {
    width: 100%;
  }
}

/*===============
pricetable-section
================*/
.pricetable-section {
  padding: var(--space-lvl8) 0;
  background-color: var(--primary-010);
}

.pricetable-section .pt-inner {
  margin-top: var(--space-lvl5);
}

.pricetable-section .pt-inner .neo-price-table {
  margin-inline: auto;
}

.pricetable-section .table-container.cost-table {
  min-height: initial;
}

.pricetable-section .acc-side .acc-toggle span {
  width: 100%;
}

.pricetable-section .acc-side .acc-toggle::after {
  right: 50px;
}

.pricetable-section .price-under-text {
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width:769px) {
  .pricetable-section .price-under-text ol.comment {
    padding-left: 1.7rem;
  }
}

@media screen and (max-width:768px) {
  .pricetable-section .acc-side .acc-toggle span {
    width: initial;
  }

  .pricetable-section .acc-side .acc-toggle::after {
    right: 50px;
  }

  .pricetable-section .price-under-text {
    width: 90%;
  }
}

/*===============
qa-section
================*/
.qa-section {
  padding: 0;
  background-color: var(--white);
}

/*===============
CPCV
================*/

.CPCV {
  background-color: var(--secondary-010);
  background-image: url(/lp/campaign/img/cp20250801/cta-bg-pc.jpg);
  position: relative;
  background-size: cover;
  background-position: center;

  @media screen and (max-width:768px) {
    background-image: url(/lp/campaign/img/cp20250801/cta-bg-sp.jpg);
  }
}

.CPCV .CPCV-inner {
  display: flex;
  flex-direction: column;
}

.CPCV .sec-inner {
  padding-top: 0;
}

/*===============
customerVoice
================*/
.customerVoice {
  padding: var(--space-lvl8) 0;
}

/*===============
reasons
================*/
.reasons {
  position: relative;
  background: linear-gradient(180deg, var(--secondary-010) 0%, var(--white) 100%);
}

.reasons .sec-inner {
  padding-bottom: var(--space-lvl10);
}

.reasons .rows-r3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lvl5);
  margin-top: var(--space-lvl8);
}

.reasons .rows-r3 .innerbox {
  border-radius: var(--radius-area);
  box-sizing: border-box;
  padding: var(--space-lvl5) var(--space-lvl2);
  background-color: #fff;
  position: relative;
}

.reasons .rows-r3 .innerbox .cap {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  list-style: 1;
}

.reasons .rows-r3 .innerbox img {
  max-width: 100%;
}

.reasons .rows-r3 .innerbox.feat-edi {
  border-radius: 0;
  position: relative;
  z-index: 1;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom {
  box-shadow: var(--box-shadow);
  border-radius: var(--radius-area);
}

.reasons .rows-r3 .innerbox.feat-edi::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 86%;
  border-radius: 8px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(../../../template/img/top_neo/topneo-feature-bg.png)no-repeat;
  background-size: cover;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom::before {
  display: none;
}

.reasons .rows-r3 .innerbox.feat-edi .ttl {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl {
  font-size: 42px;
  margin-bottom: 5px;
  margin-top: var(--space-lvl1);
  letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl.espttl {
  font-size: 34px;
  margin-top: var(--space-lvl4);
  letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .sub-ttl {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: var(--space-lvl4);
  letter-spacing: normal;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig {
  position: relative;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig img {
  margin-inline: auto;
}

.reasons .rows-r3 .innerbox.feat-edi .fig img {
  max-width: 170px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig01 img {
  max-width: 155.5px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig02 img {
  max-width: 174.5px;
}

.reasons .rows-r3 .innerbox.feat-edi.white-custom .fig.fig03 img {
  max-width: 172.5px;
}

.reasons .rows-r3 .innerbox.feat-edi .exp {
  line-height: 1.8;
  margin-bottom: 10px;
}

.reasons .rows-r3 .innerbox .emp-text {
  font-size: 1.17em;
}

@media screen and (max-width: 1400px) and (min-width: 1100px) {
  .reasons .rows-r3 .innerbox.feat-edi .ttl {
    font-size: 2vw
  }
}

@media screen and (max-width:1100px) {
  .reasons .rows-r3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .reasons .rows-r3 .innerbox {
    width: 100%;
    max-width: 300px;

  }
}

@media screen and (max-width:768px) {

  .reasons .rows-r3 {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: calc(100% + 25px);
    margin-left: -12.5px;
  }

  .reasons .rows-r3 .innerbox {
    width: 100%;
    max-width: 400px;
    margin: 0 12.5px 25px;
  }

  .reasons .rows-r3 .innerbox.feat-edi .ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .reasons .rows-r3 .innerbox.feat-edi .fig {
    margin-bottom: 20px;
  }

  .reasons .rows-r3 .innerbox.feat-edi .fig img {
    width: 35%;
  }

  .reasons .rows-r3 .innerbox.feat-edi.white-custom .sub-ttl {
    font-size: 18px;
  }

  .reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl {
    font-size: 30px;
  }

  .reasons .rows-r3 .innerbox.feat-edi.white-custom .ttl.espttl {
    font-size: 26px;
  }
}

.reasons .musubi {
  position: absolute;
  width: 37%;
  top: 0;
  left: 0;

  img {
    width: 100%;
    height: auto;
  }
}