@charset "UTF-8";

/*
Theme Name:株式会社皐榮ロジ
Description:兵庫県神戸市で国際コンテナ輸送やチルド・冷凍食品輸送を依頼するなら株式会社皐榮ロジにお任せください。
Version: 1.0
License:株式会社皐榮ロジ
License URI:https://www.koeilogi.co.jp
*/

@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 400;
    src: url("./font/NotoSerifJP-Regular.woff") format("woff"), url("./font/NotoSerifJP-Regular.eot") format("eot");
    font-display: swap;
}

@font-face {
    font-family: "NotoSerifJP";
    font-style: normal;
    font-weight: 600;
    src: url("./font/NotoSerifJP-Bold.woff") format("woff"), url("./font/NotoSerifJP-Bold.eot") format("eot");
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 400;
    src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
    font-display: swap;
}

@font-face {
    font-family: "NotoSansJP";
    font-style: normal;
    font-weight: 600;
    src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
    font-display: swap;
}

/****************************************

リセットCSSここから

*****************************************/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
    display: block;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: inline-block;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    color: #262626;
    background: #fff;
    font-weight: normal;
    min-width: 1200px;
    font-family: "メイリオ",
        "Meiryo",
        "游ゴシック Medium",
        "Yu Gothic",
        "游ゴシック体",
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        sans-serif;
}

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/

li,
tt,
tr,
dt,
dd,
p {
    font-size: 1.6rem;
    line-height: 1.8;
}

h1 {
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 0.12em;
    font-weight: 600;
}

h2 {
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
    font-weight: 600;
}

h3 {
    line-height: 1.5;
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: 600;
}

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

    li,
    tt,
    tr,
    dt,
    dd,
    p {
        font-size: 1.4rem;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.8rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
    color: #0098D8;
    text-decoration: underline;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover,
a:active {
    color: #94CE60;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a:hover img.img_opacity {
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.btn a {
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 18px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.06em;
    border: 2px solid #333;
    color: #333;
}

.btn a::before {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn a:hover {
    background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
    right: 10px;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

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

    .btn a {
        padding: 12px;
        font-size: 1.4rem;
    }
}

/****************************************

ヘッダー　共通

*****************************************/
#header {
    width: 100%;
    z-index: 100;
    position: relative;
}

.header_wrap {
    padding: 27px 30px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}

.header_top {
    position: relative;
}

/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

    #sp_header,
    #sp_navi,
    #toggle {
        display: none;
    }

    .header_right {
        display: flex;
        align-items: center;
    }

    .header_tel {
        margin-right: 110px;
    }

    .header_tel p {
        font-size: 1.3rem;
        margin: 5px 0 0 28px;
    }
}

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

    .header_wrap {
        padding: 27px 30px 7px;
    }

    .header_right {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {

    .header_right,
    .header_mail,
    .btn1 {
        display: none;
    }

    .header_wrap {
        padding: 12px 3%;
    }

    .h_logo {
        width: 125px;
    }

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

    #toggle {
        position: fixed;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 9999;
        padding: 9px;
        background: #083388;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggledivに対して*/
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transition: .35s ease-in-out;
        -o-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 10px;
    }

    #toggle span:nth-child(3) {
        top: 20px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        -ms-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        -ms-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(8, 51, 136, 0.85);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        -o-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: rgba(255, 255, 255, 0.4) 1px solid;
        border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: rgba(255, 255, 255, 0.4) 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    /* ナビのホバー時 */
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
    }


    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        background: rgba(148, 206, 96, 0.85);
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    /* ナビ下層のホバー時 */
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .menu-item-has-children {
        position: relative;
    }

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    #g_navi {
        margin-right: 110px;
    }
}

#g_navi .menu {
    width: auto;
    margin: auto;
    zoom: 1;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu>li {
    position: relative;
    margin: 0 20px;
}

#g_navi .menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 20px 0;
    color: #1D1D1D;
    font-family: "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
}

#g_navi .menu li ul {
    display: block;
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
    padding: 0;
}

#g_navi .menu li ul li a {
    min-width: 170px;
    width: 100%;
    padding: 15px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: normal;
    background: #083388;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    white-space: nowrap;
}

#g_navi .menu li ul li a:hover {
    background: #00AAE7;
    opacity: 0.6;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}

#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}



@media print,
screen and (min-width:768px) {
    .menu>li>a {
        padding: 0;
        position: relative;
        display: inline-block;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
    }

    .menu>li>a:after {
        position: absolute;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: #083388;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .menu>li>a:after {
        bottom: 0;
    }

    .menu>li>a:hover:after {
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=90);
    }
}

/****************************************

メインビジュアル

*****************************************/
#mv_top {
    width: 100%;
    height: 880px;
    position: relative;
    background: url(images/mv_top.jpg)top center no-repeat;
    z-index: -1;
    padding-top: 65px;
}

.top_catch {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/mv_top-chach.svg) no-repeat center;
    text-align: center;
}

.top_catch p {
    font-size: 8rem;
    line-height: 1.4;
    letter-spacing: 0.16em;
    color: #fff;
    font-family: 'Noto Serif JP', "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    font-weight: 600;
    text-shadow: 2px 2px 20px #000,
        2px 2px 20px #000;
}

.top_catch p span {
    font-size: 5rem;
    display: block;
    letter-spacing: 0.16em;
}

#mv_page {
    width: 100%;
    position: relative;
    background: url(images/mv_page.jpg)top center no-repeat;
    height: 495px;
    z-index: -1;
    padding-top: 65px;
}

.page_cate {
    font-size: 4.2rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
    color: #fff;
    font-family: "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    font-weight: 600;
    text-shadow: 2px 2px 20px #000;
    background: url(images/mv_page-name.png) no-repeat center;
    width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.metaslider .flex-control-nav {
    bottom: 40px !important;
}

.metaslider .flexslider {
    margin: 0 !important;
}


@media screen and (max-width: 767px) {
    #mv_top {
        width: 100%;
        height: 80vw;
        background-size: cover;
        padding-top: 60px;
    }

    .top_catch {
        background-size: 54%;
    }

    .top_catch p {
        font-size: clamp(2.2rem, 7.6vw, 8rem);
        min-height: 0vw;
        text-shadow: 2px 2px 10px #000,
            2px 2px 10px #000;
    }

    .top_catch p span {
        font-size: clamp(2rem, 3.8vw, 5rem);
        min-height: 0vw;
    }

    #mv_page {
        background: url(images/mv_page.jpg)top center no-repeat;
        background-size: cover;
        height: 42vw;
        padding-top: 54px;
    }

    .page_cate {
        font-size: clamp(1.6rem, 3.8vw, 4.2rem);
        background-size: 50%;
    }

    .metaslider .flex-control-nav {
        bottom: -30px !important;
    }

    .metaslider .flex-control-nav {
        bottom: 15px !important;
    }
}

/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
    margin: 10px auto;
}

.breadcrumb p {
    text-align: right;
    color: #000;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #00AAE7;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: 0 auto 80px;
    }

    main#page_main {
        width: 1020px;
        margin: 40px auto 80px;
    }


    .pc_none {
        display: none !important;
    }

    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex_r {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

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

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

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb p {
        font-size: 1rem;
    }

    .sp_none {
        display: none !important;
    }

    main#top_main {
        width: 100%;
        padding-bottom: 40px;
    }

    main#page_main {
        width: 100%;
        padding: 20px 3% 40px;
    }


    a[href^="tel:"] {
        text-decoration: none;
    }
}

/****************************************

contentトップ用

*****************************************/
.top_box01 {
    margin: 100px 0;
    position: relative;
}

.top_box01 h2 {
    font-size: clamp(2.2rem, 2vw, 3.2rem);
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 40px;
}

.top_box01 h2 span {
    font-size: clamp(3.6rem, 2.6vw, 4.6rem);
    color: #063386;
}

.top_box01 .txt01 {
    width: 50%;
    padding: 0 3% 0 6%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.top_box01 .txt01 .btn2 {
    margin-top: 40px;
}

.top_box01 .fig01 {
    width: 56.71875%;
    height: 600px;
    position: relative;
    margin-left: auto;
}

.top_box01 .fig01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 257px solid transparent;
    border-top: 600px solid #fff;
}

.top_box01 .fig01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list {
    width: 100%;
    margin: 25px 0;
}

.list li {
    padding-left: 22px;
    position: relative;
    font-weight: bold;
    color: #003787;
}

.list li::before {
    content: "";
    background: url(images/check.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0;
}


.top_box02 {
    position: relative;
    padding: 80px 10.9375% 120px;
    margin-bottom: 100px;
    background: url(images/top_box02_bg.png) no-repeat center top;
    background-size: cover;
}

.top_box02 .top_box02_inner {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.top_box02 .top_box02_inner h2 {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
}

.top_box02 .top_box02_inner h2 span {
    font-size: 1.4rem;
    color: #083388;
    letter-spacing: 0.06em;
    margin-left: 20px;
}

.top_box02 .top_box02_inner .txt {
    margin-left: 80px;
}

.top_box02_bnr {
    display: flex;
    justify-content: space-between;
}

.top_box02_bnr_content {
    width: 48%;
    position: relative;
}

.top_box02_bnr_content a {
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: calc(100% + 40px);
    z-index: 100;
}

.top_box02_bnr_content h3 {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff;
    background-color: #083388;
    width: 86%;
    padding: 22px;
    display: flex;
    align-items: center;
    font-family: "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    font-weight: 600;
    transition: 0.3s;
}

.top_box02_bnr_content h3::after {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top_box02_bnr_content h3 span {
    margin-left: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #5FB8DA;
}

.top_box02_bnr figure {
    width: 100%;
    height: auto;
    aspect-ratio: 16/8;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.top_box02_bnr_content img {
    transition: 0.3s;
    width: 100%;
    height: auto;
}

.top_box02_bnr_content:hover img {
    transform: scale(1.1);
}

.top_box02_bnr_content:hover h3 {
    background-color: #00AAE7;
}

.top_box02_bnr_content:hover h3 span {
    color: rgba(255, 255, 255, 0.7);
}

.top_box02_bnr_content:hover h3::after {
    right: 15px;
}

.top_box03 {
    padding: 0 calc((100% - 1020px) / 2);
    margin-bottom: 60px;
    position: relative;
    display: flex;
}

.top_box03::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    background: #083388;
    position: absolute;
    top: 40px;
    left: calc((100% - 940px) / 2);
    z-index: -1;
}

.top_box03 .txt {
    padding: 100px 0 60px 60px;
}

.top_box03 .txt h2,
.top_box04 .txt h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 3rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    display: flex;
    align-items: center;
    font-family: "NotoSerifJP",
        "游明朝",
        "游明朝体",
        "MS P明朝",
        " Hiragino Mincho ProN",
        serif;
}

.top_box03 .txt h2 span,
.top_box04 .txt h2 span {
    font-size: 1.4rem;
    color: #5FB8DA;
    margin-left: 20px;
}

.top_box03 .txt p,
.top_box04 .txt p {
    color: #fff;
}

.top_box04 {
    padding: 0 calc((100% - 1020px) / 2);
    margin-bottom: 60px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.top_box04::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    background: #083388;
    position: absolute;
    top: 40px;
    right: calc((100% - 940px) / 2);
    z-index: -1;
}

.top_box04 .txt {
    padding: 100px 60px 60px 0;
}

.top_box04 .top_box04_btn {
    display: flex;
    gap: 10px;
}

.top_box04 .top_box04_btn .btn3 {
    width: 100%;
}

.top_box05 {
    padding: 0 calc((100% - 1020px) / 2);
    position: relative;
}

.top_box05 h2 {
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 4px double #8399C3;
    font-family: "NotoSerifJP",
        "游明朝",
        "游明朝体",
        "MS P明朝",
        " Hiragino Mincho ProN",
        serif;
}

.top_box05 .btn2 {
    width: 180px;
    position: absolute;
    top: 0;
    right: calc((100% - 1020px) / 2);
}

.top_box05 .btn2 a {
    font-size: 1.5rem;
    padding: 7px 20px;
}

.first-letter {
    color: #083388;
}

.news_section__title__wrap {
    padding-right: 4.9019607843%;
}

@media screen and (max-width: 767px) {
    .top_box01 {
        margin: 40px 0 60px;
    }

    .top_box01 h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .top_box01 h2 span {
        font-size: 2.6rem;
    }

    .top_box01 .txt01 {
        width: 100%;
        padding: 0 3%;
        position: static;
        margin-bottom: 40px;
    }

    .top_box01 .txt01 .btn2 {
        margin-top: 20px;
    }

    .top_box01 .fig01 {
        width: 100%;
        height: auto;
    }

    .top_box01 .fig01::before {
        content: none;
    }

    .top_box02 {
        padding: 40px 3% 70px;
        margin-bottom: 60px;
        background: url(images/top_box02_bg-sp01.png) no-repeat left top,
            url(images/top_box02_bg-sp02.png) no-repeat right bottom;
    }

    .top_box02 .top_box02_inner {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .top_box02 .top_box02_inner h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .top_box02 .top_box02_inner h2 span {
        font-size: 1.2rem;
    }

    .top_box02 .top_box02_inner .txt {
        margin-left: 0;
    }

    .top_box02_bnr {
        flex-direction: column;
        gap: 50px;
    }

    .top_box02_bnr_content {
        width: 100%;
    }

    .top_box02_bnr_content a {
        height: calc(100% + 30px);
    }

    .top_box02_bnr_content h3 {
        bottom: -30px;
        font-size: 2.2rem;
        padding: 17px;
    }

    .top_box02_bnr_content h3 span {
        font-size: 1.2rem;
    }

    .top_box02_bnr figure {
        width: 100%;
        height: auto;
        aspect-ratio: 16/8;
    }

    .top_box03 {
        padding: 0 3%;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .top_box03::before {
        width: 106%;
        height: calc(100% - 40px);
        top: 40px;
        left: -3%;
        z-index: -1;
    }

    .top_box03 .txt {
        padding: 40px 0;
    }

    .top_box03 .txt h2,
    .top_box04 .txt h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 2.6rem;
    }

    .top_box03 .txt h2 span,
    .top_box04 .txt h2 span {
        font-size: 1.2rem;
    }

    .top_box04 {
        padding: 0 3%;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .top_box04::before {
        width: 106%;
        height: calc(100% - 40px);
        top: 40px;
        right: -3%;
        z-index: -1;
    }

    .top_box04 .txt {
        padding: 40px 0;
    }

    .top_box04 .top_box04_btn {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .top_box04 .top_box04_btn .btn3 {
        width: 100%;
        margin-top: 0;
    }

    .top_box05 {
        padding: 0 3%;
    }

    .top_box05 h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .top_box05 .btn2 {
        width: 180px;
        position: static;
        margin: 20px 0 0 auto;
    }

    .top_box05 .btn2 a {
        font-size: 1.4rem;
        padding: 7px 20px;
    }
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
    text-decoration: none;
}

.news_post {
    width: 100%;
    height: 100%;
    max-height: 280px;
    overflow-y: scroll;
}

.news_post article {
    width: 100%;
    padding: 20px 20px 20px 0;
    border-bottom: 1px dotted #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.news_post article h3 {
    line-height: 1.3;
}

.news_post article h3 a {
    color: #262626;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    position: relative;
    transition: 0.3s;
}

.news_post article a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #083388;
    transition: 0.3s;
}

.news_post article a:hover::after {
    width: 100%;
}

.news_post article area {
    right: 10px;
}

.cat {
    display: block;
    width: 150px;
    height: auto;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-family: "Noto Serif JP",
        serif;
    border: 1px solid #7D94C0;
    background: #fff;
    color: #083388;
    margin-right: 40px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .news_post {
        max-height: 240px;
    }

    .news_post article {
        width: 100%;
        padding: 20px 0;
        flex-direction: column;
    }

    .news_post article h3 a {
        font-size: 1.4rem;
    }

    .cat {
        width: 120px;
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
}

/****************************************

content下層用

*****************************************/

/*---------------------当社について*/
.txt02 {
    width: 590px;
}

.about_box01,
.about_box02 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .txt02 {
        width: 100%;
    }

    .fig02 {
        margin-top: 20px;
    }
}

/*---------------------業務内容*/

.business_box01 .txt02 {
    margin-bottom: 20px;
}

.business_box01,
.business_box02,
.business_box03 {
    margin-bottom: 40px;
}

.business_box01 .fig02 {
    margin-bottom: 20px;
}

.business_box03 .fig02,
.business_box04 .fig02 {
    position: relative;
}

@media screen and (max-width: 767px) {
    .business_box01 .txt02 {
        margin-bottom: 0px;
    }
}

/*---------------------保有車両*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.gallery article {
    width: 320px;
}

.gallery article figure {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.gallery article figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
    .gallery {
        gap: 20px 2%;
    }

    .gallery article {
        width: 49%;
    }
}

/*---------------------中古車在庫紹介*/


@media screen and (max-width: 767px) {}

/*---------------------求人について*/
.recruit_box,
.recruit_box01 {
    margin-bottom: 40px;
}

.recruit_box_tel a {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    color: inherit;
}

.recruit_box_tel {
    text-align: center;
}

.recruit_box_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.recruit_box_btn .btn2 {
    width: 260px;
}

.recruit_box>div:not(:first-of-type) {
    margin: 20px auto 60px;
}

.tbl1 {
    width: 100%;
}

.tbl1 th {
    width: 30%;
    background-color: #F2F5F9;
    text-align: left;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.tbl1 td {
    width: 70%;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
    .recruit_box_tel a {
        text-decoration: underline;
    }

    .recruit_box>div:not(:first-of-type) {
        margin: 20px auto 40px;
    }

    .recruit_box_btn {
        flex-direction: column;
        gap: 10px;
    }

    .recruit_box_btn .btn2 {
        width: 100%;
    }

    .tbl1 th,
    .tbl1 td {
        display: block;
        width: 100%;
        margin-top: -1px;
    }
}

/*---------------------先輩の声*/
.voice_section__item:not(:first-of-type) {
    margin-top: 20px;
}

.voice_section__item dt {
    color: #083388;
    letter-spacing: 0.04em;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {}

/*---------------------1日の流れ*/
.flow__list__item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background: #F6F6F6;
    padding: 30px;
}

.flow__list__item:not(:first-child) {
    margin-top: 50px;
}

.flow__list__item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #f6f6f6;
    border-bottom: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.txt03 {
    width: 630px;
}

@media screen and (max-width: 767px) {
    .flow__list__item {
        flex-direction: column;
    }

    .txt03 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*--------------------ブログ*/
.blog_fig {
    width: 400px;
    height: auto;
    aspect-ratio: 40/31;
    overflow: hidden;
    position: relative;
}

.blog_fig img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.blog_txt {
    width: 590px;
}

.blog_txt .btn2 {
    margin: 15px 0 auto auto;
}

.blog_txt .btn2 a {
    font-size: 1.6rem;
}

.blog_gallery article {
    margin-bottom: 30px;
}

.blog_txt .cat {
    margin: 0px 0px 10px 0;
}

@media screen and (max-width: 767px) {
    .blog_fig {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog_txt {
        width: 100%;
    }

    .blog_txt .btn2 {
        margin: 20px auto auto auto;
    }

    .blog_gallery article {
        margin-bottom: 40px;
    }
}

/*---------------------会社概要*/
.overview_box01 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {}

/*---------------------お問い合わせ*/
.contact_box01 {
    margin-bottom: 40px;
}

.contact_tel {
    margin-bottom: 30px;
}

.contact_tel a {
    font-size: 1.6rem;
    color: inherit;

}

.contact_tel a:hover {
    color: #76BD39;
}

.pp {
    background-color: #F2F1EC;
    padding: 35px;
}

.pp h2 {
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 5px;
}

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

    .contact_tel a {
        text-decoration: underline;
    }
}

/*---------------------概要*/
.map {
    overflow: hidden;
}

.map iframe {
    margin-top: -60px;
}

@media screen and (max-width: 767px) {
    .map {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .map-normal {
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
    }

    .map-normal iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .pp {
        padding: 20px;
    }
}

/*---------------------新着情報*/
/* .blog_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px dotted #0098D8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog_box figure {
    width: 400px;
    position: relative;
}

.blog_box figure:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.blog_box figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.blog_box .blog_inner {
    width: 560px;
}

.blog_box .blog_inner h2 {
    font-size: 2.4rem;
}

.blog_box .blog_inner .btn {
    max-width: 260px;
    width: 100%;
    margin: 40px 0 0 auto;
}

.object-fit-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
    .blog_box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog_box figure {
        width: 100%;
        margin: 0 auto 20px;
    }

    .blog_box .blog_inner {
        width: 100%;
    }

    .blog_box .blog_inner h2 {
        font-size: 1.8rem;
    }

    .blog_box .blog_inner .btn {
        margin: 30px auto 0;
    }
} */

/*---------------------お問い合わせ*/
.policy {
    padding: 30px;
    background: #E0F3FA;
    border-radius: 8px;
    text-align: center;
}

.policy span {
    text-align: center;
    color: #23A9DC;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}

.policy p {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .policy {
        padding: 20px;
    }

    .policy span {
        font-size: 1.5rem;
    }

    .policy p {
        font-size: 1.2rem;
    }
}

/*--------------------グループ会社*/
.group_box01 {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {}

/****************************************

aside

*****************************************/
.aside {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.aside_bnr {
    max-width: 490px;
    width: 100%;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    background: #083388;
}

.aside_bnr:hover {
    background: #00AAE7;
}

.aside_bnr a {
    display: flex;
    text-decoration: none;
}

.aside_green {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    position: relative;
}

.aside_green::after {
    position: absolute;
    content: url(images/arrow.png);
    bottom: 30px;
    right: 30px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.aside_green h2 span {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    display: block;
    color: #5FB8DA;
    margin-bottom: 5px;
}

.aside_green h2 {
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
}

.aside_bnr:hover .aside_green::after {
    right: 20px;
}

.aside_bnr:hover .aside_green h2 span {
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
    .aside {
        padding: 40px 3% 0 !important;
        gap: 20px;
        flex-direction: column;
    }

    .aside_bnr {
        margin-inline: auto;
    }

    .aside_bnr a img {
        width: 41%;
        height: auto;
    }

    .aside_green {
        padding-left: 6%;
    }

    .aside_green::after {
        bottom: 20px;
        right: 20px;
    }

    .aside_bnr:first-child .aside_green h2 img {
        max-width: 36px;
    }

    .aside_bnr:last-child .aside_green h2 img {
        max-width: 71px;
    }

    .aside_green h2 {
        font-size: 2rem;
    }

    .aside_green h2 span {
        font-size: 1.2rem;
    }

}

/****************************************

single.php

*****************************************/
#single_box {
    width: 100%;
    margin-top: 80px;
}

.single_text {
    width: 100%;
}

.single_text img {
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

/* .aligncenter {
    display: block;
} */

.pager {
    clear: both;
    text-align: center;
    margin: 20px auto;
}

a.page-numbers {
    background: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    color: inherit;
    text-decoration: none;
}

a.page-numbers:hover {
    background: #76BD39;
    color: #fff;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: #333;
    border: solid 1px #333;
    color: white;
    display: inline-block;
}

.nav-below {
    display: flex;
    justify-content: center;
    width: 540px;
    margin: 70px auto 0;
    padding: 15px 10px;
    background: #083388;
}

.nav-below a {
    margin: 0 5px;
    text-decoration: none;
    color: #fff;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
    color: #76BD39;
    text-decoration: revert;
}

/* 中古トラック販売 詳細ページ */
#single_box .price_txt {
    border-bottom: 2px solid #ccc;
    margin: 40px 0;
    padding-bottom: 20px;
}

#single_box .price {
    width: 20%;
}

#single_box .price p {
    line-height: 1.4;
}

#single_box .price p span {
    font-size: 4.6rem;
    margin-right: 10px;
    font-weight: 600;
}

#single_box .detail {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

#single_box .detail dl {
    width: 23.5%;
    border-bottom: 1px dotted #ccc;
    display: flex;
    padding: 10px 0;
}

#single_box .detail dl:last-child {
    width: 49%;
}

#single_box .detail dl dt {
    width: 80px;
    background: rgba(151, 205, 99, 0.3);
    padding: 3px 10px;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#single_box .detail dl dd {
    width: calc(100% - 80px);
    padding: 3px 10px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
        margin-top: 40px;
    }

    #single_box h1 {
        font-size: 1.8rem;
    }

    a.page-numbers,
    .pager .current {
        font-size: 1.3rem;
    }

    .single_text img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .nav-below {
        flex-wrap: wrap;
        width: auto;
        margin-top: 50px;
        padding-top: 12px;
        text-align: center;
    }

    /* 中古トラック販売 詳細ページ */
    #single_box .price_txt {
        margin: 30px 0;
        padding-bottom: 20px;
    }

    #single_box .price {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #single_box .detail {
        width: 100%;
    }

    #single_box .detail dl {
        width: 49%;
    }

    #single_box .detail dl dt {
        font-size: 1.3rem;
    }

    #single_box .detail dl dd {
        font-size: 1.3rem;
    }
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
    padding-top: 25px;
}

/* 文字 */
.red {
    color: #B20000;
}

/* 強調 */
.bold {
    font-weight: 600;
}

.tr {
    text-align: right;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb100 {
    margin-bottom: 100px;
}

.tc {
    text-align: center;
}

.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.w1200 {
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}

.w1020 {
    width: 1020px;
    margin: 0 auto;

}

.green {
    color: #76BD39;
}

.blue {
    color: #00AAE5;
}

.nsm {
    font-family: 'Noto Serif JP', "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
}

@media print,
screen and (min-width: 768px) {
    .tc2 {
        text-align: center;
    }
}

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

    .mb60 {
        margin-bottom: 50px;
    }

    .mb80,
    .mb90,
    .mb100 {
        margin-bottom: 50px;
    }

    .sp_mb20 {
        margin-bottom: 20px !important;
    }

    .w1200,
    .w1020 {
        width: 100%;
        padding: 0 3%;
    }

}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.headline {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-family: "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.headline span {
    display: block;
    font-size: 1.4rem;
    color: #00AAE7;
    letter-spacing: 0.08em;
    margin-top: 5px;
}

.ttl1 {
    font-size: 2.4rem;
    color: #000;
    line-height: 1.8;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #ccc;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.ttl1::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 180px;
    height: 3px;
    background-color: #00AAE7;
}

.ttl2 {
    font-size: 1.8rem;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.04em;
    padding: 0 0 10px 15px;
    border-bottom: 1px dotted #ccc;
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
}

.ttl2::before {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    width: 3px;
    height: 32px;
    background: linear-gradient(#083388 50%, #00AAE7 50%);
}

@media screen and (max-width: 767px) {
    .headline {
        font-size: 2.2rem;
    }

    .headline span {
        font-size: 1.2rem;
    }

    .ttl1 {
        font-size: 2rem;
    }

    .ttl2 {
        font-size: clamp(1.6rem, 2.3vw, 1.8rem);
        min-height: 0vw;
    }

    .gallery .ttl2 {
        font-size: 1.5rem;
    }
}

/****************************************

ボタン

*****************************************/
.btn1 {
    width: 110px;
    height: 100%;
    background-color: #083388;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.btn1 a {
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Serif JP', "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn1 a img {
    margin-bottom: 10px;
}

.btn2 {
    width: 320px;
    background-color: #083388;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn2 a {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    text-decoration: none;
    color: #fff;
    padding: 16px 0;
    font-family: 'Noto Serif JP', "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    width: 100%;
    position: relative;
}

.btn2 a::after {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn3 {
    width: 320px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 30px;
}

.btn3 a {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    line-height: 1.7;
    text-decoration: none;
    color: #fff;
    padding: 16px 0;
    font-family: "NotoSerifJP", "游明朝", "游明朝体", "MS P明朝", " Hiragino Mincho ProN", serif;
    width: 100%;
    position: relative;

}

.btn3 a::after {
    position: absolute;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn1:hover {
    background-color: #00AAE7;
}

.btn2:hover {
    background-color: #00AAE7;
}

.btn3:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.btn2:hover a::after,
.btn3:hover a::after {
    right: 15px;
}

@media screen and (max-width: 767px) {
    .btn2 {
        width: 100%;
    }

    .btn2 a {
        font-size: 1.5rem;
        padding: 11px 0;
    }

    .btn3 {
        width: 100%;
    }

    .btn3 a {
        font-size: 1.5rem;
        padding: 11px 0;
    }
}

/****************************************

footer

*****************************************/
#footer {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F2F5F9;
}

.pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.insatsu {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
}


.footer_logo {
    margin-bottom: 30px;
}

.footer_address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
}

.footer_mark {
    margin: 0 20px;
}

.footer_address_sat {
    display: block;
    margin-left: 6.5em;
}

.footer_sp {
    display: none;
}

.footer_container {
    display: flex;
    justify-content: space-between;
    padding: 80px 3% 40px;
}

.footer_left {
    display: flex;
}

.footer_right {}


.sitemap {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.sitemap li {}

.sitemap li p {
    font-size: 1.6rem;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.sitemap li p::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    z-index: 1;
}

.sitemap li p::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00AAE5;
    z-index: 0;
}

.sitemap li ul {
    margin-left: 15px;
}

.sitemap li ul li {
    margin-bottom: 10px;
}

.sitemap li ul li a {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8;
    padding-left: 15px;
    display: inline-block;
    position: relative;
}

.sitemap li ul li a::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00AAE5;
}


.sitemap a {
    text-decoration: none;
    color: #262626;
    position: relative;
}

.sitemap a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #00AAE5;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.sitemap li a:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.copyright {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    text-align: right;
    display: block;
    margin: 200px 60px 0 0;
    color: #666;
}

@media screen and (max-width: 767px) {
    .footer_pc {
        display: none;
    }

    .footer_sp {
        display: revert;
    }

    .footer_container {
        display: block;
        padding: 40px 3% 10px;
        text-align: center;
    }

    .footer_container .footer_address {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer_container figure {
        width: 80px;
        margin-inline: auto;
    }

    .copyright {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 20px;
    }

    /* フローティングバナー */
    .sp_footer__btn {
        display: revert;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }

    .sp_footer__btn ul {
        display: flex;
        height: 60px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sp_footer__btn ul li {
        position: relative;
        width: 40%;
        height: 100%;
        margin: 0;
        padding: 0;
        font-size: 1.1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        background: #00AAE5;
    }

    .sp_footer__btn ul li:last-child {
        width: 20%;
        background: #94ce60;
    }

    .sp_footer__btn ul li:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    .sp_footer__btn ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        color: #fff;
        text-decoration: none;
    }

    .sp_footer__btn ul li a span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 32px;
        line-height: 1.4;
        text-align: center;
    }

    .sp_footer__btn ul li a span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: calc(50% - 15px);
        top: 0;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
    }

    .icon_tel::after {
        background-image: url(images/sp_tel.svg);
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .icon_mail::after {
        background-image: url(images/sp_mail.svg);
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .icon_arrow::after {
        background-image: url(images/sp_pagetop.svg);
        background-size: 20px;
        background-repeat: no-repeat;
    }

    #footer {
        margin-bottom: 60px;
    }
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
    width: 100%;
}

.form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.last_row {
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: none;
}

.form_row .form_label {
    width: 300px;
}

.form_row .form_label .required {
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_label .any {
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_input {
    width: calc(100% - 300px);
}

.wpcf7-form-control {
    width: 100%;
}

select.wpcf7-form-control {
    width: auto;
}

.wpcf7-form input {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.wpcf7-form textarea {
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post {
    width: 180px;
}

.form_row .form_input_post_txt {
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.tc input[type=submit] {
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #94CE60;
    border-radius: 8px;
    background-color: #94CE60;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0 16px;
}

.wpcf7 .tc input[type=submit]:hover {
    background-color: #fff;
    color: #78B840;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

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

    .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .last_row {
        margin-bottom: 0;
    }

    .form_row .form_label {
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input {
        width: 100%;
    }

    .ajax-loader {
        width: auto;
    }

    span.wpcf7-list-item {
        display: block;
    }

    .tc input[type=submit] {
        font-size: 1.4rem;
        padding: 10px;
        margin: 10px auto 0 0px;
    }

    .wpcf7 .ajax-loader {
        display: block;
        margin: 10px auto;
    }

}

/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/****************************************

追加用

*****************************************/

.sidebar a {
    display: block;
    margin-top: 20px;
}

/* End Hack */
