@charset "utf-8";
/* CSS Document */
.company_d1 {
}

.company_d1 .companywrap {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  background: #fff;
}

.company_d1 .companywrap .item {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #d8d8d8;
}

.company_d1 .companywrap .item h3.label {
  width: 30%;
  margin: 0;
  padding: 26px 28px;
  background: #48c9c0;
  color: #fff;
  border-right: 1px solid #d8d8d8;
  font-weight: 500;
  box-sizing: border-box;
  line-height: 1.8;
    white-space: nowrap;
}

.company_d1 .companywrap .item > div {
  width: 70%;
  padding: 26px 28px;
  box-sizing: border-box;
  background: #fff;
}

.company_d1 .companywrap .item p {
  margin: 0;
  line-height: 2;
  color: #333;
}

.company_d1 .companywrap .item a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .company_d1 .companywrap .item {
    flex-direction: column;
    align-items: stretch;
  }

  .company_d1 .companywrap .item h3.label,
  .company_d1 .companywrap .item > div {
    width: 100%;
  }

  .company_d1 .companywrap .item h3.label {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    padding: 18px 16px;
  }

  .company_d1 .companywrap .item > div {
    padding: 18px 16px;
  }
}
.swiper_a .swiper-slide img {
   
    border: none;}
    
.conceptbox .top_about_content {
    flex: 1;
    min-width: 0;
    position: relative;
    max-width: 600px;
}

.conceptbox .top_about_main_img {
  position: relative;
  width: 100%;
  aspect-ratio: 57 / 40;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 4px solid #fff;
  z-index: 2;
  top: 0px;
}
.conceptbox .rightbox {
  padding-right: 0px;
  padding-bottom: 0px;
}
.feature_message_wrap .feature_staff_box {
  padding-right: 0px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

