@charset "utf-8";

body {
    font-family: "Zen Kaku Gothic New", serif;
    letter-spacing: 1px;
}

.l-contents__inner:last-child {
    padding-bottom: 0;
}

/*======================= 共通クラス =======================*/
.wp-block-image {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.wp-block-image img {
    width: 100%;
}

p,
a,
li,
td {
    font-weight: 400;
}

p {
    margin-top: 0 !important;
}

h2 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

a {
    text-decoration: none !important;
}

/* padding・margin左右上下リセット */
.p_0 {
    padding: 0 !important;
}

.m_0 {
    margin: 0 !important;
}

.p_20 {
    padding: 20px !important;
}

.pt_0 {
    padding-top: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.ml_0 {
    margin-left: 0 !important;
}

.mr_0 {
    margin-right: 0 !important;
}

/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

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

/* FLEX関連 */
.d_flex {
    display: flex;
}

.d_flex.f_wrap {
    flex-wrap: wrap;
}

.inline_b {
    display: inline-block;
}

.jc_ct {
    justify-content: center;
}

.jc_fs {
    justify-content: flex-start !important;
}

.jc_fe {
    justify-content: flex-end !important;
}

.ai_ct {
    align-items: center;
}

.fd_cm {
    flex-direction: column;
}

.fd_rr {
    flex-direction: row-reverse;
}

.gap_0 {
    gap: 0 !important;
}

.gap_10 {
    gap: 10px !important;
}

.gap_20 {
    gap: 20px !important;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

.z_999 {
    z-index: 999;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

.o_hidden {
    overflow: hidden;
}

.br_20 {
    border-radius: 20px !important;
}

/* アイコン */
svg.svg-inline--fa {
    margin-right: 10px;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover>a:after {
    width: 0;
}

#page-top {
    display: none;
}

/*======================= ボタン =======================*/

a.smb-btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 300px !important;
    height: 50px;
    border-radius: 3px;
    background-color: #333333;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .btn_center {
        justify-content: center !important;
    }
}

/*======================= ヘッダー =======================*/
/* g_nav */
[data-scrolled=true] .l-header--sticky-overlay-colored-lg {
    background-color: #1313137e;
}

[data-scrolled=true] .menu-item a {
    color: #ffffff !important;
}

.header_cta span {
    padding: 10px 20px;
    border: solid 1px #ffffff;
    border-radius: 2px;
    background-color: #ffffffc6;
    color: var(--wp--preset--color--sm-accent);
}

.header_cta span:hover {
    background-color: transparent;
    color: #ffffff;
}

/* 下層ページヘッダー */
.l-contents__inner {
    margin-top: 0 !important;
}

.c-page-header {
    padding: 130px 0 50px;
    background-color: #9f9f9fea;
    color: #ffffff;
}

.c-page-header[data-has-image=true] {
    height: unset;
}

.c-page-header[data-has-image=true] .c-page-header__content {
    color: unset;
}

.c-page-header__bgimage>img,
.c-page-header__bgimage>picture>img {
    display: none;
}

.tel a {
    line-height: 1.1 !important;
}

.tel-num {
    font-size: 1.5rem !important;
}

.tel-num svg {
    font-size: 1.3rem;
}

.l-header span.time {
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .c-page-header {
        padding: 130px 0 50px !important;
    }
}

/* spヘッダー */
[data-scrolled=true] .l-header .c-hamburger-btn__bar {
    background-color: #ffffff;
}

[data-scrolled=true] .c-hamburger-btn__label {
    color: #ffffff;
}

.c-drawer__menu {
    padding-top: 50px !important;
}

.c-drawer a {
    font-weight: 500;
    text-align: center;
}

.c-drawer .sp_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.c-drawer .sp_cta a {
    width: 85%;
    padding: 13px 15px;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent) !important;
}

/*======================= フッター =======================*/
.l-footer__body {
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
}

.l-footer__header {
    display: none;
}

.footer_logo {
    width: 320px;
    margin-bottom: 20px;
}

.l-footer,
.l-footer--footer-2 .l-footer__body {
    border-top: none;
}

.l-footer .l-footer__footer .c-row--middle {
    justify-content: center;
}

.l-footer--footer-2 .l-footer__footer {
    padding-top: 0;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
}

@media screen and (max-width: 1023px) {
    .c-widget.widget_block .wp-block-columns {
        margin-top: 30px;
    }
}

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

    /* footer */
    .c-widget.widget_block .wp-block-columns {
        gap: var(--_margin-2);
    }
}

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

    .l-footer--footer-2 .l-footer__widget-area a,
    .l-footer--footer-2 .l-footer__widget-area p {
        font-size: 15px;
    }
}

@media screen and (max-width: 435px) {
    .l-footer .c-container {
        padding: 0 5%;
    }
}

/*======================= トップページ =======================*/
/* fv */
#fv {
    height: 85vh;
    overflow: visible;
}

.fv_txt-group {
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: 10;
    width: fit-content;

    transform-origin: bottom;
}

.fv_txt-group h2 {
    margin-top: 5px !important;
    padding: 0 10px;
    background-color: #ffffff;
    color: #0b1d3a;
    font-size: 5.5rem;
    font-weight: 900;
}

.fv_txt-group h2 span,
.fv_txt-group .fv_pp span {
    display: inline-block;
    background: linear-gradient(270deg,
            #0b1d3a 0%,
            #25569a 25%,
            #5ea2e0 50%,
            #25569a 75%,
            #0b1d3a 100%);
    background-position: 0 50%;
    background-size: 400% 100%;
    background-repeat: no-repeat;
    animation: gradientMove 12s linear infinite;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    will-change: background-position;
}

@keyframes gradientMove {
    0% {
        background-position: 0 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.fv_pp {
    width: fit-content;
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    padding: 0 10px;
    background-color: #ffffff;
    color: #0b1d3a;
    font-size: 2rem;
    font-weight: 900;
}

.fv_tag-group {
    flex-wrap: wrap !important;
    gap: 10px;
    margin-top: 15px;
}

.fv_tag {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: solid 2px #ffffff;
    border-radius: 3px;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
}

.fv_tag svg {
    width: 15px;
    height: 15px;
    margin-right: 7px !important;
    padding: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
    font-size: 15px;
}

#fv .c-container,
#fv .smb-section__inner {
    position: static;
}

.fv_rec-banner {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 10;
    width: 18%;
}

.fv_rec-banner img {
    box-shadow: 0 0 10px #3535356a;
}

.fv_rec-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -7px;
    right: -6px;
    z-index: 2;
    width: 25px;
    height: 25px;
    padding-bottom: 3px;
    border: none;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
}

.fv_truck {
    position: absolute;
    right: 0;
    bottom: -5%;
    z-index: 2;
    transform: translateX(100%);
    width: 45%;
    animation: slideInRight 1.5s ease-out forwards;
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 事業内容 */
#business {
    padding-top: 130px !important;
}

.txt-ttl_img {
    width: 33%;
    margin-bottom: 10px;
}

.txt-ttl_img_dump {
    width: 30% !important;
}

.txt-ttl_img_ig {
    width: 40% !important;
}

.dump_txt-box {
    padding: 30px;
}

.dump_box {
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.dump_box h3 {
    margin-bottom: 20px;
    font-size: 2.8rem;
}

.dump_tag-group {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.dump_tag {
    padding: 2px 10px;
    border: solid 1px;
    font-weight: 500;
}

.dump_logo {
    opacity: .2;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 50%;
}

/* .dump_logo img {
    animation: rotateClockwise 30s linear infinite;
    transform-origin: center center;
}

@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} */

#business .dump_btn a {
    position: relative;
    border: solid 2px;
    background-color: transparent;
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
}

.others_group {
    margin-top: 70px !important;
}

.others_ttl {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 600;
}

.others_panel .smb-panels__item {
    border-radius: 5px;
    box-shadow: none;
    background-color: #333333 !important;
}

.others_panel p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
}

.others_panel p .fa-chevron-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.others_panel p .p_icon {
    margin-right: 20px !important;
    font-size: 1.8rem;
}

/* 文字スライド */
.slide_box {
    height: 100px;
    margin-top: 80px;
}

.slide_box .smb-box__background {
    border: none;
}

.slide_box::before {
    display: block;
    opacity: .5;
    position: absolute;
    height: 100%;
    background-image: url(https://hondakogyo0108.co.jp/wp-content/uploads/2025/05/txt_lp-scaled.png);
    background-position: 0 center;
    background-size: auto 100%;
    background-repeat: repeat-x;
    content: "";
    animation: txt_slide 80s linear infinite;

    inset: 0;
}

@keyframes txt_slide {
    0% {
        background-position: 0 center;

        -webkit-background-position: 0 center;
    }

    100% {
        background-position: -3528px center;

        -webkit-background-position: -3528px center;
    }
}

.business {
    position: relative;
}

/* .business::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 300px;
    height: 100px;
    background-image: url(https://hondakogyo0108.co.jp/wp-content/uploads/2025/05/truck_1-1.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    animation: move_car 25s linear infinite;
    translate: -100% 0;
}

@keyframes move_car {
    0% {
        transform: translate(-5vw, 0px);
    }

    100% {
        transform: translate(150vw, 0px);
    }
} */

/* 選ばれる理由 */
#reasons h2 {
    color: #ffffff;
}

.reasons_parent {
    gap: 10px !important;
}

.reasons_column {
    padding: 30px;
    border-radius: 5px;
    background-color: #ffffff;
}

.reasons_column h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* .reasons_icon {
    width: 50%;
} */


/* 保有車両 */
#d_10 {
    padding-bottom: 0;
}


.hino_truck::after {
    position: absolute;
    bottom: 35%;
    left: 15%;
    padding: 10px 2px;
    border: solid 2px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    content: "日野自動車製";

    transform-origin: bottom;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.fuso_truck::after {
    position: absolute;
    right: 15%;
    bottom: 35%;
    padding: 10px 2px;
    border: solid 2px;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    content: "三菱ふそう製";
    text-orientation: upright;
    transform-origin: bottom;
    writing-mode: vertical-rl;
}

/* 採用情報 */
#recruit h2,
#busi-company h2 {
    font-size: 3rem;
}

#recruit .recruit_box {
    padding: 40px;
    color: #ffffff !important;
}

.recruit_box .smb-box__background {
    border: none;
    background-color: var(--wp--preset--color--sm-accent);
}

#busi-company {
    padding-top: 20px !important;
    color: var(--wp--preset--color--sm-accent);
}

#busi-company a.smb-btn {
    border: solid 2px var(--wp--preset--color--sm-accent);
    background-color: transparent;
    color: var(--wp--preset--color--sm-accent);
}

#busi-company .busi-com_box {
    padding: 40px;
}

.busi-com_box .smb-box__background {
    border: none;
    background-color: #ebebeb;
}

#recruit a.smb-btn {
    border: solid 2px #ffffff;
    background-color: transparent;
}

#recruit h3,
#busi-company h3 {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: dotted 1px;
}

.recruit_tag,
.busi-com_tag {
    width: fit-content;
    margin-top: 20px !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    padding: 0 10px;
    border-radius: 2px;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
    font-weight: 600;
}

a.smb-btn .fa-chevron-right,
a.smb-btn .fa-chevron-down {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* CTA */
#cta h2 {
    font-size: 3rem;
}

#cta .cta_button {
    margin-top: 15px;
}

.cta_column {
    position: relative;
    padding: 30px;
    border-radius: 5px;
    background-color: #efefefb4;
}

.cta_column::before {
    opacity: .1;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    width: 160px;
    height: 110px;
    background-image: url(https://hondakogyo0108.co.jp/wp-content/uploads/2025/05/mail_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";

    transform-origin: bottom;
}

.cta_column a.smb-btn {
    background-color: var(--wp--preset--color--sm-accent);
}

.cta_column_ig::before {
    background-image: url(https://hondakogyo0108.co.jp/wp-content/uploads/2025/05/ig_icon.png);
}

.cta_box {
    padding: 0;
}

.cta_box .smb-box__background {
    border: none;
}

.cta_sub-ttl {
    color: #333333;
    font-weight: 600;
}

/*======================= 事業内容 =======================*/
.dump_panel-ttl1 {
    margin-top: 30px !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.dump_panels {
    margin-top: 15px !important;
}

.dump_panel .smb-panels__item__body {
    padding: 0;
}

.dump_panel-ttl {
    position: relative;
    margin-bottom: 5px;
}

.dump_panel-ttl::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 60% !important;
    height: 1px !important;
    background-color: #ffffff;
    content: "";
}

.dump_panel-pic {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #333333;
}

.dump_panel-pic img {
    display: block;
    opacity: .6;
    width: 100%;
    height: auto;
    border-radius: 5px;
    ;
}

.dump_panel-pic::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, .8) 100%);
    content: "";

    inset: 0;
    pointer-events: none;
}

.dump_panel-txt-group {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
}

.oh_panel .smb-panels__item {
    border-radius: 5px;
}

.oh_panel .smb-panels__item__body {
    padding: 25px;
}

h3.oh_ttl {
    margin: 15px 0 !important;
}

.oh_pic img {
    border-radius: 3px;
}

.pre_tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.pre_tag {
    margin: 0 !important;
    padding: .1em .7em;
    border: solid 1px;
}

/*======================= 募集内容 =======================*/
#driver figure.wp-block-table,
#partner figure.wp-block-table {
    margin-top: 15px;
}

#recruitment .slide_box::before {
    opacity: .3;
}

/*======================= 会社概要 =======================*/
/* 会社概要 bg-color */
figure.wp-block-table tr td:first-child,
figure.wp-block-table tr td:first-child {
    width: 30%;
    background-color: #4f4f4f;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

figure.wp-block-table tr td:last-child,
figure.wp-block-table tr td:last-child {
    background-color: #ffffff;
}

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

    figure.wp-block-table tr td:first-child,
    figure.wp-block-table tr td:first-child {
        width: 32%;
        font-size: 1rem !important;
    }
}

/*======================= お問い合わせ =======================*/
/* placeholder */
.smf-text-control__control::placeholder {
    color: #cccccc !important;
}

.wp-block-snow-monkey-forms-item.smf-item {
    margin-bottom: 50px !important;
}

.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
    border: none !important;
    border-radius: 0 !important;
}

/* 必須の文字 */
.smf-item__col.smf-item__col--label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.smf-item__description {
    width: fit-content;
    margin-top: 0;
    margin-left: 20px;
    padding: 0 .5em;
    border-radius: 50px;
    background-color: #cd2b43;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
}

/* ボックス */
.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
    padding: 50px !important;
}

.wp-block-snow-monkey-blocks-box.smb-box.contact-form_box .smb-box__background {
    border: none;
    border-radius: 0;
    background-color: #f8f7f7;
}

.smf-item__label {
    font-weight: 600;
}

.smf-form .smf-text-control__control {
    width: 100%;
    border-radius: 0;
}

/* 項目の幅 */
.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--label {
    flex: 0 0 18em !important;
    max-width: 18em !important;
}

.snow-monkey-form .smf-form.smf-form--simple-table .smf-item .smf-item__col--controls {
    flex: 1 1 calc(100% - 18em) !important;
    max-width: calc(100% - 18em) !important;
}

.smf-radio-buttons-control__control .smf-label {
    margin-bottom: 7px !important;
}

/* 確認ボタン */
.smf-action {
    margin-bottom: 0 !important;
    text-align: center;
}

.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    border-radius: 0;
    background: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

.smf-action .smf-button-control__control:hover {
    border: solid 2px var(--wp--preset--color--sm-accent) !important;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.smf-action .smf-button-control+.smf-button-control {
    margin-left: 0 !important;
}

.smf-action .smf-button-control__control {
    margin-bottom: 20px;
}

#autozip {
    display: none !important;
}

/* プライバシーポリシー */
#privacy h3 {
    margin-bottom: 10px !important;
    padding-left: 10px;
    border-left: solid 3px var(--wp--preset--color--sm-accent);
    font-weight: 700;
}

/* お問い合わせ完了画面 */
.cfm_list-b {
    width: fit-content;
    margin: 20px auto !important;
    padding: 30px 20px;
    background-color: #e8e8e8;
}

.cfm_last-txt svg.svg-inline--fa {
    margin-right: 5px;
    font-size: 13px;
}

/*===================================== お知らせ =====================================*/
.c-meta__item--author {
    display: none;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*==================================================================================*/
/*=================================== レスポンシブ ===================================*/
/*==================================================================================*/
@media (orientation: landscape) and (max-width: 900px) {
    #fv {
        height: 150vh;
    }
}

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

    .fuso_truck::after,
    .hino_truck::after {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1005px) {
    .fv_txt-group h2 {
        font-size: 4.5rem;
    }

    .fv_pp {
        font-size: 1.5rem;
    }
}

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

    .fuso_truck::after,
    .hino_truck::after {
        font-size: 1.3rem;
        /* padding: 6px 2px; */
    }

    .fv_rec-banner {
        width: 35%;
    }
}

@media screen and (max-width: 781px) {
    #d_10 .smb-section__background {
        top: 605px;
    }

    .dump_txt-box {
        padding: 10px;
    }

    .dump_box h3 {
        font-size: 2.3rem;
    }

    #recruit .recruit_box,
    #busi-company .busi-com_box {
        padding: 30px;
    }

    #recruit img,
    #busi-company img {
        aspect-ratio: 16/9 !important;
    }

    #busi-company .busi-company_parent {
        flex-direction: column-reverse;
    }

    #recruit h2,
    #busi-company h2 {
        margin-bottom: 15px !important;
        font-size: 2.5rem;
    }

    #recruit h3,
    #busi-company h3 {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 750px) {
    .txt-ttl_img {
        width: 43%;
    }

    .txt-ttl_img_dump {
        width: 50% !important;
    }

    .txt-ttl_img_ig {
        width: 53% !important;
    }
}

@media screen and (max-width: 700px) {
    #cta h2 {
        font-size: 2rem;
    }

    .fv_txt-group h2 {
        font-size: 3.8rem;
    }

    .fv_pp {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 650px) {
    .txt-ttl_img {
        width: 53%;
    }

    .txt-ttl_img_dump {
        width: 60% !important;
    }

    .txt-ttl_img_ig {
        width: 63% !important;
    }
}

@media screen and (max-width: 639px) {
    .others_panel {
        margin-bottom: 15px !important;
    }

    .others_panel .smb-panels__item__body {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 600px) {
    .fv_txt-group h2 {
        width: fit-content;
        margin-left: 0 !important;
        font-size: 3rem;
    }

    .fv_tag {
        padding: 5px 10px;
        font-size: 15px;
    }

    .fv_rec-banner {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
        padding: 30px !important;
    }

    .slide_box {
        height: 70px;
    }

    .footer_logo {
        width: 280px;
    }
}

@media screen and (max-width: 435px) {
    .c-container {
        padding: 0 5%;
    }

    .sp_none {
        display: none;
    }

    .ta_js {
        text-align: justify !important;
    }

    a.smb-btn {
        width: 275px !important;
    }

    .l-header .c-fluid-container {
        padding: 0 5%;
    }

    .c-site-branding__title .custom-logo {
        width: 230px;
    }

    .txt-ttl_img {
        width: 75%;
    }

    .txt-ttl_img_dump {
        width: 70% !important;
    }

    .txt-ttl_img_ig {
        width: 80% !important;
    }

    .sp_none {
        display: none;
    }

    #fv {
        height: 75vh;
    }

    .fv_txt-group h2 {
        font-size: 2.5rem;
    }

    .fv_pp {
        font-size: 1rem;
    }

    .fv_tag-group {
        gap: 5px;
    }

    .fv_tag svg {
        width: 13px;
        height: 13px;
        padding: 4px;
    }

    .fv_tag {
        padding: 3px 8px;
        font-size: 14px;
    }

    .fv_truck {
        width: 80%;
    }

    .fv_txt-group {
        bottom: 30%;
    }

    .dump_box h3 {
        font-size: 2rem;
    }

    .fv_rec-banner {
        width: 60%;
    }

    #recruit h2,
    #busi-company h2 {
        font-size: 2rem;
    }

    #recruit .recruit_box,
    #busi-company .busi-com_box {
        padding: 20px;
    }

    #recruit h3,
    #busi-company h3 {
        font-size: 1rem;
    }

    .dump_txt-box {
        padding: 0;
    }

    /* お問い合わせ */
    .wp-block-snow-monkey-blocks-box.smb-box.contact-form_box {
        padding: 20px !important;
    }
}

@media screen and (max-width: 360px) {
    .fv_txt-group h2 {
        font-size: 2.3rem;
    }
}