@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=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #F5F5F5;
    --color-font: #333;
    --color-primary: #266EB1;
    --color-primary-shade: linear-gradient(90deg, rgba(23,90,152,1) 0%, rgba(49,118,185,1) 61%, rgba(17,135,197,1) 100%);
    --color-primary-tint: linear-gradient(-90deg, rgba(23,90,152,1) 0%, rgba(49,118,185,1) 61%, rgba(17,135,197,1) 100%);
    --color-secondary: #A9A9A9;
    --color-third: #1187C5;

    --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: 'Poppins', 'Noto Sans JP', sans-serif;
    --font-family03: 'Josefin Sans', 'Noto Sans JP', sans-serif;

    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #333;
    --header-color-primary: #266EB1;
    --header-color-primary-shade: linear-gradient(90deg, rgba(23,90,152,1) 0%, rgba(49,118,185,1) 61%, rgba(17,135,197,1) 100%);
    --header-color-primary-tint: linear-gradient(-90deg, rgba(23,90,152,1) 0%, rgba(49,118,185,1) 61%, rgba(17,135,197,1) 100%);
    --header-color-secondary: #F5F5F5;

    --footer-background: #266EB1;
    --footer-color-font: #fff;
    --footer-color-primary: #fff;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    color: var(--color-font);
    font-size: var(--px16);
}
.pad_anchor{
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
#front_top_content, #front_bottom_content {
    background: #fff;
}
.post h3 {
    padding: 0;
}
#front-sectionPost {
    width: 94%;
}
.postlist .post_text {
    padding: 20px 0;
}
.gap_6 {
    display: flex;
    flex-direction: column;
    gap: var(--px60);
}

/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px100) 0;
	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;
    gap: var(--px50) 1%;
}
.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%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/

.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 600px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*------------------------------------------------------
Hover
------------------------------------------------------*/
a:hover {
    opacity: .7;
    cursor: pointer;
}

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
h1.title.top-loop,
h1.title.bottom-loop,
.post h2, h2 {
    margin: 0 auto var(--px50);
    text-align: center;
    font-size: var(--rem30w);
    font-weight: 500;
}
h1.title.top-loop span.en,
h1.title.bottom-loop span.en,
.post h2 span.en, h2 span.en {
    display: block;
    font-family: var(--font-family02);
    font-size: var(--rem60);
    font-weight: 600;
    line-height: 1.2;
}
h1.title.top-loop::after,
h1.title.bottom-loop::after,
.post h2::after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    height: 3px;
    background: var(--color-primary-shade);
    margin: .5em auto 0;
}

.post h2.txt_l, h2.txt_l {
    margin: 0 0 var(--px50);
    text-align: left;
}
.post h2.txt_l::after {
    margin: 1em 0 0;
}


.post h3, h3 {
    border-left: 8px solid var(--color-primary);
    border-bottom: none;
    margin: 0 0 var(--px40) 0;
    padding: 2px 0 4px var(--px24);
    font-size: var(--rem24w);
}


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

.txt_c_l {
    text-align: center;
}
@media print, screen and (max-width: 768px) {
    .txt_c_l {
        text-align: left;
    }
}

.pc {
    display: block;
}
.sp {
    display: none;
}
@media print, screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 280px;
	font-size: var(--rem16);
    color: var(--color-font);
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: 0 auto;
	border-bottom: solid 1px;
    border-image: linear-gradient(to right, #175A98, #1187C5) 1;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: var(--color-primary);
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
    border-bottom: solid 1px transparent;
	background: var(--color-primary-shade);
	color: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
.linkBtn.btn_large, .post .linkBtn.btn_large, a.linkBtn.btn_large {
    max-width: 360px;
}


.post img.img_zanmai {
    width: auto;
    height: 37px;
}

.ankBtn, .post .ankBtn, a.ankBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 270px;
    font-size: var(--rem16);
    color: var(--color-primary);
    line-height: 1.8;
    text-align: center;
    background: #fff;
    font-weight: 600;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: 0;
    border: solid 2px var(--color-primary);
    border-radius: 50vh;
    transition: all .3s;
}
.post .ankBtn::after, .ankBtn::after, a.ankBtn::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--color-primary);
    border-bottom: 1px solid var(--color-primary);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    transition: all .3s;
}


/*------------------------------------------------------
table
------------------------------------------------------*/
.post table.tablestyle00 th,
.post table.tablestyle00 td {
    padding: 20px;
}
.post table.tablestyle00 th {
    background: var(--color-primary-shade);
    color: #fff;
}


/*------------------------------------------------------
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 ul.sub-menu {
    background: #fff;
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--header-color-secondary);
    color: var(--header-color-font);
    font-family: var(--font-family01);
    font-weight: 600;
    font-size: 2.4rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
    content: '\f095';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 6px;
}
#header a.head_btn .tel_text-sub {
    font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
    opacity: .7;
}

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

/* 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
------------------------------------------------------*/
#copyright {
    padding: 0 var(--px12);
}
#footer .footer__logo img {
    background: #fff;
    padding: 5px 20px;
    border-radius: 100vw;
    max-width: 300px;
    width: 70%;
}


/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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 .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: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) var(--px40);
    z-index: 0;
}
#foot-contact_pt05 .wrapper_content {
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, .9);
    padding: var(--px100) var(--px40);
    max-width: 1600px;
    width: 100%;
}

#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: space-between;
    gap: 20px;
    max-width: 1000px;
    width: 100%;
    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% - 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%;
    color: #FFF;
    font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
    border-radius: 50vh;
    transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn::after {
    content: none;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
    color: #fff;
    background: var(--color-primary-shade);
    border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
    color: var(--color-primary);
    background: #FFF;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
    color: var(--color-primary);
    background: #fff;
    border: 1px solid var(--color-primary);
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
    color: #fff;
    background: var(--color-primary-tint);
}

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

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


/*------------------------------------------------------
TOP
------------------------------------------------------*/
.about {
	position: relative;
}
.about_inner {
    max-width: 960px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
}


.column06_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}
.column06 .imgarea {
	position: relative;
	/* aspect-ratio: 4 / 3; */
	overflow: hidden;
	width: 70%;
}
.column06 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column06 .txtarea {
	position: relative;
	width: 50%;
	display: flex;
    align-items: center;
	background: rgba(255, 255, 255, .9);
	padding: var(--px80) var(--px40);
	margin: 0 auto -50px -20%;
	z-index: 10;
}
.column06 .txtarea .txtinner {
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
}
.column06_wrap + .column06_wrap {
	margin-top: var(--px120);
}

@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column06_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column06_wrap.rev .txtarea {
		margin: 0 -20% -50px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column06_wrap.rev {
		flex-direction: row;
	}
	.column06 .imgarea, .column06 .txtarea {
		width: 90%;
	}
	.column06 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}

.btn_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}
.btn_flex .linkBtn, .post .btn_flex .linkBtn, .btn_flex a.linkBtn {
    margin: 0;
}
@media print, screen and (max-width: 768px) {
    .btn_flex {
        align-items: flex-start;
        flex-direction: column;
    }
}
.btn_flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.btn_flex02 .linkBtn, .post .btn_flex02 .linkBtn, .btn_flex02 a.linkBtn {
    margin: 0;
}

.front_contents.job {
    padding: 0 0 var(--px120);
}
.job_inner {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}
.job_inner p.job_num {
    display: inline-block;
    background: var(--color-secondary);
    padding: 8px 16px 0;
    color: #fff;
    font-family: var(--font-family03);
    font-size: var(--rem24);
    font-weight: 600;
    line-height: 1;
}
.job_inner p.job_num span.num {
    font-size: var(--rem48);
    font-style: italic;
    display: inline-block;
    padding-left: 5px;
    line-height: 1;
}
.job_inner img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.post .job_inner p.job_text {
    font-size: var(--rem16);
    line-height: 1.65;
    margin: var(--px30) 0 0;
}
@media print, screen and (max-width: 768px) {
    .post .job .col2_list > li {
        margin-bottom: var(--px80);
    }
    .post .job .col2_list > li:last-child {
        margin-bottom: 0;
    }
}



/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.post .lead {
	font-size: var(--rem30);
	font-weight: 500;
}
.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}
.marker.blue {
        background: linear-gradient(transparent 60%, #C6E3FF 60%);
}

/* よくある質問 */
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid var(--color-border);
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	color: var(--color-font);
	background: #fff;
	line-height: 1.0;
	padding: 0 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid var(--color-border);
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
}
.qa_list .qa_list_inner .q_ico {
    color: #fff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 0 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--body-font-family);
	border-right: 1px solid var(--color-border);
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
	line-height: 1.45;
	display: flex;
	align-items: center;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-third);
  border-bottom: 1px solid var(--color-third);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid var(--color-border);
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
        font-family: var(--font-family02);
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}


/*------------------------------------------------------
従業員の声
------------------------------------------------------*/
.worker_inner {
    margin: 0 auto var(--px120);
}
.post dl.worker_list {
    font-size: var(--rem16);
}
.post dl.worker_list dt {
    color: var(--color-third);
    margin-bottom: .2em;
}
.post dl.worker_list dd {
    color: var(--color-font);
    margin-bottom: .7em;
}
.post dl.worker_list dd:last-child {
    margin-bottom: 0;
}

.post ul.ojt_list h4.ojt_ttl {
    color: var(--color-primary);
    font-size: var(--rem24w);
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: var(--px20) auto var(--px14);
}
.post ul.ojt_list h4.ojt_ttl::before {
    content: none;
}
.post ul.ojt_list p {
    line-height: 1.65;
}


.post ul.job_list h4.job_ttl {
    color: var(--color-primary);
    font-size: var(--rem24w);
    font-weight: 700;
    text-align: center;
    margin: var(--px18) auto 12px;
    padding: 0;
}
.post ul.job_list h4.job_ttl::before {
    content: none;
}
.post ul.job_list p {
    line-height: 1.65;
}
.post ul.job_list li {
    position: relative;
}
.post ul.job_list li img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.post ul.job_list p.job_num {
    font-size: var(--rem60);
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    font-family: var(--font-family03);
    color: #fff;
    text-align: center;
    background: var(--color-secondary);
    padding: var(--px12) var(--px16) 3px var(--px12);
    position: absolute;
    top: 0;
    left: 0;
}


/* 一日の流れ */
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px50);
	border-radius: 10px;
	background: var(--color-background02);
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: var(--rem30w);
    line-height: 1.45;
	font-weight: 600;
	padding: 0 0 var(--px20) 0;
	margin: var(--px30) auto var(--px40);
	border-bottom: 1px solid var(--color-third);
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
    font-family: var(--font-family03);
	color: #fff;
    font-size: var(--rem36);
    font-style: italic;
    font-weight: 500;
	background: var(--color-third);
	padding: 14px 10px 7px;
	margin-right: var(--px20);
    border-radius: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
    ul.flowlist02 > li {
        padding: var(--px30) var(--px30) var(--px50);
    }
    .post .flowlist02 > li > dl dt {
        font-size: 2.0rem;
    }
    .flowlist02 > li dl dt .icon:before {
        font-size: 2.6rem;
        padding: 8px 6px 4px;
    }
}

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

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

.voice_bg01,
.voice_bg02 {
    position: relative;
    z-index: 0;
}
.voice_bg01::before {
    content: "";
    background: url(/wp-content/uploads/img_recruit01.png) no-repeat center / cover;
    display: block;
    padding-top: 40%;
    color: #fff;
}
.voice_bg02::before {
    content: "";
    background: url(/wp-content/uploads/img_recruit04.png) no-repeat center / cover;
    display: block;
    padding-top: 40%;
}
.voice_title {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(17, 135, 197, .2);
    padding: var(--px14) var(--px20);
    z-index: 100;
    display: flex;
    flex-direction: column;
	line-height: 1;
	gap: 10px;
}
.post p.voice_num {
    font-size: var(--rem16);
}
.post p.voice_name {
    font-size: var(--rem20);
}
.post p.voice_en {
    font-size: var(--rem16);
}
@media print, screen and (max-width: 768px) {
	.voice_title {
		padding: 6px var(--px14);
		gap: 3px;
	}
	.post p.voice_num {
    font-size: var(--rem12);
}
.post p.voice_name {
    font-size: var(--rem16);
}
.post p.voice_en {
    font-size: var(--rem12);
}
}

/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post ul.sop_list li {
    font-size: var(--rem16);
    padding-bottom: var(--px20);
    margin-bottom: var(--px20);
    border-bottom: 1px solid var(--color-border);
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.post ul.sop_list li:first-child::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_map.svg) no-repeat center / contain;
    width: var(--px50);
    height: var(--px50);
}
.post ul.sop_list li:nth-of-type(2)::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_tel.svg) no-repeat center / contain;
    width: var(--px50);
    height: var(--px50);
}
.post ul.sop_list li:last-child::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/icon_calender.svg) no-repeat center / contain;
    width: var(--px50);
    height: var(--px50);
}