@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=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F2F2F2;
    --color-font: #333;
    --color-primary: #3AB181;
    --color-primary-shade: #46C089;
    --color-primary-tint: #DCF9EC;
    --color-primary-tint02: #EFFEF7;
    --color-primary-grade01: linear-gradient(45deg, rgba(118,198,223,1) 0%, rgba(70,192,137,1) 100%);
    --color-primary-grade02: linear-gradient(-45deg, rgba(118,198,223,1) 0%, rgba(70,192,137,1) 100%);
    --color-secondary: #FFFFA2;
    --color-secondary-tint: #FEFEDB;
    --color-third: #5FB9D6;
    --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: 'EB Garamond', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #3AB181;
    --header-color-primary-grade01: linear-gradient(45deg, rgba(118,198,223,1) 0%, rgba(70,192,137,1) 100%);
    --header-color-primary-grade02: linear-gradient(-45deg, rgba(118,198,223,1) 0%, rgba(70,192,137,1) 100%);

    --footer-background: #F6F6F6;
    --footer-color-font: #333;
    --footer-color-primary: #333;
}

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;
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}
#thumbImg::before, header#h1Header::before {
    content: none;
}
h1.title, .post h1, header#h1Header h1.title {
    color: var(--color-font);
    font-family: var(--font-family02);
}

/*------------------------------------------------------
幅フル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%;
}
.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;
}
.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_gap6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.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;
}

/* 配列 */
.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(--rem16);
    line-height: 2;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}

/* H1・H2 */
h1.title.top-loop,
h1.title.bottom-loop,
.post h2.main_ttl,
h2.main_ttl {
    display: block;
    text-align: center;
    margin: 0 auto var(--px40);
}
h1.title.top-loop .en,
h1.title.bottom-loop .en,
.post h2.main_ttl .en,
h2.main_ttl .en {
    display: inline-block;
    font-size: var(--rem60);
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-family02);
    background: var(--color-primary-grade02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1.title.top-loop .jp,
h1.title.bottom-loop .jp,
.post h2.main_ttl .jp,
h2.main_ttl .jp {
    display: block;
    font-size: var(--rem24w);
    color: var(--color-font);
}

.post h2.lower_ttl,
h2.lower_ttl {
    display: block;
    text-align: center;
    margin: 0 auto var(--px50);
}
.post h2.lower_ttl .en,
h2.lower_ttl .en {
    display: inline-block;
    font-size: var(--rem48w);
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--font-family02);
    background: var(--color-primary-grade02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post h2.lower_ttl .jp,
h2.lower_ttl .jp {
    display: block;
    font-size: var(--rem18);
    color: var(--color-font);
}

.post h2.main_ttl::after,
.post h2.lower_ttl::after {
    content: none;
}

/* H3 */
.post h3 {
    color: var(--color-primary-shade);
    font-size: var(--rem24w);
    padding: 6px 20px;
    background: var(--color-secondary-tint);
    margin: 0 0 var(--px30);
    border: none;
    border-radius: 10px;
}


/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0;
}

.post ul.list li {
    list-style: disc;
    padding-left: 2em;
    text-indent: -1.3em;
    margin-bottom: .5em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li&:last-child {
    margin-bottom: 0;
}


.post ul.check_list > li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: .7em;
    line-height: 1.45;
    font-size: var(--rem20);
}
.post ul.check_list > li::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_check.svg) no-repeat center / contain;
    width: 30px;
    height: 30px;
}
.post ul.check_list > li span {
    width: calc(100% - 45px);
}
@media print, screen and (max-width: 768px) {
    .post ul.check_list > li::before {
        width: 16px;
        height: 16px;
    }
    .post ul.check_list > li span {
        width: calc(100% - 31px);
    }
}

/* 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;
}

/* dlリスト */
.post dl.work_list dt {
    margin-bottom: 1em;
}
.post dl.work_list dd {
    margin-bottom: 2em;
}
.post dl.work_list dd: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: 300px;
    font-weight: 500;
    font-size: var(--rem16);
    color: var(--color-font);
    letter-spacing: .1em;
    line-height: 1.45;
    text-align: left;
    background: transparent;
    padding: 0 30px var(--rem20) 10px;
    margin:  var(--px20) auto 0;
    border-bottom: solid 1px var(--color-border);
    border-radius: 0;
    transition: all .3s;
}
.post .subimitarea .linkBtn input[type="submit"] {
    border: none;
}
.post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
    content: "";
    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;
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--color-primary-grade02);
    border-radius: 50%;
    right: 30px;
    top: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .4s;
    transition: .4s;
}
.post .subimitarea .linkBtn::before {
    top: 50%;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
    top: 20%;
    right: 48px;
}
.post .subimitarea .linkBtn::after {
    top: 50%;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    background: transparent;
    color: var(--color-font);
}
.post .linkBtn:hover::before, .linkBtn:hover::before, a.linkBtn:hover::before {
    background: var(--color-primary-grade02);
    right: 0;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
    right: 19px;
}
.subimitarea {
    margin-top: var(--px60);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media print, screen and (max-width: 768px) {
    .post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
        width: 30px;
        height: 30px;
        right: 20px;
    }
    .post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
        right: 34px;
    }
    .post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
        right: 14px;
    }
}

.post .btn_flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: var(--px80) auto 0;
}
.post .btn_flex .linkBtn {
    max-width: 240px !important;
    margin: 0;
}
@media print, screen and (max-width: 768px) {
    .post .btn_flex {
        flex-direction: column;
        gap: 20px;
    }
    .post .btn_flex .linkBtn {
        margin: 0 auto;
    }
}


/*------------------------------------------------------
画像
------------------------------------------------------*/


/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th {
    background: var(--color-primary-tint02);
}


/*------------------------------------------------------
inner
------------------------------------------------------*/
.inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}
.inner_860 {
    max-width: 860px;
    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 ul.sub-menu li a:hover {
    opacity: 1;
    background: var(--color-primary);
}
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-primary-shade) !important;
}
nav#mainNav ul, #header .header__nav-contact {
    padding: 10px;
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--color-primary);
    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';
    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;
    border-radius: 10px;
    background: var(--color-primary-grade01);
}
#header a.head_btn.mail_btn:hover {
    background: var(--color-primary-grade02);
}

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 .footnav:not(:last-child) {
    margin-bottom: 0;
}

#footer .footer__logo img {
    width: 90%;
}

/*------------------------------------------------------
CTA
------------------------------------------------------*/
/* 背景 */
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px120) calc((100vw - 100%) / 2);
    z-index: 0;
}
#foot-contact_pt05 .wrapper_content {
    max-width: var(--content-max-width);
    background: rgba(255, 255, 255, .9);
    padding: var(--px120) var(--px60);
    position: relative;
    z-index: 5;
}

/* リスト */
#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: var(--content-max-width);
    width: 100%;
    margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
    z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
    width: 100%;
    height: 140px;
}
#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: 1024px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
        width: calc(100% / 3);
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 1024px) {
        #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc(100% / 3);
        }
    }
}

@media print, screen and (max-width: 1023px) {
    #foot-contact_pt05 a.f-contact_btn {
            height: 110px;
    }
    #foot-contact_pt05 ul.contactbtn_list {
            gap: 10px;
    }
    #foot-contact_pt05 ul.contactbtn_list > li {
        height: auto;
    }
}


/* ボタン */
#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%;
    color: #FFF;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-radius: 0;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#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 .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 .note {
    font-size: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

/* telBtn */
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: var(--color-primary);
    background: #fff;
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}

/* メールボタン */
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: #fff;
    background: var(--color-primary-grade02);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    background: var(--color-primary-grade02);
}
#foot-contact_pt05 a.f-contact_btn .ico {
    display: block;
    font-size: var(--rem24);
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
    content: '\f0e0';
}

/* LINEボタン */
#foot-contact_pt05 a.f-contact_btn.lineBtn {
    color: #fff;
    background: #06C755;
}
#foot-contact_pt05 a.f-contact_btn.lineBtn:hover {
    color: #06C755;
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico {
    display: block;
    font-size: var(--rem24);
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
    content: '\f3c0';
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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: #fff;
    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
------------------------------------------------------*/
.post .greet_area {
    position: relative;
    max-width: var(--content-max-width);
    width: 90%;
    background: var(--color-background02);
    margin: 0 auto;
    padding: var(--px80) var(--px40);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post .greet_area::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%,0);
    width:0;
    height:0;
    border-style:solid;
    border-width: 67px 62.5px 0 62.5px;
    border-color: #F2F2F2 transparent transparent transparent;
}
.post .greet_area h2 {
    font-size: var(--rem40);
    text-align: center;
    margin: 0 auto var(--px40);
    line-height: 1.35;
    background: var(--color-primary-shade);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post .greet_area h2::after {
    content: none;
}
@media print, screen and (max-width: 768px) {
    .post .greet_area {
        width: 100%;
    }
    .post .greet_area h2 {
        font-size: var(--rem30);
    }
    .post .greet_area::after {
        border-width: 32px 30px 0 30px;
        bottom: -30px;
    }
}

.post .step_area::before {
    content: "";
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,254,219,1) 48%, rgba(220,249,236,1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    padding: 0 0 var(--px120);
}

.post .message_area {
    position: relative;
    z-index: 10;
}
.post .message_area h2.message_ttl {
    max-width: 780px;
    font-size: var(--rem60);
    font-weight: 800;
    color: #fff;
    background: var(--color-primary-grade02);
    display: block;
    line-height: 1;
    padding: 10px 0 13px;
    margin: 0 auto var(--px30);
}
.post .message_area h2.message_ttl::after {
    content: none;
}
.post .message_area h3.message_marker {
    position: relative;
    background: none;
    text-align: center;
    font-size: var(--rem60);
    color: var(--color-primary);
    margin: 0 auto var(--px40);
    padding: 0;
}
.marker.yellow {
    background: linear-gradient(transparent 60%, #FFFFA2 60%) !important;
}
@media print, screen and (max-width: 768px) {
    .post .message_area h2.message_ttl {
        font-size: var(--rem40);
    }
    .post .message_area h3.message_marker {
        font-size: var(--rem40);
    }
}


.post .column03 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--px80) 0;
}
.post .column03 .txtarea {
    background: transparent;
    display: flex;
    align-items: center;
    padding: var(--px80);
    margin: 0;
}
.post .column03 .txtarea .txtinner {
    max-width: 600px;
}
.post .column03 .txtarea h3 {
    font-size: var(--rem24);
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: none;
    background: var(--color-primary-grade01);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post .column03 .txtarea h3 span {
    font-family: var(--font-family02);
    font-size: var(--rem60);
}
.post .column03 .txtarea h2 {
    font-size: var(--rem40);
    font-weight: 700;
    color: var(--color-font);
    padding: 0;
    margin: 0 0 var(--px30);
    text-align: left;
}
.post .column03 .txtarea h2::after {
    content: none;
}
.post .column03 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.post .column03 .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0;
}
.post .column03 .column03_wrap {
    position: relative;
    z-index: 1;
}
.post .column03 .column03_wrap.rev .imgarea img {
    border-radius: 10px 0 0 10px;
}
@media print, screen and (max-width: 768px) {
    .post .column03 .txtarea {
        padding: var(--px40);
    }
    .post .column03 .imgarea img {
        border-radius: 0;
    }
    .post .column03 .column03_wrap.rev .imgarea img {
        border-radius: 0;
    }
    .column03 .txtarea {
        padding: var(--px80) 5%;
      }
}

.post .service_area {
    position: relative;
}
.post .service_area::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/bg_map.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 534px;
    height: 549px;
    z-index: -1;
}

.post ul.card {
    display: flex;
    gap: var(--rem20);
    width: 100%;
    max-width: var(--content-max-width);
    margin: 0 auto;
}
.post ul.card .card_item {
    width: calc(100% / 2);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.post ul.card .card_link {
    display: block;
    padding: var(--px40);
}
.post ul.card .card_link:hover .card_figure img {
    opacity: 1;
    transform: scale(1.2);
}
.post ul.card .card_textarea h4 {
    color: #333;
    font-size: var(--rem24);
    padding: 0 0 var(--px12) 0;
    margin: 0 0 var(--px30);
    border-bottom: 1px solid #333;
}
.post ul.card .card_textarea:hover h4 {
    color: #000;
    border-bottom: 1px solid #000;
}
.post ul.card .card_textarea h4::before {
    content: none;
}
.post ul.card .card_textarea h3 {
    color: #333;
    font-size: var(--rem40w);
    font-weight: 800;
    line-height: 1.35;
    padding: 0;
    margin: 0 0 var(--px30);
    border: none;
    background: none;
}
.post ul.card .card_textarea:hover h3 {
    color: #000;
}
.post ul.card .card_textarea p {
    font-size: var(--rem16);
    color: #333;
}
.post ul.card .card_textarea:hover p {
    color: #000;
}
.post ul.card .card_figure {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
}
.post ul.card .card_figure.bg_01::before {
    content: "";
    display: block;
    background: rgba(95, 185, 214, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s;
}
.post ul.card .card_figure.bg_02::before {
    content: "";
    display: block;
    background: rgba(70, 192, 137, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all .3s;
}
/* .post ul.card .card_figure:hover::before {
    background: none;
} */
.post ul.card .card_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .post ul.card {
        flex-direction: column;
    }
    .post ul.card .card_item {
        width: 100%;
    }
}

.post ul.card .linkBtn {
    display: block;
    margin-right: 0;
    color: #333;
    border-bottom: 1px solid #333;
}
.post ul.card .linkBtn::before {
    content: "";
    background: none;
    border: 1px solid #333;
}
.post ul.card .linkBtn::after {
    border-color: #333;
}
.post ul.card .card_textarea:hover .linkBtn {
    color: #000;
    border-bottom: 1px solid #000;
}
.post ul.card .card_textarea:hover  .linkBtn::after {
    border-color: #000;
}
.post ul.card .card_textarea:hover  .linkBtn::before {
    border: 1px solid #000;
}


.post .other_area {
    position: relative;
    padding-bottom: var(--px120);
}
.post .other_area::before {
    content: "";
    display: block;
    background: var(--color-primary-grade02);
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.post .other_area .other_box {
    background: #fff;
    padding: var(--px30);
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(34, 149, 101, .3);
}
.post .other_area .other_box h3 {
    color: var(--color-font);
    text-align: center;
    padding: 0;
    margin: var(--px20) auto 10px;
    background: none;
}


/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
}
.post .list_style01 li .head {
	width: 20%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
    width: 80%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: var(--color-primary-tint02);
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}

/*------------------------------------------------------
よくある質問
------------------------------------------------------*/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: var(--color-primary);
	background: #fff;
    font-family: var(--font-family02);
    font-weight: 600;
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	background: var(--color-primary-grade02);
    color: #fff;
    font-family: var(--font-family02);
    font-weight: 600;
	line-height: 1.0;
	padding: .9rem 1rem 1.2rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------
ご利用の流れ
------------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px60);
	border-radius: 10px;
	background: var(--footer-background);
	position: relative;
    @media print, screen and (max-width: 768px) {
        padding: var(--px40);
    }
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
    gap: 2%;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: dotted 1px var(--color-primary);
}
.flowlist02 > li dl dt .icon {
    width: 13%;
    max-width: 45px;
    display: contents;
    @media print, screen and (max-width: 768px) {
        width: 18%;
    }
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	padding: 5px 10px;
	position: relative;
	z-index: 100;
}
.flowlist02 > li dl dt .text {
    width: 87%;
    line-height: 1.45;
    @media print, screen and (max-width: 768px) {
        width: 82%;
    }
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}


/*-------------------------------------------
   MV切り替え
--------------------------------------------*/
@media screen and (min-width:601px) {
.sp_mv {
display: none;
}
}
@media screen and (max-width:600px) {
.pc_mv {
display: none;
}
}
