#Journal {
  max-width: 1360px;
}

#Journal .c-ttl {
  display: block;
}

#Journal > article > h2 {
  display: none;
}

#JournalList .journal-cont,
#Journal .journal-cont {
  margin-bottom: 0;
}

#bread-crumb #bread-crumb-listTop ol li:nth-child(2) {
  display: none;
}

.member {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .member {
    padding: 0 0 40px;
  }
}
.member .c-ttl {
  line-height: 1.4 !important;
}
.member .c-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  .member .c-ttl {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .member .c-ttl {
    margin-bottom: 20px;
  }
}
.member__lead {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.02em;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .member__lead {
    font-size: 19px;
    margin-bottom: 45px;
  }
}
.member__lead strong {
  color: var(--color-primary);
  font-weight: 700;
}
.member__list {
  margin-bottom: 60px !important;
}
.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .member__list {
    margin-bottom: 40px !important;
  }
  .member__list {
    gap: 15px;
  }
}
.member__item {
  padding: 40px 42px 40px 35px !important;
  margin: 0 !important;
}
.member__item {
  width: calc(50% - 20px);
  position: relative;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 300px;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .member__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .member__item {
    padding: 48px 20px 30px !important;
  }
  .member__item {
    width: 100%;
    min-height: auto;
  }
}
.member__item .ico {
  width: 60px;
  position: absolute;
  left: -20px;
  top: -16px;
}
@media only screen and (max-width: 768px) {
  .member__item .ico {
    left: -6px;
    top: -4px;
  }
}
.member__item .img {
  max-width: 30%;
  margin: 0;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .member__item .img {
    max-width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .member__item .img {
    max-width: 167px;
    margin: 0 auto 30px;
  }
}
.member__item .in {
  width: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .member__item .in {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .member__item .in {
    width: auto;
    padding-left: 0;
  }
}
.member__item .ttl {
  font-size: 24px !important;
  color: var(--color-primary) !important;
  font-family: var(--font-gothicZen) !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.04em !important;
}
.member__item .ttl {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .member__item .ttl {
    font-size: 19px !important;
    margin-bottom: 12px !important;
  }
}
.member__item .txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .member__item .txt {
    font-size: 15px;
  }
}
.member__item .note {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .member__item .note {
    font-size: 13px;
    margin-top: 10px;
  }
}
.member__item__in {
  background: var(--color-primary);
  border-radius: 5px;
  padding: 20px;
  margin-top: 28px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .member__item__in {
    margin-top: 13px;
    text-align: left;
  }
}
.member__item__in .ttl {
  color: #fff56e !important;
  margin-bottom: 8px !important;
}
.member__item__in .ttl {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .member__item__in .ttl {
    font-size: 20px;
  }
}
.member__item__in .txt {
  color: #fff;
}
.member__item__in .note {
  color: #fff;
}
.member__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .member__btn {
    gap: 10px;
  }
}
.member__btn .c-btn {
  max-width: 360px;
}
@media only screen and (max-width: 768px) {
  .member__btn .c-btn {
    max-width: 100%;
  }
}