@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', 'arial', 'helvetica', sans-serif;
    background-color: #1d2088;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

body img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}


     .form_annotation a {
        color: #1d2088;
        text-decoration: underline;
     }

     .form_annotation a:hover {
        color: #00aad9;
        text-decoration: none;
     }
li{
    list-style-type: none;
}

/*--------------------------------------------------------------
.container
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
    .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }
    
    .sp {
        display: inherit;
    }
    
    .pc {
        display: none;
    }

    .wrap {
        overflow: hidden;
    }
}

/* Larger than tablet */
@media (min-width: 992px) {
    .container {
    }
    
    .sp {
        display: none !important;
    }
    
    .pc {
        display: inherit;
    }
}
/*--------------------------------------------------------------
#header
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
    #header {
        background-color: #fff;
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0;
        padding: 16px 0;
        position: relative;
        z-index: 10;
    }
    
    .logo {
        width: 33%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    
    .fixed_nav {
        background-color: #fff;
        width: 100%;
        height: 80px;
        text-align: center;
        margin: -80px 0 0;
        padding: 16px 0;
        position: relative;
        z-index: 90;
    }
    
    /*.fixed_nav .fv_cv_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 250px;
        height: auto;
        float: right;
    }*/

    
    .fixed{
        position: fixed!important;
        top: 0;
        left: 0;
        margin: 0!important;
        z-index: 50;
    }
    
}

/* Larger than tablet */
@media (min-width: 992px) {
    #header {
        width: 100%;
        height: 80px;
        margin: 0;
        padding: 20px 0;
    }
    
    .logo {
        width: 175px;
        height: auto;
        margin: 0;
        padding: 0;
        float: left
    }

    #header .tel_area{
        width: 22%;
        margin: 0 20px;
        float: right;
        text-align: left;
        font-size: 0.1rem; 
    }
}

/*--------------------------------------------------------------
#fv
--------------------------------------------------------------*/
/* mobile */
@media (min-width: 300px) {
    #fv {
        background: url("../img/bg_back.png") no-repeat top center / cover;
        width: 100%;
        height: 100vw;
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    #fv .container {
        /*position: relative;*/
        width: 100%;
        height: 100%;
        margin: 0 auto;
        /* padding: 50px 0 0; */
        overflow: hidden;
    }
    
    .woman {
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-20px,-90%);
        width: 75%;
    }
    
    .fv_copy {
        width: 60%;
        top: 12%;
        height: auto;
        position: absolute;
    }
    
    .logos_sp {
        position: absolute;
        width: 60%;
        left: 0;
        top: 60vw;
    }
    
    .cv_area {
        position: relative;
        width: 100%;
        background: #a5a6cf;
        margin: 0;
        padding: 10px;
        left: 0;
        bottom: 60px;
        height: auto;
        z-index: 0;
        box-sizing: border-box;

    }

    .sp_fix_foot{
        position: fixed;
        width: 100%;
        background: rgba(255,255,255,0.9);
        margin: 0;
        padding: 5px;
        left: 0;
        bottom: 0;
        height: auto;
        z-index: 1000;
        box-sizing: border-box;
    }
    .sp_fix_foot .tel_area{
        font-size: 0.7rem;
        text-align: center;
    }
    .sp_fix_foot ul li{
        display: inline-block;
        width: 49%;
    }
    .cv_area ul {
        list-style: none;
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    
    .cv_area ul li p {
        font-size: 0.9rem;
        width: 100%;
        height: auto;
        text-shadow: 0 0 3px #000;
        margin: 0 0 10px;
    }
    
    .fv_cv_btn {
        display: block;
        width: auto;
        height: auto;
    }
    
    .fv_cv_btn a {
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 750px){
    #fv .container{
        text-align: center;
    }
}

/* Larger than tablet */
@media (min-width: 992px) {
    #fv {
        height: 620px;
        padding: 0;
        overflow: hidden;
    }
    
    #fv .container {
        /*position: relative;*/
        width: 100%;
        height: 100%;
        padding: 100px 30px 0;
    }
    
    .woman {
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50px);
        width: 600px;
    }
    
    .fv_copy {
        position: absolute;
        height: auto;
        width: auto;
        top: 40%;
        transform: translateY(-50%);
        z-index: 5;
    }
    .cv_area {
        display: inline-block;
        background: rgba(255,255,255,0.7);
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        height: auto;
        margin: 0;
        padding: 10px 0 5px;
        box-sizing: border-box;
    }
    
    .cv_area ul {
        text-align: justify;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
    }
    
    .cv_area ul li p {
        width: 420px;
        height: auto;
        text-shadow: 0 0 3px #000;
        font-size: 1rem;
    }
    

    .vectors {
        width: 80px;
        margin: 0 20px;
    }
    
    .fv_cv_btn.fix_head {
        display: block;
        width: 230px;
        height: auto;
        float: right;
    }

    .fv_cv_btn{
        display: block;
        width: 460px;
        height: auto;
    }

    .fv_cv_btn a{
        display: block;
        width: 100%;
        height: 100%;
    }

    .fv_cv_btn.fix_head  a {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

    .fv_cv_btn.fix_head a.blue {
        width: 160px;
    }
    
}
/*--------------------------------------------------------------
.second
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
    .second {
        padding: 105% 0 0;
        background: url("../img/wave-bg.png") no-repeat top 30px center;
        background-size: 100%;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0;   
    }
    
    .woman2 {
        position: absolute;
        top: 50px;
        left: -16%;
        width: 70%;
        transform: translateX(0);
    }
    
    .onayami_sp {
        position: absolute;
        top: 120px;
        right: 15px;
        width: 70%;
    }

    .second .solutions {
        background: url(../img/solutions.png) center no-repeat;
        background-size: 230%;
        height: 200px;
    }
	
}


/* Larger than tablet */
@media (min-width: 992px) {
	.second {
        padding: 770px 0 0;
        background: url("../img/wave-bg.png") no-repeat top center;
        background-size: contain;
        box-sizing: border-box;
        position: relative;
        top: 0;
        overflow: hidden;
        margin: 0;
    }
    
    .woman2 {
        position: absolute;
        left: 50%;
        top: 70px;
        transform: translateX(-100%);
        width: 558px;
    }
    
    .onayami_pc {
        position: absolute;
        top: 150px;
        left: 50%;
        width: 608px;
    }
    
    .second .container {
        overflow: hidden;
    }

    .second .solutions{
        background: url("../img/solutions.png") center no-repeat;
        height: 468px;
    }
}

/*--------------------------------------------------------------
.archivement
--------------------------------------------------------------*/

@media (min-width: 300px) {
    .archivement {
        margin: 0 0 50px;
        padding: 0;
    }
    
    .archivement .title_img {
        width: 90%;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
    }
	
    .ex {
        margin: 0;
        padding: 50px 20px;
        background: #fff;
        overflow: hidden;
    }
    
    .case {
        margin: 0 0 50px;
        padding: 0;
    }
    
    .c_title {
        border-bottom: 1px solid #ec4e20;
        margin: 0 0 30px;
        padding: 30px 0 0;
        font-size: 18px;
        font-weight: 600;
        font-size: 1.3rem;
    }
    
    .case01 .c_title {
        background: url("../img/case01.png") no-repeat left top;
        background-size: 100px auto;
    }
    
    .case02 .c_title {
        background: url("../img/case02.png") no-repeat left top;
        background-size: 100px auto;
    }
    
    .case03 .c_title {
        background: url("../img/case03.png") no-repeat left top;
        background-size: 100px auto;
    }
    
    .case04 .c_title {
        background: url("../img/case04.png") no-repeat left top;
        background-size: 100px auto;
    }

    .case03,
    .case04 {
        width: 100%;
    }
    
    .case03 {
        float: none;
    }
    
    .case04 {
        float: none;
    }
    
    .case > span {
        display: block;
        text-align: center;
        background: #ec4e20;
        background-image: url("../img/bg_rakusatu.png");
        background-repeat: no-repeat;
        background-position: right -20px top -6px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
        padding: 15px 0;
    }
    
    .case ul {
        margin: 40px 0 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    
    .case ul li {
        margin: 0;
        padding: 30px;
        border: 2px solid #ff9505;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        font-size: 1.05rem;
        line-height: 1.8;
    }

    .case ul li.reson_l {
           border: 2px solid #1d2088;
    }


    .case ul li.borderless {
        border: none;
        width: auto;
        padding: 20px 0;
        margin: 0;
        text-align: center;
    }
    
    .case ul li.borderless img {
        transform: rotate(90deg);
        width: 52px;
        height: auto;
        margin: auto 0;
    }
    
    .case ul li span {
        color: #1d2088;
        display: inline-block;
        background: #fff;
        margin: 0;
        padding: 0 15px;
        font-size: 20px;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .case ul li span.short {
        color: #ff9505;
    }
    
    .long {
        width: 15em;
    }
    
    .short {
        width: 7em;
    }
    
    .case ul li span img {
        height: 50px;
        width: auto;
        vertical-align: middle;
        margin: 0 10px 0 0;
        padding: 0;
    }
    
    .archivement btn {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    
    .archivement btn a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .archivement .tel_area{
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
    }
    
}

/* Larger than tablet */
@media (min-width: 992px) {
	.archivement {
        margin: 0 0 50px;
        padding: 0;
    }
    
    .archivement .title_img {
        width: 500px;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
    }
	
    .ex {
        margin: 0;
        padding: 100px;
        background: #fff;
        overflow: hidden;
    }
    
    .case {
        margin: 0 0 50px;
        padding: 0;
    }
    
    .c_title {
        border-bottom: 1px solid #ec4e20;
        margin: 0 0 30px;
        padding: 5px 0 5px 200px;
        font-size: 26px;
        font-weight: 600;
    }
    
    .case01 .c_title {
        background: url("../img/case01.png") no-repeat left bottom;
        background-size: auto;
    }
    
    .case02 .c_title {
        background: url("../img/case02.png") no-repeat left bottom;
        background-size: auto;
    }
    
    .case03 .c_title {
        background: url("../img/case03.png") no-repeat left bottom;
        background-size: auto;
    }
    
    .case04 .c_title {
        background: url("../img/case04.png") no-repeat left bottom;
        background-size: auto;
    }
    
    .case03,
    .case04 {
        width: 470px;
    }
    
    .case03 {
        float: left;
    }
    
    .case04 {
        float: right;
    }
    
    .case > span {
        display: block;
        text-align: center;
        background: #ec4e20;
        background-image: url("../img/bg_rakusatu.png");
        background-repeat: no-repeat;
        background-position: right -20px top 10px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
        padding: 20px 0;
    }
    
    .case ul {
        margin: 60px 0 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .case ul li {
        margin: 0;
        padding: 60px 30px 40px;
        border: 2px solid #ff9505;
        position: relative;
        width: 470px;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 1.8;
    }

    .case ul li.reson_l {
        border: 2px solid #1d2088;
    }

    
    .case ul li.borderless {
        border: none;
        width: auto;
        padding: 70px 5px 0;
        margin: 0;
    }
    
    .case ul li.borderless img {
        width: 52px;
        height: auto;
        transform: rotate(0);
    }
    
    .case ul li span {
        color: #1d2088;
        display: inline-block;
        background: #fff;
        margin: 0;
        padding: 0 15px;
        font-size: 24px;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    .case ul li span.short {
       color: #ff9505;
    }

    .long {
        width: 15em;
    }
    
    .short {
        width: 7em;
    }
    
    .case ul li span img {
        height: 80px;
        width: auto;
        vertical-align: middle;
        margin: 0 10px 0 0;
        padding: 0;
    }
    
    .archivement btn {
        display: block;
        width: 600px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    
    .archivement btn a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .archivement .tel_area{
        width: 50%;
        font-size: 0.8rem;
        text-align: center;
        margin: 20px auto 0;
    }    


}

/*--------------------------------------------------------------
.reason
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
    .reason {
        background: url("../img/bg_bottom.png") no-repeat center bottom;
        background-size: 100% 500px;
        margin: 0;
        padding: 0;
    }
    
    .reason .title_img {
        width: 90%;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .reasons123 {
        margin: 0;
        padding: 0 20px;
    }
    
    .reasons123 ul {
        list-style: none;
    }
    
    .reasons123 ul li {
        background: #fff;
        margin: 0 0 40px;
        padding: 20px 20px 30px;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: auto;
    }
    
    .reason01 > img,
    .reason03 > img {
        float: none;
        margin: 0;
    }
    
    .reason02 > img {
        position: inherit;
        top: auto;
        right: auto;
    }
    
    .reasons123 ul li img {
        width: 100%;
        height: auto;
    }
    
    .reasons123 ul li dl {
        margin: 20px 0 0;
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
    
    .reasons123 ul li dl dt {
        color: #076ab6;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0;
        text-align: center;
    }
    
    .reasons123 ul li dl dt img {
        margin: 0 auto 10px;
        padding: 0;
        width: 50px;
        height: auto;
        vertical-align: top;
        display: block;
    }
    
    .reasons123 ul li dl dt span {
        display: inline-block;
        overflow: hidden;
    }
    
    .reasons123 ul li dl dd {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
        padding: 0;
    }
	
}

/* Larger than tablet */
@media (min-width: 992px) {
	 .reason {
        background: url("../img/bg_bottom.png") no-repeat center bottom;
        background-size: 100%;
        margin: 0;
        padding: 0;
    }
    
    .reason .title_img {
        width: 750px;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .reasons123 {
        margin: 0;
        padding: 0 100px;
    }
    
    .reasons123 ul {
        list-style: none;
    }
    
    .reasons123 ul li {
        background: #fff;
        margin: 0 0 20px;
        padding: 50px;
        position: relative;
        box-sizing: border-box;
        width: 100%;
    }
    
    .reasons123 ul li.reason02{
        padding: 50px 50px 110px;
    }


    .reason01 > img,
    .reason03 > img {
        float: left;
        margin: 0 30px 0 0;
    }
    
    .reason02 > img {
        position: absolute;
        top: 50px;
        right: 50px;
    }
    
    .reasons123 ul li img {
        width: 360px;
        height: auto;
    }
    
    .reasons123 ul li dl {
        margin: 20px 0 0;
        padding: 0;
        width: 50%;
        overflow: hidden;
    }
    
    .reasons123 ul li dl dt {
        color: #076ab6;
        font-size: 26px;
        font-weight: 600;
        margin: 0 0 15px;
        padding: 0;
        text-align: left;
    }
    
    .reasons123 ul li dl dt img {
        margin: 10px 8px 0 0;
        padding: 0;
        width: 68px;
        height: auto;
        vertical-align: top;
        display: inline-block;
    }
    
    .reasons123 ul li dl dt span {
        display: inline-block;
        overflow: hidden;
    }
    
    .reasons123 ul li dl dd {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
        padding: 0;
    }
	
}

/*--------------------------------------------------------------
.rateup
--------------------------------------------------------------*/

@media (min-width: 300px) {
    .rateup {
        display: block;
        width: 100%;
        height: 580px;
        margin: -110px auto -20px;
        padding: 150px 0 0;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    
    .rateup > p {
        margin: 0 0 0 20px;
        font-size: 1rem;
        position: relative;
        z-index: 1;
    }
    
    img.rateupcopy {
        display: block;
        width: 74%;
        margin: 0 0 0 10px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    
    .woman03 {
        position: absolute;
        right: -8%;
        bottom: 230px;
        width: 50%;
        z-index: 0;
        line-height: 1;
        vertical-align: bottom;
    }
    
    .free {
        width: 90%;
        display: block;
        margin: 20px auto 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .catalog {
        width: 43%;
        display: inline-block;
        margin: 0 2% 0 5%;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .ratecontact {
        width: 43%;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .white_triangle {
        display: block;
        width: 70px;
        height: auto;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .reason .tel_area {
        width: 90%;
        text-align: center;
        z-index: 10;
        position: relative;
        margin: 0 auto;
        font-size: 0.7rem;
    }

}

/* Larger than tablet */
@media (min-width: 992px) {
	 .rateup {
        display: block;
        width: 1000px;
        height: 700px;
        margin: 0 auto;
        padding: 110px 0 0;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        z-index: 0;
    }
    
    .rateup > p {
        margin: 0 0 0 20px;
    }
    
    img.rateupcopy {
        display: block;
        width: 550px;
        margin: 0;
        padding: 0;
    }
    
    .woman03 {
        position: absolute;
        right: -9%;
        bottom: -68px;
        width: 605px;
        z-index: 0;
    }
    
    .free {
        width: 600px;
        display: block;
        margin: 20px 0 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .catalog {
        width: 280px;
        display: inline-block;
        margin: 0 40px 0 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .ratecontact {
        width: 280px;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .white_triangle {
        display: block;
        width: 70px;
        height: auto;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }

    .reason .tel_area{
        margin: 10px 35px 0;
        width: 50%;
        font-size: 0.9rem;
        text-align: center;
        font-weight: normal;
    }
}

/*--------------------------------------------------------------
.safety
--------------------------------------------------------------*/

@media (min-width: 300px) {
    .safety {
        margin: 0 0 50px;
        padding: 0;
        position: relative;
        z-index: 10;
    }
    
    .safety .container {
        padding: 50px 20px 30px;
        background: #fff;
    }
    
    .safety .title_img {
        width: 100%;
        height: auto;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .safety ul {
        width: 70%;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;*/
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    
    .safety ul li {
        /*width: 300px;*/
        height: auto;
        margin: 0 0 20px;
        padding: 0;
    }

}

/* Larger than tablet */
@media (min-width: 992px) {
	.safety {
        margin: 0 0 50px;
        padding: 0;
        position: relative;
        z-index: 0;
    }
    
    .safety .container {
        padding: 50px 0;
        background: #fff;
        max-width: 100%;
    }
    
    .safety .title_img {
        width: 750px;
        height: auto;
        margin: 0 auto 20px;
        padding: 0;
    }
    
    .safety ul {
        width: 1000px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    
    .safety ul li {
        width: 300px;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

/*--------------------------------------------------------------
.form
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
    .form {
        margin: 0;
        padding: 0;
    }
    
    .form .title_img {
        width: 100%;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .form .container {
        padding: 0 20px;
    }
    
    .form-area {
        background: #fff;
        width: 100%;
        height: 100%;
        margin: 0 0 60px;
        padding: 50px 10px;
    }

    table.formTable{
        width:100%;
        margin:0 auto;
        border-collapse:collapse;
    }
    
    table.formTable tr {
        margin: 0 0 20px;
    }

    table.formTable td,
    table.formTable th {
        border:none;
        padding:10px;
        display: block;
        font-size: 0.9rem;
    }

    table.formTable th{
        width:100%;
        background:none;
        text-align:left;
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }
    
    table.formTable th span {
    background: #ff3a20;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 20px 0;
    box-sizing: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    }

    
    table.formTable th span.optional {
        background: #999;
    }

    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        font-weight: 600;
    }
    
    select {
        width: auto;
    }

    input[type="text"],
    input[type="tel"],
    textarea 
    {
        display:block;
        width:100%;
        padding:8px;
        font-size:110%;
        border: 1px solid #ccc!important;
    }

    input[type="reset"],
    input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    
    .form_annotation {
        width: 100%;
        border: 1px solid #666;
        margin: 30px 0;
        padding: 30px;
    }
    
    .form_annotation span {
        font-weight: bold;
        display: block;
        margin: 0 0 30px;
    }
    
    .agreement {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 30px 5px;
    }
    
    input[type="image"] {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .label-fixer {
        position: relative;
    }
    
    label {
        color: #DD0000;
    }

    span.agreement label{
        display: block;
        font-weight: 100;
       font-size: 1rem;
    }

    .label-fixer label {
        position: absolute;
        bottom: -1em;
        left: 10px;
    }
    
    .form .sbmt_btn{
        width: 100%;
        background: url('../img/send_btn.png') no-repeat;
        background-size: 100%;
        padding-top: 10%;
    }

}

/* Larger than tablet */
@media (min-width: 992px) {
	 .form {
        margin: 0;
        padding: 0;
    }
    
    .form .title_img {
        width: 582px;
        margin: 0 auto 30px;
        padding: 0;
    }
    
    .form .container {
        padding: 0 100px;
    }
    
    .form-area {
        background: #fff;
        width: 100%;
        height: 100%;
       margin: 0 0 80px;
       padding: 100px 50px 50px;
    }

    table.formTable{
        width:100%;
        margin:0 auto;
        border-collapse:collapse;
    }
    
    table.formTable tr {
        margin: 0 0 20px;
    }

    table.formTable td,
    table.formTable th {
        display: table-cell;
        border:none;
        padding:20px;
        font-size: 1rem;
    }
    table.formTable td span{
        margin: 0 10px 0 0;
    }

    table.formTable th{
        width:280px;
        background:none;
        text-align:left;
        position: relative;
        font-size: 18px;
        font-weight: 500;
    }
    
    table.formTable th span {
        background: #ff3a20;
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        padding: 2px 10px;
        margin: 0;
        box-sizing: 0;
        border-radius: 6px;
        color: #fff;
        font-size: 14px;
    }
    
    table.formTable th span.optional {
        background: #999;
    }

    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        font-weight: 600;
    }
    
    select {
        width: auto;
    }

    input[type="text"],
    input[type="tel"],
    textarea 
    {
        display:block;
        width:100%;
        padding:8px;
        font-size:110%;
        border: 1px solid #ccc!important;
    }

    input.typ_short{
        width: 40%;
    }


    input[type="reset"],
    input[type="button"] {
        display:block;
        width:100%;
        height:40px;
    }
    
    .form_annotation {
        width: 100%;
        border: 1px solid #666;
        margin: 30px 0 50px;
        padding: 30px;
    }


    
    .form_annotation span {
        font-weight: bold;
        display: block;
        margin: 0 0 30px;
    }
    
    .agreement {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px;
    }
    
    input[type="image"] {
        display: block;
        width: 610px;
        height: auto;
    }
    .label-fixer label {
        position: absolute;
        bottom: -10px;
        left: 20px;
    }

    .form .sbmt_btn{
        display: block;
        margin: 0 auto;
        width: 610px;
        height: 100px;
        background: url('../img/send_btn.png') no-repeat;
    }

}
@media (max-width: 750px){
    table.formTable td span{
        display: block;
    }
}
/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
/* mobile */
@media (min-width: 300px) {
    #footer {
        background: #1b1b1b;
        color: #fff;
        font-size: 6px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 30px 0;
    }
	
}

/* Larger than tablet */
@media (min-width: 992px) {
	 #footer {
        background: #1b1b1b;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin: 0;
        padding: 30px 0;
    }
}

/*--------------------------------------------------------------
flowWrap
--------------------------------------------------------------*/
/* mobile */
@media (min-width: 300px) {
	section.flowWrap.clearfix {
    margin: 60px 0;
    position: relative;
    top: 0px;
}
   section.flowWrap h2 {
    padding: 0 0 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
section.flowWrap h2 img {
    width: auto;
    max-width: 100%;
}.flowBg {
    background: #fff;
    padding: 30px 0;
}
.flowBg p {
    font-size: 12px;
}.flowInner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}.flowInner img {
    max-width: 100%;
    width: auto;
}.flowInner ul {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin: 50px 0 0;
}.flowInner ul li p {
    text-align: center;
    padding: 20px;
    font-size: 1rem;
}.flowInner ul li {
    position: relative;
	width: 45%;
	text-align: center;
}
	
	
}
@media (min-width: 600px) {
	section.flowWrap.clearfix {
    margin: 60px 0 0;
    position: relative;
    top: 60px;
}
}
/* Larger than tablet */
@media (min-width: 992px) {
	 section.flowWrap h2 {
    padding: 3rem 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
	section.flowWrap.clearfix {
    margin: 0;
		position: relative;
    top: 0px;
}
	.flowInner ul li {
    position: relative;
	width: 24%;
		text-align: center;
}
section.flowWrap h2 img {
    width: auto;
    max-width: 100%;
}.flowBg {
    background: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
}
.flowBg p {
    font-size: 18px;
}.flowInner {
    width: 1000px;
    margin: 0 auto;
}.flowInner img {
    max-width: 100%;
    width: auto;
}.flowInner ul {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}.flowInner ul li p {
    text-align: center;
    padding: 20px;
    font-size: 1.3rem;
}.flowInner ul li:nth-of-type(3) p, .flowInner ul li:nth-of-type(4) p{
    padding: 34px 20px;
}.flowInner ul li {
    position: relative;
}
	.flowInner ul li:before {
    content: url(../img/flowyaji.png);
    position: absolute;
    right: -2.2rem;
    top: 6rem;
    z-index: 1;
}
	.flowInner ul li:last-child:before{
		content: none;
	}
}

/* demo */
.demo{
    background: url('../img/demo_img.png') no-repeat center right 8% / 480px ,#ffffff;
    padding: 40px 0;
    margin: 0 0 50px;
    box-sizing: border-box;
}
.demo .inner{
    max-width: 1200px;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
}
.demo .inner p{
    width: 56%;
}
@media (max-width: 750px){
    .demo{
        background: url('../img/demo_img.png') no-repeat center right -90px / 320px ,#ffffff;
    }
    .demo .inner{
        padding: 0 20px;
    }
    .demo .inner p{
        width: 90%;
    }
}

/* movie */
.movie{
}
.movie .title_img{
    width: 38%;
    margin: 0 auto 40px;
}
.movie .mv_inner{
    background: #ffffff;
    padding: 40px 50px;
}
.movie .y_tube{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}
.movie .y_tube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 750px){
    .movie .title_img{
        width: 90%;
        margin: 0 auto 20px;
    }
    .movie .mv_inner{
        width: 90%;
        margin: 0 auto 50px;
        padding: 40px 20px;
    }
}

/* 追記 */
p.small-tx {
    font-size: 10px;
}
@media (max-width: 750px){
section.second.clearfix {
    margin-top: 80px;
}
}

/* 変更FV */
img.rhombus {
    position: absolute;
    top: 57%;
    left: 55%;
    transform: translateY(-50%);
    width: auto;
    z-index: 0;
}
@media screen and (max-width: 640px) {
    img.rhombus.sp {
        top: 45%;
        left: 52%;
        width: 70%;
    }
}

/* 追加表 */
.clear {
    clear: both;
}
span.ttl-blue{
    background-image: none;
    background: #1d2088;
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
    .case05{
        margin-bottom: 40px;
    }
    .scroll {
      overflow-x: auto;
      margin-bottom: 20px;
    }
    .scroll img {
        min-width: 640px;
        margin-bottom: 10px;
      }   
}

/* ハニーポット */
.hp-hidden {
    display:none 
}


/* 240403 実績テーブル */
.achievements table {
    width: 1000px;
    line-height: 1;
    font-weight: bold;
    font-size: 18px;
}

.achievements table th {
    text-align: left;
    background: #000;
    color: #fff;
    padding: 12px 20px;
}

.achievements table th,
.achievements table td {
    border-right: 1px solid #fff;
}

.achievements table tr td:first-child {
    width: 60%;
}

.achievements table tr td:nth-child(2) {
    width: 17%;
}

.achievements table tr td:nth-child(3) {
    width: 23%;
}

.achievements table td {
    padding: 20px;
}

.achievements table tr:nth-child(even) {
    background: #fff;
}

.achievements table tr:nth-child(odd) {
    background: #f0f0f0;
}

@media screen and (max-width: 640px) {
    .achievements table {
        font-size: 14px;
        width: 900px;
    }

    .achievements table td {
        padding: 14px;
    }
}