@charset "UTF-8";
/* CSS Document */
/*--------------------
01.共通
02.ヘッダー
03.フッター
--------------------*/

@font-face {
    font-family: 'Objektiv Mk1';
    src: url('../font/objektiv_mk1_regular.woff2') format('woff2'),
    url('../font/objektiv_mk1_regular.woff') format('woff'),
    url('../font/objektiv_mk1_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Objektiv Mk1';
    src: url('../font/objektiv_mk1_medium.woff2') format('woff2'),
    url('../font/objektiv_mk1_medium.woff') format('woff'),
    url('../font/objektiv_mk1_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*----------
01.共通
----------*/
body {
    -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 769px) {
    #top body {
        min-width: 1280px;
    }
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #1D2F50;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.en_font {
    font-family: 'Objektiv Mk1';
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/*絵文字*/
img[src*="typepad-emoji-for-tinymce/icons"] {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    vertical-align: middle;
    display: inline;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.contents_in {
    max-width: 980px;
    width: 92%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    /*----------
    01.共通
    ----------*/
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .contents_in {
        width: 100%;
        padding: 0 15px;
    }
}

.flex_box {
    display: flex;
}

.bold {
    font-weight: bold;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:link {
    color: #fff;
}

.dib {
    display: inline-block;
}

.link {
    padding: 1px;
    border-bottom: 1px solid;
}

.truckContainer .truck,
#truck {
    position: fixed;
    z-index: 90;
    width: 40px;
    opacity: 0;
    transition: opacity .6s;
    pointer-events: none;
}

#transport #truck_start,
#moving #truck_start,
#planning #truck_start,
#warehouse #truck_start {
    opacity: 0;
}

@media only screen and (min-width: 769px) {
    .truckContainer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }

    #top .truckContainer .truck {
        position: absolute;
        top: -54px;
        right: 30px;
        margin: auto;
        z-index: 90;
        width: 32px;
        transition: opacity .6s;
        pointer-events: none;
        will-change: transform;
    }
}

.truckContainer .truck.on,
#truck.on {
    opacity: 1;
}

@media only screen and (max-width: 769px) {
    .truckContainer .truck, #truck {
        width: 28px;
        top: 180px;
        left: 5px;
    }
}

.ttl_ptn01 {
    text-align: center;
}

.ttl_ptn01 .main_ttl {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}

.ttl_ptn01 .sub_txt {
    margin-top: 13px;
    line-height: 1.71;
}

.ttl_ptn02 {
    text-align: center;
}

.ttl_ptn02 .main_ttl {
    font-size: 50px;
    font-weight: 500;
    font-family: 'Objektiv Mk1';
    letter-spacing: .08em;
    line-height: 1.4;
}

.ttl_ptn02 .sub_txt {
    font-size: 18px;
    line-height: 1.71;
}

@media only screen and (max-width: 768px) {
    .ttl_ptn01 .main_ttl {
        font-size: 28px;
    }

    .ttl_ptn01 .sub_txt {
        margin-top: 8px;
    }

    .ttl_ptn02 .main_ttl {
        font-size: 32px;
    }

    .ttl_ptn02 .sub_txt {
        font-size: 16px;
    }
}

.btn_ptn01 {
    height: 62px;
}

.btn_ptn01 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    font-size: 16px;
    font-family: "Objektiv Mk1";
    letter-spacing: .1em;
    overflow: hidden;
}

.btn_ptn01 a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    transform: translate(100%, 100%) rotate(-45deg);
    transition: .3s;
}

.btn_ptn01 a:hover::before {
    transform: translate(50%, 50%) rotate(-45deg);
}

.btn_ptn02 {
    width: fit-content;
    height: 40px;
}

.btn_ptn02 a {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background-color: #0E498F;
    font-weight: 700;
    text-align: center;
}

.btn_ptn02 a::before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 18px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-left: 4px solid #fff;
}

@media only screen and (max-width: 768px) {
    .btn_ptn01 {
        height: 52px;
    }

    .btn_ptn01 a {
        font-size: 14px;
    }

    .btn_ptn01 a::before {
        content: none;
    }
}

.line_parts {
    position: relative;
}

.line_parts::before {
    content: "";
    position: absolute;
    left: calc(50% - .5px);
    width: 1px;
    height: 40px;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .line_parts::before {
        height: 28px;
    }
}


.road_wrapper {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.truck_page {
    position: relative;
}

.road_wrapper .contents_in {
    width: calc(100% - 200px);
    position: relative;
    z-index: 91;
}

.road_wrapper .road_ver {
    position: absolute;
    top: 0;
    width: 66px;
    height: 100%;
}

.road_wrapper .road_ver::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #4C4C4C 4.5%, #aaa 4.5%, #aaa 7.1%, #4C4C4C 7.1%, #4C4C4C 92.9%, #aaa 92.9%, #aaa 95.5%, #4C4C4C 95.5%);
}

.road_wrapper .road_ver::after {
    position: absolute;
    z-index: 88;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-image: linear-gradient(#fff 16px, rgba(0, 0, 0, 0) 16px);
    background-size: 2px 32px;
    background-repeat: repeat-y;
    background-position: left top;
}

.road_wrapper .road_ver.right {
    right: 1.64%;
}

#top .road_wrapper .road_ver.right {
    right: 1.2%;
}

.road_wrapper .road_ver.left {

}

.road_wrapper.warehouse .road_ver.left {
    left: 51%;
}

.road_wrapper.service .road_ver.left {
    left: 59%;
}

@media screen and (max-width: 1084px) {
    #top .road_wrapper.warehouse .road_ver.left {
        left: 50%;
    }
}

@media screen and (max-width: 990px) {
    #top .road_wrapper.warehouse .road_ver.left {
        left: 48%;
    }

    #top .road_wrapper.service .road_ver.left {
        left: 58%;
    }
}

.road_wrapper .road_ver .curve {
    position: absolute;
    z-index: 89;
    width: 81px;
    height: 81px;
    background: url(../img/road_parts/curve.svg) no-repeat center / contain;
}

.road_wrapper .road_ver .curve.top {
    top: -33px;
}

.road_wrapper .road_ver .curve.bottom {
    bottom: -33px;
}

.road_wrapper .road_ver.right .curve {
    right: 0;
}

.road_wrapper .road_ver.right .curve.top {
    transform: rotate(90deg);
}

.road_wrapper .road_ver.right .curve.bottom {
    transform: rotate(180deg);
}

.road_wrapper .road_ver.left .curve.bottom {
    transform: rotate(270deg);
}

.road_wrapper .road_hor {
    position: absolute;
    z-index: 86;
    right: 4%;
    width: 42%;
    max-width: 1180px;
    height: 66px;
    background: linear-gradient(#4C4C4C 4.5%, #aaa 4.5%, #aaa 7.1%, #4C4C4C 7.1%, #4C4C4C 92.9%, #aaa 92.9%, #aaa 95.5%, #4C4C4C 95.5%);
}

.road_wrapper .road_hor.top {
    top: -33px;
}

.road_wrapper .road_hor.bottom {
    bottom: -33px;
}

.road_wrapper.warehouse .road_hor.bottom {
    width: 42%;
}

.road_wrapper.planning .road_hor.bottom {
    width: 33%;
}

.road_wrapper.service .road_hor.bottom {
    width: 33%;
}

.road_wrapper .road_hor::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #fff 16px, rgba(0, 0, 0, 0) 16px);
    background-size: 32px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

.road_wrapper .road_ver > *:not(.curve) {
    position: absolute;
    z-index: 100;
    pointer-events: none;
}

.road_wrapper .tunnel {
    left: 50%;
    transform: translateX(-50%);
    width: 108px;
    height: 75px;
    background: url(../img/road_parts/tunnel.png) no-repeat center top / contain;
}

.road_wrapper .tunnel.top {
    top: 0;
}

.road_wrapper .tunnel.bottom {
    bottom: 0;
    transform: translateX(-50%) scale(1, -1);
}

.road_wrapper .cloud.c01 {
    width: 68px;
    height: 100px;
    background: url(../img/road_parts/cloud01.png) no-repeat center / contain;
}

.road_wrapper .cloud.c02 {
    width: 87px;
    height: 103px;
    background: url(../img/road_parts/cloud02.png) no-repeat center / contain;
}

.road_wrapper .cloud.c03 {
    width: 61px;
    height: 57px;
    background: url(../img/road_parts/cloud03.png) no-repeat center / contain;
}

.road_wrapper .cloud.c04 {
    width: 65px;
    height: 95px;
    background: url(../img/road_parts/cloud04.png) no-repeat center / contain;
}

.road_wrapper .cloud[data-i="cmn"] {
    top: -77px;
    right: -18px;
}

.road_wrapper .tree {
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    background: url(../img/road_parts/tree.png) repeat-y center top / contain;
}

.road_wrapper .road_ver.right .tree {
    left: 55px;
}

.road_wrapper .road_ver.left .tree {
    right: 55px;
}

.road_wrapper .tunnel.bottom + .tree {
    top: auto;
    bottom: 92px;
    transform: translateY(0);
}

.road_wrapper .building.b01 {
    width: 117px;
    height: 115px;
    background: url(../img/road_parts/building01.png) no-repeat center / contain;
}

.road_wrapper .building.b02 {
    width: 113px;
    height: 121px;
    background: url(../img/road_parts/building02.png) no-repeat center / contain;
}

.road_wrapper .building.b03 {
    width: 79px;
    height: 177px;
    background: url(../img/road_parts/building03.png) no-repeat center / contain;
}

@media only screen and (max-width: 768px) {
    /*----------
    01.共通
    ----------*/
    .road_wrapper .contents_in {
        width: 100%;
        padding: 0 15px 0 45px;
    }

    .road_wrapper .contents_in iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
    }

    .road_wrapper .road_ver,
    .road_wrapper .road_hor {
        display: none;
    }
}

.gradient_bg {
    position: relative;
}

.gradient_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(315deg, #3B1E86, #0094D0);
    background: linear-gradient(135deg, #3B1E86, #0094D0);
    opacity: .8;
}

/*　下層トラック↓↓↓　*/
#road_pc {
    position: absolute;
    width: 66px;
    background: linear-gradient(to right, #4C4C4C 4.5%, #aaa 4.5%, #aaa 7.1%, #4C4C4C 7.1%, #4C4C4C 92.9%, #aaa 92.9%, #aaa 95.5%, #4C4C4C 95.5%);
    z-index: 10;
}

#road_pc::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - .5px);
    width: 1px;
    height: 100%;
    background-size: 1px 24px;
    background-repeat: repeat-y;
    background-position: left top;
}

@media only screen and (max-width: 768px) {
    #road_pc {
        display: none;
    }

    #road_sp {
        position: absolute;
        top: 230px;
        left: 5px;
        width: 28px;
        height: calc(100% - 180px);
        background: linear-gradient(to right, #4C4C4C 4.5%, #aaa 4.5%, #aaa 7.1%, #4C4C4C 7.1%, #4C4C4C 92.9%, #aaa 92.9%, #aaa 95.5%, #4C4C4C 95.5%);
    }

    #road_sp::before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - .5px);
        width: 1px;
        height: 100%;
        background-size: 1px 24px;
        background-repeat: repeat-y;
        background-position: left top;
    }

    #road_sp::after {
        content: "";
        position: absolute;
        z-index: 100;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%) scale(1, -1);
        width: 46px;
        height: 32px;
        background: url(../img/road_parts/tunnel.png) no-repeat center top / contain;
    }

    #top #road_sp::after {
        bottom: 0;
    }
}

#last_tunnel {
    position: absolute;
    width: 108px;
    height: 75px;
    background: url(../img/road_parts/tunnel.png) no-repeat center top / contain;
    transform: rotate(180deg);
    bottom: 0;
    z-index: 90;
}

.road_wrapper {
    position: relative;
}

.road_wrapper .under_tree {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 100%;
    background: url(../img/road_parts/tree.png) repeat-y center top / contain;
}

.road_wrapper .under_tree.left {
    left: -32px;
}

.road_wrapper .under_tree.right {
    right: -32px;
}

@media only screen and (max-width: 768px) {
    .road_wrapper .under_tree {
        display: none;
    }
}

/*　下層トラック↑↑↑　*/
.title_area_ptn01 {
    padding-top: 120px;
    background: url(../../img/business/transport/title_bg.jpg) no-repeat center/cover;
}

.title_area_ptn01 .contents_in {
    position: relative;
    width: calc(100% - 200px);
}

.title_area_ptn01 .ttl_box {
    position: relative;
    z-index: 10;
    padding: 98px 0;
    text-align: center;
}

.title_area_ptn01 .ttl_box .en {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.title_area_ptn01 .ttl_box .main_ttl {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
}

.title_area_ptn01 .ttl_box .sub_txt {
    margin-top: 3px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.title_area_ptn01 .btn_ptn02 {
    position: absolute;
    z-index: 92;
    top: 100%;
    right: 0;
}

.title_area_ptn01 .btn_ptn02 a {
    padding: 0 44px;
}

.title_area_ptn01 .road_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 125px;
}

.cmn_line_parts {
    position: relative;
}

.cmn_line_parts:before {
    content: "";
    position: absolute;
    left: calc(50% - .5px);
    width: 1px;
    height: 40px;
    background-color: #fff;
}

.contact_area {
    z-index: 90;
    padding: 103px 0 80px;
    background: url(../img/contact_bg.jpg) no-repeat center/cover;
}

.contact_area::before {
    z-index: -1;
    opacity: .89;
}

.contact_area .parts {
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 61px;
    color: #fff;
    font-size: 12px;
    font-family: "Objektiv Mk1";
    letter-spacing: .1em;
}

.contact_area .parts::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
    width: 1px;
    height: 50px;
    background-color: #000;
}

.contact_area .em_txt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.5;
    text-align: center;
}

.contact_area .tel_g {
    margin-top: 30px;
}

.contact_area .tel_g > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}

.contact_area .tel_g .sp {
    display: none;
}

.contact_area .tel_g .ico {
    width: 37px;
    margin-right: 14px;
    padding-top: 5px;
}

.contact_area .tel_g .num {
    font-size: 50px;
    font-weight: 500;
    font-family: "Objektiv Mk1";
    letter-spacing: .08em;
}

.contact_area .btn_ptn01 {
    max-width: 409px;
    margin: 40px auto 0;
}

.cmn_fadein_to_top {
    opacity: 0;
    transform: translateY(50px);
    transition: .4s ease-in-out;
}

.cmn_fadein_to_top.is_on {
    opacity: 1;
    transform: translateY(0);
}

.cmn_fadein_to_right {
    opacity: 0;
    transform: translateX(-50px);
    transition: .4s ease-in-out;
}

.cmn_fadein_to_right.is_on {
    opacity: 1;
    transform: translateX(0);
}

.cmn_fadein_to_left {
    opacity: 0;
    transform: translateX(50px);
    transition: .4s ease-in-out;
}

.cmn_fadein_to_left.is_on {
    opacity: 1;
    transform: translateX(0);
}

.cmn_fadein_to_top_child > * {
    opacity: 0;
    transform: translateY(50px);
    transition: .4s ease-in-out;
}

.cmn_fadein_to_top_child > *:nth-child(2) {
    transition-delay: .2s;
}

.cmn_fadein_to_top_child > *:nth-child(3) {
    transition-delay: .4s;
}

.cmn_fadein_to_top_child.is_on > * {
    opacity: 1;
    transform: translateY(0);
}

.ttl_ptn01 .main_ttl.has_bar {
    position: relative;
    padding-top: 63px;
}

.ttl_ptn01 .main_ttl.has_bar::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blue_title {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    padding: 8.5px 33px;
    background-color: #0E498F;
    border-left: 4px solid #2A76D6;
}

.title_area_ptn02 .ttl_box {
    padding: 98px 0 56px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 20px;
    justify-content: flex-end;
}

.breadcrumb a::after {
    content: ">";
    display: inline-block;
    margin: 0 7px;
}

.h2_type01 {
    font-size: 40px;
    line-height: 58px;
    padding-bottom: 5.5px;
    position: relative;
    text-align: center;

    font-weight: 700;
}

.h2_type01::after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 4px;
    background: #2A76D6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.btn_type01 {
    max-width: 590px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.btn_type01::after {
    content: "";
    display: inline-block;
    width: 10.15px;
    height: 17.62px;
    background: center/contain no-repeat url(../img/arrow_blue.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 38.9px;
}

.btn_type01 a {
    display: block;
    width: 100%;
    padding: 25px 0;
    font-weight: 700;
    color: #1D2F50;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(#F8CB75, #DDF085);
}

.page_nav {
    margin: 0 auto;
}

.page_nav .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.page_nav .wp-pagenavi a,
.page_nav .wp-pagenavi span {
    text-decoration: none;
    border: none;
    margin: 0 7px;
    color: #BCBCBC;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-weight: 500;
    padding: 4.5px 10px;
}

.page_nav .wp-pagenavi .nextpostslink {
    color: rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 17px;
    background: center/contain no-repeat url(../../img/blog/arrow_blue.png);
    border: none;
}

.page_nav .wp-pagenavi .previouspostslink {
    color: rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: rotate(180deg);
    background: center/contain no-repeat url(../../img/blog/arrow_blue.png);
    border: none;
}

.page_nav .wp-pagenavi span.current {
    position: relative;
    color: #fff;
}

.page_nav .wp-pagenavi span.current::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 3px;
    background-color: #107AE7;
}


/*----------
02.ヘッダー
----------*/
header {
    position: fixed;
    z-index: 200;
    top: 0;
    width: 100%;
    padding-top: 19px;
    transition: .6s, padding-bottom 0s, background-color 0s, box-shadow 0s;
}

header .sub_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3px;
}

header .sub_block .sub_box {
    padding-top: 3px;
    padding-right: 30px;
}

header .sub_block .sub_box p {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

header .sub_block .sub_box p:not(:last-of-type) {
    margin-right: 10px;
}

header .sub_block .btn_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

header .icon img {
    width: 30px;
}

header .sub_block .btn_box .btn {
    width: 150px;
    height: 40px;
}

header .sub_block .btn_box .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #0E498F;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    overflow: hidden;
}

header .sub_block .btn_box .btn a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: translate(100%, 100%) rotate(-45deg);
    transition: .3s;
}

header .sub_block .btn_box .btn a:hover::before {
    transform: translate(50%, 50%) rotate(-45deg);
}

header .head_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .head_block .logo {
    width: 37.1%;
}

header .head_block .logo a {
    display: block;
    transition: .3s;
}

header .head_block .logo a:hover {
    opacity: .7;
}

header .head_block .nav_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 62.9%;
}

header .head_block .nav_box .nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .head_block .nav_box .nav_list > li + li {
    margin-left: 18px;
}

header .head_block .nav_box .nav_list > li > a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

header .head_block .nav_box .nav_list > li > a[href]::before {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

header .head_block .nav_box .nav_list > li > a[href]:hover::before {
    opacity: 1;
}

header .head_block .nav_box .nav_list .pulldown {
    position: relative;
}

header .head_block .nav_box .nav_list .pulldown::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 36px);
    height: calc(100% + 20px);
    pointer-events: none;
    cursor: pointer;
}

header .head_block .nav_box .nav_list .sub_list {
    position: absolute;
    z-index: 12;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    background-color: #0E498F;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: .4s;
}

header .head_block .nav_box .nav_list .sub_list a {
    display: block;
    position: relative;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    transition: .3s;
}

header .head_block .nav_box .nav_list .sub_list a:hover {
    background-color: rgba(255, 255, 255, .1);
}

header .head_block .nav_box .nav_list .pulldown:hover::before {
    pointer-events: auto;
}

header.hide .head_block .nav_box .nav_list .sub_list {
    pointer-events: none !important;
}

header .head_block .nav_box .nav_list .pulldown:hover .sub_list {
    top: calc(100% + 10px);
    opacity: 1;
    pointer-events: auto;
    transition-delay: .2s;
}

header .head_block .nav_box .btn {
    margin-left: 22px;
    width: 110px;
    height: 32px;
}

header .head_block .nav_box .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    font-size: 13px;
    font-family: "Objektiv Mk1";
    letter-spacing: .1em;
    overflow: hidden;
}

header .head_block .nav_box .btn a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-color: #fff;
    transform: translate(100%, 100%) rotate(-45deg);
    transition: .3s;
}

header .head_block .nav_box .btn a:hover::before {
    transform: translate(50%, 50%) rotate(-45deg);
}

header.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: .3s, padding-bottom 0s .6s, background-color 0s .6s, box-shadow 0s .6s;
}

header.onbg {
    padding-bottom: 12px;
    background-color: #1D2F50;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
    transition: .6s, padding-bottom 0s .6s, background-color 0s .6s, box-shadow 0s .6s;
}

@media only screen and (max-width: 1024px) {
    /*----------
    01.共通
    ----------*/
    header .head_block .logo {
        width: 40%;
        max-width: 350px;
    }

    header .head_block .nav_box {
        max-width: 60%;
    }

    header .head_block .nav_box .nav_list > li + li {
        margin-left: 10px;
    }

    header .head_block .nav_box .nav_list > li > a {
        font-size: 16px;
    }

    header .head_block .nav_box .btn {
        width: 100px;
        margin-left: 17px;
    }

    /*----------
    02.ヘッダー
    ----------*/
    header .icon_box {
        margin-top: 18px;
        display: flex;
        justify-content: center;
        gap: 16px;
    }
}

/*----------
03.フッター
----------*/
footer {
    position: relative;
    z-index: 100;
    padding: 52px 0 30px;
    background-color: #1D2F50;
}

footer .road {
    position: relative;
    max-width: calc((100% - 980px) / 2 + 980px);
    height: 39px;
    margin-left: auto;
    background: linear-gradient(#4C4C4C 5%, #aaa 5%, #aaa 7.6%, #4C4C4C 7.6%, #4C4C4C 92.4%, #aaa 92.4%, #aaa 95%, #4C4C4C 95%);
}

footer .road::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 16px, rgba(0, 0, 0, 0) 16px);
    background-size: 32px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

footer .road .truck {
    position: absolute;
    bottom: 10px;
    width: 148px;
    transition: right 3s linear;
    left: auto;
    right: calc(0px - 148px);
}

footer .road .truck.active {
    right: calc(100% - 138px);
}

footer .nav_block {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

footer .nav_block .logo {
    width: 28%;
}

footer .nav_block .logo a {
    display: block;
    transition: .3s;
}

footer .nav_block .logo a:hover {
    opacity: .7;
}

footer .nav_block .nav_box {
    justify-content: flex-end;
    width: 68%;
}

footer .nav_block .nav_box.pc {
    display: flex;
}

footer .nav_block .nav_box .nav_wrp + .nav_wrp {
    margin-left: 6%;
}

footer .nav_block .nav_box .short_wrp + .nav_wrp {
    margin-left: 3%;
}

footer .nav_block .nav_box .nav_wrp .wrap + .wrap {
    margin-top: 20px;
}

footer .nav_block .nav_box .nav_wrp .wrap .st {
    font-size: 16px;
    line-height: 1.4;
}

footer .nav_block .nav_box .nav_wrp .wrap .st a {
    transition: .3s;
}

footer .nav_block .nav_box .nav_wrp .wrap .st a[href]:hover {
    opacity: .5;
}

footer .nav_block .nav_box .nav_wrp .wrap ul {
    margin-top: 10px;
}

footer .nav_block .nav_box .nav_wrp .wrap ul li {
    line-height: 1.4;
}

footer .nav_block .nav_box .nav_wrp .wrap ul li + li {
    margin-top: 8px;
}

footer .nav_block .nav_box .nav_wrp .wrap ul li a {
    color: #fff;
    transition: .3s;
}

footer .nav_block .nav_box .nav_wrp .wrap ul li a:before {
    content: "- ";
}

footer .nav_block .nav_box .nav_wrp .wrap ul li a:hover {
    opacity: .5;
}

footer .nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

footer .nav_list li {
    margin: 0 25px;
}

footer .nav_list li a {
    position: relative;
    padding-right: 17px;
    font-family: "Objektiv Mk1";
    letter-spacing: .1em;
    line-height: 1.4;
}

footer .nav_list li a::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 1px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
}

footer .nav_list li a:hover::after {
    right: -4px;
}

@media only screen and (max-width: 1280px) {
    /*----------
    01.共通
    ----------*/
    footer .road {
        width: 96%;
    }
}

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

    /*----------
    03.フッター
    ----------*/
    footer .nav_block .logo {
        width: 26%;
    }

    footer .nav_block .nav_box {
        width: 71%;
    }

    footer .nav_block .nav_box .nav_wrp + .nav_wrp {
        margin-left: 4%;
    }

    footer .nav_block .nav_box .short_wrp + .nav_wrp {
        margin-left: 2%;
    }

    footer .nav_block .nav_box .nav_wrp .wrap .st {
        font-size: 15px;
    }
}


@media only screen and (max-width: 830px) {
    /*----------
    03.フッター
    ----------*/
    footer .nav_block .nav_box .short_wrp + .nav_wrp {
        margin-left: 1%;
    }

    footer .nav_block .nav_box .nav_wrp .wrap .st {
        font-size: 14px;
    }

    footer .nav_block .nav_box .nav_wrp .wrap ul li {
        font-size: 13px;
    }
}


@media only screen and (max-width: 768px) {
    footer .road .truck {
        position: absolute;
        bottom: 10px;
        left: 12px;
        width: 100px;
        opacity: 0;
        transform: translateX(100vw);
        transition: transform 1.5s ease-out, opacity 1s;
    }

    footer .road .truck.active {
        transform: translateX(0);
        opacity: 1;
    }

    .title_area_ptn01 {
        padding-top: 50px;
    }

    .title_area_ptn01 .contents_in {
        width: 100%;
        padding: 0 40px;
    }

    .title_area_ptn01 .ttl_box {
        padding: 45px 0;
    }

    .title_area_ptn01 .ttl_box .main_ttl {
        font-size: 32px;
    }

    .title_area_ptn01 .ttl_box .sub_txt {
        font-size: 16px;
    }

    .title_area_ptn01 .btn_ptn02 {
        height: 36px;
    }

    .title_area_ptn01 .btn_ptn02 a {
        padding: 0 28px;
        font-size: 13px;
    }

    .title_area_ptn01 .btn_ptn02 a::before {
        right: 12px;
    }

    .contact_area {
        padding: 90px 0 60px;
    }

    .contact_area .em_txt {
        font-size: 18px;
    }

    .contact_area .tel_g .pc {
        display: none;
    }

    .contact_area .tel_g .sp {
        display: flex;
    }

    .contact_area .tel_g .ico {
        width: 28px;
        margin-right: 6px;
    }

    .contact_area .tel_g .num {
        font-size: 32px;
    }

    .h2_type01 {
        font-size: 28px;
        line-height: 1.5;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .blue_title {
        font-size: 28px;
        line-height: 1.6;
        padding: 5px 15px;
        border-left: 2px solid #2A76D6;
    }

    .title_area_ptn02 .ttl_box {
        padding: 45px 0;
    }

    .btn_type01 a {
        font-size: 18px;
    }

    .page_nav .wp-pagenavi a,
    .page_nav .wp-pagenavi span {
        font-size: 14px;
        line-height: 22px;
    }

    .page_nav .wp-pagenavi .nextpostslink,
    .page_nav .wp-pagenavi .previouspostslink {
        width: 25px;
        height: 25px;
    }

    .page_nav .wp-pagenavi span.current::after {
        width: calc(100% - 12px);
    }

    /*----------
    02.ヘッダー
    ----------*/
    header {
        padding-top: 15px;
    }

    header .sub_block {
        display: none;
    }

    header .head_block .logo {
        width: 210px;
    }

    header .head_block {
        position: relative;
        z-index: 12;
    }

    header .head_block .nav_box {
        display: none;
    }

    header .head_block .sp_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .head_block .sp_box .contact_btn {
        width: 34px;
        height: 34px;
    }

    header .head_block .sp_box .contact_btn a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 4px;
        border-radius: 0;
        font-size: 10px;
        border: 1px solid #fff;
    }

    header .head_block .sp_box .nav_btn {
        position: relative;
        width: 24px;
        height: 24px;
        margin-left: 14px;
        cursor: pointer;
    }

    header .head_block .sp_box .nav_btn span {
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
    }

    header .head_block .sp_box .nav_btn span:nth-child(3n+1) {
        left: 0;
    }

    header .head_block .sp_box .nav_btn span:nth-child(3n+2) {
        left: calc(50% - 2px);
    }

    header .head_block .sp_box .nav_btn span:nth-child(3n+3) {
        right: 0;
    }

    header .head_block .sp_box .nav_btn span:nth-child(-n+3) {
        top: 0;
    }

    header .head_block .sp_box .nav_btn span:nth-child(n+4):nth-child(-n+6) {
        top: calc(50% - 2px);
    }

    header .head_block .sp_box .nav_btn span:nth-child(n+7) {
        bottom: 0;
    }

    header .nav_block {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 100px 0 40px;
        background: -webkit-linear-gradient(315deg, rgba(59, 31, 133, .2), rgba(0, 150, 209, .2));
        background: linear-gradient(135deg, rgba(59, 31, 133, .2), rgba(0, 150, 209, .2));
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        line-height: normal;
        text-align: center;
        overflow: auto;
    }

    header .nav_block .nav_list > li + li {
        margin-top: 15px;
    }

    header .nav_block .nav_list > li > a {
        font-size: 16px;
        font-weight: 500;
    }

    header .nav_block .nav_list .pulldown > a {
        position: relative;
        padding: 0 16px;
        cursor: pointer;
    }

    header .nav_block .nav_list .pulldown > a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-right: 1.5px solid #fff;
        border-bottom: 1.5px solid #fff;
    }

    header .nav_block .nav_list .sub_list {
        display: none;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    header .nav_block .nav_list .sub_list li + li {
        margin-top: 6px;
    }

    header .nav_block .nav_list .sub_list a {
        color: #eee;
    }

    header .nav_block .btn_box {
        margin-top: 40px;
    }

    header .nav_block .btn_box .btn {
        max-width: 280px;
        margin: 0 auto;
    }

    header .nav_block .btn_box .btn + .btn {
        margin-top: 15px;
    }

    header .nav_block .btn_box .btn a {
        display: block;
        padding: 17px;
        border: 1px solid #fff;
        font-weight: 700;
        line-height: 1.1;
        text-align: center;
    }

    header .nav_block .txt_box {
        margin-top: 16px;
        text-align: center;
    }

    header .nav_block .txt_box p {
        font-size: 12px;
    }

    header .nav_block .txt_box p + p {
        margin-top: 5px;
    }

    header.open .head_block .sp_box .nav_btn span:nth-child(even) {
        opacity: 0;
    }

    /*----------
    03.フッター
    ----------*/
    footer .nav_block {
        display: block;
        margin-top: 60px;
    }

    footer .nav_block .logo {
        width: 220px;
        margin: 0 auto;
    }

    footer .nav_block .nav_box {
        justify-content: center;
        width: 100%;
        margin-top: 40px;
        padding-left: 20px;
    }

    footer .nav_block .nav_box.pc {
        display: none;
    }

    footer .nav_block .nav_box.sp {
        display: flex;
    }

    footer .nav_block .nav_box .nav_wrp {
        max-width: 50%;
    }

    footer .nav_block .nav_box .nav_wrp + .nav_wrp {
        margin-left: 30px;
    }

    footer .nav_block .nav_box .nav_wrp .wrap ul {
        margin-top: 8px;
    }

    footer .nav_list li {
        margin: 0 15px;
    }

}
