@charset "UTF-8";
/* --
list.css
会員一覧

 ------------------------------------
-- */
/*-----------------------------------

	$font

-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@200;400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*-----------------------------------

	$color

-----------------------------------*/
/*-----------------------------------

	$mixin

-----------------------------------*/
/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/* --
list.css
会員一覧

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
/*-----------------------------------

	$icon
	矢印アイコン（CSS mask + data-URI SVG）

-----------------------------------*/
.section-heading {
  margin-bottom: clamp(5rem, 10.3333333333rem + -6.9444444444vw, 2rem);
}
@media (max-width: 768px) {
  .section-heading {
    margin-bottom: 2rem;
  }
}
.section-heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: clamp(1.8rem, -0.6888888889rem + 3.2407407407vw, 3.2rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.6;
  margin: 0;
}
.section-heading h2::before {
  content: "";
  display: block;
  width: 3rem;
  height: 0.6rem;
  background-color: #ff9900;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.7em;
}
@media (max-width: 768px) {
  .section-heading h2::before {
    width: 2rem;
    height: 0.4rem;
  }
}
@media (max-width: 768px) {
  .section-heading h2 {
    gap: 8px;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28rem;
  background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
  z-index: -1;
}
@media (max-width: 768px) {
  .page-hero::before {
    display: none;
  }
}
.page-hero__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__inner {
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .page-hero__inner {
    padding: 0;
  }
}
.page-hero__title {
  color: #fff;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__title {
    background: linear-gradient(125deg, #006699 0.37%, #36a9ff 100%);
    padding: 1.5rem 2rem 2rem;
  }
}
.page-hero__title-label {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.6rem, -0.5333333333rem + 2.7777777778vw, 2.8rem);
  line-height: 1;
}
@media (max-width: 768px) {
  .page-hero__title-label {
    line-height: normal;
  }
}
.page-hero__title-label span {
  font-weight: 200;
}
.page-hero__title-label b {
  margin-left: 0.25em;
}
.page-hero__title h2 {
  font-size: clamp(2.4rem, -1.8666666667rem + 5.5555555556vw, 4.8rem);
  font-weight: 8700;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .page-hero__title h2 {
    line-height: normal;
  }
}
.page-hero__lead {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-hero__lead {
  padding-top: 4rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .page-hero__lead {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #fff;
  }
}
.page-hero__lead .section-heading {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-hero__lead .section-heading {
    margin-bottom: 1.5rem;
  }
}
.page-hero__inner > .page-hero__lead {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.page-hero__lead-text {
  font-size: clamp(1.6rem, 1.2444444444rem + 0.462962963vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #090909;
  text-align: left;
}

.contents-mv {
  margin-right: calc(50% - 50vw);
}
.contents-mv img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contents-mv {
    margin-left: calc(50% - 50vw);
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-fade.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*-----------------------------------

	$contents
コンテンツ共有パーツ

-----------------------------------*/
/*-----------------------------------

	$list
	会員一覧 ページ固有コンテンツ

-----------------------------------*/
.list {
  padding: 6rem 0 10rem;
}
@media (max-width: 768px) {
  .list {
    padding: 4rem 0 6rem;
  }
}
.list__inner {
  max-width: 114rem;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .list__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.list__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .list__head {
    margin-bottom: 3rem;
  }
}
.list__title {
  font-size: clamp(2.2rem, -0.2888888889rem + 3.2407407407vw, 3.6rem);
  font-weight: 700;
  color: #006699;
  line-height: 1.4;
  margin: 0 0 1.7rem;
}
.list__lead {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
}
.list__legend {
  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: 4rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .list__legend {
    gap: 2rem 1.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .list__legend {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1.6rem auto;
    grid-template-columns: auto auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 2rem 1.6rem;
  }
}
.list__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media (max-width: 480px) {
  .list__legend-item {
    gap: 1rem;
    min-width: 0;
  }
}
.list__legend-label {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.4;
  margin: 0;
}
.list__legend-label span {
  display: block;
}
@media (max-width: 480px) {
  .list__legend-label {
    min-width: 0;
  }
}

.member-icon-img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .member-icon-img {
    width: 4.2rem;
    height: 4.2rem;
  }
}

.list-accordion {
  border-top: 1px solid #cccccc;
}
.list-accordion__item {
  border-bottom: 1px solid #cccccc;
}
.list-accordion__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 3rem 2rem;
  padding-right: 7rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
}
@media (max-width: 768px) {
  .list-accordion__trigger {
    padding: 2rem 1rem;
    padding-right: 6rem;
  }
}
.list-accordion__trigger.is-open .list-accordion__title {
  color: #006699;
}
.list-accordion__trigger.is-open::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}
.list-accordion__trigger::before, .list-accordion__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #006699;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.list-accordion__trigger::before {
  right: 2rem;
  width: 3rem;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .list-accordion__trigger::before {
    right: 1rem;
    width: 2rem;
  }
}
.list-accordion__trigger::after {
  right: 3.5rem;
  width: 2px;
  height: 3rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 768px) {
  .list-accordion__trigger::after {
    right: 2rem;
    height: 2rem;
  }
}
.list-accordion__title {
  font-size: clamp(1.8rem, 0.7333333333rem + 1.3888888889vw, 2.4rem);
  font-weight: 700;
  line-height: 1.4;
  color: #090909;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.list-accordion__panel {
  padding: 2rem 2rem 3rem;
}
@media (max-width: 768px) {
  .list-accordion__panel {
    padding: 0 0 1rem;
  }
}

.list-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.list-member__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .list-member__unit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .list-member__unit {
    padding: 1rem;
    gap: 1rem;
  }
}
.list-member__unit:nth-child(odd) {
  background: #f0f8fa;
}
.list-member__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-member__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 1200px) {
  .list-member__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
}
.list-member__name-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30rem;
          flex: 0 0 30rem;
  max-width: 30rem;
}
@media (max-width: 1200px) {
  .list-member__name-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    width: 100%;
  }
}
.list-member__name {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.list-member__name a {
  color: #006699;
  text-decoration: underline;
}
.list-member__name a:hover {
  color: #ff9900;
}
.list-member__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.list-member__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
.list-member__address::before {
  display: inline-block;
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.3rem;
  color: #888;
  font-size: 1.6rem;
  line-height: 1;
}
.list-member__address-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.list-member__zip {
  white-space: nowrap;
  font-weight: bold;
}
.list-member__zip::after {
  content: "";
  margin-right: 0.5em;
}
@media (max-width: 480px) {
  .list-member__zip {
    display: block;
  }
  .list-member__zip::after {
    margin-right: 0;
  }
}
.list-member__text {
  font-weight: bold;
}
@media (max-width: 480px) {
  .list-member__text {
    display: block;
  }
}
.list-member__comment {
  font-size: clamp(1.4rem, 1.0444444444rem + 0.462962963vw, 1.6rem);
  line-height: 1.6;
  margin: 0;
  color: #666;
}