@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=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap" rel="stylesheet');
:root {
    --color-font: #32190E;
    --header-color-primary: #DE5D00;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Zen Old Mincho", serif;
}
/* オリジナル */
/* お問い合わせページ差し替え*/
.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;
}
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;
}
.w48 {
    width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
    border-radius: 5px;
    border: none;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li {
    border-bottom: 1px dashed #ccc;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #32190E;
    padding: 1vw 0;
}
div#copyright {
    background: #32190E;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: #DE5D00;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #DE5D00;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #DE5D00;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
.no-wrap {
    flex-wrap: nowrap;
}
/* 投稿詳細ページのフォントサイズ */
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;
}
/* トップ */
.top-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg-bottom {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.img-area img {
    width: 100%;
}
.top-content.about .img-area img {
    border-radius: 50px;
}
body p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}
.max_w1500 {
    width: 90%;
}
body {
    background: #FFFEFA;
}
.top-content.about .img-area {
    width: 48.5%;
    position: relative;
}
.top-content.about .text-area {
    width: 48.5%;
}
span.circle {
    position: absolute;
    top: 4%;
    left: -25%;
    content: "";
    max-width: 300px;
    max-height: 350px;
    width: 16vw;
}
/* ボタン 茶色 */
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #32190E;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 280px;
    padding: 17px 0;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 5px;
}
.btn-item a::after {
    content: '\f054';
    font-family: 'FontAwesome';
    position: absolute;
    left: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
    /* border-radius: 50%; */
    /* border: 2px solid; */
    font-size: 0.8em;
    line-height: 1;
    width: 1.32em;
    height: 1.32em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-item a:hover {
    background: #fff;
    color: #32190E;
    outline: 1px solid #32190E;
}
/* トップ サービス内容 */
.top-content.service .text-area {
    padding: 2%;
}
a.top-service-item {
    width: calc(100% / 3);
}
span.top-service-icon {
    position: absolute;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5%;
    border-radius: 50%;
}
.top-service-img {
    /* flex: 1; */
    position: relative;
    margin-bottom: 10%;
    border: 4px solid #fff;
}
h3.top-subtitle {
    font-weight: 700;
    color: #32190E;
    margin-bottom: 2%;
    font-size: clamp(18px, 1.2vw, 22px);
}
h3.top-subtitle span {
    padding-left: 1em;
}
span.top-service-icon img {
    max-width: 65px;
    width: 4vw;
}
.bg-pd {
    padding: 5% 0;
}
a.top-service-item:hover h3.top-subtitle span {
    font-size: 1.2em;
}
/* トップ ブログ */
.bg-pd.pink {
    background: #FFF3EA;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: block;
    background: #DD5D00;
}
/*トップ another  */
a.top-continer {
    width: 48.5%;
    position: relative;
    display: block;
}
.filter-area {
    position: absolute;
    background: #2E9380A6;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.top-title.fff {
    color: #fff;
    margin-bottom: 0;
}
h2.top-title.fff::before {
    display: none;
}
/* フッター */
.footer__logo {
    width: 23%;
    min-width: 120px;
}
.gap-footer {
    gap: 20px 45px;
}
.bg-pd.large {
    padding: 9% 0 7% 0;
}
.bg-pd.small {
    padding: 4% 0;
}
.logo-area {
    width: 23.2%;
}
.comon_footer .text-area {
    width: 71.6%;
}
p.contact {
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 1.25vw, 24px);
}
p.fff {
    color: #fff;
}
.btn-item.footer a {
    background: #fff;
    color: #32190E;
}
.btn-item.footer a:hover {
    background: #32190E;
    color: #fff;
}
a#scrollUp {
    background: #DE5D00;
}
.footer__logo img {
    width: 100%;
}
.bg-footer {
    background-image: url(/wp-content/uploads/footer-bg.png);
}
/* その他 */
.postlist .ttls, .postlist .date {
    border: none;
}
.top-content.news {
    margin-bottom: 5%;
}
h1.title, .post h1, header#h1Header h1.title {
    color: #333;
}
#thumbImg::before, header#h1Header::before {
    background: #fff;
}
div#sec01 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec02 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec03 {
    padding-top: 100px;
    margin-top: -100px;
}
div#area {
    padding-top: 100px;
    margin-top: -100px;
}
.page-id-160 div#content.wide {
    padding: 0;
}
.page-id-162 div#content.wide {
    padding: 0;
}
.page-id-165 div#content.wide {
    padding-top: 0;
}
.page-id-168 div#content.wide {
    padding-top: 0;
}
/* 見出し */
h2.top-title {
    font-weight: 700;
    color: #32190E;
    margin-bottom: 2em;
    font-size: clamp(22px, 1.5vw, 28px);
}
h2.top-title span {
    display: block;
    font-weight: 900;
    font-family: var(--ff02);
    position: relative;
    font-size: clamp(14px, 1vw, 18px);
}
h2.top-title::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 3px;
    background: #32190E;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
p.top-message {
    color: #32190E;
    font-weight: 700;
    line-height: 1.46;
    margin-bottom: 0.5em;
    font-size: clamp(20px, 1.25vw, 24px);
}
/* ボヌールについて */
h2.top-title.lower {
    margin-bottom: 1.2em;
}
.text-area-small {
    width: 69%;
}
p.lower-message.small {
    font-size: clamp(18px, 1.2vw, 22px);
}
.bonheur03 .img-area {
    width: 48%;
}
.bonheur03 .text-area {
    width: 48%;
}
span.icom-img {
    width: 29%;
}
h3.top_subtitle {
    font-weight: 700;
    line-height: 2.14;
    color: #32190E;
    font-size: clamp(18px, 1.2vw, 22px);
}
h3.top_subtitle.lower {
    margin: 0.5em 0;
}
h2.top-title.lower::before {
    background: #DD5D00;
}
.lower-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bonheur01-bg {
    background-image: url(/wp-content/uploads/bonheur-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    padding-bottom: 6%;
}
p.lower-message {
    font-weight: 700;
    color: #32190E;
    font-size: clamp(22px, 1.5vw, 28px);
}
/* カード */
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 32%;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
        margin-bottom: 5%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
    }
}
/* サービス内容について */
.service01 {
    margin-bottom: 5%;
}
h2.top-title.lower.service {
    margin-bottom: 1em;
}
.service02 {
    margin-bottom: 10%;
}
.service02 .img-area {
    width: 48%;
}
.service02 .text-area {
    width: 48%;
}
.service02-item {
    border-bottom: 1px dashed #32190E;
    padding-bottom: 2%;
    margin-bottom: 3%;
}
.gap-service {
    gap: 20px;
}
h2.top-title.none::before {
    display: none;
}
h2.top-title.none {
    margin-bottom: 1em;
}
/* 会社情報 */
.table-item tr td {
    font-weight: 500;
    padding: 16px 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: #DD5D00;
    color: #fff;
    border-left: 1px solid #C6C6C6;
    font-weight: 700;
}
.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_01 {
        text-align: center;
    }
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_txt_l {
        text-align: left !important;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .w48 {
        width: 100%;
    }
    .sppt0 {
        padding-top: 0rem !important;
    }
    .spmb0 {
        margin-bottom: 0rem !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header-layout {
    height: 100px;
}
	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 a.head_btn.tel_btn:hover {
        background: #F8F8F8;
        opacity: .7;
    }
    nav#mainNav ul li a b {
        font-weight: 500;
        color: #333333;
        font-size: clamp(14px, 1vw, 18px);
    }
    header#header {
        height: 100px;
    }
    #header a.head_btn.tel_btn {
        background: #F8F8F8;
        color: #EC6300;
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 500;
    }
    #header a.head_btn.tel_btn::before {
        content: '\f3cd';
    }
    #header a.head_btn.mail_btn span {
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 500;
    }
    #header .logo img {
        width: 100%;
        max-width: 222px;
        max-height: 96px;
    }
    
}
@media print, screen and (max-width: 1024px) {
    a.top-service-item {
        width: 48%;
        margin-bottom: 5%;
    }
}


@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    a.top-continer.recruit {
        width: 100%;
    }
    a.top-continer.company {
        width: 100%;
    }
    a.top-service-item {
        display: block;
        width: 100%;
    }
    .top-content.about .text-area {
        width: 100%;
    }
    .top-content.about .img-area {
        width: 100%;
    }
    .bg-pd {
        padding: 10% 0;
    }
    span.top-service-icon img {
        width: 6vw;
    }
    .top-content.service .text-area {
        padding: 5%;
    }
    .top-service-img {
        margin-bottom: 5%;
    }
    .logo-area {
        width: 50%;
    }
    .comon_footer .text-area {
        width: 100%;
    }
    .bg-pd.large {
        padding: 10% 0;
    }
    .btn-item.footer {
        margin-bottom: 5%;
    }
    .bonheur03 .img-area {
        width: 100%;
    }
    .bonheur03 .text-area {
        width: 100%;
    }
    span.icom-img {
        width: 100%;
        display: block;
        text-align: center;
    }
    .text-area-small {
        width: 100%;
    }
    span.icom-img img {
        max-width: 80px;
    }
    .service02 .img-area {
        width: 100%;
    }
    .service02 .text-area {
        width: 100%;
    }
    .service01 .btn-item {
        margin-bottom: 10px;
    }
    .service01 {
        margin-bottom: 10%;
    }
	.top-content.news {
    margin-bottom: 10%;
}
}