@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&family=Shippori+Mincho&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #014000;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Oswald", serif;
    --ff03: "Shippori Mincho", serif;
}
/* オリジナル */
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;
    !i;
    !;
}
.w48 {
    width: 48%;
}
/* 投稿欄 */
p.time.cat-news.first {
    border-radius: 5px;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li {
    border-bottom: 1px dashed #ccc;
}
.max_w1100 {
    width: 90%;
}
footer#footer {
    background: #D65A26E6;
    padding: 0;
}
div#copyright {
    background: #D65A26E6;
    margin: 0;
    background: transparent;
    position: relative;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: #014000;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #004000;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #014000;
    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;
}
/* フッター */
.header-logo {
    width: 13vw;
    min-width: 160px;
}
#footer .inner {
    padding: 1rem 0 0 0;
}
a#scrollUp {
    background: #004000;
}
.bg_footer {
    background-image: url(/wp-content/uploads/bg_footer.png);
    position: relative;
    padding-top: 5%;
}
.bg_footer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #D65A26;
    opacity: .9;
    padding: 0% 0;
}
p.footer-title {
    color: #fff;
    font-weight: 500;
    font-size: clamp(18px, 1.2vw, 22px);
}
/* 採用情報 */
p.business_item.black span::before {
    background: #000;
}
/* 会社概要 */
.gallery {
    margin-top: 1% !important;
    !i;
    !;
}
p.business_item {
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
    font-size: clamp(18px, 1.2vw, 22px);
}
p.business_item span {
    position: relative;
    margin-right: 1em;
}
p.business_item span::before {
    position: absolute;
    content: "";
    width: 0.5em;
    background: #000000;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
/* テーブル */
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #004000;
    border-left: 1px solid #C6C6C6;
    color: #fff;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
    font-weight: 400;
}
.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;
    }
}
/* ーーーーー */
h2.lower-title span.under.black {
    color: #000;
}
h2.lower-title.fff {
    color: #fff;
}
/* サービス */
div#sec05 {
    padding-top: 80px;
    margin-top: -80px;
}
div#sec04 {
    padding-top: 80px;
    margin-top: -80px;
}
div#sec03 {
    padding-top: 80px;
    margin-top: -80px;
}
div#sec02 {
    padding-top: 80px;
    margin-top: -80px;
}
div#sec01 {
    padding-top: 80px;
    margin-top: -80px;
}
.bg_greeting {
    background-image: url(/wp-content/uploads/greeting_bg.png);
    position: relative;
    padding: 5% 0;
}
.bg_greeting::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2B2B2B;
    opacity: .65;
}
h2.lower-title span.under {
    display: block;
    color: #fff;
    font-weight: 700;
    font-family: var(--ff01);
    font-size: clamp(18px, 1.2vw, 22px);
}
p.name {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: var(--ff03);
}
.bg_flow {
    background-image: url(/wp-content/uploads/flow_bg.png);
    padding: 5% 0;
}
p.intro {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1em;
    padding-top: 1em;
}
.cFlow002__text h3 {
    text-align: left;
    color: #004000;
}
.cFlow002__text {
    text-align: left;
}
/* ----------
 * cFlow002
-------------*/
.cFlow002__content {
    counter-reset: number 0;
    width: 100%;
}
.cFlow002__item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.cFlow002__item::after {
    content: "";
    position: absolute;
    border-top: 2rem solid #004000;
    border-right: 2rem solid transparent;
    border-left: 2rem solid transparent;
    left: 50%;
    bottom: -2rem;
    transform: translateX(-50%);
}
/* 打消 */
.cFlow002__item:last-child::after {
    display: none;
}
.cFlow002__item:last-child {
    margin: 0;
}
.cFlow002__num,
.cFlow002__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cFlow002__num {
    position: relative;
    width: min(10%, 140px);
    text-align: center;
    align-items: center;
    background: #004000;
    padding: min(5%, 25px);
    border-radius: 5px 0 0 5px;
}
.cFlow002__num span {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
}
.cFlow002__num span::after {
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2;
}
.cFlow002__text {
    width: calc(100% - min(10%, 140px));
    padding: min(5%, 40px);
    background: #EFEFEF;
    border-radius: 0 5px 5px 0;
}
@media print, screen and (max-width: 769px) {
    .cFlow002__item {
        flex-direction: column;
    }
    .cFlow002__num,
    .cFlow002__text {
        width: 100%;
    }
    .cFlow002__num {
        border-radius: 5px 5px 0 0;
        padding: 1em;
    }
    .cFlow002__text {
        border-radius: 0 0 5px 5px;
    }
}
/* ----------
 * btn
-------------*/
.btn__container {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
}
.btn__container .btn {
    margin: 0;
}
.btn {
    position: relative;
    display: block;
    transition: .5s;
    color: #2D5AC7;
    background: #FFF;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    padding: .7em 1.5em;
    width: 90%;
    max-width: 240px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid;
    margin: auto;
}
@media print, screen and (max-width: 769px) {}
.bg_gray02.ex::before {
    left: 0;
}
.inners.ex {
    margin-left: unset;
    margin-right: auto;
}
.gap01 {
    gap: 2%;
    flex-wrap: nowrap;
}
span.numbaer {
    display: block;
    font-family: var(--ff02);
    font-weight: 600;
    color: #004000;
    line-height: 1.5;
    font-size: clamp(40px, 4.7vw, 90px);
}
span.numbaer {}
h3.lower-subtitle {
    font-weight: 700;
    color: #004000;
    border-bottom: 3px solid #004000;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
    font-size: clamp(17px, 1.4vw, 26px);
}
h3.lower-subtitle::before {
    bottom: -3px;
    left: 0;
    background: #FF834F;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
}
.bg_gray02 {
    position: relative;
    z-index: 0;
}
.bg_gray02::before {
    position: absolute;
    content: "";
    right: 0;
    top: -10%;
    width: 90%;
    height: 120%;
    background: #ECEFEC;
    z-index: -10;
}
h2.lower-title {
    color: #004000;
    font-weight: 600;
    font-family: var(--ff02);
    font-size: clamp(30px, 2vw, 38px);
}
.service h2.lower-title {
    width: 24%;
    padding-right: 3%;
}
.text {
    max-width: 758px;
    /* padding-left: 10%; */
}
/*  お問い合わせ*/
.wpcf7-form .must {
    background: #FF834F;
    border-radius: 5px;
}
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;
    !i;
    !;
}
table.responsive td {
    border-bottom: 1px solid #DCDDDD !important;
}
/* トップ */
h1.title.first.top-loop span.ja {
    font-family: var(--ff01);
    display: block;
    line-height: 3;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #014000;
}
header#h1Header h1.title.first span {
    font-size: 65px;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(30px, 3.4vw, 65px);
}
h1.title.first {
    font-size: 65px;
    font-family: var(--ff02);
    font-weight: 700;
    font-size: clamp(30px, 3.4vw, 65px);
}
p.time.cat-news.first {
    background: #004000;
}
.text_parent {
    border-left: 1px solid #000000;
    width: 76%;
    padding-left: 3%;
}
h2.lower-title span {
    color: #FF834F;
}
.w50.bg_gray {
    position: relative;
}
.top04 .w50 {
    padding: 3%;
}
.btn-item02.orange {
    padding-top: 3rem;
    margin-bottom: 5rem;
}
.w50.bg_gray::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #F8F8F8;
}
.works-img {
    position: relative;
}
.relative {
    position: relative;
}
.absolute {
    width: 90%;
    max-width: 1095px;
    margin: -100px auto 0;
}
.top03 h2.top-title {
    width: 30%;
    text-align: left;
}
p.txt {
    width: 60%;
    text-align: left;
    color: #fff;
}
.btn-item a span {
    font-size: clamp(12px, 1vw, 18px);
}
.flexbox.gap {
    flex-wrap: nowrap;
    gap: 2%;
    align-items: flex-end;
}
.bg_img.bg_top02 {
    background-image: url(/wp-content/uploads/top_service_bg-02.jpg);
    position: relative;
    z-index: 0;
    padding: 5% 0;
}
.bg_img.bg_top02::before {
    position: absolute;
    content: "";
    background: #2B2B2B;
    opacity: 0.65;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.front {
    position: relative;
    z-index: 100;
}
h2.top-title span.en.fff {
    color: #fff;
}
h2.top-title span.ja.fff {
    color: #fff;
}
p.fff {
    color: #fff;
}
.inners {
    max-width: 528px;
    margin-left: auto;
    padding-left: 3%;
}
/* ボタン四個目 */
.btn-item02.orange a {
    background: #D65A26;
    color: #fff;
    margin: 0;
}
/* ボタン三個目 */
.btn-item03 a {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    /* background: red; */
    /*背景の色*/
    background-image: url(/wp-content/uploads/bg_green-1.png);
    color: #333333;
    /*文字と枠の色*/
    font-size: 18px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 100%;
    /*横幅調整*/
    padding: 2em 3em;
    /*立幅調整*/
    margin: 0 auto;
    /* border: 2px solid; */
    /*border-radius: 10px;*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    gap: 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.btn-item03 a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 50%;
    /* transform: translateY(-50%); */
    transition: 0.2s;
}
.btn-item03 a:hover::before {
    right: 10px;
}
/* ボタン二個目 */
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background: #fff;
    /*背景の色*/
    color: #144410;
    /*文字と枠の色*/
    margin: 0 auto;
    font-size: 18px;
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    font-family: var(--ff02);
    width: 250px;
    /*横幅調整*/
    padding: 18px 0;
    /*立幅調整*/
    border-radius: 30px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
}
.btn-item02 a::before {
    content: "●";
    position: absolute;
    right: 15px;
    transition: 0.2s;
    transform: scale(0.3);
}
.btn-item02 a:hover::before {
    transform: scale(0.8);
}
/* ボタン */
.btn-item a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    filter: blur(4px);
    background: #ffffff29;
}
.btn-item.line a {
    border-top: 2px solid #CCCCCC;
}
.btn-item.lines a {
    border-bottom: 2px solid #CCCCCC;
}
.btn-item a:hover {
    border-color: #FF834F;
    mix-blend-mode: saturation;
    position: relative;
    overflow: hidden;
}
.btn-item a {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    position: relative;
    display: block;
    background: transparent;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    width: 100%;
    /*横幅調整*/
    padding: 1.65em 0;
    /*立幅調整*/
    padding-left: 1em;
    margin: 0 auto;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-size: clamp(18px, 1.4vw, 26px);
}
.btn-item a::before {
    content: "●";
    position: absolute;
    right: 15px;
    transition: 0.2s;
    transform: scale(0.3);
}
.btn-item a:hover::before {
    color: #FF834F;
}
/* ーーーーーーーーーーーーーーーーーー */
span.en {
    font-weight: 600;
    color: #004000;
    display: block;
    line-height: 1.2;
    font-family: var(--ff02);
    );
    font-size: clamp(30px, 4.2vw, 80px);
}
span.ja {
    color: #004000;
    font-weight: 700;
    font-size: clamp(18px, 1.2vw, 20px);
}
body p {
    font-size: 16px;
    color: #000;
    line-height: 2;
    position: relative;
}
p.emphasis {
    font-weight: 700;
    margin-bottom: 0.5em;
    font-size: clamp(18px, 1.5vw, 28px);
}
h3.card_title {
    padding-top: 1em;
    margin-bottom: 0.5em;
    font-size: clamp(18px, 1.2vw, 22px);
}
/* カード */
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 32%;
    margin-bottom: 5%;
    background: #fff;
    padding: 3% 0;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
    }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーー */
/* パララックス */
.parallax {
    position: relative;
    background: url("/wp-content/uploads/top_features_bg02.png") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}
.parallax-content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    /* Adjust padding as needed */
    text-align: center;
    color: #fff;
    /* Text color */
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_txt_l {
        text-align: left !important;
        !i;
        !;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
        !i;
        !;
    }
    .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) {
    #header a.head_btn.tel_btn:hover {
        opacity: .7;
    }
    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: #004000;
    }
    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: #fff;
    }
    nav#mainNav ul li a span.en {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--ff02);
        );
    }
    nav#mainNav ul li a span.ja {
        font-size: 11px;
        font-weight: 500;
    }
    #header a.head_btn.tel_btn {
        color: #014000;
        background: #F8F8F8;
        font-size: 16px;
        font-family: var(--ff02);
    }
    #header a.head_btn.mail_btn {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--ff02);
        padding: 0 2vw;
    }
    #header a.head_btn.tel_btn::before {
        content: '\f3cf';
    }
    #header .logo img {
        width: 100%;
    }
}
@media print, screen and (min-width: 1100px) {
    #content {
        width: 100%;
    }
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
        background: #014000;
    }
    nav#mainNav ul li.current-menu-item a span.ja {
        color: #fff;
    }
    nav#mainNav ul li a {
        background: #fff;
    }
    nav#mainNav ul li a span.ja {
        color: #000;
        display: block;
        font-size: inherit;
    }
}
@media print, screen and (max-width: 959px) {
.header-logo {
    margin: 0 auto;
}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.service h2.lower-title {
    width: 100%;
}

.text_parent {
    width: 100%;
    border-left: none;
    padding: 0;
}
    .bg_img.bg_top02 {
        padding: 10% 0;
    }
    .header-logo {
        margin: 0 auto;
    }
    .btn-item a span {
        /* display: block; */
    }
    .bg_img.bg_greeting {
        padding: 10% 0;
    }
    .inners {
        max-width: unset;
    }
    .bg_footer.bg_img {
        padding: 10% 0;
    }
    .btn-item03 a {
        display: block;
    }
    .top03 h2.top-title {
        width: 100%;
    }
    p.txt {
        width: 100%;
    }
    .absolute {
        position: unset;
        width: 90%;
        margin: 0 auto;
    }
}