@charset "UTF-8";
/**********************************************************************************************
会社情報
**********************************************************************************************/
.bl_corpDetailOuter {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -24px;
}
@media only screen and (max-width: 567px) {
  .bl_corpDetailOuter {
    margin-top: 0;
    margin-top: 40px;
  }
}

.bl_corpPrMessageWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-left: 7em;
}
@media only screen and (max-width: 567px) {
  .bl_corpPrMessageWrapper {
    display: block;
    padding-left: 0;
  }
}

.bl_corpPrMessageLink {
  display: block;
  width: 100%;
  max-width: 900px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.bl_corpPrMessageLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}
.bl_corpPrMessageLink:focus > .el_corpMessageLinkText {
  background-color: #00ac4d;
}

.bl_corpMessageLink {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.el_corpMessageLinkImage {
  width: 100%;
  height: auto;
}

.el_corpMessageLinkText {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 300px;
  min-height: 76px;
  background-color: #1b1c25;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 819px) {
  .el_corpMessageLinkText {
    min-width: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 819px) {
  .bl_corpPrMessageLink .el_corpMessageLinkText {
    min-width: 300px;
    width: auto;
  }
}
@media only screen and (max-width: 567px) {
  .el_corpMessageLinkText {
    min-width: 300px;
    width: auto;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: -24px;
  }
}
.el_corpMessageLinkText::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background: #00ac4d;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}
@media only screen and (max-width: 567px) {
  .el_corpMessageLinkText::before {
    display: none;
  }
}
.bl_corpPrMessageLink:hover .el_corpMessageLinkText::before, .bl_corpBtnListItemLink:hover .el_corpMessageLinkText::before {
  right: -20%;
}
.el_corpMessageLinkText::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
.el_corpMessageLinkText span {
  width: 100%;
  display: block;
  z-index: 2;
}

.bl_corpBtnOuter {
  margin-top: 100px;
  padding-bottom: 140px;
}

.bl_corpBtnList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 567px) {
  .bl_corpBtnList {
    flex-wrap: wrap;
  }
}

.bl_corpBtnListItem {
  width: 46.55%;
  max-width: 540px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBtnListItem {
    width: 100%;
    max-width: none;
    margin-bottom: 70px;
  }
}

.bl_corpBtnListItemLink {
  display: block;
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.bl_corpBtnListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}
.bl_corpBtnListItemLink:focus > .el_corpMessageLinkText {
  background-color: #00ac4d;
}

.bl_corpGrtTextWrapper {
  padding-bottom: 120px;
}

.bl_corpGrtContentsWrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 100px;
}
@media only screen and (max-width: 567px) {
  .bl_corpGrtContentsWrapper {
    flex-wrap: wrap;
  }
}

.bl_corpGrtContentsImageWrapper {
  width: 36.21%;
  max-width: 420px;
  height: auto;
}
@media only screen and (max-width: 567px) {
  .bl_corpGrtContentsImageWrapper {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.el_corpGrtContentsImage {
  width: 100%;
  height: auto;
}

.bl_corpGrtContentsTextWrapper {
  width: calc(100% - 41.38%);
}
@media only screen and (max-width: 567px) {
  .bl_corpGrtContentsTextWrapper {
    width: 100%;
    margin-top: 20px;
  }
}

.el_corpGrtContentsText {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.el_corpGrtContentsText:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 567px) {
  .el_corpGrtContentsText {
    font-size: 1rem;
  }
}

.TextLead {
  font-size: 1.4375rem;
}
@media only screen and (max-width: 567px) {
  .TextLead {
    font-size: 1.25rem;
    text-align: center;
  }
}

.el_corpGrtContentsSubText {
  display: block;
  margin-bottom: 0.3em;
}
.el_corpGrtContentsSubText:first-of-type {
  margin-top: 2em;
}
.el_corpGrtContentsSubText:last-of-type {
  margin-bottom: 2em;
}

.el_corpGrtContentsNameText {
  font-size: 1.125rem;
  margin-top: 60px;
}
@media only screen and (max-width: 567px) {
  .el_corpGrtContentsNameText {
    margin-top: 30px;
  }
}

.PConly {
  display: block;
}
@media only screen and (max-width: 567px) {
  .PConly {
    display: none;
  }
}

/**********************************************************************************************
事業内容トップ
**********************************************************************************************/
.bl_corpBusinessDetailOuter {
  margin-top: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBusinessDetailOuter {
    margin-top: 0;
  }
}

.bl_corpBusinessDetailWrapper {
  overflow: hidden;
}

.bl_corpBusinessDetailHeader {
  width: calc(100% - (100% - 1160px) / 2);
  padding-left: calc((100% - 1160px) / 2 - 15px);
  font-size: 1.75rem;
  position: relative;
}
.bl_corpBusinessDetailHeader::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #00ac4d;
}
.bl_corpBusinessDetailHeader::after {
  position: absolute;
  content: "";
  width: calc(100% - 1160px);
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.bl_corpBusinessDetailHeader span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 38px;
  padding-bottom: 9px;
  position: relative;
}
.bl_corpBusinessDetailHeader span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 0;
  bottom: 0;
}

.bl_corpBusinessDetailInner {
  padding-left: calc((100% - 1160px) / 2 - 15px);
  margin-top: 120px;
}
.bl_corpBusinessDetailInner:nth-of-type(odd) {
  padding-left: 0;
  padding-right: calc((100% - 1160px) / 2 - 15px);
}

.bl_corpBusinessDetailContentsWrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBusinessDetailContentsWrapper {
    width: 100%;
    flex-wrap: wrap;
  }
}
.bl_corpBusinessDetailInner:nth-of-type(odd) .bl_corpBusinessDetailContentsWrapper {
  padding-left: 0;
  padding-right: 15px;
  flex-direction: row;
}

.bl_corpBusinessDetailContentsImageWrapper {
  max-width: 640px;
  width: 100%;
}

.bl_corpBusinessDetailContentsImage {
  width: 100%;
  height: auto;
}

.bl_corpBusinessDetailContentsTextWrapper {
  width: calc(100% - 40% - 40px);
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBusinessDetailContentsTextWrapper {
    width: 100%;
    margin-top: 20px;
    padding-right: 15px;
  }
}
.bl_corpBusinessDetailInner:nth-of-type(odd) .bl_corpBusinessDetailContentsTextWrapper {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBusinessDetailInner:nth-of-type(odd) .bl_corpBusinessDetailContentsTextWrapper {
    padding-left: 15px;
  }
}

.el_corpBusinessDetailContentsTextHeader {
  color: #333;
  font-size: 1.75rem;
  font-weight: bold;
}

.el_corpBusinessDetailContentsText {
  line-height: 1.7;
  margin-bottom: 1em;
  font-size: 0.9375rem;
}
.el_corpBusinessDetailContentsText:first-of-type {
  margin-top: 18px;
}
.el_corpBusinessDetailContentsText:last-of-type {
  margin-bottom: 0;
}

.bl_corpBusinessDetailCompanyLinkWrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}
@media only screen and (max-width: 567px) {
  .bl_corpBusinessDetailCompanyLinkWrapper {
    margin-top: 20px;
  }
}
.bl_corpBusinessDetailInner:nth-of-type(odd) .bl_corpBusinessDetailCompanyLinkWrapper {
  justify-content: flex-end;
}

.el_corpBusinessDetailCompanyLinkText {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 390px;
  min-height: 54px;
  background-color: #1b1c25;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  padding-right: 30px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 567px) {
  .el_corpBusinessDetailCompanyLinkText {
    min-width: auto;
    min-height: auto;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.el_corpBusinessDetailCompanyLinkText::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background: #00ac4d;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}
@media only screen and (max-width: 567px) {
  .el_corpBusinessDetailCompanyLinkText::before {
    display: none;
  }
}
.el_corpBusinessDetailCompanyLinkText:hover::before {
  right: -20%;
}
.el_corpBusinessDetailCompanyLinkText::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
.el_corpBusinessDetailCompanyLinkText span {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
.el_corpBusinessDetailCompanyLinkText:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}
.el_corpBusinessDetailCompanyLinkText:focus {
  background-color: #00ac4d;
}

/**********************************************************************************************
カンパニー詳細
**********************************************************************************************/
.bl_topNewsWrapper {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsWrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.bl_topNewsListWrapper {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 819px) {
  .bl_topNewsListWrapper {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListWrapper {
    width: 100%;
    margin-top: 40px;
  }
}

.bl_topNewsMoreWrapper {
  width: 280px;
  padding-top: 80px;
}
@media only screen and (max-width: 819px) {
  .bl_topNewsMoreWrapper {
    width: 160px;
  }
}
@media only screen and (max-width: 567px) {
  .bl_topNewsMoreWrapper {
    width: max-content;
    padding-top: 40px;
  }
}

.bl_topNewsList {
  width: 100%;
  border-top: 1px solid #dadada;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: opacity;
}
.bl_topNewsList.loading {
  opacity: 0.3;
}

.bl_topNewsListItem {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dadada;
}

.bl_topNewsListItemLink {
  width: 100%;
  display: block;
  text-decoration: none;
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 11px;
  padding-right: 25px;
  position: relative;
}
.bl_topNewsListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListItemLink {
    overflow: hidden;
    padding-left: 0;
  }
}
.bl_topNewsListItemLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 11px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}
.bl_topNewsListItemLink:hover::after, .bl_topNewsListItemLink:focus::after {
  right: 6px;
  border-color: #bbbbbb;
}
.bl_topNewsListItemLink[target=_blank] {
  position: relative;
}
.bl_topNewsListItemLink[target=_blank]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23dadada%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.bl_topNewsListItemLink[target=_blank]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border: none;
  transform: none;
}
.bl_topNewsListItemLink[target=_blank]:hover, .bl_topNewsListItemLink[target=_blank]:focus {
  position: relative;
}
.bl_topNewsListItemLink[target=_blank]:hover::after, .bl_topNewsListItemLink[target=_blank]:focus::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23bbbbbb%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemSubWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper {
    flex-wrap: wrap;
  }
}
.bl_topNewsListItemSubWrapper .date {
  display: inline-block;
  min-width: 9rem;
  color: #333;
  font-size: 0.875rem;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.bl_topNewsListItemSubWrapper .company {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 0.875rem;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .company {
    margin-bottom: 5px;
  }
}
.bl_topNewsListItemSubWrapper .company.xst {
  background-color: #00ac4d;
  border-color: #00ac4d;
}
.bl_topNewsListItemSubWrapper .company.wtb {
  background-color: #00abc5;
  border-color: #00abc5;
}
.bl_topNewsListItemSubWrapper .company.ret {
  background-color: #8fb73e;
  border-color: #8fb73e;
}
.bl_topNewsListItemSubWrapper .company.fds {
  background-color: #f1ad41;
  border-color: #f1ad41;
}
.bl_topNewsListItemSubWrapper .company.dev {
  background-color: #d91c4d;
  border-color: #d91c4d;
}
.bl_topNewsListItemSubWrapper .category {
  display: inline-block;
  color: #333;
  border: 1px solid #666;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #fff;
}
@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .category {
    margin-bottom: 5px;
  }
}

.el_topNewsListItemText {
  font-size: 1rem;
  margin-top: 12px;
  color: #333;
}
.bl_topNewsListItemLink:hover .el_topNewsListItemText, .bl_topNewsListItemLink:focus .el_topNewsListItemText {
  color: #d13d3d;
}
.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText {
  position: relative;
}
.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}
.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  display: inline-block;
  bottom: 6px;
  margin-left: 0px;
  border: none;
  transform: none;
}

.el_topNewsMoreLink {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
}
@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink {
    display: block;
    width: auto;
    padding-bottom: 3px;
  }
}
.el_topNewsMoreLink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::before {
    transition: none;
  }
}
.el_topNewsMoreLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 4px;
  top: 0;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::after {
    top: 0;
    bottom: 6px;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}
.el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
  width: calc(100% + 10px);
}
@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
    width: 100%;
  }
}
.el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
  right: -6px;
}
@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
    right: 9px;
  }
}
.el_topNewsMoreLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_companyMvWrapper {
  width: 100%;
  height: auto;
}
.bl_companyMvWrapper.retail {
  background-color: #8fb73e;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.retail {
    background: none;
  }
}
.bl_companyMvWrapper.foods {
  background-color: #f1ad41;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.foods {
    background: none;
  }
}
.bl_companyMvWrapper.wtb {
  background-color: #00abc5;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.wtb {
    background: none;
  }
}
.bl_companyMvWrapper.deve {
  background-color: #d91c4d;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.deve {
    background: none;
  }
}

.bl_companyMvLogoWrapper {
  display: block;
}
.bl_companyMvWrapper.retail .bl_companyMvLogoWrapper {
  max-width: 312px;
  height: 49px;
}
.bl_companyMvWrapper.foods .bl_companyMvLogoWrapper {
  max-width: 318px;
  height: 49px;
}
.bl_companyMvWrapper.wtb .bl_companyMvLogoWrapper {
  max-width: 317px;
  height: 99px;
}
.bl_companyMvWrapper.deve .bl_companyMvLogoWrapper {
  max-width: 266px;
  height: 88px;
}

.el_companyMvLogo {
  fill: #fff;
}
.bl_companyMvWrapper.retail .el_companyMvLogo {
  width: 312px;
  height: 49px;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.retail .el_companyMvLogo {
    fill: #8fb73e;
  }
}
.bl_companyMvWrapper.foods .el_companyMvLogo {
  width: 318px;
  height: 49px;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.foods .el_companyMvLogo {
    fill: #f1ad41;
  }
}
.bl_companyMvWrapper.wtb .el_companyMvLogo {
  width: 317px;
  height: 99px;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.wtb .el_companyMvLogo {
    fill: #00abc5;
  }
}
.bl_companyMvWrapper.deve .el_companyMvLogo {
  width: 266px;
  height: 88px;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvWrapper.deve .el_companyMvLogo {
    fill: #d91c4d;
  }
}

.bl_companyMvImageTextWrapper {
  width: 1390px;
  margin-left: auto;
  margin-right: auto;
  height: 450px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1420px) {
  .bl_companyMvImageTextWrapper {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 567px) {
  .bl_companyMvImageTextWrapper {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_companyMvTextWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 23.6%;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvTextWrapper {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.el_companyMvText {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 13px;
}
@media only screen and (max-width: 819px) {
  .el_companyMvText {
    font-size: 0.9375rem;
  }
}

.bl_companyMvImageWrapper {
  display: block;
  width: 76.4%;
}
@media only screen and (max-width: 567px) {
  .bl_companyMvImageWrapper {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .bl_companyMvWrapper.retail .bl_companyMvImageWrapper {
    background-color: #8fb73e;
  }
  .bl_companyMvWrapper.foods .bl_companyMvImageWrapper {
    background-color: #f1ad41;
  }
  .bl_companyMvWrapper.wtb .bl_companyMvImageWrapper {
    background-color: #00abc5;
  }
  .bl_companyMvWrapper.deve .bl_companyMvImageWrapper {
    background-color: #d91c4d;
  }
}

@media only screen and (max-width: 1420px) {
  .el_companyMvImage {
    width: 100%;
    height: auto;
  }
}

.bl_companyContensWrapper {
  margin-top: 240px;
}
.bl_companyContensWrapper:first-child {
  margin-top: 120px;
}
@media print {
  .bl_companyContensWrapper:first-child {
    margin-top: 80px;
  }
}
@media print {
  .bl_companyContensWrapper {
    margin-top: 80px;
  }
}

.bl_companyContensOuter {
  padding-bottom: 120px;
}

.bl_companyHeaderOuter {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.bl_companyHeaderWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.bl_companyHeaderImageWrapper {
  display: flex;
  justify-content: center;
}

.el_companyHeaderText {
  display: block;
  font-size: 1.125rem;
  margin-top: 19px;
  text-align: center;
}

.bl_CompanyNewsMoreLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.bl_CompanyNewsOuter {
  margin-top: -40px;
}

.bl_companyAboutImageWrapper {
  width: 100%;
  height: 300px;
}
.bl_companyAboutImageWrapper.retail {
  background: url(/common/image/corp/business/retail/about.jpg) no-repeat center center;
  background-size: cover;
}
.bl_companyAboutImageWrapper.foods {
  background: url(/common/image/corp/business/foods/about.jpg) no-repeat center center;
  background-size: cover;
}

.bl_companyAboutTextOuter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.bl_companyAboutTextWrapper {
  width: calc(50% + 160px);
  background-color: #fff;
  margin-top: -70px;
  padding-right: calc((100% - 1160px) / 2);
}
@media only screen and (max-width: 567px) {
  .bl_companyAboutTextWrapper {
    width: calc(100% - 60px);
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_companyAboutTextWrapper.noAboutImage {
  width: 80%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  margin-top: 0;
  padding-right: 0;
}
@media only screen and (max-width: 567px) {
  .bl_companyAboutTextWrapper.noAboutImage {
    width: 100%;
    max-width: none;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bl_companyAboutTextInner {
  padding: 30px 15px 40px 40px;
}
@media only screen and (max-width: 567px) {
  .bl_companyAboutTextInner {
    padding: 20px;
  }
}
.bl_companyAboutTextWrapper.noAboutImage .bl_companyAboutTextInner {
  padding-right: 40px;
}
@media only screen and (max-width: 567px) {
  .bl_companyAboutTextWrapper.noAboutImage .bl_companyAboutTextInner {
    padding: 20px 0;
  }
}

.el_companyAboutTextHeader {
  font-size: 1.5rem;
  color: #00ac4d;
  font-weight: normal;
  line-height: 1.8;
}
.noAboutImage .el_companyAboutTextHeader {
  text-align: center;
}

.el_companyAboutText {
  line-height: 1.7;
  margin-bottom: 1em;
}
.el_companyAboutText:first-of-type {
  margin-top: 24px;
}
.el_companyAboutText:last-of-type {
  margin-bottom: 0;
}

.bl_companyMapWrapper {
  width: 100%;
  height: 300px;
  margin-top: 240px;
}
.bl_companyMapWrapper iframe {
  width: 100%;
  height: 300px;
}
.bl_companyMapWrapper iframe:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_companyMapTextOuter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.bl_companyMapTextWrapper {
  width: calc(50% + 160px);
  background-color: #348354;
  padding-left: calc((100% - 1160px) / 2 - 15px);
}

.bl_companyMapTextInner {
  padding: 34px 40px 40px 15px;
}

.el_companyMapTextHeader {
  font-size: 1.375rem;
  color: #fff;
  font-weight: bold;
}

.el_companyMapSubTextHeader {
  margin-top: 34px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}

.el_companyMapText {
  margin-top: 21px;
  color: #fff;
  line-height: 1.9;
}
.el_companyMapSubTextHeader + .el_companyMapText {
  margin-top: 5px;
}

.bl_companyBfOuter {
  padding-bottom: 120px;
}

.bl_companyBfList {
  width: 100%;
}

.bl_companyBfListItem {
  width: 100%;
}

.bl_companyBfListItemImage {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 819px) {
  .bl_companyBfListItemImage {
    width: 100%;
    height: auto;
  }
}

.bl_companyBfDetailOuter {
  margin-top: 120px;
}
.bl_companyBfDetailOuter:first-of-type {
  margin-top: 0;
}

.bl_companyBfDetailWrapper {
  overflow: hidden;
}

.bl_companyBfDetailHeader {
  width: calc(100% - (100% - 1160px) / 2);
  padding-left: calc((100% - 1160px) / 2 - 15px);
  font-size: 1.75rem;
  position: relative;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailHeader {
    width: 100%;
  }
}
.bl_companyBfDetailHeader::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #00ac4d;
}
.bl_companyBfDetailHeader::after {
  position: absolute;
  content: "";
  width: calc(100% - 1160px);
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #000;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailHeader::after {
    display: none;
  }
}
.bl_companyBfDetailHeader span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 38px;
  padding-bottom: 9px;
  position: relative;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailHeader span {
    max-width: 95%;
    padding-right: 30px;
  }
}
.bl_companyBfDetailHeader span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000;
  left: 0;
  bottom: 0;
}

.bl_companyBfDetailInner {
  padding-left: calc((100% - 1160px) / 2 - 15px);
  margin-top: 80px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailInner {
    padding-left: 0;
    margin-top: 40px;
  }
}
.bl_companyBfDetailInner:nth-of-type(even) {
  padding-left: 0;
  padding-right: calc((100% - 1160px) / 2 - 15px);
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailInner:nth-of-type(even) {
    padding-right: 0;
  }
}

.bl_companyBfDetailContentsWrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailContentsWrapper {
    flex-wrap: wrap;
  }
}
.bl_companyBfDetailInner:nth-of-type(even) .bl_companyBfDetailContentsWrapper {
  padding-left: 0;
  padding-right: 15px;
  flex-direction: row;
}

.bl_companyBfDetailContentsImageWrapper {
  max-width: 640px;
  width: 100%;
}
@media only screen and (max-width: 819px) {
  .bl_companyBfDetailContentsImageWrapper {
    max-width: 350px;
  }
}

.bl_companyBfDetailContentsImage {
  width: 100%;
  height: auto;
}

.bl_companyBfDetailContentsTextWrapper {
  width: calc(100% - 40% - 40px);
  margin-right: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailContentsTextWrapper {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
}
.bl_companyBfDetailInner:nth-of-type(even) .bl_companyBfDetailContentsTextWrapper {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailInner:nth-of-type(even) .bl_companyBfDetailContentsTextWrapper {
    padding-left: 0;
  }
}

.el_companyBfDetailContentsTextHeader {
  color: #00ac4d;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (max-width: 567px) {
  .el_companyBfDetailContentsTextHeader {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailInner:nth-of-type(even) .el_companyBfDetailContentsTextHeader {
    padding-right: 0;
    padding-left: 15px;
  }
}

.el_companyBfDetailContentsText {
  line-height: 1.7;
  margin-bottom: 1em;
}
@media only screen and (max-width: 567px) {
  .el_companyBfDetailContentsText {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .bl_companyBfDetailInner:nth-of-type(even) .el_companyBfDetailContentsText {
    padding-right: 0;
    padding-left: 15px;
    overflow-wrap: break-word;
  }
}
.el_companyBfDetailContentsText:first-of-type {
  margin-top: 22px;
}
.el_companyBfDetailContentsText:last-of-type {
  margin-bottom: 0;
}

.el_companyBfDetailContentsTextLink {
  color: #333;
  padding-right: 23px;
}
.el_companyBfDetailContentsTextLink[target=_blank] {
  position: relative;
}
.el_companyBfDetailContentsTextLink[target=_blank]::after {
  box-sizing: border-box;
  position: relative;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23dadada%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  margin-left: 10px;
  transition-duration: 0.3s;
}
/* .el_companyBfDetailContentsTextLink[target=_blank]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  transition-duration: 0.3s;
} */
.el_companyBfDetailContentsTextLink[target=_blank]:hover {
  position: relative;
}
.el_companyBfDetailContentsTextLink[target=_blank]:hover::after {
  box-sizing: border-box;
  position: relative;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23d13d3d%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.el_companyBfDetailContentsTextLink[target=_blank]:hover::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 14px;
}
.el_companyBfDetailContentsTextLink:hover, .el_companyBfDetailContentsTextLink:focus {
  color: #d13d3d;
}
.el_companyBfDetailContentsTextLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_companyBrandList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 567px) {
  .bl_companyBrandList {
    justify-content: space-between;
  }
}

.bl_companyBrandListItem {
  width: 18.53%;
  height: 120px;
  margin-right: 1.72%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBrandListItem {
    width: 48%;
    margin-right: 0;
  }
}
.bl_companyBrandListItem:last-of-type {
  margin-right: 0;
}
.bl_companyBrandListItem:nth-of-type(5n) {
  margin-right: 0;
}
.bl_companyBrandListItem:nth-child(5n+1):nth-last-child(-n+5), .bl_companyBrandListItem:nth-child(5n+1):nth-last-child(-n+5) ~ li {
  margin-bottom: 0;
}
@media only screen and (max-width: 567px) {
  .bl_companyBrandListItem:nth-child(5n+1):nth-last-child(-n+5), .bl_companyBrandListItem:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 567px) {
  .bl_companyBrandListItem:last-child, .bl_companyBrandListItem:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}

.bl_companyBrandListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  transition-property: margin, box-shadow;
}
.bl_companyBrandListItemLink:hover, .bl_companyBrandListItemLink:focus {
  margin-top: -5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}
.bl_companyBrandListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_companyBrandListItemLinkImage {
  max-width: 200px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 567px) {
  .bl_companyBrandListItemLinkImage {
    max-width: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 819px) {
  .bl_companyBrandListItemLinkImage {
    width: 100%;
    height: auto;
  }
}

.bl_companyBrandBannerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bl_companyBrandBannerListItem {
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.bl_companyBrandBannerListItemLink {
  display: block;
}

@media only screen and (max-width: 567px) {
  .bl_companyBrandBannerListItemLinkImage {
    width: 100%;
    height: auto;
  }
}

.bl_companyRecruitImageWrapper {
  width: 100%;
  height: 240px;
  background: url(/common/image/corp/business/recruit.jpg) no-repeat center center;
  background-size: cover;
}

.bl_companyRecruitBtmList {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}
@media only screen and (max-width: 567px) {
  .bl_companyRecruitBtmList {
    max-width: none;
    width: calc(100% - 30px);
  }
}

.bl_companyRecruitBtmListItem {
  width: 100%;
  margin-bottom: 20px;
}
.bl_companyRecruitBtmListItem:last-of-type {
  margin-bottom: 0;
}

.bl_companyRecruitBtmListItemLink {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 0.9375rem;
  padding: 36px 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  position: relative;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.bl_companyRecruitBtmListItemLink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}
.bl_companyRecruitBtmListItemLink:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.bl_companyRecruitBtmListItemLink:hover::before {
  right: 35px;
  border-color: #bbbbbb;
}
.bl_companyRecruitBtmListItemLink[target=_blank] {
  position: relative;
  padding-right: 24px;
}
.bl_companyRecruitBtmListItemLink[target=_blank]::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.bl_companyRecruitBtmListItemLink[target=_blank]::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  transform: none;
}
.bl_companyRecruitBtmListItemLink[href$=".pdf"] {
  position: relative;
}
.bl_companyRecruitBtmListItemLink[href$=".pdf"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}
.bl_companyRecruitBtmListItemLink[href$=".pdf"]::after {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  border: none;
  transform: none;
}
.bl_companyRecruitBtmListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_companyBfFoodsKitchenOuter {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.el_companyBfFoodsKitchenLead {
  margin-top: 80px;
}

.el_companyBfFoodsKitchenTitle {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 40px;
}
.el_companyBfFoodsKitchenTitle + .el_companyBfFoodsKitchenLead {
  margin-top: 22px;
}

.bl_companyBfFoodsKitchenList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfFoodsKitchenList {
    flex-wrap: wrap;
  }
}

.bl_companyBfFoodsKitchenListItem {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 60px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfFoodsKitchenListItem {
    width: 100%;
  }
}

.el_companyBfFoodsKitchenListItemTitle {
  order: 2;
  font-size: 1.125rem;
  margin-top: 20px;
}

.el_companyBfFoodsKitchenListItemText {
  order: 3;
  margin-top: 5px;
}

.el_companyBfFoodsKitchenListItemImage {
  order: 1;
}

.bl_companyBfFoodsSukoyakaOuter {
  background-color: #f5f1e5;
  padding: 40px;
  margin-top: 60px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfFoodsSukoyakaOuter {
    padding: 30px 20px;
  }
}

.el_companyBfFoodsSukoyakaTitle {
  font-size: 1.375rem;
  font-weight: bold;
}

.bl_companyBfFoodsSukoyakaLeadWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 567px) {
  .bl_companyBfFoodsSukoyakaLeadWrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.el_companyBfFoodsSukoyakaLeadText {
  margin-right: 40px;
}
@media only screen and (max-width: 567px) {
  .el_companyBfFoodsSukoyakaLeadText {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 567px) {
  .el_companyBfFoodsSukoyakaLeadImage {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.bl_companyBfFoodsSukoyakaFeatureWrapper {
  width: 100%;
}

.el_companyBfFoodsSukoyakaFeatureTerm {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.el_companyBfFoodsSukoyakaFeatureTerm:first-of-type {
  margin-top: 40px;
}
.el_companyBfFoodsSukoyakaFeatureTerm > .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #6eba44;
  color: #fff;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.9375rem;
}
.el_companyBfFoodsSukoyakaFeatureTerm > .feature > span {
  font-size: 1.375rem;
  margin-left: 3px;
}
.el_companyBfFoodsSukoyakaFeatureTerm > .featureText {
  display: flex;
  width: calc(100% - 90px);
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 1.125rem;
}

.el_companyBfFoodsSukoyakaFeatureDesc {
  width: 100%;
  margin-top: 20px;
}

.bl_companyBfFoodsSaftyText {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /*text-align: right;*/
}

.bl_companyBfFoodsSaftyTextLink {
  color: #333;
  font-size: 0.875rem;
}
.bl_companyBfFoodsSaftyTextLink[href$=".pdf"] {
  position: relative;
}
.bl_companyBfFoodsSaftyTextLink[href$=".pdf"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}
.bl_companyBfFoodsSaftyTextLink[href$=".pdf"]::after {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  border: none;
  transform: none;
}
.bl_companyBfFoodsSaftyTextLink:hover, .bl_companyBfFoodsSaftyTextLink:focus {
  color: #d13d3d;
}
.bl_companyBfFoodsSaftyTextLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

/**********************************************************************************************
リンクボタン共通
**********************************************************************************************/
.ly_innerM_banner {
  margin-top: 60px;
  text-align: right;
}
@media only screen and (max-width: 567px) {
  .ly_innerM_banner {
    margin-top: 10px;
  }
}

.btnLink01 {
  display: block;
  width: auto;
  height: 100%;
  margin-left: 60%;
  color: #005094;
  font-size: 0.9375rem;
  padding: 36px 58px 36px 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  transition-duration: 0.3s;
  transition-property: background-color;
  text-align: center;
}
@media only screen and (max-width: 819px) {
  .btnLink01 {
    margin-left: 40%;
  }
}
@media only screen and (max-width: 567px) {
  .btnLink01 {
    margin-left: 0;
  }
}
.btnLink01 .linkTypeBlank[target=_blank]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  transform: none;
  width: 12px;
  height: 12px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E);
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

/*********
物件情報募集 
**********/
#tenats-wrap202503 .btn-wrap{
	display:flex;
	justify-content: center;
}

#tenats-wrap202503 .tenants_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 340px;
  min-height: 76px;
  background-color: #1b1c25;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  padding-left: 15px;
  padding-right: 45px;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
}

@media only screen and (max-width: 819px) {
 #tenats-wrap202503 .tenants_btn {
    min-width: auto;
    width: 90%;
  }
}

@media only screen and (max-width: 567px) {
 #tenats-wrap202503 .tenants_btn {
    min-width: 80%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#tenats-wrap202503 .tenants_btn::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background: #00ac4d;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
 #tenats-wrap202503 .tenants_btn::before {
    display: none;
  }
}

#tenats-wrap202503 .tenants_btn:hover::before {
  right: -20%;
}

/*#tenats-wrap202503 .tenants_btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}*/

#tenats-wrap202503 .tenants_btn:focus {
  background-color: #00ac4d;
}
#tenats-wrap202503 .tenants_btnText {
	tex-talign:center;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
    line-height: 1;
}
.tenants_btnText:after{
	display: inline-block;
    transition-duration: 0.3s;
	box-sizing: border-box;
    position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23cecece%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E);
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
