@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+B1:wght@400;500;600;700;800&family=Yuji+Mai&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap" rel="stylesheet');
:root {
    --color-font: #333333;
    --header-color-primary: #04A1C5;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Shippori Mincho B1", serif;
    --ff03: "Oswald", serif;
    --ff04: "Zen Kaku Gothic New", serif;
    --ff05: "Yuji Mai", serif;
}
/* オリジナル */
/* お問い合わせ */
.wpcf7-form .must {
    background: #F73737;
}
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;
}
table.responsive td {
    border-bottom: 1px solid #DCDDDD !important;
}
.post h4::before {
    display: none;
}
.w45 {
    width: 45%;
}
.jc_around {
    justify-content: space-around;
}
.mb20 {
    margin-bottom: 20rem !important;
}
.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: #04A1C5;
    padding: 1vw 0;
}
div#copyright {
    background: #04A1C5;
    margin: 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: linear-gradient(135deg, #5CC1D0, #009EC4);
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #04A1C5;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #04A1C5;
    opacity: 0.7;
}
/* お問い合わせページのフッターを消す */
.page-id-21 .comon_footer {
    display: none;
}
/* flexbox */
.flexbox {
    flex-wrap: wrap;
}
.no-wrap {
    flex-wrap: nowrap;
}
/* 投稿詳細ページのフォントサイズ */
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;
}
/* 見出し */
h2.lower-title-ex {
    color: #04A1C5;
    font-weight: 700;
    border-top: 2px solid;
    border-bottom: 2px solid;
    display: inline-block;
    padding: 0.5em 0;
    position: relative;
    z-index: 0;
    font-size: clamp(20px, 1.5vw, 28px);
}
h2.lower-title-ex::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: -80%;
    background-image: url(/wp-content/uploads/service-icon.png);
    width: 100%;
    max-width: 36px;
    height: 100%;
    max-height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
p.message {
    font-weight: 700;
    color: #333333;
    line-height: 2.09;
    font-size: clamp(18px, 1.2vw, 22px);
}
span.blue {
    color: #04A1C5;
}
h2.lower-title {
    font-weight: 700;
    color: #04A1C5;
    border-bottom: 2px solid #04A1C5;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    font-size: clamp(18px, 1.2vw, 22px);
}
p.small {
    font-size: 14px;
}
/* トップ　私たちの想い */
.card03.pt {
    margin-top: 5%;
}
.top-content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.bg_img.bg-top-concept {
    background-image: url(/wp-content/uploads/top-concept-be.png);
    background-position: bottom;
    padding: 3% 0 10% 0;
    background-size: contain;
}
h2.top-title {
    color: #04A1C5;
    font-family: var(--ff02);
    font-weight: 900;
    line-height: 1;
    font-size: clamp(30px, 2.71vw, 52px);
}
h2.top-title span {
    display: block;
    font-weight: 700;
    font-family: var(--ff01);
    padding-top: 1em;
    font-size: clamp(16px, 1.1vw, 20px);
}
p.top-concept {
    font-family: var(--ff02);
    line-height: 1.86;
    font-weight: 700;
    color: #333333;
    margin-bottom: 1em;
    font-size: clamp(20px, 1.46vw, 28px);
}
body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}
/* ボタン */
.btn-item.line a {
    position: relative;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #5CC1D0, #009EC4);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    padding: 15px 0;
    border: 2px solid;
    text-decoration: none;
    transition: 0.3s;
}
.btn-item.line a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    top: 45%;
    right: 0;
    transition: 0.2s;
}
.btn-item.line a:hover::before {
    width: 10px;
}
/* トップ　私たちの強み */
.front {
    position: relative;
}
.textarea {
    padding: 4%;
}
h3.top_subtitle {
    font-weight: 700;
    color: #333333;
    font-size: clamp(18px, 1.2vw, 22px);
}
p.number {
    font-family: var(--ff02);
    font-weight: 800;
    color: #04A1C5;
    position: absolute;
    top: -10%;
    left: 3%;
    line-height: 1.44;
    font-size: clamp(30px, 2.71vw, 52px);
    letter-spacing: 3.5px;
}
.bg-top-features {
    position: relative;
    padding: 5% 0;
}
.bg-top-features::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #E5F3F5;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 32%;
    position: relative;
    background: #fff;
}
.card_textarea {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
        margin-bottom: 5%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
        margin-bottom: 10%;
    }
}
/* トップ　事業内容 */
.bg-pb {
    padding-bottom: 5%;
}
p.time.cat-news.first {
    background: #5CC1D0;
    padding: 5px 27px;
}
.top-area-img img {
    width: 30vw;
    min-width: 200px;
}
.bg_img.bg-top-service {
    background-image: url(/wp-content/uploads/bg-top-service.png);
    padding: 5% 0;
}
.btn-item.line.center a {
    margin: 0 auto;
}
.bg-pd {
    padding: 5% 0;
}
a.top-service-item img-area {
    position: relative;
    z-index: 0;
}
a.top-service-item .img-area::before {
    position: absolute;
    /* content: ""; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00323C;
    opacity: 0.65;
    z-index: 10;
}
.img-area img {
    width: 100%;
}
a.top-service-item .img-area img {
    border-radius: 5px;
}
.absolute-area {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.top_subtitle.fff {
    color: #fff;
}
a.top-service-item {
    position: relative;
    z-index: 0;
    width: 32%;
    margin-bottom: 4%;
    display: block;
}
a.top-service-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00323C;
    opacity: 0.65;
    z-index: 10;
    border-radius: 5px;
}
p.arrow {
    position: absolute;
    right: 3%;
    bottom: 6%;
    z-index: 1000;
    color: #486968;
    font-weight: 700;
    background: #fff;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
}
/* トップ　対応エリア */
.area-container {
    background: #fff;
    margin-top: -300px;
    position: relative;
    padding-top: 2%;
}
/* フッター */
span.tel-number {
    font-weight: 500;
    font-family: var(--ff03);
    font-size: clamp(20px, 1.5vw, 28px);
}
span.reception-time {
    font-weight: 500;
    font-size: clamp(14px, 0.9vw, 16px);
}
.bg_img.bg-footer {
    background-image: url(/wp-content/uploads/top-contact-bg.png);
    position: relative;
    padding: 5% 0;
}
.bg_img.bg-footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #006981;
    opacity: .59;
}
h2.top-title.fff {
    color: #fff;
}
p.footer-text {
    color: #fff;
}
/* ボタン　お問い合わせ */
.btn-item.mail a {
    position: relative;
    text-align: center;
    background: #04A1C5;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    max-width: 450px;
    /*横幅調整*/
    /*立幅調整*/
    width: 90%;
    margin-left: auto;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 1.1vw, 20px);
}
.btn-item.mail a:hover {
    background: #fff;
    /*背景の色*/
    color: #04A1C5;
    /*文字と枠の色*/
}
/* ボタン　電話 */
.btn-item.tel a {
    position: relative;
    text-align: center;
    background: #ffffff;
    /*背景の色*/
    color: #04A1C5;
    /*文字と枠の色*/
    font-size: 28px;
    /*文字の大きさ*/
    font-weight: 500;
    /*文字の太さ*/
    font-family: var(--ff03);
    max-width: 450px;
    /*横幅調整*/
    /*立幅調整*/
    margin-left: auto;
    /*枠線を丸くする*/
    width: 90%;
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn-item.tel a:hover {
    background: #04A1C5;
    /*背景の色*/
    color: #ffffff;
    /*文字と枠の色*/
}
/* その他 */
html:not(.mobile) #mainImg {
    margin-top:-20px;
    position: relative;
	z-index: -100;
}
div#sec01 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec02 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec03 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec04 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec05 {
    padding-top: 100px;
    margin-top: -100px;
}
div#sec06 {
    padding-top: 100px;
    margin-top: -100px;
}
div#area {
    padding-top: 100px;
    margin-top: -100px;
}
.card03 img {
    width: 100%;
}
#header .logo img {
    max-width: 242px;
    max-height: 67px;
    width: 100%;
}
a#scrollUp {
    background: #04A1C5;
}
.post4b .time {
    background: #04A1C5;
}
#thumbImg::before, header#h1Header::before {
    background: #04A1C5;
    opacity: .35;
}
.page-id-174 div#content.wide {
    padding: 0;
}

/* 事業内容 */
.txt-area {
    padding: 3%;
}
.reform-container {
    margin-bottom: 2%;
}
.page-id-161 div#content.wide {
    padding: 0;
}
.bg-reform {
    background: #F8F8F8;
    padding: 5% 0;
}
.reform-container {
    border: 1px solid #E2E2E2;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2%;
    gap: 20px 0px;
}
.reform-item {
    width: calc(100%/3);
}
.txt-inner.margin0 {
    margin: 0;
}
.service-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 2%;
    padding-bottom: 5%;
    align-items: center;
}
.service-item {
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 2%;
}
.lowercontent {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.txt-inner {
    max-width: 530px;
    margin-left: auto;
}
/* 会社情報 */

	.lowercontent.company .img-area {
    width: 36%;
    margin-left: auto;
}

h2.recruit {
    font-weight: 700;
    font-size: clamp(24px, 2vw, 38px);
}
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 9px 3%;
    vertical-align: middle;
    border-bottom: 1px solid #C6C6C6;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    background: #04A1C5;
    color: #fff;
    border-left: 1px solid #C6C6C6;
}
.table-item td.cell_02 {
    border-right: 1px solid #C6C6C6;
    background: #fff;
}
.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;
    }
    .table-item td.cell_01 {
        text-align: center;
    }
}
.lowercontent.company img-area {
    width: 36%;
}

p.name {
    font-family: var(--ff05);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: clamp(22px, 1.5vw, 28px);
}
p.name span {
    font-size: 16px;
    font-family: var(--ff01);
    font-weight: 400;
    margin-right: 1em;
}
/* 採用情報 */
.bg_img.bg-recruit {
    background-image: url(/wp-content/uploads/top-recruit-be.png);
    position: relative;
    padding: 5% 0;
}
.bg_img.bg-recruit::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .82;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_w_90 {
        width: 90%;
        margin: 0 auto;
    }
    .sp_txt_l {
        text-align: left !important;
    }
    .spmb10 {
        margin-bottom: 10rem !important;
    }
    .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) {
    .top-content.features h2.top-title {
        margin-bottom: 8% !important;
    }
}
@media print, screen and (min-width: 1024px) {
    nav#mainNav ul li a span {
        font-size: 12px;
        font-family: var(--ff02);
        font-weight: 800;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    .sticky-header #header-layout {
        height: 100px;
    }
    .inner.site-header {
        padding: 0 2vw;
    }
    #header a.head_btn.mail_btn span {
        font-weight: 500;
        font-size: clamp(14px, 1vw, 18px);
    }
    #header a.head_btn.mail_btn {
        background: linear-gradient(135deg, #5CC1D0, #009EC4);
        flex-direction: row;
        border-radius: 27px;
        padding-left: 2em;
        padding-right: 2em;
    }
    #header a.head_btn::before {
        padding-right: .6em;
    }
    #header {
        height: 100px;
    }
    #header ul.header__contact {
        height: 54px;
    }
    nav#mainNav ul li a b {
        font-weight: 700;
        color: #333333;
        font-size: clamp(14px, 1vw, 18px);
    }
    nav#mainNav ul li a span {
        color: #04A1C5;
    }
    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: #04A1C5;
    }
}
@media print, screen and (max-width: 1024px) {
    .area-container {
        margin-top: -150px;
    }
    .card03.pt {
        margin-top: 0;
    }
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .w45 {
        width: 100%;
    }
    a.top-service-item {
        width: 100%;
    }
    .area-container {
        margin-top: -60px;
        padding: 3%;
    }
    p.number {
        top: -5%;
    }
    .btn-item.tel a {
        margin: 0 auto;
        height: 70px;
    }
    .btn-item.mail a {
        margin: 0 auto;
        height: 70px;
    }
    .bg_img.bg-footer {
        padding: 10% 0;
    }
    .bg-pb {
        padding-bottom: 10%;
    }
    .bg_img.bg-top-service {
        padding: 10% 0;
    }
    .bg-top-features {
        padding: 10% 0;
    }
    .service-container {
        display: block;
    }
    .reform-container {
        display: block;
    }
    .reform-item {
        width: 100%;
    }
    .lowercontent.service {
        width: 100%;
        margin: 0 auto;
    }
    .bg-reform {
        padding: 10% 0;
    }
    .txt-area {
        padding: 0;
    }
    .txt-inner {
        max-width: unset;
    }
    h2.lower-title-ex::before {
        max-width: 20px;
        top: -60%;
    }
    .sp_txt_l {
        text-align: left !important;
    }
    .lowercontent.company .text-area {
        width: 100%;
    }
    .bg_img.bg-recruit {
        padding: 10% 0;
    }
	.spmenu #menu p {
    transform: unset;
    left: unset;
}
	.lowercontent.company .img-area {
    width: 100%;
}
}