@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap" rel="stylesheet');
:root {
    --color-font: #000;
    --header-color-primary: #132C60;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Open Sans", sans-serif;
    --ff03: "Oswald", sans-serif;
}
/* オリジナル */
/* 投稿欄 */
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #0161D3;
}
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: #fff;
    padding: 1vw 0;
}
div#copyright {
    background: #fff;
    margin: 0;
    color: #777777;
}
/* メニュー右上の色・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: #0161D3;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #0161D3;
    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;
}
/* テーブル */
.post table, .post table th, .post table td {
    border-width: 0px;
}
.table-item td.cell_01 span {
    background: #0161D3;
    display: block;
    10px: 0;
    padding: 30px;
}
.table-item tr.head td {
    border-top: 1px solid #BABABA;
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    vertical-align: middle;
    line-height: 2;
    font-family: var(--ff01);
    border-bottom: 1px solid #BABABA !important;
}
.table-item td.cell_01 {
    width: 20%;
    text-align: center;
    background: #Fff;
    font-weight: 700;
    color: #fff;
}
.table-item td.cell_02 {
    /* background: #F4F4F4; */
}
@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;
    }
}
/* ボタン */
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #0161D3;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    font-style: italic;
    width: 250px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
}
.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;
}
/* ヘッダー */
h1.title.first span {
    font-weight: 700;
    font-style: italic;
    font-family: var(--ff02);
    font-size: clamp(30px, 2.6vw, 50px);
}
#thumbImg::before, header#h1Header::before {
    opacity: unset;
    background: #0161D399;
}
span.tel_number {
    color: #1F53A4;
    display: flex;
    font-weight: 700;
    font-family: var(--ff03);
    align-items: center;
    font-size: clamp(20px, 1.6vw, 30px);
}
span.tel_number::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
    color: #1F53A4;
    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: 700;
}
#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;
}
/* カード */
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 32%;
    margin-bottom: 2rem;
}
.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 */
.textarea.ex {
    border: 1px solid #eaeaea;
    padding: 3rem;
}
.relative {
    position: relative;
}
.bg_img.bg_recruit {
    background-image: url(/wp-content/uploads/recruit0.png);
    position: relative;
    padding: 10rem 0;
}
.bg_img.bg_recruit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E5E5E5b3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
p.emphasis {
    font-size: 24px;
    font-weight: 500;
}
/* SERVICE */
.page-id-138 div#content.wide {
    padding-top: 0;
}
.page-id-136 div#content.wide {
    padding: 0;
}
.img_absolute.right {
    position: absolute;
    left: unset;
    right: 0;
}
h2.lower_title {
    color: #0161D3;
    font-weight: 700;
    margin-bottom: 0;
    font-size: clamp(26px, 1.9vw, 36px);
}
h2.lower_title span {
    display: block;
    font-size: 18px;
    font-family: var(--ff03);
    font-style: italic;
    font-weight: 600;
}
.flexbox.img_relative {
    position: relative;
}
.img_absolute {
    position: absolute;
    left: 0;
    top: 0;
}
.img_absolute img {
    width: 60vw;
}
.service_container {
    background: #fff;
    position: relative;
    z-index: 10;
    border-radius: 30px;
    padding: 5rem;
}
.bg_img.bg_service01 {
    background: #F4F4F4;
    padding: 10rem 0 20rem 0;
}
h2.top_title {
    color: #0161D3;
    font-size: 36px;
    font-weight: 700;
}
h2.top_title span {
    font-family: var(--ff02);
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
p.card_title {
    position: relative;
    font-weight: 500;
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: clamp(20px, 1.3vw, 24px);
}
p.card_title::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 7px;
    height: 80%;
    background: #0161D3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.textarea {
    background: #FFFFFF;
    padding: 4rem;
}
/* フッター */
.pContact__footerLogo img {
    width: 6.4vw;
    min-width: 100px;
}
.page-id-21 .pContact {
    display: none;
}
a#scrollUp {
    background: #0161D3;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #777777;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #777777;
}
.pContact__textArea h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2rem;
}
.pContact__textArea p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
ul.pContact__btnList .btn-item a {
    font-style: normal;
}
.pContact__content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002E64b3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.pContact__textArea h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.pContact__textArea p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
span.sub {
    color: #fff;
}
/* ----------
 * pContact
-------------*/
.pContact a {
    text-decoration: none;
}
.pContact a, .pContact p {
    color: #fff;
}
.pContact h2 {
    color: #111111;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.pContact__content {
    /* background: #F8F8F8; */
    background-image: url(/wp-content/uploads/recruit03.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.pContact__inner {
    width: min(90%, 1100px);
    margin: 0 auto;
    position: relative;
}
.pContact__innerItem {
    padding: 50px 0;
    text-align: center;
}
ul.pContact__btnList {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0 max(3%, 20px);
    border-bottom: 1px solid #CCCCCC;
    gap: 5%;
}
.pContact__btnArea {
    margin: max(3%, 20px) 0 0;
}
ul.pContact__btnList li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
ul.pContact__btnList li:first-child {
    justify-content: flex-end;
}
@media print, screen and (max-width: 769px) {
    .pContact__innerItem {
        flex-direction: column;
        gap: 30px;
    }
    .pContact__textArea,
    .pContact__btnArea {
        width: 100%;
        text-align: center;
    }
    ul.pContact__btnList li {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    ul.pContact__btnList li:first-child {
        justify-content: center;
    }
    ul.pContact__btnList {
        flex-direction: column;
        align-items: center;
    }
}
/* ----------
 * ctaBtn 
-------------*/
a.ctaBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    transition: .3s;
    padding: 1rem 0;
    margin: 0 2rem;
}
a.ctaBtn:hover {
    opacity: .6;
}
/* 電話 */
a.ctaBtn.tel-btn span.num {
    font-size: 1.9em;
    display: flex;
    color: #fff;
}
a.ctaBtn.tel-btn span.num::before {
    font-family: "Material Symbols Outlined";
    content: '\e324';
    /** Code point を入力 */
    color: #fff;
    font-size: 0.8em;
    padding-right: .5em;
    position: relative;
    top: .15em;
    content: '\f3cd';
    font-family: 'FontAwesome';
}
/* メール */
a.ctaBtn.mail-btn {
    color: #fff;
    background: linear-gradient(45deg, #F08300, #FAAB4D);
    width: min(100%, 280px);
    border-radius: 33px;
}
a.ctaBtn.mail-btn span {
    position: relative;
}
a.ctaBtn.mail-btn span::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60%;
    width: 3px;
    height: 3px;
    background: #fff;
}
@media print, screen and (max-width: 769px) {
    a.ctaBtn.mail-btn span::after {
        right: -8vw;
    }
}
/* ----------
 * フッターロゴ
-------------*/
.pContact__footerLogo {
    margin: max(3%, 20px) 0 0;
}
/* ----------
 * copyright
-------------*/
.copyright {
    color: #777;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-align: center;
    padding: 1rem 0;
}
/* トップ */
.big-font.second::before {
    position: relative;
    padding-top: 2rem;
}
.flexbox.no-wrap.ai_center.big-font.second {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}
.w30 {
    left: 0;
    top: 0;
}
.top02 {
    position: relative;
}
.top02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: calc(clamp(32px, 10.4vw, 200px) + 2rem);
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.top02::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(clamp(32px, 10.4vw, 200px) + 2rem);
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.top01, .top03, .top04, .top05 {
    background: #fff;
}
.pb20 {
    padding-bottom: 20rem !important;
}
.parallax {
    position: relative;
    background: url("/wp-content/uploads/top_pallarax.png") no-repeat center center fixed;
    background-size: cover;
    min-height: 27vh;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.parallax-content {
    position: relative;
    z-index: 1;
    /*         padding: 100px 0; /* Adjust padding as needed */
    /*         color: #fff; Text color */
    */
}
.mb20 {
    margin-bottom: 20rem !important;
}
a.bg_img.bg_top_service_img:hover {
    opacity: 0.7;
}
h1.title.first.top-loop span {
    font-family: var(--ff03);
    font-style: italic;
    font-size: clamp(30px, 2.7vw, 50px);
}
h1.title.first.top-loop {
    text-align: left;
}
.max_w1520 {
    max-width: 1520px;
    width: 90%;
}
.insta_ {
    position: relative;
}
.insta_::before {
    position: absolute;
    content: "Instagram";
    top: -17%;
    font-weight: 300;
    left: 0%;
    font-style: italic;
    font-size: clamp(32px, 10.4vw, 200px);
    color: #F5F5F5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    line-height: 1;
}
.below {
    position: relative;
}
.pd {
    padding: 5rem;
}
.top04 .max_contents {
    position: relative;
}
.top04 .max_contents::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 70%;
    background: #F4F4F4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
h2.top_title {
    font-weight: 700;
    font-family: var(--ff02);
    margin-bottom: 3rem;
    line-height: 1.3;
    color: #111111;
    font-style: italic;
    font-size: clamp(40px, 4.2vw, 80px);
}
h2.top_title span {
    display: block;
    font-size: clamp(22px, 1.5vw, 28px);
}
p.medium {
    font-weight: 500;
    font-size: clamp(16px, 1.1vw, 20px);
}
.btn-item.margin0auto a {
    margin: 0 auto;
}
.bg_img.bg_top_service_img.right {
    background-image: url(/wp-content/uploads/service02.png);
    position: relative;
    padding: 12rem 0;
}
.bg_img.bg_top_service_img.right2 {
    background-image: url(/wp-content/uploads/service03.png);
    position: relative;
    padding: 12rem 0;
}
.bg_img.bg_top_service_img {
    position: relative;
    width: 100%;
    display: inline-block;
    transition: .3s;
}
.bg_img.bg_top_service_img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.bg_img.bg_top_service_img::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 93%;
    transform: translate(-50%, -50%);
    height: 90%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    border: 1px solid #fff;
}
.w48 {
    width: 48%;
}
.bg_img.bg_top_service_img.left {
    width: 100%;
    background-image: url(/wp-content/uploads/topser1-2.png);
    position: relative;
    padding: 12rem 0;
    display: inline-block;
    transition: .3s;
}
h3.top_subtitle02 {
    text-align: center;
    color: #fff;
    font-family: var(--ff03);
    font-size: clamp(20px, 1.7vw, 31px);
}
.bg_img.bg_top_service_img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    background-repeat: no-repeat;
    background-position: top;
}
.big-font.second::before {
    content: "SERVICE";
}
.big-font {
    position: relative;
}
.big-font::before {
    position: absolute;
    content: "ABOUT US";
    top: -5%;
    font-weight: 300;
    right: 2%;
    font-style: italic;
    color: #F5F5F5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    line-height: 1;
    font-size: clamp(32px, 10.4vw, 200px);
}

.company .big-font::before{
	content: none;
}

.chairman {
    font-size: 1.8rem;
}

.chairman span {font-family: serif;font-weight: bold;font-size: 3rem;}

h3.top_subtitle {
    font-weight: 700;
    font-size: clamp(22px, 1.5vw, 28px);
}
body p {
    font-size: 16px;
    line-height: 2;
}
.no-wrap {
    flex-wrap: nowrap;
    gap: 4%;
}
.img_top01 {
    padding-left: 1.5vw;
}
/* 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;
    }
    .sp_w90 {
        width: 90%;
        margin: 0 auto;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {}
@media print, screen and (min-width: 1023px) {
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
        font-size: clamp(14px, 0.9vw, 16px);
    }
    nav#mainNav ul li a span {
        font-size: 12px;
        font-weight: 700;
        color: #1E53A4;
        font-style: italic;
    }
    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: #1E53A4;
    }
    #header a.head_btn.mail_btn {
        background: #0161D3;
    }
    #header a.head_btn.mail_btn:hover {
        background: #0161D3;
        opacity: 0.7;
    }
}
@media print, screen and (min-width: 1024px) {
    #header .logo img {
        max-width: 358px;
        max-height: 78px;
        width: 100%;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .sppb0 {
        padding-bottom: 0 !important;
    }
    .sppb10 {
        padding-bottom: 10rem !important;
    }
    .sppb1 {
        padding-bottom: 1rem !important;
    }
    .sppb5 {
        padding-bottom: 5rem !important;
    }
    .top02 .w30 {
        margin-bottom: 0;
    }
    .table-item td.cell_01 span {
        padding: 10px 3%;
    }
    .img_absolute {
        position: unset;
    }
    .img_absolute img {
        width: 100%;
    }
    .img_absolute.right {
        position: unset;
    }
    .bg_img.bg_service01 {
        padding: 10rem 0;
    }
    .pd {
        padding: 0;
    }
    .sppt10 {
        padding-top: 10rem !important;
    }
    .top04 .max_contents::before {
        width: 100%;
        top: unset;
        bottom: 0;
        height: 48%;
    }
    .insta_::before {
        top: -73px;
    }
    .big-font::before {
        top: -9%;
        right: 5%;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .w48 {
        width: 100%;
    }
}