@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* 変数 */
:root {
    --color-background: #fff;
    --color-background02: #EAF2F9;
    --color-font: #111;
    --color-primary: #0065C3;
    --color-primary-shade: #D8ECFF;
    --color-primary-tint: #97CCFE;
    --color-secondary: #FFE147;
    --color-secondary-tint: #eee;
    --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: 'Roboto', 'Noto Sans JP', sans-serif;


    --content-max-width: 1240px;

    --header-background: #fff;
    --header-color-font: #111;
    --header-color-primary: #0065C3;
    --header-color-primary-shade: #97CCFE;
    --header-color-primary-tint: #97CCFE;

    --footer-background: #D8ECFF;
    --footer-color-font: #111;
    --footer-color-primary: #111;
}

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 h2, h2 {
    margin: var(--px60) auto var(--px40);
}
.post h2::after {
    content: none;
}
.post table th {
    background: var(--color-background02);
}
/*------------------------------------------------------
幅フル100%
------------------------------------------------------*/
.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px);
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: var(--color-background01);
}
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*------------------------------------------------------
カラムリスト
------------------------------------------------------*/
/*---------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: 2%;
}
@media print, screen and (max-width: 414px) {
	.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: 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: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

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

/*------------------------------------------------------
タイトル・テキスト
------------------------------------------------------*/
/* メインタイトル */
.post h2.main_ttl {
    font-size: var(--rem18);
	font-weight: 600;
	letter-spacing: .1em;
	text-align: center;
    font-weight: bold;
	padding: 0;
	margin: 0 auto var(--px40);
}
.post h2.main_ttl .en_ttl {
	display: block;
    font-size: var(--rem120);
    font-family: var(--font-family02);
    color: var(--color-primary);
    line-height: 1.15;
    font-weight: 500;
}
.post h2.main_ttl .en_ttl::first-letter {
    color: var(--color-secondary);
}
.post h2.main_ttl .en_ttl::after,
h1.title.top-loop .en_ttl::after,
h1.title.bottom-loop .en_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: min(calc(50px + (1vw - 19.2px) * 0.6472), 50px);
	height: min(calc(4px + (1vw - 19.2px) * 0.0647), 4px);
	background: var(--color-secondary);
	top: auto;
	left: auto;
}
.post h2.main_ttl::before {
	content: none;
}
.post h2.main_ttl .en_ttl::after {
	margin: 10px auto min(calc(20px + (1vw - 19.2px) * 0.6472), 20px);
}
.post h2.main_ttl::after {
	content: none;
}


/* 下層タイトル */
.post h2.lower_ttl {
	font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.9061), 3.6rem);
	font-weight: 600;
	letter-spacing: min(calc(.2rem + (1vw - 19.2px) * 0.0647), .2rem);
	text-align: center;
	padding: 0;
	margin: 0 auto var(--px60);
}
.post h2.lower_ttl .en_ttl {
	display: block;
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.1942), 1.8rem);
	font-weight: 600;
    color: var(--color-primary);
	font-family: var(--font-family02)
}
.post h2.lower_ttl .en_ttl::before {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: min(calc(50px + (1vw - 19.2px) * 0.6472), 50px);
	height: min(calc(4px + (1vw - 19.2px) * 0.0647), 4px);
	background: var(--color-secondary);
	top: auto;
	left: auto;
}
.post h2.lower_ttl::after {
	content: none;
}
.post h2.lower_ttl .en_ttl::before {
	margin: 10px auto;
}
.post h2.lower_ttl::after {
	content: none;
}


/* その他 */
.post h2,
h1.title.top-loop,
h1.title.bottom-loop {
    position: relative;
    padding-bottom: 1rem;
}
.post h2::after,
h1.title.top-loop::after,
h1.title.bottom-loop::after {
	content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: 2.2em;
    height: 3px;
    background: var(--color-secondary);
    margin: 0.3em auto 0;
}

/* テキスト */
.post p.read_text, p.read_text {
    font-size: var(--rem16);
    text-align: center;
    line-height: 1.66;
}

/*------------------------------------------------------
Btn
------------------------------------------------------*/
.linkBtn, .post .linkBtn {
    padding: 14px 30px 14px 10px;
}

/*------------------------------------------------------
Header
------------------------------------------------------*/
nav#mainNav ul ul.sub-menu {
    background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
    color: var(--color-primary);
}
#header .logo img {
max-width: 160px;
margin-left: 10px;
}

/* ナビゲーション */
nav#mainNav ul li a {
padding: min(calc(2.0rem + (1vw - 1.92rem) * 0.8929), 20px);
}

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

/* 電話ボタン */
#header a.head_btn.tel_btn {
background-color: var(--color-background);
color: var(--color-font);
font-weight: bold;
font-size: 2.3rem;
}
#header a.head_btn.tel_btn .tel_icon::before {
content: '\f095';
display: inline-block;
font-family: 'Font Awesome 5 Free';
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
padding-right: 6px;
color: var(--color-font);
}
#header a.head_btn .tel_text-sub {
font-size: 1.2rem;
}
#header a.head_btn.tel_btn:hover {
opacity: .7;
background: var(--color-primary);
color: #fff;
}
#header a.head_btn.tel_btn::before {
display: none !important;
content: none !important;
}
#header a.head_btn span.tel_icon {
    margin-bottom: 3px;
}

/* メールボタン */
.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:hover {
opacity: .7;
background: #fff;
color: var(--color-primary);
}
#header a.head_btn::before {
    font-size: var(--rem18);
}

/* 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);
    }
    nav#mainNav ul li a {
        background: var(--color-background02);
    }
	body.mobile #header .logo img {
	max-width: 170px;
	}
}

/*------------------------------------------------------
Footer
------------------------------------------------------*/
#footer .footnav ul > li::after {
    content: none;
}
#footer .footnav ul > li::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 1.2rem;
    background: none;
}
#footer .footnav ul li a {
    margin-left: 6px;
}
/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.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;
}
.wpcf7-form .must {
	background: var(--color-primary)
}
.contact_area {
	font-family: var(--font-family01);
	font-weight: normal;
}
.contact_area th {
	font-weight: bold;
}
.contact_area th.sup {
	font-size: 1.2rem;
	color: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	font-family: var(--font-family01);
    padding: 0;
}

/* 完了 */
.post .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
------------------------------------------------------*/
/* わたしたちについて */
.aboutTop {
	position: relative;
	background: transparent;
	padding: var(--px40) 0 var(--px160);
}
.aboutTop:before {
    content: "";
    background: url(/wp-content/uploads/bg_aboutTop.jpg) no-repeat center / cover;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.aboutTop_wrap {
    background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(216,236,255,1)100%);
	position: relative;
	z-index: 1;
    max-width: var(--content-max-width);
	width: 94%;
    margin: 0 auto;
    padding: 0 var(--px40) var(--px60);
	display: flex;
    justify-content: center;
    align-items: center;
}
.aboutTop_inner {
    max-width: 960px;
}
.aboutTop_inner::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/ttl_blue.png) no-repeat center / cover;
    width: 100%;
    height: 0;
    padding-top: 24.01%;
}
.post h2.main_ttl.aboutTop_ttl {
    margin-top: -40px;
}


/* 事業内容 */
.front_contents.serviceTop {
    padding: var(--px120) 0 0;
}
.serviceTop .w50.image_box {
	position: relative;
	overflow: hidden;
}
.serviceTop .w50.image_box::before {
	content: '';
	display: block;
}
.serviceTop .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%);
}
.serviceTop .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;
    align-items: center;
	background: #ffffff;
	padding: 0 var(--px60);
}
.serviceTop .w50.text_box h3 {
    font-size: var(--rem40);
    font-weight: 600;
    letter-spacing: .1rem;
    width: 100%;
    padding: 0;
    margin:0 auto var(--px40);
    border-bottom: none;
}
.serviceTop .w50.text_box p {
	line-height: 1.95;
}
.serviceTop .w50.text_box .serviceTop_btn {
    width: 80%;
    margin: var(--px40) 0 0 auto;
}
@media print, screen and (min-width: 769px) {
	.serviceTop .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.serviceTop .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.serviceTop .w50.image_box{
		margin-bottom:0;
	}
	.serviceTop .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.serviceTop .w50.text_box {
		padding: var(--px60) var(--px30);
		margin-bottom:0;
	}
    .serviceTop .w50.text_box .serviceTop_btn {
        width: 100%;
        margin: var(--px40) auto;
    }
}
@media print, screen and (max-width: 640px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: 100% !important;
	}
}


/* 採用情報 */
.recruitTop {
    background: url(/wp-content/uploads/bg_recruitTop.png) no-repeat center bottom 0 / cover;
    padding: var(--px120) 0;
}
.recruitTop picture {
    margin: 0 auto;
    width: 94%;
    max-width: var(--content-max-width);
    display: block;
}




/* お問い合わせ */
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: #FFF;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px80) var(--px40) 0;
}
#foot-contact_pt01 .f-contact-read {
	position: relative;
	color: #FFF;
	font-weight: 500;
	text-align: center;
	z-index: 10;
	margin-bottom: var(--px40);
}
#foot-contact_pt01 h2 {
    color: #fff;
    margin: 0 auto var(--px30);
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::after {
	background: url(/wp-content/uploads/bg_cta.png) no-repeat center / cover;
}
#foot-contact_pt01.front_contact {
	background: none;
}
#foot-contact_pt01 .wrapper_content {
	background: none;
    max-width: var(--content-max-width);
    padding: 0;
    box-shadow: none;
    box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
}
#foot-contact_pt01 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_pt01 a.f-contact_btn.telBtn {
    background: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
}
#foot-contact_pt01 a.f-contact_btn.telBtn:hover {
	color: var(--color-primary);
	background: #FFF;
    opacity: 1;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn {
    background: #fff;
    color: var(--color-font);
    border: 1px solid #fff;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn:hover {
    color: #fff;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    opacity: 1;
}
#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt01 a.f-contact_btn .ico::before {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt01 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;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico {
	font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589), 1.8rem);
    background: var(--color-secondary);
    color: var(--color-primary);
    border-radius: 50px;
    padding: 12px;
    margin: .3em auto;
    width: 80%;
    display: block;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
	content: '\f3cd';
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: var(--rem14);
	font-weight: 700;
}
#foot-contact_pt01 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: var(--content-max-width);
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt01 ul.contactbtn_list > li {
	width: 100%;
    box-shadow: 0px 0px 16px 5px rgba(0,0,0,0.1);
}
#foot-contact_pt01 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}

/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt01 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_pt01 ul.contactbtn_list > li {
			width: calc(((100% - min(calc(15px + (1vw - 19.2px) * 0.6472), 15px)) / 2) - 1px);
		}
	}
}

/* 新着情報 */
.postlist .time {
    background: var(--color-primary-tint);
}
.postlist .time a {
    color: var(--color-font);
}
#front_bottom_content {
    padding: var(--px80) 0 var(--px120);
}


/*------------------------------------------------------
会社概要
------------------------------------------------------*/
.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: left;
	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 .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}
.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.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 th {
    background: var(--color-background02);
}
.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;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*------------------------------------------------------
事業内容
------------------------------------------------------*/
.serviceTop .w50.text_box h3.service_ttl {
	font-size: var(--rem24);
	background: var(--color-background02);
	border-left: 3px solid var(--color-primary);
	padding: 12px;
}
#gallery-1 {
	max-width: 1240px;
	width: 94%;
    align-items: center;
}
.serviceTop .service_img img:first-child {
	margin-bottom: var(--px30);
}
.flexbox.gap.serviceTop {
	gap: 2%;
}

/*------------------------------------------------------
採用情報
------------------------------------------------------*/
.message {
    line-height: 1.85;
}
.recruit_img {
	width: 70%;
	margin: 0 auto;
	display: block;
}
@media print, screen and (max-width: 768px) {
	.recruit_img {
		width: 100%;
	}
}

/*---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 #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	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);
}
.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;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}