html{
    width: 100%;
}
body * p{
    margin-bottom: 0;
}
.line-dec1{
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.line-dec2{
    background: linear-gradient(transparent 60%, #ffbf6c 60%);
}
.text-dec1{
    font-weight: bold;
}
.fixed_items {
    width: 100%;
    position: fixed;
    z-index: 2;
}
.header {
    background-color: #FFA539;
    display: flex;
    padding: .5vw 0;
    height: 5vw;
}
.header .company_logo img {
    width: 18vw;
    margin-left: 4vw;
}
.header_responsive{
    display: none;
}
.header .company_logo{
    padding-top: .7vw;
}
.header .phone h3{
    font-size: 1.6vw;
    font-weight: bold;
    margin: 0;
}
.header .phone p{
    font-size: 1.1vw;
    text-align: center;
}
.header_items{
    margin:auto 4vw auto auto;
    display: flex;
}
.header_item{
    margin:auto 2vw auto 0;
}
.header_item button{
    padding: .4vw 1.7vw;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
}
.header_item button span{
    margin-left: 1vw;
}
.header_item button i, .header_item button span{
    color: white;
    font-size: 1.3vw;
}
.web button{
    background-color: #FF1523;
}
.line button{
    background-color: #3FC300;
}

/*ナビゲーションバー*/
.navbar {
    height: 4vw;
}
body .navbar {
    padding: .3vw 0;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
}
.nav-item{
    padding: 0.5vw 2vw;
}
.nav-item a{
    font-size: 1.2vw;
    position:relative;
    display:inline-block;
}
.navbar .nav-item:nth-child(-n+5) a::after{
    content:"";
    display:inline-block;
    width:1px;
    height:1.9vw;
    background-color: #000000;
    position: absolute;
    right: -2vw;
}
.navbar-light .navbar-nav .nav-link{
   color: #000000!important;
}

/* コンテント */
.page_content {
    padding-top: 9vw;
}

/*ページタイトル*/
.page_title{
    display: flex;
    align-items: baseline;
    padding: 0 3vw;
    margin-bottom: 3vw;
}
.page_title img{
    width: 35vw;
}
.page_title p{
    font-size: 3vw;
    font-weight: bold;
    justify-content: center;
}
.page_title svg{
    width: 7vw;
    margin: 0 0 1vw 1vw;
}


/*見積もり*/
.inquiry{
    padding: 3vw 0 2vw;
}
.inquiry .title{
    color: #000;
    letter-spacing: .1vw;
    font-size: 3vw;
    font-weight: bold;
    margin: .5vw 0 2vw;
}
.inquiry .sub_title{
    margin: 0;
    font-size: 1.5vw;
    font-weight: bold;
}
.inquiry_items{
    display: flex;
    justify-content: center;
}
.web_item{
    margin:auto 2vw auto 0;
}
.inquiry_item button{
    display: flex;
    padding: .7vw 3vw;
    border-radius: 10px;
    border: none;
    align-items: center;
}
.inquiry_item button i{
    color: white;
    font-size: 1.7vw;
    margin-right: 1vw;
}
.inquiry_item button span{
    color: white;
    font-size: 1.7vw;
}
.inquiry .phone{
    margin-top: 1.5vw;
}
.inquiry .phone h3{
    font-size: 3vw;
    font-weight: bold;
    margin: 0;
}
.inquiry .phone .border{
    margin: 0 auto;
    background-color: #FFA52F;
    width: 35vw;
    height: 10px;
}
.inquiry .phone p{
    font-size: 1.7vw;
}

/*フッター見積もり*/
.footer_inquiry{
    margin-top: 6vw;
}
.footer_inquiry h3{
    font-size: 2.5vw;
    font-weight: 700;
    letter-spacing: .1vw;
    color: #FFA52F;
    margin: .5vw;
}
.footer_inquiry p{
    margin: 0 1vw 1vw;
    font-size: 1.5vw;
    font-weight: bold;
}
.footer_inquiry_items{
    display: flex;
    justify-content: center;
}
.footer_inquiry_items .web{
    margin:auto 2vw auto 0;
}
.footer_inquiry_item button{
    display: flex;
    padding: .7vw 3vw;
    border-radius: 10px;
    border: none;
    align-items: center;
}
.footer_inquiry_item button i{
    color: white;
    font-size: 1.7vw;
    margin-right: 1vw;
}
.footer_inquiry_item button span{
    color: white;
    font-size: 1.7vw;
}
.footer{
    padding-top: 10vw;
    background-image:url("/images/footer_background.png");
    background-size: cover;
}
.footer_links{
    display: flex;
    justify-content: center;
    color: white;
    margin-bottom: 3vw;
}
.footer_links p:nth-child(-n+5){
    padding: 0 2vw;
    border-right: 1px solid white;
}
.footer_links p:last-child{
    padding: 0 2vw;
}
.footer_links p a{
    color: white;
    font-size: 1.5vw;
    text-decoration: none;
}
.footer_items{
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 3vw;
}
.footer_logo{
    width: 30%;
}
.footer_logo_responsive{
    display: none;
}
.footer_items .phone{
    position: absolute;
    right: 3vw;
}
.footer_items .phone h3{
    font-size: 2vw;
    font-weight: bold;
    margin: 0;
    text-align: end;
}
.footer_items .phone p{
    font-size: 1.2vw;
    text-align: end;
}
.footer_items .phone p:last-child{
    display: none;
}

/*区切り*/
.dividing_line{
    background-color: #FFA539;
    width:100%;
    height: 1vw;
}
.diagonal-line{
    width: 100%;
    display: block;
}
.triangle{
    margin: 1vw auto 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #FFA539;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid transparent;
}
@media screen and (min-width:469px){
    .collapse{
        display: none;
    }
}
@media screen and (max-width:468px){
    /* スマホ用CSS -------------- */
    /*header*/
    .header{
        display: none!important;
    }
    .header_responsive{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_responsive_items{
        display: flex;
        flex-direction: column;
        padding: 2vw 0 0;
    }
    .upper_header_items{
        display: flex;
        align-items: center;
    }
    .header_responsive .phone h3{
        font-size: 3.0vw;
        font-weight: bold;
    }
    .header_responsive .phone h3{
        font-size: 3.5vw;
        font-weight: bold;
        margin: 0;
    }
    .header_responsive .phone p{
        font-size: 2.5vw;
        text-align: center;
    }
    .header_responsive_items .header_responsive_buttons{
        margin-left: 4vw;
    }    
    .header_responsive_items .header_responsive_buttons .header_item{
        display: inline;
        margin: 0;
    }
    .header_item button i, .header_item button span{
        color: white;
        font-size: 3vw;
    }
    .header_responsive_items .header_responsive_buttons .line button{
        margin-top: 1vw;
    }
    .header_responsive_items .header_responsive_buttons .header_item button{
        padding: 1vw 3vw;
        display: flex;
        align-items: center;
    }
    .header_responsive_items .header_responsive_buttons .header_item button span{
        margin-left: 1.5vw;
    }
    .lower_header_items{
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin: 1vw 0;
    }
    .header_responsive_items .lower_header_items h3{
        margin-left: 7vw;
    }
    .navbar{
        display: none!important;
    }
    .navbar-nav {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .navbar-light .navbar-toggler {
        outline: none;
    }
    .responsive-nav-item{
        padding: 0.5vw 6vw;
        border-bottom:solid 1px #6B6B6B;
    }
    .responsive-nav-item a{
        font-size: 3.4vw;
        position:relative;
        display:block;
        color: black;
    }
    button.navbar-toggler.nav-btn{
        border-color: rgba(0,0,0,0);
    }
    .navbar-responsive span, .navbar-responsive i{
        display: none;
        width: 7vw;
    }
    .navbar-responsive .navbar-icon-open.active, .navbar-responsive .navbar-icon-close.active{
        display: block;
    }
    /* コンテント */
    .page_content {
        padding-top: 24.5vw;
    }
    /*  キャッチフレーズ  */
    .catchphrase p{
        font-size: 5vw!important;
        font-weight: bold;
    }
    /*ページタイトル*/
    .page_title{
        height: 18vw;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .page_title p {
        position: relative;
        font-size: 4.5vw;
        font-weight: bold;
        justify-content: center;
        padding-left: 17vw;
    }
    .page_title img {
        position: absolute;
        left: 15%;
        width: 60vw;
    }
    .page_title svg {
        margin-left: 5vw;
    }
    /*三角形*/
    .triangle{
        margin: 3vw auto 0;
        width: 0;
        height: 20px;
        border-top: 20px solid #FFA539;
        border-right: 15px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 15px solid transparent;
    }

    /*お見積り無料相談*/
    .inquiry .sub_title{
        font-size: 3vw;
    }
    .inquiry .title {
        font-size: 6vw;
    }
    .inquiry_items {
        flex-direction: column;
        justify-content: center;
    }
    .inquiry_item button {
        padding: 2vw 8vw;
    }
    .inquiry_item button i {
        font-size: 5.5vw;
        margin-right: 4.5vw;
    }
    .inquiry_item button span {
        font-size: 5.5vw;
    }
    .inquiry_items .web {
        margin: 2vw auto 0;
    }
    .inquiry_items .line {
        margin: 3vw auto 0;
    }
    .web_item {
         margin: auto 2vw auto 0;
    }
    .inquiry .phone {
        margin-top: 4vw;
    }
    .inquiry .phone h3 {
        font-size: 5vw;
    }
    .inquiry .phone .border {
        width: 60vw;
        height: 5px;
    }
    .inquiry .phone p {
        font-size: 3vw;
    }

    /*フッターのお見積り無料相談*/
    .footer_inquiry{
        margin: 10vw 0 5vw;
    }
    .footer_inquiry h3 {
        font-size: 6vw;
    }
    .footer_inquiry p {
        font-size: 3vw;
    }
    .footer_inquiry_items{
        flex-direction: column;
        justify-content: center;
    }
    .footer_inquiry_items .web{
        margin: 3vw auto 0;
    }
    .footer_inquiry_items .line{
        margin: 3vw auto 0;
    }
    .footer_inquiry_item button i {
        font-size: 5.5vw;
        margin-right: 4.5vw;
    }
    .footer_inquiry_item button{
        padding: 2vw 8vw;
    }
    .footer_inquiry_item button span {
        font-size: 5.5vw;
    }

    /*フッター*/
    .footer{
        padding: 15vw 0 3vw;
    }
    .footer_links {
        display: none;
    }
    .footer_items{
        flex-direction: column;
        align-items: center;
    }
    .footer_logo {
        display: none;
    }
    .footer_logo_responsive{
        display: inline-block;
        width: 70%;
        margin: 2vw 0;
    }
    .footer_items .phone{
        position: relative;
    }
    .footer_items .phone h3{
        font-size: 4vw;
        text-align: center;
        margin-bottom: 1vw;
    }
    .footer_items .phone p{
        font-size: 3vw;
        text-align: center;
    }
    .footer_items .phone p:last-child{
        display: block;
    }
}