@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* オリジナル */
/* 投稿詳細ページのフォントサイズ */
body.single-post h1.title.first span {
    font-size: clamp(18px, 1.6vw, 30px);
}
/* お問い合わせページのボタンデザイン */
body.page-id-21 .linkBtn, .post .linkBtn {
    padding: 0;
}
body.page-id-21 .post .subimitarea .linkBtn input[type="submit"] {
    padding: 20px 0;
}
/* トップ投稿欄の背景の色を消す */
#front_top_content, #front_bottom_content {
    background: transparent;
}
/* h2 spanのpadding-leftを消す */
.post h2 span {
    padding-left: 0;
}
/* 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;
}
/* カード */
p.feature_title {
    font-size: clamp(18px, 1.1vw, 20px);
    text-align: center;
    font-weight: 700;
    color: #002D74;
    margin-bottom: 0.5vw;
}
.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card03 {
    width: 32%;
    border: 1px solid #DCDDDD;
    border-radius: 5px;
}
.text_area02 {
    padding: 10px;
}
@media print, screen and (max-width: 1024px) {
    .card03 {
        width: 48%;
        margin-bottom: 8%;
    }
}
@media print, screen and (max-width: 768px) {
    .card-list {
        display: block;
    }
    .card03 {
        width: 100%;
        margin: auto;
        margin-bottom: 5vw;
    }
}
/* テーブル */
.table-item tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 25px 3%;
    vertical-align: middle;
}
.table-item td.cell_01 {
    width: 25%;
    text-align: center;
    border-bottom: 2px solid #0a3ea3;
    color: #002D74;
}
.table-item td.cell_02 {
    border-bottom: 2px solid #9f9f9f;
}
.table-item tr.head td.cell_01 {
    border-top: 2px solid #0a3ea3;
}
.table-item tr.head td.cell_02 {
    border-top: 2px solid #9f9f9f;
}
@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-item03 a:hover {
    opacity: 0.7;
}
.btn-item03.ml1 a {
    background: #fff;
    color: #093775;
}
.btn-item03.ml1 a::before {
    color: #093775;
    content: '\f0e0';
    left: 70px;
}
.btn-item03 a {
    position: relative;
    display: block;
    text-align: center;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 18px;
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    width: 250px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    margin: 0 auto;
    border: 2px solid;
    border-radius: 5px;
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
}
.btn-item03 a::before {
    content: '\f3cf';
    color: #fff;
    position: absolute;
    left: 30px;
    top: 30%;
    transform: scale(1.5);
    transition: 0.2s;
    font-family: 'FontAwesome';
}
.btn-item02 a {
    position: relative;
    display: block;
    /*背景の色*/
    color: #333333;
    /*文字と枠の色*/
    font-size: clamp(18px, 1.2vw, 22px);
    /*文字の大きさ*/
    font-weight: bold;
    /*文字の太さ*/
    /*横幅調整*/
    /*立幅調整*/
    margin: 0 auto;
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    border-bottom: 2px solid #D8D8D8;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
}
.btn-item02 a::before {
    content: "→";
    position: absolute;
    right: 10px;
    transition: 0.2s;
}
.btn-item02 a:hover::before {
    right: 3px;
}
.btn-item a {
    position: relative;
    display: block;
    text-align: center;
    background: #002D74;
    /*背景の色*/
    color: #fff;
    /*文字と枠の色*/
    font-size: 16px;
    /*文字の大きさ*/
    font-weight: 600;
    /*文字の太さ*/
    width: 230px;
    /*横幅調整*/
    padding: 15px 0;
    /*立幅調整*/
    /*枠線を丸くする*/
    text-decoration: none;
    /*文字の下線を消す*/
    transition: 0.3s;
    font-family: "Oswald", sans-serif;
    margin-top: 5rem;
}
.btn-item a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 38%;
    transition: 0.2s;
}
.btn-item a:hover::before {
    right: 10px;
}
/* ヘッダー */
#thumbImg::before, header#h1Header::before {
    background: #002D7499;
    opacity: unset;
}
.panel.nav-effect {
    background: white;
}
#header ul.header__contact li:first-child:hover {
    opacity: 0.7;
}
body.home header#header {
    position: absolute;
    background: transparent;
}
span.tel_number02 {
    color: #0F2648;
    display: flex;
    align-items: center;
    font-size: clamp(20px, 1.4vw, 26px);
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}
span.tel_number02::before {
    content: '\f3cf';
    font-family: 'FontAwesome';
    color: #0F2648;
    font-size: 1em;
    margin-right: 10px;
    line-height: 1;
}
span.reception_time02 {
    display: block;
    color: #333333;
    font-size: 10px;
    font-weight: 500;
    text-align: right;
}
#header ul.header__contact li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    padding: 0 1vw;
    transition: .3s;
}
/* 投稿 */
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #002D74;
}
/* フッター */
footer#footer {
    background: #fff;
}
div#copyright {
    background: #fff;
    color: #777777;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: #777777;
}
#footer .footnav ul>li::before, #footer .footnav ul>li::after {
    background: #777777;
}
.bg_img.bg_footer {
    background-image: url(https://lifecrew-m.com/wp-content/uploads/footer.png);
    padding: 5vw 0;
}
h2.top_title.footer {
    color: #fff;
}
p.footer {
    color: #fff;
}
.btn-item03.ml1 {
    margin-left: 1vw;
}
/* 会社概要 */
.table-item table, .table-item table th, .table-item table td {
    border-width: 0px;
}
/* 事業内容 */
span.number {
    font-size: clamp(18px, 1.2vw, 22px);
    font-weight: 700;
    color: #002D74;
    font-family: "Oswald", sans-serif;
    margin-right: 1vw;
}
.mb {
    margin-bottom: 6%;
}
span.service_number {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    display: block;
    color: #002D74;
}

.w48 {
    width: 48%;
}
h2.lower_title {
    font-size: clamp(16px, 1.3vw, 24px);
    font-weight: 700;
}
.card03.allow.ex {
    position: unset;
}
.card03.allow {
    padding: 1vw;
    position: relative;
    margin-bottom: 2vw;
}
.card03.allow::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -8%;
    content:'';
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #002D74;
}
.service01 .card03 {
    padding-top: 1vw;
}
span.number02.txt_c {
    color: white;
    background: #002D74;
    display: inline-block;
    justify-content: center;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0.5vw;
}
h2.lower_title.underline {
    position: relative;
    padding-bottom: 1vw;
    margin-bottom: 2vw;
}
h2.lower_title.underline::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #002D74;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
h3.subtitle {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 700;
    color: #002D74;
    margin-bottom: 1vw;
}
/* トップ */
.linkBtn, .post .linkBtn {
    background: #002D74;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: #002D74;
    opacity: 0.7;
}
a#scrollUp {
    background: #002D74;
}
.max_w1100 {
    width: 90%;
}
h1.title.bottom-loop {
    color: #002D74;
    font-size: clamp(30px, 3.2vw, 60px);
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
p.large {
    font-size: clamp(16px, 1vw, 18px);
}
h2.top_title {
    font-family: "Oswald", sans-serif;
    color: #002D74;
    font-weight: 600;
    font-size: clamp(30px, 3.2vw, 60px);
}
span.sub {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
}
body p {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
}
.bg_top01 {
    background-image: url(https://lifecrew-m.com/wp-content/uploads/top_01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 0;
    padding: 6vw 0vw 3vw 0vw;
}
.bg_top01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffffd9;
    height: 100%;
    z-index: 1;
}
span.sub {
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 700;
}
p.emphasis {
    font-size: clamp(18px, 1.7vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
body p {
    line-height: 2;
}
.max_w1280 {
    max-width: 1280px;
    width: 90%;
}
.text_area {
    max-width: 684px;
    background: #ffffffad;
    margin-left: auto;
	padding: 10px;
}
.relative {
    position: relative;
    z-index: 2;
}
.img_absolute_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 41vw;
    z-index: -1;
}
/* SPオリジナル */
@media print, screen and (max-width: 768px) {
    .sp_flex_mb {
        margin-bottom: 5vw;
    }
}
/*--メディアクエリ--------------------------------------------*/
@media (min-width: 769px) and (max-width: 1024px) {
	.card03.allow::before {
display: none;
}
}
@media print, screen and (min-width: 1024px) {
    .sticky-header #header-layout {
        height: 98px;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
    }
    #header {
        height: 98px;
    }
    #header .logo img {
        max-width: 238px;
        max-height: 100px;
        width: 100%;
    }
    #header .logo {
        padding: 0;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 500;
        font-size: clamp(14px, 0.9vw, 16px);
    }
    #header a.head_btn.mail_btn:hover {
        opacity: 0.7;
    }
    #header a.head_btn.mail_btn {
        background: #002867;
        font-size: clamp(14px, 1vw, 18px);
        font-weight: 700;
    }
}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
.card03.allow.ex.last::after {
    display: none;
}
    body.home header#header {
        background: #fff;
    }
    .table-item tr.head td.cell_02 {
        border-top: none;
    }
    .table-item td.cell_01 {
        border-bottom: 2px solid #9f9f9f;
    }
    .table-item td.cell_02 {
        border-bottom: 2px solid #002D74;
    }
    .card03.allow.ex {
        position: relative;
    }
    .card03.allow::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        border-width: 10px 10px 10px 10px;
        border-style: solid;
        border-color: #002D74 transparent transparent transparent;
        bottom: -13%;
    }
    .card03.allow::before {
        display: none;
    }
    h2.lower_title.underline {
        margin-bottom: 5vw;
        padding-bottom: 2vw;
    }
    .w48 {
        width: 100%;
    }
    .card03.allow {
        margin-bottom: 5vw;
    }
    .spmenu #menu p {
        color: #002867;
    }
    .spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
        background: #002867;
    }
    .bg_top01 {
        padding: 10vw 0;
    }
    .btn-item03.ml1 {
        margin-left: 0;
        padding-top: 5vw;
    }
    .img_absolute_left {
        position: unset;
        width: unset;
    }
    .btn-item02 a {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
    }
    .bg_img.bg_footer {
        padding: 10vw 0;
    }
}