@charset "UTF-8";
.main-intro {
    overflow: hidden;
}
.main-intro .scene1 {
    height: 100vh;
    clip-path: xywh(0 0 100% 100% round 0);
    transition: clip-path 0.6s ease, transform 1s cubic-bezier(0.76, 0, 0.36, 1);
}
.main-intro .scene1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.main-intro .scene1 .bg video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-intro .scene1 .txts {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-intro .scene1 .txts p {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 104px;
    letter-spacing: -0.03em;
    text-align: center;
    transition: opacity 0.6s ease;
}
.main-intro .scene1 .visual-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.6s ease;
    pointer-events: none;
}
.main-intro .scene1 .visual-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
.main-intro .scene1 .visual-banner .swiper-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.main-intro .scene1 .visual-banner .swiper-container picture {
    width: 100%;
    height: 100%;
}
.main-intro .scene1 .visual-banner .swiper-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-intro .scene1 .visual-banner .swiper-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 104px;
    bottom: 64px;
    left: 104px;
    z-index: 2;
}
.main-intro .scene1 .visual-banner .swiper-progress {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.3);
}
.main-intro .scene1 .visual-banner .swiper-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    transition: width 0.2s ease;
}
.main-intro .scene1 .visual-banner .swiper-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 32px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.main-intro .scene1 .visual-banner .swiper-pager .bar {
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background-color: currentColor;
}
.main-intro .scene1 .visual-banner .swiper-pager-current,
.main-intro .scene1 .visual-banner .swiper-pager-total {
    width: 12px;
}
.main-intro .scene1 .visual-banner p {
    position: absolute;
    bottom: 124px;
    left: 104px;
    z-index: 3;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.03em;
}
.main-intro .scene1 .visual-banner .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 104px;
    bottom: 156px;
    z-index: 2;
    height: 54px;
    padding: 0 28px;
    border-radius: 27px;
    background-color: #ff6d00;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.03em;
}
.main-intro .scene2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    transition: transform 1s cubic-bezier(0.76, 0, 0.36, 1);
}
.main-intro .scene2 p {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 72px;
    line-height: 94px;
    text-align: center;
    transition: transform 0.6s ease;
}
.main-intro .scene2 .imgs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 540px;
    gap: 0 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 160px);
    max-width: 1488px;
    margin-top: -164px;
    transform: translateX(-50%);
}
.main-intro .scene2 img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    opacity: 0;
    object-fit: cover;
    transform: translateY(64px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.main-intro.animated1 .scene1 {
    clip-path: xywh(80px 108px calc(100% - 160px) calc(100% - 188px) round 32px);
}
.main-intro.animated1 .scene1 .txts p {
    opacity: 0;
}
.main-intro.animated1 .scene1 .visual-banner {
    top: 108px;
    right: 80px;
    bottom: 80px;
    left: 80px;
    opacity: 1;
    pointer-events: auto;
}
.main-intro.animated1 .scene1 .visual-banner:after {
    opacity: 1;
}
.main-intro.animated2 .scene1 {
    transform: translateY(-100%);
}
.main-intro.animated2 .scene2 {
    transform: translateY(0);
}
.main-intro.animated3 .scene2 p {
    transform: translateY(-266px) scale(0.6666);
}
.main-intro.animated3 .scene2 .imgs img {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1440px) {
    .main-intro .scene1 .txts p {
        font-size: 48px;
        line-height: 62px;
    }
    .main-intro .scene1 .visual-banner .swiper-indicator {
        right: 40px;
        bottom: 54px;
        left: 40px;
    }
    .main-intro .scene1 .visual-banner .swiper-pager {
        margin-right: 16px;
    }
    .main-intro .scene1 .visual-banner p {
        bottom: 100px;
        left: 40px;
        font-size: 32px;
        line-height: 42px;
    }
    .main-intro .scene1 .visual-banner .link {
        right: 40px;
        bottom: 100px;
        height: 50px;
        padding: 0 20px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 24px;
    }
    .main-intro .scene2 p {
        font-size: 40px;
        line-height: 52px;
    }
    .main-intro .scene2 .imgs {
        grid-template-rows: 340px;
        gap: 0 12px;
        width: calc(100% - 80px);
        max-width: 944px;
        margin-top: -90px;
    }
    .main-intro .scene2 .imgs img {
        border-radius: 16px;
    }
    .main-intro.animated1 .scene1 {
        clip-path: xywh(40px 108px calc(100% - 80px) calc(100% - 148px) round 24px);
    }
    .main-intro.animated1 .scene1 .visual-banner {
        top: 108px;
        right: 40px;
        bottom: 40px;
        left: 40px;
    }
    .main-intro.animated3 .scene2 p {
        transform: translateY(-188px) scale(1);
    }
}
@media (max-width: 1024px) {
    .main-intro .scene1 .txts p {
        font-size: 40px;
        line-height: 52px;
    }
    .main-intro .scene1 .visual-banner .swiper-indicator {
        right: 24px;
        bottom: 32px;
        left: 24px;
    }
    .main-intro .scene1 .visual-banner .swiper-progress {
        height: 4px;
        border-radius: 2px;
    }
    .main-intro .scene1 .visual-banner .swiper-progress-bar {
        height: 4px;
        border-radius: 2px;
    }
    .main-intro .scene1 .visual-banner .swiper-pager {
        margin-right: 12px;
        font-size: 14px;
        line-height: 17px;
    }
    .main-intro .scene1 .visual-banner .swiper-pager .bar {
        height: 10px;
        margin: 0 4px;
    }
    .main-intro .scene1 .visual-banner p {
        bottom: 146px;
        left: 24px;
        font-size: 22px;
        line-height: 26px;
    }
    .main-intro .scene1 .visual-banner .link {
        right: auto;
        bottom: 90px;
        left: 20px;
        height: 40px;
        padding: 0 24px;
        border-radius: 20px;
        font-size: 16px;
        line-height: 21px;
    }
    .main-intro .scene2 p {
        font-size: 32px;
        line-height: 42px;
    }
    .main-intro .scene2 .imgs {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 8px 8px;
        width: calc(100% - 40px);
        max-width: 360px;
        margin-top: -50px;
    }
    .main-intro .scene2 .imgs picture:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }
    .main-intro .scene2 .imgs picture:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }
    .main-intro .scene2 .imgs picture:nth-child(3) {
        grid-column: 2;
        grid-row: 1/span 2;
    }
    .main-intro .scene2 .imgs img {
        border-radius: 16px;
    }
    .main-intro.animated1 .scene1 {
        clip-path: rect(76px calc(100% - 20px) calc(100% - 20px) 20px round 24px);
    }
    .main-intro.animated1 .scene1 .visual-banner {
        top: 76px;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }
    .main-intro.animated3 .scene2 p {
        transform: translateY(-170px) scale(1);
    }
}
.main-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 260px 80px 0;
}
.main-section h2 {
    margin-bottom: 56px;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
}
.main-section h2 em {
    font-style: normal;
    color: #ff6d00;
}

@media (max-width: 1440px) {
    .main-section {
        padding: 244px 40px 0;
    }
    .main-section h2 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1024px) {
    .main-section {
        padding: 120px 20px 0;
    }
    .main-section h2 {
        margin-bottom: 24px;
        font-size: 22px;
        line-height: 29px;
        letter-spacing: -0.03em;
    }
}
.tablet-slider {
    max-width: 1318px;
    margin: 0 auto;
    padding: 60px 60px;
    border-radius: 24px;
    background-color: #f3f3f3;
}
.tablet-slider .frame {
    position: relative;
    max-width: 614px;
    margin: 0 auto;
}
.tablet-slider .frame:before {
    content: "";
    display: block;
    padding-bottom: 66.4285%;
}
.tablet-slider .frame:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(./../images/main/tablet_frame.png) no-repeat 0 0/100% 100%;
    pointer-events: none;
}
.tablet-slider .swiper-container {
    overflow: hidden;
    position: absolute;
    top: 7.5268%;
    right: 5%;
    bottom: 7.5268%;
    left: 5%;
}
.tablet-slider .swiper-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 614px;
    margin: 32px auto 0;
}
.tablet-slider .swiper-progress {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #ddd;
}
.tablet-slider .swiper-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 6px;
    border-radius: 3px;
    background-color: #000;
    transition: width 0.4s ease;
}
.tablet-slider .swiper-pager {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-left: 24px;
}
.tablet-slider .swiper-pager .bar {
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background-color: currentColor;
}
.tablet-slider .swiper-pager-current,
.tablet-slider .swiper-pager-total {
    text-align: right;
}

@media (max-width: 1440px) {
    .tablet-slider {
        max-width: 944px;
        padding: 40px 40px;
        border-radius: 20px;
    }
    .tablet-slider .frame {
        max-width: 376px;
    }
    .tablet-slider .swiper-indicator {
        max-width: 376px;
        margin-top: 20px;
    }
    .tablet-slider .swiper-pager {
        font-size: 16px;
        line-height: 19px;
    }
    .tablet-slider .swiper-pager .bar {
        width: 1px;
        height: 10px;
        margin: 0 8px;
    }
}
@media (max-width: 1024px) {
    .tablet-slider {
        max-width: 480px;
        padding: 40px 24px 16px;
        border-radius: 16px;
    }
    .tablet-slider .frame {
        max-width: 280px;
    }
    .tablet-slider .swiper-indicator {
        max-width: 280px;
        margin-top: 40px;
    }
    .tablet-slider .swiper-progress {
        display: none;
    }
    .tablet-slider .swiper-pager {
        height: 24px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 8px;
        border-radius: 12px;
        background-color: #ddd;
        font-size: 14px;
        line-height: 17px;
    }
    .tablet-slider .swiper-pager-current {
        color: #000;
    }
    .tablet-slider .swiper-pager-total {
        color: #626262;
    }
}
.main-imgs-marquee {
    overflow: hidden;
    max-width: none;
    padding: 0 0;
}
.main-imgs-marquee ul {
    display: flex;
    width: max-content;
}
.main-imgs-marquee li {
    flex-shrink: 0;
    margin: 0 12px;
}
.main-imgs-marquee img {
    width: auto;
    height: 440px;
    border-radius: 24px;
}

.main-example {
    margin-top: 360px;
}

.main-partner {
    margin-top: 160px;
}

@media (max-width: 1440px) {
    .main-imgs-marquee li {
        margin: 0 10px;
    }
    .main-imgs-marquee img {
        height: 320px;
        border-radius: 16px;
    }
    .main-example {
        margin-top: 216px;
    }
    .main-partner {
        margin-top: 120px;
    }
}
@media (max-width: 1024px) {
    .main-imgs-marquee li {
        margin: 0 4px;
    }
    .main-imgs-marquee img {
        height: 238px;
    }
    .main-example {
        margin-top: 24px;
    }
    .main-partner {
        margin-top: 80px;
    }
}
.main-all-partner {
    max-width: 1920px;
    margin: 64px auto 0;
}
.main-all-partner .swiper-container {
    overflow: hidden;
}
.main-all-partner .swiper-slide {
    width: 1920px;
    padding: 0 80px;
}
.main-all-partner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 24px;
}
.main-all-partner ul li {
    width: calc(12.5% - 21px);
}
.main-all-partner img {
    border-radius: 12px;
}

@media (max-width: 1440px) {
    .main-all-partner .swiper-slide {
        width: 1624px;
        padding: 0 40px;
    }
    .main-all-partner ul {
        gap: 20px 20px;
    }
    .main-all-partner ul li {
        width: calc(12.5% - 17.5px);
    }
    .main-all-partner img {
        border-radius: 8px;
    }
}
@media (max-width: 1024px) {
    .main-all-partner {
        margin-top: 24px;
    }
    .main-all-partner .swiper-slide {
        width: 2116px;
        padding: 0 20px;
    }
    .main-all-partner ul {
        gap: 12px 12px;
    }
    .main-all-partner ul li {
        width: calc(5.5555555556% - 11.3333333333px);
    }
    .main-all-partner img {
        border-radius: 4px;
    }
}
.main-changed .graph {
    display: flex;
    justify-content: space-between;
    max-width: 1324px;
    margin: 0 auto;
}
.main-changed .graph .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23.867%;
    height: 564px;
    padding: 56px 20px;
    border-radius: 24px;
    background-color: #fffaf7;
    text-align: center;
}
.main-changed .graph h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
}
.main-changed .graph h3 span {
    display: inline-block;
    margin-top: 8px;
    font-size: 20px;
    line-height: 24px;
}
.main-changed .graph .bar {
    overflow: hidden;
    position: relative;
    width: 140px;
    height: 250px;
    margin-top: 56px;
    padding: 28px 16px 0;
    border-radius: 16px 16px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.main-changed .graph .bar .num {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 29px;
}
.main-changed .graph .bar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    transition: transform 0.6s ease;
}
.main-changed .graph .bar.increase {
    background-color: rgba(231, 61, 19, 0.08);
    color: #e73d13;
}
.main-changed .graph .bar.increase .num:before {
    content: "↑";
}
.main-changed .graph .bar.increase:after {
    background-color: #e73d13;
    transform: translateY(100%);
}
.main-changed .graph .bar.decrease {
    background-color: rgba(28, 90, 183, 0.12);
    color: #1c5ab7;
}
.main-changed .graph .bar.decrease .num:before {
    content: "↓";
}
.main-changed .graph .bar.decrease:after {
    background-color: #1c5ab7;
    transform: translateY(0);
}
.main-changed .graph .bar.animated.increase:after {
    transform: translateY(calc(100% - var(--percent)));
}
.main-changed .graph .bar.animated.decrease:after {
    transform: translateY(var(--percent));
}
.main-changed .graph .condition {
    margin-top: 24px;
    color: #888;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    text-align: center;
}

@media (max-width: 1440px) {
    .main-changed .graph {
        max-width: 940px;
    }
    .main-changed .graph .col {
        width: 22.4468%;
        height: 420px;
        padding: 40px 18px 24px;
        border-radius: 16px;
    }
    .main-changed .graph h3 {
        font-size: 24px;
        line-height: 29px;
    }
    .main-changed .graph h3 span {
        font-size: 16px;
        line-height: 19px;
    }
    .main-changed .graph .percent {
        margin-top: 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .main-changed .graph .bar {
        width: 100px;
        height: 140px;
        margin-top: 24px;
        padding: 20px 12px 0;
        border-radius: 8px 8px 0 0;
        font-size: 14px;
        line-height: 17px;
    }
    .main-changed .graph .bar .num {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 24px;
    }
    .main-changed .graph .bar:after {
        border-radius: 8px 8px 0 0;
    }
}
@media (max-width: 1024px) {
    .main-changed .graph {
        flex-direction: column;
    }
    .main-changed .graph .col {
        align-items: flex-start;
        position: relative;
        width: 100%;
        max-width: 360px;
        height: 244px;
        margin: 0 auto;
        padding: 32px 136px 32px 24px;
    }
    .main-changed .graph .col + .col {
        margin-top: 16px;
    }
    .main-changed .graph h3 {
        text-align: left;
    }
    .main-changed .graph h3 span {
        display: none;
    }
    .main-changed .graph .condition {
        margin-top: auto;
        text-align: left;
    }
    .main-changed .graph .bar {
        position: absolute;
        top: 32px;
        right: 32px;
        width: 88px;
        height: 180px;
        margin-top: 0;
        padding: 24px 8px 0;
    }
}
@media (max-width: 1024px) {
    .main-stand .order-solution .viewer .swiper-slide:before {
        padding-bottom: 100%;
    }
}
.main-everywhere .inner {
    max-width: 1318px;
    margin: 0 auto;
}
.main-everywhere .map {
    display: flex;
    justify-content: center;
    padding: 50px 50px;
    border-radius: 24px;
    background-color: #2e2926;
}
.main-everywhere .video-slider {
    position: relative;
    margin-top: 24px;
}
.main-everywhere .video-slider .swiper-container {
    overflow: hidden;
    border-radius: 24px;
}
.main-everywhere .video-slider .swiper-indicator {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.main-everywhere .video-slider .swiper-pager {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 24px;
    background-color: #ddd;
    font-size: 20px;
    line-height: 24px;
}
.main-everywhere .video-slider .swiper-pager .swiper-pager-current {
    color: #000;
}
.main-everywhere .video-slider .swiper-pager .bar {
    width: 1px;
    height: 12px;
    margin: 0 12px;
    background-color: currentColor;
}
.main-everywhere .video-slider .swiper-pager .swiper-pager-total {
    color: #626262;
}
.main-everywhere .video {
    position: relative;
}
.main-everywhere .video:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.main-everywhere .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .main-everywhere .inner {
        max-width: 944px;
    }
    .main-everywhere .map {
        padding: 24px 160px;
        border-radius: 16px;
    }
    .main-everywhere .video-slider .swiper-container {
        border-radius: 16px;
    }
}
@media (max-width: 1024px) {
    .main-everywhere .inner {
        max-width: 640px;
    }
    .main-everywhere .map {
        padding: 32px 20px;
        border-radius: 20px;
    }
    .main-everywhere .video-slider {
        margin-top: 8px;
    }
    .main-everywhere .video-slider .swiper-pager {
        height: 24px;
        padding: 0 8px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 17px;
    }
    .main-everywhere .video-slider .swiper-pager .bar {
        width: 1px;
        height: 10px;
        margin: 0 8px;
    }
}
.main-cs-center {
    margin-top: 120px;
    padding: 0 80px;
}
.main-cs-center .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 1760px;
    height: 400px;
    margin: 0 auto;
    padding: 0 120px;
    border-radius: 24px;
    background: url(./../images/main/bg_cs_center_desk.png) no-repeat 50% 50%/cover;
}
.main-cs-center .inner p {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.03em;
}
.main-cs-center .inner .link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-top: 24px;
    padding: 0 24px;
    border-radius: 32px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.03em;
}

@media (max-width: 1440px) {
    .main-cs-center {
        margin-top: 40px;
        padding: 0 40px;
    }
    .main-cs-center .inner {
        max-width: 944px;
        height: 320px;
        padding: 0 48px;
        border-radius: 16px;
        background-image: url(./../images/main/bg_cs_center_tab.png);
    }
}
@media (max-width: 1024px) {
    .main-cs-center {
        padding: 0 20px;
    }
    .main-cs-center .inner {
        height: auto;
        padding: 24px 24px;
        background-image: url(./../images/main/bg_cs_center_mo.png);
    }
    .main-cs-center .inner p {
        font-size: 16px;
        line-height: 21px;
    }
    .main-cs-center .inner .link {
        height: 42px;
        border-radius: 21px;
        font-size: 16px;
        line-height: 21px;
    }
}
.main-review {
    overflow: hidden;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}
.main-review ul {
    display: flex;
    width: max-content;
}
.main-review li {
    flex-shrink: 0;
    margin: 0 12px;
}
.main-review .box {
    display: flex;
    flex-direction: column;
    width: 370px;
    height: 440px;
    padding: 40px 40px 32px;
    border-radius: 24px;
    background-color: #ff6d00;
    color: #fff;
}
.main-review .box strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.03em;
}
.main-review .box p {
    margin-top: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}
.main-review .box .by {
    margin-top: auto;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.03em;
}
.main-review .box.wide {
    width: 764px;
}
.main-review .box2 {
    background: url(./../images/main/bg_review_02.png) no-repeat 50% 50%/cover;
}
.main-review .box5 {
    background: url(./../images/main/bg_review_05.png) no-repeat 50% 50%/cover;
}

@media (max-width: 1440px) {
    .main-review li {
        margin: 0 10px;
    }
    .main-review .box {
        width: 268px;
        height: 320px;
        padding: 32px 32px;
        border-radius: 16px;
    }
    .main-review .box strong {
        font-size: 20px;
        line-height: 26px;
    }
    .main-review .box p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
    }
    .main-review .box .by {
        font-size: 14px;
        line-height: 22px;
    }
    .main-review .box.wide {
        width: 556px;
    }
}
@media (max-width: 1024px) {
    .main-review li {
        margin: 0 4px;
    }
    .main-review .box {
        width: 300px;
        height: 298px;
        padding: 24px 24px;
    }
    .main-review .box p {
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
    }
    .main-review .box.wide {
        width: 608px;
    }
}
.main-future {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 240px;
    padding: 80px 80px;
    background: url(./../images/main/bg_future_desk.png) no-repeat 50% 50%/cover;
}
.main-future p {
    opacity: 0;
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    line-height: 83px;
    text-align: center;
    word-break: keep-all;
    transform: translateY(100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.main-future.animated p {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1440px) {
    .main-future {
        margin-top: 140px;
        padding: 50px 50px;
        background-image: url(./../images/main/bg_future_tab.png);
    }
    .main-future p {
        font-size: 48px;
        line-height: 62px;
    }
}
@media (max-width: 1024px) {
    .main-future {
        margin-top: 120px;
        padding: 20px 20px;
        background-image: url(./../images/main/bg_future_mo.png);
    }
    .main-future p {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.03em;
    }
}
.main-inner-section {
    display: flex;
    max-width: 1184px;
    margin: 0 auto;
    padding: 160px 80px 0;
}
.main-inner-section h2 {
    flex-shrink: 0;
    width: 340px;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
}
.main-inner-section .content {
    width: 100%;
}
.main-inner-section.wide {
    flex-direction: column;
    justify-content: flex-start;
}
.main-inner-section.wide h2 {
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .main-inner-section {
        padding: 140px 40px 0;
    }
    .main-inner-section h2 {
        width: 246px;
        font-size: 32px;
        line-height: 42px;
    }
    .main-inner-section.wide h2 {
        width: 100%;
        margin-bottom: 24px;
    }
}
@media (max-width: 1024px) {
    .main-inner-section {
        flex-direction: column;
        padding: 80px 20px 0;
    }
    .main-inner-section h2 {
        width: 100%;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 31px;
    }
}
.qna {
    width: 100%;
    border: solid #000;
    border-width: 1px 0;
    font-size: 16px;
    line-height: 21px;
}
.qna dt {
    border-top: 1px solid #ddd;
}
.qna dt button {
    position: relative;
    width: 100%;
    padding: 30px 40px;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font: inherit;
    text-align: left;
    user-select: none;
}
.qna dt button:first-child {
    border-top: none;
}
.qna dt button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(./../images/main/qna_mark.svg) no-repeat 0 0/100% 100%;
}
.qna dt button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url(./../images/main/qna_chevron.svg) no-repeat 0 0/100% 100%;
}
.qna dt button.expand:after {
    transform: rotate(180deg);
}
.qna dd {
    padding: 0 40px 28px;
    color: #626262;
}

@media (max-width: 1024px) {
    .qna dt button {
        padding: 16px 32px;
    }
    .qna dt button:before {
        top: 16px;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
    .qna dt button:after {
        top: 16px;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
    .qna dd {
        padding: 0 32px 16px;
    }
}
.main-inquiry {
    margin-bottom: 160px;
}
.main-inquiry .inquiry-form {
    max-width: none;
}

@media (max-width: 1440px) {
    .main-inquiry {
        margin-bottom: 188px;
    }
}
@media (max-width: 1024px) {
    .main-inquiry {
        margin-bottom: 80px;
    }
}
.quick-inquiry {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 990;
    height: 72px;
    margin-bottom: 16px;
    padding: 0 32px;
    border-radius: 36px;
    background-color: #000;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.32);
    opacity: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    transform: translate(-50%, 24px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.quick-inquiry:before {
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 14px;
    background: url(./../images/main/quick_inquiry_ico.svg) no-repeat 0 0/100% 100%;
}
.quick-inquiry.visible {
    opacity: 1;
    transform: translate(-50%, 0);
}
.quick-inquiry.static {
    position: absolute;
    bottom: 100%;
}

@media (max-width: 1024px) {
    .quick-inquiry {
        display: none;
    }
}