@charset "UTF-8";

.section {
    margin-bottom: 0;
    overflow: hidden;
}

.lp-section {
    overflow: hidden;
}

.lp-section-content {
    max-width: 970px;
    margin: 0 auto;
}

@media screen and (max-width: 969px) {
    .lp-section-content {
        padding: 0 calc(16vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-section-content {
        padding: 0 calc(20vw * 100 / 360);
    }
}

.lp-section.of-primary {
    padding-bottom: 0;
    background-image: linear-gradient(0deg, #06133c 65%, #2d5985 105%);
}

@media screen and (max-width: 969px) {
    .lp-section.of-primary {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-primary {
        padding-bottom: 0;
    }
}

.lp-section.of-secondary .lp-section-content {
    padding-bottom: 30px;
}

@media screen and (max-width: 969px) {
    .lp-section.of-secondary .lp-section-content {
        padding-bottom: 30px;
    }
}

.lp-section.of-flow .lp-section-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 969px) {
    .lp-section.of-flow .lp-section-content {
        padding-top: calc(30vw * 100 / 969);
        padding-bottom: calc(30vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-section.of-flow .lp-section-content {
        padding-top: calc(25vw * 100 / 360);
        padding-bottom: calc(25vw * 100 / 360);
    }
}

.lp-section.of-flow .lp-section-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-section.of-flow.of-before {
    position: relative;
    margin-bottom: 70px;
    overflow: visible;
    background: #dddddd;
}

@media screen and (max-width: 969px) {
    .lp-section.of-flow.of-before {
        margin-bottom: calc(70vw * 100 / 969);
    }
}

.lp-section.of-flow.of-before::after {
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 70px solid #dddddd;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-section.of-flow.of-before::after {
        bottom: calc(-69vw * 100 / 969);
        border-top: calc(70vw * 100 / 969) solid #dddddd;
    }
}

.lp-section.of-flow.of-before + .of-after {
    margin-top: -70px;
    padding-top: 70px;
}

.lp-section.of-flow.of-before .lp-section-content {
    padding-bottom: 0;
}

.lp-section.of-achievement {
    background: #132b43;
    font-size: 2rem;
}

@media screen and (max-width: 767px) {
    .lp-section.of-achievement {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-section.of-achievement .lp-section-content {
    padding: 25px 20px 32px;
}

@media screen and (max-width: 767px) {
    .lp-section.of-achievement .lp-section-content {
        padding-top: calc(24vw * 100 / 360);
        padding-bottom: calc(24vw * 100 / 360);
    }
}

.lp-section.of-achievement .lp-section-content > *:nth-last-child(1) {
    margin-bottom: 0;
}

.lp-section.of-width-full .lp-section-content {
    max-width: none;
    margin: auto;
}

.lp-jumbotron {
    color: #ffffff;
}

.lp-jumbotron-content {
    position: relative;
    padding: 40px 0 30px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-content {
        padding: calc(40vw * 100 / 969) 0 calc(30vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-content {
        padding: calc(20vw * 100 / 360) 0;
    }
}

.lp-jumbotron-content > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-body {
    width: 100%;
    max-width: 555px;
    margin-bottom: 50px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-body {
        max-width: calc(555vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: none;
        margin-bottom: calc(20vw * 100 / 360);
    }
}

.lp-jumbotron-body > *:last-child {
    margin-bottom: 0;
}

.lp-jumbotron-titleGroup {
    display: flex;
    z-index: 100;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-titleGroup {
        position: relative;
        margin-bottom: 350px;
    }
}

@media screen and (max-width: 560px) {
    .lp-jumbotron-titleGroup {
        margin-bottom: calc(220vw * 100 / 360);
    }
}

.lp-jumbotron-title {
    display: block;
    order: 2;
    font-size: 45px;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-title {
        font-size: calc(45vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: calc(26vw * 100 / 360);
    }
}

.lp-jumbotron-image {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-jumbotron-image {
        right: calc(-56vw * 100 / 969);
        width: calc(721vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-jumbotron-image {
        position: absolute;
        top: 90%;
        left: calc(-95vw * 100 / 360);
        width: calc(470vw * 100 / 360);
    }
    .lp-jumbotron-image > img {
        right: 0;
    }
}

.lp-jumbotron-feature {
    display: flex;
    z-index: 100;
    position: relative;
    justify-content: center;
}

.lp-headingLevel2 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 0 4px #8df0ff;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2 {
        margin-bottom: calc(18vw * 100 / 360);
        font-size: calc(20vw * 100 / 360);
    }
}

.lp-headingLevel2.of-flow {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 30px;
    color: #333333;
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    text-shadow: none;
}

@media screen and (max-width: 969px) {
    .lp-headingLevel2.of-flow {
        font-size: calc(30vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2.of-flow {
        margin-bottom: calc(26vw * 100 / 360);
        font-size: calc(20vw * 100 / 360);
    }
}

.lp-headingLevel2.of-flow .lp-headingLevel2-icon {
    flex-shrink: 0;
    width: 43px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .lp-headingLevel2.of-flow .lp-headingLevel2-icon {
        width: calc(43vw * 100 / 360);
    }
}

.lp-headingLevel2.of-flow.of-new .lp-headingLevel2-text {
    border-bottom: #009265 2px solid;
}

.lp-textFlow-orderText {
    display: inline-block;
    position: relative;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .lp-textFlow-orderText {
        padding-right: calc(15vw * 100 / 360);
    }
}

.lp-textFlow-orderText::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    content: "";
}

@media screen and (max-width: 767px) {
    .lp-textFlow-orderText::after {
        border-top: calc(6vw * 100 / 360) solid transparent;
        border-bottom: calc(6vw * 100 / 360) solid transparent;
        border-left: calc(6vw * 100 / 360) solid #ffffff;
    }
}

.lp-textFlow-orderText:last-child {
    padding-right: 0;
}

.lp-textFlow-orderText:last-child::after {
    content: none;
}

.lp-media-title {
    box-sizing: content-box;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    background: #485157;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-media-title {
        padding: calc(12vw * 100 / 969) calc(8vw * 100 / 969);
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .lp-media-title {
        padding: calc(11vw * 100 / 360) 15px;
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-media.of-hasIcon .lp-media-title {
    position: relative;
    padding: 10px 15px 10px 25px;
}

@media screen and (max-width: 969px) {
    .lp-media.of-hasIcon .lp-media-title {
        padding: 10px calc(15vw * 100 / 969) 10px calc(25vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-hasIcon .lp-media-title {
        padding: calc(11vw * 100 / 360) calc(15vw * 100 / 969) calc(11vw * 100 / 360) calc(25vw * 100 / 969);
    }
}

.lp-media.of-hasIcon .lp-media-titleIcon {
    position: absolute;
    top: -6px;
    left: -8px;
    width: 36px;
}

@media screen and (max-width: 969px) {
    .lp-media.of-hasIcon .lp-media-titleIcon {
        top: calc(-12vw * 100 / 969);
        left: calc(-12vw * 100 / 969);
        width: calc(38vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-media.of-hasIcon .lp-media-titleIcon {
        top: calc(-6vw * 100 / 360);
        left: calc(-12vw * 100 / 360);
        width: calc(36vw * 100 / 360);
    }
}

.of-after .lp-media-title {
    background: #009265;
}

.lp-media-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lp-media-body.of-reverse .lp-media-text {
    margin-bottom: 2px;
}

.lp-media-body.of-reverse .lp-media-image {
    order: 2;
    margin-bottom: 0;
}

.lp-media-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.37;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .lp-media-text {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-media-text > em {
    color: #ff0000;
    font-weight: normal;
}

.lp-listFlow.of-new .lp-media-text > em {
    color: #009265;
}

.lp-media-text + .lp-media-image {
    margin-bottom: 12px;
}

.lp-media-image {
    order: -1;
}

.lp-media-image.of-order2 {
    order: 2;
}

.lp-mediaSeries {
    display: block;
}

.lp-jumbotron .lp-mediaSeries {
    margin-bottom: 8px;
}

.lp-mediaSeries-body {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-mediaSeries-body {
        justify-content: center;
    }
}

.lp-mediaSeries-icon {
    display: inline-block;
    margin-bottom: 9px;
    padding: 5px 7px;
    background: #d40001;
    font-size: 16px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-mediaSeries-icon {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-mediaSeries-text {
    display: block;
    font-size: 22px;
    line-height: 1.54;
}

@media screen and (max-width: 969px) {
    .lp-mediaSeries-text {
        font-size: calc(22vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaSeries-text {
        font-size: calc(16vw * 100 / 360);
    }
}

.lp-mediaSeries-textGroup {
    font-size: 0;
}

.lp-mediaSeries-image {
    margin-left: 18px;
}

.lp-mediaSeries-imageBody {
    display: flex;
    align-items: center;
    height: 100%;
}

.lp-mediaSeries-imageBody > img {
    width: 100%;
}

@media screen and (max-width: 969px) {
    .lp-mediaSeries-image {
        width: calc(171vw * 100 / 969);
        margin-left: calc(18vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-mediaSeries-image {
        order: -1;
        width: calc(140vw * 100 / 360);
        max-width: 170px;
        margin-right: calc(18vw * 100 / 360);
        margin-left: 0;
    }
}

.lp-mediaAsset {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 60px 0 80px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset {
        flex-direction: column-reverse;
        padding: calc(40vw * 100 / 360) 0 calc(50vw * 100 / 360);
    }
}

.lp-mediaAsset-body {
    margin-left: 40px;
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body {
        margin-top: calc(20vw * 100 / 360);
        margin-left: 0;
        font-size: calc(26vw * 100 / 360);
    }
}

.lp-mediaAsset-body .lp-buttonConversion {
    min-width: 198px;
}

@media screen and (max-width: 767px) {
    .lp-mediaAsset-body .lp-buttonConversion {
        margin-top: 8px;
    }
}

.lp-mediaAsset-body .lp-buttonConversion-body {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
}

.lp-mediaAsset-image {
    min-height: 0%;
}

.lp-mediaAsset-image + * {
    margin-right: 10px;
}

@media screen and (max-width: 969px) {
    .lp-mediaAsset-image + * {
        margin-right: 0;
    }
}

.lp-listButton {
    display: flex;
    margin-bottom: 16px;
}

.lp-listButton > li + li {
    margin-left: 16px;
}

.lp-jumbotron .lp-listButton {
    z-index: 100;
    position: relative;
}

.lp-listFeature {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-listFeature {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

.lp-listFeature > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin-right: 30px;
    padding: 12px;
    background-image: linear-gradient(90deg, #105a98 0%, #12848f 100%);
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-listFeature > li {
        width: calc(250vw * 100 / 969);
        font-size: calc(20vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-listFeature > li {
        width: 100%;
        max-width: 440px;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: calc(18vw * 100 / 360);
    }
}

.lp-listFeature > li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.lp-listFlow {
    display: flex;
}

@media screen and (max-width: 767px) {
    .lp-listFlow {
        flex-direction: column;
    }
}

.lp-listFlow.of-new .lp-media-title {
    background: #009265;
}

.lp-listFlow.of-new > li::after {
    border-left: 20px solid #009265;
}

@media screen and (max-width: 767px) {
    .lp-listFlow.of-new > li::after {
        border-top: calc(19vw * 100 / 360) solid #009265;
        border-left: calc(19vw * 100 / 360) solid transparent;
    }
}

.lp-listFlow > li {
    position: relative;
    min-width: 220px;
    max-width: calc(970px / 3);
    margin-right: 83px;
}

@media screen and (max-width: 969px) {
    .lp-listFlow > li {
        min-width: calc(220vw * 100 / 969);
        margin-right: calc(83vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-listFlow > li {
        min-width: calc(220vw * 100 / 360);
        margin-right: 0;
        padding-bottom: calc(60vw * 100 / 360);
    }
}

.lp-listFlow > li::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -52px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #485157;
    content: "";
}

@media screen and (max-width: 969px) {
    .lp-listFlow > li::after {
        right: calc(-52vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-listFlow > li::after {
        top: auto;
        right: auto;
        bottom: calc(20vw * 100 / 360);
        left: 50%;
        transform: translate(-50%, 0);
        border-top: calc(19vw * 100 / 360) solid #485157;
        border-right: calc(19vw * 100 / 360) solid transparent;
        border-bottom: 0;
        border-left: calc(19vw * 100 / 360) solid transparent;
    }
}

.lp-listFlow > li:last-child {
    margin-right: 0;
}

.lp-listFlow > li:last-child::after {
    content: none;
}

@media screen and (max-width: 767px) {
    .lp-listFlow > li:last-child {
        padding-bottom: 0;
    }
}

.lp-listFlow > li .lp-media.of-hasIcon {
    width: 233px;
}

@media screen and (max-width: 969px) {
    .lp-listFlow > li .lp-media.of-hasIcon {
        width: calc(263vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-listFlow > li .lp-media.of-hasIcon {
        width: calc(233vw * 100 / 360);
    }
}

.lp-listFlow > li .lp-media.of-hasIcon .lp-media-detailText > em {
    color: #009265;
}

.lp-card {
    padding: 16px;
    background: #ffffff;
    box-shadow: 0 0 4px #8df0ff;
}

.lp-card:not(.of-primary) {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 446px;
    margin: 0 auto;
}

.lp-card > *:last-child {
    margin-bottom: 0;
}

.lp-card.of-primary {
    margin-bottom: 42px;
    padding: 32px 30px 40px;
    border-top: 4px solid #3dce46;
    background: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .lp-card.of-primary {
        margin-bottom: calc(32vw * 100 / 360);
        padding: calc(22vw * 100 / 360) 20px calc(36vw * 100 / 360);
    }
    .lp-card.of-primary > *:nth-last-child(2) {
        margin-bottom: 0;
    }
}

.lp-card-text {
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .lp-card-text {
        margin-bottom: calc(16vw * 100 / 360);
    }
}

.lp-card-title {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    line-height: 1.2;
    text-align: center;
}

.lp-card-image {
    min-height: 0%;
    text-align: center;
}

.lp-card .lp-cardFlow-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-cardFlow {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 1px;
    background: #44575c;
}

.lp-cardFlow.of-primary {
    background: #10b054;
}

.lp-cardFlow.of-primary .lp-cardFlow-title {
    background: #10b054;
}

.lp-cardFlow-title {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background: #44575c;
    color: #ffffff;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
}

@media screen and (max-width: 969px) {
    .lp-cardFlow-title {
        font-size: calc(20vw * 100 / 969);
    }
}

@media screen and (max-width: 767px) {
    .lp-cardFlow-title {
        font-size: calc(14vw * 100 / 360);
    }
}

.lp-cardFlow-image {
    min-height: 0%;
}

.lp-layout-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}

.lp-layout-grid.of-column-2 > .lp-layout-grid-column {
    width: 50%;
}

.lp-layout-grid.of-column-3 > .lp-layout-grid-column {
    width: 33.33333333%;
}

.lp-layout-grid.of-column-4 > .lp-layout-grid-column {
    width: 25%;
}

.lp-layout-grid:not(.of-column-keep) {
    margin-top: -30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid:not(.of-column-keep) {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

.lp-layout-grid:not(.of-column-keep) .lp-layout-grid-column {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .lp-layout-grid:not(.of-column-keep) .lp-layout-grid-column {
        width: 100%;
        margin-top: 20px;
    }
}

.lp-layout-grid.of-flex .lp-layout-grid-column {
    display: flex;
}

.lp-layout-grid-column {
    padding-left: 30px;
}

.lp-buttonConversion {
    display: inline-block;
    margin: 8px 0 10px;
    background: #f30b19;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .lp-buttonConversion-outer {
        margin-top: 16px;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px 9px 25px;
}

.lp-buttonConversion-body::before {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    background: url("../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.lp-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.lp-buttonConversion.of-image-none .lp-buttonConversion-body {
    padding-right: 35px;
    padding-left: 25px;
}

.lp-buttonConversion.of-anker .lp-buttonConversion-body {
    padding: 9px 27px 9px 20px;
}

.lp-utility-textWeight-normal {
    font-weight: normal;
}

.lp-smallScreen-show {
    display: none;
}

@media screen and (max-width: 767px) {
    .lp-smallScreen-show {
        display: block;
    }
}
