@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=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F8F8F8;
    --color-font: #4C3F2F;
    --color-primary: #BA3933;
    --color-primary-shade: #C23639;
    --color-primary-tint: #D14A44;
    --color-primary-grade01: linear-gradient(90deg, rgba(197,39,31,1) 0%, rgba(186,57,51,1) 100%);
    --color-primary-grade02: linear-gradient(-90deg, rgba(197,39,31,1) 0%, rgba(186,57,51,1) 100%);
    --color-secondary: #FDF3D0;
    --color-secondary-shade: #4C3F2F;
    --color-secondary-tint: #FCE69B;
    --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: 'Jost', 'Noto Sans JP', sans-serif;


    --content-max-width01: 1300px;
    --content-max-width02: 1400px;


    --header-background: #fff;
    --header-color-font: #4C3F2F;
    --header-color-primary: #BA3933;
    --header-color-primary-shade: #C23639;

    --footer-background: #ADA97F;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

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: -80px !important;
    padding-top: 80px !important;
}

html, body {
    height: 100%;
    margin: 0;
}
#wrapper {
    min-height: 100%;
    padding-bottom: var(--px60);
}


/*--メディアクエリ--------------------------------------------*/
@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) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#wrapper, .inner {
    max-width: var(--content-max-width02);
}
#front_top_content, #front_bottom_content {
    background: #fff;
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}

/*------------------------------------------------------
ヘッダー
------------------------------------------------------*/



@media print, screen and (min-width: 1024px) {

#header .logo img {
	max-width: 500px;
        height: 100%;
	max-height: 100px;
	}
}

/*------------------------------------------------------
幅フル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);
	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: 4%;
}
@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: center;
	flex-wrap: wrap;
    margin: 0 auto;
    gap: 2%;
}
.post .col3_list > li {
    width: 32%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@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;
    gap: 20px 1%;
}
.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;
}

/*------------------------------------------------------
gap
------------------------------------------------------*/
/* 縦 */
.col_gap2 {
    display: flex;
    flex-direction: column;
    gap: var(--px20);
}
.col_gap4 {
    display: flex;
    flex-direction: column;
    gap: var(--px40);
}
.col_gap8 {
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
.col_gap10 {
    display: flex;
    flex-direction: column;
    gap: var(--px100);
}

/* 横 */
.gap8 {
    gap: var(--px80) !important;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* 色 */
.color_w {
    color: #fff !important;
}
.color_pri {
    color: var(--color-primary) !important;
}

/* 配列 */
.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

/* テキスト */
.post p, p {
    font-size: var(--rem18);
    line-height: 1.65;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}
.post .read02 p, .read02 p {
    margin-bottom: 2em;
}


/* H1 H2 */
body.cat-news h1.title.first {
  color: var(--color-font);
}

h1.title.top-loop,
h1.title.bottom-loop,
.post h2, h2 {
    margin: 0 0 var(--px30);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: var(--rem40);
    color: var(--color-font);
    letter-spacing: .4rem;
    line-height: 1.35;
}
h1.title.top-loop::before,
h1.title.bottom-loop::before,
.post h2::before, h2::before {
    content: "";
    background: var(--color-font);
    width: var(--px80);
    height: 4px;
    display: inline-block;
}
.post h2::after, h2::after {
    content: none;
}
@media print, screen and (max-width: 768px) {
    h1.title.top-loop::before,
    h1.title.bottom-loop::before,
    .post h2::before, h2::before {
        width: 10px;
        height: 3px;
    }
}

/* プライマリー */
.post h2.color_pri, h2.color_pri {
    font-size: var(--rem30);
    letter-spacing: 0;
    margin: 0 0 var(--px30);
    text-align: left;
}
.post h2.color_pri::before, h2.color_pri::before {
    background: var(--color-primary);
    width: 60px;
    height: 3px;
}


/* 下層ページ上部余白 */

#content, body:not(.home) #content.wide {
	padding: 20px 0 20px 0;
}


/* 白 */
.post h2.color_w, h2.color_w {
    font-size: var(--rem30w);
    letter-spacing: 0;
    margin: 0;
}
.post h2.color_w::before, h2.color_w::before {
    background: #fff;
    width: 50px;
    height: 3px;
}

/* キャッチ */
.post h2.catch, h2.catch {
    color: var(--color-font);
    font-weight: 700;
    font-size: var(--rem40);
    display: block;
}
.post h2.catch::before, h2.catch::before {
    content: none;
}
.post h2.catch b, h2.catch b {
    font-size: var(--rem48);
}
.post h2.catch em, h2.catch em {
    font-size: var(--rem48);
    color: var(--color-primary);
    font-style: normal;
}
@media print, screen and (max-width: 768px) {
    .post h2.catch, h2.catch {
        font-size: var(--rem28);
        letter-spacing: 0;
    }
    .post h2.catch em, h2.catch em {
        font-size: var(--rem40);
    }
}
@media print, screen and (max-width: 768px) {
    .post h2.catch.catch_small, h2.catch.catch_small {
        font-size: var(--rem14);
        letter-spacing: 0;
    }
    .post h2.catch.catch_small em, h2.catch.catch_small em {
        font-size: var(--rem18);
    }
}



/* H3 */
.post h3, h3 {
    font-size: var(--rem30);
    color: var(--color-font);
    margin: 0;
    padding: 0;
    border: none;
}
.post h3.ttlh3_01, h3.ttlh3_01 {
    font-size: var(--rem24);
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-font);
    margin-bottom: var(--px20);
}
@media print, screen and (max-width: 768px) {
    .post h3, h3 {
        font-size: var(--rem24w);
    }
}


/* H4 */
.post h4 {
    color: var(--color-font);
    margin: 40px auto 10px;
}


/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}
.post ul.list li {
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

.post ul.disc li {
    font-size: var(--rem18);
    margin-bottom: .3rem;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.post ul.disc li::before {
    content: "■";
    display: block;
    color: var(--color-primary);
}

.post ul.trouble_list, ul.trouble_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 1%;
}
.post ul.trouble_list li, ul.trouble_list li {
    width: 32%;
}
.post ul.trouble_list li img, ul.trouble_list li img {
    width: 100%;
    display: block;
}

/* flow_list */
.post ul.flow_list {
    margin: 0 auto;
}
.post ul.flow_list li p {
    background: var(--color-secondary-tint);
    font-size: var(--rem18);
    color: var(--color-font);
    font-weight: 700;
    text-align: center;
    padding: 6px var(--px20);
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
}
.post ul.flow_list li.point p {
    background: var(--color-primary);
    color: #fff;
}
.post ul.flow_list li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 13px solid #ba9d75;
    border-bottom: 0;
    margin: 5px auto;
    background: transparent;
}
.post ul.flow_list li:last-child:after {
    content: none;
}

.post ul.project_list, ul.project_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.post ul.project_list li, ul.project_list li {
    width: 24%;
}


/* olリスト */
.post ol.num  {
    margin: 0;
    padding: 0
}
.post ol.num li {
    list-style: none;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .7em;
    line-height: 1.55;
}
.post ol.num li:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem16);
    color: var(--color-primary);
    font-family: var(--font-family02);
    line-height: 1.8;
    text-align: center;
    background: #fff;
	font-weight: 600;
    padding: 14px 30px;
    margin: 0 auto;
	border: solid 1px;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    right: 20px;
    transition: all .3s;
    border-color: var(--color-primary);
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: #fff;
    background: var(--color-primary-grade01);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
    right: 20px;
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

.linkBtn.btn_border, .post .linkBtn.btn_border, a.linkBtn.btn_border {
    padding: var(--px12) 30px var(--px12) 20px;
    border: solid 1px #fff;
    color: var(--color-font);
    max-width: 200px;
}
.linkBtn.btn_border:hover, .post .linkBtn.btn_border:hover, a.linkBtn.btn_border:hover {
    color: #fff;
    background: var(--color-font);
}
.post .linkBtn.btn_border::after, .linkBtn.btn_border::after, a.linkBtn.btn_border::after {
    border-color: var(--color-font);
}
.post .linkBtn.btn_border:hover::after, .linkBtn.btn_border:hover::after, a.linkBtn.btn_border:hover::after {
    border-color: #fff;
}


.linkBtn.cta_btn, .post .linkBtn.cta_btn, a.linkBtn.cta_btn, .post .subimitarea .linkBtn.cta_btn input[type="submit"] {
    background: var(--color-primary);
    color: #fff;
    font-size: var(--rem18);
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
}
.post .linkBtn.cta_btn::after, .linkBtn.cta_btn::after, a.linkBtn.cta_btn::after {
    right: 20px;
    transition: all .3s;
    border-color: #fff;
}
.post .subimitarea .linkBtn.cta_btn::after {
    content: none;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-primary);
    background: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
    right: 20px;
}


a.red {
	color: #ba3933;
	text-decoration:underline;
}

a {
	color: #ba3933;
}



/*------------------------------------------------------
画像
------------------------------------------------------*/
.gallery {
    margin: 0 auto !important;
    gap: 6px 0;
}
#gallery-1 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
#gallery-1 .gallery-item {
  margin-bottom: 0;
}
#gallery-1.gallery-columns-2 .gallery-item img {
  max-width: 98%;
  width: 98%;
}

.post img.img_70 {
    max-width: 300px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
.post img.aligncenter {
 width: 100%;
}

@media print, screen and (max-width: 768px) {
    .post img.img_70 {
        width: 70%;
    }
}

.post img.img_50 {
    max-width: 348px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post img.img_50 {
        width: 60%;
    }
}


.post img.img_40 {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post img.img_40 {
        width: 40%;
    }
}

.img_98 {
  width: 98%;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .img_98 {
    width: 100%;
  }
}

/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th, .post table td {
    padding: 20px;
}


/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner01 {
    max-width: var(--content-max-width01);
    width: 100%;
    margin: 0 auto;
}
.inner02 {
    max-width: var(--content-max-width02);
    width: 90%;
    margin: 0 auto;
}
.inner970 {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
.inner900 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.inner750 {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}

/* ナビゲーション */
nav#mainNav ul li a {
    padding: var(--px20);
}
nav#mainNav ul li a span {
    color: var(--color-primary);
}

/* ボタン共通 */
#header a.head_btn {
    border-left: 1px solid var(--color-font);
    background: #fff;
    color: var(--color-font);
}
#header a.head_btn span {
    display: block;
}
#header a.head_btn:hover,
#header a.head_btn.tel_btn:hover {
    background: var(--header-color-primary-shade);
    color: #fff;
}

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: transparent;
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    color: var(--color-primary);
    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 {
    flex-direction: row;
    gap: 8px;
}
#header a.head_btn.mail_btn::before {
    color: var(--color-primary);
}
#header a.head_btn.mail_btn:hover::before {
    color: #fff;
}

@media print, screen and (min-width: 1024px) {
    nav#mainNav ul, #header .header__nav-contact {
        padding: 10px;
    }
}


nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
    background: var(--color-secondary);
    color: #fff;
}

/* 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 {
    position: relative;
    width: 100%;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}
#footer .footer__logo img {
    width: 90%;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 .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: transparent;
    line-height: 1.25;
}
.wpcf7-form .must {
    background: var(--color-primary);
}

.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 td {
            border-top: none;
            padding-top: 5px;
    }
    .post .wpcf7 table tr:first-child {
            border-top: 1px solid var(--color-table-border);
    }
}

/* 完了 */
.post h2.thanks, h2.thanks {
    font-size: var(--rem30);
    margin: 0 0 var(--px30);
    text-align: left;
}
.post h2.thanks::after, h2.thanks::after {
    content: none;
}
 .post .thanks_btn {
    margin: var(--px80) auto 0 !important;
    display: block;
} 


/*------------------------------------------------------
Top
------------------------------------------------------*/

.front_contents{
	padding: 40px 0 40px 0;
}



.post .frame01 ul.column01 {
    background: var(--color-background02);
    padding: var(--px40);
/*     margin: 0 auto var(--px20); */
}
.post .frame01 ul.column01 li {
    border: 1px solid var(--color-font);
    padding: 15px;
    background: #fff;
    margin-bottom: 0
}
.post .frame01 ul.column01 li img {
    width: 100%;
    display: block;
    margin: 0 auto 10px;
}
.post .frame01 ul.column01 li p {
    color: var(--rem24w);
    color: var(--color-font);
    font-weight: 700;
}
@media print, screen and (max-width: 768px) {
    .post .frame01 ul.column01 {
        padding: 0;
    }
    .post .frame01 ul.column01 li {
        padding: 0;
    }
    .post .frame01 ul.column01 li p {
        font-size: 9px;
		margin: 3px;
    }
    .post .frame01 ul.column01 li img {
        margin: 0 auto;
    }
	
	#post-25 > div > div.front_contents.frame01.inner02 {
		    width: 100%;
	}
	.post .frame01 ul.column01 {
		background: none;
	}
	
}

.post .frame02 .frame02_flex .textarea {
    background: #fff;
    padding: var(--px40) var(--px40);
    display: flex;
    align-items: center;
    justify-content: center;
	height: 277px;
}


.column02 {
	position: relative;
	margin: 0;
}
.column02_wrap {
	position: relative;
  width: 100%;
  margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	z-index: 20;
}
.column02 .imgarea {
	position: relative;
	overflow: hidden;
	width: 55%;
}
.column02 .txtarea {
	position: relative;
	width: 60%;
	 display: flex;
    align-items: center;
	background: #fff;
	padding: var(--px60) var(--px50);
	margin: 0 -15% 0 auto;
	z-index: 10;
}
.column02 .txtarea .txtinner {
    max-width: 650px;
}
.column02_wrap + .column02_wrap {
	margin-top: var(--px80);
}

@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column02_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column02_wrap.rev .txtarea {
		margin: 0 -15% 0 auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column02_wrap.rev {
		flex-direction: row;
	}
	.column02 .imgarea, .column02 .txtarea {
		width: 100%;
	}
	.column02 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

.post .frame04 ul.column03_list li {
    background: #fff;
}
.post .frame04 ul.column03_list li .textarea {
    padding: var(--px30) var(--px30) var(--px60);
}


.post ul.fill_list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}
.post ul.fill_list li {
    position: relative;
    width: 49%;
    height: auto;
}
.post ul.fill_list li .darken {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(37, 37, 37, .3);
    transition: .3s;
}
.post ul.fill_list li .darken .darken_inner {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translate(0, -50%);
}
.post ul.fill_list li .darken:hover {
    background-color: transparent;
    cursor: pointer;
}
.post ul.fill_list p.fill_ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 15px;
    color: #fff;
    font-weight: 700;
    font-size: var(--rem40);
    text-align: center;
    width: 100%;
}
@media print, screen and (max-width: 768px) {
    .post ul.fill_list {
        flex-direction: column;
        gap: var(--px24);
    }
    .post ul.fill_list li {
        width: 100%;
    }
}

/* faqタイトル */
.post h3.faq_ttl, h3.faq_ttl {
    font-size: var(--rem20);
    color: var(--color-font);
    margin-bottom: var(--px20);
}
.faq_wrap {
    display: flex;
    flex-direction: column;
}
.faq_area {
    background: #fff;
    padding: var(--px40) var(--px30);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .2);
}
.post .faq_area p.anser {
    flex-grow: 1;
}



/*------------------------------------------------------
case
------------------------------------------------------*/

.research_system p {
	font-size: var(--rem24);
    font-weight: 700;
    padding-bottom: 10px;
}

.inner1000 {
	max-width: 1000px;
	width: 100%;
    margin: 0 auto;
}


/*------------------------------------------------------
lower
------------------------------------------------------*/
header#h1Header {
    background: #ADA97F;
    height: 150px;
}
h1.title, .post h1, header#h1Header h1.title {
    color: #fff;
    font-size: var(--rem40);
    line-height: 1.35;
}
.lower_inner {
    padding: var(--px80) var(--px40);
    background: #fff;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.bg01 {
    background: var(--color-secondary-tint);
    padding: var(--px60) var(--px30);
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .15);
}
@media print, screen and (min-width: 769px) {
#metaslider_421 {
    display: none;
}
}
@media print, screen and (max-width: 768px) {
	#metaslider_98 {
    display: none;
}
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}