@charset "UTF-8";
/* CSS Document */


body{
    background-color: #fff;
}
.y_bg_color {
    background: #FEF4A0;
}
.pink_bg_color {
    background-color: #EA609F;
}
.blue_bg_color {
    background-color: #00B5EE;
}



/* セクションタイトル */

.white-title {
    border-bottom:solid 15px #FFF;
    position: relative;
    display:inline-block;
    color: #111;
    padding: 0 10px;
    text-align: center;
    height: 60px;
    font-feature-settings: "palt";
}
.white-title:before {
    content: "";
    width: 610px;
    height: 97px;
    background:url(images/dot-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -10vw;
    top: -15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}
.white-title:after {
    content: "";
    width: 610px;
    height: 97px;
    background:url(images/dot-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right:-10vw;
    top: -15px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}


.yellow-title {
    border-bottom:solid 15px #ffeb00;
    position: relative;
    display:inline-block;
    color: #111;
    padding: 0 10px;
    text-align: center;
    height: 60px;
    font-feature-settings: "palt";
}
.yellow-title:before {
    content: "";
    width: 610px;
    height: 97px;
    background:url(images/dot-left-y.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -10vw;
    top: -15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}
.yellow-title:after {
    content: "";
    width: 610px;
    height: 97px;
    background:url(images/dot-right-y.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right:-10vw;
    top: -15px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.yellow-title.wrap-text{
    border-bottom:none;
}
.yellow-title.wrap-text:before{
    background-position-y: center;
    top:50%;
}
.yellow-title.wrap-text:after{
    background-position-y: center;
    top:50%;
}
.yellow-title.wrap-text span{
    display: inline;
    border-bottom:solid 15px #ffeb00;
}

/*============================
heder
============================*/
#d_mv {
    position: relative;
    width: 100%;
    padding-bottom: 5rem;
}

.d_wrap {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    background-color: #F4CA16;
    background: url(images/mv-bg_1@2x-100.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    margin-top: 80px;
    background-position: 50%;
}

.d_main-title img{
    margin:0 auto;
    width:60%;
    max-width: 700px;
}

.d_illust {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 1300px;
    width:100%;
    height:auto;
}

.main-mobile {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 980px;
    margin: 15px auto;
}

#red_heading {
    background:#FF0000;
    color: #FFF;
    /* position: relative; */
    width:100%;
    padding:0.5rem;
}



/*============================
LogoSlide
============================*/
.logos_slide {
    position: relative;
    z-index: 1;
    background: #FFF;
    padding: 5px 0;
    opacity: 0;

}

.logos_slide.slick-initialized {
    opacity: 1;
}

.slid-item {
    position: relative;
    height: auto;
    margin-right: 10px;
}
.slid-item::before {
    content: "";
    display: block;
    padding-top: 50%;
}
.slid-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top:0;
}



/*============================
#sec1
============================*/

.d_question-txt {
    position: absolute;
    bottom: 200px;
    text-shadow:
        1px 1px 3px #FFF,
        1px 1px 3px #FFF,
        1px 1px 3px #FFF,
        -1px -1px 3px #FFF,
        -1px -1px 3px #FFF,
        -1px -1px 3px #FFF;
}

#d_mv .d_device img {
    max-width: 430px;
    width: 100%;
}

.bg_vermilion {
    background: #ED6D46;
    padding: 18px;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

/*============================
#sec2
============================*/
#sec2 img {
    image-rendering: -webkit-optimize-contrast;
}

#sec2 .wrap {
    max-width: 1100px;
}


.seven_features_wrap {
    border:solid 2px #F4C916;
    border-radius: 10px;
    max-width: 780px;
    width: 80%;
    margin: 0 auto;
    padding: 55px;
    text-align: left;
    position: relative;
    background-color: #FFF;
}
.seven_features_wrap::before {
    content: '';
    display: block;
    height: 132px;
    width: 132px;
    background: url(images/sec2_seven_feartures.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left:0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.seven_features_wrap ol li {
    border-bottom: dotted 2px rgb(190, 190, 190);
    padding: 18px 0;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    align-items: flex-start;
}
.seven_features_wrap ol li img {
    margin-right: 10px;
    display: block;
    width: 28px;
    height: 28px;
    margin-top: 4px;
 }
.seven_features_wrap ol li span { display: block; }

.seven_features_wrap strong {
     display: inline;
     background: linear-gradient(transparent 60%, #fff001 0%);
 }


/*============================
#sec2-2
============================*/
#sec2-2 img {
    image-rendering: -webkit-optimize-contrast;
}

#sec2-2 {
    padding: 85px 0 ;
    overflow: hidden;
}

.problem_solving_wrap{
    display: flex;
    flex-wrap:nowrap;
}
.problem_solving_wrap li {
    margin-bottom: 5px;
}

.map-img {
    max-width: 888px;
    width: 85%;
}


/*============================
#sec3
============================*/
#sec3 img {
    image-rendering: -webkit-optimize-contrast;
}

.func_title {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}
.func_title img { margin-right: 20px; display: block; }
.func_title span {
    display: block;
    border-bottom: #F4C916 3px solid;
    width:100%;
}
.features_wrap {
    border:solid 1px #ffeb00;
    border-radius: 10px;
    max-width: 665px;
    margin: 0 auto;
    padding: 55px;
    text-align: left;
    position: relative;
    background: url(images/dot_pattern.jpg);
}
.features_wrap::before {
    content: '';
    display: block;
    height: 86px;
    width: 86px;
    background: url(images/sec3_features.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left:10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.features_wrap ol li {
    border-bottom: dotted 2px rgb(190, 190, 190);
    padding: 10px 0;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    align-items: flex-start;
}
.features_wrap ol li img {
    margin-right: 10px;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 4px;
 }
 .features_wrap ol li span { display: block; }

 .features_wrap strong {
    display: inline;
    background: linear-gradient(transparent 70%, #fff001 0%);
 }

.point_balloon {
    background: #f4ca16;
    padding:16px 5px;
    color: #FFF;
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    position: relative;
    font-feature-settings: "palt";
}
.point_balloon::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 30px solid #f4ca16;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.brand-logos { width: 500px; }

.logowrap {
    background-color: white;
    padding: 20px;
    max-width: 625px;
    border-radius: 20px;
    border: solid 3px #F4C916;
    margin:0 auto;
}

/*============================
#sec4
============================*/

.yellow_b_border {
    border-bottom:solid 1px #F4C916;
    padding-bottom: 10px;
    justify-content: space-between;
    flex-grow: 1;
}
.company-name {
    text-align: left;
    width: 100%;
}
.company-name span {
    display: block;
    text-align: right;
}
.voice-content p { margin-bottom: 1rem; }
.voice_logo-img { width:90%; padding-right: 30px; }
.voice_logo-img .logo-img { margin:0 auto; }

.green-txt { color: #00a33e; font-weight: 500; }


/*============================
#sec5
============================*/

.plan-wrap {
    position: relative;
    display: inline-block;
    background: url(images/sec5_dot_middle.png);
    background-repeat: repeat-y;
    background-size: contain;
    max-width: 800px;
    min-width: 550px;
    width: 45vw;
    margin-top: 120px;
}
.plan-wrap img:first-child { vertical-align: top; }

.plan-inner {
    padding:30px;
}

.basic_plan {
    position: relative;
    z-index: 1;
    width: 80%;
}

.initial_cost {
    width: 75%;
}

.man_illust {
    /* position: absolute; */
    /* max-width: 350px; */
    width: 80%;
    /* transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1; */
}

.chuki {
    font-size:12px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
}

.chuki.sp {
    font-size:12px;
    text-align: left;
    width:100%;
    max-width: none;
    margin: 1rem auto;
}

.annotation {
    text-align: left;
    display: flex;
    justify-content: center;
    margin:0 auto;
    width: 100%;
    font-size: 14px;
    transform: rotate(0.05deg);
}
.annotation img {
    display: block;
    margin-right: 10px;
    width:25%;
}

.plan_service_contents {
    background: #fff001;
    border-radius: 10px;
    padding:16px 5%;
    max-width: 600px;
    margin:0 auto;
    position: relative;
    font-feature-settings: 'palt';
}
.plan_service_contents::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 30px solid #fff001;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.plan_service_contents h4 {
    border-bottom: solid 1px #333;
}
.plan_service_contents ul {
    text-align: left;
    font-size: 20px;
}
.plan_service_contents li { transform: rotate(0.05deg); }
.plan_service_contents strong { color: #ed6d46; }

.circle_trial {
    position: absolute;
    right: -10%;
    top: -100px;
    width: 30%;
    max-width: 200px;
}

.trial_flow {
    text-align:left;
    background:White;
    max-width:814px;
    margin:0 auto;
    padding: 15px;
    padding-top:60px;
    position: relative;
}
.trial_flow h3 {
    position: absolute;
    top: 0;
    left: 0;
}

.flow_step {
    max-width: 740px;
    background-color: #E6E6E6;
    position: relative;
    margin: 20px auto;
    padding: 10px;
    position: relative;
    padding-top: 50px;
}
.flow_step::before {
    height: 0;
    display: block;
    position: absolute;
    right: -3px;
    content: "";
    border-bottom: solid 30px #fff;
    border-left: solid 30px transparent;
    bottom: -3px;
    z-index: 2;
}
.flow_arrow::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom:-30%;
    transform: translateX(-50%);
    border-top: 20px solid #ED6D46;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.step_heading {
    background-color: #FFEB00;
    color: #000;
    overflow: hidden;
    font-weight: 800;
    display: flex;
    align-items: center;
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.step_heading img, .step_heading span { display: block; }

.step_items {
    display: flex;
    align-items: center;
}
.step_items img { padding:15px; }

@media (max-width: 1000px) {

    /*============================
    #d_mv
    ============================*/
    #d_mv {
        height: auto;
        margin-top: 10vw;
    }
    .d_wrap {
        height: 80vw;
        margin-top:0;
    }
    #d_mv h1 img {
        width: 100%;
    }

    /*============================
    #sec1
    ============================*/
    .d_question-txt {
        bottom:100px;
    }
    .fix-btn { display: none!important; }


    /*============================
    #sec2
    ============================*/
    .d_task-list { gap: 3vw 3vw; }

    .d_kadai-item-title { width:calc(100% - 5vw); }

    /* .flex-wrap { justify-content:space-around; } */

    .flex_wrap li {
        flex-basis:unset;
    }


    /*============================
    #sec5
    ============================*/

    /* .man_illust {
        position: absolute;
        bottom: -3vw;
        left: 2vw;
        width:17vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    } */

    .annotation { width: 100%; }

    .circle_trial {
        position: absolute;
        right: -8vw;
        top: -10vw;
        width: 18vw;
    }

    .plan_service_contents {
        padding: 16px;
    }

}

@media (max-width: 768px) {

    .d_wrap {
        height: auto;
        background: none;
    }

    .flex_wrap li {
        width: 40vw;
    }

    .gray_box { padding: 5px; }


    .yellow-title {
        border-bottom:solid 2.5vw #ffeb00;
        position: relative;
        display:inline-block;
        color: #111;
        padding: 0 10px;
        text-align: center;
        height: 8vw;
    }
    .yellow-title:before {
        width: 50vw;
        height: 15vw;
        left: -5vw;
        top: 0;
    }
    .yellow-title:after {
        width: 50vw;
        height: 15vw;
        right:-5vw;
        top: 0;
    }

    .white-title {
        border-bottom:solid 2.5vw #FFF;
        position: relative;
        display:inline-block;
        color: #111;
        padding: 0 10px;
        text-align: center;
        height: 8vw;
    }
    .white-title:before {
        width: 50vw;
        height: 15vw;
        left: -5vw;
        top: 0;
    }
    .white-title:after {
        width: 50vw;
        height: 15vw;
        right:-5vw;
        top: 0;
    }

    /*============================
    #sec1
    ============================*/

    #d_mv {
        margin-top: 5vw;
    }

    #d_mv .d_device img {
        width: 60vw;
    }

    .d_question-txt {
        bottom:30px;
    }

    .d_illust { top: 50vw; }



    /*============================
    #sec2
    ============================*/
    #sec2 .sp-width100 { width: 100%!important; }

    .d_kadai-items {
        width:calc(100% - 5vw);
    }

    .d_kadai {
        margin-bottom: -15vw;
    }

    .d_kadai-item-title {
        font-size: 3.5vw;
        margin-bottom: 1.2vw;
        width:calc(100% - 6vw);
    }

    .end_arrow img {
        width: 8.5vw;
        height: auto;
        vertical-align: top;
    }

    .d_task-list {
        justify-content: start;
        gap: 0.5vw 0.5vw;
    }

    .d_task-list li {
        display: flex;
        flex-direction: row;
        flex-grow: 1;
        padding: 0 2vw;
    }

    .d_task-list img { width: 21vw; height:21vw; }

    .txt-wrap {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        margin-top: 0;
        margin-left: 2vw;
    }

    .hirame-ku_arrow { width: 50vw; }


    /*============================
    #sec3
    ============================*/
    .features_wrap {
        border:solid 1px #ffeb00;
        border-radius: 10px;
        max-width: 665px;
        margin: 5vw auto;
        padding: 5vw;
        text-align: left;
        position: relative;
        background: url(images/dot_pattern.jpg);
    }
    .features_wrap::before {
        content: '';
        display: block;
        height: 15vw;
        width: 15vw;
        background: url(images/sec3_features.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: -1vw;
        left:5vw;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .seven_features_wrap {
        padding: 5vw 10vw;
        margin-top: 4vw;
        width: 95%;
    }
    .seven_features_wrap::before {
        height: 15vw;
        width: 15vw;
        top: -2vw;
        left:5vw;
    }
    .seven_features_wrap ol li img {
        width: 6vw;
        height: 6vw;
     }

    .brand-logos { width: 80%; }

    .features_wrap ol li img {
        width: 5vw;
        height: 5vw;
    }


    /*============================
    #sec4
    ============================*/
    .pc-other {
        display: none;
    }
    .representative {
        max-width: 35%;
    }
    .company-name h4{
        text-align: left;
        transform-origin: 0 0;  /* 要素の左上を基準に変形をかける */
        transform: scaleX(0.9); /* 長体率(%) / 100 */
        width: 119%;            /* 要素幅調整 */
    }



    /*============================
    #sec5
    ============================*/
    .sp-slim_wrap { width: 85%!important; }

    .plan-wrap {
        margin-top: 15vw;
        min-width: auto;
        width: 100%;
    }

    .plan-inner { padding:3.5vw; }

    .plan_service_contents { padding:16px 5vw; }

    /* .man_illust {
        position: absolute;
        bottom: -5vw;
        left: 4vw;
        width: 22vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 1;
    } */

    .basic_plan {
        position: relative;
        z-index: 1;
        width: 105vw;
    }

    .annotation {
        /* padding-left:12vw; */
        width: 100%;
        font-size: 12px;
    }

    .func_title { align-items:flex-start; }
    .func_title img {
        width: 15vw;
        margin-right: 2vw;
        vertical-align: top;
    }

    .circle_trial {
        width: 25vw;
        right: -3vw;
        top: -10vw;
    }

    .initial_cost {
        width: 90%;
        margin-bottom: 1.2vw!important;
    }

    .trial_flow {
        padding-top:5vw;
    }

    .flow_arrow::after {
        bottom:-12vw;
        border-top: 5vw solid #ED6D46;
        border-right: 5vw solid transparent;
        border-bottom: 5vw solid transparent;
        border-left: 5vw solid transparent;
    }

    .flow_step {
        padding-top: 10vw;
    }

    .step_heading img {
        width:18vw;
    }
    .step_heading span {
        letter-spacing: -0.1em;
    }

    .step_items img {
        width: 20vw;
        padding:1vw;
        padding-right:3vw;
    }


}












/* 以下既存のLPスタイル //////////////////////////////////////////*/


/*RESET*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
    margin: 0;
}
body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
ol,
ul {
    list-style: none;
    list-style-type: none;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
    outline: none;
}

/*basic*/

body {
    background: #fff;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #111;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
#container {
    overflow-x: hidden;
}
body.landing-page #main-column{
    /* width: calc(100% - 340px); */
    width: 100%;
    background:#FFF;
}
body.landing-page #side-column {
    width:340px;
    position: fixed;
    top:0;
    right:0;
    height:100vh;
    box-shadow: 2px -5px 10px rgba(0, 0, 0, 0.164) inset;
    -ms-box-shadow: 2px -5px 10px rgba(0, 0, 0, 0.164) inset;
    -moz-box-shadow: 2px -5px 10px rgba(0, 0, 0, 0.164) inset;
    -webkit-box-shadow: 2px -5px 10px rgba(0, 0, 0, 0.164) inset;
    -o-box-shadow: 2px -5px 10px rgba(0, 0, 0, 0.164) inset;
}

@media (max-width: 1000px){
    body.landing-page #main-column{
        width: 100%;
        padding-bottom: 80px;
    }

    body.landing-page #main-column #navi {
        width:100%;
    }

    body.landing-page #side-column {
        width:100%;
        position: fixed;
        z-index: 2;
        top:auto;
        bottom:0;
        height:auto;
        padding: 20px;
        background:#FFF;
        box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    }
}

.wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
p {
    text-align: left;
}
.flex-wrapper {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.inquiry_type{
    flex-flow: column;
}

@media (min-width: 769px) {
    .pc-flex {
        display: flex;
    }
}
@media (max-width: 768px) {
    .sp-flex {
        display: flex;
    }
}
.align-center {
    align-items: center;
}
.align-base {
    align-items: baseline;
}
.align-end {
    align-items: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-space-between {
    justify-content: space-between;
}
.justify-space-around {
    justify-content: space-around;
}
.flex-reverse {
    flex-direction: row-reverse;
}

a {
    transition: 0.3s all ease;
}
a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    transform: translateY(-5px);
}

/*============================
#navi
============================*/
#navi {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
body.landing-page #navi{
    /* width: calc(100% - 340px); */
    width: 100%;
}
.wrap-outer {
    width: 100%;
    padding: 6px 0px 6px 2%;
}
body.landing-page .wrap-outer {
    max-width: 1440px;
}
.logo {
    width: 18%;
    height: auto;
}
button.sp-menu {
    display: none;
}
.btn-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.btn {
    background: #00a33e;
    color: #fff;
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.d_btn {
    color: #fff;
    width: 400px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-item {
    width: 100% !important;
    height:auto;
    margin: 0!important;
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.322));
}
.btn2{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-trial {
    background: #EA609E;
}
.btn img {
    margin-right: 0.5em;
}
.top-btn {
    width: 160px;
    height: 40px;
}
.top-btn img {
    width: 22px;
}
.navi-list li a {
    color: #333;
    text-decoration: none;
    margin-right: 25px;
}

/* ボタンカラースタイル */
.orange-color {
    background: #FF9900;
    border-radius: 100vh;
}




/*============================
#mv
============================*/
#mv {
    width: 100%;
    height: 600px;
    background: #ffeb00 url(img/mv-bg.png) center center no-repeat;
    background-size: 1440px;
    padding-top: 40px;
    margin-top: 80px;
}
.center-btn {
    margin: 0 auto;
}
.top-btn-inline {
    margin: 8px 12px;
}
.footer-btn-vertical {
    margin: 12px auto;
}

/*============================
#sec1
============================*/
#sec1 {
    padding: 50px 0;
    overflow: hidden;
}
.video-container {
    width: 720px;
    height: auto;
    /* padding-top: 40.5%; */
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.video-container video {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0; */
    border: 5px solid #ffeb00;
}
.sec1-bg {
    width: 100vw;
    max-width: 1440px;
    height: 775px;
    background: url(img/bg1.jpg) center center no-repeat;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    padding: 35px 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 1440px) {
    .sec1-bg {
        margin-left: -220px;
    }
}

/*============================
#sec2.dot-bg
============================*/
#sec2 {
    padding: 85px 0;
    overflow: hidden;
}
.dot-bg {
    background-color: #ffeb00;
    background-image: radial-gradient(
        rgb(244 201 22 / 60%) 30%,
        transparent 30%
    );
    background-size: 16px 16px;
    position: relative;
    z-index: -2;
}
.icon-h2 {
    width: 100vw;
    padding: 70px 0 50px;
    background: #f4c916;
    color: #fff;
    margin-bottom: 65px;
    margin-left: calc(50% - 50vw);
    position: relative;
}
.icon-h2::before {
    content: "";
    width: 138px;
    height: 138px;
    border-radius: 69px;
    background: #f4c916;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.icon-h2::after {
    content: "";
    width: 43px;
    height: 67px;
    background: url(img/icon2.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.whitebox {
    background: #fff;
    padding: 50px 50px 65px;
}
.whitebox + .whitebox {
    margin-top: 50px;
}
.line-h3 {
    padding-bottom: 15px;
    margin-bottom: 50px;
    position: relative;
}
.line-h3::before {
    content: "";
    width: 100%;
    height: 21px;
    background: url(img/line.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
}
.highlight {
    display: inline;
    background-image: linear-gradient(to bottom, transparent 40%, #fff580 40%);
}
.frame {
    width: 713px;
    padding: 20px 20px 20px 30px;
    border: 2px solid #f4c916;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    line-height: 1.5;
}
.frame.big {
    width: 796px;
    padding-left: 50px;
}
.frame::before {
    content: "";
    width: 152px;
    height: 175px;
    background: url(img/man.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: -90px;
}
.frame::after {
    content: "";
    width: 42px;
    height: 42px;
    background: #fff;
    border-left: 2px solid #f4c916;
    transform: rotate(-40deg);
    position: absolute;
    top: -20px;
    right: -26px;
}

/*============================
#sec3
============================*/
#sec3 {
    padding: 85px 0;
    overflow: hidden;
}
.yellow-border {
    border: 2px solid #f4c916;
}

/*============================
#sec4.dot-bg
============================*/
#sec4 {
    padding: 85px 0;
    overflow: hidden;
}
#sec4 .whitebox {
    padding-top: 20px;
}
.box-ttl {
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    line-height: 1.33;
    text-align: left;
}
.ylw-ttl {
    border-bottom: 2px solid #f4c916;
}
.ttl-no {
    width: 114px;
    height: 98px;
    background: url(img/sb1.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding-top: 7px;
}
.list-frame {
    width: 780px;
    padding: 25px 140px 30px 45px;
    border: 2px solid #f4c916;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.list-frame::before {
    content: "";
    width: 93px;
    height: 93px;
    background: url(img/sb3.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    right: -15px;
}
.list-frame::after {
    content: "特徴";
    font-size: 25px;
    letter-spacing: 0.2em;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 0;
}
.list-frame-img {
    position: absolute;
    right: -64px;
    bottom: -15px;
}
.list-frame ul {
    text-align: left;
}
.list-frame ul li {
    padding: 12px 0 12px 35px;
    position: relative;
}
.list-frame ul li:not(:last-child) {
    border-bottom: 1px dotted #333;
}
.list-frame ul li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(img/check.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.list-frame ul li span {
    display: inline;
    background-image: linear-gradient(to bottom, transparent 40%, #fff580 40%);
}
.arrow1 {
    width: 46px;
    height: 80px;
    position: relative;
    margin: auto 25px auto 35px;
}
.arrow1::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 46px solid #ccedf3;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*============================
#sec5
============================*/
#sec5 {
    padding: 85px 0;
    overflow: hidden;
}
#sec5 .whitebox {
    padding-top: 20px;
}
.green-border {
    border: 2px solid #3ab483;
}
.green-ttl {
    border-bottom: 2px solid #3ab483;
}
.green-ttl .ttl-no {
    background: url(img/sb2.svg) center center no-repeat;
    background-size: contain;
}
.arrow2 {
    position: relative;
}
.arrow2::before {
    content: "";
    width: 50px;
    height: 30px;
    background: url(img/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

/*============================
#sec6
============================*/
#sec6 {
    /* background: #fffbcc; */
    padding: 70px 0 80px;
    overflow: hidden;
}
ul.knowhow-list {
    width: 545px;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide img {
    margin: 0 auto 15px;
}
.slick-prev,
.slick-next {
    width: 24px;
    height: 24px;
}
.slick-prev::before,
.slick-next::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
}
.slick-prev::before {
    border-top: 5px solid #DCDDDD;
    border-left: 5px solid #DCDDDD;
    transform: rotate(-45deg);
    left: -10px;
}
.slick-next::before {
    border-top: 5px solid #DCDDDD;
    border-right: 5px solid #DCDDDD;
    transform: rotate(45deg);
    right: -10px;
}

/*============================
#sec7
============================*/
#sec7 {
    padding: 70px 0;
}
#sec7 img {
    image-rendering: -webkit-optimize-contrast;
}
.voice-ttl {
    padding-bottom: 25px;
    border-bottom: 2px solid #00a4c5;
    position: relative;
}
.voice-ttl::before,
.voice-ttl::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #00a4c5;
    position: absolute;
    bottom: -7px;
    margin: auto;
}
.voice-ttl::before {
    left: 0;
}
.voice-ttl::after {
    right: 0;
}
.voices {
    padding-top: 10px;
}
.voice-each {
    position: relative;
    padding: 75px 40px 50px;
    margin-top: 90px !important;
}
.voice-each::before {
    content: "";
    width: 350px;
    height: 138px;
    background: url(img/voice-img.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
}
.voice-prof {
    width: 320px;
    margin-right: 30px;
}
.voice-prof img {
    margin-left: 0;
    margin-top: 30px;
}
.voice-content {
    flex: 1;
}
.voice-content h4 {
    border-bottom: 1px solid #f4c916;
    margin-bottom: 20px;
    text-align: left;
}
.voice-content h5 {
    text-align: left;
    margin-bottom: 0;
}

/*============================
#sec8.dot-bg
============================*/
#sec8 {
    padding: 85px 0 100px;
}
#sec8 .whitebox {
    padding: 65px 75px 75px;
}
.price-box {
    border: 1px solid #f4c916;
    padding: 0 30px 20px;
    position: relative;
    z-index: 0;
}
.price-ttl {
    width: calc(100% + 60px);
    height: 30px;
    margin-left: -30px;
    padding-top: 10px;
    background: #f4c916;
    color: #fff;
    margin-bottom: 65px;
    position: relative;
}
.price-ttl::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid #f4c916;
    border-left: 425px solid transparent;
    border-right: 425px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}
.basic-list li {
    padding-left: 28px;
    position: relative;
    letter-spacing: 0;
}
.basic-list li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(img/icon3.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.price-wrap {
    display: flex;
    flex-wrap: wrap;
}
.plan-table {
    border-collapse: collapse;
    width: 100%;
}
.plan-table th,
.plan-table td {
    border: 1px solid #f4c916;
    vertical-align: middle;
    line-height: 1.2;
}
.plan-table th {
    height: 50px;
}
.table1 {
    width: 358px;
}
.table1 th,
.table1 td {
    border-right: none;
}
.table1 td {
    padding: 20px 5px 30px 10px;
}
.table2 {
    width: 430px;
}
.table3 th,
.table3 td {
    border-top: none;
    height: 65px;
}
.option-table {
    width: 100%;
    border-collapse: collapse;
}
.option-table td {
    border: 1px solid #f4c916;
    vertical-align: middle;
    height: 100px;
}
.option-table td:first-child {
    padding-left: 65px;
}
.option-ttl {
    text-align: left;
    position: relative;
}
.option-ttl::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(img/icon3.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
}

/*============================
#cta
============================*/
#cta {
    /* padding: 40px 0 65px; */
    padding: 40px 0 0px;
    position: relative;
    overflow: hidden;
}
#cta .form-swich-btns{
    padding: 20px 10px;
}
#cta .form-swich-btns > a{
    display: inline-block;
    text-align: center;
    /* width: 18em; */
}
#cta .form-swich-btns .btn2{
    color: #FFF;
    /* border: solid 1px #000; */
    padding:5px 10px;
    text-decoration: none;
    box-shadow: 4px 4px;
    position: relative;
}
#cta .form-swich-btns .btn2::after{
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #000;
    position: absolute;
    top:-4px;
    left: -4px;
}
#cta .form-swich-btns .btn2 > *{
    display: inline-block;
    line-height: 1;
    font-size: 1em;
}
#cta .form-swich-btns .btn2 > img{
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
}
#cta .contact-form{
    display: none;
}
/* #cta .contact-form .wrap{
    overflow: hidden;
} */

/*============================
フッターHiramekuバナー
=============================*/
.f-bnr-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 80%;
    margin: 0 auto;
    padding: 5rem 2rem;
}
.f-bnr-item {
    width: 30%;
    display: block;
    margin:0 auto;
    cursor: pointer;
}

@media (max-width: 1230px) {
    .f-bnr-wrap {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .f-bnr-wrap {
        flex-flow: column;
        padding:2.5rem 1rem;
    }
    .f-bnr-item {
        width: 90%;
        margin: 1.5rem auto;
    }
}


/*============================
#footer
============================*/

.security-policy{
    margin-bottom: 30px;
  }

  .security-policy a{
    color: #808080;
    text-decoration: none;
  }

.fix-btn {
    position: fixed;
    top: 150px;
    right: 0;
    display: flex;
    flex-flow: column;
    z-index: 2;
}

.fix-btn a {
    display: block;
    margin-bottom: 6px;
    text-align: right;
}

.fix-btn img {
    height: 30vh;
    max-height: 240px;
}

#footer {
    background: #adadad;
    color: #fff;
    padding: 20px;
}

.center {
    text-align: center !important;
}

.blue {
    color: #00a4c5;
}
.green {
    color: #3ab483;
}
.orange {
    color: #f7931e;
}
.yellow {
    color: #f4c916;
}
.red {
    color: #f15a24;
}

.fw300 {
    font-weight: 300;
}
.fw400 {
    font-weight: 400;
}
.fw700 {
    font-weight: 700;
}
.fw800 {
    font-weight: 800;
}

.f10 {
    font-size: 10px;
    transform: rotate(0.05deg);
}
.f13 {
    font-size: 13px;
    transform: rotate(0.05deg);
}
.f14 {
    font-size: 14px;
    transform: rotate(0.05deg);
}
.f15 {
    font-size: 15px;
    transform: rotate(0.05deg);
}
.f16 {
    font-size: 16px;
    transform: rotate(0.05deg);
}
.f18 {
    font-size: 18px;
    transform: rotate(0.05deg);
}
.f20 {
    font-size: 20px;
    transform: rotate(0.05deg);
}
.f24 {
    font-size: 24px;
    transform: rotate(0.05deg);
}
.f26 {
    font-size: 26px;
    transform: rotate(0.05deg);
}
.f28 {
    font-size: 28px;
    transform: rotate(0.05deg);
}
.f30 {
    font-size: 30px;
    transform: rotate(0.05deg);
}
.f36 {
    font-size: 36px;
    transform: rotate(0.05deg);
}
.f38 {
    font-size: 38px;
    transform: rotate(0.05deg);
}
.f40 {
    font-size: 40px;
    transform: rotate(0.05deg);
}
.f50 {
    font-size: 50px;
    transform: rotate(0.05deg);
}
.f70 {
    font-size: 70px;
    transform: rotate(0.05deg);
}
.f88 {
    font-size: 88px;
    line-height: 1;
    transform: rotate(0.05deg);
}

.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}

.ls0 {
    letter-spacing: 0;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media (max-width: 1000px) {
    /*basic*/

    body {
        font-size: 1.4vw;
    }
    .wrap {
        width: 96%;
    }

    /*============================
#navi
============================*/
    #navi {
        height: 8vw;
        width: 100%;
    }
    .wrap-outer {
        padding: 0.6vw 1vw;
        height: 100%;
    }
    .logo {
        width: 15vw;
    }
    .btn-wrapper {
        display: block;
    }
    .btn {
        width: 40vw;
        height: 6vw;
    }
    .d_btn {
        width: 40vw;
        height: 6vw;
    }
    .center-btn,
    .top-btn-inline,
    .footer-btn-vertical {
        margin: 5.5vw auto;
        /* margin: 12px auto; */
    }
    .top-btn {
        width: 16vw;
        height: 4vw;
    }
    .top-btn img {
        width: 2.2vw;
    }
    .navi-list li a {
        margin-right: 2.5vw;
    }


    /*============================
#sec1
============================*/
    #sec1 {
        padding-top: 5.5vw;
    }
    .video-container {
        width: 72vw;
        margin: 0 auto -2vw;
    }
    .sec1-bg {
        max-width: 144vw;
        height: 77.5vw;
        padding: 3.5vw 0 4.5vw;
    }
    .sec1-bg figure img {
        width: 75vw;
    }
    #sec2 .whitebox .pc-flex img {
        width: 33%;
    }
    #sec2 .whitebox:nth-of-type(2) figure img {
        width: 64.3vw;
    }

    /*============================
#sec2.dot-bg
============================*/
    #sec2 {
        padding: 8.5vw 0;
    }
    .dot-bg {
        background-size: 1.6vw 1.6vw;
    }
    .icon-h2 {
        padding: 7vw 0 5vw;
        margin-bottom: 6.5vw;
    }
    .icon-h2::before {
        width: 13.8vw;
        height: 13.8vw;
        border-radius: 6.9vw;
        top: -5vw;
    }
    .icon-h2::after {
        width: 4.3vw;
        height: 6.7vw;
        top: -3vw;
    }
    .whitebox {
        padding: 3vw;
    }
    .whitebox + .whitebox {
        margin-top: 5vw;
    }
    .line-h3 {
        padding-bottom: 1.5vw;
        margin-bottom: 5vw;
    }
    .line-h3::before {
        height: 2.1vw;
    }
    .frame {
        width: 71.3vw;
        padding: 2vw 2vw 2vw 3vw;
        margin-top: 4vw;
    }
    .frame.big {
        width: 79.6vw;
        padding-left: 5vw;
    }
    .frame::before {
        width: 15.2vw;
        height: 17.5vw;
        top: -4vw;
        left: -9vw;
    }
    .frame::after {
        width: 4.2vw;
        height: 4.2vw;
        top: -2vw;
        right: -2.6vw;
    }

    /*============================
#sec3
============================*/
    #sec3 {
        padding: 8.5vw 0;
    }
    .yellow-border {
        border: 2px solid #f4c916;
    }
    #sec3 .whitebox figure:nth-of-type(1) img {
        width: 73vw;
    }

    /*============================
#sec4.dot-bg
============================*/
    #sec4 {
        padding: 8.5vw 0;
    }
    #sec4 .whitebox {
        padding-top: 2vw;
    }
    .box-ttl {
        padding-bottom: 1vw;
        margin-bottom: 2.5vw;
    }
    .ttl-no {
        width: 11.4vw;
        height: 9.8vw;
        margin-right: 2vw;
        padding-top: 0.7vw;
    }
    #sec4 .whitebox:nth-of-type(1) figure:nth-of-type(1) img.mb30 {
        width: 77.8vw;
    }
    .list-frame {
        width: 78vw;
        padding: 2.5vw 14vw 3vw 4.5vw;
    }
    .list-frame::before {
        width: 9.3vw;
        height: 9.3vw;
        top: -1.5vw;
        right: -1.5vw;
    }
    .list-frame::after {
        font-size: 2.5vw;
        top: 1vw;
    }
    .list-frame-img {
        right: -6.4vw;
        bottom: -1.5vw;
    }
    .list-frame ul li {
        padding: 1.2vw 0 1.2vw 3.5vw;
    }
    .list-frame ul li::before {
        width: 2.2vw;
        height: 2.2vw;
    }
    #sec4 .whitebox:nth-of-type(2) figure:nth-of-type(1) img.mb50 {
        width: 64.8vw;
    }
    .arrow1 {
        width: 4.6vw;
        height: 8vw;
        margin: auto;
    }
    .arrow1::before {
        border-left: 4.6vw solid #ccedf3;
        border-top: 4vw solid transparent;
        border-bottom: 4vw solid transparent;
    }

    /*============================
    #sec5
    ============================*/
    #sec5 {
        padding: 8.5vw 0;
    }
    #sec5 .whitebox {
        padding-top: 2vw;
    }
    #sec5 .pc-flex img {
        width: 45%;
    }
    .arrow2::before {
        width: 5vw;
        top: 1.5vw;
    }

    /*============================
    #sec6
    ============================*/
    #sec6 {
        padding: 7vw 0 8vw;
    }
    ul.knowhow-list {
        width: 54.5vw;
    }
    .slick-slide img {
        margin: 0 auto 1.5vw;
    }
    .slick-prev,
    .slick-next {
        width: 2.4vw;
        height: 2.4vw;
    }

    /*============================
    #sec7
    ============================*/
    #sec7 {
        padding: 7vw 0;
    }
    .voice-ttl {
        padding-bottom: 2.5vw;
    }
    .voice-ttl::before,
    .voice-ttl::after {
        width: 1.5vw;
        height: 1.5vw;
        border-radius: 0.8vw;
        bottom: -0.7vw;
    }
    .voices {
        padding-top: 1vw;
    }
    .voice-each {
        padding: 7.5vw 4vw 5vw;
        margin-top: 9vw !important;
    }
    .voice-each::before {
        width: 35vw;
        height: 13.8vw;
        top: -9vw;
    }
    .voice-prof {
        width: 28vw;
        margin-right: 3vw;
    }
    .voice-prof img { margin-top:20px; }
    .voice-content h4 {
        margin-bottom: 2vw;
    }

    /*============================
    #sec8.dot-bg
    ============================*/
    #sec8 {
        padding: 8.5vw 0 10vw;
    }
    #sec8 .whitebox {
        padding: 5vw;
    }
    .price-box {
        padding: 0 3vw 2vw;
    }
    .price-ttl {
        width: calc(100% + 6vw);
        height: 3vw;
        margin-left: -3vw;
        padding-top: 1vw;
        margin-bottom: 6.5vw;
    }
    .price-ttl::before {
        border-top: 4vw solid #f4c916;
        border-left: 42.5vw solid transparent;
        border-right: 42.5vw solid transparent;
    }
    .basic-list li {
        padding-left: 2.8vw;
    }
    .basic-list li::before {
        width: 2.2vw;
        height: 2.2vw;
    }
    .plan-table th {
        height: 5vw;
    }
    .table1 {
        width: 42%;
    }
    .table1 td {
        padding: 2vw 0.5vw 3vw 1vw;
    }
    .table2 {
        width: 58%;
    }
    .table3 th,
    .table3 td {
        height: 6.5vw;
    }
    .option-table td {
        height: 10vw;
    }
    .option-table td:first-child {
        padding-left: 6.5vw;
    }
    .option-ttl::before {
        width: 2.2vw;
        height: 2.2vw;
        left: -3vw;
    }
    #sec8 .pc-flex img {
        width: 45%;
    }

    /*============================
    #cta
    ============================*/
    #cta {
        padding: 4vw 0 6.5vw;
    }
    #cta::before {
        width: 33.4vw;
        height: 13.2vw;
        top: 12.5vw;
        right: 80vw;
    }
    #cta::after {
        width: 27.9vw;
        height: 18vw;
        top: 10vw;
        left: 80vw;
    }
    #cta img {
        width: 77vw;
    }
    #cta .btn {
        width: 58vw;
        height: 9.5vw;
    }
    #cta .d_btn {
        width: 58vw;
        height: 9.5vw;
    }
    #cta .btn img {
        width: 4.5vw;
        height: 3.7vw;
    }

    /*============================
    #footer
    ============================*/
    .fix-btn a {
        bottom: 10vw;
    }
    .fix-btn img {
        width: 6vw;
    }
    #footer {
        padding: 2vw;
        padding-bottom: 9vw;
    }

    .f10 {
        font-size: 1vw;
    }
    .f13 {
        font-size: 1.3vw;
    }
    .f14 {
        font-size: 1.4vw;
    }
    .f15 {
        font-size: 1.5vw;
    }
    .f16 {
        font-size: 1.6vw;
    }
    .f18 {
        font-size: 1.8vw;
    }
    .f20 {
        font-size: 2vw;
    }
    .f24 {
        font-size: 2.4vw;
    }
    .f26 {
        font-size: 2.6vw;
    }
    .f28 {
        font-size: 2.8vw;
    }
    .f30 {
        font-size: 3vw;
    }
    .f36 {
        font-size: 3.6vw;
    }
    .f38 {
        font-size: 3.8vw;
    }
    .f40 {
        font-size: 4vw;
    }
    .f50 {
        font-size: 5vw;
    }
    .f70 {
        font-size: 7vw;
    }
    .f88 {
        font-size: 8.8vw;
        line-height: 1;
    }

    .mb15 {
        margin-bottom: 1.5vw;
    }
    .mb20 {
        margin-bottom: 2vw;
    }
    .mb25 {
        margin-bottom: 2vw;
    }
    .mb30 {
        margin-bottom: 3vw;
    }
    .mb40 {
        margin-bottom: 4vw;
    }
    .mb45 {
        margin-bottom: 4.5vw;
    }
    .mb50 {
        margin-bottom: 5vw;
    }
    .mb55 {
        margin-bottom: 5.5vw;
    }
    .mb60 {
        margin-bottom: 6vw;
    }
    .mb65 {
        margin-bottom: 6.5vw;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 2.93vw;
    }
    #footer {
        padding-bottom: 15vw;
        margin-top: 15vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #navi {
        height: 13.33vw;
    }
    .logo {
        width: 29.33vw;
    }
    .navi-right.flex-reverse {
        flex-direction: row;
    }
    button.sp-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12vw;
        height: 12vw;
        background: transparent;
        border: none;
    }
    .sp-menu-inner {
        width: 10vw;
        height: 2px;
        background: #333;
        position: relative;
        z-index: 100;
        transition: 0.4s all ease;
    }
    .sp-menu-inner::before,
    .sp-menu-inner::after {
        content: "";
        width: 100%;
        height: 100%;
        background: #333;
        position: absolute;
        left: 0;
        opacity: 1;
        transition: 0.4s all ease;
    }
    .sp-menu-inner::before {
        top: 10px;
    }
    .sp-menu-inner::after {
        bottom: 10px;
    }
    .sp-menu.show .sp-menu-inner {
        background: transparent;
        transition: 0.4s all ease;
    }
    .sp-menu.show .sp-menu-inner::before {
        top: 0;
        transform: rotate(135deg);
    }
    .sp-menu.show .sp-menu-inner::after {
        bottom: 0;
        transform: rotate(-135deg);
    }
    ul.navi-list {
        display: none;
        position: absolute;
        top: 13.33vw;
        left: 0;
        width: 100%;
        background: #fff;
    }
    ul.navi-list li {
        padding: 3vw;
        border-top: 1px solid #ccc;
    }
    .btn {
        width: 73.33vw;
        height: 12vw;
    }
    .d_btn {
        width: 73.33vw;
        height: 12vw;
    }
    .top-btn {
        width: 10vw;
        height: 10vw;
        padding-left: 1.5vw;
    }
    .top-btn img {
        width: 8vw;
    }

    .video-container {
        width: 100%;
        /* padding-top: 54.6%; */
    }
    #sec2 .whitebox .pc-flex img {
        width: 100%;
        margin-bottom: 1em;
    }
    #sec2 .whitebox:nth-of-type(2) figure img {
        width: 100%;
    }
    .list-frame {
        width: 100%;
        padding: 3vw;
    }
    .list-frame::before {
        width: 15vw;
        height: 15vw;
    }
    .list-frame::after {
        font-size: 4.5vw;
        top: 2vw;
    }
    .list-frame ul li::before {
        width: 4vw;
        height: 4vw;
    }
    .list-frame ul li {
        padding-left: 6vw;
    }
    .list-frame-img {
        width: 32vw;
        z-index: 1;
    }
    .arrow1 {
        display: block;
        margin: 3vw auto;
        transform: rotate(90deg);
    }
    .img-left {
        width: 60vw;
    }
    .img-right {
        width: 76vw;
        margin-left: 12vw;
    }
    #sec5 .pc-flex img {
        width: 100%;
    }
    #sec5 .pc-flex img + img {
        margin-top: 15vw;
    }
    .arrow2::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: rotate(90deg);
        width: 10vw;
        height: 10vw;
    }
    ul.knowhow-list {
        width: 90%;
    }

    .slick-prev {
        left: -2vw;
    }

    .slick-next {
        right: -2vw;
    }
    .voices {
        width: 90vw;
        margin: 0 auto;
    }
    .voice-prof {
        width: 100%;
    }
    .slick-slide .voice-prof img {
        flex: 1;
    }
    .prof-txt {
        margin-left: 1em;
        width: 100%;
        text-align: left;
    }
    .sp-voice-ttl {
        padding-bottom: 2vw;
        border-bottom: 1px solid #f4c916;
    }
    .voices .slick-prev,
    .voices .slick-next {
        top: 10%;
    }

    .voices .slick-prev {
        left: 0;
    }

    .voices .slick-next {
        right: 0;
    }
    .voices .slick-prev,
    .voices .slick-next {
        top: 10%;
    }

    .voices .slick-prev {
        left: 0;
    }

    .voices .slick-next {
        right: 0;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .basic-list li {
        text-align: left;
        padding-left: 5vw;
    }

    .basic-list li::before {
        width: 4vw;
        height: 4vw;
    }

    .price-ttl {
        height: 6vw;
    }
    .plan-table {
        width: 100%;
    }
    .table1 th,
    .table1 td {
        border: 1px solid #f4c916;
    }
    .table1 td {
        border-bottom: none;
    }
    .plan-table th {
        height: 8vw;
    }
    .plan-table td {
        padding: 2vw;
    }
    #sec8 .pc-flex img {
        width: 90%;
    }
    #sec8 .pc-flex img:first-child {
        margin-bottom: 10vw;
    }
    .option-table td {
        padding: 2vw;
    }

    .option-ttl::before {
        width: 4vw;
        height: 4vw;
        left: -5vw;
        bottom: unset;
        top: 0;
    }
    #cta h2 img {
        width: 90vw;
        margin-bottom: 15vw;
    }

    #cta::before {
        right: unset;
        left: 0;
    }

    #cta::after {
        left: unset;
        right: 0;
    }
    #cta .btn {
        width: 73.33vw;
        height: 12vw;
    }
    #cta .d_btn {
        width: 90vw;
        /* height: 12vw; */
    }
    .fix-btn {
        display: none;
    }

    .f10 {
        font-size: 2vw;
    }
    .f13 {
        font-size: 2.5vw;
    }
    .f14 {
        font-size: 2.935vw;
    }
    .f15 {
        font-size: 3.4vw;
    }
    .f16 {
        font-size: 3.4vw;
    }
    .f18 {
        font-size: 3.6vw;
    }
    .f20 {
        font-size: 3.8vw;
    }
    .f24 {
        font-size: 5.031vw;
    }
    .f26 {
        font-size: 4vw;
    }
    .f28 {
        font-size: 4vw;
    }
    .f30 {
        font-size: 4.5vw;
    }
    .f36 {
        font-size: 5vw;
    }
    .f38 {
        font-size: 5vw;
    }
    .f40 {
        font-size: 5vw;
    }
    .f50 {
        font-size: 5vw;
    }
    .f70 {
        font-size: 10vw;
    }
    .f88 {
        font-size: 12vw;
        line-height: 1;
    }

    .mb15 {
        margin-bottom: 3.145vw;
    }
    .mb20 {
        margin-bottom: 4.193vw;
    }
    .mb25 {
        margin-bottom: 4.193vw;
    }
    .mb30 {
        margin-bottom: 6.289vw;
    }
    .mb40 {
        margin-bottom: 8.386vw;
    }
    .mb45 {
        margin-bottom: 9.434vw;
    }
    .mb50 {
        margin-bottom: 10vw;
    }
    .mb55 {
        margin-bottom: 10vw;
    }
    .mb60 {
        margin-bottom: 10vw;
    }
    .mb65 {
        margin-bottom: 10vw;
    }

    #cta{
        padding-bottom: 0px;
    }
    #cta .form-swich-btns{
        padding: 10px;
    }

    #cta .form-swich-btns .btn2{
        width: 73.33vw;
        height: 12vw;
        display: flex;
    }
    #cta .form-swich-btns .btn2 > img{
        height: 1.5em;
        margin-right: 5px;
        width: 1.5em;
    }

}

/*Contact*/

#contact-head {
    margin-top: 80px;
    background: #ffeb00;
    color: #808080;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}
#contact,
.contact {
    padding: 65px 0 85px;
}
.contact-txt {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.form-box {
    padding: 65px 175px 55px;
}
#contact dl,
.contact dl{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    /* background: #F1F1F1; */
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
#contact dl ,
.contact dl{
    text-align: left;
    margin-bottom: 30px;
}
#contact dl.half,
.contact dl.half {
    width: 48%;
    float: left;
}
#contact dl.half-left,
.contact dl.half-left {
    margin-right: 4%;
}
#contact dd.half-row,
.contact dd.half-row {
    display: flex;
}
#contact dd.half-row input,
.contact dd.half-row input{
    border-radius: 0px;
    border-left: none;
}
#contact dd.half-row input:first-child,
.contact dd.half-row input:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #a9a9a9;
}
#contact dd.half-row input:last-child,
.contact dd.half-row input:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.colorRed {
    color: #ff0000;
}
.sm-text {
    font-size: 12px;
}
dd.kadai label {
    width: 33%;
    padding: 10px 0;
}
dd.inquiry_type label {
    padding: 10px 0;
    margin-right: 12px;
}
.policy {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.policy-txt {
    padding-left: 1.5em;
}
.submit-btn {
    width: 500px;
    /* height: 70px; */
    height: 50px;
    background: #f4c916;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 0.3em;
    cursor: pointer;
}
.submit-btn[disabled='disabled'] {
    cursor: auto;
}
#thanks {
    padding: 45px 0 95px;
}

.bULCHe {
    left: 20px !important;
    right: auto !important;
}

.rightPosition {
    left: 25px !important;
    right: auto !important;
}

@media (max-width: 1000px) {
    #contact-head {
        height: 15vw;
        margin-top: 8vw;
    }
    #contact {
        padding: 6.5vw 0 8.5vw;
    }
    .form-box {
        padding: 6.5vw 17.5vw 5.5vw;
    }
    #contact dl {
        max-width: 65vw;
    }
    #contact dl {
        margin-bottom: 3vw;
    }
    .policy {
        max-width: 65vw;
    }
    .submit-btn {
        width: 50vw;
        height: 7vw;
    }
    #thanks {
        padding: 20vw 0;
    }
}

@media (max-width: 768px) {
    body.landing-page #navi{
        width: 100%;
    }
    #contact-head {
        margin-top: 13.33vw;
        height: 20vw;
    }
    #contact-head .f36 {
        font-size: 16px;
    }
    #thanks figure img {
        width: 80%;
    }
    #thanks .flex-wrapper {
        display: block;
    }
    .form-box {
        padding: 5vw 7vw;
    }
    #contact dl {
        max-width: unset;
    }
    dd.kadai label {
        width: 50%;
    }
    dd.inquiry_type label {
        width: 100%;
        margin-right: 0;
    }
    .policy {
        max-width: unset;
    }
    .submit-btn {
        width: 80vw;
        height: 14vw;
    }

    #ch-plugin .iLdmRg {
        left: 10px !important;
        bottom: 50px !important;
    }

    #ch-plugin .rightPosition {
        left: 10px !important;
        bottom: 50px !important;
    }
}
