html {
    scroll-behavior: smooth;
}

body {
    font-family: 'noto-m';
}

.pc {
    display: inline-block;
}

@media (max-width: 767px) {
    .sp {
        display: inline-block;
    }
}

header {
    padding-left: 30px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 0px 10px 0px #1f2674;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

header .pc {
    display: flex;
}

.logo {
    max-width: 260px;
    font-size: 0;
    line-height: 0;
}

.pc-menu a {
    display: flex;
    align-items: center;
    font-family: 'meiryo';
    font-weight: bolder;
    height: 60px;
    padding: 0 25px;
}

.booking-btn {
    position: absolute;
    height: 100%;
    width: 70px;
    background: #fff100;
    font-family: 'meiryo';
    font-weight: bold;
    top: 0;
    right: 60px;
}

.booking-btn p {
    text-align: center;
    margin-top: 7px;
}

.pc-menu a img {
    margin-right: 10px;
}

.pc-menu a:nth-of-type(1) {
    /* background: #f2f2f2; */
    background: #fff100;
}

.pc-menu a:nth-of-type(2) {
    background: #fff100;
}

.pc-menu a:nth-of-type(3) {
    background: #00b900;
    color: #fff;
}

.container {
    max-width: 1000px;
    padding: 0 12px;
}

.top-banner {
    padding-top: 60px;
}

.top-banner img {
    width: 100%;
    height: auto;
}

.sec-2 {
    padding: 200px 0 0;
    background: url(../img/bubbles-bg.jpg) repeat;
}

.sec-2 .container {
    border: solid 3px #111;
    padding: 5px;
    background: #fff;
    background-image: url(../img/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    z-index: 10;
}

.sec-2 .sec-2-inner {
    border: solid 1px #111;
    padding: 50px;
}

.sec-2 .sec-2-content {
    width: 52%;
    font-size: 20px;
    line-height: 34px;
}

.sec-2 .sec-2-content p:nth-of-type(2) {
    margin: 25px 0;
}

.sec-2 .sec-2-content p:nth-of-type(2) span {
    font-family: 'noto-b';
    font-size: 24px;
    margin-left: 15px;
}

.sec-2 .container img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-3 {
    width: 100%;
    padding: 150px 0 50px 0;
    background-color: #92a0a3;
    position: relative;
    margin: 0;
    z-index: 1;
    margin-top: -100px;
}

.sec-3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -109px;
    width: 0;
    height: 0;
    border-top: 140px solid #92a0a3;
    border-right: 140px solid transparent;
    transform: rotate( 22deg);
}

.sec-3 h1 {
    text-align: center;
    font-family: 'noto-b';
    font-size: 100px;
    line-height: 120px;
}

.sec-3 h1 span {
    font-size: 150px;
}

.sec-4 {
    background: url(../img/light-background.png) no-repeat;
    background-size: cover;
    padding: 200px 0 85px 0;
}

.sec-4 .about_future {
    box-shadow: 0px 10px 3.5px rgb(0 0 0 / 54%);
    padding: 40px 0 48px 50px;
    position: relative;
    width: 100%;
    max-width: 660px;
    margin: 0 0 0 100px;
    background: url(../img/background-dark.jpg) no-repeat;
    background-size: cover;
}

.about_future .txt {
    max-width: 440px;
    color: #fff;
    font-size: 24px;
}

.about_future .txt p {
    margin-bottom: 20px;
}

.about_future .txt p:last-of-type {
    margin-bottom: 0px;
}

.about_future .img_wrp {
    position: absolute;
    right: -200px;
    bottom: -85px;
}

.img_wrp img.idea_icon {
    position: absolute;
    right: 77px;
    top: -61px;
}

.sec-4-1 {
    background: #fff100;
    font-size: 24px;
    line-height: 38px;
    padding: 30px;
    margin-top: 80px;
    position: relative;
}

.sec-4-1 p span {
    color: #e70012;
    font-family: 'noto-b';
}

.sec-4-1::after,
.sec-4-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 0;
    height: 0;
    border-top: 11px solid #15212f;
    border-left: 25px solid transparent;
}

.sec-4-1::after {
    left: inherit;
    right: 0;
    border-right: 25px solid transparent;
    border-left: unset;
}

.sec-4-2 {
    margin: 0 25px;
    background: #fff;
    padding: 50px;
    position: relative;
}

.sec-4-2 h1 {
    font-family: 'noto-b';
    font-size: 100px;
    line-height: 110px;
    text-align: center;
}

.txt_img {
    display: inline-block;
    position: relative;
}

.txt_img img {
    position: absolute;
    left: -75px;
    bottom: -50px;
    width: 300px;
    max-width: 300px;
}

.sec-4-2 h1 span {
    color: #e70012;
}

.sec-4-2 p {
    margin-top: 50px;
    font-size: 20px;
    line-height: 30px;
}

.sec-4-2 p span {
    font-family: 'noto-b';
}

.sec-4-2 h2 {
    font-family: 'noto-b';
    font-size: 45px;
    text-align: center;
    margin-top: 15px;
}

.sec-4-2 h2 span {
    color: #e70012;
    position: relative;
}

.sec-4-2 h2 span::after,
.sec-4-2 h2 span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #111;
    bottom: 0;
    left: 0;
}

.sec-4-2 h2 span::after {
    bottom: -4px;
}

.triangle_bottom {
    width: 128px;
    height: 45px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -45px;
}

.triangle_bottom p {
    margin: -10px 0 0 0;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 24px;
    font-family: 'noto-b';
}

.triangle_bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 45px solid #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1;
}

.sec-4-3 {
    margin: 0 25px;
    background: url(../img/brick-bg.jpg) no-repeat;
    background-size: cover;
    padding: 80px 50px 50px;
}

.sec-4-3 h1 {
    color: #fff;
    font-family: 'noto-b';
    text-align: center;
    font-size: 45px;
}

.sec-4-3-inner {
    width: 100%;
    max-width: 540px;
    margin: 80px 0 0 40px;
    padding: 30px 50px;
    background: url(../img/dark-bg2.png) no-repeat;
    background-size: contain;
    background-size: 100% 100%;
}

.sec-4-3-inner p {
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}

.sec-4-3 .img_wrp {
    position: absolute;
    right: 40px;
    bottom: -5px;
}

.sec-4-3 .img_wrp img.idea_icon {
    left: -110px;
    top: 30px;
    width: 160px;
}

.sec-4-3 .img_wrp img.girl_img {
    width: 280px;
}


/* .lets_compare_sec Css Start */

.lets_compare_sec {
    background-color: #e3a521;
    position: relative;
}

.lets_compare_sec::before {
    content: "";
    position: absolute;
    right: 0;
    top: -45px;
    width: 100%;
    height: 75%;
    background-color: #111;
    transform: skew(0deg, 7deg);
    z-index: 1;
}

.lets_compare_sec::after {
    content: "";
    position: absolute;
    right: 0;
    top: -45px;
    width: 100%;
    height: 75%;
    background-color: #e3a521;
    transform: skew(0deg, -7deg);
    z-index: 1;
}

.lets_compare_sec>.inner {
    z-index: 2;
    /*background-color: #e3a521;*/
    position: relative;
}

.pop_txt {
    width: 100%;
    max-width: 720px;
    background-repeat: no-repeat;
    min-height: 190px;
    margin: 0 0 0 22px;
}

.pop_txt p {
    margin: 25px 30px 20px 51px;
    font-size: 30px;
    font-family: 'noto-b';
    display: inline-block;
    line-height: 40px;
    transform: rotate(-2deg);
}

.text_wrp h2 {
    margin: -7px 0 0 32px;
    padding: 0 0 25px 0;
    width: 100%;
    max-width: 740px;
    font-size: 50px;
    line-height: 75px;
    font-family: 'noto-b';
    background-color: #e3a521;
}

.text_wrp h2 span {
    font-size: 85px;
}

.compare_sec_txt {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 45px 0 0 0;
}

.compare_sec_txt .img_wrp {
    position: absolute;
    right: -30px;
    bottom: -5px;
}

.lets_compare_sec .container {
    position: relative;
    z-index: 1;
}

.lets_compare_sec>.inner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e3a521;
    transform: skew(0deg, 0deg);
    height: 75%;
}

.lets_compare_sec>.inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -45px;
    background-image: url(../img/circle-shadow.png);
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.compare_sec_txt>div {
    z-index: 2;
}

.compare_sec_txt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 30px solid #e3a521;
}

.sec-5 {
    background: url(../img/light-bg-shapes.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.mt50 {
    margin-top: 50px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.price_sec {
    display: inline-block;
    margin: 0 -80px 0 0;
    padding: 18px 0 0 0;
}

.percentage_Sec .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
    font-family: 'noto-b';
    width: 100%;
    max-width: 170px;
    text-align: center;
}

.percentage_Sec .price_sec {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    max-width: calc(100% - 176px);
}

.percentage_Sec .bundles_img {
    display: block;
    margin: 0 0 4px 0;
}

.percentage_Sec .price {
    font-size: 26px;
    color: #bb0000;
    font-family: 'noto-b';
    margin: -10px 0 0 0;
}

.percentage_Sec .inner_row:first-child .price {
    text-align: right;
    width: 100%;
    max-width: 155px;
}

.percentage_Sec .inner_row:last-child .price {
    width: 100%;
    max-width: 440px;
    text-align: right;
}

.sec-5 .title_txt h2 {
    font-family: 'noto-b';
    font-size: 26px;
    margin-top: 20px;
}

.sec-5 .title_txt p {
    font-size: 22px;
    margin-top: 15px;
}

.sec-5 .title_txt p span {
    color: #e70012;
    font-family: 'noto-b';
}

.sec-5 .text_rightImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background: #fff100;
}

.sec-5 .text_rightImg .left_txt {
    flex: 1;
    padding: 30px;
}

.sec-5 .text_rightImg .left_txt p {
    font-size: 30px;
}

.sec-5 .text_rightImg .left_txt p span {
    font-family: 'noto-b';
    color: #111;
}

.sec-5 .text_rightImg .right_img {
    flex: 0 0 300px;
    padding-top: 300px;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.sec-5 .text_rightImg .right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.sec-6 {
    padding: 100px 0;
    background: url(../img/offer_cheaply_bg.jpg) no-repeat;
    background-size: cover;
}

.sec-6 .sec-6-inner {
    border: solid 3px #111;
    background: #fff;
    background-image: url(../img/machine-pic.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 270px;
    margin-top: -4px;
    padding: 50px 250px 50px 55px;
    margin-left: 50px;
}

.sec-6 .sec-6-inner p {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.sec-6 .sec-6-inner p:last-of-type {
    margin-bottom: 0;
}

.sec-6 .sec-6-inner p::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(../img/num-m-1.png) no-repeat;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.sec-6 .sec-6-inner p:nth-of-type(1)::before {
    background: url(../img/num-m-1.png) no-repeat;
    background-size: contain;
}

.sec-6 .sec-6-inner p:nth-of-type(2)::before {
    background: url(../img/num-m-2.png) no-repeat;
    background-size: contain;
}

.sec-6 .sec-6-inner p:nth-of-type(3)::before {
    background: url(../img/num-m-3.png) no-repeat;
    background-size: contain;
}

.sec-6 .sec-6-inner p:nth-of-type(4)::before {
    background: url(../img/num-m-4.png) no-repeat;
    background-size: contain;
}

.sec-7 {
    background: #111;
    color: #fff100;
    font-family: 'noto-b';
    padding: 50px 0;
    font-size: 36px;
    position: relative;
}

.sec-7 p:nth-of-type(2) {
    margin: 15px 0;
    font-size: 70px;
}

.sec-7 p:nth-of-type(2) span {
    display: inline-block;
    background: #fff100;
    color: #111;
    margin-bottom: 10px;
    padding: 0 10px;
}

.sec-7::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 57px solid transparent;
    border-right: 57px solid transparent;
    border-top: 54px solid #111;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -54px;
}

.sec-8 {
    padding: 100px 0;
    background: url(../img/light-bg-shapes2.jpg) no-repeat;
    background-size: cover;
}

.sec-8-list {
    margin-right: -4%;
}

.f-48 {
    flex: 0 0 46%;
    margin-right: 4%;
    margin-bottom: 4%;
    box-shadow: 0px 7px 7.5px rgb(0 0 0 / 19%);
    background: #fff;
}

.f-96 {
    flex: 0 0 96%;
    margin-right: 4%;
    margin-bottom: 4%;
    box-shadow: 0px 7px 7.5px rgb(0 0 0 / 19%);
    background: #fff;
}

.f-96 .f-48 {
    margin: 0;
    box-shadow: unset;
}

.sec-8-item-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.sec-8-item-content {
    padding: 30px;
    line-height: 26px;
}

.sec-8-item-content img {
    margin: 5px 0;
}

.sec-8-item-content span {
    color: #e70012;
    font-family: 'noto-b';
}

.f-96 .item-title,
.f-48 .item-title {
    font-family: 'noto-b';
    font-size: 26px;
    margin-bottom: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-96 .f-48 .item-title {
    margin-bottom: 0;
}

.sec-8-num {
    display: inline-block;
    background: #fff100;
    font-family: 'noto-b';
    text-align: center;
    width: 90px;
    height: 90px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sec-8-num h5 {
    font-style: normal;
    font-size: 10px;
    flex: 0 0 100%;
}

.sec-8-num h4 {
    flex: 0 0 100%;
    font-size: 10px;
    font-size: 60px;
    line-height: 60px;
}

.f-96 .f-48 .sec-8-num {
    margin-right: 20px;
}

.color-red {
    color: #e70012;
    font-family: 'noto-b';
}

.sec-8 .iframe-sec {
    width: 100%;
    padding-top: 55%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sec-8 .iframe-sec iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    background: url(../img/video.png) no-repeat;
    background-size: cover;
}

.sec-9 {
    padding: 100px 0;
    background: url(../img/support_bg.png) no-repeat;
    background-size: cover;
}

.sec-9 .sub-text {
    font-size: 24px;
}

.point_notice {
    box-shadow: 2.571px 3.064px 0px #111111;
    border: 1px solid #111111;
    display: flex;
    flex-wrap: wrap;
}

.point_notice .left {
    max-width: 126px;
    width: 100%;
    background-color: #111;
    color: #ffffff;
    text-align: center;
    line-height: 31px;
    padding: 27px 0;
}

.point_notice .right {
    width: 100%;
    max-width: calc(100% - 126px);
    line-height: 30px;
    padding: 15px 15px;
}

.sec-9 .f-48,
.sec-9 .f-96 {
    border-top: solid 10px #fff100;
}

.sec-10 {
    padding: 100px 0;
    background: url(../img/tiles-bg.jpg) no-repeat;
    background-size: cover;
}

.sec-10 .sub-text {
    font-size: 22px;
}

.sec-10 .inner {
    position: relative;
}

.sec-10 .box {
    position: relative;
    background-color: #e3cb21;
    border: 1px solid #111111;
    padding: 34px 40px;
    z-index: 2;
}

.sec-10 .box p {
    margin: 0;
    font-size: 30px;
    line-height: 48px;
    font-family: 'noto-b';
    text-align: left;
}

.sec-10 .inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto -9px -9px auto;
    top: 0;
    bottom: 0;
    background-image: url(../img/sprites-lines-bg.png);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonail_sec {
    background-color: #ffffff;
    box-shadow: 0px 7px 7.5px rgb(0 0 0 / 19%);
    border-top: 10px solid #e3cb21;
    padding: 50px 55px;
}

.testimonail_sec h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'noto-b';
    margin: 0 0 40px 0;
}

.testimonail_sec .left_dis {
    width: 100%;
    max-width: calc(100% - 155px);
    display: inline-block;
    vertical-align: middle;
}

.testimonail_sec .right_img {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
}

.testimonail_sec .left_dis p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.sec-qa {
    padding: 60px 0;
    background: #f2f2f2;
}

.sec-qa .sec-title {
    font-size: 60px;
    font-family: 'noto-b';
    text-align: center;
}

.sec-qa .sec-title span {
    font-size: 40px;
}

.sec-qa .sec-sub-title {
    font-family: 'noto-b';
    text-align: center;
    margin-top: -5px;
    margin-bottom: 20px;
    text-indent: 5px;
}

.qa-list {
    margin-top: 20px;
}

.qa-item {
    margin-bottom: 20px;
}

.qa-title {
    background: #e3cb21;
    padding: 15px 0;
    font-family: 'noto-m';
}

.qa-title div:first-of-type {
    font-size: 30px;
    padding: 0 15px;
    line-height: 0;
    color: #fff;
}

.qa-title div:last-of-type {
    flex: 1;
    padding-left: 10px;
    font-size: 18px;
}

.qa-content {
    margin-top: 10px;
    font-family: 'noto-m';
}

.qa-content div:first-of-type {
    font-size: 30px;
    padding: 0 15px;
    line-height: 30px;
}

.qa-content div:last-of-type {
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
}

.qa-content div:last-of-type span {
    color: #e70012;
}

.f-15 {
    flex: 0 0 15%;
}

.f-35 {
    flex: 0 0 35%;
}

.sec-specification {
    padding: 60px 0 100px;
    background: #111;
}

.sec-specification .sec-title {
    text-align: center;
    color: #fff;
}

.sec-specification .sec-title p:first-of-type {
    font-family: 'noto-b';
    font-size: 60px;
    text-transform: uppercase;
}

.sec-specification .sec-title p:last-of-type {
    font-size: 20px;
}

.sec-specification .sec-content {
    position: relative;
    margin-top: 50px;
}

.sec-specification .sec-content .f-35,
.sec-specification .sec-content .f-15 {
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #111;
}

.sec-specification .d-flex {
    background: #fff;
}

.sec-specification .sec-content .f-15 {
    background: #e3cb21;
    font-family: 'noto-b';
}

.sec-specification .sec-spe-img {
    position: absolute;
    width: 200px;
    bottom: -30px;
    right: -80px;
}

.sec-contact {
    padding: 60px 0;
    background: #e3cb21;
}

.sec-contact form {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

.sec-contact .sec-title {
    text-align: center;
    font-size: 30px;
    font-family: 'noto-b';
}

.sec-contact form label,
.sec-contact form input,
.sec-contact form textarea {
    display: block;
}

.sec-contact form textarea:focus {
    outline: none;
}

.sec-contact form label {
    margin-bottom: 5px;
}

.sec-contact form input {
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    padding: 10px;
}

.sec-contact form textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px;
}

.sec-contact button {
    margin: 50px auto 0;
    background: #006835;
    color: #fff;
    font-family: 'noto-b';
    font-size: 30px;
    border: none;
    position: relative;
    padding: 15px 300px;
}

.sec-contact button:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

.sec-contact button img {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
}

footer {
    padding: 30px 0;
    text-align: center;
}

.sec-thanks {
    min-height: calc(100vh - 90px);
    padding: 150px 0 50px;
}

.main-area {
    margin-top: 30px;
    text-align: center;
}

.main-area a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 30px;
    background: #1f2674;
    color: #fff;
    border-radius: 3px;
    border: solid 2px #1f2674;
}

.main-area p {
    font-size: 20px;
}

.main-area a:hover {
    background: #fff;
    color: #1f2674;
    cursor: pointer;
}

.main-area .err-msg {
    color: #e70012;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .container {
        max-width: 740px;
    }
    header {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header .pc {
        display: none;
    }
    header .sp {
        display: block;
    }
    .nav-special a {
        height: 40px;
        display: flex;
        align-items: center;
    }
    .nav-special a p {
        flex: 1;
        padding-left: 15px;
    }
    #nav-ul li.nav-special a {
        background: #f2f2f2;
        color: #111;
        padding: 0 10px;
        font-weight: bolder;
    }
    #nav-ul .nav-special.nav-mail a {
        background: #fff100;
    }
    #nav-ul .nav-special.nav-line a {
        background: #00b900;
    }
    nav #nav-overlay {
        /* background: #e3a521; */
    }
    .sec-2 {
        padding-top: 60px;
    }
    .sec-2 img {
        width: 320px;
    }
    .sec-3 h1 {
        font-size: 80px;
        line-height: 90px;
    }
    .sec-3 h1 span {
        font-size: 110px;
    }
    .sec-4 .about_future {
        margin: 0;
    }
    .about_future .img_wrp {
        right: -73px;
    }
    .about_future .txt {
        max-width: 380px;
        font-size: 20px;
    }
    .sec-4-1 {
        font-size: 20px;
    }
    .sec-4-2 h1 {
        font-size: 65px;
        line-height: 100px;
    }
    .txt_img img {
        left: -60px;
        bottom: -30px;
        width: 225px;
        max-width: 300px;
    }
    .sec-4-2 p {
        font-size: 18px;
    }
    .sec-4-3 h1,
    .sec-4-2 h2 {
        font-size: 30px;
    }
    .sec-4-3-inner {
        margin-left: 0;
        padding-right: 140px;
    }
    .sec-4-3 .img_wrp img.girl_img {
        width: 240px;
    }
    .testimonail_sec h2,
    .sec-6 .sec-6-inner p,
    .pop_txt p,
    .sec-4-3-inner p {
        font-size: 20px;
    }
    .sec-4-3 .img_wrp img.idea_icon {
        left: -60px;
        top: 30px;
        width: 110px;
    }
    .img-text-2 {
        width: 60%;
    }
    .text_wrp h2 {
        font-size: 40px;
        line-height: 70px;
    }
    .text_wrp h2 span {
        font-size: 54px;
    }
    .sec-5 .title_txt h2 {
        font-size: 22px;
    }
    .sec-5 .text_rightImg .left_txt p,
    .sec-5 .title_txt p {
        font-size: 18px;
    }
    .sec-5 .text_rightImg .right_img {
        padding-top: 215px;
    }
    .sec-6 .sec-6-inner p::before {
        width: 60px;
        height: 60px;
        left: -88px;
    }
    .sec-7 {
        font-size: 30px;
    }
    .sec-7 p:nth-of-type(2) {
        font-size: 55px;
    }
    .sec-8-item-thumb img {
        height: 200px;
    }
    .sec-9 .sub-text,
    .f-96 .item-title,
    .f-48 .item-title {
        font-size: 22px;
    }
    .sec-8-item-content {
        padding: 15px;
    }
    .sec-8-item-content .item-content {
        font-size: 13px;
    }
    .point_notice .right {
        line-height: 22px;
        font-size: 14px;
    }
    .sec-contact button {
        font-size: 24px;
        padding: 15px 100px;
    }
    .sec-contact button img {
        right: 30px;
        width: 20px;
    }
    .sec-10 .box p {
        font-size: 20px;
        line-height: 40px;
    }
    .sec-specification .sec-content .f-35 {
        font-size: 14px;
        position: relative;
        z-index: 3;
    }
}

@media (max-width: 767px) {
    header {
        padding-left: 12px;
    }
    .sec-2 .container {
        width: calc(100% - 20px);
        background-size: 50%;
    }
    .sec-2 .sec-2-inner {
        padding: 20px;
    }
    .sec-2 .sec-2-content {
        width: 100%;
        position: relative;
        font-size: 14px;
        line-height: 24px;
        z-index: 10;
    }
    .sec-2 .sec-2-content p:nth-of-type(2) span {
        font-size: 18px;
        margin-left: 5px;
    }
    .sec-2 img {
        width: 110px;
    }
    .sec-3 h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .sec-3 h1 span {
        font-size: 48px;
    }
    .sec-3 {
        padding: 105px 0 6px 0;
    }
    .sec-3::after {
        bottom: -45px;
        border-top: 70px solid #92a0a3;
        border-right: 70px solid transparent;
        z-index: -1;
    }
    .sec-4 {
        padding-top: 70px;
    }
    .sec-4 .about_future {
        padding: 25px;
    }
    .about_future .img_wrp {
        width: 130px;
        right: -10px;
        bottom: -40px;
    }
    .about_future .txt {
        font-size: 14px;
    }
    .about_future .txt p:nth-of-type(2) {
        padding-right: 30px;
    }
    .about_future .txt p:nth-of-type(3) {
        padding-right: 70px;
    }
    .about_future .txt p:nth-of-type(4) {
        padding-right: 100px;
    }
    .sec-4-1 {
        padding: 15px;
        font-size: 16px;
        line-height: 24px;
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 37px;
    }
    .sec-4-2 {
        margin: 0;
        padding: 20px;
    }
    .txt_img img {
        left: -40px;
        bottom: -18px;
        width: 110px;
        max-width: 300px;
    }
    .sec-4-2 h1 {
        font-size: 31px;
        line-height: 45px;
    }
    .sec-4-2 p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 30px;
    }
    .sec-4-2 h2 {
        font-size: 22px;
    }
    .sec-4-3 h1 {
        font-size: 20px;
    }
    .sec-4-3 {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .triangle_bottom p {
        margin: 0;
    }
    .sec-4-3-inner {
        margin-top: 50px;
        padding: 20px 80px 20px 20px;
    }
    .testimonail_sec h2,
    .sec-6 .sec-6-inner p,
    .pop_txt p,
    .sec-4-3-inner p {
        font-size: 14px;
    }
    .sec-4-3 .img_wrp {
        right: -72px;
    }
    .sec-4-3 .img_wrp img.girl_img {
        width: 200px;
    }
    .sec-4-3-inner p {
        line-height: 24px;
    }
    .sec-4-3 .img_wrp img.idea_icon {
        top: 16px;
    }
    .img-text-2 {
        width: 90%;
    }
    .pop_txt {
        background-size: contain;
        margin: 0;
        min-height: 95px;
    }
    .pop_txt p {
        margin: 4px 21px 3px 25px;
        font-size: 3.5vw;
        line-height: 6vw;
    }
    .text_wrp h2 {
        font-size: 20px;
        line-height: 28px;
        margin-left: 9vw;
        margin-top: 1vw;
        background: transparent;
    }
    .text_wrp h2 span {
        font-size: 30px;
    }
    .compare_sec_txt .img_wrp {
        width: 130px;
        z-index: 3;
    }
    .lets_compare_sec>.inner::before {
        content: unset;
    }
    .compare_sec_txt {
        margin: 0;
    }
    .lets_compare_sec::after,
    .lets_compare_sec::before {
        top: -50px;
    }
    .percentage_Sec .title {
        display: block;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
    }
    .sec-5 .title_txt h2,
    .percentage_Sec .price {
        font-size: 20px;
    }
    .sec-5 .text_rightImg .left_txt p,
    .sec-5 .title_txt p {
        font-size: 14px;
    }
    .sec-5 .title_txt img {
        width: 60px;
    }
    .sec-5 .text_rightImg .left_txt {
        padding: 15px;
    }
    .sec-5 .text_rightImg .left_txt p {
        margin: 0;
    }
    .sec-5 .text_rightImg .right_img,
    .sec-5 .text_rightImg .left_txt {
        flex: 0 0 100%;
    }
    .sec-5 .text_rightImg .right_img {
        padding-top: 150px;
    }
    .tooltip_txt {
        margin-top: 15px;
    }
    .sec-6 {
        padding: 50px 0;
    }
    .sec-6 .sec-6-inner {
        margin-left: 30px;
        padding: 30px 10px 30px 30px;
    }
    .sec-6 .sec-6-inner p {
        min-height: 60px;
        margin-bottom: 15px;
    }
    .sec-6 .sec-6-inner p::before {
        width: 50px;
        height: 50px;
        left: -58px;
    }
    .sec-6 .sec-6-inner {
        background-size: 120px;
    }
    .sec-7 {
        font-size: 14px;
        padding: 30px 0;
    }
    .sec-7 p:nth-of-type(2) {
        font-size: 24px;
        margin: 5px 0;
    }
    .sec-7::after {
        border-left: 37px solid transparent;
        border-right: 37px solid transparent;
        border-top: 34px solid #111;
        bottom: -34px;
    }
    .f-48 {
        flex: 0 0 96%;
    }
    .sec-10,
    .sec-9,
    .sec-8 {
        padding: 60px 0;
    }
    .f-96 .f-48 {
        flex: 0 0 100%;
    }
    .sec-9 .sub-text,
    .f-96 .item-title,
    .f-48 .item-title {
        font-size: 16px;
    }
    .point_notice .left {
        max-width: 100%;
        padding: 5px 0;
    }
    .point_notice .right {
        max-width: 100%;
    }
    .sec-10 .sub-text {
        font-size: 16px;
    }
    .sec-10 .box {
        padding: 25px;
    }
    .sec-10 .box p {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonail_sec {
        padding: 25px;
    }
    .testimonail_sec .right_img,
    .testimonail_sec .left_dis {
        max-width: 100%;
    }
    .testimonail_sec .right_img {
        margin-top: 15px;
    }
    .testimonail_sec h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .testimonail_sec .left_dis p {
        font-size: 14px;
        line-height: 20px;
    }
    .qa-title div:last-of-type {
        font-size: 16px;
    }
    .qa-content div:first-of-type,
    .qa-title div:first-of-type {
        font-size: 24px;
        padding: 0 10px;
    }
    .qa-content div:last-of-type {
        font-size: 14px;
    }
    .sec-specification .sec-title p:first-of-type {
        font-size: 40px;
    }
    .sec-specification .sec-title p:last-of-type {
        font-size: 16px;
    }
    .sec-specification .sec-content {
        margin-top: 25px;
    }
    .f-15 {
        flex: 0 0 35%;
        font-size: 12px;
    }
    .sec-specification .sec-content .f-35 {
        flex: 0 0 65%;
        font-size: 12px;
    }
    .sec-specification .sec-content .f-35,
    .sec-specification .sec-content .f-15 {
        height: auto;
        min-height: 60px;
    }
    .sec-contact form {
        padding: 20px;
    }
    .sec-contact .sec-title {
        font-size: 24px;
    }
    .sec-contact form input {
        height: 30px;
        padding: 5px 10px;
    }
    .sec-contact form label {
        font-size: 14px;
    }
    .sec-contact form textarea {
        height: 120px;
    }
    .sec-contact button {
        padding: 15px 0;
        width: 100%;
        font-size: 18px;
    }
    .sec-contact button img {
        right: 15px;
    }
    footer {
        padding: 15px 0;
    }
    .copyright {
        font-size: 12px;
    }
    .sec-7 {
        text-align: center;
    }
}
