@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=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #132C60;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Shippori Mincho", serif;
}
/* オリジナル */
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: red;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: red;
    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) {
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
}
/* ボタン */
.btn-item_blue a {
    position: relative;
    display: block;
    text-align: center;
    background: #132C60;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-weight: 500;
    /*文字の太さ*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid;
    /*border-radius: 10px;*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-family: var(--ff02);
    width: 300px;
    font-size: clamp(16px, 1vw, 18px);
    width: clamp(300px, 19vw, 350px);
}
.btn-item_blue a::before {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 10px;
    transition: .3s;
}
.btn-item_blue a:hover::before {
    top: 20px;
}
span.translate {
    display: block;
    font-size: clamp(20px, 1.6vw, 30px);
}
.btn-item.fff a::before {
    background: #fff;
}
.btn-item.fff a::after {
    color: #132C60;
}
.btn-item {
    padding-top: 2rem;
}
.btn-item a {
    position: relative;
    display: block;
    /*背景の色*/
    color: #000000;
    /*文字と枠の色*/
    font-size: 20px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 170px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-family: var(--ff02);
    font-weight: 500;
}
.btn-item a::before {
    content: "";
    position: absolute;
    right: 10px;
    transition: 0.2s;
    width: 38px;
    height: 38px;
    background-color: #000;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
}
.btn-item a::after {
    content: "→";
    color: #ffffff;
    position: absolute;
    right: 18px;
    transition: 0.2s;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item a:hover::before {
    background-color: #D4D4D4;
}
.btn-item a:hover::after {
    color: #000;
}
/* 投稿 */
.postlist li {
    border-bottom: 1px solid #ddd;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #132C60;
}
h1.title.bottom-loop {
    font-size: 94px;
    font-family: var(--ff02);
    font-weight: 500;
    text-align: left;
}
.postlist .time {
    background: #132C60;
}
/* フッター */
.post_link a, .post2b_link a, .post4b_link a {
    color: #132C60;
    font-weight: 500;
}
.post4b_link {
    border-bottom: 1px solid #132C60;
}
a.tel_link:hover {
    opacity: 0.7;
}
footer#footer {
    background: #132C60;
}
div#copyright {
    background: #132C60;
}
a#scrollUp {
    background: #132C60;
}
.bg_img.bg_footer {
    background: #132C60;
    padding-top: 4vw;
}
a.tel_link {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    transition: .3s;
}
.mxauto.max_w1100.border_bottom {
    border-bottom: 1.5px solid #fff;
    padding-bottom: 4rem;
}
/* service */
.bg_img.bg_top04.ex {
    padding: 4vw 0;
}
h2.lower_title.fff {
    color: #fff;
}
.w18 {
    width: 18%;
}
h3.lower_subtitle {
    font-size: clamp(19px, 1.4vw, 25px);
    font-family: var(--ff02);
    font-weight: 500;
}
span.service_number {
    display: block;
}
h3.border_bottom {
    border-bottom: 1px solid;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.bg_img.bg_service {
    background: #F8F8F8;
    padding: 3vw 0 2vw 0;
}
h2.lower_title {
    font-size: clamp(34px, 3.4vw, 64px);
    font-weight: 500;
    font-family: var(--ff02);
    margin-bottom: 2rem;
}
span.explain {
    display: block;
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 500;
}
p.card_p {
    font-size: clamp(18px, 1.1vw, 20px);
    font-weight: 500;
    font-family: var(--ff02);
}
.btn-item.margin0auto a {
    margin: 0 auto;
    width: 200px;
}
/* テーブル */
.table-item table td {
    border-color: #E5E5E5;
}
table.table {
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
}
.table-item tr td {
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 400;
    padding: 10px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #E5E5E5;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #132C60;
    border-left: 1px solid #C6C6C6;
    color: #fff;
}
.table-item td.cell_02 {
    border-right: 1px solid #E5E5E5;
    background: #fff;
}
.table-item tr.head td {
    border-top: 1px solid #E5E5E5;
}
@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;
    }
}
/* カード */
.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%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
        margin-bottom: 2rem;
    }
}
/* recruit */
span.service_number span {
    position: relative;
    padding-left: 50px;
}
span.service_number span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 30px;
    height: 1px;
    background: #000;
}
.recruit_container {
    margin-bottom: 3vw;
}
p.card_title {
    font-size: 20px;
    font-family: var(--ff02);
}
/* お問い合わせ */
.linkBtn, .post .linkBtn {
    background: #132C60;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #132C60;
    opacity: 0.7;
}
/* トップ */
.mb27 {
    margin-bottom: 27rem !important;
}
.max_w1100 {
    width: 90%;
}
.btn-item.margin0auto.ex a {
    width: 150px;
}
.bg_img.bg_recruit04 {
    background: #F8F8F8;
    padding: 4vw 0;
}
h1.title.first span {
    font-size: clamp(32px, 3.2vw, 60px);
    font-family: var(--ff02);
}
.mb20 {
    margin-bottom: 20rem !important;
}
.bg_img.bg_top04 {
    background-image: url(/wp-content/uploads/top05.png);
    position: relative;
    padding: 0.5vw;
}
h2.top_main_title.fff {
    color: #fff;
    line-height: 1.3;
}
.bg_img.bg_top04::before {
    position: absolute;
    background: #132C60B3;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}
.relative02 {
    position: relative;
    z-index: 100;
    padding: 0vw 0;
}
p.fff {
    color: #fff;
}
.btn-item.fff a {
    color: #fff;
}
.border {
    border: 2px solid #fff;
    margin: 1rem;
    padding: 5vw 0;
}
.top_service_img img {
    width: 48vw;
}
h3.top_sub_title02 {
    font-size: clamp(20px, 1.3vw, 24px);
    font-family: var(--ff02);
    margin-bottom: 2rem;
    font-weight: 500;
}
.top_service_img {
    position: absolute;
    top: 0;
}
.top_service_img.left {
    left: 0;
}
.top_service_img.right {
    right: 0;
}
.relative {
    position: relative;
}
.pt15 {
    padding-top: 15rem !important;
}
.parallax h1 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 117px;
    font-size: clamp(80px, 6.1vw, 117px);
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    white-space: nowrap;
}
.parallax p {
    font-size: 26px;
    font-weight: 500;
    text-align: left;
}
.parallax {
    position: relative;
    background: url(/wp-content/uploads/fvpc_latest.png) no-repeat center center fixed;
    background-size: cover;
    min-height: 117vh;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
.parallax-content {
    position: absolute;
    z-index: 1;
    /* Adjust padding as needed */
    text-align: center;
    color: #fff;
    /* Text color */
    transform: translateX(-50%);
    top: 17%;
    left: 50%;
}
.top01 {
    margin-bottom: 274px;
}
.our_service_img02 {
    position: absolute;
    right: 11%;
    top: 35%;
    z-index: 10;
}
.our_service_img01 img {
    width: 79vw;
}
.our_service_img02 img {
    width: 20vw;
}
h3.top_sub_title {
    font-size: clamp(26px, 2.3vw, 44px);
    font-family: var(--ff02);
    font-weight: 500;
}
body p {
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1.8;
}
h2.top_main_title {
    font-size: clamp(40px, 4.9vw, 94px);
    font-family: var(--ff02);
    font-weight: 500;
}
.w48 {
    width: 48%;
}
.bg_our_service {
    background: #F4F4F4;
    padding: 34vw 0 3vw 0;
    position: relative;
}
.our_service_img01 {
    position: absolute;
    top: -14%;
    left: 0;
    z-index: 100;
}
header#h1Header {
    background: #132C60;
}
#thumbImg::before, header#h1Header::before {
    background: transparent;
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1024px) {
    header#header {
        background: #909090;
    }
    .sticky-header #header-layout {
        background: #909090;
    }
    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: #909090;
    }
    nav#mainNav ul li a b {
        color: #fff;
    }
    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 {
        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: #fff;
    }
    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: #132C60;
    }
    body.home header#header {
        background: transparent;
        position: absolute;
    }
}
@media print, screen and (max-width: 1024px) {
    .flexbox.jc_between.card {
        display: block;
    }
    .btn-item_blue {
        margin-bottom: 1rem;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .bg_img.bg_top04.ex {
        padding: 10vw 0;
    }
    .bg_img.bg_recruit04 {
        padding: 10vw 0;
    }
    .recruit_container {
        margin-bottom: 5rem;
    }
    .w18 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .bg_img.bg_service {
        padding: 10vw 0;
    }
    .sppt5 {
        padding-top: 5rem !important;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .our_service_img01 {
        width: unset;
    }
    .our_service_img02 {
        width: unset;
    }
    .bg_our_service {
        padding: 10vw 0;
    }
    .sppt0 {
        padding-top: 0 !important;
    }
    .top_service_img {
        position: unset;
    }
    .top_service_img img {
        width: unset;
    }
    .spmb5 {
        margin-bottom: 5rem !important;
    }
    .spmb0 {
        margin-bottom: 0 !important;
    }
    .bg_img.bg_footer {
        padding-top: 10vw;
    }
    .w48 {
        width: 100%;
    }
    .our_service_img02 img {
        width: 31vw;
    }
    .bg_our_service {
        padding-bottom: 300px;
    }
    .our_service_img01 {
        top: 58%;
    }
    .our_service_img02 {
        top: 76%;
        left: 58%;
    }
    .parallax-content_sp h1 {
        text-align: left;
        color: #fff;
        font-size: 42px;
        font-family: "Playfair Display", serif;
        font-weight: 400;
        margin-bottom: 3vw;
        line-height: 1;
    }
    .parallax_sp p {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #fff;
    }
    .parallax_sp {
        position: relative;
        min-height: 55vh;
    }
    .parallax-content_sp {
        position: absolute;
        z-index: 1;
        color: #fff;
        top: unset;
        left: 0;
        bottom: 5%;
        white-space: nowrap;
    }
    .parallax_sp::before {
        background-image: url(/wp-content/uploads/fvsp-1.png);
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .bg_color {
        background: #fff;
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
    }
}