#discussion {
  background-attachment: fixed;
  background-image: url("../img/discussion/bg-header.jpg");
  background-color: #222;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  /*
  #section02,
  #section03,
  #section04 {
    background-attachment: fixed;
    background-image: url(../img/discussion/section02-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40vh;
    @include mq() {
        padding-top:40vh;
        background-position: center;
      }
  }
  #section03 {
    background-image: url(../img/discussion/section03-bg.jpg);
  }
  #section04 {
    background-image: url(../img/discussion/section04-bg.jpg);
  }
  }
  #discussion.glass {
    background-image: url(../img/discussion/g-bg-header.jpg);
    #section02,
    #section03,
    #section04 {
      background-attachment: fixed;
      background-image: url(../img/discussion/g-section02-bg.jpg);
      background-repeat: no-repeat;
      padding-top: 60vh;
      @include mq() {
        padding-top:50vh;
      }
    }
    #section03 {
      background-image: url(../img/discussion/g-section03-bg.jpg);
    }
    #section04 {
    background-image: url(../img/discussion/g-section04-bg.jpg);
    }
  }
  */
}
#discussion .bg-text {
  background-size: 100% auto;
  padding-top: 4.375rem;
  background-image: url("../img/discussion/bg-ttl-text.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #discussion .bg-text {
    background-size: auto 110px;
  }
}
#discussion .bg-text h1 {
  font-weight: 600;
  font-size: clamp(3.75rem, 1.528rem + 4.63vw, 5rem);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  #discussion .bg-text h1 {
    padding: 0 3.75rem;
  }
}
@media screen and (max-width: 480px) {
  #discussion .bg-text h1 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
#discussion .bg-text h1 .char {
  display: inline-block;
  will-change: transform, opacity;
}
#discussion .bg-text p {
  text-align: center;
}
#discussion .bg-text p::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  margin: 8px auto 0;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrow 0.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  #discussion .bg-text p::after {
    height: 20px;
  }
}
@keyframes lineGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
#discussion #section02,
#discussion #section03,
#discussion #section04 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 60vh;
}
@media screen and (max-width: 768px) {
  #discussion #section02,
  #discussion #section03,
  #discussion #section04 {
    padding-top: 35vh;
    background-size: 180% auto;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #discussion #section02,
  #discussion #section03,
  #discussion #section04 {
    background-attachment: scroll !important;
  }
}
#discussion #section02 {
  background-image: url(../img/discussion/section02-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #section02 {
    background-image: url(../img/discussion/section02-bg-sp.jpg);
  }
}
#discussion #section03 {
  background-image: url(../img/discussion/section03-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #section03 {
    background-image: url(../img/discussion/section03-bg-sp.jpg);
  }
}
#discussion #section04 {
  background-image: url(../img/discussion/section04-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #section04 {
    background-image: url(../img/discussion/section04-bg-sp.jpg);
  }
}
#discussion #discussion.glass {
  background-image: url(../img/discussion/g-bg-header.jpg);
}
#discussion #discussion.glass #section02,
#discussion #discussion.glass #section03,
#discussion #discussion.glass #section04 {
  padding-top: 60vh;
}
@media screen and (max-width: 768px) {
  #discussion #discussion.glass #section02,
  #discussion #discussion.glass #section03,
  #discussion #discussion.glass #section04 {
    padding-top: 35vh;
    background-size: 180% auto;
  }
}
#discussion #discussion.glass #section02 {
  background-image: url(../img/discussion/g-section02-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #discussion.glass #section02 {
    background-image: url(../img/discussion/g-section02-bg-sp.jpg);
  }
}
#discussion #discussion.glass #section03 {
  background-image: url(../img/discussion/g-section03-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #discussion.glass #section03 {
    background-image: url(../img/discussion/g-section03-bg-sp.jpg);
  }
}
#discussion #discussion.glass #section04 {
  background-image: url(../img/discussion/g-section04-bg.jpg);
}
@media screen and (max-width: 768px) {
  #discussion #discussion.glass #section04 {
    background-image: url(../img/discussion/g-section04-bg-sp.jpg);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  #discussion #discussion.glass #section02,
  #discussion #discussion.glass #section03,
  #discussion #discussion.glass #section04 {
    background-attachment: scroll !important;
  }
}

.group-name-box {
  background: #222;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
}

.outline .outline-box {
  background: #fff;
}
.outline .outline-box .ttl-box {
  background: #eee;
  text-align: center;
}
.outline .outline-box .ttl-box h2 {
  padding-top: 2.5rem;
  font-size: clamp(1.25rem, 0.909rem + 1.45vw, 2rem);
  line-height: 1.1;
  padding-bottom: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .outline .outline-box .ttl-box h2 {
    width: 16em;
    margin: 0 auto 1.5rem;
  }
}
.outline .outline-box .ttl-box p.date {
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 1.5rem;
}
.outline .outline-box p.main-text {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .outline .outline-box p.main-text {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 94%;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
  }
}

.member {
  background-image: url(../img/discussion/icon-s.png);
  background-position: 10% top;
  background-repeat: no-repeat;
  background-size: 30vw;
  background-color: #000;
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (max-width: 768px) {
  .member {
    background-position: 0 top;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-size: 60vw;
  }
}
.member .ttl-box {
  width: 100%;
  margin-left: 3vw;
}
.member .ttl-box h2 {
  font-size: clamp(3.75rem, 1.52rem + 4.64vw, 5rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .member .ttl-box h2 {
    font-size: clamp(2rem, 0.324rem + 5.57vw, 3rem);
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .member .ttl-box h2 {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .member .ttl-box p {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .member .ttl-box {
    margin-left: 0;
  }
}
.member .member-box {
  max-width: 96%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 480px) {
  .member .member-box {
    max-width: 100%;
    padding: 0 0;
  }
}
.member .member-box .member-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (max-width: 480px) {
  .member .member-box .member-list {
    justify-content: space-between;
    gap: 0.5rem;
  }
}
.member .member-box .member-list .member-list-item {
  flex: 1 1 calc(25% - 1.5rem);
  max-width: calc(25% - 1.5rem);
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .member .member-box .member-list .member-list-item {
    flex: 1 1 calc(33.333% - 1.5rem);
    max-width: calc(33.333% - 1.5rem);
  }
  .member .member-box .member-list .member-list-item:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .member .member-box .member-list .member-list-item {
    flex: 1 1 calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
  .member .member-box .member-list .member-list-item:last-child {
    margin-right: auto;
  }
}
@media (max-width: 480px) {
  .member .member-box .member-list .member-list-item {
    flex: 1 1 calc(49% - 0.25rem);
    max-width: calc(49% - 0.25rem);
  }
}
.member .member-box .member-list .member-list-item img {
  display: block;
  margin: 0 auto 0.5rem;
  width: 100%;
  height: auto;
}
.member .member-box .member-list .member-list-item .post {
  font-size: 0.875rem;
  font-weight: 300;
}
.member .member-box .member-list .member-list-item .name {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 2rem;
}

.index-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .index-wrapper {
    gap: 1.5rem;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }
}
.index-wrapper .index-ttl {
  display: grid;
  place-items: center;
  background-color: #222;
  color: #fff;
  min-width: 6em;
  min-height: 6em;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .index-wrapper .index-ttl {
    font-size: 1.25rem;
    min-height: 1.2em;
  }
}
.index-wrapper .index-list {
  font-size: clamp(1rem, 0.943rem + 0.24vw, 1.125rem);
}
.index-wrapper .index-list ul {
  counter-reset: list-counter;
}
.index-wrapper .index-list ul li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.25rem;
}
.index-wrapper .index-list ul li::before {
  content: counter(list-counter, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #222;
  font-family: Roboto;
}
.index-wrapper .index-list ul li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .index-wrapper .index-list ul li {
    border-bottom: 1px dotted #eee;
    line-height: 1.3;
    padding-bottom: 0.25rem;
    margin-bottom: 1rem;
  }
}

#section01 .h2-box,
#section02 .h2-box,
#section03 .h2-box,
#section04 .h2-box {
  background: #fff;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #section01 .h2-box,
  #section02 .h2-box,
  #section03 .h2-box,
  #section04 .h2-box {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
#section01 .h2-box h2,
#section02 .h2-box h2,
#section03 .h2-box h2,
#section04 .h2-box h2 {
  text-align: center;
  font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
  padding-bottom: 1rem;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #section01 .h2-box h2,
  #section02 .h2-box h2,
  #section03 .h2-box h2,
  #section04 .h2-box h2 {
    width: 96%;
    margin: 0 auto;
  }
}
#section01 .h2-box h2::after,
#section02 .h2-box h2::after,
#section03 .h2-box h2::after,
#section04 .h2-box h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 4.5rem;
  height: 1px;
  content: "";
  background: #000;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #section01 .h2-box h2::after,
  #section02 .h2-box h2::after,
  #section03 .h2-box h2::after,
  #section04 .h2-box h2::after {
    width: 2.5rem;
  }
}

.dialog-wrapper {
  background: #fff;
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 4rem;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .dialog-wrapper {
    flex-direction: column;
    max-width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    background: #fff;
  }
}
@media screen and (max-width: 480px) {
  .dialog-wrapper {
    padding-left: 5svw;
    padding-right: 5svw;
  }
}
.dialog-wrapper .photo-list {
  display: flex;
  flex-direction: column;
  gap: 2em;
  max-width: 420px;
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1440px) {
  .dialog-wrapper .photo-list {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 1024px) {
  .dialog-wrapper .photo-list {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 768px) {
  .dialog-wrapper .photo-list {
    order: 2;
    margin: 2rem auto;
  }
}
.dialog-wrapper .photo-list .photo-item {
  display: flex;
  width: 100%;
}
.dialog-wrapper .photo-list .photo-item img {
  height: auto;
  display: block;
}
.dialog-wrapper .photo-list .photo-item.left {
  justify-content: flex-start;
  margin-right: auto;
}
.dialog-wrapper .photo-list .photo-item.right {
  justify-content: flex-end;
  margin-left: auto;
}
.dialog-wrapper .photo-list .photo-item.size-base {
  max-width: 100%;
}
.dialog-wrapper .photo-list .photo-item.size-sm {
  max-width: 76.19%;
}
.dialog-wrapper .photo-list .photo-item.size-xsm {
  max-width: 55%;
}
.dialog-wrapper .dialog-box {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .dialog-wrapper .dialog-box {
    flex: 1;
  }
}
.dialog-wrapper .dialog-box h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  position: relative;
  margin-left: 2.5rem;
  max-width: 47.5rem;
}
@media screen and (max-width: 768px) {
  .dialog-wrapper .dialog-box h3 {
    font-size: 1.25rem;
    color: var(--primary-color);
    line-height: 1.3;
  }
}
.dialog-wrapper .dialog-box h3::before {
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 40px;
  width: 32px;
  height: 1px;
  content: "Q.";
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .dialog-wrapper .dialog-box h3::before {
    top: 0;
    left: -32px;
    width: 30px;
    font-weight: 700;
  }
}
.dialog-wrapper .dialog-box h3::after {
  position: absolute;
  content: "";
  bottom: 40px;
}
.dialog-wrapper .dialog-box .dialog-line {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .dialog-wrapper .dialog-box .dialog-line {
    flex-direction: column;
  }
}
.dialog-wrapper .dialog-box .dialog-line dt {
  background: #eee;
  padding: 0.2rem 1rem;
  flex-shrink: 0;
  width: 6rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.dialog-wrapper .dialog-box .dialog-line dd {
  flex: 1;
  margin: 0;
  padding: 0 1rem;
  line-height: 1.8;
  font-size: clamp(1rem, 0.792rem + 0.28vw, 1.125rem);
  margin-bottom: 1.125rem;
  text-align: justify;
}

.group-photo {
  width: 100%;
  padding: 100px 0;
  background: #fff;
}
.group-photo img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .group-photo img {
    max-width: 100%;
  }
}

.button-1 {
  width: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 0.9em 0 0.9em 2em;
  font-size: 1em;
  text-decoration: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.button-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  z-index: 1;
  transition: width 0.3s ease;
}
.button-1 .button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
}
.button-1 .text {
  white-space: nowrap;
}
.button-1 .line {
  height: 1px;
  background-color: #fff;
  width: 50px;
  margin-left: 12px;
  transition: width 0.3s ease;
}
.button-1:hover::before {
  width: 100%;
}
.button-1:hover .line {
  animation: lineShrinkExpand 0.3s forwards;
  animation-direction: reverse;
}

@keyframes lineShrinkExpand {
  0% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}
.delay-in > * {
  opacity: 0;
  transform: translateY(30px);
}

.stagger-fade > * {
  opacity: 0;
  transform: translateY(30px);
}/*# sourceMappingURL=discussion.css.map */