@media screen and (max-width: 767px) {
  .pageTtlArea {
    padding-top: 110px;
    grid-gap: 30px;
  }
}

.secIntro {
  padding: 30px 0 80px;
}
@media screen and (min-width: 768px) {
  .secIntro {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro {
    padding: 140px 0 105px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro {
    padding-top: 160px;
  }
}
.secIntro__ttl {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  --lh: 1.2;
}
@media screen and (min-width: 768px) {
  .secIntro__ttl {
    font-size: 60px;
    --lh: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__ttl {
    margin-bottom: 50px;
    font-size: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .secIntro__ttl {
    font-size: 100px;
  }
}
.secIntro__txtWrap {
  --lh: 1.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secIntro__txtWrap_ttl {
  font-size: 24px;
  font-weight: 700;
  --lh: 1.5;
}
@media screen and (min-width: 1024px) {
  .secIntro__txtWrap_ttl {
    font-size: 32px;
  }
}
.secIntro__img {
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .secIntro__img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .secIntro__img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .secIntro__img {
    width: calc(100% - 100px);
    max-width: 1340px;
  }
}

.secMember {
  padding: 60px 0 60px;
  background-color: var(--text);
  border-radius: 32px 32px 2px 2px;
  color: #fff;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .secMember {
    padding: 80px 0 86px;
    border-radius: 60px 60px 0px 0px;
  }
}
@media screen and (min-width: 1024px) {
  .secMember {
    padding: 130px 0 140px;
  }
}
.secMember__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 44px;
}
@media screen and (min-width: 768px) {
  .secMember__inner {
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .secMember__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.secMember__ttl {
  flex-shrink: 0;
}
.secMember__list {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: grid;
  grid-gap: 36px;
}
.secMember__list .listItem {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}
.secMember__list .listItem__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secMember__list .listItem__link:hover {
  opacity: 1;
}
.secMember__list .listItem__link:hover .listItem__more::after {
  background-color: var(--main);
  width: 29px;
  height: 29px;
}
.secMember__list .listItem__txtWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 10px;
}
.secMember__list .listItem__txtWrap_ttl {
  font-size: 36px;
  font-weight: 400;
  --lh: 1;
}
.secMember__list .listItem__txtWrap_txt {
  --lh: 1.5;
}
.secMember__list .listItem__more {
  font-size: 12px;
  --lh: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: flex-end;
  grid-gap: 16px;
}
.secMember__list .listItem__more::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .secMember__list {
    width: 85%;
    max-width: 100%;
    margin-right: 0;
    grid-gap: 30px;
  }
  .secMember__list:has(.listItem__link:hover) .listItem:not(:has(.listItem__link:hover)) {
    opacity: 0.3;
  }
  .secMember__list .listItem {
    padding-bottom: 30px;
    transition: 0.3s;
  }
  .secMember__list .listItem__link {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    grid-gap: 10px;
  }
  .secMember__list .listItem__txtWrap {
    grid-gap: 16px;
  }
  .secMember__list .listItem__txtWrap_ttl {
    font-size: 40px;
    letter-spacing: -0.05em;
  }
  .secMember__list .listItem__txtWrap_ttl.en {
    font-size: 50px;
    letter-spacing: 0;
  }
  .secMember__list .listItem__more {
    margin-bottom: 25px;
    flex-shrink: 0;
  }
  .secMember__list .listItem__more .en {
    line-height: 16px;
  }
  .secMember__list .listItem__more::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .secMember__list {
    width: 60%;
    max-width: 690px;
    padding-top: 9px;
    margin-left: 0;
  }
  .secMember__list .listItem__txtWrap_ttl.en {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .secMember__list {
    width: 57.5%;
  }
  .secMember__list .listItem__txtWrap_ttl {
    font-size: 60px;
  }
  .secMember__list .listItem__txtWrap_ttl.en {
    font-size: 80px;
  }
}

.sliderBlk {
  padding: 50px 0 50px;
}
@media screen and (min-width: 1024px) {
  .sliderBlk {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .sliderBlk {
    padding: 160px 0 160px;
  }
}
.sliderBlk__slider {
  width: 100%;
}
.sliderBlk__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.sliderBlk__slider .listItem--even {
  margin-top: 30px;
}
.sliderBlk__slider .listItem__img {
  width: 100%;
  border-radius: 11.6px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sliderBlk__slider .listItem--even {
    margin-top: 50px;
  }
}

.secMsg {
  padding: 20px 0 80px;
}
@media screen and (min-width: 768px) {
  .secMsg {
    padding: 0 0 40px;
  }
}
.secMsg__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}
@media screen and (min-width: 768px) {
  .secMsg__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__inner {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .secMsg__inner {
    justify-content: space-between;
  }
}
.secMsg__txtBlk {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 44px;
}
@media screen and (min-width: 768px) {
  .secMsg__txtBlk {
    padding-top: 55px;
    grid-gap: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .secMsg__txtBlk {
    width: 49%;
    grid-gap: 88px;
  }
}
.secMsg__txtBlk_txtWrap {
  --lh: 1.8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secMsg__txtBlk_txtWrap_ttl {
  font-size: 24px;
  font-weight: 700;
  --lh: 1.5;
}
.secMsg__txtBlk_txtWrap_signature {
  width: 100%;
  font-size: 14px;
  --lh: 20px;
  display: flex;
  grid-gap: 20px;
}
.secMsg__txtBlk_txtWrap_signature strong {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .secMsg__txtBlk_txtWrap_ttl {
    font-size: 20px;
  }
  .secMsg__txtBlk_txtWrap_signature {
    margin-top: 10px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .secMsg__txtBlk_txtWrap {
    grid-gap: 40px;
  }
  .secMsg__txtBlk_txtWrap_ttl {
    font-size: 24px;
    --lh: 1.8;
  }
}
.secMsg__imgBlk {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .secMsg__imgBlk {
    width: 40.5%;
    max-width: 486px;
    flex-shrink: 0;
  }
}
.secMsg__ttl {
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .secMsg__ttl {
    margin-bottom: 45px;
  }
}

.secClient__inner {
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .secClient__inner {
    width: calc(100% - 40px);
    max-width: 1400px;
  }
}
.secClient__infoBlk {
  width: 100%;
  padding: 60px 0;
  background: var(--text);
  border-radius: 30px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .secClient__infoBlk {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secClient__infoBlk {
    padding: 100px 0 120px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1240px) {
  .secClient__infoBlk {
    padding: 138px 0 140px;
  }
}
.secClient__infoBlk_inner {
  width: calc(100% - 20px);
}
@media screen and (min-width: 576px) {
  .secClient__infoBlk_inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .secClient__infoBlk_inner {
    width: calc(100% - 50px);
  }
}
.secClient__infoBlk_ttl {
  margin-bottom: 34px;
}
@media screen and (min-width: 768px) {
  .secClient__infoBlk_ttl {
    margin-bottom: 48px;
  }
}
.secClient__infoBlk_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.secClient__infoBlk_list .listItem {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.secClient__infoBlk_list .listItem__img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.secClient__infoBlk_list .listItem__img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .secClient__infoBlk_list .listItem__img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 576px) {
  .secClient__infoBlk_list {
    grid-template-columns: repeat(auto-fill, 120px);
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .secClient__infoBlk_list {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .secClient__infoBlk_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .secClient__infoBlk_list {
    grid-gap: 60px 40px;
  }
}

.secCompany {
  padding: 78px 0 120px;
}
@media screen and (min-width: 768px) {
  .secCompany {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany {
    padding: 160px 0;
  }
}
.secCompany__ttl {
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .secCompany__ttl {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany__ttl {
    margin-bottom: 60px;
  }
}
.secCompany__tableBlk {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .secCompany__tableBlk {
    max-width: 1000px;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany__tableBlk {
    margin-bottom: 130px;
  }
}
.secCompany__tableBlk_table {
  width: 100%;
  font-size: 20px;
}
.secCompany__tableBlk_table th, .secCompany__tableBlk_table td {
  display: block;
}
.secCompany__tableBlk_table th {
  padding: 25px 0 9px;
  font-weight: 700;
  --lh: 1.6;
}
.secCompany__tableBlk_table td {
  padding-bottom: 23px;
  border-bottom: 1px solid var(--text);
  --lh: 1.5;
}
.secCompany__tableBlk_table tr:last-child td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .secCompany__tableBlk_table {
    font-size: 18px;
  }
  .secCompany__tableBlk_table th, .secCompany__tableBlk_table td {
    padding: 24px 0;
    border-bottom: 1px solid var(--text);
    display: table-cell;
  }
  .secCompany__tableBlk_table th {
    width: 130px;
  }
  .secCompany__tableBlk_table tr:last-child th, .secCompany__tableBlk_table tr:last-child td {
    border-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .secCompany__tableBlk_table {
    font-size: 20px;
  }
  .secCompany__tableBlk_table th {
    width: 30%;
  }
}
.secCompany__imgBlk {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}