@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Staatliches&display=swap');
/*
Theme Name: 有限会社伊藤金属
Description: 有限会社伊藤金属｜滋賀彦根市の金属買取・解体・設備撤去・金属スクラップ買取・プラント解体など
Theme URI: https://www.itoukinzoku.jp/
Version: 1.0
License: 有限会社伊藤金属
License URI: https://www.itoukinzoku.jp/
*/
/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}    

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

article,aside,details,figcaption,figure,footer,header,picture,menu,nav,section,main {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,g_navi
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
    color: #030303;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body {
        line-height: ;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 1120px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/

li,tt,tr,dt,dd,p {
    font-size: 1.6rem;
    color: #333;
    line-height: 1.8;
}

h1 {
    line-height: 1.8;
    font-size: 2.6rem;
    font-weight: bold;
    color: #333;
}

h2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 2.2rem;
    color: #333;
}

h3 {
    line-height: 1.5;
    font-weight: bold;
    font-size:  2.0rem;
    color: #333;
}


@media screen and (max-width: 767px) {

    li,tt,tr,dt,dd,p {
        font-size: 1.5rem;
    }
    
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited{
    color: #003E8F;
    text-decoration: none;
}
a:hover, a:active{
    color: #94C523;
    text-decoration: underline;
}

a:hover img.img_opacity{
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}


/*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/

@media print,
    screen and (min-width:768px) {
        #sp_navi,
        #toggle {
            display: none;
        }

        #sp_header{
            display: none;
        }

        .pc_header_box {
            width: 100%;
            height: 100vh;
            position: relative;
            background-size: cover;
            background-position: center center;
            padding-top: 50px;
        }

        .pc_header_top_box{
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 0 60px 0 58px;
        }

        .slider_txt {
            text-indent: 100%;
            overflow: hidden;
            white-space: nowrap;
            background: url(images/slider_txt.svg) no-repeat center;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: -1;
        }

        .slider_txt p {
            font-size: 4rem;
            color: #fff;
            letter-spacing: 0.25em;
            line-height: 1.3;
            font-weight: normal;
        }

        .page_header_box{
            width: 100%;
            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;
            position: absolute;
            z-index: 100;
            padding: 50px 60px 0 58px;
        }
}


@media screen and (max-width: 767px){

    .pc_header_box {
        width: 100%;
        height: 100vh;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    .pc_header_top_box{
        width: 100%;
        height: 100vh;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 15px 0 0 10px;
    }

    .slider_txt {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(images/slider_txt.svg) no-repeat center;
        width: 90%;
        height: 100%;
        padding-top: 70%;
        position: absolute;
        right: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%)translateX(-50%);
        transform: translateY(-50%)translateX(-50%);
        background-size: contain;
        z-index: -1;
    }

    .slider_txt p {
        font-size: 2rem;
        color: #fff;
        letter-spacing: 0.25em;
        line-height: 1.3;
        font-weight: normal;
    }
    
    .page_header_box{
        width: 100%;
        position: absolute;
        z-index: 100;
        padding: 15px 0 0 10px;
    }

}


/*--bnr--*/
.bnr{
    font-size: 2rem;
    font-family: 'Staatliches', cursive;
}

.bnr_jp{
    font-size: 1.6rem;
}

.bnr,.bnr_jp {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff !important;
    background: #94C523;
    border: 2px solid #94C523;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    letter-spacing: 0.15em;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    border-radius: 30px;
}

.bnr::after,.bnr_jp::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;    
    width: 5px;
    height: 5px;
    border: 2px solid #fff;
    border-radius: 2px;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bnr:hover,.bnr_jp:hover {
    color: #94C523 !important; 
    background: #fff;
}

.bnr:hover::after,.bnr_jp:hover::after{
    border-color: #94C523 #94C523 transparent transparent;
}

.bnr_jp02 {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #333 !important;
    background: #fff;
    border: 2px solid #333;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    letter-spacing: 0.15em;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    border-radius: 30px;
}

.bnr_jp02::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 15px;    
    width: 5px;
    height: 5px;
    border: 2px solid #333;
    border-radius: 2px;
    border-color: #333 #333 transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bnr_jp02:hover {
    color: #fff !important; 
    background: none;
    border: 2px solid #fff;
}

.bnr_jp02:hover::after{
    border-color: #fff #fff transparent transparent;
}


a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {


}

@media screen and (max-width: 767px) {}

/****************************************

pcヘッダー

*****************************************/

@media print,
    screen and (min-width: 768px) {

        #sp_header,#sp_navi,#toggle {
            display: none;
        }

        header {
            width: 100%;
        }
        
        #pc_header{
        }
        
        .h_tel {
            font-size: 3rem;
            letter-spacing: 0.08em;
            font-weight: bold;
            color: #fff;
            text-align: right;
            margin-right: 30px;
            
        }
        
        .h_tel::before{
            content: url(images/h_tel.png);
            display: inline;
            position: relative;
            top: 3px;
            left: -13px;
        }

}


/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    
    #pc_header {
        display: none;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    
    #sp_header{
        width: 100%;
        padding: 20px 0 20px 15px;
        border-top: 4px solid #000;
    }
    
    .h_logo{
        width: 130px;
    }
    
    #toggle {
        position: absolute;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 20px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 4px;
        background: #fff;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0,0,0, 0.85);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: #666 1px solid;
        border-bottom: #666 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: #666 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #fff;
        background: rgba(255,255,255,0.4);
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

#g_navi {
    width: 100%;
    z-index: 100;
}

#g_navi .menu {
    *zoom: 1;
    width: 100%;
    margin: 0 auto;
    list-style-type: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center; 
    text-align: center;
    width: 130px;
    height: auto;
    font-family: "Noto Sans JP", sans-serif;
}

#g_navi .menu li:last-child{
    border-right: none;
}

#g_navi .menu li a {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    text-align: center;
    text-decoration: none;
    padding-bottom: .2em;
    position: relative;
}

#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 20px 0 0 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
    border-right: none;
    padding: 0;
}

#g_navi .menu li ul li a {
    width: 130px;
    padding: 12px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.3rem;
    background: rgba(0, 62, 143,0.85);
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #333;
    opacity: 0.6;
    color: #fff;
    opacity: 0.9;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}


#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
    screen and (min-width:768px) {
        .menu > li > a {
            padding: 0;
            position: relative;
            display: inline-block;
            -webkit-transition: .6s;
            transition: .6s;
        }

        .menu > li > a:after {
            position: absolute;
            left: 0;
            content: '';
            width: 0;
            height: 4px;
            background-color: #fff;
            -webkit-transition: .6s;
            transition: .6s;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .menu > li > a:after {
            bottom: -10px;
        }

        .menu > li > a:hover:after {
            width: 100%;
            opacity: 0.4;
            filter: alpha(opacity=90);
        }
}


/****************************************

ティーザー

*****************************************/

@media print,
screen and (min-width: 768px) {

    #slider {
        width: 100%;
        min-width: 1000px;
        height: 760px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    #slider img {
        width: 1920px;
        height: auto;
        position: relative;
        left: calc(50% - 960px);
        top: 0px;
    }

    #teaser {
        width: 100%;
        min-width: 1100px;
        max-width: 1920px;
        height: 480px;
        margin: 0 auto;
        position: relative;
    }

    #teaser img {
        width: 1920px;
        height: auto;
        position: relative;
        left: calc(50% - 960px);
    }
    
    .metaslider .flex-control-nav {
        bottom: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    #slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    #slider img {
        width: 260%;
        position: relative;
        left: -80%;
    }

    #teaser {
        width: 260%;
        position: relative;
        left: -55%;
    }
    
    .metaslider .flex-control-nav {
        bottom: 5px !important;
    }
    
    .metaslider .flexslider{
        margin: 0 !important;   
    }
}

/****************************************

content 共通設定

*****************************************/

.breadcrumb_area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-top: 15px;
}

.breadcrumb {
    width: 100%;
    text-align: right;
}

.breadcrumb p {
    font-size: 1.4rem;
    color: #333;
    letter-spacing: 0.04em;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #96C723;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

@media print,
    screen and (min-width: 768px) {
        
    .box630{
        width: 630px;
    }
}

@media screen and (max-width: 767px) {
    
    .box630{
        margin-bottom: 20px;
    }
}

@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: 140px auto 0px;
    }

    main#page_main {
        width: 1100px;
        margin: 25px auto 90px;
    }

    .pc_none {
        display: none !important;
    }

    .flexbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flexbox_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .breadcrumb_area {
        display: none;
    }

    main#top_main {
        width: 100%;
        margin: 10px auto 0;
    }

    main#page_main {
        width: 100%;
        margin: 40px auto 80px;
        padding: 0 3%;
    }
    
    .flexbox_row,.flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .mb50,.mb60{
        margin-bottom: 40px;
    }

}

/****************************************

contentトップ用

*****************************************/

.top_headline{
    font-size: 2.8rem;
    line-height: 1.8;
    position: relative;
}

.top_headline::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #3F6692;
    width: 30px;
    height: 2px;
}

.top_headline span{
    color: #003E8F;
    font-size: 1.8rem;
    letter-spacing: 0.15em;
    font-family: 'Staatliches', cursive;
    display: block;
    margin-bottom: 5px;
}

.top_box01_bg{
    background: url(images/top_bg01.jpg) no-repeat top center;
    background-size: cover;
}

.top_box02 ul li{
    position: relative;
}

.top_box02 ul li:first-child::after{
    content: url(images/works_01.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

.top_box02 ul li:nth-child(2n)::after{
    content: url(images/works_02.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

.top_box02 ul li:nth-child(3n)::after{
    content: url(images/works_03.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

.top_box03_bg{
    background: url(images/top_bg02.jpg) no-repeat top center;
    background-size: cover;
}

/*view_top*/
.view_top li figure {
    overflow: hidden;
    margin-bottom: 20px;
}

.view_top li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.view_top li h3{
    font-size: 1.8rem;
    color: #003E8F;
    border-left: 3px solid #3F6692;
    padding-left: 20px;
    font-weight: normal;
}


@media print,
screen and (min-width: 768px) {
    
    .top_headline{
        margin-bottom: 55px;
    }

    .top_box01_bg{
        padding: 75px 0 105px;
        margin-bottom: 75px;
    }
    
    .top_box01 {
        width: 1100px;
        margin: 0 auto;
        position: relative;
    }
    
    .top_box01_inner{
        width: 640px;
        margin-left: auto;
    }
    
    .top_box01_img{
        position: absolute;
        top: -140px;
        left: 0;
    }

    .top_box02 {
        width: 1100px;
        margin: 0 auto 130px;
    }
    
    .top_box02 ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top_box03_bg{
        padding: 75px 0;
        margin-bottom: 90px;
    }
    
    .top_box03 {
        width: 1100px;
        margin: 0 auto;
        position: relative;
    }
    
    .top_box03_inner{
        width: 560px;
        margin-bottom: 40px;
    }

    .top_box03_img{
        position: absolute;
        top: -140px;
        right: 0;
    }
    
    .top_box03 .bnr{
        width: 260px;
    }
    
    .top_box04 {
        width: 1100px;
        margin: 0 auto 80px;
    }
    
    /*view_top*/
    .view_top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .view_top li {
        width: 340px;
    }

    .view_top li:not(:last-child){
        margin-right: 40px;
    }

    .view_top li figure {
        width: 340px;
        height: 270px;
        overflow: hidden;
    }
    /*view//*/
    
    .top_box04 .bnr{
        width: 260px;
        margin: 50px auto 0;
    }
    
    .top_box05_bg{
        background: url(images/top_bg03.jpg) no-repeat center;
        background-size: cover;
        padding: 75px 0;
        margin-bottom: 80px;
    }

    .top_box05 {
        width: 1100px;
        margin: 0 auto;
        position: relative;
    }

    .top_box05_inner{
        width: 490px;
    }

    .top_box05_img{
        position: absolute;
        top: -140px;
        right: 0;
    }

    .top_box05_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
    }
    
    .top_box05_btn .bnr_jp{
        width: 240px;
    }
    
    .top_box05_sp_img{
        display: none;
    }
    
    .top_box06 {
        width: 1100px;
        margin: 0 auto 80px;
        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;
    }
    
    .top_map{
        height: 400px;
    }
    

}

@media screen and (max-width: 767px) {
    
    .top_headline{
        margin-bottom: 50px;
        font-size: 2.4rem;
    }
    
    .top_box01_bg{
        padding: 50px 0;
        margin-bottom: 60px;
    }
    
    .top_box01 {
        margin: 0 3%;
    }

    .top_box01_inner{
        margin-bottom: 20px;
    }

    .top_box02 {
        margin: 0 3% 60px;
    }

    .top_box02 ul li{
        max-width: 340px;
        margin: 0 auto 30px;
    }
    
    .top_box02 ul li:last-child{
        margin-bottom: 0;
    }
    
    .top_box03_bg{
        padding: 50px 0;
        margin-bottom: 60px;
    }
    
    .top_box03 {
        margin: 0 3%;
    }
    
    .top_box03_inner{
        margin-bottom: 20px;
    }
    
    .top_box03 .bnr{
        margin-bottom: 20px;
    }
    
    .top_box04 {
        margin: 0 3% 60px;
    }

    /*view*/
    .view_top {
        margin-bottom: 30px;
    }
    
    .view_top li {
        width: 100%;
    }

    .view_top li:not(:last-child) {
        margin-bottom: 30px;
    }

    .view_top li figure {
        width: 100%;
        height: 60vw;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .view_top li h3 {
        font-size: 1.6rem;
    }
    /*view//*/

    .top_box05_bg{
        background: url(images/top_sp_bg03.jpg) no-repeat center;
        background-size: cover;
        padding: 50px 0;
    }

    .top_box05 {
        margin: 0 3%;
    }
    
    .top_box05_btn .bnr_jp:first-child{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    
    .top_box05_sp_img{
        margin-bottom: 60px;
    }
    
    .top_box06 {
        margin: 0 3% 60px;
    }

    .top_map{
        width: 100%;
        height: 350px;
    }
    
    
    
}

/****************************************

news トップ用

*****************************************/

.news_list:hover{
    border-bottom: 1px solid #003E8F;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.news_list {
    padding: 20px 0 19px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.news_list a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.news_list h3 {
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
}

.news_list .data {
    color: #fff;
    font-size: 1.6rem;
    margin-right: 30px;
    background: #3F6692;
    padding: 1px 10px;
}

@media print,
    screen and (min-width: 768px) {
        
        .news_post {
            width: 880px;
            height: 190px;
            overflow-y: scroll;
            padding-right: 15px;
        }

        .news_list {
            width: 100%;
            height: auto;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

}

@media screen and (max-width: 767px) {
    
    .news_post {
        width: 100%;
        height: 300px;
        overflow-y: scroll;
    }
    
    .news_list .data {
        display: inline-block;
        margin-bottom: 5px;
    }
    
}

/****************************************

content下層用

*****************************************/
/*金属スクラップ等のリサイクル・加工・買取*/
.recycling_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recycling_list li{
    border: 1px solid #003E8F;
    text-align: center;
    color: #003E8E;
    font-size: 1.6rem;
}

.recycling_list li span{
    font-size: 1.4rem;
    display: block;
}

/*解体工事*/
.before_after{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/*設備紹介*/
.view_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.view_img li figure {
    overflow: hidden;
    margin-bottom: 10px;
}

.view_img li figure img {
    width: 100%;
    height: auto;
}

.view_img li h2{
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #003E8F;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.view_img li h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 1px solid #003E8F;
    width: 100%;
    height: 1px;
}

/*金属スクラップ・その他各種スクラップ*/
.flow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flow li figure {
    margin-bottom: 10px;
}

.flow li h2{
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #003E8F;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.flow li h2::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 1px solid #003E8F;
    width: 100%;
    height: 1px;
}

/*会社概要*/
.table tr th {
    width: 25%;
    padding:11px 0 10px;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px dotted #333;
    font-size: 1.6rem;
    font-weight: bold;
}

.table tr td {
    width: 75%;
    padding:11px 0 10px;
    border-bottom: 1px dotted #333;
    text-align: left;
    font-size: 1.6rem;
}


@media print,
screen and (min-width: 768px) {
    
    .recycling_list{
        width: 1100px;
    }
    
    .recycling_list li{
        width: 22.9%;
        margin-right: 30px;
        padding: 15px 0;
    }

    .recycling_list li:nth-child(4n){
        margin-right: 0;
    }

    .recycling_list li:nth-child(n+5){
        margin-top: 20px;
    }

    .before_after::after{
        content: url(images/arr.png);
        position: absolute;
        top: 110px;
        left: 35%;
    }

    .before_after figure:first-child{
        margin-right: 100px;
    }
    
    /*view*/
    .view_img li {
        width: 340px;
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .view_img li:nth-child(3n){
        margin-right: 0;
    }

    .view_img li figure {
        width: 340px;
        height: 240px;
        overflow: hidden;
    }
    /*view//*/
    
    .flow li {
        width: 340px;
        margin-right: 40px;
        margin-bottom: 40px;
        position: relative;
    }
    
    .flow li::after{
        content: url(images/arr02.png);
        position: absolute;
        top: 35%;
        right: -35px;        
    }
    
    .flow li:nth-child(3n)::after,.flow li:last-child::after{
        content: none;
    }

    .flow li:nth-child(3n){
        margin-right: 0;
    }
    
    .table {
        width: 630px;
    }
    
    .map {
        width: 100%;
        height: 450px;
    }


 
}

@media screen and (max-width: 767px) {
    
    .recycling_list{
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .recycling_list li{
        width: 49%;
        padding: 10px;
    }

    .recycling_list li:nth-child(n+3){
        margin-top: 10px;
    }
    
    .before_after{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .before_after::after{
        content: url(images/arr04.png);
        position: absolute;
        top: 30%;
        left: calc(50% - 30px);
    }

    .before_after figure{
        width: 45%;
    }
    
    /*view*/
    .view_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .view_img li {
        width: 49%;
        margin-bottom: 30px;
    }

    .view_img li figure {
        width: 100%;
        height: 36.2vw;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .view_img li h2 {
        font-size: 1.6rem;
    }

    .view_img li p {
        font-size: 1.4rem;
    }
    /*view//*/
    

    .flow li {
        margin-bottom: 60px;
        position: relative;
        width: 100%;
    }
    
    .flow li:last-child{
        margin-bottom: 0;
    }

    .flow li::after{
        content: url(images/arr03.png);
        position: absolute;
        left: calc(50% - 12px);
        bottom: -50px;   
    }

    .flow li:last-child::after{
        content: none;
    }

    
    .table {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .table tr th{
        width: 30%;
        font-size: 1.4rem;
        padding: 10px 6px;
    }

    .table tr td{
        width: 70%;
        font-size: 1.4rem;
        padding: 10px 6px;
    }
    
    .map {
        width: 100%;
        height: 300px;
    }

}

/****************************************

aside

*****************************************/

.aside_bar li:first-child::after{
    content: url(images/works_01.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

.aside_bar li:nth-child(2n)::after{
    content: url(images/works_02.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

.aside_bar li:nth-child(3n)::after{
    content: url(images/works_03.png);
    position: absolute;
    top: -18px;
    left: 10px;
}

@media print,
    screen and (min-width: 768px) {
        
        .aside_wrap{
            width: 1100px;
            margin: 0 auto 70px;
        }
        
        .aside_bar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        
        .aside_bar li {
            position: relative;
        }
}

@media screen and (max-width: 767px) {
    
    .aside_wrap{
        margin: 0 3% 40px;
    }
    
    .aside_bar li {
        max-width: 340px;
        margin: 0 auto 30px;
        position: relative;
    }
    
    .aside_bar li:last-child {
        margin-bottom: 0;
    }

    

}

/****************************************

single.php

*****************************************/
#single_box {
    width: 1100px;
    margin: 25px auto 0;
}

.single_text {
    width: 100%;
}

.single_text img {
    margin: 15px auto;
    max-width: 1100px;
    height: auto;
}

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
    }
}


/****************************************

sidebar

*****************************************/

@media print,
    screen and (min-width: 768px) {
        
        
     
}

@media screen and (max-width: 767px) {
    
  
}

/****************************************

テーブル

*****************************************/

td p {
    font-size: 100%;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}


/****************************************

P

*****************************************/

.border_top {
    border-top: dotted 1px #ccc;
    padding: 20px 0;
}

/* 改行 */

.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red {
    color: #CC0000;
}

/* 強調*/
.bold {
    font-weight: 500;
}

.text_center {
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.top_tit01{
    text-align: center;
}

.top_tit01,.top_tit02{
    font-size: 2.6rem;
    line-height: 1.8;
    position: relative;
}

.top_tit01::after,.top_tit02::after{
    content: "";
    position: absolute;
    bottom: -20px;
    background: #3F6692;
    width: 30px;
    height: 2px;
}

.top_tit01::after{
    left: calc(50% - 15px);
}

.top_tit02::after{
    left:0;
}

.top_tit01 span,.top_tit02 span{
    color: #003E8F;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    font-family: 'Staatliches', cursive;
    display: block;
}

.page_tit{
    text-align: center;
    padding: 17px 10px;
    color: #fff;
    background: #003E8F;
}

.subhead01 {
    text-align: center;
    position: relative;
    border-bottom: 1px dashed #003E8F;
    padding-bottom: 10px;
}

.subhead01::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 1px solid #003E8F;
    width: 100%;
    height: 1px;
}

.subhead02 {
    color: #003E8E;
    position: relative;
}

.subhead02::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #3F6692;
    width: 40px;
    height: 2px;
}


@media print,
screen and (min-width: 768px) {
    
    .top_tit01{
        margin-bottom: 70px;
    }

    .top_tit02{
        margin-bottom: 55px;
    }
    
    .page_tit{
        margin-bottom: 30px;
    }
    
    .subhead01{
        margin-bottom: 30px;
    }
    
    .subhead02{
        margin-bottom: 35px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    
    .top_tit01,.top_tit02{
        font-size: 2.4rem;
    }
    
    .top_tit01{
        margin-bottom: 50px;
    }

    .top_tit02{
        margin-bottom: 40px;
    }
    
    .page_tit{
        margin-bottom: 15px;
    }

    .subhead01{
        margin-bottom: 15px;
    }

    .subhead02{
        margin-bottom: 20px;
        padding-top: 10px;
    }
    
    .subhead02::after {
        bottom: -10px;
    }
}

/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {
    #pc_footer {
        display: none;
    }

    #sp_footer {
        text-align: center;
    }
    
    .footer_wrap{
        padding: 50px 0;
    }

    .f_logo{
        width: 200px;
        margin: 0 auto 30px;
    }

    .footer_wrap .bnr_jp02{
        width: 260px;
        margin: 20px auto 0;
    }
    
    .pagetop{
        position: fixed;
        right: 3%;
        bottom: 20px;
        z-index: 100;
    }

    .copyright {
        background: #003E8F;
        display: block;
        color: #809FC7;
        font-size: 0.9rem;
        text-align: center;
        padding: 5px;
    }
}

/****************************************

pc_footer

*****************************************/

.footer_wrap{
    background: url(images/footer_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.footer_wrap p{
    color: #fff;
}

.f_tel {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    color: #fff;
    font-family: 'Staatliches', cursive;
}

.f_tel::before{
    content: url(images/f_tel.png);
    display: inline;
    position: relative;
    top: 1px;
    left: -11px;
}

@media print,
screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }

    #pc_footer{
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .footer_wrap{
        padding: 80px 0;
    }

    .f_logo{
        margin-bottom: 35px;
    }

    .footer_wrap .bnr_jp02{
        width: 260px;
        margin: 20px auto 0;
    }

    .pagetop{
        position: fixed;
        right: 30px;
        bottom: 80px;
        z-index: 100;
    }

    .copyright {
        background: #003E8F;
        display: block;
        font-size: 1.4rem;
        color: #809FC7;
        text-align: center;
        padding: 8px 0 7px;
    }
   

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form textarea {
    width: 960px;
    /*本文*/
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
    /*送信ボタン*/
}

.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 3px;
}

.wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
}

/****************************************

追加

*****************************************/


/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */
