@charset "UTF-8";
/* reset
---------------------------------------------------------------------------- */
main,main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/* WEB font
---------------------------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url"/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url"/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url"/web/jp/fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #383838;
  /*font-size: 4.26666666vw;*/
  line-height: 1.75;
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  min-width: inherit;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
.lp2022 #breadcrumbs ol{
	line-height: 1 !important;
}
.os header.header2022 .header-logo {
  margin-top: 0.75em;
}
.os header.header2022 .header-btns {
  padding-top: 0.625em;
}
.os header .drawer-nav{
	width: 16.25em !important;
}
@media screen and (min-width:64em){
    .os header .drawer-nav{
        width: auto !important;
    }	
    .drawer-dropdown-menu.service-menu > li ul li a {
        width: 175px;
    }
	.os header.header2022 .drawer-dropdown-menu.service-menu > li ul li a{
		width: 180px !important;
	}
}
@media screen and (min-width:75em){
  .os header.header2022 .header-logo {
    margin-top: 1.5em;
  }
  .os header.header2022 .header-btns {
      padding-top: 1.25em;
  }
}

.os .drawer-dropdown .drawer-arrow,
.os .drawer-dropdown-hover .drawer-arrow{
	box-sizing: content-box;
}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .os .drawer-nav {
  right: -16.25em !important;
}

.drawer--right.drawer-open .os .drawer-nav,
.drawer--right .os .drawer-hamburger,
.drawer--right.drawer-open .os .drawer-navbar .drawer-hamburger {
  right: 0 !important;
}

.drawer--right.drawer-open .os .drawer-hamburger {
  right: 16.25em !important;
}
/*.cf,
.bg-line{
  font-size: 16px;
}
*/
/*.cf * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
*/
main a {
  color: #2684e2;
  text-decoration: underline;
 /* -webkit-transition: all 0.3s;
  transition: all 0.3s;*/
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}



.l-content {
  padding: 0 5.3333333vw;
}

.l-content-wrapper {
  padding: 0;
}

.p-esig-ttl {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.458;
  text-align: center;
  margin-bottom: 15.2vw;
  position: relative;
}
.p-esig-ttl::before {
  position: absolute;
  content: "";
  bottom: -5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16vw;
  height: 1.0667vw;
  background-color: #995790;
}

.p-esig-txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.6875;
  letter-spacing: 0.025em;
}
.p-esig-txt:not(:last-child) {
  margin-bottom: 2vw;
}

.p-color-main {
  color: #995790;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  html{
    font-size: 62.5%;
  }

  body {
    font-size: 1.6rem;
    min-width: 768px;
  }	
  .l-content {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0;
  }

  .l-content-wrapper {
    padding: 0 20px;
  }

  .p-esig-ttl {
    font-size: 2.7rem;
    margin-bottom: 65px;
  }
  .p-esig-ttl::before {
    bottom: -16px;
    width: 60px;
    height: 4px;
  }

  .p-esig-txt:not(:last-child) {
    margin-bottom: 0;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .l-content {
    max-width: 1040px;
  }
}
/* mv
---------------------------------------------------------------------------- */
.p-esig-mv {
  width: 100%;
  padding: 17vw 0 6.9333vw;
  background: url(../images/electronic_signature/bg_mv_sp.png) no-repeat center/cover;
}

.p-esig-mv-cover {
  height: 48px;
}

.p-esig-mv-inner {
  margin: auto;
}

.p-esig-mv-wrapper {
  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;
  padding: 0 5.333333vw;
  margin: auto;
}

.p-esig-mv-ttl {
  color: #fff;
  font-size: 4.5333vw;
  line-height: 1.47;
  font-weight: 700;
  text-align: center;
  padding: 1.6vw 6.5vw;
  margin-bottom: 2vw;
  background-color: #995790;
  border-radius: 9999px;
}

.p-esig-mv-txt {
  color: #995790;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 2.6666666vw;
}
.p-esig-mv-txt span {
  position: relative;
}
.p-esig-mv-txt span::before {
  position: absolute;
  content: "";
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 9999px;
  background-color: #995790;
}

.p-esig-mv-subttl {
  font-size: 5.3333vw;
  font-weight: 700;
  line-height: 1.4167;
  text-align: center;
  margin-bottom: 64vw;
}
.p-esig-mv-subttl span {
  font-size: 6.4vw;
}

.p-esig-mv-btn-wrap {
  width: 100%;
  padding-top: 3vw;
}

.p-esig-mv-btn-wrap a{
	text-decoration: none;
}
.p-esig-mv .p-esig-mv_release{
	color: #995790;
	font-size: 20px;
	font-weight: bold;
	margin-top: 16px;
}

.p-esig-cv-btn {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  width: 100%;
  padding: 4.2vw 4.2vw 4.2vw 8vw;
  border-radius: 0.8vw;
  position: relative;
}
.p-esig-cv-btn span {
  font-size: 3.4667vw;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0.5vw 3vw;
  margin-left: 2.1333vw;
}
.p-esig-cv-btn::before, .p-esig-cv-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-esig-cv-btn::after {
  right: 5vw;
  width: 4.8vw;
  height: 4.8vw;
}
.p-esig-cv-btn.p-esig-btn-orange {
  background-color: #FF7800;
}
.p-esig-cv-btn.p-esig-btn-orange span {
  color: #FF7800;
}
.p-esig-cv-btn.p-esig-btn-orange::before {
  left: 12vw;
  width: 5.86666vw;
  height: 5.8666vw;
  background: url(../images/electronic_signature/icn_dl.svg) no-repeat center/contain;
}
.p-esig-cv-btn.p-esig-btn-orange::after {
  background: url(../images/electronic_signature/icn_arw-orange.svg) no-repeat center/contain;
}
.p-esig-cv-btn.p-esig-btn-purple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
  padding: 3.2vw 4.2vw 3.2vw 11vw;
  background-color: #8E7CC3;
  line-height: 1.25;
}
.p-esig-cv-btn.p-esig-btn-purple span {
  color: #8E7CC3;
  margin-left: 0;
  line-height: 1.39;
}
.p-esig-cv-btn.p-esig-btn-purple::before {
  left: 11.5vw;
  width: 7.46666vw;
  height: 7.46666vw;
  background: url(../images/electronic_signature/icn_online.svg) no-repeat center/contain;
}
.p-esig-cv-btn.p-esig-btn-purple::after {
  background: url(../images/electronic_signature/icn_arw-purple.svg) no-repeat center/contain;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-mv {
    padding: 76px 0 56px;
    background: url(../images/electronic_signature/bg_mv_pc.png) no-repeat center right 25%/cover;
  }

  .p-esig-mv-cover {
    height: 48px;
  }

  .p-esig-mv-wrapper {
    max-width: 1024px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 4%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }

  .p-esig-mv-top-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 22px;
  }

  .p-esig-mv-ttl {
    font-size: 1.7rem;
    height: 37px;
    padding: 7px 23px;
    margin-bottom: 0;
  }

  .p-esig-mv-txt {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .p-esig-mv-txt span::before {
    top: -5px;
    width: 3px;
    height: 3px;
  }

  .p-esig-mv-subttl {
    font-size: 2.7rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
  }
  .p-esig-mv-subttl span {
    font-size: 3.1rem;
  }

  .p-esig-mv-btn-wrap {
    max-width: 425px;
    padding-top: 20px;
  }

  .p-esig-cv-btn {
    padding: 13px 13px 13px 35px;
    border-radius: 3px;
  }
  .p-esig-cv-btn span {
    font-size: 1.3rem;
    padding: 2px 11px;
    margin-left: 8px;
  }
  .p-esig-cv-btn::after {
    right: 30px;
    width: 18px;
    height: 18px;
  }
  .p-esig-cv-btn.p-esig-btn-orange::before {
    left: 50px;
    width: 22px;
    height: 22px;
  }
  .p-esig-cv-btn.p-esig-btn-purple {
    gap: 8px;
  }
  .p-esig-cv-btn.p-esig-btn-purple span {
    margin-left: 0;
  }
  .p-esig-cv-btn.p-esig-btn-purple::before {
    left: 95px;
    width: 28px;
    height: 28px;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .p-esig-mv {
    background: url(../images/electronic_signature/bg_mv_pc.png) no-repeat center/cover;
  }

  .p-esig-mv-cover {
    height: 88px;
  }
	
  body.lp2022 .p-esig-mv-cover {
    height: 72px;
  }

  .p-esig-mv-wrapper {
    padding: 0 70px;
  }

  .p-esig-cv-btn.p-esig-btn-orange::before {
    left: 95px;
  }
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .p-esig-mv {
    background: url(../images/electronic_signature/bg_mv_pc.png) no-repeat center bottom 36%/cover;
  }

  .p-esig-mv-wrapper {
    padding: 0 122px;
  }
}
/* sec01
---------------------------------------------------------------------------- */
.p-esig-sec01 {
  padding: 13.333vw 0 42vw;
  background: #EBEBEB url(../images/electronic_signature/bg_sec01.png) no-repeat center bottom/57.8666vw;
}

.p-esig-sec01-ttl {
  font-size: 5.0667vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10.5vw;
}
.p-esig-sec01-ttl span {
  font-size: 6.4vw;
  line-height: 1.4;
}

.p-esig-ttl-dotted {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-esig-ttl-dotted::before, .p-esig-ttl-dotted::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 11.06666vw;
  height: 29.7333vw;
  background: url(../images/electronic_signature/img_dotted01_sp.svg) no-repeat center/contain;
}
.p-esig-ttl-dotted::before {
  left: -14vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-esig-ttl-dotted::after {
  right: -14vw;
}

.p-esig-sec01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.333333vw;
}

.p-esig-sec01-list-item {
  text-align: center;
  padding: 5.33333vw 6.4vw;
  background-color: #fff;
  border-radius: 2.66666vw;
}

.p-esig-sec01-list-img {
  width: 39.2vw;
  margin-bottom: 1vw;
}

.p-esig-sec01-list-ttl {
  font-size: 5.0667vw;
  font-weight: 700;
  line-height: 1.4737;
  margin-bottom: 2.6666vw;
}

.p-esig-sec01-list-txt {
  font-size: 3.733333vw;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-sec01 {
    padding: 50px 0 153px;
    background: #EBEBEB url(../images/electronic_signature/bg_sec01.png) no-repeat center bottom/218px;
  }

  .p-esig-sec01-ttl {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .p-esig-sec01-ttl span {
    font-size: 2.7rem;
  }

  .p-esig-ttl-dotted::before, .p-esig-ttl-dotted::after {
    bottom: -5px;
    width: 35px;
    height: 65px;
    background: url(../images/electronic_signature/img_dotted01_pc.svg) no-repeat center/contain;
  }
  .p-esig-ttl-dotted::before {
    left: -60px;
  }
  .p-esig-ttl-dotted::after {
    right: -60px;
  }

  .p-esig-sec01-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }

  .p-esig-sec01-list-item {
    width: calc(50% - 15px);
    padding: 34px 18px 24px 18px;
    border-radius: 10px;
  }

  .p-esig-sec01-list-img {
    width: 100%;
    margin-bottom: 35px;
  }

  .p-esig-sec01-list-ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .p-esig-sec01-list-txt {
    font-size: 1.5rem;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .p-esig-sec01-list {
    gap: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .p-esig-sec01-list-item {
    width: calc(25% - 7.5px);
  }
}
/* ノートPC以上のサイズ 1200px(16×75em)~ lgサイズ */
@media screen and (min-width: 75em) {
  .p-esig-sec01-list {
    gap: 20px;
  }

  .p-esig-sec01-list-item {
    width: calc(25% - 7.5px);
  }
}
/*  sec02
---------------------------------------------------------------------------- */
.p-esig-sec02 {
  padding: 25.6vw 0 16vw;
  position: relative;
}
.p-esig-sec02::before {
  position: absolute;
  content: "";
  top: -7vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17vw;
  height: 21vw;
  background: url(../images/electronic_signature/icn_sec01-arw.png) no-repeat center/contain;
}

.p-esig-sec02-subttl {
  color: #fff;
  font-size: 5.3333vw;
  font-weight: 700;
  text-align: center;
  width: 40vw;
  padding: 3vw;
  margin: 0 auto 9vw;
  background-color: #995790;
  border-radius: 1.3333vw;
  position: relative;
}
.p-esig-sec02-subttl::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 2.6666vw 1.4666vw 0 1.4666vw;
  border-color: #995790 transparent transparent transparent;
}

.p-esig-sec02-ttl {
  font-size: 5.33333vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.p-esig-sec02-ttl .p-esig-ttl-dotted {
  display: block;
  font-size: 7.2vw;
  line-height: 1.5555;
  margin: 9vw auto 8vw;
}
.p-esig-sec02-ttl .p-esig-ttl-dotted span {
  color: #FF7800;
  position: relative;
}
.p-esig-sec02-ttl .p-esig-ttl-dotted span::before {
  position: absolute;
  content: "";
  top: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3333vw;
  height: 1.3333vw;
  border-radius: 9999px;
  background-color: #FF7800;
}
.p-esig-sec02-ttl .p-esig-ttl-dotted::before, .p-esig-sec02-ttl .p-esig-ttl-dotted::after {
  bottom: 3vw;
  width: 7vw;
  height: 18vw;
  background: url(../images/electronic_signature/img_dotted02_sp.svg) no-repeat center/contain;
}
.p-esig-sec02-ttl .p-esig-ttl-dotted::before {
  left: -17vw;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-esig-sec02-ttl .p-esig-ttl-dotted::after {
  right: -17vw;
}

.p-esig-sec02-ttl02 {
  color: #fff;
  font-size: 4.5333vw;
  font-weight: 700;
  line-height: 1.47;
  text-align: center;
  padding: 4vw;
  background-color: #995790;
  margin: 7.5vw auto;
}
.p-esig-sec02-ttl02 span {
  font-size: 5.8667vw;
}

.p-esig-sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.333333vw;
}

.p-esig-sec02-list-item {
  text-align: center;
  padding: 5.33333vw 6.4vw 6vw;
  border-radius: 5.333333vw;
  border: 0.8vw solid #995790;
}

.p-esig-sec02-list-img {
  width: 69.6vw;
  margin-bottom: 3vw;
}

.p-esig-sec02-list-ttl {
  color: #995790;
  font-size: 5.0667vw;
  font-weight: 700;
  line-height: 1.4737;
  margin-bottom: 2.6666vw;
}

.p-esig-sec02-list-txt {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-sec02 {
    padding: 87px 0 60px;
  }
  .p-esig-sec02::before {
    top: -27px;
    width: 60px;
    height: 80px;
    background: url(../images/electronic_signature/icn_sec01-arw.png) no-repeat center/contain;
  }

  .p-esig-sec02-subttl {
    font-size: 2rem;
    width: 150px;
    padding: 12px;
    margin: 0 auto 30px;
    border-radius: 5px;
    position: relative;
  }
  .p-esig-sec02-subttl::before {
    bottom: 1px;
    border-width: 11px 5px 0 5px;
  }

  .p-esig-sec02-ttl {
    font-size: 2.2rem;
  }
  .p-esig-sec02-ttl .p-esig-ttl-dotted {
    font-size: 3rem;
    margin: 20px auto 26px;
  }
  .p-esig-sec02-ttl .p-esig-ttl-dotted span::before {
    top: -10px;
    width: 5px;
    height: 5px;
  }
  .p-esig-sec02-ttl .p-esig-ttl-dotted::before, .p-esig-sec02-ttl .p-esig-ttl-dotted::after {
    bottom: -10px;
    width: 35px;
    height: 65px;
    background: url(../images/electronic_signature/img_dotted02_pc.svg) no-repeat center/contain;
  }
  .p-esig-sec02-ttl .p-esig-ttl-dotted::before {
    left: -115px;
  }
  .p-esig-sec02-ttl .p-esig-ttl-dotted::after {
    right: -115px;
  }

  .p-esig-sec02-ttl02 {
    font-size: 1.8rem;
    max-width: 768px;
    padding: 6.5px;
    margin: 30px auto 50px;
  }
  .p-esig-sec02-ttl02 span {
    font-size: 2.5rem;
  }

  .p-esig-sec02-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 34px;
    max-width: 904px;
    margin: auto;
  }

  .p-esig-sec02-list-item {
    width: calc(50% - 17px);
    padding: 45px 27px 30px;
    border-radius: 20px;
    border: 3px solid #995790;
  }

  .p-esig-sec02-list-img {
    width: 100%;
    height: 154px;
    margin-bottom: 45px;
  }

  .p-esig-sec02-list-ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  .p-esig-sec02-list-txt {
    font-size: 1.5rem;
  }
}
/* sec03
---------------------------------------------------------------------------- */
.p-esig-sec03 {
  padding: 13.333vw 0 17vw;
  background-color: #EBEBEB;
}

.p-esig-sec03-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 5.3333vw;
  margin: auto;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-sec03 {
    padding: 50px 0 60px;
  }

  .p-esig-sec03-img img {
    padding: 0;
    max-width: 1010px;
  }
}
/* sec04
---------------------------------------------------------------------------- */
.p-esig-sec04 {
  padding: 13.333vw 0 16vw;
}

.p-esig-sec04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9.06666vw 8vw;
  margin-bottom: 10vw;
}

.p-esig-sec04-list-item {
  width: 37.333333vw;
  text-align: center;
}

.p-esig-sec04-list-img {
  width: 35.733vw;
  margin-bottom: 5.3333vw;
}

.p-esig-sec04-list-ttl {
  font-size: 4.53333vw;
  font-weight: 700;
  line-height: 1.4737;
}

.p-esig-sec04-txt {
  font-size: 3.4667vw;
  line-height: 1.38;
  text-align: left;
  padding-left: 1rem;
  text-indent: -1rem;
}
.p-esig-sec04-txt:not(:last-child) {
  margin-bottom: 3.5vw;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-sec04 {
    padding: 50px 0 60px;
  }

  .p-esig-sec04-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 700px;
    gap: 50px 0;
    margin: 0 auto 30px;
  }

  .p-esig-sec04-list-item {
    width: 25.5%;
    text-align: center;
  }

  .p-esig-sec04-list-img {
    width: 100%;
    margin-bottom: 27px;
  }

  .p-esig-sec04-list-ttl {
    font-size: 1.8rem;
  }

  .p-esig-sec04-txt {
    font-size: 1.3rem;
    max-width: 700px;
    margin: auto;
  }
  .p-esig-sec04-txt:not(:last-child) {
    margin-bottom: 8px;
  }
}
/* cv
---------------------------------------------------------------------------- */
.p-esig-cv-sec {
  padding: 8vw 0 10.666vw;
  background: url(../images/electronic_signature/bg_cv_sp.png) no-repeat center/cover;
}

.p-esig-cv-box {
  width: 100%;
  padding: 5.33333vw;
  border-radius: 5.33333vw;
  margin-bottom: 9.666vw;
  background: #fff url(../images/electronic_signature/bg_cv-box_sp.png) no-repeat center bottom -1px/81.33333vw;
  position: relative;
}
.p-esig-cv-box::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-style: solid;
  border-width: 2.6666vw 1.4666vw 0 1.4666vw;
  border-color: #fff transparent transparent transparent;
}

.p-esig-cv-txt01,
.p-esig-cv-txt02 {
  font-size: 3.4667vw;
  font-weight: 500;
  line-height: 1.53;
}

.p-esig-cv-txt01 {
  margin-bottom: 3vw;
}

.p-esig-cv-ttl {
  color: #fff;
  font-size: 7.4667vw;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 7vw;
}
.p-esig-cv-ttl .p-color-main span {
  position: relative;
}
.p-esig-cv-ttl .p-color-main span::before {
  position: absolute;
  content: "";
  top: -2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.3333vw;
  height: 1.3333vw;
  border-radius: 9999px;
  background-color: #995790;
}
.p-esig-cv-ttl::before, .p-esig-cv-ttl::after {
  bottom: 10%;
  height: 80%;
  border-color: #995790;
}
.p-esig-cv-ttl::before {
  left: -15vw;
}
.p-esig-cv-ttl::after {
  right: -15vw;
}

.p-esig-cv-ttl-s {
  font-size: 5.3333vw;
}

.p-esig-cv-ttl-m {
  font-size: 5.866666vw;
}

.p-esig-cv-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.33333vw;
}
.p-esig-cv-btn-wrap a{
	text-decoration: none;
}

/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .p-esig-cv-sec {
    padding: 40px 0 60px;
    background: url(../images/electronic_signature/bg_cv_pc.png) no-repeat center/cover;
  }

  .p-esig-cv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    max-width: 840px;
    padding: 0;
    border-radius: 0;
    margin: 0 auto 30px;
    background: none;
    position: static;
  }
  .p-esig-cv-box::before {
    border: none;
  }

  .p-esig-cv-txt01,
.p-esig-cv-txt02 {
    font-size: 1.6rem;
    width: 378px;
    height: 149px;
  }

  .p-esig-cv-txt01 {
    margin-bottom: 0;
    padding: 50px 10px 50px 60px;
    background: url(../images/electronic_signature/bg_cv-txt01.png) no-repeat center/contain;
  }

  .p-esig-cv-txt02 {
    padding: 50px 60px 50px 10px;
    background: url(../images/electronic_signature/bg_cv-txt02.png) no-repeat center/contain;
  }

  .p-esig-cv-ttl {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
  .p-esig-cv-ttl .p-color-main span::before {
    top: -10px;
    width: 5px;
    height: 5px;
  }
  .p-esig-cv-ttl::before, .p-esig-cv-ttl::after {
    bottom: 10%;
    height: 80%;
    border-color: #995790;
  }
  .p-esig-cv-ttl::before {
    left: -15vw;
  }
  .p-esig-cv-ttl::after {
    right: -15vw;
  }

  .p-esig-cv-ttl-s {
    font-size: 2rem;
  }

  .p-esig-cv-ttl-m {
    font-size: 2.2rem;
  }

  .p-esig-cv-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 900px;
    margin: auto;
    gap: 6%;
  }
  .p-esig-cv-btn-wrap .p-esig-cv-btn {
    width: 48%;
    padding: 17px 11px 17px 35px;
    height: 60px;
  }
  .p-esig-cv-btn-wrap .p-esig-cv-btn.p-esig-btn-purple::before {
    left: 30px;
  }
}
/* タブレット横サイズ 1024px(16×64em)~ mdサイズ */
@media screen and (min-width: 64em) {
  .p-esig-cv-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 900px;
    margin: auto;
    gap: 6%;
  }
  .p-esig-cv-btn-wrap .p-esig-cv-btn {
    width: 48%;
    padding: 17px 11px 17px 35px;
    height: 60px;
  }
  .p-esig-cv-btn-wrap .p-esig-cv-btn.p-esig-btn-purple::before {
    left: 60px;
  }
}
/* fade-in
---------------------------------------------------------------------------- */
.is-fade-in,
.is-set-timeout {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.is-scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 48em) {
  .is-fade-in.is-scroll-in:nth-of-type(1),
.is-set-timeout.is-scroll-in:nth-of-type(1) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .is-fade-in.is-scroll-in:nth-of-type(2),
.is-set-timeout.is-scroll-in:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .is-fade-in.is-scroll-in:nth-of-type(3),
.is-set-timeout.is-scroll-in:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .is-fade-in.is-scroll-in:nth-of-type(4),
.is-set-timeout.is-scroll-in:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .is-fade-in.is-scroll-in:nth-of-type(5),
.is-set-timeout.is-scroll-in:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .is-fade-in.is-scroll-in:nth-of-type(6),
.is-set-timeout.is-scroll-in:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
/* 
---------------------------------------------------------------------------- */
/* タブレット縦サイズ 768px(16×48em)~ smサイズ */
@media screen and (min-width: 48em) {
  .drawer-hamburger {
    width: 3rem;
  }
}
/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 1025px) {
  .nopc {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .notab {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: 70%;
  }
}