section#hero{
  width: 100vw;
  aspect-ratio: 10 / 3;
}
section.hero_common{
  width: 100vw;
  aspect-ratio: 10 / 3;
}

#wrapper > header > nav > ul > li.menu_contact > a.menu_conatct_mail > span:before{
  font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;

	color:#fff;
	font-weight: 700;
  margin-right: 0.5rem;
}
.hero_about{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/about/hero_about.jpg);
background-position: center;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.info{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/common/foot_info.jpg);
background-position: bottom;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.unsou{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/about/unsou_img.jpg);
background-position: bottom;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
}
.maintenance{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/common/maintenance_top.jpg);
background-position: bottom;
padding-top: 50px;
padding-bottom: 50px;
position: relative;
background-size: cover;
}
section.unsou{
  margin-top: 0;
}
.company{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/about/about_img.jpg);
background-position: center;
padding-top:300px;
padding-bottom: 50px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.company_konno{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/about/lotas_konno.jpg);
background-position: center;
padding-top:300px;
padding-bottom: 50px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.company_sha{
  aspect-ratio: 10 /3;
width: 100vw;
background-image: url(/wp-content/themes/blankstate_child/img/about/shako_img.jpg);
background-position: bottom;
padding-top:300px;
padding-bottom: 50px;
position: relative;
background-repeat: no-repeat;
background-size: cover;
}
.company_box{
  width: 88.8%;
  background-color: #fff;
  padding: 80px;
  margin: auto;
  left: 0;
  right: 0;

margin-bottom: -40vh;
box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);

}
.top-jigyou{
  margin-top: 60px;
  padding-bottom: 75px;
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 0;

}
.gray{
  width: 80vw;
  
  height:20vh;
  position: absolute;
  bottom: 0;
right: 0;
  background:#eee;
}
.jigyou_img{
  width: 52.59516%;
}

.top-jigyou-content{
  padding-top: 10px;
    width: 47.75087%;
    padding-left: 85px;
    padding-right: 85px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.top-jigyou-content:before{
  content: " ";
    display: block;
    position: absolute;
    bottom: 15px;
    pointer-events: none;
  z-index: -1;
    right: -15px;
    width: 100%;
    height: 390px;
    background-color: #f3f4f3;
    background-image: url(/wp-content/themes/blankstate_child/img/common/bk_1.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: 0 0;
}
.top-jigyou-chart{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 30px;
position: relative;
}
.top-jigyou-chart_ttl{
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
left: 0 !important;
  bottom:0;
}
.top-jigyou-chart_ttl span{
  display: block;
  color: #529c47;
}
.top-jigyou-content:after {
  width: 100px;
  height: 3px;
  background-color: #529c47;
  right: 0;
}
.eng_ttl{
  
  font-size: 120px;
  font-size: 12rem;
  font-weight: 700;
  color: #f3f4f3;
  line-height: .7;
  pointer-events: none;
  position: relative;
}
.ttl-box{
  position: relative;
  width:90%;

}

/* ボタン */
.p-btn{
  border:1px solid #d5d5d5;
  color: #0d0d0d;
  font-size: 1rem;     /* 16px */
  display: block;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    width: 270px;
    height: 55px;
    line-height: 53px;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
.p-btn:before {
  background-color: #b5b5b5;
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
 

}
.p-btn.p-btn--kakko:before {
  height: 1px;
  width: 50px;
}
.p-btn:after{
  background-color: #b5b5b5;
  content: " ";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;

   

  
}
.p-btn__inner .p-btn__free, .p-btn__inner .p-btn__sub {
  display: table-cell;
  vertical-align: middle;
}
.p-btn__inner .p-btn__free {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.p-btn__inner .p-btn__free, .p-btn__inner .p-btn__sub {
  display: table-cell;
  vertical-align: middle;
}

.p-btn__inner{
  position: relative;
  display: table;
    margin-left: auto;
    margin-right: auto;
}
.p-btn__sub{
  display: table-cell;
  vertical-align: middle;
}
.p-btn.p-btn--kakko:before {
  height: 1px;
  width: 50px;
}
.p-btn.p-btn--kakko:after {
  height: 50%;
  width: 1px;
  
}
.p-btn__inner .p-btn__free, .p-btn__inner .p-btn__sub {
  display: table-cell;
  vertical-align: middle;
}

html:not(.sp) .p-btn:not([disabled]):focus,html:not(.sp) .p-btn:not([disabled]):hover {
  text-decoration: none;
  box-shadow: 0 -3.4em 0 -3.2em rgba(82,156,71,0),0 0 0 .2em #529c47
}

html:not(.sp) .p-btn:not([disabled]):focus .p-icon,html:not(.sp) .p-btn:not([disabled]):hover .p-icon {
  -webkit-transform: scale(1.1) rotate(4deg);
  -ms-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg)
}

html:not(.sp) .p-btn:not([disabled]):focus .p-icon[class*=right],html:not(.sp) .p-btn:not([disabled]):hover .p-icon[class*=right] {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px)
}

html:not(.sp) .p-btn:not([disabled]):focus .p-icon[class*=left],html:not(.sp) .p-btn:not([disabled]):hover .p-icon[class*=left] {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px)
}

html:not(.sp) .p-btn:not([disabled]):focus .p-icon[class*=down],html:not(.sp) .p-btn:not([disabled]):hover .p-icon[class*=down] {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}

html:not(.sp) .p-btn:not([disabled]):focus .p-icon[class*=up],html:not(.sp) .p-btn:not([disabled]):hover .p-icon[class*=up] {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px)
}

.p__more{
  width: 20%;
}
/* ボタン */
.top-news-content {
  padding-top: 10px;
 width: 88.8%;
 margin: 0 auto;
  padding-left: 85px;
  padding-right: 85px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.top-news-content:before{
  content: " ";
    display: block;
    position: absolute;
    bottom: 15px;
    pointer-events: none;
  z-index: -1;
    right: -15px;
    width: 100%;
    height: 390px;
    background-color: #f3f4f3;
    background-image: url(/wp-content/themes/blankstate_child/img/common/bk_1.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: 0 0;
}
.news{
  width: 88.8%;
  margin: 0 auto;
  padding: 40px;
 
}
.news-content{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content:flex-start;
    font-size: 1.6rem;     /* 16px */
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: #0d0d0d dotted 0.5px;
  
}
a.news-contet:hover{
  background-color: #529c47;
  opacity: 0.7;
}
.news-date{
  color: #529c47;
  font-weight: 700;
  font-size:1.6rem;
  
}
.news-title{
  width: 60%;
  font-size: 1.8rem !important;
}
.news-more{
  width: 20%;
}
.custom-post-item{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
  padding-bottom: 24px;
  border-bottom: dotted 1px #666;
  padding-top: 24px;
}
.post-category {
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 40px;        /* 高さを追加 */
  line-height: 40px;   /* line-heightを高さと同じに設定 */
  border-radius: 10px;
  margin: 0 16px;
  display: inline-block; /* inline-blockを追加 */
}
.post-category2 {
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  width: 100px;
  height: 40px;        /* 高さを追加 */
  line-height: 40px;   /* line-heightを高さと同じに設定 */
  border-radius: 10px;
  margin: 10px 0px;
  display: inline-block; /* inline-blockを追加 */
}

.kyujin{
  background-color: #529c47;
}
.oshirase{
  background-color: cadetblue;
}
.news-excerpt{
 padding-left: 20%;
}
.news-excerpt span{
  text-align: left;;
}
.top_recruit{
  width: 100vw;
  aspect-ratio: 10 / 3;
  background-image: url(/wp-content/themes/blankstate_child/img/top/top-recruit.jpg);
  background-size: cover;
  position: relative;
}
.l-inner3{
  width: 88.8%;
  margin: 0 auto;
}
.position_right{
  position: absolute;
  right:0 !important;
  z-index: 444;
}
.top_recruit_infobox{
  position: absolute !important;
  width: 35%;
  height: 35%;
  color:#fff;
bottom:-25%;
right: 10%;
background-color: rgba(82,156,71,.9);
    position: relative;
    padding:20px;

}
.top_recruit_infobox:before{
  width: 0;
    border-left: 25px solid rgba(82,156,71,.9);
    border-bottom: 25px solid rgba(82,156,71,.9);
    border-top: 25px solid transparent;
    border-right: 25px solid transparent;
    top: -50px;
    right: -50px;
    z-index: -1;
    position: absolute;

}
.top_recruit_infobox_btn{
  position: absolute;
  bottom: -150px;
  right: 250px;
  width: 300px;
  background: hsl(130, 100%, 12%);
color:#f3f4f3;
padding: 20px 50px;
}
.info>.l-inner>h3{
  color: #fff;
  font-size:2.4rem;
  text-align: center;
}
.info>.l-inner>h3>span{
  display: block;
  font-size:1.6rem;
  font-weight: 900;
}
.telcontact{
  font-size:3.6rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-top: 2rem;
}
.telcontact span{
  font-size: 1.6rem;
  color: #fff;
  display: block;
}
.otoiawase{
  padding: 10px 30px;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  color: #fff;
border:1px solid #fff;
}
.otoiawase:hover{
  padding: 10px 30px;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  color: #333;
  background-color: #fff;
border:1px solid #fff;
}
/* タイトル関係 */
.common_ttl{
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.common_ttl__inner {
  display: inline-block;
  padding: 0 100px;
  position: relative;
}
.common_ttl__inner:before,.common_ttl__inner:after{
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  margin-top: 10px;
  background-color: #bfbfbf;

}
.common_ttl__inner:after {
  right: 0;
}
.common_ttl__inner:before {
  left: 0;
}
.common_ttl__free {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2963;
}
.common_ttl__sub {
  margin-top: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #529c47;
  position: relative;
  display: block;
}
.common_ttl__sub:before{
  content: "";
  position: absolute;
  display: block;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 70px;
  height: 4px;
  margin: 0 auto;
  background-color: #529c47;
}
h2.hero_ttl{
  font-size: 3.6rem;
  font-weight: 900;
  color: #fff;
  filter:drop-shadow(5px 5px 5px #4e4e4e);
}
/* タイトル関係 */
/* 会社概要 */
section.left_bk{
  width: 100vw;
min-height: 400px;
position: relative;
}
.left_bk:before{
  content: " ";
    display: block;
    position: absolute;
    bottom: -3rem;
        pointer-events: none;
  z-index: -1;
    left: 0;
    width: 50%;
    height:50%;
    background-color: #f3f3f3;
    background-image: url(/wp-content/themes/blankstate_child/img/common/bk_1.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: 0 0;
}
section.right_bk{
  width: 100vw;
min-height: 400px;
position: relative;
}
.right_bk:before{
  content: " ";
    display: block;
    position: absolute;
    bottom: -3rem;
        pointer-events: none;
  z-index: -1;
    right: 0;
    width: 50%;
    height:50%;
    background-color: #f3f3f3;
    background-image: url(/wp-content/themes/blankstate_child/img/common/bk_1.png);
    background-size: 20px;
    background-repeat: repeat;
    background-position: 0 0;
}
.tate_content{
  font-size: 2.4rem;
  font-weight: 500;
}
.name{
  font-size:2rem;
}
.right_box{
  position: absolute;
  right:0;
}
.common-ttl-right{
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  right: 0 !important;
  bottom: 0;
}
.common-ttl-right span{
  display: block;
  color: #529c47;
}
h3.pil{
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 3rem;
}
.gaiyou_box{
  height: 1260px;
  position: relative;
}
.map{
  margin-top: 30px;
}
.eng_ttl2 {
  font-size: 120px;
  font-size: 12rem;
  font-weight: 700;
  color: #f3f4f3;
  line-height: .7;
  pointer-events: none;
  position: relative;
  text-align: right;}
  .common-ttl-right2{
    font-size: 2.4rem;
    font-weight: 700;
    position: absolute;
    right: 30px !important;
    bottom: 0;
    color: #000;

  }
  .common-ttl-right2 span{
    color: #529c47;
    font-size:1.6rem;
    display:block;
    padding-top: 1.6rem;
  }
/* 会社概要 */
/* 遠隔 */
.timeline {
  width: 96%;
  max-width: 940px;
  margin: 28px auto;
 
}

.timeline-list {
  padding: 40px 0;
}

.timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}

.timeline-list-item .date {
  width: 20%;
  padding: 0 0 0 20px;
  color: #888888;
  font-weight: bold;
}

.timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px; 
  width: 20px;
  height: 20px;
  background-color: #00c2bc;
  border-radius: 10px;
  z-index: -1;
}

/* 遠隔ここまで */
/* 運送事業部 */
h2.unsou_ttl{
  font-size: 2.4rem;
  font-weight: 800;
}
.col-3 img{
  aspect-ratio: 5 / 3;
  width: 100%;
}
h3.trans{
  font-size:2.4rem;
  font-weight: 700;
}
span.num{
  font-size:8rem !important;
  font-weight: 900;
  color: #999;
}
.anzen{
  border:5px #b5b5b5 solid;
  position: relative;
  padding:80px 20px 50px 20px ;
}
.anzen:before{
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 20%;
  border-bottom: 5px solid #529c47;
}
.anzen_box{
  position: absolute;
  top:-30px;
  left:30px;
 
 
  background-color: #529c47;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  vertical-align:middle;
}
.float_right{
float: right;
  width: 250px;
}
/* 運送事業部ここまで */
/* 採用情報 */
.r_card{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top:5px solid #529c47;
  margin: 10px;
}
.job_ttl{
  font-size:1.8rem !important;
  color: #529c47;
 
}
.re_ttl{
 background:rgba(82,156,71,0.2);
  padding: 20px;
  margin-top: 3px;
  margin-bottom: 3px;

  
}
.new{
  font-size: 1.4rem;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #529c47;
  color: #fff;
  font-weight: 500;
}
.fwb{
  font-weight: 700;
}
.re_ttl_content{
  padding: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #666;
}
.re_ttl_content p{
  font-size:1.2rem;
}
span.job_yen::before{
  font-family: "Font Awesome 5 Free";
	content: "\f157";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color:#999;
	font-weight: 700;
  margin-right: 1rem;
}
span.job_train::before{
  font-family: "Font Awesome 5 Free";
	content: "\f238";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color:#999;
	font-weight: 700;
  margin-right: 1rem;
}
span.job_watch::before{
  font-family: "Font Awesome 5 Free";
	content: "\f017";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color:#999;
	font-weight: 700;
  margin-right: 1rem;
}
.btn_link:after{

  font-family: "Font Awesome 5 Free";
	content: "\f054";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color:#529c47;
	font-weight: 700;
  margin-left: 1rem;
}
.btn_link{
padding: 10px 30px;
margin: 20px;
width: 300px;
background-color: #529c47;
color: #fff;
text-align: center;
}
.btn_link:hover{
 background:rgba(82,156,71,0.2);
 color: #529c47;
}
.job_box{
  width: 100%;
}
.job_ttl{
  padding: 18px 20px;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.3em;
    background: #fafafa;
    border-bottom: 2px solid #529c47;
}
.job_cont{
  padding: 20px;
 
}
.job_cont_ttl{
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.job_cont_ttl:before{
  font-family: "Font Awesome 5 Free";
	content: "\f0ad";
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color:#529c47;
	font-weight: 700;
  margin-right: 1rem;
}
.job_hr{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #529c47;
}
/* 採用情報ここまで */
.logo-img{
  max-width: 350px;
  margin-bottom: 30px;
}
.partition{
  height: 100px;
  
}
hr.par{
  height: 12px;
	background: linear-gradient(-70deg,transparent 35%,#666 45%, #666 55%,transparent 65%);
	background-size: 8px 12px;
	border: none;
}
.thumb > img{
  width: 100%;
  height: auto;
  max-width: 300px;
 aspect-ratio: 1 / 1;
}
.entry-news-title{
  position: relative;
  margin-bottom: 30px;
}
.entry-news-title:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #529c47;
  bottom: -3px;
  width: 30%;
 
}
hr.style4 {
  border-top: 1px dotted #8c8b8b;
}
h1.entry-news-title a{
  font-size: 2.4rem;
}
.top_rec{
  padding-bottom: 1.6rem;
  font-weight: 700;
}
.news{
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-top: 5px solid #529c47;
  margin: 10px;
}
.news_top{
  
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
 padding: 24px;
    margin: 10px;
  
}
.category1-icon {
  background-color: red;
  background-image: url('path-to-icon1.png');
}

.category2-icon {
  background-color: blue;
  background-image: url('path-to-icon2.png');
}
.news-cat{
  width: 20%;
}

a.more_btn {
  color: inherit;
  text-decoration: none;
  float: right;
}

a.more_btn {
  background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(255, 0, 0, 1),
      rgba(255, 0, 180, 1),
      rgba(0, 100, 200, 1)
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

a.more_btn:hover {
  background-size: 0 3px, 100% 3px;
}
.news_title_box{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  
}
.custom-post-item2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  padding-bottom: 8px;
  border-bottom: dotted 1px #666;
  padding-top: 8px;
}