@charset "UTF-8";

/************************************
** 共通ヘッダーナビゲーション用CSS
************************************/

body{
    overflow:auto;
}
.header-container{
    background-color: transparent;
}
.header-in{
    display: block;
}
.header-in .logo{
    width: 500px;
    text-align: left;
    padding: 25px 30px;
    background-color: #ffffff;
    border-radius: 0 0 5px 0;
    position: relative;
}
.header-in .logo a img{
    height:38px;
    line-height: 0px;
    margin-right: 7px;
}
.header-in .head-btns{
    text-align: right;
}
.header-in .head-btns a{
    color:#ffffff;
    text-decoration: none;
    opacity: 1.0;
    transition: 0.5s;
}
.header-in .head-btns a:hover{
    opacity: 0.6;
}
.entry{
    height: 88px;
    position: absolute;
    right: 88px;
    top: 0px;
    width: 88px;
    z-index: 97;
    background-color: #E1245E;
}
.entry p,
.menu p{
    font-size:12px;
    text-align: center;
    margin:0;
}
.head-bun-icon{
    width: 35px;
    height:35px;
    position: relative;
    margin: 20px auto 0px;
}

.menu{
    height: 88px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 88px;
    z-index: 99;
    background-color:#333333;
    cursor: pointer;
}
.menu.active{
    background-color:transparent;
}
.menu .head-bun-icon{
    width: 30px;
    height:30px;
    margin: 25px auto 0px;
}
.menuLine{
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menuLine-top{
    top: 3px;
}
.menuLine-center{
    top: 13px;
}
.menuLine-bottom{
    top: 23px;
}
.menuLine-top.active{
    top: 9px;
    transform: rotate(45deg);
}
.menuLine-center.active{
    transform:scaleX(0);
}
.menuLine-bottom.active{
    top: 9px;
    transform: rotate(135deg);
}
.gnav{
    background: linear-gradient(to right, #06407B 2%, #0E78E3 61%, #55C7F5 100%);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    overflow: scroll;
}
.gnav-wrap{
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
    padding:80px 20px 20px 20px;
    justify-content: center;
    align-items: center;
}
.menuopen-logo{
    width: 500px;
    text-align: left;
    padding: 25px 30px;
    background-color: transparent;
    border-radius: 0 0 5px 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top:0;
}
.company-credit{
    width: 100vw;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom:0;
    font-weight: bold;
    text-align: left;
    font-size: calc(44 / 375 * 100vw);
    background: linear-gradient(to right, #001b68 0%, #1ba5ee 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 0.9em;
    opacity: 45%;
}
.menuopen-logo a img{
    height:38px;
    line-height: 0px;
    margin-right: 7px;
}
.accordion-area{
    list-style: none;
    width: 100%;
    margin:0 auto;
    padding:0;
}
.accordion-item{
    display: inline-flex;
    list-style: none;
    text-align: left;
    padding-right: 50px;
}
.end-item{
    padding: 100px;
    text-align: center;
}
.box {
        display: block;
}
.spMenuTitle{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom:5px;
}
.spMenuTitle.arrow{
    position: relative;
}
.spMenuTitle.arrow:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #ffffff;
    top: 17px;
    left: -15px;
}
.sp-menu{
    padding-left:20px;
    padding-bottom:12px;
}
.sp-menu > li{
    list-style: none;
    position: relative;
    line-height: 45px;
}
.sp-menu > li::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 1px;
    background-color: #ffffff;
    top: 23px;
    left: -15px;
}
.sp-menu > li a{
    color:#ffffff;
    text-decoration: none;
}
.sp-menu > li a:hover{
    color:#ffffff;
    text-decoration: underline;
}
.accordion-area >li .round-btn{
    width: 100%;
    display: block;
    text-align: center;
    margin-top:30px;
}


/*ヘッダーは1280px以下でレスポンシブverを表示*/
@media screen and (max-width: 1279px) {
    body.menuActive{
        overflow: hidden;
    }
    .header-in .logo{
        width: 180px;
        padding: 5px 10px;
    }
    .menuopen-logo{
        width: 180px;
        padding: 5px 10px;
    }
    .header-in .logo a img{
        height: 22px;
        margin-right: 0;
    }
    .menuopen-logo a img{
        height: 22px;
        margin-right: 0;
    }
    .entry{
        height:60px;
        width:60px;
        right:60px;
    }
    .menu{
        height:60px;
        width:60px;
    }
    .head-bun-icon{
        width: 25px;
        height: 25px;
        margin: 10px auto 0px;
    }
    .menu .head-bun-icon{
        width: 25px;
        height: 25px;
        margin: 10px auto 0px;
    }
    .menuLine-top{
        top: 5px;
    }
    .menuLine-bottom{
        top: 21px;
    }
    .spMenuTitle {
        position: relative;
        cursor: pointer;
        padding: 0 20px 0 0;
        line-height: 50px;
        transition: all .3s ease;
        border-bottom: 1px solid #D9D9D9;
        color: #ffffff;
        font-size: 14px;
    }
    .spMenuTitle.close{
        border-bottom: 1px solid #ffffff;
    }
    .spMenuTitle span{
        font-size:12px;
        margin-left:8px;
        color:#ffffff;
    }
    .spMenuTitle::before,
    .spMenuTitle::after{
        position: absolute;
        content:'';
        width: 15px;
        height: 1px;
        background-color: #ffffff;
    }
    .spMenuTitle::before{
        top:48%;
        right: 0;
        transform: rotate(0deg);
    }
    .spMenuTitle::after{    
        top:48%;
        right: 0;
        transform: rotate(0deg);
    }
    .spMenuTitle.close::after{
        transform: rotate(90deg);
    }
    .accordion-item{
        display: block;
        padding: 0;
    }
    .company-credit{
        font-size: calc(60 / 375 * 100vw);
        text-align: center;
        position: relative;
        width: 100%;
    }
    .box {
        display: none;
    }
    .gnav-wrap{
        display: block;
    }
    .spMenuTitle.arrow{
        border-bottom: 1px solid #ffffff;
        text-decoration: none;
        padding: 0 20px 0 0;
        display:block;
        position: relative;
    }
    .spMenuTitle.arrow::before,
    .spMenuTitle.arrow::after {
        content: "";
        position: absolute;
        top: calc(50% - 2px);
        right: 0;
        width: 12px;
        height: 1px;
        border-radius: 9999px;
        background-color: #ffffff;
        transform-origin: calc(100% - 2px) 50%;
    }

    .spMenuTitle.arrow::before {
        transform: rotate(45deg);
        left:unset;
        top: calc(50% - 3px);
    }

    .spMenuTitle.arrow::after {
        transform: rotate(-45deg);
    }
    .end-item{
        padding: 25px 0;
    }
    
}