* {
    margin: 0;
    padding: 0;
}

body{
    font-family: serif;
}

.sp-br{
    display: none;
}
/*---------------------------------------------------------------------
ヘッダー
-----------------------------------------------------------------------*/
.header_container {
    width: 93.59vw;
    margin: 1.88vw auto;
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    justify-content: space-between;
    z-index: 110;
}

.header_container h1 img {
    width: 26.04vw;
    height: 7.92vw;
    transition: .5s;
}
.header_container h1 img:nth-child(2){
    display: none;
}
.header-right {
    display: flex;
    line-height: 7.92vw;
}

.contact-form {
    display: inline-block;
    margin-right: 4.43vw;
    opacity: 0;
}

.contact-form a {
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 1.41vw 3.28vw;
    font-size: 1.3vw;
    transition: .5s;
    cursor: default;
}

/*ハンバーガーメニュー*/
.hamburger {
    display: block;
    width: 5.31vw;
    height: 5.31vw;
    background-color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    top: 1vw;
    right: 0;
}

.hamburger span {
    display: block;
    width: 2.4vw;
    height: .3vw;
    background: black;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .5s;
}

.hamburger span:nth-child(1) {
    transform: translate(-50%, -.5vw);
}

.hamburger span:nth-child(2) {
    transform: translate(-50%, .5vw);
}

/*ナビリスト*/
.nav-bg {
    background-color: #E8E8E8;
    padding-top: 1.88vw;
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all .5s;
    z-index: 100;
}


.nav-list {
    width: 93.59vw;
    margin: 0 auto;
}

.nav-top {
    display: flex;
    justify-content: space-between;
}

.nav-top h1 img {
    width: 26.04vw;
    height: 7.92vw;
}

.contact-form2 {
    display: inline-block;
    margin-right: 9.8vw;
    z-index: 14;
    line-height: 7.92vw;
}

.contact-form2 a {
    color: white;
    text-decoration: none;
    padding: 1.41vw 3.28vw;
    font-size: 1.3vw;
    background-color: black;
}


.list-content {
    width: 71.67vw;
    margin: 7.2vw auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.list-box a {
    color: black;
    text-decoration: none;
    font-size: 1.3vw;
}

.list-box li {
    list-style: none;
    line-height: 2.5vw;
    opacity: .6;
}

.list-box h2 {
    margin-bottom: 1vw;
}

.list-item {
    width: 71.67vw;
    margin: 0 auto;
    display: flex;
}

.list-item img {
    width: 21.56vw;
    height: 5.42vw;
    margin-right: 12.03vw;
}


/*オープンした時（ロゴと問い合わせは消す）*/
.hamburger.open span:nth-child(1) {
    transform: translate(-45%)rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    transform: translate(-45%)rotate(-45deg);
}

.nav-bg.open {
    transform: translateY(0);
}

.header_container h1 img.open {
    opacity: 0;
}

.contact-form.open {
    opacity: 0;
}
.contact-form.open a{
    cursor: pointer;
}




/*---------------------------------------------------------------------
メイン
-----------------------------------------------------------------------*/

main{
    overflow: hidden;
}
.pagetopview{
    width:100%;
    position: relative;
}
.pagetopview::before{
    content: "";
    display: block;
    width: 50%;
    height:42.45vw;
    z-index: 10;
    position: absolute;
    top:0;
    right:-15%;
    background-color:#030398;
    transform: skewX(-32deg);
}


.img-overlay{
    width:78.81vw;
    height:42.45vw;
}
.img-overlay img{
    width:100%;
    height:100%;
    position: relative;
    object-fit: cover;
    opacity: .8;
}

.img-overlay::before{
    content:"";
    display: block;
    width:78.81vw;
    height:42.45vw;
    background-color:black;
    position: absolute;
    top:0;
    left:0;
}


.page-info{
    position: absolute;
    top:60%;
    right:10%;
    z-index: 11;
    color: black;
    background-color: white;
    padding:1.5vw 15vw 1.5vw 5vw;
}


.page-title{
    font-size:1.3vw;
    position: relative;
}

.page-info h3{
    font-size:2.5vw;
    font-weight: 600;
    margin-top:1vw;
}

.bg-blue{
    background-color: #030398;
}



/*パンクズリスト*/
.breadcrumb-trail{
    display: flex;
    padding-top:2.86vw;
    width:84.17vw;
    margin:0 auto;

}
.breadcrumb-trail a{
    font-size: 1.1vw;
    color: white;
}
.breadcrumb-trail p{
    color: white;
    margin:0 1vw;
    font-size: 1.1vw;
}



/*ページ別リンク*/
.page-link{
    display: flex;
}


.link-content{
    width:50%;
    height:16.35vw;
    background-color: black;
    position: relative;
    overflow: hidden;
}
.link-content a{
    text-decoration: none;
    color: white;
}
.link-content img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    opacity: .5;
    transition: .8s;
}
.link-content p{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%);
    text-align: center;
    line-height:16.35vw;
    font-size: 1.1vw;
}


.link-content a:hover img{
    transform: scale(1.2);
}





/*---------------------------------------------------------------------
フッター
-----------------------------------------------------------------------*/
footer{
    background-color: #030398;
    padding-top:8vw;
    padding-bottom:3vw;
}
.footer-container{
    width: 71.67vw;
    margin: 0 auto;
}

.footer-logo img{
    width: 26.04vw;
    height: 7.92vw;
}

.footer-nav-content {
    width: 71.67vw;
    margin: 7.2vw auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-nav-item a {
    color: white;
    text-decoration: none;
    font-size: 1.3vw;
}

.footer-nav-item li {
    list-style: none;
    line-height: 2.5vw;
    opacity: .9;
}

.footer-nav-item h2 {
    margin-bottom: 1vw;
}

.footer-nav-bottom .zettonltd-link a{
    text-decoration: none;
    color: white;
}
.footer-nav-bottom .zettonltd-link a:hover{
    text-decoration: underline;
}

.footer-nav-bottom .zettonltd-link img{
    width:1.3vw;
    height:1.3vw;
}

.footer-nav-bottom{
    width: 71.67vw;
    margin: 0 auto;
    display: flex;
}
.footer-nav-bottom img {
    width:21.56vw;
    height:5.42vw;
    margin-right: 6vw;
}

.copywriter{
    color: white;
    font-size: 1.3vw;
    margin-top:8vw;
    text-align: center;
}









/*-----------------------------------------------------------------------------
レスポンシブ
-------------------------------------------------------------------------------*/

@media(max-width:599px){


    .sp-br{
        display: block;
    }
    .pc-br{
        display: none;
    }

    
    /*---------------------------------------------------------------------
    ヘッダー
    -----------------------------------------------------------------------*/

    .header_container {
        margin: 5.9vw auto;
    }
    .header_container h1 img:nth-child(1) {
        display: none;
    }
    .header_container h1 img:nth-child(2){
        display: block;
        width:36.41vw;
        height:11.03vw;
    }

    .contact-form {
        display: none;
    }

    .nav-bg {
    transform: translateY(-200%);
    }
    .nav-bg.open{
        height:100%;
        overflow-y: scroll;
    }

    .hamburger{
        width:12vw;
        height:12vw;
    }
    .hamburger span {
        width:5vw;
    }
    .hamburger span:nth-child(1) {
        transform: translate(-50%, -1vw);
    }
    .hamburger span:nth-child(2) {
        transform: translate(-50%, 1vw);
    }

    /*ナビリスト*/
    .nav-top {
        display: block;
    }
    .nav-top h1 img {
        width:36.41vw;
        height:11.03vw;
        margin-top:5.9vw;
    }
    
    .contact-form2 {
        position: absolute;
        bottom:-250px;
        right:0%;
    }
    
    .contact-form2 a {
        padding: 8vw 20vw;
        font-size: 4vw;
    }

    .list-content {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    
    .list-box{
        margin-top:5vw;
    }
    .list-box a {
        font-size: 3.8vw;
    }
    .list-box li {
        line-height: 8vw;
    }
    .list-box h2{
        line-height: 6vw;
    }

    .list-item {
        width: 90%;
        display:block;
        text-align: center;
    }
    .list-item img {
        width: 70vw;
        height: 18vw;
        margin-right: 0;
        margin-top:8vw;
    }
    



    /*ページ別リンク*/
    .page-link{
        display: flex;
        flex-flow: column;
    }
    .link-content{
        width:100%;
        height:32.05vw;
    }
    .link-content p{
        line-height:32.05vw;
        font-size: 3.5vw;
    }



    



    /*---------------------------------------------------------------------
    メイン
    -----------------------------------------------------------------------*/
    
    main{
        padding-top:22.56vw;
        background-color: #030398;
     }
 
     .pagetopview::before{
         width: 50%;
         height:74.87vw;
         right:-15%;
         transform: skewX(-20deg);
     }
     
     
     .img-overlay{
         width:80%;
         height:74.87vw;
     }
     
     .img-overlay::before{
         width: 100%;
         height:74.87vw;
     }
 
     .img-overlay img{
         width:100%;
         height:74.87vw;
     }
    
    
    .page-info{
        top:60%;
        right:10%;
        padding:1.5vw 15vw 1.5vw 5vw;
    }
    
    
    .page-title{
        font-size:3.5vw;
        position: relative;
    }
    
    .page-info h3{
        font-size:5vw;
        font-weight: 600;
        margin-top:1vw;
    }
    
    
    /*パンクズリスト*/
    .breadcrumb-trail{
        padding-top:7.69vw;
    }
    .breadcrumb-trail a{
        font-size: 3.5vw;
    }
    .breadcrumb-trail p{
        margin:0 2vw;
        font-size: 3.5vw;
    }



    /*---------------------------------------------------------------------
    フッター
    -----------------------------------------------------------------------*/
    footer{
        padding-bottom:3vw;
    }

    .footer-container{
        width: 71.67vw;
        text-align: center;
    }

    .footer-logo img{
        width: 44.1vw;
        height: 13.33vw;
        margin-bottom:5vw;
    }

    .footer-nav-content {
        display: none;
    }

    .footer-nav-bottom .zettonltd-link a{
        order: 1;
    }
    .footer-nav-bottom .zettonltd-link img{
        width:3.5vw;
        height:3.5vw;
    }

    .footer-nav-bottom{
        flex-flow: column;
        align-items: center;
    }
    .footer-nav-bottom img {
        width:60vw;
        height:15vw;
        order: 2;
        margin-right:0;
        margin-top:6vw;
    }

    .copywriter{
        font-size: 3vw;
        margin-top:10vw;
    }
}