@charset "UTF-8";
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + label {
    background: transparent;
}
.search_check {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.search_check span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    font-size: 14px;
    line-height: 1.4;
}
.search_check span:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
input[type="checkbox"]:checked + .search_check span:before {
    background: #214477;
    border: 1px solid #214477;
}
input[type="checkbox"]:checked + .search_check span:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 2px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cv_wrap {
    background: url(../img/cv_bg.png) no-repeat center / cover;
    padding: 60px 0;
    box-sizing: border-box;
}
.cv-btn {
    width: 397px;
    height: 73px;
    margin: 0 auto;
}
.cv-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to bottom, #E7BE6E 0%, #CA9F4A 40%, #AD7F25 100%);
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing : 0.025em;
    color: #ffffff;
    box-shadow: 0 7px 0 0 #8e630c;
}
.cv-btn a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 14px;
}
.cv-btn a .free-label {
    width: 90px;
    height: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 500;
}
.footer {
    background:#122C51;
    padding: 53px 0 25px;
    box-sizing: border-box;
}
.footer .f_copy {
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.8182;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 500;
}
.footer .f-lnklst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.25em;
    margin-bottom: 45px;
}
.footer .f-lnklst > li {
    line-height: 1;
}
.footer .f-lnklst > li:not(:last-child) {
    position: relative;
}
.footer .f-lnklst > li:not(:last-child)::after {
    content: "/";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -1.25em;
    top: 0;
    z-index: 9;
}
.footer .f-lnklst a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
.c-breadcrumbs {
    padding: 20px 0 0;
}
.c-breadcrumbs ul {
    width: 1110px;
    margin: 0 auto;
    line-height: 1.2;
}
.c-breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 0 20px 0 10px;
    position: relative;
}
.c-breadcrumbs li:first-child {
    padding: 0 20px 0 0;
}
.c-breadcrumbs li a {
    color: #214477;
}
.c-breadcrumbs li:before {
    content: '>';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.c-breadcrumbs li:last-child:before {
    content: none;
}
.c-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}
.c-btn.is-gold a {
    background: linear-gradient(to bottom, #E7BE6E 0%, #CA9F4A 40%, #AD7F25 100%);
    color: #FFFFFF;
}
.c-btn.is-bl a {
    background: #214477;
    color: #FFFFFF;
}
.c-btn.is-gw a {
    background: #ffffff;
    border: 1px solid #8b8b8b;
}
.notf_wrap {
    margin-bottom: 70px;
}
.notf-txt {
    text-align: center;
    font-size: 18px;
}
.notf-btn {
    width: 320px;
    height: 75px;
    margin: 35px auto 0;
}
.notf-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #ed6b00;
    font-size: 18px;
    font-weight: bold;
    color: #ed6b00;
    border-radius: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.c-btn.is-ver3 a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #214477;
    background: #fff;
    border: 1px solid #214477;
}
.c-btn a .is-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}
.c-btn.is-ver3 a .is-btn {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
}
.c-btn.is-ver3 a .is-btn:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    background: url(../svg/icn_rarw_r.svg) no-repeat center;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.popup_bg {
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 99;
    padding: 22px 22px;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 0 2px 0 0;
    -ms-border-radius: 0 2px 0 0;
    -moz-border-radius: 0 2px 0 0;
    -webkit-border-radius: 0 2px 0 0;
}
.popup_cls span {
    position: relative;
    margin: 7px 0 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}
.popup_cls span:before,
.popup_cls span:after {
    position: absolute;
    content: "";
}
.popup_cls span:before {
    top: -12px;
}
.popup_cls span:after {
    top: 12px;
}
.popup_cls span:after {
    transform: translate(0px, -12px) rotate(-90deg);
    -ms-transform: translate(0px, -12px) rotate(-90deg);
    -moz-transform: translate(0px, -12px) rotate(-90deg);
    -webkit-transform: translate(0px, -12px) rotate(-90deg);
}
.popup_cls span:before {
    transform: translate(0px, 12px) rotate(-90deg);
    -ms-transform: translate(0px, 12px) rotate(-90deg);
    -moz-transform: translate(0px, 12px) rotate(-90deg);
    -webkit-transform: translate(0px, 12px) rotate(-90deg);
}
.popup_main {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 660px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 9999;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop {
        margin-top: 10px;
    }
    *::-ms-backdrop {
        margin-top: 0;
    }
}
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop {
        display: block;
        margin: 0 0 -5px 0;
        padding: 5px 0 0 90px;
    }
}
.scpop_box {
    display: none;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.scpop_box.active {
    display: block;
}
.scpop_ttl {
    background: #f3f3f3;
    padding: 21px 30px;
    border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
}
.scpop-ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.scpop_btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 40px 0 40px;
}
.scpop-btn {
    width: 200px;
    margin: 0 10px;
}
.scpop-btn a {
    height: 50px;
    font-size: 16px;
}
.scpop_list {
    padding: 30px 30px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.scpop_list ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px 0 0;
    padding: 0 0 35px;
}
.scpop_list ul:last-child {
    padding: 0;
}
.scpop_list li {
    width: 33.3%;
    line-height: 1;
    margin: 20px 0 0;
}
.scpop_list li.is-all {
    width: 100%;
}
@media (min-width: 767px) {
    .topBnr_lst li a:hover {
        opacity: .8;
    }
    .cv-btn a:hover {
        box-shadow: unset;
        transform: translateY(7px);
    }
    .footerNav .f_bav li a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .footerLink .list li a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .c-breadcrumbs li a:hover{
        text-decoration: underline;
    }
}
@media (min-width: 896px) {
    .notf-btn a:hover {
        background-color: #ed6b00;
        color: #fff;
    }
    #pop4 .scpop_list ul {
        padding: 0 0 40px;
    }
    #pop4 .scpop_list li {
        width: 19%;
        margin: 10px 0 0 30px;
    }
    #pop4 .scpop_list li.is-all {
        width: 100%;
        margin: 20px 0 0 0;
    }
    #pop4 .scpop_list li:first-child {
        margin: 10px 0 0 0;
    }
    .c-btn.is-bl a:hover {
        opacity: 0.6;
    }
    .c-btn.is-ver3 a:hover {
        opacity: 1;
        color: #fff;
        background: #214477;
        border-top: 1px solid #214477;
    }
    .c-btn.is-ver3 a:hover .is-btn:before {
        background: url(../svg/icn_rarw_r_hw.svg) no-repeat center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .scpop_list.scroll {
        height: 400px;
        overflow-y: scroll;
    }
    .footer .f-lnklst a:hover {
        text-decoration: underline;
    }
}
@media only screen and (max-width: 896px) {
    .search_check {
        font-size: 12px;
        line-height: 1.2;
    }
    .search_check span {
        padding: 0 0 0 25px;
    }
    .cv_wrap {
        padding: 22px 15px 25px;
    }
     .cv-btn {
        width: 100%;
        height: 55px;
        margin: 0 auto;
    }
    .cv-btn a {
        font-size: 19px;
        box-shadow: 0 3px 0 0 #8e630c;
    }
    .cv-btn a > span {
        gap: 0 7px;
    }
    .cv-btn a .free-label {
        width: 60px;
        height: 19px;
        font-size: 12px;
    }
    .footer {
        padding: 35px 15px 15px;
    }
    .footer .f_copy {
        font-size: 9px;
        line-height: 1.6;
    }
    .footer .f_copy.ver2 {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .footer .f-lnklst {
        flex-wrap: wrap;
        gap: 6px 0;
        margin-bottom: 25px;
    }
    .footer .f-lnklst > li:not(:last-child) {
        padding-right: 2.25em;
    }
    .footer .f-lnklst > li:not(:last-child)::after {
        font-size: 12px;
        right: 1.25em;
    }
    .footer .f-lnklst a {
        font-size: 12px;
    }
    .pageMv_ttl{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .pageMv_read{
        font-size: 12px;
        line-height: 1.4;
    }
    .c-breadcrumbs{
        padding: 0 15px;
    }
    .c-breadcrumbs ul{
        padding: 20px 0;
        font-size: 12px;
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .c-breadcrumbs li:before {
        width: 10px;
        height: 10px;
    }
    .notf_wrap {
        margin: 10px auto 60px;
    }
    .notf_in {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .notf-txt {
        font-size: 16px;
    }
    .notf-btn {
        width: 100%;
        height: 50px;
        margin: 20px 0 0 0;
    }
    .notf-btn a {
        font-size: 14px;
    }
    .popup_bg {
        background: #fff;
    }
    .popup_in {
        height: 100%;
    }
    .popup_main {
        top: 0;
        transform: translate(-50%,0);
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }
    .popup_cls {
        padding: 18px;
        width: 50px;
        height: 50px;
    }
    .popup_cls span {
        margin: 6px 0 0;
    }
    /*pager*/
    .search_check {
        width: 100%;
        padding: 20px 15px;
        border-bottom: 1px solid #f3f3f3;
    }
    input[type="checkbox"]:checked + .search_check {
        background: #f3f3f3;
    }
    .scpop_ttl {
        padding: 18px 20px;
    }
    .scpop-ttl {
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
    }
    .scpop_btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 15px 25px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .scpop-btn {
        width: 48%;
        margin: 0;
    }
    .scpop-btn a {
        height: 40px;
        font-size: 13px;
    }
    .scpop_list {
        padding: 0 0 50px;
        height: calc(100vh - 201px);
        overflow-y: scroll;
    }
    .scpop_list ul {
        display:-webkit-block;
        display:-ms-block;
        display:block;
        margin: 0;
        padding:0;
    }
    .scpop_list li {
        width: 100%;
        margin: 0;
    }
    .scpop_list li.is-all {
        width: 100%;
    }
    #pop4 .scpop_list li .search_check {
        padding: 20px 15px 20px 40px;
    }
    #pop4 .scpop_list li.is-all .search_check {
        padding: 20px 15px 20px 15px;
    }
    #pop4 .scpop_list li:first-child .search_check {
        padding: 20px 15px 20px 15px;
    }
}
@media only screen and (max-width: 374px) {
}
