@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=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,600&display=swap');



/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #EFEFEF;
    --color-font: #1A1A1A;
    --color-primary: #F35C28;
    --color-primary-shade: #FAB046;
    --color-primary-tint: #FEF1DE;
    --color-primary-grade: linear-gradient(180deg, rgba(243,92,40,1) 0%, rgba(250,176,70,1) 100%);
    --color-secondary: #E80303;
    --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: 'Sawarabi Mincho', serif;
    --font-family03: 'Playfair Display', serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #1A1A1A;
    --header-color-primary: #F35C28;
    --header-color-primary-shade: #FAB046;

    --footer-background: #fff;
    --footer-color-font: #1A1A1A;
    --footer-color-primary: #F35C28;
}

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;
}
.post p {
    line-height: 1.85;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}
.front_contents {
    position: relative;
    padding: var(--px120) 0 0;
}

/*--メディアクエリ--------------------------------------------*/
@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: var(--color-background02);
}
#front-sectionPost {
    width: 90%;
}
#content, body:not(.home) #content.wide {
    padding: var(--px100w) 0 var(--px150);
}
/*------------------------------------------------------
幅フル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: center;
	flex-wrap: wrap;
    gap: 2%;
}
.post .col4_list > li {
    width: 23%;
	margin-bottom: 1.5%
}
/* @media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 31%;
		margin-bottom: 5%;
	}
} */
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li {
		width: 48%;
        margin-bottom: 5%;
	}
	.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;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
.post h2, h2 {
	margin: var(--px60) auto var(--px50);
}
.post h2.main_ttl, h2.main_ttl {
    position: relative;
    font-family: var(--font-family02);
    letter-spacing: 0;
    text-shadow: none;
    z-index: 20;
    margin: 0 0 var(--px60);
    padding: 0;
    line-height: 1.3;
    text-align: left;
}
.post h2.main_ttl b {
    display: block;
    color: #fff;
    font-size: 380%;
    font-weight: 500;
    line-height: 1;
}
.post h2.main_ttl span {
    position: absolute;
    bottom: 0;
    left: 10px;
    display: block;
    color: var(--color-font);
    font-size: var(--rem40);
    font-weight: 500;
    white-space: nowrap;
}


.post h2.lower_ttl, h2.lower_ttl {
    position: relative;
    font-family: var(--font-family02);
    letter-spacing: .2rem;
    text-shadow: none;
    z-index: 20;
    margin: 0 0 var(--px60);
    padding: 0;
    line-height: 1.3;
    text-align: left;
}
.post h2.lower_ttl b {
    display: block;
    color: rgba(243,92,40,0.24);
    font-size: 350%;
    font-weight: 500;
    line-height: 1;
}
.post h2.lower_ttl span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: var(--color-font);
    font-size: var(--rem40);
    font-weight: 500;
    white-space: nowrap;
}
.post h2.main_ttl::after, h2.main_ttl::after,
.post h2.lower_ttl::after, h2.lower_ttl::after {
    content: none;
}

.post .read_text p {
    font-size: var(--rem18);
    line-height: 1.85;
    margin-bottom: 1.5em;
}
.post .read_text p:last-child {
    margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
    .post h2.lower_ttl b {
        font-size: 220%;
        letter-spacing: 0;
    }
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.post .linkBtn, #front-sectionPost .linkBtn {
	position: relative;
    display: inline-block;
	max-width: none;
    width: auto;
    background: none;
    font-family: var(--font-family02);
    color: var(--color-font);
	font-weight: 700;
    line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	padding: 12px 80px 12px  5px;
	border-radius: 0;
	border-bottom: 1px solid var(--color-font);
	transition: all .3s;
}
.post .linkBtn::before, #front-sectionPost .linkBtn::before {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: var(--color-primary);
    background-size: 200% 100%;
    background-position: 0 0;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    content: "";
	color: var(--color-font);
    line-height: 1.5;
}
.post .linkBtn::after, #front-sectionPost .linkBtn::after {
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-color: var(--color-font);
    transition: all 0.3s ease-in-out;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
}
.linkBtn:hover, .post .linkBtn:hover, #front-sectionPost .linkBtn:hover {
    background-position: 100% 0;
	background: transparent;
	color: var(--color-font);
}
.post .linkBtn:hover::before, #front-sectionPost .linkBtn:hover::before {
	background: #fff;
}
.post .linkBtn:hover::after, #front-sectionPost .linkBtn:hover::after {
	border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
}

.post .subimitarea .linkBtn input[type="submit"] {
	color: var(--color-font);
	font-weight: 600;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header .logo img {
    max-width: 380px;
}
#header a.head_btn.tel_btn {
    background: #fff;
    color: var(--header-color-primary);
}
#header a.head_btn.mail_btn {
    background: rgb(243,92,40);
    background: linear-gradient(180deg, rgba(243,92,40,1) 0%, rgba(250,176,70,1) 100%);
    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 {
    color: var(--footer-color-font);
    font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1942), 1.4rem); /* 1.4-1.1rem (1920-375) */
    padding: 0 0 30px; /* 50-35px(1920-375) */
    background: var(--footer-background);
}
#footer a {
    -webkit-transition: .2s;
    transition: .2s;
}
#footer .inner {
    width: 90%;
    max-width: var(--content-max-width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer ul {
    font-size: 100%;
    padding: 0;
	display: flex;
    gap: 20px;
}
#footer ul li {
    display: block;
    padding: 0;
    margin: 0;
}
@media print, screen and (max-width: 768px) {
	#footer ul {
		justify-content: center;
		margin: 0 auto;
		text-align: center;
	}
}
#footer ul li::before {
    content: none;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
}
#footer ul li a {
    padding: 0;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--color-font);
}
#footer img {
    width: auto;
    max-width: 100%;
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin: 0 auto var(--px80);
    width: 90%;
    max-width: var(--content-max-width);
}
#footer .footer__logo img {
    max-width: 320px;
    max-height: var(--px150);
    -o-object-fit: contain;
    object-fit: contain;
}
#footer .footer__logo span.social {
    display: block;
    margin: 1em 0 0 1em;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
    float: none;
}
#footer .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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#footer .footnav ul > li {
    position: relative;
    padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
    margin-bottom: 0;
    line-height: 1;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-font);
    top: 0;
}
#footer .footnav ul > li::before {
    left: 0;
}
#footer .footnav ul > li::after {
    right: -1px;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}
.fa-facebook:before {
    content: "\f082" !important;
    font-size: 30px;
}

.footer_img {
    background: url(/wp-content/uploads/top_footer.jpg) no-repeat center / cover;
    display: block;
    margin: 0 auto var(--px60);
    padding-top: 23.18%;
}
@media print, screen and (max-width: 768px) {
    #footer .footer__logo:not(:last-child) {
            text-align: center;
    }
    #footer .inner {
            display: block;
    }
    #footer .footnav ul > li {
            margin-bottom: 2em;
    }
    #footer .footer__logo span.social {
        margin: 1em auto;
        text-align: center;
    }
    #footer .fa-2x, .fa-2x {
        display: block;
    }
    .fa-facebook:before {
        display: block;
        text-align: center;
    }
    .footer_img {
        background-size: 140%;
    }
}
/*------コピーライト
--------------------------------------------*/
#copyright {
    color: var(--color-font);
    font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem); /* 1.2-1rem (1920-375) */
    letter-spacing: .1rem;
    padding: 0;
    background: transparent;
    margin: 0;
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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);
    padding: 0;
}

.post .wpcf7 table {
    border: none;
}
.post .wpcf7 table th,
.post .wpcf7 table td {
    padding: 20px 16px;
    border: none;
    border-top: 1px solid var(--color-table-border);
    border-bottom: 1px solid var(--color-table-border);
}
.post .wpcf7 table th {
    width: 30%;
    background: #fff;
}

.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 .thanks_btn {
    display: block;
    margin: 0 auto;
    width: 210px;
}
@media print, screen and (max-width: 768px) {
    .post .thanks {
        text-align: left;
    }
}



/*------------------------------------------------------
TOP
------------------------------------------------------*/

/* 紹介 */
body.home {
    background: var(--color-background02);
}
.front_contents.greet {
	position: relative;
    padding: var(--px80) 0 0;
}
.post .greet p.greet_catch {
    max-width: 1600px;
	width: 90%;
    font-family: var(--font-family03);
    color: #fff;
    font-size: var(--rem80);
    line-height: 1.1;
    margin: 0 auto var(--px50);
}
.greet_wrap {
	align-items: center;
    gap: var(--px80);
}
.greet .txtarea {
    padding: 0 0 0 5%;
    margin: 0;
}
.greet .txtarea h2.greet_ttl {
    font-family: var(--font-family02);
    font-weight: 500;
    font-size: var(--rem40);
    text-align: left;
    color: var(--color-font);
    margin-bottom: var(--px30);
}
.greet .txtarea h2.greet_ttl::after {
	content: none;
}
.greet .txtarea p.greet_text {
    font-size: var(--rem16);
    line-height: 2;
    color: var(--color-font);
}
.greet .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.greet .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media print, screen and (max-width: 768px) {
    .post .greet p.greet_catch {
        width: 100%;
    }
    .greet .txtarea {
        padding: var(--px50) 6% 0;
    }
}

/* サービス */
.about {
	position: relative;
	padding: var(--px120) 0 0;
	margin: var(--px60) 0 0;
}
.about:before {
    content: "";
    position: absolute;
    width: 86%;
    height: 100%;

    z-index: 0;
}
.about.bg01:before {
    background: url(/wp-content/uploads/bg_service01.jpg) no-repeat center / cover;
    top: 12%;
    left: 0;
}
.about.bg02:before {
    background: url(/wp-content/uploads/bg_service02.jpg) no-repeat center /cover;
    top: 12%;
    right: 0;
}
.about.bg03:before {
    background: url(/wp-content/uploads/bg_service03.jpg) no-repeat center /cover;
    top: 12%;
    left: 0;
}
.about.bg04:before {
    background: url(/wp-content/uploads/bg_service04.jpg) no-repeat center /cover;
    top: 12%;
    right: 0;
}
.about.bg05:before {
    background: url(/wp-content/uploads/bg_service05.jpg) no-repeat center /cover;
    top: 12%;
    left: 0;
}
.about_wrap {
	position: relative;
	width: 100%;
	z-index: 1;
}
.about .txtarea {
    background: var(--color-background02);
    display: flex;
    align-items: center;
    padding: var(--px80) var(--px60);
    margin: 0;
}
.about .txtarea .txtinner {
    max-width: 560px;
    width: 100%;
}
.post h3.about_ttl, h3.about_ttl {
    position: relative;
    font-family: var(--font-family02);
    letter-spacing: 0;
    text-shadow: none;
    z-index: 20;
    margin: 0 0 var(--px40);
    padding: 0;
    line-height: 1.3;
    text-align: left;
	border: none;
}
.post h3.about_ttl b {
    display: block;
    color: #fff;
    font-size: 280%;
    font-weight: 500;
    line-height: 1;
}
.post h3.about_ttl span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    color: var(--color-font);
    font-size: var(--rem30);
    font-weight: 500;
    white-space: nowrap;
}
.post h3.about_ttl::after {
    content: none;
}
.post p.about_text {
    font-size: var(--rem16);
    line-height: 2;
    color: var(--color-font);
}
.about .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.about .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_num {
    position: relative;
    font-family: var(--font-family03);
    font-size: min(calc(20rem + (1vw - 1.92rem) * 5.1780) ,200px);
    color: var(--color-primary);
    top: min(calc(-8rem + (1vw - 1.92rem) * -1.9417) ,-80px);
    z-index: 20;
}

@media screen and (max-width: 768px) {
	.about.rev .flexbox {
		flex-direction: row-reverse;
	}
    .about .txtarea {
        display: block;
        padding: var(--px80) 6%;
    }
    .about .txtarea .txtinner {
        max-width: 100%;
    }
}


/* 強味 */
.front_contents.streng {
    margin-top: var(--px100);
}
ul.card01_list.streng_inner.col4_list {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}
.streng_inner > li {
    padding-bottom: 30px;
}
.card01_list.streng_inner > li .imgarea {
    position: relative;
}
.card01_list.streng_inner > li .txtarea {
    position: relative;
    background: #fff;
    padding: var(--px30) var(--px20);
    max-width: 90%;
    margin: -30px auto;
}
.card01_list.streng_inner > li .txtarea h3.streng_ttl {
    font-size: var(--rem30);
    font-family: var(--font-family02);
    margin: 0 0 var(--px20);
    font-weight: 400;
    line-height: 1.35;
	padding: 0;
	border: none;
}
.card01_list.streng_inner > li .txtarea p.streng_text {
    font-size: var(--rem16);
    line-height: 1.65;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}
@media print, screen and (max-width: 768px) {
    .card01_list.streng_inner > li .txtarea {
        padding: var(--px50);
    }
}

/* アクセス */
.map {
	position: relative;
	padding: var(--px120) 0;
    margin-top: var(--px120);
}
.map:before {
    content: "";
    background: url(/wp-content/uploads/bg_map.jpg) no-repeat center / cover;
    width: 100vw;
    height: 60%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.map_wrap {
	position: relative;
	max-width: 1600px;
	width: 90%;
    margin: 0 auto;
	z-index: 1;
}
.map .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.map .txtarea .txtinner {
    max-width: 640px;
}
.map .txtarea .txtinner h3.map_ttl {
    font-family: var(--font-family02);
    text-align: center;
    margin: var(--px30) auto;
	padding: 0;
	border: none;
}
.map .txtarea .txtinner dl.map_list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    font-size: var(--rem16);
}
.map .txtarea .txtinner dl.map_list dt {
    width: 25%;
    text-align: center;
}
.map .txtarea .txtinner dl.map_list dd {
    width: 70%;
}
.map .txtarea .txtinner img {
    display: block;
    margin: 0 auto;
    width: 65%;
    text-align: center;
}
.map iframe {
    height: 100%;
}

@media print, screen and (max-width: 768px) {
    .map .txtarea .txtinner dl.map_list {
        display: block;
    }
    .map .txtarea .txtinner dl.map_list dt {
        width: 100%;
        text-align: left;
        margin-bottom: 0.1em;
    }
    .map .txtarea .txtinner dl.map_list dd {
        width: 100%;
    }
    .map .map_iframe.w50 {
        margin-bottom: 0;
    }
    .map iframe {
        height: 350px;
        margin-bottom: 0;
    }
}

/* 新着情報 */
h1.title.bottom-loop span.en,
h1.title.top-loop span.en {
    font-family: var(--font-family03);
    background: linear-gradient(180deg, rgba(243,92,40,1) 0%, rgba(250,176,70,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: var(--rem80);
    font-weight: 700;
    line-height: 1.1;
}
h1.title.bottom-loop span.sub_ttl,
h1.title.top-loop span.sub_ttl {
    display: block;
    font-family: var(--font-family02);
    font-size: var(--rem40);
    color: var(--color-font);
    background: transparent;
    font-weight: 500;
}


/*------------------------------------------------------
CTA
------------------------------------------------------*/
body.home .foot_bottom#foot-contact_pt05 {
    display: none;
}
#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(--px100) 0 var(--px120);
}
#foot-contact_pt05::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/bg_cta.jpg) no-repeat center / cover;
	z-index: 1;
	top: 0;
	left: 0;
}
.wrapper_content {
    position: relative;
    z-index: 900;
}
#foot-contact_pt05 .contactTtl {
    margin: 0 auto;
    text-align: center;
}
#foot-contact_pt05 .contactTtl .en_ttl{
    font-family: var(--font-family03);
    color: #fff;
    font-size: var(--rem80);
    font-weight: 700;
    line-height: 1.45;
    z-index: 10;
}
#foot-contact_pt05 .contactTtl .sub_ttl{
    display: block;
    font-family: var(--font-family02);
    font-size: var(--rem40);
    margin: 0 auto var(--px30);
    color: #fff;
    background: transparent;
    font-weight: 500;
}
#foot-contact_pt05 .f-contact-read {
	color: #FFF;
    font-size: var(--ewm16);
	font-weight: 500;
	text-align: center;
}

#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;
	background: transparent;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	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: 1px solid #fff;
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#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);
}
#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: '\f095';
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#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: 500;
}
#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);
	}
}
@media print, screen and (max-width: 768px) {
    #foot-contact_pt05 ul.contactbtn_list {
        width: 90%;
    }
    #foot-contact_pt05 ul.contactbtn_list > li {
        height: 120px;
    }
}
/*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);
		}
	}
}


/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.represent_inner {
    align-items: center;
    gap: var(--px60);
}
.post p.represent_text {
    font-size: var(--rem20);
    line-height: 2;
}
.post p.represent_name {
    text-align: right;
    margin-top: var(--px50);
    font-size: var(--rem20);
}
.post p.represent_name span {
    display: block;
    font-size: var(--rem14);
}

.post table.company_inner th,
.post table.company_inner td {
    padding: 16px;
}
.post table.company_inner th {
    background: var(--color-primary-shade);
    color: #fff;
    border: 1px solid #fff;
}
.post table.company_inner th.th_first {
    border-top: 1px solid var(--color-border);
}
.post table.company_inner th.th_last {
    border-bottom: 1px solid var(--color-border);
}

iframe {
    width: 100%;
}


.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	flex-shrink: 0;
    gap: 5%;
}
.post .list_style01 li .head {
	width: 18%;
	padding: 16px 0;
    font-weight: 700;
    display: block;
    text-align: right;
}
.post .list_style01 li .body {
    width: 80%;
	padding: 16px;
	display: block;
}
.post .list_style01 li:nth-child(odd) {
	background: var(--color-primary-tint);
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
        text-align: left;
		padding: 20px 20px 0;
	}
    .post .list_style01 li .body {
        width: 100%;
        padding: 0 20px 20px;
    }
}



/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
.service_wrap .service_inner {
    align-items: center;
    gap: var(--px50);
}

.post .service h3.service_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem48);
    color: var(--color-font);
    line-height: 1;
    font-weight: 500;
    text-align: left;
    margin: 0 0 var(--px30);
	padding: 0;
	border: none;
}
.post .service h3.service_ttl.txt_r {
    margin-left: auto;
    text-align: right;
}
.post .service h3.service_ttl span  {
    display: inline-block;
    font-family: var(--font-family03);
    font-weight: 500;
    font-size: min(calc(18rem + (1vw - 1.92rem) * 6.4725) ,180px);
    color: var(--color-primary);
    margin-right: 20px;
}

.post .service h4.service_catch {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    font-weight: 500;
    color: var(--color-primary);
    padding: 0 0 var(--px20) 0;
    margin: 0 0 var(--px30) 0;
    border-bottom: 1px solid var(--color-font);
    width: 100%;
}
.post .service h4.service_catch::before {
    content: none;
}
.post p.service_text {
    font-size: var(--rem16);
    line-height: 1.85;
}

.post .service_btn a.linkBtn {
    font-family: var(--font-family02);
    font-size: var(--rem20);
    font-weight: 400;
    letter-spacing: 0;
}

.buy {
    background: var(--color-primary-tint);
    padding: var(--px60);
    border-radius: var(--px12);
    margin: var(--px60) auto 0;
}
.buy_inner {
    justify-content: space-between;
    gap: var(--px50);
}
.post h4.buy_ttl, h4.buy_ttl {
    font-family: var(--font-family02);
    font-size: var(--rem30);
    color: var(--color-primary);
    font-weight: 600;
    padding: 0 0 var(--px20) 0;
    margin-bottom: var(--px40);
    border-bottom: 1px solid var(--color-font);
}
.post h4.buy_ttl::before, h4.buy_ttl::before {
    content: none;
}
.buy_inner .image_box {
    width: 50%;
}
.buy_inner .image_box img {
    width: 100%;
}
.post .buy_text p {
    font-size: var(--rem16);
    margin-bottom: 1em;
}
.post .buy_text p:last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 768px) {
    .buy_inner .image_box {
        width: 100%;
    }
    .buy_inner .image_box img {
        width: 100%;
        margin: 0 auto var(--px50);
    }
}