.c-page-header {
  /* 最終フォールバック */
  background: url("../img/member/bg_head_01.jpg") center/cover no-repeat;

  /* 古めの Safari 用 */
  background: -webkit-image-set(url("../img/member/bg_head_01.webp") type("image/webp") 1x,
      url("../img/member/bg_head_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;

  /* 標準実装 */
  background: image-set(url("../img/member/bg_head_01.webp") type("image/webp") 1x,
      url("../img/member/bg_head_01.jpg") type("image/jpeg") 1x) center/cover no-repeat;
}

.bg-area {
  /* 最終フォールバック */
  background:
    url("../img/common/bg_common_03.png") center bottom / 100% 150px no-repeat,
    #F9F6ED center center repeat;
  /* 古めの Safari 用 */
  background:
    -webkit-image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
      url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 150px no-repeat,
    #F9F6ED center center repeat;
  /* 標準実装 */
  background:
    image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
      url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 150px no-repeat,
    #F9F6ED center center repeat;
  padding: 40px 0 280px;
}

@media screen and (max-width: 767px) {
  .bg-area {
    /* 最終フォールバック */
    background:
      url("../img/common/bg_common_03.png") center bottom / 100% 75px no-repeat,
      #F9F6ED center center repeat;
    /* 古めの Safari 用 */
    background:
      -webkit-image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
        url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 75px no-repeat,
      #F9F6ED center center repeat;

    /* 標準実装 */
    background:
      image-set(url("../img/common/bg_common_03.webp") type("image/webp") 1x,
        url("../img/common/bg_common_03.png") type("image/png") 1x) center bottom / 100% 75px no-repeat,
      #F9F6ED center center repeat;
    padding: 20px 0 150px;
  }
}

.member02 {
  margin: 48px 0;
}

@media screen and (max-width: 767px) {
  .member02 {
    margin: 25px 0;
  }
}

.members {
  background: #fff;
  border-radius: 20px;
  padding: 50px 0 190px;
  border: 1px solid #C8C8C8;
}

.members__people {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 100px;
}

@media screen and (max-width: 767px){
  .members__people{
    gap: 0 50px;
  }
}

.members__people li {
  font-size: 24px;
  width: calc(25% - (300px / 4));
  margin-top: 22px;
}

@media screen and (max-width: 767px){
  .members__people li{
    width: calc(50% - 50px);
  }
}

/* 英字対応 */
.translatepress-en_US .members__people li{
  width: calc(33.33% - (200px / 3));
}

@media screen and (max-width: 767px) {
  .translatepress-en_US .members__people li {
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
    text-align: left;
    padding-left: unset;
  }
}

@media screen and (max-width: 767px){
  .translatepress-en_US .members__people{
    gap: 0 0;
  }
}

.members__people li a {
  text-decoration: underline;
}

.members__list {
  margin-top: 10px;
}

.members .under {
  margin-top: 62px;
}

/* 英字対応 */
.translatepress-en_US .c-member-card {
  height: unset;
}

@media screen and (max-width: 767px) {
  .members {
    padding: 25px 0 95px;
  }

  .members__list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-member-card {
    width: calc(30% - 10px);
    height: 87.5px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px rgba(136, 136, 136, 0.9);
    box-shadow: 5px 5px rgba(136, 136, 136, 0.9);
  }

  /* 英字対応 */
  .translatepress-en_US .c-member-card {
    height: 87.5px;
  }

  .c-member-card:hover {
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 5px 5px rgba(136, 136, 136, 0.9);
    box-shadow: 5px 5px rgba(136, 136, 136, 0.9);
  }

  .c-member-card__bottom {
    display: none;
  }

  .c-member-card__top01 {
    height: 75px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  /* .c-member-card__top02 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  } */

  .c-member-card__label {
    font-size: 17px;
  }

  .sub {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .md01 {
    padding-top: 14px;
  }
}

.profile02 {
  margin-top: 48px;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .profile02 {
    font-size: 20px;
    margin-top: 24px;
  }
}

.m-head {
  height: 500px;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .m-head {
    height: 250px;
    margin-top: 30px;
  }
}

.members__profile {
  background: -webkit-gradient(linear, left top, right top, color-stop(47.06%, #D3BB98), color-stop(61.49%, #D7CEC1), color-stop(76.73%, #ECE2D5));
  background: -webkit-linear-gradient(left, #9DCDCD 0%, #E6FFFF 68.33%, #85CCCC 100.9%);
  background: linear-gradient(90deg, #9DCDCD 0%, #E6FFFF 68.33%, #85CCCC 100.9%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 390px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .members__profile {
    height: 76%;
  }
}

.members__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  position: relative;
  height: 230px;
  top: -110px;
}

.members__name img {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .members__name {
    height: 68%;
  }
}

.members__name p {
  background: -webkit-gradient(linear, left top, right top, from(#294646), color-stop(53%, #507B7B), to(#4B7272));
  background: -webkit-linear-gradient(left, #294646 0%, #507B7B 53%, #4B7272 100%);
  background: linear-gradient(90deg, #294646 0%, #507B7B 53%, #4B7272 100%);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 40px;
  font-weight: 300;
  padding: 10px 23px;
}

.members__name p span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .members__name img {
    width: 23%;
    min-width: 95px;
  }

  .members__name p {
    font-size: 20px;
    padding: 5px 10px;
  }

  .members__name p span {
    font-size: 12px;
  }
}

.members__register {
  margin-top: 80px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .members__register {
    margin-top: 30px;
    width: 100%;
  }
}

.members__item {
  border-bottom: 1px solid #B1B1B1;
  padding: 25px 0;
  margin-top: 0;
  padding-left: 1em;
}

.members__item:first-of-type {
  border-top: 1px solid #B1B1B1;
}

.members__item span {
  margin-left: 0;
  white-space: nowrap;
}

#listd .members__profile {
  background: linear-gradient(90deg, #D3BB98 47.06%, #D7CEC1 61.49%, #ECE2D5 76.73%);
}

.members__item--remark {
  margin-left: unset;
  margin-right: 95px;
  width: 100px;
}

/* 英字対応 */
#listd.translatepress-en_US .members__item--remark {
  width: 200px;
}
@media screen and (max-width: 767px){
  #listd.translatepress-en_US .members__item--remark{
    width: 160px;
    flex: 0 0 auto;
    margin-right: 20px;
  }
}


@media screen and (max-width: 767px) {
  .members__item--remark {
    margin-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .members__item {
    padding: 10px 0;
    font-size: 14px;
    padding-left: 1em;
  }
}

/* 英字対応 */
#listd.translatepress-en_US .c-reception::before {
  top: unset;
}

.members .member05 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .members .member05 {
    margin-top: 25px;
  }
}

.members ul {
  margin-top: 30px;
}

.members ul li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .members ul {
    margin: 15px 0;
  }
}

.cse-name {
  position: absolute;
  right: 10px;
  bottom: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cse-name {
    font-size: 12px;
  }
}

.cooper {
  background: url(../img/cooperating/img_01.jpg) center/cover no-repeat;
  text-align: center;
  color: #3a5757;
  padding: 65px;
  margin-top: 60px;
}

.cooper__text {
  background: rgba(255, 255, 255, 0.85);
  padding: 18px 12px;
}

.cooper__text--border {
  border: solid 1px #3a5757;
  padding: 140px 0;
}

.cooper__title {
  font-size: 40px;
}

.cooper__number {
  font-size: 24px;
  margin-top: 5px;
}

.cooper__number span {
  font-size: 70px;
}

.cooper .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .cooper {
    padding: 10px;
  }

  .cooper__text {
    padding: 10px;
  }

  .cooper__text--border {
    padding: 10px 0;
  }

  .cooper__title {
    font-size: 20px;
  }

  .cooper__number {
    font-size: 14px;
  }

  .cooper__number span {
    font-size: 30px;
  }

  .cooper .year {
    font-size: 14px;
  }
}


@media screen and (max-width: 767px) {
  .support01 {
    padding: 35px 0 30px;
  }
}


.ent-list {
  background: #fff;
  border-radius: 30px;
  padding: 80px 0;
  margin-top: 60px;
  border: 1px solid #C8C8C8;
}

.ent-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .ent-list {
    padding: 40px 0;
    margin-top: 25px;
  }
}

.box01 {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.5%, #F8F8F8), color-stop(98%, #F1F1F1), to(#F1F1F1));
  background: -webkit-linear-gradient(left, #F8F8F8 60.5%, #F1F1F1 98%, #F1F1F1 100%);
  background: linear-gradient(90deg, #F8F8F8 60.5%, #F1F1F1 98%, #F1F1F1 100%);
  width: calc((100% - 30px) / 2);
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 20px;
  margin: 20px 0;
}

.box01__com {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.box01 .logo {
  aspect-ratio: 1/1;
  width: 120px;
  /* background: #fff; */
}

.box01__add {
  margin-top: 23px;
}

.box01__name {
  font-size: 17px;
  font-weight: 700;
}

.box01__url {
  margin-top: 8px;
}

.box01__url a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media screen and (max-width: 767px) {
  .box01 {
    width: 100%;
    padding: 10px;
    height: auto;
    margin: 10px 0;
  }

  .box01 .logo {
    width: 15%;
    min-width: 55px;
  }

  .box01__add,
  .box01 a {
    margin-top: 10px;
    font-size: 13px;
  }

  .box01__name {
    font-size: 15px;
  }
}

.cus-bg {
  background: #fff;
  border-radius: 30px;
  margin-top: 60px;
  border: 1px solid #C8C8C8;
}

@media screen and (max-width: 767px) {
  .cus-bg {
    margin-top: 25px;
  }
}

.cus-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 100px;
}

.cus-list li {
  width: 32.1%;
}

@media screen and (max-width: 767px) {
  .cus-list li {
    width: calc(50% - 10px);
  }
}

.cus-list__item {
  margin-top: 45px;
}

.cus-list__item--add {
  position: relative;
  padding-left: 1em;
  font-size: clamp(14px, 1.5vw, 18px);
}

.cus-list__item--add::before {
  content: "";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cus-list {
    padding-top: 30px;
    padding-bottom: 50px;
    gap: 0 20px;
  }

  .cus-list__item {
    margin: 30px 0 0 0;
    width: 100%;
  }

  .cus-list__item__add {
    font-size: 14px;
  }
}

.cus-list .cus-dtl {
  position: relative;
  padding-left: 0.8em;
}

.cus-list .cus-dtl::before {
  content: "";
  position: absolute;
  left: 0;
}

.cus-list .cus-dtl__yard {
  margin-left: 12px;
}

.cus-list .cus-dtl__par {
  margin-left: 13px;
}

@media screen and (max-width: 767px) {
  .cus-list .cus-dtl {
    font-size: 14px;
  }
}

.cus-list .cus01 {
  margin-top: 20px;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cus-list .cus01::before {
  width: 7px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .cus-list .cus01 {
    font-size: 18px;
  }
}

.organisation {
  background: #fff;
  padding: 35px 0 72px;
  margin-top: 60px;
  position: relative;
}

.organisation__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  gap: 30px 45px;
  background: url(../img/member/bg_card_01.png), url(../img/member/bg_card_02.png);
  background-position: 32.5%, 67.5%;
  background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width: 767px) {
  .organisation__flex {
    background: url(../img/member/bg_card_03.png), url(../img/member/bg_card_04.png);
    background-repeat: no-repeat, no-repeat;
    background-position: calc(33.5% - 10px) 45px, 69% 45px;
    margin-top: 15px;
    gap: 25px 30px;
  }
}

.organisation__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  gap: 30px;
}

.organisation__bottom .c-member-card {
  margin: 0 auto;
}

.c-member-btn {
  display: contents;
}

.vector01 {
  width: 50px;
  display: inline-block;
  left: 490px;
  top: 300px;
  position: absolute;
}

.vector01 span {
  height: 0;
  padding-top: 805%;
  background: url(../img/member/bg_card_01.png) no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  .vector01 {
    display: none;
  }
}

.vector02 {
  width: 50px;
  display: inline-block;
  right: 485px;
  top: 300px;
  position: absolute;
}

.vector02 span {
  height: 0;
  padding-top: 805%;
  background: url(../img/member/bg_card_02.png) no-repeat;
  display: block;
}

@media screen and (max-width: 767px) {
  .vector02 {
    display: none;
  }
}

.title01 {
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title01 {
    font-size: 20px;
  }
}

.box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: unset;
  justify-content: flex-start;
  padding-bottom: 180px;
  border-bottom: 1px solid #000;
}

.box02>a {
  width: 33.33%;
  padding-right: 20px;
  margin-top: 80px;
}

/* 英字対応 */
.translatepress-en_US .box02>a {
  width: 50%;
}

.box02__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box02__flex img {
  width: 130px;
}

.box02__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 32px;
  padding-left: 15px;
}

.box02__name>span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .box02 {
    gap: 15px 0;
    margin-top: 25px;
    padding-bottom: 90px;
  }

  .box02 a {
    display: contents;
  }

  .box02__flex {
    margin-left: 0;
    width: 100%;
    gap: 0 25px;
  }

  .box02__flex img {
    width: 20%;
  }

  .box02__name {
    font-size: 18px;
    padding-left: unset;
  }
}

.honour {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.honour li {
  font-size: 32px;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .honour {
    gap: 15px;
  }

  .honour li {
    font-size: 18px;
  }
}

.title02 {
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
  }
}

.chairman {
  background: #fff;
  padding: 55px 0 105px;
  margin-top: 100px;
}

.chairman__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  border: 1px solid #7c7c7c;
  font-size: 24px;
}

.chairman__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chairman__since {
  padding: 20px 0 20px 15px;
}

.chairman__name {
  font-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
  border-top: 1px solid #7c7c7c;
  padding: 30px 0 30px 15px;
}

.chairman__name span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .chairman {
    margin-top: 25px;
    padding: 20px 0 50px;
  }

  .chairman__list {
    margin-top: 35px;
    font-size: 16px;
  }

  .chairman img {
    max-width: 150px;
  }

  .chairman__since {
    padding: 10px 0 10px 5px;
  }

  .chairman__name {
    font-size: 20px;
    padding: 15px 0 15px 5px;
  }

  .chairman__name span {
    font-size: 16px;
  }
}

.prfl {
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 30px;
  margin-top: 48px;
  padding: 88px 0 187px;
}

@media screen and (max-width: 767px) {
  .prfl {
    margin-top: 25px;
    padding: 40px 0 90px;
  }
}

.prfl-title {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .prfl-title {
    font-size: 20px;
  }
}

.prfl-pic {
  background: url(../img/member/bg_profil_01.jpg) center/cover no-repeat;
  margin-top: 50px;
}

.label {
  min-width: 191px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .label {
    min-width: 100px;
  }
}

.value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}

.value a {
  text-decoration: underline;
}

.prfl-info {
  width: 100%;
  margin-top: 125px;
}

@media screen and (max-width: 767px) {
  .prfl-info {
    margin-top: 50px;
  }
}

.prfl02::after {
  width: 100%;
}

.prbox01 {
  margin-top: 95px;
}

.prbox01__dtl {
  margin-top: 20px;
}

.prbox01 .prfl03 {
  margin-top: 78px;
}

.prbox01__title {
  margin-top: 30px;
}

.prbox01__title--first {
  margin-top: 20px;
}

.prbox01 span {
  display: block;
}

.prbox01 ul {
  margin-top: 10px;
}

.prbox01 ul li {
  margin-top: 8px;
}

.prbox01 ul li a {
  text-decoration: underline;
}

.btn-area+.c-column {
  padding-top: 40px;
}

.honour_box {
  padding: 50px 0;
}

.btn-area .for-pc {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .prbox01 {
    font-size: 14px;
    margin-top: 40px;
  }

  .prbox01 .prfl03 {
    margin-top: 35px;
  }

  .btn-area .for-pc {
    display: none;
  }

}

/*ーーーーーーーーーー*/
#bg {
  padding-top: 80px;
}

/* 英字対応 */
.translatepress-en_US .btn-area>a {
  padding: 5px 20px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .translatepress-en_US .btn-area>a {
    padding: 5px 15px 5px 8px;
    line-height: 1.2;
  }
}

.translatepress-en_US .c-reception::before{
  top: unset;
}

#listd.translatepress-en_US .prbox01 .prfl03{
  margin-top: unset;
}