@charset "UTF-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #062B69;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #062B69;
    text-decoration: none;
}


.container {
    width: 1200px;
    margin: auto;
}

.page-container {
    padding: 120px 0;
}

.header .logo {
    float: left;
    padding: 18px 10px;
}

.header nav {
    float: right;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header nav ul li {
    float: left;
    margin: 40px 15px;
}

.header nav ul li.contact {
    background: rgb(2, 0, 36);
    background: linear-gradient(135deg, #043A96 0%, #2FACBF 100%);
    margin: 0;
    padding: 40px 20px;
}

.header nav ul li.contact a {
    color: #ffffff;
}



.hamburger {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 36px;
    right: 20px;
    width: 40px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #062B69;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 12px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 24px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}



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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .container {
        width: 100%;
    }

    .page-container {
        padding: 60px 0;
    }

    .header {
        height: 86px;
    }

    .header .logo {
        position: fixed;
        padding: 15px 10px;
    }

    .header nav ul li {
        float: none;
        margin: 20px 0;
    }

    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 100%;
        padding: 20px;
        border-bottom: #525252 1px solid;
    }

}





.footer {
    padding: 50px 50px 20px 50px;
    line-height: 1.7;
}

.footer .foonter_left {
    float: left;
}

.footer .foonter_left ul {
    padding: 10px 0 0 80px;
}

.footer .footer_menu {
    float: left;
}

.footer .footer_menu ul {
    float: left;
    padding: 30px 0 0 100px;
}

.footer .footer_menu ul li {
    margin-bottom: 10px;
}

.footer .copyright {
    text-align: right;
    padding-top: 30px;
}


@media screen and (max-width: 750px) {
    .footer {
        padding: 50px 10px 20px 10px;
        line-height: 1.7;
    }

    .footer .foonter_left {
        float: none;
    }

    .footer .foonter_left ul {
        padding: 10px 0 0 80px;
    }

    .footer .footer_menu {
        float: none;
    }

    .footer .footer_menu ul {
        float: none;
        padding: 30px 0 0 20px;
    }
}

@media screen and (max-width: 750px) {
    .sp_contact {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .sp_contact ul {
        display: flex;
    }

    .sp_contact ul li {
        width: 33.3%;
        text-align: center;
        line-height: 1.2;
        font-weight: bold;
    }

    .sp_contact ul li a {
        width: 100%;
        display: inline-block;
        text-align: center;
        color: #ffffff;
        padding: 15px 0;
    }

    .sp_contact ul li.sp_contac_tel {
        background: #043A96;
    }

    .sp_contact ul li.sp_contac_line {
        background: #0dc503;
    }

    .sp_contact ul li.sp_contac_mail {
        background: #30ACBF;

    }
}



.title_style .title_en,
.title_style .title_ja,
.title_style .text {
    text-align: center;
}

.title_style .title_ja {
    font-size: 24px;
    display: block;
    position: relative;
    margin: 30px 0 50px;
}

.title_style .title_ja:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 40px;
    /*下線の幅*/
    height: 1px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置調整*/
    background-color: #30ACBF;
    /*下線の色*/
}

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


/*== グラデーションが流れる */

a.gradient1 {
    /*ボタンの形状*/
    display: block;
    color: #ffffff;
    padding: 20px 50px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(135deg, #043A96 0%, #2FACBF 100%);
    background-position: 1% 100%;
    background-size: 100% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
    font-size: 16px;
    width: 280px;
    margin: 30px auto 0;
    text-align: center;
    letter-spacing: 1px;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
a.gradient1:hover {
    background: linear-gradient(135deg, #043A96 0%, #3cb2c4 80%);
}

.delimiter {
    background: linear-gradient(135deg, #043A96 0%, #2FACBF 100%);
    padding: 60px 0;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .delimiter img {
        width: 90%;
    }
}

.not_found_page {
    text-align: center;
    font-weight: bold;
    padding: 100px 0;
    letter-spacing: 1px;
}

.not_found_page .en {
    font-size: 60px;
}

.not_found_page .num {
    font-size: 120px;
    line-height: 1.2;
}

.not_found_page .text_ja {
    font-size: 24px;
    line-height: 1.4;
}

.not_found_page .text_en {
    font-size: 18px;
}