@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap" rel="stylesheet');
:root {
    /*------▼フォント設定▼------*/
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Zen Old Mincho", serif;
}
body {
    color: #01103A;
}
/* オリジナル */
/* お問い合わせページのフッターを消す */
.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);
}
/* お問い合わせページのボタンの色・hover時も */
.linkBtn, .post .linkBtn {
    background: red;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: red;
    opacity: 0.7;
}
/* お問い合わせページのボタンデザイン */
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;
}
/* お問い合わせ */
.linkBtn, .post .linkBtn {
    background: #01103A;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #01103A;
    opacity: 0.7;
}
/* 投稿 */
p.time.cat-news.first {
    background: #01103A;
    border-radius: 5px;
}
.postlist li:first-child {
    border-top: none;
}
.postlist li:last-child {
    border-bottom: 1px dashed #CCCCCC;
}
.postlist li {
    border-bottom: none;
}
h1.title.bottom-loop {
    text-align: left;
}
h1.title.bottom-loop {
    font-size: clamp(40px, 4.6vw, 88px);
    font-weight: 400;
    font-family: var(--ff02);
    color: #01103A;
}
/* ボタン */
.btn-item a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 250px;
    padding: 15px 0;
    margin: 0 auto;
    text-decoration: none;
    transition: 0.3s;
    padding-left: 1%;
    border-radius: 0px;
    text-align: center;
    background: linear-gradient(135deg, #01103A, #0E2976);
}
.btn-item a::after {
    position: absolute;
    content: "";
    margin: 0 auto;
    width: 30px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: skew(45deg);
    translate: 0 -50%;
    top: 50%;
    right: 20px;
    transition: .3s;
}
.btn-item a:hover::after {
    width: 20px;
}
.btn-item a:hover {
    opacity: 0.7;
}
/* カード */
a.card04.ex:hover {
    opacity: 0.7;
}
.card-list.ex {
    justify-content: center;
    gap: 1%;
}
.card04.ex {
    box-shadow: 0px 0px 15px -5px #777777;
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.card_textarea.ex {
    padding: 5rem 0;
    transition: .3s;
}
.card04.ex::before {
    position: absolute;
    content: "";
    max-width: 45px;
    width: 100%;
    max-height: 45px;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-image: url(/wp-content/uploads/top_service_icon.png);
    transition: .6s;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card04 {
    width: 24%;
}
.card_textarea {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
}
@media print, screen and (max-width: 1024px) {
    .card04 {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card04 {
        width: 100%;
        margin-bottom: 5rem;
    }
}
/* フッター */
.btn-item.footer a:hover {
    opacity: unset;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #777777;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #777777;
}
footer#footer {
    background: #fff;
    padding-top: 10rem;
}
#copyright {
    background: #fff;
    color: #777;
    margin: 0;
}
.contact_container {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}
.comon_footer .max_contents {
    position: relative;
}
span.contact_subtitle {
    display: block;
    font-size: 18px;
    font-weight: 500;
}
.btn-item.footer a {
    width: clamp(300px, 32vw, 600px);
    background: #fff;
    color: #120F64;
    border: 1px solid #120F64;
    padding: 35px 0;
}
.btn-item.footer a::after {
    border-bottom: 2px solid #120F64;
    border-right: 2px solid #120F64;
}
h2.contact_title.line_bottom::before {
    position: absolute;
    content: "";
    bottom: -5rem;
    left: 50%;
    width: 40px;
    height: 1.5px;
    background: #01103A;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: translate(-50%) rotate(90deg);
}
.bg_img.bg_footer {
    background-image: url(/wp-content/uploads/bg_footer.png);
    padding: 5.6vw 0;
    position: relative;
}
.bg_img.bg_footer::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.68;
}
h2.contact_title.line_bottom {
    text-align: center;
    font-size: clamp(40px, 2.5vw, 48px);
    font-family: var(--ff02);
    position: relative;
}
/* お問い合わせ */
.post table th {
    background: #fff;
}
.post table, .post table th, .post table td {
    border-width: 0px;
}
table.responsive tbody tr {
    border-bottom: 1px solid #DCDDDD;
}
.subimitarea.ex {
    display: block;
}
.wpcf7-form .must {
    background: #AD0000;
}
.wpcf7-form .must {
    background: #AD0000;
}
p.heading_contact {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding-top: 5rem;
    margin-bottom: 2rem;
}
.max_w800 {
    max-width: 800px;
    width: 90%;
}
.scroll-area {
    width: 100%;
    overflow-y: scroll;
    scrollbar-color: #01103A #ccc;
    height: 700px;
    margin-bottom: 3rem;
    padding: 0 40px 0 0;
}
/* ヘッダー */
h1.title, .post h1, header#h1Header h1.title {
    font-family: var(--ff02);
    font-size: clamp(24px, 1.9vw, 36px);
}
/* 会社概要 */
/* メンバー紹介 */
.intro {
    width: 58%;
}
.member_img {
    width: 36%;
}
h3.member_subtitle {
    color: #01103A;
    font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 700;
    margin-bottom: 1rem;
}
/* 中小M&Aガイドライン（第2版）遵守の宣言について */
ul.sixth {
    counter-reset: number 41;
}
ul.fifth {
    counter-reset: number 33;
}
ul.fourth {
    counter-reset: number 24;
}
ul.third {
    counter-reset: number 23;
}
ul.second {
    counter-reset: number 6;
}
ul {
    counter-reset: number 0;
}
ul li.main_number::before {
    counter-increment: number 1;
    content: counter(number)".";
    position: absolute;
    top: 0;
    left: 0;
}
ul li.main_number {
    padding-left: 2.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.sub_number {
    display: block;
    counter-reset: number 0;
}
.sub_number span {
    padding-left: 2.5rem;
    position: relative;
    display: block;
}
.sub_number span::before {
    counter-increment: number 1;
    content: "(" counter(number)")";
    position: absolute;
    top: 0;
    left: 0;
}
/* 事業内容 */
p.bold.ex {
    font-family: var(--ff02);
}
.bg_img.bg_service {
    background: #FAFAFA;
    padding: 5rem 0;
}
.service_item02 {
    flex: 1;
    border: 0.5px solid #01103A;
    padding: 1rem 1rem 5rem;
    position: relative;
}
.gap1 {
    gap: 1%;
}
.service_item02::before {
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    content:
        '';
    border-width: 8px 0px 8px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #01103A;
}
.service_item02:last-child::before {
    display: none;
}
span.heading_icon.left {
    padding-right: 1rem;
}
span.heading_icon.right {
    padding-left: 1rem;
}
p.bold {
    font-weight: 700;
}
.service_item {
    border: 0.5px solid #01103A;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
p.heading {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
span.heading_icon {
    line-height: 1;
}
/* 私たちの特徴 */
h2.lower_title {
    color: #01103A;
    font-size: clamp(17px, 1.2vw, 22px);
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: var(--ff02)
}
span.lower_subtitle {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1rem;
}
/* トップ */
a.card04.ex:hover::before {
    opacity: 0.3;
}
a.bg_img.bg_top_guidelines:hover::before {
    opacity: 0.3;
}
a#scrollUp {
    background: #01103A;
}
.bg_img.bg_top03 {
    background: #FAFAFA;
    padding: 5rem 0 10rem 0;
}
.bg_img.bg_top_guidelines {
    background-image: url(/wp-content/uploads/top_guideline.png);
    padding: 5vw 0;
    position: relative;
    display: block;
    transition: .3s;
}
h3.top_subtitle.large {
    margin-bottom: 0;
    font-size: clamp(18px, 1.4vw, 26px);
    font-weight: 700;
}
.bg_img.bg_top_guidelines::before {
    position: absolute;
    content: "";
    max-width: 45px;
    width: 100%;
    max-height: 45px;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-image: url(/wp-content/uploads/top_aboutus_icon.png);
	transition: .3s;
}
h2.top_title.line {
    position: relative;
}
h2.top_title.line::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 63px;
    height: 1.5px;
    background: #01103A;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: translate(-50%) rotate(120deg);
    z-index: 1;
}
p.card_title {
    font-size: 18px;
    font-weight: 700;
    color: #01103A;
}
.bg_top_aboutus:hover::after {
    opacity: 0.3;
}
.bg_top_aboutus::after {
    position: absolute;
    content: "";
    max-width: 45px;
    width: 100%;
    max-height: 45px;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-image: url(/wp-content/uploads/top_aboutus_icon.png);
    transition: .6s;
}
.img01 {
    background-image: url(/wp-content/uploads/top_about_us01.png);
}
.img02 {
    background-image: url(/wp-content/uploads/top_about_us02.png);
}
a.top_aboutus_title {
    font-size: clamp(20px, 1.4vw, 26px);
    color: #fff;
    font-weight: 700;
    font-family: var(--ff02);
    position: relative;
    z-index: 100;
    padding: 10rem 0;
    display: block;
    transition: .3s;
}
.bg_img.bg_top_aboutus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01103A;
    opacity: 0.55;
    z-index: 10;
}
h2.top_title {
    font-size: clamp(40px, 4.6vw, 88px);
    font-weight: 400;
    font-family: var(--ff02);
    color: #01103A;
}
span.translate {
    font-family: var(--ff01);
    display: block;
    font-size: 14px;
    font-weight: 500;
}
h3.top_subtitle {
    font-size: clamp(19px, 1.2vw, 22px);
    font-weight: 700;
    font-family: var(--ff02);
    color: #01103A;
    margin-bottom: 5rem;
}
body p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--ff01);
    line-height: 2;
}
.w48 {
    width: 48%;
}
.max_w1100 {
    width: 90%;
}
.bg_top_aboutus {
    position: relative;
    z-index: 0;
}
/* テーブル */
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    border-bottom: 2px solid #01103A;
    color: #01103A;
}
.table-item td.cell_02 {
    border-bottom: 2px solid #9f9f9f;
    font-weight: 400;
    color: #01103A;
}
.table-item tr.head td.cell_01 {
    border-top: 2px solid #01103A;
}
.table-item tr.head td.cell_02 {
    border-top: 2px solid #9f9f9f;
}
.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 #9f9f9f;
        text-align: center;
    }
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        text-align: center;
        border-bottom: 2px solid #01103A;
    }
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1100px) {
    nav#mainNav ul li ul.sub-menu li a,
    nav#mainNav ul li ul.sub-menu li.current-menu-item a,
    nav#mainNav ul li.current-menu-item ul.sub-menu li a {
        background: #fff;
        width: 100%;
        display: inline-block;
    }
    nav#mainNav ul li ul.sub-menu li a:hover {
        background: #01103A;
        color: #fff;
        width: 100%;
        display: inline-block;
    }
}
@media print, screen and (min-width: 1024px) {
    nav#mainNav ul li a {
        padding: 1vw;
    }
    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: #01103A;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
        color: #fff;
    }
    nav#mainNav ul li.current-menu-item a {
        background: #01103A;
    }
    .sticky-header #header-layout {
        height: 100px;
    }
    nav#mainNav ul li a b {
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 400;
        font-family: var(--ff02);
    }
    #header a.head_btn.mail_btn {
        background: #01103A;
    }
    #header a.head_btn.mail_btn:hover {
        background: #01103A;
        opacity: 0.7;
    }
    #header a.head_btn.mail_btn span {
        text-align: center;
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 400;
        font-family: var(--ff02);
    }
    #header .logo img {
        max-width: 280px;
        width: 100%;
        max-height: 62px;
    }
    header#header {
        height: 100px;
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .table-item td.cell_02.ex {
        text-align: left;
    }
    .member_img {
        width: 100%;
    }
    .intro {
        width: 100%;
    }
    .service_item02::before {
        display: none;
    }
    .service_item02 {
        margin-bottom: 1.5rem;
    }
    .sppt0 {
        padding-top: 0 !important;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    a.bg_img.bg_top_guidelines {
        padding: 10vw 0;
    }
    #footer .inner {
        padding-top: 5rem;
    }
    h2.contact_title.line_bottom::before {
        bottom: -3rem;
        width: 20px;
    }
    h2.top_title.line::before {
        width: 30px;
    }
    .w48 {
        width: 100%;
    }
    .card04:last-child {
        margin-bottom: 0;
    }
    .btn-item.mb5.sppt5 {
        padding-top: 5rem;
    }
    .bg_img.bg_footer {
        padding: 10vw 0;
    }
    .btn-item.footer a {
        padding: 15px 0;
    }
}