@charset "UTF-8";
.productList .productList__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-gray2);
  gap: 40px;
}
@media (min-width: 760px) {
  .productList .productList__item {
    -ms-grid-columns: 71% 0 6% 0 23%;
    grid-template-columns: 71% 6% 23%;
    gap: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.productList .productList__item .productList__item__imgLink {
  overflow: hidden;
  -webkit-transition: 0.6s var(--hover-transition);
  transition: 0.6s var(--hover-transition);
}
@media (min-width: 760px) {
  .productList .productList__item .productList__item__imgLink {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.productList .productList__item .productList__item__imgLink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.productList .productList__item .productList__item__imgLink img {
  height: 100%;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.703;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s var(--hover-transition);
  transition: 0.6s var(--hover-transition);
}
.productList .productList__item .productList__item__txtArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content clamp(40px, 5.9vw, 80px) -webkit-max-content clamp(40px, 5.9vw, 80px) -webkit-max-content;
  -ms-grid-rows: max-content clamp(40px, 5.9vw, 80px) max-content clamp(40px, 5.9vw, 80px) max-content;
  grid-template-rows: repeat(3, -webkit-max-content);
  grid-template-rows: repeat(3, max-content);
  -ms-flex-line-pack: center;
      align-content: center;
  gap: clamp(40px, 5.9vw, 80px);
}
@media (min-width: 760px) {
  .productList .productList__item .productList__item__txtArea {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
}
.productList .productList__item .productList__item__txtArea .productList__item__txtArea__inner .headingA {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .productList .productList__item .productList__item__txtArea .productList__item__txtArea__inner .headingA {
    margin-bottom: 26px;
  }
}
.productList .productList__item .productList__item__txtArea .productList__item__txtArea__inner .txt {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media (min-width: 760px) {
  .productList .productList__item .productList__item__txtArea .productList__item__txtArea__inner .txt {
    font-size: 28px;
  }
}
.productList .productList__item .productList__item__txtArea .linkBtn {
  width: 100%;
  max-width: 200px;
  height: 55px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 760px) {
  .productList .productList__item .productList__item__txtArea .linkBtn {
    max-width: 222px;
    height: 66px;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
.productList .productList__item.product1 .productList__item__txtArea .productList__item__txtArea__inner .lgo {
  width: 76px;
}
@media (min-width: 760px) {
  .productList .productList__item.product1 .productList__item__txtArea .productList__item__txtArea__inner .lgo {
    width: 100px;
  }
}


.productList .productList__item.product2 .productList__item__txtArea .productList__item__txtArea__inner .lgo {
  width: 89px;
}
.productList .productList__item.product3 .productList__item__txtArea .productList__item__txtArea__inner .lgo {
  width: 157px;
}

.productList .productList__item.product4 .productList__item__txtArea .productList__item__txtArea__inner .lgo {
  width: 100px;
}

/*****
大きい挿入画像エリア
*****/
.hugeImg {
  margin-bottom: 89px;
}
.hugeImg .hugeImg__inner {
  overflow: hidden;
}
.hugeImg .hugeImg__inner img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 760px) {
  .hugeImg .hugeImg__inner img {
    aspect-ratio: initial;
  }
}

/*****
ABOUTエリア
*****/
.aboutSection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 81px;
}
@media (min-width: 760px) {
  .aboutSection {
    margin-bottom: 120px;
    -ms-grid-columns: auto 338px;
    grid-template-columns: auto 338px;
  }
}
.aboutSection .aboutSection__title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-bottom: 52px;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__title {
    margin-bottom: 0;
  }
}
.aboutSection .aboutSection__titleB {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.aboutSection .aboutSection__contensArea {
  font-size: 16px;
  line-height: 1.583;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  margin-top: 67px;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__contensArea {
    margin-top: 43px;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    font-size: 24px;
  }
}
.aboutSection .aboutSection__contensArea .aboutSection__titleB {
  font-weight: bold;
  line-height: 1.667;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__contensArea .aboutSection__titleB {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.aboutSection .aboutSection__contensArea .aboutSection__txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 25px;
}
.aboutSection .aboutSection__contensArea .aboutSection__txt:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__contensArea .aboutSection__txt {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.aboutSection .aboutSection__lgo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__lgo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.aboutSection .aboutSection__lgo img {
  width: 66px;
}
@media (min-width: 760px) {
  .aboutSection .aboutSection__lgo img {
    width: auto;
  }
}

/*****
COMPANYエリア
*****/
.companySection {
  display: -ms-grid;
  display: grid;
  margin-bottom: 82px;
}
@media (min-width: 760px) {
  .companySection {
    display: block;
    margin-bottom: 120px;
  }
}
.companySection .companySection__title {
  margin-bottom: 32px;
}
@media (min-width: 760px) {
  .companySection .companySection__title {
    margin-bottom: 52px;
  }
}
.companySection .companySection__lgo {
  margin-bottom: 17px;
}
@media (min-width: 760px) {
  .companySection .companySection__lgo {
    margin-bottom: 36px;
  }
}
.companySection .companySection__lgo img {
  width: 200px;
}
@media (min-width: 760px) {
  .companySection .companySection__lgo img {
    width: 278px;
  }
}
.companySection .companySection__txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}
@media (min-width: 760px) {
  .companySection .companySection__txt {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.companySection .companySection__txt.--small {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 40px;
}
@media (min-width: 760px) {
  .companySection .companySection__txt.--small {
    line-height: 2.166;
    font-size: 14px;
  }
}
.companySection .companySection__txt.--small span {
  font-size: 11px;
}
@media (min-width: 760px) {
  .companySection .companySection__txt.--small span {
    font-size: 12px;
  }
}
.companySection .linkBtn {
  width: 200px;
  height: 55px;
}
@media (min-width: 760px) {
  .companySection .linkBtn {
    width: 222px;
    height: 66px;
  }
}
.companySection .linkBtn .linkBtn__txt {
  font-size: 14px;
  -ms-grid-column-align: center;
      justify-self: center;
}
@media (min-width: 760px) {
  .companySection .linkBtn .linkBtn__txt {
    font-size: 18px;
  }
}

/*****
MEMBERエリア
*****/
.memberSection {
  margin-bottom: 93px;
}
@media (min-width: 760px) {
  .memberSection {
    margin-bottom: 120px;
  }
}
.memberSection .memberSection__title {
  margin-bottom: 32px;
}
@media (min-width: 760px) {
  .memberSection .memberSection__title {
    margin-bottom: 52px;
  }
}
.memberSection .memberSection__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(253px, 1fr));
  border-top: 1px solid var(--color-gray2);
  position: relative;
}
.memberSection .memberSection__list::before {
  content: "";
  display: block;
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 4px;
}
.memberSection .memberSection__list .memberSection__list__item {
  padding: 40px 20px;
  border-bottom: 1px solid var(--color-gray2);
  border-right: 1px solid var(--color-gray2);
  margin-bottom: -1px;
}
@media (min-width: 760px) {
  .memberSection .memberSection__list .memberSection__list__item {
    padding: 30px 24px;
  }
}
.memberSection .memberSection__list .memberSection__list__item figure {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}
.memberSection .memberSection__list .memberSection__list__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.memberSection .memberSection__list .memberSection__list__item .name {
  line-height: 1;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.memberSection .memberSection__list .memberSection__list__item .name span {
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
}
.memberSection .memberSection__list .memberSection__list__item .txt {
  font-size: 14px;
  line-height: 1.571;
  margin-bottom: 33px;
}
@media (min-width: 760px) {
  .memberSection .memberSection__list .memberSection__list__item .txt {
    margin-bottom: 35px;
  }
}
.memberSection .memberSection__list .memberSection__list__item .fav {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}
@media (min-width: 760px) {
  .memberSection .memberSection__list .memberSection__list__item .fav {
    margin-bottom: 12px;
  }
}
.memberSection .memberSection__list .memberSection__list__item .favTxt {
  font-size: 14px;
  line-height: 1.571;
}