@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
:root {
  --white: #ffffff;
  --gray: #e5e5e5;
  --base: #333333;
  --bg: #f7f7f9;
  --bgKV: #eef0f6;
  --link: #3588d1;
  --color_deep_blue: #0114A3;
  --color_light_blue: #00F0EF;
  --base_text_color: #333333;
  --color_white: #ffffff;
  --color_blue: #005ED3;
  --base_text_blue: #0E5CCC;
  --base_text_gray: #676767;
}

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]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

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: var(--base_text_color);
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #F7F7F9;
}
@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: var(--white);
  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/w2/lp01/assets/img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@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__logo:hover {
  opacity: 0.7;
}
.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: var(--white);
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 0 15px;
  gap: 12px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__linkArea a.bgDeepBlue {
  background-color: var(--color_deep_blue);
  border: 1px solid var(--color_deep_blue);
}
.header__linkArea a.bgDeepBlue::before {
  background-image: url("/service/partner/w2/lp01/assets/img/icon_mail.svg");
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__linkArea a.bgDeepBlue:hover {
  color: var(--color_deep_blue);
  background-color: var(--color_white);
}
.header__linkArea a.bgDeepBlue:hover::before {
  background-image: url("/service/partner/w2/lp01/assets/img/icon_step02.svg");
}
.header__linkArea a.bgLightBlue {
  background-color: var(--color_light_blue);
  color: var(--base_text_color);
  text-align: start;
  border: 1px solid var(--color_light_blue);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__linkArea a.bgLightBlue::before {
  background-image: url("/service/partner/w2/lp01/assets/img/icon_mail_black.svg");
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.header__linkArea a.bgLightBlue:hover {
  background-color: var(--color_white);
}
.header__linkArea a.bgLightBlue:hover::before {
  background-image: url("/service/partner/w2/lp01/assets/img/icon_step02.svg");
}
.header__linkArea a::before {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 30px;
  height: 22px;
}

@media screen and (min-width: 769px), print {
  .modTableOptions {
    width: 100%;
    max-width: 1220px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOptions {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto;
  }
}
.modTableOptions thead tr {
  border-bottom: 5px solid var(--bgKV);
}
.modTableOptions thead tr th {
  color: var(--color_white);
  background-color: var(--color_blue);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  padding: 11px 0;
}
@media screen and (min-width: 769px), print {
  .modTableOptions thead tr th:first-child span {
    width: 40vw;
    max-width: 488px;
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOptions thead tr th:first-child span {
    width: 488px;
  }
}
.modTableOptions thead tr th:first-child span {
  border-right: 1px solid #D3D3D3;
}
.modTableOptions thead tr th:last-child span {
  width: auto;
}
@media screen and (max-width: 768px) {
  .modTableOptions thead tr th:last-child span {
    width: 738px;
  }
}
.modTableOptions thead tr th span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 59px;
}
.modTableOptions tbody tr {
  background-color: var(--color_white);
  border-bottom: 3px solid var(--bgKV);
}
.modTableOptions tbody tr th {
  padding: 20px 0 23px;
}
@media screen and (min-width: 769px), print {
  .modTableOptions tbody tr th > div {
    width: 40vw;
    max-width: 488px;
    padding: 0 20px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOptions tbody tr th > div {
    width: 488px;
  }
}
.modTableOptions tbody tr th > div {
  height: 89px;
  border-right: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 45px;
}
.modTableOptions tbody tr th > div .optionIcon {
  width: 58px;
  min-height: 45px;
}
.modTableOptions tbody tr th > div .optionIcon img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.modTableOptions tbody tr th > div .optionName {
  width: 287px;
  margin: 10px 0 0 0;
}
.modTableOptions tbody tr th > div .optionName p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.modTableOptions tbody tr th > div .optionName span {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.modTableOptions tbody tr th > div .optionName span::before {
  content: "※";
  display: inline-block;
}
.modTableOptions tbody tr > td > div {
  padding: 20px 60px;
}
.modTableOptions tbody tr > td > div > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.footer {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px), print {
  .footer {
    padding: 50px 0;
    line-height: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.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;
  }
}
.modHeading01 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .modHeading01 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 45px;
    letter-spacing: 3px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .modHeading01 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.modHeading01--blue {
  color: var(--base_text_blue);
}
.modHeading02 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: bold;
  text-align: center;
}
.modHeadingEng {
  color: var(--base_text_blue);
  font-family: "Oswald", sans-serif;
  line-height: 1.6;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px), print {
  .modHeadingEng {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .modHeadingEng {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    margin: 0 0 15px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modUnderline {
    -webkit-text-decoration: underline 5px #00EFEE;
            text-decoration: underline 5px #00EFEE;
  }
}
@media screen and (max-width: 768px) {
  .modUnderline {
    -webkit-text-decoration: underline 3px #00EFEE;
            text-decoration: underline 3px #00EFEE;
  }
}
.modCta {
  background-color: var(--color_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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 {
  .modCta {
    padding: 68px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .modCta {
    padding: 60px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.modCta::before, .modCta::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
}
.modCta::before {
  top: 0;
  left: 0;
  border-right: 70px solid transparent;
  border-top: 100px solid var(--color_deep_blue);
}
.modCta::after {
  right: 0;
  bottom: 0;
  border-left: 70px solid transparent;
  border-bottom: 100px solid var(--color_deep_blue);
}
.modCta__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color_white);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea {
    width: 100%;
    max-width: 360px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea {
    width: 100%;
    min-width: 280px;
    height: 56px;
  }
}
.modCta__btnArea::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px;
  z-index: -1;
  background: var(--base);
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea::before {
    width: 90px;
    height: 90px;
    left: -25px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea::before {
    width: 128px;
    height: 128px;
    left: -64px;
  }
}
.modCta__btnArea .text {
  font-weight: bold;
  color: var(--base_text_color);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea .text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea .text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.modCta__btnArea .arrow {
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modCta__btnArea .arrow::before, .modCta__btnArea .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 1.5px;
  background-color: var(--base_text_color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modCta__btnArea .arrow::before {
  width: 24px;
  height: 2px;
  right: 18px;
  top: 49%;
}
.modCta__btnArea .arrow::after {
  width: 11px;
  height: 2px;
  bottom: 3px;
  right: -2px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 43%;
  right: 17px;
}
.modCta__btnArea--contact::before {
  background-color: var(--color_deep_blue);
}
.modCta__btnArea--contact::after {
  content: "";
  display: inline-block;
  background-image: url("/service/partner/w2/lp01/assets/img/icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea--contact::after {
    top: 20px;
    left: 19px;
    width: 27px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea--contact::after {
    top: 18px;
    left: 18px;
    width: 25px;
    height: 18px;
  }
}
.modCta__btnArea--contact .text {
  margin: 0 0 0 15px;
}
.modCta__btnArea--contact:hover .text {
  color: var(--color_white);
}
.modCta__btnArea--contact:hover .arrow::before, .modCta__btnArea--contact:hover .arrow::after {
  background-color: var(--color_white);
}
.modCta__btnArea--material::before {
  background-color: var(--color_light_blue);
}
.modCta__btnArea--material::after {
  content: "";
  display: inline-block;
  background-image: url("/service/partner/w2/lp01/assets/img/icon_material.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .modCta__btnArea--material::after {
    top: 19px;
    left: 19px;
    width: 22px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .modCta__btnArea--material::after {
    top: 17px;
    left: 18px;
    width: 19px;
    height: 22px;
  }
}
.modCta__btnArea--material .text {
  margin: 0 0 0 7px;
}
.modCta__btnArea:hover::before {
  width: 1024px !important;
  height: 1024px !important;
  border-radius: 0 !important;
}
.modCta__wrapper {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .modCta__wrapper--figure {
    margin-top: 68px;
  }
  .modCta__wrapper--figure .modCta {
    padding: 94px 0;
  }
}
@media screen and (min-width: 769px), print {
  .modCta__wrapper--figure::before {
    content: "";
    display: block;
    background-image: url("/service/partner/w2/lp01/assets/img/img_cta_left.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 4.6%;
    top: -11.7%;
    width: 146px;
    height: 210px;
    z-index: 2;
    -webkit-transform: translateY(-11.7%);
            transform: translateY(-11.7%);
  }
}
@media screen and (min-width: 769px), print {
  .modCta__wrapper--figure::after {
    content: "";
    display: block;
    background-image: url("/service/partner/w2/lp01/assets/img/img_cta_right.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 4.6%;
    top: -14%;
    width: 155px;
    height: 220px;
    z-index: 2;
    -webkit-transform: translateY(-14%);
            transform: translateY(-14%);
  }
}
@media screen and (max-width: 768px) {
  .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: var(--color_blue);
  width: 20px;
  height: 5px;
  border-radius: 10px;
}

.main {
  overflow-x: hidden;
}
.main__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (min-width: 769px), print {
  .main__section {
    padding: 90px 40px 100px;
    gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section {
    padding: 60px 20px;
    gap: 120px;
  }
}
.main__section--bgGray {
  background-color: #EEF0F6;
}
@media screen and (min-width: 769px), print {
  .main__section--bgGray {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__section--bgGray {
    margin-top: 20px;
  }
}
.main__section--step {
  background-color: var(--color_white);
}
@media screen and (min-width: 769px), print {
  .main__section--step {
    padding-top: 102px;
  }
}
.main__section--about {
  padding-bottom: 33px;
}
.main__kv {
  position: relative;
}
.main__kv::after {
  content: "";
  background-image: url("/service/partner/w2/lp01/assets/img/bg_kvShade02.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__kv::after {
    width: 1072px;
    height: 605px;
    top: -54px;
    right: -460px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv::after {
    width: 150%;
    height: 100%;
    top: -40px;
    right: -42%;
  }
}
.main__kv__inner {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner {
    margin: 90px auto -24px;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 260px;
  }
}
.main__kv__inner::before {
  content: "";
  background-image: url("/service/partner/w2/lp01/assets/img/bg_kvShade01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .main__kv__inner::before {
    width: 1002px;
    height: 605px;
    top: -54px;
    left: -9px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__inner::before {
    width: 100%;
    height: 100%;
    top: -74px;
    left: -184px;
    z-index: -1;
  }
}
.main__kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--color_deep_blue);
}
@media screen and (min-width: 769px), print {
  .main__kv__title {
    position: absolute;
    top: 99px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__title {
    gap: 2px;
    margin: 18px 0 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__title .logo {
    width: 181px;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__title .logo {
    width: 103px;
    margin: 0 0 2px 0;
  }
}
.main__kv__title .logo img {
  width: 100%;
  height: 100%;
}
.main__kv__title .name {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main__kv__title .name {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__title .name {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
.main__kv__text01 {
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 {
    width: 100%;
    max-width: 450px;
    min-height: 503px;
    padding: 42px 10px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01 {
    width: 335px;
    margin: 13px auto 18px;
    padding: 20px;
    gap: 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text01::before {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/img_kv_fig01.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
    height: 200px;
    position: absolute;
    bottom: -43px;
    left: -11px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01::before {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img//sp/img_kv_left.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 96px;
    height: 160px;
    position: absolute;
    top: -112px;
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01::after {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img//sp/img_kv_right.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 159px;
    position: absolute;
    top: -112px;
    right: 0;
  }
}
.main__kv__text01 .title {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .title {
    -webkit-text-decoration: underline 5px #00EFEE;
            text-decoration: underline 5px #00EFEE;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38px;
    margin: 0 0 21px 0;
  }
}
@media screen and (max-width: 1279px) {
  .main__kv__text01 .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01 .title {
    -webkit-text-decoration: underline 3px #00EFEE;
            text-decoration: underline 3px #00EFEE;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
  }
}
.main__kv__text01 .title strong {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .title strong {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .main__kv__text01 .title strong {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .title::before {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/bg_gradientLine01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 155px;
    height: 157px;
    position: absolute;
    top: -80px;
    left: -47px;
    z-index: 1;
  }
}
.main__kv__text01 .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 36px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01 .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .img > picture {
    max-width: 342px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01 .img > picture {
    width: 100%;
    max-width: 295px;
  }
}
.main__kv__text01 .img > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__kv__text01 .img > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .main__kv__text01 .img > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text01 .img > span {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
.main__kv__text01 .img > span::after {
  content: "※1";
}
@media screen and (min-width: 769px), print {
  .main__kv__text01 .img > span::after {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 0 5px 0;
  }
}
.main__kv__text02 {
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 {
    width: 100%;
    max-width: 450px;
    min-height: 503px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 55px 20px 0;
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02 {
    width: 335px;
    margin: 0 auto 37px;
    padding: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02::before {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/bg_gradientLine01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
    height: 93px;
    position: absolute;
    top: -34px;
    left: -51px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02::after {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/bg_gradientLine01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 92px;
    height: 93px;
    position: absolute;
    top: -90px;
    right: -47px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 .text02Icon {
    width: 60%;
    max-width: 234px;
    height: auto;
    margin: 0 auto;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02 .text02Icon {
    width: 86px;
    height: auto;
  }
}
.main__kv__text02 .text02Icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 .text02Icon::after {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/bg_gradientLine02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 111px;
    height: 188px;
    position: absolute;
    bottom: -192px;
    right: -157px;
    z-index: 1;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 .text {
    position: relative;
    display: contents;
  }
}
.main__kv__text02 .text__title {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 .text__title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38px;
    margin: 0 0 32px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1279px) {
  .main__kv__text02 .text__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02 .text__title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text02 .text__description {
    width: 100%;
    margin: 32px 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 1279px) {
  .main__kv__text02 .text__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__text02 .text__description {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    display: block;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text02::before {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/img_kv_fig02.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 351px;
    height: 241px;
    position: absolute;
    bottom: -27px;
    left: -309px;
    z-index: 1;
  }
}
@media screen and (max-width: 1279px) {
  .main__kv__text02::before {
    width: 301px;
    height: 191px;
    left: -269px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__text02::after {
    content: "";
    background-image: url("/service/partner/w2/lp01/assets/img/img_kv_fig03.webp");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 126px;
    height: 159px;
    position: absolute;
    bottom: -44px;
    right: 20px;
    z-index: 1;
  }
}
.main__kv__note {
  text-align: right;
  display: block;
  line-height: 1.6;
}
@media screen and (min-width: 769px), print {
  .main__kv__note {
    position: absolute;
    z-index: 3;
    bottom: -140px;
    right: 20px;
    color: var(--color_white);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__note {
    font-size: 12px;
    font-size: 1.2rem;
    color: var(--color_deep_blue);
    margin: 0 20px 20px 0;
  }
}

.ecPlatform__items {
  background-color: var(--color_white);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .ecPlatform__items {
    max-width: 345px;
  }
}
.ecPlatform__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .ecPlatform__items__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .ecPlatform__items__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ecPlatform__items__img {
  height: 56px;
  width: auto;
}
.ecPlatform__items__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .payment {
    margin-bottom: 6px;
  }
}
.payment__list {
  background-color: var(--color_white);
  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 {
  .payment__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 28px 0;
  }
}
@media screen and (max-width: 768px) {
  .payment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.payment__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .payment__list__item {
    padding: 18px 15px 0;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .payment__list__item {
    padding: 20px 0;
    margin: 0 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .payment__list__item:not(:last-child) {
    border-right: 2px solid #E5E5E5;
  }
}
@media screen and (max-width: 768px) {
  .payment__list__item:not(:last-child) {
    border-bottom: 2px solid #E5E5E5;
  }
}
.payment__list__item .paymentLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment__list__item .paymentLogo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.paypayFeature {
  width: 100%;
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .paypayFeature {
    padding: 50px 72px;
    gap: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .paypayFeature {
    padding-left: 42px;
    padding-right: 42px;
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature {
    padding: 60px 20px;
    gap: 30px;
  }
}
.paypayFeature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__title {
    margin: 0 0 20px 0;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__title {
    gap: 22px;
  }
}
@media screen and (min-width: 769px), print {
  .paypayFeature__title__logo {
    width: 49px;
    height: 49px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__title__logo {
    width: 33px;
    height: 33px;
  }
}
.paypayFeature__title__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.paypayFeature__title__heading {
  border-left: 1px solid var(--base_text_color);
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__title__heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38.4px;
    padding: 0 0 0 25px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__title__heading {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 25px;
    line-height: 1;
    padding: 0 0 0 11px;
    margin: 0 0 0 -11px;
  }
}
.paypayFeature .titleText {
  color: var(--base_text_gray);
}
@media screen and (min-width: 769px), print {
  .paypayFeature .titleText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature .titleText {
    margin-top: -15px;
  }
}
.paypayFeature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.paypayFeature__list__item {
  width: 100%;
  min-height: 183px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--color_white);
  padding: 15px 10px;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__list__item {
    max-width: 345px;
  }
}
.paypayFeature__list__item::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#6221C1), color-stop(30%, #005ED3), color-stop(70%, #0214A3), to(#00F0EE));
  background: linear-gradient(90deg, #6221C1 0%, #005ED3 30%, #0214A3 70%, #00F0EE 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__list__item .title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 1279px) {
  .paypayFeature__list__item .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__list__item .title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
.paypayFeature__list__item .data {
  color: var(--color_deep_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 0 10px;
}
.paypayFeature__list__item .data__unit {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  font-weight: bold;
  z-index: 1;
}
.paypayFeature__list__item .data__number {
  font-size: 51px;
  font-size: 5.1rem;
  font-family: "Oswald", sans-serif;
  line-height: 50px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .paypayFeature__list__item .data__number {
    font-size: 40px;
    font-size: 4rem;
  }
}
.paypayFeature__list__item .data__underline {
  background-color: #00EFEE;
  position: absolute;
  height: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 100%;
}
.paypayFeature__list__item .note {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  position: absolute;
  right: 19px;
  bottom: 12px;
}
.paypayFeature__list__item .note::before {
  content: "※";
  display: inline-block;
}
.paypayFeature__list__item .note::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__list__item:first-child .title {
    margin: -10px 0 9px 0;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__list__item:first-child .title {
    margin: -7px 0 10px 0;
  }
}
.paypayFeature__list__item:first-child .data__number {
  margin: 12px 18px 0 0;
}
@media screen and (max-width: 1279px) {
  .paypayFeature__list__item:first-child .data__number {
    margin-right: 0;
  }
}
.paypayFeature__list__item:first-child .data__unit {
  margin: 0 0 7px 0;
}
.paypayFeature__list__item:nth-child(2) .title {
  margin: -13px 0 14px 0;
}
.paypayFeature__list__item:nth-child(2) .data__number {
  margin: 13px 12px 0 0;
}
@media screen and (max-width: 1279px) {
  .paypayFeature__list__item:nth-child(2) .data__number {
    margin-right: 0;
  }
}
.paypayFeature__list__item:nth-child(2) .data__unit {
  margin: 0 0 6px 0;
}
.paypayFeature__list__item:nth-child(3) .title {
  margin: -24px 0 6px 0;
}
.paypayFeature__list__item:nth-child(3) .data__number {
  margin: 0 -1px 0 3px;
}
.paypayFeature__list__item:nth-child(3) .data__unit {
  margin: 0 0 6px 4px;
}
.paypayFeature__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__merit {
    gap: 36px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -10px;
    gap: 20px;
  }
}
.paypayFeature__merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 525px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.paypayFeature__merit__item .meritIcon {
  max-width: 65px;
  width: 100%;
  height: auto;
}
.paypayFeature__merit__item .meritIcon img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__merit__item .meritIcon--protection img {
    margin: 0 0 0 -11px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__merit__item .meritIcon--protection img {
    margin: 0 0 0 11px;
  }
}
.paypayFeature__merit__item .meritText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 438px;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__merit__item .meritText {
    gap: 6px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__merit__item .meritText {
    gap: 9px;
  }
}
.paypayFeature__merit__item .meritText__title {
  color: var(--base_text_blue);
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .paypayFeature__merit__item .meritText__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 1.01px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__merit__item .meritText__title {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.paypayFeature__merit__item .meritText__description {
  text-align: left;
  color: var(--base_text_gray);
}
@media screen and (min-width: 769px), print {
  .paypayFeature__merit__item .meritText__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.01px;
  }
}
@media screen and (max-width: 768px) {
  .paypayFeature__merit__item .meritText__description {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 1px;
  }
}

.otherRecommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EEF0F6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 769px), print {
  .otherRecommend {
    margin: 100px 0 0 0;
    padding: 50px 72px;
  }
}
@media screen and (max-width: 1279px) {
  .otherRecommend {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend {
    margin: 80px 0 0 0;
    padding: 60px 20px;
  }
}
.otherRecommend__title__heading {
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__title__heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 38px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__title__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 2px 0 24px 0;
    line-height: 30px;
  }
}
.otherRecommend__title__text {
  color: var(--base_text_gray);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 1.01px;
  text-align: center;
}
.otherRecommend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.otherRecommend__list__item {
  width: 100%;
  border: 2.02px solid var(--base_text_blue);
  background-color: var(--color_white);
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list__item {
    max-width: 345px;
    min-height: 402px;
  }
}
.otherRecommend__list__item .recommendTitle {
  background-color: var(--base_text_blue);
  color: var(--color_white);
  height: 58px;
  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;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list__item .recommendTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .otherRecommend__list__item .recommendTitle {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__list__item .recommendTitle {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.otherRecommend__list__item .recommendImg {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list__item .recommendImg {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__list__item .recommendImg {
    margin: 20px 0 17px 0;
  }
}
.otherRecommend__list__item .recommendImg > img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list__item .recommendFeatures {
    padding: 0 22px 40px;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__list__item .recommendFeatures {
    padding: 0 25px 19px 22px;
  }
}
.otherRecommend__list__item .recommendFeatures li {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .otherRecommend__list__item .recommendFeatures li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.6px;
    padding: 0 0 0 13px;
  }
}
@media screen and (max-width: 768px) {
  .otherRecommend__list__item .recommendFeatures li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 0 0 0 13px;
  }
}
.otherRecommend__list__item .recommendFeatures li > span {
  color: var(--base_text_blue);
}
.otherRecommend__list__item .recommendFeatures li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--base_text_color);
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 9px;
}
.otherRecommend__list__item .recommendFeatures li + li {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .examination {
    margin: -40px 0 0;
  }
}
.examination__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px), print {
  .examination__list {
    -ms-grid-columns: auto 95px auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto 18px auto;
    grid-template-rows: auto auto;
    -webkit-column-gap: 95px;
       -moz-column-gap: 95px;
            column-gap: 95px;
    row-gap: 18px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .examination__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .examination__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .examination__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .examination__list > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .examination__list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .examination__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .examination__list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .examination__list > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .examination__list > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media screen and (min-width: 1300px) {
  .examination__list {
    padding: 0 0 0 60px;
  }
}
.examination__list__item {
  background-image: url("/service/partner/w2/lp01/assets/img/bg_arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media screen and (min-width: 769px), print {
  .examination__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    min-height: 484px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item {
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .examination__list__item:first-child .examinationImg {
    max-width: 349px;
    top: 40px;
    left: 29px;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item:first-child .examinationImg {
    width: 207px;
  }
  .examination__list__item:first-child .examinationText {
    margin: -68px auto 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .examination__list__item:nth-child(2) .examinationImg {
    max-width: 321px;
    top: 22px;
    left: -28px;
  }
  .examination__list__item:nth-child(2) .examinationText {
    margin: 0 0 0 27px;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item:nth-child(2) {
    margin: 15px 0 16px 0;
  }
  .examination__list__item:nth-child(2) .examinationImg {
    max-width: 194px;
  }
  .examination__list__item:nth-child(2) .examinationText {
    margin: -71px auto 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .examination__list__item:nth-child(3) .examinationImg {
    max-width: 303px;
    top: 83px;
    left: 12px;
  }
  .examination__list__item:nth-child(3) .examinationText {
    margin: 0 0 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item:nth-child(3) {
    margin: 28px 0;
  }
  .examination__list__item:nth-child(3) .examinationImg {
    width: 183px;
  }
  .examination__list__item:nth-child(3) .examinationText {
    margin: -74px auto 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .examination__list__item:nth-child(4) .examinationImg {
    max-width: 303px;
    top: 64px;
    left: 92px;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item:nth-child(4) {
    margin: 24px 0 0 0;
  }
  .examination__list__item:nth-child(4) .examinationImg {
    width: 183px;
  }
  .examination__list__item:nth-child(4) .examinationText {
    margin: -72px auto 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .examination__list__item .examinationImg {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.examination__list__item .examinationImg {
  display: block;
  margin: 0 auto;
  height: auto;
}
.examination__list__item .examinationImg img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.examination__list__item .examinationText {
  width: 100%;
  max-width: 395px;
  z-index: 1;
}
.examination__list__item .examinationText__number {
  background: linear-gradient(45deg, #6221C1 20%, #005ED3 25%, #0214A3 50%, #00F0EE 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1.4;
}
@media screen and (min-width: 769px), print {
  .examination__list__item .examinationText__number {
    font-size: 90px;
    font-size: 9rem;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item .examinationText__number {
    font-size: 53px;
    font-size: 5.3rem;
  }
}
.examination__list__item .examinationText__text__heading {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .examination__list__item .examinationText__text__heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 10px 0 14px 0;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item .examinationText__text__heading {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 6px 0 9px 0;
    letter-spacing: 1px;
  }
}
.examination__list__item .examinationText__text__description {
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  .examination__list__item .examinationText__text__description {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .examination__list__item .examinationText__text__description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .security {
    gap: 56px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .security .modHeading01 {
    margin-bottom: 0;
  }
}
.security__3DSecure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .security__3DSecure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 1279px) {
  .security__3DSecure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    margin: 0 0 60px;
  }
}
@media screen and (min-width: 769px), print {
  .security__3DSecure__text {
    max-width: 686px;
  }
}
.security__3DSecure__text .headingSecure {
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px), print {
  .security__3DSecure__text .headingSecure {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.6px;
    margin: 0 0 27px 0;
  }
}
@media screen and (max-width: 1279px) {
  .security__3DSecure__text .headingSecure {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 1279px) {
  .security__3DSecure__text .textSecure {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1;
  }
}
.security__3DSecure__img {
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .security__3DSecure__img {
    max-width: 686px;
  }
}
.security__3DSecure__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.security__merit__heading {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .security__merit__heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.6px;
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .security__merit__heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}
.security__merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px), print {
  .security__merit__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .security__merit__list {
    -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;
    gap: 69px;
    margin-top: 70px;
  }
}
.security__merit__list .meritItem {
  background-color: var(--color_white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .security__merit__list .meritItem {
    width: 40%;
    max-width: 345px;
    padding: 44px 0 31px;
  }
}
@media screen and (max-width: 768px) {
  .security__merit__list .meritItem {
    width: 80%;
    min-width: 295px;
    padding: 34px 0;
    height: 220px;
  }
}
@media screen and (min-width: 769px), print {
  .security__merit__list .meritItem:first-child .meritItem__img img {
    margin-left: 30%;
  }
}
.security__merit__list .meritItem__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .security__merit__list .meritItem__inner {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .security__merit__list .meritItem__inner {
    gap: 20px;
  }
}
.security__merit__list .meritItem__img {
  width: 100%;
  height: 100%;
}
.security__merit__list .meritItem__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.security__merit__list .meritItem__text {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .security__merit__list .meritItem__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.6px;
  }
}
.security__merit__list .meritItem__number {
  position: absolute;
  color: var(--color_white);
  font-family: "Oswald", sans-serif;
  background-image: url("/service/partner/w2/lp01/assets/img/bg_arrow_gradient.svg");
  background-position: center;
  width: 125px;
  height: 107px;
  top: -54px;
  left: 0;
  text-align: center;
  padding: 32px 17px 0 0;
}
@media screen and (min-width: 769px), print {
  .security__merit__list .meritItem__number {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .security__merit__list .meritItem__number {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .security__options {
    margin: 60px 0 0 0;
  }
}
.security__options__heading {
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .security__options__heading {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    letter-spacing: 1.01px;
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .security__options__heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 1px;
  }
}

.step__list {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .step__list {
    margin: 100px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 939px) {
  .step__list {
    display: block;
    margin: 69px auto 0;
  }
}
.step__list::before {
  position: absolute;
  content: "";
}
@media screen and (min-width: 769px), print {
  .step__list::before {
    background-color: var(--base_text_color);
    width: calc(100% - 3px);
    height: 3px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 939px) {
  .step__list::before {
    background-color: var(--color_blue);
    width: 3px;
    height: calc(100% - 3px);
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.step__list__item {
  position: relative;
  background-color: var(--color_white);
}
@media screen and (min-width: 769px), print {
  .step__list__item {
    border: 3px solid var(--base_text_color);
    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;
    width: 203px;
    min-height: 345px;
    padding: 0 5px 5px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item {
    border: 3px solid var(--color_blue);
    width: 100%;
    height: auto;
    padding: 17px 15px 26px;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .step__list__item {
    max-height: 210px;
  }
}
.step__list__item .stepBudge {
  background-color: var(--base_text_blue);
  color: var(--color_white);
  position: absolute;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepBudge {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepBudge {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.step__list__item .stepBudge span {
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepBudge span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepBudge span {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32.5px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepBudge {
    border-radius: 100%;
    top: -58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    line-height: 1;
    width: 115px;
    height: 115px;
    border: 8px solid var(--color_white);
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepBudge {
    width: 72px;
    height: 72px;
    font-size: 11px;
    padding: 15px 0 14px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    vertical-align: middle;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo {
    margin: 59px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo {
    margin: 33px auto 0 !important;
  }
}
.step__list__item .stepLogo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--01 {
    margin-top: 68px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--01 {
    width: 43px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--01 img {
    width: 72px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--01 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--02 {
    margin: 79px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--02 {
    width: 42px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--02 img {
    width: 67px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--02 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--03 {
    margin: 69px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--03 {
    width: 42px;
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--03 img {
    width: 70px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--03 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--04 {
    margin: 71px auto 0;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--04 {
    width: 43px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepLogo--04 img {
    width: 69px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepLogo--04 img {
    width: 100%;
  }
}
.step__list__item .stepTitle {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
    height: 77px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepTitle {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 27px;
    margin-top: 7px;
    height: auto;
  }
}
.step__list__item .stepText {
  display: inline-block;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .step__list__item .stepText {
    font-size: 11px;
    font-size: 1.1rem;
    max-width: 138px;
    margin: auto auto auto;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .stepText {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    margin-top: 18px;
    max-width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item .modBpPc {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item:nth-child(1) .stepTitle {
    margin-top: 27px;
    height: auto;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(1) .stepTitle {
    margin-top: 7px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item:nth-child(2) .stepTitle {
    margin-top: 16px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(2) .stepTitle {
    margin-top: 7px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(4) .stepTitle {
    margin-top: 7px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item:nth-child(5) .stepTitle {
    margin: 33px 0 0 0;
    letter-spacing: 2.2px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(5) .stepTitle {
    margin-top: 8px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(6) {
    margin-bottom: 59px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item:nth-child(6) .stepTitle {
    margin-top: 25px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(6) .stepTitle {
    margin-top: 12px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(7) {
    padding-bottom: 22px;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item:nth-child(7) .stepTitle {
    margin-top: 45px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item:nth-child(7) .stepTitle {
    margin-top: 12px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item__logo {
    margin-top: 30px !important;
  }
}
.step__list__item--noBudge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: #E5E5E5;
}
@media screen and (min-width: 769px), print {
  .step__list__item--noBudge {
    width: 100%;
    max-width: 86px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item--noBudge {
    width: 75%;
    min-width: 260px;
    margin: 19px auto 56px;
    padding: 0;
  }
}
@media screen and (min-width: 769px), print {
  .step__list__item--noBudge .stepTitle {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    height: auto;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item--noBudge .stepTitle {
    width: 260px;
    margin: 12px auto;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
@media screen and (max-width: 939px) {
  .step__list__item--noBudge + .step__list__item--noBudge {
    margin-top: -39px !important;
  }
}

.about {
  background-color: #EEF0F6;
}
@media screen and (min-width: 769px), print {
  .about {
    padding: 80px 120px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 939px) {
  .about {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 20px;
  }
}
.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__title .modHeading01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .about__title .modHeading01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 45px;
  }
}
@media screen and (min-width: 769px), print {
  .about__title {
    margin: 0 auto;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
@media screen and (min-width: 769px), print {
  .about__title__logo {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .about__title__logo {
    width: 76px;
  }
}
.about__title__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 769px), print {
  .about__text {
    margin: 20px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    margin: 30px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 21.2px;
    letter-spacing: 2.01px;
  }
}
@media screen and (min-width: 769px), print {
  .about__img {
    margin: 40px auto;
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .about__img {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .about__detail {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.about__detail {
  background-color: var(--color_white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 20px;
}
.about__detail__heading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 2.01px;
  font-weight: bold;
}
.about__detail__img {
  width: 255px;
  height: auto;
  margin: 0 auto;
}
.about__detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about__detail__item .detailDevelopment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.about__detail__item .detailDevelopment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.about__detail__item .detailDevelopment__title__heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}
.about__detail__item .detailDevelopment__title__icon {
  width: 30px;
  height: 30px;
  background-color: var(--color_blue);
}
.about__detail__item .detailDevelopment__title__icon img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.about__detail__item .detailDevelopment__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: var(--color_blue);
  font-weight: bold;
}
.about__detail__item .detailDevelopment__text strong {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}
.about__detail__item .detailDevelopment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.about__detail__item .detailDevelopment__list .listHeading {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--color_white);
  height: 42px;
  background-color: var(--color_blue);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}
.about__detail__item .detailDevelopment__list .listDetail > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 16px;
}
.about__detail__item .detailDevelopment__list .listDetail > li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: var(--color_blue);
  left: 4px;
  top: 8px;
  display: block;
  border-radius: 50%;
}
.about__detail__item .detailDevelopment--effiency .detailDevelopment__title__icon,
.about__detail__item .detailDevelopment--effiency .listHeading,
.about__detail__item .detailDevelopment--effiency .listDetail > li::before {
  background-color: var(--color_deep_blue);
}
.about__client__heading {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .about__client__heading {
    letter-spacing: 0.6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .about__client__heading {
    margin: 30px auto 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.about__client__img {
  margin: 30px auto 0;
}
@media screen and (min-width: 769px), print {
  .about__client__img {
    display: block;
  }
}
.about__client__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}

@media screen and (min-width: 769px), print {
  *:lang(en) .main__kv__text01 .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 1279px) {
  *:lang(en) .main__kv__text01 .title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    -webkit-text-decoration: underline 3px #00EFEE;
            text-decoration: underline 3px #00EFEE;
  }
}
@media screen and (max-width: 768px) {
  *:lang(en) .main__kv__text01 .title {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px), print {
  *:lang(en) .main__kv__text01 .title strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 1279px) {
  *:lang(en) .main__kv__text01 .title strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  *:lang(en) .main__kv__text02 .text__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 38px;
  }
}
@media screen and (max-width: 1279px) {
  *:lang(en) .main__kv__text02 .text__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  *:lang(en) .main__kv__text02 .text__title {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1279px) {
  *:lang(en) .main__kv__text02 .text__title .modUnderline {
    -webkit-text-decoration: underline 3px #00EFEE;
            text-decoration: underline 3px #00EFEE;
  }
}
*:lang(en) .header__linkArea a.bgLightBlue,
*:lang(en) .modCta__btnArea--material {
  display: none;
}
/*# sourceMappingURL=style.css.map */