@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:wght@400;500;600;700;800&display=swap" rel="stylesheet');
:root {
    --color-font: #333333;
    --header-color-primary: #009ECE;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Oswald", sans-serif;
}
/* オリジナル */
/* 投稿欄 */
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: #000000;
    padding: 1vw 0;
}
div#copyright {
    background: #000000;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn {
    background: #009ECE;
}
#header a.head_btn.mail_btn:hover {
    background: #009ECE;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #009ECE;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #009ECE;
    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;
}
/* 採用情報 */
.mb15 {
    margin-bottom: 15rem !important;
}
.company_img {
    position: absolute;
    top: 0;
    left: 0;
}
.recruit .max_contents {
    position: relative;
}
.company_img img {
    width: 49vw;
}
/* テーブル */
p.name {
    font-size: clamp(18px, 1.1vw, 20px);
    font-family: "Shippori Mincho", serif;
    text-align: right;
    padding-top: 3rem;
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
    line-height: 1.5;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #019ECE;
    color: #019ECE;
}
.table-item td.cell_02 {
    border-bottom: 2px solid #9f9f9f;
}
.table-item tr.head td.cell_01 {
    border-top: 2px solid #019ECE;
}
.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;
    }
    .table-item tr td {
        display: block;
        width: 100% !important;
    }
    .table-item td.cell_02 {
        text-align: center;
        border-bottom: 2px solid #019ECE;
    }
}
/* ボタン */
.btn-item.mlauto a {
    margin: 0;
    margin-left: auto;
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    /*background: #ffffff;*/
    /*背景の色*/
    color: #333333;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    width: 250px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    /*border: 2px solid;*/
    /*border-radius: 10px;*/
    /*枠線を丸くする*/
    /* text-decoration: none; */
    /*文字の下線を消す*/
    transition: 0.3s;
    text-decoration: underline;
}
.btn-item a::before {
    content: "●";
    color: #019ECE;
    position: absolute;
    right: 10px;
    transform: scale(3.0);
    transition: 0.2s;
}
.btn-item a::after {
    content: "→";
    color: #ffffff;
    position: absolute;
    right: 10px;
    transition: 0.2s;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item a:hover::before {
    color: #D4D4D4;
}
.btn-item a:hover::after {
    color: #333333;
}
/* カード */
.card03.ex {
    flex: 1;
    border: 1px solid #D5D5D5;
    padding: 2vw;
}
.card_img {
    position: relative;
    margin-bottom: 5rem;
}
span.card_heading {
    font-size: clamp(18px, 1.2vw, 22px);
    background: #019ECE;
    color: #fff;
    padding: 1vw;
    position: absolute;
    right: 0;
    bottom: -5%;
}
p.card_title {
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 700;
}
.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%;
    }
}
/* フッター */
/* ----------
 * pContact008
-------------*/
.pContact008 a {
    text-decoration: none;
}
.pContact008 a, .pContact008 p, .pContact008 h2 {
    color: #FFF;
    font-weight: bold;
    font-family: var(--ff02);
}
.pContact008 p {
    margin-bottom: 2rem;
    font-size: 16px;
    font-family: var(--ff01);
    font-weight: 500;
}
.pContact008 h2 span {
    display: block;
}
.pContact008 h2 span.en {
    font-size: clamp(40px, 3.7vw, 70px);
}
.pContact008__content {
    position: relative;
    padding: min(5%, 80px) 0;
}
.pContact008__content::before, .pContact008__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.pContact008__content::before {
    content: "";
    position: absolute;
    width: 45%;
    height: 100%;
    background-image: url(/wp-content/uploads/bg_footer.png);
    background-size: cover;
    background-position: center;
}
.pContact008__content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4DAAE24d 0%, #4A97C6 45%, #019ECE);
}
.pContact008__inner {
    position: relative;
    width: min(90%, 1100px);
    margin: 0 auto;
    z-index: 1;
}
.pContact008__flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.pContact008__columns {
    width: calc(50% - 20px);
}
ul.pContact008__btnList {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
ul.pContact008__btnList li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
}
@media print, screen and (max-width: 769px) {
    .pContact008__flexbox {
        flex-direction: column;
        gap: 30px;
    }
    .pContact008__columns {
        width: 100%;
        text-align: center;
    }
    ul.pContact008__btnList {
        flex-direction: column;
        gap: 20px;
    }
}
/* ----------
 * ctaBtn 
-------------*/
span.num {
    font-size: clamp(20px, 1.4vw, 26px);
    font-weight: 700;
    font-family: var(--ff02);
    color: #fff;
}
a.ctaBtn.mail-btn span {
    font-size: clamp(18px, 1.4vw, 22px);
    font-weight: 700;
    font-family: var(--ff02);
    color: #019ECE;
}
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;
    width: 100%;
    border: 2px solid #FFF;
    border-radius: 5px;
}
a.ctaBtn:hover {
    opacity: .6;
}
a.ctaBtn span::before {
    font-family: "Material Symbols Outlined";
    content: "";
    /** Code point を入力 */
    padding-right: .5em;
}
/* 電話 */
a.tel-btn span::before {
    content: '\f3cd';
    font-family: 'FontAwesome';
}
/* メール */
a.ctaBtn.mail-btn {
    background: #FFF;
    color: #093775;
}
a.mail-btn span::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
}
/* ----------
 * footnav
-------------*/
.footnav {
    padding: 15px 0 10px;
}
.footnav ul {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.footnav ul li a {
    color: #777;
}
.footnav ul li a:hover {
    text-decoration: underline;
}
.footnav ul li {
    position: relative;
    line-height: 1.4;
    padding: 0 3rem;
    margin-bottom: 10px;
}
.footnav ul li::before {
    content: '→';
    position: absolute;
    left: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* ----------
 * copyright
-------------*/
.copyright {
    color: #777;
    font-size: 1rem;
    letter-spacing: .1rem;
    text-align: center;
    padding: 1rem 0;
}
/*事業内容  */
.page-id-131 div#content.wide {
    padding-bottom: 0;
}
a#scrollUp {
    background: #009ECE;
}
p.allow {
    position: relative;
    padding-left: 2em;
}
p.allow::before {
    position: absolute;
    content: "";
    top: 20%;
    left: 2%;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/uploads/allow.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.bg_img.bg_service02 {
    background: #F8F8F8;
    padding: 5vw 0px;
}
h2.lower_maintitle {
    color: #009ECE;
    font-size: clamp(40px, 2.5vw, 48px);
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 1.2;
}
span.case {
    display: block;
    font-weight: 900;
    font-size: clamp(16px, 1vw, 18px);
}
.case_container {
    border: 1px solid #D3D3D3;
    background: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    min-height: 118px;
}
/* トップ */
#footer ul li a:hover {
    text-decoration: none;
}
body.home h1.title.first span {
    font-size: clamp(40px, 3.7vw, 70px);
    font-family: var(--ff02);
    font-weight: 700;
}
h1.title.first span {
    font-size: clamp(30px, 2.7vw, 50px);
    font-weight: 700;
}
#thumbImg::before, header#h1Header::before {
    background: #019ECEa6;
}
p.time.cat-news.first {
    background: #019ECE;
}
h1.title.first.top-loop {
    font-size: 70px;
    color: #009ECE;
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 1;
}
p.number {
    font-size: 14px;
    color: #009ECE;
    font-weight: 700;
    font-family: var(--ff02);
    margin-bottom: 1rem;
}
.w48 {
    width: 48%;
}
h2.lower_title {
    background: #019ECE;
    font-size: clamp(18px, 1.2vw, 22px);
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 1vw;
    margin-bottom: 1rem;
}
.mb {
    margin-bottom: 5rem;
}
#footer ul li a {
    color: #707070;
    font-size: 14px;
    font-family: var(--ff01);
    display: flex;
    padding: 0.5vw;
}
footer#footer {
    background: #fff;
}
div#copyright {
    background: #fff;
    color: #707070;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #000000b3;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #CCCCCC;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    display: none;
}
.flex_item_container {
    width: 90%;
}
.w50.bg_gray {
    background: #F8F8F8;
}
.flexbox.jc_between.ai_center {
    background: #F8F8F8;
}
.bg_gray {
    padding-left: 4vw;
    background: #F8F8F8;
    position: relative;
}
.btn-item.margin0 a {
    margin: 0;
    display: inline-block;
    text-align: left;
    width: auto;
    padding-right: 8rem;
}
p.emphasis {
    font-size: clamp(16px, 1.2vw, 22px);
    font-weight: 700;
}
.relative {
    position: relative;
}
h1.title.first span span.translate.ex {
    display: block;
    max-width: 145px;
    margin: 0 auto;
    font-size: clamp(18px, 1.1vw, 20px);
    margin-top: 1rem;
    font-weight: 700;
    font-family: var(--ff01);
	white-space: nowrap;
}
span.translate {
    font-size: clamp(18px, 1.1vw, 20px);
    background: #019ECE;
    color: #fff;
    font-weight: 700;
    padding: 0.5vw 1vw;
    display: inline-block;
}
body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
.bg_img.bg_top01 {
    background-image: url(/wp-content/uploads/top01_bg.png);
    position: relative;
    padding: 0vw 0 3vw 0;
}
.bg_img.bg_top01::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffe6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
h2.top_title {
    font-size: clamp(40px, 3.7vw, 70px);
    color: #009ECE;
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 1;
}
span.icon_img.ex {
    display: block;
}
/* 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: 1024px) {
    #header a.head_btn.tel_btn::before {
        content: '\f3cd';
    }
    body.home header#header {
        position: fixed;
        background: transparent;
    }
    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 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: #009ECE;
    }
    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: #009ECE;
    }
    nav#mainNav ul li a b {
        font-size: 16px;
        font-weight: 700;
        color: #333;
    }
    nav#mainNav ul li a span {
        color: #009ECE;
        font-size: 10px;
        font-weight: 700;
        font-family: var(--ff02);
    }
    #header a.head_btn.tel_btn {
        background: #F6F6F6;
        color: #009ECE;
        font-size: 16px;
        font-weight: 700;
        font-family: var(--ff02);
    }
    #header a.head_btn.tel_btn:hover {
        opacity: 0.7;
    }
    #header a.head_btn.mail_btn {
        font-size: 16px;
        font-weight: 700;
        font-family: var(--ff01);
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .case_container {
        min-height: unset;
    }
    .company_img {
        position: unset;
    }
    .company_img img {
        width: unset;
    }
    .w48 {
        width: 100%;
    }
    .mb {
        margin-bottom: 3rem;
    }
    .bg_img.bg_service02 {
        padding: 10vw 0;
    }
    .card03.strength {
        width: 80%;
        margin: auto;
    }
    .w50.bg_gray {
        margin-bottom: 0;
        padding: 5vw;
    }
    .bg_img.bg_top01 {
        padding: 10vw 0;
    }
    span.icon_img img {
        min-width: 35px;
        width: 2.8vw;
    }
    .card03.ex {
        padding: 5vw;
    }
}