@charset "UTF-8";
/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

.subHero + section {
  overflow: unset;
}

#crossTalk .about__wrapper {
  padding-bottom: max(14rem, 100px);
}
#crossTalk .about__title {
  color: #3a9447;
  font-size: max(3.6rem, 26px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
#crossTalk .about__content {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: max(10rem, 30px);
  margin-top: max(7.5rem, 50px);
}
@media screen and (max-width: 1000px) {
  #crossTalk .about__content {
    grid-template-columns: 1fr;
    gap: max(10rem, 50px);
  }
}
#crossTalk .about__content__theme {
  -ms-flex-item-align: start;
      align-self: start;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #crossTalk .about__content__theme {
    position: sticky;
    top: max(10rem, 100px);
  }
}
#crossTalk .about__content__theme h3 {
  color: #3a9447;
  font-family: YakuHanJP, "Outfit", sans-serif;
  font-size: max(2.1rem, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
#crossTalk .about__content__theme__list {
  display: grid;
  gap: max(2rem, 20px);
  margin-top: max(3rem, 30px);
}
#crossTalk .about__content__theme__list__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: max(1rem, 5px);
}
#crossTalk .about__content__theme__list__item button .button__radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: max(2rem, 17px);
  height: max(2rem, 17px);
  border-radius: 50%;
  border: max(0.2rem, 2px) solid #3a9447;
}
#crossTalk .about__content__theme__list__item button .button__radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #3a9447;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#crossTalk .about__content__theme__list__item button .button__text {
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#crossTalk .about__content__theme__list__item button:hover {
  opacity: 1;
}
#crossTalk .about__content__theme__list__item button:hover .button__radio::before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#crossTalk .about__content__theme__list__item button.active .button__radio::before {
  content: "";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 1;
}
#crossTalk .about__content__detail {
  min-width: 480px;
}
@media screen and (max-width: 1000px) {
  #crossTalk .about__content__detail {
    min-width: 100%;
  }
}
#crossTalk .about__content__detail .detail__title {
  font-size: max(2rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: max(2.5rem, 20px) 5%;
  margin-bottom: max(4rem, 30px);
}
#crossTalk .about__content__detail .detail__title--primary {
  color: #fff;
  background: #3a9447;
}
#crossTalk .about__content__detail .detail__title--secondary {
  color: #3a9447;
  background: rgba(58, 148, 71, 0.05);
  border-top: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
  border-bottom: max(0.2rem, 2px) dotted rgba(58, 148, 71, 0.6);
}
#crossTalk .about__content__detail .detail__member {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145.5px, 1fr));
  gap: 30px max(2rem, 10px);
}
#crossTalk .about__content__detail .detail__member__item .imageBox {
  border-radius: max(1.5rem, 10px);
  overflow: hidden;
}
#crossTalk .about__content__detail .detail__member__item figcaption {
  margin-top: max(2rem, 15px);
}
#crossTalk .about__content__detail .detail__member__item figcaption h4 {
  position: relative;
  font-size: max(3.1rem, 22px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: max(1.5rem, 15px);
  margin-bottom: max(1rem, 10px);
}
#crossTalk .about__content__detail .detail__member__item figcaption h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: max(4.5rem, 40px);
  border-bottom: max(0.2rem, 2px) dotted #3a9447;
}
#crossTalk .about__content__detail .detail__member__item figcaption span {
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#crossTalk .about__content__detail .detail__member__item figcaption p {
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: max(0.5rem, 5px);
}
#crossTalk .about__content__detail .detail__talk__agenda {
  margin-top: max(8.5rem, 50px);
}
#crossTalk .about__content__detail .detail__talk__list {
  display: grid;
  row-gap: max(3.5rem, 30px);
}
#crossTalk .about__content__detail .detail__talk__list__comment {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: max(11.5rem, 80px) 1fr;
  gap: max(4rem, 15px);
}
@media screen and (max-width: 550px) {
  #crossTalk .about__content__detail .detail__talk__list__comment {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#crossTalk .about__content__detail .detail__talk__list__comment__image .imageBox {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: max(1.5rem, 15px);
}
#crossTalk .about__content__detail .detail__talk__list__comment__image figcaption h4 {
  text-align: center;
  margin-top: max(1rem, 10px);
  font-size: max(1.6rem, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
#crossTalk .about__content__detail .detail__talk__list__comment__content p {
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#crossTalk .about__content__detail .detail__talk__list__question {
  position: relative;
  padding-left: 2.5em;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
}
#crossTalk .about__content__detail .detail__talk__list__question::before {
  content: "——";
  position: absolute;
  left: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#crossTalk .about__content__detail .detail__talk__scenery {
  width: 100%;
  aspect-ratio: 30/17;
  border-radius: max(3rem, 20px);
  overflow: hidden;
  margin-top: max(5rem, 30px);
}/*# sourceMappingURL=crosstalk.css.map */