@charset "UTF-8";
.lp-buttonConversion {
  display: inline-block;
  max-width: 100%;
  background: #dc002f;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .lp-buttonConversion:hover {
    background-color: #c6002a;
  }
}
.lp-buttonConversion-body {
  display: flex;
  align-items: center;
  padding: 12px 8px 12px 24px;
}
@media only screen and (max-width: 640px) {
  .lp-buttonConversion-body {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.lp-buttonConversion-text {
  margin-right: 16px;
}
.lp-buttonConversion-image {
  margin: -22px 0;
  border: 1px solid #ccc;
}
.lp-buttonConversion-image > img {
  min-width: 42px;
  max-width: 60px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}
.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}
.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
  left: 26px;
  height: 12px;
  border-width: 7px 0 7px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
  position: relative;
  padding-left: 53px;
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  content: "";
}
.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}
.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
  background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}
.lp-buttonConversion.of-primary {
  background: #13778f;
}
@media (hover: hover) {
  .lp-buttonConversion.of-primary:hover {
    background-color: #116b81;
  }
}
.lp-buttonConversion.of-secondary {
  background: #0065bb;
}

.lp-navigationSeries {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1240px;
  margin: 20px auto;
  padding: 4px 10px;
  border: 2px solid #e5e5e5;
  color: #999;
}
div#MainContent .lp-navigationSeries {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1279px) {
  .lp-navigationSeries {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries {
    flex-direction: column;
    align-items: center;
  }
}
.lp-navigationSeries-title {
  max-width: 600px;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title {
    width: 100%;
    max-width: none;
    margin-bottom: 3px;
    text-align: center;
  }
}
.lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: -10px;
  }
}
div#MainContent .lp-navigationSeries-title {
  margin-bottom: 0;
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  text-transform: none;
}
div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
  margin-left: 10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
    display: block;
  }
}
.lp-navigationSeries-linkList {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 0 -10px;
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList {
  margin: -3px 0 0 -10px;
}
@media only screen and (max-width: 969px) {
  .lp-navigationSeries-linkList {
    justify-content: center;
    width: 100%;
  }
}
.lp-navigationSeries-linkList > li {
  display: flex;
  position: relative;
  margin-top: 3px;
  margin-left: 10px;
  background: none;
  font-size: 1.1rem;
  line-height: 1.3;
}
div#MainContent .lp-navigationSeries-linkList > li {
  margin: 3px 0 0 10px;
  padding: 0;
  background: none;
  font-size: 11px;
}
.lp-navigationSeries-linkList > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 9px;
  color: #999;
  line-height: 1.3;
  text-decoration: none;
}
.lp-navigationSeries-linkList > li > a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: -2px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  content: "";
}
div#MainContent .lp-navigationSeries-linkList > li > a:link {
  color: #999;
}
div#MainContent .lp-navigationSeries-linkList > li > a::before {
  top: 0.3em;
}
.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
  text-decoration: underline;
}

:root {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  color: #333;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: anywhere;
}

main {
  display: block;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

dfn,
cite {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 100%;
}

i {
  font-style: italic;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  border: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

video {
  display: block;
  max-width: 100%;
}

:root {
  --LP_COLOR_WHITE: #fff;
  --LP_COLOR_BLACK_PRIMARY: #5b5b5b;
  --LP_COLOR_BLACK_SECONDARY: #474747;
  --LP_COLOR_BLACK_TERTIARY: #2b2b2b;
  --LP_COLOR_RED_PRIMARY: #dc002f;
  --LP_COLOR_GRAY: #d9d9d9;
  --LP_COLOR_BACKGROUND_PRIMARY: #f6f6f6;
  --LP_COLOR_BACKGROUND_SECONDARY: #fe9d2d;
  --LP_COLOR_BACKGROUND_TERTIARY: #c82b2b;
  --LP_COLOR_BACKGROUND_QUATERNARY: #ffc9c9;
  --LP_COLOR_BACKGROUND_QUINARY: #ffc9c9;
  --LP_COLOR_HOVER: #c00a0a;
  --LP_COLOR_BORDER: #dcdcdc;
  --LP_COLOR_PHONE_ICON: #838079;
  --LP_COLOR_LIST_ICON: #afafaf;
}

.lp-layout-container > *:last-child, .lp-layout-header-content > *:last-child, .lp-layout-footer-content > *:last-child, .lp-section-content > *:last-child, .lp-section-header > *:last-child, .lp-section-body > *:last-child, .lp-jumbotron-content > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-titleOuter > *:last-child, .lp-navigation > *:last-child, .lp-navigation-content > *:last-child, .lp-media > *:last-child, .lp-media-body > *:last-child, .lp-textPhone > * > *:last-child, .lp-textPhone-body > *:last-child, .lp-listAnnotation > *:last-child {
  margin-bottom: 0;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_dl.png") no-repeat center center !important;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
  background: url("../../../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center !important;
}

.lp-layout-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--LP_COLOR_BACKGROUND_PRIMARY);
}
.lp-layout-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 57%;
  width: 50%;
  height: 790px;
  border-radius: 0 0 0 40px;
  opacity: 1;
  background: transparent radial-gradient(closest-side at 24% 51%, var(--LP_COLOR_BACKGROUND_SECONDARY) 0%, var(--LP_COLOR_BACKGROUND_TERTIARY) 100%) 0% 0%;
}
@media screen and (max-width: 1920px) {
  .lp-layout-container::before {
    height: calc(35rem + (1vw - 0.36rem) * (28.2051282051));
  }
}
@media screen and (max-width: 1239px) {
  .lp-layout-container::before {
    top: -30px;
    left: 50%;
    width: 100%;
  }
}
.lp-layout-container::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-image: url("../../../../../img/ss/general/about-mypage/about-mypage_bg_01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1239px) {
  .lp-layout-container::after {
    content: none;
  }
}

.lp-layout-header {
  margin-bottom: 20px;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  margin-inline: auto;
  padding: 20px 20px;
  gap: 20px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-header-content {
    padding: 20px calc(8rem + (1vw - 1.24rem) * (-8.8235294118));
  }
}
@media screen and (max-width: 1239px) {
  .lp-layout-header-content {
    flex-direction: column;
    align-items: start;
    padding: 20px calc(2rem + (1vw - 0.36rem) * (6.8181818182));
  }
}
.lp-layout-header-logo > a > img {
  min-width: 137px;
}
@media screen and (max-width: 1239px) {
  .lp-layout-header-logo > a > img {
    min-width: 92px;
  }
}

.lp-layout-footer {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-layout-footer-content {
  max-width: 1960px;
  margin-inline: auto;
  padding: 0 20px 30px;
}
@media screen and (max-width: 1920px) {
  .lp-layout-footer-content {
    padding: 0 calc(8rem + (1vw - 1.24rem) * (-8.8235294118)) 30px;
  }
}
@media screen and (max-width: 1239px) {
  .lp-layout-footer-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (6.8181818182)) 24px;
  }
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -16px;
  margin-left: -24px;
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin-top: 16px;
  margin-left: 24px;
  color: var(--LP_COLOR_BLACK_SECONDARY);
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 100%;
  transform: translateY(-50%);
  background-color: var(--LP_COLOR_BLACK_SECONDARY);
}
.lp-layout-footer-list > li:first-child::before {
  content: none;
}
@media screen and (max-width: 1239px) {
  .lp-layout-footer-list > li:last-child::before {
    display: none;
  }
}
.lp-layout-footer-list > li > a {
  color: var(--LP_COLOR_BLACK_SECONDARY);
  line-height: 1;
  text-decoration: none;
}
.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 1239px) {
  .lp-layout-footer-copyright {
    width: 100%;
  }
  .lp-layout-footer-copyright::before {
    display: none;
  }
}

.lp-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 1239px) {
  .lp-section {
    margin-bottom: 0;
  }
}
.lp-section-content {
  max-width: 1480px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1920px) {
  .lp-section-content {
    padding: 0 calc(8rem + (1vw - 1.24rem) * (-8.8235294118));
  }
}
@media screen and (max-width: 1239px) {
  .lp-section-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (6.8181818182));
  }
}
.lp-section-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1239px) {
  .lp-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 696px;
    margin-bottom: 24px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1239px) {
  .lp-section-body {
    padding-bottom: 42px;
    border-bottom: solid 1px var(--LP_COLOR_GRAY);
  }
}
@media screen and (max-width: 1239px) {
  .lp-section.of-primary {
    margin-bottom: 40px;
  }
  .lp-section.of-primary .lp-section-content {
    padding-bottom: 0;
  }
}
.lp-section.of-secondary {
  margin-bottom: 80px;
}
@media screen and (max-width: 1239px) {
  .lp-section.of-secondary {
    margin-bottom: 24px;
  }
}

.lp-jumbotron {
  margin-bottom: 160px;
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron {
    margin-bottom: 40px;
  }
}
.lp-jumbotron-content {
  max-width: 1480px;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-content {
    padding: 0 calc(8rem + (1vw - 1.24rem) * (-8.8235294118));
  }
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron-content {
    padding: 0 calc(2rem + (1vw - 0.36rem) * (6.8181818182));
  }
}
.lp-jumbotron-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron-inner {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-bottom: 40px;
    border-bottom: solid 1px var(--LP_COLOR_GRAY);
  }
}
.lp-jumbotron-body {
  flex: 1;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-body {
    max-width: 580px;
  }
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 45px;
  }
}
.lp-jumbotron-title {
  display: block;
  margin-bottom: 24px;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 7.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title {
    font-size: calc(4rem + (1vw - 0.36rem) * (2.0512820513));
  }
}
.lp-jumbotron-title .lp-utility-fontSize-small {
  font-size: 3.7rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-title .lp-utility-fontSize-small {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (0.8333333333));
  }
}
.lp-jumbotron-titleOuter {
  position: relative;
  margin-bottom: 24px;
  padding-left: 100px;
  line-height: 1.2;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-titleOuter {
    padding-left: calc(6rem + (1vw - 0.36rem) * (2.5641025641));
  }
}
.lp-jumbotron-titleOuter::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  width: 100px;
  height: 100px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23ea0437%22%3e%3cpath%20d%3d%22M32%2e5,20c0%2d9%2e6,7%2e8%2d17%2e5,17%2e5%2d17%2e5c9%2e7,0,17%2e5,7%2e8,17%2e5,17%2e5c0,9%2e6%2d7%2e8,17%2e5%2d17%2e5,17%2e5C40%2e4,37%2e5,32%2e5,29%2e7,32%2e5,20z%20M70,42%2e5H59%2e8l%2d9%2e8,15l%2d9%2e8%2d15H30c%2d8%2e3,0%2d15,6%2e7%2d15,15v39%2e9h34%2e5l32%2e1%2d49%2e3C78%2e9,44%2e7,74%2e7,42%2e5,70,42%2e5z%20M62%2e7,97%2e4h22%2e2V63%2e3L62%2e7,97%2e4z%22%2f%3e%3c%2fsvg%3e");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-titleOuter::before {
    width: calc(6rem + (1vw - 0.36rem) * (2.5641025641));
    height: calc(6rem + (1vw - 0.36rem) * (2.5641025641));
  }
}
.lp-jumbotron-titleInner {
  display: block;
}
.lp-jumbotron-text {
  margin-bottom: 16px;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 1.7rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-text {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron-text {
    text-align: center;
  }
}
.lp-jumbotron-text.lp-utility-fontSize-large {
  font-size: 2.2rem;
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-text.lp-utility-fontSize-large {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.2564102564));
  }
}
.lp-jumbotron-image {
  max-width: 820px;
  margin-left: 48px;
}
.lp-jumbotron-image > img {
  filter: drop-shadow(16px 16px 24px rgba(28, 28, 28, 0.3));
}
@media screen and (max-width: 1920px) {
  .lp-jumbotron-image {
    max-width: 42.7083333333vw;
  }
}
@media screen and (max-width: 1239px) {
  .lp-jumbotron-image {
    max-width: 696px;
    margin-left: 0;
  }
}

.lp-navigation {
  margin-bottom: 40px;
}
.lp-navigation-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  column-gap: 48px;
  border-radius: 8px;
  background-color: var(--LP_COLOR_BLACK_PRIMARY);
}
.lp-navigation-title {
  max-width: 300px;
  color: var(--LP_COLOR_WHITE);
  font-size: 2.4rem;
  font-weight: 700;
}
.lp-navigation-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  column-gap: 8px;
  transition: background-color 0.6s, left 0.3s;
}
.lp-navigation-list li > a {
  display: flex;
  align-items: center;
  max-width: 500px;
  padding: 10px 38px 10px 30px;
  background-color: transparent;
  color: var(--LP_COLOR_WHITE);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.lp-navigation-list li > a:hover {
  border-radius: 40px;
  background-color: var(--LP_COLOR_HOVER);
}
.lp-navigation-arrow {
  fill: var(--LP_COLOR_WHITE);
}

.lp-headingLevel2 {
  position: relative;
  margin-bottom: 24px;
  padding-left: 64px;
  color: var(--LP_COLOR_RED_PRIMARY);
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1239px) {
  .lp-headingLevel2 {
    margin-bottom: 8px;
    padding-left: 56px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2 {
    padding-left: 40px;
  }
}
.lp-headingLevel2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0.7em;
  left: 12px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1239px) {
  .lp-headingLevel2::before {
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2::before {
    left: 8px;
    width: 16px;
    height: 16px;
  }
}
.lp-headingLevel2.of-bookmark::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23ea0437%22%3e%3cpath%20d%3d%22M84%2e9,5%2e1v89%2e9h%2d0%2e4L50,73l%2d34%2e5,22h%2d0%2e4V15%2e1c0%2d5%2e5,4%2e5%2d10,10%2d10H84%2e9z%22%2f%3e%3c%2fsvg%3e");
}
.lp-headingLevel2.of-software::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23ea0437%22%3e%3cpath%20d%3d%22M50,0C22%2e4,0,0,22%2e4,0,50c0,27%2e6,22%2e4,50,50,50c27%2e6,0,50%2d22%2e4,50%2d50C100,22%2e4,77%2e6,0,50,0z%20M23%2e4,79%2e9C15%2e2,72%2e5,10,61%2e9,10,50h10c0,8%2e4,3%2e4,15%2e9,9,21%2e4L23%2e4,79%2e9z%20M50%2e5,90l%2d0%2e2,0L50,90c%2d7%2e7,0%2d14%2e9%2d2%2e2%2d21%2d5%2e9l5%2e5%2d8%2e4C39,78%2e4,44%2e3,80,50,80c0%2e2,0,0%2e3,0,0%2e5,0V90z%20M50,65c%2d8%2e3,0%2d15%2d6%2e7%2d15%2d15s6%2e7%2d15,15%2d15s15,6%2e7,15,15S58%2e3,65,50,65z%22%2f%3e%3c%2fsvg%3e");
}
.lp-headingLevel2.of-download::before {
  background-image: url("data:image/svg+xml; charset=utf8, %3csvg%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20viewBox%3d%220%200%20100%20100%22%20fill%3d%22%23ea0437%22%3e%3cpath%20d%3d%22M99%2e9,50c0,27%2e6%2d22%2e4,49%2e9%2d49%2e9,49%2e9c%2d11%2e6,0%2d22%2e3%2d4%2d30%2e8%2d10%2e6l5%2e5%2d8%2e4c6%2e9,5%2e6,15%2e7,9,25%2e3,9c22%2e1,0,39%2e9%2d17%2e9,39%2e9%2d39%2e9c0%2d22%2e1%2d17%2e9%2d39%2e9%2d39%2e9%2d39%2e9S10%2e1,27%2e9,10%2e1,50h%2d10C0%2e1,22%2e4,22%2e4,0%2e1,50,0%2e1S99%2e9,22%2e4,99%2e9,50z%20M54,20h%2d7%2e5v27%2e6L31%2e3,70%2e9l6%2e3,4%2e1l16%2e4%2d25l0,0H54V20z%20M20,50l%2d20,0v30%2e5L20,50z%22%2f%3e%3c%2fsvg%3e");
}
.lp-headingLevel2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.7em;
  left: 0;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border: 2px solid var(--LP_COLOR_GRAY);
  border-radius: 50%;
  background-color: var(--LP_COLOR_WHITE);
}
@media screen and (max-width: 1239px) {
  .lp-headingLevel2::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .lp-headingLevel2::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2 {
    font-size: calc(2rem + (1vw - 0.36rem) * (2.3076923077));
  }
}
@media screen and (max-width: 1239px) {
  .lp-headingLevel2 {
    font-weight: 700;
  }
}
.lp-headingLevel2.of-primary {
  font-size: 4.2rem;
}
@media screen and (max-width: 1920px) {
  .lp-headingLevel2.of-primary {
    font-size: calc(2rem + (1vw - 0.36rem) * (1.4102564103));
  }
}

@media screen and (max-width: 1239px) {
  .lp-media {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.lp-media-body {
  flex: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1239px) {
  .lp-media-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 696px;
  }
}
@media screen and (max-width: 1239px) {
  .lp-media-body {
    margin-bottom: 24px;
  }
}
.lp-media-image {
  max-width: 696px;
  margin-bottom: 16px;
}
.lp-media-image > img {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.lp-media-video {
  width: 100%;
  max-width: 696px;
  margin-bottom: 16px;
}
.lp-media-video > .videoJs-outer {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}
.lp-media.of-horizontal {
  display: flex;
}
@media screen and (max-width: 1239px) {
  .lp-media.of-horizontal {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.lp-media.of-horizontal .lp-media-video {
  max-width: 820px;
  margin-left: 48px;
}
@media screen and (max-width: 1920px) {
  .lp-media.of-horizontal .lp-media-video {
    max-width: 42.7083333333vw;
  }
}
@media screen and (max-width: 1239px) {
  .lp-media.of-horizontal .lp-media-video {
    max-width: 696px;
    margin-bottom: 24px;
    margin-left: 0;
  }
}

.lp-text {
  margin-bottom: 24px;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 1.7rem;
  line-height: 1.3;
}
@media screen and (max-width: 1920px) {
  .lp-text {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
.lp-text.lp-utility-fontSize-large {
  font-size: 3.2rem;
}
@media screen and (max-width: 1920px) {
  .lp-text.lp-utility-fontSize-large {
    font-size: calc(2rem + (1vw - 0.36rem) * (0.7692307692));
  }
}
.lp-text.lp-utility-fontSize-small {
  font-size: 1.5rem;
}
.lp-textDecoration {
  padding: 0 8px;
  background: linear-gradient(transparent 50%, var(--LP_COLOR_BACKGROUND_QUINARY) 0%);
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 1.5rem;
  font-weight: 700;
}
.lp-textDecoration-outer {
  display: inline-block;
  margin-bottom: 16px;
}
.lp-textPhone {
  margin-bottom: 48px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1239px) {
  .lp-textPhone {
    margin-bottom: 17px;
  }
}
.lp-textPhone-numberGroup {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
}
.lp-textPhone-note {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.lp-textPhone-icon {
  width: 36px;
  min-width: 36px;
  height: 20px;
  min-height: 20px;
  margin-top: 0.2rem;
  margin-right: 8px;
  fill: var(--LP_COLOR_PHONE_ICON);
}
.lp-textPhone .of-center {
  text-align: center;
}
.lp-textPhone .of-center .lp-textPhone-numberGroup {
  justify-content: center;
}
.lp-textLink {
  color: var(--LP_COLOR_RED_PRIMARY);
}

.lp-figure {
  max-width: 448px;
  margin-inline: auto;
}
.lp-figure > img {
  border: 1px solid var(--LP_COLOR_BORDER);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

a.lp-textPhone-body,
a:hover.lp-textPhone-body {
  display: inline-block;
  opacity: 1;
  color: var(--LP_COLOR_WHITE);
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width: 1239px) {
  a.lp-textPhone-body,
  a:hover.lp-textPhone-body {
    color: var(--LP_COLOR_BLACK_PRIMARY);
  }
}

.lp-list {
  margin-bottom: 16px;
}
.lp-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.lp-list li:last-child {
  margin-bottom: 0;
}
.lp-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--LP_COLOR_LIST_ICON);
}
.lp-listAnnotation {
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 1239px) {
  .lp-listAnnotation {
    text-align: left;
  }
}
.lp-listAnnotation li {
  margin-bottom: 8px;
  color: var(--LP_COLOR_BLACK_PRIMARY);
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 1920px) {
  .lp-listAnnotation li {
    font-size: calc(1.3rem + (1vw - 0.36rem) * (0.1282051282));
  }
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px 0 40px -24px;
}
.lp-listButton > li {
  padding-top: 24px;
  padding-left: 24px;
}
.lp-listButton-outer {
  max-width: 1520px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1239px) {
  .lp-listButton-outer {
    max-width: 780px;
  }
}

.lp-layout-grid {
  display: grid;
  grid-gap: 20px 48px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 1239px) {
  .lp-layout-grid {
    grid-gap: 40px 0;
    grid-template-columns: 1fr;
  }
}
.lp-layout-grid-column {
  padding-top: 42px;
}
@media screen and (max-width: 1239px) {
  .lp-layout-grid-column + .lp-layout-grid-column {
    border-top: solid 1px var(--LP_COLOR_GRAY);
  }
}

.lp-button {
  display: inline-block;
  position: relative;
  max-width: 100%;
  border-radius: 4px;
  background-color: #dc002f;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 1239px) {
  .lp-button {
    font-size: 1.6rem;
  }
}
.lp-button-body {
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
@media screen and (max-width: 1239px) {
  .lp-button-body {
    padding: 12px 24px 12px 12px;
  }
}
.lp-button-arrow {
  min-width: 30px;
  margin-right: 8px;
  fill: var(--LP_COLOR_WHITE);
}
.lp-button:focus-visible {
  transition: all 0.3s;
  background-color: var(--LP_COLOR_BLACK_TERTIARY);
}

@media (hover: hover) {
  .lp-button:hover {
    transition: all 0.3s;
    background-color: var(--LP_COLOR_BLACK_TERTIARY);
  }
}
@media screen and (max-width: 1239px) {
  .lp-smallScreen-hide {
    display: none;
  }
  .lp-smallScreen-line-break {
    display: initial;
  }
}
@media screen and (max-width: 1239px) and (max-width: 1239px) {
  .lp-smallScreen-line-break {
    display: block;
  }
}
@media screen and (max-width: 1239px) and (max-width: 1239px) {
  .lp-smallScreen-height-auto {
    height: auto !important;
  }
}

.lp-largeScreen-hide {
  display: none;
}
@media screen and (max-width: 1239px) {
  .lp-largeScreen-hide {
    display: block;
  }
}
.lp-largeScreen-line-break {
  display: block;
}
@media screen and (max-width: 1239px) {
  .lp-largeScreen-line-break {
    display: initial;
  }
}

.lp-utility-line-break {
  display: block;
}
.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-textAlign-left {
  text-align: left;
}
.lp-utility-textAlign-right {
  text-align: right;
}
.lp-utility-fontWeight-normal {
  font-weight: 400;
}
.lp-utility-fontWeight-bold {
  font-weight: 700;
}
