@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');


/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #E9F1FE;
    --color-background03: #EDF2F9;
    --color-font: #333;
    --color-primary: linear-gradient(0deg, rgba(0,0,254,1) 0%, rgba(22,76,255,1) 100%);
    --color-primary-shade: linear-gradient(180deg, rgba(0,0,254,1) 0%, rgba(22,76,255,1) 100%);
    --color-primary-tint: #0000FE;
    --color-secondary: #f2f2f2;
    --color-secondary-shade: #006BFF;
    --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;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #252524;
    --header-color-primary: #006BFF;
    --header-color-primary-shade: #042E87;

    --footer-background: #E9F1FE;
    --footer-color-font: #252524;
    --footer-color-primary: #252524;
}

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(--px18);
    line-height: 1.85;
}
.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;
}
.post h2::after {
    content: none;
}
.post h3 {
    padding: 0;
    border: none;
}
#front-sectionPost {
    width: 94%;
}
#thumbImg, header#h1Header {
    height: 250px;
    background: var(--color-secondary);
}
#thumbImg::before, header#h1Header::before {
    content: none;
}
h1.title, .post h1, header#h1Header h1.title {
    color: var(--color-font);
}
.postlist .post_text {
    padding: 20px 0;
}
#content, body:not(.home) #content.wide {
    padding: var(--px100w) 0;
}
.page_contents_inner + .page_contents_inner {
    margin-top: var(--px120);
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	background: var(--color-background02);
}
.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%;
		margin-bottom:5%;
	}
	.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: 5%;
	}
}*/
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
		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 {
    font-size: var(--rem30);
    text-align: center;
    margin: 0 auto var(--px60);
    color: var(--color-font);
}
.post h2::after, h2::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2em;
    height: 3px;
    background: var(--color-secondary-shade);
    margin: 0.4em auto 0;
}

.post h2.main_ttl, h2.main_ttl,
h1.title.top-loop,
h1.title.bottom-loop {
    color: var(--color-primary-tint);
    font-size: var(--rem20w);
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    letter-spacing: .2rem;
    margin: 0 auto var(--px40);
}
.post h2.main_ttl span.en_ttl, h2.main_ttl span.en_ttl,
h1.title.top-loop span.en_ttl,
h1.title.bottom-loop span.en_ttl {
    display: block;
    color: var(--color-font);
    font-size: var(--rem48w);
    letter-spacing: .15em;
    margin-bottom: 10px;
}
.post h2.main_ttl::after, h2.main_ttl::after {
    content: none;
}

.post h3, h3 {
    font-size: var(--rem28);
    padding-bottom: var(--px12);
    border-bottom: 2px solid var(--color-secondary-shade);
    margin-bottom: var(--px30);
}


.post h3.sub_ttl, h3.sub_ttl {
    font-size: var(--rem28);
    font-weight: 700;
    margin: 0 auto var(--px40);
    border: none;
}
.post h3.point_ttl, h3.point_ttl {
    color: var(--header-color-primary-shade);
    font-size: var(--rem28);
    font-weight: 700;
    padding: var(--px12) var(--px20);
    margin: 0 0 var(--px50);
    background: var(--color-background03);
    border-left: 8px solid var(--color-secondary-shade);
    border-bottom: none;
}
.post h4.point_sub, h4.point_sub {
    font-size: var(--rem24w);
    font-weight: 600;
}
.post h3.main_text {
    font-size: var(--rem24w);
    font-weight: 600;
    /*text-align: center;*/
	line-height:1.8em;
    border-bottom: none;
}
.post p.main_text {
    font-size: var(--rem24w);
    font-weight: 600;
    /*text-align: center;*/
	line-height:1.8em;
    border-bottom: none;
}
.post p.main_text em {
    font-style: normal;
    color: var(--color-primary-tint);
}
.post .read_text p {
    font-size: var(--rem18);
    line-height: 1.85;
    margin-bottom: 1.2em;
}
@media print, screen and (max-width: 768px) {
    .post .read_text.txt_c p {
        text-align: left;
    }
}

body:not(.home) .post h2.cat-loop {
    text-align: left;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    font-size: var(--rem18);
    color: #fff;
    text-align: center;
    background: var(--color-primary);
    font-weight: 700;
    padding: var(--rem18) 30px var(--rem18) 20px;
    margin: 0 auto;
    border: solid 2px var(--color-primary-tint);
    border-radius: 50vh;
    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-tint);
    background: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary-tint);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
#header .logo img {
    max-width: min(calc(25rem + (1vw - 1.92rem) * 5.5804) ,250px);
}

/* ナビゲーション */
nav#mainNav ul li a {
    font-size: var(--rem16);
    padding: min(calc(2.4rem + (1vw - 1.92rem) * 1.3393) ,24px);
}
nav#mainNav ul li li {
    background: #fff;
}

/* ボタン共通 */
#header a.head_btn {
    padding: min(calc(2rem + (1vw - 1.92rem) * 1.1161) ,20px);
}
#header a.head_btn span {
    display: block;
}

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

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

/* SP */
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		padding: 16px;
        border-bottom: 1px solid var(--color-border);
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
.footer_inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-border);
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
    #footer .footnav ul {
        margin: var(--px30) auto 0;
    }
}

#footer ul li a {
    color: var(--footer-color-font);
    margin-left: .5em;
}
#footer .footnav ul > li {
    margin-right: 20px;
}
#footer .footnav ul > li:last-child {
    margin-right: 0;
}
#footer .footnav ul > li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    display: block;
    font-size: var(--rem14);
    font-weight: 600;
    color: var(--footer-color-font);
    background: none;
}
#footer .footnav ul > li::after {
    content: none;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
    color: var(--footer-color-font);
}
#copyright {
    background: transparent;
    color: var(--footer-color-font);
}

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

.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 {
    vertical-align: middle;
    width: 30%;
    background: #fff;
    line-height: 1.25;
}
a.cta_link {
    color: var(--color-secondary-shade);
    text-decoration: underline;
}

.post p.contact_message, p.contact_message {
    font-size: var(--rem18);
    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 {
    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: 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: var(--px120) var(--px80);
    z-index: 0;
}
body.home #foot-contact_pt05.foot_bottom {
    display: none;
}
#foot-contact_pt05 .wrapper_content {
    position: relative;
    z-index: 5;
    background: #fff;
    max-width: 1600px;
    padding: var(--px100) var(--px60);
    margin: 0 auto;
}

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

#foot-contact_pt05 a.f-contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: var(--rem24);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: var(--px20);
    border-radius: 50vh;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: var(--color-primary-tint);
    background: #fff;
    border: 2px solid var(--color-primary-tint);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: #fff;
    background: var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: #fff;
    background: var(--color-primary);
    border: 2px solid var(--color-primary-tint);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: var(--color-primary-tint);
    background: #FFF;
}

#foot-contact_pt05 a.f-contact_btn .ico::before {
    display: inline-block;
    font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
    display: block;
    font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
    content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
    font-size: var(--rem14);
    font-weight: 500;
    letter-spacing: .1rem;
}

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


/*------------------------------------------------------
トップ
------------------------------------------------------*/
.youtube {
	max-width: 710px;
	margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.toptxtarea {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.col_wrap {
	position: relative;
	margin: var(--px60) auto 0;
    max-width: 1600px;
	width: 90%;
}
.col_list > li {
	position: relative;
	background: transparent;
}
.col_list > li img {
    box-shadow: 7px 7px 15px 0px rgba(212,214,233,1);
}
.post .col_wrap p.col_ttl {
    font-size: var(--rem24);
    text-align: center;
    margin: var(--px24) auto 0;
    line-height: 1.65;
    font-weight: 600;
}
@media print, screen and (max-width: 768px) {
	.post .col_wrap p.col_ttl {
		font-size: var(--rem24w);
	}
}
/*@media print, screen and (max-width: 600px) {
    .post .col4_list.col_list {
        flex-direction: column;
        gap: var(--px50);
    }
}*/

.column01 {
	position: relative;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 840px;
    width: 90%;
}
.column01 .txtarea h2.main_ttl {
    text-align: left;
}
.post .column01 .btn_flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.post .column01 .btn_flex li {
    width: 32%;
}
.btn_flex .linkBtn, .post .btn_flex .linkBtn, .btn_flex a.linkBtn {
    font-size: var(--rem14);
    padding: 10px 20px 10px 12px;
    max-width: 300px;
}
.post .btn_flex .linkBtn::after, .btn_flex .linkBtn::after, .btn_flex a.linkBtn::after {
    content: none;
}
@media print, screen and (max-width: 1023px) {
    .post .column01 .btn_flex li {
        width: 48%;
    }
}
@media print, screen and (max-width: 768px) {
    .column01 .txtarea {
        margin: var(--px50) auto 0;
    }
}
@media print, screen and (max-width: 500px) {
    .post .column01 .btn_flex li {
        width: 100%;
        text-align: center;
    }
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.bn_inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--px40);
}
.bn_inner a.bn_img.bn01 {
    background: url(/wp-content/uploads/top_flow.jpg) no-repeat center / cover;
}
.bn_inner a.bn_img.bn02 {
    background: url(/wp-content/uploads/top_price.jpg) no-repeat center / cover;
}
.bn_inner a.bn_img {
    position: relative;
    display: block;
    max-width: 770px;
    max-height: 258px;
    width: 100%;
    height: auto;
    padding: var(--px40);
    z-index: 0;
}
.bn_inner a.bn_img::after {
    content: "";
    background: rgba(15, 41, 58, .5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}
.bn_inner a.bn_img:hover::after {
    content: none;
}
.post h2.bn_ttl, h2.bn_ttl {
    color: #fff;
    font-size: var(--rem20);
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    letter-spacing: .2rem;
    margin: 0 auto var(--px20);
    z-index: 100;
}
.post h2.bn_ttl span.en_ttl , h2.bn_ttl span.en_ttl {
    display: block;
    font-size: var(--rem48);
    letter-spacing: .15em;
}
.post h2.bn_ttl::after, h2.bn_ttl::after {
    content: none;
}
.bn_inner a.bn_img img.bn_link {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 100;
}
@media print, screen and (max-width: 768px) {
    .bn_inner {
        flex-direction: column;
    }
}

/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post .greet_text {
    max-width: 1000px;
    width: 90%;
    margin: var(--px50) auto;
}
.post .greet_text p {
    font-size: var(--rem18);
    margin-bottom: 1.5em;
    line-height: 2;
}
.post .greet_text p:last-child {
    margin-bottom: 0;
}
.post p.greet_name, p.greet_name {
    text-align: right;
    font-size: var(--rem18);
}
.effort {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}
.effort_wrap {
	position: relative;
	max-width: var(--content-max-width);
	width: 100%;
    margin: 0 auto;
	z-index: 1;
}
.effort .txtarea {
    background: var(--color-background02);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px60);
    margin: 0;
}
.effort .txtarea .txtinner {
    max-width: 600px;
}

.effort .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.effort .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media print, screen and (max-width: 768px) {
    .effort .txtarea {
        padding: var(--px40);
    }
    .post .greet_text {
        width: 100%;
    }
}

.post table th,
.post table td {
    padding: 20px;
}
.post table th {
    text-align: center;
    background: var(--color-background02);
}

#company iframe {
    width: 100%;
}


/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.service_inner {
    align-items: center;
    gap: var(--px50);
}
.post .service_text p, .service_text p {
    font-size: var(--rem18);
    line-height: 2.2;
}
.post img.service_img {
    width: 100%;
    display: block;
}

.post ul.logo_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto var(--px120);
    padding: var(--px60) var(--px30);
    background: var(--color-background02);
	flex-wrap:wrap;
}
.post ul.logo_list li {
    width: 23%;
    background: #fff;
}
.post ul.logo_list li img {
    width: 100%;
}
@media print, screen and (max-width: 768px) {
    .post ul.logo_list li {
        width: 48%;
		margin-bottom:2%;
    }
}

.post ul.maker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--px60) 1%;
}
.post ul.maker > li {
    width: 32%;
    display: flex;
    flex-direction: column;
}
@media print, screen and (max-width: 768px) {
    .post ul.maker > li {
        width: 48%;
    }
}
@media print, screen and (max-width: 500px) {
    .post ul.maker > li {
        width: 100%;
    }
}
.post ul.maker > li .maker_wrap {
    background: var(--color-background03);
    padding: var(--px30);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.post ul.maker > li img.maker_img {
    display: block;
    width: 100%;
    margin: 0 auto var(--px30);
}
.maker_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.maker_inner p.maker_text {
    font-size: var(--rem16);
    line-height: 1.85;
    margin-bottom: 1.5em;
    flex-grow: 1;
}
.maker_inner ul.maker_list {
    flex-grow: 1;
}
.maker_inner ul.maker_list li {
    font-size: var(--rem16);
    margin-bottom: .6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.65;
    gap: 2px;
}
.maker_inner ul.maker_list li:last-child {
    margin-bottom: 0;
}
.maker_inner ul.maker_list li::before {
    content: "・";
    display: block;
}

.post #service .btn_flex {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site {
    margin: var(--px100) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--px50);
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background: var(--color-background02);
    padding: var(--px60);
}
.post .site img {
    margin: 0;
}
@media print, screen and (max-width: 768px) {
    .site {
        flex-direction: column;
        gap: var(--px40);
    }
}

/*------------------------------------------------------
サービスの流れ
------------------------------------------------------*/
ul.flowlist {
	counter-reset: flow_list;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px80);
}
ul.flowlist > li {
	width: 100%;
	padding: var(--px50) var(--px80) var(--px40);
	border-radius: 10px;
	background: var(--color-background03);
	position: relative;
}
.post .flowlist > li > h3.flow_ttl {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--rem28);
	font-weight: 700;
	padding: 0 0 1em 0;
	margin-bottom: var(--px30);
	border-bottom: 1px solid var(--color-secondary-shade);
}
.flowlist > li h3.flow_ttl .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary);
	padding: 8px 10px;
	margin-right: 20px;
	position: relative;
	z-index: 100;
}
.post .flowlist p.flow_text {
    font-size: var(--rem18);
    line-height: 1.85;
}
ul.flowlist .flowlist_inner {
    flex-direction: row-reverse;
    align-items: center;
}

.flowlist > li:not(:last-child)::before,
.flowlist > li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist > li:not(:last-child)::before {
	border-width: 22px;
	border-top-color: var(--color-secondary-shade);
}
.flowlist > li:not(:last-child)::after {
	border-width: 20px;
}

@media print, screen and (max-width: 768px) {
	.post .flowlist > li > dl, .flowlist .flow_img img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
    ul.flowlist > li {
        padding: var(--px60) var(--px40);
    }
}


/*------------------------------------------------------
協力会社様募集
------------------------------------------------------*/
.post p.partner_text, p.partner_text {
    font-size: var(--rem20);
    text-align: center;
    margin: var(--px80) auto 0;
    font-weight: 600;
    line-height: 1.85;
}
.post p.mess_note, p.mess_note {
    font-size: var(--rem20);
    color: var(--header-color-primary);
    background: var(--color-background02);
    padding: var(--px20) var(--px20) var(--px24);
    margin: var(--px50) auto 0;
    text-align: center;
    max-width: 560px;
    width: 90%;
}
@media print, screen and (max-width: 768px) {
    .post p.mess_note, p.mess_note {
        width: 100%;
    }
}

/*------------------------------------------------------
求人情報
------------------------------------------------------*/
.post p.recruit_text, p.recruit_text {
    font-size: var(--rem24);
    text-align: center;
    margin: var(--px80) auto 0;
    font-weight: 700;
}

.point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: var(--px60);
    margin: var(--px80) auto 0;
}
.point .point_wrap {
    align-items: center;
    gap: var(--px50);
}
.post .point .point_text {
    font-size: var(--rem18);
    line-height: 2;
}

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