.bg-gradient1 span,
.bg-gradient1:before {
  background: #54c3f1;
  background: -moz-linear-gradient(left, #54c3f1 0%, #bd82b7 85%, #ff63ac 100%);
  background: -webkit-linear-gradient(left, #54c3f1 0%, #bd82b7 85%, #ff63ac 100%);
  background: linear-gradient(120deg, #54c3f1 0%, #bd82b7 85%, #ff63ac 100%);
}
/* General */
.wrapper {
  text-align: left;
  transform-style: perserve-3d;
  text-transform: uppercase;
  position: relative;
  top:20px;
}
/* Service Only */
.wrapper--service {
  text-align: center;
  position: relative;
  top: 35px;
  right: unset;
}
/* Csse-Single Only */
.wrapper--case {
  position: absolute;
  left: 0;
  bottom: -25px;
}
.wrapper--case2 {
  position: absolute;
  left: 0;
  bottom: -125px;
}
.introduced {
  position: relative;
}
.contentsDetail {
  padding: 0 0 200px;
}
.comparisonTable table, .contentsDetail table {
  width: 100% !important;
}
a {
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
/* fancy Button */
.fancy-button {
  display: inline-block;
  font-family: acumin-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #ffffff !important;
  position: relative;
}
 /* fancy Buttonの影*/
.fancy-button:before {
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  z-index: -1;
  border-radius: 7px;
  filter: blur(12px) grayscale(0.95);
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button i {
  margin-top: 1px;
  margin-right: 30px;
  font-size: 5px;
  vertical-align: middle;
}
.fancy-button span {
  display: inline-block;
  padding: 25px 65px;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}
.fancy-button:focus, .fancy-button:active {
  color: #ffffff;
}
.fancy-button:hover {
  color: #ffffff;
}
.fancy-button:hover span {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(0.95);
}
.fancy-button:hover:before {
  bottom: 0;
  filter: blur(10px) grayscale(0.95);
}
.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}
.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  filter: blur(20px);
}
.fancy-button.pop-onhover:hover span {
  transform: scale(1.04);
}
.fancy-button.pop-onhover:hover:active span {
  filter: brightness(1) contrast(1);
  transform: scale(1);
  transition: all 0.15s ease-out;
}
.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}
.c-specContentTable__box:nth-of-type(1) {
  width: calc(100% - 140px);
  background-color: #fff;
  margin-top: -137px;
  padding: 80px 120px 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 16px #ddf0fa;
  display: flex;
  opacity: 0;
  transform: translateY(30px);
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  transition-delay: .4s;
}
.mainVisualTop__box {
  margin-top: 100px;
}
.mainVisualTop__no1 {
  margin-top: 70px;
}
.mainVisualTop__no1 p img {
  width: 34.627vw;
  height: auto;
  max-width: 473px;
}
.mainVisualTop__no1 p {
  font-size: 10px;
  color: #657786;
  margin-top: 20px;
}
.mainVisualTop__txt {
  margin-bottom: 20px !important;
}
.mainVisualTop {
  padding-top: 54px !important;
  margin-bottom: 5.9vw !important;
}
/* 2021/03/08 footerアイコン追加 */
.footer__faq--icon::after {
    content: "";
    display: inline-block;
    width: .7em;
    height: .7em;
    background: url(../common/img/icon_other-tab--white.svg)0 0/contain no-repeat;
    Background-repeat: no-repeat;
    margin: 0px 12px 0;
    vertical-align: middle;
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
}
/* 20210826 MARKETING-6346で追記 */
.pageHeader__ttl {
  width: 235px;
}
/* 20210902 Pマーク関連svg対応 */
.footerIcons__icon:nth-of-type(2) {
  width: 76px;
}
input[type="submit"] {
  display: block;
  width: 430px;
  height: 110px;
  padding: 0;
  background: url(/lp/common_02/inquiry/images/btn_2.svg) no-repeat 0 0;
  border: none;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 1094px) {
  .c-specContentTable__box:nth-of-type(1) {
      margin-top: 60px;
      padding: 56px 30px;
  }
  .c-specContentTable__data+.c-specContentTable__data {
    padding-left: 25px;
  }
  .wrapper--case {
    position: absolute;
    text-align: center;
    bottom: -80px;
    margin: auto;
    width: 100%;
  }
  .wrapper--case2 {
    width: 100%;
    text-align: center;
  }
  .c-articleKeyVisual__box {
    position: relative;
  }
  .c-articleKeyVisual+.pageContent {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .introduced__box {
    padding-bottom: 10px;
  }
}

.c-specContentTable__box--active:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
}
.c-specContentTable__box:nth-of-type(1) .c-specContentTable__data:nth-child(1),
.c-specContentTable__box:nth-of-type(1) .c-specContentTable__data:nth-child(2),
.c-specContentTable__box:nth-of-type(1) .c-specContentTable__data:nth-child(3),
.c-specContentTable__box:nth-of-type(1) .c-specContentTable__data:nth-child(4) {
  width: 25%;
}
.c-specContentTable__box:nth-of-type(1) .c-specContentTable__txt {
  line-height: 1.9;
}
.c-illustContent__item {
  margin-top: 100px;
}
.mainVisualTop {
  margin-bottom: 220px;
}
.c-specContentTable {
  display: none;
}
.c-specContentTable__txt--small {
  width: calc(100% - 140px);
  text-align: right;
  position: relative;
  bottom: -30px;
  z-index: 1;
  font-size: 11px;
  color: #657786;
}
.c-illustContent__item:nth-of-type(2n-1) {
  margin-bottom: 200px;
}
.c-illustContent__item:nth-of-type(2n-1) .c-illustContent__img img {
  width: 460px;
  height: auto;
  margin-left: 120px;
}
.c-illustContent__img::after {
  content: unset !important;
}

/*** Form新デザイン CSS ***/
form {
  color: #444444;
  font-family: 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
}
.form_txtarea {
  font-family: 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  text-align: center;
}
.form_txtarea h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 24px;
}
.form_txtarea p {
  font-size: 18px;
  font-weight: bold;
}
.form__head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.form__inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.badge {
  display: inline;
  margin-left: 14px;
  padding: 2.5px 8px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.4;
  border-radius: 3px;
}
.badge--required {
  background: #E0CBA8;
  color: #fff;
}
.badge--any {
  background: #ccc;
  color: #fff;
}
.form__box {
  font-size: 16px;
  margin-bottom: 16px;
}
.input input {
  width: 100%;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  transition: all .2s linear;
}
.input textarea {
  width: 100%;
  height: 200px;
  padding: 8px 8px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  transition: all .2s linear;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-left: 10px;
}
input[type="checkbox"]:checked {
  background: #F27F2A;
}
input[type="checkbox"]:first-of-type {
  margin-left: 0;
}
.form__inline div:first-of-type {
  width: 50%;
}
.form__inline>*:not(:first-child) {
  margin: 0 0 0 20px;
  width: 50%;
}
.select {
  position: relative;
}
.select select {
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  border: 1px solid #dddddd;
  background-color: #f0f0f0;
  border-radius: 8px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select::after {
  content: "";
  display: inline-block;
  background-image: url("/contact/img/arrow.png");
  background-size: 15px 15px;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 30%;
  right: 5%;
  pointer-events: none;
}
.check span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  margin-right: 10px;
  cursor: pointer;
}
.check:last-of-type span {
  margin-right: 0;
}
.check span:before, .check span:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.check span:before {
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #232B39;
  background: #fff;
  transition: all .2s linear;
}
.check input:checked+span:before {
  background: #F27F2A;
  border: 1px solid #F27F2A;
}
.check span:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all .2s linear;
  opacity: 0;
}
.check input:checked+span:after {
  opacity: 1;
}
.check input {
  display: none;
  margin: 0;
}
.link {
  color: #232B39;
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
.svg {
  width: 13px;
  height: 13px;
  vertical-align: text-top;
  margin-left: 5px;
}
.contents::before {
  position: absolute;
  left: 0;
  top: 680px;
  content: "";
  background-image: url(../images/contents_before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 21.406vw;
  max-width: 411px;
  height: 34.896vw;
  max-height: 670px;
  z-index: -1;
}
.contents::after {
  position: absolute;
  right: 0;
  top: 180px;
  content: "";
  background-image: url(../images/contents_after.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25.625vw;
  max-width: 492px;
  height: 37.656vw;
  max-height: 723px;
  z-index: -1;
}
.employees_icon {
  position: relative;
}
.employees_icon::after {
  position: absolute;
  right: -120px;
  bottom: -50px;
  content: "";
  background-image: url(../images/employees_icon.svg);
  background-repeat: no-repeat;
  width: 66.39px;
  height: 141.47px;

}
.service {
  position: relative;
}
.service::after {
  position: absolute;
  left: -140px;
  bottom: -65px;
  content: "";
  background-image: url(../images/service_icon.svg);
  background-repeat: no-repeat;
  width: 89.02px;
  height: 82.6px;
}
.wrap {
  text-align: center;
}
.button {
  position: relative;
  display: inline-block;
}
.button>* {
  transition: all .2s linear;
}
.button>*:disabled {
  opacity: .5 !important;
}
/*.button::after {
  position: absolute;
  right: -110px;
  top: 20px;
  content: "";
  background-image: url(../images/footer_icon.svg);
  background-repeat: no-repeat;
  width: 87.82px;
  height: 69.44px;
}*/
.form_res_footer {
  position: relative;
}
.form_content::after {
  position: absolute;
  right: -40px;
  bottom: -70px;
  content: "";
  background-image: url(../images/form_content.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27.135vw;
  max-width: 521px;
  height: 26.51vw;
  max-height: 509px;
  z-index: -1;
}
/*** Error CSS ***/
.form__error {
  font-size: 1.2rem;
  margin: 4px auto;
  color: #d13f57;
}
.input input[data-valid-state=invalid] {
  border-color: #d13f57;
}

/** MARKETING-6093 NP掛け払い TOPページへのリンク貼り付け依頼 **/
a {
  color: #353E47;
}
.c-tmbContent__item .c-tmbContent__box {
  max-width: 600px;
}
.c-tmbContent__dataWrapper .c-tmbContent__data {
  border: 3px solid #1595DC;
  border-left: 80px solid #1595DC;
  padding: 20px;
  padding-left: 0;
  margin-bottom: 30px;
  text-align: center;
  transition: all ease .5s;
}
.c-tmbContent__dataWrapper .c-tmbContent__data::before {
  content: none;
}
.c-tmbContent__dataWrapper .c-tmbContent__data:hover {
  transform: scale(1.05);
  transition: all ease .5s;
}
.c-tmbContent__dataWrapper a:last-of-type .c-tmbContent__data {
  margin-bottom: 0;
}
.c-tmbContent__data .c-tmbContent__ttlSub {
  width: 100%;
  color: #1595DC;
  font-size: 15px;
}
.c-tmbContent__data .c-tmbContent__txtSub {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.c-tmbContent__icon {
  position: absolute;
  width: 25px;
  height: 11px;
  margin: auto;
  bottom: 2.8em;
  left: -52px;
  fill: #fff;
}

/** レスポンシブエリア **/
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
  .button--l>* {
    min-width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .wrapper {
      margin: 0 auto;
  }
  .c-specContentTable__box:nth-of-type(1) {
    width: calc(100% - 30px);
    padding: 56px 36px 54px;
    margin-top: -20px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .c-specContentTable__data+.c-specContentTable__data {
    padding-left: 0;
  }
  .c-specContentTable__data:nth-child(-n+2) {
    margin-top: 44px;
  }
  .c-specContentTable__txt--small {
    width: calc(100% - 30px);
    text-align: left;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    line-height: 17px;
    margin-left: auto;
  }
  .c-specContentTable__data {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
  .c-specContentTable__data:nth-of-type(1) {
    width: 100% !important;
    margin-top: 0;
  }
  .c-specContentTable__data:nth-of-type(4) {
    width: 100% !important;
  }
  .mainVisualTop__box {
    padding: 66.7vw 0 0 0 !important;
  }
  .mainVisualTop__ttl {
    padding-left: 30px;
  }
  .mainVisualTop--active .mainVisualTop__txt {
    padding-left: 30px;
  }
  .mainVisualTop__no1 {
    margin: 40px auto 0;
    text-align: center;
  }
  .mainVisualTop__no1 p img {
    width: 89.333vw;
    max-width: 335px;
  }
  .mainVisualTop__no1 p {
    width: 89.333vw;
    max-width: 335px;
    margin-top: 16px;
    text-align: left;
    line-height: 16px;
  }
  .c-illustContent__box {
    margin-bottom: 28px !important;
  }
  .c-illustContent__item:nth-of-type(2n-1) .c-illustContent__img img {
    margin-left: 0;
    width: 95%;
    max-width: 460px;
  }
  .c-illustContent__imgInner {
    text-align: center;
  }
  .c-illustContent__item {
    margin-bottom: 33.6vw !important;
  }
  .form__inline {
    display: block;
  }
  .form__inline>*:not(:first-child) {
    margin: 8px 0 0;
  }
  .button>input {
    width: 100%;
  }
  .button {
    display: block;
    margin: 0 auto 8px;
  }
  .input input {
    height: 48px;
    font-size: 16px;
    padding: 0 8px;
  }
  .select select {
    height: 48px;
    font-size: 16px;
    padding: 0 8px;
  }
  /* 20210826 MARKETING-6346で追記 */
  .pageHeader__ttl {
    width: 141px;
  }

  body {
    border-top: none;
  }
  .page_header {
    background-color: #F4F4F4;
    border-top: none;
    border-bottom: none;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .page_header_gnavi {
    width: 100%;
    background: #F4F4F4;
    border-top: none;
    border-bottom: none;
    line-height: 1;
    position: relative;
    z-index: 9999;
  }
  .page_header_gnavi img {
    width: 150px;
    height: auto;
    margin-left: 20px;
  }
  .form__inline div:first-of-type {
    width: 100%;
  }
  .form__inline>*:not(:first-child) {
    width: 100%;
  }
  .check {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
  .form_txtarea {
    margin: 0 25px 40px;
  }
  .form_txtarea h1 {
    font-size: 1.9em;
    text-align: left;
    margin-top: 34px;
    margin-bottom: 20px;
  }
  .form_txtarea p {
    position: relative;
    font-size: 1em;
    text-align: left;
    width: 71.733vw;
  }
  .contents::before {
    content: none;
  }
  .contents::after {
    content: none;
  }
  .form_content {
    position: relative;
    overflow: hidden;
  }
  .form_content::before {
    position: absolute;
    right: 0;
    top: 85px;
    content: "";
    background-image: url(../images/icon-sp1.svg);
    background-position: left;
    width: 36.267vw;
    max-width: 136px;
    height: 38.133vw;
    max-height: 143px;
  }
  .form_content::after {
    position: absolute;
    left: -20px;
    right: unset;
    bottom: -20px;
    content: "";
    background-image: url(../images/icon-sp2.svg);
    background-position: right;
    width: 47.467vw;
    max-width: 178px;
    height: 36vw;
    max-height: 135px;
  }
  .form_res_footer_copyright {
    background: none;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .btn {
    margin-bottom: 20px;
    text-align: center;
  }
  input[type="submit"] {
    display: block;
    width: 100%;
    height: 130px;
    background-position: center;
    background-size: contain;
  }
}

@media screen and (max-width: 425px) {
  .mainVisualTop {
    margin-bottom: 58.667vw;
  }
  .c-tmbContent__dataWrapper .c-tmbContent__data {
    border-left: 60px solid #1595DC;
    padding-left: 20px;
    text-align: left;
  }
  .c-tmbContent__icon {
    bottom: 6.4em;
    left: -36px;
  }
}
@media screen and (max-width: 320px) {
  .c-specContentTable__box:nth-of-type(1) {
    padding: 56px 0px 54px 15px;
  }
  .fancy-button span {
    padding: 25px 35px;
  }
  .form_content::before {
    width: 136px;
    height: 143px;
  }
}
@media screen and (min-width:426px) and (max-width:768px) {
  .mainVisualTop {
    margin-bottom: 46.667vw;
}
}

@media screen and (max-width: 1220px) {
  .c-specContentTable__ttl {
      font-size: 38px;
      margin-bottom: 24px;
  }
  .c-specContentTable__box:nth-of-type(1) {
    padding: 56px 36px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-illustContent__box {
    margin: 200px auto 50px !important;
  }
}

@media screen and (max-width: 1094px) {
  .c-tmbContent__item .c-tmbContent__box {
      max-width: unset;
  }
}