@charset "UTF-8";

.p-concept {
  position: relative;
  z-index: 1;
}

.p-concept img {
  max-width: 100%;
  height: auto;
}

/*-------- .p-concept-kv --------*/
.p-concept-kv {
  padding: 170px 0 107px 0;
  background: url("../../../images/page/concept/kv_bg.jpg") no-repeat center center / cover;
  overflow: hidden;
}

.p-concept-kv .wrap {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-concept-kv .subheading {
  text-align: center;
}

.p-concept-kv .subheading img {
  width: 92px;
}

.p-concept-kv .heading {
  margin-top: 50px;
  color: #fff;
  font-size: 50px;
  line-height: 1.42;
  letter-spacing: .05em;
  font-weight: 800;
  text-align: center;
}

.p-concept-kv .miniheading {
  margin-top: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  line-height: 2.11;
  letter-spacing: .05em;
  text-align: center;
}

.p-concept-kv .description {
  margin-top: 15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.93;
  letter-spacing: .05em;
  text-align: center;
}

.p-concept-kv .flex {
  display: flex;
}

.p-concept-kv .flex .col {
  width: calc(33.33% - 7px);
  padding: 20px 20px 50px 20px;
  margin-top: 110px;
  margin-left: 10.5px;
  background: rgba(255, 255, 255, .75);
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
}

.p-concept-kv .flex .col:first-child {
  margin-left: 0;
}

.p-concept-kv .flex .col:hover {
  opacity: .7;
}

.p-concept-kv .flex .col .number {
  text-align: center;
}

.p-concept-kv .flex .col .number img {
  width: 23px;
}

.p-concept-kv .flex .col .read {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.29;
  letter-spacing: .025em;
}

.p-concept-kv .flex .col .read::before {
  content: "";
  display: block;
  width: 23px;
  height: 9px;
  margin: auto;
  background: url("../../../images/page/concept/kv_bg_link_arrow.png") no-repeat top left / 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;

  pointer-events: none;
}

.p-concept-kv .img {
  margin-top: 75px;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .p-concept-kv {
    padding: 121px 0 60px 0;
    background-position: bottom center;
  }

  .p-concept-kv .wrap {
    max-width: inherit;
  }

  .p-concept-kv .subheading img {
    width: 64px;
  }

  .p-concept-kv .heading {
    margin-top: 30px;
    font-size: 25px;
    line-height: 1.41;
    letter-spacing: .02em;
  }

  .p-concept-kv .miniheading {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: .02em;
  }

  .p-concept-kv .description {
    margin-top: 35px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: 0;
    text-align: left;
  }

  .p-concept-kv .flex {
    display: block;
    padding-top: 90px;
  }

  .p-concept-kv .flex .col {
    display: block;
    width: auto;
    padding: 13px 13px 29px 13px;
    margin-top: 10px;
    margin-left: 0;
    color: #000;
    transition: none;
  }

  .p-concept-kv .flex .col:hover {
    opacity: 1;
  }

  .p-concept-kv .flex .col .number {
    text-align: center;
  }

  .p-concept-kv .flex .col .number img {
    width: 18px;
  }

  .p-concept-kv .flex .col .read {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .p-concept-kv .flex .col .read::before {
    width: 15px;
    height: 6px;
    bottom: 13px;
  }

  .p-concept-kv .img {
    margin-top: 60px;
  }

  .p-concept-kv .img img {
    width: calc(100% + 30px);
    max-width: inherit;
    position: relative;
    top: 0;
    left: -15px;
  }
}

/*-------- .p-concept-eco --------*/
.p-concept-eco {
  padding: 140px 0 175px 0;
  position: relative;
}

.p-concept-eco::before {
  content: "";
  display: block;
  width: 1040px;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
}

.p-concept-eco .wrap {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-concept-eco .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p-concept-eco .title .number {
  width: 193px;
  padding-right: 24px;
}

.p-concept-eco .title .number img {
  position: relative;
  top: -23px;
  left: 0;
}

.p-concept-eco .title .meta {
  width: calc(100% - 193px);
  padding-left: 25px;
  position: relative;
}

.p-concept-eco .title .meta::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  margin: auto;
  background: #b60081;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;

  pointer-events: none;
}

.p-concept-eco .title .heading {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.33;
  letter-spacing: .025em;
}

.p-concept-eco .title .subheading {
  margin-top: 15px;
}

.p-concept-eco .title .subheading img {
  width: 400px;
}

.p-concept-eco .title .read {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 218px;
  padding-right: 125px;
  margin-top: -70px;
}

.p-concept-eco .title .read p {
  max-width: 800px;
  color: #000;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .05em;

}

.p-concept-eco .card {
  display: flex;
  max-width: 998px;
  margin: 85px auto 0 auto;
}

.p-concept-eco .card .col {
  width: 33.33%;
  text-align: center;
}

.p-concept-eco .readBox {
  max-width: 1000px;
  margin: 45px auto 0 auto;
}

.p-concept-eco .readBox .heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: .025em;
}

.p-concept-eco .readBox .read {
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: .05em;

}

.p-concept-eco .sdgs {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1250px;
  margin: 80px auto 0 auto;
}

.p-concept-eco .sdgs .img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 650px;
  overflow: hidden;
}

.p-concept-eco .sdgs .img img {
  display: inline-block;
}

.p-concept-eco .sdgs .img img:nth-child(1) {
  max-width: 310px;
}

.p-concept-eco .sdgs .img img:nth-child(2) {
  max-width: 281px;
  margin-left: 45px;
}

.p-concept-eco .sdgs .meta {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 650px);
  padding-left: 20px;
  padding-right: 75px;
}

.p-concept-eco .sdgs .meta .metaWrap {
  width: 100%;
  max-width: 400px;
}

.p-concept-eco .sdgs .meta .heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: .05em;
}

.p-concept-eco .sdgs .meta .read {
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: .05em;
}

@media screen and (min-width: 1100px) {
  .p-concept-eco .title .read {
      position: absolute;
      bottom: 0;
      right: 0;
  }

  .p-concept-eco .title {
      position: relative;
  }
}
@media screen and (max-width: 1000px) {
  .p-concept-eco .sdgs {
    display: block;
  }

  .p-concept-eco .sdgs .img {
    width: 650px;
    margin: 0 auto;
  }

  .p-concept-eco .sdgs .meta {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }

  .p-concept-eco .sdgs .meta .metaWrap {
    max-width: inherit;
  }

  .p-concept-eco .sdgs .meta .heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.67;
    letter-spacing: .05em;
  }

  .p-concept-eco .sdgs .meta .read {
    margin-top: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.19;
    letter-spacing: .05em;

  }
}


@media screen and (max-width: 767px) {
  .p-concept-eco {
    padding: 50px 0;
  }

  .p-concept-eco::before {
    width: 130px;
  }

  .p-concept-eco .wrap {
    max-width: inherit;
    padding: 0 20px;
  }

  .p-concept-eco .title .number {
    width: 67px;
    padding-right: 7px;
  }

  .p-concept-eco .title .number img {
    top: -8px;
  }

  .p-concept-eco .title .meta {
    width: calc(100% - 67px);
    padding-left: 10px;
  }

  .p-concept-eco .title .meta::before {
    height: calc(100% - 6px);
  }

  .p-concept-eco .title .heading {
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .p-concept-eco .title .subheading {
    margin-top: 6px;
    line-height: 1;
  }

  .p-concept-eco .title .subheading img {
    width: 134px;
  }

  .p-concept-eco .title .read {
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;

    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
  }

  .p-concept-eco .title .read p {
    max-width: inherit;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }

  .p-concept-eco .card {
    max-width: inherit;
    margin-top: 48px;
  }

  .p-concept-eco .readBox {
    max-width: inherit;
    margin-top: 20px;
  }

  .p-concept-eco .readBox .heading {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .025em;
  }

  .p-concept-eco .readBox .read {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }

  .p-concept-eco .sdgs {
    display: block;
    max-width: inherit;
    margin-top: 31px;
  }

  .p-concept-eco .sdgs .img {
    justify-content: space-between;
    width: calc(100% + 5px);
    overflow: inherit;
    position: relative;
    top: 0;
    left: -10px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .p-concept-eco .sdgs .img img:nth-child(1) {
    width: 36.26vw;
    max-width: inherit;
  }

  .p-concept-eco .sdgs .img img:nth-child(2) {
    width: 49.6vw;
    max-width: inherit;
    margin-left: 0;
  }

  .p-concept-eco .sdgs .meta .heading {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .p-concept-eco .sdgs .meta .read {
    margin-top: 13px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: .02em;
  }
}

/*-------- .p-concept-tech --------*/
.p-concept-tech {
  padding: 155px 0 190px 0;
  background: url("../../../images/page/concept/tech_bg.jpg") no-repeat center center / cover;
}

.p-concept-tech .wrap {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-concept-tech .title {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.p-concept-tech .title .img {
  width: 825px;
  position: absolute;
  top: -155px;
  right: 555px;
  z-index: 1;
}

.p-concept-tech .title .number {
  width: 193px;
  padding-left: 24px;
  position: relative;
  z-index: 2;
}

.p-concept-tech .title .number img {
  position: relative;
  top: -23px;
  left: 0;
}

.p-concept-tech .title .meta {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 193px);
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.p-concept-tech .title .meta::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  margin: auto;
  background: #b60081;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;

  pointer-events: none;
}

.p-concept-tech .title .heading {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.33;
  letter-spacing: .025em;
  text-align: right;
}

.p-concept-tech .title .subheading {
  margin-top: 15px;
  text-align: right;
}

.p-concept-tech .title .subheading img {
  width: 400px;
}

.p-concept-tech .title .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-left: 218px;
  padding-right: 125px;

  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}

.p-concept-tech .title .read p {
  max-width: 360px;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: .05em;

  font-weight: 400;
}

.p-concept-tech .box {
  max-width: 1000px;
  padding: 55px 60px;
  margin: 200px auto 0 auto;
  background: rgba(255, 255, 255, .2);
  text-align: center;
  position: relative;
}

.p-concept-tech .box .title {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: absolute;
  top: -60px;
  left: 28px;
}

.p-concept-tech .box .title .subheading {
  padding-left: 18px;
  margin-left: 25px;
  border-left: 1px solid #b60081;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: .05em;
}

.p-concept-tech .box .title .heading {
  width: 460px;
}

.p-concept-tech .card {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.p-concept-tech .card .col {
  width: calc(50% - 10px);
  max-width: 450px;
  margin-top: 65px;
}

.p-concept-tech .card .col .heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: .05em;
}

.p-concept-tech .card .col .read {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: .05em;

}

.p-concept-tech .link {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.p-concept-tech .link .col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 34px);
  height: 120px;
  padding: 0 20px;
  margin-top: 110px;
  margin-left: 51px;
  background: rgba(255, 255, 255, .75);
  color: #b60081;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: opacity .3s ease;
  font-family: 'Roboto Condensed', sans-serif;
}

.p-concept-tech .link .col:first-child {
  margin-left: 0;
}

.p-concept-tech .link .col:hover {
  opacity: .7;
}

.p-concept-tech .link .col::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  margin: auto;
  background: url("../../../images/page/concept/tech_bg_link_arrow.png") no-repeat top left / 100% 100%;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.p-concept-tech .link .col .colWrap {
  position: relative;
  z-index: 2;
}

.p-concept-tech .link .col .heading {
  color: #b60081;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .05em;
  text-align: center;
}

.p-concept-tech .link .col .heading span {
  display: none;
}

.p-concept-tech .link .col .subheading {
  margin-top: 8px;
  color: #b60081;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1100px) {

  .p-concept-tech .link .col .heading {
    font-size: 1.6rem;
  }

  .p-concept-tech {
    padding: 0 0 50px 0;
  }

  .p-concept-tech .title .img {
    width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .p-concept-tech .title .img img {
    width: 74.66vw;
    margin-right: -20px;
  }

  .p-concept-tech .title .read {
    width: 90%;
    padding: 0 100px 0 0;
  }

  .p-concept-tech .title .read p {
    max-width: inherit;
  }
.p-concept-tech .card .col {
  width: calc(50% - 20px);
}

}

@media screen and (max-width: 767px) {
  .p-concept-tech {
    background-position: bottom center;
  }

  .p-concept-tech .wrap {
    max-width: inherit;
  }


  .p-concept-tech .title .img img {
    width: 74.66vw;
    margin-left: -20px;
  }

  .p-concept-tech .title .number {
    width: 67.5px;
    padding-left: 8px;
  }

  .p-concept-tech .title .number img {
    top: -8px;
  }

  .p-concept-tech .title .meta {
    width: calc(100% - 67.5px);
    padding-right: 10px;
  }

  .p-concept-tech .title .meta::before {
    height: calc(100% - 8px);
  }

  .p-concept-tech .title .heading {
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .p-concept-tech .title .subheading {
    margin-top: 6px;
    line-height: 1;
  }

  .p-concept-tech .title .subheading img {
    width: 161px;
  }

  .p-concept-tech .title .read {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-concept-tech .title .read p {
    max-width: inherit;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }

  .p-concept-tech .box {
    max-width: inherit;
    padding: 42px 23px 35px 23px;
    margin-top: 93px;
  }

  .p-concept-tech .box .title {
    display: block;
    position: absolute;
    top: -58px;
    left: 0;
  }

  .p-concept-tech .box .title .subheading {
    padding-left: 8px;
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
  }

  .p-concept-tech .box .title .heading {
    width: 227.5px;
    margin-top: 10px;
  }

  .p-concept-tech .card {
    display: block;
    max-width: inherit;
    padding-top: 14px;
  }

  .p-concept-tech .card .col {
    width: auto;
    max-width: inherit;
    margin-top: 38px;
  }

  .p-concept-tech .card .col .heading {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .p-concept-tech .card .col .read {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }

  .p-concept-tech .link {
    display: block;
    max-width: inherit;
    padding-top: 45px;
  }

  .p-concept-tech .link .col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 67.5px;
    padding: 11px 15px;
    margin-top: 10px;
    margin-left: 0;
    transition: none;
  }

  .p-concept-tech .link .col:hover {
    opacity: 1;
  }

  .p-concept-tech .link .col::before {
    width: 12.5px;
    height: 7.5px;
    right: 18px;
  }

  .p-concept-tech .link .col .heading {
    font-size: 13px;
    line-height: 1.33;
    letter-spacing: 0;
  }

  .p-concept-tech .link .col .heading span {
    display: inline-block;
  }

  .p-concept-tech .link .col .subheading {
    margin-top: 3px;
    font-size: 10px;
  }
}

/*-------- .p-concept-partner --------*/
.p-concept-partner {
  margin-top: 300px;
  background: #fff;
}

.p-concept-partner .wrap {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.p-concept-partner .title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.p-concept-partner .title .img {
  width: 825px;
  position: absolute;
  top: -115px;
  left: 626px;
  z-index: 1;
}

.p-concept-partner .title .number {
  width: 200px;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}

.p-concept-partner .title .number img {
  position: relative;
  top: -23px;
  left: 0;
}

.p-concept-partner .title .meta {
  display: flex;
  width: calc(100% - 200px);
  padding-left: 25px;
  position: relative;
  z-index: 2;
}

.p-concept-partner .title .meta::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  margin: auto;
  background: #b60081;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;

  pointer-events: none;
}

.p-concept-partner .title .heading {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.33;
  letter-spacing: .025em;
}

.p-concept-partner .title .subheading {
  margin-top: 15px;
}

.p-concept-partner .title .subheading img {
  width: 271px;
}

.p-concept-partner .title .read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 138px;
  padding-right: 125px;
  position: relative;
  z-index: 2;

  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}

.p-concept-partner .title .read p {
  max-width: 440px;
  color: #000;
  font-size: 17px;
  line-height: 2;
  letter-spacing: .05em;

}

.p-concept-partner .kv {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 315px;
  text-align: center;
}

.p-concept-partner .card {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.p-concept-partner .card .col {
  width: calc(46% - 10px);
  max-width: 450px;
  margin-top: 65px;
}

.p-concept-partner .card .col .heading {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: .05em;
}

.p-concept-partner .card .col .read {
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: .05em;

}

@media screen and (max-width: 1100px) {
  /* .p-concept-partner .title .img {
    width: 75vw;
    left: 600px;
  } */

  .p-concept-partner .card .col .heading {
    font-size: 2.4rem;
  }

  .p-concept-partner .card .col {
    width: calc(48% - 10px)
  }

  .p-concept-partner {
    margin-top: 0;
  }

  .p-concept-partner {
    padding: 0 0 50px 0;
  }

  .p-concept-partner .title .img {
    margin: 0 0 30px auto;
    position: static;
  }

  .p-concept-partner .title .img img {
    width: 74.66vw;
    display: block;
    margin: 0 0 0 auto;
  }

  .p-concept-partner .title .read {
    width: 100%;
    /*padding: 0 100px 0 0;*/
  }

  .p-concept-partner .title .read p {
    max-width: inherit;
  }
.p-concept-partner .kv {
  margin-top: 120px;
}
}

@media screen and (max-width: 767px) {
  .p-concept-partner {
    overflow: hidden;
  }

  .p-concept-partner .wrap {
    max-width: inherit;
  }

  .p-concept-partner .title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }

  .p-concept-partner .title .img {
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
    position: static;
  }

  .p-concept-partner .title .img img {
    margin-right: -20px;
  }

  .p-concept-partner .title .number {
    width: 66.5px;
    padding-right: 7px;
  }

  .p-concept-partner .title .number img {
    top: -8px;
  }

  .p-concept-partner .title .meta {
    width: calc(100% - 66.5px);
    padding-left: 10px;
  }

  .p-concept-partner .title .meta::before {
    height: calc(100% - 8px);
  }

  .p-concept-partner .title .heading {
    font-size: 21px;
    line-height: 1.1;
    letter-spacing: 0;
  }

  .p-concept-partner .title .subheading {
    margin-top: 6px;
    line-height: 1;
  }

  .p-concept-partner .title .subheading img {
    width: 136.5px;
  }

  .p-concept-partner .title .read {
    display: block;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .p-concept-partner .title .read p {
    max-width: inherit;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }

  .p-concept-partner .kv {
    max-width: inherit;
    margin-top: 38px;
  }

  .p-concept-partner .card {
    display: block;
    max-width: inherit;
  }

  .p-concept-partner .card .col {
    width: auto;
    max-width: inherit;
    margin-top: 34px;
  }

  .p-concept-partner .card .col .heading {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .p-concept-partner .card .col .read {
    margin-top: 13px;
    font-size: 13px;
    line-height: 1.73;
    letter-spacing: .02em;
  }
}

/*-------- .p-concept-brand --------*/
.p-concept-brand {
  margin-top: 145px;
}

.p-concept-brand .wrap {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}
  .p-concept-brand .wrap a {
    text-decoration: none;
  }
.p-concept-brand .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 380px;
  padding: 0 80px;
  background: url("../../../images/page/concept/brand_bg_box.jpg") no-repeat center center / cover;
  position: relative;

  -webkit-box-align: center;
  -ms-flex-align: center;
}

.p-concept-brand .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  pointer-events: none;
}

.p-concept-brand .box .boxWrap {
  width: 100%;
  max-width: 473px;
  position: relative;
  z-index: 2;
}

.p-concept-brand .subheading {
  max-width: 270px;
}

.p-concept-brand .read {
  margin-top: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: .05em;

}
@media screen and (min-width: 768px) {
  .p-concept-brand .wrap a {
      transition:.3s;
  }
  .p-concept-brand .wrap a:hover {
      opacity: .8;
  }
}

@media screen and (max-width: 767px) {
  .p-concept-brand {
    margin-top: 44px;
  }

  .p-concept-brand .wrap {
    max-width: inherit;
    padding: 0;
  }
  .p-concept-brand .box {
    min-height: 231.5px;
    padding: 0 20px;
  }

  .p-concept-brand .box .boxWrap {
    max-width: inherit;
  }

  .p-concept-brand .subheading {
    max-width: 112.5px;
  }

  .p-concept-brand .heading {
    max-width: 217px;
    margin-top: 15px;
  }

  .p-concept-brand .read {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: .02em;
  }
}
