@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=Outfit:wght@100..900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #FCF5E5;
    --color-font: #333;
    --color-primary: #EA5504;
    --color-primary-shade: linear-gradient(-90deg, rgba(246,171,0,1) 0%, rgba(253,208,0,1) 100%);
    --color-primary-tint: linear-gradient(90deg, rgba(246,171,0,1) 0%, rgba(253,208,0,1) 100%);
    --color-secondary: #1BA4E9;
    --color-secondary-shade: #1054AF;
    --color-secondary-tint: #B6E0F4;
    --color-secondary-grade01: linear-gradient(90deg, rgba(14,94,183,1) 0%, rgba(58,181,237,1) 100%);
    --color-secondary-grade02: linear-gradient(-90deg, rgba(14,94,183,1) 0%, rgba(58,181,237,1) 100%);
    --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: 'Outfit', 'Noto Sans JP', sans-serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: linear-gradient(-90deg, rgba(246,171,0,1) 0%, rgba(253,208,0,1) 100%);
    --header-color-primary-shade: linear-gradient(90deg, rgba(246,171,0,1) 0%, rgba(253,208,0,1) 100%);
    --header-color-primary-tint: #EA5504;

    --footer-background: #EFEFEE;
    --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;
}
.gap {
    gap: 3% !important;
}
.postlist .time {
    background: #111;
}
.post a.link, a.link {
    text-decoration: underline;
    display: block;
    color: var(--color-primary);
}

/*------------------------------------------------------
幅フル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: 768px) {
	.post .col2_list > li {
		width: 100%;
        margin-bottom: 8%;
	}
	.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 table
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}
.post table th {
    background: var(--color-background02);
}
.post table th,
.post table td {
    padding: 20px;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.txt_c_l {
    text-align: center;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}


.post p, p {
    font-size: var(--rem16);
    line-height: 1.95;
}
.post p b, p b {
    font-size: var(--rem18);
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: .2rem;
}

.post h2 {
    font-weight: 500;
    margin: 0 auto var(--px60);
    letter-spacing: .12em;
}
.post h2::after {
    height: 2px;
    margin: 0.4em auto 0;
}

.post h3 {
    color: var(--color-primary);
    font-size: var(--rem28);
    font-weight: 500;
    padding: 0;
    margin: 0 0 var(--px30) 0;
    border: none;
}
.post h3::after {
    content: "";
    display: block;
    border-bottom: 2px solid transparent;
    border-image: var(--color-primary-tint);
    border-image-slice: 1;
    margin-top: 14px;
}
.post h3.c_blue {
    color: var(--color-secondary-shade);
}




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

.post h2.sub_ttl, h2.sub_ttl {
    font-size: var(--rem30);
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
@media print, screen and (max-width: 414px) {
    .post h2.sub_ttl, h2.sub_ttl {
        font-size: 1.8rem;
    }
}
.post h2.main_ttl, h2.main_ttl,
h1.title.top-loop,
h1.title.bottom-loop {
    font-size: var(--rem40);
    text-align: center;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
    padding: 0;
}
h1.title.top-loop,
h1.title.bottom-loop {
    margin: 0 auto var(--px50);
}
.post h2.main_ttl span.main, h2.main_ttl span.main,
h1.title.top-loop span.jp,
h1.title.bottom-loop span.jp {
    display: block;
    margin: 0 0 var(--px20);
}
.post h2.main_ttl span.sub, h2.main_ttl span.sub,
h1.title.top-loop span.en,
h1.title.bottom-loop span.en {
    display: inline-block;
    color: #fff;
    font-size: var(--rem28);
    text-align: center;
    padding: 4px 8px 6px;
    line-height: 1;
}
.post h2.main_ttl span.sub.bg_orange, h2.main_ttl span.sub.bg_orange {
    background: var(--color-primary);
}
.post h2.main_ttl span.sub.bg_blue, h2.main_ttl span.sub.bg_blue,
h1.title.top-loop span.en,
h1.title.bottom-loop span.en {
    background: var(--color-secondary-shade);
}


.post h2.service_ttl, h2.service_ttl {
    color: #fff;
    font-size: var(--rem24);
    font-weight: 400;
    text-align: center;
    padding: 12px var(--px20) 14px;
    margin: 0 auto var(--px80);
    line-height: 1.35;
}
@media print, screen and (max-width: 768px) {
    .post h2.service_ttl, h2.service_ttl {
        font-size: 1.8rem;
    }
}
/* 色分け */
.post h2.service_ttl.c_orange, h2.service_ttl.c_orange {
    background: var(--color-primary);
}
.post h2.service_ttl.c_blue, h2.service_ttl.c_blue {
    background: var(--color-secondary-shade);
}

.post h3.represent_ttl {
    color: var(--color-primary);
    font-size: var(--rem28);
    margin: 0 0 var(--px30);
    padding: 0;
    border: none;
}
@media print, screen and (max-width: 768px) {
    .post h3.represent_ttl {
        font-size: var(--rem40);
    }
}


/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-size: var(--rem16);
    color: var(--color-font);
    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: none;
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: var(--color-font);
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    color: var(--color-font);
    background: var(--color-primary-tint);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-font);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
/* 青 */
.linkBtn.c_blue, .post .linkBtn.c_blue, a.linkBtn.c_blue,
#front-sectionPost .linkBtn, .post #front-sectionPost .linkBtn, #front-sectionPost a.linkBtn {
    color: #fff;
    background: var(--color-secondary-grade01);
}
.post .linkBtn.c_blue:hover, .linkBtn.c_blue:hover, a.linkBtn.c_blue:hover,
#front-sectionPost .linkBtn:hover, .post #front-sectionPost .linkBtn:hover, #front-sectionPost a.linkBtn:hover {
    color: #fff;
    background: var(--color-secondary-grade02);
}
.post .linkBtn.c_blue::after, .linkBtn.c_blue::after, a.linkBtn.c_blue::after,
#front-sectionPost .linkBtn::after, .post #front-sectionPost .linkBtn::after, #front-sectionPost a.linkBtn::after {
    border-color: #fff;
}
/* ロング */
.long {
    max-width: 380px !important;
}

.subBtn, .post .subBtn, a.subBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem16);
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 600;
    padding: 0 30px var(--px14) 10px;
    margin: 0 auto;
    border-radius: 0;
    transition: all .3s;
}
.subBtn::after, a.subBtn::after, .post .subBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 30%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    transition: all .3s;
}
.post .subBtn:hover::after, .subBtn:hover::after, a.subBtn:hover::after {
    right: 10px;
}
/* オレンジ */
.subBtn.c_orange, .post .subBtn.c_orange, a.subBtn.c_orange {
    color: var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}
.subBtn.c_orange::after, input.subBtn.c_orange::after, .post .subBtn.c_orange::after {
    border-color: var(--color-primary);
}
/* 青 */
.subBtn.c_blue, .post .subBtn.c_blue, a.subBtn.c_blue {
    color: var(--color-secondary-shade);
    border-bottom: 1px solid var(--color-secondary-shade);
}
.subBtn.c_blue::after, input.subBtn.c_blue::after, .post .subBtn.c_blue::after {
    border-color: var(--color-secondary-shade);
}


/* インスタボタン */
.post a.instaBtn {
    color: var(--color-primary);
    font-size: var(--rem16);
    padding: 10px var(--px20);
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
}
.post a.instaBtn::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/insta.svg) no-repeat center / contain;
    width: 40px;
    height: 40px;
}
.post a.instaBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    transition: all .3s;
}
@media print, screen and (max-width: 1024px) {
    .post a.instaBtn {
        margin-bottom: var(--px40);
    }
}

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

/* ナビゲーション */
nav#mainNav ul li a {
    padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(3.5rem + (1vw - 1.92rem) * 2.1205), 35px);
}
nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
    color: var(--header-color-primary-tint);
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--header-color-primary);
    color: var(--color-font);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon {
    margin-bottom: 0.2em;
}
#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 {
    background: var(--header-color-primary-shade);
}

nav#mainNav ul li a:hover {
	background: #fff !important;
	opacity: 1 !important;
}


/* メールボタン */
#header a.head_btn.mail_btn {
    background: var(--color-primary);
}

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

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 h2.contact_title {
	font-family: var(--font-family01);
	text-align-last: left;
	font-size: min(calc(3.0rem + (1vw - 1.92rem) * 0.6472), 3.0rem);
	margin: 0 auto var(--px30);
    text-align: left;
}
.post h2.contact_title::after {
    content: none;
}
.aligncenter {
	text-align-last: left;
	font-family: var(--font-family01);
	font-weight: normal;
    line-height: 1.85;
}
.wpcf7-form .must {
	background: var(--color-primary);
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
    margin-bottom: 0;
}
.agreement_text {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 完了 */
.post .thanks_btn {
    margin: var(--px60) auto 0 !important;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}


/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
    clear: both;
    position: relative;
    background: var(--color-background02);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding: var(--px80) 0;
    z-index: 0;
}
.wrapper_content {
    position: relative;
    z-index: 3;
}
#foot-contact_pt05 .wrapper_content h2.cta_ttl {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem48);
    text-align: center;
    margin: 0 auto var(--px30);
}
#foot-contact_pt05 .wrapper_content h2.cta_ttl::after {
    content: none;
}
#foot-contact_pt05 .wrapper_content .cta_text {
    font-family: var(--font-family02);
    color: var(--color-font);
    font-size: var(--rem16);
    font-weight: 700;
    text-align: center;
    margin: 0 auto var(--px30);
}
#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%;
    text-align: center;
    line-height: 1.6;
    padding: 24px;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    background: var(--color-primary);
    color: #fff;
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary-shade);
    opacity: .95;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: var(--color-primary);
    background: #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    opacity: .95;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico:hover {
    background: var(--color-primary-shade);
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#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);
    font-weight: 700;
    margin: 4px 0;
}
#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.mailBtn .ico {
    background: var(--color-primary);
    color: #fff;
    width: 80%;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 50vh;
    margin: 10px auto;
}

#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: 1.4rem;
    font-weight: 600;
    letter-spacing: .15rem;
}
#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: 98%;
    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: 641px) {
    #foot-contact_pt05 ul.contactbtn_list > li {
            width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
    }
    #foot-contact_pt05 ul.contactbtn_list {
            max-width: 100%;
    }
}

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

@media print, screen and (max-width: 414px) {
    #foot-contact_pt05 h2.main_ttl {
        font-size: 1.6rem !important;
    }
}

ul.bg_cta {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
ul.bg_cta li {
    width: calc(100%/3);
    height: auto;
}
ul.bg_cta li img {
    width: 100%;
}

body.home #foot-contact_pt05.footer_bottom {
    display: none;
}

/*------------------------------------------------------
SNS
------------------------------------------------------*/
.sns {
    background: var(--color-background02);
    padding: var(--px120) 0 var(--px100);
}
.sns_inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}
.post .sns img.sns_img, .sns img.sns_img {
    display: block;
    text-align: center;
    margin: 0 auto var(--px50);
    max-width: 380px;
    width: 70%;
    height: auto;
}
.post p.sns_catch, p.sns_catch {
    text-align: center;
    margin: 0 auto var(--px30);
    font-size: var(--rem30);
    font-weight: 800;
}
.post p.sns_text, p.sns_text {
	background:inherit;
	position: relative;
	padding:0;
	overflow: inherit;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	margin: 0 0 var(--px40);
	padding: 0;
	font-size: var(--rem24);
	text-align: center;
	line-height: 1.4;
    font-weight: 800;
}
.post p.sns_text::after, p.sns_text::after {
  content: none;
}
.post p.sns_text span, p.sns_text span {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--px30);
}
.post p.sns_text > span::before,
.post p.sns_text > span::after,
p.sns_text > span::before,
p.sns_text > span::after {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 0.2rem;
	background-color: var(--color-font);
}
.post p.sns_text > span::before,
p.sns_text > span::before {
	left:0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.post p.sns_text > span::after,
p.sns_text > span::after {
	right: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sns_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
}
.sns_logo {
    text-align: center;
    display: block;
}
@media print, screen and (max-width: 768px) {
    .post .sns img.sns_img, .sns img.sns_img {
        width: 80%;
        height: auto;
    }
    .post p.sns_text, p.sns_text {
        font-size: 1.6rem;
    }
    .post p.sns_text > span::before,
    .post p.sns_text > span::after,
    p.sns_text > span::before,
    p.sns_text > span::after {
        width: 6rem;
    }
}


/*------------------------------------------------------
TOP
------------------------------------------------------*/
.greet {
	position: relative;
	background: var(--color-background02);
	padding: var(--px50) 0;
}
.greet_wrap {
    background: #fff;
    max-width: 1600px;
	width: 90%;
    margin: 0 auto;
    padding: var(--px80) 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.greet_inner {
    max-width: 960px;
    width: 90%;
}
.post img.greet_img {
    text-align: center;
    margin: 0 auto;
    width: 120px;
    display: block;
}

.post ul.photo_list {
    display: flex;
    justify-content: center;
}
.post ul.photo_list li {
    width: calc(100%/3);
}


.work {
	position: relative;
	background: transparent;
	padding: var(--px200) 0 0;
    margin-bottom: var(--px120);
}
.work:before {
    content: "";
    background: url(/wp-content/uploads/bg_work.jpg) no-repeat center / cover;
    width: 100%;
    height: 30%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.work_wrap {
    background: var(--color-background02);
	position: relative;
	z-index: 1;
    max-width: 1600px;
	width: 90%;
    margin: 0 auto;
    padding: var(--px100) 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.work_inner {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}
.post img.myplace_img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}
@media print, screen and (max-width: 768px) {
    .work {
        padding: var(--px100) 0 0;
    }
}

.post h3.point_ttl {
    position: relative;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
    font-weight: 600;
    letter-spacing: .2rem;
    text-shadow: none;
    z-index: 20;
    padding: 0;
    line-height: 1.3;
    text-align: left;
    border: none;
    margin: 0 0 var(--px40);
    padding: 0;
}
.post h3.point_ttl b {
    display: block;
    color: var(--color-secondary-tint);
    font-size: 250%;
    font-weight: 100;
    font-family: var(--font-family02);
    line-height: 1;
}
.post h3.point_ttl span {
    position: absolute;
    top: 90%;
    left: 50%;
    display: block;
    color: var(--color-primary);
    font-size: var(--rem28);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post h3.point_ttl::after {
    content: none;
}
/* 青 */
.post h3.point_ttl.c_blue span {
    color: var(--color-secondary);
}
.post h3.point_ttl.c_blue b {
    color: rgba(234, 85, 4, .4);
}

.community {
	position: relative;
	background: url(/wp-content/uploads/bg_about.jpg) no-repeat center / cover;
	padding: var(--px100) var(--px30);
}
.community_wrap {
    background: #fff;
    max-width: 860px;
	width: 50%;
    margin: 0;
    padding: var(--px80) var(--px60);
}
.community_inner {
    max-width: 700px;
}
@media print, screen and (max-width: 1023px) {
    .community_wrap {
        width: 100%;
        margin: 0 auto;
    }
}


.insta {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin: 0 auto;
    padding: var(--px50) var(--px20);
    border-radius: 5px;
    max-width: 1400px;
    width: 86%;
}
.insta_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    gap: var(--px30);
}
.insta_inner p.instatext {
    font-size: var(--rem18);
    text-align: center;
    line-height: 1.65;
    font-weight: 700;
}
.post .insta_inner img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}
@media print, screen and (max-width: 1024px) {
    .insta_inner {
        flex-direction: column;
        gap: var(--px30);
    }
    .insta .w50 {
        width: 100%;
        margin: 0 auto;
    }
    .insta {
        width: 100%;
    }
    .insta_inner p.instatext {
        text-align: left;
    }
}

/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post h3.president {
    color: var(--color-primary);
    font-size: var(--rem20);
    margin: 0 0 var(--px30);
    padding: 0;
    border: none;
}



/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.mypre {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    margin: 0 auto;
    padding: var(--px50) var(--px20);
    border-radius: 5px;
    max-width: 1400px;
    width: 86%;
}
.mypre_inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.mypre_inner p.mypretext {
    font-size: var(--rem18);
    text-align: center;
    line-height: 1.65;
    font-weight: 700;
}
.post .mypre_inner img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 80%;
}
@media print, screen and (max-width: 1024px) {
    .mypre {
        width: 100%;
    }
}
@media print, screen and (max-width: 768px) {
    .mypre_inner p.mypretext {
        font-size: var(--rem18);
        margin-top: var(--px30);
    }
    .mypre .w70 {
        margin-bottom: 0 !important;
    }
    .mypre_inner {
        width: 96%;
    }
    .mypre_inner p.mypretext {
        text-align: left;
    }
}

.mypre_cta {
    margin: var(--px120) 0 0;
}
.post .mypre_cta p.mypre_catch {
    font-size: var(--rem20);
    font-weight: 800;
}

.logo {
    background: var(--color-background02);
    padding: var(--px80) 0;
}
.logo_inner {
    max-width: var(--content-max-width);
    width: 90%;
    margin: 0 auto;
}


.post p.logo_ttl {
	background:inherit;
	position: relative;
	padding:0;
	overflow: inherit;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	margin: 0 auto 3rem;
	padding: 0;
	font-size: var(--rem18);
    font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.post p.logo_ttl::after {
  content: none;
}
.post p.logo_ttl > span {
	position: relative;
	display: inline-block;
	padding: 0 6rem;
    background: linear-gradient(90deg, rgba(234,85,4,1) 0%, rgba(253,208,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.post p.logo_ttl > span::before,
.post p.logo_ttl > span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 3rem;
	height: 0.2rem;
	background-color: var(--color-primary);
}
.post p.logo_ttl > span::before {
	left:0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.post p.logo_ttl > span::after {
	right: 0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.post ul.logo_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 1%;
}
.post ul.logo_list li {
    width: 19%;
}
@media print, screen and (max-width: 1023px) {
    .post ul.logo_list li {
        width: 32%;
    }
}
@media print, screen and (max-width: 768px) {
    .post ul.logo_list li {
        width: 49%;
    }
}

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

article.category-news .post >*  {
    margin-bottom: .5em;
}