@charset "UTF-8";
.c-btn {
    width: 100%;
    max-width: 300px;
    height: 62px;
}
.c-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #1E58AA;
    color: #fff;
    background: #1E58AA;
    border-radius: 100vh;
    position: relative;
}
.c-btn .is-in {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.c-btn .is-in:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 5px;
    transform: rotate(45deg);
    transition: all .2s;
}
.c-lnk {
    font-weight: 500;
    font-size: 12px;
}
.c-lnk a {
    color: #347ec0;
    position: relative;
}
.c-lnk a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    left: 0;
    background: #347ec0;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s;
}
.c-lnk .is-in {
    display: inline-block;
    position: relative;
    padding-right: 26px;
}
.c-lnk .is-in:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
    background: url(../svg/arw_r_r.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.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: 36px;
    height: 26px;
    z-index: 99;
    padding: 0;
    cursor: pointer;
    padding: 20px;
}
.popup_cls span {
    position: relative;
    margin: 12px 0 0;
    transform: rotate(45deg);
}
.popup_cls span,
.popup_cls span:before,
.popup_cls span:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #001f6b;
}
.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);
}
.popup_cls span:before {
    transform: translate(0px, 12px) rotate(-90deg);
}
.popup_main {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 80vw;
    height: 92vh;
    box-sizing: border-box;
    z-index: 9999;
}
.footer {
    background: #20629F;
    color: #fff;
    padding: 26px 40px;
}
.footerInner {
    display: flex;
    align-items: center;
}
.footerLogo source,
.footerLogo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7401%) hue-rotate(334deg) brightness(124%) contrast(91%);
}
.footerBox {
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    box-sizing: border-box;
}
.footerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footerNav li {
    font-size: 12px;
    line-height: 2;
    padding: 0 1.6em;
    position: relative;
}
.footerNav li:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    z-index: 1;
}
.footerNav li:before {
    left: 0;
}
.footerNav li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.footerNav li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #fff;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s;
}
.footerBox .address {
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.cv_wrap {
    background:#004C8D url(../img/cv.jpg) center / cover no-repeat;
    padding: 16px 0 20px;
}
.cv_wrap .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    color: #fff;
}
.cv_lst {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 34px;
    margin-top: 8px;
}
.cv_lst li.is-tel {
    font-size: 20px;
    font-weight: bold;
}
.cv_lst li.is-mail {
    font-size: 16px;
    font-weight: bold;
}
.cv_lst a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 26px;
}
.cv_lst li.is-tel a:before,
.cv_lst li.is-mail a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.cv_lst li.is-tel a:before {
    width: 20px;
    height: 20px;
    background: url(../svg/tel.svg) no-repeat center / 100% auto;
}
.cv_lst li.is-mail a:before {
    width: 20px;
    height: 20px;
    background: url(../svg/mail.svg) no-repeat center / 100% auto;
}
.cv_lst li a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #fff;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s;
}
.cv_btn.c-btn {
    margin: 0 auto;
    margin-top: 14px;
    max-width: 405px;
    height: 50px;
}
.cv_btn.c-btn a {
    font-size: 16px;
    border: 1px solid #fff;
    color: #004C8D;
    background: #fff;
}
.c-breadcrumbs {
    margin: 20px auto 0;
}
.c-breadcrumbs .lst li {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    line-height: 1.4;
    font-weight: 500;
}
.c-breadcrumbs .lst li a {
    display: inline-block;
    font-size: 12px;
    color: #6AC0E5;
    text-decoration: underline;
}
.c-breadcrumbs .lst li:not(:last-child) {
    padding-right: 2em;
    position: relative;
    box-sizing: border-box;
}
.c-breadcrumbs .lst li:not(:last-child)::after {
    content: "/";
    width: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    color: #333333;
}
.c-mv_wrap {
    background-color: #EAF6FF;
    padding: 68px 0;
    box-sizing: border-box;
}
.c-mv_wrap .ttl {
    font-size: 32px;
    line-height: 1.4375;
    font-weight: bold;
    text-align: left;
    color: #1C476E;
}
.c-page_ttl {
    padding-bottom: 22px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.c-page_ttl::after {
    content: "";
    width: 100px;
    height: 1px;
    background: #6AC0E5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.c-page_ttl .ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.444;
}
.c-page_wrap {
    padding: 60px 0 120px;
}
.c-pagination_wrap {
    margin-top: 60px;
}
.c-pagination-list {
    overflow: hidden;
}
.c-pagination-list .item {
    width: 160px;
    height: 54px;
}
.c-pagination-list .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #1E58AA;
    color: #fff;
    background: #1E58AA;
    position: relative;
}
.c-pagination-list .item.is-prev {
    float: left;
}
.c-pagination-list .item.is-next {
    float: right;
}
.c-ttl.b-lft {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 16px;
    box-sizing: border-box;
    color: #1C476E;
    position: relative;
}
.c-ttl.b-lft::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1C476E;
    z-index: 1;
}
.page_mds {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    color: #1c476e;
    position: relative;
    padding-left: 16px;
}
.page_mds:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1C476E;
    z-index: 1;
}
@media only screen and (min-width:767px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
    .c-btn a:hover {
        color: #1E58AA;
        background: #fff;
    }
    .c-btn a:hover .is-in:before {
        border-color: #1E58AA;
    }
    .c-lnk a:hover:before {
        transform: scale(1, 1);
    }
    .footerNav li a:hover:before {
        transform: scale(1, 1);
    }
    .cv_btn.c-btn a:hover {
        color: #fff;
        background: #004C8D;
    }
    .cv_lst li a:hover:after {
        transform: scale(1, 1);
    }
    .c-breadcrumbs {
        max-width: 1200px;
    }
    .c-breadcrumbs .lst li a:hover {
        text-decoration: none;
    }
    .c-pagination-list .item a:hover {
        color: #1E58AA;
        background: #fff;
    }
}
@media screen and (min-width:767px) and (max-width:1240px) {
    .c-breadcrumbs .lst {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .c-mv_wrap {
        padding: 68px 40px;
    }
    .cv_wrap {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .c-pagination_wrap {
        padding: 0 40px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .c-btn {
        max-width: 89.744vw;
        height: 15.897vw;
    }
    .c-btn a {
        font-size: 4.615vw;
    }
    .c-btn .is-in {
        padding-left: 5.128vw;
    }
    .c-btn .is-in:before {
        width: 2.051vw;
        height: 2.051vw;
        margin-top: 1.282vw;
    }
    .c-lnk {
        font-size: 3.077vw;
    }
    .c-lnk .is-in {
        padding-right: 6.667vw;
    }
    .c-lnk .is-in:before {
        width: 4.615vw;
        height: 4.615vw;
    }
    .popup_cls {
        top: 1.026vw;
        right: 1.026vw;
        width: 5.128vw;
        height: 5.128vw;
        padding: 0;
    }
    .popup_cls span {
        margin: 2.308vw 0 0;
    }
    .popup_cls span:before {
        top: -2.308vw;
    }
    .popup_cls span:after {
        top: 2.308vw;
    }
    .popup_cls span:after {
        transform: translate(0px, -2.308vw) rotate(-90deg);
    }
    .popup_cls span:before {
        transform: translate(0px, 2.308vw) rotate(-90deg);
    }
    .popup_main {
        left: 0;
        right: 0;
        top: 6%;
        margin: auto;
        transform: none;
        width: 96vw;
        height: auto;
    }
    .footer {
        padding: 20px 10px;
    }
    .footerInner {
        display: block;
    }
    .footerLogo {
        text-align: center;
    }
    .footerBox {
        width: 100%;
        margin-top: 20px;
    }
    .footerNav {
        max-width: 340px;
        margin: 0 auto;
    }
    .footerNav li {
        padding: 0 1em;
    }
    .footerBox .copyright {
        display: inline-block;
    }
    .footerBox .address {
        margin-top: 26px;
    }
    .cv_wrap {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
        background:#004C8D url(../img/sp/cv.jpg) center / cover no-repeat;
        padding: 10.256vw 0 8.718vw;
    }
    .cv_wrap .ttl {
        font-size: 5.128vw;
        text-align: center;
    }
    .cv_lst {
        display: block;
        padding: 0 34px;
        margin-top: 2.564vw;
    }
    .cv_lst li.is-tel {
        font-size: 5.897vw;
    }
    .cv_lst li.is-mail {
        font-size: 4.872vw;
        margin-top: 1.026vw;
    }
    .cv_btn.c-btn {
        margin: 0 auto;
        margin-top: 4.103vw;
        max-width: none;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 12.821vw;
    }
    .cv_btn.c-btn a {
        font-size: 4.103vw;
    }
    .c-breadcrumbs {
        margin: 3.846vw 0 0;
        padding: 0 5.128vw;
        box-sizing: border-box;
    }
    .c-breadcrumbs .lst {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    .c-breadcrumbs .lst li {
        font-size: 3.077vw;
    }
    .c-breadcrumbs .lst li a {
        font-size: 3.077vw;
    }
    .c-breadcrumbs .lst li:not(:last-child) {
        padding-right: 1.5em;
    }
    .c-breadcrumbs .lst li:not(:last-child)::after {
        width: 1.5em;
    }
    .c-mv_wrap {
        padding: 8.205vw 5.128vw;
    }
    .c-mv_wrap .ttl {
        font-size: 6.154vw;
        line-height: 1.5;
        text-align: center;
    }
    .c-page_ttl {
        padding-bottom: 5.128vw;
    }
    .c-page_ttl::after {
        width: 17.949vw;
    }
    .c-page_ttl .ttl {
        font-size: 6.154vw;
        line-height: 1.5;
    }
    .c-page_wrap {
        padding: 10.256vw 0 15.385vw;
    }
    .c-pagination_wrap {
        margin-top: 10.667vw;
        padding: 0 5.128vw;
    }
    .c-pagination-list .item {
        width: 38%;
        height: 13.333vw;
    }
    .c-pagination-list .item a {
        font-size: 3.2vw;
    }
    .c-ttl.b-lft {
        font-size: 4.615vw;
        padding-left: 4.103vw;
    }
    .c-ttl.b-lft::before {
        width: 1.026vw;
    }
    .page_mds {
        font-size: 4.615vw;
        padding-left: 4.103vw;
    }
    .page_mds:before {
        width: 1.026vw;
    }
}