@charset "UTF-8";
:root {
  --PAXLP: #268DDD;
  --PAXBlack: #333333;
}

/* reset css
==============================================================*/
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 {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

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

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

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

@media screen and (min-width: 769px) {
  .forPc {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .forPc {
    display: none !important;
    font-size: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .forSp {
    display: none !important;
    font-size: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .forSp {
    display: inherit;
  }
}

.footer__contact {
  background-size: cover;
  background-position: 50% 16%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .footer__contact {
    height: 320px;
    background-image: url(/service/device/omo/lp/assets/img/img_bg_contact_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    background-image: url(/service/device/omo/lp/assets/img/img_bg_contact_sp.png);
  }
}
.footer__contact__inner {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer__contact__inner {
    padding: 77px 0 0 157px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__inner {
    height: 100%;
    padding: 30px 18px 40px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact__inner .footerHeadding {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
  }
}
.footerHeadding {
  color: var(--white);
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 0 55px;
}
.footer .roundContactBtn {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 34px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
          box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
}
@media screen and (min-width: 769px) {
  .footer .roundContactBtn {
    width: 320px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .footer .roundContactBtn {
    width: 47%;
  }
}
.footer .roundContactBtn a {
  color: #268ddd;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer .roundContactBtn a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .footer .roundContactBtn 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;
    line-height: 1.2;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.footer .roundContactBtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .roundContactBtn--white {
  border: 2px solid var(--white);
  background: none;
}
@media screen and (min-width: 769px) {
  .footer .roundContactBtn--white {
    margin-left: 28px;
  }
}
.footer .roundContactBtn--white a {
  color: var(--white);
}
.footer .roundTelBtn {
  border: 1px solid var(--white);
  border-radius: 34px;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
          box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
}
@media screen and (min-width: 769px) {
  .footer .roundTelBtn {
    margin-left: 37px;
    width: 320px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  .footer .roundTelBtn {
    width: 47%;
  }
}
.footer .roundTelBtn a {
  display: block;
  color: var(--white);
  font-weight: bold;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer .roundTelBtn a {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 6px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .roundTelBtn a {
    height: 43px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0 0;
    line-height: 1.4;
  }
}
.footer .roundTelBtn .btnSmallText {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer .roundTelBtn .btnSmallText {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
}
.footer .roundTelBtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer .roundServiceBtn {
  border: 1px solid var(--white);
  border-radius: 34px;
  background: #1889b0;
  width: 320px;
  height: 54px;
  display: inline-block;
  text-align: center;
  margin: 32px 0 0 -1px;
}
@media screen and (max-width: 768px) {
  .footer .roundServiceBtn {
    margin: 18px 0;
    height: 40px;
    width: 250px;
  }
}
.footer .roundServiceBtn a {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--white);
  font-weight: bold;
  display: block;
  line-height: 55px;
}
@media screen and (max-width: 768px) {
  .footer .roundServiceBtn a {
    font-size: 13px;
    font-size: 1.3rem;
    height: 40px;
    line-height: 40px;
  }
}
.footerBtnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* テキスト
========================================================*/
@media screen and (min-width: 769px) {
  .modBpPc {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .modBpPc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .modBpSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modBpSp {
    display: inherit;
  }
}

h2 {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

#contents.isPsregi .mainKV {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV {
    background-image: url("/service/device/psregi/lp/assets/img/bg_kv.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV {
    background-image: url("/service/device/psregi/lp/assets/img/sp/bg_kv.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }
}
#contents.isPsregi .mainKV__inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  background: none;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__inner {
    padding: 100px 140px 0 120px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__inner {
    padding: 50px 70px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__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;
    padding: 10px 30px 0;
  }
}
#contents.isPsregi .mainKV__inner::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  aspect-ratio: 491/484;
  max-width: 594px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__inner::after {
    background-image: url("/service/device/psregi/lp/assets/img/img_kv.png");
    background-size: contain;
    margin: -26px 0 -30px 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__inner::after {
    width: 80%;
    height: 80%;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__inner::after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_kv.png");
    background-size: contain;
    max-width: 491px;
    width: 109%;
    margin: 0px -20px -52px;
  }
}
#contents.isPsregi .mainKV__textBox {
  position: relative;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox {
    margin: 0;
    padding: 0;
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents.isPsregi .mainKV__textBox__title {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__title {
    font-size: 64px;
    font-size: 6.4rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__textBox__title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__title {
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
  }
}
#contents.isPsregi .mainKV__textBox__title .smallText {
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__title .smallText {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__textBox__title .smallText {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__title .smallText {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 4px 0 0;
  }
}
#contents.isPsregi .mainKV__textBox__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__tag {
    gap: 0 8px;
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__tag {
    gap: 0 6px;
    margin: 28px 0 0;
  }
}
#contents.isPsregi .mainKV__textBox__tag > li {
  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;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#26A3DD), to(#C693FF));
  background: linear-gradient(90deg, #26A3DD 0%, #C693FF 100%);
  color: var(--white);
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__tag > li {
    font-size: 16px;
    font-size: 1.6rem;
    width: 120px;
    height: 40px;
    padding: 12px 12px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__textBox__tag > li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__tag > li {
    font-size: 11px;
    font-size: 1.1rem;
    width: 76px;
    height: 30px;
    padding: 9px 9px;
  }
}
#contents.isPsregi .mainKV__textBox__text {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__text {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 33px 0 95px 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .mainKV__textBox__text {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    margin: 26px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__text .bigText {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#contents.isPsregi .mainKV__textBox__text .smallText {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__text .smallText {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 8px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__text .smallText {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
#contents.isPsregi .mainKV__textBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__btn {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__btn {
    width: 100%;
    margin: 52px 0 0;
  }
}
#contents.isPsregi .mainKV__textBox__btn > 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;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0px;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__btn > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px 32px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__btn > a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 20px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#contents.isPsregi .mainKV__textBox__btn > a::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22mask0_3170_8700%22%20style%3D%22mask-type%3Aluminance%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%2210%22%3E%3Cpath%20d%3D%22M12%200H0V10H12V0Z%22%20fill%3D%22white%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_3170_8700)%22%3E%3Cpath%20d%3D%22M3.13281%200.507812H11.4568V7.27581H3.13281V0.507812Z%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.045%22%2F%3E%3Cpath%20d%3D%22M9.94406%209.49675H0.539062V1.71875%22%20stroke%3D%22%23333333%22%20stroke-width%3D%221.045%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .mainKV__textBox__btn > a::after {
    margin: 2px -5px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .mainKV__textBox__btn > a::after {
    margin: 2px 0 0 5px;
  }
}
#contents.isPsregi .mainKV__textBox::after {
  display: none;
}
#contents.isPsregi .main .sectionTitle {
  display: block;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .sectionTitle {
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .sectionTitle {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
  }
}
#contents.isPsregi .main .modAnchorList {
  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;
  gap: 0 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 180px 0;
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .modAnchorList {
    display: none !important;
  }
}
#contents.isPsregi .main .modAnchorList > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contents.isPsregi .main .modAnchorList > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--white);
  border: 2px solid var(--PAXLP);
  height: 48px;
  font-weight: 700;
  color: var(--PAXLP);
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .modAnchorList > li > a {
    border-radius: 48px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .modAnchorList > li > a {
    border-radius: 48px;
  }
}
#contents.isPsregi .main .problemSection__inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .problemSection__inner {
    padding: 96px 180px 120px;
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .main .problemSection__inner {
    padding: 48px 30px 60px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .problemSection__inner .sectionLead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .main .problemSection__inner .sectionLead {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .problemSection__inner .aboutSlider2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 55px;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .problemSection__inner .aboutSlider2__wrapper {
    margin: 34px 0 0;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .problemSection__inner .aboutSlider2__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#contents.isPsregi .main .problemSection__inner .aboutSlider2__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .main .problemSection#price .sectionTitle {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .featureSection__inner {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .main .featureSection__inner {
    padding: 100px 30px 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__inner {
    padding: 44px 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__inner .sectionTitle {
    text-align: center;
  }
}
#contents.isPsregi .main .featureSection__column {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .featureSection__column {
    margin: 85px auto 0;
    padding: 76px 80px 75px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__column {
    margin: 60px auto 0;
    padding: 50px 30px 30px;
  }
}
#contents.isPsregi .main .featureSection__column::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Nova Round", system-ui;
  color: var(--PAXLP);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .featureSection__column::before {
    font-size: 110px;
    font-size: 11rem;
    top: -53px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__column::before {
    font-size: 55px;
    font-size: 5.5rem;
    top: -27px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__column .columnTitle {
    margin: 0;
  }
}
#contents.isPsregi .main .featureSection__column .sectionText {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .main .featureSection__column .sectionText {
    margin: 20px 40px 54px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .main .featureSection__column .sectionText {
    margin: 20px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#contents.isPsregi .main .featureSection__column .img {
  display: block;
}
#contents.isPsregi .main .featureSection__column .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents.isPsregi .main .featureSection__column:nth-child(2)::before {
  content: "01";
}
#contents.isPsregi .main .featureSection__column:nth-child(3)::before {
  content: "02";
}
#contents.isPsregi .main .featureSection__column:nth-child(4)::before {
  content: "03";
}
#contents.isPsregi .main .featureSection__column:nth-child(5)::before {
  content: "04";
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceBox {
    text-align: center;
  }
}
#contents.isPsregi .priceBox__price {
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceBox__price {
    font-size: 30px;
    font-size: 3rem;
    margin: 52px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .priceBox__price {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 12px 0 0;
  }
}
#contents.isPsregi .priceBox__price .count {
  color: var(--PAXLP);
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceBox__price .count {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .priceBox__price .count {
    font-size: 50px;
    font-size: 5rem;
  }
}
#contents.isPsregi .priceBox__price .tax {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceBox__price .tax {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .priceBox__price .tax {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#contents.isPsregi .priceBox__attention {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 21px 0 0;
}
#contents.isPsregi .priceDetail {
  margin: 40px 0 0;
}
#contents.isPsregi .priceDetail > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul {
    gap: 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
  }
}
#contents.isPsregi .priceDetail > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  -webkit-box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
          box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul > li {
    padding: 40px 60px 60px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li {
    padding: 40px 30px 60px;
  }
}
#contents.isPsregi .priceDetail > ul > li .title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 auto;
  text-align: center;
}
#contents.isPsregi .priceDetail > ul > li .title--color {
  color: var(--PAXLP);
}
#contents.isPsregi .priceDetail > ul > li table {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul > li table {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 34px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li table {
    margin: 0 0 0;
  }
}
#contents.isPsregi .priceDetail > ul > li table tr {
  border-bottom: 1px solid #B2B2B2;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px 0;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul > li table th,
  #contents.isPsregi .priceDetail > ul > li table td {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li table th,
  #contents.isPsregi .priceDetail > ul > li table td {
    padding: 0;
  }
}
#contents.isPsregi .priceDetail > ul > li table th {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul > li table th {
    width: 120px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li table th {
    width: auto;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail > ul > li table td {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail > ul > li table td {
    padding-left: 0;
  }
}
#contents.isPsregi .priceDetail > ul > li table td .attention {
  font-size: 12px;
  font-size: 1.2rem;
}
#contents.isPsregi .priceDetail + .attention {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .priceDetail + .attention {
    margin: 16px 0 94px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .priceDetail + .attention {
    margin: 16px 0 50px;
  }
}
#contents.isPsregi .contractBox {
  border: 1px solid var(--PAXLP);
  background: var(--white);
  border-radius: 8px;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox {
    margin: 64px 0 0;
    padding: 40px 80px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .contractBox {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox {
    margin: 24px 0 0;
    padding: 40px 30px;
  }
}
#contents.isPsregi .contractBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox__list {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px 0;
  }
}
#contents.isPsregi .contractBox__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px 0;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox__list__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox__list__item {
    width: 100%;
  }
}
#contents.isPsregi .contractBox__list__item .title {
  color: var(--PAXLP);
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 -10px;
  text-align: center;
}
#contents.isPsregi .contractBox__list__item .btn > 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;
  text-align: center;
  border: 2px solid var(--PAXLP);
  background: var(--white);
  width: 100%;
  height: 70px;
  border-radius: 70px;
  color: var(--PAXLP);
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
          box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox__list__item .btn > a {
    line-height: 1.35;
    gap: 0 10px;
    padding: 0 30px;
  }
}
#contents.isPsregi .contractBox__list__item .btn > a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox__list__item .btn > a::before {
    width: 37px;
    height: 37px;
    margin: 0 16px 0 -16px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox__list__item .btn > a::before {
    width: 27px;
    height: 27px;
    margin: 0;
  }
}
#contents.isPsregi .contractBox__list__item .text {
  text-align: left;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox__list__item .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#contents.isPsregi .contractBox__list__item .movie {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -webkit-box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
          box-shadow: 0px 10px 20px rgba(38, 141, 221, 0.2);
}
#contents.isPsregi .contractBox__list__item:nth-child(1) .btn > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2240%22%20height%3D%2237%22%20viewBox%3D%220%200%2040%2037%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M29.4287%2034.0361V36.0361H10.5781V34.0361H29.4287Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M16.2207%2035.0377H23.7655V26.8506L16.2207%2026.851V35.0377Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M24.7656%2025.8506V36.0381H15.2207V25.8506H24.7656ZM17.2207%2034.0381H22.7656V27.8506H17.2207V34.0381Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M38.75%201.37109H1.25V26.8487H38.75V1.37109Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M39.75%200.371094V27.8486H0.25V0.371094H39.75ZM2.25%2025.8486H37.75V2.37109H2.25V25.8486Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M29.6309%2010.6895C29.6307%209.42844%2028.6077%208.40625%2027.3467%208.40625C26.0858%208.40644%2025.0637%209.42856%2025.0635%2010.6895C25.0635%2011.9505%2026.0857%2012.9734%2027.3467%2012.9736C28.6079%2012.9736%2029.6309%2011.9506%2029.6309%2010.6895ZM31.6309%2010.6895C31.6309%2013.0552%2029.7124%2014.9736%2027.3467%2014.9736C24.9811%2014.9734%2023.0635%2013.0551%2023.0635%2010.6895C23.0637%208.32399%2024.9812%206.40644%2027.3467%206.40625C29.7123%206.40625%2031.6307%208.32387%2031.6309%2010.6895Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M28.3477%2014.4727V16.3828H26.3477V14.4727H28.3477Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M28.3477%204.99805V6.9082H26.3477V4.99805H28.3477Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M23.5654%209.69043V11.6904H21.6553V9.69043H23.5654Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M33.043%209.69043V11.6904H31.1328V9.69043H33.043Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M25.3838%2014.0723L24.0322%2015.4238L22.6182%2014.0098L23.9697%2012.6582L25.3838%2014.0723Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M32.0781%207.37207L30.7266%208.72363L29.3125%207.30957L30.6641%205.95801L32.0781%207.37207Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M25.3838%207.30957L23.9697%208.72363L22.6182%207.37207L24.0322%205.95801L25.3838%207.30957Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M32.0801%2014.0088L30.666%2015.4229L29.4268%2014.1836L30.8408%2012.7695L32.0801%2014.0088Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M18.1289%2016.4287C18.1287%2014.2875%2016.3923%2012.5518%2014.251%2012.5518C12.1099%2012.552%2010.3743%2014.2876%2010.374%2016.4287C10.374%2018.57%2012.1098%2020.3064%2014.251%2020.3066C16.3924%2020.3066%2018.1289%2018.5702%2018.1289%2016.4287ZM20.1289%2016.4287C20.1289%2019.6747%2017.497%2022.3066%2014.251%2022.3066C11.0052%2022.3064%208.37402%2019.6746%208.37402%2016.4287C8.37428%2013.1831%2011.0053%2010.552%2014.251%2010.5518C17.4968%2010.5518%2020.1287%2013.1829%2020.1289%2016.4287Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M17.9648%2022.8398L16.1152%2023.6006L15.1787%2021.3213L17.0283%2020.5615L17.9648%2022.8398Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M13.3242%2011.5342L11.4746%2012.2949L10.5381%2010.0156L12.3877%209.25586L13.3242%2011.5342Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M10.1201%2019.2031L7.84082%2020.1396L7.08105%2018.29L9.35938%2017.3535L10.1201%2019.2031Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M21.4229%2014.5625L19.1436%2015.499L18.3838%2013.6494L20.6621%2012.7129L21.4229%2014.5625Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M13.2939%2021.3125L12.3447%2023.5869L10.499%2022.8154L11.4492%2020.541L13.2939%2021.3125Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M18.0029%2010.0391L17.0527%2012.3145L15.207%2011.5439L16.1572%209.26758L18.0029%2010.0391Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M10.1367%2013.624L9.36523%2015.4697L7.08984%2014.5195L7.86133%2012.6738L10.1367%2013.624Z%22%20fill%3D%22%23268DDD%22%2F%3E%3Cpath%20d%3D%22M21.4102%2018.332L20.6396%2020.1777L18.5537%2019.3066L19.3252%2017.4609L21.4102%2018.332Z%22%20fill%3D%22%23268DDD%22%2F%3E%3C%2Fsvg%3E");
}
#contents.isPsregi .contractBox__list__item:nth-child(2) .btn > a::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2240%22%20viewBox%3D%220%200%2039%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.276%2033.7823V38.9531H5.72266V9.03823L13.3078%201.45312H33.276V33.7823Z%22%20stroke%3D%22%23268DDD%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M13.3585%201.45312V9.03823H5.77344%22%20stroke%3D%22%23268DDD%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12.3438%2019.6562H26.6529%22%20stroke%3D%22%23268DDD%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12.3438%2023.1406H26.6529%22%20stroke%3D%22%23268DDD%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M12.3438%2026.9336H20.3108%22%20stroke%3D%22%23268DDD%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
#contents.isPsregi .contractBox__list:has(.movie) {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#contents.isPsregi .contractBox__text {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .contractBox__text {
    margin: 40px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .contractBox__text {
    margin: 40px 0 60px;
  }
}
#contents.isPsregi .contractBox__text a {
  color: var(--PAXLP);
  text-decoration: underline;
}
#contents.isPsregi .footer {
  background: -webkit-gradient(linear, left top, right top, from(#26A3DD), to(#C693FF));
  background: linear-gradient(90deg, #26A3DD 0%, #C693FF 100%);
}
#contents.isPsregi .footer__contact {
  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;
  background-image: none;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footer__contact {
    padding: 24px 180px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footer__contact {
    padding: 24px 90px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 30px;
  }
}
#contents.isPsregi .footer__contact::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  aspect-ratio: 384/380;
  height: 100%;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footer__contact::after {
    background-image: url("/service/device/psregi/lp/assets/img/img_footer.png");
    background-size: contain;
    width: 384px;
    margin: 0 -46px -114px 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footer__contact::after {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 245px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #contents.isPsregi .footer__contact::after {
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_footer.png");
    background-size: contain;
    margin: 0 0 -94px;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footer__contact__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footer__contact__inner {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 100%;
  }
}
#contents.isPsregi .footerHeadding {
  margin: 0;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footerHeadding {
    font-size: 32px;
    font-size: 3.2rem;
    margin: -14px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerHeadding {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -14px auto 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerHeadding strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contents.isPsregi .footerText {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footerText {
    font-size: 20px;
    font-size: 2rem;
    margin: 26px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerText {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 17px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #contents.isPsregi .footerBtnGroup {
    margin: 32px 0 0;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerBtnGroup {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px auto 0;
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerBtnGroup .roundContactBtn {
    width: 100%;
    height: 56px;
  }
}
@media screen and (max-width: 1279px) {
  #contents.isPsregi .footerBtnGroup .roundContactBtn a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 56px;
  }
}

/* base
=========================*/
.mainKV {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mainKV__inner {
    background-image: url("/service/device/psregi/lp/assets/img/img_bg_header.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 672px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__inner {
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_bg_header.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.mainKV__textBox {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mainKV__textBox {
    padding: 133px 0 0 80px;
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__textBox {
    padding: 45px 30px;
    margin: 0 auto;
    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;
  }
}
.mainKV__textBox > * {
  position: relative;
  z-index: 1;
}
.mainKV__textBox__title {
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mainKV__textBox__title {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__textBox__title {
    font-size: 30px;
    font-size: 3rem;
    width: 100%;
  }
}
.mainKV__textBox__title .smallText {
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .mainKV__textBox__title .smallText {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__textBox__title .smallText {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .mainKV__textBox__text {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__textBox__text {
    position: relative;
    z-index: 1;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0 0;
    width: 100%;
  }
}
.mainKV__textBox::after {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .mainKV__textBox::after {
    background-image: url("/service/device/psregi/lp/assets/img/img_ph_product.png");
    background-size: 94%;
    aspect-ratio: 656/550;
    max-width: 656px;
    width: 100%;
    height: 100%;
    top: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainKV__textBox::after {
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_ph_product.png");
    background-position: 0 0;
    background-size: 100%;
    max-width: 100%;
    width: 240px;
    height: 200px;
    top: 45%;
    right: 0;
  }
}
.mainKV .roundContactBtn {
  background: var(--PAXLP);
  border: 1px solid var(--PAXLP);
  border-radius: 34px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
  box-shadow: 0 10px 20px rgba(38, 141, 221, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mainKV .roundContactBtn {
    width: 360px;
    height: 67px;
    margin: 36px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mainKV .roundContactBtn {
    width: 238px;
    height: 42px;
    margin: 99px 0 0;
  }
}
.mainKV .roundContactBtn a {
  color: var(--white);
  font-weight: 700;
  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%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mainKV .roundContactBtn a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mainKV .roundContactBtn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.mainKV .roundContactBtn--white {
  background: var(--white);
  border: 2px solid var(--PAXLP);
}
@media screen and (max-width: 768px) {
  .mainKV .roundContactBtn--white {
    margin-top: 20px !important;
  }
}
.mainKV .roundContactBtn--white a {
  color: var(--PAXLP);
}

.main img {
  width: 100%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main img {
    width: 100%;
  }
}

.sectionLogo {
  margin: 0;
}

.sectionTitleEn {
  font-family: "Nova Round", cursive;
  display: block;
  color: var(--PAXLP);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 100;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .sectionTitleEn {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px 0;
  }
}

.sectionTitleNum {
  font-family: "Nova Round", cursive;
  display: block;
  color: var(--PAXLP);
  font-size: 110px;
  font-size: 11rem;
  font-weight: 100;
  margin: -181px 0 0 0;
}
@media screen and (max-width: 768px) {
  .sectionTitleNum {
    font-size: 57px;
    font-size: 5.7rem;
  }
}

.cardTitle {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
}

.cardText {
  text-align: left;
}
.cardText > small {
  font-size: 70%;
}

.largeImage {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  .largeImage {
    margin: 50px 0 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .largeImage {
    height: initial;
    margin: 10px 0 0;
  }
}

.tableBorderNone {
  border-left: none !important;
}

.tableBottomL {
  border-bottom: 1px solid var(--PAXLP);
  border-radius: 0 0 0 8px;
}

.tableBottomR {
  border-bottom: 1px solid var(--PAXLP);
  border-radius: 0 0 8px 0;
}

.section__inner {
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.problemSection {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .problemSection {
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_bg_problem.png");
    background-size: 100%;
    background-position: center 218px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .problemSection {
    background-image: url("/service/device/psregi/lp/assets/img/img_bg_problem.png");
  }
}
@media screen and (max-width: 768px) {
  .problemSection .sectionTitle .sectionTitleEn {
    display: block;
  }
}
.problemSection__inner {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .problemSection__inner {
    margin: 0 12.5%;
    padding: 110px 0 115px;
  }
}
@media screen and (max-width: 768px) {
  .problemSection__inner {
    margin: 0 30px;
    padding: 73px 0 85px;
  }
}
.problemSection .problemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .problemSection .problemList {
    margin: 65px 0;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 45px auto 0;
    max-width: 295px;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList__item:nth-child(5) {
    margin-top: -30px;
  }
}
@media screen and (min-width: 769px) {
  .problemSection .problemList__item__logo {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList__item__logo {
    width: 100%;
    max-width: 130px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .problemSection .problemList__item__text {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList__item__text {
    margin: 12px 0;
  }
  .problemSection .problemList__item__text span {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .problemSection .problemList__item:nth-child(even) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .problemSection .problemList__item:nth-child(even) {
    margin-top: 120px;
  }
}

.featureSection {
  background-size: cover;
  width: 100%;
  background-position: top;
}
@media screen and (min-width: 769px) {
  .featureSection {
    background-image: url("/service/device/psregi/lp/assets/img/img_bg_feature.png");
  }
}
@media screen and (max-width: 768px) {
  .featureSection {
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_bg_feature.png");
    background-size: cover;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    padding-bottom: 50px;
  }
}
.featureSection__inner {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .featureSection__inner {
    padding: 50px 0 201px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection__inner {
    padding: 44px 5% 0;
  }
}
.featureSection .columnTitle {
  margin: 0;
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--PAXLP);
}
@media screen and (max-width: 768px) {
  .featureSection .columnTitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 39px 39px 15px 39px;
  }
}
.featureSection .sectionText {
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  .featureSection .sectionText {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .sectionText {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    line-height: 2;
  }
}
.featureSection .sectionText .smallText {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .featureSection .sectionText .smallText {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    line-height: 1.2;
    margin: 9px 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .appColumn .columnHeadding {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .columnHeadding {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 28px 0 0;
  }
}
.featureSection .appColumn .columnLead {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .featureSection .appColumn .columnLead {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .columnLead {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 12px -5px 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .sectionTitleNum {
    margin: -223px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .sectionText {
    margin: 19px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .smallText {
    margin: 13px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appColumn .businessList__item__image {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.featureSection .appList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .featureSection .appList {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 54px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .appList__item {
    width: 435px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appList__item {
    width: 100%;
  }
}
.featureSection .appList__item__image img {
  width: 100%;
  vertical-align: top;
}
.featureSection .appList__item__text {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  line-height: 530px;
}
@media screen and (max-width: 768px) {
  .featureSection .appList__item__text {
    line-height: 300px;
  }
}
.featureSection .appSubList {
  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;
  padding: 0;
  margin: 34px auto 0;
  max-width: 770px;
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList {
    margin: 14px auto 0;
    max-width: 250px;
  }
}
.featureSection .appSubList__item {
  margin: 0;
  border-radius: 50%;
  background: var(--white);
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item {
    width: 160px;
    height: 160px;
    background-position: 50% 36%;
  }
  .featureSection .appSubList__item:nth-child(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item {
    background-size: 40px;
    background-position: center 38%;
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
  }
}
.featureSection .appSubList__item:nth-child(1) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_kessai.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(1) {
    background-size: 61px 78px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(1) {
    background-size: 40px auto;
  }
}
.featureSection .appSubList__item:nth-child(2) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_tax.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(2) {
    background-size: 58px 76px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(2) {
    background-size: 39px auto;
  }
}
.featureSection .appSubList__item:nth-child(3) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_money.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(3) {
    background-size: 62px 69px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(3) {
    background-size: 41px auto;
  }
}
.featureSection .appSubList__item:nth-child(4) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_secure.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(4) {
    background-size: 74px 71px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(4) {
    background-size: 49px auto;
  }
}
.featureSection .appSubList__item:nth-child(5) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_order.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(5) {
    background-size: 74px 71px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(5) {
    background-size: 49px auto;
  }
}
.featureSection .appSubList__item:nth-child(6) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_mobile.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(6) {
    background-size: 74px 71px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(6) {
    background-size: 49px auto;
  }
}
.featureSection .appSubList__item:nth-child(7) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_member.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(7) {
    background-size: 59px 70px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(7) {
    background-size: 39px auto;
  }
}
.featureSection .appSubList__item:nth-child(8) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_zaiko.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(8) {
    background-size: 84px 70px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(8) {
    background-size: 56px auto;
  }
}
.featureSection .appSubList__item:nth-child(9) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_syukyaku.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(9) {
    background-size: 84px 71px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(9) {
    background-size: 56px auto;
  }
}
.featureSection .appSubList__item:nth-child(10) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_raiten.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(10) {
    background-size: 74px 70px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(10) {
    background-size: 49px auto;
  }
}
.featureSection .appSubList__item:nth-child(11) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_point.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(11) {
    background-size: 74px 70px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(11) {
    background-size: 49px auto;
  }
}
.featureSection .appSubList__item:nth-child(12) {
  background-image: url("/service/device/psregi/lp/assets/img/img_app_coupon.png");
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item:nth-child(12) {
    background-size: 98px 60px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item:nth-child(12) {
    background-size: 65px auto;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .appSubList__item__text {
    padding: 115px 0 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSubList__item__text {
    padding: 80px 0 0 0;
    font-size: 10px;
  }
}
.featureSection .appSlider__wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__wrapper {
    margin: 40px 0 0 -10px;
    padding: 20px 0 60px 10px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__wrapper {
    margin: 30px -34px 0;
    padding: 10px 0 38px;
  }
}
.featureSection .appSlider__item {
  overflow: hidden;
  background-color: var(--white);
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__item {
    border-radius: 16px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__item {
    border-radius: 18px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.featureSection .appSlider__item > a {
  display: block;
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__item > a {
    padding: 25px 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__item > a {
    padding: 10px 10px 8px;
  }
}
.featureSection .appSlider__item .appIcon {
  margin: 0 auto;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__item .appIcon {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__item .appIcon {
    max-width: 60px;
  }
}
.featureSection .appSlider__item .appIcon > img {
  width: 100%;
}
.featureSection .appSlider__item .appName {
  margin-top: 10px;
  font-weight: bold;
  color: var(--PAXLP);
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__item .appName {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__item .appName {
    font-size: 11px;
  }
}
.featureSection .appSlider__item .appName__caption {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .featureSection .appSlider__item .appName__caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .appSlider__item .appName__caption {
    font-size: 9px;
  }
}
.featureSection span.smallText {
  font-size: 12px;
  font-size: 1.2rem;
}
.featureSection__column {
  border-radius: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 40px 0 rgba(38, 141, 221, 0.1);
          box-shadow: 0 0 40px 0 rgba(38, 141, 221, 0.1);
  background: rgba(255, 255, 255, 0.7);
  padding: 98px 80px 75px;
  margin: 80px auto 0;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .featureSection__column {
    border-radius: 40px;
    padding: 139px 34px 25px;
    margin: 46px 3% 0;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .businessList {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList {
    margin: 35px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .businessList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .businessList__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .businessList__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.featureSection .businessList__item__image {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .featureSection .businessList__item__image {
    width: 430px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList__item__image {
    border-radius: 8px;
  }
}
.featureSection .businessList__item__image img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .featureSection .businessList__item__textBox {
    width: 430px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList__item__textBox {
    padding: 20px 0 0;
  }
}
.featureSection .businessList .cardText {
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .featureSection .businessList .cardText {
    margin: 10px 0 0;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList .cardText {
    margin: 8px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .businessList .cardTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .businessList .cardTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.featureSection .readerColumn,
.featureSection .introColumn {
  margin: 80px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .featureSection .readerColumn,
  .featureSection .introColumn {
    max-width: 1080px;
    padding: 98px 80px 85px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn,
  .featureSection .introColumn {
    padding: 98px 34px 30px;
  }
}
.featureSection .readerColumn small,
.featureSection .introColumn small {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn small,
  .featureSection .introColumn small {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .readerColumn__image,
  .featureSection .introColumn__image {
    margin: 52px 0 0;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn__image,
  .featureSection .introColumn__image {
    margin: 28px 0 0;
  }
}
.featureSection .readerColumn__image > img,
.featureSection .introColumn__image > img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .featureSection .readerColumn .columnHeadding,
  .featureSection .introColumn .columnHeadding {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 55px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn .columnHeadding,
  .featureSection .introColumn .columnHeadding {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.featureSection .readerColumn .sectionText,
.featureSection .introColumn .sectionText {
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn .inner,
  .featureSection .introColumn .inner {
    margin: 0 -34px;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .readerColumn .inner .swiper-container,
  .featureSection .introColumn .inner .swiper-container {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerColumn .inner .swiper-container,
  .featureSection .introColumn .inner .swiper-container {
    padding: 0 0 30px;
    margin: 50px 0 35px;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn__image {
    margin: 35px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn__image {
    margin: 25px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn .connectionMethod {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod {
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn .connectionMethod__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod__list {
    margin-top: 15px;
  }
}
.featureSection .introColumn .connectionMethod__list .item {
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn .connectionMethod__list .item {
    width: calc((100% - 80px) / 3);
    padding: 10px 0 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod__list .item {
    padding: 18px 0 12px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod__list .item:not(:first-child) {
    margin-top: 20px;
  }
}
.featureSection .introColumn .connectionMethod__list .item figure {
  margin: 0 auto;
  font-size: 0;
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn .connectionMethod__list .item figure {
    max-width: 175px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod__list .item figure {
    max-width: 158px;
  }
}
.featureSection .introColumn .connectionMethod__list .item figure figcaption {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .featureSection .introColumn .connectionMethod__list .item figure figcaption {
    margin-top: 5px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .introColumn .connectionMethod__list .item figure figcaption {
    margin-top: 12px;
    font-size: 13px;
  }
}
.featureSection .featureSection__column__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 16px;
  width: 100%;
  margin: 52px 0 0;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 0;
  }
}
.featureSection .featureSection__column__payment .paymentList {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList {
    width: 100%;
  }
}
.featureSection .featureSection__column__payment .paymentList__title {
  background: var(--PAXLP);
  margin: 0;
  color: var(--white);
  height: 60px;
  line-height: 55px;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .featureSection .featureSection__column__payment .paymentList__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList__title {
    font-size: 13px;
    font-size: 1.3rem;
    height: 30px;
    line-height: 30px;
  }
}
.featureSection .featureSection__column__payment .paymentList__container {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 769px) {
  .featureSection .featureSection__column__payment .paymentList__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 300px;
    padding: 34px 29px 45px 34px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList__container {
    height: initial;
    padding: 26px 28px 25px;
  }
}
.featureSection .featureSection__column__payment .paymentList__item {
  width: 24.25%;
  height: 60px;
  margin: 0 0 25px;
}
.featureSection .featureSection__column__payment .paymentList__item__image {
  width: 61px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList__item__image {
    width: 47px;
    height: 47px;
  }
}
.featureSection .featureSection__column__payment .paymentList:first-child .paymentList__title {
  border-radius: 16px 0 0 0;
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:first-child .paymentList__title {
    border-radius: 16px 16px 0 0;
  }
}
.featureSection .featureSection__column__payment .paymentList:first-child .paymentList__container {
  display: block;
  border-right: 1px solid #50a3e4;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:first-child .paymentList__container {
    border-right: none;
  }
}
.featureSection .featureSection__column__payment .paymentList:first-child .paymentList__container:after {
  content: "";
  width: 25%;
}
.featureSection .featureSection__column__payment .paymentList:first-child > .paymentList__container {
  border-radius: 0 0 0 16px;
}
.featureSection .featureSection__column__payment .paymentList:nth-child(2) .paymentList__title {
  border-right: 1px solid var(--white);
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:nth-child(2) .paymentList__title {
    background: var(--PAXLP);
  }
}
.featureSection .featureSection__column__payment .paymentList:nth-child(2) .paymentList__container {
  display: block;
  border-right: 1px solid #50a3e4;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:nth-child(2) .paymentList__container {
    border-right: none;
  }
}
.featureSection .featureSection__column__payment .paymentList:nth-child(2) .paymentList__container:after {
  content: "";
  width: 50%;
}
.featureSection .featureSection__column__payment .paymentList:last-child .paymentList__title {
  border-radius: 0 16px 0 0;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:last-child .paymentList__title {
    border-radius: 0 0 0 0;
  }
}
.featureSection .featureSection__column__payment .paymentList:last-child > .paymentList__container {
  display: block;
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .featureSection .featureSection__column__payment .paymentList:last-child > .paymentList__container {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .otherUseContainer {
    margin: 55px 0 0;
  }
}
.featureSection .readerList {
  margin: 50px 0 0;
}
@media screen and (min-width: 769px) {
  .featureSection .readerList {
    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) {
  .featureSection .readerList {
    display: block;
    margin: 26px 0 0;
  }
}
.featureSection .readerList__item {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .featureSection .readerList__item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerList__item {
    width: 100%;
  }
}
.featureSection .readerList__item__image {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .featureSection .readerList__item__textBox {
    padding: 24px 35px 20px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerList__item__textBox {
    padding: 16px 20px 11px;
  }
}
@media screen and (max-width: 768px) {
  .featureSection .readerList__item__textBox .cardTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.featureSection .readerList .cardText {
  margin: 8px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .featureSection .readerList .cardText {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .readerList__item + .readerList__item {
    margin: 30px 0 0;
  }
}

.agreementColumn {
  padding: 98px 80px 88px;
  max-width: 1080px;
  margin: 80px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .agreementColumn {
    padding: 98px 34px 30px;
    margin: 65px 3% 0;
  }
}
.agreementColumn .largeImage {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .agreementColumn .largeImage {
    margin: 75px auto 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .agreementColumn .largeImage {
    margin: 36px 0 0;
  }
}

.featureSection__column + .featureSection__column {
  margin: 119px auto 0;
}
@media screen and (max-width: 768px) {
  .featureSection__column + .featureSection__column {
    margin: 59px 3% 0;
  }
}

@media screen and (max-width: 768px) {
  .appList__item + .appList__item {
    margin-top: 41px;
  }
}

.businessSection {
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .businessSection {
    margin: 80px auto 0;
    padding: 98px 80px 90px;
  }
}
@media screen and (max-width: 768px) {
  .businessSection {
    padding: 105px 34px 29px;
    margin: 46px 3% 0;
  }
}
@media screen and (max-width: 768px) {
  .businessSection .columnTitle {
    margin: 35px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .businessSection .largeImage {
    margin: 25px 0 0;
  }
}

.usageSection {
  padding: 98px 3% 101px;
  max-width: 1120px;
  margin: 12px auto 0;
}
@media screen and (max-width: 768px) {
  .usageSection {
    margin: 87px 5% 0;
    padding: 0 3%;
  }
}
.usageSection__inner {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .usageSection .cardTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.usageSection .usageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .usageSection .usageList {
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .usageSection .usageList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 45px 0 0;
  }
}
.usageSection .usageList__item {
  width: 47.5%;
  text-align: left;
  -webkit-box-shadow: 0 0 40px rgba(26, 135, 186, 0.1);
          box-shadow: 0 0 40px rgba(26, 135, 186, 0.1);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
@media screen and (min-width: 769px) {
  .usageSection .usageList__item {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .usageSection .usageList__item {
    width: 100%;
  }
}
.usageSection .usageList__item__image img {
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 769px) {
  .usageSection .usageList__item__textBox {
    padding: 30px 35px 20px;
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .usageSection .usageList__item__textBox {
    padding: 16px 20px 21px;
  }
}
@media screen and (min-width: 769px) {
  .usageSection .usageList__item__textBox .cardText {
    margin: 15px 0 0;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .usageSection .usageList__item__textBox .cardText {
    margin: 3px 0 0;
    line-height: 1.9;
  }
}

@media screen and (max-width: 768px) {
  .usageList__item + .usageList__item {
    margin: 25px 0 0 0;
  }
}

.block {
  height: 50px;
  position: relative;
}
.block::before {
  background: var(--white);
  border: 1px solid rgb(38, 163, 221);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 8px;
}

.block::before {
  content: "";
  background: transparent;
  border: 1px solid rgb(38, 163, 221);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  right: -40px;
  top: 8px;
}
.block.on::before {
  background-image: linear-gradient(45deg, rgb(38, 163, 221) 0%, rgb(198, 147, 255) 100%);
}
.block.on .label {
  display: block;
}
.block .label {
  display: none;
  font-family: "Nova Round", cursive;
  font-weight: 100;
}
@media screen and (min-width: 769px) {
  .block .label {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .block .label {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 5px 0;
  }
}

.scrollnav-list > li {
  display: block;
}

.swiper {
  padding: 0 0 70px;
}
@media screen and (min-width: 769px) {
  .swiper {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper {
    margin: 22px -30px 35px;
    padding: 0 10px 0;
  }
}
.swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    margin: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    bottom: 0 !important;
  }
}
.swiper-pagination-bullet {
  background: rgba(39, 142, 221, 0.7);
}
@media screen and (min-width: 769px) {
  .swiper-pagination-bullet {
    margin: 0 17px !important;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    bottom: 5px !important;
    margin: 0 9px !important;
    width: 6px;
    height: 6px;
  }
}
.swiper-pagination-bullet-active {
  background: var(--PAXLP);
}

.contactFixed {
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  bottom: -100px;
  z-index: 100;
  font-size: 30px;
  font-size: 3rem;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px) {
  .contactFixed {
    height: 100px;
    background-image: url("/service/device/psregi/lp/assets/img/img_bg_fixedContact.png");
  }
}
@media screen and (max-width: 768px) {
  .contactFixed {
    height: 85px;
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_bg_fixedContact.png");
  }
}
.contactFixed__headding {
  color: var(--white);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contactFixed__headding {
    font-size: 30px;
    font-size: 3rem;
    line-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .contactFixed__headding {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: initial;
    padding: 15px;
  }
}
.contactFixed .roundContactBtnSmall {
  background: var(--white);
  border: 1px solid var(--white);
  border-radius: 34px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  -webkit-box-shadow: 0 0 40px rgba(38, 141, 221, 0.2);
          box-shadow: 0 0 40px rgba(38, 141, 221, 0.2);
  height: 50px;
  width: 270px;
  margin: 15px 0 6px 0;
}
@media screen and (max-width: 768px) {
  .contactFixed .roundContactBtnSmall {
    width: 190px;
    height: 34px;
    margin: 10px 0 0 0;
  }
}
.contactFixed .roundContactBtnSmall a {
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--PAXLP);
}
@media screen and (max-width: 768px) {
  .contactFixed .roundContactBtnSmall a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 34px;
    vertical-align: top;
  }
}
.contactFixed .roundContactBtnSmall:hover {
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.contactFixed__btnBox {
  position: absolute;
  top: 0;
  right: 5%;
}
.contactFixed__btnBox .smallText {
  color: var(--white);
}
@media screen and (min-width: 769px) {
  .contactFixed__btnBox .smallText {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .contactFixed__btnBox .smallText {
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0.01px;
    font-family: "Noto Sans CJK JP";
  }
  .contactFixed__btnBox .smallText a {
    color: var(--white);
  }
}
@media screen and (min-width: 769px) {
  .contactFixed__btnBox .smallText .forPc {
    display: inline;
  }
}

.toggleWrapper {
  background: var(--white);
  padding: 0 80px;
  height: 740px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: none;
  position: fixed;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 768px) {
  .toggleWrapper {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 45px 0 0 0;
    padding: 47px 50px;
    height: calc(100% - 45px);
    background-size: contain;
    background-position: 9%;
    background-image: url("/service/device/psregi/lp/assets/img/sp/img_bg_problem.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 769px) {
  .toggleWrapper {
    background-image: url("/service/device/psregi/lp/assets/img/img_bg_problem.png");
  }
}
.toggleWrapper__image {
  background: var(--white);
  width: 368px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 37px 0 30px 12px;
}
.toggleWrapper__image__link {
  width: 355px;
}
.toggleWrapperBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.toggleWrapperBtn {
  display: block;
  background: #333;
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 50px 7px 0;
  position: relative;
}
.toggleWrapperBtn::after {
  display: block;
  background: #333;
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: -50px;
  right: -19%;
  margin: 50px 7px 0;
  content: "";
  position: absolute;
}

@media screen and (min-width: 769px) {
  .toggleNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 80px 0 80px;
  }
}
.toggleNav .nav-list {
  display: block;
}
@media screen and (min-width: 769px) {
  .toggleNav .nav-list {
    position: absolute;
    top: 108px;
    left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .toggleNav .nav-list {
    margin-top: 20px;
    left: 0;
  }
}
.toggleNav .nav-item:nth-child(n+2) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .toggleNav .roundContactBtn {
    width: 100%;
    height: 37px;
    margin: 50px 0 0 0px;
  }
}

.toggleTextBox__title {
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1.3;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .toggleTextBox__title {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 4px 0 0;
  }
}
.toggleTextBox__title .smallText {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: 100;
  display: block;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .toggleTextBox__title .smallText {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 769px) {
  .toggleTextBox .roundContactBtn {
    width: 360px;
    height: 72px;
    margin: 50px ​0 0 0;
  }
}
.toggleTextBox .roundContactBtn a {
  line-height: 72px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .toggleTextBox .roundContactBtn a {
    line-height: 37px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.toggleTextBox .roundContactBtn:hover {
  opacity: 0.9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-list {
  margin: -44px 89px 0px;
}
@media screen and (max-width: 768px) {
  .nav-list {
    margin: -11px auto 0px;
  }
}

.nav-item .sectionTitleEn {
  font-size: 44px;
  font-size: 4.4rem;
  margin: 0 0 2px 0;
}
@media screen and (max-width: 768px) {
  .nav-item .sectionTitleEn {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.nav-item p {
  margin: -4px 0 0;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .nav-item p {
    margin: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .nav-item + .nav-item {
    margin: -18px 0 60px -2px;
  }
}

.toggle {
  display: block;
  position: absolute;
  z-index: 101;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .toggle {
    top: 35px;
    right: 64px;
    width: 39px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .toggle {
    top: 16px;
    right: 20px;
    width: 23px;
    height: 16px;
  }
}
.toggleBox {
  display: block;
}
.toggleBtn {
  display: block;
  position: absolute;
  right: 0;
  background-color: #333;
}
@media screen and (min-width: 769px) {
  .toggleBtn {
    width: 32px;
    height: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 23px;
    height: 1px;
  }
}
.toggleBtn--top {
  top: 0;
}
.toggleBtn--top.close {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 0;
}
@media screen and (min-width: 769px) {
  .toggleBtn--top.close {
    -webkit-transform: translate(-50%, 10px) rotate(45deg);
            transform: translate(-50%, 10px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .toggleBtn--top.close {
    -webkit-transform: translate(0%, 8px) rotate(45deg);
            transform: translate(0%, 8px) rotate(45deg);
  }
}
.toggleBtn--mid {
  top: calc(50% - 1px);
}
.toggleBtn--mid.close {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.toggleBtn--bottom {
  bottom: 0;
}
.toggleBtn--bottom.close {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .toggleBtn--bottom.close {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
            transform: translate(-50%, -8px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .toggleBtn--bottom.close {
    -webkit-transform: translate(0%, -8px) rotate(-45deg);
            transform: translate(0%, -8px) rotate(-45deg);
  }
}

.noscroll {
  overflow: hidden;
}
.noscroll::after {
  content: "";
  display: block;
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

.popup {
  display: none;
  position: relative;
  top: 50%;
  left: 50%;
  background: var(--white);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1002;
}
@media screen and (min-width: 769px) {
  .popup {
    width: 64%;
    border-radius: 16px;
  }
}
@media screen and (max-width: 768px) {
  .popup {
    width: 68%;
    border-radius: 8px;
  }
}
.popup__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.popup__wrapper.on {
  display: block;
}
.popupMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 769px) {
  .popup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 80px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  .popup__box .img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box .img {
    max-width: 120px;
    margin: 0 auto;
  }
}
.popup__box .img > img {
  width: 100%;
}
.popup__box .img figcaption {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .popup__box .img figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box .img figcaption {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .popup__box .text {
    width: calc(100% - 240px);
  }
}
.popup__box .text__description {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .popup__box .text__description {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box .text__description {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .popup__box .text__link {
    max-width: 280px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box .text__link {
    margin-top: 15px;
  }
}
.popup__box .text__link > a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: var(--white);
  background: var(--PAXLP);
}
@media screen and (min-width: 769px) {
  .popup__box .text__link > a {
    line-height: 52px;
    border-radius: 26px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .popup__box .text__link > a {
    line-height: 34px;
    border-radius: 17px;
    font-size: 12px;
  }
}
.popup__close {
  display: block;
  position: absolute;
  background-size: contain;
  background-image: url("/service/device/psregi/lp/assets/img/icon_close.png");
}
@media screen and (min-width: 769px) {
  .popup__close {
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .popup__close {
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
  }
}

.caseBox {
  border: 1px solid var(--PAXLP);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .caseBox {
    margin: 80px 0 120px;
    padding: 40px 80px;
  }
}
@media screen and (max-width: 768px) {
  .caseBox {
    margin: 24px 0 60px;
    padding: 40px 30px;
  }
}
.caseBox__title {
  color: var(--PAXLP);
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .caseBox__title {
    font-size: 36px;
    font-size: 3.6rem;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 368px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .caseBox__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    aspect-ratio: 736/501;
    background-image: url("/service/device/psregi/lp/assets/img/img_caseBox.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 0;
    max-width: 368px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.caseBox__tag {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 769px) {
  .caseBox__tag {
    -ms-grid-columns: auto 26px 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 26px;
    grid-row-gap: 12px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .caseBox__tag {
    margin: 10px 0 0;
  }
}
.caseBox__tag__title {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .caseBox__tag__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .caseBox__tag__title {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__tag__title:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__tag__title:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
  }
}
.caseBox__tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .caseBox__tag__list {
    margin: 4px 0 0;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__tag__list:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__tag__list:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}
.caseBox__tag__list > li {
  display: inline-block;
  border: 1px solid var(--PAXLP);
  border-radius: 5px;
  color: var(--PAXLP);
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .caseBox__tag__list > li {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 180px;
    padding: 4px 10px;
  }
}
@media screen and (max-width: 768px) {
  .caseBox__tag__list > li {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 10px;
  }
}
@media screen and (min-width: 769px) {
  .caseBox__cont {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .caseBox__cont {
    margin: 40px 0 0;
    text-align: center;
  }
}
.caseBox__cont__list {
  list-style: disc;
  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;
  gap: 1em 20px;
}
@media screen and (max-width: 768px) {
  .caseBox__cont__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.caseBox__cont__list > li {
  margin-left: 1.25em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .caseBox__cont__list > li {
    width: calc(50% - 20px - 1.25em);
  }
}
@media screen and (max-width: 768px) {
  .caseBox__cont__list > li {
    width: calc(100% - 1.25em);
  }
}
@media screen and (max-width: 768px) {
  .caseBox__cont::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    aspect-ratio: 736/501;
    background-image: url("/service/device/psregi/lp/assets/img/img_caseBox.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    margin: 0 auto 20px;
    max-width: 368px;
  }
}
/*# sourceMappingURL=style.css.map */