@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

/* フォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
	--color-background02: #FFFBF3;
    --color-font: #111;
	--color-font02: #6F5949;
    --color-primary: #EE773C;
	--color-primary-grade: linear-gradient(90deg, rgba(238,119,60,1) 0%, rgba(238,135,60,1)100%);
    --color-primary-shade: #FFA451;
	--color-primary-tint: #E8BB1E;
    --color-border: #eee;
    --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: 'Zen Maru Gothic', serif;


    --content-max-width: 1240px;

    --header-background: #FFFBF3;
    --header-color-font: #111;
    --header-color-primary: linear-gradient(90deg, rgba(238,119,60,1) 0%, rgba(238,135,60,1)100%);
    --header-color-primary-shade: #EE773C;
    --header-color-primary-tint: #E8BB1E ;

    --footer-background: #FFFBF3;
    --footer-color-font: #111;
    --footer-color-primary: #EE773C;
}

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);
}

/*--メディアクエリ--------------------------------------------*/
@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) {}


/*------------------------------------------------------
ベース修正
------------------------------------------------------*/
.anker {
    display: block;
    margin-top: -100px !important;
    padding-top: 100px !important;
}
#front_top_content, #front_bottom_content {
    background: #fff;
}
.front_contents {
	padding: var(--px80) 0;
}
.post h3 {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
#content, body:not(.home) #content.wide {
	padding: var(--px100w) 0 var(--px120);
}
#front_top_content, #front_bottom_content {
	padding: var(--px60) 0 var(--px120);
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%). / 2) * -1);
	padding: min(calc(120px + (1vw - 192px) * 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);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------coln02-----------*/

.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: 4%;
}
@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%;
	margin-bottom: 2%;
}
.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: 414px) {
	.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: 14px;
}
.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: 48%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

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

/*------------------------------------------------------
共通
------------------------------------------------------*/
h1.title.bottom-loop,
h1.title.top-loop,
.post h2, h2 {
	font-family: var(--font-family02);
	color: var(--color-font02);
	font-size: var(--rem36);
	font-weight: 700;
	text-align: center;
}
h1.title.bottom-loop::after,
h1.title.top-loop:after,
.post h2::after, h2::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	margin: 8px auto 0;
	background: var(--color-primary);
}
.post h2.ttl_l, h2.ttl_l {
	text-align: left;
}
.post h2.ttl_l::after, h2.ttl_l::after {
	margin: 8px 0 0;
}

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


/*------------------------------------------------------
Header
------------------------------------------------------*/
#header a.head_btn.tel_btn::before {
    display: none;
}
nav#mainNav ul ul.sub-menu {
        background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
        color: var(--color-primary);
}

/* ナビゲーション */
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);
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
    background: var(--header-background);
    color: var(--color-font);
    font-family: var(--font-family01);
    font-weight: bold;
    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;
        background: var(--color-primary-tint);
        color: #fff;
}

nav#mainNav ul li a:hover {
        background: var(--color-background02);
}

/* メールボタン */
.header__inner,
#header a.head_btn.mail_btn {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    background: var(--color-primary);
    color: #fff;
}
#header a.head_btn.mail_btn {
    font-size: 1.6rem;
}
#header a.head_btn.mail_btn::before {
    font-size: 1.8rem;
    margin-bottom: -.1em;
}
#header a.head_btn.mail_btn:hover {
    opacity: .7;
        background: #fff;
    color: var(--color-primary);
}
/* SP */
@media print, screen and (max-width: 768px) {
        nav#mainNav ul li a {
                padding: 16px;
        }
        nav#mainNav ul li a {
                border-bottom: 1px solid var(--color-border);
        }
}
/* SP */
@media print, screen and (max-width: 768px) {
	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);
	background: var(--footer-background);
	font-size: min(calc(1.4rem + (1vw - 19.2px) * 0.1294), 1.4rem);
	padding: 0;
}
#footer a {
	-webkit-transition: .2s;
	transition: .2s;
}
#footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	max-width: 1500px;
	padding: min(calc(80px + (1vw - 19.2px) * 1.9417), 80px) 0 var(--px20);
	border-bottom: 1px solid var(--color-border);
}
#footer ul {
	font-size: 100%;
	padding: 0;
}
#footer ul li {
	display: block;
	padding: 0;
	margin: 0;
}
#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{
	color: var(--footer-color-font);
}
#footer li a:hover {
	color: var(--footer-color-primary);
}
#footer img {
	width: auto;
	max-width: 100%;
}
/*------フッターナビ
--------------------------------------------*/
#footer .footnav {
	float: none;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
}
#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;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.3236), 16px) 0 min(calc(15px + (1vw - 19.2px) * 0.3236), 15px); /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--color-font02);
	top: 0;
}
#footer .footnav ul > li::before {
	left: 0;
}
#footer .footnav ul > li::after {
	right: -1px;
}
@media print, screen and (min-width: 769px) {
	#footer .footnav ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------フッター（左）
--------------------------------------------*/
@media print, screen and (min-width: 769px) {
	#footer .footer__l {
		text-align: left;
	}
}
/*------フッターロゴ
--------------------------------------------*/
#footer .footer__logo:not(:last-child) {
	margin-bottom: 20px;
}
#footer .footer__logo img {
	max-width: 320px;
	max-height: min(calc(60px + (1vw - 19.2px) * 1.2945), 60px);
	-o-object-fit: contain;
	object-fit: contain;
}
/*------フッターキャプション
--------------------------------------------*/
#footer .footer__add {
	line-height: 2;
}
/*------SNSアイコン
--------------------------------------------*/
#footer .fa-2x, .fa-2x {
	font-size: inherit;
}
#footer .socialicon ul, .socialicon ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#footer .socialicon ul li, .socialicon ul li {
	text-align: center;
	padding: 0 .6em;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .socialicon ul li::before, .socialicon ul li::before {
	content: none;
}
#footer .socialicon ul li a, .socialicon ul li a {
	padding: 0;
	overflow: initial;
	line-height: initial;
}
#footer .fa-facebook-square:before, #footer .fa-twitter-square:before, #footer .fa-youtube-square:before, #footer .fa-instagram:before {
	color: var(--footer-color-primary);
	font-size: 2.5rem; /* ----SNSボタン（LINEを除く）の大きさ変更はこちら---- */
}
#footer .SvgLine, .socialicon .SvgLine {
	fill: var(--footer-color-primary);
	width: 23px; /* ----LINEボタンの大きさ変更はこちら---- */
	height: 23px; /* ----LINEボタンの大きさ変更はこちら---- */
}
@media print, screen and (min-width: 769px) {
	#footer .socialicon ul, .socialicon ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*------コピーライト
--------------------------------------------*/
#copyright {
	color: var(--footer-color-font);
	background: var(--footer-background);
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	letter-spacing: .1rem;
	padding: 20px 15px;
	margin: 0;
}
/*------レスポンシブ
--------------------------------------------*/
@media print, screen and (max-width: 768px) {
	#footer .inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer .footer__l, #footer .footer__r {
		width: 100%;
	}
	#footer .footer__l {
		margin-bottom: 30px;
	}
	#copyright {
		padding-top: 0;
		padding-bottom: 50px;
	}
}

/*------------------------------------------------------
お問い合わせ
------------------------------------------------------*/
.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;
}
.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);
}

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

/*------------------------------------------------------
TOP
------------------------------------------------------*/
/* ご挨拶 */
.Greet {
	position: relative;
	background: url(https://hirasoru-nurse.com/wp-content/uploads/bg_greetTop.png) no-repeat center / cover;
	padding: 0;
}
.Greet_wrap {
    background: transparent;
    max-width: var(--content-max-width);
	width: 94%;
    margin: 0 auto;
    padding: var(--px120) var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.Greet_inner {
    max-width: 960px;
}

/* サービス内容 */
.Service_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.Service_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.Service_list > li {
	position: relative;
	background: transparent;
}
.Service_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.Service_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Service_list .txtarea {
	padding: 0 0 20px 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}
.Service_list .txtarea .Service_ttl {
	font-size: var(--rem24);
	font-weight: bold;
	color: var(--color-primary-tint);
	font-family: var(--font-family02);
	margin-top: 12px;
	text-align: center;
}
.Service_list .txtarea .Service_ttl.point {
	color: var(--color-primary);
	background: var(--color-background02);
	padding: 6px 10px;
	border-radius: 10px;
}

/* バナー */
a.bnTop {
	max-width: 800px;
	width: 100%;
	padding: 0 0 var(--px30);
}
a.bnTop img {
	display: block;
	width: 70%;
	margin: 0 auto var(--px30);
}
a.bnTop:last-child img {
	margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
	a.bnTop img {
		width: 94%;
	}
}

/* 採用情報 */
.Recruit {
	position: relative;
	padding: 0 0 var(--px160);
	margin: var(--px60) 0 0;
}
.Recruit:before {
    content: "";
    background: url(https://hirasoru-nurse.com/wp-content/uploads/bg_recruitTop.png) no-repeat center / cover;
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.Recruit_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.Recruit .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
	border-radius: 20px;
}
.Recruit .txtarea .txtinner {
    max-width: 540px;
}
.Recruit .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.Recruit .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}

/* 新着情報 */
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: var(--color-primary-tint);
}


/*------------------------------------------------------
CTA
------------------------------------------------------*/
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(https://hirasoru-nurse.com/wp-content/uploads/bg_cta.png) no-repeat center / cover;
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 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: 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);
	transition: .3s;
}
#foot-contact_pt05 a.f-contact_btn.telBtn {
	color: var(--color-primary);
	background: #FFF;
	border: 1px solid #fff;
}
#foot-contact_pt05 a.f-contact_btn.telBtn:hover {
	color: #fff;
	background: var(--color-primary-shade);
	border: 1px solid #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn {
	color: #fff;
	background: var(--color-primary-shade);
	border: 1px solid #fff;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn:hover {
	color: var(--color-primary);
	background: #FFF;
	border: 1px solid var(--color-primary);
}
#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: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	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: space-between;
	gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
	max-width: 800px;
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2);
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt05 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}


/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post h3.company_message, h3.company_message {
	text-align: center;
	margin: var(--px80) auto var(--px40);
	font-size: var(--rem28);
	color: var(--color-primary);
	background: var(--color-background02);
	padding: 10px;
	font-weight: bold;
	font-family: var(--font-family02);
}
.post h3.company_message:first-child,
h3.company_message:first-child {
	margin: 0 auto var(--px20);
}
.post p.company_text, p.company_text {
	text-align: center;
	margin: 0 auto;
	font-size: var(--rem18);

}
.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px 0;
	border-color: var(--color-table-border);
}
.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style02 th, .post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);/* 20-15px 15-10px (1920-375) */
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
	background: var(--color-primary-shade);
	color: #fff;
	border-color: #fff;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*--list--------------------------------------------*/
.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}
.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: #eee;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}


/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.post #recruit img.aligncenter {
    width: 70%;
}
.message {
	line-height: 1.85;
}
.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-family: var(--font-family02);
	color: var(--color-font02);
	font-style: italic;
	font-weight: bold;
}
.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;
}

@media print, screen and (max-width: 768px) {
    .post img.aligncenter {
        width: 100%;
    }
}

/*--スタイルリストエリア--------------------------------------------*/
ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/
a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}

/*---table_style04-------------------------------------*/
.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid var(--color-table-border);
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid var(--color-table-border);
}
table.table_style04 tr {
	border-top: 1px dashed var(--color-table-border);
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-background02);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/
.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: var(--color-background02);
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
	margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}


/*------------------------------------------------------
サービス
------------------------------------------------------*/
.service_inner h2 {
	width: 100%;
}
.service_inner .w50.image_box{
	position: relative;
	overflow: hidden;
}
.service_inner .w50.image_box::before {
	content: '';
	display: block;
}
.service_inner .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.service_inner .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: var(--px40);
}
.service_inner .w50.text_box h3{
	font-size: var(--rem28);
	font-family: var(--font-family02);
	text-align: left;
	color: var(--color-primary-tint);
	margin: 0 0 var(--px40);
	width: 100%;
}
.service_inner .w50.text_box p{
	line-height: 1.85;
}
@media print, screen and (min-width: 769px) {
	.service_inner .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.service_inner .w50.image_box img {
		width: auto;
		height: 116%;
	}
}

@media print, screen and (max-width: 768px) {
	.service_inner .w50.image_box{
		margin-bottom:0;
	}
	.service_inner .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.service_inner .w50.text_box {
		padding: var(--px30) 0;
	}
}


/*------------------------------------------------------
ご利用の流れ
------------------------------------------------------*/
.num_list01 {
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
}
.num_list01 .imgarea {
	position: relative;
	margin-bottom: var(--px20);
}
.num_list01 .imgarea:before{
	position: absolute;
	counter-increment: number;
	content: "0" counter(number);
	display: inline-block;
	background: var(--color-primary-tint);
	color: #fff;
	font-family: var(--font-family02);
	font-weight: bold;
	font-size: 32px;
	border-radius: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	bottom: -30px;
	transform: translateX(-50%);
}
.num_list01 .num_listttl {
	font-family: var(--font-family02);
	color: var(--color-font02);
	text-align: center;
	font-weight: bold;
	font-size: var(--rem24w);
	padding: 24px 0 12px;
	position: relative;
}
.num_list01 p {
	line-height: 1.85;
}
@media print, screen and (max-width: 768px) {
	.num_list01 .imgarea:before{
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		bottom: -25px;
	}
}


.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 #cccccc;
}
.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: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	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 {
	background: var(--color-background02);
	color: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 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 #cccccc;
}
.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;
}
.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-font02);
	border-bottom: 1px solid var(--color-font02);
	-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 #cccccc;
	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;
	}
	.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;
	}
}
.recruit_button {
	width: 100%;
	max-width: 240px;
}
.recruit_button	a:hover {
    color: #000 !important;
}