@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */

header {
    background: #fff;
}

.page_nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 3.5rem;
    bottom: 0;
    z-index: 3;

}

.page_nav>.menu {
    max-width: 68.75rem;
    width: calc(100% - 16vw);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding-right: 1rem;

}


.page_nav li {
    background-color: #fff;
    width: auto;
    height: 3.5rem;
}

.page_nav a {
    text-decoration: none;
    color: #251e5a;
    transition: .3s all ease;
    position: relative;
    display: flex;
    padding: 0 2rem;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.page_nav a:hover {
    color: #fff;
    background-color: #425dae;
}
.page_nav li a::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: auto !important;
    right: 0;
    display: inline-block;
    background-image: url(../shared/icon_arrow_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem;
    height: 2rem;
}
.page_nav li a:hover::after{
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: auto !important;
    right: 0;
    display: inline-block;
    background-image: url(../shared/icon_arrow_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem;
    height: 2rem;
}

.page_nav a.active {
    background-color: #425dae;
    color: #fff;
}
.page_nav a.active::after {
    background-image: url(../shared/icon_arrow_down.png);
}
.page_nav a.active:hover::after {
    background-image: url(../shared/icon_arrow_down.png);
}

.f_page_nav {
    position: relative;
    width: calc(100% - 16vw);
    padding: 3rem 0;
    margin: 0 auto;
    background-color: #fff;
}

.f_page_nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: #dfdfdf;
    transform: translateX(-50%);
    left: 50%;
}

.f_page_nav>.menu {
    display: flex;
    gap: 1.5rem;
}



.f_page_nav a::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
    display: inline-block;
    background-image: url(../shared/icon_arrow_blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 2rem;
    height: 2rem;
}

.f_page_nav a.active::after {
    background-image: url(../shared/icon_arrow_up.png);

}

.f_page_nav a.active {
    background-color: #425dae;
    color: #fff;
}

.f_page_nav a:hover::after {
    background-image: url(../shared/icon_arrow_white.png);
}

.f_page_nav a.active:hover::after {
    background-image: url(../shared/icon_arrow_up.png);
}

.f_page_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #425dae;
    transition: .3s all ease;
    position: relative;
}

.f_page_nav a:hover {
    color: #fff;
    background-color: #425dae;
}

.f_page_nav a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #425dae;
    transition: .3s all ease;
    width: 10rem;
    padding: 1.15rem 2rem 1.15rem 1.5rem;
    line-height: 1.2;
    justify-content: center;
}

.contents {
    overflow: hidden;
    margin-top: 0;
}

/*topicpath_content_title*/
.topicpath_content_title {
    box-sizing: border-box;
    position: relative;
    height: 20rem;
    margin: 0 0 4rem 0;
    padding: 6.5rem 0 0 0;
    z-index: 0;
}

.topicpath_content_title::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 20rem;
    top: 0;
    left: 5rem;
    background: url(../shared/content_title.png);
    transition: .3s all ease;
}

.company.index .topicpath_content_title,
.after_service.index .topicpath_content_title {
    width: 100%;
    height: 50rem;
    background: url(../shared/company_catch_bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.after_service.index .topicpath_content_title {
    background: url(../shared/after_service_catch_bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.company.index .topicpath_content_title::before,
.after_service.index .topicpath_content_title::before {
    content: "";
    width: 100%;
    height: 50rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.topicpath {
    /*max-width: 77.75rem;
    width: calc(100% - 16vw);
    margin: 1rem auto 3.125rem auto;*/
    box-sizing: border-box;
    position: relative;
    display: flex;
    margin: 1rem 0 3.125rem 6.5rem;
    z-index: 2;
}

.topicpath ul {
    font-size: 0.8rem;
}

.topicpath ul li {
    display: inline;
    margin-right: 1.8em;
    color: #27235b;
    position: relative;
}

.topicpath ul li:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1rem;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: -1rem;
    color: #27235b;
}

.topicpath ul li:first-child:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1rem;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: -1.05rem;
    color: #27235b;
}

.topicpath ul li:last-child {
    padding: 0;
    margin-right: 0;
}

.topicpath ul li:last-child:after {
    display: none;
}

.topicpath ul li a {
    color: #27235b;
    text-decoration: none;
}

.topicpath ul li a:hover {
    text-decoration: underline;
}

/*index以外*/
.content_title {
    width: calc(100% - 20rem);
    max-width: 68.75rem;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 1rem;
}

.content_title .lbl_en_ja {
    display: flex;
    flex-direction: column;
}

.content_title .lbl_ja {
    font-size: 2.05rem;
    font-weight: 700;
    color: #27235b;
}

.company.index .content_title .lbl_ja {
    color: #fff;
}

.content_title .lbl_en {
    font-family: "Barlow", serif;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #27235b;
    margin-bottom: 1rem;
}

.company.index .content_title .lbl_en {
    display: block;
}

.content_title .ct_page_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0.5em 0 0 1.25em;
    padding: 0.15em 0 0.1em 1em;
    border-left: 3px solid #ababab;
}

.contents.company .content_title .ct_page_title,
.contents.after_service .content_title .ct_page_title,
.contents.original .content_title .ct_page_title {
    color: #fff;
}

.page_catch_box {
    margin: 4rem auto 0 auto;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_catch_box .catch_en {
    font-family: "Barlow", serif;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 0.7rem;
}

.page_catch_box .catch_copy {
    font-family: "Barlow", serif;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 0 6.5rem;
    margin-bottom: 2rem;
    line-height: 1.3;
    position: relative;
}

.after_service .page_catch_box .catch_copy {
    text-align: center;
}

.page_catch_box .catch_copy:before {
    content: "";
    width: 5.5rem;
    height: 3.5rem;
    background: url(../shared/quotation01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.5rem;
    left: 0;
    opacity: 0.4;
}

.page_catch_box .catch_copy:after {
    content: "";
    width: 5.5rem;
    height: 3.5rem;
    background: url(../shared/quotation02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0.5rem;
    right: 0;
    opacity: 0.4;
}

.page_catch_box .catch_text {
    width: 42.5rem;
    line-height: 2;
    font-size: 0.95rem;
}


.page_title {
    z-index: 1;
}

.page_title h1 {
    font-size: 2.3rem;
    font-weight: 600;
}


/*content_body*/

.column_wrapper {
    display: flex;
    flex-direction: row-reverse;
    width: calc(100% - 16vw);
    margin: 0 auto;
    max-width: 1100px;
    padding-bottom: 5rem;
}

.column_wrapper .column_main {
    width: 100%;
}

/*2カラムの場合*/
.two_col .column_wrapper .column_main {
    width: 70%;
}

.two_col .column_wrapper .column_sub {
    box-sizing: border-box;
    width: calc(30% - 5vw);
    margin-right: 5vw;
}

/*page_title*/
.page_title {
    width: 61.25rem;
    margin: 0 auto;
    line-height: 1.8;
}

.page_title h2 {
    font-size: 2.1em;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    color: #2d4164;
    padding-bottom: 0.5rem;
}

.page_title h2:after {
    content: "";
    display: block;
    width: 7rem;
    height: 4px;
    background: #2d4164;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*page_body*/
.page_body {
    margin: 0 auto;
    min-height: 400px;
    line-height: 1.8;
}


.page_body h2 {
    color: #27235a;
    font-size: 1.8em;
    font-weight: 700;
    margin: 0 0 0.8em 0;
    line-height: 1.4;
    display: inline-block;
    padding-top: 0.5rem;
    position: relative;
}

.page_body h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.5rem;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #2a2661;
}

.page_body h3 {
    font-size: 1.35em;
    font-weight: 700;
    margin: 1.8em 0.5em 0.5em 0;
    line-height: 1.4;
    position: relative;
    padding-left: 1.875rem;
    color: #3853ae;
}

.page_body h3:before {
    content: "";
    display: block;
    width: 0;
    border-left: 0.875rem solid #4e68b2;
    height: 1em;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.page_body h4 {
    font-weight: 600;
    font-size: 1.1em;
    margin: 1em 0 0.5em;
}

.page_body h5 {
    font-weight: 600;
}

.page_body p {
    margin: 0 0 1em 0;
    line-height: 1.8;
}

.page_body ol {
    list-style: decimal;
    margin: 0 1.2em 1.2em 1.2em;
}

.page_body ol li {
    margin: 0 0 0.3em 1.3em;
}

.page_body ol li ol {
    margin: 0.5em 0;
}

/*デフォルトはお知らせ記事のみ適用する
    .page_body ul{
        margin: 0 1.2em 1.2em 1.35em;
    }

        .page_body ul li{
            margin: 0 0 0.5em 0;
            padding-left: 1.7em;
            position: relative;
        }

        .page_body ul li:last-child{
            margin: 0;
        }
            .page_body ul li:before{
                font-family: FontAwesome;
                content: "\f111";
                color: rgba(238, 76, 46,0.8);
                position: absolute;
                top: 0;
                left: 0;
            }
    */
.page_body .fig {
    text-align: center;
}

.page_body img {
    max-width: 100%;
    height: auto;
}

.page_body a {
    color: #003d84;
}

.page_body table {
    width: 100%;
    margin: 1em 0;
    line-height: 1.6;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.page_body table th,
.page_body table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page_body table thead th {
    text-align: center;
    font-weight: 600;
    padding: 0.25em 1em;
    color: #2d4164;
}

.page_body table tbody th,
.page_body table tbody td {
    padding: 0.6em 1em 0.5em 1em;
}

.page_body table tbody th {
    color: #222;
    font-weight: 600;
    background: #fff;
}

.page_body table tbody td {
    background: #fff;
}

.page_body strong {
    font-weight: 700;
}

.page_body em {
    font-style: italic;
}

.scroll_msg{
    display: none;
}


/*電話番号用*/
.page_body a[href^="tel"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

/*content_body*/
.content_body {
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.show {
    opacity: 1;
}

.index .column_main .page_title {
    display: none;
}

.sub_ttl_lbl {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.8;
    color: #004e9d;
}



@media screen and (min-width:1px) and (max-width:1440px) {
    .company.index .topicpath_content_title {
        background: url(../shared/company_catch_bg.jpg) no-repeat;
        background-size: auto 50em;
    }

    .after_service.index .topicpath_content_title {
        background: url(../shared/after_service_catch_bg.jpg) no-repeat;
        background-size: auto 53em;
    }
}

@media screen and (min-width:1px) and (max-width:1200px) {
    .topicpath_content_title::before{
        left: 3rem;
    }
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {
    /*
    .page_nav {
        width: calc(100% - 5vw);
    }
    */
    .page_nav>.menu{
        width: calc(100% - 6vw);
    }

    .topicpath_content_title::before {
        height: 18rem;
        left: 2rem;
    }

    .topicpath {
        padding: 0;
        margin: 1rem 0 2.125rem 3rem;
    }

    .content_title {
        width: calc(100% - 8rem);
    }

    .page_catch_box {
        margin: 3rem auto 0 auto;
    }

    .company.index .topicpath_content_title {
        height: 45rem;
        background: url(../shared/company_catch_bg.jpg) no-repeat;
        background-size: auto 45em;
    }

    .after_service.index .topicpath_content_title {
        height: 47rem;
        background: url(../shared/after_service_catch_bg.jpg) no-repeat;
        background-size: auto 47em;
    }

    .company.index .topicpath_content_title::before {
        height: 45rem;
    }

    .after_service.index .topicpath_content_title::before {
        height: 47rem;
    }

    .column_wrapper {
        width: 90vw;
    }

    .page_nav_box ul {
        width: 90vw;
    }

    .topicpath_content_title {
        height: 18rem;
    }

    .f_page_nav {
        width: 50.3125rem;
    }



}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .page_nav li {
        max-width: 10rem;
        height: 2.5rem;
    }

    .topicpath_content_title::before {
        height: 16.5rem;
        top: 0;
        left: unset;
    }

    .page_body h2 {
        font-size: 1.6em;
    }

    .topicpath ul {
        font-size: 0.64rem;
    }

    .page_body h2.heading {
        margin-bottom: 1.5rem;
    }

    .company.index .topicpath_content_title,
    .after_service.index .topicpath_content_title {
        padding-top: 16vw;
    }

    .topicpath_content_title {
        margin: 0 0 2rem 0;
        padding-top: 16vw;
        height: 16.5rem;
        display: flex;
        flex-direction: column;
    }

    .topicpath {
        margin: 1rem 0 1.125rem 1rem;
        padding: 0vw;
    }

    .topicpath ul li:after {
        top: calc(50% - 0.4rem);
    }

    .topicpath ul li:first-child:after {
        top: calc(50% - 0.4rem);
    }

    .content_title {
        width: auto;
        position: relative;
        flex-direction: column;
        align-items: center;
        gap: 0.6rem 0;
        margin-top: 1rem;
        margin-bottom: 0;
    }

    .content_title .lbl_en_ja {
        flex-direction: row;
        align-items: flex-end;
    }

    .content_title .lbl_en {
        font-size: 1.5rem;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .content_title .lbl_ja {
        font-size: 1.9rem;
        margin-bottom: 0em;
    }

    .content_title .ct_page_title {
        font-size: 1.1rem;
        margin: 0;
        padding: 0;
        border-left: none;
    }

    /*
    .content_title .lbl_en .ct_page_title{
        display: none;
    }
    */

    .page_catch_box {
        margin: 2rem auto 0 auto;
    }

    .page_catch_box .catch_copy {
        font-size: 1.9rem;
        font-weight: 600;
        padding: 0 3.5rem;
    }

    .after_service .page_catch_box .catch_copy {
        font-size: 1.8rem;
    }

    .page_catch_box .catch_copy:before {
        content: "";
        width: 2.75rem;
        height: 1.75rem;
        background: url(../shared/quotation01.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0.5rem;
        left: 0;
        opacity: 0.4;
    }

    .page_catch_box .catch_copy:after {
        content: "";
        width: 2.75rem;
        height: 1.75rem;
        background: url(../shared/quotation02.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0.5rem;
        right: 0;
        opacity: 0.4;
    }

    .page_catch_box .catch_text {
        width: 85vw;
        line-height: 1.8;
    }

    .page_nav_box {
        padding: 2rem 0;
    }

    .page_nav_box ul {
        gap: 0.5rem 1rem;
    }

    .page_nav_box ul li {
        width: calc((100% - 1rem) / 2);
        display: flex;
    }

    .page_nav_box ul li a {
        box-sizing: border-box;
        width: 100%;
        line-height: 1.2;
        display: flex;
        align-items: center;
        padding-right: 1.5rem;
        font-size: 0.96rem;
    }

    .page_nav_box ul li a::after {
        right: 0.5rem;
    }

    .page_body h2 .lbl_en {
        font-size: 2.2rem;
    }

    .page_body h2 .lbl_ja {
        font-size: 0.94rem;
    }

    .page_body .scroll_msg{
        display: block;
        font-size: 0.9em;
        margin: 0;
        text-align: center;
    }

        .scroll_msg::before,
        .scroll_msg::after{
            font-family: FontAwesome;
            margin: 0 0.5em;
            color: #aaa;
        }

        .scroll_msg::before{
            content:"\f0d9";
        }

        .scroll_msg::after{
            content:"\f0da";
        }



    .page_body a[href^="tel"] {
        pointer-events: initial;
        color: #003d84;
        text-decoration: underline;
    }

    .page_nav {
        width: 100%;
        height: 2.5rem;
    }

    .page_nav>.menu {
        width: auto;
        gap: 0.5rem;
        padding-right: 0.5rem;
    }

    .page_nav .menu_item {
        height: 2rem;
        padding: 0.3rem 1.3rem 0.3rem 1rem;
    }

    .f_page_nav {
        padding: 1.5rem 0;
        width: auto;
    }

    .f_page_nav>.menu {
        justify-content: center;
    }

    .f_page_nav .menu_item a {
        padding: 1.15rem 0.5rem;
    }

    .f_page_nav a {
        width: 7rem;
    }

}


/* ##########印刷用########## */
@media print {}