.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%);
}
/* Base */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
/* General */
.wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  text-align: center;
  z-index: 1;
}
.wrapper_txt {
  color: #1595DC;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* Service Only */
.wrapper--service {
  text-align: center;
  position: relative;
  top: 35px;
  right: unset;
}
/* Csse-Single Only */
.wrapper--case {
  position: absolute;
  left: 0;
  bottom: -100px;
}
.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-box {
  margin: 100px auto 37px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fancy-button-box {
    margin-top: 30px;
  }
}

.fancy-button {
  display: inline-block;
  font-family: acumin-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 24px;
  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: 33px 189px;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 1094px) {
  .fancy-button span.pdd-150 {
    padding: 33px 150px;
  }
}




.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 p img {
  width: 19vw;
  height: auto;
  max-width: 323px;
}
.mainVisualTop__no1 p {
  font-size: 10px;
  color: #657786;
  margin-top: 15px;
}
.mainVisualTop__no1 .no1_txt:nth-of-type(3) {
  margin-top: 0;
}
.mainVisualTop__txt {
  margin-bottom: 20px !important;
}
.mainVisualTop {
  height: auto !important;
  padding-top: 54px !important;
  margin-bottom: 14vw !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;
}
/* 20211004 lazy付与時の画像サイズ崩れ調整 */
.c-columnImage>img {
  height: auto;
  max-width: 980px;
}
@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: 200px;
}
@media screen and (max-width: 1094px) {
  .c-illustContent__item {
    margin-top: 220px;
  }
}
.c-illustContent__item:nth-child(2n+2) {
  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__img::after {
  content: unset !important;
}

/*** Form新デザイン CSS ***/
form {
  color: #011A30;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  padding: 15px;
}
.form__heading {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
}
.form__head {
  font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.form__inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.badge {
  display: inline;
  margin-left: 8px;
  padding: 4px 8px;
  vertical-align: baseline;
  font-size: 10px;
  font-weight: 700;
  line-height: 2.4;
  border-radius: 4px;
}
.badge--required {
  background: #00A0E9;
  color: #fff;
}
.badge--any {
  background: #CCD6DB;
  color: #fff;
}
.form__box {
  margin-bottom: 16px;
}
.input input {
  font-size: 13px;
  width: 100%;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #CCD6DB;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .2s linear;
}
.input textarea {
  font-size: 13px;
  width: 100%;
  padding: 8px 8px;
  background: #fff;
  border: 1px solid #CCD6DB;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .2s linear;
}
.form__inline>*:not(:first-child) {
  margin: 0 0 0 8px;
}
.select {
  position: relative;
}
.select select {
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 10px 8px;
  border: 1px solid #CCD6DB;
  background-color: #EAEEF0;
  border-radius: 4px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select::after {
  content: "";
  display: inline-block;
  background-image: url("/contactus/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;
  margin-right: 8px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.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: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #CCD6DB;
  border-radius: 8px;
  transition: all .2s linear;
}
.check input:checked+span:before {
  background: #00A0E9;
}
.check span:after {
  left: 5px;
  margin-top: -7px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px 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: #00A0E9;
  font-size: 10px;
  margin-top: 6px;
}
.svg {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  fill: #428bca;
}
.button {
  position: relative;
  display: inline-block;
}
.button>* {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  min-height: 56px;
  padding: 1em 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .2s linear;
}
.button>*:disabled {
  opacity: .5 !important;
}
.button--primary>* {
  background-image: linear-gradient(120deg, #54c3f1 0%, #bd82b7 85%, #ff63ac 100%);
  border: none;
  color: #fff;
}
/*** Error CSS ***/
.form__error {
  font-size: 13px;
  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 (min-width: 1094px) {
  .sp_only_1094 {
    display: none !important;
  }
}
@media screen and (max-width: 1094px) {
  .pc__only_1094 {
    display: none !important;
  }
}
@media screen and (min-width: 1095px) and (max-width: 1339px) {
  .pc__only_1339 {
    display: none !important;
  }
}
@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: -25px;
    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;
    max-width: 60vw;
    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;
  }
}

@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;
  }
}
@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 (max-width: 1094px) {
  .c-tmbContent__item .c-tmbContent__box {
      max-width: unset;
  }
}
/* Pマーク関連修正 */
.footerIcons {
  display: flex;
  align-items: center;
}
.footerIcons__icon {
  width: 73px;
}
.footerIcons__icon:nth-of-type(2) {
  width: 104px;
}
.footerIcons__icon:nth-of-type(3) {
  width: 70px;
}

/* ブログページ修正 */
.b_contentsDetail {
  width: 100%;
  margin: 100px auto 0;
  padding: 0 0 160px;
}
.b_contentsDetail--way {
  width: calc(100% - 45%);
  margin-top: 126px;
  margin-left: 140px;
}
.b_contentsDetail__box {
  margin-left: auto;
}
.cta_area {
  border: 3px solid #1595DC;
  padding: 0 80px 45px;
}
.cta_heading {
  background: #1595DC;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px !important;
  display: inline-block;
  color: #fff;
  position: relative;
  left: 50%;
  top: 0%;
  line-height: 1;
  transform: translate(-50%, -50%);
  padding: 11px 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
  box-sizing: border-box;
}
.cta_imgarea {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: -18px auto 14px;
  width: 100%;
}
.cta_imgarea img {
  width: calc(50% - 10px);
}
.cta_txt {
  font-size: 15px;
  line-height: 2.3;
  margin-bottom: 60px !important;
}
.cta_list {
  margin-bottom: 60px;
}
.cta_list li {
  font-weight: bold;
  line-height: 2.3;
  text-indent: 0 !important;
  margin-left: 0 !important;
}
.check_icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.cta_btn {
  display: block;
  font-weight: bold;
  width: 436px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin: 0 auto 42px;
  background: #1595DC;
  color: #fff !important;
  border-radius: 40px;
}
.cta_smalltxt {
  color: #707070;
  font-size: 14px;
  line-height: 22px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
#sidebar {
  width: calc(100% - 75%);
  float: right;
}
#sidebar h4 {
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #04089b;
  color: #FFFFFF;
  padding: 5px 15px;
  cursor: pointer;
}
#sidebar .sidetextlist  ul {
  padding: 0;
  margin-top: 0;
}
#sidebar .sidetextlist li {
  list-style: none;
}
#sidebar {
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    margin-top: 120px;
    top: 100px;
    right: 60px;
}
#sidebar img {
  max-width: 100%;
}
#sidebar img:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cta_btn {
    width: 69.333vw;
    height: 12.533vw;
    line-height: 12.533vw;
  }
}
@media screen and (max-width: 1094px) {
  #sidebar {
    display: none;
  }
}

/* CTAボタンデザイン変更 (MARKETING-8339 NP掛け払いサービスサイト改善_2022年度　CTAボタンデザイン変更：コーディング) */
.contentsDetail .c-linkButtonWrapper.c-linkButtonWrapper--oneColumn .c-linkButton {
  background: #1595DC;
  border: none;
  color: #fff;
}
.contentsDetail .c-linkButtonWrapper.c-linkButtonWrapper--oneColumn .c-linkButton::after {
  background: url(../img/icon_link-btn-arrow--white.svg) 0 0/contain no-repeat;
}
.contentsDetail .c-linkButtonWrapper.c-linkButtonWrapper--oneColumn .c-linkButton--pdf::after {
  background: url(../img/icon_pdf--white.svg) 0 0/contain no-repeat;
}
.contentsDetail .c-linkButtonWrapper.c-linkButtonWrapper--oneColumn .c-linkButton:hover {
  transform: scale(0.95);
  opacity: 1;
}

.wrap-footer-inner .item .link-btn {
  border: none !important;
  background: #1595DC !important;
  color: #fff !important;
}
.wrap-footer-inner .item .link-btn:hover {
  transform: scale(0.95);
}
.contentsDetail .c-linkSet .c-linkSet__item {
  border: none;
  background: #1595DC !important;
  color: #fff !important;
  transition-delay: unset;
}
.contentsDetail .c-linkSet .c-linkSet__item:hover {
  transform: scale(0.95);
  opacity: 1;
}
.c-articleHead .c-articleHead__ttl {
  max-width: 980px;
  margin-bottom: 0;
}

/*MARKETING-8384 NP掛け払いサービスサイト改善_2022年度　FV・CTAボタンデザイン変更：コーディング*/
.mainVisualTop .mainVisualTop__box {
  justify-content: flex-start;
  margin-top: 80px;
  padding-left: 16vw;
  padding-right: 40px;
}
.mainVisualTop__ttl {
  margin: 0 0 0 -0.2em !important;
}
.no1_txt {
  font-size: 12px;
  line-height: 16.5px;
  text-align: left;
}
/*MARKETING-8740で一時的に非活性
.mainVisualTop .mainVisualTop__img {
  right: 32.87vw;
  top: 0 !important;
}
*/
@media screen and (max-width: 1094px) {
  .mainVisualTop .mainVisualTop__box {
    margin-top: -45px;
  }
  .mainVisualTop__img {
      bottom: unset;
      top: 6.7vw !important;
      right: 0vw !important;
      left: 14vw !important;
  }
}
@media screen and (max-width: 1094px) {
  .mainVisualTop__no1 {
    margin: 0;
    text-align: unset;
    position: absolute;
    top: 18.667vw;
    left: 30px;
    z-index: 2;
  }
}
@media screen and (max-width: 1094px) {
  .mainVisualTop__no1 p img {
      width: 38.333vw;
      max-width: 260px;
  }
}
@media screen and (max-width: 1094px) {
  .fancy-button {
    font-size: 15px;
  }
  .fancy-button span {
    padding: 21px 46px;
  }
  .wrapper {
    top: 0;
  }
  .wrapper_txt {
    font-size: 14px;
  }
  .no1_txt {
    font-size: 11px;
    margin: 20px 30px 0;
  }
  .wrapper .no1_txt:nth-of-type(3) {
    margin: 5px 30px 30px;
  }
}
@media screen and (min-width:769px) and (max-width:1094px) {
  .mainVisualTop__no1 {
    top: 100px;
    left: 140px;
  }
  .mainVisualTop__no1 .no1_txt {
    margin: 40px 0 0;
  }
}

.mainVisualTop__no1 {
  width: 360px;
}
.form_01_block_r.top_form {
  position: absolute;
  top: 120px;
  right: 140px;
  z-index: 1;
  width: 300px;
  background: #fff;
  box-shadow: 0px 4px 8px 2px #0000001A;

}

/*** TOPページのみサイドCTAバナーをKV通過後に表示 ***/
.side-cta {
  bottom: 80px !important;
}
@media screen and (max-width: 1094px) {
  .side-cta {
    display: none !important;
  }
}

.c-news .contentsDetail__box {
  max-width: 980px;
  margin-left: 0;
}

/*** MARKETING-8613 NP掛け払いフォーム改善_個人情報の同意・reCaptcha文言の調整 / カラースタイルの変更 ***/
.grecaptcha-badge {
  visibility: hidden;
}
.form__box__note {
  font-size: 10px;
  margin-top: 12px;
  line-height: 1.2;
}
.form__box__note:last-of-type {
  margin-top: 4px;
}

/*** TOPページ mainVisualに事例ロゴスライダーの追加 ***/
.companySlider+.companySlider {
  margin-top: 15px !important;
}
.companySlider__wrapper {
  position: absolute;
  bottom: -200px;
  z-index: 2;
  width: 100%;
  height: auto;
}
.top-cta {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  background: linear-gradient(180deg, #E1F3FE 44.27%, #FFFFFF 100%);
  border: 6px solid #FFFFFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 1000px;
  height: 380px;
  text-align: center;
}

.top-cta.cta-casestudy {
  margin-top:50px;
}

.top-cta div {
  display: flex;
  justify-content: center;
  margin: 50px auto 30px;
}
.top-cta__ttl {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-right: 40px;
}

.top-cta.cta-casestudy .top-cta__ttl{
  margin-left: 51px;
  margin-right: 0;
  margin-top: 41px;
}

@media screen and (max-width: 1094px) {
  .top-cta {
    position: static;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .top-cta.cta-casestudy {
    margin-top:40px;
  }

  .top-cta img {
    width: 100%;
    max-width: 335px;
  }
}
@media screen and (max-width: 768px) {
  .companySlider__wrapper {
    bottom: -180px;
  }
  .companySlider+.companySlider {
    margin-top: 0 !important;
  }
}
/* top.cssの上書き */
.c-illustContent__item {
  margin-bottom: 40px !important;
}
.c-illustContent__item:nth-child(2n+2)::after {
  height: 62vw !important;
  top: -300px !important;
}
/* top.cssの上書き */
.c-illustContent__item:nth-child(2n+2) {
  margin-top: 100px;
  margin-bottom: 281px !important;
}
@media screen and (max-width: 1094px) {
  .c-illustContent__item:nth-child(2n+2) {
    margin-top: 15px;
    margin-bottom: 80px !important;
  }
  .c-illustContent__item:nth-child(2n+2) .c-illustContent__box {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 1094px) {
  .c-illustContent__item:nth-child(2n+2)::after {
    height: 580px !important;
    top: -75px !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 768px) {
  .c-illustContent__item:nth-child(2n+2)::after {
    height: 450px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 579px) {
  .c-illustContent__item:nth-child(2n+2)::after {
    height: 500px !important;
  }
}
@media screen and (max-width: 320px) {
  .c-illustContent__item:nth-child(2n+2)::after {
    height: 530px !important;
  }
}
@media screen and (max-width: 768px) {
  .mainVisualTop {
    margin-top: 80px;
  }
}