@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px), print {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

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

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

.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: 680px;
    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);
  border-radius: 30px;
  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.materials {
  border: 2px solid #fff;
  background-color: #fff;
}
.modBtnArea__inner > a.materials > span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.modBtnArea__inner > a.application {
  background-color: #ed9700;
  color: #fff;
  border: 2px solid #ed9700;
}
.modBtnArea__inner > a.application > span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.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__inner > a:only-child {
  margin: 0 auto;
}
.modBtnArea__link {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link {
    margin: 22px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea__link {
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modBtnArea__link > a {
  color: #3588d1;
  letter-spacing: 0;
  text-underline-offset: 3px;
  text-decoration: underline;
}
@media screen and (min-width: 769px), print {
  .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
  }
  .modBtnArea__link > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.modBtnArea__link .blue {
  color: #3588d1;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 -4px 0;
}
@media screen and (max-width: 768px) {
  .modBtnArea__link .blue {
    font-size: 10px;
    font-size: 1rem;
    margin: 0;
  }
}
.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 {
    font-size: 1.3rem !important;
    font-size: 13px;
    padding: 8px 8px;
    width: 100%;
  }
}
.modBtnArea--header .modBtnArea__inner > a + a {
  background-color: #ed9700;
  color: #fff;
  border: 2px solid #ed9700;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a + a:hover {
    background-color: #fff;
    color: #ed9700;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner > a.materials {
    margin: 0;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__inner.en {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link {
    margin: 0 30px 0 0;
  }
}
.modBtnArea--header .modBtnArea__link > a {
  font-weight: bold;
  color: #333;
}
@media screen and (min-width: 769px), print {
  .modBtnArea--header .modBtnArea__link > a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .modBtnArea--header .modBtnArea__link > a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.modTitle {
  position: relative;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px), print {
  .modTitle {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 768px) {
  .modTitle {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -0.5px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 320px) {
  .modTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.modTitle::before {
  color: #3588d1;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .modTitle::before {
    font-size: 16px;
    font-size: 1.6rem;
    top: -30px;
    width: 210px;
    padding: 3px 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--feature::before {
  content: "FEATURE";
}
.modTitle--plan::before {
  content: "PLAN";
}
@media screen and (max-width: 768px) {
  .modTitle--plan {
    margin: 0 20px 40px;
  }
}
.modTitle--charge::before {
  content: "CHARGE";
}
.modTitle--option::before {
  content: "OPTION";
}
.modTitle--step::before {
  content: "STEP";
}
.modTitle > strong {
  color: #3588d1;
  font-weight: 700;
}
.modCta {
  background: url(../img/bg_cta.png) repeat 0 0;
  background-size: cover;
  padding: 85px 0 70px;
  overflow: hidden;
}
.modCta__title {
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 38px;
  font-size: 3.8rem;
}
.modCta__title > span {
  position: relative;
}
.modCta__title > span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  top: 5px;
  left: -29px;
}
.modCta__title > span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  top: 5px;
  right: -25px;
}
.modCta .modBtnArea__link > a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modScrollbox {
    overflow-x: scroll;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0 0 30px;
  }
}
.modScrollbox::-webkit-scrollbar {
  width: 10px;
  height: 3px;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-track {
  background: #b3b3b3;
  border-radius: 6px;
}
.modScrollbox::-webkit-scrollbar-thumb {
  background-color: #3588d1;
  width: 20px;
  height: 3px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .modScrollbox--comparison {
    width: 100%;
  }
}
.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 40px;
  }
}
@media screen and (max-width: 768px) {
  .modTableOption {
    width: 600px;
    margin: 24px 0 15px;
    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: #3588d1;
}
@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;
}

.header {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 769px), print {
  .header {
    position: fixed;
    min-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header__inner {
  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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 769px), print {
  .header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 11px 0 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 769px), print {
  .header__logo {
    width: 320px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 202px;
    height: 30px;
    margin-top: 4px;
  }
}
.header__logo > h1 {
  text-indent: -9999px;
}
.header__linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__linkArea .modBtnArea {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .header__linkArea .modBtnArea__link {
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner {
    width: 500px;
  }
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header__linkArea .modBtnArea__inner > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.header__linkArea .modBtnArea__inner > a.materials {
  border: 2px solid #ccc;
}
@media screen and (min-width: 769px), print {
  .header__linkArea .modBtnArea__inner > a.materials:hover {
    border: 2px solid #3588d1;
    color: #3588d1;
  }
}
.header__linkArea .modBtnArea__inner > a:only-child {
  margin: 0;
}

@media screen and (min-width: 769px), print {
  .main.is_act {
    padding-top: 91px;
  }
}
.main__kv {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .main__kv {
    background: url("../img/bg_kv02.png") no-repeat 0 50px;
    background-size: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 30px;
    max-width: 1440px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .main__kv {
    background: url("../img/sp/bg_kv.png") no-repeat 0 20px;
    background-size: cover;
    background-position: 50% 0;
  }
}
@media screen and ( min-width : 1441px ) {
  .main__kv {
    max-width: 100%;
    background: url("../img/bg_kvLarge.png") no-repeat 0 50px;
    background-size: contain;
    background-position: 50% 0;
    height: 1194px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea {
    padding: 182px 0 60px 80px;
    margin: 0 55px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea__inner > a.materials:hover {
    border: 1px solid rgba(0, 0, 0, 0.18);
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .modBtnArea a {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox {
    margin: 15px 0 0;
  }
}
.main__kv__textArea .textBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title {
    padding: 0 0 39px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title {
    width: 67%;
    max-width: 248px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 6px;
    padding: 0 0 24px;
  }
}
.main__kv__textArea .textBox__title::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: url("../img/bg_kv_textarea.png") no-repeat 0 0;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title::after {
    background-size: auto;
    height: 36px;
    bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title::after {
    background-size: cover;
    height: 12px;
    bottom: 2px;
  }
}
.main__kv__textArea .textBox__title__logo {
  display: inline-block;
  background: url("../img/img_logo.png") no-repeat center;
  background-size: cover;
  text-indent: -9999px;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title__logo {
    width: 224px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title__logo {
    width: 124px;
    overflow: hidden;
    aspect-ratio: 148/38;
  }
  .main__kv__textArea .textBox__title__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 148/38) {
    .main__kv__textArea .textBox__title__logo {
      position: relative;
    }
    .main__kv__textArea .textBox__title__logo::before {
      float: left;
      content: "";
      padding-top: 25.68%;
    }
    .main__kv__textArea .textBox__title__logo::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__kv__textArea .textBox__title__logo > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.main__kv__textArea .textBox__title__caption {
  color: #3588d1;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__title__caption {
    font-size: 21px;
    font-size: 2.1rem;
    margin-left: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__title__caption {
    font-size: 13px;
    font-size: 1.3rem;
    margin-left: 7px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__content {
    width: 76%;
    margin: 0 auto;
  }
  .main__kv__textArea .textBox__content img {
    max-width: 100%;
    height: auto;
  }
}
.main__kv__textArea .textBox__content__caption {
  font-size: 10px;
  font-size: 1rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (min-width: 769px), print {
  .main__kv__textArea .textBox__content__caption {
    margin: 20px 0 66px -28px;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__textArea .textBox__content__caption {
    margin: 24px 0 0 -5%;
    width: 110%;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__img {
    width: 949px;
    padding: 34px 0 0;
    margin: 0 -194px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__img {
    margin: 0 0 0 20px;
  }
}
@media screen and ( min-width : 1441px ) {
  .main__kv__img {
    margin-right: 0;
    position: relative;
  }
  .main__kv__img::after {
    content: "";
    position: absolute;
    background: url("../img/bg_kvImg.png") no-repeat 0 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: -16px;
    top: 30px;
  }
}
@media screen and (min-width: 769px), print {
  .main__kv__img .list {
    height: 800px;
  }
}
.main__kv__img .list__item {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (min-width: 769px), print {
  .main__kv__img .list__item {
    -webkit-mask-image: url("../img/shape_kv.png");
    mask-image: url("../img/shape_kv.png");
    -webkit-mask-size: auto;
    mask-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__kv__img .list__item {
    -webkit-mask-image: url("../img/sp/shape_kv.png");
    mask-image: url("../img/sp/shape_kv.png");
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}
.main__kv__img .list__item img {
  max-width: 100%;
  height: auto;
}
.main__payment {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__payment {
    max-width: 1200px;
    margin: 40px auto 0;
  }
}
@media screen and ( min-width : 1441px ) {
  .main__payment {
    margin: -180px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__payment {
    width: 100%;
    margin: 45px 0 0;
    padding: 40px 20px 30px;
    background: url("../img/sp/bg_paypay01.png") no-repeat right top, url("../img/sp/bg_paypay02.png") no-repeat left bottom;
    background-size: 26%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment {
    max-width: 720px;
  }
}
.main__payment__box {
  background-color: #fff;
  -webkit-box-shadow: 5px 4px 16px rgba(51, 51, 51, 0.12);
          box-shadow: 5px 4px 16px rgba(51, 51, 51, 0.12);
}
@media screen and (min-width: 769px), print {
  .main__payment__box {
    padding: 20px 20px 40px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box {
    padding: 22px 15px 37px;
    border-radius: 6px;
  }
}
.main__payment__box .title {
  text-align: center;
  font-weight: 700;
  color: #3588d1;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 36px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list {
    margin: 19px 15px 15px;
  }
}
.main__payment__box .list__item {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item + .list__item {
    margin-top: 45px;
  }
}
.main__payment__box .list__item::before {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item::before {
    width: 1px;
    height: 100%;
    top: 0;
    right: -8px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item::before {
    width: 100%;
    height: 1px;
    bottom: -20px;
    right: 0;
  }
}
.main__payment__box .list__item:last-child::before {
  display: none;
}
.main__payment__box .list__item__title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__title {
    margin-bottom: 10px;
  }
}
.main__payment__box .list__item__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;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img {
    height: 152px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img {
    height: 120px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--01 img {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--01 img {
    width: 73%;
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--01 img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--02 {
    height: 75px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--02 img {
    width: 219px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--02 img {
    width: 69%;
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--02 img {
    width: 190px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--03 {
    height: 38px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--03 img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--03 img {
    width: 38%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--04 {
    height: 94px;
  }
}
@media screen and (min-width: 769px), print {
  .main__payment__box .list__item__img--04 img {
    width: 226px;
  }
}
@media screen and (max-width: 768px) {
  .main__payment__box .list__item__img--04 img {
    width: 73%;
    height: auto;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__payment__box .list__item__img--04 img {
    width: 200px;
  }
}
.main__payment__box .caption {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 769px), print {
  .main__payment__box .caption {
    margin: 10px 0 0 -40px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  .main__section {
    padding: 50px 0 52px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section {
    padding: 80px 0;
  }
}
.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: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__inner {
    max-width: 680px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--plan {
    background: url("../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%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--price .main__section__caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section--price .main__section__caption {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 20px 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--feature, .main__section--option {
    padding: 140px 0 180px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .main__section--feature .main__section__inner, .main__section--option .main__section__inner {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--step {
    padding: 126px 0 121px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section--dot {
    background: url("../img/bg_dot.png") repeat 0 0;
    background-size: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__section--dot {
    background: url("../img/sp/bg_dot.png") repeat 0 0;
    background-size: contain;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList {
    margin: 76px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item {
    padding: 0 0 65px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item:not(:first-child) {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item:not(:first-child) {
    margin: 40px 0 0;
  }
}
.main__section .featureList__item:nth-child(even) .featureList__item__section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main__section .featureList__item:nth-child(1) .contents__title::before {
  content: "01";
}
.main__section .featureList__item:nth-child(2) .contents__title::before {
  content: "02";
}
.main__section .featureList__item:nth-child(3) .contents__title::before {
  content: "03";
}
.main__section .featureList__item:nth-child(4) .contents__title::before {
  content: "04";
}
.main__section .featureList__item:nth-child(5) .contents__title::before {
  content: "05";
}
.main__section .featureList__item:nth-child(6) .contents__title::before {
  content: "06";
}
.main__section .featureList__item:nth-child(7) .contents__title::before {
  content: "07";
}
.main__section .featureList__item:nth-child(8) .contents__title::before {
  content: "08";
}
.main__section .featureList__item:nth-child(9) .contents__title::before {
  content: "09";
}
.main__section .featureList__item:nth-child(10) .contents__title::before {
  content: "010";
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item__section {
    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: 768px) {
  .main__section .featureList__item__section {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .contents {
    width: 620px;
    padding: 85px 0 0 130px;
  }
}
.main__section .featureList__item .contents__title {
  font-weight: bold;
  color: #3588d1;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .contents__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .contents__title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 12px;
    height: 89px;
    padding: 25px 0 0 78px;
  }
}
.main__section .featureList__item .contents__title::before {
  color: #3588d1;
  font-family: "Rubik";
  font-weight: normal;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .contents__title::before {
    font-size: 80px;
    font-size: 8rem;
    top: -98px;
    left: -136px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .contents__title::before {
    font-size: 45px;
    font-size: 4.5rem;
    top: -10px;
    left: -5px;
  }
}
.main__section .featureList__item .contents__title::after {
  content: "";
  background: url("../img/img_line.svg") no-repeat center;
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .contents__title::after {
    width: 160px;
    height: 160px;
    left: -100px;
    top: -76px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .contents__title::after {
    width: 75px;
    height: 78px;
    top: 2px;
    left: 22px;
  }
}
.main__section .featureList__item .contents__lead {
  line-height: 1.8;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .contents__lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .contents__lead {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    position: relative;
  }
  .main__section .featureList__item .contents__lead::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc(100% + 20px);
  }
}
.main__section .featureList__item .reference {
  -webkit-box-shadow: 0 5px 16px rgba(3, 3, 3, 0.2);
          box-shadow: 0 5px 16px rgba(3, 3, 3, 0.2);
  background: #fff;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference {
    position: relative;
    border-radius: 12px;
    width: 520px;
  }
  .main__section .featureList__item .reference::after {
    content: "";
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference {
    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;
    border-radius: 8px;
    margin: 40px 30px 0;
    overflow: hidden;
    aspect-ratio: 275/175;
    overflow: inherit;
  }
  .main__section .featureList__item .reference img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 275/175) {
    .main__section .featureList__item .reference {
      position: relative;
    }
    .main__section .featureList__item .reference::before {
      float: left;
      content: "";
      padding-top: 63.64%;
    }
    .main__section .featureList__item .reference::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__section .featureList__item .reference > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
  .main__section .featureList__item .reference img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 435px;
  }
}
.main__section .featureList__item .reference__table tr:not(:last-child) th,
.main__section .featureList__item .reference__table tr:not(:last-child) td {
  border-bottom: 1px solid #b2b2b2;
}
.main__section .featureList__item .reference__table th,
.main__section .featureList__item .reference__table td {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference__table th,
  .main__section .featureList__item .reference__table td {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__table th,
  .main__section .featureList__item .reference__table td {
    padding: 12px 6px;
  }
}
.main__section .featureList__item .reference__table th {
  text-align: center;
  border-right: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference__table th {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section .featureList__item .reference__table th sup {
  display: inline-block;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference__table th sup {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__table th sup {
    font-size: 10px;
    font-size: 1rem;
  }
}
.main__section .featureList__item .reference__table td {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__table td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section .featureList__item .reference__table td .color {
  font-weight: 700;
  color: #3588d1;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference__table td .color {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__table td .color {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main__section .featureList__item .reference__text--attention {
  margin: 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item .reference__text--attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item .reference__text--attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section .featureList__item .reference:has(.reference__table) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--01 .contents__lead::after {
    overflow: hidden;
    aspect-ratio: 709/494;
    width: calc(100% + 20px);
    background: url("../img/sp/bg_feature01.png") no-repeat 0 0;
    background-size: cover;
    right: -20px;
  }
  .main__section .featureList__item--01 .contents__lead::after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 709/494) {
    .main__section .featureList__item--01 .contents__lead::after {
      position: relative;
    }
    .main__section .featureList__item--01 .contents__lead::after::before {
      float: left;
      content: "";
      padding-top: 69.68%;
    }
    .main__section .featureList__item--01 .contents__lead::after::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__section .featureList__item--01 .contents__lead::after > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item--01 .reference {
    padding: 84px 80px 90px;
  }
  .main__section .featureList__item--01 .reference::after {
    background: url("../img/bg_feature01.png") no-repeat 0 0;
    background-size: cover;
    width: 682px;
    height: 475px;
    top: -65px;
    right: -150px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--01 .reference {
    padding: 45px 50px 52px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--02 .contents__lead::after {
    overflow: hidden;
    aspect-ratio: 730/507;
    width: calc(100% + 30px);
    background: url("../img/sp/bg_feature02.png") no-repeat 0 0;
    background-size: cover;
    left: -20px;
  }
  .main__section .featureList__item--02 .contents__lead::after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 730/507) {
    .main__section .featureList__item--02 .contents__lead::after {
      position: relative;
    }
    .main__section .featureList__item--02 .contents__lead::after::before {
      float: left;
      content: "";
      padding-top: 69.45%;
    }
    .main__section .featureList__item--02 .contents__lead::after::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__section .featureList__item--02 .contents__lead::after > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item--02 .reference {
    padding: 60px 40px 30px 50px;
  }
  .main__section .featureList__item--02 .reference::after {
    background: url("../img/bg_feature02.png") no-repeat 0 0;
    background-size: cover;
    width: 761px;
    height: 508px;
    top: -100px;
    left: -214px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--02 .reference {
    padding: 30px 22px 20px;
  }
  .main__section .featureList__item--02 .reference > img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--03 .contents__lead::after {
    overflow: hidden;
    aspect-ratio: 349/198;
    width: calc(100% + 20px);
    top: calc(100% + 40px);
    background: url("../img/sp/bg_feature03.png") no-repeat 0 0;
    background-size: cover;
    right: -20px;
  }
  .main__section .featureList__item--03 .contents__lead::after img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @supports not (aspect-ratio: 349/198) {
    .main__section .featureList__item--03 .contents__lead::after {
      position: relative;
    }
    .main__section .featureList__item--03 .contents__lead::after::before {
      float: left;
      content: "";
      padding-top: 56.73%;
    }
    .main__section .featureList__item--03 .contents__lead::after::after {
      display: block;
      content: "";
      clear: both;
    }
    .main__section .featureList__item--03 .contents__lead::after > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
@media screen and (min-width: 769px), print {
  .main__section .featureList__item--03 .reference {
    padding: 26px 66px 34px;
    width: 500px;
  }
  .main__section .featureList__item--03 .reference::after {
    background: url("../img/bg_feature03.png") no-repeat 0 0;
    background-size: cover;
    width: 722px;
    height: 412px;
    top: 0px;
    right: -200px;
  }
}
@media screen and (max-width: 768px) {
  .main__section .featureList__item--03 .reference {
    padding: 20px 35px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__plan {
    padding: 0 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__plan {
    padding: 30px 0;
  }
}
.main__section__planDiscription {
  text-align: center;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px), print {
  .main__section__planDiscription {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planDiscription {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main__section__planTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable {
    width: 100%;
    border-radius: 12px;
    margin: 65px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable {
    width: 760px;
    border-radius: 8px;
  }
}
.main__section__planTable th, .main__section__planTable td {
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th, .main__section__planTable td {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main__section__planTable th:last-child, .main__section__planTable td:last-child {
  border-right: none;
}
.main__section__planTable th {
  font-weight: 700;
  color: #676767;
  letter-spacing: -0.5px;
  text-align: center;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable th {
    width: 278px;
    height: 121px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable th {
    background-color: #fff;
    padding: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__planTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background-color: #f5f5f5;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable td strong {
  position: relative;
  color: #3588d1;
  font-weight: 700;
}
.main__section__planTable td strong::before {
  position: absolute;
  content: "";
  width: 85%;
  background-color: #d15c70;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong::before {
    bottom: -10px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td strong::before {
    z-index: 10;
    bottom: -6px;
    height: 4px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable td strong .large {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable td strong .large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable tr th:first-child {
  text-align: left;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child {
    padding: 0 38px;
    font-size: 24px;
    font-size: 2.4rem;
    height: 121px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child {
    padding: 6px 14px;
    font-size: 14px;
    font-size: 1.4rem;
    height: 90px;
  }
}
.main__section__planTable tr th:first-child > strong {
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea {
    height: 162px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea {
    padding: 12px;
  }
}
.main__section__planTable tr th:first-child.textArea > p {
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 13px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr th:first-child.textArea > p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 8px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th {
    width: 210px;
  }
}
.main__section__planTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  background-color: #fff;
  color: #333;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:first-child th:first-child {
    width: 365px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:first-child th:first-child {
    font-size: 14px;
    font-size: 1.4rem;
    width: 115px;
    height: 57px;
  }
}
.main__section__planTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
.main__section__planTable tr:last-child th, .main__section__planTable tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .main__section__planTable tr:last-child th + .sbps--last, .main__section__planTable tr:last-child td + .sbps--last {
    border-bottom: 2px solid #3588d1;
  }
}
.main__section__planTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable tr:last-child th:first-child {
    height: 100%;
    display: block;
    border-right: none;
    padding: 80px 38px 210px;
  }
}
.main__section__planTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__planTable .title {
  background-color: #3588d1;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    top: -18px;
    left: 0;
    background-color: #3588d1;
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .title p {
    margin-top: -15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox {
    padding: 3px 20px 3px 17px;
    margin: 7px 0 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox {
    padding: 0 10px;
  }
}
.main__section__planTable .pointBox__item {
  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;
  line-height: 1;
}
.main__section__planTable .pointBox__item + .pointBox__item {
  margin-top: 12px;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.main__section__planTable .pointBox__item > strong {
  position: relative;
  color: #3588d1;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.main__section__planTable .pointBox__item > strong::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #fbee21;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong::before {
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong::before {
    z-index: 10;
    bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item > strong {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item > strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .pointBox__item span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .pointBox__item span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherText {
    margin-top: 7px;
  }
}
.main__section__planTable .sbps {
  position: relative;
  background-color: #fff;
  color: #3588d1;
  -webkit-box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 9px -3px rgba(0, 0, 0, 0.05), -10px 0 9px -3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps {
    border-left: 5px solid #3588d1;
    border-right: 5px solid #3588d1;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .sbps {
    border-left: 2px solid #3588d1;
    border-right: 2px solid #3588d1;
  }
}
.main__section__planTable .sbps--last {
  position: relative;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .sbps--last::before {
    position: absolute;
    content: "";
    width: calc(100% + 10px);
    height: 6px;
    bottom: -6px;
    left: -5px;
    background-color: #3588d1;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
.main__section__planTable .otherList {
  color: #333;
  width: 74%;
  margin: 0 auto;
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList {
    padding: 20px 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item .type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item .type {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .otherList__item:first-child img {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__planTable .otherList__item:first-child img {
    max-width: 90px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .noImgList {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__planTable .noImgList li {
    margin: 0 0 10px;
  }
}
.main__section__priceTable {
  border: 1px solid #b2b2b2;
  border-collapse: separate;
  border-spacing: 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable {
    width: 100%;
    border-radius: 12px;
    margin: 67px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable {
    width: 940px;
    border-radius: 8px;
  }
}
.main__section__priceTable th, .main__section__priceTable td {
  background-color: #fff;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.main__section__priceTable th:last-child, .main__section__priceTable td:last-child {
  border-right: none;
}
.main__section__priceTable th {
  font-weight: 700;
  letter-spacing: -0.5px;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th {
    height: 120px;
    width: 176px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th {
    width: 17%;
    height: 56px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable th.large {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable th.large {
    width: 23%;
  }
}
.main__section__priceTable td {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td > span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .large {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable td .caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable td .caption {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th {
    font-size: 18px;
    font-size: 1.8rem;
    height: 80px;
  }
}
.main__section__priceTable tr:first-child th:first-child {
  border-radius: 12px 0 0 0;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th:first-child {
    width: 376px;
    padding: 26px 0 26px 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr:first-child th:first-child {
    width: 26%;
    padding: 4px 23px 4px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.main__section__priceTable tr:first-child th:last-child {
  border-radius: 0 12px 0 0;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr:first-child th:last-child {
    width: 222px;
  }
}
.main__section__priceTable tr:last-child th, .main__section__priceTable tr:last-child td {
  border-bottom: none;
}
.main__section__priceTable tr:last-child th:first-child {
  border-radius: 0 0 0 12px;
}
.main__section__priceTable tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}
.main__section__priceTable tr th:first-child {
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable tr th:first-child {
    padding: 26px 0 25px 38px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable tr th:first-child {
    width: 212px;
    padding: 16px 0 16px 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .credit {
    margin: 11px 0 0;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .credit {
    margin: 3px 0 0;
    width: 51%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .paypay {
    margin: 11px 0 5px;
    width: 96px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .paypay {
    margin: 7px 0 0;
    width: 38%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .carrier {
    margin-top: 4px;
    width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .carrier {
    margin-top: 4px;
    width: 72%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .rpay {
    margin: 11px 0 6px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .rpay {
    margin: 6px 0 6px 5px;
    width: 28%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .convenience {
    margin: 11px 0 6px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .convenience {
    margin: 11px 0 6px;
    width: 73%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px -5px;
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__priceTable .payeasy {
    margin: 9px 0 6px;
    width: 26%;
  }
}
.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;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 113px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList {
    margin: 53px 0 0;
  }
}
.main__section__stepList .item {
  background-color: #fff;
  position: relative;
  border: 3px solid #3588d1;
  text-align: center;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item {
    padding: 0 17px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item + .item {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item + .item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item + .item:last-child {
    margin-top: 55px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item {
    width: 193px;
    height: 340px;
    border-radius: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item {
    width: 100%;
    padding-bottom: 25px;
    border-radius: 6px;
  }
}
.main__section__stepList .item__budge {
  position: absolute;
  background-color: #3588d1;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge {
    width: 114px;
    padding: 28px 0;
    border: #fff 7px solid;
    top: -61px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__budge {
    width: 72px;
    padding: 15px 0 14px;
    top: -40px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.main__section__stepList .item__budge > span {
  line-height: 1;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__budge > span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__budge > span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo {
    margin: 79px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--01 {
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--01 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--02 {
    width: 67px;
    margin: 84px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--02 {
    width: 12%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--03 {
    width: 67px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--03 {
    width: 13%;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__logo--04 {
    width: 62px;
    margin: 82px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__logo--04 {
    width: 13%;
  }
}
.main__section__stepList .item__title {
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 12px;
  }
}
.main__section__stepList .item__text {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: left;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item__text {
    margin: 10px auto 0;
    width: 142px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item__text {
    text-align: center;
    margin-top: 6px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(1) .item__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(6) .item__title {
    margin-top: 17px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:nth-child(7) .item__title {
    margin-top: 23px;
  }
}
.main__section__stepList .item::before {
  position: absolute;
  content: "";
  background-color: #3588d1;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item::before {
    width: 33px;
    height: 3px;
    right: -33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item::before {
    width: 3px;
    height: 20px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item:first-child::before {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item:last-child::before {
    display: none;
  }
}
.main__section__stepList .item--noBudge {
  border: none;
  background-color: #e6e6e6;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge {
    width: 92px;
    padding: 42px 18px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 75px);
    margin: 0 auto 57px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 320px) {
  .main__section__stepList .item--noBudge {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge::before {
    top: -20px;
  }
}
.main__section__stepList .item--noBudge .item__title {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge .item__title {
    margin-top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .main__section__stepList .item--noBudge + .item--noBudge {
    margin-top: -37px;
  }
}
@media screen and (min-width: 769px), print {
  .main__section__stepList .item--single {
    width: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer {
  text-align: center;
  color: #fff;
  background-color: #3588d1;
}
@media screen and (min-width: 769px), print {
  .footer {
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 15px 0 75px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer > p {
  font-size: 12px;
  font-size: 1.2rem;
}
.footer__ctaBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__ctaBtn {
    width: 100%;
    background-color: #3588d1;
    bottom: 0;
    position: fixed;
    padding: 10px 20px;
    z-index: 10000;
  }
}
.footer__ctaBtn .modBtnArea {
  margin: 0;
}
.footer__ctaBtn .modBtnArea__inner > a {
  padding: 8px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer__ctaBtn .modBtnArea {
    margin: 0 auto;
    max-width: 460px;
  }
}

html:lang(ja) .ja {
  display: block;
}

html:lang(ja) .en-inline {
  display: none !important;
}

html:lang(ja) .en {
  display: none !important;
}

html:lang(ja) .modCtaBottom > li.modBpSp.en {
  display: none !important;
}

html:lang(en) .modCtaBottom > li.modBpSp.ja {
  display: none !important;
}

@media screen and (max-width: 955px) {
  html:lang(en) .en.modBpPc {
    display: none !important;
  }
}
html:lang(ja) .modBtnArea__inner.ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html:lang(en) .modBtnArea__inner.en {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/*# sourceMappingURL=style.css.map */