@font-face {
    font-family: 'Source Han Sans';
    src: url('fonts/SourceHanSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Source Han Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1E1E1E;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked)+div {
    display: block;
}

@keyframes shine {
    33% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@media screen and (max-width:480px) {
    .sp_none {
        display: none !important;
    }

    a.btn {
        font-weight: 700;
        font-size: 4.5vw;
        position: relative;
        padding: 20px 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #fff;
    }

    .btn-wrap-pc-sp2 {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 9999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a.btn--contact {
        display: block;
        width: 50%;
        color: #fff;
        background: #FC5C22;
        -webkit-box-shadow: 0 3px 0 #DC4209;
        box-shadow: 0 3px 0 #DC4209;
    }

    a.btn--contact i.fa-position-left {
        font-size: 21px;
        left: 4vw;
    }

    a.btn--contact :hover {
        color: #fff;
    }

    a.btn--tel {
        display: block;
        width: 50%;
        color: #fff;
        background: #094;
        -webkit-box-shadow: 0 3px 0 #008039;
        box-shadow: 0 3px 0 #008039;
    }


    a.btn--tel i.fa-position-left {
        font-size: 4.5vw;
        top: 6.3vw;
        left: 4vw;
    }

    a.btn--tel .number {
        display: block;
        width: 60%;
        margin: 5px auto 0;
        padding: 3px 0;
        letter-spacing: 0;
        color: #094;
        border-radius: 50px;
        background: #fff;
    }

    .fa-position-left {
        position: absolute;
        top: calc(50% - 0.5em);
        left: 1rem;
    }

    .fa-position-right {
        position: absolute;
        top: calc(50% - 0.4em);
        right: 1rem;
    }

    .fixed_top_btn {
        position: fixed;
        bottom: 20px;
        right: -20px;
        display: block;
        width: 100%;
        max-width: 90px;
        margin: 0 auto;
        font-size: 10px;
        font-weight: 500;
        color: #143661;
        z-index: 99;
    }

    .fixed_top_btn img {
        display: block;
        width: 100%;
        max-width: 90px;
        margin: 0 auto;
    }

    header {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .header_box {
        position: fixed;
        top: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
        background: #fff;
        box-sizing: border-box;
        z-index: 99;
    }

    .header_box_left {
        display: block;
        width: 100%;
        margin: 0;
    }

    .header_box_left img {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 5px 0 0;
    }

    .header_box_left h1 {
        font-size: 11px;
        text-align: left;
        margin-left: 0%;
    }

    .header_box_right {
        display: none !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 5px auto 0;
    }

    .header_box_right_left {
        display: block;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .header_box_right_left_tel,
    .header_box_right_left_fax {
        margin: 3px 0;
        font-size: 15px;
        font-weight: 500;
    }

    .header_box_right_left_tel::before {
        content: '';
        margin-right: 5px;
        padding: 8px;
        background-image: url(../images/tel_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax::before {
        content: '';
        margin-right: 5px;
        padding: 7px;
        background-image: url(../images/fax_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax span {
        display: block;
        margin: 5px 0 0;
        font-size: 10px;
        font-weight: 500;
        line-height: 140%;
    }

    .header_box_right_right {
        display: block;
        width: 50%;
        margin: 8px auto 0;
        text-align: center;
    }

    .header_box_right_right p {
        font-size: 13px;
        font-weight: 500;
    }

    .header_box_right_right p::before {
        content: '';
        margin-right: 5px;
        padding: 7px;
        background-image: url(../images/mail_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_right a {
        display: block;
        width: 80%;
        margin: 8px auto;
        padding: 5px 0;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #F7703E;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 101;
        background-color: #143661;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check {
        display: none;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 100;
        background-color: #143661;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    nav ul {
        padding: 70px 10px 0;
    }

    nav ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    nav ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }

    nav ul li a::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    #menu-btn-check:checked~nav {
        left: 0;
        /*メニューを画面内へ*/
    }

    nav ul ul {
        padding: 0 0 0 1em;
    }

    nav ul li li {
        border: none;
    }

    nav ul li li a::before {
        content: '・';
    }

    .slide-items {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 86px auto 0;
        aspect-ratio: 721 / 1200;
    }

    .slide-items img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease;
    }

    .slide.active {
        opacity: 1;
    }

    main {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .top_about {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }

    .top_about_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 70%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .top_about_box_block {
        width: 100%;
    }

    .top_about_box_block img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }

    .top_about_box_block h2 {
        margin-top: 3vw;
        font-weight: 500;
        font-size: 6vw;
        text-align: center;
        color: #143661;
    }

    .top_about_box_block p {
        margin-top: 2vw;
        font-weight: 400;
        font-size: 4vw;
        line-height: 150%;
    }

    .top_about_box_block a {
        display: block;
        width: 100%;
        margin: 3vw auto 15vw;
        padding: 2vw 0;
        font-size: 4vw;
        text-align: center;
        background: #707070;
        color: #fff;
    }

    .top_about_box_block a:hover {
        opacity: .7;
    }

    .top_main_btn {}

    .top_main_btn_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 30px;
    }

    .top_main_btn_box_block {
        margin: 0;
    }

    .top_main_btn_box_block_information {
        width: 100%;
        padding: 10% 0;
    }

    .top_main_btn_box_block_information img {
        display: block;
        width: 7%;
        margin: 0 auto 0;
    }

    .top_main_btn_box_block_information h2 {
        margin: 0 auto;
        font-weight: 500;
        font-size: clamp(35px, 1vw, 40px);
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information p {
        margin: 30px auto 0;
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information ul {
        display: block;
        width: 90%;
        margin: 30px auto;
    }

    .top_main_btn_box_block_information ul li {
        padding: 0;
        margin-bottom: 30px;
    }

    .top_main_btn_box_block_information ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_main_btn_box_block_information ul li a:hover {
        opacity: .7;
    }

    .top_main_btn_box_block_information_date {
        font-weight: 500;
        font-size: 1vw;
        font-size: clamp(15px, 1vw, 35px);
        letter-spacing: -1px;
    }

    .tab_content_description_category {
        display: inline-block;
        margin: 5px 0 0;
        padding: 4px 20px;
        font-weight: 500;
        font-size: 1vw;
        font-size: clamp(14px, 1vw, 30px);
        letter-spacing: 2px;
        color: #fff;
        background: #003764;
        border-radius: 6px;
    }

    .top_main_btn_box_block_information_text {
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: 1vw;
        font-size: clamp(15px, 1vw, 35px);
        line-height: 140%;
    }

    .top_main_btn_box_block_torihiki {
        width: 50%;
    }

    .top_main_btn_box_block_torihiki svg {
        display: block;
        width: 30%;
        margin: 0 auto 0;
        padding: 0% 0 3%;
        fill: #1794a0;
    }

    .top_main_btn_box_block_torihiki h2 {
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        text-align: center;
        color: #1794a0;
        letter-spacing: .3vw;
    }

    .top_main_btn_box_block_torihiki h2 span {
        font-size: clamp(15px, 1vw, 20px);
    }

    .top_main_btn_box_block_torihiki a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 10% 0 15%;
        border: solid 3px #1794a0;
        transition: .5s;
    }

    .top_main_btn_box_block_torihiki a:hover {
        background: #1794a0;
    }

    .top_main_btn_box_block_torihiki a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_torihiki a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_zaiko {
        width: 50%;
    }

    .top_main_btn_box_block_zaiko svg {
        display: block;
        width: 30%;
        margin: 0 auto 0;
        padding: 0 0 3%;
        fill: #184378;
    }

    .top_main_btn_box_block_zaiko h2 {
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        text-align: center;
        color: #184378;
        letter-spacing: .3vw;
    }

    .top_main_btn_box_block_zaiko h2 span {
        font-size: clamp(15px, 1vw, 20px);
    }

    .top_main_btn_box_block_box {}

    .top_main_btn_box_block_zaiko a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 10% 0 15%;
        border: solid 3px #184378;
        transition: .5s;
    }

    .top_main_btn_box_block_zaiko a:hover {
        background: #184378;
    }

    .top_main_btn_box_block_zaiko a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_zaiko a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_charter {
        width: 100%;
    }

    .top_main_btn_box_block_charter svg {
        display: block;
        width: 15%;
        margin: 0 auto 0;
        padding: 0;
        fill: #0EA15B;
    }

    .top_main_btn_box_block_charter h2 {
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        text-align: center;
        color: #0EA15B;
        letter-spacing: 0;
    }

    .top_main_btn_box_block_charter h2 span {
        font-size: clamp(15px, 1vw, 20px);
        letter-spacing: 3px;
    }

    .top_main_btn_box_block_charter a {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5% 0 7%;
        border: solid 3px #0EA15B;
        transition: .5s;
    }

    .top_main_btn_box_block_charter a:hover {
        background: #0EA15B;
    }

    .top_main_btn_box_block_charter a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_charter a:hover svg path {
        fill: #fff;
    }

    .top_access {
        width: 90%;
        margin: 100px auto;
    }

    .top_access_left {
        width: 100%;
        margin: 0;
    }

    .top_access_left iframe {
        width: 100%;
        min-height: 400px;
        margin: 0 auto;
    }

    .top_access_right {
        width: 100%;
        margin: 30px auto;
    }

    .top_access_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: clamp(25px, 2vw, 40px);
        letter-spacing: 1px;
        border-left: 5px solid #143661;
    }

    .top_access_right p {
        margin: 30px auto 0;
        font-weight: 500;
        font-size: clamp(15px, 1vw, 30px);
        letter-spacing: 1px;
        line-height: 140%;
    }

    .top_access_right a {
        position: relative;
        display: block;
        width: 90%;
        margin: 50px auto 0;
        padding: 10px 0 13px;
        text-align: center;
        font-size: clamp(20px, 1vw, 30px);
        font-weight: 500;
        color: #fff;
        background: #E93939;
        letter-spacing: 1px;
        overflow: hidden;
    }

    .top_access_right a:hover {
        border: none;
        opacity: .7;
    }

    .top_access_right a:active {
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
    }

    .top_access_right a:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
        animation: shine 3s infinite;
    }

    .top_access_right a:after {
        content: '»';
        display: inline-block;
        color: #fff;
        padding-left: 10px;
        font-size: 20px;
    }

    .top_access_right a:hover {
        border: none;
        opacity: .7;
    }

    .top_access_map {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .top_access_map_title {
        margin-bottom: 8vw;
        padding: 3vw 5vw;
        font-weight: 500;
        font-size: 6.5vw;
        color: #fff;
        background: #143661;
        letter-spacing: .5vw;
    }

    .top_access_map_box01,
    .top_access_map_box02,
    .top_access_map_box03,
    .top_access_map_box04 {
        margin: 0 auto 15vw;
    }

    .top_access_map_box01_left,
    .top_access_map_box03_left,
    .top_access_map_box04_left {
        width: 100%;
    }

    .top_access_map_box01_left img,
    .top_access_map_box03_left img,
    .top_access_map_box04_left img {
        width: 100%;
    }

    .top_access_map_box01_right,
    .top_access_map_box03_right,
    .top_access_map_box04_right {
        width: 100%;
    }

    .top_access_map_box01_right h2,
    .top_access_map_box03_right h2,
    .top_access_map_box04_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        letter-spacing: 1px;
        border-left: 2vw solid #143661;
        border-bottom: .5vw solid #474747;
    }

    .top_access_map_box01_right p,
    .top_access_map_box03_right p,
    .top_access_map_box04_right p {
        margin-top: .5vw;
        padding: 2% 3% 5vw;
        font-weight: 400;
        font-size: clamp(16px, 1vw, 25px);
        line-height: 150%;
    }

    .top_access_map_box02_left {
        width: 100%;
    }

    .top_access_map_box02_left img {
        width: 100%;
    }

    .top_access_map_box02_right {
        width: 100%;
    }

    .top_access_map_box02_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: clamp(20px, 1vw, 30px);
        letter-spacing: 1px;
        border-left: 2vw solid #143661;
        border-bottom: .1vw solid #474747;
    }

    .top_access_map_box02_right p {
        margin-top: .5vw;
        padding: 2% 3% 5vw;
        font-weight: 400;
        font-size: clamp(16px, 1vw, 25px);
        line-height: 150%;
    }

    .company {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 100px auto 50px;
        padding: 30px 0 0;
        border: 3px solid #143661;
    }

    .top_gaiyo {
        margin-top: 240px !important;
    }

    .top_gaiyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_gaiyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_gaiyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_gaiyo_content {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
    }

    .top_gaiyo_content_left {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_gaiyo_content_right {
        display: block;
        width: 100%;
        margin: 11% auto 0;
    }

    .top_gaiyo_content_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_gaiyo_content table {
        margin: 0 auto;
        font-size: 17px;
    }

    .top_gaiyo_content table th {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_gaiyo_content table td {
        display: block;
        width: 100%;
        padding: 0 0 30px;
    }

    .top_shareki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_shareki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_shareki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 100px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_shareki_content {
        display: block;
        width: 90%;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
    }

    .top_shareki_content table {
        margin: 0 auto;
        font-size: 17px;
    }

    .top_shareki_content table th {
        display: block;
        width: 100%;
        padding: 0;
    }

    .top_shareki_content table td {
        display: block;
        width: 100%;
        padding: 0 0 30px;
    }

    .top_eigyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_eigyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_eigyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_eigyo_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_eigyo_content p {
        display: inline-block;
        font-size: 17px;
        line-height: 150%;
        text-align: left;
    }

    .top_torihiki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_torihiki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki_content {
        display: block;
        width: 80%;
        margin: 50px auto;
    }

    .top_torihiki_content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki_content ul li {
        margin-right: 3%;
    }

    .top_bank_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_bank_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_bank_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_bank_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_bank_content p {
        display: inline-block;
        font-size: 17px;
        line-height: 150%;
        text-align: left;
    }

    footer {
        display: block;
        width: 100%;
        padding: 50px 0 0;
        background: #184378;
    }

    footer ul {
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    footer ul li {
        margin: 0 auto 20px;
        padding: 0;
    }

    footer ul li a::before {
        content: '▶';
        font-size: 13px;
        vertical-align: middle;
    }

    footer ul li a {
        color: #fff;
        font-size: 18px;
    }

    footer ul ul {
        width: 95%;
        max-width: 980px;
        margin: 10px auto;
        padding: 0;
    }

    footer ul ul li {
        margin: 0;
        padding: 0;
    }

    footer ul ul li a::before {
        content: '・';
        font-size: 13px;
        vertical-align: middle;
    }

    footer ul ul li a {
        display: block;
        margin: 0 auto 5px;
        color: #fff;
        font-size: 16px;
    }

    copy {
        display: block;
        width: 100%;
        padding: 3px 0 150px;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #3c3c3c;
        letter-spacing: 1px;
    }

    .contact {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #EBF2FA;
    }

    #formWrap {
        display: block;
        width: 95%;
        max-width: 780px;
        margin: 80px auto;
        padding: 20px;
        background: #fff;
        border: solid 1px rgba(200, 200, 200, 1.00);
        box-sizing: border-box;
    }

    #formWrap h2 {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 25px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap p {
        display: block;
        width: 95%;
        margin: 15px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 150%;
    }

    #formWrap .formTable {
        display: block;
        width: 95%;
        max-width: 480px;
        margin: 0 auto;
    }

    #formWrap .formTable tr {
        display: block;
        width: 100%;
        margin: 20px auto;
        font-size: 19px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap .formTable th {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }

    #formWrap .formTable td {
        display: block;
        width: 100%;
    }

    .input_width {
        display: block;
        width: 100%;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    textarea {
        display: block;
        width: 100%;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    .red {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(252, 63, 66, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .blue {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(63, 132, 252, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .send {
        display: block;
        width: 200px;
        margin: 30px auto;
        padding: 10px 0;
        font-size: 20px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        background: rgba(0, 186, 28, 1.00);
        color: #fff;
        cursor: pointer;
        border-radius: 10px;
    }

    /*    取引先一覧　　*/

    .top_torihiki02 {
        margin-top: 250px !important;
    }

    .top_torihiki02_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 3px solid #143661;
    }

    .top_torihiki02_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki02_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki02_content {
        display: block;
        width: 80%;
        margin: 30px auto;
    }

    .top_torihiki02_content ul {
        font-size: 16px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki02_content ul li {
        margin-right: 3%;
    }

    /*在庫一覧*/

    .top_zaiko {
        margin-top: 150px !important;
        padding-bottom: 50px !important;
    }

    .top_zaiko_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_zaiko_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_zaiko_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_zaiko_content {
        display: block;
        width: 90%;
        margin: 0px auto;
    }

    .top_zaiko_content h3 {
        display: block;
        width: 100%;
        margin: 50px 0 10px;
        padding: 0;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .top_zaiko_content table {
        width: 100%;
    }

    .top_zaiko_content table tr {
        width: 100%;
    }

    .top_zaiko_content table th {
        width: 100%;
        padding: 5px 10px;
        font-size: 17px;
        font-weight: 500;
        background: #EAF1FA;
        border: 1px solid #898989;
    }

    .top_zaiko_content table td {
        width: 50%;
        padding: 0;
        font-size: 17px;
        font-weight: 500;
        /*        border:1px solid #898989;*/
    }

    .zaiko_contact_sp {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .zaiko_contact_sp_block {
        margin: 3rem 0;
    }

    .zaiko_contact_sp_block p {
        margin-bottom: 3px;
        font-size: 14px;
        text-align: center;
    }

    .zaiko_contact_sp_block a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        color: #fff;
    }

    .zaiko_contact_sp_block .green {
        background: #094;
        box-shadow: 0 3px 0 #003116;
    }

    .zaiko_contact_sp_block .orange {
        background: #FC5C22;
        box-shadow: 0 3px 0 #340e00;
    }

    /*   トラックチャーター便　 */
    .charter_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #EEF3FA;
    }

    .charter_title img {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .charter_title img {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .charter_column {
        padding: 70px 0;
    }

    .charter_column h2 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_column ul {
        width: 90%;
        max-width: 1080px;
        margin: 50px auto 0;
    }

    .charter_column ul li {
        width: 100%;
        margin: 0;
    }

    .charter_column ul li a {
        width: 100%;
        margin: 0 auto;
    }

    .charter_column ul li a:hover {
        opacity: .5;
    }

    .charter_column_img {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .charter_column_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: auto;
    }

    .charter_column_date {
        margin: 3px 0;
        font-size: 15px;
        font-weight: 500;
        color: #3c3c3c;
    }

    .charter_column_title {
        font-size: 18px;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 140%;
    }

    .charter_nayami {
        padding: 30px 0 0;
        text-align: center;
    }

    .charter_nayami_img01 {
        display: block;
        width: 90px;
        margin: 0 auto;
    }

    .charter_nayami h2 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        font-feature-settings: "palt";
    }

    .charter_nayami ul {
        display: block;
        margin: 30px auto 70px;
        padding: 0;
    }

    .charter_nayami ul li {
        display: block;
        width: 90%;
        margin: 0 auto 15px;
        padding: 0 0 0 1.7em;
        text-indent: -1.7em;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        font-feature-settings: "palt";
        text-align: left;
        line-height: 150%;
    }

    .charter_nayami ul li::before {
        content: ' ';
        margin-right: 10px;
        padding: 10px;
        background-image: url(../images/charter02.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .charter_nayami_box01_bg {
        margin: 0 auto;
        padding: 30px 0;
        color: #fff;
        background: #143661;
    }

    .charter_nayami_box01 {
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        color: #fff;
    }

    .charter_nayami_box01_left {
        width: 20%;
        margin: 0 auto;
    }

    .charter_nayami_box01_left img {
        width: 100%;
    }

    .charter_nayami_box01_right {
        width: 100%;
        margin: 5% auto;
    }

    .charter_nayami_box01_right h3 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
        justify-content: space-between;
        font-feature-settings: "palt";
        line-height: 180%;
    }

    .charter_nayami_box01_right h3 span {
        font-size: 26px;
        letter-spacing: 2px;
        color: #F8FF16;
    }

    .charter_osusume {
        padding: 50px 0;
    }

    .charter_osusume h2 {
        display: block;
        width: 90%;
        margin: 0 auto 30px;
        font-size: 23px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 1px;
        font-feature-settings: "palt";
        line-height: 150%;
    }

    .charter_osusume h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        font-feature-settings: "palt";
        color: #fff;
        background: #0E2644;
        line-height: 140%;
    }

    .charter_osusume p {
        display: block;
        width: 85%;
        max-width: 750px;
        margin: 10px auto 30px;
        font-size: 16px;
        line-height: 150%;
    }

    .charter_faq {
        padding: 70px 0;
        background: #EEF3FA;
    }

    .charter_faq h2 {
        margin-bottom: 30px;
        font-size: 23px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .charter_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 16px;
        line-height: 150%;
    }

    /*    アクセスマップ　*/
    .access {
        margin-top: 30vw;
    }

    .lease_faq {
        margin-bottom: 100px;
    }

    .lease_faq h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .lease_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .lease_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    .lease_faq p a {
        color: blue;
        text-decoration: underline;
    }
}

@media screen and (min-width:481px) and (max-width:979px) {
    .tb_none {
        display: none !important;
    }

    .fixed_top_btn {
        display: none;
    }

    header {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .header_box {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px;
        background: #fff;
        box-sizing: border-box;
        z-index: 99;
    }

    .header_box_left {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .header_box_left h1 {
        margin-bottom: 5px;
        font-size: 13px;
        text-align: center;
    }

    .header_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: left;
    }

    .header_box_right {
        display: block;
        width: 390px;
        margin: 0 auto;
        overflow: hidden;
    }

    .header_box_right_left {
        display: block;
        width: 50%;
        margin: 0 auto;
        float: left;
    }

    .header_box_right_left_tel,
    .header_box_right_left_fax {
        margin: 5px 0;
        font-size: 18px;
        font-weight: 500;
    }

    .header_box_right_left_tel::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/tel_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/fax_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax span {
        display: block;
        margin: 5px 0 0;
        font-size: 13px;
        font-weight: 500;
    }

    .header_box_right_right {
        display: block;
        width: 50%;
        margin: 10px auto 0;
        float: right;
    }

    .header_box_right_right p {
        font-size: 16px;
        font-weight: 500;
    }

    .header_box_right_right p::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/mail_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_right a {
        display: block;
        width: 100%;
        margin: 8px auto;
        padding: 5px 0;
        font-size: 15px;
        text-align: center;
        color: #fff;
        background: #F7703E;
    }

    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #143661;
    }

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
        position: absolute;
    }

    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    #menu-btn-check {
        display: none;
    }

    #menu-btn-check:checked~.menu-btn span {
        background-color: rgba(255, 255, 255, 0);
        /*メニューオープン時は真ん中の線を透明にする*/
    }

    #menu-btn-check:checked~.menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #menu-btn-check:checked~.menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        /*leftの値を変更してメニューを画面外へ*/
        z-index: 89;
        background-color: #143661;
        transition: all 0.5s;
        /*アニメーション設定*/
    }

    nav ul {
        padding: 70px 10px 0;
    }

    nav ul li {
        border-bottom: solid 1px #ffffff;
        list-style: none;
    }

    nav ul li a {
        display: block;
        width: 100%;
        font-size: 15px;
        box-sizing: border-box;
        color: #ffffff;
        text-decoration: none;
        padding: 9px 15px 10px 0;
        position: relative;
    }

    nav ul li a::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px;
    }

    #menu-btn-check:checked~nav {
        left: 0;
        /*メニューを画面内へ*/
    }

    nav ul ul {
        padding: 0 0 0 1em;
    }

    nav ul li li {
        border: none;
    }

    nav ul li li a::before {
        content: '・';
    }

    .slide-items {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        aspect-ratio: 1921/800;
    }

    .slide-items img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease;
    }

    .slide.active {
        opacity: 1;
    }

    main {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_about {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }

    .top_about_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .top_about_box_block {
        width: 30%;
    }

    .top_about_box_block img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .top_about_box_block h2 {
        margin-top: 1vw;
        font-weight: 500;
        font-size: 2.5vw;
        text-align: center;
        color: #143661;
    }

    .top_about_box_block p {
        margin-top: .5vw;
        font-weight: 400;
        font-size: 1.8vw;
        line-height: 150%;
    }

    .top_about_box_block a {
        display: block;
        width: 100%;
        margin: 1vw auto 0;
        padding: 1vw 0;
        font-size: 1.6vw;
        text-align: center;
        background: #707070;
        color: #fff;
    }

    .top_about_box_block a:hover {
        opacity: .7;
    }

    .top_main_btn {}

    .top_main_btn_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 20px auto;
    }

    .top_main_btn_box_block {
        margin: 0;
    }

    .top_main_btn_box_block_information {
        width: 100%;
        padding: 5% 0;
    }

    .top_main_btn_box_block_information img {
        display: block;
        width: 5%;
        margin: 0 auto 0;
    }

    .top_main_btn_box_block_information h2 {
        margin: 0 auto;
        font-weight: 500;
        font-size: 4rem;
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information p {
        margin: 30px auto 0;
        font-weight: 500;
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information ul {
        display: block;
        width: 80%;
        margin: 30px auto;
    }

    .top_main_btn_box_block_information ul li {
        padding: 0;
        margin-bottom: 30px;
    }

    .top_main_btn_box_block_information ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_main_btn_box_block_information ul li a:hover {
        opacity: .7;
    }

    .top_main_btn_box_block_information_date {
        font-weight: 500;
        font-size: 1.8rem;
        letter-spacing: -1px;
    }

    .tab_content_description_category {
        display: inline-block;
        margin: 5px 0 0;
        padding: 4px 20px;
        font-weight: 500;
        font-size: 1.4rem;
        letter-spacing: 2px;
        color: #fff;
        background: #003764;
        border-radius: 6px;
    }

    .top_main_btn_box_block_information ul li a .works {
        background: #296CA3 !important;
    }

    .top_main_btn_box_block_information ul li a .kenzai {
        background: #B8883D !important;
    }

    .top_main_btn_box_block_information ul li a .charter {
        background: #71B0E3 !important;
    }

    .top_main_btn_box_block_information_text {
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 140%;
    }

    .top_main_btn_box_block_torihiki {
        width: 33.3333%;
    }

    .top_main_btn_box_block_torihiki svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 0% 0 3%;
        fill: #1794a0;
    }

    .top_main_btn_box_block_torihiki h2 {
        font-weight: 500;
        font-size: 3.5vw;
        text-align: center;
        color: #1794a0;
        letter-spacing: 3px;
    }

    .top_main_btn_box_block_torihiki h2 span {
        font-size: 2.5vw;
        letter-spacing: 1px;
    }

    .top_main_btn_box_block_torihiki a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 3px #1794a0;
        transition: .5s;
    }

    .top_main_btn_box_block_torihiki a:hover {
        background: #1794a0;
    }

    .top_main_btn_box_block_torihiki a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_torihiki a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_zaiko {
        width: 33.3333%;
    }

    .top_main_btn_box_block_zaiko svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 0 0 3%;
        fill: #184378;
    }

    .top_main_btn_box_block_zaiko h2 {
        font-weight: 500;
        font-size: 3.5vw;
        text-align: center;
        color: #184378;
        letter-spacing: 3px;
    }

    .top_main_btn_box_block_zaiko h2 span {
        font-size: 2.5vw;
        letter-spacing: 1px;
    }

    .top_main_btn_box_block_box {
        padding: 15% 0;
    }

    .top_main_btn_box_block_zaiko a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 3px #184378;
        transition: .5s;
    }

    .top_main_btn_box_block_zaiko a:hover {
        background: #184378;
    }

    .top_main_btn_box_block_zaiko a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_zaiko a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_charter {
        width: 33.3333%;
    }

    .top_main_btn_box_block_charter svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 0;
        fill: #0EA15B;
    }

    .top_main_btn_box_block_charter h2 {
        font-weight: 500;
        font-size: 3.5vw;
        text-align: center;
        color: #0EA15B;
        letter-spacing: 0px;
    }

    .top_main_btn_box_block_charter h2 span {
        font-size: 2.5vw;
        letter-spacing: 1px;
    }

    .top_main_btn_box_block_charter a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 3px #0EA15B;
        transition: .5s;
    }

    .top_main_btn_box_block_charter a:hover {
        background: #0EA15B;
    }

    .top_main_btn_box_block_charter a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_charter a:hover svg path {
        fill: #fff;
    }

    .top_access {
        width: 90%;
        margin: 100px auto;
    }

    .top_access_left {
        width: 100%;
        margin: 0;
    }

    .top_access_left iframe {
        width: 100%;
        min-height: 400px;
        margin: 0 auto;
    }

    .top_access_right {
        width: 90%;
        max-width: 680px;
        margin: 30px auto;
    }

    .top_access_right h2 {
        padding: 0 1%;
        font-weight: 500;
        font-size: 2.2rem;
        letter-spacing: 1px;
        border-left: 7px solid #143661;
    }

    .top_access_right p {
        margin: 15px auto 0;
        font-weight: 400;
        font-size: 1.6rem;
        letter-spacing: 1px;
        line-height: 140%;
    }

    .top_access_right a {
        position: relative;
        display: block;
        width: 80%;
        max-width: 320px;
        margin: 50px auto 0;
        padding: 10px 0 13px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 500;
        color: #fff;
        background: #E93939;
        letter-spacing: 1px;
        overflow: hidden;
    }

    .top_access_right a:hover {
        border: none;
        opacity: .7;
    }

    .top_access_right a:active {
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
    }

    .top_access_right a:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
        animation: shine 3s infinite;
    }

    .top_access_right a:after {
        content: '»';
        display: inline-block;
        color: #fff;
        padding-left: 10px;
        font-size: 20px;
    }

    .top_access_right a:hover {
        border: none;
        opacity: .7;
    }

    .top_access_map {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .top_access_map_title {
        margin-bottom: 3vw;
        padding: 1.6vw 2vw;
        font-weight: 500;
        font-size: 2.8rem;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: .2vw;
    }

    .top_access_map_box01,
    .top_access_map_box02,
    .top_access_map_box03,
    .top_access_map_box04 {
        width: 90%;
        margin: 0 auto 8rem;
    }

    .top_access_map_box01_left,
    .top_access_map_box02_left,
    .top_access_map_box03_left,
    .top_access_map_box04_left {
        width: 100%;
    }

    .top_access_map_box01_left img,
    .top_access_map_box02_left img,
    .top_access_map_box03_left img,
    .top_access_map_box04_left img {
        width: 100%;
    }

    .top_access_map_box01_right,
    .top_access_map_box02_right,
    .top_access_map_box03_right,
    .top_access_map_box04_right {
        width: 100%;
    }

    .top_access_map_box01_right h2,
    .top_access_map_box02_right h2,
    .top_access_map_box03_right h2,
    .top_access_map_box04_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: 2.2rem;
        border-left: .7rem solid #143661;
        border-bottom: .1rem solid #474747;
        font-feature-settings: "palt";
        letter-spacing: .07vw;
    }

    .top_access_map_box01_right p,
    .top_access_map_box02_right p,
    .top_access_map_box03_right p,
    .top_access_map_box04_right p {
        margin-top: .5vw;
        padding: 0% 2% 1%;
        font-weight: 400;
        font-size: 1.8rem;
        line-height: 150%;
    }

    .company {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 100px auto;
        padding: 50px 0;
        border: 3px solid #143661;
    }

    .top_gaiyo {
        margin-top: 200px !important;
    }

    .top_gaiyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_gaiyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_gaiyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_gaiyo_content {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
    }

    .top_gaiyo_content_left {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_gaiyo_content_right {
        display: block;
        width: 100%;
        margin: 11% auto 0;
    }

    .top_gaiyo_content_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_gaiyo_content table {
        margin: 0 auto;
    }

    .top_gaiyo_content table th {
        padding: 20px 0;
    }

    .top_gaiyo_content table td {
        padding: 20px 0 20px 30px;
    }

    .top_shareki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_shareki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_shareki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_shareki_content {
        display: block;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
    }

    .top_shareki_content table {
        display: table;
        margin: 0 auto;
    }

    .top_shareki_content table th {
        padding: 20px 0;
    }

    .top_shareki_content table td {
        padding: 20px 0 20px 30px;
    }

    .top_eigyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_eigyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_eigyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_eigyo_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_eigyo_content p {
        display: inline-block;
        font-size: 19px;
        line-height: 150%;
        text-align: left;
    }

    .top_torihiki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_torihiki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki_content {
        display: block;
        width: 80%;
        margin: 50px auto;
    }

    .top_torihiki_content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 17px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki_content ul li {
        margin-right: 3%;
    }

    .top_bank_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_bank_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_bank_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_bank_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_bank_content p {
        display: inline-block;
        font-size: 19px;
        line-height: 150%;
        text-align: left;
    }

    footer {
        display: block;
        width: 100%;
        padding: 50px 0 0;
        background: #184378;
    }

    footer ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    footer ul li {
        margin: 0 0 3% 0;
        padding: 0 5% 0 0;
    }

    footer ul li a::before {
        content: '▶';
        font-size: 13px;
        vertical-align: middle;
    }

    footer ul li a {
        color: #fff;
        font-size: 20px;
    }

    footer ul ul {
        display: block;
        width: 100%;
        margin: 10px auto;
    }

    footer ul ul li {
        margin: 0;
        padding: 0;
    }

    footer ul ul li a::before {
        content: '・';
        font-size: 13px;
        vertical-align: middle;
    }

    footer ul ul li a {
        display: block;
        margin: 0 auto 5px;
        color: #fff;
        font-size: 18px;
    }

    copy {
        display: block;
        width: 100%;
        padding: 3px 0;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #3c3c3c;
        letter-spacing: 1px;
    }

    .contact {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #EBF2FA;
    }

    #formWrap {
        display: block;
        width: 95%;
        max-width: 780px;
        margin: 80px auto;
        padding: 20px;
        background: #fff;
        border: solid 1px rgba(200, 200, 200, 1.00);
        box-sizing: border-box;
    }

    #formWrap h2 {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 25px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap p {
        display: block;
        width: 95%;
        margin: 15px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 150%;
    }

    #formWrap .formTable {
        display: block;
        width: 95%;
        max-width: 480px;
        margin: 0 auto;
    }

    #formWrap .formTable tr {
        display: block;
        width: 100%;
        margin: 20px auto;
        font-size: 19px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap .formTable th {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }

    #formWrap .formTable td {
        display: block;
        width: 100%;
    }

    .input_width {
        display: block;
        width: 100%;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    textarea {
        display: block;
        width: 100%;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    .red {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(252, 63, 66, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .blue {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(63, 132, 252, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .send {
        display: block;
        width: 200px;
        margin: 30px auto;
        padding: 10px 0;
        font-size: 20px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        background: rgba(0, 186, 28, 1.00);
        color: #fff;
        cursor: pointer;
        border-radius: 10px;
    }

    /*    取引先一覧　　*/

    .top_torihiki02 {
        margin-top: 230px !important;
    }

    .top_torihiki02_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 3px solid #143661;
    }

    .top_torihiki02_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki02_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki02_content {
        display: block;
        width: 50%;
        margin: 50px auto;
    }

    .top_torihiki02_content ul {
        font-size: 19px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki02_content ul li {
        margin-right: 3%;
    }

    /*在庫一覧*/

    .top_zaiko {
        margin-top: 300px !important;
    }

    .top_zaiko_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_zaiko_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_zaiko_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_zaiko_content {
        display: block;
        width: 90%;
        margin: 0px auto;
    }

    .top_zaiko_content h3 {
        display: block;
        width: 100%;
        margin: 50px 0 10px;
        padding: 0;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .top_zaiko_content table {
        width: 100%;
    }

    .top_zaiko_content table tr {
        width: 100%;
    }

    .top_zaiko_content table th {
        width: 100%;
        padding: 5px 10px;
        font-size: 17px;
        font-weight: 500;
        background: #EAF1FA;
        border: 1px solid #898989;
    }

    .top_zaiko_content table td {
        width: 50%;
        padding: 5px 10px;
        font-size: 17px;
        font-weight: 500;
        /*        border:1px solid #898989;*/
    }

    .tab-002 {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        gap: 0 10px;
    }

    .tab-002>label {
        flex: 1 1;
        order: -1;
        opacity: .5;
        margin: 0;
        padding: 8px 0;
        font-size: 21px;
        text-align: center;
        color: #fff;
        background: #B87717;
        letter-spacing: 1px;
        cursor: pointer;
        border-bottom: 5px solid #613F0C;
    }

    .tab-002>label:hover {
        opacity: .8;
        border-bottom: none;
    }

    .tab-002 input {
        display: none;
    }

    .tab-002>div {
        display: none;
        width: 100%;
        padding: 1.5em 1em;
        background-color: #fff;
    }

    /*   トラックチャーター便　 */
    .charter_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 50px;
        background: #EEF3FA;
    }

    .charter_title img {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .charter_title img {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .charter_column {
        padding: 70px 0;
    }

    .charter_column h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_column ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 1080px;
        margin: 50px auto 0;
    }

    .charter_column ul li {
        width: 31%;
        margin: 0;
    }

    .charter_column ul li a {
        width: 100%;
        margin: 0 auto;
    }

    .charter_column ul li a:hover {
        opacity: .5;
    }

    .charter_column_img {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .charter_column_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: auto;
    }

    .charter_column_date {
        margin: 3px 0;
        font-size: 15px;
        font-weight: 500;
        color: #3c3c3c;
    }

    .charter_column_title {
        font-size: 18px;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 140%;
    }

    .charter_nayami {
        padding: 70px 0 0;
        text-align: center;
    }

    .charter_nayami_img01 {
        display: block;
        width: 90px;
        margin: 0 auto;
    }

    .charter_nayami h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_nayami ul {
        display: inline-block;
        margin: 30px auto 70px;
        padding: 0;
    }

    .charter_nayami ul li {
        margin: 0 0 15px;
        padding: 0;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        text-align: left;
        line-height: 150%;
    }

    .charter_nayami ul li::before {
        content: ' ';
        margin-right: 10px;
        padding: 10px;
        background-image: url(../images/charter02.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .charter_nayami_box01_bg {
        margin: 0 auto;
        padding: 30px 0;
        color: #fff;
        background: #143661;
    }

    .charter_nayami_box01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        color: #fff;
    }

    .charter_nayami_box01_left {
        width: 10%;
    }

    .charter_nayami_box01_left img {
        width: 100%;
    }

    .charter_nayami_box01_right {
        width: 75%;
        margin: 5% auto;
    }

    .charter_nayami_box01_right h3 {
        font-size: 30px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        justify-content: space-between;
        font-feature-settings: "palt";
        line-height: 180%;
    }

    .charter_nayami_box01_right h3 span {
        font-size: 46px;
        letter-spacing: 5px;
        color: #F8FF16;
    }

    .charter_osusume {
        padding: 70px 0;
    }

    .charter_osusume h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_osusume h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #fff;
        background: #0E2644;
    }

    .charter_osusume p {
        display: block;
        width: 90%;
        max-width: 750px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    .charter_faq {
        padding: 70px 0;
        background: #EEF3FA;
    }

    .charter_faq h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .charter_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    /*    アクセスマップ　*/
    .access {
        margin-top: 30vw;
    }

    .lease_faq {
        margin-bottom: 100px;
    }

    .lease_faq h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .lease_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .lease_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    .lease_faq p a {
        color: blue;
        text-decoration: underline;
    }
}

@media screen and (min-width:980px) {
    body {}

    .pc_none {
        display: none !important;
    }

    .fixed_top_btn {
        display: none;
    }

    header {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .header_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        background: #fff;
        box-sizing: border-box;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .header_box_left {
        display: block;
        width: 100%;
        max-width: 420px;
        margin: 10px 0 0;
    }

    .header_box_left h1 {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .header_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .header_box_right {
        display: block;
        width: 460px;
        margin: 0;
    }

    .header_box_right_left {
        display: block;
        width: 45%;
        margin: 0 auto;
        float: left;
    }

    .header_box_right_left_tel,
    .header_box_right_left_fax {
        margin: 3px 0;
        font-size: 23px;
        font-weight: 500;
    }

    .header_box_right_left_tel::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/tel_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/fax_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_left_fax span {
        display: block;
        margin: 3px 0 0;
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        line-height: 130%;
    }

    .header_box_right_right {
        display: block;
        width: 50%;
        margin: 20px auto 0;
        float: right;
    }

    .header_box_right_right p {
        font-size: 19px;
        font-weight: 500;
    }

    .header_box_right_right p::before {
        content: '';
        margin-right: 5px;
        padding: 12px;
        background-image: url(../images/mail_ico.svg);
        background-repeat: no-repeat;
        background-position: center 60%;
    }

    .header_box_right_right a {
        display: block;
        width: 100%;
        margin: 8px auto;
        padding: 5px 0;
        font-size: 15px;
        text-align: center;
        color: #fff;
        background: #F7703E;
    }

    .hamburger-menu {
        position: sticky;
        top: 0px;
        width: 100%;
        height: auto;
        z-index: 101;
        background: #fff;
    }

    nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav ul li::before {
        content: '|';
        position: absolute;
        top: 20px;
    }

    nav ul li:nth-child(1)::before {
        display: none !important;
    }

    nav ul li {
        display: block;
        width: 16.6666%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    nav ul li a {
        display: block;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        color: #143661;
    }

    nav ul li a:hover {
        opacity: .7;
    }

    .dropdown__lists {
        display: block !important;
        visibility: hidden;
        /*デフォルトでは非表示の状態にしておく*/
        opacity: 0;
        /*不透明度0*/
        transition: all .3s;
        /*表示の変化を0.3秒に指定*/
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
    }

    nav ul li:hover .dropdown__lists {
        visibility: visible;
        /*Gナビメニューにホバーしたら表示*/
        opacity: 1;
        /*不透明度1*/
    }

    #menu-btn-check {
        display: none;
    }

    .dropdown__list {
        width: 100% !important;
        padding: 10px 0 !important;
        background-color: #004d80;
        transition: all .3s;
        position: relative;
        z-index: 9999;
    }

    .dropdown__list:not(:first-child)::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #3492d1;
        position: absolute;
        top: 0;
        left: 0;
    }

    .dropdown__list:hover {
        background-color: #003558;
    }

    .dropdown__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        padding: 15px 0;
        color: #fff !important;
        font-size: 16px !important;
        text-decoration: none;
        position: relative;
    }

    .dropdown__list a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(135deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 5px);
    }

    .slide-items {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        aspect-ratio: 1921/800;
    }

    .slide-items img {
        width: 100%;
        object-fit: cover;
        display: block;
    }

    .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 1s ease;
    }

    .slide.active {
        opacity: 1;
    }

    main {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_about {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10vw 0;
    }

    .top_about_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .top_about_box_block {
        width: 30%;
    }

    .top_about_box_block img {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .top_about_box_block h2 {
        margin-top: 1vw;
        font-weight: 500;
        font-size: clamp(1rem, -5.942rem + 11.33vw, 3.125rem);
        text-align: center;
        color: #143661;
    }

    .top_about_box_block p {
        margin-top: .5vw;
        font-weight: 400;
        font-size: clamp(1rem, -1.858rem + 4.67vw, 1.875rem);
        line-height: 150%;
    }

    .top_about_box_block a {
        display: block;
        width: 85%;
        margin: 1vw auto 0;
        padding: .8vw 0;
        font-size: clamp(1rem, -0.837rem + 3vw, 1.563rem);
        text-align: center;
        background: #707070;
        color: #fff;
    }

    .top_about_box_block a:hover {
        opacity: .7;
    }

    .top_main_btn {}

    .top_main_btn_box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 40px auto;
    }

    .top_main_btn_box_block {
        width: 33.3333%;
        margin: 0;
    }

    .top_main_btn_box_block_information {
        padding: 50px 0 25px;
        text-align: center;
    }

    .top_main_btn_box_block_information img {
        display: block;
        width: 7%;
        max-width: 50px;
        margin: 0 auto 0;
    }

    .top_main_btn_box_block_information h2 {
        margin: 0 auto;
        font-weight: 500;
        font-size: 3vw;
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information p {
        margin: 30px auto 0;
        font-weight: 500;
        font-size: clamp(25px, 1vw, 45px);
        text-align: center;
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_information ul {
        display: inline-block;
        margin: 30px auto 0;
    }

    .top_main_btn_box_block_information ul li {
        padding: 0;
        margin-bottom: 30px;
        text-align: left;
    }

    .top_main_btn_box_block_information ul li a {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .top_main_btn_box_block_information ul li a:hover {
        opacity: .7;
    }

    .top_main_btn_box_block_information_date {
        font-weight: 700;
        font-size: 1vw;
        font-size: clamp(15px, 1vw, 35px);
        letter-spacing: -1px;
    }

    .tab_content_description_category {
        display: inline-block;
        margin: 5px 0 0;
        padding: 4px 20px;
        font-weight: 500;
        font-size: 1vw;
        font-size: clamp(10px, 1vw, 13px);
        letter-spacing: 2px;
        color: #fff;
        background: #003764;
        border-radius: 6px;
    }

    .top_main_btn_box_block_information ul li a .works {
        background: #296CA3 !important;
    }

    .top_main_btn_box_block_information ul li a .kenzai {
        background: #B8883D !important;
    }

    .top_main_btn_box_block_information ul li a .charter {
        background: #71B0E3 !important;
    }

    .top_main_btn_box_block_information_text {
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: 1vw;
        font-size: clamp(15px, 1vw, 35px);
        line-height: 140%;
    }

    .top_main_btn_box_block_torihiki svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 0% 0 3%;
        fill: #1794a0;
    }

    .top_main_btn_box_block_torihiki h2 {
        font-weight: 500;
        font-size: clamp(40px, 1vw, 60px);
        text-align: center;
        color: #1794a0;
        letter-spacing: 1px;
    }

    .top_main_btn_box_block_torihiki h2 span {
        font-size: clamp(25px, 1vw, 30px);
    }

    .top_main_btn_box_block_torihiki a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 5px #1794a0;
        transition: .5s;
    }

    .top_main_btn_box_block_torihiki a:hover {
        background: #1794a0;
    }

    .top_main_btn_box_block_torihiki a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_torihiki a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_zaiko svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 0 0 3%;
        fill: #184378;
    }

    .top_main_btn_box_block_zaiko h2 {
        font-weight: 500;
        font-size: clamp(40px, 1vw, 60px);
        text-align: center;
        color: #184378;
        letter-spacing: 3px;
    }

    .top_main_btn_box_block_zaiko h2 span {
        font-size: clamp(25px, 1vw, 30px);
    }

    .top_main_btn_box_block_box {
        padding: 20% 0;
    }

    .top_main_btn_box_block_zaiko a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 5px #184378;
        transition: .5s;
    }

    .top_main_btn_box_block_zaiko a:hover {
        background: #184378;
    }

    .top_main_btn_box_block_zaiko a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_zaiko a:hover svg {
        fill: #fff;
    }

    .top_main_btn_box_block_charter svg {
        display: block;
        width: 25%;
        margin: 0 auto 0;
        padding: 2% 0 0;
        fill: #0EA15B;
    }

    .top_main_btn_box_block_charter h2 {
        font-weight: 500;
        font-size: clamp(40px, 1vw, 60px);
        text-align: center;
        color: #0EA15B;
        letter-spacing: -1px;
    }

    .top_main_btn_box_block_charter h2 span {
        font-size: clamp(25px, 1vw, 30px);
        letter-spacing: 2px;
    }

    .top_main_btn_box_block_charter a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        border: solid 5px #0EA15B;
        transition: .5s;
    }

    .top_main_btn_box_block_charter a:hover {
        background: #0EA15B;
    }

    .top_main_btn_box_block_charter a:hover h2 {
        color: #fff;
    }

    .top_main_btn_box_block_charter a:hover svg path {
        fill: #fff;
    }

    .top_access {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: 100px auto;
    }

    .top_access_left {
        width: 60%;
        margin: 0;
    }

    .top_access_left iframe {
        width: 100%;
        min-height: 500px;
        margin: 0 auto;
    }

    .top_access_right {
        width: 35%;
        margin: 1vw 0 0;
    }

    .top_access_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: clamp(30px, 1.5vw, 40px);
        letter-spacing: 1px;
        border-left: 5px solid #143661;
    }

    .top_access_right p {
        margin: 30px auto 0;
        font-weight: 500;
        font-size: clamp(16px, 1vw, 30px);
        letter-spacing: 2px;
        line-height: 140%;
    }

    .top_access_right a {
        position: relative;
        display: block;
        width: 70%;
        margin: 50px 0 0;
        padding: 10px 0 13px;
        text-align: center;
        font-size: 1.2vw;
        font-weight: 500;
        color: #fff;
        background: #E93939;
        letter-spacing: 1px;
        overflow: hidden;
    }

    .top_access_right a:hover {
        border: none;
        opacity: .7;
    }

    .top_access_right a:active {
        transform: translateY(4px);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
        border-bottom: none;
    }

    .top_access_right a:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
        animation: shine 3s infinite;
    }

    .top_access_right a:after {
        content: '»';
        display: inline-block;
        color: #fff;
        padding-left: 10px;
        font-size: 20px;
    }

    .top_access_map {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .top_access_map_title {
        margin-bottom: 3vw;
        padding: 1.2vw 0;
        font-weight: 500;
        font-size: 1.8vw;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: .2vw;
    }

    .top_access_map_box01,
    .top_access_map_box02,
    .top_access_map_box03,
    .top_access_map_box04 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin: 0 auto 6vw;
    }

    .top_access_map_box01_left,
    .top_access_map_box02_left,
    .top_access_map_box03_left,
    .top_access_map_box04_left {
        width: 50%;
    }

    .top_access_map_box01_left img,
    .top_access_map_box02_left img,
    .top_access_map_box03_left img,
    .top_access_map_box04_left img {
        width: 100%;
    }

    .top_access_map_box01_right,
    .top_access_map_box02_right,
    .top_access_map_box03_right,
    .top_access_map_box04_right {
        width: 47%;
    }

    .top_access_map_box01_right h2,
    .top_access_map_box02_right h2,
    .top_access_map_box03_right h2,
    .top_access_map_box04_right h2 {
        padding: 0% 2% 1%;
        font-weight: 500;
        font-size: 1.5vw;
        border-left: .5vw solid #143661;
        border-bottom: .1vw solid #474747;
        font-feature-settings: "palt";
        letter-spacing: .07vw;
    }

    .top_access_map_box01_right p,
    .top_access_map_box02_right p,
    .top_access_map_box03_right p,
    .top_access_map_box04_right p {
        margin-top: .5vw;
        padding: 0% 2% 1%;
        font-weight: 400;
        font-size: clamp(16px, 1vw, 30px);
        line-height: 150%;
    }

    .company {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 100px auto;
        padding: 50px 0;
        border: 3px solid #143661;
    }

    .top_gaiyo {
        margin-top: 200px !important;
    }

    .top_gaiyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_gaiyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_gaiyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_gaiyo_content {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
        overflow: hidden;
    }

    .top_gaiyo_content_left {
        display: block;
        width: 50%;
        margin: 0 auto;
        float: left;
    }

    .top_gaiyo_content_right {
        display: block;
        width: 50%;
        margin: 11% auto 0;
        float: right;
    }

    .top_gaiyo_content_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .top_gaiyo_content table {
        margin: 0;
    }

    .top_gaiyo_content table th {
        padding: 20px 0;
    }

    .top_gaiyo_content table td {
        padding: 20px 0 20px 30px;
    }

    .top_shareki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_shareki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_shareki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_shareki_content {
        display: block;
        margin: 50px auto;
        font-size: 19px;
        line-height: 150%;
    }

    .top_shareki_content table {
        display: table;
        margin: 0 auto;
    }

    .top_shareki_content table th {
        padding: 20px 0;
    }

    .top_shareki_content table td {
        padding: 20px 0 20px 30px;
    }

    .top_eigyo_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_eigyo_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_eigyo_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_eigyo_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_eigyo_content p {
        display: inline-block;
        font-size: 19px;
        line-height: 150%;
        text-align: left;
    }

    .top_torihiki_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_torihiki_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki_content {
        display: block;
        width: 80%;
        margin: 50px auto;
    }

    .top_torihiki_content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 17px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki_content ul li {
        margin-right: 3%;
    }

    .top_bank_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_bank_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_bank_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_bank_content {
        display: block;
        margin: 50px auto;
        text-align: center;
    }

    .top_bank_content p {
        display: inline-block;
        font-size: 19px;
        line-height: 150%;
        text-align: left;
    }

    footer {
        display: block;
        width: 100%;
        padding: 50px 0 0;
        background: #184378;
    }

    footer ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    footer ul li {
        margin: 0 0 3% 0;
        padding: 0 5% 0 0;
    }

    footer ul li a::before {
        content: '▶';
        margin-right: 1em;
        font-size: 11px;
        vertical-align: middle;
    }

    footer ul li a {
        color: #fff;
        font-size: 20px;
    }

    footer ul ul {
        display: block;
        width: 100%;
        max-width: 980px;
        margin: 10px auto;
    }

    footer ul ul li {
        margin: 0;
        padding: 0;
    }

    footer ul ul li a::before {
        content: '・';
        font-size: 13px;
        vertical-align: middle;
    }

    footer ul ul li a {
        display: block;
        margin: 0 auto 5px;
        color: #fff;
        font-size: 18px;
    }

    copy {
        display: block;
        width: 100%;
        padding: 3px 0;
        font-size: 13px;
        text-align: center;
        color: #fff;
        background: #3c3c3c;
        letter-spacing: 1px;
    }

    .contact {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #EBF2FA;
    }

    #formWrap {
        display: block;
        width: 95%;
        max-width: 780px;
        margin: 80px auto;
        padding: 20px;
        background: #fff;
        border: solid 1px rgba(200, 200, 200, 1.00);
        box-sizing: border-box;
    }

    #formWrap h2 {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 31px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap p {
        display: block;
        width: 95%;
        margin: 15px auto;
        padding-left: 1em;
        text-indent: -1em;
        font-size: 17px;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 300;
        font-style: normal;
        line-height: 150%;
    }

    #formWrap .formTable {
        display: block;
        width: 95%;
        max-width: 480px;
        margin: 0 auto;
    }

    #formWrap .formTable tr {
        display: block;
        width: 100%;
        margin: 20px auto;
        font-size: 19px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    #formWrap .formTable th {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }

    #formWrap .formTable td {
        display: block;
        width: 100%;
    }

    .input_width {
        display: block;
        width: 480px;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    textarea {
        display: block;
        width: 480px;
        margin: 6px auto 0;
        padding: 3px;
        border: 1px solid #A1A1A1
    }

    .red {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(252, 63, 66, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .blue {
        padding: 5px 8px;
        font-size: 12px;
        color: #fff;
        background: rgba(63, 132, 252, 1.00);
        box-sizing: border-box;
        border-radius: 10px;
    }

    .send {
        display: block;
        width: 200px;
        margin: 30px auto;
        padding: 10px 0;
        font-size: 20px;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
        text-align: center;
        background: rgba(0, 186, 28, 1.00);
        color: #fff;
        cursor: pointer;
        border-radius: 10px;
    }

    /*    取引先一覧　　*/

    .top_torihiki02 {
        margin-top: 180px !important;
    }

    .top_torihiki02_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        border-bottom: 2px solid #143661;
    }

    .top_torihiki02_title_inner {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .top_torihiki02_title_inner h2 {
        display: block;
        width: 100%;
        max-width: 220px;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #143661;
        letter-spacing: 1px;
    }

    .top_torihiki02_content {
        display: block;
        width: 50%;
        margin: 50px auto;
    }

    .top_torihiki02_content ul {
        font-size: 19px;
        line-height: 200%;
        text-align: left;
    }

    .top_torihiki02_content ul li {
        margin-right: 3%;
    }

    /*在庫一覧*/

    .top_zaiko {
        margin-top: 200px !important;
    }

    .top_zaiko_content {
        display: block;
        width: 90%;
        margin: 0px auto;
    }

    .top_zaiko_content h3 {
        display: block;
        width: 100%;
        margin: 50px 0 10px;
        padding: 0;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .top_zaiko_content table {
        width: 100%;
    }

    .top_zaiko_content table tr {
        width: 100%;
    }

    .top_zaiko_content table th {
        width: 100%;
        padding: 5px 10px;
        font-size: 19px;
        font-weight: 500;
        background: #EAF1FA;
        border: 1px solid #898989;
    }

    .top_zaiko_content table td {
        width: 50%;
        padding: 5px 10px;
        font-size: 19px;
        font-weight: 500;
        /*        border:1px solid #898989;*/
    }

    .tab-002 {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
        gap: 0 10px;
    }

    .tab-002>label {
        flex: 1 1;
        order: -1;
        opacity: .5;
        margin: 0;
        padding: 8px 0;
        font-size: 26px;
        text-align: center;
        color: #fff;
        background: #B87717;
        letter-spacing: 1px;
        cursor: pointer;
        border-bottom: 5px solid #613F0C;
    }

    .tab-002>label:hover {
        opacity: .8;
        border-bottom: none;
    }

    .tab-002 input {
        display: none;
    }

    .tab-002>div {
        display: none;
        width: 100%;
        padding: 1.5em 1em;
        background-color: #fff;
    }

    /*   トラックチャーター便　 */
    .charter_title {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 50px;
        background: #EEF3FA;
    }

    .charter_title img {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 0 auto;
    }

    .charter_column {
        padding: 70px 0;
    }

    .charter_column h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_column ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 1080px;
        margin: 50px auto 0;
    }

    .charter_column ul li {
        width: 31%;
        margin: 0;
    }

    .charter_column ul li a {
        width: 100%;
        margin: 0 auto;
    }

    .charter_column ul li a:hover {
        opacity: .5;
    }

    .charter_column_img {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
    }

    .charter_column_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        width: 100%;
        height: auto;
    }

    .charter_column_date {
        margin: 3px 0;
        font-size: 15px;
        font-weight: 500;
        color: #3c3c3c;
    }

    .charter_column_title {
        font-size: 18px;
        font-weight: 500;
        color: #3c3c3c;
        line-height: 140%;
    }

    .charter_nayami {
        padding: 70px 0 0;
        text-align: center;
    }

    .charter_nayami_img01 {
        display: block;
        width: 90px;
        margin: 0 auto;
    }

    .charter_nayami h2 {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_nayami ul {
        display: inline-block;
        margin: 30px auto 70px;
        padding: 0;
    }

    .charter_nayami ul li {
        margin: 0 0 15px;
        padding: 0;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        text-align: left;
        line-height: 150%;
    }

    .charter_nayami ul li::before {
        content: ' ';
        margin-right: 10px;
        padding: 10px;
        background-image: url(../images/charter02.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
    }

    .charter_nayami_box01_bg {
        margin: 0 auto;
        padding: 30px 0;
        color: #fff;
        background: #143661;
    }

    .charter_nayami_box01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        color: #fff;
    }

    .charter_nayami_box01_left {
        width: 10%;
    }

    .charter_nayami_box01_left img {
        width: 100%;
    }

    .charter_nayami_box01_right {
        width: 75%;
        margin: 5% auto;
    }

    .charter_nayami_box01_right h3 {
        font-size: 30px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 3px;
        justify-content: space-between;
        font-feature-settings: "palt";
        line-height: 180%;
    }

    .charter_nayami_box01_right h3 span {
        font-size: 46px;
        letter-spacing: 5px;
        color: #F8FF16;
    }

    .charter_osusume {
        padding: 70px 0;
    }

    .charter_osusume h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_osusume h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #fff;
        background: #0E2644;
    }

    .charter_osusume p {
        display: block;
        width: 90%;
        max-width: 750px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    .charter_faq {
        padding: 70px 0;
        background: #EEF3FA;
    }

    .charter_faq h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .charter_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .charter_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    /*    アクセスマップ　*/
    .access {
        margin-top: 15vw;
    }

    .lease_faq {
        margin-bottom: 100px;
    }

    .lease_faq h2 {
        margin-bottom: 30px;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 3px;
        font-feature-settings: "palt";
    }

    .lease_faq h3 {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        font-feature-settings: "palt";
        color: #0E2644;
    }

    .lease_faq p {
        display: block;
        width: 90%;
        max-width: 780px;
        margin: 10px auto 30px;
        font-size: 18px;
        line-height: 150%;
    }

    .lease_faq p a {
        color: blue;
        text-decoration: underline;
    }
}
