/* =================================
Reset
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

em {
  font-style: normal;
}

:focus {
  outline: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================
Base
================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

/* Link */
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* =================================
fusei-checker
================================= */
body {
  letter-spacing: 0;
  background: #fff;
}

section {
  max-width: none;
}

a {
  text-decoration: none !important;
}

.wrapper {
  padding-top: 75px;
}
@media (max-width: 768px) {
  .wrapper {
    padding-top: 118px;
  }
}

/* header */
.header.static {
  position: static;
}
@media (max-width: 768px) {
  .header.static {
    display: none;
  }
}
.header.fixed .flexBox {
  display: none;
}
@media (max-width: 768px) {
  .header.fixed .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.fixed .flexBox.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 40px 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .header .flexBox {
    width: 100%;
    padding: 6px 15px;
  }
}
.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header .site-name {
  line-height: 1.3;
}
.header .site-name span {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header .site-name span {
    font-size: min(2.75vw, 1.1rem);
  }
}
.header .site-name span + span {
  margin-top: 7px;
}
.header .site-name img {
  width: auto;
  height: 46px;
}
@media (max-width: 768px) {
  .header .site-name img {
    width: min(35.75vw, 143px);
    height: auto;
  }
}
.header .opx-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 22px;
}
@media (max-width: 768px) {
  .header .opx-logo {
    margin-left: 10px;
  }
}
.header .opx-logo span {
  margin-right: 12px;
  color: #000;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .header .opx-logo span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 5px;
    font-size: 0.6rem;
  }
}
.header .opx-logo img {
  width: 96px;
}
@media (max-width: 768px) {
  .header .opx-logo img {
    width: min(13vw, 52px);
  }
}
.header .head-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .header .head-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .head-contact .tel {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 172px;
}
.header .head-contact .tel.comp {
  display: block;
}
@media (max-width: 768px) {
  .header .head-contact .tel {
    display: block;
    max-width: 110px;
  }
}
.header .head-contact .tel strong {
  display: block;
  color: #3143CF;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .header .head-contact .tel strong {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.header .head-contact .tel strong:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  .header .head-contact .tel strong:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.header .head-contact .tel small {
  display: block;
  color: #636363;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .header .head-contact .tel small {
    font-size: 1rem;
  }
}
.header .head-contact .btn-contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact {
    width: 100%;
  }
}
.header .head-contact .btn-contact > 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;
  min-height: 42px;
  background: #ead964;
  border-radius: 20px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .header .head-contact .btn-contact > a {
    min-height: 27px;
    font-size: 1.2rem;
  }
}
.header .head-contact .btn-contact > a:hover {
  background: #3143CF;
  color: #fff;
}

/* footer */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72.2222222222%;
  padding: 50px 40px 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .footer {
    display: block;
    width: 100%;
    padding: 20px 15px 20px;
  }
}
.footer .footer-nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px 27px;
  }
}
.footer .footer-nav li + li {
  margin-left: 27px;
}
@media (max-width: 768px) {
  .footer .footer-nav li + li {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer .footer-nav li:first-child {
    width: 100%;
  }
}
.footer .footer-nav li a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #3143CF;
}
.footer .footer-nav li a[target*=_]:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(../images/icon_new-window.svg) no-repeat 0 0;
  background-size: contain;
}
.footer .footer-nav li a:hover {
  text-decoration: none;
}
.footer .footer-nav li a.has-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.footer .footer-nav li img {
  width: 62px;
  margin-left: 6px;
}
.footer .copy {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .footer .copy {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}

/* common */
.main-content {
  width: 72.2222222222%;
}
@media only screen and (max-width: 1440px) {
  .main-content {
    width: calc(100% - 400px);
  }
}
@media (max-width: 768px) {
  .main-content {
    width: 100%;
  }
}

.contact-contet {
  position: fixed;
  top: 75px;
  right: 0;
  width: 27.7777777778%;
  min-width: 400px;
  height: calc(100vh - 75px);
  background: #3143CF;
}
@media only screen and (max-width: 1440px) {
  .contact-contet {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .contact-contet {
    display: none;
  }
}
.contact-contet.is-active {
  top: 172px;
  height: calc(100vh - 172px);
}
@media (max-width: 768px) {
  .contact-contet.is-active {
    height: auto;
  }
}

.sec-title {
  color: #3143CF;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-title {
    font-size: min(6vw, 2.4rem);
  }
}

.sec-read {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-read {
    margin-top: 7px;
    font-size: 1.2rem;
  }
}

.sec-in {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .sec-in {
    padding: 0 15px;
  }
}

/* contents */
.kv {
  position: relative;
  padding: 2.7777777778vw 40px 122px;
  background: #BACEF2;
}
@media (max-width: 768px) {
  .kv {
    padding: 33px 15px 60px;
  }
}
.kv .text-wrap {
  position: relative;
  z-index: 2;
}
.kv .text-wrap h1 {
  font-size: 3.0555555556vw;
  line-height: 1.44;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .kv .text-wrap h1 {
    font-size: min(5vw, 2rem);
    text-align: center;
  }
}
.kv .text-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1805555556vw;
  margin-top: 1.5972222222vw;
}
@media (max-width: 768px) {
  .kv .text-wrap ul {
    gap: 15px;
    margin-top: 30px;
  }
}
.kv .text-wrap ul li {
  min-width: 9.3055555556vw;
  padding: 1.1805555556vw 0.9027777778vw;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .kv .text-wrap ul li {
    min-width: auto;
    width: 33.3333333333%;
    padding: 15px 0;
  }
}
.kv .text-wrap ul li strong {
  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;
  min-height: 4.5833333333vw;
  margin-top: 0.625vw;
  font-size: 1.25vw;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 768px) {
  .kv .text-wrap ul li strong {
    min-height: 54px;
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
.kv .text-wrap ul li::before {
  display: block;
  content: "";
  width: 2.2222222222vw;
  height: 1.8055555556vw;
  margin: 0 auto;
  background: url(../images/icon_kv_check.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .kv .text-wrap ul li::before {
    width: 27px;
    height: 22px;
  }
}
.kv .kv-download {
  max-width: 30.9722222222vw;
  margin-top: 2.9166666667vw;
  padding: 1.3888888889vw 4.5138888889vw 1.3888888889vw 2.0833333333vw;
  background: #3143CF;
  border-radius: 8px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  color: #fff;
}
@media (max-width: 768px) {
  .kv .kv-download {
    display: none;
  }
}
.kv .kv-download span {
  display: block;
  font-size: 1.1805555556vw;
}
.kv .kv-download strong {
  display: block;
  font-size: 1.6666666667vw;
}
.kv .kv-download small {
  display: block;
  font-size: 1.1111111111vw;
}
.kv .kv-image {
  position: absolute;
  top: 9.2361111111vw;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .kv .kv-image {
    position: static;
    margin: 33px -15px 0 0;
  }
}
.kv .kv-image img {
  width: 37.9166666667vw;
}
@media (max-width: 768px) {
  .kv .kv-image img {
    width: 100%;
  }
}
.kv .btn-cta-contact {
  position: absolute;
  bottom: -71px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .kv .btn-cta-contact {
    bottom: -39px;
    width: calc(100% - 30px);
  }
}

.btn-cta-contact {
  max-width: 775px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .btn-cta-contact {
    margin: 0 auto;
  }
}
.btn-cta-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 142px;
  padding: 0 69px 0 232px;
  background: #EED84E;
  border-radius: 86px;
  color: #333;
}
@media (max-width: 768px) {
  .btn-cta-contact a {
    min-height: 77px;
    padding: 13px 20px 13px 121px;
  }
}
.btn-cta-contact a:hover {
  background: #3143CF;
  color: #fff;
  text-decoration: none;
}
.btn-cta-contact a::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background: no-repeat 0 0/contain;
}
.btn-cta-contact strong {
  display: block;
  font-size: 2.8rem;
  line-height: 1.34;
}
@media (max-width: 768px) {
  .btn-cta-contact strong {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.btn-cta-contact small {
  display: block;
}
@media (max-width: 768px) {
  .btn-cta-contact small {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .btn-cta-contact.cta01 a {
    padding-left: 137px;
  }
}
.btn-cta-contact.cta01 a::before {
  left: 32px;
  width: 183px;
  height: 163px;
  background-image: url(../images/img_btn_cta_01.svg);
}
@media (max-width: 768px) {
  .btn-cta-contact.cta01 a::before {
    left: 22px;
    width: 110px;
    height: 98px;
  }
}
.btn-cta-contact.cta02 a::before {
  left: 43px;
  width: 138px;
  height: 160px;
  background-image: url(../images/img_btn_cta_02.svg);
}
@media (max-width: 768px) {
  .btn-cta-contact.cta02 a::before {
    left: 24px;
    width: 84px;
    height: 97px;
  }
}
.btn-cta-contact.cta03 a::before {
  left: 35px;
  width: 152px;
  height: 171px;
  background-image: url(../images/img_btn_cta_03.svg);
}
@media (max-width: 768px) {
  .btn-cta-contact.cta03 a::before {
    left: 18px;
    width: 86px;
    height: 97px;
  }
}

.sp-follow-cta {
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .sp-follow-cta {
    display: block;
    position: fixed;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: calc(100% - 30px);
  }
  .sp-follow-cta a {
    display: block;
    padding: 12px;
    background: #3143CF;
    border-radius: 7px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
  .sp-follow-cta a span {
    display: block;
    font-size: 2rem;
  }
  .sp-follow-cta a strong {
    display: block;
    font-size: 2.2rem;
  }
  .sp-follow-cta a small {
    display: block;
    font-size: 1.7rem;
  }
}
.sp-follow-cta.is-hide {
  bottom: -300px;
  opacity: 0;
}

.sec-features {
  padding: 150px 0 117px;
}
@media (max-width: 768px) {
  .sec-features {
    padding: 92px 0 60px;
  }
}
.sec-features .features-list {
  margin-top: 30px;
}
.sec-features .features-list li + li {
  margin-top: 6px;
}
@media (max-width: 768px) {
  .sec-features .features-list li + li {
    margin-top: 10px;
  }
}
.sec-features .features-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec-features .features-list dl {
    display: block;
  }
}
.sec-features .features-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 377px;
  padding: 20px 23px;
  background: #2A3290;
}
@media (max-width: 768px) {
  .sec-features .features-list dt {
    width: 100%;
    padding: 12px 17px;
  }
}
.sec-features .features-list dt .num span {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-features .features-list dt .num span {
    font-size: 1rem;
  }
}
.sec-features .features-list dt .num strong {
  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: 33px;
  height: 40px;
  background: url(../images/bg_feature_num.svg) no-repeat 0 0/contain;
  color: #2A3290;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .sec-features .features-list dt .num strong {
    width: 27px;
    height: 33px;
    font-size: 1.6rem;
  }
}
.sec-features .features-list dt .title {
  margin-left: 26px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec-features .features-list dt .title {
    margin-left: 14px;
    font-size: 1.8rem;
  }
}
.sec-features .features-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 17px 13px 24px;
  background: #E3EFFE;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sec-features .features-list dd {
    padding: 14px;
  }
}

.sec-scene {
  padding: 30px 0 78px;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .sec-scene {
    padding: 57px 0 62px;
  }
}
.sec-scene .scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .sec-scene .scene-list {
    display: block;
    margin-top: 50px;
    padding: 0 35px;
  }
}
.sec-scene .scene-list li {
  position: relative;
  width: calc(33.3333333333% - 20px);
  padding: 60px 15px 25px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .sec-scene .scene-list li {
    width: 100%;
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .sec-scene .scene-list li + li {
    margin-top: 40px;
  }
}
.sec-scene .scene-list .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -37.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75px;
  height: 75px;
  background: #3143CF;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec-scene .scene-list .num {
    top: -23.5px;
    width: 47px;
    height: 47px;
  }
}
.sec-scene .scene-list .num span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .sec-scene .scene-list .num span {
    font-size: 0.9rem;
  }
}
.sec-scene .scene-list .num strong {
  margin-top: 3px;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .sec-scene .scene-list .num strong {
    margin: 0;
    font-size: 2.5rem;
  }
}
.sec-scene .scene-list h3 {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-scene .scene-list h3 {
    font-size: 1.8rem;
  }
}
.sec-scene .scene-list .thumb {
  margin: 20px 0;
  text-align: center;
}
.sec-scene .scene-list .thumb img {
  width: auto;
  height: 190px;
}
@media (max-width: 768px) {
  .sec-scene .scene-list .thumb img {
    height: 120px;
  }
}
.sec-scene .btn-cta-contact {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sec-scene .btn-cta-contact {
    margin-top: 32px;
  }
}

.sec-alignment {
  padding: 74px 0 80px;
}
@media (max-width: 768px) {
  .sec-alignment {
    padding: 57px 0 62px;
  }
}
.sec-alignment .alignment-image {
  margin-top: 35px;
  padding: 30px;
  background: #E3EFFE;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .sec-alignment .alignment-image {
    margin: 24px -15px 0 0;
    padding: 15px;
    overflow: scroll;
  }
}
.sec-alignment .alignment-image img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .sec-alignment .alignment-image img {
    width: 578px;
    max-width: none;
  }
}
.sec-alignment .notes {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec-alignment .notes {
    font-size: 1.2rem;
  }
}

.sec-comparison {
  position: relative;
  padding: 77px 0 85px;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .sec-comparison {
    padding: 55px 0 61px;
  }
}
.sec-comparison .comparison-table {
  margin-top: 49px;
  padding: 6px 0;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table {
    margin: 30px -15px 0;
    padding: 6px 15px;
    overflow: scroll;
  }
}
.sec-comparison .comparison-table table {
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table {
    width: 680px;
  }
}
.sec-comparison .comparison-table table th, .sec-comparison .comparison-table table td {
  border: 1px solid #DBDBDB;
  vertical-align: middle;
}
.sec-comparison .comparison-table table thead th {
  padding: 15px;
  background: #E3EFFE;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table thead th {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.sec-comparison .comparison-table table thead th:first-child {
  width: 176px;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table thead th:first-child {
    width: 86px;
  }
}
.sec-comparison .comparison-table table thead th img {
  width: 168px;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table thead th img {
    width: 130px;
  }
}
.sec-comparison .comparison-table table tbody th {
  width: 176px;
  padding-right: 6px;
  background: #2A3290;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table tbody th {
    width: 86px;
    font-size: 1.2rem;
  }
}
.sec-comparison .comparison-table table tbody td {
  padding: 15px 10px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table tbody td {
    padding: 10px;
    font-size: 1rem;
  }
}
.sec-comparison .comparison-table table tbody td .icon img {
  width: 28px;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table table tbody td .icon img {
    width: 23px;
  }
}
.sec-comparison .comparison-table table tbody td .text {
  margin-top: 7px;
}
.sec-comparison .comparison-table table tbody td .text small {
  font-size: 1.1rem;
}
.sec-comparison .comparison-table::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 170px;
  width: calc((100% - 176px) / 3 + 12px);
  height: 100%;
  border: 6px solid #3143CF;
}
@media (max-width: 768px) {
  .sec-comparison .comparison-table::after {
    left: 95px;
    width: 210px;
  }
}

.sec-price {
  padding: 72px 0 85px;
}
@media (max-width: 768px) {
  .sec-price {
    padding: 57px 0 65px;
  }
}
.sec-price .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
  padding-top: 43px;
  border-top: 5px solid #3143CF;
}
@media (max-width: 768px) {
  .sec-price .price-box {
    display: block;
    margin-top: 26px;
    padding-top: 26px;
  }
}
.sec-price .price-box .item.item01 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.sec-price .price-box .item.item02 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
@media (max-width: 768px) {
  .sec-price .price-box .item.item02 {
    margin-top: 23px;
  }
}
.sec-price .price-box .item dt {
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dt {
    font-size: 2rem;
  }
}
.sec-price .price-box .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 131px;
  margin-top: 15px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd {
    display: block;
    min-height: auto;
    margin-top: 10px;
    padding: 0;
  }
}
.sec-price .price-box .item dd .wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd .wrap {
    width: 100%;
  }
}
.sec-price .price-box .item dd .wrap + .wrap {
  margin-top: 18px;
}
.sec-price .price-box .item dd .text {
  margin-bottom: 10px;
  font-size: 1.9rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd .text {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd .text br {
    display: none;
  }
}
.sec-price .price-box .item dd .price {
  text-align: center;
  line-height: 1;
}
.sec-price .price-box .item dd .price strong {
  color: #3143CF;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd .price strong {
    font-size: 5rem;
  }
}
.sec-price .price-box .item dd .price .unit {
  margin-left: 2px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .sec-price .price-box .item dd .price .unit {
    font-size: 2.4rem;
  }
}
.sec-price .price-box .item dd.notes {
  display: block;
  min-height: auto;
  margin: 25px 0 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.sec-price .btn-cta-contact {
  margin-top: 73px;
}
@media (max-width: 768px) {
  .sec-price .btn-cta-contact {
    margin-top: 27px;
  }
}

.sec-step {
  padding: 76px 0 82px;
  background: #F4F4F4;
}
@media (max-width: 768px) {
  .sec-step {
    padding: 53px 0 61px;
  }
}
.sec-step .step-list {
  margin-top: 43px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .sec-step .step-list {
    margin-top: 25px;
    padding: 15px;
  }
}
.sec-step .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .sec-step .step-list li {
    padding: 12px 20px;
  }
}
.sec-step .step-list li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.sec-step .step-list li .num span {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .sec-step .step-list li .num span {
    font-size: 1.1rem;
  }
}
.sec-step .step-list li .num strong {
  font-size: 3.7rem;
}
@media (max-width: 768px) {
  .sec-step .step-list li .num strong {
    font-size: 3rem;
  }
}
.sec-step .step-list li .text {
  margin-left: 72px;
}
@media (max-width: 768px) {
  .sec-step .step-list li .text {
    margin-left: 18px;
  }
}
.sec-step .step-list li .text strong {
  display: block;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .sec-step .step-list li .text strong {
    font-size: 2rem;
  }
}
.sec-step .step-list li .text small {
  display: block;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sec-step .step-list li .text small {
    font-size: 1.3rem;
  }
}
.sec-step .step-list li:nth-child(2), .sec-step .step-list li:nth-child(5) {
  background: #3143CF;
  color: #fff;
}
.sec-step .step-list li:nth-child(3) {
  border-bottom: 1px solid #DBDBDB;
}

.sec-contact {
  margin-top: -172px;
  padding: 242px 0 0;
}
@media (max-width: 768px) {
  .sec-contact {
    margin-top: -118px;
    padding-top: 173px;
  }
}
.sec-contact .form-area {
  padding: 40px 80px;
  border: 1px solid #CDCDCD;
}
@media (max-width: 768px) {
  .sec-contact .form-area {
    padding: 20px 10px;
  }
}
.sec-contact .form-area iframe {
  width: 100%;
  height: 1700px;
}
.sec-contact .form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.sec-side-form {
  height: 100%;
  padding: 13px 36px 30px;
  overflow: scroll;
}
.sec-side-form h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.sec-side-form .form-area {
  margin-top: 20px;
  padding: 25px;
  background: #fff;
}
.sec-side-form .form-area iframe {
  width: 100%;
}
.sec-side-form .form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

/* comp */
.comp .header {
  position: static;
}
.comp .footer {
  width: 100%;
}
.comp .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 188px);
  margin: 0 auto;
  padding: 110px 20px;
}
@media (max-width: 768px) {
  .comp .contents {
    min-height: auto;
    padding: 87px 20px;
  }
}
.comp .contents.contact {
  max-width: 380px;
}
.comp .contents.materials {
  max-width: 485px;
}
.comp .contents h2 {
  font-size: 2.2rem;
  text-align: center;
}
.comp .contents .read {
  margin-top: 40px;
  font-size: 1.4rem;
}
.comp .contents .btn {
  text-align: center;
}
.comp .contents .btn.contact {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .comp .contents .btn.contact {
    margin-top: 40px;
  }
}
.comp .contents .btn.materials {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .comp .contents .btn.materials {
    margin-top: 40px;
  }
}
.comp .contents .btn a {
  display: inline-block;
  padding: 6px 28px;
  background: #EAD964;
  border-radius: 43px;
  color: #333;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .comp .contents .btn a {
    font-size: 1.6rem;
  }
}
.comp .contents .btn a:hover {
  background: #3143CF;
  color: #fff;
  text-decoration: none;
}