@charset "UTF-8";
/* CSS Document */
/*----------pc----------*/
body{
    color: #333;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

/*header*/
.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    padding: 35px 75px;
    box-shadow: 0px 0px 10px #999;
}
.header h1 a img {
    width: 250px;
    height: auto;
}
.header {
    padding: 25px 50px;
}
.header-sp {
    display: none;
}
.header ul li a {
    font-size: 14px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    transition: all .2s;
}
.header ul li a:hover {
    color: #003E92;
}
.tel {
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 999;
}
.tel a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #003E92;
    transition: all .2s;
}
.tel a:hover{
    background-color: #0D3162;
}
.tel a img {
    width: auto;
    height: 40px;
    margin-top: 16px;
    margin-left: 19px;
}
.mail {
    position: absolute;
    right: 0;
    top: 270px;
    z-index: 999;
}
.mail a {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-color: #FFBC53;
    transition: all .2s;
}
.mail a:hover{
    background-color: #E09218;
}
.mail a img {
    width: 30px;
    height: auto;
    margin-top: 23px;
    margin-left: 20px;
}



.mv_bg {
    background-image: url("../images/mv.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 70px);
    position: relative;
}
.mv_txt {
    position: absolute;
    bottom: 200px;
    left: 120px;
}
.mv_txt .en_ttl {
    position: relative;
    color: #fff;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 45px;
}
.mv_txt .en_ttl::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 0;
}
.mv_txt h2 {
    font-size: 50px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.mv_txt p {
    font-size: 25px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
}


.ttl .ttl_en {
    font-size: 60px;
    font-family: Arial, Helvetica, 'sans-serif';
    font-weight: bold;
    color: #003E92;
}
.ttl h3 {
    position: relative;
    font-size: 16px;
    color: #999;
    padding-left: 60px;
    line-height: 1px;
    margin-bottom: 40px;
}
.ttl h3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #999;
}

.ttl02 {
    text-align: center;
}
.ttl02 .ttl_en {
    font-size: 60px;
    font-family: Arial, Helvetica, 'sans-serif';
    font-weight: bold;
    color: #fff;
}
.ttl02 h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
    padding-right: 60px;
    line-height: 1px;
    margin-bottom: 40px;
}
.ttl02 h3::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.ttl02 h3::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.btn01 {
    margin-top: 40px;
}
.btn01 a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #003E92;
    transition: all .2s;
}
.btn01 a::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
} 
.btn01 a::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 50px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #fff;
} 
.btn01 a p {
    color: #fff;
    padding-top: 0;
    padding: 10px 0 0 30px;
    line-height: 30px;
}
.btn01 a:hover {
    background-color: #0D3162;
}


.btn02 {
    margin-top: 40px;
    text-align: center;
}
.btn02 a {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #FFBC53;
    transition: all .2s;
}
.btn02 a::before {
    content: "";
    position: absolute;
    top: 25px;
    right: 0;
    width: 50px;
    height: 1px;
    background-color: #fff;
} 
.btn02 a::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 50px;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #fff;
} 
.btn02 a p {
    color: #fff;
    padding-top: 0;
    padding: 10px 0 0 30px;
    text-align: left;
    line-height: 30px;
}
.btn02 a:hover {
    background-color: #E09218;
}




.footer #page-top {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.footer #page-top a {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    background-color: #999;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    transition: all .2s;
}
.footer #page-top a:hover {
    background-color: #666;
}


.footer {
    position: relative;
    padding-top: 100px;
    margin-top: 50px;
}
.footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #003E92;
    position: absolute;
    top: 0;
    z-index: -2;
}
.footer h1 {
    margin-bottom: 30px;
}
.footer h1 a img {
    width: 300px;
}
.footer p {
    color: #fff;
}
.footer ul {
    margin-left: 100px;
}
.footer ul li {
    padding-bottom: 30px;
}
.footer ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all .2s;
}
.footer ul li a:hover {
    opacity: .5;
}
.footer .small {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    background-color: #012E6A;
    margin-top: 50px;
}
.footer .logo_bg {
    z-index: -1;
    top: 0;
    width: 350px;
}
.footer .box2 {
    display: flex;
}



.mv_bg_other {
    background-image: url("../images/works_mv.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.mv_txt_other {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.mv_bg_other02 {
    background-image: url("../images/about_mv.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.mv_bg_other02 .mv_txt_other {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.mv_bg_other_news {
    background-image: url("../images/news_mv.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.mv_bg_other_news .mv_txt_other {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.mv_bg_other_contact {
    background-image: url("../images/top_img03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.mv_bg_other_contact .mv_txt_other {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}







@media (max-width: 1200px){
    .inner {
        padding-left: 50px;
        padding-right: 50px;
    }
    .mv_txt {
        bottom: 100px;
        left: 50px;
    }
    .footer #page-top{
        padding-left: 50px;
        padding-right: 50px;
    }
}



@media (max-width: 990px){
    .header h1 {
        padding: 20px 40px;
    }
    .ttl .ttl_en {
        font-size: 50px;
    }
    .ttl02 .ttl_en {
        font-size: 50px;
        white-space: nowrap;
    }
    .ttl h3 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .ttl02 h3 {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .btn01 {
        margin-top: 30px;
    }
    .btn02 {
        margin-top: 30px;
    }
    .footer ul {
        margin-left: 25px;
    }
}





@media (max-width: 768px){
    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        display: none;
    }
    .header-sp {
        height: 50px;
        display: block;
    }
    .header-sp h1 a {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        padding: 17px 20px;
        background-color: #fff;
        box-shadow: 0px 0px 10px #999;
        transition: all .2s;
        z-index: 120;
    }
    .header-sp h1 a img {
        width: 140px;
        height: auto;
    }
    
    .tel {
        right: 100px;
        top: 0px;
    }
    .tel a {
        width: 50px;
        height: 50px;
    }
    .tel a img {
        height: 30px;
        margin-top: 10px;
        margin-left: 13px;
    }
    .mail {
        right: 50px;
        top: 0px;
    }
    .mail a {
        width: 50px;
        height: 50px;
    }
    .mail a img {
        width: 22px;
        height: auto;
        margin-top: 16px;
        margin-left: 14px;
    }
    
    /*hamburger menu*/
    .menu-btn {
        position: absolute;
        top:  0px;
        right: 0px;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #333;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 1px;
        width: 20px;
        border-radius: 3px;
        background-color: #fff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 6px;
    }
    .menu-btn span:after {
        top: 6px;
    }
    #menu-btn-check:checked ~ .menu-btn span {
        background-color: rgba(255, 255, 255, 0);
    }
    #menu-btn-check:checked ~ .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    #menu-btn-check {
        display: none;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 0;
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 110;
        background-color: #003E92;
        transition: all 0.8s;
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-content ul {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu-content ul li {
        list-style: none;
    }
    .menu-content .current {
        border-top: 1px solid #4576B7;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        box-sizing: border-box;
        text-decoration: none;
        padding: 15px 20px;
        border-bottom: 1px solid #4576B7;
        position: relative;
        white-space: nowrap;
        transition: all .3s;
        color: #fff;
    }    
    .menu-content ul li a:hover {
        opacity: .5;
    }
    .menu-content ul li a span {
        font-size: 14px;
        margin-left: 10px;
        color: #999;
    }
    .menu-content ul li a img {
        width: 30px;
        margin-right: 0;
        margin-left: auto;
    }
    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
      height: 100%;
      overflow: hidden;
    }
    .menu-content .btn01 {
        margin-left: 0;
        margin-top: 30px;
    }
    .menu-content .btn01 a {
        height: 80px;
        width: 100%;
        justify-content: center;
        border-radius: 10px 10px 0 0;
    }
    .menu-content .btn01 a figure img {
        width: 20px;
        height: auto;
    }
    .menu-content .btn01 a p {
        font-size: 18px;
    }
    .menu-content .btn02 a {
        position: relative;
        display: table;
        height: 80px;
        width: 100%;
        justify-content: center;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
        border: 1px solid #0277C2;
    }
    .menu-content .btn02 a .box03 {
        position: absolute;
        display: table-cell;
        vertical-align: middle;
        margin: 0 auto;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .menu-content .btn02 a figure {
        flex-shrink: 0;
    }
    .menu-content .btn02 a figure img {
        width: 18px;
        height: auto;
    }
    .menu-content .btn02 a .mon {
        font-size: 25px;
        font-weight: 500;
        white-space: nowrap;
    }
    .menu-content .box01 .en {
        bottom: 0;
    }
    .menu-content .box01 .en img {
        width: 100%;
        height: 146px;
    }
    
    .mv_bg {
        height: calc(100vh - 50px);
    }
    .mv_txt {
        top: 50%;
        bottom: auto;
        left: 20px;
        transform: translateY(-50%);
    }
    .mv_txt .en_ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .mv_txt .en_ttl::before {
        width: 50px;
        top: 30px;
        left: 0;
    }
    .mv_txt h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .mv_txt p {
        font-size: 14px;
        font-style: italic;
        color: #fff;
        font-weight: 700;
    }
    
    .footer {
        position: relative;
        padding-top: 70px;
        margin-top: 100px;
    }
    .footer::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #003E92;
        position: absolute;
        top: 0;
        z-index: -2;
    }
    .footer h1 {
        margin-bottom: 30px;
    }
    .footer h1 a img {
        width: 300px;
    }
    .footer p {
        color: #fff;
    }
    .footer ul {
        display: flex;
        margin-left: 0px;
    }
    .footer ul li {
        width: 50%;
        padding-bottom: 20px;
    }
    .footer ul li a {
        font-size: 16px;
    }
    .footer .small {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 50px;
    }
    .footer .logo_bg {
        z-index: -1;
        top: 0;
        left: 0;
        width: 350px;
    }
    .footer #page-top{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .box02 {
        display: block!important;
    }
    .footer .box01 {
        margin-bottom: 30px;
    }
    .footer #page-top{
        top: -35px;
    }
    .footer #page-top a {
        font-size: 25px;
        padding: 15px;
    }
    .footer .box2 {
        display: block;
    }
    
    
    .mv_bg_other {
        height: 300px;
    }
    .mv_bg_other02 {
        height: 300px;
    }
    .mv_bg_other_news {
        height: 300px;
    }
    .mv_bg_other_contact {
        height: 300px;
    }
}




