html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
:before,
:after {
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a,
button,
input,
select,
textarea {
    outline: none;
}
img {
    width: 100%;
    height: auto;
}
.bold {
    font-weight: 700 !important;
}
.disabled {
    cursor: default;
    opacity: 0.25;
    pointer-events: none;
}
.jq-hide {
    display: none !important;
}
.note {
    font-size: 75%;
    letter-spacing: 0.05em;
    line-height: 1.75;
    opacity: 0.75;
}
.note.is-s {
    font-size: 63%;
}
.orange {
    color: #ff9500 !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.ul {
    text-decoration: underline !important;
}
.block-xlg,
.inline-xlg {
    display: none !important;
}
@media (max-width: 1279px) {
    .hide-xlg {
        display: none !important;
    }
    .block-xlg {
        display: block !important;
    }
    .inline-xlg {
        display: inline !important;
    }
}
.block-lg,
.inline-lg {
    display: none !important;
}
@media (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }
    .block-lg {
        display: block !important;
    }
    .inline-lg {
        display: inline !important;
    }
}
.block-md,
.inline-md {
    display: none !important;
}
@media (max-width: 991px) {
    .hide-md {
        display: none !important;
    }
    .block-md {
        display: block !important;
    }
    .inline-md {
        display: inline !important;
    }
}
.block-sm,
.inline-sm {
    display: none !important;
}
@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }
    .block-sm {
        display: block !important;
    }
    .inline-sm {
        display: inline !important;
    }
}
.block-s,
.inline-s {
    display: none !important;
}
@media (max-width: 640px) {
    .hide-s {
        display: none !important;
    }
    .block-s {
        display: block !important;
    }
    .inline-s {
        display: inline !important;
    }
}
.block-xs,
.inline-xs {
    display: none !important;
}
@media (max-width: 480px) {
    .hide-xs {
        display: none !important;
    }
    .block-xs {
        display: block !important;
    }
    .inline-xs {
        display: inline !important;
    }
}
.block-xxs,
.inline-xxs {
    display: none !important;
}
@media (max-width: 400px) {
    .hide-xxs {
        display: none !important;
    }
    .block-xxs {
        display: block !important;
    }
    .inline-xxs {
        display: inline !important;
    }
}
.block-xxxs,
.inline-xxxs {
    display: none !important;
}
@media (max-width: 360px) {
    .hide-xxxs {
        display: none !important;
    }
    .block-xxxs {
        display: block !important;
    }
    .inline-xxxs {
        display: inline !important;
    }
}
.box {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.btn {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
.btn.is-border-blue,
.btn.is-border-blue img,
.btn.is-border-orange,
.btn.is-border-orange img {
    border-radius: 4px;
}
.btn.is-border-blue:after,
.btn.is-border-orange:after {
    border: 1px solid;
    border-radius: 4px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.btn.is-border-blue:after {
    border-color: rgba(38, 130, 213, 0.5);
}
.btn.is-border-orange:after {
    border-color: #ff9500;
}
.btn.is-border-disable {
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: none;
}
.btn.is-magnify {
    background: rgba(0, 0, 0, 0.5) url(../images/icon-magnify.svg) no-repeat center;
    background-size: 20px 20px;
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
}
.btn.is-navy,
.btn.is-orange {
    border-radius: 30px;
    color: #fff;
    color: #fff;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.25;
    padding-right: 20px;
    text-align: center;
    height: 60px;
}
.btn.is-navy.is-hover,
.btn.is-orange.is-hover {
    color: #fff;
}
.btn.is-navy p,
.btn.is-navy span,
.btn.is-navy strong,
.btn.is-orange p,
.btn.is-orange span,
.btn.is-orange strong {
    display: inline-block;
}
.btn.is-navy strong,
.btn.is-orange strong {
    font-size: 100%;
}
.btn.is-navy strong + span,
.btn.is-orange strong + span {
    margin-left: 5px;
}
.btn.is-navy .btn-ic:before,
.btn.is-orange .btn-ic:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.btn.is-navy span,
.btn.is-orange span {
    font-size: 80%;
}
.btn.is-navy:after,
.btn.is-orange:after {
    background: url(../images/icon-arrow-right.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
}
.btn.is-navy {
    background: #19448e;
    background: linear-gradient(90deg, #215ab3 0%, #19448e 100%);
}
.btn.is-navy .btn-ic {
    padding-left: 30px;
}
.btn.is-navy .btn-ic:before {
    background-image: url(../images/icon-check.svg);
    margin-top: -10px;
    height: 20px;
    width: 20px;
}
.btn.is-orange {
    background: #ff9500;
    background: linear-gradient(90deg, #feb905 0%, #ff9500 100%);
}
.btn.is-orange .btn-ic {
    padding-left: 30px;
}
.btn.is-orange .btn-ic:before {
    background-image: url(../images/icon-beginner.svg);
    margin-top: -13px;
    width: 18px;
    height: 26px;
}
@media (max-width: 640px) {
    .btn.is-navy span,
    .btn.is-orange span {
        font-size: 71%;
    }
}
.lazyload {
    display: block;
    width: 100%;
    height: 0;
}
.lazyload.is-1by1 {
    padding-top: 100%;
}
.lazyload.is-1by2 {
    padding-top: 50%;
}
.lazyload.is-2by3 {
    padding-top: 66.66666667%;
}
.lazyload.is-3by4 {
    padding-top: 75%;
}
.lazyload.is-7by10 {
    padding-top: 70%;
}
.lazyload.is-9by8 {
    padding-top: 112.5%;
}
.lazyload .thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all ease-out;
    width: 100%;
    height: 100%;
}
.lazyload.active .thumbnail {
    opacity: 1;
}
.modal,
.modal-bg {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.25s all ease-out;
    width: 100%;
    height: 100%;
}
.modal.active,
.modal-bg.active {
    display: block;
}
.modal.fade,
.modal-bg.fade {
    opacity: 1;
}
.modal {
    overflow: auto;
    transform: scale(0.9, 0.9);
    z-index: 10000;
}
.modal.fade {
    transform: scale(1, 1);
}
.modal-body {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.modal-bg {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.modal-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.modal-close:before,
.modal-close:after {
    background-color: #19448e;
    content: '';
    display: block;
    margin-left: -1px;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 2px;
    height: 60%;
}
.modal-close:before {
    transform: rotate(45deg);
}
.modal-close:after {
    transform: rotate(-45deg);
}
.modal-content {
    background-color: #fff;
    border-radius: 4px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    max-width: 720px;
}
.modal-content .modal-feature {
    display: block;
}
.modal-feature {
    display: none;
}
.modal-slide-image {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}
.modal-slide-caption {
    line-height: 1.5;
    font-size: 75%;
    letter-spacing: 0em;
    text-align: center;
    padding: 0.5em;
}
.modal-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.swiper-notification {
    display: none;
}
.swiper-pagination-bullet {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 1 !important;
}
.swiper-wrap {
    overflow: hidden;
}
.site-footer-address {
    font-size: 82%;
    line-height: 1.5;
    margin-right: auto;
    padding-left: 160px;
}
.site-footer-body ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.site-footer-cert {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px;
    text-align: center;
    width: 230px;
}
.site-footer-cert img {
    max-width: 120px;
}
.site-footer-cert + .site-footer-cert {
    border-left: none;
}
.site-footer-copyright {
    background-color: #f3f5f9;
    font-size: 69%;
    letter-spacing: 0em;
    line-height: 1.5;
    opacity: 0.5;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    text-align: center;
}
.site-footer-logo {
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
}
@media (max-width: 1279px) {
    .site-footer-cert {
        width: 195.5px;
    }
}
@media (max-width: 1199px) {
    .site-footer-cert {
        width: 172.5px;
    }
}
@media (max-width: 991px) {
    .site-footer-address {
        padding-left: 0;
    }
    .site-footer-logo {
        display: block;
        margin-top: 0;
        margin-bottom: 1em;
        position: relative;
        left: auto;
        top: auto;
    }
}
@media (max-width: 767px) {
    .site-footer-address {
        margin-left: auto;
        text-align: center;
        width: 100%;
    }
    .site-footer-body ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer-cert {
        border-left: none;
        border-right: none;
        margin-top: 30px;
        padding-top: 0;
        padding-bottom: 0;
        width: auto;
    }
    .site-footer-cert img {
        max-width: 90px;
    }
    .site-footer-cert + .site-footer-cert {
        border-left: 1px solid #eee;
        padding-left: 12px;
        padding-right: 12px;
    }
    .site-footer-logo {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 480px) {
    .site-footer-cert img {
        max-width: 80px;
    }
}
html,
body {
    height: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
}
body {
    background: #fff;
    -webkit-background-size: 480px 480px;
    -moz-background-size: 480px 480px;
    -ms-background-size: 480px 480px;
    background-size: 480px 480px;
    color: #212121;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, 'Noto Sans CJK JP', 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    word-break: normal;
    word-wrap: break-word;
}
a,
button {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all ease-out;
}
.is-hover {
    -ms-filter: 'alpha(opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    zoom: 1;
}
img {
    vertical-align: middle;
    -webkit-touch-callout: none;
}
ol,
ul,
li {
    list-style: none;
}
span,
i {
    display: inline-block;
}
input,
textarea,
button {
    outline: none;
}
input:placeholder-shown,
textarea:placeholder-shown,
button:placeholder-shown {
    color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
button::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
button:-moz-placeholder {
    color: #ccc;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
button::-moz-placeholder {
    color: #ccc;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    zoom: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
button:-ms-input-placeholder {
    color: #ccc;
}
strong {
    font-weight: 700;
}
.wrapper {
    overflow: hidden;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1040px;
}
.container.is-m {
    max-width: 1320px;
}
.container.is-s {
    max-width: 840px;
}
.container .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.container .container.is-m {
    max-width: 1280px;
}
.container .container.is-s {
    max-width: 800px;
}
.sec {
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec + .sec {
    padding-top: 0;
}
.sec.is-bg {
    background-color: #f3f5f9;
}
.sec.is-l {
    padding-top: 120px;
    padding-bottom: 120px;
}
.sec.is-t0 {
    padding-top: 0;
}
.sec.is-tm {
    padding-top: 80px;
}
.sec.is-tl {
    padding-top: 120px;
}
.sec.is-b0 {
    padding-bottom: 0;
}
.sec.is-bm {
    padding-bottom: 80px;
}
.sec.is-bl {
    padding-bottom: 120px;
}
.sec.is-bxl {
    padding-bottom: 150px;
}
.sec-lead {
    text-align: center;
}
.sec-lead + * {
    margin-top: 3em;
}
.sec-title {
    font-size: 338%;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.sec-title span {
    display: block;
    font-size: 61%;
}
.sec-title.is-s {
    font-size: 263%;
}
.sec-title.is-xs {
    font-size: 175%;
}
.sec-title + * {
    margin-top: 1em;
}
@media (max-width: 991px) {
    .sec {
        padding-top: 51px;
        padding-bottom: 51px;
    }
    .sec.is-l {
        padding-top: 102px;
        padding-bottom: 102px;
    }
    .sec.is-tm {
        padding-top: 68px;
    }
    .sec.is-tl {
        padding-top: 102px;
    }
    .sec.is-bm {
        padding-bottom: 68px;
    }
    .sec.is-bl {
        padding-bottom: 102px;
    }
    .sec.is-bxl {
        padding-bottom: 127.5px;
    }
    .sec-lead.is-md {
        text-align: left;
    }
    .sec-lead + * {
        margin-top: 2em;
    }
    .sec-title {
        font-size: 287.3%;
    }
    .sec-title span {
        font-size: 61%;
    }
    .sec-title.is-s {
        font-size: 223.55%;
    }
}
@media (max-width: 767px) {
    .sec-lead {
        font-size: 94%;
    }
    .sec-title {
        font-size: 253.5%;
    }
    .sec-title.is-xs {
        font-size: 148.75%;
    }
}
@media (max-width: 480px) {
    .sec {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sec.is-l {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .sec.is-tm {
        padding-top: 60px;
    }
    .sec.is-tl {
        padding-top: 90px;
    }
    .sec.is-bm {
        padding-bottom: 60px;
    }
    .sec.is-bl {
        padding-bottom: 90px;
    }
    .sec.is-bxl {
        padding-bottom: 112.5px;
    }
    .sec-title {
        font-size: 202.8%;
    }
    .sec-title.is-s {
        font-size: 197.25%;
    }
}
.client {
    background-color: #f3f5f9;
    border-radius: 4px;
    color: #19448e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 94%;
    font-weight: 700;
    letter-spacing: 0.025em;
    padding: 2em 1em;
    text-align: center;
    width: 100%;
}
.client span {
    font-size: 75%;
}
.client-list {
    margin-right: -10px;
    margin-left: -10px;
}
.client-list ul {
    margin-top: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.client-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.33333333%;
}
.client-list + .note {
    padding-top: 1em;
    text-align: right;
}
@media (max-width: 991px) {
    .client {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .client span {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .client {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
    .client-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .client-list li {
        width: 50%;
    }
    .client-list + .note {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .client {
        font-size: 88%;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
    .client-list {
        margin-right: 0;
        margin-left: 0;
    }
    .client-list ul {
        margin-top: -10px;
    }
    .client-list li {
        padding-right: 0;
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
    }
    .client-list + .note {
        text-align: right;
    }
}
.sec-company .sec-title img {
    margin-bottom: 0.5em;
    width: 240px;
}
@media (max-width: 767px) {
    .sec-company .sec-title img {
        width: 180px;
    }
}
.company-data {
    margin-top: 60px;
}
.company-data dl {
    background-color: #f3f5f9;
    border-radius: 4px;
    display: table;
    font-size: 94%;
    width: 100%;
}
.company-data dl + dl {
    margin-top: 20px;
}
.company-data dt,
.company-data dd {
    display: table-cell;
    padding: 1.5em 2em;
    vertical-align: middle;
}
.company-data dt {
    color: #19448e;
    font-weight: 700;
    padding-right: 0;
    width: 160px;
}
.company-product {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}
.company-product ul {
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company-product li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
.company-product-banner {
    width: 100% !important;
}
.company-product-banner p {
    width: 100%;
}
.company-product-banner strong {
    color: #19448e;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1.5em;
}
.company-product-banner strong:before,
.company-product-banner strong:after {
    background-color: #19448e;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
}
.company-product-banner strong:before {
    left: 0;
    transform: rotate(-45deg);
}
.company-product-banner strong:after {
    right: 0;
    transform: rotate(45deg);
}
.company-product-image .btn {
    color: #616161;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 82%;
    letter-spacing: 0em;
    line-height: 1.25;
    padding: 1.5em 1em;
}
.company-product-image .btn img {
    margin-top: 0.5em;
    max-width: 160px;
}
@media (max-width: 767px) {
    .company-data {
        margin-top: 40px;
    }
    .company-data dl,
    .company-data dt,
    .company-data dd {
        display: block;
    }
    .company-data dl {
        padding: 1em 1.5em;
    }
    .company-data dt,
    .company-data dd {
        padding: 0;
    }
    .company-data dt {
        padding-right: 0;
        width: auto;
    }
    .company-product {
        margin-right: -10px;
        margin-left: -10px;
    }
    .company-product ul {
        margin-top: -20px;
    }
    .company-product li {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .company-product-image .btn {
        font-size: 75%;
    }
}
@media (max-width: 640px) {
    .company-product {
        margin-right: 0;
        margin-left: 0;
    }
    .company-product li {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .company-product-banner strong {
        font-size: 94%;
    }
    .company-product-banner strong:before {
        transform: rotate(-30deg);
    }
    .company-product-banner strong:after {
        transform: rotate(30deg);
    }
}
@media (max-width: 480px) {
    .company-data dl {
        font-size: 88%;
    }
    .company-data dl + dl {
        margin-top: 10px;
    }
}
.compare {
    margin-top: 2em;
}
.compare + .note {
    margin-top: 1em;
}
.compare-head {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 75%;
    font-weight: 700;
    margin-left: 25%;
    text-align: center;
}
.compare-head img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 140px;
}
.compare-head .is-combined img {
    max-width: 160px;
}
.compare-head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5em;
    padding-bottom: 0.75em;
    width: 100%;
}
.compare-head p span {
    display: block;
    width: 100%;
}
.compare-head .is-combined {
    background-color: #ffe5c2;
}
.compare-head .is-free {
    background-color: #e8e8e8;
}
.compare-head .is-paid {
    background-color: #dce7fa;
}
.compare-body dl {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    display: table;
    width: 100%;
}
.compare-body dl + dl {
    border-top: none;
}
.compare-body dt,
.compare-body dd {
    display: table-cell;
    padding: 0.5em 1em;
    vertical-align: middle;
}
.compare-body dt {
    font-size: 88%;
    font-weight: 700;
    line-height: 1.5;
    width: 25%;
}
.compare-body dd {
    border-left: 1px solid #e0e0e0;
    text-align: center;
    width: 25%;
}
.compare-body dd img {
    width: 20px;
}
.compare-body dd.is-disabled {
    background-color: rgba(238, 238, 238, 0.5);
}
@media (max-width: 767px) {
    .compare {
        padding-left: 160px;
    }
    .compare-wrap {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        overflow-scrolling: touch;
        width: 100%;
    }
    .compare-head {
        display: block;
        margin-top: 61px;
        margin-left: 0;
        position: absolute;
        left: 0;
        width: 160px;
        z-index: 2;
    }
    .compare-head p {
        padding-right: 1em;
        padding-left: 1em;
        height: 80px;
    }
    .compare-head p + p {
        margin-top: -1px;
    }
    .compare-body {
        width: 228%;
    }
    .compare-body dl {
        border-left: none;
    }
    .compare-body dt,
    .compare-body dd {
        width: 12%;
    }
    .compare-body dt.is-long,
    .compare-body dd.is-long {
        width: 16%;
    }
    .compare-body dt {
        border-left: 1px solid #e0e0e0;
        font-size: 82%;
        letter-spacing: 0em;
        line-height: 20px;
        padding: 10px;
        text-align: center;
    }
    .compare-body dd {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}
@media (max-width: 640px) {
    .compare-body {
        width: 390%;
    }
}
@media (max-width: 480px) {
    .compare {
        padding-left: 120px;
    }
    .compare-head {
        width: 120px;
    }
    .compare-body dt {
        border-left: 1px solid #e0e0e0;
        font-size: 82%;
    }
}
@media (max-width: 400px) {
    .compare-body {
        width: 500%;
    }
}
@media (max-width: 360px) {
    .compare-body {
        width: 600%;
    }
}
.cta-l-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 54%;
}
.cta-l-text {
    padding-top: 130px;
    padding-bottom: 50px;
}
.cta-l-text .cta-btns {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
.cta-l-text .cta-btns:before {
    display: none;
}
.cta-l-text .cta-store {
    padding-top: 37.5px;
}
.cta-l-title {
    position: absolute;
    top: calc(-60% - 130px);
    left: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .cta-l-text {
        padding-top: 15%;
    }
    .cta-l-title {
        top: -130%;
    }
}
@media (max-width: 480px) {
    .cta-l-text {
        padding-top: 30%;
    }
}
.cta-banner-body {
    text-align: center;
}
.cta-banner-body strong {
    color: #ff9500;
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1.5em;
}
.cta-banner-body strong:before,
.cta-banner-body strong:after {
    background-color: #ff9500;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
}
.cta-banner-body strong:before {
    left: 0;
    transform: rotate(-45deg);
}
.cta-banner-body strong:after {
    right: 0;
    transform: rotate(45deg);
}
.cta-btns {
    background: #fff3e3;
    background: linear-gradient(150deg, rgb(255 252 249 / 80%) 0%, rgb(255 189 95 / 20%) 100%);
    color: #616161;
    font-weight: 700;
    padding-top: 37.5px;
    padding-bottom: 37.5px;
}
.cta-btns:before {
    background: url(../images/cta-bg01.png) repeat-x center -80px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-btns ul {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 420px;
}
.cta-btns li {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
}
.cta-btns li.soon > * {
    opacity: 0.25;
    pointer-events: none;
}
.cta-btns li.soon:after {
    content: 'Coming Soon *';
    font-size: 80%;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 13px;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.cta-btns .note {
    font-weight: 400;
    margin-top: 2em;
    margin-bottom: -1em;
    text-align: center;
}
.cta-btns-logo {
    display: block;
    text-align: center;
}
.cta-btns-title {
    color: #4c4948;
    margin-bottom: 0.5em;
    text-align: center;
}
.cta-btns-title img {
    max-width: 150px;
}
.cta-btns-title span {
    display: inline-block;
    vertical-align: -11%;
}
.cta-btns.is-main:before {
    display: none;
}
.cta-logo {
    display: block;
    max-width: 40%;
    margin: 18px auto 8px;
}
.cta-store {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    max-width: 240px;
}
.cta-text {
    border-top: 1px solid #eee;
    padding-top: 50px;
    padding-bottom: 37.5px;
    text-align: center;
}
.cta-title {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 60%;
}
@media (max-width: 991px) {
    .cta-btns,
    .cta-text {
        padding-bottom: 37.5px;
    }
    .cta-btns {
        padding-top: 37.5px;
    }
    .cta-btns:before {
        background-image: url(../images/cta-bg01-md.png);
        background-position: center bottom;
    }
    .cta-btns ul {
        max-width: 620px;
        width: 100%;
    }
    .cta-btns li {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }
    .cta-btns li .btn-ic {
        text-align: left;
    }
    .cta-btns-logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        width: 75%;
    }
    .cta-btns-logo img {
        max-width: 135px;
    }
    .cta-btns-logo span {
        font-size: 94%;
        font-weight: 700;
        vertical-align: -11%;
    }
    .cta-logo {
        margin-right: auto;
        margin-left: auto;
        max-width: 50%;
    }
    .cta-text {
        padding-top: 42.5px;
    }
    .cta-title {
        margin-right: auto;
        margin-bottom: 1em;
        margin-left: auto;
        width: 100%;
        max-width: 620px;
    }
}
@media (max-width: 767px) {
    .cta-logo {
        max-width: 55%;
    }
}
@media (max-width: 640px) {
    .cta-banner-body strong {
        font-size: 94%;
    }
    .cta-banner-body strong:before {
        transform: rotate(-30deg);
    }
    .cta-banner-body strong:after {
        transform: rotate(30deg);
    }
    .cta-store {
        max-width: 210px;
    }
}
@media (max-width: 480px) {
    .cta-btns {
        padding-top: 30px;
    }
    .cta-btns ul {
        margin-right: 0;
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cta-btns li {
        padding-right: 0;
        padding-left: 0;
    }
    .cta-btns li + li {
        margin-top: 15px;
    }
    .cta-logo,
    .cta-l-logo {
        max-width: 75%;
        width: 100%;
    }
    .cta-store {
        max-width: 180px;
    }
    .cta-text {
        padding-bottom: 30px;
    }
}
.flow {
    border-right: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 88%;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.flow.is-1 {
    line-height: 40px;
}
.flow-list {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.flow-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flow-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
}
.flow-list li:last-child .flow {
    border-right: none;
}
.flow-list img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    width: 60px;
}
.flow-trial {
    border-right: 1px solid #ff9500;
    color: #ff9500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
}
.flow-trial:before,
.flow-trial:after {
    border: 10px solid transparent;
    content: '';
    display: block;
    margin-top: -10px;
    position: absolute;
    right: -20px;
    top: 50%;
    width: 0;
    height: 0;
}
.flow-trial:before {
    border-left-color: #ff9500;
}
.flow-trial:after {
    border-left-color: #fff;
    margin-right: 2px;
}
.flow-trial strong {
    display: block;
    font-size: 135%;
    margin-bottom: 0.25em;
}
.flow-trial-label {
    background-color: #ff9500;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    padding: 0.25em 0.75em;
}
.flow-trial-num {
    font-size: 125%;
}
@media (max-width: 991px) {
    .flow-list {
        margin-top: 3em;
    }
    .flow-list li {
        width: 25%;
    }
    .flow-list-trial {
        border: none !important;
        padding: 0 !important;
        position: absolute;
        top: -70px;
        left: 0;
        width: 100% !important;
    }
    .flow-trial {
        border: none !important;
    }
    .flow-trial:before,
    .flow-trial:after {
        display: none;
    }
    .flow-trial strong,
    .flow-trial-label,
    .flow-trial-num {
        font-size: 100%;
    }
    .flow-trial p {
        background-color: #ff9500;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        line-height: 30px;
        padding: 0.25em 0.75em;
    }
    .flow-trial p:after {
        border: 10px solid transparent;
        border-top-color: #ff9500;
        content: '';
        display: block;
        margin-top: -1px;
        margin-left: -10px;
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
    }
    .flow-trial strong {
        display: inline-block;
    }
    .flow-trial-label {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .flow {
        border-right: none;
        font-size: 100%;
    }
    .flow img {
        margin-top: -30px;
        position: absolute;
        top: 50%;
        left: 10px;
    }
    .flow p {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 100px;
        text-align: left;
        width: 100%;
    }
    .flow p:before {
        background-color: #e0e0e0;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 80px;
        width: 1px;
        height: 100%;
    }
    .flow span {
        display: inline-block;
        padding-left: 55px;
    }
    .flow span img {
        margin-top: -20px;
        left: 0;
        width: 40px;
    }
    .flow-list {
        background: none;
        box-shadow: none;
        margin-top: 2em;
        padding-top: 0;
        padding-bottom: 0;
    }
    .flow-list li {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100%;
    }
    .flow-list-trial {
        background: none !important;
        box-shadow: none !important;
        margin-bottom: 10px;
        position: relative;
        top: auto;
    }
}
@media (max-width: 480px) {
    .flow {
        font-size: 94%;
    }
    .flow span {
        padding-left: 50px;
    }
    .flow-list-trial p {
        width: 100%;
    }
}
.sec-intro {
    background: #fff3e3;
    background: linear-gradient(150deg, rgb(255 252 249 / 80%) 0%, rgb(255 189 95 / 20%) 100%);
    padding-bottom: 210px;
}
.sec-intro:after {
    background: url(../images/intro-img01.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.1));
    margin-left: -60px;
    position: absolute;
    top: -30px;
    left: 50%;
    width: 120px;
    height: 60px;
}
.sec-intro .sec-title img {
    max-width: 420px;
    margin-right: 10px;
}
.sec-intro .sec-title strong {
    display: inline-block;
    vertical-align: -5%;
}
@media (max-width: 1199px) {
    .sec-intro {
        padding-bottom: 180px;
    }
}
@media (max-width: 991px) {
    .sec-intro .sec-title img {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .sec-intro {
        padding-bottom: 150px;
    }
    .sec-intro:after {
        margin-left: -50px;
        top: -25px;
        width: 100px;
        height: 50px;
    }
    .sec-intro .sec-title img {
        max-width: 220px;
    }
}
@media (max-width: 640px) {
    .sec-intro {
        padding-bottom: 120px;
    }
    .sec-intro .sec-title img {
        display: inline-block;
        margin: 0 4px 0 0;
    }
}
@media (max-width: 480px) {
    .sec-intro {
        padding-bottom: 90px;
    }
    .sec-intro:after {
        margin-left: -45px;
        top: -22px;
        width: 90px;
        height: 45px;
    }
}
@media (max-width: 400px) {
    .sec-intro {
        padding-bottom: 80px;
    }
}
.intro-image {
    margin-top: 0.5em;
}
.intro-image .lazyload + .lazyload {
    position: absolute;
    top: 8.88888889%;
    left: 6.66666667%;
}
.intro-list {
    margin-top: 4em;
    margin-right: -40px;
    margin-left: -40px;
    text-align: center;
}
.intro-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro-list li {
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
}
.intro-title {
    color: #19448e;
    display: inline-block;
    font-weight: 700;
    font-size: 188%;
    line-height: 1.5;
    margin-right: -3em;
    margin-left: -3em;
    padding-right: 1.25em;
    padding-left: 1.5em;
}
.intro-title:before,
.intro-title:after {
    background-color: #19448e;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    width: 4px;
    height: 100%;
}
.intro-title:before {
    left: 0;
    transform: rotate(-30deg);
}
.intro-title:after {
    right: 0;
    transform: rotate(30deg);
}
.intro-title span {
    font-size: 71%;
}
@media (max-width: 1279px) {
    .intro-list {
        margin-right: 10px;
        margin-left: 10px;
    }
    .intro-list li {
        padding-right: 30px;
        padding-left: 30px;
    }
    .intro-title {
        font-size: 175%;
    }
}
@media (max-width: 1199px) {
    .intro-list li {
        padding-right: 20px;
        padding-left: 20px;
    }
    .intro-title {
        font-size: 150%;
    }
}
@media (max-width: 991px) {
    .intro-list {
        margin-right: auto;
        margin-left: auto;
        max-width: 640px;
    }
    .intro-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .intro-list li {
        padding-right: 0;
        padding-left: 0;
    }
    .intro-list li + li {
        margin-top: 4em;
    }
    .intro-title {
        font-size: 175%;
    }
}
@media (max-width: 640px) {
    .intro-list {
        margin-top: 3em;
    }
    .intro-list li + li {
        margin-top: 4em;
    }
    .intro-title {
        font-size: 150%;
    }
}
@media (max-width: 480px) {
    .intro-list {
        margin-top: 2em;
    }
}
@media (max-width: 360px) {
    .intro-title {
        font-size: 132%;
    }
}
.feature {
    margin-top: 80px;
    padding-top: 32px;
    padding-right: 40px;
    padding-left: 40px;
    width: 33.33333333%;
}
.feature .btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.feature-detail {
    font-size: 94%;
    margin-top: 0.5em;
}
.feature-image {
    display: block;
}
.feature-image .lazyload,
.feature-image .lazyload .thumbnail,
.feature-image .lazyload:after {
    border-radius: 4px;
}
.feature-image .lazyload:after {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -40px;
    margin-right: -40px;
    margin-left: -40px;
}
.feature-num {
    margin-bottom: 0.5em;
    position: absolute;
    top: 0;
    width: auto;
    height: 18px;
}
.feature-title {
    color: #ff9500;
    font-size: 125%;
    font-weight: 700;
    line-height: 1.75;
    margin-top: 1em;
}
.feature.is-07-detail {
    font-size: 69%;
    text-align: center;
    width: 66.66666667%;
}
.feature.is-07-detail .lazyload {
    background: #e9f2fb;
    background: radial-gradient(circle, #ffffff 0%, #e9f2fb 100%);
}
.feature.is-07-detail .lazyload:after {
    display: none;
}
.feature.is-07-detail .lazyload.is-07-detail {
    padding-top: 48.36759371%;
}
@media (max-width: 1199px) {
    .feature {
        padding-right: 30px;
        padding-left: 30px;
        width: 50%;
    }
    .feature-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        max-width: 800px;
    }
    .feature-title {
        font-size: 113%;
    }
    .feature.is-07-detail {
        margin-top: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .feature {
        padding-right: 20px;
        padding-left: 20px;
    }
    .feature-list {
        margin-right: -20px;
        margin-left: -20px;
        max-width: none;
    }
}
@media (max-width: 480px) {
    .feature {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .feature-list {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }
}
.swiper-pagination-feature {
    line-height: 0;
    padding-top: 7px;
    padding-bottom: 15px;
    bottom: auto !important;
    left: auto !important;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.swiper-pagination-feature .swiper-pagination-bullet {
    background-color: #e0e0e0;
}
.swiper-pagination-feature .swiper-pagination-bullet-active {
    background-color: #2682d5;
}
.sec-main {
    background: #fff3e3;
    background: linear-gradient(150deg, rgb(255 252 249 / 80%) 0%, rgb(255 189 95 / 30%) 100%);
    overflow: hidden;
}
.sec-main:before {
    background: url(../images/cta-bg01-md.png) repeat-x center bottom;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.sec-main .btn {
    border-radius: 24px;
    font-size: 80%;
    height: 48px;
}
.sec-main .container {
    height: 100%;
}
.sec-main .cta-btns {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}
.sec-main .cta-btns:before {
    display: none;
}
.sec-main .cta-btns ul {
    max-width: 420px;
}
.sec-main .cta-btns-logo {
    font-size: 80%;
}
.sec-main .cta-store {
    max-width: 280px;
}
.sec-main .swiper-wrap,
.sec-main .swiper-main,
.sec-main .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.sec-main .swiper-pagination-main {
    line-height: 0;
    position: absolute;
    left: 0 !important;
    bottom: 20px !important;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.sec-main .swiper-pagination-main .swiper-pagination-bullet {
    background-color: #f8f8f8;
}
.sec-main .swiper-pagination-main .swiper-pagination-bullet-active {
    background-color: #ff9500;
}
@media (max-width: 1279px) {
    .sec-main .cta-store {
        max-width: 240px;
        width: 60%;
    }
}
@media (max-width: 991px) {
    .sec-main .cta-store {
        margin-top: 30px;
    }
    .sec-main .swiper-pagination-main {
        bottom: 25px !important;
    }
}
.main-balloon {
    color: #ff9500;
    display: inline-block;
    font-size: 82%;
    letter-spacing: 0;
    padding: 8px 12px 8px 8px;
}
.main-balloon img {
    width: 110px;
}
.main-balloon span {
    display: inline-block;
    margin-left: 5px;
    vertical-align: -10%;
}
.main-logo {
    width: 70%;
    margin: 8px 0 0;
}
.main-point {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s all ease-out;
    width: 100%;
    height: 100%;
}
.main-point.active {
    opacity: 1;
}
.main-point.is-1 .lazyload:last-child {
    margin-left: 13.33333333%;
}
.main-point .lazyload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-point .lazyload .thumbnail {
    background-position: center bottom;
    background-size: 100% auto;
}
.main-point-body {
    margin-left: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(50% - 60px);
    height: 100%;
}
.main-point-body:before {
    background: url(../images/main-bg03.png) no-repeat center bottom;
    background-size: 100% auto;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-point-text {
    background: url(../images/main-bg02.svg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    left: 2.5%;
    bottom: 50px;
    text-align: center;
    padding-left: 24%;
    width: 95%;
}
.main-point-text img {
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 4%;
    width: 70px;
}
.main-subtitle {
    font-size: 175%;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
}
.main-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 50px;
    width: calc(50% - 40px);
    height: 100%;
}
.main-text-body {
    text-align: center;
    width: 100%;
}
.main-title-body {
    margin-top: 1em;
    padding-top: 3.5rem;
    padding-bottom: 40px;
}
.main-title-body:before {
    background: url(../images/main-bg01.svg) repeat-x center bottom;
    background-size: auto 100%;
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: -840px;
    height: 240px;
    width: 3000px;
}
@media (max-width: 1279px) {
    .main-point {
        min-width: 0px;
    }
    .main-point-body {
        margin-left: 10px;
        left: 50%;
        width: calc(45% - 40px);
    }
    .main-point-body:before {
        min-width: 0px;
    }
    .main-subtitle {
        font-size: 150%;
    }
    .main-text {
        padding-left: 20px;
        width: calc(45% - 20px);
    }
    .main-title-body {
        margin-top: 1em;
        padding-top: 3rem;
        padding-bottom: 5%;
    }
    .main-title-body:before {
        background: url(../images/main-bg01.svg) repeat-x center bottom;
        background-size: auto 100%;
        content: '';
        display: block;
        position: absolute;
        bottom: -14%;
        left: -145%;
        height: 60%;
        width: 500%;
    }
}
@media (max-width: 1199px) {
    .main-balloon {
        font-size: 75%;
        padding: 6px 10px 6px 6px;
    }
    .main-balloon img {
        width: 90px;
    }
    .main-balloon span {
        vertical-align: -7%;
    }
    .main-point-body {
        margin-left: 0;
    }
    .main-point-text {
        font-size: 80%;
    }
    .main-point-text img {
        left: 3%;
        width: 60px;
    }
    .main-subtitle {
        font-size: 132%;
    }
    .main-text {
        padding-left: 30px;
        width: calc(45% - 40px);
    }
}
@media (max-width: 991px) {
    .main-logo {
        width: 75%;
        margin: 14px auto;
        max-width: 220px !important;
    }
    .main-point.is-1 {
        position: relative;
        top: auto;
        left: auto;
    }
    .main-point.is-1 .lazyload {
        position: relative;
        top: auto;
        left: auto;
        height: 0;
    }
    .main-point.is-1 .lazyload:last-child,
    .main-point.is-1 .lazyload + .lazyload {
        position: absolute;
        top: 8.88888889%;
        left: 6.66666667%;
    }
    .main-point.is-2 .lazyload:last-child,
    .main-point.is-2 .lazyload + .lazyload {
        top: 8.88888889%;
        left: 6.66666667%;
    }
    .main-point-body {
        margin-left: 0;
        top: 32%;
        left: 0;
        width: 100%;
        height: 45%;
    }
    .main-point-body:before {
        display: none;
    }
    .main-point-body .main-point-text {
        opacity: 0;
        transition: 0.3s opacity 1.5s ease-out;
    }
    .main-point-body .main-point-text span {
        transform: scale(0.9, 0.9);
        transition: 0.3s transform 1.5s ease-out;
    }
    .main-point.active .main-point-text {
        opacity: 1;
    }
    .main-point.active .main-point-text span {
        transform: scale(1, 1);
    }
    .main-point-text {
        background: rgba(0, 0, 0, 0.25);
        border-radius: 2%;
        color: #222;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 1.5;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 6.5%;
        left: 3.5%;
        bottom: auto;
        text-align: center;
        padding-left: 0;
        width: 93%;
        height: 87%;
    }
    .main-point-text span {
        background: #fff;
        border-radius: 10px;
        padding: 1.5em;
    }
    .main-point-text img {
        display: block;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 1em;
        margin-left: auto;
        position: relative;
        top: auto;
        left: auto;
        width: 70px;
    }
    .main-text {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
    }
    .main-text-body .main-point-body {
        margin-right: auto;
        margin-left: auto;
        padding-top: 0 !important;
        position: relative;
        top: auto !important;
        left: auto;
        max-width: 450px;
        width: 100% !important;
        height: auto !important;
    }
    .main-title img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        max-width: 450px;
    }
    .main-title-body {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-title-body:before {
        display: none;
    }
}
@media (max-width: 480px) {
    .main-point-body {
        padding-top: 66%;
        top: 31.5%;
        left: 5%;
        width: 90%;
        height: 0;
    }
    .main-point-body .swiper-wrap {
        position: absolute;
        top: 0;
        left: 0;
    }
    .main-point-text span {
        padding: 1.25em;
    }
}
@media (max-width: 400px) {
    .main-point-body {
        padding-top: 65%;
    }
}
@media (max-width: 360px) {
    .main-point-body {
        padding-top: 64%;
    }
    .main-point-text {
        font-size: 88%;
    }
}
.sec-plan .sec-lead strong {
    font-size: 113%;
}
.plan-body dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.plan-body dl.is-cloud dt {
    background-color: #19448e;
    border-bottom-left-radius: 4px;
}
.plan-body dl.is-cloud dd {
    border-bottom-color: #ff9500;
}
.plan-body dl.is-cloud dd:last-child {
    border-bottom-color: #e0e0e0;
}
.plan-body dl.is-cloud dd p.is-cost strong:before {
    background-image: url(../images/icon-yen-cloud.svg);
}
.plan-body dl.is-cloud dd p.is-user strong:before {
    background-image: url(../images/icon-user-cloud.svg);
}
.plan-body dl.is-on-premises dt {
    background-color: #9e9e9e;
    border-top-left-radius: 4px;
}
.plan-body dl.is-on-premises dd p.is-cost strong:before {
    background-image: url(../images/icon-yen-on-premises.svg);
}
.plan-body dl.is-on-premises dd p.is-user strong:before {
    background-image: url(../images/icon-user-on-premises.svg);
}
.plan-body dl.is-subscription dt {
    background-color: #2682d5;
}
.plan-body dl.is-subscription dd p.is-cost strong:before {
    background-image: url(../images/icon-yen-subscription.svg);
}
.plan-body dl.is-subscription dd p.is-user strong:before {
    background-image: url(../images/icon-user-subscription.svg);
}
.plan-body dt,
.plan-body dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    padding-bottom: 2em;
}
.plan-body dt > *,
.plan-body dd > * {
    width: 100%;
}
.plan-body dt img,
.plan-body dd img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.plan-body dt {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 88%;
    font-weight: 700;
    text-align: center;
    width: 200px;
}
.plan-body dt img {
    width: auto;
    height: 36px;
}
.plan-body dd {
    background-color: #fff;
    border-right: 1px solid #ff9500;
    border-left: 1px solid #ff9500;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.75;
    padding-right: 1em;
    padding-left: 1em;
    width: calc(50% - 100px);
}
.plan-body dd p strong {
    display: inline-block;
    font-size: 135%;
    padding-left: 35px;
}
.plan-body dd p strong:before {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 20px;
}
.plan-body dd p span {
    font-size: 75%;
    font-weight: 400;
}
.plan-body dd p.is-detail {
    color: #616161;
    font-size: 80%;
    letter-spacing: 0em;
    padding-left: 35px;
}
.plan-body dd p.is-detail + * {
    margin-top: 0.5em;
}
.plan-body dd:last-child {
    border-right: none;
    border-left: none;
}
.plan-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.plan-head p {
    background-color: #e8ecf3;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
    width: calc(50% - 100px);
}
.plan-head p img {
    max-width: 130px;
    margin-bottom: 2px;
}
.plan-head p .plan-title {
    font-size: 113%;
}
.plan-head p.is-recommend {
    background-color: #fff4e5;
    border: 1px solid #ff9500;
    border-bottom: none;
    color: #ff9500;
}
.plan-head p.is-recommend img {
    max-width: 280px;
}
.plan-head p.is-recommend .plan-title {
    font-size: 132%;
}
.plan-recommend {
    background-color: #ff9500;
    border-radius: 4px;
    color: #fff;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.05));
    font-size: 94%;
    font-weight: 700;
    line-height: 36px;
    margin-left: -50px;
    position: absolute;
    top: -18px;
    left: 50%;
    text-align: center;
    width: 100px;
}
.plan-recommend:after {
    border: 10px solid transparent;
    border-top-color: #ff9500;
    content: '';
    display: block;
    margin-left: -10px;
    margin-top: -5px;
    position: absolute;
    top: 100%;
    left: 50%;
}
.plan-title {
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .plan-body dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .plan-body dt {
        border-radius: 0 !important;
        padding-bottom: 1em;
        padding-top: 1em;
        width: 100%;
    }
    .plan-body dt p {
        display: inline-block;
        padding-left: 40px;
        width: auto;
    }
    .plan-body dt img {
        margin-top: -18px;
        position: absolute;
        top: 50%;
        left: 0;
    }
    .plan-body dd {
        border-bottom-color: transparent;
        padding: 1em;
        width: 50%;
    }
    .plan-body dd p {
        margin: auto;
    }
    .plan-head p {
        padding-top: 2em;
        padding-bottom: 1em;
        width: 100%;
    }
    .plan-head p:first-child .plan-title {
        font-size: 113%;
    }
}
@media (max-width: 767px) {
    .plan-head {
        margin-top: 40px;
    }
    .plan-body dl:last-child dt {
        border-bottom-left-radius: 4px !important;
    }
    .plan-body dl:last-child dd {
        border-bottom-right-radius: 4px !important;
    }
    .plan-body dt {
        width: 180px;
    }
    .plan-body dt img {
        margin-top: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    .plan-body dt p {
        padding-left: 0;
    }
    .plan-body dd {
        border-bottom: 1px solid #e0e0e0;
        width: calc(100% - 180px);
    }
    .plan-body.is-recommend dl:last-child dt,
    .plan-body.is-recommend dl:last-child dd {
        border-bottom-color: #ff9500;
    }
    .plan-body.is-recommend dt {
        border-left: 1px solid #ff9500;
    }
    .plan-body.is-recommend dd {
        border-right: 1px solid #ff9500;
    }
}
@media (max-width: 480px) {
    .plan-body dl:last-child dt {
        border-bottom-left-radius: 0 !important;
    }
    .plan-body dl:last-child dd {
        border-bottom-left-radius: 4px !important;
    }
    .plan-body dt,
    .plan-body dd {
        width: 100%;
    }
    .plan-body dt {
        display: block;
        padding: 0.75em 1.25em;
        text-align: left;
        width: 100%;
    }
    .plan-body dt p {
        display: block;
        padding-left: 35px;
    }
    .plan-body dt img {
        margin-top: -15px;
        position: absolute;
        top: 50%;
        left: 0;
        height: 30px;
    }
    .plan-body dd {
        border-bottom-color: transparent !important;
    }
    .plan-body.is-recommend dl:last-child dd {
        border-bottom-color: #ff9500 !important;
    }
    .plan-body.is-recommend dt {
        border-right: 1px solid #ff9500;
    }
    .plan-body.is-recommend dd {
        border-left: 1px solid #ff9500;
    }
    .plan-head p.is-recommend img {
        max-width: 180px;
        margin-bottom: 0.25em;
    }
}
.sec-point .sec-title img {
    max-width: 340px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: -24%;
}
.sec-point .sec-title span,
.sec-point .sec-title strong {
    display: inline-block;
}
.point {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.point-detail {
    margin-top: 1em;
}
.point-image,
.point-text {
    padding-right: 40px;
    width: 50%;
}
.point-image:last-child,
.point-text:last-child {
    padding-right: 0;
    padding-left: 40px;
}
.point-image .lazyload {
    background: #e9f2fb;
    background: radial-gradient(circle, #ffffff 0%, #e9f2fb 100%);
}
.point-image .lazyload,
.point-image .lazyload .thumbnail {
    border-radius: 4px;
}
.point-image .lazyload + .lazyload {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}
.point-num {
    width: auto;
    height: 22px;
}
.point-num + * {
    margin-top: 0.5em;
}
.point-title {
    color: #ff9500;
    font-size: 175%;
    font-weight: 700;
    line-height: 1.5;
}
.point-title + * {
    margin-top: 1em;
}
.point.is-1 {
    margin-top: 10%;
}
.point.is-1 .point-image {
    padding-right: 0;
}
.point.is-1 .point-image .lazyload {
    background: none;
}
.point.is-1 .point-image .lazyload .thumbnail {
    margin-right: 40px;
    top: -12.5%;
    right: 0;
    left: auto;
    width: 125%;
    height: 125%;
}
.point.is-1 .point-image .lazyload + .lazyload .thumbnail {
    margin-right: calc(-100% * 40 / 640 + 40px);
    top: -4.16666667%;
}
.point.is-2 .point-image .lazyload,
.point.is-3 .point-image .lazyload {
    background: none;
}
.point.is-2 .point-image .lazyload .thumbnail {
    left: -10%;
    width: 120%;
    height: 120%;
}
.point.is-3 .point-image {
    padding-right: 0;
}
.point.is-3 .point-image:before,
.point.is-3 .point-image:after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: -40%;
    bottom: 11.11111111%;
    width: 135%;
    height: 33%;
}
.point.is-3 .point-image:before {
    background: linear-gradient(0deg, #2682d5 0%, #ffffff 100%);
}
.point.is-3 .point-image:after {
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
}
.point.is-3 .point-image .lazyload {
    z-index: 2;
}
.point.is-4 .point-image .lazyload:first-child .thumbnail,
.point.is-5 .point-image .lazyload:first-child .thumbnail {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.05));
}
.point.is-6 .point-image .lazyload .thumbnail {
    left: 0;
    width: 100%;
    height: 100%;
}
.point.is-7 .point-image:before {
    display: none;
}
@media (max-width: 1279px) {
    .point-image,
    .point-text {
        padding-right: 20px;
        padding-left: 20px;
    }
    .point-image:last-child,
    .point-text:last-child {
        padding-right: 20px;
        padding-left: 20px;
    }
    .point-num {
        height: 20px;
    }
    .point-title {
        font-size: 150%;
    }
}
@media (max-width: 1199px) {
    .point-num {
        height: 18px;
    }
    .point-title {
        font-size: 132%;
    }
    .point.is-2 .point-image .lazyload .thumbnail {
        top: 10%;
        left: 0;
        width: 110%;
        height: 110%;
    }
}
@media (max-width: 991px) {
    .point {
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 640px;
    }
    .point-detail {
        margin-top: 0;
    }
    .point-image,
    .point-text {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .point-image:last-child,
    .point-text:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .point-image-wrap {
        margin: 2em auto;
    }
    .point.is-1 {
        margin-top: 0;
    }
    .point.is-1 .point-image .lazyload .thumbnail {
        margin-right: 0;
        top: 0;
        right: 0;
        left: auto;
        width: 100%;
        height: 100%;
    }
    .point.is-1 .point-image .lazyload + .lazyload .thumbnail {
        margin-right: -6.25%;
        top: 6.89655172%;
    }
    .point.is-1 .point-image-wrap {
        margin-bottom: 4em;
        padding-right: 40px;
        padding-left: 40px;
    }
    .point.is-2 .point-image .lazyload .thumbnail {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .point.is-3 .point-image {
        margin-top: 0;
        margin-bottom: 1em;
        margin-left: 4%;
    }
}
@media (max-width: 767px) {
    .point.is-1 .point-image-wrap {
        margin-bottom: 3em;
        padding-right: 30px;
        padding-left: 30px;
    }
    .sec-point .sec-title img {
        max-width: 220px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: -30%;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .point-title {
        font-size: 113%;
    }
    .point.is-1 .point-image-wrap {
        margin-bottom: 2em;
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 640px) {
    .sec-problem .sec-title {
        line-height: 1.25;
    }
    .sec-problem .sec-title span {
        line-height: 1.5;
        margin-bottom: 0.25em;
    }
}
.problem-image {
    background: #ccd5e5;
    background: linear-gradient(0deg, #ccd5e5 0%, #dde3ee 100%);
    border-radius: 4px;
}
.problem-image .lazyload + .lazyload {
    position: absolute;
    top: 0;
    left: 0;
}
.problem-list {
    margin-right: -40px;
    margin-left: -40px;
}
.problem-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
}
.problem-list li {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 120px;
    width: 50%;
}
.problem-msg {
    color: #ff9500;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    text-align: center;
}
.problem-msg strong {
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1em;
}
.problem-msg strong:before,
.problem-msg strong:after {
    background-color: #ff9500;
    border-radius: 1px;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
}
.problem-msg strong:before {
    left: 0;
    transform: rotate(-45deg);
}
.problem-msg strong:after {
    right: 0;
    transform: rotate(45deg);
}
.problem-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 113%;
    font-weight: 700;
    line-height: 1.75;
    margin-top: -8.25%;
    position: absolute;
    top: 100%;
    left: 17.64705882%;
    text-align: center;
    width: 64.70588235%;
    height: 100px;
}
@media (max-width: 1279px) {
    .problem-list {
        margin-right: -30px;
        margin-left: -30px;
    }
    .problem-list li {
        padding-right: 30px;
        padding-left: 30px;
    }
}
@media (max-width: 1199px) {
    .problem-list {
        margin-right: -20px;
        margin-left: -20px;
    }
    .problem-list li {
        padding-right: 20px;
        padding-left: 20px;
    }
    .problem-title {
        font-size: 100%;
        line-height: 1.5;
        left: 60px;
        width: calc(100% - 120px);
        height: 80px;
    }
}
@media (max-width: 991px) {
    .problem-list li {
        padding-top: 90px;
    }
    .problem-title {
        left: 20px;
        width: calc(100% - 40px);
    }
}
@media (max-width: 767px) {
    .problem-image {
        width: 100%;
    }
    .problem-list {
        margin-right: 0;
        margin-left: 0;
    }
    .problem-list li {
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .problem-title {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}
@media (max-width: 640px) {
    .problem-msg {
        font-size: 94%;
        margin-bottom: 1em;
    }
    .problem-msg strong:before {
        transform: rotate(-30deg);
    }
    .problem-msg strong:after {
        transform: rotate(30deg);
    }
}
@media (max-width: 480px) {
    .problem-title {
        margin-top: 0;
    }
}
@media (max-width: 360px) {
    .problem-title {
        font-size: 94%;
    }
}
.scene {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.scene-detail {
    font-size: 94%;
    margin-top: 0.5em;
    text-align: left;
}
.scene-image,
.scene-text {
    padding-right: 20px;
    width: 100%;
}
.scene-image:last-child,
.scene-text:last-child {
    padding-right: 0;
    padding-left: 20px;
}
.scene-image .lazyload {
    background-color: #e9f2fb;
    padding-top: 48.38709677%;
}
.scene-image .lazyload,
.scene-image .lazyload .thumbnail {
    border-radius: 4px;
}
.scene-image .lazyload + .lazyload {
    position: absolute;
    top: 0;
    left: 0;
}
.scene-list {
    margin-right: -20px;
    margin-left: -20px;
}
.scene-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scene-list li {
    padding-right: 20px;
    padding-left: 20px;
    width: 25%;
}
.scene-list .lazyload {
    background-color: #e9f2fb;
}
.scene-list .lazyload,
.scene-list .lazyload .thumbnail {
    border-radius: 4px;
}
.scene-list .scene-title {
    font-size: 113%;
    margin-top: 0.75em;
}
.scene-list .scene-detail {
    font-size: 94%;
    line-height: 1.75;
    margin-top: 0.5em !important;
}
.scene-num {
    width: auto;
    height: 18px;
}
.scene-num + * {
    margin-top: 0.5em;
}
.scene-step {
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.scene-step ul {
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.scene-step li {
    display: table-cell;
    padding-left: 50px;
}
.scene-step li:first-child {
    padding-left: 0;
}
.scene-step li:first-child .scene-step-image:after {
    display: none;
}
.scene-step-hand {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    width: 50px;
    top: 75% !important;
    left: 82% !important;
    z-index: 3;
}
.scene-step-image {
    background-color: #fff;
    border-radius: 4px;
    width: 80px;
    height: 80px;
}
.scene-step-image:before,
.scene-step-image:after,
.scene-step-image img {
    position: absolute;
}
.scene-step-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.scene-step-image:before {
    border: 1px solid #424242;
    border-radius: 4px;
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.scene-step-image:after {
    background: url(../images/icon-next.svg) no-repeat center;
    background-size: contain;
    content: '';
    display: block;
    margin-top: -10px;
    top: 50%;
    left: -35px;
    width: 20px;
    height: 20px;
}
.scene-title {
    color: #ff9500;
    font-size: 132%;
    font-weight: 700;
    line-height: 1.5;
}
.scene-title + * {
    margin-top: 1em;
}
@media (max-width: 1279px) {
    .scene-list .scene-title {
        font-size: 100%;
    }
    .scene-list .scene-detail {
        font-size: 88%;
    }
}
@media (max-width: 1199px) {
    .scene-step {
        bottom: -35px;
    }
    .scene-step li {
        padding-left: 40px;
    }
    .scene-step-hand {
        width: 42px;
    }
    .scene-step-image {
        width: 70px;
        height: 70px;
    }
    .scene-step-image:after {
        left: -30px;
    }
}
@media (max-width: 991px) {
    .scene-detail {
        margin-top: 80px;
    }
    .scene-image,
    .scene-text {
        padding-right: 0;
    }
    .scene-image:last-child,
    .scene-text:last-child {
        padding-left: 0;
    }
    .scene-head {
        display: inline-block;
        padding-left: 36px;
    }
    .scene-image {
        margin-top: 1em;
        margin-right: auto;
        margin-left: auto;
        max-width: 640px;
    }
    .scene-list ul {
        margin-top: -40px;
    }
    .scene-list li {
        padding-top: 40px;
        width: 50%;
    }
    .scene-list .scene-num {
        margin-top: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    .scene-num {
        margin-top: -9px;
        top: 50%;
        position: absolute;
        left: 0;
    }
    .scene-text {
        text-align: center;
    }
    .scene-title {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .scene-detail {
        margin-top: 40px;
    }
    .scene-head {
        padding-left: 0;
    }
    .scene-list {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
    }
    .scene-list ul {
        margin-top: -30px;
    }
    .scene-list li {
        padding-top: 30px;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .scene-num {
        margin-top: 0;
        position: relative;
        top: auto;
        left: auto;
    }
    .scene-step {
        margin-top: 1em;
        margin-right: -5px;
        margin-left: -5px;
        position: relative;
        bottom: auto;
        width: auto;
    }
    .scene-step ul {
        width: 100%;
    }
    .scene-step li {
        padding-right: 5px !important;
        padding-left: 5px !important;
        width: 25%;
    }
    .scene-step-hand {
        top: 76% !important;
        left: 84% !important;
    }
    .scene-step-image {
        padding-top: 100%;
        width: 100%;
        height: 0;
    }
    .scene-step-image:after {
        left: -15px;
    }
    .scene-text {
        text-align: left;
    }
    .scene-title {
        margin-top: 0.5em;
    }
}
.type {
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 113%;
    font-weight: 700;
    line-height: 1.5;
    padding: 3em 1em;
    width: 100%;
}
.type img {
    display: block;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    margin-right: auto;
    margin-bottom: 0.5em;
    margin-left: auto;
    max-width: 64px;
}
.type span {
    display: block;
    font-size: 75%;
}
.type.is-cloud {
    background-color: #19448e;
}
.type.is-on-premises {
    background-color: #9e9e9e;
}
.type.is-subscription {
    background-color: #2682d5;
}
.type-list {
    margin-right: -5px;
    margin-left: -5px;
    text-align: center;
}
.type-list ul {
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.type-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 33.33333333%;
}
@media (max-width: 991px) {
    .type {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .type img {
        max-width: 56px;
    }
}
@media (max-width: 767px) {
    .type-list li {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .type {
        font-size: 100%;
    }
}
@media (max-width: 480px) {
    .type {
        padding-top: 1.25em;
        padding-bottom: 1.25em;
    }
    .type img {
        margin-bottom: 0.25em;
        max-width: 48px;
    }
    .type-list {
        margin-right: 0;
        margin-left: 0;
    }
    .type-list li {
        display: block;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
}
