@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #ffffff;
	--color-primary: #4DB56A;
	--color-primary-shade: #CAA66E;
	--color-primary-tint: #EFEFEF;
	--color-secondary: #E80303;
	--color-secondary-tint: #EFEFEF;
	--color-table-border: #6f6f6f;
	--body-font-size: min(calc(2.0rem + (1vw - 19.2px) * 0.1294), 2.0rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Noto Serif JP", serif;
	--content-max-width:1600px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #262626;
	--header-color-font: #ffffff;
	--header-color-primary: #ffffff;
	--header-color-primary-shade: #4DB56A;
	--header-color-primary-tint: #262626;
	/*------▼フッター設定▼------*/
	--footer-background: #262626;
	--footer-color-font: #ffffff;
	--footer-color-primary: #ffffff;
	/*------▼フォント設定▼------*/
	--font-family01: "Zen Maru Gothic", serif;
	--font-family02: "Noto Serif JP", serif
}
.post p{
	line-height:2.0;
}
.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.gap1{
	gap:1%;
}
.post .txt_bold,.txt_bold{
	font-weight:600;
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.ra_15 img{
	border-radius:15px;
}
.ra_30 img{
	border-radius:30px;
}
.mid_txt, .post .mid_txt{
	font-size: var(--rem20);
	font-weight: 600;
	font-family: var(--font-family01);
	color: var(--color-primary);
}
.min_txt, .post .min_txt {
    font-size: var(--rem16);
    font-weight: 500;
    line-height: 1.3;
}
.em_txt, .post .em_txt{
	font-size: var(--rem48w);
	line-height: 1.2;
	font-family: var(--font-family01);
}
@media only screen and (max-width: 640px){
	.em_txt, .post .em_txt{
		font-size:var(--rem30);
	}
}
/*blog*/
#front_top_content, #front_bottom_content{
	background: transparent;
}
/*metaslider*/
#mainImg img {
    height: auto;
}
@media print, screen and (min-width: 1024px){
	#metaslider-id-172{
		display:none;
	}
}
@media print, screen and (max-width: 1023px){
	#metaslider-id-98{
		display:none;
	}
}
/*GM*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li.current-menu-parent a span,
	nav#mainNav ul li a span,nav#mainNav ul li a:hover span,
	nav#mainNav ul li.current-menu-item a span{
		font-weight: 400;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-background);
		color: var(--header-color-font);
		position: relative;
		font-family: var(--font-family02);
	}
	#header a.head_btn.tel_btn::after{
		position:absolute;
		content:"";
		width:2px;
		height:50%;
		background:var(--header-color-font);
		right:0;
	}
	#header a.head_btn.tel_btn span{
		font-size:var(--rem24);
	}
	#header a.head_btn.tel_btn span.note{
		font-size:var(--rem12);
	}
    #header a.head_btn i{
        margin-right:0.5em;
    }
	#header a.head_btn{
		background: var(--header-background);
		color:var(--header-color-font);
		font-family: var(--font-family02);
	}
	#header a.head_btn.mail_btn i{
		color: var(--header-color-primary-shade);
	}
	#header a.head_btn:hover{
		opacity:0.8;
		background: var(--header-background);
	}
	nav#mainNav ul li a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        background: white;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .4s;
        transition: .4s;
    }
	nav#mainNav ul li.current-menu-item a::after, nav#mainNav ul li a:hover::after, nav#mainNav ul li a:active::after, nav#mainNav ul li.current-menu-parent a::after, nav#mainNav ul li.current-menu-ancestor a::after {
		width: 80%;
	}
	nav#mainNav ul li a:hover,.sticky-header #header > .inner,
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-item a:hover{
		background: var(--header-background);
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--header-color-primary);
		color:white;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a::before,
	nav#mainNav ul.sub-menu li a:hover::before{
		border-bottom:none;
	}
	nav#mainNav ul li.current-menu-item a span,
	nav#mainNav ul li a:hover span{
		color:var(--header-color-primary);
	}
	#header a.head_btn.tel_btn::before,#header a.head_btn.mail_btn::before{
		content:none;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a {
		margin-left: 15%;
		width: 200px;
		background: white;
		color: var(--header-color-font);
	}

	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--color-primary);
		width: 200px;
		margin-left: 15%;
	}
	nav#mainNav ul.sub-menu li.current-menu-item a::before, nav#mainNav ul.sub-menu li a:hover::before,
	nav#mainNav ul li:hover ul.sub-menu a:before{
		content:none;
	}
	#header .logo {
		padding:0;
	}
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a ,nav#mainNav ul li a b {
		font-family:var(--font-family02);
		font-weight: 500;
	}
}
nav#mainNav ul li a span {
		font-family:var(--font-family01);
}
@media print, screen and (max-width: 1023px) {
    nav#mainNav ul li a,nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
        background: var(--header-color-primary-tint);
    }
}
/*h1*/
h1.title{
	text-align:center;
	font-size: var(--rem72);
	font-family: var(--body-font-family);
	border:none;
	color: var(--color-font);
	line-height: 1.5;
	margin-top: 0!important;
	margin-bottom: 7.5rem!important;
	position: relative;
	font-weight: 400;
}
 h1.title .sub_ttl{
	font-size: var(--rem40);
	letter-spacing: .5rem;
	padding: 0;
	margin: 0;
	display: block;
	font-family: var(--font-family01);
	color: var(--color-primary);
	font-weight: 600;
}
h1.title:after {
    background: var(--color-font);
	content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    height: 1px;
    margin: 0.6em auto 0;
}
@media print, screen and (max-width: 768px){
	h1.title{
		font-size:var(--rem60);
	}
}
.single-post h1.title:after{
	content:none;
}
.single-post h1.title {
	margin-bottom:2rem!important;
}
/*h2*/
.post h2{
	font-family:var(--font-family02);
	font-size:var(--rem20);
	color: white;
}
.post h2 .sub_ttl{
	display: block;
	font-size:var(--rem40);
}
.post h2.title,.cta h2.title{
	text-align:center;
	font-size: var(--rem72);
	font-family: var(--body-font-family);
	border:none;
	color: var(--color-font);
	line-height: 1.5;
	margin-top: 0!important;
	margin-bottom: 7.5rem!important;
	position: relative;
	font-weight: 400;
}
.post h2:after{
	content:none;
}
.post h2.title .sub_ttl,.cta h2.title .sub_ttl{
	font-size: var(--rem40);
	letter-spacing: 1.2rem;
	padding: 0;
	margin: 0;
	display: block;
	font-family: var(--font-family01);
	color: var(--color-primary);
	margin-bottom: 2rem;
	font-weight: 600;
}
.post h2.title:after,.cta h2.title:after{
	background: var(--color-font);
	height: 1px;
	content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    margin: 0.6em auto 0;
}
.post span.underbar_gray{
    background: linear-gradient(transparent 70%, var(--color-primary-tint) 30%);
}
@media print, screen and (max-width: 768px){
	.post h2.title{
		font-size:var(--rem60);
	}
}
/*h3*/
.post h3{
    font-size: var(--rem24w);
    font-weight: 400;
    padding-left: 0;
    border-bottom: solid 1px var(--color-font);
    font-family: var(--font-family02);
    color: white;
}
/*h4*/
.post h4{
    font-weight: 500;
    font-size: var(--rem24);
    font-family: var(--font-family02);
    padding: 0;
}
.post h4::before{
	background: var(--color-font);
	width: 5rem;
	top: var(--rem40w);
}
/*footer*/
#footer .footer__logo img{
	max-height: 120px;
}
body.home .cta.footer_cta{
	display:none;
}
/*icatch*/
header#h1Header::before{
	background: #717171;
	opacity: 0.3;
}
header#h1Header h1.title{
    font-size: var(--rem40);
    font-weight: 400;
    font-family: var(--font-family02);
}
header#h1Header h1.title:after{
	content:none;
}
/* table */

/*blog-list*/
.post2b li .post2b_contents, .post4b li .post4b_contents{
    font-size: var(--rem14);
    line-height: 1.5;
}
/*btn*/
.linkBtn, .post .linkBtn, a.linkBtn {
    display: inline-block;
    position: relative;
    color: var(--footer-background);
    background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 255)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background-position: right;
    background-size: 200%;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 300;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    padding: min(calc(12px + (1vw - 19.2px) * 0.2589), 12px) min(calc(50px + (1vw - 19.2px) * 0.6472), 50px);
    border: 1px solid white;
    -webkit-transition: .4s;
    transition: .4s;
    max-width: 250px;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after{
	content:"→";
	border: none;
	transform: rotate(0);
	top: 33%;
}
.linkBtn a {
	color: #fff;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover,.linkBtn:active, .post .linkBtn:active, a.linkBtn:active {
	color: white;
	background-position: right;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background-size: 200%;
}

.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
	color: var(--footer-background);
}
.post .subimitarea .linkBtn:hover input[type="submit"] {
	color:var(--color-font);
}

.linkBtn i{
	padding-right:5px;
}
/*link_btn*/
.link_btn{
	width: 17rem;
	text-align:left;
	background:none;
	color:var(--color-primary);
	padding-left: 0;
}
.link_btn::after{
	color:white;
	background: var(--color-primary);
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.8rem;
	border-radius: 100%;
	text-align: center;
	right: 0rem;
	font-size: 1.6rem;
}
.link_btn:hover{
	background:none;
	color:var(--color-primary);
	opacity:0.8;
}
/*ul*/
ul.dotto{
	list-style: none;
}
ul.dotto li{
	position: relative;
	line-height: 1.3;
	margin-bottom: 0.5rem!important;
	margin-left: 2rem;
	font-weight: 300;
}
ul.dotto li::before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 10px;
	left: -20px;
	width: 10px;
	height: 10px;
	background-color: var(--color-primary);
	border-radius: 100px;
}
/*ol*/
ol.number{
	font-weight:500;
	font-size:var(--rem24);
	font-family:var(--font-family02);
}
ol.number p{
	font-weight:400;
	font-family:var(--body-font-family);
	font-size:var(--rem16);
	margin-bottom:1rem;
}
/*sitemap*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a{
    font-weight: 400;
}

/*max*/
@media only screen and (max-width: 1600px){
    .post .inner,.post .max_w1000{
        width: 90%;
    }
	.cta .flexbox{
		width:90%;
		margin:auto;
	}
}
/*top*/
.top00 p{
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.1294), 3.2rem);
	line-height: 3;
}

.top01{
	margin-top: 10rem;
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin-bottom: 5rem;
}
.top01,.top01 h2.title{
	color: white;
}
.top01 h2.title::after{
	background:white;
}
.top01::before{
	position:absolute;
	content:"";
	background:url(/wp-content/uploads/top01-bg.png);
	width:100%;
	height:100%;
	z-index:-10;
	background-size:cover;
	background-repeat:no-repeat;
	top:0;
}
.top02::before{
	position:absolute;
	content:"";
	background:url(/wp-content/uploads/top02-bg.png);
	width:95%;
	height: 85%;
	z-index:-10;
	right:0;
	top: 20%;
	background-size:cover;
	background-repeat:no-repeat;
}
.top03,.top05{
	padding-top: 10rem;
	padding-bottom: 16rem;
}
.top03 .flexbox,.top05 .flexbox{
	align-items: flex-end;
}
.top03 .txt_area{
	background: rgb(47,47,47);
	background: linear-gradient(145deg, rgba(47,47,47,1) 0%, rgba(149,149,149,1) 100%);
	margin-left: 50vw;
	padding:5%;
	margin-bottom: -10rem;
	z-index: 99;
	position: absolute;
	padding-right: var(--max-wide-inner);
}
.top05 .txt_area{
	background: rgb(47,47,47);
	background: linear-gradient(215deg, rgba(47,47,47,1) 0%, rgba(149,149,149,1) 100%);
	margin-right: 50vw;
	padding:5%;
	margin-bottom: -10rem;
	z-index: 99;
	position: absolute;
	padding-left: var(--max-wide-inner);
}
.top03 .txt_area p,.top05 .txt_area p,.top06 p{
	line-height:3.0;
}
.top03 h2.title,.top05 h2.title{
	text-align:left;
	margin-bottom: 5rem!important;
}
.top03 h2.title::after,.top05 h2.title::after{
	margin-left:0;
}
.top04{
	margin-top: 20rem;
	padding-bottom: 6rem;
}
.top04::before{
	position:absolute;
	content:"";
	background:url(/wp-content/uploads/top04-bg.png);
	width:90%;
	height:90%;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.65;
	bottom:0;
}
.top05 .img_area{
    left: 20vw;
    position: sticky;
}
.top06{
	padding-top:10rem;
	padding-bottom: 0;
	background:#2D2D2D;
	margin-top: 15rem;
}
.top06 h2.title.sec{
	text-align:left;
	font-size: var(--rem40);
	margin-bottom: 5rem!important;
	padding-top: 5rem!important;
	font-weight: 300;
}
.top06 h2.title.sec:after{
	margin-left:0;
	width: 4em;
}
.top06 h2.title.sec .sub_ttl{
	font-weight: 600;
	letter-spacing: 1.0rem;
}
.top03 a.linkBtn,.top05 a.linkBtn{
	display: inline-block;
	position: relative;
	color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(51, 51, 51, 1)), to(rgba(51, 51, 51, 1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 0) 50%, rgba(51, 51, 51, 1) 50%, rgba(51, 51, 51, 1) 100%);
	background-position: right;
	background-size: 200%;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid var(--footer-background);
	font-size: min(calc(1.6rem +(1vw - 19.2px)* 0.1294), 1.6rem);
	font-weight: 300;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	padding: min(calc(12px +(1vw - 19.2px)* 0.2589), 12px) min(calc(50px +(1vw - 19.2px)* 0.6472), 50px);
	max-width: 250px;
}
.top03 a.linkBtn:hover,.top03 .linkBtn:active,.top05 a.linkBtn:hover,.top05 .linkBtn:active{
	color: var(--footer-background);
	background-position: right;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(51, 51, 51, 1)), to(rgba(51, 51, 51, 1)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 00%, rgba(255, 255, 255, 0) 50%, rgba(51, 51, 51, 1) 50%, rgba(51, 51, 51, 1) 100%);
	background-size: 200%;
}
@media print, screen and (max-width: 1700px){
	.top03 .txt_area,.top05 .txt_area{
		padding:5%;
	}	
}
@media print, screen and (max-width: 768px){
	.top00 p{
		font-size: min(calc(2.1rem + (1vw - 19.2px) * 0.1294), 2.1rem);
		line-height:2.0;
	}
	.top03 .txt_area p,.top05 .txt_area p,.top06 p{
		line-height:2.0;
	}
	.top01{
		margin-top:10rem;
		padding-top:10rem;
		padding-bottom:10rem;
	}
	.top02::before{
		width: 90%;
		top: 10%;
		height: 95%;
	}
	.top03,.top05 {
	    padding-top: 7rem;
	    padding-bottom: 0;
	}
	.top06{
		margin-top:10rem;
	}
	.top03 .txt_area,.top05 .txt_area{
		margin:0;
		position: static;
	}
	.top03 .img_area,.top05 .img_area{
		margin-left:0;
		margin-bottom: 0;
	}
	.top04{
		margin-top: 10rem;
	}
}

.post .link_4col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.post .link_item {
    width: 100%;
    margin: 0;
    border: none;
}

.post .link_item {
    position: relative;
}

.post .link_item_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
    top: 0;
    max-height: 100%;
}

.post .link_item_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.post .link_item_img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

.post .link_item_img img {
    position: absolute;
    width: 100%;
    max-width: initial;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
}
/*
.post .link_item .link_item_img img {
    width: 120%;
    height: 120%;
}*/

.link_item .link_item_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 15px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: white;
    font-size: var(--rem30);
    font-weight:600;
    text-align: center;
}

.link_item .link_item_ttl span.txt_area {
    font-size: var(--rem20);
    font-weight:400;
	text-align:center;
	line-height:2.0;
}
.link_item .link_item_ttl span.num{
	padding-bottom:1rem;
	border-bottom:solid 1px;
	margin-bottom:2rem;
}

.post .link_item .link_item_ttl {
    color: #fff;
}

@media only screen and (max-width: 1100px) {
    .link_item .link_item_ttl span {
        font-size: 24px;
    }
}

@media only screen and (max-width: 960px) {
    .link_item .link_item_ttl span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .post .link_4col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
	.post .link_item_img{
		height:200px;
	}
    .post .link_item_img:before {
        padding-top: 120px;
    }

    .link_item .link_item_ttl {
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 6px;
        padding: 0 15px;
    }
	.link_item .link_item_ttl span.txt_area{
		text-align:left;
	}
    .link_item .link_item_ttl span {
        font-size: 24px;
    }
}

.cta {
	padding: 20rem 0;
}
.cta::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.73);
}
.cta .bg {
	position: absolute;
	background: url(/wp-content/uploads/cta-bg.png);
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -10;
	background-position-x: 37%;
}

body.home .cta.footer_cta {
	display: none;
}

a.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1%;
	z-index: 10;
	border:solid 2px white;
	font-family:var(--font-family02);
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 00%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
    background-position: right;
    background-size: 200%;
    font-weight: 300;
    letter-spacing: .1rem;
    line-height: 1.6;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
a.btn:hover,a.btn:active{
	color: var(--color-font);
	background-position: right;
	text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, color-stop(00%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 00%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background-size: 200%;
}
.cta .min_txt {
	font-size: var(--rem24);
	color: white;
	line-height: 1.5;
}
.cta .btn.left p.min_txt{
	font-size: var(--rem36);
}
.cta p,.cta h2.title,.cta h2.title .sub_ttl{
	color:white;
	z-index: 99;
	position: relative;
}
.cta h2.title::after{
	background:white;
}
.cta .flexbox p{
	font-weight:600;
}
.cta .small_txt{
	font-size:15px;
	font-weight:300;
}
@media only screen and (max-width: 768px){
	.cta p.min_txt{
		font-size: var(--rem30);
	}
	a.btn{
		height:150px;
	}
	.cta {
		padding: 10rem 0;
	}
}

#breadcrumb ul li, #breadcrumb ul li a {
    color: white;
}
.post table th{
	background: #373737;
}
a.pp {
    color:red;
}