.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;
}

.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;
}

:root {
  --COLOR_WHITE: #fff;
  --COLOR_PRIMARY: #444a5e;
  --COLOR_SECONDARY: #dc002f;
  --COLOR_TERTIARY: #0c186033;
  --COLOR_QUATERNARY: #c2c2c2;
  --COLOR_BACKGROUND_PRIMARY: #f9f9f9;
  --DROP_SHADOW_PRIMARY: 4px 4px 0px var(--COLOR_TERTIARY);
  --FONT_WEIGHT_SEMIBOLD: 600;
  --FONT_WEIGHT_REGULAR: 400;
  --LINE_HEIGHT_PRIMARY: 1.3;
  --LINE_HEIGHT_SECONDARY: 1.6;
}

.lp-card > *:last-child, .lp-mediaAsset-body > *:last-child, .lp-mediaAsset > *:last-child, .lp-section-body > *:last-child, .lp-section-header > *:last-child, .lp-section-inner > *:last-child, .lp-section-content > *:last-child, .lp-section > *:last-child, .lp-listButton > *:last-child, .lp-list > *:last-child, .lp-jumbotron-image > *:last-child, .lp-jumbotron-titleGroup > *:last-child, .lp-jumbotron-body > *:last-child, .lp-jumbotron-inner > *:last-child, .lp-layout-footer-content > *:last-child, .lp-layout-footer > *:last-child, .lp-layout-grid-column > *:last-child, .lp-layout-grid.of-column-3 .lp-figure > *:last-child, .lp-layout-grid.of-column-3 > *:last-child, .lp-layout-main > *:last-child, .lp-layout-header-utilityList > li > *:last-child, .lp-layout-header-utilityList > *:last-child, .lp-layout-header > *:last-child, .lp-layout-container > *:last-child {
  margin-bottom: 0;
}

.lp-layout-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-inline: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-container {
    padding-inline: calc(2rem + (1vw - 0.36rem) * (21.1161387632));
  }
}
.lp-layout-header {
  position: relative;
  z-index: 10;
}
.lp-layout-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 30px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-content {
    justify-content: center;
    padding-block-end: 0;
  }
}
.lp-layout-header-logo {
  flex-shrink: 0;
  width: 136px;
  line-height: 1;
  margin-bottom: 0px;
}
.lp-layout-header-logo img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-header-logo {
    width: 91px;
  }
}
.lp-layout-header-utilityGroup {
  margin-left: 24px;
}
.lp-layout-header-utilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -16px 0 0 -24px;
}
.lp-layout-header-utilityList > li {
  margin-top: 16px;
  padding-left: 24px;
}
.lp-layout-main {
  background-color: var(--COLOR_BACKGROUND_PRIMARY);
  color: var(--COLOR_PRIMARY);
}
.lp-layout-grid {
  display: grid;
  margin-bottom: 24px;
}
.lp-layout-grid.of-column-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3 {
    grid-template-columns: 1fr;
  }
}
.lp-layout-grid.of-column-3 .lp-figure {
  grid-row: 1/2;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3 .lp-figure {
    text-align: center;
  }
}
.lp-layout-grid.of-column-3.of-primary {
  gap: 64px 16px;
}
@media only screen and (max-width: 1365px) {
  .lp-layout-grid.of-column-3.of-primary {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3.of-primary {
    gap: 8px;
  }
}
.lp-layout-grid.of-column-3.of-primary .lp-figure {
  grid-row: 1/2;
}
.lp-layout-grid.of-column-3.of-secondary {
  gap: 87px 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3.of-secondary {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid.of-column-3.of-secondary > .lp-layout-grid-column {
    gap: 8px;
  }
}
.lp-layout-grid-column {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.lp-layout-grid-column > * {
  margin-bottom: 0 !important;
}
.lp-layout-grid-column.of-primary {
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-grid-column.of-primary {
    gap: 16px;
  }
}
.lp-layout-grid-column.of-primary:has(> :nth-child(2)) {
  grid-row: span 2;
}
.lp-layout-grid-column.of-primary:has(> :nth-child(3)) {
  grid-row: span 3;
}
.lp-layout-footer {
  background-color: var(--COLOR_BACKGROUND_PRIMARY);
  color: var(--COLOR_PRIMARY);
  font-size: 1.3rem;
}
.lp-layout-footer-content {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 24px 80px 48px;
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-content {
    padding: calc(1.7rem + (1vw - 0.36rem) * (1.0558069382)) calc(2rem + (1vw - 0.36rem) * (21.1161387632)) calc(2.7rem + (1vw - 0.36rem) * (3.1674208145));
  }
}
.lp-layout-footer-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--COLOR_QUATERNARY);
}
.lp-layout-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px 0 0 -32px;
  font-size: 1.3rem;
  font-weight: var(--FONT_WEIGHT_NORMAL);
  line-height: var(--LINE_HEIGHT_PRIMARY);
  text-align: center;
}
.lp-layout-footer-list > li {
  position: relative;
  margin: 12px 0 0 32px;
  color: var(--COLOR_DARK);
}
.lp-layout-footer-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 1px;
  height: 16px;
  transform: translateY(-50%);
  background-color: #b4b4b4;
}
.lp-layout-footer-list > li:first-child::before {
  display: none;
}
.lp-layout-footer-list > li a {
  color: var(--COLOR_DARK);
  text-decoration: none;
}
@media (hover) {
  .lp-layout-footer-list > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-layout-footer-list > li:last-child {
    flex-shrink: 0;
    width: calc(100% - 40px);
  }
  .lp-layout-footer-list > li:last-child::before {
    content: none;
  }
}

.lp-navigationSeries {
  margin-block: 0 24px;
  border: none;
}
.lp-navigationSeries-linkList > li {
  margin-left: 35px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1023px) {
  .lp-navigationSeries-linkList > li {
    margin-left: 20px;
  }
}
.lp-navigationSeries-linkList > li::before {
  left: -16px;
}
.lp-navigationSeries-linkList > li > a {
  padding-left: 6px;
  color: var(--COLOR_PRIMARY);
}
.lp-navigationSeries-linkList > li > a::before {
  top: 6px;
  left: -11px;
  border-color: var(--COLOR_PRIMARY);
}

.lp-textPhoneLink {
  justify-content: center;
  width: 100%;
  text-align: center;
}
.lp-textPhoneLink-number {
  font-size: 2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-textPhoneLink-numberGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  color: var(--COLOR_PRIMARY);
}
.lp-textPhoneLink-icon {
  width: 3.8rem;
  height: 3.8rem;
  fill: var(--COLOR_PRIMARY);
  vertical-align: middle;
}
.lp-textPhoneLink > a, .lp-textPhoneLink > .prd-inlineLink[href] {
  color: var(--COLOR_PRIMARY);
  text-decoration: none;
  cursor: default;
}
.lp-textPhoneLink > a em, .lp-textPhoneLink > .prd-inlineLink[href] em {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-textPhoneLink.of-primary .lp-textPhoneLink-number > a, .lp-textPhoneLink.of-primary .lp-textPhoneLink-number > .prd-inlineLink[href] {
  color: var(--COLOR_PRIMARY);
}
.lp-textPhoneLink.of-primary .lp-textPhoneLink-numberGroup {
  color: var(--COLOR_PRIMARY);
}
.lp-textPhoneLink.of-primary .lp-textPhoneLink-icon {
  fill: var(--COLOR_PRIMARY);
}

.lp-jumbotron {
  position: relative;
  color: var(--COLOR_PRIMARY);
}
.lp-jumbotron::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: url("../../../../../img/landing_page/rk_pr_02/rk_ws_157137_pr_02_bg_img_01.png") no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron::before {
    display: none;
  }
}
.lp-jumbotron-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 80px 48px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-content {
    padding: 20px calc(2rem + (1vw - 0.36rem) * (21.1161387632)) 36px;
  }
}
.lp-jumbotron-inner {
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  padding-top: 64px;
  gap: 48px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-inner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    gap: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-inner .lp-jumbotron-image {
    margin-bottom: 0px;
  }
}
.lp-jumbotron-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-body {
    order: 2;
  }
}
.lp-jumbotron-title {
  display: block;
  font-size: 6rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-title {
    font-size: calc(2.4rem + (1vw - 0.36rem) * (2.3076923077));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-title {
    margin-bottom: 16px;
  }
}
.lp-jumbotron-titleGroup {
  font-weight: var(--FONT_WEIGHT_REGULAR);
  margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-titleGroup {
    margin-bottom: 24px;
  }
}
.lp-jumbotron-series {
  font-size: 2.2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-series {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.3846153846));
  }
}
.lp-jumbotron-series em {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-jumbotron-seriesGroup {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: var(--LINE_HEIGHT_PRIMARY);
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-seriesGroup {
    margin-bottom: 24px;
  }
}
.lp-jumbotron-text {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: var(--LINE_HEIGHT_SECONDARY);
}
@media only screen and (max-width: 1919px) {
  .lp-jumbotron-text {
    font-size: calc(1.5rem + (1vw - 0.36rem) * (0.3205128205));
  }
}
.lp-jumbotron-image {
  margin-bottom: 24px;
  filter: drop-shadow(30px 30px 24px rgba(132, 148, 156, 0.2));
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-image {
    filter: none;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-jumbotron-image img {
    max-width: calc(25.5rem + (1vw - 0.36rem) * (23.0769230769));
  }
}

.lp-label {
  color: var(--COLOR_WHITE);
  font-size: 1.6rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
}
@media only screen and (max-width: 1919px) {
  .lp-label {
    font-size: calc(1.3rem + (1vw - 0.36rem) * (0.1923076923));
  }
}
.lp-label-outer {
  display: inline-flex;
  flex-shrink: 0;
  max-width: 180px;
  margin-right: 16px;
  padding: 6px 24px;
  border-radius: 4px;
  background: #fff;
  background-color: var(--COLOR_SECONDARY);
}
@media only screen and (max-width: 1023px) {
  .lp-label-outer {
    padding: 6px calc(1.6rem + (1vw - 0.36rem) * (1.2048192771)) calc(0.4rem + (1vw - 0.36rem) * (0.3012048193));
  }
}

.lp-list {
  position: relative;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1023px) {
  .lp-list {
    order: 3;
    margin-bottom: 0px;
  }
}
.lp-list > li {
  position: relative;
  padding-left: 13px;
  color: var(--COLOR_PRIMARY);
  font-size: 2.6rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
  margin-bottom: 16px;
}
@media only screen and (max-width: 1919px) {
  .lp-list > li {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.5128205128));
  }
}
.lp-list > li::before {
  content: "";
  position: absolute;
  top: calc((1lh - 5px) / 2);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--COLOR_PRIMARY);
}
.lp-listButton {
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24px -16px;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton {
    margin: -8px 0 8px -8px;
  }
}
.lp-listButton > li {
  margin-top: 24px;
  padding-left: 16px;
}
@media only screen and (max-width: 1023px) {
  .lp-listButton > li {
    margin-top: 8px;
    padding-left: 8px;
  }
}

.lp-buttonConversion {
  border-radius: 4px;
}
@media only screen and (max-width: 1023px) {
  .lp-buttonConversion {
    min-width: 100%;
  }
}
.lp-buttonConversion-body {
  justify-content: space-between;
}

.lp-section-content {
  padding-block: 120px 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-content {
    padding-block: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-section-content.of-paddingBottom-primary {
    padding-block: 32px 40px;
  }
}
.lp-section-inner {
  max-width: 1600px;
  margin: 0 auto 24px;
  padding-inline: 80px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-inner {
    padding-inline: calc(2rem + (1vw - 0.36rem) * (21.1161387632));
  }
}
.lp-section-header {
  max-width: 944px;
  margin-inline-start: 0;
  margin-bottom: 24px;
}
.lp-section-header.of-primary {
  max-width: 448px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1365px) {
  .lp-section-header.of-primary {
    max-width: 944px;
  }
  .lp-section-header.of-primary > * {
    margin-bottom: 0 !important;
  }
}
.lp-section-body {
  padding-block: 40px 56px;
  background: var(--COLOR_WHITE);
}
@media only screen and (max-width: 1023px) {
  .lp-section-body:not(.of-primary):not(.of-secondary) {
    margin-bottom: 24px;
    padding-block: 40px;
  }
}
.lp-section-body.of-primary {
  padding-block: 0;
  background: var(--COLOR_BACKGROUND_PRIMARY);
}
.lp-section-body.of-secondary {
  padding-block: 40px 48px;
}
@media only screen and (max-width: 1023px) {
  .lp-section-body.of-secondary {
    margin-bottom: 24px;
  }
}
.lp-section.of-primary .lp-section-content {
  display: grid;
  gap: 48px;
  grid-template-columns: 448px 1fr;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1365px) {
  .lp-section.of-primary .lp-section-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.lp-headingLevel2 {
  color: var(--COLOR_PRIMARY);
  font-size: 3.2rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel2 {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (0.641025641));
  }
}
.lp-headingLevel2.of-primary {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1365px) {
  .lp-headingLevel2.of-primary {
    margin-bottom: 24px;
  }
}
.lp-headingLevel3 {
  color: var(--COLOR_PRIMARY);
  font-size: 2.4rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3 {
    font-size: calc(1.8rem + (1vw - 0.36rem) * (0.3846153846));
  }
}
.lp-headingLevel3.of-icon {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3.of-icon {
    padding-left: calc(3.2rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3.of-icon {
    margin-bottom: 8px;
    padding-left: 32px;
  }
}
.lp-headingLevel3.of-icon::before {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../../../../../img/landing_page/rk_pr_02/rk_ws_157137_pr_02_bg_img_02.png") no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1919px) {
  .lp-headingLevel3.of-icon::before {
    width: calc(2.4rem + (1vw - 1.024rem) * (0.8928571429));
    height: calc(2.4rem + (1vw - 1.024rem) * (0.8928571429));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-headingLevel3.of-icon::before {
    width: 24px;
    height: 24px;
  }
}

.lp-text {
  color: var(--COLOR_PRIMARY);
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.lp-text em {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}
.lp-text.of-primary {
  font-size: 2rem;
}
@media only screen and (max-width: 1919px) {
  .lp-text.of-primary {
    font-size: calc(1.6rem + (1vw - 0.36rem) * (0.2564102564));
  }
}

.lp-figure {
  margin-bottom: 24px;
}

.lp-mediaAsset {
  display: grid;
  grid-template-columns: 572px 1fr;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
@media only screen and (max-width: 1365px) {
  .lp-mediaAsset {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset {
    gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset-body {
    display: grid;
  }
}
.lp-mediaAsset-title {
  margin-bottom: 56px;
  color: var(--COLOR_PRIMARY);
  font-size: 4.8rem;
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
  line-height: var(--LINE_HEIGHT_PRIMARY);
}
@media only screen and (max-width: 1919px) {
  .lp-mediaAsset-title {
    font-size: calc(2.2rem + (1vw - 0.36rem) * (1.6666666667));
  }
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset-title {
    margin-bottom: 24px;
    order: 2;
  }
}
.lp-mediaAsset-image {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .lp-mediaAsset-image img {
    max-width: calc(32rem + (1vw - 0.36rem) * (13.2730015083));
  }
}
.lp-mediaAsset + .lp-listButton {
  margin-bottom: 24px;
}

.lp-card {
  margin: 0 auto 32px;
  padding: 40px 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 0px rgba(12, 24, 96, 0.2);
  font-size: 1.6rem;
  line-height: var(--LINE_HEIGHT_SECONDARY);
}
@media only screen and (max-width: 1023px) {
  .lp-card {
    box-shadow: none;
  }
}
.lp-card-text {
  margin-bottom: 24px;
}
.lp-card-text:not(:last-child) {
  margin-bottom: 0px;
}
.lp-card.of-primary {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .lp-card.of-primary {
    grid-template-columns: 1fr;
  }
}
.lp-card.of-primary .lp-figure {
  text-align: center;
}
.lp-card-listDescription {
  margin-bottom: 24px;
}
.lp-card-listDescription:not(:last-child) {
  margin-bottom: 0px;
}
.lp-card-listDescription dt {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}

.lp-utility-textAlign-center {
  text-align: center;
}
.lp-utility-width-full {
  width: 100%;
}
.lp-utility-fontWeight-bold {
  font-weight: var(--FONT_WEIGHT_SEMIBOLD);
}

@media only screen and (min-width: 1366px) {
  .lp-largeScreen-lastChild {
    margin-bottom: 0;
  }
}
.lp-largeScreen-show {
  display: none !important;
}
@media only screen and (max-width: 1365px) {
  .lp-largeScreen-show {
    display: flex !important;
  }
}
@media only screen and (max-width: 1365px) {
  .lp-largeScreen-justifyContent-center {
    justify-content: center;
  }
  .lp-largeScreen-hide {
    display: none !important;
  }
  .lp-largeScreen-width-auto {
    width: auto;
  }
}

@media only screen and (max-width: 1023px) {
  .lp-smallScreen-textAlign-center {
    text-align: center;
  }
  .lp-smallScreen-width-full {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .lp-smallScreen-hide {
    display: none !important;
  }
}
.lp-smallScreen-show {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .lp-smallScreen-show {
    display: block !important;
  }
}
