@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=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap" rel="stylesheet');
:root {
    --color-font: #454545;
    --header-color-primary: #8CDBD8;
    --ff01: 'Noto Sans JP', sans-serif;
    --ff02: "Zen Maru Gothic", serif;
}
body {
    background: #F8F4F4;
}
/* オリジナル */
/* 投稿欄 */
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;
    padding-bottom: 0;
}
div#copyright {
    background: #44CBC6;
    margin: 0;
    padding: 1em 0;
}
/* メニュー右上の色・hover時も */
#header a.head_btn.mail_btn:hover {
    background: red;
}
#header a.head_btn.mail_btn:hover {
    background: #8CDBD8;
    opacity: 0.7;
}
/*お問い合わせページのボタンの色  */
.linkBtn, .post .linkBtn {
    background: #8CDBD8;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #8CDBD8;
    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) {
    .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;
    }
}
/* ボタン */
.btn-item03 {
    width: 48%;
}
.btn-item03 a {
    position: relative;
    display: block;
    text-align: center;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 100%;
    /*横幅調整*/
    padding: 40px 0;
    /*立幅調整*/
    margin: 0 auto;
    border-radius: 20px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    background: #44CBC6;
    font-size: clamp(18px, 1.5vw, 28px);
}
.btn-item03 a::before {
    content: "●";
    color: #fff;
    position: absolute;
    right: 60px;
    transform: scale(3);
    transition: 0.2s;
}
.btn-item03 a::after {
    content: "→";
    color: #44CBC6;
    position: absolute;
    right: 57px;
    transition: 0.2s;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item03 a:hover::before {
    color: #D4D4D4;
}
.btn-item03 a:hover::after {
    color: #333333;
}
.btn-item02 a {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    /*背景の色*/
    color: #44CBC6;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    /*横幅調整*/
    padding: 20px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid;
    border-radius: 30px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    margin-bottom: 2rem;
    font-family: var(--ff02);
    width: clamp(300px, 21vw, 400px);
    font-size: clamp(16px, 1.1vw, 20px);
}
.btn-item02 a::before {
    content: "●";
    position: absolute;
    right: 15px;
    transition: 0.2s;
    transform: scale(0.8);
}
.btn-item02 a:hover::before {
    transform: scale(1.5);
}
.btn-item a {
    position: relative;
    display: block;
    /*背景の色*/
    color: #333333;
    /*文字と枠の色*/
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    padding-left: 10rem;
    font-family: var(--ff02);
    font-size: clamp(16px, 1.3vw, 24px);
}
.btn-item a::before {
    content: "";
    position: absolute;
    left: 0;
    transition: 0.2s;
    width: 70px;
    height: 70px;
    background-color: #F38D63;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
}
.btn-item a::after {
    content: "→";
    color: #ffffff;
    position: absolute;
    left: 27px;
    transition: 0.2s;
}
/*以下カーソルを合わせた際の色の変更アニメーション*/
.btn-item.news a:hover::before {
    background-color: #D4D4D4;
}
.btn-item.news a:hover::after {
    color: #000;
}
/* ヘッダー */
header#h1Header {
    background: #F8F4F4;
}
#thumbImg::before, header#h1Header::before {
    background: unset;
    opacity: unset;
}
h1.title.first span {
    color: #000;
    font-family: var(--ff02);
    font-weight: 700;
    background: #fff;
    font-size: clamp(28px, 2.4vw, 46px);
    padding: 1rem;
}
span.contact_heading {
    background: #8CDBD8;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    padding: 1rem 0;
    font-size: clamp(12px, 0.8vw, 14px);
}
span.tel_number {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: clamp(20px, 1.4vw, 26px);
}
span.tel_number::before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #8CDBD8;
    font-size: 1em;
    margin-right: 0.5em;
}
span.reception_time {
    display: block;
    color: #454545;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}
#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2vw;
    transition: .3s;
}
#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
/*  投稿*/
section#front_bottom_content {
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
div#front-sectionPost {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}
h1.title.bottom-loop {
    text-align: left;
}
h1.title.bottom-loop span span.ja_ {
    background: #44CBC6;
    padding: 1rem;
    border-radius: 27px;
    font-size: clamp(20px, 1.5vw, 28px);
    color: #fff;
    font-family: var(--ff02);
    font-weight: 700;
    display: inline-block;
}
h1.title.bottom-loop span span.en_ {
    color: #44CBC6;
    font-size: clamp(60px, 7.7vw, 147px);
    display: block;
    font-weight: 500;
    font-family: 'Zen Maru Gothic';
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #44CBC6;
}
/*フッター  */
#footer ul li a {
    color: #727272;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    display: none;
}
a#scrollUp {
    background: #44CBC6;
}
.pContact010__content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #44CBC6e6;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
a.ctaBtn.mail-btn span::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-size: 1em;
    margin-right: 1rem;
}
/* ----------
 * pContact010
-------------*/
.pContact010 a {
    text-decoration: none;
}
.pContact010 a, .pContact010 p {
    color: #fff;
    font-family: var(--ff02);
}
.pContact010 h2 {
    color: #fff;
}
.pContact010 h2 span.sub {
    font-weight: 700;
    display: inline-block;
    color: #FFF;
    font-family: var(--ff02);
    font-size: clamp(26px, 2.4vw, 46px);
}
.pContact010__content {
    background-image: url(/wp-content/uploads/bg_footere.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
.pContact010__inner {
    width: min(90%, 1300px);
    margin: 0 auto;
    position: relative;
}
.pContact010__innerItem {
    padding: 50px 0;
    text-align: center;
}
ul.pContact010__btnList {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0 max(3%, 20px);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
ul.pContact0__btnList li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
ul.pContact010__btnList li p.call {
    color: #009CA6;
    margin: 0 0 10px;
    line-height: 1;
}
ul.pContact010__btnList li p.call span {
    padding: 0 1em;
    position: relative;
    display: inline-block;
}
ul.pContact010__btnList li p.call span::before,
ul.pContact010__btnList li p.call span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1em;
    background: #009CA6;
    bottom: 0;
}
ul.pContact010__btnList li p.call span::before {
    left: 0;
    transform: rotate(-10deg);
}
ul.pContact010__btnList li p.call span::after {
    right: 0;
    transform: rotate(10deg);
}
.pContact010__btnArea {
    margin: max(3%, 20px) 0 0;
}
ul.pContact010__btnList li {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
ul.pContact010__btnList li:first-child {
    justify-content: flex-end;
}
@media print, screen and (max-width: 769px) {
    .pContact010__innerItem {
        flex-direction: column;
        gap: 30px;
    }
    .pContact010__textArea,
    .pContact010__btnArea {
        width: 100%;
        text-align: center;
    }
    ul.pContact010__btnList li {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
    ul.pContact010__btnList li:first-child {
        justify-content: center;
    }
    ul.pContact010__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: 2rem 0;
    margin: 0 2rem;
    border-radius: 10px;
}
a.ctaBtn:hover {
    opacity: .6;
}
/* 電話 */
a.ctaBtn.tel-btn span.num {
    display: flex;
    font-size: clamp(30px, 2.2vw, 41px);
}
a.ctaBtn.tel-btn span.num::before {
    font-family: "Material Symbols Outlined";
    content: '\f095';
    /** Code point を入力 */
    color: #fff;
    font-size: 0.8em;
    padding-right: .5em;
    position: relative;
    top: .15em;
    font-family: 'FontAwesome';
}
/* メール */
a.ctaBtn.mail-btn {
    color: #fff;
    background: #fff;
    width: min(100%, 280px);
}
a.ctaBtn.mail-btn span {
    position: relative;
    color: #44CBC6;
    font-size: clamp(16px, 1vw, 18px);
}
a.ctaBtn.mail-btn span::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
/* 事業所概要 */
.table-item tr td {
    font-size: 18px;
    font-weight: 700;
    padding: 25px 3%;
    vertical-align: middle;
    border-bottom: 3px dotted #454545;
    line-height: 2;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    background: #F38D63;
    border-bottom: 3px dotted #454545;
    color: #fff;
    font-family: var(--ff02);
}
.table-item td.cell_02 {
    border-bottom: 3px dotted #454545;
    background: #fff;
}
.table-item tr.head td {
    border-top: 3px dotted #454545;
}
@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;
    }
}
/*  ご利用の流れ*/
.flow_container.ex {
    position: relative;
}
.flow_container.ex::before {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 0;
    height: 0px;
    content: '';
    border-width: 30px 30px 0px 30px;
    border-style: solid;
    border-color: #3EA58F transparent transparent transparent;
    transform: translateX(-50%);
}
.allow_down {
    position: relative;
    height: 26px;
    width: 100%;
}
.allow_down::before {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 0px;
    content:
        '';
    border-width: 30px 30px 0px 30px;
    border-style: solid;
    border-color: #3EA58F transparent transparent transparent;
}
p.area {
    font-weight: 700;
    color: #454545;
    font-family: var(--ff02);
    font-size: clamp(20px, 1.6vw, 30px);
}
.allow {
    position: relative;
    box-shadow: 0px 7px 7px 0px #e9e9e9;
    background: #fff;
}
.allow::before {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    content:
        '';
    border-width: 30px 30px 30px 30px;
    border-style: solid;
    border-color: #3EA58F transparent transparent transparent;
    top: -8%;
}
.flow_box {
    background: #fff;
    padding: 3rem;
}
p.flow_item02 {
    color: #454545;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: clamp(20px, 1.3vw, 24px);
    display: flex;
    align-items: center;
    gap: 2%;
}
span.number {
    background: #FBCE44;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 1.6vw, 29px);
    display: flex;
    align-items: center;
    justify-content: center;
}
p.middle {
    font-weight: 700;
    font-size: clamp(19px, 1.2vw, 22px);
}
.flow_container {
    background: #3EA58F;
    padding: 2rem;
    margin-bottom: 4rem;
}
p.flow_item {
    color: #fff;
    text-align: center;
    font-family: var(--ff02);
    font-size: clamp(19px, 1.6vw, 29px);
}
p.fff {
    color: #fff;
    text-align: center;
    font-size: clamp(16px, 1vw, 18px);
}
p.yellow {
    background: #FBCE44;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(22px, 1.6vw, 29px);
}
.w48 {
    width: 48%;
}
/* サービス */
p.card_title {
    display: flex;
    align-items: center;
    gap: 3%;
}
p.card_title span {
    line-height: 1;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 31%;
    margin-bottom: 5rem;
    padding-top: 150px;
    margin-top: -150px;
}
.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%;
        padding-top: 80px;
        margin-top: -80px;
    }
}
/* 私たちについて */
.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
.textarea {
    background: #fff;
    margin: 0 auto;
    padding: 5rem 1rem 3rem 16rem;
    margin-left: 10%;
}
.aboutus_container.ex {
    margin-left: auto;
}
.img_absolute img {
    width: 13vw;
    min-width: 198px;
}
span.feature_span {
    display: block;
    color: #F38D63;
    font-weight: 700;
    font-size: clamp(18px, 1.2vw, 22px);
}
.aboutus_container {
    max-width: 1125px;
    width: 100%;
    position: relative;
    margin-bottom: 5rem;
}
.img_absolute {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
h2.lower_title {
    color: #454545;
    font-family: var(--ff02);
    font-weight: 700;
    font-size: clamp(30px, 2.1vw, 40px);
}
.bg_img.aboutus01 {
    background-image: url(/wp-content/uploads/aboutus01.png);
    background-size: contain;
}
span.lowertitle_icon {
    display: block;
    line-height: 0.5;
}
h3.lower_subtitle {
    color: #454545;
    font-family: var(--ff02);
    font-weight: 700;
    font-size: clamp(21px, 2.1vw, 28px);
}
/* トップ */
.w50.sp_w90.sppb5.max_width {
    padding-left: 2rem;
}

.btn-item02 {
    width: 30%;
}
.relative {
    position: relative;
}
p.insta_title {
    color: #44CBC6;
    font-size: 42px;
    font-weight: 500;
    font-family: var(--ff02);
}
.no_wrap {
    flex-wrap: nowrap;
}
.max_width {
    max-width: 528px;
    margin-left: auto;
}
.max_w1300 {
    width: 90%;
}
p.ex {
    line-height: 2.5;
}
.bg_img.bg_top01 {
    background-image: url(/wp-content/uploads/top01_4bg.png);
  padding: 10rem 0 57rem 0;
    background-position: bottom;
}
h2.top_title {
    color: #44CBC6;
    font-family: var(--ff02);
    font-weight: 500;
    font-size: clamp(60px, 7.7vw, 147px);
}
span.sub {
    background: #44CBC6;
    padding: 1rem;
    border-radius: 27px;
    color: #fff;
    font-family: var(--ff02);
    font-weight: 700;
    display: inline-block;
    font-size: clamp(20px, 1.5vw, 28px);
}
h3.top_subtitle {
    font-weight: 700;
    font-family: var(--ff02);
    font-size: clamp(24px, 2.1vw, 40px);
}
body p {
    font-weight: 700;
    font-family: var(--ff02);
    line-height: 2;
    font-size: clamp(16px, 1vw, 18px);
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
	.btn-item02 {
    width: 50%;
}
}
@media print, screen and (min-width: 1024px) {
    nav#mainNav ul li a {
        padding: 1vw;
    }
    #header .logo img {
        max-height: 102px;
        max-width: 357px;
        width: 100%;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    .sticky-header #header-layout {
        height: 120px;
    }
    header#header {
        height: 120px;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-family: var(--ff02);
        font-weight: 700;
        color: #454545;
        font-size: clamp(14px, 1vw, 18px);
    }
    nav#mainNav ul li a span {
        color: #44CBC6;
        font-size: 12px;
        font-weight: 700;
        font-family: var(--ff02);
    }
    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: #44CBC6;
    }
}
@media print, screen and (max-width: 1024px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	.w50.sp_w90.sppb5.max_width {
    padding-left: 0;
}

.btn-item02 {
    margin: 0 auto;
    width: 80%;
}
    .table-item tr.head td.cell_02 {
        border-top: none;
    }
    .bg_img.bg_top01::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffffa1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }
    span.number {
        width: 40px;
        height: 40px;
    }
    .allow::before {
        top: -25px;
        border-width: 20px 20px 20px 20px;
    }
    .mb4rem {
        margin-bottom: 4rem;
    }
    .img_absolute {
        position: unset;
        text-align: center;
        transform: unset;
        margin-bottom: 3rem;
    }
    .textarea {
        padding: 1rem;
        margin: 0;
    }
    .sppb5 {
        padding-bottom: 5rem !important;
    }
    .bg_img.bg_top01 {
        padding: 0 0 0rem 0;
        position: relative;
    }
    .spmb10 {
        margin-bottom: 5rem !important;
    }
    .btn-item03 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .btn-item03 a {
        padding: 30px 0;
    }
    .btn-item03 a::before {
        width: 0px;
    }
    .btn-item03 a::after {
        right: 22px;
    }
    .w48 {
        width: 100%;
    }
    .btn-item a::before {
        width: 35px;
        height: 35px;
    }
    .btn-item a::after {
        left: 10px;
    }
    .btn-item a {
        padding-left: 5rem;
    }
}