@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=Goudy+Bookletter+1911&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #333;
	--color-primary: #E0C389;
	--color-primary-shade: #BB8E4A;
	--color-primary-tint: #F2A67F;
	--color-secondary: #e40c0c;
	--color-secondary-tint: #fff5e6;
	--color-table-border: #ccc;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1600px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #333;
	--header-color-primary: #BB8E4A;
	--header-color-primary-shade: -webkit-linear-gradient(225deg, rgba(255,238,205,1) 0%, rgba(224,195,137,1) 50%, rgba(187,142,74,1) 100%);
	--header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #333;
	--footer-color-font: #3A2C3B;
	--footer-color-primary: #3A2C3B;
	/*------▼フォント設定▼------*/
	--font-family01:  "Raleway", sans-serif;
	--font-family02: "Noto Serif JP", serif;
	--font-family03: "Montserrat", sans-serif;
}
.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.em_txt, .post .em_txt{
	font-size: var(--rem30);
	line-height: 1.2;
	font-family: var(--font-family02);
}
.mid_txt, .post .mid_txt{
	font-size: var(--rem20);
	font-weight: 600;
}
.min_txt, .post .min_txt {
    font-size: var(--rem16);
    font-weight: 500;
    line-height: 1.3;
}
.gap1{
	gap:1%;
}
.txt_bold{
	font-weight:500;
}
.em_txt, .post .em_txt{
	font-family:var(--font-family01);
	font-weight:600;
}
/*p*/
.post p{
	line-height:2.0;
}
/*blog*/
#front_top_content, #front_bottom_content{
	background: white;
	margin-left: var(--max-wide);
	margin-right: var(--max-wide);
}
.post .time, .postlist .time, .post2b .time, .post4b .time{
	background: black;
}

/*GM*/
@media print, screen and (min-width: 1024px) {	
	nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span,    nav#mainNav ul li.current-menu-item a span,
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-parent a span,
	nav#mainNav ul li a span,nav#mainNav ul li a:hover span,
	nav#mainNav ul li.current-menu-item a span{
		color: var(--header-color-primary);
		font-family: var(--font-family01);
		font-weight: 100;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span{
		line-height:1.6;	
	}
	#header a.head_btn {
        flex-direction: row;
        background: var(--header-color-primary-shade);
        color: var(--header-color-font);
  }
	#header a.head_btn span{
		margin-left: 0.5em;
		font-size: var(--rem20);
	}
	#header a.head_btn b{
		font-size: var(--rem12);
		font-weight: 500;
	}
	#header a.head_btn.mail_btn span{
		font-size: var(--px16);
	}
	#header a.head_btn:hover {
        background: var(--header-color-primary-shade);
        opacity: 0.5;
 }
	#header a.head_btn.tel_btn:hover{
		background:white;
		opacity: 0.5;
	}
	nav#mainNav ul li a {
		padding: var(--px20) var(--px20);
	}
    #header a.head_btn.mail_btn::before,
    #header a.head_btn.tel_btn::before{
        content:none;
    }
    #header a.head_btn i{
        margin-right:0.5em;
    }
	#header a.head_btn.tel_btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: white;
        line-height: 1.0;
        color: var(--header-color-font);
    }
	#header a.head_btn.tel_btn i{
		color: var(--header-color-primary);
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a {
		background: white;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--header-color-primary);
		color:white;
	}
	nav#mainNav ul li ul.sub-menu li.current-menu-item a::before,
	nav#mainNav ul.sub-menu li a:hover::before{
		border-bottom:none;
	}
	nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b, nav#mainNav ul li.current-menu-parent a span {
        color: var(--header-color-primary);
    }
}
/*footer*/
#footer{
	position: relative;
	background: transparent;
}
#footer::before{
	position: absolute;
	background:url(/wp-content/uploads/footer-bg.png);
	content:"";
	width:100%;
	height:100%;
	top: 0;
	opacity: 0.2;
	left: 0;
}
#footer::after{
	position: absolute;
	background: var(--header-color-primary-shade);
	content:"";
	width:100%;
	height:100%;
	top: 0;
	z-index: -1;
	left: 0;
}
#footer .footnav ul > li::before {
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--footer-color-font);
	border-bottom: 1px solid var(--footer-color-font);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
	background: transparent;
}
#footer .footnav ul > li::before {
	left: -0.5em;
}
#footer .footnav ul > li::after {
	content: none;
}
#footer .footer__logo img {
	max-width: 150px;
}
#copyright{
	background: transparent;
}
/*linkBtn*/
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    color: var(--color-font);
    line-height: 1.8;
    text-align: right;
    background: none;
    padding: 15px 10px;
    margin: 0 auto;
    border-radius: 0;
    transition: all .3s;
    /* border-bottom: solid; */
    font-weight: 600;
    cursor: pointer;
    padding-right: 50px;
    font-style: italic;
    font-family: var(--font-family01);
}
.linkBtn a {
	color: #fff;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: none;
	color: var(--color-font);
	opacity: 0.8;
}
.linkBtn:hover::before, .post .linkBtn:hover::before, a.linkBtn:hover::before {
	opacity:0.8;
}
.linkBtn input[type="submit"], .post .linkBtn input[type="submit"] {
	background: none;
	padding: inherit;
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
.linkBtn::before, input.linkBtn::before, .post .linkBtn::before, a.linkBtn::before{
	content: '';
	position: absolute;
	top: 20%;
	right: 0em;
	width: 35px;
	height: 35px;
	background: var(--color-primary-shade);
	border-radius: 100%;
	z-index: 0;
}
d.post .subimitarea .linkBtn input[type="submit"]{
	padding:0;
}
.post .subimitarea .linkBtn input[type="submit"]{
	/* text-align: left; */
	padding:0;
}
input[type="submit"]{
	color: var(--color-font);
	text-align: left;
}
/*h1*/
h1.title, .post h1{
	font-size: var(--rem60);
    color: var(--color-primary);
    font-weight: 600;
}
h1.title .sub_ttl, .post h1 .sub_ttl{
    font-size: var(--rem18);
    color: var(--color-font);
    font-family: var(--body-font-family);
    font-weight: 500;
}
h1.title{
	font-size: var(--rem36);
	color: var(--color-font);
	font-weight: 600;
	line-height: 2.0;
	text-align: center;
}
h1.title .sub_ttl, .post h2 .sub_ttl {
    display: block;
    font-size: var(--px96);
    font-family: var(--font-family01);
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    background: var(--header-color-primary-shade);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header#h1Header h1.title{
	font-family: var(--body-font-family);
}
h1.title::after{
	content:"";
	position:absolute;
	width: 130px;
	background: #1C1C1C;
	height:1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
	/* transform: translate(10px, 10px); */
	/* left: 45%; */
	margin-top: 1rem;
}
.post h1.title::after,
h1.title::after{
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 3.2em;
	height: 1.5px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
#h1Header h1::after{
	content:none;
}
/*h2*/
.post h2{
	color: var(--color-primary-shade);
}
.post h2.title::after{
	content:none;
}
h2.title{
	font-size: var(--rem48);
	color: var(--color-font);
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	font-family: var(--body-font-family);
}
h2.title .sub_ttl, .post h2 .sub_ttl,
h2.title .sub_title_upper, .post h2 .sub_title_upper{
    display: block;
    font-size: var(--rem30w);
    font-family: var(--font-family01);
    font-weight: 600;
    background: var(--header-color-primary-shade);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.title .sub_title_upper, .post h2 .sub_title_upper{
	font-style: italic;
}
/*h3*/
.post h3{
	font-family: var(--body-font-family);
	font-size: var(--rem28);
	margin-bottom: 2em;
}
/*h4*/
.post h4{
	font-family: var(--body-font-family);
	font-size: var(--rem28);
}
/*table*/
.post table th {
    background: var(--color-primary);
    color: var(--color-font);
}
.post table td{
	background:white;
}

@media print, screen and (max-width: 1600px) {
	.top01 .flexbox{
		width:90%;
		margin:auto;
	}
	.inner{
		width:90%;
		margin:auto;
	}
}

/*top*/
.ttl_block {
	padding-left: 1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 5px solid var(--color-primary);
	margin-bottom: 4rem;
}
.ttl_block h2 {
	text-align: left;
}
h2.ttl_en {
	font-family: var(--font-family01);
	font-weight: 500;
	font-size: var(--px96);
	padding: 0;
	margin: 0;
	line-height: 1;
	position: relative;
	font-weight: 700;
	background: var(--header-color-primary-shade);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
	letter-spacing: -0.5px;
}
h2.ttl_jp {
	font-family: var(--body-font-family);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	display: inline-block;
	font-size: var(--body-font-size);
	font-weight: 600;
	/* letter-spacing: 0.4em; */
	margin: 5px 0 0 0;
	color: black;
}
.post h2::after {
  content: none;
}
.top01{
	padding-top:20rem;
	padding-bottom: 10rem;
}

.top01::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(/wp-content/uploads/logo_re.png);
	background-repeat:no-repeat;
	top: 50%;
	left: 75%;
	transform: scale(0.5);
	opacity: 0.18;
	transform: translateY(-50%) translateX(-50%)scale(0.75);
}

.top02 img{
	width: 100%;
}

.post .link_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2%;
    margin: 0;
    padding: 60px 0;
    flex-wrap: wrap;
    row-gap: 2em;
}

.post .link_item {
    width: 49%;
    margin: 0;
    border: none;
    position: relative;
}

.post .link_item_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post .link_item_img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.post .link_item_img:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.3) 52%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.post .link_item_img img {
    position: absolute;
    width: 100%;
    max-width: initial;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.post .link_item a:hover .link_item_img img {
    width: 120%;
    height: 120%;
}

.link_item .link_item_ttl {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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; */
    gap: 2%;
    width: 100%;
    padding: 2rem;
    line-height: 0.3;
    /* letter-spacing: 0.05em; */
    color: white;
    font-size: min(calc(37px + (1vw - 19.2px) * 0.6472), 40px);
}

.link_item .link_item_ttl span {
    font-size: var(--px100w);
    font-weight: bold;
    opacity: 0.5;
    font-family: var(--font-family03);
    font-style: italic;
}

.post .link_item a:hover .link_item_ttl {
    color: #fff;
}

.top03::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #F6F6F6;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (max-width: 960px) {
    .link_item .link_item_ttl span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .post .link_2col {
        /* -webkit-box-orient: vertical; */
        /* -webkit-box-direction: normal; */
        -ms-flex-direction: column;
        /* flex-direction: column; */
        /* gap: 1%; */
    }

    .post .link_item_img:before {
        padding-top: 120px;
    }

    .link_item .link_item_ttl {
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* gap: 6px; */
        /* padding: 0 15px; */
        font-size: var(--px30);
    }

    .link_item .link_item_ttl span {
        font-size: var(--px80);
    }
}
@media only screen and (max-width: 430px){
	.post .link_item{
		width:100%;
	}
}
.fixbgimg_area {
    position: relative;
    width: 100%;
}
.fixbgimg_inner {
    display: flex;
    gap: 5%;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
/* 1番目コンテンツレイアウト設定 */
.fixbgimg_area.bgimg_01 {
    margin-left: auto;
    margin-right: 0;
}
/* 1番目コンテンツ背景画像設定 */
.top04 .fixbgimg_area.bgimg_01:before {
    content: "";
    background: url(/wp-content/uploads/top04-1-2.png) no-repeat;
    background-size: cover;
    background-position: center 36%;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 0;
    background-attachment: fixed;
}
.top05 .fixbgimg_area.bgimg_01:before {
    content: "";
    background: url(/wp-content/uploads/top05-1-2.png) no-repeat;
    background-size: cover;
    background-position: center 36%;
    width: 70%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    background-attachment: fixed;
}
.top06 .fixbgimg_area.bgimg_01:before {
    background: url(/wp-content/uploads/top06-1-2.png) no-repeat;
    background-attachment: fixed;
}
/* 1番目コンテンツ背景カバー色設定 */
.top04 .fixbgimg_area.bgimg_01:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: #DDD6C4;
  opacity: 0.8;
}
.top05 .fixbgimg_area.bgimg_01:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #969897;
  opacity: 0.8;
}


/* 1番目コンテンツ背景カバー色設定 */
.fixbgimg_area.bgimg_02:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #2f4b39;
  opacity: 0.2;
}
/* 1,2番目コンテンツinner設定 */
.fixbgimg_imgbox {
    width: 60%;
    padding: 80px 0;
}
.top04 .fixbgimg_txtbox {
    width: 40%;
    padding: 40px 0;
    padding-right: var(--max-wide-inner);
}
.top05 .fixbgimg_txtbox {
    width: 40%;
    padding: 40px 0;
    padding-left: var(--max-wide-inner);
}
.top04 .ttl_block .ttl_en{
	background: black;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
	font-size: var(--px80);
}
.top05 .ttl_block .ttl_en{
	background: white;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: italic;
	font-size: var(--px80);
}
.top05 .ttl_block {
	border-left: 5px solid white;
}
.top05 h2.ttl_jp,.top05 .txt_wt,.top05 .mid_txt {
	color:white;
}

@media screen and (max-width: 1600px){
	.top04 .fixbgimg_txtbox{
		padding-right: 10%;
	}
	.top05 .fixbgimg_txtbox{
		padding-left: 10%;
	}
}
@media screen and (max-width: 768px) {
    .fixbgimg_inner {
        display: block;
        padding: 8% 6%;
        width: 100%;
    }
    .fixbgimg_area {
        margin: 0 !important;
    }
    .fixbgimg_area.bgimg_01:before, .fixbgimg_area.bgimg_02:before {
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        object-fit: cover;
        filter: grayscale(1) brightness(0.6);
    }
    .fixbgimg_area.bgimg_01:after, .fixbgimg_area.bgimg_02:after {
        width: 100%;
    }
    .fixbgimg_imgbox, .fixbgimg_txtbox {
        width: 100%;
    }
    .fixbgimg_imgbox {
        padding: 0;
    }
    .fixbgimg_txtbox {
        padding: 20px 0 0;
    }
	.top04 .fixbgimg_area.bgimg_01:after,
	.top05 .fixbgimg_area.bgimg_01:after,
	.top04 .fixbgimg_area.bgimg_01:before,
	.top05 .fixbgimg_area.bgimg_01:before{
		width:100%;
	}
	.top04 .fixbgimg_txtbox,
	.top05 .fixbgimg_txtbox{
		width:100%;
		padding-left:0;
	}
}

.cta {
	/* padding: 9rem 0; */
}
.cta .bg{
	position:absolute;
	background:url(/wp-content/uploads/cta-bg.png);
	top:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size: cover;
	z-index:-10;
	background-position-x: 50%;
	left: 0;
}
.cta .bg::after{
	position:absolute;
	content:"";
	top:0;
	width:100%;
	height:100%;
	background: rgba(187, 224, 230, 0.25);
}
.cta .bl_box_90{
	padding:5% 15%;
	width: 90%;
	background: rgba(0,0,0,0.8);
}
body.home .cta.footer_cta{
	display:none;
}
a.btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1%;
	z-index: 10;
	border:solid 1px var(--color-primary-shade);
}
	a.btn i{
	color: var(--header-color-primary-shade);
}
	a.btn:hover{
	opacity: 0.5;
}
.cta .min_txt{
	font-size: var(--rem28);
}
.cta p,
.cta h1.title{
	color:white;
}
.cta h1.title .sub_ttl{
	background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta h1.title::after{
	background:var(--header-color-primary-shade);
	/* left: 42.5%; */
}
@media screen and (max-width: 768px){
	a.btn{
		height:90px;
		margin-bottom:0;
	}
}

.company02 dl{
	padding-top: 1.5em;
	padding-bottom: 1em;
	border-bottom:dotted 1px #5b5b5b;
	line-height: 1;
} 
.company02 dl dt{
	margin-bottom:0;
}
.service03 {
	background: var(--color-secondary-tint);
}

.vehicle ul li{
	width:30%;
}

.vehicle dl{
	display:flex;
	justify-content: space-between;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.vehicle dl dd{
	text-align:right;
	float: right;
}
.vehicle dl{
	font-size: var(--px24);
	border-bottom: solid 1px #7c7c7c;
}
.vehicle dl.size{
	font-size:30px;
	border-bottom: solid 2px var(--color-primary-shade);
}
@media screen and (max-width: 768px){
	.vehicle ul li{
		width: 100%;
		margin-bottom: 7rem;
	}
}
.recruit01 .img_area{
	box-shadow: 12px 12px 0 0 #bfbfbf;
}
.recruit01 .txt_area{
	float:right;
	margin-top:-5em;
	z-index: 1;
	position: relative;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}
.recruit01 h2{
	text-align:left;
}
.recruit02{
	margin-top: 40rem;
}
.recruit02 .card{
	background: var(--color-secondary-tint);
}
.recruit02 .card img{
	width:100px;
}
.recruit03 .card{
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}
@media screen and (max-width: 768px){
	.company01 .w30{
	  width:70%;
	  margin:auto;
	  margin-bottom: 20px;
	}
	.recruit01 .txt_area{
		margin-top:2rem;
	}
}
@media screen and (max-width: 430px){
	.company01 .w30{
	  width:100%;
	}
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-weight: 500;
    font-family: var(--body-font-family);
}
/*株式会社 春翔*/