@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #1C1C1C;
    --color-primary: #B72222;
    --color-alert: #B72222;
    --color-primary-shade: #F4BABD;
    --color-primary-tint: #FDEDEE;
    --color-secondary: #E6C866;
    --color-gradient: linear-gradient(90deg, rgba(255,249,249,1) 0%, rgba(217,6,19,1) 100%);
    --color-border: #ccc;
    --color-table-border: #ccc;

    --body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    --body-font-family: 'Noto Sans JP', sans-serif;
    --font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Zen Old Mincho', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #1C1C1C;
    --header-color-primary: #B72222;
    --header-color-primary-shade: #E6C866;
    --header-color-primary-tint: #F4BABD;

    --footer-background: linear-gradient(90deg, rgba(255,249,249,1) 0%, rgba(217,6,19,1) 100%);
    --footer-color-font: #1C1C1C;
    --footer-color-primary: #B72222;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
    padding: var(--px40) 0 var(--px120);
}
.post h2::after {
    margin: var(--px40) auto var(--px50);
}
#front-sectionPost {
    width: 90%;
}
#content, body:not(.home) #content.wide {
    padding: var(--px80) 0 var(--px180);
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------col02-----------*/

.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 600px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
        margin-bottom: 8%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2.main_ttl, h2.main_ttl {
    position: relative;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 800;
    font-size: var(--rem60);
    letter-spacing: .2rem;
    text-align: left;
    margin: 0 0 min(calc(4rem + (1vw - 1.92rem) * 2.5890) ,40px);
    max-width: 633px;
    width: 80%;
}
.post h2.main_ttl::after, h2.main_ttl::after {
    content: none;
}
.post h2.main_ttl.ttl01, h2.main_ttl.ttl01 {
    background: url(/wp-content/uploads/topTtl_service.svg) no-repeat left top 30px / contain;
}
.post h2.main_ttl.ttl02, h2.main_ttl.ttl02 {
    background: url(/wp-content/uploads/topTtl_company.svg) no-repeat left top 30px / contain;
}
.post h2.main_ttl.ttl03, h2.main_ttl.ttl03 {
    background: url(/wp-content/uploads/topTtl_recruit.svg) no-repeat left top 36px / contain;
    text-align: center;
    margin: 0 auto var(--px50);
    padding-bottom: 15px;
}

h1.title.bottom-loop,
h1.title.top-loop {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem48);
    font-weight: 800;
    text-align: center;
    margin: 0 auto var(--px50);
}

.post h2.lower_ttl, h2.lower_ttl {
    position: relative;
    color: var(--color-font);
    font-family: var(--font-family02);
    font-weight: 800;
    font-size: var(--rem60);
    letter-spacing: .2rem;
    text-align: left;
    margin: 0 0 min(calc(4rem + (1vw - 1.92rem) * 2.5890) ,40px);
    background: url(/wp-content/uploads/lower_deco.svg) no-repeat left top 30px / contain;
    max-width: 633px;
    width: 80%;
    padding-bottom: 30px;
}
.post h2.lower_ttl::after, h2.lower_ttl::after {
    content: none;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    border-radius: 100vh;
    max-width: 240px;
    background: var(--color-primary);
    font-size: var(--rem16);
    font-weight: 600;
    padding: 16px 25px 16px 5px;
    letter-spacing: .1rem;
}
.linkBtn:hover, .post .linkBtn:hover {
    background: var(--color-primary-shade);
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
#header .logo img {
    max-width: 300px;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.1205), 35px);
    font-family: var(--font-family02);
}

/* ボタン共通 */
#header a.head_btn span {
    display: block;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

/* メールボタン */
#header a.head_btn.mail_btn::before {
    content: none;
}
#header a.head_btn span.en {
    display: block;
    font-size: 10px;
    font-weight: 400;
    margin-top: 3px;
}

/* SP */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		padding: 16px;
	}
	nav#mainNav ul li a {
		border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer {
    color: var(--footer-color-font);
    font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem); /* 1.4-1.1rem (1920-375) */
    padding: min(calc(50px + (1vw - 19.2px) * 0.9709), 50px) 0 30px; /* 50-35px(1920-375) */
    background: var(--footer-background);
}
#footer a {
    -webkit-transition: .2s;
    transition: .2s;
}
#footer .inner {
    width: 90%;
    max-width: var(--content-max-width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer ul {
    font-size: 100%;
    padding: 0;
}
#footer ul li {
    display: block;
    padding: 0;
    margin: 0;
}
#footer ul li::before {
    content: none;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
}
#footer ul li a {
    padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--color-font);
}
#footer img {
    width: auto;
    max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin: 0 auto var(--px80);
    width: 94%;
    max-width: var(--content-max-width);
}
#footer .footer__logo img {
    max-width: 420px;
    max-height: 98px;
    margin-left: -20px;
    -o-object-fit: contain;
    object-fit: contain;
}
#footer ul.foot_address {
    display: block;
    margin-top: 2em;
}
#footer ul.foot_addess li {
    font-size: var(--rem16);
    margin-bottom: 0.3em;
}
#footer .footer__logo .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: var(--px30);
}
#footer .fa-2x, .fa-2x {
    font-size: 24px;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
    font-size: 34px
}
.fa-facebook:before {
    font-size: 34px;
}
@media print, screen and (max-width: 768px) {
    #footer .footer__logo .social ul {
        margin: var(--px30) auto;
        text-align: center;
    }
    #footer .footer__logo .social ul {
        margin: var(--px30) auto;
        text-align: center;
        display: inline-flex;
    }
}


/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
    float: none;
}
#footer .footnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .footnav ul > li {
    position: relative;
    padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    margin-bottom: 0;
    line-height: 1;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-font);
    top: 0;
}
#footer .footnav ul > li::before {
    left: 0;
}
#footer .footnav ul > li::after {
    right: -1px;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
    #footer .footer__logo:not(:last-child) {
        text-align: center;
    }
    #footer .inner {
        display: block;
    }
    #footer .footnav ul > li {
        margin-bottom: 2em;
    }
    #footer ul.foot_address {
        margin: 2em auto;
    }
    #footer ul.foot_address li {
        margin: 0 auto;
        text-align: center;
    }
    #footer .footer__logo img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
}
/*------コピーライト
--------------------------------------------*/
#copyright {
    color: var(--color-font);
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
    letter-spacing: .1rem;
    padding: 0;
    background: transparent;
    margin: 0;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.post ul#sitemap_list li {
	margin-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	padding-left: 0;
	padding-bottom: min(calc(2.0rem + (1vw - 1.92rem) * 0.2589) ,20px);
	border-bottom: 1px solid var(--color-border);
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.post h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
}
.wpcf7-form .must {
	background: var(--color-primary)
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}

/* 完了 */
.post .thanks {
    font-family: var(--font-family02);
    font-weight: 800;
}
.thanks_text p {
    font-size: var(--rem16);
    line-height: 2.4;
}
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}


.post .wpcf7 table {
    border: none;
}
.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}
.post .wpcf7 table th {
    width: 30%;
    background: #fff;
}

.post p.contact_message, p.contact_message {
    font-size: var(--rem16);
    margin-bottom: var(--px60);
    line-height: 2.4;
}

@media print, screen and (max-width: 640px) {
    .post .wpcf7 table th {
            border-right: none;
            border-bottom: none;
            border-top: none;
            padding-bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
    }
    .post .wpcf7 table th,
    .post .wpcf7 table td {
        padding: 16px 0;
    }
    .post .wpcf7 table td {
            border-top: none;
            padding-top: 0;
    }
    .post .wpcf7 table tr:first-child {
            border-top: 1px solid var(--color-table-border);
    }
}


/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: #fff;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px100) 0 var(--px50);
    z-index: 0;
}
#foot-contact_pt05::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80%;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    z-index: 1;
    top: 0;
    left: 0;
}
.wrapper_content {
    position: relative;
    width: 90%;
    z-index: 3;
}
#foot-contact_pt05 .wrapper_content h2.cta_ttl {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem48);
    font-weight: 800;
    text-align: center;
    margin: 0 auto var(--px30);
}
#foot-contact_pt05 .wrapper_content h2.cta_ttl::after {
    content: none;
}
#foot-contact_pt05 .wrapper_content .cta_text {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem16);
    font-weight: 700;
    text-align: center;
    margin: 0 auto var(--px30);
}
#foot-contact_pt05 a.f-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center;
    line-height: 1.6;
    padding: 24px;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    background: var(--color-primary);
    color: #fff;
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary-shade);
    opacity: .95;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: var(--color-primary);
    background: #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    opacity: .95;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico:hover {
    background: var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
    display: inline-block;
    font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
    font-weight: 700;
    margin: 4px 0;
}
#foot-contact_pt05 a.f-contact_btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico {
    background: var(--color-primary);
    color: #fff;
    width: 80%;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 50vh;
    margin: 10px auto;
}

#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
    content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .15rem;
}
#foot-contact_pt05 ul.contactbtn_list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 94%;
    margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
    z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
    width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
    width: 100%;
    max-width: none;
    min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
    margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
    margin-bottom: 0;
}

/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
    }
    #foot-contact_pt05 ul.contactbtn_list {
            max-width: 100%;
    }
}
@media print, screen and (max-width: 640px) {
    .wrapper_content {
        width: 90%;
    }
    #foot-contact_pt05 a.f-contact_btn.mailBtn .ico {
        width: 90%;
    }
    #foot-contact_pt05 ul.contactbtn_list {
        max-width: 100%;
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 641px) {
            #foot-contact_pt05 ul.contactbtn_list > li {
                    width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
            }
    }
}

body.home #foot-contact_pt05.footer_bottom {
    display: none;
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
.topAbout {
	position: relative;
	background: linear-gradient(0, rgba(255,249,249,1) 0%, rgba(217,6,19,.68) 100%);
	padding: var(--px120) 0;
}
.topAbout_wrap {
    position: relative;
    background: #fff;
    max-width: 1300px;
	width: 90%;
    margin: 0 auto;
    padding: var(--px80);
    border: 3px solid var(--color-font);
}
.topAbout_wrap::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/top_deco01.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -15%;
    left: -15%;
    width: 607px;
    height: 204px;
    z-index: 100;
}
.topAbout_wrap::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/top_deco02.png);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    bottom: -20%;
    right: -15%;
    width: 607px;
    height: 204px;
    z-index: 100;
}
.topAbout_inner {
    max-width: 1150px;
    margin: 0 auto;
}
.post .topAbout_wrap h2.topAbout_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-primary);
    text-align: center;
    margin: 0 auto;
}
.post .topAbout_wrap h2.topAbout_ttl::after {
    content: none;
}
.post .topAbout_wrap p.topAbout_sub {
    font-family: var(--font-family02);
    font-size: var(--rem40);
    text-align: center;
    margin: 10px auto var(--px50);
    line-height: 1.45;
    font-weight: 700;
}
.post .topAbout_wrap p.topAbout_text {
    max-width: 960px;
    margin: 0 auto;
    font-size: var(--rem20);
    line-height: 2.4;
}
@media print, screen and (max-width: 768px) {
    .topAbout_wrap {
        padding: var(--px80) var(--px40);
    }
    .post .topAbout_wrap h2.topAbout_ttl {
        font-size: var(--rem48);
    }
    .topAbout_wrap::before {
        background-size: 60%;
        top: -12%;
    }
    .topAbout_wrap::after {
        background-size: 60%;
    }
}
@media print, screen and (max-width: 400px) {
    .topAbout_wrap::before {
        background-size: 40%;
        top: -7%;
    }
    .topAbout_wrap::after {
        background-size: 40%;
    }
}


.topWork {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,220,196,.7) 100%);
    padding: var(--px140) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}
.topWork_inner {
    align-items: center;
}
.topWork_inner .w50.text_box {
	padding: var(--px30) var(--px80);
}
.topWork_inner .w50.text_box p {
    font-size: var(--rem18);
    line-height: 2;
}

@media print, screen and (min-width: 769px) {
	.topWork_inner .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.topWork_inner .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
@media print, screen and (max-width: 768px) {
	.topWork_inner .w50.text_box {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
    .topWork_inner .w50.text_box h2.main_ttl {
        margin-bottom: var(--px20);
    }
    .topWork_inner .w50.text_box h2.main_ttl::after {
        content: none;
    }
}


.topRecruit {
	position: relative;
	background: url(/wp-content/uploads/bg_recruit.jpg) no-repeat center / cover;
	padding: var(--px120) 0;
}
.topRecruit_wrap {
    background: #fff;
    max-width: 1300px;
	width: 90%;
    margin: 0 auto;
    padding: var(--px80);
    border: 3px solid var(--color-font);
}
.topRecruit_inner {
    max-width: 960px;
    margin: 0 auto;
}
.post .topRecruit_wrap p.topRecruit_text {
    font-size: var(--rem20);
    line-height: 2.4;
}

@media print, screen and (max-width: 768px) {
    .topRecruit_wrap {
        padding: var(--px80) var(--px40);
    }
}


/*------------------------------------------------------
下層共通
------------------------------------------------------*/
.post table th,
.post table td {
    padding: var(--px24);
}
.post table th {
    background: var(--color-primary-shade);
    border: 1px solid #fff;
}

/*------------------------------------------------------
会社情報
------------------------------------------------------*/
#company img.represent_img {
    width: 100%;
}
#company .represent_inner p {
    font-size: var(--rem16);
    line-height: 2.4;
}
#company p.represent_name {
    font-size: var(--rem16);
    margin-top: var(--px40);
    font-weight: 800;
    text-align: right;
}

#company iframe {
    width: 100%;
    margin-top: var(--px60);
}

/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.post p.recruit_alert {
    color: var(--color-alert);
    font-size: var(--rem30);
}
.message {
    font-size: var(--rem20);
    line-height: 2.4;
    letter-spacing: .1rem;
}

/*------------------------------------------------------
サービス内容
------------------------------------------------------*/
.post ul.col3_list.service_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: var(--px40) 4%;
}
.post ul.col3_list.service_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 30%;
}
.post ul.col3_list.service_list li img {
    flex-grow: 1;
}
.post h3.service_ttl, h3.service_ttl {
    font-size: var(--rem48);
    font-family: var(--font-family02);
    font-weight: 700;
    text-align: center;
    margin: var(--rem18) auto;
    padding: 0;
    border: none;
    color: var(--color-primary);
    letter-spacing: .2rem;
    line-height: 1.45;
    flex-grow: 1;
}
.post p.service_text, p.service_text {
    font-size: var(--rem20);
    color: var(--color-font);
    line-height: 2.4;
    flex-grow: 1;
}
@media print, screen and (max-width: 1024px) {
    .post ul.col3_list.service_list > li {
        width: 48%;
    }
}
@media print, screen and (max-width: 600px) {
    .post ul.col3_list.service_list > li {
        width: 100%;
    }
}

.post ul.flowlist01 {
    position: relative;
	width: 86%;
    margin: 0 auto;
}
.post ul.flowlist01::before {
	content: "";
	width: 4px;
	height: 100%;
	background: var(--color-primary);
	display: block;
	position: absolute;
	top: 0;
	left: 21px;
}
.post ul.flowlist01 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: var(--px50);
}
.post ul.flowlist01 > li:not(:last-child) {
	margin-bottom: var(--px40);
}
.post ul.flowlist01 > li::before {
    content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: var(--color-primary);
	border-radius: 50%;
    padding-right: 5px;
}
.post ul.flowlist01 > li dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: var(--px30) 0;
    border-bottom: 1px dotted var(--color-border);
    gap: var(--px50);
    line-height: 1.65;
}
.post ul.flowlist01 > li dl dt,
.post ul.flowlist01 > li dl dd {
    font-size: var(--rem36);
}
.post ul.flowlist01 > li dl dt {
    font-weight: 800;
}
.post ul.flowlist01 > li dl dd {
    font-weight: 400;
    padding-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .post ul.flowlist01 {
        width: 100%;
    }
    .post ul.flowlist01 > li::before {
        width: 26px;
        height: 26px;
    }
    .post ul.flowlist01 > li:not(:last-child) {
        margin-bottom: var(--px14);
    }
    .post ul.flowlist01::before {
        left: 11px;
    }
    .post ul.flowlist01 > li dl {
        display: block;
    }
    .post ul.flowlist01 > li dl dt, .post ul.flowlist01 > li dl dd {
        font-size: var(--rem28);
    }
}


.post p.price_text {
    font-size: var(--rem20);
}
.price_btn {
    margin: var(--px50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    gap: var(--px50);
}
.post .price_btn a.linkBtn {
    margin: 0;
    background: var(--color-primary);
}
@media print, screen and (max-width: 600px) {
    .price_btn {
        flex-direction: column;
        gap: 20px;
    }
    .post .price_btn a.linkBtn {
        max-width: 80%;
    }
}


/*------------------------------------------------------
スタッフ紹介
------------------------------------------------------*/
.staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px80);
    margin: var(--px100) auto 0;
}
.staff_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--px60);
}
.post .staff_inner h3.staff_name {
    font-size: var(--rem36);
    text-align: left;
    font-weight: 700;
    margin-bottom: var(--px50);
    padding: 0;
    border: none;
    font-weight: 600;
}
.post .staff_inner h3.staff_name span.hiragana {
    display: inline-block;
    margin-left: 20px;
    font-size: var(--rem20);
}
.post .staff_inner dl.staff_info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    font-size: var(--rem20);
    font-weight: 500;
}
.post .staff_inner dl.staff_info dt {
    width: 32%;
    color: var(--color-primary);
    padding-bottom: var(--px30);
    margin-bottom: var(--px30);
    border-bottom: 1px solid var(--color-border);
}
/* .post .staff_inner dl.staff_info dd::before {
    content: "-";
    display: inline-block;
    width: 1%;
    color: var(--color-font);
    margin: 0 7%;
} */
.post .staff_inner dl.staff_info dd {
    width: 66%;
    padding-bottom: var(--px30);
    margin-bottom: var(--px30);
    border-bottom: 1px solid var(--color-border);
}
@media print, screen and (max-width: 768px) {
    .post .staff_inner img.staff_img {
        display: block;
        width: 80%;
        margin: 0 auto var(--px50);
    }
    .post .staff_inner dl.staff_info dt {
        width: 100%;
        color: var(--color-primary);
        padding-bottom: 5px;
        margin-bottom: 0;
        border-bottom: none;
    }
    .post .staff_inner dl.staff_info dd::before {
        content: none;
    }
    .post .staff_inner dl.staff_info dd {
        width: 100%;
        padding-bottom: var(--px30);
        margin-bottom: var(--px30);
        border-bottom: 1px solid var(--color-border);
    }
}