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

/* 変数 */
:root {
    --color-background: #fff;
    --color-font: #111;
    --color-primary: #009EDF;
    --color-primary-shade: #054FA2;
    --color-primary-tint: #E6F6FC;
    --color-secondary: #6EB92C;
    --color-secondary-shade: #F29F22;
    --color-secondary-tint: #F4FAB8;
    --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: 'Montserrat', 'Noto Sans JP', sans-serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #111;
    --header-color-primary: #009EDF;
    --header-color-primary-shade: #054FA2;

    --footer-background: #E6F6FC;
    --footer-color-font: #fff;
    --footer-color-primary: #054FA2;
}

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

/*------------------------------------------------------
幅フル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: 6%;
	}
}
@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%;
        margin-bottom: 10%;
	}
	.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;
}
.color_green {
    color: var(--color-secondary) !important;
}

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


/* H1 */
h1.title.top-loop,
h1.title.bottom-loop {
    margin: 0 auto var(--px40);
    font-size: var(--rem40);
    color: var(--color-font);
    text-align: center;
    line-height: 1.45;
}
h1.title.top-loop span.en, h1.title.bottom-loop span.en {
    display: block;
    color: var(--color-secondary);
    font-family: var(--font-family02);
    font-weight: 700;
    font-size: var(--rem28);
}
h1.title.top-loop::after, h1.title.bottom-loop::after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: var(--color-font);
    margin: var(--px20) auto 0;
}


/* H2 */
.post h2.main_ttl, h2.main_ttl {
    margin: 0 0 var(--px40);
    font-size: var(--rem40);
    color: var(--color-font);
    text-align: left;
    line-height: 1.45;
}
.post h2.main_ttl span.en, h2.main_ttl span.en {
    display: block;
    color: var(--color-secondary);
    font-family: var(--font-family02);
    font-weight: 700;
    font-size: var(--rem28);
}
.post h2.main_ttl::after, h2.main_ttl::after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background: var(--color-font);
    margin: var(--px24) 0 0;
}
.post h2.main_ttl.color_w::after, h2.main_ttl.color_w::after {
    background: #fff;
}
.post h2.main_ttl.color_w em, h2.main_ttl.color_w em {
    color: var(--color-secondary-tint);
    font-style: normal;
}

.post h2.main_ttl.txt_c, h2.main_ttl.txt_c {
    margin: 0 auto var(--px40);
    text-align: center;
}
.post h2.main_ttl.txt_c::after, h2.main_ttl.txt_c::after {
    margin: var(--px24) auto 0;
}

/* H3 */
.post h3, h3 {
    font-size: var(--rem36);
    color: var(--color-secondary-shade);
    padding: 0;
    margin: 0 0 var(--px24);
    border: none;
}

/* テキスト */
.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;
}


/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* 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: .5em;
    line-height: 1.55;
    list-style-position: inside;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

/* 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: 500px;
    font-size: var(--rem24);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary-shade);
    font-weight: 600;
    padding: var(--rem16) 30px var(--rem16) 20px;
    margin: 0 auto;
    border: solid 2px var(--color-primary-shade);
    border-radius: 50vh;
    box-shadow: 0px 5px 0px 0px rgba(3,50,103,1);
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-primary-shade);
    background: #fff;
    border-color: var(--color-primary-shade);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

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


/*------------------------------------------------------
table
------------------------------------------------------*/
.post table th, .post table td {
    padding: 20px;
}
.post table th {
	background: var(--color-primary-shade);
	color: #fff;
}

/*------------------------------------------------------
幅
------------------------------------------------------*/
.inner_90 {
    width: 90%;
    margin: 0 auto;
}

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

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

/* ボタン共通 */
#header a.head_btn {
    border-radius: 5px;
    margin: 0 5px;
}
#header a.head_btn span {
    display: block;
    line-height: 1.2;
}
#header ul.header__contact {
    padding: 8px 0;
}
nav#mainNav ul li#menu-item-266 {
    display: none !important;
}

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

/* メールボタン */
#header a.head_btn.mail_btn {
    background: var(--header-color-primary-shade);
    flex-direction: row;
    gap: 8px;
}

nav#mainNav ul li a:hover {
	background: #fff !important;
	opacity: 1 !important;
}
/* 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);
	}
    nav#mainNav ul li#menu-item-266 {
        display: block !important;
    }
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
.footer_inner {
    width: 90%;
    margin: 0 auto;
}
.logo_inner {
    width: 50%;
    display: flex;
    align-items: center;
    gap: var(--px20);
    background: #fff;
    padding: var(--px20);
    margin: 0;
}
.foot_logo img {
    width: 255px;
}
.foot_address p {
    font-size: var(--rem12);
    color: var(--color-font);
}

#footer {
    padding: var(--px50) 0;
}
#footer .footer__logo img {
    width: 90%;
}

#copyright_inner {
    background: var(--color-primary-shade);
    padding: var(--px40) 0;
    margin: 0 auto;
}
#copyright {
    background: var(--color-primary-shade);
}
#copyright_inner .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: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
#copyright_inner .footnav ul > li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
}
#copyright_inner .footnav ul > li a {
    font-size: var(--rem12);
    padding: 0 var(--px16);
    color: #fff;
}
#copyright_inner .footnav ul > li::before, #copyright_inner .footnav ul > li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--footer-color-font);
    top: 0;
}
#copyright_inner .c_wrap {
    max-width: 100%;
}
.footer_flex {
    max-width: 1600px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_flex a img {
    width: 120px;
    background: #fff;
    padding: 10px;
}
@media print, screen and (max-width: 768px) {
    #copyright_inner .footnav ul {
        justify-content: center;
    }
    .logo_inner {
        width: 80%;
        padding: var(--px30);
        flex-direction: column;
        margin: 0 auto;
    }
	.footer_flex {
    	flex-direction: column;
		margin: 0 auto;
		gap: 10px;
	}
}


/*------------------------------------------------------
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: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
    z-index: 0;
}
#foot-contact_pt05 .wrapper_content {
    position: relative;
    z-index: 5;
    max-width: 1600px;
    width: 90%;
}

#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: space-between;
    gap: var(--px24);
    max-width: 1000px;
    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: 769px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc((100% - var(--px24)) / 2);
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 769px) {
            #foot-contact_pt05 ul.contactbtn_list > li {
                width: calc((100% - var(--px24)) / 2);
            }
    }
}

#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: 50vh;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: var(--color-primary-shade);
    background: #fff;
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: #fff;
    background: var(--color-primary);
    box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.2);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: var(--color-primary);
    background: #FFF;
}

#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);
}
#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.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: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

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

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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%;
	color: var(--color-font);
    background: var(--color-background01);
    line-height: 1.25;
}

.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;
}

/*------------------------------------------------------
新着情報
------------------------------------------------------*/
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary-shade);
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
.column01 {
	position: relative;
    padding: var(--px160) 0 var(--px100);
}
.column01:before {
    content: "";
    background: var(--color-primary-tint);
    width: 85%;
    height: 92%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.column01_wrap {
	position: relative;
    width: 100%;
	z-index: 1;
}
.column01 .txtarea {
    width: 55%;
    display: flex;
    justify-content: center;
    padding: 0 var(--px40);
    margin: -4% 0 0;
}
.column01 .txtarea .txtinner {
    max-width: 910px;
}
.column01 .imgarea {
    width: 45%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 0 var(--px30) var(--px30) 0;
}
@media print, screen and (max-width: 768px) {
    .column01 .txtarea {
        width: 100%;
        margin: 4% 0 0;
    }
    .column01 .txtarea .txtinner {
        width: 100%;
    }
    .column01 .imgarea {
        width: 80%;
    }
    .column01:before {
        width: 100%;
        height: 100%;
    }
}
.post ul.cau_list {
    position: relative;
    background: #fff;
    padding: var(--px50) var(--px80);
    border-radius: var(--px20);
    width: 90%;
    margin-left: auto;
}
.post ul.cau_list .cau_icon {
    /* content: ""; */
    display: block;
    background: url(/wp-content/uploads/icon_alert.png) no-repeat;
    width: min(calc(12.4rem + (1vw - 1.92rem) * 3.8194) ,124px);
    height: min(calc(12.7rem + (1vw - 1.92rem) * 3.9063) ,127px);
    position: absolute;
    top: -10px;
    left: calc(-1 * var(--px80));
    background-size: contain;

}
.post ul.cau_list li {
    font-size: var(--rem24w);
    color: var(--color-font);
    margin-bottom: 0.6em;
    line-height: 1.35;
}
.post ul.cau_list li em {
    color: var(--color-primary);
    font-style: normal;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 95px solid transparent;
    border-left: 95px solid transparent;
    border-top: 48px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
@media print, screen and (max-width: 768px) {
    .triangle {
        border-top: 48px solid var(--color-primary-tint);
    }
    .post ul.cau_list li {
        font-size: var(--rem18);
    }
}

.column02 {
	position: relative;
    padding: var(--px160) 0 var(--px100);
    background: var(--color-primary-tint);
    z-index: -5;
}
.column02:before {
    content: "";
    background: var(--color-primary) url(/wp-content/uploads/bg_rest.png) no-repeat right -80px top 100px  / contain;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
@media print, screen and (max-width: 768px) {
    .column02:before {
        height: 40%;
    }
}
.column02_wrap {
	position: relative;
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
	z-index: 1;
}
.num_list01 {
    counter-reset:number; /*数字をリセット*/
    list-style-type: none!important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
    position: relative;
    margin-bottom: var(--px20);
}
.num_list01 .imgarea img {
border-radius: var(--px20);
}
.num_list01 .imgarea .num{
    /* 以下数字をつける */
    position: absolute;
    background: #fff;
    color: var(--color-primary-shade);
    border-radius: 50%;
    left: 50%;
    width: var(--px120);
    height: var(--px120);
    line-height: var(--px120);
    display: inline-block;
    top: calc(-1 * var(--px50));
    transform: translateX(-50%);
}
.num_list01 .imgarea .num p {
    line-height: 1.2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.num_list01 .imgarea .num span {
    display: block;
    font-size: var(--rem14);
    font-weight: 700;
    text-align: center;
}
.num_list01 .imgarea .num b {
    display: block;
    text-align: center;
    font-family: var(--font-family02);
    font-weight: 400;
    letter-spacing: .2rem;
    font-size: var(--rem40);
    line-height: 1.2;
}
.num_list01 .txtarea {
    background: rgba(0, 158, 223, .9);
    border-radius: 0 0 var(--px20) var(--px20);
    padding: var(--px30) var(--px20);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.num_list01 .txtarea p {
    color: #fff;
    font-size: var(--rem20);
    font-weight: 700;
    text-align: center;
    line-height: 1.65;
}

.column03 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.column03_wrap:before {
    content: "";
    background: var(--color-primary-tint);
    width: 80%;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.column03_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: var(--px60);
	z-index: 1;
}
.column03 .txtarea {
    width: 60%;
    display: flex;
    align-items: center;
    padding: var(--px100) var(--px50) 0;
    margin: 0;
}
.column03 .txtarea .txtinner {
    max-width: 960px;
    width: 90%;
}
.column03 .txtarea.column03_01::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_service01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
    left: inherit;
    z-index: -1;
    width: min(calc(26.4rem + (1vw - 1.92rem) * 7.3786) ,264px);
    height: min(calc(43rem + (1vw - 1.92rem) * 12.0388) ,430px);
}
.column03 .txtarea.column03_02::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_service02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
    left: inherit;
    z-index: -1;
    width: min(calc(16.0rem + (1vw - 1.92rem) * 3.8835) ,169px);
    height: min(calc(37.9rem + (1vw - 1.92rem) * 10.0324) ,379px);
}
.column03 .txtarea.column03_03::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_service03.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
    left: inherit;
    z-index: -1;
    width: min(calc(14.8rem + (1vw - 1.92rem) * 4.0129) ,148px);
    height: min(calc(37.7rem + (1vw - 1.92rem) * 10.2265) ,377px);
}
.column03 .txtarea.column03_04::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_service04.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 30px;
    left: inherit;
    z-index: -1;
    width: min(calc(20.2rem + (1vw - 1.92rem) * 5.5663) ,202px);
    height: min(calc(36.5rem + (1vw - 1.92rem) * 10.0324) ,365px);
}
.column03 .imgarea {
    width: 40%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column03 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
    .column03 .txtarea {
        width: 100%;
    }
    .column03 .txtarea .txtinner {
        width: 80%;
    }
    .column03 .imgarea {
        width: 80%;
    }
    .column03 .txtarea.column03_01::after,
    .column03 .txtarea.column03_02::after,
    .column03 .txtarea.column03_03::after,
    .column03 .txtarea.column03_04::after {
        top: auto;
        bottom: 0;
        right: 0;
    }
}

.column04 {
	position: relative;
	padding: 0;
}
.column04:before {
    content: "";
    background: var(--color-primary-tint);
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.column04.rev:before {
    content: "";
    background: var(--color-primary-tint);
    width: 100%;
    height: 90%;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.column04_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	z-index: 1;
}
.column04 .txtarea {
    display: flex;
    align-items: center;
    padding: var(--px120) var(--px60) 0;
    margin: 0;
}
.column04 .txtarea {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--px60) var(--px120);
    margin: 0;
}
.column04.rev .txtarea {
    display: flex;
    align-items: center;
    padding: var(--px120) var(--px60) 0;
    margin: 0;
}
.column04 .txtarea .txtinner {
    max-width: 720px;
    width: 90%;
}
.column04 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column04 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
    .column04.rev .txtarea,
    .column04 .txtarea {
        padding: var(--px40) var(--px30);
    }
    .column04:before,
    .column04.rev:before {
        width: 80%;
        height: 100%;
    }
}

.post ul.list_box {
    display: flex;
    flex-direction: column;
    gap: var(--px30);
}
.post ul.list_box li {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    padding: var(--px40);
    position: relative;
}
.post ul.list_box li.w_60 .box_inner {
    width: 68%;
}
.post ul.list_box li p {
    line-height: 1.65;
}
.post ul.list_box li p.list_box_ttl {
    color: var(--color-secondary-shade);
    font-weight: 700;
    font-size: var(--rem20w);
    margin: 0 0 var(--px16);
}
.post ul.list_box li p.list_box_price {
    font-weight: 800;
    font-size: var(--erm20w);
}
.post ul.list_box li p.list_box_price span {
    font-size: var(--rem30w);
    margin: var(--px16) 0;
}
.post ul.list_box li p.note {
    font-size: var(--rem12);
    line-height: 1.25;
}
.point_circle {
    position: absolute;
    background: var(--color-primary-shade);
    border-radius: 50vh;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -50px;
    bottom: -20px;
}
.point_inner {
    margin: 0 auto;
    text-align: center;
}
.post .point_circle .point_inner p {
	font-size: var(--rem18);
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.point_circle p.note {
	font-size: 1.3rem;
	font-weight: 700;
    line-height: 1.35 !important;
	text-shadow: 0 4px 4px rgba(0,0,0,.2);
}
@media print, screen and (max-width: 560px) {
	.point_circle {
    	right: -50px;
    	bottom: -70px;
	}
	.post ul.list_box li.w_60 .box_inner {
    	width: 80%;
	}
}