.p-inheritance__consulList--caption {
  font-size: 90% !important;
}

.c-ctaArea-service ul li {
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-ctaArea-service ul li {
        width: 100%;
    }
}

.p-top-about .l-container {
  padding-top: 120px !important;
}

@media only screen and (max-width: 767px) {
  .p-top-about .l-container {
    padding-top: 80px !important;
  }
}
/* 250521_リコージャパン共同支援ページ */
.p-under-mv__inner-logo {
  position: relative;
  top: 40px;
  padding: 0 10px;
}
.p-under-mv__heading-jp-lead {
  font-size: clamp(20px, 2.083vw, 30px);
  color: #fff;
  font-weight: bold;
}
.p-under-mv-long {
  height: 500px;
  background: url(../img/d-revolution-img02.jpg) no-repeat 50% 38%/cover !important;
}
.p-under-mv-long::before {
  background: rgb(51 51 51 / 70%);
}
.p-under-mv-long .p-under-mv__text-box {
  position: relative;
  top: -60px;
}
.p-under-mv-long .p-under-mv__inner {
  padding: 0 20px;
}
.c-concept h2 {
  margin-bottom: 20px;
}
.c-concept-inner {
  display: flex;
  column-gap: 30px;
  justify-content: space-between;
}
.c-concept-inner figure img {
  max-width: none;
  position: static !important;
}
.c-concept-inner figure .c-concept-text-box {
  width: 44%;
}
.p-blk__service_about_lead {
  text-align: center;
  font-size: clamp(20px, 2.083vw, 30px);
  margin-top: 5rem;
}
.c-button a.blue-botton {
  color: #fff;
  background-color: #173576;
}
.c-button a.blue-botton:hover {
  background-color: #fff;
  color: #173576;
}
.c-button-wrapper-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
.p-feature-fixmember-list__item::after {
  background-color: #f2f2f2;
}
.p-feature-fixmember-list__item__img {
  border: solid 6px #f2f2f2;
}
.p-feature-fixmember-list {
  padding: 0;
}
.p-feature-fixmember {
  padding-top: 0;
}
.c-offer {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.c-offer-figure {
  width: 660px;
  margin: 0 auto;
}
.c-offer-figure-attentioon {
  display: none;
}
.c-offer-figure-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  height: 780px;
}
.c-offer-figure-ttl {
  background-color: #000;
  color: #fff;
  font-size: clamp(18px, 2.083vw, 20px);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.c-offer-figure-list {
  display: flex;
  column-gap: 10px;
}
.c-offer-figure-list-ttl {
  background-color: #173576;
  color: #fff;
  font-size: clamp(16px, 2.083vw, 18px);
  font-weight: bold;
  text-align: center;
  min-width: 200px;
  padding: 60px 0 0;
  position: relative;
}
.c-offer-figure-list:first-child .c-offer-figure-list-ttl {
  padding-bottom: 0;
  padding-top: 50px;
}
.c-offer-figure-list-ttl::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #fff;
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -49px;
  z-index: 2;
}
.c-offer-figure-list-ttl::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #173576;
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -47px;
  z-index: 3;
}
.c-offer-figure-list:last-child .c-offer-figure-list-ttl::after {
  display: none;
}
.c-offer-figure-list:last-child .c-offer-figure-list-ttl::before {
  z-index: 5;
  bottom: -49px;
}
.c-offer-figure-list-inner {
  background-color: #d6dfed;
  padding: 1rem 3rem;
  font-size: clamp(14px, 2.083vw, 16px);
  margin-bottom: 5px;
  width: 100%;
}
.c-offer-figure-list-inner li::before {
  content:"";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #173576;
  border-radius: 50%;
  position: relative;
  bottom: 3px;
  margin-right: 10px;
}
.c-offer-figure-list-inner li {
  padding-left: 1rem;
  text-indent: -1.3rem;
}
@media screen and (max-width: 1280px) {
  .c-concept-inner figure img {
    max-width: 400px;
    position: absolute;
  }
}
@media only screen and (max-width: 991px){
  .c-concept-inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .c-concept-inner figure img {
    max-width: 100%;
  }
  .c-concept-inner figure {
    text-align: center;
  }
}
@media only screen and (max-width: 947px) {
  .c-offer-figure-attentioon {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .c-button-wrapper-flex {
    flex-direction: column;;
  }
}
.p-meeting__sec h3 {
  margin-bottom: 1.5em;
}
.p-meeting__title{
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
.p-meeting__theme.vnb ul:has( ul){
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.p-meeting__theme.vnb li:has( ul){
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #f2f2f2;
}
.p-meeting__theme.vnb .p-meeting__Box--text{
  flex: 1;
}
.p-meeting__theme.vnb .p-meeting__Boxtitle{
  line-height: 1;
}
.p-meeting__theme.vnb ul:not(:has( ul)) li {
  margin-bottom: 0px;
  text-indent: -.8em;
  padding-left: .8em;
}
.p-meeting__theme.vnb ul:not(:has( ul)) li::before{
  content: "・";
  display: inline-block;
  width: .8em;
  color: #4f7fb7;
  position: relative;
  text-indent: 0;
  padding-left: 0;
}
@media only screen and (min-width: 769px) {
  .p-meeting__title{
    font-size: 199.43%;
  }
  .p-meeting__theme.vnb li:has( ul){
    gap: 30px;
    width: 540px;
    padding: 40px;
  }
  .p-meeting__theme.vnb figure{
    width: 130px;
  }
  .p-meeting__theme.vnb .p-meeting__Boxtitle{
    margin-bottom: 10px;
    font-size: 156.69%;
  }
  .p-meeting__theme.vnb ul:not(:has( ul)) li {
    font-size: 114%;
  }
}
@media only screen and (max-width: 990px) {
  .p-meeting__title{
    font-size: 140%;
  }
  .p-meeting__theme.vnb li:has( ul){
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
    width: 100%;
    padding: 2.4944765163em;
    text-align: center;
  }
  .p-meeting__theme.vnb figure {
    width: 100%;
    margin-bottom: 1em;
  }
  .p-meeting__theme.vnb .p-meeting__Box--text{
    flex: unset;
    text-align: left;
  }
  .p-meeting__theme.vnb .p-meeting__Boxtitle{
    margin-bottom: 10px;
    font-size: 125% !important;
  }
  .p-meeting__theme.vnb ul:not(:has( ul)) li {
    font-size: 95%;
  }
}
/*251126_建設DXコンサル*/
.c-intro__dl-40 {
  width: 40% !important;
}
.dx-optimaization-mv{
  background-image: url(../img/dx-optimization-mv.jpg);
  background-size: cover;
  background-position: center;
}
.dx-optimaization-mv:before{
  display: none;
}
.dx-optimaization-block-img01 {
  padding: 3rem;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  background: #FFF;
}
.dx-optimaization-block-img01 dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dx-optimaization-block-img01 dt {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 15px;
  display: block;
  background: #DFDFDF;
}
.dx-optimization-page .phase-boxList--li ol li {
  text-indent: 0;
  padding-left: 0;
}
.dx-optimaization-block-img01 dd img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.dx-optimaization-caption{
  margin-top: 3.125rem;
  font-size: 100%!important;
}
.c-card-base__inner-dx {
  width: 100%;
}
@media all and (max-width: 768px) {
  .c-intro__dl-40 {
    width: 100% !important;
  } 
  .dx-optimaization-block-img01 {
    flex-direction: column;
    padding: 1rem;
  }
  .dx-optimaization-block-img01 dt {
    font-size: 16px;
    padding: 15px;
  }
  .dx-optimaization-block-img01 dt span {
    display: block;
  }
  .dx-optimaization-caption{
    margin-top: 1.5rem!important;
  }
}
.dx-optimaization-result__img{
  margin-top: 5rem;
  padding: 5rem 0;
  background-color: #f4f4f4;
}
.dx-optimaization-result__wrap {
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.dx-optimaization-result__block{
  width: 288px;
  background-color: #fff;
  border: 1px solid #0e1d47;
  border-radius: 50%;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dx-optimaization-result__num{
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(22px, 2.1vw, 34px)!important;
  font-weight: bold;
  color: #5b6c9c;
  border-bottom: 2px solid #5b6c9c;
  line-height: 1.2!important;
}
.dx-optimaization-result__title{
  text-align: center;
  font-weight: bold;
  font-size: clamp(22px, 2.25vw, 24px) ;
  margin-top: 3rem;
}
.dx-optimaization-result__block p:not([class]){
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, 1.5vw, 16px)!important;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .dx-optimaization-result__wrap {
    max-width: 1100px;
    width: 80.88235%;
    margin: auto;
  }
}
@media screen and (max-width: 1170px) {
  .dx-optimaization-result__block {
    width: 250px ;
    height: 250px ;
  }
  .dx-optimaization-result__title,
  .dx-optimaization-result__block p:not([class]) {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1015px) {
  .dx-optimaization-result__block {
    width: 190px ;
    height: 190px ;
  }
}
@media screen and (max-width: 768px) {
  .dx-optimaization-result__wrap {
    flex-direction: column;
    row-gap: 2rem;
  }
  .dx-optimaization-result__block {
    width: 250px ;
    height: 250px ;
  }
  .dx-optimaization-result__title{
    font-size: 172.5%;
  }
  .dx-optimaization-result__block p:not([class]) {
    font-size: 115%;
  }
}
.dx-optimaization-voice__title {
  margin-bottom: 1.69125em;
}
.dx-optimaization-voice__title .c-title-base__en{
  font-size: 134%;
}
.dx-optimaization-voice__title .c-title-base__jp{
  /* margin-top: .875em; */
  font-size: 63.5%;
}
.dx-optimaization-voice__list{
  display: flex;
  flex-wrap: wrap;
  gap: clamp(40px, 4.21vw, 45px);
}
.dx-optimaization-voice__list li{
  width: 100%;
  padding: clamp(26.25px, 2.8125vw, 30px);
  border: 1px solid #616b80;
}
.dx-optimaization-voice__head{
  display: flex;
  gap: clamp(21.875px, 2.34vw, 25px);
  align-items: center;
  margin-bottom: clamp(17.5px, 1.875vw, 20px);
}
.dx-optimaization-voice__subtit{
  font-size: clamp(17.5px, 1.875vw, 20px)!important;
  line-height: 1.5;
}
.dx-optimaization-voice__subtit span{
  display: block;
  font-size: clamp(14px, 1.5vw, 16px)!important;
}
.dx-optimaization-voice__body{
  display: flex;
  gap: 9.62%;
  position: relative;
}
.dx-optimaization-voice__block{
  padding: 1.54375rem 3rem;
  font-size: clamp(14px, 1.5vw, 16px)!important;
}
.dx-optimaization-voice__block p{
  font-size: clamp(14px, 1.5vw, 16px)!important;
}
.dx-optimaization-voice__block strong{
  display: block;
  font-size: clamp(17.5px, 1.875vw, 20px)!important;
  font-weight: bold;
}
.dx-optimaization-voice__before{
  width: 39.4%;
  background-color: #f2f2f2;
}
.dx-optimaization-voice__after{
  flex: 1;
  background-color: #e8ebf2;
}
.dx-optimaization-voice__before::after{
  content:"";
  width: 30px;
  height: 90px;
  aspect-ratio: 1 / 3;
  clip-path: polygon(0 0 ,100% 50%,0 100%);
  background-color: #517eb7;
  position: absolute;
  left: 44.285%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-50%);
}
.dx-optimaization-voice__after strong{
  color: #153477;
}
@media screen and (max-width: 768px) {
  .dx-optimaization-voice__title .c-title-base__en {
    font-size: 77%;
  }
  .dx-optimaization-voice__title .c-title-base__jp {
    margin-top: 0em;
    font-size: 39.5%;
  }
  .dx-optimaization-voice__title {
    margin-bottom: 0.7425em;
  }
  .dx-optimaization-voice__body{
    flex-wrap: wrap;
    gap: 50px;
  }
  .dx-optimaization-voice__block{
    flex:unset!important;
    width: 100%!important;
  }
  .dx-optimaization-voice__before{
    position: relative;
  }
  .dx-optimaization-voice__before::after{
    width: 25px;
    height: 75px;
    transform: translateX(0) translateY(0) rotate(90deg);
    bottom: -65px;
    top: unset;
    left: 0px;
    right: 0;
    margin: auto;
  }
}