@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form,
figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}

header, footer, section, nav, main,
figure, figcaption, time, small {
  display: block;
}

input[type=submit], input[type=image] {
  border: none;
  padding: 0;
}
input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

button {
  border: none;
  margin: 0;
  cursor: pointer;
}

input[type=submit], input[type=image], input[type=reset] {
  cursor: pointer;
}

address {
  font-style: normal;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder {
  color: #929799;
}

input::-moz-placeholder {
  color: #929799;
}

input:-ms-input-placeholder {
  color: #929799;
}

input::-ms-input-placeholder {
  color: #929799;
}

input::placeholder {
  color: #929799;
}

ul {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 769px), print {
  .header {
    position: fixed;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    margin: 0 40px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    margin: 0 20px;
    height: 60px;
  }
}
.header__logo {
  display: block;
  background-image: url("/service/partner/ec-force/lp01/assets/img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 323px;
    height: 33px;
  }
}
@media screen and (max-width: 939px) {
  .header__logo {
    width: 202px;
    height: 20px;
    margin-top: 4px;
  }
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__linkArea {
    display: none;
  }
}
.header__linkArea a {
  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;
  width: 200px;
  height: 60px;
  border-radius: 3px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0 15px;
}
.header__linkArea a.bgBlue {
  background-color: #102468;
}
.header__linkArea a.bgPink {
  background-color: #ffafa2;
  color: #102468;
}

.footer {
  text-align: center;
  background: #e6f0fa;
  color: #102468;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px), print {
  .footer {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0;
    height: 192px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 10px;
    font-size: 1rem;
    padding: 20px 0;
    height: 120px;
  }
}

.modBpPc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none !important;
  }
}
.modBpPc--inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--inline {
    display: none !important;
  }
}
.modBpPc--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .modBpPc--flex {
    display: none !important;
  }
}
.modBpSp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: block !important;
  }
}
.modBpSp--inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--inline {
    display: inline !important;
  }
}
.modBpSp--flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .modBpSp--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .modBpSp--cta {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea {
    max-width: 793px;
    margin: 54px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea {
    margin: 20px 20px 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .modBtnArea {
    max-width: 460px;
    margin: 28px auto 0;
  }
}
.modBtnArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modBtnArea__inner > a {
  -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.18);
          box-shadow: 0 4px 10px rgba(51, 51, 51, 0.18);
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a {
    padding: 12px 0;
    font-size: 18px;
    font-size: 1.8rem;
    width: calc(50% - 18px);
  }
  .modBtnArea__inner > a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  .modBtnArea__inner > a:hover > span::after {
    right: -6px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a {
    line-height: 20px;
    padding: 8px 0;
    font-size: 13px;
    font-size: 1.3rem;
    width: calc((100% - 15px) / 2);
  }
}
.modBtnArea__inner > a:first-child {
  border: 2px solid #fff;
  background-color: #fff;
}
.modBtnArea__inner > a:first-child > span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modBtnArea__inner > a + a {
  background-color: #ffafa2;
  color: #fff;
  border: 2px solid #ffafa2;
}
.modBtnArea__inner > a + a > span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.modBtnArea__inner > a + a.white {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #333;
}
.modBtnArea__inner > a + a.white span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modBtnArea__inner > a > span {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a > span {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a > span {
    padding: 0 10px 0 0;
  }
}
.modBtnArea__inner > a > span::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__inner > a > span::after {
    top: calc(50% - 5px);
    right: 2px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__inner > a > span::after {
    top: calc(50% - 3.5px);
    right: 0;
    width: 6px;
    height: 6px;
  }
}
.modBtnArea__link {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__link {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
}
.modBtnArea__link > a {
  color: #102468;
  text-decoration: underline;
  letter-spacing: 0;
  text-underline-offset: 3px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .modBtnArea__link > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea__link > p {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 14px 0 0;
}
.modBtnArea__link > p > a {
  color: #ffafa2;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > p > a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .modBtnArea__link > p > a:hover {
    opacity: 0.6;
  }
}
.modBtnArea__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modBtnArea__contact__item {
  font-weight: bold;
  text-align: center;
  padding: 0 18px;
  line-height: 1.4;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__contact__item > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__contact__item > p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modBtnArea__contact__item > a {
  text-decoration: underline;
  text-underline-offset: 1px;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__contact__item > a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .modBtnArea__contact__item > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__contact__item > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBtnArea__contact__item:first-child {
  border-right: 1px solid #b3b3b3;
}
.modBtnArea__contact__item:first-child > p {
  color: #ffafa2;
}
.modBtnArea__contact__item:last-child > p {
  color: #102468;
}
.modBtnArea--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  width: calc(50% - 10px);
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 16px 0 14px;
  }
  .modBtnArea--header .modBtnArea__inner > a:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--header .modBtnArea__inner > a {
    padding: 12px 0;
  }
}
.modBtnArea--header .modBtnArea__inner > a + a {
  background-color: #ffafa2;
  color: #fff;
  border: 2px solid #ffafa2;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a + a:hover {
    background-color: #fff;
    color: #ffafa2;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__contact {
    margin: 0 10px 0 0;
  }
}
.modBtnArea--header .modBtnArea__link > a {
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}
.modTitle {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #102468;
}
@media screen and (min-width: 769px), print {
  .modTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modTitle::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #102468;
}
@media screen and (min-width: 769px), print {
  .modTitle::before {
    font-size: 16px;
    font-size: 1.6rem;
    top: -27px;
    width: 210px;
    padding: 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle::before {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0;
    top: -26px;
    width: 48%;
    padding: 3px 0 1px;
  }
}
.modTitle > strong {
  color: #102468;
  font-weight: 700;
}
.modTitle--sub {
  color: #333333;
}
@media screen and (min-width: 769px), print {
  .modTitle--sub {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modTitle--sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.modTitle--left {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.modLead {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modLead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modLead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.modLead__strong {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modLead__strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modLead__strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modLead__strong::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #102468;
  opacity: 0.6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .modLead__strong::before {
    bottom: 0;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .modLead__strong::before {
    z-index: 10;
    bottom: -6px;
    height: 4px;
  }
}
.modLead__strong span {
  position: relative;
  z-index: 1;
}
.modLead--left {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .modLead--left + .modLead--left {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modLead--left + .modLead--left {
    margin: 10px 0 0;
  }
}
.modCta {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .modCta {
    max-width: 1280px;
    padding: 85px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCta {
    padding: 0 20px 20px;
  }
}
.modCta__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modCta__btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modCta__btnArea a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  line-height: 1.25;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a {
    width: calc(50% - 10px);
    height: 200px;
    padding: 0 20px 0 16.5%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 939px) {
  .modCta__btnArea a {
    height: 150px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a {
    width: 100%;
    height: 120px;
    padding: 0 0 0 115px;
    border-radius: 5px;
  }
}
.modCta__btnArea a::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a::before {
    display: inline-block;
  }
}
@media screen and (max-width: 939px) {
  .modCta__btnArea a::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a::before {
    display: inline-block;
  }
}
.modCta__btnArea a.bgBlue {
  background-color: #102468;
}
.modCta__btnArea a.bgBlue::before {
  background-image: url("/service/partner/ec-force/lp01/assets/img/img_modCta_blue.png");
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a.bgBlue::before {
    width: 60px;
    height: 223px;
    top: 20px;
    left: 13.5%;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a.bgBlue::before {
    width: 31px;
    height: 118px;
    top: 16px;
    left: 44px;
  }
}
.modCta__btnArea a.bgBlue .arrow {
  color: #ffffff;
}
.modCta__btnArea a.bgBlue .arrow::before, .modCta__btnArea a.bgBlue .arrow::after {
  background: #ffffff;
}
.modCta__btnArea a.bgPink {
  background-color: #ffafa2;
  color: #102468;
}
.modCta__btnArea a.bgPink::before {
  background-image: url("/service/partner/ec-force/lp01/assets/img/img_modCta_pink.png");
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a.bgPink::before {
    width: 97px;
    height: 224px;
    top: 20px;
    left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a.bgPink::before {
    width: 51px;
    height: 119px;
    top: 15px;
    left: 29px;
  }
}
.modCta__btnArea a.bgPink .arrow {
  color: #102468;
}
.modCta__btnArea a.bgPink .arrow::before, .modCta__btnArea a.bgPink .arrow::after {
  background: #102468;
}
.modCta__btnArea a .title {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a .text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
}
.modCta__btnArea a .arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
}
.modCta__btnArea a .arrow::before, .modCta__btnArea a .arrow::after {
  content: "";
  position: absolute;
  border-radius: 1.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modCta__btnArea a .arrow::before {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a .arrow::before {
    width: 60px;
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a .arrow::before {
    width: 40px;
    height: 2px;
  }
}
.modCta__btnArea a .arrow::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea a .arrow::after {
    width: 20px;
    height: 3px;
    bottom: 5px;
    right: -3px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a .arrow::after {
    width: 15px;
    height: 2px;
    bottom: 4px;
    right: -3px;
  }
}
.modCta__btnArea a:hover .arrow::before {
  right: -7.5px;
}
.modCta__btnArea a:hover .arrow::after {
  right: -10.5px;
}
@media screen and (max-width: 768px) {
  .modCta__btnArea a + a {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .modCtaSP {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .modCtaSP {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .modCtaSP .modCta__btnArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modCtaSP .modCta__btnArea a {
    width: calc(50% - 5px);
    height: 50px;
    padding: 0 0 0 0;
    text-align: center;
  }
  .modCtaSP .modCta__btnArea a::before {
    display: none;
  }
  .modCtaSP .modCta__btnArea a .text,
  .modCtaSP .modCta__btnArea a .arrow {
    display: none;
  }
  .modCtaSP .modCta__btnArea a + a {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .modCtaSP .modTitle {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .modCta .modTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .modCta .modTitle {
    margin: 0 0 32px;
  }
}
.modCta__wrapper {
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .modCta__wrapper .modCta {
    margin-bottom: -84px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__wrapper .modCta {
    margin-bottom: -52px;
  }
}
@media screen and (max-width: 939px) {
  .modScrollbox {
    overflow-x: scroll;
    width: 100%;
    margin: 22px auto 0;
    padding: 0 0 17px;
  }
}
.modScrollbox::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  border-radius: 10px;
}
.modScrollbox::-webkit-scrollbar-track {
  background: #b3b3b3;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-thumb {
  background-color: #102468;
  width: 20px;
  height: 5px;
  border-radius: 10px;
}
@media screen and (max-width: 939px) {
  .modScrollbox--comparison {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .modScrollbox--wide {
    overflow-x: scroll;
    width: 100%;
    padding: 0 0 17px;
  }
}
@media screen and (min-width: 769px), print {
  .modListCaption {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListCaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 16px 0 0;
  }
}
.modListCaption > li {
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 769px), print {
  .modListCaption > li {
    margin-top: 4px;
  }
}
@media screen and (max-width: 768px) {
  .modListCaption > li {
    margin-top: 6px;
  }
}
.modListPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .modListPartner {
    margin: 50px auto -54px;
    max-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner {
    margin: 20px 20px 24px;
  }
}
.modListPartner > li {
  text-align: center;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .modListPartner > li {
    font-size: 12px;
    font-size: 1.2rem;
    width: calc(33.3333333333% - 19px - 6px);
    height: 243px;
    padding: 24px 0 18px;
    border: 3px solid #102468;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner > li {
    width: 100%;
    height: 202px;
    padding: 16px 0 17px;
    border: 2px solid #102468;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner > li + li {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner > li .img {
    width: auto;
    height: auto;
    max-width: 215px;
    min-height: 76px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modListPartner > li .name {
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .modListPartner > li .name {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner > li .name {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
.modListPartner > li .img {
  padding: 0 20px;
}
@media screen and (min-width: 769px), print {
  .modListPartner > li .img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .modListPartner > li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 39px;
  }
}
.modListPartner > li .text {
  border-top: 2px solid #d3d3d3;
  color: #102468;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .modListPartner > li .text {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 20px;
    padding: 23px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modListPartner > li .text {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 20px;
    padding: 17px 0 0;
  }
}
.modListStep {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modListStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 86px 20px 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep {
    display: block;
    margin: 47px 15px 0;
  }
}
.modListStep::before {
  position: absolute;
  content: "";
  background-color: #102468;
}
@media screen and (min-width: 769px), print {
  .modListStep::before {
    width: calc(100% - 3px);
    height: 3px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 939px) {
  .modListStep::before {
    width: 3px;
    height: calc(100% - 3px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.modListStep__item {
  position: relative;
  background: #ffffff;
  text-align: center;
  border: 3px solid #102468;
}
@media screen and (min-width: 769px), print {
  .modListStep__item {
    width: 203px;
    height: 340px;
    border-radius: 12px;
    border-width: 3px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item {
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 17px 15px 15px;
    border-width: 2px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item + .modListStep__item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item + .modListStep__item {
    margin-top: 45px;
    margin-left: 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item + .modListStep__item:last-child {
    margin-top: 55px;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(5) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item:nth-child(5) {
    margin-left: 0;
  }
}
.modListStep__item__budge {
  position: absolute;
  left: -2px;
  text-align: center;
  color: #102468;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__budge {
    top: -39px;
    line-height: 1;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__budge {
    font-size: 11px;
    font-size: 1.1rem;
    top: -30px;
  }
}
.modListStep__item__budge > span {
  line-height: 1;
  font-family: "Sora", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__budge > span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__budge > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo {
    margin: 59px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__logo {
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--01 {
    width: 66px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__logo--01 {
    width: 46px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--02 {
    width: 67px;
    margin: 68px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__logo--02 {
    width: 48px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--03 {
    width: 74px;
    margin: 52px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__logo--03 {
    width: 52px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item__logo--04 {
    width: 62px;
    margin: 63px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__logo--04 {
    width: 43px;
  }
}
.modListStep__item__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 12px;
  }
}
.modListStep__item__text {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .modListStep__item__text {
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__text {
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item__text .modBpPc {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(1) .modListStep__item__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(2) .modListStep__item__text {
    margin-top: 27px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item:nth-child(2) .modListStep__item__text {
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(5) .modListStep__item__title {
    margin-top: 35px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item:nth-child(5) .modListStep__item__title {
    margin-top: 12px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item:nth-child(6) .modListStep__item__title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item:nth-child(6) .modListStep__item__title {
    margin-top: 12px;
  }
}
.modListStep__item--noBudge {
  border: none;
  background: #102468;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .modListStep__item--noBudge {
    width: 100px;
    height: 340px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item--noBudge {
    width: 100%;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-top: 20px !important;
    margin-left: 0 !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item--noBudge::before {
    top: -20px;
  }
}
@media screen and (min-width: 769px), print {
  .modListStep__item--noBudge .modListStep__item__title {
    margin-top: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 939px) {
  .modListStep__item--noBudge .modListStep__item__title {
    margin-top: 0;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
.modTableOption {
  border: 1px solid #b2b2b2;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption {
    width: 100%;
    margin: 46px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption {
    width: 600px;
    margin: 24px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th {
    height: 72px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th {
    width: 20%;
  }
}
.modTableOption tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th:first-child {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th:first-child {
    padding: 4px 23px 4px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 15%;
  }
}
.modTableOption tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr:first-child th:last-child {
    width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr:first-child th:last-child {
    width: 12%;
  }
}
.modTableOption tr:last-child th, .modTableOption tr:last-child td {
  border-bottom: none;
}
.modTableOption tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.modTableOption tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.modTableOption tr th, .modTableOption tr td {
  background: #ffffff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.modTableOption tr th:last-child, .modTableOption tr td:last-child {
  border-right: none;
}
.modTableOption tr th {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .modTableOption tr th {
    height: 56px;
    text-align: center;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td {
    padding: 24px 20px 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td {
    padding: 16px 15px 16px 20px;
  }
}
.modTableOption tr td .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .inner {
    -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;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .img {
    width: 64px;
  }
}
.modTableOption tr td .text {
  color: #676767;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text {
    margin: 0 -20px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 7px 0 0;
  }
}
.modTableOption tr td .text__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .text__note {
    font-size: 12px;
    font-size: 1.2rem;
    margin: -6px 0 0;
  }
}
.modTableOption tr td > strong {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td > strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td > small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td > small {
    font-size: 10px;
    font-size: 1rem;
  }
}
.modTableOption tr td > small table tr,
.modTableOption tr td > small table th,
.modTableOption tr td > small table td {
  padding: 0;
  line-height: normal;
  border: none;
  vertical-align: top;
  font-weight: normal;
  letter-spacing: 0;
}
.modTableOption tr td > small table th {
  width: 5em;
}
.modTableOption tr td .textFree {
  display: block;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .textFree {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 7px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption tr td .textFree {
    margin: 0 0 4px;
  }
}
.modTableOption tr td .textFree--color {
  color: #102468;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .textFree--color {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
  }
}
.modTableOption tr td .textFree--small {
  font-size: 16px;
  font-size: 1.6rem;
}
.modTableOption tr td .textFree--small small {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
}
@media screen and (min-width: 769px), print {
  .modTableOption tr td .modListCaption {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: normal;
    margin: 15px 0 0;
  }
}
.modTableOption tr td .center {
  text-align: center;
}
.modLink {
  margin: 0 30px 0 30px;
  display: block;
}
.modLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .modLink {
    margin: 0;
  }
}

.main__kv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #e6f0fa;
}
@media screen and (min-width: 769px), print {
  .main__kv {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__kv {
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 939px) {
  .main__kv__inner {
    height: auto;
    display: inline;
  }
}
.main__kv__img {
  color: #102468;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__kv__img {
    display: none;
  }
}
@media screen and (max-width: 939px) {
  .main__kv__img {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    top: 0;
    left: 0;
  }
}
.main__kv__img img {
  width: 197px;
  height: 40px;
  margin: 0 0 5px;
}
@media screen and (min-width: 769px), print {
  .main__kv__main {
    display: block;
  }
}
@media screen and (max-width: 939px) {
  .main__kv__main {
    display: none;
  }
}
.main__kv__main img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px), print {
  .main__kv__text01, .main__kv__text02 {
    display: none;
  }
}
@media screen and (max-width: 939px) {
  .main__kv__text01, .main__kv__text02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 375px;
    width: auto;
    margin: 0 auto;
  }
}
.main__kv__text01 .main, .main__kv__text02 .main {
  position: relative;
}
.main__kv__text01 .main::before, .main__kv__text02 .main::before {
  content: "";
  display: inline-block;
  background: url("/service/partner/ec-force/lp01/assets/img/bg_shape_01.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 0;
}
.main__kv__text01 .main > *, .main__kv__text02 .main > * {
  position: relative;
  z-index: 1;
  color: #102468;
  text-align: center;
}
.main__kv__text01 .main .title, .main__kv__text02 .main .title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
}
.main__kv__text01 .main .title::before, .main__kv__text02 .main .title::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 222, 2, 0.5);
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  top: -11px;
  left: 3px;
}
.main__kv__text01 .main .title span, .main__kv__text02 .main .title span {
  position: relative;
  z-index: 1;
}
.main__kv__text01 .main .text, .main__kv__text02 .main .text {
  font-size: 10px;
  font-size: 1rem;
}
.main__kv__text01 {
  margin-top: 24px;
}
.main__kv__text01 .bgImg {
  position: relative;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.main__kv__text01 .bgImg img {
  width: 136px;
  height: 201px;
  margin: 0 0 0 6px;
}
.main__kv__text01 .main {
  margin: 2px 18px 0 0;
  width: auto;
  text-align: left;
}
.main__kv__text01 .main::before {
  width: 224px;
  height: 227px;
  top: 50%;
  left: auto;
  right: -31px;
  -webkit-transform: translate(0, -50%) rotate(20deg);
          transform: translate(0, -50%) rotate(20deg);
}
.main__kv__text01 .main .img {
  position: relative;
  bottom: 0;
  left: 0;
}
.main__kv__text01 .main .img img {
  width: 85px;
  height: 51px;
  margin: 12px 0 12px -17px;
}
.main__kv__text01 .main .title {
  margin: 14px 0 0;
}
.main__kv__text01 .main .title::before {
  top: auto;
  left: -3px;
}
.main__kv__text01 .main .text {
  text-align: center;
  margin: 0;
}
.main__kv__text02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 36px;
}
.main__kv__text02 .bgImg {
  position: relative;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0 21px 0 0;
}
.main__kv__text02 .bgImg img {
  width: 144px;
  height: 193px;
}
.main__kv__text02 .main {
  margin: -40px 0 0 18px;
}
.main__kv__text02 .main::before {
  width: 340px;
  height: 345px;
  top: -42px;
  left: -73px;
  right: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.main__kv__text02 .main .title {
  margin: 0 0 0 21px;
}
.main__kv__text02 .main .title::before {
  top: -15px;
  left: -13px;
}
.main__kv__text02 .main .img img {
  width: 171px;
  height: 110px;
  margin: 9px 0 16px 9px;
}
.main__kv__text02 .main .text {
  margin: 0;
}
.main__partners {
  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;
  color: #102468;
}
@media screen and (min-width: 769px), print {
  .main__partners {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 42px 0 -45px;
  }
}
@media screen and (max-width: 768px) {
  .main__partners {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main__partners img {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__partners img {
    margin: 0 19px 0 0;
    width: 54px;
    height: auto;
  }
}
.main__partners strong {
  font-weight: bold;
}
.main__section img {
  max-width: 100%;
  height: auto;
}
.main__section__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__inner {
    max-width: 1280px;
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__inner {
    padding-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    padding: 0 20px 61px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--about .main__section__inner {
    max-width: 1020px;
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--plan {
    background: url("/service/partner/ec-force/lp01/assets/img/bg_plan.png") no-repeat left bottom 30px;
    background-size: auto;
    padding: 138px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--plan .main__section__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--price {
    padding: 145px 0 168px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--price .main__section__inner {
    width: 100%;
  }
}
.main__section--bgWhite {
  background: #ffffff;
}
.main__section--bgBlue {
  background: #e6f0fa;
}
.main__section--bgBlue .main__section__priceTable th, .main__section--bgBlue .main__section__priceTable td {
  border-color: #e6f0fa;
}
@media screen and (min-width: 769px), print {
  .main__section--bgBlue + .main__section--bgBlue {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 939px) {
  .main__section--bgBlue + .main__section--bgBlue {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 939px) {
  .main__section--bgBlue + .main__section--bgBlue .main__section__inner {
    padding-top: 22px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--bgBlue + .main__section--bgBlue + .modCta {
    margin-top: -226px;
  }
}
@media screen and (max-width: 939px) {
  .main__section--bgBlue + .main__section--bgBlue + .modCta {
    margin-top: -30px;
  }
}
.main__section--top {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section--top {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section--top {
    margin: -8px 0 0;
  }
}
.main__section--top .main__section__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main__section--top .main__section__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section--top .main__section__inner {
    padding: 64px 40px 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--top .main__section__inner {
    padding: 64px 20px 12px;
  }
}
.main__section--top::after {
  content: "";
  display: inline-block;
  background: #e6f0fa;
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px), print {
  .main__section--top::after {
    height: 84px;
  }
}
@media screen and (max-width: 939px) {
  .main__section--top::after {
    height: 65px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--top + .main__section--bgBlue {
    padding-top: 110px;
  }
}
@media screen and (max-width: 939px) {
  .main__section--top + .main__section--bgBlue {
    padding-top: 63px;
  }
}
.main__section__priceTable {
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable {
    width: 100%;
    margin: 67px 0 0;
    table-layout: fixed;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable {
    width: 939px;
  }
}
.main__section__priceTable th, .main__section__priceTable td {
  border-bottom: 3px solid #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th:first-child .inner, .main__section__priceTable td:first-child .inner {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th:first-child .inner, .main__section__priceTable td:first-child .inner {
    border-radius: 5px 0 0 5px;
  }
}
.main__section__priceTable th:last-child .inner, .main__section__priceTable td:last-child .inner {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th:last-child .inner, .main__section__priceTable td:last-child .inner {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th:last-child .inner, .main__section__priceTable td:last-child .inner {
    border-radius: 0 5px 5px 0;
  }
}
.main__section__priceTable th:last-child .inner::after, .main__section__priceTable td:last-child .inner::after {
  display: none;
}
.main__section__priceTable th .inner, .main__section__priceTable td .inner {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  width: 101%;
  height: 100%;
}
.main__section__priceTable th .inner::after, .main__section__priceTable td .inner::after {
  content: "";
  display: inline-block;
  background: #d3d3d3;
  width: 1px;
  position: absolute;
  z-index: 1;
  right: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner::after, .main__section__priceTable td .inner::after {
    height: calc(100% - 40px);
    top: 20px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner::after, .main__section__priceTable td .inner::after {
    height: calc(100% - 20px);
    top: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner.user, .main__section__priceTable td .inner.user {
    padding: 0 15px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.user, .main__section__priceTable td .inner.user {
    padding: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner.user p, .main__section__priceTable td .inner.user p {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.user p, .main__section__priceTable td .inner.user p {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.user picture img, .main__section__priceTable td .inner.user picture img {
    width: auto;
    height: auto;
    max-width: 107px;
    max-height: 62px;
  }
}
.main__section__priceTable th .inner.name picture, .main__section__priceTable td .inner.name picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.name picture, .main__section__priceTable td .inner.name picture {
    width: 118px;
    height: 114px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.name picture img, .main__section__priceTable td .inner.name picture img {
    width: auto;
    height: auto;
    max-width: 82px;
    max-height: 57px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner.name p, .main__section__priceTable td .inner.name p {
    margin: auto 0 24px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner.name p, .main__section__priceTable td .inner.name p {
    margin: auto 0 10px;
  }
}
.main__section__priceTable th .inner .textFree, .main__section__priceTable td .inner .textFree {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner .textFree, .main__section__priceTable td .inner .textFree {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner .textFree, .main__section__priceTable td .inner .textFree {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.main__section__priceTable th .inner .attention, .main__section__priceTable td .inner .attention {
  color: #888888;
  margin: 10px 0 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th .inner .attention, .main__section__priceTable td .inner .attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable th .inner .attention, .main__section__priceTable td .inner .attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable th {
  text-align: center;
}
.main__section__priceTable td {
  text-align: center;
}
.main__section__priceTable thead th {
  font-weight: bold;
}
.main__section__priceTable thead th .inner {
  background: #e6f0fa;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead th .inner {
    height: 80px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable thead th .inner {
    height: 60px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__priceTable thead th.head .inner {
  z-index: 2;
}
.main__section__priceTable thead th.head .inner::before {
  content: "";
  display: inline-block;
  background: #102468;
  border-radius: 10px;
  width: calc(100% + 2px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: 0;
  top: 5px;
  left: -1px;
}
.main__section__priceTable thead th.head .inner span {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable thead th.head .inner span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__priceTable thead th.head .inner::after {
  display: none;
}
.main__section__priceTable tbody tr:last-child th, .main__section__priceTable tbody tr:last-child td {
  border: none;
}
.main__section__priceTable tbody .pointList {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody .pointList {
    padding: 0 36px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable tbody .pointList {
    padding: 0 25px;
  }
}
.main__section__priceTable tbody .pointList li {
  background: url("/service/partner/ec-force/lp01/assets/img/icon_point.svg") no-repeat;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tbody .pointList li {
    background-position: 0 2px;
    background-size: 20px 20px;
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable tbody .pointList li {
    background-position: 0 50%;
    background-size: 20px 20px;
    padding: 0 0 0 30px;
  }
}
.main__section__priceTable tbody .pointList li + li {
  margin-top: 14px;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--target {
    width: 1200px;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--target {
    width: 939px;
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--target {
    width: 650px;
    min-width: 100%;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--target thead th {
    width: 240px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--target thead th {
    width: 120px;
  }
}
.main__section__priceTable--target thead th:last-child {
  width: auto;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--target tr .inner {
    height: 180px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--target tr .inner {
    height: 120px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--target tr:last-child th:first-child .inner.name picture img {
    width: 36px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--service {
    margin: 50px 0 0;
  }
}
.main__section__priceTable--service tr .inner {
  height: 120px;
}
.main__section__priceTable--service tr .inner .sup {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main__section__priceTable--service tr .inner .sup::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 10px;
  background: rgba(255, 222, 2, 0.4);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -5px;
}
.main__section__priceTable--service tr .inner .sup span {
  position: relative;
  z-index: 1;
}
.main__section__priceTable--service tbody th {
  font-weight: bold;
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--service tbody th {
    width: 170px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option {
    margin-top: 30px;
  }
}
@media screen and (max-width: 939px) {
  .main__section__priceTable--option {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option {
    width: 475px;
    min-width: 100%;
  }
}
.main__section__priceTable--option thead th .inner {
  background: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option thead th:first-child {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option thead th:first-child {
    width: 190px;
  }
}
.main__section__priceTable--option tbody .inner {
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option tbody .inner {
    padding: 0 50px 0 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tbody .inner {
    padding: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option tbody .inner .img {
    width: 100px;
    padding: 0 0 0 4px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option tbody .inner .text {
    margin-right: auto;
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option tbody tr:nth-child(1) .inner .img {
    padding-left: 19px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tbody tr td:nth-child(1) .img {
    width: 48px;
    height: 40px;
    text-align: center;
    margin: 0 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tbody tr td:nth-child(1) .img img {
    width: auto;
    height: auto;
    max-width: 48px;
    max-height: 40px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable--option tr .inner {
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tr .inner {
    height: 120px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tr td:nth-child(1) {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tr td:nth-child(1) .text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable--option tr td:nth-child(2) .inner {
    padding: 0 32px;
  }
}
.main__section__priceText {
  line-height: 2;
}
@media screen and (min-width: 769px), print {
  .main__section__priceText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 31px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceText {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 20px 0;
  }
}
.main .aboutBlock {
  background: #102468;
  color: #ffffff;
  border-radius: 10px;
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock {
    padding: 60px 80px 53px 50px;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock {
    padding: 30px 20px 28px;
  }
}
.main .aboutBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main .aboutBlock__wrapper {
  background: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock__wrapper {
    padding: 100px 20px 130px;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock__wrapper {
    padding: 58px 20px 80px;
  }
}
.main .aboutBlock__side {
  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;
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock__side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 68px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock__side {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0;
    width: 100%;
  }
}
.main .aboutBlock__side img {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock__side img {
    width: 100%;
    max-width: 364px;
    height: auto;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock__side img {
    width: 183px;
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .main .aboutBlock__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 939px) {
  .main .aboutBlock__main {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 32px 0 0;
  }
}
.main .examinationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media screen and (min-width: 769px), print {
  .main .examinationList {
    max-width: 980px;
    margin: 28px auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 28px auto 0;
    padding: 0 20px;
  }
}
.main .examinationList > li {
  counter-increment: cnt;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li {
    width: calc(50% - 39px);
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList > li {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.main .examinationList > li .img {
  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;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li .img {
    max-width: 451px;
    max-height: 455px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList > li .img {
    width: 250px;
    height: 248px;
    margin: 0 auto;
  }
}
.main .examinationList > li .img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.main .examinationList > li .title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin: 13px 0 0;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList > li .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.main .examinationList > li .title::before {
  content: "0" counter(cnt);
  display: inline-block;
  font-family: "Sora", sans-serif;
  line-height: 1;
  color: #102468;
  position: absolute;
  left: -3px;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li .title::before {
    font-size: 80px;
    font-size: 8rem;
    top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList > li .title::before {
    font-size: 50px;
    font-size: 5rem;
    top: -58px;
  }
}
.main .examinationList > li .text {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li .text {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .examinationList > li .text {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li:nth-child(2n) {
    margin-top: 120px;
  }
}
.main .examinationList > li:nth-child(2n) .img img {
  margin-top: -25px;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li:nth-child(3) {
    margin-top: -20px;
  }
}
.main .examinationList > li:nth-child(3) .img img {
  margin-top: -12px;
}
@media screen and (min-width: 769px), print {
  .main .examinationList > li:nth-child(4) {
    margin-top: 97px;
  }
}
.main .examinationList > li:nth-child(4) .img img {
  margin-top: -35px;
}
@media screen and (max-width: 768px) {
  .main .examinationList > li + li {
    margin-top: 30px !important;
  }
}
.main .realizationBlock {
  background: url("/service/partner/ec-force/lp01/assets/img/bg_realization.png") no-repeat 50% 100% #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock {
    margin: 140px 0 30px;
    padding: 73px 16% 287px;
    background-size: 1052px 216px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 939px) {
  .main .realizationBlock {
    margin-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock {
    margin: 80px 0 0;
    padding: 35px 20px 115px;
    background-size: contain;
    border-radius: 5px;
  }
}
.main .realizationBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__list {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list {
    margin: 25px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main .realizationBlock__list li {
  background: #102468;
  color: #ffffff;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__list li {
    width: calc(50% - 10px);
    padding: 14px 20px 26px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list li {
    width: 100%;
    padding: 14px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5px;
  }
}
.main .realizationBlock__list li .title {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__list li .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list li .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main .realizationBlock__list li .count {
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__list li .count {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list li .count {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main .realizationBlock__list li .count strong {
  color: #ffafa2;
  font-family: "Sora", sans-serif;
  margin: 0 5px 0 0;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__list li .count strong {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list li .count strong {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__list li + li {
    margin-top: 12px;
  }
}
.main .realizationBlock__main {
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__main {
    margin: 20px 0 0;
    padding: 35px 95px 60px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__main {
    margin: 16px 0 0;
    padding: 15px 20px 22px;
    border-radius: 5px;
  }
}
.main .realizationBlock__main__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: bold;
  color: #102468;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__main__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__main__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main .realizationBlock__main__title::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 10px;
  background: rgba(255, 222, 2, 0.4);
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -5px;
}
.main .realizationBlock__main__title span {
  position: relative;
  z-index: 1;
}
.main .realizationBlock__main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .main .realizationBlock__main__list {
    margin: 35px 0 0;
    gap: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__main__list {
    margin: 20px 0 0;
  }
}
.main .realizationBlock__main__list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .main .realizationBlock__main__list li .img {
    height: 82px;
  }
}
.main .realizationBlock__main__list li .img img {
  width: auto;
  height: 100%;
}
.main .offerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .main .offerBlock {
    margin: 56px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .main .offerBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 660px;
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .main .offerBlock__main {
    padding: 0 60px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1000px) {
  .main .offerBlock__main {
    margin: 27px 0 0;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
.main .offerBlock__main .title {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main .offerBlock__main .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .main .offerBlock__main .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .main .offerBlock__main .text {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .main .offerBlock__main .text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 11px 0 0;
    line-height: 1.7;
  }
}
@media screen and (min-width: 769px), print {
  .main .offerBlock__img {
    max-width: 660px;
  }
}
@media screen and (min-width: 769px), print {
  .main .offerBlock__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .main .offerBlock__img img {
    max-width: 660px;
    width: 100%;
    height: auto;
  }
}
.main .meritList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px), print {
  .main .meritList {
    max-width: 980px;
    margin: 13px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 22px auto 0;
  }
}
.main .meritList > li {
  position: relative;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main .meritList > li {
    width: 322px;
    height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li {
    width: 100%;
    height: 226px;
  }
}
.main .meritList > li::before {
  content: "";
  display: inline-block;
  background: url("/service/partner/ec-force/lp01/assets/img/bg_merit.png") no-repeat 50%;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px), print {
  .main .meritList > li::before {
    width: 100%;
    height: 100%;
    max-width: 322px;
    max-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li::before {
    width: 227px;
    height: 226px;
  }
}
.main .meritList > li .img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .main .meritList > li .img {
    margin: 10px 0 0;
  }
}
@media screen and ( min-width : 769px) and (max-width: 980px) {
  .main .meritList > li .img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li .img {
    margin: 5px 0 0;
  }
}
.main .meritList > li .text {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main .meritList > li .text {
    margin: 25px 0 0;
  }
}
@media screen and ( min-width : 769px) and (max-width: 980px) {
  .main .meritList > li .text {
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li .text {
    margin: 15px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li:nth-child(1) .img img {
    width: 62px;
    height: 70px;
  }
}
@media screen and (min-width: 769px), print {
  .main .meritList > li:nth-child(2)::before {
    -webkit-transform-origin: -50% 0;
            transform-origin: -50% 0;
    -webkit-transform: rotate(20deg) translate(-50%, -50%);
            transform: rotate(20deg) translate(-50%, -50%);
    top: calc(50% - 34px);
    left: calc(50% + 9px);
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li:nth-child(2)::before {
    left: 50%;
  }
}
@media screen and (min-width: 769px), print {
  .main .meritList > li:nth-child(2) .img {
    margin-top: 45px;
  }
}
@media screen and ( min-width : 769px) and (max-width: 980px) {
  .main .meritList > li:nth-child(2) .img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li:nth-child(2) .img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li:nth-child(2) .img img {
    width: 100px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li:nth-child(3) .img img {
    width: 55px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .main .meritList > li + li {
    margin-top: 13px;
  }
}
@media screen and (min-width: 769px), print {
  .main .meritList__wrapper {
    margin: 54px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main .meritList__wrapper {
    margin: 38px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main .option__wrapper {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main .option__wrapper {
    margin: 36px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main .service__wrapper {
    margin: 110px 0 0;
  }
}
@media screen and (max-width: 939px) {
  .main .service__wrapper {
    margin: 54px 0 20px;
  }
}
/*# sourceMappingURL=style.css.map */