* {
    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: 120;
    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;
    opacity: .8;
    object-fit: cover;
}

.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:50%;
    right:23%;
    z-index: 11;
    color: white;
}


.page-title{
    font-size:1.3vw;
    position: relative;
    left:7vw;
}
.page-title::before{
    content:"";
    display: block;
    width:5.26vw;
    height:1px;
    background-color: white;
    position: absolute;
    top:50%;
    left:-7vw;
}

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

/*パンクズリスト*/
.breadcrumb-trail{
    display: flex;
    padding-top:2.86vw;
    color: white;

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


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







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

@media(max-width:599px){


    .pc-br{
        display: none;
    }

    .sp-br{
        display: block;
    }

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

    .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;
    }




    /*---------------------------------------------------------------------
    メイン
    -----------------------------------------------------------------------*/
    
    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{
        position: absolute;
        top:70%;
        right:15%;
        z-index: 11;
    }
    
    
    .page-title{
        font-size:4vw;
        left:7vw;
    }
    .page-title::before{
        width:12.82vw;
        left:-17vw;
    }
    
    .page-info h3{
        font-size:5vw;
    }
    
    
    /*パンクズリスト*/
    .breadcrumb-trail{
        padding-top:7.69vw;
    }
    .breadcrumb-trail a{
        font-size: 3.5vw;
    }
    .breadcrumb-trail p{
        margin:0 2vw;
        font-size: 3.5vw;
    }


}
