@charset "UTF-8";

: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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    min-width: 320px;
    color: #333;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    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] {
    -webkit-text-decoration: underline dotted;
    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%;
}

.lp-layout-header {
    z-index: 100;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header {
        position: static;
        height: auto;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: calc(1720px + 80px);
    margin: 0 auto;
    padding: 10px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-content {
        min-height: auto;
        padding: 12px 20px;
    }
}

.lp-layout-header-siteName {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .lp-layout-header-siteName {
        margin-right: 36px;
        font-size: calc(1rem + ((1vw - 0.36rem) * (0.43478)));
    }
}

.lp-layout-header-siteNameGroup {
    display: flex;
    align-items: center;
}

.lp-layout-header-logo {
    min-width: 157px;
    margin: 0;
    margin-right: 14px;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-layout-header-logo {
        min-width: 91px;
        margin-right: 17px;
    }
}

.lp-layout-header-logo img {
    width: 100%;
}

.lp-layout-header .lp-buttonApply {
    min-width: 260px;
    padding: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-header .lp-buttonApply {
        min-width: auto;
        padding: calc(0.8rem + ((1vw - 0.36rem) * (1.50602))) calc(1.2rem + ((1vw - 0.36rem) * (0.90361)));
        font-size: calc(1.2rem + ((1vw - 0.36rem) * (0.90361)));
    }
}

.lp-layout-footer {
    background-color: #fff;
    color: #666;
}

.lp-layout-footer-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    max-width: calc(1720px + 80px);
    margin: 0 auto;
    padding: 21px 40px 20px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-content {
        flex-direction: column-reverse;
        max-width: none;
        padding: 21px 20px;
    }
}

.lp-layout-footer-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -8px 0 0 -33px;
    font-size: 1.3rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-list {
        width: 100%;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin: 8px 0 0 33px;
}

.lp-layout-footer-list > li::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -17px;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    background-color: #666;
    content: "";
}

.lp-layout-footer-list > li:first-child::before {
    display: none;
}

.lp-layout-footer-list > li > a {
    color: #666;
    text-decoration: none;
}

.lp-layout-footer-list > li > a:hover, .lp-layout-footer-list > li > a:active, .lp-layout-footer-list > li > a:focus {
    text-decoration: underline;
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
    .lp-layout-footer-copyright {
        width: 100%;
        padding: 12px 20px;
        border-top: 1px solid #eee;
        text-align: center;
    }
}

.lp-button {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 400px;
    max-width: 500px;
    padding: 16px 56px 16px 16px;
    border: 2px solid #dc002f;
    color: #dc002f;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-button {
        min-width: auto;
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-button::before, .lp-button::after {
    position: absolute;
    bottom: 0;
    content: "";
}

.lp-button::before {
    top: calc(50% - 1.5px);
    right: 22px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #dc002f;
    border-right: 2px solid #dc002f;
}

.lp-button::after {
    top: 50%;
    right: 20px;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    background: #dc002f;
}

@media screen and (max-width: 1024px) {
    .lp-button {
        min-width: 100%;
    }
}

.lp-button:hover {
    border: 2px solid #dc002f;
    background: #dc002f;
    color: #fff;
}

.lp-button:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.lp-button:hover::after {
    background: #fff;
}

.lp-button.of-blank::before, .lp-button.of-blank::after {
    width: 16px;
    height: 16px;
    border: 0;
}

.lp-button.of-blank::after {
    width: 16px;
    height: 16px;
    background: url("../../../../../img/jobs/software-engineer/software-engineer_ico_01.png") no-repeat;
}

.lp-button.of-blank:hover::after {
    background: url("../../../../../img/jobs/software-engineer/software-engineer_ico_02.png") no-repeat;
}

.lp-buttonApply {
    display: inline-block;
    min-width: 368px;
    padding: 32px 64px;
    background: #e10012;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-buttonApply {
        min-width: auto;
        padding: calc(2.4rem + ((1vw - 0.36rem) * (1.20482))) calc(6rem + ((1vw - 0.36rem) * (0.60241)));
        font-size: calc(2rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-buttonApply:hover {
    background: #c6002a;
}

.lp-buttonApply.of-primary {
    background: #2272bc;
}

.lp-buttonApply.of-primary:hover {
    background: #2266a4;
}

.lp-layout-container {
    max-width: 1060px;
    margin: 0 auto 40px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-container {
        margin-bottom: calc(2.4rem + ((1vw - 0.36rem) * (2.40964)));
    }
}

.lp-layout-container > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron {
    position: relative;
    width: 100%;
    margin-bottom: 200px;
    padding-top: 80px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron {
        margin-bottom: calc(10rem + ((1vw - 1.025rem) * (39.21569)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron {
        margin-bottom: calc(10rem + ((1vw - 0.36rem) * (7.53012)));
        padding-top: 64px;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    max-width: calc(1720px + 80px);
    margin: 0 auto;
    padding: 25px 40px 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-content {
        flex-direction: column;
        justify-content: center;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (15.06024)));
    }
}

.lp-jumbotron-body {
    position: relative;
    flex: 1;
    max-width: 856px;
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-body {
        max-width: 100%;
    }
}

.lp-jumbotron-titleGroup {
    position: relative;
    margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(4rem + ((1vw - 1.025rem) * (15.68627)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: 64px;
    }
}

.lp-jumbotron-titleGroup > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-title {
    display: block;
    margin-bottom: 64px;
    font-family: source-han-serif-japanese, serif;
    font-size: 16rem;
    font-weight: 700;
    line-height: 1.8;
}

@media screen and (max-width: 1800px) {
    .lp-jumbotron-title {
        margin-bottom: calc(4rem + ((1vw - 1.024rem) * (10.30928)));
        font-size: calc(8.5rem + ((1vw - 1.024rem) * (9.66495)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-title {
        margin-bottom: 72px;
        font-size: calc(6.6rem + ((1vw - 0.36rem) * (8.13253)));
        text-align: center;
    }
}

.lp-jumbotron-titleAdjustment {
    margin-left: -30px;
}

.lp-jumbotron-text {
    margin-bottom: 40px;
    font-size: 1.8rem;
    letter-spacing: -0.9px;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-text {
        margin-bottom: 0;
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
        letter-spacing: normal;
        line-height: 1.6;
    }
}

.lp-jumbotron-image {
    margin-right: 64px;
}

@media screen and (max-width: 1800px) {
    .lp-jumbotron-image {
        width: calc(48rem + ((1vw - 1.024rem) * (41.23711)));
        margin-right: calc(2rem + ((1vw - 1.024rem) * (5.6701)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-jumbotron-image {
        display: none;
    }
}

.lp-section {
    padding: 0 0 200px;
    overflow: hidden;
}

.lp-section > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .lp-section {
        padding: 0 0 calc(15rem + ((1vw - 1.024rem) * (6.4433)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section {
        padding: 0 0 calc(10rem + ((1vw - 0.36rem) * (7.53012)));
    }
}

.lp-section-content {
    max-width: calc(1280px + 80px);
    margin: 0 auto 120px;
    padding: 0 40px;
}

.lp-section-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .lp-section-content {
        margin: 0 auto calc(8rem + ((1vw - 1.024rem) * (5.15464)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section-content {
        max-width: auto;
        padding: 0 calc(2rem + ((1vw - 0.36rem) * (15.06024)));
    }
}

.lp-section.of-primary {
    padding: 0;
    background: #333;
}

.lp-section.of-primary .lp-section-content {
    padding: 100px 40px;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary .lp-section-content {
        padding: calc(6rem + ((1vw - 0.36rem) * (6.0241))) calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-section.of-primary .lp-headingLevel2 {
    color: #fff;
}

.lp-section.of-secondary {
    padding: 200px 0;
    background: #f5f5f5;
}

@media screen and (max-width: 1280px) {
    .lp-section.of-secondary {
        padding: calc(15rem + ((1vw - 1.025rem) * (19.60784))) 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary {
        padding: calc(10rem + ((1vw - 0.36rem) * (7.53012))) 0;
    }
}

.lp-section.of-secondary + .lp-section {
    padding-top: 200px;
}

@media screen and (max-width: 1280px) {
    .lp-section.of-secondary + .lp-section {
        padding-top: calc(15rem + ((1vw - 1.025rem) * (19.60784)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-section.of-secondary + .lp-section {
        padding: calc(10rem + ((1vw - 0.36rem) * (7.53012))) 0;
    }
}

.lp-section.of-primary + .lp-section.of-secondary {
    padding: 100px 0;
}

@media screen and (max-width: 1024px) {
    .lp-section.of-primary + .lp-section.of-secondary {
        padding: calc(6rem + ((1vw - 0.36rem) * (6.0241))) 0;
    }
}

.lp-headingLevel2 {
    position: relative;
    margin-bottom: 80px;
    padding-top: 20px;
    font-size: 4.8rem;
}

@media screen and (max-width: 1800px) {
    .lp-headingLevel2 {
        margin-bottom: calc(4.8rem + ((1vw - 1.024rem) * (4.12371)));
        font-size: calc(3.8rem + ((1vw - 1.024rem) * (1.28866)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2 {
        margin-bottom: 48px;
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.10843)));
        letter-spacing: -1.2px;
    }
}

.lp-headingLevel2::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 80px;
    height: 6px;
    transform: translateX(-50%);
    background: #dc002f;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel2::before {
        width: 60px;
    }
}

.lp-headingLevel3 {
    display: block;
    flex: 1;
    margin-bottom: 8px;
    font-size: 3.2rem;
}

@media screen and (max-width: 1800px) {
    .lp-headingLevel3 {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (0.51546)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3 {
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.50602)));
    }
}

.lp-headingLevel3-group {
    margin-bottom: 40px;
}

@media screen and (max-width: 1800px) {
    .lp-headingLevel3-group {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3-group {
        margin-bottom: calc(3.2rem + ((1vw - 0.36rem) * (1.20482)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-headingLevel3.of-primary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3.of-primary {
        margin-bottom: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-headingLevel3.of-primary .lp-headingLevel3-group {
    margin-bottom: 32px;
}

.lp-headingLevel3.of-primary .lp-headingLevel3-image {
    width: 100px;
    margin-right: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-headingLevel3.of-primary .lp-headingLevel3-image {
        width: calc(6rem + ((1vw - 0.36rem) * (6.0241)));
        margin-right: calc(1.8rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-headingLevel4 {
    margin-bottom: 24px;
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1800px) {
    .lp-headingLevel4 {
        font-size: calc(2.4rem + ((1vw - 1.024rem) * (1.03093)));
    }
}

.lp-media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-media {
        flex-direction: column;
    }
}

.lp-media.of-slider {
    margin-bottom: 200px;
}

@media screen and (max-width: 1280px) {
    .lp-media.of-slider {
        margin-bottom: calc(12rem + ((1vw - 1.025rem) * (31.37255)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-slider {
        flex-direction: column-reverse;
        margin-bottom: calc(10rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-media.of-slider .lp-media-image {
    max-width: 620px;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-slider .lp-media-image {
        max-width: 100%;
    }
}

.lp-media.of-slider .lp-media-content {
    display: flex;
    background: #f5f5f5;
}

.lp-media.of-slider .lp-media-body {
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    margin-right: 60px;
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .lp-media.of-slider .lp-media-body {
        margin-right: 0;
    }
}

.lp-media.of-slider .lp-media-body::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -400%;
    width: 500%;
    height: 100%;
    background: #f5f5f5;
    content: "";
}

.lp-media.of-slider .lp-media-body::after {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: -90px;
    width: 100px;
    height: 100%;
    background: #f5f5f5;
    content: "";
}

@media screen and (max-width: 1280px) {
    .lp-media.of-slider .lp-media-body::after {
        right: calc(-7rem + ((1vw - 1.024rem) * (-7.8125)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media.of-slider .lp-media-body::after {
        display: none;
    }
}

.lp-media-body {
    flex: 1;
    max-width: 696px;
    font-size: 1.8rem;
}

.lp-media-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .lp-media-body {
        max-width: calc(42rem + ((1vw - 1.025rem) * (108.23529)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-body {
        max-width: 100%;
        text-align: left;
    }
}

.lp-media-text {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 35px;
}

.lp-media-image {
    position: relative;
    margin-left: 48px;
}

@media screen and (max-width: 1800px) {
    .lp-media-image {
        width: calc(44rem + ((1vw - 1.024rem) * (9.02062)));
        margin-left: calc(2.4rem + ((1vw - 1.024rem) * (3.09278)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-media-image {
        width: auto;
        margin-bottom: 24px;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaFeature {
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature {
        flex-direction: column-reverse;
        margin-bottom: calc(4.8rem + ((1vw - 0.36rem) * (10.84337)));
    }
}

.lp-mediaFeature:has(+ .lp-listButton) {
    margin-bottom: 80px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature:has(+ .lp-listButton) {
        margin-bottom: 48px;
    }
}

.lp-mediaFeature-header {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-header {
        order: 1;
        margin-bottom: calc(2.8rem + ((1vw - 0.36rem) * (1.80723)));
    }
}

.lp-mediaFeature-header > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-body {
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-body {
        margin-bottom: 0;
    }
}

.lp-mediaFeature-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaFeature-titleGroup {
    margin-bottom: 40px;
}

.lp-mediaFeature-titleGroup > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .lp-mediaFeature-titleGroup {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-titleGroup {
        order: 1;
        margin-bottom: calc(2.8rem + ((1vw - 0.36rem) * (1.80723)));
        font-size: calc(2.4rem + ((1vw - 0.36rem) * (2.10843)));
    }
}

.lp-mediaFeature-title {
    display: block;
    margin-bottom: 8px;
    font-size: 3.2rem;
    font-weight: bold;
}

@media screen and (max-width: 1800px) {
    .lp-mediaFeature-title {
        font-size: calc(2.8rem + ((1vw - 1.024rem) * (0.51546)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-title {
        margin-bottom: 10px;
        font-size: calc(1.8rem + ((1vw - 0.36rem) * (1.50602)));
        line-height: 1.3;
    }
}

.lp-mediaFeature-subtitle {
    display: block;
    margin-bottom: 8px;
    font-size: 2.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-subtitle {
        margin-bottom: 12px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (1.20482)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaFeature-image {
        margin-bottom: 24px;
    }
}

.lp-mediaInterview {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview {
        flex-direction: column-reverse;
    }
}

.lp-mediaInterview-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 8px;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview-title {
        margin-bottom: 12px;
        padding-bottom: 0;
    }
}

.lp-mediaInterview-title::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
    background: #333;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview-title::before {
        display: none;
    }
}

.lp-mediaInterview-title > em {
    display: block;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview-title > em {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (1.35542)));
    }
}

.lp-mediaInterview-body {
    flex: 1;
    max-width: 696px;
    font-size: 1.8rem;
    line-height: 2;
}

.lp-mediaInterview-body > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview-body {
        max-width: 100%;
        line-height: 1.6;
        text-align: left;
    }
}

.lp-mediaInterview-image {
    position: relative;
    margin-left: 48px;
}

@media screen and (max-width: 1800px) {
    .lp-mediaInterview-image {
        width: calc(50rem + ((1vw - 1.024rem) * (29.63918)));
        margin-left: calc(2.4rem + ((1vw - 1.024rem) * (3.09278)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaInterview-image {
        min-width: auto;
        margin-left: 0;
        text-align: center;
    }
}

.lp-mediaSchedule {
    display: flex;
    position: relative;
    flex-direction: row-reverse;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSchedule {
        flex-direction: column;
    }
}

.lp-mediaSchedule-body {
    width: 480px;
    margin-left: 64px;
}

@media screen and (max-width: 1360px) {
    .lp-mediaSchedule-body {
        width: calc(38rem + ((1vw - 1.024rem) * (26.59574)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSchedule-body {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

.lp-mediaSchedule-title {
    margin-bottom: 32px;
    font-size: 2.4rem;
    font-weight: bold;
}

@media screen and (max-width: 1800px) {
    .lp-mediaSchedule-title {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSchedule-title {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (1.05422)));
    }
}

.lp-mediaSchedule-image {
    position: absolute;
}

@media screen and (max-width: 1280px) {
    .lp-mediaSchedule-image {
        width: calc(24rem + ((1vw - 1.024rem) * (23.80952)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSchedule-image {
        display: none;
    }
}

.lp-mediaSchedule-image.of-primary {
    top: -64px;
    margin-right: 24px;
}

.lp-mediaSchedule-image.of-scondary {
    bottom: -64px;
    left: 344px;
}

@media screen and (max-width: 1280px) {
    .lp-mediaSchedule-image.of-scondary {
        left: calc(25rem + ((1vw - 1.024rem) * (27.97619)));
    }
}

.lp-mediaSchedule-imageGroup {
    display: flex;
    margin-right: 64px;
}

.lp-mediaSchedule-image img {
    border-radius: 8px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.149);
}

@media screen and (max-width: 1024px) {
    .lp-mediaSchedule-image img {
        border-radius: calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-mediaWebiner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    max-width: 964px;
    margin: 0 auto 64px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaWebiner {
        flex-direction: column-reverse;
        margin: 0 auto 32px;
    }
}

.lp-mediaWebiner-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaWebiner-image {
    min-width: 120px;
    margin-right: 32px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaWebiner-image {
        min-width: auto;
        max-width: calc(8rem + ((1vw - 0.36rem) * (6.0241)));
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.lp-listButton {
    margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
    .lp-listButton {
        margin-bottom: calc(6.4rem + ((1vw - 0.36rem) * (8.43373)));
    }
}

.lp-listButton > *:last-child {
    margin-bottom: 0;
}

.lp-listButton li {
    margin-bottom: 56px;
}

.lp-listButton li > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-listButton li {
        margin-bottom: 40px;
    }
}

.lp-listStep {
    max-width: 600px;
    margin: 0 auto 80px;
}

@media screen and (max-width: 1024px) {
    .lp-listStep {
        max-width: calc(22rem + ((1vw - 0.36rem) * (57.22892)));
        margin: 0 auto calc(4rem + ((1vw - 0.36rem) * (6.0241)));
    }
}

.lp-listStep > *:last-child {
    margin-bottom: 0;
}

.lp-listStep li {
    position: relative;
    margin-bottom: 44px;
    padding: 24px 20px;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-listStep li {
        padding: 16px 20px;
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-listStep li:last-child::before {
    display: none;
}

.lp-listStep li::before {
    display: block;
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 24px;
    height: 20px;
    transform: translateX(-50%);
    border-top: 20px solid #ff0036;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: "";
}

.lp-listFeature {
    display: flex;
    margin-bottom: 104px;
    border: 2px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .lp-listFeature {
        flex-direction: column;
        margin-bottom: calc(4.8rem + ((1vw - 0.36rem) * (8.43373)));
        border: 1px solid #eee;
        border-right: 0;
        border-left: 0;
    }
}

.lp-listFeature > li {
    max-width: 424px;
    padding: 0 40px;
    border-top: 0;
    border-right: 2px solid #eee;
    font-size: 1.8rem;
    line-height: 2;
}

@media screen and (max-width: 1800px) {
    .lp-listFeature > li {
        padding: 0 calc(2rem + ((1vw - 1.024rem) * (2.57732)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature > li {
        max-width: 100%;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #eee;
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
        line-height: 1.6;
    }
}

.lp-listFeature > li:last-child {
    border-right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-listFeature > li:last-child {
        border-bottom: 0;
    }
}

.lp-listFeature-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1800px) {
    .lp-listFeature-title {
        font-size: calc(2.2rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listFeature-title {
        margin-bottom: calc(0.8rem + ((1vw - 0.36rem) * (2.40964)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (1.05422)));
    }
}

.lp-listSchedule {
    padding-left: 60px;
}

.lp-listSchedule > li {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    border-left: 2px solid #bcbcbc;
    font-size: 1.8rem;
}

.lp-listSchedule > li::before {
    display: block;
    z-index: 10;
    position: absolute;
    top: 0.5rem;
    left: -5px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #dc002f;
    content: "";
}

@media screen and (max-width: 1024px) {
    .lp-listSchedule > li {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-listSchedule > li:first-child::after {
    display: block;
    z-index: 0;
    position: absolute;
    top: -15px;
    bottom: 0;
    left: -2px;
    width: 2px;
    height: 15px;
    background: #bcbcbc;
    content: "";
}

.lp-listSchedule-timetext {
    position: absolute;
    top: -8px;
    left: -58px;
    min-width: 45px;
    max-width: 50px;
    color: #666;
    font-size: 1.6rem;
}

@media screen and (max-width: 1800px) {
    .lp-listSchedule-timetext {
        font-size: calc(1.4rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-listSchedule-timetext {
        font-size: 14px;
    }
}

.lp-listDescription > *:last-child {
    margin-bottom: 0;
}

.lp-listDescription dt {
    margin-bottom: 16px;
}

.lp-listDescription dt > *:last-child {
    margin-bottom: 0;
}

.lp-listDescription dd {
    margin-bottom: 36px;
    font-size: 1.8rem;
}

.lp-listDescription dd > *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1800px) {
    .lp-listDescription dd {
        font-size: calc(1.6rem + ((1vw - 1.024rem) * (0.25773)));
    }
}

.lp-listAnnotation {
    margin-bottom: 40px;
}

.lp-listAnnotation > *:last-child {
    margin-bottom: 0;
}

.lp-listAnnotation li {
    margin-bottom: 6px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
    .lp-listAnnotation li {
        font-size: 1.4rem;
    }
}

.lp-card {
    margin-bottom: 144px;
    padding: 40px;
    background: #f5f5f5;
}

@media screen and (max-width: 1280px) {
    .lp-card {
        padding: calc(2rem + ((1vw - 1.024rem) * (5.95238)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-card {
        margin-bottom: calc(6.4rem + ((1vw - 0.36rem) * (12.04819)));
        padding: calc(3.2rem + ((1vw - 0.36rem) * (1.20482))) calc(2rem + ((1vw - 0.36rem) * (3.01205)));
    }
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -40px 0 48px -40px;
}

.lp-layout-grid-outer {
    margin: 0 auto;
}

.lp-layout-grid-outer > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid-outer.of-width-small {
    max-width: 1092px;
}

.lp-layout-grid-outer.of-width-small > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-primary {
    margin: -72px 0 48px -72px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary {
        margin: calc(-4rem + ((1vw - 0.36rem) * (-4.81928))) 0 0 calc(-4rem + ((1vw - 0.36rem) * (-4.81928)));
    }
}

.lp-layout-grid.of-primary .lp-layout-grid-column {
    margin-top: 72px;
    padding-left: 72px;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.of-primary .lp-layout-grid-column {
        margin-top: calc(4rem + ((1vw - 0.36rem) * (4.81928)));
        padding-left: calc(4rem + ((1vw - 0.36rem) * (4.81928)));
    }
}

.lp-layout-grid > .lp-layout-grid-column {
    margin-top: 40px;
    padding-left: 40px;
}

.lp-layout-grid > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex {
    display: flex;
    flex-wrap: wrap;
}

.lp-layout-grid > .lp-layout-grid-column.of-flex > * {
    width: 100%;
}

.lp-layout-grid > .lp-layout-grid-column > *:last-child {
    margin-bottom: 0;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 33.33333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 25%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 20%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 16.66667%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 14.28571%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 12.5%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 11.11111%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 10%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 9.09091%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column:not([class*="of-column-"]) {
    width: 8.33333%;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column.of-column-2 {
    width: 100%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-2 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column.of-column-3 {
    width: 100%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-2 {
    width: 50%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-3 {
    width: 75%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column.of-column-4 {
    width: 100%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-2 {
    width: 40%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-3 {
    width: 60%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-4 {
    width: 80%;
}

.lp-layout-grid.of-column-5 > .lp-layout-grid-column.of-column-5 {
    width: 100%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-2 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-3 {
    width: 50%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-4 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-5 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-6 > .lp-layout-grid-column.of-column-6 {
    width: 100%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-2 {
    width: 28.57143%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-3 {
    width: 42.85714%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-4 {
    width: 57.14286%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-5 {
    width: 71.42857%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-6 {
    width: 85.71429%;
}

.lp-layout-grid.of-column-7 > .lp-layout-grid-column.of-column-7 {
    width: 100%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-2 {
    width: 25%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-3 {
    width: 37.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-4 {
    width: 50%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-5 {
    width: 62.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-6 {
    width: 75%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-7 {
    width: 87.5%;
}

.lp-layout-grid.of-column-8 > .lp-layout-grid-column.of-column-8 {
    width: 100%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-2 {
    width: 22.22222%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-3 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-4 {
    width: 44.44444%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-5 {
    width: 55.55556%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-6 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-7 {
    width: 77.77778%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-8 {
    width: 88.88889%;
}

.lp-layout-grid.of-column-9 > .lp-layout-grid-column.of-column-9 {
    width: 100%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-2 {
    width: 20%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-3 {
    width: 30%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-4 {
    width: 40%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-5 {
    width: 50%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-6 {
    width: 60%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-7 {
    width: 70%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-8 {
    width: 80%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-9 {
    width: 90%;
}

.lp-layout-grid.of-column-10 > .lp-layout-grid-column.of-column-10 {
    width: 100%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-2 {
    width: 18.18182%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-3 {
    width: 27.27273%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-4 {
    width: 36.36364%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-5 {
    width: 45.45455%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-6 {
    width: 54.54545%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-7 {
    width: 63.63636%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-8 {
    width: 72.72727%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-9 {
    width: 81.81818%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-10 {
    width: 90.90909%;
}

.lp-layout-grid.of-column-11 > .lp-layout-grid-column.of-column-11 {
    width: 100%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-2 {
    width: 16.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-3 {
    width: 25%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-4 {
    width: 33.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-5 {
    width: 41.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-6 {
    width: 50%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-7 {
    width: 58.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-8 {
    width: 66.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-9 {
    width: 75%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-10 {
    width: 83.33333%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-11 {
    width: 91.66667%;
}

.lp-layout-grid.of-column-12 > .lp-layout-grid-column.of-column-12 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid[class*="of-column-"] > .lp-layout-grid-column[class*="of-column-"] {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-2 > .lp-layout-grid-column[class*="of-column-"] {
        width: 50%;
    }
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column:not([class*="of-column-"]),
    .lp-layout-grid.lp-smallScreen-column-3 > .lp-layout-grid-column[class*="of-column-"] {
        width: 33.33333%;
    }
}

sup {
    font-size: 70%;
}

.lp-text {
    margin: 0 auto 20px;
    font-size: 1.8rem;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .lp-text {
        margin: 0 auto calc(1.8rem + ((1vw - 0.36rem) * (1.80723)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
        line-height: 1.6;
    }
}

.lp-link {
    display: inline-block;
    position: relative;
    max-width: 100px;
    margin-bottom: 40px;
    padding-right: 26px;
    padding-bottom: 3px;
    border-bottom: 1px solid #dc002f;
    color: #dc002f;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .lp-link {
        font-size: calc(1.4rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-link::before, .lp-link::after {
    position: absolute;
    bottom: 0;
    content: "";
}

.lp-link::before {
    top: calc(50% - 2px);
    right: 3px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 2px solid #dc002f;
    border-right: 2px solid #dc002f;
}

.lp-link::after {
    top: calc(50% - 1px);
    right: 1px;
    width: 14px;
    height: 2px;
    transform: translateY(-50%);
    background: #dc002f;
}

.lp-link.of-blank::before, .lp-link.of-blank::after {
    width: 16px;
    height: 16px;
    border: 0;
}

.lp-link.of-blank::after {
    width: 16px;
    height: 16px;
    background: url("../../../../../img/jobs/software-engineer/software-engineer_ico_01.png") no-repeat;
}

.lp-figure.of-horizontal {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .lp-figure.of-horizontal {
        flex-direction: column;
    }
}

.lp-figure.of-horizontal .lp-figure-image {
    margin-right: 40px;
}

.lp-figure.of-horizontal .lp-figure-image:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .lp-figure.of-horizontal .lp-figure-image {
        margin-right: 0;
        margin-bottom: 16px;
    }
    .lp-figure.of-horizontal .lp-figure-image:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figure-imageGroup {
        margin-bottom: 24px;
    }
}

.lp-figure-image.of-brderRadius img {
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .lp-figure-image.of-brderRadius img {
        border-radius: calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-figure-image.of-shadow img {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.149));
}

.lp-figure-caption {
    margin-top: 16px;
    color: #666;
    font-size: 1.6rem;
}

.lp-label {
    display: block;
    color: #dc002f;
    font-size: 2.4rem;
    font-weight: bold;
}

.lp-label > em {
    display: block;
    margin-top: -8px;
}

.lp-label > span {
    display: block;
    font-size: 1rem;
}

.lp-textScroll {
    position: relative;
    margin-top: 100px;
    padding-bottom: 34px;
    color: #dc002f;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .lp-textScroll {
        margin-top: calc(5.6rem + ((1vw - 1.025rem) * (25.09804)));
    }
}

.lp-textScroll::before, .lp-textScroll::after {
    display: block;
    position: absolute;
    content: "";
}

.lp-textScroll::before {
    -webkit-animation: scroll-down 0.8s ease 3.4s 3;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 30px;
    transform: translateX(50%);
    background-color: #dc002f;
    animation: scroll-down 0.8s ease 3.4s 3;
    opacity: 1;
}

.lp-utility-line-break {
    display: block;
}

.lp-utility-fontSize-primary {
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-utility-fontSize-primary {
        font-size: calc(1.6rem + ((1vw - 0.36rem) * (0.3012)));
    }
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-utility-textAlign-right {
    text-align: right;
}

.lp-utility-weight-normal {
    font-weight: normal;
}

.lp-utility-fontColor-primary {
    color: #dc002f;
}

.lp-utility-marginBottom-1 {
    margin-bottom: 8px;
}

.lp-utility-marginBottom-2 {
    margin-bottom: 16px;
}

.lp-utility-marginBottom-3 {
    margin-bottom: 24px;
}

.lp-utility-marginBottom-4 {
    margin-bottom: 32px;
}

.lp-utility-marginBottom-5 {
    margin-bottom: 40px;
}

.lp-utility-marginBottom-6 {
    margin-bottom: 48px;
}

.lp-utility-marginBottom-7 {
    margin-bottom: 56px;
}

.lp-utility-marginBottom-8 {
    margin-bottom: 64px;
}

.lp-utility-marginBottom-9 {
    margin-bottom: 72px;
}

.lp-utility-marginBottom-10 {
    margin-bottom: 80px;
}

.lp-utility-marginBottom-11 {
    margin-bottom: 160px;
}

.lp-largeScreen-line-break {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lp-largeScreen-line-break {
        display: inline;
    }
}

.lp-largeScreen-textAlign-center {
    text-align: center;
}

.lp-largeScreen-textAlign-right {
    text-align: right;
}

.lp-largeScreen-weight-normal {
    font-weight: normal;
}

.lp-smallScreen-line-break {
    display: inline;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-line-break {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-marginBottom-1 {
        margin-bottom: 8px;
    }
    .lp-smallScreen-marginBottom-2 {
        margin-bottom: 16px;
    }
    .lp-smallScreen-marginBottom-3 {
        margin-bottom: 24px;
    }
    .lp-smallScreen-marginBottom-4 {
        margin-bottom: 32px;
    }
    .lp-smallScreen-marginBottom-5 {
        margin-bottom: 40px;
    }
    .lp-smallScreen-marginBottom-6 {
        margin-bottom: 48px;
    }
    .lp-smallScreen-marginBottom-7 {
        margin-bottom: 56px;
    }
    .lp-smallScreen-marginBottom-8 {
        margin-bottom: 64px;
    }
    .lp-smallScreen-marginBottom-9 {
        margin-bottom: 72px;
    }
    .lp-smallScreen-marginBottom-10 {
        margin-bottom: 80px;
    }
    .lp-smallScreen-marginBottom-11 {
        margin-bottom: 160px;
    }
}

.lp-smallScreen-textAlign-center {
    text-align: center;
}

.lp-smallScreen-textAlign-right {
    text-align: right;
}

.lp-smallScreen-weight-normal {
    font-weight: normal;
}

.lp-smallScreen-hide {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-hide {
        display: none !important;
    }
}

.lp-smallScreen-show {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .lp-smallScreen-show {
        display: block !important;
    }
}

.lp-figureSlider {
    position: relative;
    max-width: 620px;
    margin-left: 32px;
}

@media screen and (max-width: 1280px) {
    .lp-figureSlider {
        margin-left: calc(2rem + ((1vw - 1.025rem) * (4.70588)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider {
        max-width: 100%;
        margin-left: calc(0.8rem + ((1vw - 0.36rem) * (1.80723)));
        border-radius: calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
        background: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-image {
        margin: 0 auto;
    }
}

.lp-figureSlider-image > img {
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-image > img {
        border-radius: calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-figureSlider-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    border-radius: 0 0 8px 8px;
    background: rgba(222, 222, 222, 0.698);
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-caption {
        padding: calc(0.8rem + ((1vw - 0.36rem) * (1.20482)));
        border-radius: 0 0 calc(0.4rem + ((1vw - 0.36rem) * (0.60241))) calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
    }
}

.lp-figureSlider-wrapper {
    margin-left: -32px;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-wrapper {
        margin-left: calc(-0.8rem + ((1vw - 0.36rem) * (-3.61446)));
    }
}

.lp-figureSlider-wrapper .slick-slider {
    margin-top: 80px;
}

.lp-figureSlider-wrapper .slick-dots {
    margin-right: -32px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-wrapper .slick-dots {
        margin-right: calc(-0.8rem + ((1vw - 0.36rem) * (-3.61446)));
    }
}

.lp-figureSlider-wrapper .slick-dots li {
    display: inline-block;
}

.lp-figureSlider-wrapper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #ddd;
    font-size: 0;
    cursor: pointer;
}

.lp-figureSlider-wrapper .slick-active button {
    background: #dc002f;
}

.lp-figureSlider-buttonGroup {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-figureSlider-buttonGroup {
        display: none;
    }
}

.lp-figureSlider-buttonGroup .slick-arrow {
    z-index: 1;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #dc002f;
    border-radius: 50%;
    outline: none;
    font-size: 0;
    cursor: pointer;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.lp-figureSlider-buttonGroup .slick-arrow::before {
    display: block;
    position: absolute;
    top: 14px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border: 1px solid #dc002f;
    border-width: 2px 2px 0 0;
    content: "";
}

.lp-figureSlider-buttonGroup .slick-arrow.slick-disabled {
    border: 1px solid #999;
}

.lp-figureSlider-buttonGroup .slick-arrow.slick-disabled.slick-next::before {
    border: 1px solid #999;
    border-width: 2px 2px 0 0;
}

.lp-figureSlider-buttonGroup .slick-arrow.slick-disabled.slick-prev::before {
    border: 1px solid #999;
    border-width: 0 0 2px 2px;
}

.lp-figureSlider-buttonGroup .slick-next::before {
    left: 14px;
}

.lp-figureSlider-buttonGroup .slick-prev {
    margin-right: 24px;
}

.lp-figureSlider-buttonGroup .slick-prev::before {
    right: 14px;
    border-width: 0 0 2px 2px;
}

.lp-figureSlider .slick-slider .slick-list {
    overflow: visible;
}

.lp-mediaSlider {
    position: relative;
    margin-left: 32px;
    padding: 32px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider {
        margin-left: calc(0.8rem + ((1vw - 0.36rem) * (3.61446)));
        padding: calc(1.6rem + ((1vw - 0.36rem) * (2.40964))) calc(1.6rem + ((1vw - 0.36rem) * (2.40964))) 32px;
        border-radius: calc(0.4rem + ((1vw - 0.36rem) * (0.60241)));
    }
}

.lp-mediaSlider-wrapper {
    margin-left: -32px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-wrapper {
        margin-left: calc(-0.8rem + ((1vw - 0.36rem) * (-3.61446)));
    }
}

.lp-mediaSlider-wrapper .slick-slider {
    margin-top: 80px;
}

.lp-mediaSlider-wrapper .slick-dots {
    margin-right: -32px;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-wrapper .slick-dots {
        margin-right: calc(-0.8rem + ((1vw - 0.36rem) * (-3.61446)));
    }
}

.lp-mediaSlider-wrapper .slick-dots li {
    display: inline-block;
}

.lp-mediaSlider-wrapper .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #ddd;
    font-size: 0;
    cursor: pointer;
}

.lp-mediaSlider-wrapper .slick-active button {
    background: #dc002f;
}

.lp-mediaSlider-buttonGroup {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-buttonGroup {
        display: none;
    }
}

.lp-mediaSlider-buttonGroup .slick-arrow {
    z-index: 1;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #dc002f;
    border-radius: 50%;
    outline: none;
    font-size: 0;
    cursor: pointer;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.lp-mediaSlider-buttonGroup .slick-arrow::before {
    display: block;
    position: absolute;
    top: 14px;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border: 1px solid #dc002f;
    border-width: 2px 2px 0 0;
    content: "";
}

.lp-mediaSlider-buttonGroup .slick-arrow.slick-disabled {
    border: 1px solid #999;
}

.lp-mediaSlider-buttonGroup .slick-arrow.slick-disabled.slick-next::before {
    border: 1px solid #999;
    border-width: 2px 2px 0 0;
}

.lp-mediaSlider-buttonGroup .slick-arrow.slick-disabled.slick-prev {
    margin-right: 24px;
}

.lp-mediaSlider-buttonGroup .slick-arrow.slick-disabled.slick-prev::before {
    border: 1px solid #999;
    border-width: 0 0 2px 2px;
}

.lp-mediaSlider-buttonGroup .slick-next::before {
    left: 14px;
}

.lp-mediaSlider-buttonGroup .slick-prev {
    margin-right: 24px;
}

.lp-mediaSlider-buttonGroup .slick-prev::before {
    right: 14px;
    border-width: 0 0 2px 2px;
}

.lp-mediaSlider > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSlider-content {
    display: flex;
    max-width: 1280px;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-content {
        flex-direction: column-reverse;
    }
}

.lp-mediaSlider-body {
    flex: 1;
    flex-grow: 1;
}

.lp-mediaSlider-body > *:last-child {
    margin-bottom: 0;
}

.lp-mediaSlider-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-title {
        margin-bottom: calc(1.2rem + ((1vw - 0.36rem) * (1.80723)));
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (1.35542)));
    }
}

.lp-mediaSlider-text {
    margin-bottom: 24px;
    font-size: 1.8rem;
    line-height: 2;
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-text {
        font-size: calc(1.5rem + ((1vw - 0.36rem) * (0.45181)));
        line-height: 1.6;
    }
}

.lp-mediaSlider-image {
    margin-left: 40px;
}

@media screen and (max-width: 1800px) {
    .lp-mediaSlider-image {
        width: calc(45rem + ((1vw - 1.024rem) * (19.3299)));
        margin-left: calc(2.4rem + ((1vw - 1.024rem) * (2.06186)));
    }
}

@media screen and (max-width: 1024px) {
    .lp-mediaSlider-image {
        width: auto;
        margin: 0 auto 20px;
    }
}

.slick-slider .slick-list {
    overflow: visible;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-track {
    display: flex;
    margin-bottom: 8px;
}

.slick-list {
    display: flex;
}
