@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* ルート */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&family=Yuji+Mai&family=Zen+Old+Mincho&display=swap" rel="stylesheet');
:root {
    --color-font: #242424;
    --header-color-primary: #D24238;
    --color-background: #fff;
    --footer-background: #D24238;
    --footer-color-primary: #FFFFFF;
    --footer-color-font: #fff;
    --ff01: "Noto Sans JP", sans-serif;
    --ff02: "Rajdhani", sans-serif;
    --ff03: "Zen Old Mincho", serif;
    --ff04: "Yuji Mai", serif;
}
/* 書き変え系 */
.column02 {
    width: 48%;
}
.jc_flex-end {
    justify-content: flex-end;
}
.flex-end {
    align-items: flex-end;
}
.flex-start {
    align-items: flex-start;
}
@media print, screen and (max-width: 959px) {
    #footer {
        text-align: left;
    }
}
/* お問い合わせページだけフッターがないときにナビゲーションエリアにpadding-topを設けたい */
.page-id-21 footer#footer {
    padding-top: 2rem;
}
@media print, screen and (max-width: 768px) {
    .page-id-21 footer#footer {
        padding-top: 1rem;
    }
}
/* 投稿のショートコードのタイトルのh2が.post h2に負けないようにする */
h2.cat-loop {
    font-size: clamp(16px, 1vw, 18px);
}
/* SP用フッター */
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail a {
    background: #808080;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.icon {
    color: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.mail p.menu_name {
    color: #fff;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.icon {
    color: #6896d9;
}
#MESY_FTMFM_footer_bar-wrapper ul#MESY_FTMFM_footer_bar li.tel p.menu_name {
    color: #6896d9;
}
/* FOOTER */
footer#footer {
    padding-top: 0;
}
/* コピーライト */
#copyright {
    margin: var(--px12) auto 0;
    color: #fff;
}
/* 投稿 リスト */
.postlist li:first-child {
    border-top: none;
    border-top: 1px dashed #cccccc;
}
.postlist li {
    border-bottom: 1px dashed #cccccc;
}
/* 投稿 ブロック */
/* 見出しの打ち消し */
.post2b h2,
.post4b h2,
.post2b h2 a,
.post4b h2 a {
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    letter-spacing: unset;
    line-height: unset;
    color: unset;
}
.post .time,
.postlist .time,
.post2b .time,
.post4b .time {
    background: #D24238;
    display: block;
    border-radius: 5px;
}
.post_link,
.post2b_link,
.post4b_link {
    color: #0c4376;
}
.post_link a,
.post2b_link a,
.post4b_link a {
    color: #0c4376;
}
/* それ以外 */
@media print, screen and (max-width: 768px) {
    .sp_txt_l {
        text-align: left !important;
    }
    a.column02 {
        width: 48%;
        display: block;
    }
    .column02 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .column02 {
        width: 100%;
        margin-bottom: 15px;
    }
    .column02:last-child {
        margin-bottom: 0;
    }
}
.column02-w50 {
    width: 50%;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .column02-w50 {
        width: 100%;
        margin-bottom: 15px;
    }
    .column02-w50:last-child {
        margin-bottom: 0;
    }
}
.column03 {
    width: 32%;
}
a.column03 {
    width: 32%;
    display: block;
}
@media print, screen and (max-width: 1024px) {
    .column03 {
        width: 48%;
        margin-bottom: 2vw;
    }
    a.column03 {
        width: 48%;
        margin-bottom: 2vw;
    }
}
@media print, screen and (max-width: 768px) {
    .column03 {
        width: 100%;
        margin-bottom: 15px;
    }
    .column03:last-child {
        margin-bottom: 0;
    }
}
.column03-full {
    width: calc(100% / 3);
}
@media print, screen and (max-width: 1024px) {
    .column03-full {
        width: 50%;
    }
}
@media print, screen and (max-width: 768px) {
    .column03-full {
        width: 100%;
    }
}
.column03-flex1 {
    flex: 1;
}
@media print, screen and (max-width: 768px) {
    .column03-flex1 {
        width: 100%;
    }
}
.column04 {
    width: 23.6%;
}
@media print, screen and (max-width: 1024px) {
    .column04 {
        width: 48%;
        margin-bottom: 2vw;
    }
}
@media print, screen and (max-width: 768px) {
    .column04 {
        width: 100%;
        margin-bottom: 15px;
    }
    .column04:last-child {
        margin-bottom: 0;
    }
}
.relative {
    position: relative;
    z-index: 0;
}
.mx-auto {
    margin: 0 auto;
}
.ml-auto {
    margin-left: auto;
}
.margin0 {
    margin: 0;
}
.absolute-area-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.absolute-area-center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.absolute-area-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.jc_around {
    justify-content: space-around;
}
span.privacy {
    color: #0d56ab;
}
.img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flexbox {
    flex-wrap: wrap;
}
.no-wrap {
    flex-wrap: nowrap;
}
.w100 {
    width: 100%;
}
.top-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.lower-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_w1100 {
    width: 90%;
}
.max_w1200 {
    max-width: 1200px;
    width: 90%;
}
.max_w1280 {
    max-width: 1280px;
    width: 90%;
}
/* 書き変え・お助け系 */
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.time.cat-news.first {
    border-bottom: none;
}
/* 親テーマ .news pのborder-bottomを打ち消す*/
p.date {
    border-bottom: none;
}
a#scrollUp {
    background: #D24238;
}
/* メニュー右上の色/hover時 */
#header a.head_btn.mail_btn {
    background: #D24238;
}
#header a.head_btn.mail_btn:hover {
    background: #D24238;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/*お問い合わせページのボタンの色  */
.linkBtn,
.post .linkBtn {
    background: #D24238;
}
.linkBtn:hover,
.post .linkBtn:hover {
    background: #D24238;
    opacity: 0.7;
}
/* 代替案 検討中 */
body:not(.home) #content.wide {
    padding: 3% 0 8% 0;
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn,
.post .linkBtn {
    padding: 0.5em 2.5em 0.5em 2.5em;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* --- */
/* h2の下線を消す */
.post h2::after {
    display: none;
    margin: 0;
}
/* プラポリのためにmarginは消さない */
.post h4 {
    padding: 0;
}
/* お問い合わせページ差し替え*/
.wpcf7-form .must {
    background: #f73737;
}
table.responsive th {
    background: transparent;
}
.post table.responsive,
.post table.responsive th,
.post table.responsive td {
    border-width: 0px;
}
table.responsive th {
    border-bottom: 1px solid #dcdddd !important;
}
table.responsive td {
    border-bottom: 1px solid #dcdddd !important;
}
.post h4::before {
    display: none;
}
/* SPユーティリティ */
@media print, screen and (max-width: 768px) {
    /* 最新	 */
    .w10,
    .w20,
    .w30,
    .w40,
    .w50,
    .w60,
    .w70,
    .w80,
    .w90 {
        margin-bottom: 0;
    }
    .sp_flex,
    .post .sp_flex {
        display: flex;
    }
    .sp_w_90,
    .post .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_mx-auto,
    .post .sp_mx-auto {
        margin: 0 auto;
    }
    .sp_txt_l,
    .post .sp_txt_l {
        text-align: left;
    }
    .sp_txt_c,
    .post .sp_txt_c {
        text-align: center;
    }
    .sp_txt_r,
    .post .sp_txt_r {
        text-align: right;
    }
    /* ヘッダー */
    .mobile #header {
        background: #fff;
    }
    .spmenu #menu p {
        color: #D24238;
        width: 100%;
    }
    .spmenu #menu span,
    .spmenu #menu span:before,
    .spmenu #menu span:after {
        background: #D24238;
    }
    div#wpadminbar {
        display: none;
    }
}
.mr0 {
    margin-right: 0 !important;
}
.mr1 {
    margin-right: 1rem !important;
}
.mr2 {
    margin-right: 2rem !important;
}
.mr3 {
    margin-right: 3rem !important;
}
.mr4 {
    margin-right: 4rem !important;
}
.mr5 {
    margin-right: 5rem !important;
}
.mr6 {
    margin-right: 6rem !important;
}
.mr7 {
    margin-right: 7rem !important;
}
.mr8 {
    margin-right: 8rem !important;
}
.mr9 {
    margin-right: 9rem !important;
}
.mr10 {
    margin-right: 10rem !important;
}
.mr15 {
    margin-right: 15rem !important;
}
.mr16 {
    margin-right: 16rem !important;
}
@media screen and (max-width: 768px) {
    .mr1 {
        margin-right: 0.5rem !important;
    }
    .mr2 {
        margin-right: 1rem !important;
    }
    .mr3 {
        margin-right: 1.5rem !important;
    }
    .mr4 {
        margin-right: 2rem !important;
    }
    .mr5 {
        margin-right: 2.5rem !important;
    }
    .mr6 {
        margin-right: 3rem !important;
    }
    .mr7 {
        margin-right: 3.5rem !important;
    }
    .mr8 {
        margin-right: 4rem !important;
    }
    .mr9 {
        margin-right: 4.5rem !important;
    }
    .mr10 {
        margin-right: 5rem !important;
    }
    .mr15 {
        margin-right: 7.5rem !important;
    }
    .mr16 {
        margin-right: 8rem !important;
    }
}
.ml0 {
    margin-left: 0 !important;
}
.ml1 {
    margin-left: 1rem !important;
}
.ml2 {
    margin-left: 2rem !important;
}
.ml3 {
    margin-left: 3rem !important;
}
.ml4 {
    margin-left: 4rem !important;
}
.ml5 {
    margin-left: 5rem !important;
}
.ml6 {
    margin-left: 6rem !important;
}
.ml7 {
    margin-left: 7rem !important;
}
.ml8 {
    margin-left: 8rem !important;
}
.ml9 {
    margin-left: 9rem !important;
}
.ml10 {
    margin-left: 10rem !important;
}
.ml15 {
    margin-left: 15rem !important;
}
.ml16 {
    margin-left: 16rem !important;
}
@media screen and (max-width: 768px) {
    .ml1 {
        margin-left: 0.5rem !important;
    }
    .ml2 {
        margin-left: 1rem !important;
    }
    .ml3 {
        margin-left: 1.5rem !important;
    }
    .ml4 {
        margin-left: 2rem !important;
    }
    .ml5 {
        margin-left: 2.5rem !important;
    }
    .ml6 {
        margin-left: 3rem !important;
    }
    .ml7 {
        margin-left: 3.5rem !important;
    }
    .ml8 {
        margin-left: 4rem !important;
    }
    .ml9 {
        margin-left: 4.5rem !important;
    }
    .ml10 {
        margin-left: 5rem !important;
    }
    .ml15 {
        margin-left: 7.5rem !important;
    }
    .ml16 {
        margin-left: 8rem !important;
    }
}
.pr0 {
    padding-right: 0 !important;
}
.pr1 {
    padding-right: 1rem !important;
}
.pr2 {
    padding-right: 2rem !important;
}
.pr3 {
    padding-right: 3rem !important;
}
.pr4 {
    padding-right: 4rem !important;
}
.pr5 {
    padding-right: 5rem !important;
}
.pr6 {
    padding-right: 6rem !important;
}
.pr7 {
    padding-right: 7rem !important;
}
.pr8 {
    padding-right: 8rem !important;
}
.pr9 {
    padding-right: 9rem !important;
}
.pr10 {
    padding-right: 10rem !important;
}
.pr15 {
    padding-right: 15rem !important;
}
.pr16 {
    padding-right: 16rem !important;
}
@media screen and (max-width: 768px) {
    .pr1 {
        padding-right: 0.5rem !important;
    }
    .pr2 {
        padding-right: 1rem !important;
    }
    .pr3 {
        padding-right: 1.5rem !important;
    }
    .pr4 {
        padding-right: 2rem !important;
    }
    .pr5 {
        padding-right: 2.5rem !important;
    }
    .pr6 {
        padding-right: 3rem !important;
    }
    .pr7 {
        padding-right: 3.5rem !important;
    }
    .pr8 {
        padding-right: 4rem !important;
    }
    .pr9 {
        padding-right: 4.5rem !important;
    }
    .pr10 {
        padding-right: 5rem !important;
    }
    .pr15 {
        padding-right: 7.5rem !important;
    }
    .pr16 {
        padding-right: 8rem !important;
    }
}
.pl0 {
    padding-left: 0 !important;
}
.pl1 {
    padding-left: 1rem !important;
}
.pl2 {
    padding-left: 2rem !important;
}
.pl3 {
    padding-left: 3rem !important;
}
.pl4 {
    padding-left: 4rem !important;
}
.pl5 {
    padding-left: 5rem !important;
}
.pl6 {
    padding-left: 6rem !important;
}
.pl7 {
    padding-left: 7rem !important;
}
.pl8 {
    padding-left: 8rem !important;
}
.pl9 {
    padding-left: 9rem !important;
}
.pl10 {
    padding-left: 10rem !important;
}
.pl15 {
    padding-left: 15rem !important;
}
.pl16 {
    padding-left: 16rem !important;
}
@media screen and (max-width: 768px) {
    .pl1 {
        padding-left: 0.5rem !important;
    }
    .pl2 {
        padding-left: 1rem !important;
    }
    .pl3 {
        padding-left: 1.5rem !important;
    }
    .pl4 {
        padding-left: 2rem !important;
    }
    .pl5 {
        padding-left: 2.5rem !important;
    }
    .pl6 {
        padding-left: 3rem !important;
    }
    .pl7 {
        padding-left: 3.5rem !important;
    }
    .pl8 {
        padding-left: 4rem !important;
    }
    .pl9 {
        padding-left: 4.5rem !important;
    }
    .pl10 {
        padding-left: 5rem !important;
    }
    .pl15 {
        padding-left: 7.5rem !important;
    }
    .pl16 {
        padding-left: 8rem !important;
    }
}
.block,
.post .block {
    display: block;
}
.inline,
.post .inline {
    display: inline;
}
.inline-block,
.post .inline-block {
    display: inline-block;
}
/* h1～h3 */
.post h1 {
    font-size: clamp(32px, 3.4vw, 65px);
    line-height: 1.08;
    letter-spacing: 0.03em;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #242424;
}
.post h2 {
    font-size: clamp(18px, 1.5vw, 28px);
    line-height: 1.75;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #333333;
    padding: 0;
    margin: 0;
}
.post h3 {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.23;
    letter-spacing: 0.03em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #242424;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* ボタン */
.btn-item {
    max-width: 270px;
    width: 100%;
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #D24238, #AF1409);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 22px 0;
    text-decoration: none;
    transition: 0.3s;
}
.btn-item a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    transition: 0.2s;
}
.btn-item a:hover::before {
    right: 10px;
}
/* 見出しコンポ */
.font65,
.post .font65 {
    font-size: clamp(32px, 3.4vw, 65px);
    line-height: 1.08;
}
.font36,
.post .font36 {
    font-size: clamp(20px, 1.9vw, 36px);
    line-height: 1.5;
}
.font29,
.post .font29 {
    font-size: clamp(18px, 1.6vw, 29px);
    line-height: 2;
}
.font28,
.post .font28 {
    font-size: clamp(18px, 1.5vw, 28px);
    line-height: 1.75;
}
.font22-line-height28,
.post .font22-line-height28 {
    font-size: clamp(16px, 1.2vw, 22px);
    line-height: 1.27;
}
.font22-line-height27,
.post .font22-line-height27 {
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.23;
}
.font18-line-height26,
.post .font18-line-height26 {
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.44;
}
.font18-line-height27,
.post .font18-line-height27 {
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.5;
}
.font18-line-height23,
.post .font18-line-height23 {
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.28;
}
.font16-line-height27,
.post .font16-line-height27 {
    font-size: clamp(16px, 0.9vw, 16px);
    line-height: 1.69;
}
.font16-line-height26,
.post .font16-line-height26 {
    font-size: clamp(16px, 0.9vw, 16px);
    line-height: 1.62;
}
.font16-line-height32,
.post .font16-line-height32 {
    font-size: clamp(16px, 0.9vw, 16px);
    line-height: 2;
}
.letters30,
.post .letters30 {
    letter-spacing: 0.03em;
}
.letters60,
.post .letters60 {
    letter-spacing: 0.06em;
}
.noto-sans-jp,
.post .noto-sans-jp {
    font-family: "Noto Sans JP", sans-serif;
}
.rajdhani,
.post .rajdhani {
    font-family: "Rajdhani", sans-serif;
}
.zen-old-mincho,
.post .zen-old-mincho {
    font-family: "Zen Old Mincho", serif;
}
.yuji-mai,
.post .yuji-mai {
    font-family: "Yuji Mai", serif;
}
.fw400,
.post .fw400 {
    font-weight: 400;
}
.fw500,
.post .fw500 {
    font-weight: 500;
}
.fw600,
.post .fw600 {
    font-weight: 600;
}
.fw700,
.post .fw700 {
    font-weight: 700;
}
.fw900,
.post .fw900 {
    font-weight: 900;
}
.black,
.post .black {
    color: #333333;
}
.black01,
.post .black01 {
    color: #242424;
}
.black02,
.post .black02 {
    color: #000000;
}
.white,
.post .white {
    color: #ffffff;
}
.red,
.post .red {
    color: #d24238;
}
/* イレギュラー */
.underline::before,
.post .underline::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0%;
    max-width: 60px;
    width: 100%;
    max-height: 5px;
    height: 0.2em;
}
.underline.center::before,
.post .underline.center::before {
    left: 50%;
    transform: translateX(-50%);
}
.line-red::before,
.post .line-red::before {
    background: #d24238;
}
.bg-black,
.post .bg-black {
    background: #000000;
    padding: 1% 3%;
}
.border-bottom-red,
.post .border-bottom-red {
    margin-bottom: 2rem;
    border-bottom: 1px solid #d24238;
    padding-bottom: 1rem;
}
.line-white::before,
.post .line-white::before {
    background: #fff;
}
.head-border,
.post .head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.border-bottom-gray,
.post .border-bottom-gray {
    border-bottom: 1px solid #cecece;
}
.head-border:before, .post .head-border::before {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #D24238;
}
.head-border::after, .post .head-border::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #D24238;
}
.head-border:before, .post .head-border:before {
    left: 0;
}
.head-border:after, .post .head-border:after {
    right: 0;
}
.pseudo-white,
.post .pseudo-white {
    color: #fff;
}
.gap10px,
.post .gap10px {
    gap: 15px;
}
/* TOP */
/* TOP ABOUT */
.bg-white {
    background: #fff;
}
.about.relative::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 44%;
    height: 100%;
    background: #FAFAFA;
}
.max_w1160 {
    max-width: 1160px;
    width: 90%;
}
.br10px-top img {
    border-radius: 10px 10px 0 0;
}
.border-gray {
    border: 1px solid #D3D3D3;
}
.br10px-bottom {
    border-radius: 0 0 10px 10px;
}
.pd-top-item01 {
    padding: 4% 5%;
}
.mt-irregular01 {
    margin-top: 10rem;
}
.mt-irregular02 {
    margin-top: 5rem;
}
@media print, screen and (max-width: 1024px) {
    .mt-irregular01 {
        margin-top: 0;
    }
    .mt-irregular02 {
        margin-top: 0;
    }
}
/* TOP SERVICE */
.column02-inner {
    max-width: 560px;
    width: 90%;
}
/* TOP RECRUIT */
.bg-recruit {
    background-image: url(/wp-content/uploads/bg-recruit.png);
}
/* TOP RECRUIT */
.bg-recruit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #770B04;
    opacity: 0.61;
}
.bg-red01 {
    background: #D24238;
}
.fliter::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    opacity: 0.38;
    z-index: 10;
}
/* NEWS */
/* フッター */
a.tel-link {
    display: inline-block;
    font-size: clamp(36px, 2.4vw, 45px);
    font-weight: 700;
    font-family: var(--ff02);
    position: relative;
    z-index: 0;
}
a.tel-link::before {
    position: absolute;
    content: "\f095";
    font-family: 'FontAwesome';
    font-size: 0.8em;
    left: -1.5em;
    z-index: 10;
}
.bg-gray01 {
    background: #F8F8F8;
}
/* 事業内容 */
.gap30px {
    gap: 30px;
}
.bg-gray02 {
    background: #EDEDED;
}
/* 採用情報 */
.bg-message::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.46;
}
p.subtitle {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.bg-message {
    background-image: url(/wp-content/uploads/bg-message2.png);
}
.head-border.pseudo-white:before, .post .head-border.pseido-white::before {
    background: #fff;
}
.head-border.pseudo-white::after, .post .head-border.pseudo-white::after {
    background: #fff;
}
.table-item tr td {
    font-size: 16px;
    font-size: clamp(15px, 0.9vw, 16px);
    font-weight: 500;
    padding: 15px 3%;
    line-height: 1.78;
}
.table-item td.cell_01 {
    width: 25%;
    border-bottom: 2px solid #D24238;
    font-weight: 700;
    color: #D24238;
}
.table-item td.cell_02 {
    border-bottom: 2px solid #9f9f9f;
}
.table-item tr.head td.cell_01 {}
.table-item tr.head td.cell_02 {}
.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
@media print, screen and (max-width: 768px) {
    .table-item tr.head td.cell_02 {
        border-top: none;
    }
    .table-item td.cell_01 {
        border-bottom: 2px solid #9f9f9f4d;
    }
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        border-bottom: 2px solid #9f9f9f4d;
    }
    .table-item tr td {
        padding: 15px 3%;
    }
}
/* 会社概要 */
.bg-company {
    background-image: url(/wp-content/uploads/bg-greeting.png);
}
.bg-company::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #650700;
    opacity: 0.7;
}
/* その他 */
a.tel-link:hover {
    opacity: .7;
}
div#sec01 {
    padding-top: clamp(100px,
            calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
            120px);
    margin-top: calc(-1 * clamp(100px, calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))), 120px));
}
div#sec02 {
    padding-top: clamp(100px,
            calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
            120px);
    margin-top: calc(-1 * clamp(100px, calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))), 120px));
}
div#sec03 {
    padding-top: clamp(100px,
            calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))),
            120px);
    margin-top: calc(-1 * clamp(100px, calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))), 120px));
}
header#h1Header h1.title {
    max-width: 1160px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 90%;
    font-size: clamp(30px, 2.5vw, 47px);
    font-weight: 700;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
    nav#mainNav ul li a:active, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-ancestor a, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
        background: transparent;
    }
    header#header {
        height: clamp(100px, calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))), 120px);
    }
    .sticky-header #header-layout {
        height: clamp(100px, calc(100px + (120 - 100) * ((100vw - 1024px) / (1920 - 1024))), 120px);
    }
    #header a.head_btn {
        flex-direction: row;
    }
    #header a.head_btn.mail_btn::before {
        margin-right: 10px;
    }
    #header ul.header__contact {
        height: 60px;
        margin-right: 2vw;
    }
    nav#mainNav ul li a b {
        font-size: clamp(16px, 1vw, 18px);
        color: #242424;
        font-weight: 700;
    }
    nav#mainNav ul li a b span {
        font-size: 16px;
        color: #808080;
    }
    nav#mainNav ul li a span {
        font-size: 16px;
        color: #808080;
        font-family: var(--ff02);
        margin-top: 7px;
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .btn-item a {
        padding: 10px 0;
    }
    .btn-item {
        max-width: 200px;
    }
    header#h1Header {
        height: 150px;
    }
    .underline::before, .post .underline::before {
        height: 3px;
        bottom: -10px;
    }
    a.column02 {
        width: 100%;
    }
    .sp_flex_mb,
    .post .sp_flex_mb {
        margin-bottom: 15px;
    }
    /* 	 */
    .img-area img {
        height: 150px;
    }
    .column02-inner {
        margin-left: unset;
        margin: 0 auto;
    }
    a.column03 {
        width: 10;
        width: 100%;
    }
}