@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap);@charset "UTF-8";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,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{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:2}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:500;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;overflow-wrap:break-word;word-break:break-word}html,body{color:#000;font-family:"Noto Sans CJK JP","Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,sans-serif!important;line-height:1.8;text-align:justify;-webkit-text-size-adjust:100%;font-weight:500;overflow:initial}a,a:hover{text-decoration:none}img{display:block;width:100%}h1,h2,h3,h4,h5,h6,p{margin:auto}p,dt,dd{overflow-wrap:break-word}body{margin:auto;position:relative}

/* LP */
.lpframe * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.lpframe {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    font-size: 16px;
}

.lpframe body {
    font-family: sans-serif;
}

/* header */
.lpframe .main-header {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
    z-index: 1000;
}

.lpframe .sp_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.lpframe .logo img {
    height: 40px;
    width: auto;
}

.lpframe .main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.lpframe .main-nav li {
    margin-left: 20px;
}

.lpframe .main-nav a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 10px 5px;
    white-space: nowrap;
}

.lpframe .cta-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.lpframe .btn {
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: bold;
    white-space: nowrap;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.lpframe .btn-contact {
    background-color: #348aa7;
    color: white;
}

.lpframe .btn-document {
    background-color: #58a798;
    color: white;
}

.lpframe .btn-trial {
    background-color: #0d47a1;
    color: white;
}

.lpframe .btn-contact:hover {
    background-color: #2a6f8a;
}

.lpframe .btn-document:hover {
    background-color: #4a8d81;
}

.lpframe .btn-trial:hover {
    background-color: #0a367c;
}

.lpframe .menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
	position: absolute;
}

.lpframe .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #0d47a1;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* sec_01 */
.lpframe .sec-01 {
    background: linear-gradient(180deg, #e0f7fa 0%, #b2ebf2 100%);
    background: linear-gradient(to bottom, #FFFFFF, #86d3f4);
    padding: 0 40px 10px;
    text-align: center;
}

.lpframe .sec-01 .sec-01-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 50px;
    gap: 40px;
}

.lpframe .sec-01 .sec-01-text-area {
    text-align: center;
    flex: 1;
    min-width: 350px;
}

.lpframe .sec-01 .sec-01-media-area {
    flex: 1;
    max-width: 600px;
}

.lpframe .sec-01 .sub-heading {
    font-size: 2.5rem;
    color: #3d8fb9;
    margin-bottom: -20px;
}

.lpframe .sec-01 .main-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0d47a1;
    margin-bottom: 30px;
}

.lpframe .sec-01 .price-info {
    margin-bottom: 10px;
}

.lpframe .sec-01 .price-main {
    font-size: 3rem;
    font-weight: normal;
    color: #000;
    line-height: 1.2;
}

.lpframe .sec-01 .price-large {
    font-size: 5rem;
    font-weight: 900;
    color: #0d47a1;
    display: inline-block;
    margin: 0 5px;
}

.lpframe .sec-01 .product-name {
    font-size: 3rem;
    font-weight: 900;
    color: #000;
    margin-top: 5px;
    line-height: 1.2;
}

.lpframe .sec-01 .support-detail {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 5px 15px;
    display: inline-block;
}

.lpframe .sec-01 .cta-button {
    width: 80%;
    background-image: url(https://michiru.co.jp/wp/wp-content/themes/swell_child/rpa-ad/images/sec01_btn.png);
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    height: 75px;
    font-size: 27px;
    color: #fff;
    line-height: 75px;
    margin: 0 auto;
}

.lpframe .sec-01 .cta-button:hover {
    opacity: .7;
}

.lpframe .sec-01 .laptop-mockup {
    position: relative;
    max-width: 900px;
    margin: 80px auto 0;
    width: 100%;
}

.lpframe .sec-01 .laptop-frame-img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 10;
}

.lpframe .sec-01 .sec_01_video {
    outline-offset: -2px;
    outline: 4px solid #000;
    position: absolute;
    top: 20px;
    left: 11.9%;
    width: 76.5%;
    height: 81%;
    z-index: 20;
    border-radius: 4px;
}

.lpframe .sec-01 .laptop-screen-video::-webkit-media-controls-panel,
.lpframe .sec-01 .laptop-screen-video::cue {
    z-index: 30;
}

.lpframe .sec-01.sec-01-media-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lpframe .sec-01 .sec-01-achievements {
    width: 100%;
    margin: 40px auto 0;
}

/* sec_02 */
.lpframe .sec-02 {
    background: #fff;
    overflow: hidden;
}

.lpframe .sec-02 .mySwiper {
    width: 100%;
    padding: 0 20px;
}

.lpframe .sec-02 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 10px 0;*/
}

.lpframe .sec-02 .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.lpframe .sec-02 .swiper-slide img:hover {
    opacity: 1;
}

.lpframe .sec-02 .swiper-button-next,
.lpframe .sec-02 .swiper-button-prev {
    color: #fff;
}

/* sec_03 */
.lpframe #sec_03 {
    background: linear-gradient(to bottom, #86d3f4, #FFFFFF);
    padding: 50px 0 0;
}

.lpframe #sec_03 img {
    max-width: 960px;
    margin: 0 auto;
}

/* sec_04 */
.lpframe .sec-04 {
    padding: 30px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.lpframe .sec-04 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.lpframe .sec-04 .features-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-04 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-04 .section-title span {
    color: #1f4aad;
}

.lpframe .sec-04 .speech-bubble img {
    width: 30%;
    margin: 0 auto 0;
}

.lpframe .sec-04 .section-description {
    font-size: 2rem;
    color: #000;
    font-weight: 500;
}

.lpframe .sec-04 .feature-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.lpframe .sec-04 .feature-card {
    flex: 1 1 30%;
    border-radius: 15px;
    padding: 30px 20px;
    background: linear-gradient(45deg, #00c3ff, #0040ff);
    padding: 2px;
    border-radius: 10px;
    display: inline-block;
}

.lpframe .sec-04 .feature-card .feature-card-inner {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    color: #005b9f;
}

.lpframe .sec-04 .icon-box {
    font-size: 4rem;
    color: #000;
}

.lpframe .sec-04 .card-title {
    font-size: 2rem;
    font-weight: bold;
    color: #3e88b6;
    line-height: 1.4;
    margin-bottom: 5px;
}

.lpframe .sec-04 .card-subtitle {
    font-size: 1.5rem;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

.lpframe .sec-04 .cta-group-bottom {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 50px 0 0;
    font-family: 'Helvetica Neue', 'Arial', 'Hiragino Sans', 'Meiryo', sans-serif;
}

.lpframe .sec-04 .cta-group-bottom a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    border-radius: 15px;
    padding: 20px 40px 30px 40px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    width: 320px;
}

.lpframe .sec-04 .cta-button-download {
    background-color: #36A59E;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-04 .cta-button-download:hover {
    background-color: #2a827d;
}

.lpframe .sec-04 .cta-button-trial {
    background-color: #1A54A6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-04 .cta-button-trial:hover {
    background-color: #124080;
}

.lpframe .sec-04 .cta-group-bottom .cta-sub-text {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #ffffff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
}

.lpframe .sec-04 .cta-button-download .cta-sub-text {
    border: 3px solid #C6E6E4;
    color: #36A59E;
}

.lpframe .sec-04 .cta-button-trial .cta-sub-text {
    border: 3px solid #D0E4FF;
    color: #1A54A6;
}

.lpframe .sec-04 .cta-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.lpframe .sec-04 .cta-main-content .cta-main-text {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
}

.lpframe .sec-04 .cta-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    line-height: 1;
    color: #ffffff;
}

/* cta */
.lpframe .cta-block-extended-trial {
    background-color: #3d8fb9;
    padding: 5px 20px 25px;
    text-align: center;
}

.lpframe .cta-subtitle {
    font-size: 1.7rem;
    color: white;
    font-weight: 500;
}

.lpframe .cta-main-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background-color: white;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 3px solid #63b3ed;
    transition: transform 0.3s, box-shadow 0.3s;
}

.lpframe .cta-main-link:hover {
    opacity: .7;
}

.lpframe .link-text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #0d47a1;
    white-space: nowrap;
}

.lpframe .arrow {
    font-size: 1.5rem;
    font-weight: 900;
    color: #0d47a1;
    line-height: 1;
    margin: 0 15px;
}

/* sec_05 */
.lpframe .sec-05 {
    padding: 130px 20px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpframe .sec-05 .task-text {
    padding: 20px 10px;
    border-radius: 25px;
    border: 3px solid #c1edff;
    min-width: 192px;
}

.lpframe .sec-05 .automation-diagram-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 900px;
}

.lpframe .sec-05 .diagram-center {
    position: relative;
    width: 600px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('https://michiru.co.jp/wp/wp-content/themes/swell_child/rpa-ad/images/sec05_01_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.lpframe .sec-05 .center-laptop-icon {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.lpframe .sec-05 .center-laptop-icon img {
    width: 200px;
    height: auto;
    transform: translateY(-80px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
}

.lpframe .sec-05 .task-card {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    z-index: 4;
}

.lpframe .sec-05 .task-icon img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.lpframe .sec-05 .task-text p {
    margin: 0;
    line-height: 1.2;
}

.lpframe .sec-05 .task-main {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1f4aad;
}

.lpframe .sec-05 .task-sub {
    font-size: 1.3rem;
    color: #000;
}

.lpframe .sec-05 .task-sub .blue {
    color: #1f4aad;
    font-weight: bold;
}

.lpframe .sec-05 .task-card.position-1 {
    top: calc(55% - 150px * 0.866);
    left: calc(53% + 460px * 0.5);
    transform: translate(-50%, -50%);
}

.lpframe .sec-05 .task-card.position-2 {
    top: 59%;
    left: calc(53% + 300px);
    transform: translate(-50%, -50%);
}

.lpframe .sec-05 .task-card.position-3 {
    top: calc(52% + 260px * 0.866);
    left: calc(61% + 260px * 0.5);
    transform: translate(-50%, -50%);
}

.lpframe .sec-05 .task-card.position-4 {
    top: calc(52% + 255px * 0.866);
    left: calc(40% - 260px * 0.5);
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
}

.lpframe .sec-05 .task-card.position-5 {
    top: calc(92% - 255px * 0.866);
    left: calc(44% - 260px);
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
}

.lpframe .sec-05 .task-card.position-6 {
    top: calc(69% - 260px * 0.866);
    left: calc(39% - 260px * 0.5);
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
}

/* sec_06 */
.lpframe .sec-06 {
    padding: 50px 20px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.lpframe .sec-06::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
}

.lpframe .sec-06 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    z-index: 2;
}

.lpframe .sec-06 .effect-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-06 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-06 .section-title span {
    color: #1f4aad;
}

.lpframe .sec-06 .effect-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.lpframe .sec-06 .second-row {
    width: 65%;
    min-width: 550px;
    margin-bottom: 0;
}

.lpframe .sec-06 .effect-card {
    background-color: #fff;
    border: 2px solid #63b3ed;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.lpframe .sec-06 .card-top-text {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
}

.lpframe .sec-06 .card-bottom-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding-top: 10px;
}

.lpframe .sec-06 .arrow-down-icon {
    width: 50px;
}

/* sec_07 */
.lpframe .sec-07 {
    padding: 80px 20px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpframe .sec-07 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    z-index: 2;
}

.lpframe .sec-07 .support-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-07 .section-title {
    font-size: 3rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.lpframe .sec-07 .section-title span {
    color: #0d47a1;
}

.lpframe .sec-07 .support-content-container {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.lpframe .sec-07 .anxiety-list-area {
    flex: 0 0 450px;
    background-color: #5aaa99;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.lpframe .sec-07 .anxiety-list-area::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-width: 20px 0 20px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #5aaa99;
    z-index: 1;
}

.lpframe .sec-07 .anxiety-list {
    list-style: none;
}

.lpframe .sec-07 .list-item {
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.lpframe .sec-07 .check-icon {
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}

.lpframe .sec-07 .check-icon::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #4db6ac;
    font-size: 14px;
    line-height: 1;
}

.lpframe .sec-07 .support-info-area {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* sec_08 */
.lpframe .sec-08 {
    padding: 60px 20px 0;
    background-color: #ffffff;
}

.lpframe .sec-08 .flow-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.lpframe .sec-08 .section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

.lpframe .sec-08 .flow-label {
    font-size: 1.5rem;
    font-weight: normal;
    color: #0d47a1;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
    border-top: 3px solid;
}

.lpframe .sec-08 .section-title .section-title-text {
    background: linear-gradient(transparent 65%, #CCEBE4 65%);
    font-weight: 900;
}

.lpframe .sec-08 .section-title .section-title-text span {
    color: #0d47a1;
}

.lpframe .sec-08 .cta-button-top {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #0d47a1;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.lpframe .sec-08 .cta-button-top:hover {
    background-color: #1e88e5;
}

.lpframe .sec-08 .monitor-icon {
    margin-right: 10px;
}

.lpframe .sec-08 .flow-steps-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.lpframe .sec-08 .flow-step {
    text-align: center;
    padding: 0 10px;
    position: relative;
    width: 230px;
}

.lpframe .sec-08 .flow-step:not(.last-step)::after {
    content: "▶";
    position: absolute;
    top: 38%;
    right: -25px;
    font-size: 2rem;
    color: #0d47a1;
    font-weight: bold;
    z-index: 10;
}

.lpframe .sec-08 .step-image-wrap {
    margin-bottom: 15px;
    position: relative;
}

.lpframe .sec-08 .step-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-08 .step-main-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.lpframe .sec-08 .step-sub-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

.lpframe .sec-08 .step-cta {
    display: inline-block;
    text-decoration: none;
    background-color: #0d47a1;
    color: white;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 50px;
    margin-top: 10px;
    white-space: nowrap;
}

.lpframe .separator-line-top {
    border-top: 3px solid #899199;
    margin-bottom: 50px;
}

.lpframe .separator-line-bottom {
    border-bottom: 3px solid #899199;
    margin-top: 50px;
}

/* sec_09 */
.lpframe .sec-09 {
    padding: 50px 20px 10px;
    background-color: #ffffff;
    text-align: center;
}

.lpframe .sec-09 .section-header-price {
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: left;
    display: flex;
}

.lpframe .sec-09 .section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.lpframe .sec-09 .price-label {
    font-size: 1.5rem;
    font-weight: normal;
    color: #0d47a1;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
    border-top: 3px solid;
}

.lpframe .sec-09 .section-title .section-title-text {
    background: linear-gradient(transparent 65%, #CCEBE4 65%);
    font-weight: 900;
}

.lpframe .sec-09 .section-title .section-title-text span {
    color: #0d47a1;
}

.lpframe .sec-09 .initial-cost {
    display: flex;
    align-items: baseline;
    margin-left: 100px;
    border: 3px solid #C1EDFF;
    padding: 10px 5px 10px 20px;
    margin: 0 200px 0 auto;
}

.lpframe .sec-09 .cost-label {
    font-size: 1.5rem;
    font-weight: 500;
    color: #535255;
    margin-right: 10px;
}

.lpframe .sec-09 .cost-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0d47a1;
}

.lpframe .sec-09 .tax-note {
    font-size: 1.5rem;
    font-weight: normal;
    color: #535255;
}

.lpframe .sec-09 .plans-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 800px;
    margin: 0 auto 50px;
}

.lpframe .sec-09 .plan-card {
    flex: 1;
    border-radius: 40px;
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-09 .simple-plan {
    background-color: #c1edff;
}

.lpframe .sec-09 .assist-plan {
    background-color: #ccebe4;
}

.lpframe .sec-09 .simple-plan .plan-feature-top {
    border: 3px solid #3d8fb9;
}

.lpframe .sec-09 .simple-plan .price-box {
    border: 2px solid #3d8fb9;
}

.lpframe .sec-09 .assist-plan .plan-feature-top {
    border: 3px solid #5aaa99;
}

.lpframe .sec-09 .assist-plan .price-box {
    border: 2px solid #5aaa99;
}

.lpframe .sec-09 .plan-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #535255;
    margin-bottom: 20px;
}

.lpframe .sec-09 .plan-feature-top {
    background-color: white;
    padding: 5px 20px;
    border-radius: 50px;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.lpframe .sec-09 .plan-feature-top .feature-text {
    font-size: 1rem;
    font-weight: 500;
    color: #535255;
}

.lpframe .sec-09 .plan-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.lpframe .sec-09 .price-box {
    background-color: white;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.lpframe .sec-09 .price-month-label {
    font-size: 1rem;
    color: #666;
}

.lpframe .sec-09 .price-value {
    font-size: 1rem;
    font-weight: bold;
    color: #666;
}

.lpframe .sec-09 .price-value span {
    color: #0d47a1;
    font-size: 26px;
}

.lpframe .sec-09 .support-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #535255;
    line-height: 1.8;
}

.lpframe .sec-09 .common-features-box {
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #004aad;
    padding: 30px;
    text-align: left;
}

.lpframe .sec-09 .features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lpframe .sec-09 .common-features-box .list-item {
    font-size: 1.2rem;
    color: #525154;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.lpframe .sec-09 .common-features-box .check-icon {
    width: 20px;
    height: 20px;
    background-color: #004aad;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    flex-shrink: 0;
}

.lpframe .sec-09 .common-features-box .check-icon::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 14px;
    line-height: 1;
}

.lpframe .sec-09 .web-note {
    color: #ac1109;
}

.lpframe .sec-09 .web-note span {
    font-size: 0.8rem;
    font-weight: normal;
}

/* sec_10 */
.lpframe .sec-10 {
    padding: 60px 20px 80px;
    background-color: #ffffff;
    text-align: center;
}

.lpframe .sec-10 .options-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.lpframe .sec-10 .section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
}

.lpframe .sec-10 .price-label {
    font-size: 1.5rem;
    font-weight: normal;
    color: #0d47a1;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
    border-top: 3px solid;
}

.lpframe .sec-10 .section-title .section-title-text {
    background: linear-gradient(transparent 65%, #CCEBE4 65%);
    font-weight: 900;
}

.lpframe .sec-10 .section-title .section-title-text span {
    color: #0d47a1;
}

.lpframe .sec-10 .cta-button-contact {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #0d47a1;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s;
    margin: 0 150px 0 auto;
}

.lpframe .sec-10 .cta-button-contact:hover {
    background-color: #1e88e5;
}

.lpframe .sec-10 .envelope-icon {
    margin-right: 10px;
}

.lpframe .sec-10 .options-cards-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 80px;
}

.lpframe .sec-10 .option-card {
    flex: 1;
    background-color: #3d8fb9;
    border: 3px solid #c1edff;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-10 .option-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.lpframe .sec-10 .option-sub-top {
    display: inline-block;
    background-color: white;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.lpframe .sec-10 .option-price {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
}

.lpframe .sec-10 .option-note {
    font-size: 0.8rem;
    color: #fff;
    margin-top: 5px;
}

.lpframe .sec-10 .video-tutorial-box {
    max-width: 850px;
    margin: 0 auto;
    border: 20px solid #ccebe4;
    background-color: #ffffff;
    padding: 10px;
}

.lpframe .sec-10 .video-box-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.lpframe .sec-10 .video-box-title span {
    color: #0d47a1;
}

.lpframe .sec-10 .video-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
    position: relative;
}

.lpframe .sec-10 .laptop-mockup-video {
    flex: 1;
    position: relative;
    max-width: 560px;
}

.lpframe .sec-10 .sec_01_video {
    outline-offset: -2px;
    outline: 4px solid #000;
    position: absolute;
    top: 11px;
    left: 11.9%;
    width: 76.5%;
    height: 66%;
    z-index: 20;
    border-radius: 4px;
}

.lpframe .sec-10 .explanation-side {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.lpframe .sec-10 .explanation-side img {
    width: 100%;
}

.lpframe .sec-10 .avatar-wrap {
    width: 250px;
    height: auto;
}

.lpframe .sec-10 .staff-avatar {
    width: 100%;
    height: auto;
    display: block;
}

.lpframe .sec-10 .explanation-text {
    font-size: 1.2rem;
    color: #535255;
    line-height: 1.6;
    margin: 20px 40px 0;
}

.lpframe .sec-10 .explanation-text span {
    color: #004aad;
}

#video_area iframe {
    height: 250px;
}

/* banner */
.lpframe .lpframe-full-width-banner {
    background-color: #3d8fb9;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.lpframe .lpframe-full-width-banner .banner-content {
    display: flex;
    align-items: center
}

.lpframe .lpframe-full-width-banner .banner-text {
    margin: 0;
    padding: 0;
    color: #fff;
    display: flex;
    align-items: baseline
}

.lpframe .lpframe-full-width-banner .banner-text .text-label {
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .4), 0 0 5px #225c8e
}

.lpframe .lpframe-full-width-banner .banner-text .text-label.big {
    font-size: 4.5rem;
    display: inline-block;
    margin: 0 0 0 5px;
}

.lpframe .lpframe-full-width-banner .banner-text .data-number {
    font-size: 4.5rem;
    font-weight: 900;
    margin: 0 10px;
    text-shadow: 4px 4px 6px #225c8e
}

.lpframe .lpframe-full-width-banner .banner-text .data-unit {
    font-size: 1.5em;
    font-weight: 700;
    text-shadow: 1px 1px 2px #225c8e
}

/* sec_11 */
.lpframe .sec-11 {
    padding: 40px 0 0;
    background-color: #fdfdfd;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpframe .sec-11 .section-title-wrapper {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.lpframe .sec-11 .voice-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-11 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-11 .case-study-slider {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 50px;
}

.lpframe .sec-11 .custom-slider-wrap {
    position: relative;
    width: 100%;
    padding: 0 40px;
}

.lpframe .sec-11 .swiper.custom-swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding: 0 0 40px;
}

.lpframe .sec-11 .custom-swiper {
    overflow: hidden;
}

.lpframe .sec-11 .custom-card {
    display: block;
}

.lpframe .sec-11 .custom-card__thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}

.lpframe .sec-11 .custom-card__body {
    padding: 16px 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform .3s ease, box-shadow .3s ease;
    border-radius: 10px;
    min-height: 148px;
}

.lpframe .sec-11 .custom-card__title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: 71px;
}

.lpframe .sec-11 .custom-card__excerpt {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
}

.lpframe .sec-11 .custom-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #888;
    gap: 8px;
}

.lpframe .sec-11 .custom-card__date {
    color: #999;
}

.lpframe .sec-11 .custom-card__cat {
    background: #f1f4ff;
    color: #2b43c7;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
    transition: background .3s ease;
}

.lpframe .sec-11 .custom-card__cat:hover {
    background: #e3e8ff;
}

.lpframe .sec-11 .swiper-button-prev.custom-prev,
.lpframe .sec-11 .swiper-button-next.custom-next {
    color: #fff;
    background: #000000c7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.lpframe .sec-11 .swiper-button-prev.custom-prev svg,
.lpframe .sec-11 .swiper-button-next.custom-next svg {
	height: 60%;
}

.lpframe .sec-11 .swiper-button-prev.custom-prev:hover,
.lpframe .sec-11 .swiper-button-next.custom-next:hover {
    opacity: .7;
}

.lpframe .sec-11 .custom-pagination {
    text-align: center;
    margin-top: 20px;
}

.lpframe .sec-11 .custom-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.lpframe .sec-11 .custom-pagination .swiper-pagination-bullet-active {
    background: #333;
}

/* sec_12 */
.lpframe .sec-12 {
    padding: 80px 20px;
    background-color: #fdfdfd;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpframe .sec-12 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    z-index: 2;
}

.lpframe .sec-12 .question-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-12 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-12 .accordion-container {
    max-width: 900px;
    margin: 40px auto 30px;
    text-align: left;
}

.lpframe .sec-12 .faq-item {
    margin-bottom: 10px;
}

.lpframe .sec-12 .faq-question {
    background-color: #4db6ac;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}

.lpframe .sec-12 .faq-question:hover {
    background-color: #38a198;
}

.lpframe .sec-12 .q-label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 10px;
}

.lpframe .sec-12 .question-text {
    flex-grow: 1;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.lpframe .sec-12 .toggle-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    position: relative;
    transition: transform 0.3s;
    background-color: white;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
}

.lpframe .sec-12 .toggle-icon i {
    color: #4db6ac;
}

.lpframe .sec-12 .faq-question.active .toggle-icon {
    transform: rotate(180deg);
}

.lpframe .sec-12 .faq-answer {
    display: none;
    background-color: #f7f9fc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 10px 25px 20px;
}

.lpframe .sec-12 .faq-answer.show {
    display: flex;
    align-items: center;
}

.lpframe .sec-12 .a-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4db6ac;
    display: block;
}

.lpframe .sec-12 .answer-text {
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    margin: 0 auto;
    width: 95%;
}

/* sec_13 */
.lpframe .sec-13 {
    padding: 80px 20px 80px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpframe .sec-13 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    z-index: 2;
}

.lpframe .sec-13 .trial-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-13 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-13 .section-title span {
    color: #0d47a1;
}

.lpframe .sec-13 .section-lead-text {
    font-size: 1.1rem;
    color: #000;
}

.lpframe .sec-13 .form-container {
    max-width: 75%;
    margin: 40px auto 40px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}

.lpframe .sec-13 .wpcf7-form {
    overflow: hidden
}

.lpframe .sec-13 .wpcf7-form .pack {
    display: flex;
}

.lpframe .sec-13 .wpcf7-form .pack .label {
    width: 35%;
    min-width: 180px;
    padding: 15px 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    display: flex;
    align-items: center
}

.lpframe .sec-13 .wpcf7-form .pack .field {
    width: 70%;
    padding: 10px 20px;
    display: flex;
    align-items: center
}

.lpframe .sec-13 .wpcf7-form .pack input.text,
.lpframe .sec-13 .wpcf7-form .pack textarea.textcase,
.lpframe .sec-13 .wpcf7-form .pack select,
.lpframe .sec-13 input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;

    width: calc(55em / 1.3);
    padding: 1.2em 2em;
    font-size: 14px;
    letter-spacing: 0.08em;
    border-radius: min(1em, 10px);
    background: #fff;
}

.lpframe .sec-13 input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    width: auto;
}

.lpframe .sec-13 .wpcf7-form .pack .required {
    background-color: #5aaa9a;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    margin-left: auto;
    flex-shrink: 0
}

.lpframe .sec-13 .wpcf7-form .pack.kozin {
    border: none;
    justify-content: center;
    padding: 20px 0
}

.lpframe .sec-13 .wpcf7-form .pack.kozin .field {
    width: auto
}

.lpframe .sec-13 .wpcf7-form .btn_pack {
    text-align: center;
    padding: 20px 0
}

.lpframe .sec-13 .wpcf7-form .btn_pack input[type="submit"] {
    background-color: #5aaa9a;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s
}

.lpframe .sec-13 .wpcf7-form .btn_pack input[type="submit"]:hover {
    opacity: .7;
}

.lpframe .sec-13 .trial-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.lpframe .sec-13 .form-row {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.lpframe .sec-13 .form-row:last-of-type {
    border-bottom: none;
}

.lpframe .sec-13 .form-label {
    flex: 0 0 250px;
    padding-right: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    text-align: right;
    padding-top: 5px;
    line-height: 1.5;
}

.lpframe .sec-13 .sub-label {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666;
}

.lpframe .sec-13 .required-tag {
    background-color: #4db6ac;
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 5px;
}

.lpframe .sec-13 .input-field-wrap {
    flex-grow: 1;
    max-width: 450px;
}

.lpframe .sec-13 .input-field-wrap input[type="text"],
.lpframe .sec-13 .input-field-wrap input[type="email"],
.lpframe .sec-13 .input-field-wrap input[type="tel"],
.lpframe .sec-13 .input-field-wrap select,
.lpframe .sec-13 .input-field-wrap textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1rem;
    box-sizing: border-box;
}

.lpframe .sec-13 .input-field-wrap textarea {
    resize: vertical;
    min-height: 100px;
}

.lpframe .sec-13 .form-submit-row {
    grid-column: 1 / -1;
    text-align: center;
    padding-top: 30px;
}

.lpframe .sec-13 .confirmation-message {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.lpframe .sec-13 .response-time {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.lpframe .sec-13 .submit-button {
    background-color: #0d47a1;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.lpframe .sec-13 .submit-button:hover {
    background-color: #1e88e5;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}

/* sec_14 */
.lpframe .sec-14 {
    padding: 80px 20px 80px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.lpframe .sec-14 .section-title-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 80px;
    z-index: 2;
}

.lpframe .sec-14 .column-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #ececec;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    z-index: 1;
}

.lpframe .sec-14 .section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.lpframe .sec-14 .column-slider {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}

.lpframe .sec-14 .swiper-slide {
    height: auto;
}

.lpframe .sec-14 .column-card {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.lpframe .sec-14 .column-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.lpframe .sec-14 .card-image-wrap {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.lpframe .sec-14 .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lpframe .sec-14 .card-body {
    padding: 15px;
    text-align: left;
}

.lpframe .sec-14 .article-title {
    font-size: 1rem;
    font-weight: bold;
    color: #0d47a1;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    margin-bottom: 10px;
}

.lpframe .sec-14 .article-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    height: 4.5em;
    overflow: hidden;
    margin-bottom: 15px;
}

.lpframe .sec-14 .article-date {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
}

.lpframe .sec-14 .empty-card .card-image-wrap {
    background-color: #f0f0f0;
}

.lpframe .sec-14 .empty-card .card-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    color: #ccc;
    font-size: 1.2rem;
    font-weight: bold;
}

.lpframe .sec-14 .swiper-button-next,
.lpframe .sec-14 .swiper-button-prev {
    color: #fff;
}

/* footer */
.lpframe .footer {
    padding: 0 calc((100% - 110em) / 2);
    background: #4d4d4d;
    overflow: hidden;
}

.lpframe .footer nav {
    display: flex;
    justify-content: space-between;
    padding: 6.6em 3em 6.6em 0;
    width: 1200px;
    margin: 0 auto;
}

.lpframe .footer .logo {
    width: 15%;
}

.lpframe .footer .logo img {
    width: 175px;
}

.lpframe .footer .lists li:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.2em;
    margin-right: 1em;
    background: #81bad8;
}

.lpframe .footer .lists li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.5;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.lpframe .footer .lists li a:hover {
    opacity: 0.8;
}

.lpframe .footer .lists li.child {
    padding-left: 2.4em;
}

.lpframe .footer .lists li.child:before {
    width: 0.6em;
    margin-right: 0.8em;
    background: #fff;
}

.lpframe .footer small {
    display: block;
    padding: 1.5em 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.05em;
    border-top: 1px solid #666;
    margin: 0 auto;
    width: 1200px;
}

.swiper {
    overflow: hidden;
}

@media (max-width: 1024px) {
	
	.lpframe .main-header {
		padding: 10px 10px;
	}

    .lpframe .logo img {
        height: 25px;
    }

    .lpframe .main-nav li {
        margin-left: 0px;
    }
	
	.lpframe .sec-01 {
		padding: 40px 40px 10px;
	}

    .lpframe .sec-01 .product-name {
        font-size: 2.8rem;
    }

    .lpframe .sec-01 .cta-button {
        width: 100%;
        height: 75px;
        line-height: 75px;
        font-size: 25px;
    }

    .lpframe .sec-01 .support-detail {
        font-size: 1.6rem;
        padding: 5px 0;
    }

    .lpframe .sec-01 .sec_01_video {
        top: 10px;
    }

    .lpframe #sec_03 {
        padding: 50px 20px;
    }

    .lpframe .sec-04 {
        padding: 0 20px;
    }

    .lpframe .sec-04 .cta-group-bottom {
        padding: 40px 0 50px;
    }

    .lpframe .sec-05 {
        background-size: 141% auto;
    }

    .lpframe .sec-05 .task-card {
        width: 290px;
    }

    .lpframe .sec-05 .task-icon img {
        max-width: 120px;
    }

    .lpframe .sec-05 .task-main {
        font-size: 18px;
    }

    .lpframe .sec-05 .task-sub {
        font-size: 18px;
    }

    .lpframe .sec-05 .task-card.position-1 {
        top: calc(53% - 150px * 0.866);
        left: calc(53% + 460px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-2 {
        top: 59%;
        left: calc(53% + 300px);
    }

    .lpframe .sec-05 .task-card.position-3 {
        top: calc(51% + 260px * 0.866);
        left: calc(65% + 260px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-4 {
        top: calc(51% + 260px * 0.866);
        left: calc(39% - 260px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-5 {
        top: 60%;
        left: calc(43% - 260px);
    }

    .lpframe .sec-05 .task-card.position-6 {
        top: calc(67% - 260px * 0.866);
        left: calc(37% - 260px * 0.5);
    }

    .lpframe .sec-06 {
        background-position: 0 -138px;
    }

    .lpframe .sec-09 .initial-cost {
        margin: 0 0 0 auto;
    }

    .lpframe .sec-10 .cta-button-contact {
        margin: 0 0 0 auto;
    }

    .lpframe .sec-10 .explanation-side {
        right: -7px;
        bottom: -10px;
    }

    .lpframe .sec-11 {
        background-size: 100%;
        background-position: 0px 140px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }

    .lpframe .sec-12 {
        padding: 40px 20px;
    }

    .lpframe .sec-13 {
        padding: 20px 20px 20px;
    }

    .lpframe .sec-13 .form-container {
        max-width: 100%;
        padding: 10px 10px 10px;
    }

    .lpframe .sec-13 .wpcf7-form .pack input.text,
    .lpframe .sec-13 .wpcf7-form .pack textarea.textcase,
    .lpframe .sec-13 .wpcf7-form .pack select,
    .lpframe .sec-13 input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
        width: 100%;
    }

    .lpframe .sec-13 .wpcf7-form .pack {
        flex-direction: column;
        border-top: 1px solid #ccc;
    }

    .lpframe .sec-13 .wpcf7-form .pack:first-of-type {
        border-top: none;
    }

    .lpframe .sec-13 .wpcf7-form .pack .label {
        width: 100%;
        border-right: none;
        padding: 15px 15px 5px;
    }

    .lpframe .sec-13 .wpcf7-form .pack .field {
        display: block;
        width: 100%;
        border-right: none;
        padding: 10px 15px 15px;
    }

    .lpframe .sec-13 .form-row {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
    }

    .lpframe .sec-13 .form-label {
        flex: none;
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .lpframe .sec-13 .required-tag {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .lpframe .sec-13 .input-field-wrap {
        max-width: 100%;
        width: 100%;
    }

    .lpframe .sec-13 .submit-button {
        font-size: 1.2rem;
        padding: 12px 30px;
    }

    .lpframe .sec-13 .wpcf7-form .pack.kozin {
        padding: 0;
    }

    .lpframe .sec-14 {
        padding: 30px 20px 80px;
    }

    .lpframe .sec-14 .section-title-wrapper {
        margin-bottom: 50px;
    }

    .lpframe .footer nav {
        width: 80%;
    }

    .lpframe .footer small {
        width: 80%;
    }

}

@media (width: 1024px) and (orientation: landscape) {

    .lpframe .logo img {
        width: 30%;
        height: auto;
    }

    .lpframe .main-nav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        height: 100vh;
    }

    .lpframe .main-nav.active {
        display: block;
    }

    .lpframe .main-nav ul {
        flex-direction: column;
    }

    .lpframe .main-nav li {
        margin: 10px 0;
        border-bottom: 1px solid #eee;
        padding: 0 0 20px;
    }
	
	.lpframe .sp_box {
		width: 96%;
	}
	
	.lpframe .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed;top: 13px;
        right: 15px; z-index: 9999; width: 28px;
  height: 24px;}
	
	.menu-toggle .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  transition: .3s;
}

	.menu-toggle .bar:nth-child(1) { top: 0; }
.menu-toggle .bar:nth-child(2) { top: 8px; }
.menu-toggle .bar:nth-child(3) { top: 16px; }

/* X */
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

    .lpframe .cta-group {
        gap: 8px;
    }

    .lpframe .btn {
        padding: 8px 15px;
        font-size: 0.8em;
        height: 36px;
    }

    .lpframe .main-header {
        height: 60px;
        padding: 8px 15px;
		position: fixed;
    }
	
	.lpframe .sec-01 {
		padding: 60px 40px 10px;
	}

}

@media (max-width: 912px) {
	
	.lpframe .main-header {
		padding: 10px 10px;
	}
	
	.lpframe .sec-01 .main-heading {
		font-size: 2.2rem;
	}
	
	.lpframe .sec-01 .price-main {
		font-size: 2.4rem;
	}
	
	.lpframe .sec-01 .product-name {
		font-size: 2.4rem;
	}
	
	.lpframe .sec-01 .support-detail {
        font-size: 1.4rem;
	}
	
	.lpframe .btn {
		padding: 10px 10px;
	}
	
	    .lpframe .sec-01 .cta-button {
        width: 95%;
        height: 62px;
			line-height: 62px;
        font-size: 21px;
	}

    .lpframe .sec-05 .diagram-center {
        height: 450px;
    }

    .lpframe .sec-05 .task-card {
        width: 290px;
    }

    .lpframe .sec-05 .task-icon img {
        max-width: 120px;
    }

    .lpframe .sec-05 .task-text {
        min-width: 170px;
    }

    .lpframe .sec-05 .task-card.position-1 {
        top: calc(59% - 150px * 0.866);
        left: calc(49% + 460px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-2 {
        top: 59%;
        left: calc(46% + 300px);
    }

    .lpframe .sec-05 .task-card.position-3 {
        top: calc(45% + 260px * 0.866);
        left: calc(63% + 260px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-4 {
        top: calc(45% + 260px * 0.866);
        left: calc(39% - 260px * 0.5);
    }

    .lpframe .sec-05 .task-card.position-5 {
        top: 60%;
        left: calc(49% - 260px);
    }

    .lpframe .sec-05 .task-card.position-6 {
        top: calc(77% - 265px * 0.866);
        left: calc(38% - 260px * 0.5);
    }

}

@media (max-width: 853px) {
	
	.lpframe .logo {
    width: 35%;
}

    .lpframe .logo img {
        width: 80%;
        height: auto;
    }

    .lpframe .main-nav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        height: 100vh;
    }

    .lpframe .main-nav.active {
        display: block;
    }

    .lpframe .main-nav ul {
        flex-direction: column;
    }

    .lpframe .main-nav li {
        margin: 10px 0;
        border-bottom: 1px solid #eee;
        padding: 0 0 20px;
    }

    .lpframe .btn-contact {
        display: none;
    }
	
	.sp_box {
        display: flex;
        align-items: center;
		width: 95%;
    }
	
	.lpframe .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed;top: 14px;
        right: 15px; z-index: 9999; width: 28px;
  height: 24px;}
	
	.menu-toggle .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  transition: .3s;
}

	.menu-toggle .bar:nth-child(1) { top: 0; }
.menu-toggle .bar:nth-child(2) { top: 8px; }
.menu-toggle .bar:nth-child(3) { top: 16px; }

/* X */
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

    .lpframe .cta-group {
        gap: 8px;
    }

    .lpframe .btn {
        padding: 8px 15px;
        font-size: 0.8em;
        height: 36px;
    }

    .lpframe .main-header {
/*         height: 60px; */
        padding: 8px 15px;
		position: fixed;
    }

    .sec-01-content.sp_on {
        display: block !important;
    }

    .lpframe .sec-01-content.pc {
        display: none;
    }

    .lpframe .sec-01 {
        padding: 70px 20px 20px;
    }

    .lpframe .sec-01 .price-main {
        font-size: 2.6rem;
    }

    .lpframe .sec-01 .support-detail {
        font-size: 1.4rem;
        margin: 0;
    }

    .lpframe .sec-01 .sec-01-content {
        flex-direction: column;
        align-items: center;
        margin: 0 auto 20px;
    }

    .lpframe .sec-01 .sec-01-text-area {
        text-align: center;
        min-width: unset;
        width: 100%;
        order: 1;
    }

    .lpframe .sec-01 .sec-01-media-area {
        order: 2;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .lpframe .sec-01 .sub-heading {
        font-size: 2rem;
    }

    .lpframe .sec-01 .main-heading {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .lpframe .sec-01 .product-name {
        font-size: 2rem;
    }

    .lpframe .sec-01 .cta-button {
        width: 60%;
        margin: 0 auto;
    }

    .lpframe .sec-01 .laptop-mockup {
        margin: 30px auto 0;
    }

    .lpframe .sec-01 .sec_01_video {
        top: 23px;
    }

    .lpframe .sec-01 .sec-01-achievements {
        margin: 20px auto 0;
    }

    .lpframe .sec-01 .cta-button-container {
        margin-top: 10px;
    }

    .lpframe .sec-04 .card-title {
        font-size: 1.5rem;
    }

    .lpframe .sec-04 .card-subtitle {
        font-size: 1.2rem;
    }

    .lpframe .sec-04 .section-description {
        font-size: 1.8rem;
    }

    .lpframe .sec-04 .cta-main-content {
        margin-top: 40px;
    }

    .lpframe .sec-04 .cta-group-bottom a {
        padding: 10px 20px 30px 20px;
    }

    .automation-diagram-container.pc_on {
        display: none !important;
    }

    .automation-diagram-container.sp_on {
        display: block !important;
    }

    .lpframe .sec-05 {
        background-size: 135% auto;
        padding: 50px 20px 0;
    }

    .lpframe .sec-06 {
        background-size: 125% auto;
        background-position: 0 -96px;
        padding: 50px 20px 20px;
    }

    .lpframe .sec-06 .effect-card {
        width: 240px;
    }

    .lpframe .sec-07 .section-title-wrapper {
        margin-bottom: 30px;
    }

    .lpframe .sec-07 .support-content-container {
        align-items: center;
    }

    .lpframe .sec-08 .flow-steps-container {
        flex-direction: column;
        align-items: center;
    }

    .lpframe .sec-08 .flow-step {
        width: 100%;
        max-width: 300px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .lpframe .sec-08 .flow-step:not(.last-step)::after {
        content: "▼";
        top: auto;
        bottom: -20px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        font-size: 1.5rem;
    }

    .lpframe .sec-08 .last-step {
        margin-bottom: 0;
    }

    .lpframe .sec-10 .avatar-wrap {
        width: 180px;
    }

    .lpframe .footer nav {
        width: 100%;
        display: block;
        padding: 30px 30px 20px;
    }

    .lpframe .footer small {
        width: 100%;
        text-align: center;
    }

    .lpframe .footer .logo {
        padding: 0 0 30px;
        display: block;
        width: 100%;
    }

}

@media (max-width: 820px) {
    .lpframe .sec-01 .support-detail {
        font-size: 2.4rem;
    }

    .lpframe .sec-01 .cta-button {
        width: 70%;
    }

    .lpframe .sec-01 .cta-button-container {
        margin-top: 0;
    }

}

@media (max-width: 768px) {

    .lpframe {
        overflow-x: clip;
    }
	
	.lpframe .logo {
        width: 65%;
    }
	
	.lpframe .logo img {
        width: 60%;
	}
	
	.lpframe .sp_box {
		width: 95%;
	}
	
	.lpframe .menu-toggle {
		top: 15px;
	}

    .lpframe .sec-01 .cta-button {
        background: none;
    }

    .lpframe #sec_03 img {
        width: 80%;
        margin: 0 auto 5px;
    }

    .lpframe .sec-04 .feature-cards-container {
        margin-bottom: 20px;
    }

    .lpframe .sec-04 .speech-bubble img {
        width: 50%;
    }

    .lpframe .sec-04 .card-subtitle {
        font-size: 1.1rem;
    }

    .lpframe .sec-04 .section-description {
        font-size: 1.7rem;
    }

    .lpframe .sec-04 .cta-group-bottom {
        align-items: center;
        gap: 50px;
        padding: 30px 0 20px;
    }

    .lpframe .sec-04 .section-description {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .lpframe .sec-04 .cta-main-content .cta-main-text {
        font-size: 1.5rem;
    }

    .lpframe .sec-04 .cta-group-bottom a {
        width: 48%;
        padding: 0px 10px 15px 10px;
    }

    .lpframe .sec-05 {
        padding: 20px 20px 0;
    }

    .lpframe .sec-05 .automation-diagram-container {
        margin: 0 auto 20px;
    }

    .lpframe .sec-06 .effect-cards-container {
        flex-wrap: wrap;
    }

    .lpframe .sec-06 .effect-card {
        min-width: 220px;
        width: auto;
    }

    .lpframe .sec-07 {
        padding: 20px 20px 0;
    }

    .lpframe .sec-07 .support-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-07 .support-content-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .lpframe .sec-07 .anxiety-list-area {
        flex: none;
        width: 70%;
        padding: 10px 10px 0;
    }

    .lpframe .sec-07 .anxiety-list-area::after {
        top: auto;
        right: auto;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 20px 20px 0 20px;
        border-color: #5aaa99 transparent transparent transparent;
    }

    .lpframe .sec-07 .support-info-area {
        width: 100%;
        max-width: 450px;
        align-items: center;
    }

    .lpframe .sec-07 .cta-button-top {
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: #0d47a1;
        color: white;
        font-size: 1.1rem;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 5px;
        transition: background-color 0.3s;
        margin: 40px auto 0;
        justify-content: center;
    }

    .lpframe .sec-07 .cta-button-top:hover {
        background-color: #1e88e5;
    }

    .lpframe .sec-07 .monitor-icon {
        margin-right: 10px;
    }

    .lpframe .sec-08 .flow-header {
        flex-direction: column;
        align-items: center;
    }

    .lpframe .sec-08 .cta-button-top {
        margin-top: 20px;
    }

    .lpframe .sec-09 .section-header-price {
        text-align: center;
        margin: 0 auto 10px;
    }

    .lpframe .sec-09 .section-title {
        justify-content: center;
        margin-bottom: 20px;
    }

    .lpframe .sec-09 .initial-cost {
        justify-content: center;
        margin: 0 0 30px;
    }

    .lpframe .sec-09 .plans-container {
        flex-direction: column;
        gap: 20px;
    }

    .lpframe .sec-09 .common-features-box {
        padding: 20px;
    }

    .lpframe .sec-09 .common-features-box .list-item {
        font-size: 1rem;
    }

    .lpframe .sec-09 .cta-button-contact {
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: #0d47a1;
        color: white;
        font-size: 1.1rem;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 30px;
        transition: background-color 0.3s;
        margin: 40px auto 0;
        justify-content: center;
    }

    .lpframe .sec-09 .cta-button-contact:hover {
        background-color: #1e88e5;
    }

    .lpframe .sec-09 .envelope-icon {
        margin-right: 10px;
    }

    .lpframe .sec-10 .sec_01_video {
        height: 64%;
    }

    .lpframe .sec-10 .video-tutorial-box {
        height: 530px;
        background: url(https://michiru.co.jp/wp/wp-content/themes/swell_child/rpa-ad/images/sec10_01.png);
        background-size: 22%;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .lpframe .sec-10 .explanation-side {
        display: none;
    }

    .lpframe .sec-10 .laptop-mockup-video {
        width: 100%;
        max-width: 80%;
    }

    .lpframe .sec-10 .explanation-side {
        right: 0;
        bottom: -20px;
    }

    .lpframe .sec-10 .explanation-text .sp_on {
        display: none !important;
    }

    .lpframe .sec-10 .explanation-text {
        margin: 20px 40px 0 10px;
        font-size: 1rem;
    }

}

@media (max-width: 767px) {

    .lpframe .logo img {
        width: 90%;
    }

    .lpframe .sec-01 .sec_01_video {
        top: 10px;
    }

    .lpframe .sec-01 .support-detail {
        font-size: 1.4rem;
    }

    .lpframe .sec-02 {
        padding: 5px 0;
    }

    .lpframe #sec_03 {
        padding: 30px 20px 0;
    }

    .lpframe #sec_03 img {
        width: 100%;
        margin: 0 0 20px;
    }

    .lpframe #sec_03 .sp_on img.sec03_04 {
        margin: 0;
    }

    .lpframe .sec-04 .section-title {
        font-size: 2rem;
    }

    .lpframe .sec-04 .section-title-wrapper {
        margin-bottom: 20px;
    }

    .lpframe .sec-04 .speech-bubble img {
        width: 70%;
    }

    .lpframe .sec-04 .feature-card {
        width: 70%;
        margin: 0 auto;
    }

    .lpframe .sec-04 .feature-card .feature-card-inner {
        padding: 0px 20px 20px;
    }

    .lpframe .sec-04 .features-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-04 .feature-cards-container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .lpframe .sec-04 .cta-group-bottom {
        /*flex-direction: column;*/
        align-items: center;
        gap: 10px;
    }

    .lpframe .sec-04 .section-description {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .lpframe .sec-04 .cta-button-download .cta-sub-text,
    .lpframe .sec-04 .cta-button-trial .cta-sub-text {
        font-size: 10px;
    }

    .lpframe .sec-04 .cta-main-content .cta-main-text {
        font-size: 12px;
    }

    .lpframe .cta-subtitle {
        font-size: 1.1rem;
    }

    .lpframe .cta-main-link {
        padding: 10px 0;
        width: 100%;
        justify-content: center;
    }

    .lpframe .link-text {
        font-size: 1.1rem;
    }

    .lpframe .arrow {
        font-size: 8px;
        margin: 0 3px;
    }

    .lpframe .cta-block-extended-trial {
        padding: 5px 20px 15px;
    }

    .lpframe .sec-05 .automation-diagram-container {
        margin: 20px auto 30px;
    }

    .lpframe .sec-06 {
        background-size: 187% auto;
        padding: 50px 20px 0;
    }

    .lpframe .sec-06 .section-title {
        padding-top: 0;
        font-size: 2rem;
    }

    .lpframe .sec-06 .section-title-wrapper {
        margin-bottom: 30px;
    }

    .lpframe .sec-06 .effect-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-06 .effect-card {
        padding: 10px 10px;
    }

    .lpframe .sec-06 .card-top-text {
        min-height: 50px;
    }

    .lpframe .sec-06 .effect-cards-container {
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .lpframe .sec-06 .second-row {
        width: 100%;
        min-width: auto;
        margin-top: 20px;
    }

    .lpframe .sec-06 .effect-card {
        width: 50%;
        min-width: auto;
        min-height: 180px;
        flex: 0 0 calc(50% - 10px);
    }

    .lpframe .sec-07 .section-title {
        font-size: 2rem;
    }

    .lpframe .sec-07 .support-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-07 .section-title-wrapper {
        margin-bottom: 30px;
    }

    .lpframe .sec-07 .support-content-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .lpframe .sec-07 .anxiety-list-area {
        flex: none;
        width: 100%;
        padding: 10px 10px 0;
    }

    .lpframe .sec-07 .anxiety-list-area::after {
        top: auto;
        right: auto;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 20px 20px 0 20px;
        border-color: #5aaa99 transparent transparent transparent;
    }

    .lpframe .sec-07 .support-info-area {
        width: 100%;
        max-width: 450px;
        align-items: center;
    }

    .lpframe .sec-07 .cta-button-top {
        display: flex;
        align-items: center;
        text-decoration: none;
        background-color: #0d47a1;
        color: white;
        font-size: 1.1rem;
        font-weight: bold;
        padding: 10px 20px;
        border-radius: 5px;
        transition: background-color 0.3s;
        margin: 40px auto 0;
        justify-content: center;
    }

    .lpframe .sec-07 .cta-button-top:hover {
        background-color: #1e88e5;
    }

    .lpframe .sec-07 .monitor-icon {
        margin-right: 10px;
    }

    .lpframe .sec-08 .flow-header {
        flex-direction: column;
        align-items: center;
    }

    .lpframe .sec-08 .cta-button-top {
        margin-top: 20px;
    }

    .lpframe .sec-09 .common-features-box .list-item:first-child {
        flex-wrap: wrap;
    }

    .lpframe .sec-09 .common-features-box {
        padding: 20px 10px;
    }

    .lpframe .sec-09 .web-note {
        margin: 0 0 0 30px;
    }

    .lpframe .sec-10 {
        padding: 30px 20px 50px;
    }

    .lpframe .sec-10 .explanation-text .sp_on {
        display: block !important;
    }

    .lpframe .sec-10 .avatar-wrap {
        width: 220px;
    }

    .lpframe .sec-10 .options-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .lpframe .sec-10 .cta-button-contact {
        margin-top: 20px;
    }

    .lpframe .sec-10 .options-cards-container {
        flex-direction: column;
        gap: 20px;
    }

    .lpframe .sec-10 .option-card {
        width: 80%;
        margin: 0 auto;
    }

    .lpframe .sec-10 .video-tutorial-box {
        height: 680px;
        background-size: 40%;
    }

    .lpframe .sec-10 .video-content-wrapper {
        display: block;
    }

    .lpframe .sec-10 .video-box-title {
        font-size: 1.6rem;
    }

    .lpframe .sec-10 .explanation-side {
        right: -35%;
        bottom: -70%;
    }

    .lpframe .sec-10 .explanation-side img {
        width: 60%;
    }

    .lpframe .sec-10 .laptop-mockup-video {
        max-width: 100%;
    }

    .lpframe .sec-10 .sec_01_video {
        height: 46%;
        top: 7px;
    }

    #video_area iframe {
        height: 140px;
    }

    .lpframe .lpframe-full-width-banner {
        padding: 15px 0;
    }

    .lpframe .lpframe-full-width-banner .banner-text {
        font-size: 2rem;
    }

    .lpframe .lpframe-full-width-banner .banner-text .text-label {
        font-size: 2rem;
    }

    .lpframe .lpframe-full-width-banner .banner-text .data-number {
        font-size: 2.5rem;
    }

    .lpframe .lpframe-full-width-banner .banner-text .data-unit {
        font-size: 1.5rem;
        padding-bottom: 2px;
    }

    .lpframe .lpframe-full-width-banner .banner-text .text-label.big {
        font-size: 2.5rem;
    }

    .lpframe .sec-11 {
        padding: 30px 0 0;
        height: auto;
    }

    .lpframe .sec-11 .section-title {
        font-size: 2rem;
    }

    .lpframe .sec-11 .section-title-wrapper {
        margin-bottom: 0;
    }

    .lpframe .sec-11 .voice-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-11 .case-study-slider {
        padding: 0 20px;
        margin: 40px auto 40px;
    }

    .lpframe .sec-11 .custom-pagination {
        display: none;
    }

    .lpframe .sec-12 {
        background-position: 0px -58px;
        padding: 30px 20px 50px;
    }

    .lpframe .sec-12 .section-title {
        font-size: 2rem;
    }

    .lpframe .sec-12 .accordion-container {
        margin: 0 auto 0;
    }

    .lpframe .sec-12 .question-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-12 .question-text {
        font-size: 1rem;
    }

    .lpframe .sec-12 .q-label {
        width: 30px;
    }

    .lpframe .sec-12 .a-label {
        width: 30px;
    }

    .lpframe .sec-13 .trial-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-13 .section-title {
        padding-top: 0;
        font-size: 2rem;
    }

    .lpframe .sec-13 .section-title-wrapper {
        margin-bottom: 10px;
    }

    .lpframe .sec-13 .form-container {
        margin: 20px auto 40px;
    }

    .lpframe .sec-14 {
        padding: 20px 20px 50px;
    }

    .lpframe .sec-14 .section-title {
        font-size: 2rem;
    }

    .lpframe .sec-14 .section-title-wrapper {
        margin-bottom: 20px;
    }

    .lpframe .sec-14 .column-bg-text {
        font-size: 5rem;
    }

    .lpframe .sec-14 .column-slider {
        padding: 0 20px;
    }

    .lpframe .sec-14 .swiper-button-next,
    .lpframe .sec-14 .swiper-button-prev {
        display: none;
    }

    .lpframe .footer nav {
        width: 100%;
        display: block;
        padding: 30px 30px 20px;
    }

    .lpframe .footer small {
        width: 100%;
        text-align: center;
    }

    .lpframe .footer .logo {
        padding: 0 0 30px;
        display: block;
        width: 100%;
    }

}

@media (max-width: 540px) {
	.lpframe .sp_box {
		width: 93%;
	}
	.lpframe .menu-toggle {
        top: 12px;
    }
	
    .lpframe .sec-04 .cta-main-content {
        margin-top: 25px;
    }

    .lpframe .sec-10 .sec_01_video {
        height: 54%;
    }

    #video_area iframe {
        height: 200px;
    }
}

@media (max-width: 430px) {
	.lpframe .sp_box {
		width: 93%;
	}

    .lpframe .sec-01 .cta-button {
        width: 100%;
    }

    .lpframe .sec-04 .cta-main-content {
        margin-top: 25px;
    }

    .lpframe .sec-04 .cta-group-bottom a {
        /*min-width: 385px;*/
    }

    .lpframe .sec-10 .video-tutorial-box {
        height: 560px;
    }

    .lpframe .sec-10 .sec_01_video {
        height: 49%;
    }

    .lpframe .sec-10 .explanation-text {
        margin: 20px 10px 0;
    }

    #video_area iframe {
        height: 150px;
    }

}

@media (max-width: 414px) {
	
	.lpframe .sp_box {
		width: 90%;
	}

    .lpframe .sec-10 .video-tutorial-box {
        height: 530px;
    }

    #video_area iframe {
        height: 146px;
    }
}

@media (max-width: 390px) {

    .lpframe .sec-04 .cta-group-bottom a {
        min-width: 170px;
    }

    #video_area iframe {
        height: 130px;
    }

}


@media (max-width: 375px) {
	
	.sp_box {
		width: 90%;
	}

    #video_area iframe {
        height: 127px;
    }
}

@media (max-width: 360px) {
	.lpframe .menu-toggle {
		right: 10px;
	}

    .lpframe .sec-10 .video-tutorial-box {
        height: 460px;
    }

    #video_area iframe {
        height: 114px;
    }

}

@media (max-width: 344px) {

    .lpframe .sec-04 .cta-group-bottom a {
        min-width: 160px;
    }
	
	.lpframe .menu-toggle {
        right: 10px;
    }
	
	.lpframe .sec-01 .sec-01-content {
		margin: 0 auto 0;
	}

}

.swiper-pagination {
    position:relative!important;
}
