
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


body {
    font-family: "Noto Sans JP", sans-serif,"Noto Serif JP", serif,"Montserrat", sans-serif;
    font-size: 1.66667vw;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0px;
font-family: "Noto Sans JP", sans-serif,"Noto Serif JP", serif,"Montserrat", sans-serif;
color: #101010;
line-height: 1.2;
}
p {
    font-weight: 500;
    line-height: 1.5;
    margin: 0px;
    font-family: "Noto Sans JP", sans-serif,"Noto Serif JP", serif,"Montserrat", sans-serif;
    color: #101010;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
a,
a:active,
a:focus,
a:active {
    text-decoration: none !important;
    font-size: 15px;
    color: #101010;
}
img{
    width:100%;
    max-width:100%;
    display: block;
}
.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
.section-wrap{
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-h2{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.p-dashed{
    font-size: 27px;
    border-bottom: dashed 1px #F88302;
    display: inline;
    line-height: 1.7;
    font-weight: 600;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
    html {
        -webkit-text-size-adjust: 100%;
    }
    p {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    p {
        font-size: 15px;
    }
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    .container {
        width: 85%;
    }
    .section-wrap{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-h2{
        width: 70%;
    }
    .p-dashed{
        font-size: 18px;
    }
}
@media screen and (max-width: 390px){
    .section-h2{
        width: 85%;
    }
}


/* =================== ファーストビュー =================== */
.header{
    background-image: url(../images/gaiheki/fv-bg-pc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 800px;
}
.header .lp-title{
    max-width: 940px;
    width: 65%;
    padding-top: 120px;
    padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
    .header{
        background-image: url(../images/gaiheki/fv-bg-sp.webp);
        background-position: top;
        background-size: contain;
        width: 100%;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
    .header .lp-title{
        width: 100%;
        padding-top: 15%;
        padding-bottom: 103%;
    }
}

/* =================== こんなお悩みはありませんか =================== */
.sec1{
    text-align: center;
}
.sec1 .bg{
    background-color: #FFFBF1;
    background-image: url(../images/gaiheki/onayami-bg.webp);
    background-size: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.sec1 h2{
    font-family: "Noto Serif JP", serif;
    font-size: 27px;
    text-align: center;
    position: relative;
    z-index: 100;
    display: inline-block;
}
.sec1 h2::before{
    position: absolute;
    content: url(../images/gaiheki/onayami-hatena.webp);
    display: block;
    left: -120px;
    top: -50px;
    z-index: -1;
}
.sec1 h2 .f-blue{
    font-size: 40px;
    color: #007CBC;
    padding: 0 5px;
    position: relative;
}
.sec1 h2 .f-blue::after{
    position: absolute;
    content: url(../images/gaiheki/onayami-ttl-line.webp);
    display: block;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
}
.sec1 .fukidashi{
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
}
.sec1 .fukidashi .fukidashi-bg img{
    height: 300px;
    width: 100%;
}
.sec1 .fukidashi ul{
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 60%;
}
.sec1 .fukidashi ul li{
    font-family:"Noto Sans JP", sans-serif;
    padding-bottom: 2%;
    font-size: 18px;
    line-height: 1.2;
}
.sec1 .fukidashi ul li .fukidashi-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    font-weight: 500;
}
.sec1 .fukidashi ul li img{
    width: 18px;
    height: 18px;
}
.sec1 .fukidashi ul li:last-child{
    padding-bottom: 0px;
}
.sec1 .fukidashi ul li .f-blue{
    color: #007CBC;
}
.sec1 .fukidashi .onayami-img{
    position: absolute;
    top: -90px;
    right: -70px;
    max-width: 240px;
}
.sec1 .bar{
    width: 100%;
    background: -webkit-gradient(linear,left top, right top,from(#FDD23C),to(#F88302));
    background: -o-linear-gradient(left,#FDD23C 0%,#F88302 100%);
    background: linear-gradient(to right,#FDD23C 0%,#F88302 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 80%;
    margin-top: -60px;
}
.sec1 .bar p{
    font-size: 32px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-top: 25px;
    font-weight: 700;
}

.sec1 .bar .bar-wrap{
    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;
    width: 80%;
    margin: 0 auto;
}
.sec1 .bar .bar-wrap .woman{
    width: 200px;
}
.sec1 .arrow{
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
}
.sec1 .service{
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.sec1 .service::before,.sec1 .service::after{
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sec1 .service::before{
    content: url(../images/gaiheki/sec1-service-left.webp);
    left: -55px;
}
.sec1 .service::after{
    content: url(../images/gaiheki/sec1-service-right.webp);
    right: -55px;
}
.sec1 .service .p-dashed{
    color: #F88302;
}
.sec1 .text1{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    font-size: 22px;
}
.sec1 .voice-wrap{
    padding-top: 80px;
    max-width: 1080px;
    margin: 0 auto;
}
.sec1 .voice-inner{
    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;
    gap: 30px;
    padding-bottom: 80px;
}
.sec1 .voice-inner:last-of-type{
    padding-bottom: 0px;
}
.sec1 .voice-inner .text-wrap{
    width: 55%;
}
.sec1 .voice-inner .text-wrap h3{
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    background: #F88302;
    color: #fff;
    padding: 15px 0;
    position: relative;
    text-align: left;
    padding-left: 80px;
    padding-right: 5px;
    line-height: 1.3;
}
.sec1 .voice-inner .text-wrap h3::before{
    position: absolute;
    display: block;
    left: -30px;
    top: -78px;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
}
.sec1 .voice-inner:nth-of-type(1) .text-wrap h3::before{
    content: url(../images/gaiheki/voice1.webp);
}
.sec1 .voice-inner:nth-of-type(2) .text-wrap h3::before{
    content: url(../images/gaiheki/voice2.webp);
}
.sec1 .voice-inner:nth-of-type(3) .text-wrap h3::before{
    content: url(../images/gaiheki/voice3.webp);
}
.sec1 .voice-inner .text-wrap .bottom{
    background: #FCEECB;
    padding: 20px 0;
    text-align: left;
}
.sec1 .voice-inner .text-wrap .bottom .ttl{
    font-weight: 600;
    border-bottom: dotted 1px #101010;
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto;
}
.sec1 .voice-inner .text-wrap .bottom .text{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
.sec1 .voice-inner .img{
    width: 45%;
    -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.16);
            box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.16);
    max-width: 400px;
    min-width: 270px;
    height: 300px;
}
.sec1 .voice-inner .img img{
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left bottom;
       object-position: left bottom;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 767px){
    .sec1 .bg{
        background-size: 330%;
        background-position: 0% 93%;
    }
    .sec1 h2{
        font-size: 20px;
    }
    .sec1 h2::before{
        left: -40px;
    }
    .sec1 h2 .f-blue{
        font-size: 25px;
    }
    .sec1 h2 .f-blue::after{
        -webkit-transform: scale(0.7) translateX(-50%);
            -ms-transform: scale(0.7) translateX(-50%);
                transform: scale(0.7) translateX(-50%);
        left: 36%;
    }
    .sec1 .fukidashi{
        margin-top: 150px;
        width: 100%;
    }
    .sec1 .fukidashi .fukidashi-bg{
        width: 100%;
    }
    .sec1 .fukidashi .fukidashi-bg img{
        height: 130px;
    }
    .sec1 .fukidashi .onayami-img{
        left: 50%;
        top: -162px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 180px;
        z-index: 100;
    }
    .sec1 .fukidashi ul{
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 100%;
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 10px;
    }
    .sec1 .fukidashi ul li{
        position: relative;
        font-size: 15px;
        width: 49%;
        margin: 0 auto;
    }
    .sec1 .fukidashi ul li img{
        width: 23px;
        height: 23px;
    }
    .sec1 .fukidashi ul li .fukidashi-inner{
        position: absolute;
        top: 12%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 70%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec1 .fukidashi ul li .fukidashi-inner .text{
        font-size: 15px;
        line-height: 1.4;
    }
    .sec1 .bar{
        background-size: 100%;
    }
    .sec1 .bar .bar-wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec1 .bar p{
        font-size: 27px;
        width: 100%;
        text-align: center;
    }
    .sec1 .voice-inner:nth-of-type(1),.sec1 .voice-inner:nth-of-type(3){
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec1 .voice-inner:nth-of-type(2){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .sec1 .voice-inner{
        gap: 0;
    }
    .sec1 .voice-inner .text-wrap{
        width: 100%;
    }
    .sec1 .voice-inner .text-wrap h3{
        padding-left: 70px;
    }
    .sec1 .voice-inner .text-wrap h3::before{
        -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
                transform: scale(0.6);
    }
    .sec1 .voice-inner .img{
        width: 100%;
        height: auto;
        max-width: 767px;
        min-width: auto;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #FCEECB;
        padding-bottom: 20px;
    }
    .sec1 .voice-inner .img img{
        width: 90%;
        margin: 0 auto;
    }
    .sec1 .service::before, .sec1 .service::after{
        -webkit-transform: scale(0.8) translateY(-50%);
            -ms-transform: scale(0.8) translateY(-50%);
                transform: scale(0.8) translateY(-50%);
        top: 40%;
    }
    .sec1 .service::before{
        left: -70px;
    }
    .sec1 .service::after{
        right: -70px;
    }
}
@media screen and (max-width: 500px){
    .sec1 .fukidashi ul li{
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .sec1 .fukidashi .fukidashi-bg img{
        height: 120px;
    }
}
@media screen and (max-width: 390px){
    .sec1 h2{
        font-size: 18px;
    }
    .sec1 h2 .f-blue{
        font-size: 20px;
    }
    .sec1 h2 .f-blue::after{
        -webkit-transform: scale(0.4) translateX(-50%);
            -ms-transform: scale(0.4) translateX(-50%);
                transform: scale(0.4) translateX(-50%);
        left: -13%;
        bottom: -20px;
    }
    .sec1 .fukidashi ul li{
        width: 100%;
    }
    .sec1 .fukidashi .fukidashi-bg img{
        height: 130px;
    }
    .sec1 .bar p{
        font-size: 20px;
    }
    .sec1 .bar .bar-wrap .woman{
        width: 170px;
    }
    .sec1 .service::before{
        left: -65px;
    }
    .sec1 .service::after{
        right: -65px;
    }
    .sec1 .service .p-dashed{
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .text1{
        font-size: 16px;
    }
    .sec1 .voice-inner .text-wrap h3{
        font-size: 20px;
    }
    .sec1 .service{
        width: 75%;
    }
    .sec1 .service::before, .sec1 .service::after{
        -webkit-transform: scale(0.6) translateY(-50%);
            -ms-transform: scale(0.6) translateY(-50%);
                transform: scale(0.6) translateY(-50%);
        top: 30%;
    }
}

/* =================== CTAバナー=================== */
.cta{
    background-image: url(../images/gaiheki/cta-bg-pc.webp);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: bottom;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 130px;
}
.cta .cta-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    width: 43%;
}
.cta .cta-img{
    max-width: 200px;
    min-width: 150px;
    width: 30%;
}
.cta .text-wrap{
    padding-bottom: 30px;
    position: relative;
}
.cta .text-wrap::before{
    position: absolute;
    content: url(../images/gaiheki/cta-img.webp);
    display: block;
    left: 0px;
}
.cta .text-wrap p{
    font-size: 22px;
    color: #F88302;
    font-weight: 600;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
}
.cta .text-wrap p .f-large{
    font-size: 32px;
}
.cta .text-wrap p:last-of-type{
    margin-bottom: 0px;
}
.cta .cta-right{
    width: 30%;
    margin-top: 15px;
}
.cta .cta-btn{
    max-width: 500px;
    margin: 0 auto;
}
.cta .cta-btn:hover{
    opacity: 0.95;
}

@media screen and (max-width: 767px){
    .cta{
        background-image: url(../images/gaiheki/cta-bg-sp.webp);
        background-position: bottom center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: -40px;
        padding-bottom: 28px;
    }
    .cta .cta-left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 0;
        width: 80%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 25%;
    }
    .cta .text-wrap{
        padding-bottom: 0;
    }
    .cta .cta-right{
        width: 80%;
        margin-top: 0px;
    }
}
@media screen and (max-width: 390px){
    .cta .cta-left{
        width: 90%;
        margin-top: 30%;
    }
    .cta .cta-right{
        width: 90%;
    }
}

/* =================== ○○と大手集客サイトの違い =================== */
.sec2{
    background: #FFFBF1;
}

.sec2 .h2-fukidashi{
    max-width: 600px;
    text-align: center;
    margin: 5px auto 0;
}
.sec2 .hikaku-wrap{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}
.sec2 .hikaku-wrap .hikaku-inner:last-of-type .comment{
    padding: 20px 0 0;
}
.sec2 .hikaku-inner .table{
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
}
.sec2 .hikaku-inner .table .left,.sec2 .hikaku-inner .table .right{
    width: 50%;
    text-align: center;
    padding: 40px 0;
}
.sec2 .hikaku-inner .table .left h3{
    background: #F88302;
}
.sec2 .hikaku-inner .table .right h3{
    background: #007CBC;
}
.sec2 .hikaku-inner .table .left h3,.sec2 .hikaku-inner .table .right h3{
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    width: 60%;
    margin: 0 auto;
    font-size: 27px;
    font-weight: 600;
}
.sec2 .hikaku-inner .table .review img{
    max-width: 106px;
    margin: 0 auto;
    padding: 8% 0;
}
.sec2 .hikaku-inner .table .review p{
    font-size: 22px;
    font-weight: 600;
    padding: 0 5px;
}
.sec2 .hikaku-inner .table .left .review{
    border-right: dashed 2px #101010;
}
.sec2 .hikaku-inner .table .left .review p{
    color: #F88302;
}
.sec2 .hikaku-inner .table .right .review p{
    color: #007CBC;
}
.sec2 .hikaku-inner .comment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 40px;
    gap: 10px;
}
.sec2 .hikaku-inner .comment .img{
    width: 20%;
    max-width: 200px;
    min-width: 150px;
}
.sec2 .hikaku-inner .comment p{
    width: 80%;
}
@media screen and (max-width: 767px){
    .sec2 .hikaku-inner .table{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec2 .hikaku-inner .table .left, .sec2 .hikaku-inner .table .right{
        width: 85%;
        margin: 0 auto;
    }
    .sec2 .hikaku-inner .table .left{
        border-bottom: dashed 2px #101010;
    }
    .sec2 .hikaku-inner .table .left h3, .sec2 .hikaku-inner .table .right h3{
        font-size: 20px;
        padding: 10px 20px;
        width: 80%;
    }
    .sec2 .hikaku-inner .table .review p{
        font-size: 18px;
    }
    .sec2 .hikaku-inner .table .review img{
        padding: 20px 0;
    }
    .sec2 .hikaku-inner .table .left .review{
        border-right: none;
    }
    .sec2 .hikaku-inner .comment{
        display: block;
        width: 100%;
    }
    .sec2 .hikaku-inner .comment .img{
        float: left;
    }
    .sec2 .hikaku-inner .comment p{
        width: 100%;
    }
}
@media screen and (max-width: 390px){
    .sec2 .hikaku-inner .table .review img{
        max-width: 90px;
    }
}

/* =================== 一括見積サイトの闇とは =================== */
.sec3{
    background-image: url(../images/gaiheki/sec3-bg-pc.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.sec3 .sec3-wrap{
    margin-top: -20px;
}
.sec3 .section-h2{
    margin-top: -40px;
}
.sec3 .sec3-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding-bottom: 40px;
}
.sec3 .sec3-inner:last-of-type{
    padding-bottom: 0px;
}
.sec3 .sec3-inner p{
    width: 60%;
    line-height: 1.8;
}
.sec3 .sec3-inner p .f-large{
    font-size: 27px;
}
.sec3 .sec3-inner .img{
    width: 35%;
    -webkit-box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 10px 6px rgba(0, 0, 0, 0.3);
}
.sec3 .sec3-inner:last-of-type .img{
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50%;
}
.sec3 .sec3-inner:last-of-type p{
    width: 50%;
}
.sec3 .sec3-inner .img table{
    width: 100%;
    line-height: 1.5;
}
.sec3 .sec3-inner .img table tr{
    border-bottom: solid 2px #DBDBDB;
}
.sec3 .sec3-inner .img table tr:last-of-type{
    border-bottom: none;
}
.sec3 .sec3-inner .img table th{
    background: #00406A;
    color: #fff;
    text-align: left;
    padding: 15px 10px;
    font-weight: 400;
    vertical-align: middle;
    width: 50%;
}
.sec3 .sec3-inner .img table td{
    background: #fff;
    text-align: left;
    padding: 15px 10px;
    vertical-align: middle;
    width: 50%;
}
@media screen and (max-width: 767px){
    .sec3{
        background-image: url(../images/gaiheki/sec3-bg-sp.webp);
    }
    .sec3 .sec3-wrap{
        margin-top: -50px;
    }
    .sec3 .sec3-inner:nth-of-type(2n+1){
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec3 .sec3-inner:nth-of-type(2n){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .sec3 .sec3-inner p{
        width: 100%;
    }
    .sec3 .sec3-inner:last-of-type p{
        width: 100%;
    }
    .sec3 .sec3-inner .img{
        width: 70%;
    }
    .sec3 .sec3-inner:last-of-type .img{
        width: 100%;
    }
}

/* =================== 大手サイトとここが違う =================== */
.sec4{
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFBF1), to(#FFFFFF));
    background: -o-linear-gradient(#FFFBF1, #FFFFFF);
    background: linear-gradient(#FFFBF1, #FFFFFF);
    text-align: center;
}
.sec4 .section-h2{
    max-width: 500px;
}
.sec4 .service-wrap{
    padding-top: 40px;
    max-width: 1080px;
    margin: 0 auto;
}
.sec4 .service-inner{
    position: relative;
    margin-bottom: 80px;
    height: 360px;
}
.sec4 .service-inner:last-of-type{
    margin-bottom: 0px;
}
.sec4 .service-inner .img{
    width: 40%;
    max-width: 446px;
    height: 335px;
}
.sec4 .service-inner:nth-of-type(2n) .img{
    margin-left: auto;
}
.sec4 .service-inner .img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.sec4 .service-inner .text-wrap{
    position: absolute;
    background: #fff;
    width: 60%;
    top: 20px;
    right: 0;
    padding: 3%;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
}
.sec4 .service-inner:nth-of-type(2n) .text-wrap{
    left: 0;
}
.sec4 .service-inner .text-wrap .title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
.sec4 .service-inner .text-wrap .title .num{
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    border-bottom: solid 5px #F88302;
    letter-spacing: 2px;
}
.sec4 .service-inner .text-wrap .title h3{
    color: #F88302;
    font-size: 27px;
    line-height: 1.5;
}
.sec4 .p-dashed .f-orange{
    color: #F88302;
}
.sec4 .sec4-bottom{
    background-image: url(../images/gaiheki/sec4-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 40px;
}
.sec4 .sec4-bottom .text-wrap{
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
    margin: 40px 0;
}
.sec4 .sec4-bottom .text-wrap p{
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.sec4 .sec4-bottom .text-wrap p:last-of-type{
    margin-bottom: 0px;
}

@media screen and (max-width: 1080px){
    .sec4 .service-inner{
        height: 530px;
    }
    .sec4 .service-inner .text-wrap{
        height: 470px;
    }
}
@media screen and (max-width: 767px){
    .sec4 .sec4-bottom .text-wrap p{
        width: 90%;
    }
    .sec4 .service-inner,.sec4 .service-inner .text-wrap{
        position: static;
    }
    .sec4 .service-inner{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        margin: 0 auto 40px;
        -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    }
    .sec4 .service-inner:nth-of-type(2n){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .sec4 .service-inner .img,.sec4 .service-inner .text-wrap{
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 auto;
    }
    .sec4 .service-inner .text-wrap{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 20px 0;
    }
    .sec4 .service-inner .text-wrap .title{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }
    .sec4 .service-inner .text-wrap .text{
        width: 90%;
        margin: 0 auto;
    }
    .sec4 .service-inner .text-wrap .title h3{
        font-size: 20px;
        padding: 10px 0;
    }
    .sec4 .service-inner .text-wrap .title .num{
        font-size: 35px;
    }
    .sec4 .service-inner .img{
        background: #fff;
        padding-top: 20px;
    }
    .sec4 .service-inner .img img{
        width: 90%;
        margin: 0 auto;
    }
}

/* =================== 私たちが施工します =================== */
.sec5{
    background: url(../images/gaiheki/sec5-bg-pc.webp);
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.sec5 h2{
    font-family: "Noto Serif JP", serif;
    color: #F88302;
    font-size: 40px;
    display: inline-block;
    position: relative;
    letter-spacing: 1.2px;
}
.sec5 h2:before,.sec5 h2:after{
    position: absolute;
    display: block;
    top: -6px;
}
.sec5 h2:before{
    content: url(../images/gaiheki/sec5-title-l.webp);
    left: -70px;
}
.sec5 h2:after{
    content: url(../images/gaiheki/sec5-title-r.webp);
    right: -70px;
}
.sec5 .text1{
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}
.sec5 .ranking-wrap{
    margin-bottom: 40px;
}
.sec5 .ranking-inner .r-top{
    position: relative;
    margin-top: 40px;
}
.sec5 .ranking-inner .r-top .r-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sec5 .ranking-inner .r-top>img{
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    height: 70px;
}
.sec5 .ranking-inner .r-top .r-title h3{
    font-size: 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    line-height: 1.2;
}
.sec5 .ranking-inner .r-top .r-title img{
    width: 120px;
}
.sec5 .ranking-inner .r-bottom-wrap{
    padding: 40px 0;
    background: #fff;
}
.sec5 .ranking-inner .r-bottom-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}
.sec5 .ranking-inner .r-bottom-inner .thumbnail{
    width: 45%;
}
.sec5 .ranking-inner .r-bottom-inner .thumbnail h4{
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    background: #007CBC;
    padding: 20px 0;
}
.sec5 .ranking-inner .r-bottom-inner .thumbnail img{
    background: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #007CBC;
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
.sec5 .ranking-inner .r-bottom-inner .text-wrap{
    width: 65%;
    text-align: left;
}
.sec5 .ranking-inner .r-bottom-inner .text-wrap .area{
    position: relative;
    margin-top: 40px;
}
.sec5 .ranking-inner .r-bottom-inner .text-wrap .area .title{
    color: #007CBC;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    background: #fff;
    top: -16px;
    left: 30px;
}
.sec5 .ranking-inner .r-bottom-inner .text-wrap .area .text{
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #007CBC;
    border-radius: 15px;
    padding: 20px 30px;
}
.sec5 .p-dashed{
    color: #F88302;
}
.sec5 .bottom-wrap{
    margin-top: 50px;
    position: relative;
}
.sec5 .bottom-wrap h3{
    font-size: 27px;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    background: #FFFBF1;
}
.sec5 .bottom-wrap .bottom-inner{
    border: 4px solid #F88302;
    padding: 60px 0 40px;
    border-radius: 30px;
}
.sec5 .bottom-wrap .text-float{
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.sec5 .bottom-wrap .text-float .img{
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: auto;
    max-width: 230px;
}
.sec5 .bottom-wrap .text-float .text p{
    margin-bottom: 30px;
}
.sec5 .bottom-wrap .text-float .text p:last-of-type{
    margin-bottom: 0;
}

@media screen and (max-width: 1080px){
    .sec5 .bottom-wrap h3{
        width: 70%;
    }
}
@media screen and (max-width: 767px){
    .sec5{
        background: url(../images/gaiheki/sec5-bg-sp.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sec5 h2{
        font-size: 30px;
        line-height: 1.3;
    }
    .sec5 h2:before,.sec5 h2:after{
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        top: 10px;
    }
    .sec5 h2:after{
        right: -70px;
    }
    .sec5 h2:before{
        left: -70px;
    }
    .sec5 .text1{
        font-size: 18px;
    }
    .sec5 .ranking-inner .r-top .r-title{
        left: 30px;
    }
    .sec5 .ranking-inner .r-bottom-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .sec5 .ranking-inner .r-bottom-inner .thumbnail{
        width: 100%;
    }
    .sec5 .ranking-inner .r-bottom-inner .text-wrap{
        width: 100%;
    }
    .sec5 .ranking-inner .r-bottom-inner .thumbnail h4{
        font-size: 22px;
        padding: 15px 0;
    }
    .sec5 .bottom-wrap h3{
        font-size: 20px;
    }
    .sec5 .text-wrap .text-float{
        padding: 80px 40px 40px;
    }
    .sec5 .bottom-wrap .text-float .img{
        width: 50%;
    }
    .sec5 .text-wrap h3{
        width: 80%;
        font-size: 22px;
    }
}
@media screen and (max-width: 390px){
    .sec5 .ranking-inner .r-top .r-title h3{
        font-size: 20px;
    }
    .sec5 .ranking-inner .r-top .r-title{
        left: 15px;
        gap: 5px;
    }
    .sec5 .text-wrap .text-float{
        padding: 80px 20px 40px;
    }
}

/* =================== Flow・Faq共通 =================== */
.ff-title{
    color: #fff;
    font-size: 40px;
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: -2;
}
.ff-title::after{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat", sans-serif;
    right: 24%;
    bottom: 18px;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    z-index: -1;
    letter-spacing: 2px;
}
@media screen and (max-width: 767px){
    .ff-title{
        font-size: 27px;
    }
}

/* =================== Flow =================== */
.flow .ff-title{
    background: -webkit-gradient(linear,left top, right top,from(#38A2D8) ,to(#007CBC));
    background: -o-linear-gradient(left,#38A2D8 ,#007CBC);
    background: linear-gradient(to right,#38A2D8 ,#007CBC);
}
.flow .ff-title::after{
    content: "FLOW";
    color: #0074AF;
}
.flow .flow-bg{
    background: #F0FAFF;
    background-image: url(../images/gaiheki/flow-bg.webp);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 70%;
}
.flow .flow-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
}
.flow .flow-inner{
    width: 20%;
    position: relative;
    text-align: center;
}
.flow .flow-inner h3{
    color: #007CBC;
    font-size: 20px;
    font-weight: 600;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(50%, transparent),color-stop(50%, #FCEECB));
    background: -o-linear-gradient(transparent 50%,#FCEECB 50%);
    background: linear-gradient(transparent 50%,#FCEECB 50%);
    display: inline;
}
.flow .flow-inner p{
    text-align: left;
    margin-top: 15px;
}
.flow .flow-inner .img{
    width: 80%;
    margin: 0 auto;
}
.flow .flow-inner::after{
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #dfdfdf;
    border-right: 0;
    top: 50%;
    right: -27px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.flow .flow-inner:last-of-type::after{
    display: none;
}
@media screen and (max-width: 767px){
    .flow .flow-bg{
        background-size: 120%;
    }
    .flow .flow-wrap{
        gap: 50px;
    }
    .flow .flow-inner{
        width: 100%;
    }
    .flow .flow-inner .img{
        width: 60%;
        max-width: 200px;
    }
    .flow .flow-inner p{
        max-width: 500px;
        margin: 15px auto 0;
    }
    .flow .flow-inner::after{
        top: auto;
        bottom: -35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #dfdfdf;
        border-bottom: 0;
    }
}



/* =================== Faq =================== */
.faq .ff-title{
    background: -webkit-gradient(linear,left top, right top,from(#FDD23C) ,to(#F88302));
    background: -o-linear-gradient(left,#FDD23C ,#F88302);
    background: linear-gradient(to right,#FDD23C ,#F88302);
}
.faq .ff-title::after{
    content: "FAQ";
    color: #F88302;
}
.faq .faq-bg{
    background: #FFFBF1;
    background-image: url(../images/gaiheki/faq-bg.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
}
.faq .accordion-inner{
    background: #fff;
    margin-bottom: 40px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.faq .accordion-inner .title{
    cursor: pointer;
    width: 90%;
    padding: 20px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.faq .accordion-inner .title h3{
    color: #F88302;
    font-size: 22px;
    line-height: 1.5;
    width: 92%;
    margin-left: auto;
}
.faq .accordion-inner .en-q,.faq .accordion-inner .en-a{
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-right: 40px;
    position: relative;
}
.faq .accordion-inner .en-q{
    color: #F88302;
}
.faq .accordion-inner .en-a{
    float: left;
    bottom: 9px;
}
.faq .accordion-inner .en-q:after,.faq .accordion-inner .en-a:after{
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    display: block;
    top: 30px;
    right: -15px;
}
.faq .accordion-inner .en-q:after{
    background: #F88302;
}
.faq .accordion-inner .en-a:after{
    background: #101010;
}
.faq .accordion-inner .box{
    display: none;
    border-top: 1px dashed #101010;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.faq .accordion-inner .box .text{
    width: 92%;
    margin-left: auto;
}
.faq .accordion-inner .box .text .f-bold{
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding-top: 5px;
}
@media screen and (max-width: 767px){
    .faq .faq-bg{
        background-size: 55%;
    }
    .faq .accordion-inner .box .text{
        width: 100%;
    }
    .faq .accordion-inner .en-q,.faq .accordion-inner .en-a{
        font-size: 27px;
        margin-right: 30px;
    }
    .faq .accordion-inner .en-a{
        bottom: 6px;
    }
    .faq .accordion-inner .en-q:after,.faq .accordion-inner .en-a:after{
        top: 25px;
    }
    .faq .accordion-inner .title h3{
        font-size: 18px;
    }
}

/* =================== お問い合わせ =================== */
.contact,.company{
    background: #FCEECB;
}
.contact h2,.company h2{
    font-size: 40px;
    border-bottom: 2px solid #101010;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 5px;
}
.contact .contact-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(10%, transparent),color-stop(10%, #F88302));
    background: -o-linear-gradient(transparent 10%,#F88302 10%);
    background: linear-gradient(transparent 10%,#F88302 10%);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    margin-top: 40px;
}
.contact .contact-top p{
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
}
.contact .contact-top img{
    max-width: 375px;
    width: 30%;
}
.contact .form-wrap{
    background: #fff;
    padding: 40px 0px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
}
.contact .form-inner{
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.contact .form-inner:last-of-type{
    padding-bottom: 0;
}
.contact .form-inner .title{
    padding-bottom: 5px;
}
.contact .form-inner .req{
    color: #FF0000;
    font-size: 14px;
    padding-left: 10px;
}
.contact .form-wrap form .name input,.contact .form-wrap form .tel input,.contact .form-wrap form .address input,.contact .form-wrap form .Email input{
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact .form-inner.radio{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.contact .form-inner.radio label{
    padding-right: 10px;
}
.contact .form-inner.radio input{
    vertical-align: baseline;
}
.contact .form-inner.radio .radio-inner{
    line-height: 1.5;
}
.contact .form-inner textarea{
    width: 100%;
    padding: 5px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact .form-inner.privacypolicy .title,.contact .form-inner.privacypolicy .accept-wrap{
    text-align: center;
}
.contact .scroll-box{
    display: block;
    margin: 0 auto 20px;
    height: 260px;
    border: 1px solid #101010;
    overflow-y: scroll;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact .scroll-box p{
    padding-bottom: 15px;
}
.contact .form-inner.privacypolicy .btn_submit{
    text-align: center;
    margin-top: 20px;
}
.contact .form-inner.privacypolicy .btn_submit input{
    background: #F88302;
    color: #fff;
    border: none;
    padding: 15px 50px;
    border-bottom: 5px solid #BBBBBB;
    cursor: pointer;
}
.contact .form-inner.privacypolicy .btn_submit input:hover{
    margin-top: 3px;
    color: #fff;
    background: #F88302;
    border-bottom: 2px solid #BBBBBB;
}


@media screen and (max-width: 767px){
    .contact h2,.company h2{
        font-size: 28px;
        text-align: center;
    }
    .contact .contact-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: -webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(0%, #F88302));
        background: -o-linear-gradient(transparent 0%,#F88302 0%);
        background: linear-gradient(transparent 0%,#F88302 0%);
        row-gap: 20px;
        padding: 0 10px;
    }
    .contact .contact-top p{
        padding-top: 20px;
        font-size: 18px;
    }
    .contact .contact-top img{
        width: 50%;
        min-width: 180px;
    }
    .contact .form-inner.radio{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .contact .scroll-box{
        padding: 15px;
    }
}

/* =================== 会社概要 =================== */
.company .section-wrap{
    padding-top: 0px;
}
.company table{
    width: 100%;
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.10);
}
.company table tr{
    border-bottom: 2px solid #FCEECB;
}
.company table tr:last-of-type{
    border: none;
}
.company table th{
    background: #F88302;
    color: #fff;
    padding: 20px;
    width: 40%;
    font-size: 22px;
}
.company table td{
    background: #fff;
    padding: 20px;
    width: 60%;
    font-size: 22px;
}
@media screen and (max-width: 767px){
    .company table th,.company table td{
        font-size: 18px;
    }
    .company table th,.company table td{
        padding: 15px;
    }
}

/* =================== フッター =================== */
.footer{
    background: #F88302;
    padding: 20px 0;
    text-align: center;
}
.footer img{
    max-width: 120px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.footer small{
    font-size: 14px;
    color: #fff;
}