@charset "utf-8";

body{
    font-family: "Noto Sans Japanese";
    font-feature-settings : "palt" 1;
    color: #333;
}

.pc_disp{
    display: block;
}

.sp_disp{
    display: none;
}

.en{
    font-family: 'Ropa Sans', sans-serif;
    font-weight: 400;
    font-weight: bold;
}

.opacity{
    opacity: 0 !important;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.color{
    color: #00cdae;
}

.imp{
    text-decoration:underline;
}


/* =====================================================

基本設定

===================================================== */

/* ヘッダー　CSS  */

header{
    width: 100%;
    height: 80px;
    background: #fff;
    position: relative;
}

.h_wrap{
    width: 1048px;
    height: 80px;
    margin: auto;
    position: relative;
}

.logo{
    width: 150px;
    height: 59px;
    position: absolute;
    left: 0;
    top: 10px;
    margin: auto;
    transition: all 0.5s;
}

.logo:hover{
    opacity: 0.5;
}

.cv{
    width: 145px;
    height: 145px;
    position: fixed;
    right: 0;
    top: 0;
    background: #ff8125 url(../img/cv.png) no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -99em;
    transition: all 0.5s;
    z-index: 99;
}

.cv:hover{
    opacity: 0.7;
}


.cv a{
    width: 100%;
    height: 100%;
    display: block;
}


/* メインビジュアル　CSS  */


.main{
    width: 100%;
    height: 513px;
    background: url(../img/main_wall@1,5x.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.m_wrap{
    width: 1140px;
    height: 513px;
    margin: auto;
    position: relative;
}

.ipad{
    width: 400px;
    height: 320px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    zoom:0.9;
}

.m_text{
    padding-top: 120px;
    box-sizing: border-box;
}

.m_sub{
    font-size: 38px;
}

.m_main{
    font-size: 46px;
    text-indent: -25px;
}

.m_caption{
    font-size: 20px;
    margin-top: 10px;
}



/* 最初のコンバージョンエリア　CSS  */

.cv_001{
    width: 100%;
    height: 89px;
    background: #ff8125;
    position: relative;
}

.cv_wrap{
    width: 800px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: flex;
}

.cv_area01{
    width: 12%;
    height: 50px;
    background: url(../img/tel_txt.png) no-repeat;
    background-position: center center;
    background-size: 80px;
    margin: 5px;
}

.cv_area02{
    width: 35%;
    height: 50px;
    background: url(../img/tell.png) no-repeat;
    background-position: center center;
    background-size: 256px;
    margin: 5px;
    transition: all 0.5s;
}

.cv_area02 a{
    width: 100%;
    height: 100%;
    display: block;
}

.cv_area03{
    width: 45%;
    height: 50px;
    margin: auto;
    position: relative;
}

.arrow{
    width: 20px;
    height: 20px;
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    text-indent: -999em;
    transition: all 0.5s;
}

.cv_btn{
    width: 90%;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin: auto;
    transition: all 0.5s;
}

.cv_link{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}

.cv_btn:hover span{
    right: 2px;
    background: url(../img/arrow_on.png) no-repeat;
}

.cv_btn:hover{
    background: #fff;
}

.cv_btn:hover .cv_link{
    color: #ff8125;
}

.cv_area02:hover{
    opacity: 0.5;
}

.cv_shadow{
    width: 100%;
    height: 5px;
    background: #ff8125;
    position: absolute;
    bottom: 0;
}



/* アンカーリンク部分　CSS  */



.anc{
    width: 100%;
    height: 280px;
    background: #fff;
    position: relative;
}

.a_wrap{
    width: 1048px;
    height: 170px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.a_link{
    width: 40%;
    height: 170px;
    margin: 0 2.5%;
    position: relative;
}


.a_area{
    width: 60%;
    height: 100%;
    background: #00cdae;
    position: absolute;
    z-index: 2;
    transition: all 0.5s;
}

.a_back{
    width: 41%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.anc_wall01{
    background: url(../img/anc_wall01@1,5x.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.anc_wall02{
    background: url(../img/anc_wall02@1,5x.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.a_area a {
    width: 100%;
    text-decoration: blink;
    height: 100%;
    display: block;
}

.a_area p{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    padding-top: 50px;
    letter-spacing: 1px;
    padding-left: 20px;
    color: #fff;
}

.a_area span{
    width: 20px;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    background: url(../img/arrow_w.png) no-repeat;
    background-position: center center;
    margin: auto;
    transition: all 0.5s;
}

.a_area:hover{
    background: #00a58c;
}

.a_area:hover span{
    bottom: 10px;
}


/* ファーストコンテンツ */


.head_001{
    width: 100%;
    position: relative;
    background: url(../img/h1_wall@1,5x.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h_wrap{
    width: 1048px;
    height: 80%;
    margin: auto;
    padding: 50px 0;
    box-sizing: border-box;
}

.h_num{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.h_title{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.h_line{
    width: 80%;
    height: 1px;
    background: #fff;
    margin: 20px auto;
}

.h_sub{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}


/* コンテンツのメインディッシュ */


.h1-main{
    width: 100%;
    position: relative;
}

.h1--wrap{
    width: 1048px;
    margin: auto;
    box-sizing: border-box;
}


.h1--wrap h3{
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
    padding-bottom:20px;
    letter-spacing: 1px;
}

.h1_area{
    width: 90%;
    height: 450px;
    background: #f2f2f4;
    border-radius: 10px;
    margin: 30px auto 0px auto;
    position: relative;
}

.h1_sq{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    background: #f2f2f4;
    margin: auto;
    border-radius: 10px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}


.h1_boxs{
    width: 90%;
    height: 400px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

.h1_item{
    width: 46%;
    margin: 2%;
}

.h1_it{
    font-size: 18px;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;
}

.h1_graf{
    margin-top: 50px;
}

.line_b{
    width: 20px;
    height: 2px;
    position: absolute;
    background: #00cdae;
    left: 0;
    top: 13px;
}


.h2--wrap{
    width: 1048px;
    margin: auto;
    box-sizing: border-box;
}

.h2--wrap ul {
    width: 900px;
    margin: auto;
    display: flex;
}

.h2--wrap ul li{
    width: 30%;
    height: 44px;
    background: #00cdae;
    margin: 0 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
}

.h2--wrap h3{
    text-align: center;
    line-height: 1.7;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.pa_t50{
    padding-top: 50px;
    margin-bottom: 10px;
}

.pa_t20{
    padding-top: 20px;
}

.h2_area{
    width: 90%;
    height: 600px;
    background: #f2f2f4;
    border-radius: 10px;
    margin: 40px auto 0px auto;
    position: relative;
}


.h2_boxs{
    width: 95%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    display: flex;
}

.h2_item{
    width: 100%;
    margin: 2%;
}



/* コンバージョンエリア */


.cvl_area{
    width: 100%;
    height: 330px;
    background: #ff8125;
    position: relative;
    margin: 40px 0px;
}


.cvl_wrap{
    width: 1048px;
    margin: auto;
    height: 310px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 20px;
}

.cvl_f{
    width: 45%;
    height: 100%;
    margin: 0 15px;
    position: relative;
}

.cvl_f a{
    text-decoration: none;
}

.cvl_back{
    height: 90%;
    margin-top: 25px;
    background: url(../img/cvl_back.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.cvl_pt01{
    width: 400px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 30px;
    display: block;
    border-bottom: 2px solid #333;
    margin: 40px auto 20px auto;
    padding-bottom: 10px;
    line-height: 1.2;
}

.cvl_pt02{
    width: 302px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 36px;
    display: block;
    border-bottom: 2px solid #333;
    margin: 40px auto 20px auto;
    padding-bottom: 10px;
    line-height: 1.2;
}

.cvl_txt{
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    color: #333;
    font-size: 16px;
}

.cvl_link01{
    width: 280px;
    height: 45px;
    background: #535353;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
}

.cvl_link02{
    width: 280px;
    height: 45px;
    background: #535353;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    transition: all 0.5s;
}

.cvl_ball{
    width: 80%;
    height: 50px;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 25px;
    color: #ff8125;
    z-index: 1;
}

.cvl_ball p{
    position: relative;
    z-index: 3;
}

.cvl_ball span{
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    transform: rotate(45deg);
    z-index: 1;
}

.cvl_btn .arrow{
    zoom:0.8;
}

.cvl_back:hover .cvl_link01{
    box-shadow:0px 0px 15px 5px #bbb;
}

.cvl_back:hover .cvl_link02{
    box-shadow:0px 0px 15px 5px #bbb;
}

.cvl_back:hover .arrow{
    right: 5px;
}

.cvl_pa{
    box-sizing: border-box;
    padding: 30px;
}

.cvl_bc{
    font-size: 16px;
    color: #fff;
}

.cvl_bt{
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}


.cvl_bbtn{
    width: 400px;
    height: 50px;
    margin: 15px auto;
    background: #fff;
    position: relative;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s;
}

.cvl_bbtn a{
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #ff8125;
    width: 100%;
    height: 100%;
    display: block;
}

.cvl_bbtn a span{
    background: url(../img/arrow_o.png) no-repeat;
}

.cvl_bbtn:hover span{
    right: 5px;
}

.cvl_bbtn:hover{
    box-shadow:0px 0px 15px 5px #cc6112;
}

.cvl_btel{
    text-align: center;
    padding: 20px 0;
    transition: all 0.5s;
}

.cvl_btel:hover{
    opacity: 0.5;
}


/* ファーストコンテンツ */


.head_002{
    width: 100%;
    position: relative;
    background: url(../img/head_002.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1_list{
    width: 100%;
    height: 80%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.h1_litem{
    width: 210px;
    height: 180px;
    margin: 10px;
    position: relative;
}


.h3_area{
    width: 90%;
    height: 850px;
    background: #f2f2f4;
    border-radius: 10px;
    margin: 30px auto 0px auto;
    position: relative;
}

.h1l_img{
    width: 100%;
    height: 130px;
    margin-bottom: 8px;
}

.h1l_i01{
    background: url(../img/h1l_item01.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i02{
    background: url(../img/h1l_item02.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i03{
    background: url(../img/h1l_item03.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i04{
    background: url(../img/h1l_item04.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i05{
    background: url(../img/h1l_item05.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i06{
    background: url(../img/h1l_item06.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i07{
    background: url(../img/h1l_item07.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i08{
    background: url(../img/h1l_item08.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i09{
    background: url(../img/h1l_item09.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_i10{
    background: url(../img/h1l_item10.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.h1l_num{
    font-size: 66px;
    color: #00cdae;
    letter-spacing: -1px;
    position: absolute;
    left: 10px;
    top: -45px;
}

.h1l_txt{
    font-weight: bold;
    font-size: 19px;
    border-left: 2px solid  #00cdae;
    text-indent: 10px;
    line-height: 1.5;
    padding-bottom: 3px;
    color: #333;
    letter-spacing: -0.5px;
}

.h1l_fin{
    width: 90%;
    height: auto;
    background: #00cdae;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: auto;
    color: #fff;
}


.h4_area{
    width: 90%;
    height: 750px;
    background: #f2f2f4;
    border-radius: 10px;
    margin: 40px auto 0px auto;
    position: relative;
}

.cvl_small{
    font-size: 18px;
    line-height: 1.2;
    box-sizing: border-box;
    padding-top: 3px;
}

.pdf_icon01{
    width: 60px;
    height: 74px;
    background:;
    position: absolute;
    right: -15px;;
    top: 25px;
}


.pdf_icon02{
    width: 60px;
    height: 74px;
    background:;
    position: absolute;
    right: 30px;;
    top: 45px;
}


.cs_area{
    width: 100%;
}

.cs_hrad{
    width: 100%;
    height: 330px;
    background: url(../img/cs_back.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position:  relative;
}

.cs_hcenter{
    width: 770px;
    height: 257px;
    background: #fff url(../img/cs_border.png) no-repeat;
    background-size: 100% 100%;
    margin: auto;
    box-sizing: border-box;
    padding-top: 40px;
}

.cs_snum{
    font-weight: bold;
    text-align: center;
    color: #00cdae;
    font-size: 24px;
    letter-spacing: 2px;
}


.cs_mtitle{
    font-weight: bold;
    text-align: center;
    color: #333;
    font-size: 40px;
    box-sizing: border-box;
    padding-top: 10px;
    line-height: 1.3;
}


.case_wrap{
    width: 100%;
    margin: auto;
    background: #fafafa;
    padding-top: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
    position: relative;
}

.cw_sq{
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    transform: rotate(45deg);
    background: #fafafa;
}

.cs_item01{
    width: 1048px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    background: url(../img/case_back01.png) no-repeat;
    background-position: 50px 0px;
}

.cs_item02{
    width: 1048px;
    height: 570px;
    margin: 0 auto;
    position: relative;
    background: url(../img/case_back02.png) no-repeat;
    background-position: 50px 0px;
}

.cs_item03{
    width: 1048px;
    height: 670px;
    margin: 0 auto;
    position: relative;
    background: url(../img/case_back03.png) no-repeat;
    background-position: 50px 0px;
}

.csi_box{
    width: 82%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.csi-big{
    width: 82%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}

.csi_box02{
    width: 48%;
    background: #fff;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.csi_box03{
    width: 48%;
    background: #fff;
    margin-left: 4%;
}


.csi_t01{
    width: 170px;
    background: #00cdae;
    padding: 15px 30px;
    border-bottom: 5px solid #009b84;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.csi_t02{
    width: 220px;
    background: #00cdae;
    padding: 15px 30px;
    border-bottom: 5px solid #009b84;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.csi_t03{
    width: 240px;
    background: #00cdae;
    padding: 15px 30px;
    border-bottom: 5px solid #009b84;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}


.csi-b{
    width: 95%;
    margin: auto;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.csi-b02{
    width: 95%;
    margin: auto;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.csi--img{
    width: 360px;
    height: 217px;
}

.csi--txt{
    width: 437px;
    box-sizing: border-box;
    padding: 5px 25px;
}


.csi--img02{
    width: 100%;
    height: 217px;
}

.csi--txt02{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px;
}

.pab2{
    padding-bottom: 25px
}

.csi--cm{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}

.csi--txt h5{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #00cdae;
}

.csi--txt02 h5{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #00cdae;
}

.csi--sub{
    font-size: 16px;
    line-height: 1.7;
}

.csi-note{
    width: 95%;
    margin: 30px auto;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
    font-weight: 200;
}


.item-inner{
    width: 95%;
    height: 45px;
    margin: auto;
    display: flex;
}

.item-inner02{
    width: 85%;
    margin: auto;
    display: flex;
}

.ii-t02{
    width: 30%;
    background: #dcdcdc;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-top: 20px;
}

.ii-c02{
    width: 84%;
    margin-left: 0;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    box-sizing: border-box;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 15px;
}

.item-inner{
    width: 95%;
    height: 45px;
    margin: auto;
    display: flex;
}

.ii-t{
    width: 15%;
    background: #dcdcdc;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.ii-c {
    width: 84%;
    margin-left: 0;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    font-size: 13px;
    font-weight: bold;
    line-height: 39px;
    text-indent: 25px;
}

.pat50{
    box-sizing: border-box;
    padding-top: 65px;
    margin-left: 4%;
}

.pab30{
    padding-bottom: 20px;
}

.pat20{
    padding-top: 15px;
}





.graf_area{
    width: 100%;
    height: 1050px;
    background: #eaf8f8;
}


.ga_inner{
    width: 1048px;
    margin: auto;
    position: relative;
}

.ga_f{
    width: 100%;
    display: flex;
    padding-top: 80px;
}

.ga--box{
    width: 46%;
    margin: 2%;
}

.ga--img{
    width: 150px;
    height: 50px;
    margin-bottom: 20px;
    position: relative;
}

.ga--img img{
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.ga--box h2{
    font-size: 35px;
    line-height: 1.3;
}

.ga--sub{
    padding-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    font-weight: bold;
}

.ga--txt{
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.5px;
}


.ga_l{
    width: 100%;
    display: flex;
    margin-top: 10px;
    padding-bottom: 40px;
}

.ga--ls{
    width: 25%;
    margin-right: 30px;
    position: relative;
}

.gas_last{
    margin-right: 0px;
}

.ga--num{
    width: 60px;
    height: 60px;
    background: #ffb400;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border-radius: 60px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}


.ga--num span{
    width: 15px;
    height: 15px;
    background: #ffb400;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    transform: rotate(45deg)
}

.ga--bord{
    width: 100%;
    height: 150px;
    background: #fff;
    margin-top: 35px;
    box-sizing: border-box;
    padding: 40px 15px; 
}

.ga--txts{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}

.pat15{
    padding-top: 15px;
}

.ga-line{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    position: relative;
}

.ga-line b{
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.ga-line span{
    width: 56%;
    height: 20px;
    background: #ffffa0;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    z-index: 1;
}


.item-area{
    width: 100%;
}


.ia-inner{
    width: 1048px;
    background: #fff;
    margin: auto;
    position: relative;
}


.ia--t{
    width: 80%;
    height: 150px;
    border: 9px solid #3eb59e;
    box-sizing: border-box;
    margin: auto;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    text-align: center;
}

.ia--sub{
    padding-top: 20px;
}

.ia--title{
    font-weight: bold;
    font-size: 30px;
}

/* イクイップメントメディアの紹介 */


.ia-item01{
    width: 100%;
    margin: auto;
    padding-top: 180px;
}

.ia1--wrap{
    width: 100%;
    background: #e7f5f1;
    position: relative;
    padding-bottom: 20px;
}


.ia1-box{
    width: 60%;
    height: 70px;
    background: #3eb59e;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
    z-index: 3;
}


.ia1-box span{
    width: 92px;
    height: 92px;
    position: absolute;
    left: -45px;;
    top: -40px;
}


.ia1-main{
    width: 80%;
    text-align: center;
    padding-top: 80px;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
    margin: auto;
    color: #333;
}

.ia1-p{
    width: 80%;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin: auto;
    padding-top: 15px;
    color: #333;
    padding-bottom: 30px;
}

.ia1-video{
    width: 95%;
    height:589px;
    margin: auto;
}

.ia1-boxs{
    width: 95%;
    height: 150px;
    margin: auto;
    position: relative;
    display: flex;
    padding-top: 20px;
}

.ia1-items{
    width: 30%;
    height: 150px;
    background: #beebe4;
    margin-right: 2%;
    position: relative;
}

.iia-last{
    margin-right: 0;
}

.ia1-isub{
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 20px;
}

.it-txt{
    text-align: center;
    padding-top: 5px;
    font-size: 52px;
}

.it-cap{
    text-align: center;
    font-weight: bold;
}

.it-img01{
    width: 80px;
    margin: auto;
    padding-top: 10px;
}

.it-man01{
    width: 50px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    left: 105px;
    top: 70px;
    margin: auto;
    text-align: left;
    line-height: 1;
}

.it-price{
    width: 80px;
    font-size: 75px;
    position: absolute;
    right: 134px;
    text-align: right;
}


.ia1-back{
    background: #cce5e1;
}


.ia1-op{
    width: 95%;
    height: 100px;
    margin: auto;
    padding-top: 50px;
}

.io-t{
    width: 650px;
    text-align: center;
    font-size: 30px;
    height: 70px;
    font-weight: bold;
    position: relative;
    line-height: 70px;
    margin: auto;
}

.io-t b{
    width: 650px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    line-height: 70px;
    left: 0;
    right: 0;
    top: -5px;
    margin: auto;
    z-index: 1;
}

span.io-l{
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #3eb59e;
    border-bottom: 2px solid #3eb59e;
    border-left: 2px solid #3eb59e;
}

span.io-r{
    width: 15px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 2px solid #3eb59e;
    border-bottom: 2px solid #3eb59e;
    border-right: 2px solid #3eb59e;
}

.io-ul{
    width: 550px;
    height: 30px;
    background: #ffffa0;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
}

.io-icon{
    width: 95%;
    margin: auto;
    display: flex;
}

.ic-list{
    width: 25%;
}

.ic-r{
    width: 158px;
    height: 158px;
    background: #fff;
    margin: 20px auto 10px auto;
    border-radius: 158px;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
}

.ic-r img.key{
    width: 52px;
}

.ic-list p{
    text-align: center;
    font-weight: bold;
    color: #3eb59e;
}

.swrap-area{
    width: 95%;
    height: 205px;
    background: #fff;
    margin:50px auto 20px auto;
    border-radius: 10px;
    position: relative;
}

.sa-inner{
    width: 95%;
    height: 70%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    box-sizing: border-box;
    z-index: 2;
}

.sa-t{
    width: 36%;
    padding: 25px 10px 10px 20px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box
}

.sa-s{
    width: 64%;
    padding: 20px 20px 10px 20px;
    text-align: justify;
    font-size: 13.5px;
    line-height: 1.9;
    box-sizing: border-box
}


.sa-sq{
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    transform: rotate(45deg);
    margin: auto;
    z-index: 1;
}


/* プランの紹介 */


.ia-item02{
    width: 100%;
    margin: auto;
    margin-top: 150px;
    position: relative;
}


.ia2_back{
    width: 100%;
    height: 478px;
    background: url(../img/ia2-back.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.ia2_back h3{
    width: 500px;
    font-size: 30px;
    line-height: 1.4;
    position: absolute;
    left: 50px;
    top: 90px;
}

.ia2_back p{
    width: 425px;
    position: absolute;
    left: 50px;
    top: 230px;
    line-height: 1.7
}


.plan-area{
    width: 95%;
    position: absolute;
    margin: auto;
    margin-top: -50px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.pa-item{
    width: 30%;
    margin: 1%;
    background: #f2f3f5;
    border-radius: 8px;
    padding-bottom: 20px
}

.pa-center01{
    width: 80%;
    height: 100px;
    background: #a0a0a0;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    font-weight: bold;
    color: #fff;
}

.pa-center02{
    width: 80%;
    height: 100px;
    background: #3e98b5;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    font-weight: bold;
    color: #fff;
}

.pa-center03{
    width: 80%;
    height: 100px;
    background: #f39700;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    font-weight: bold;
    color: #fff;
}


.pa-p{
    width: 78%;
    height: 110px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 1.7;
}

.pa-img{
    width: 78%;
    margin: auto;
}

.pa-pa{
    padding-top: 35px;
}



/* プランの紹介 */


.ia-item03{
    width: 100%;
    margin: auto;
    margin-top: 530px;
    margin-bottom: 90px;
    position: relative;
}

.ia3-back{
    width: 100%;
    height: 486px;
    background: url(../img/ia3-back.png);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 100px;
}

.ia3-wrap{
    width: 80%;
    height: 300px;
    background: rgba(255,255,255,0.9);
    margin: auto;
}

.ia3-t{
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
}

.ia3-c{
    width: 80%;
    margin: auto;
    line-height: 1.8;
    padding-top: 15px;
    text-align: justify;
}




/* 最終コンバージョン */

.cvl-03{
    width: 100%;
    height: 287px;
    background: url(../img/cvlast.png);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
}


.cvl-03 h4{
    width: 650px;
    height: 50px;
    margin: auto;
    text-align: center;
    font-size: 48px;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}


.cl-btn{
    width: 520px;
    height: 100px;
    margin: auto;
    background: #ff8400;
    text-align: center;
    line-height: 95px;
    position: relative;
    transition: all 0.5s;
}


.cl-btn a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    width: 100%;
    height: 100%;
    display: block;
}

.cl-btn span{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top:0;
    bottom: 0;
    margin: auto;
    background: url(../img/ar.png) no-repeat;
    background-size: 8px 12px;
    background-position: center center;
    transition: all 0.5s;
}

.cl-btn:hover span{
    right: 15px;
}

.cl-btn:hover{
    letter-spacing: 1px;
}

.cvl_last{
    width: 450px;
    margin: auto;
    margin-top: 20px;
    transition: all 0.5s;
}

.cvl_last:hover{
    opacity: 0.5;
}


/* フッター　*/


footer{
    width: 100%;
    height: 680px;
}

.jst{
    width: 100%;
    height: 580px;
    background: #eee;
    position: relative;
    position: relative;
}

.jst-inner{
    width: 960px;
    height: 80%;
    background: url(../img/ft-back.png)no-repeat;
    background-position: center center;
    background-size: cover;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    box-shadow:0px 0px 15px 5px #bbb;
}

.copy{
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
}

.js_t{
    width: 680px;
    text-align: center;
    padding-top: 70px;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: -1px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin: auto;
}

.js-p{
    width: 736px;
    text-align: justify;
    line-height: 1.7;
    margin: auto;
    padding-top: 30px;
}

.js-best{
    width: 80%;
    height: 50px;
    margin: 30px auto;
    display: flex;
}

.j-line01{
    width: 36%;
    height: 50px;
    background: #3eb59e;
    margin: 0 2%;
    border-radius: 50px;
    position: relative;
    text-align: left;
    line-height: 48px;
    font-weight: bold;
    text-indent: 60px;
    color: #fff;
}

.j-line01 span{
    width: 40px;
    height: 36px;
    background: url(../img/check.png)no-repeat;
    background-position: center center;
    background-size: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.j-line02{
    width: 56%;
    height: 50px;
    background: #3eb59e;
    margin: 0 2%;
    border-radius: 50px;
    position: relative;
    text-align: left;
    line-height: 48px;
    font-weight: bold;
    text-indent: 60px;
    color: #fff;
}

.j-line02 span{
    width: 36px;
    height: 36px;
    background: url(../img/check.png)no-repeat;
    background-position: center center;
    background-size: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* ムービー用 */

.bg img {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100
}


iframe{
    width: 95% !important;
    height: 32% !important;
}


/* =====================================================


極小スマホのメディアクエリ

===================================================== */

@media screen and (max-width:768px) {
    
    .anc {
        width: 1048px;
    }
    
    .m_wrap {
        width: 948px;
    }
    
    .main {
        width: 1048px;
    }
    
    .m_text {
        padding-top: 170px;
        box-sizing: border-box;
        zoom: 0.85;
    }
    
    header {
        width: 1048px;
    }
    
    .ipad {
        zoom: 0.8;
    }
    
    .cv_001 {
        width: 1048px;
    }
    
    .head_001 {
        width: 1048px;
    }
    
    .cvl_area {
        width: 1048px;
    }
    
    .cs_area {
        width: 1048px;
    }
    
    .graf_area {
        width: 1048px;
    }
    
    .item-area {
        width: 1048px;
    }
    
    footer {
        width: 1048px;
    }
    
    .head_002 {
        width: 1048px;
    }
}

