@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: #e6e0d4;
    --color-font: #111;
    --color-primary: #543B30;
    --color-primary-shade: #775242;
    --color-primary-tint: #CFC4AD;
    --color-secondary: #f17982;
    --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: #775242;
    --header-color-primary-tint: #f17982;

    --footer-background: #775242;
    --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: -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: transparent;
}
#front-sectionPost {
    width: 90%;
}
.postlist .post_text {
    padding: 20px 0;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}
.gallery-columns-1 .gallery-item img, .gallery-columns-2 .gallery-item img, .gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img {
    max-width: 95%;
    width: 100%;
}
.postlist li {
    border-bottom: 1px solid #ddd;
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px120) calc((100vw - 100%) / 2);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var( --color-primary-tint);
}
.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: 1.85;
}
.post p b, p b {
    font-size: var(--rem20);
    line-height: 1.85;
}
.post .read p, .read p {
    margin-bottom: 1em;
}
.post .read p:last-child, .read p:last-child {
    margin-bottom: 0;
}

/* tag */
.tag {
    background: var(--color-primary-tint);
    color: var(--color-font);
    display: inline-block;
    padding: var(--px12) var(--px12) var(--px12) var(--px24) !important;
    font-weight: 700;
    line-height: 1.35;
}

/* H1 */
#thumbImg::before, header#h1Header::before {
    content: none;
}
h1.title, .post h1, header#h1Header h1.title {
    font-size: var(--rem48);
    color: var(--color-font);
}


/* H2 */
h1.title.top-loop,
h1.title.bottom-loop,
.post h2.main_ttl, h2.main_ttl {
    font-size: var(--rem48w);
    font-weight: 700;
    margin: 0 auto var(--px50);
    line-height: 1.35;
}
h1.title.top-loop .en,
h1.title.bottom-loop .en,
.post h2.main_ttl .en, h2.main_ttl .en {
    display: block;
    font-family: var(--font-family02);
    font-size: var(--rem28);
    font-weight: 800;
    color: var(--color-primary-shade);
    margin-top: 10px;
}
.post h2.main_ttl::after, h2.main_ttl::after {
    content: none;
}
.post h2::after {
    margin: 0.3em auto 0;
}
@media print, screen and (max-width: 768px) {
    h1.title.top-loop,
    h1.title.bottom-loop,
    .post h2.main_ttl, h2.main_ttl {
        font-size: var(--rem40w);
    }
}

/* H3 */
.post h3, h3 {
    font-size: var(--rem30w);
    padding: 0 var(--px14) var(--px14);
    margin: 0 0 var(--px50);
}
.post h3.sub, h3.sub {
    font-size: var(--rem30w);
    font-weight: 700;
    margin: 0 0 var(--px30);
    padding: 0;
    border: none;
}

/*------------------------------------------------------
リスト
------------------------------------------------------*/
/* ulリスト */
.post ul.list {
    margin: 0;
    padding: 0
}
.post ul.list li {
    font-weight: 600;
    list-style: disc;
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: .6em;
    line-height: 1.45;
    list-style-position: inside;
}
.post ul.list li a {
    text-decoration: underline;
}
.post ul.list li:last-child {
    margin-bottom: 0;
}

.post ul.ckeck {
    margin: 0;
    padding: 0
}
.post ul.ckeck li {
    display: flex;
    align-items: baseline;
    margin-bottom: 1em;
    font-size: var(--rem20);
    font-weight: 700;
    line-height: 1.45;
    list-style-position: inside;
}
.post ul.ckeck li::before {
    content: "\f14a";
    display: block;
    color: var(--color-primary);
    font-family: 'Font Awesome 5 Free';
    padding-right: var(--px14);
}
.post ul.ckeck li:last-child {
    margin-bottom: 0;
}

.post ul.check_top {
    margin: 0;
    padding: 0;
    max-width: 790px;
    width: 100%;
}
.post ul.check_top li {
    display: flex;
    align-items: center;
    margin-bottom: .6em;
    font-size: var(--rem24w);
    color: #fff;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .3rem;
    list-style-position: inside;
}
.post ul.check_top li::before {
    content: "";
    display: block;
    background: url(https://festblau.com/wp-content//uploads/check_icon.svg) no-repeat;
    color: var(--color-primary);
    background-size: contain;
    padding-right: 16px;
    width: min(calc(4.3rem + (1vw - 1.92rem) * 1.6181) ,43px);
    height: min(calc(4.6rem + (1vw - 1.92rem) * 1.6828) ,46px);
}
.post ul.check_top 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: 300px;
    font-size: var(--rem16);
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary-shade);
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: 0 auto;
    border: solid 2px var(--color-primary-shade);
    border-radius: 0;
    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);
    box-shadow: 0px 5px 20px 0px rgba(119,82,66,.6);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary-shade);
}
.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 {
    border-collapse: separate;
    border-spacing : 2px;
    border: none;
}
.post table th, .post table td {
    padding: 20px;
    border-color: var(--color-primary-tint);
}
.post table th {
    background: var(--color-primary-tint);
}


/*------------------------------------------------------
Wrap
------------------------------------------------------*/


/*------------------------------------------------------
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 {
    background: var(--color-secondary);
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--color-secondary);
    color: #fff;
    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;
}

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 .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: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
    z-index: 0;
}
#foot-contact_pt05 .wrapper_content {
    position: relative;
    width: 90%;
    z-index: 5;
    background: rgba(255, 255, 255, .7);
    padding: var(--px100) var(--px60);
    max-width: 1600px;
}
@media print, screen and (max-width: 768px) {
    #foot-contact_pt05 .wrapper_content {
        padding: var(--px80) var(--px30);
    }
}

#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: 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% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
    }
}
/*FireFox対応*/
@-moz-document url-prefix() {
    @media print, screen and (min-width: 769px) {
        #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
        }
    }
}

#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);
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: #fff;
    background: var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: var(--color-primary-shade);
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: var(--color-primary-shade);
    background: #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: #fff;
    background: var(--color-primary-shade);
}

#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: 120px;
    }
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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: var(--color-background02);
    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-font);
}

/*------------------------------------------------------
TOP
------------------------------------------------------*/
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 90%;
    margin: 0 auto;
	z-index: 1;
}
/*.column01::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/bg_deco01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: min(calc(74.7rem + (1vw - 1.92rem) * 34.1100) ,747px);
    height: min(calc(88rem + (1vw - 1.92rem) * 40.1942) ,880px);
}
.column01::after {
    content: "";
    display: block;
    background: url(/wp-content/uploads/bg_deco02.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -50px;
    width: min(calc(74.7rem + (1vw - 1.92rem) * 34.1100) ,747px);
    height: min(calc(88rem + (1vw - 1.92rem) * 40.1942) ,880px);
}*/
.post .column01 h3.column01_ttl {
    font-size: var(--rem24w);
    text-align: center;
    color: var(--color-font);
    margin: var(--px20) auto;
    padding: 0;
    line-height: 1.35;
    border: none;
}


.column02 {
	position: relative;
}
.column02_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	z-index: 1;
}
.column02 .txtarea {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px60) var(--px40);
    margin: 0;
}
.column02 .txtarea .txtinner {
    max-width: 700px;
    width: 90%;
}
.column02 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
    .column02 .txtarea .txtinner {
        width: 100%;
    }
}


.column03 {
	position: relative;
	padding: 0 0 var(--px120);
}
.column03:before {
    content: "";
    background: url(/wp-content/uploads/bg_recruit.jpg) no-repeat center / cover;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.column03_wrap {
	position: relative;
	max-width: 1600px;
	width: 90%;
    margin: 0 auto;
	z-index: 1;
}
.column03 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column03 .txtarea .txtinner {
    max-width: 700px;
    width: 90%;
}
.column03 .imgarea {
    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 .txtinner {
        width: 100%;
    }
}


.point .point_bg {
    background: var(--color-primary);
    padding: var(--px120) 0 var(--px100);
}
.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 100px solid transparent;
    border-left: 100px solid transparent;
    border-top: 68px solid #543b30;
    border-bottom: 0;
    margin: 0 auto;
}
.point .point_inner {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}
.point .point_inner h2.point_ttl {
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: var(--rem60);
    text-align: center;
    margin: 0 auto var(--px50);
    line-height: 1.35;
}
.point .point_inner h2.point_ttl::after {
    content: none;
}
.point .point_content {
    background: #fff;
    padding: var(--px50);
    border-radius: var(--px60) 0 var(--px60) 0;
    margin: var(--px50) auto 0;
    max-width: var(--content-max-width);
    line-height: 1.65;
    width: 90%;
}
.post .point p.point_txt {
    font-size: var(--rem40w);
    font-weight: 800;
    line-height: 1.85;
    color: var(--color-primary-shade);
}
@media print, screen and (max-width: 768px) {
    .point .point_bg {
        padding: var(--px80) 0 var(--px100);
    }
    .post .point p.point_txt {
        font-size: var(--rem30w);
    }
    .point .point_content {
        padding: var(--px50) var(--px30);
    }
    .point .point_inner h2.point_ttl {
        font-size: var(--rem40w);
    }
}
.column04_wrap,
.column05_wrap {
	position: relative;
	max-width: var(--content-max-width);
	width: 90%;
    margin: 0 auto;
	z-index: 1;
}

/*------------------------------------------------------
下層
------------------------------------------------------*/
.post .page_contents_inner .column01 h3.column01_ttl {
    font-size: var(--rem20w);
    margin: var(--px20) auto 10px;
}