.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%;
  }
}