@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=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
    --color-font: #333333;
    --header-color-primary: #CD0000;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Oswald", sans-serif;
}
/* オリジナル */
/* 投稿欄 */
p.time.cat-news.first {
    border-radius: 5px;
}
.postlist li {
    border-bottom: 1px solid #ddd;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #CD0000;
    padding: 1vw 0;
}
div#copyright {
    background: #CD0000;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: red;
}
#header a.head_btn.mail_btn:hover {
    background: red;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #CD0000;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #CD0000;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
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;
}
/* トップ投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
}
/* h3の下線を消す、左右と下のpaddingを消す、marginを消す*/
.post h3 {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
/* h2のmarginを消す */
.post h2 {
    margin: 0;
}
/* h2の下線を消す */
.post h2::after {
    display: none;
}
.max_contents {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.mxauto {
    margin: 0 auto;
}
.bg_img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sppt0 {
        padding-top: 0rem !important;
    }
    .spmb0 {
        margin-bottom: 0rem !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .sp_flex_mb {
        margin-bottom: 5vw !important;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*メニュー  */
#thumbImg::before, header#h1Header::before {
    background: #707070;
    opacity: .3;
}
h1.title.first.cat-loop span {
    font-size: clamp(30px, 2.5vw, 48px);
    font-weight: 700;
    font-family: var(--ff02);
}
h1.title.first span {
    font-size: 16px;
    font-weight: 700;
}
h1.title.first span span {
    font-family: var(--ff02);
    line-height: 0.8;
    font-size: clamp(30px, 2.5vw, 48px);
    display: block;
}
span.tel_number {
    color: #CD0000;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: var(--ff02);
    justify-content: center;
    font-size: clamp(18px, 1.2vw, 22px);
}
span.tel_number::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    color: #CD0000;
    font-size: 0.8em;
    margin-right: 10px;
    line-height: 1;
}
span.reception_time {
    display: block;
    color: #000;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    font-family: var(--ff01);
}
#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    padding: 0 1vw;
    background: #F8F8F8;
}
#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
/* ボタン */
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background: #CD0000;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 18px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 715px;
    /*横幅調整*/
    padding: 25px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid;
    /*border-radius: 10px;*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-style: italic;
}
.btn-item02 a:hover {
    background: #333333;
    /*背景の色*/
    color: #ffffff;
    /*文字と枠の色*/
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #000;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-family: var(--ff02);
    font-weight: bold;
    /*文字の太さ*/
    width: 230px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid;
    /*border-radius: 10px;*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    /* margin-left: 7rem; */
}
.btn-item a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    top: 45%;
    right: 0;
    transition: 0.2s;
}
.btn-item a:hover::before {
    width: 10px;
}
/*フッター  */
.w50.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.right {
    max-width: 530px;
    margin-left: auto;
}
.relative_footer {
    position: relative;
}
.relative_footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #000000;
    background-repeat: no-repeat;
    background-position: top;
}
p.footer_title {
    font-size: 20px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}
p.footer {
    font-size: 16px;
    position: relative;
    color: #fff;
    font-weight: 500;
}
p.footer_title span {
    margin-right: 1rem;
}
/*投稿  */
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #CD0000;
}
section#front_bottom_content {
    background: #F8F8F8;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
h1.title.bottom-loop {
    text-align: left;
}
h1.title.bottom-loop {
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--ff02);
    font-size: clamp(40px, 3.7vw, 70px);
}
/* テーブル */
.table-item tr td {
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
    font-size: clamp(16px, 1vw, 18px);
}
.table-item td.cell_01 {
    width: 25%;
    background: #F8F8F8;
    border-left: 1px solid #C6C6C6;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
}
.table-item tr.head td {
    border-top: 1px solid #C6C6C6;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        text-align: center;
    }
}
/* 採用情報 */
p.tel {
    color: #CD0000;
    font-weight: 900;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 3rem;
    font-size: clamp(36px, 3.2vw, 60px);
}
span.reception {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    font-style: normal;
}
.btn-item02.ex a {
    width: 100%;
    font-family: var(--ff02);
    font-style: normal;
    font-size: clamp(30px, 2.5vw, 48px);
}
p.intro::after {
    position: absolute;
    content: "";
    bottom: 25%;
    right: -7%;
    width: 3px;
    height: 20px;
    background: #CD0000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: rotate(30deg);
}
p.intro {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: clamp(16px, 1vw, 20px);
}
p.intro::before {
    position: absolute;
    content: "";
    bottom: 25%;
    left: -7%;
    width: 3px;
    height: 20px;
    background: #CD0000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: rotate(-30deg);
}
/* 会社概要 */
.philosophy_container {
    background: #F8F8F8;
    padding: 5rem;
}
p.philosophy {
    font-weight: 900;
    font-style: italic;
    font-size: clamp(21px, 1.4vw, 26px);
}
span.red {
    color: #CD0000;
}
.philosophy_item {
    margin-bottom: 4rem;
}
h2.lower_title02 {
    font-family: var(--ff02);
    position: relative;
    font-size: clamp(28px, 2.5vw, 48px);
}
span.translate {
    display: block;
    font-size: 16px;
    font-weight: 700;
    /* font-size: 12px; */
}
h2.lower_title02::before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #CD0000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
/* SERVICE */
a#scrollUp {
    background: #CD0000;
}
p.emphasis {
    font-weight: 700;
    font-size: clamp(21px, 1.5vw, 28px);
}
h2.lower_title {
    font-weight: 700;
    font-size: clamp(24px, 1.9vw, 36px);
}
span.number {
    display: block;
    color: #CD0000;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
p.topic {
    font-size: 15px;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 2%;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
}
p.topic_item {
    padding: 1rem;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    margin-bottom: 1rem;
    font-family: "Open Sans", sans-serif;
}
.bg_img.bg_gray {
    background: #F8F8F8;
    padding: 10rem 0;
}
/* トップ */
.filter:hover::before {
    opacity: 0;
}
span.blue {
    color: #0D56AB;
}
.message_icon img {
    width: 16vw;
    min-width: 100px;
}
p.small {
    font-size: 16px;
    font-weight: 400;
}
div#front-sectionPost {
    max-width: 1100px;
}
.pad_left {
    padding-left: 5%;
}
.pr {
    padding-right: 3%;
}
.w50.pr {
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}
.w50.pr::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 94%;
    height: 100%;
    background-image: url(/wp-content/uploads/top_img_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -10;
}
.w50.pl {
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}
.w50.pl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 94%;
    height: 100%;
    background-image: url(/wp-content/uploads/top_img_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -10;
}
.pl {
    padding-left: 3%;
}
.flexbox.gap3 {
    flex-wrap: nowrap;
}
.top02_container.ex img {
    aspect-ratio: 2/1;
}
.top02_container.ex img {
    aspect-ratio: 3/2;
}
.top02_container img {
    aspect-ratio: 3/4;
}
.top02_container.ex.none {
    border-top: none;
}
.top02_container.weight {
    border-bottom: 2px solid #707070;
}
.btn-item.margin0 a {
    margin: 0;
}
.relative.ex::before {
    left: unset;
    right: 0;
}
.top02_container {
    border: 1px solid #707070;
}

p.fff {
    color: #fff;
    position: relative;
}
.flexbox.flex_end {
    align-items: flex-end;
    justify-content: center;
    gap: 6%;
    position: absolute;
    bottom: 5%;
    left: 5%;
    flex-wrap: nowrap;
    width: 90%;
}

.filter {
    position: relative;
}
.filter::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000B3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
h2.top_title.fff {
    color: #fff;
}
.w49 {
    width: 49%;
}
.w48 {
    width: 48%;
}
.max_w1720 {
    width: 90%;
    max-width: 1720px;
}
h2.top_title {
    font-weight: 600;
    line-height: 1.3;
    font-family: var(--ff02);
    font-size: clamp(40px, 3.7vw, 70px);
}
span.sub {
    display: block;
    font-size: clamp(18px, 1.1vw, 20px);
}
h3.top_subtitle {
    font-weight: 700;
    font-size: clamp(24px, 2.3vw, 43px);
}
body p {
    font-weight: 500;
    line-height: 2;
    font-size: clamp(16px, 1vw, 18px);
}
.relative {
    position: relative;
}
.relative::before {
    position: absolute;
    content: "";
    top: -5%;
    left: 0;
    width: 48%;
    height: 110%;
    background-image: url(/wp-content/uploads/top_img_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -10;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1240px) {
    .top02 .flexbox {
        display: block;
    }
    .w50 {
        width: 100%;
    }
    .top02_container img {
        aspect-ratio: 3/2;
    }
}
@media print, screen and (max-width: 1240px) {
    .w50.pt3.spmb10 {
        padding: 0 !important;
        padding: 5rem 0 !important;
    }
    .right {
        margin: 0 auto;
    }
    .relative_footer::before {
        width: 100%;
    }
    .w50.map {
        position: relative;
    }
}
@media print, screen and (min-width: 1024px) {
	#header a.head_btn {
    padding: 0 2vw;
}
    nav#mainNav ul li a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
        color: #CD0000;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    #header .logo img {
        max-width: 361px;
        max-height: 82px;
        width: 100%;
    }
    nav#mainNav ul li a span {
        font-weight: 700;
        color: #000;
        font-size: clamp(16px, 1vw, 18px);
    }
    nav#mainNav ul li a b {
        font-size: 12px;
        font-weight: 400;
        color: #000;
    }
    #header a.head_btn.mail_btn {
        background: #CD0000;
    }
    #header a.head_btn.mail_btn:hover {
        background: #CD0000;
        opacity: 0.7;
    }
    #header a.head_btn.mail_btn span {
        font-weight: 700;
        font-family: var(--ff02);
        font-size: clamp(16px, 1vw, 18px);
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .w50.pt3.spmb10 {
        padding: 0 !important;
        margin: 0 !important;
        padding: 5rem 0 !important;
    }
    .spmb2 {
        margin-bottom: 2rem !important;
    }
    .top02_container.ex img {
        aspect-ratio: 3/4;
    }
    .flexbox.flex_end {
        width: 90%;
        left: 5%;
        bottom: 10%;
    }
    .w50 {
        margin-bottom: 0;
    }
    .top02_container.weight {
        border-bottom: 1px solid #707070;
    }

    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .right {
        text-align: center;
    }
    p.footer_title.mb3 {
        justify-content: center;
    }
    .spmb1 {
        margin-bottom: 1rem !important;
    }
    .w49 {
        width: 100%;
    }
    .w48 {
        width: 100%;
    }
    .relative::before {
        top: -1%;
        width: 100%;
        height: 34%;
    }
    body p {
        line-height: 1.5;
    }
    .top02_container img {
        object-fit: cover;
    }
    .btn-item02 a {
        width: 100%;
    }
    p.small {
        margin-bottom: 3rem !important;
    }
    .philosophy_container {
        padding: 3rem;
    }
    .table-item td.cell_01 {
        text-align: center;
    }
    .table-item td.cell_02.ex {
        text-align: left;
    }
}