@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: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

body img {
    width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.form_annotation a {
    color: #1d2088;
    text-decoration: underline;
}

.form_annotation a:hover {
    color: #00aad9;
    text-decoration: none;
}




/*--------------------------------------------------------------
.container
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    .container {
        width: 100%;
        max-width: 1000px;
        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;
    }
    .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: -73px 0 0;
        padding: 16px 0;
        position: relative;
        z-index: 9;
    }
    .fixed_nav .fv_cv_btn {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 270px;
        height: auto;
    }
    .fixed {
        position: fixed!important;
        top: 0;
        left: 0;
        margin: 0!important;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    #header {
        width: 100%;
        height: 80px;
        margin: 0;
        padding: 30px 0;
    }
    .logo {
        width: 175px;
        height: auto;
        margin: 0 20px;
        padding: 0;
        float: left;
    }
    #header .tel_area {
        width: 20%;
        margin: 0 40px;
        float: right;
        text-align: left;
        font-size: 0.1rem;
    }
}

/*--------------------------------------------------------------
#fv
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    #fv {
        background: url("../img/fv_bg.png") no-repeat;
        background-size: cover;
        background-position: top right 90%;
        width: 100%;
        height: 150vw;
        margin: 0;
        padding: 20px;
        position: relative;
    }
    #fv .container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    #fv .container img {
        width: auto;
        height: auto;
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }
    #fv .container img.pc_img {
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    #fv .container img.sticker {
        left: 0;
        top: -150px;
        width: 35%;
    }
    #fv .container .fv-text-sp {
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        position: relative;
        top: -50px;
        text-shadow: #015891 1px 1px 10px, #015891 -1px 1px 10px, #00060a 1px -1px 10px, #00060a -1px -1px 10px;
    }
    .cv_area{
        display: none;
    }
    .sp_cv_area {
        display: none;
        width: 100%;
        background: #2d31af;
        margin: 0;
        padding: 20px 5px 0;
        left: 0;
        bottom: 0;
        height: auto;
        z-index: 1000;
        box-sizing: border-box;
    }
    .sp_cv_area.out{
        position: fixed;
        display: block;
    }
    .sp_cv_area ul {
        list-style: none;
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .sp_cv_area ul li{
        display: inline-block;
        width: 48%;
    }
    .sp_cv_area ul li:last-of-type{
        margin-left: 5px;
    }
    .sp_cv_area ul li p {
        font-size: 0.9rem;
        width: 100%;
        height: auto;
        margin-right: 130px;
        text-shadow: 0 0 3px #000;
        margin: 0 0 10px;
    }
    .sp_cv_area .tel_area {
        margin: 10px 0;
        font-size: 0.8rem;
        text-align: center;
        color: #ffffff;
    }
    .fv_cv_btn {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        z-index: 9999;
    }
    .fv_cv_btn a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .fv_cv_btn a img {
        width: auto;
        height: 50px;
        padding: 0 2px;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    #fv {
        height: 620px;
        padding: 0;
        background-size: cover;
    }
    #fv .container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    #fv .container img {
        width: auto;
        height: auto;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: auto;
    }
    #fv .container img.pc_img {
        left: 60%;
        top: 40%;
        transform: translateY(-50%);
        width: auto;
    }
    #fv .container img.sticker {
        left: 60%;
        top: 15%;
        width: auto;
    }
    .sp_cv_area.out{
        display: none;
    }
    .cv_area {
        width: 100%;
        background: #2d31af;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
        margin: 0;
        padding: 20px 0;
        box-sizing: border-box;
        z-index: 0;
    }
    .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;
        margin-right: 130px;
        text-shadow: 0 0 3px #000;
        font-size: 1em;
    }
    .sp_cv_area{
        display: none;
    }
    .vectors {
        width: 80px;
        margin: 0 20px;
    }
    .fv_cv_btn.fix_head {
        top: 0;
        position: relative;        
        display: block;
        width: 300px;
        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;
        width: 200px;
        height: 100%;
        vertical-align: middle;
    }
    .fv_cv_btn.fix_head a.blue {
        width: 150px;
    }
}


/*--------------------------------------------------------------
.second
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    .second {
        margin: 0;
        padding: 0 0 30px;
        background: url("../img/second-bg.png") no-repeat center;
        background-size: cover;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        height: auto;
    }
    .onayami_pc {
        display: none;
    }
    .onayami_sp {
        display: block;
        width: 100%;
        height: auto;
    }
    .solutions {
        display: inline-block;
        text-align: left;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        margin: 0;
        padding: 0 20px;
    }
    .solutions span {
        display: block;
        margin: 25px 0 30px;
        padding: 0;
        font-size: 1.8rem;
        font-weight: 900;
        color: #076ab6;
    }
    .solutions ul {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .solutions ul li {
        margin: 0 0 20px;
        padding: 0;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    .second {
        margin: 0;
        padding: 0;
        background: url("../img/second-bg.png") no-repeat right top;
        background-size: 60%;
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        height: 580px;
    }
    .onayami_pc {
        display: block;
        width: 45%;
        height: 580px;
        background: url('../img/desk_img.png') no-repeat;
        background-size: cover;
    }
    .onayami_sp {
        display: none;
    }
    .solutions {
        display: inline-block;
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .solutions span {
        display: block;
        margin: 0 0 50px;
        padding: 0;
        font-size: 2.5rem;
        font-weight: 900;
        color: #076ab6;
    }
    .solutions ul {
        width: 450px;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .solutions ul li {
        margin: 0 0 20px;
        padding: 0;
    }
}


/*--------------------------------------------------------------
.ARE
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    .ARE {
        background: url("../img/sky_bg.png") no-repeat center;
        background-size: cover;
        position: relative;
        margin: 0;
        padding: 50px 20px;
        height: auto;
    }
    .ARE img {
        width: 100%;
        height: auto;
    }
    .soft {
        position: relative;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        width: 70%!important;
    }
    .ARElogo {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .sol-logo {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0, 0);
    }
    .tc {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        margin: 0;
        padding: 0;
        line-height: 0;
        vertical-align: top;
        width: auto!important;
        height: auto;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    .ARE {
        background: url("../img/sky_bg.png") no-repeat center;
        background-size: cover;
        position: relative;
        margin: 0;
        padding: 0;
        height: 480px;
    }
    .ARE img {
        width: auto;
        height: auto;
    }
    .soft {
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translate(-100%, -50%);
        width: auto!important;
    }
    .ARElogo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(0, -100%);
    }
    .sol-logo {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(0, 0);
    }
    .tc {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        margin: 0;
        padding: 0;
        line-height: 0;
        vertical-align: top;
        width: auto;
        height: auto;
    }
}


/*--------------------------------------------------------------
.archivement
--------------------------------------------------------------*/

@media (min-width: 300px) {
    .archivement {
        padding: 0;
    }
    .title_area {
        background: url("../img/ttl_bg.png") no-repeat center;
        background-size: cover;
        padding: 20px 0;
        color: #fff;
        text-align: center;
    }
    .title_area .container {
        position: relative;
    }
    .sec_title {
        font-size: 28px;
        font-weight: 900;
    }
    .sec_title span {
        display: block;
        font-size: 20px;
    }
    .line01 {
        position: absolute;
        content: "";
        width: 200px;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 0;
    }
    .line02 {
        position: absolute;
        content: "";
        width: 200px;
        height: 1px;
        background: #fff;
        top: 50%;
        right: 0;
    }
    .archivement>.container {
        position: relative;
        padding: 70px 20px 0;
        box-sizing: border-box;
    }
    .top-triangle {
        width: 80px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .c_title {
        text-align: center;
        margin: 0 0 30px;
        width: 100%;
        position: relative;
    }
    .c_title img {
        width: 100%;
        height: auto;
    }
    .rakusatsu {
        position: relative;
    }
    .rakusatsu img {
        width: 120px;
        position: absolute;
        right: -30px;
        top: -50px;
    }
    .rakusatsu3 {
        position: relative;
    }
    .rakusatsu3 img {
        width: 120px;
        position: absolute;
        right: -30px;
        bottom: -14px;
    }
    .flow_box {
        margin: auto;
        padding: 0;
    }
    .flow_box ul {
        display: block;
    }
    .color {
        background-color: #f0f0f0;
        padding: 40px 20px 30px;
    }
    .color2 {
        background-color: #ffffff;
        padding: 50px 20px 30px;
        position: relative;
    }
    .arrow_r {
        margin: 0 0 20px;
        padding: 0;
        box-sizing: border-box;
        text-align: center;
    }
    .arrow_r img {
        margin: 0 auto;
        width: 40px;
        height: auto;
    }
    btn a {
        transition: .3s;
    }
    btn a:hover {
        opacity: 0.7;
    }
    .archivement btn {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .archivement btn a {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 20px;
    }
    .archivement .tel_area {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    }

    /* 表追加 */
    .ttl-blue {
        border-radius: 5px;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
        padding: 15px 0;
        background: #1d2088;
        margin-top: 50px;
        margin-bottom: 30px;
        text-align: center;
    }
    .scroll {
        overflow-x: auto;
    }
    .scroll img {
        min-width: 640px;
    }
    .table {
        margin-bottom: 65px;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    .archivement {
        padding: 0;
    }
    .title_area {
        background: url("../img/ttl_bg.png") no-repeat center;
        background-size: cover;
        padding: 40px 0;
        color: #fff;
        text-align: center;
    }
    .title_area .container {
        position: relative;
    }
    .sec_title {
        font-size: 50px;
        font-weight: 900;
    }
    .sec_title span {
        display: block;
        font-size: 28px;
    }
    .line01 {
        position: absolute;
        content: "";
        width: 200px;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 0;
    }
    .line02 {
        position: absolute;
        content: "";
        width: 200px;
        height: 1px;
        background: #fff;
        top: 50%;
        right: 0;
    }
    .archivement>.container {
        position: relative;
        padding: 130px 0 0;
        box-sizing: border-box;
    }
    .top-triangle {
        width: 80px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .c_title {
        text-align: center;
        margin: 0 0 50px;
        width: auto;
        position: relative;
    }
    .c_title img {
        width: auto;
        height: auto;
    }
    .rakusatsu {
        position: relative;
    }
    .rakusatsu img {
        width: 200px;
        position: absolute;
        right: 0;
        top: -50px;
    }
    .rakusatsu3 {
        position: relative;
    }
    .rakusatsu3 img {
        width: 200px;
        position: absolute;
        right: 0;
        bottom: -45px;
    }
    .flow_box {
        padding: 0;
        width: 100%;
    }
    .flow_box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .color {
        background-color: #f0f0f0;
        padding: 60px 20px 60px;
    }
    .color2 {
        background-color: #ffffff;
        padding: 60px 20px 60px;
        position: relative;
    }
    .arrow_r {
        margin: 0 auto;
        padding: 80px 0 0;
        box-sizing: border-box;
    }
    .archivement btn {
        display: block;
        width: 600px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .archivement btn a {
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 60px;
    }
    .archivement .tel_area {
    width: 580px;
    font-size: 0.8rem;
    text-align: center;
    margin: 20px auto 0;
    }
    
    /* 表追加 */
    .ttl-blue {
        border-radius: 5px;
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin: 0 0 20px;
        padding: 20px 0;
        background: #1d2088;
        margin-top: 85px;
        margin-bottom: 40px;
        text-align: center;
    }
    .table {
        margin-bottom: 65px;
    }
}



/*--------------------------------------------------------------
.reason
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    .reason {
        margin: 0;
        padding: 0;
    }
    .reason>.container {
        position: relative;
    }
    .reasons123 {
        margin: 0;
    }
    .reasons123 ul {
        list-style: none;
    }
    .reasons123 ul li {
        background: #fff;
        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: #1d2088;
        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 {
        margin: 0;
        padding: 0;
    }
    .reasons123 {
        margin: 0;
        padding: 80px 0;
    }
    .reasons123 ul {
        list-style: none;
    }
    .reasons123 ul li {
        background: #fff;
        margin: 0 0 50px;
        padding: 0;
        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: 450px;
        height: auto;
    }
    .reasons123 ul li dl {
        margin: 0;
        padding: 30px 0 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 {
        background: url("../img/sky_bg02.png") no-repeat;
        background-size: cover;
        background-position: top;
        display: block;
        width: 100%;
        margin: 0 auto 0;
        padding: 60px 0 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .rateup p {
        margin: 20px;
        font-size: 1rem;
        position: relative;
        z-index: 1;
    }
    .rate_pc {
        display: none;
    }
    .rate_sp {
        width: 260px;
        margin: 0 auto;
    }
    img.rateupcopy {
        display: block;
        width: 80%;
        margin: 0 20px;
        padding: 15px 0 0;
        position: relative;
        z-index: 1;
    }
    .free {
        width: 90%;
        display: block;
        margin: 20px auto 6px;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .catalog {
        width: 43%;
        display: inline-block;
        margin: 0 2% 0 5%;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .ratecontact {
        width: 43%;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .rateup .tel_area{
        width: 90%;
        margin: 10px auto 0;
    }
    .rateup .tel_area p{
        margin: 0 0 40px;
        text-align: center;
    }

}


/* Larger than tablet */

@media (min-width: 992px) {
    .rateup {
        overflow: hidden;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 100px 0;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .rateup p {
        margin: 20px 0;
        font-size: 1rem;
        position: relative;
        z-index: 1;
    }
    .rate_pc {
        display: initial;
        width: 580px;
        position: absolute;
        top: 170px;
        left: 60%;
        opacity: 1.0;
    }
    img.rateupcopy {
        display: block;
        width: 550px;
        margin: 0;
        padding: 0;
    }
    .free {
        width: 500px;
        display: block;
        margin: 20px 0 10px;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .catalog {
        width: 240px;
        display: inline-block;
        margin: 0 12px 0 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .ratecontact {
        width: 240px;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    
    .rateup .tel_area{
        margin: 20px 0 0;
        width: 50%;
        text-align: center;
        font-weight: normal;
    }
    .rateup .tel_area p{
        margin: 0;
        font-size: 0.9rem;
    }

}

@media (min-width: 1620px) {
    .rate_pc {
        width: auto;
        top: 150px;
    }
}


/*--------------------------------------------------------------
.safety
--------------------------------------------------------------*/

@media (min-width: 300px) {
    .safety {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .safety .container {
        padding: 80px 20px 30px;
        background: #fff;
    }
    .safety .title_img {
        width: 100%;
        height: auto;
        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: 180px;
        padding: 0;
    }
}


/* Larger than tablet */

@media (min-width: 992px) {
    .safety {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .safety .container {
        padding: 100px 0 50px;
        background: #fff;
        max-width: 100%;
    }
    .safety .title_img {
        width: 750px;
        height: auto;
        margin: 0 auto 20px;
        padding: 0;
    }
    .safety ul {
        width: 900px;
        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 {
        position: relative;
    }
    .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 {
        background: #ff3a20;
        display: block;
        position: absolute;
        top: 50%;
        right: 160px;
        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[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;
    }

    .label-fixer label {
        position: absolute;
        bottom: -1em;
        left: 10px;
    }

    span.agreement label {
    display: block;
    font-weight: 100;
    font-size: 1rem;
    }

    .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 0 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: 10px;
        font-size: 1rem;
    }
    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 30px 5px;
    }
    input[type="image"] {
        display: block;
        width: 610px;
        height: auto;
    }
    .label-fixer label {
        position: absolute;
        left: 340px;
        bottom: 12px;
    }

    .form .sbmt_btn {
    display: block;
    margin: 0 auto;
    width: 610px;
    height: 100px;
    background: url("../img/send_btn.png") no-repeat;
    }
}


/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/


/* mobile */

@media (min-width: 300px) {
    #footer {
        background: #1b1b1b;
        color: #fff;
        font-size: 6px;
        font-weight: bold;
        text-align: center;
        margin: 10px 0 100px;
        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 img{
		width: auto;
		max-width: 100%;
	}
	section.flowWrap {
    background: url(../img/flowBg.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 80px 20px;
    color: #fff;
}
	.flowBg {
    width: 100%;
    margin: 0 auto;
}section.flowWrap h2 {
    padding: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: relative;
    width: 100%;
    margin: 0px auto 50px;
}.flowBox {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0 0;
}

.flow_c01 {
    background: #fff;
    width: 45%;
    position: relative;
    text-align: center;
    color: #333;
	margin-bottom: 50px;
}.flow_c01 p {
    margin: -25px auto 20px;
    background: #00aad9;
    display: block;
    width: 90%;
    text-align: center;
    padding: 8px;
    border-radius: 50px;
}.flow_c01 h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    display: table;
    text-align: center;
    width: 100%;
    margin:  0 0 20px;
    height: 50px;
}.flow_c01 h3 span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5rem;
}	
}
/* Larger than tablet */
@media (min-width: 992px) {
	section.flowWrap img{
		width: auto;
		max-width: 100%;
	}
	section.flowWrap {
    background: url(../img/flowBg.png) no-repeat center;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 80px 0;
    color: #fff;
}
	.flowBg {
    width: 1000px;
    margin: 0 auto;
}section.flowWrap h2 {
    padding: 0;
    text-align: center;
    font-size: 50px;
    color: #fff;
    position: relative;
    width: 1000px;
    margin: 0px auto 50px;;
}section.flowWrap h2:before {
    content: "";
    border-bottom: 2px solid;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
}
	
section.flowWrap h2:after {
    content: "";
    border-bottom: 2px solid;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
}.flowBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.flow_c01:before {
    content: url(../img/flowyaji.png);
    position: absolute;
    right: -2.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
}
.flow_c01:last-child:before {
    content: none;
}	
.flow_c01 {
    background: #fff;
    width: 20%;
    position: relative;
    text-align: center;
    color: #333;
}.flow_c01 p {
    margin: -25px auto 20px;
    background: #00aad9;
    display: block;
    width: 90%;
    text-align: center;
    padding: 8px;
    border-radius: 50px;
}.flow_c01 h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    display: table;
    text-align: center;
    width: 100%;
    margin:  0 0 20px;
    height: 50px;
}.flow_c01 h3 span {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.3rem;
    line-height: 2rem;    
}
}

/* 240324 実績テーブル */
.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 {
    width: 33.3%;
    border-right: 1px solid #fff;
}

.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: 800px;
    }

    .achievements table td {
        padding: 14px;
    }
}