/* CSS Document */
.spmask {
  display: inline-block;
}

.spmask-inline {
  display: inline;
}

.sponly {
  display: none;
}

@media (max-width: 767px) {
  .spmask {
    display: none;
  }
  .spmask-inline {
    display: none;
  }
  .sponly {
    display: block;
  }
}
/*------------------------------*/
.crosstalk-mv {
  position: relative;
  padding: 12rem 8rem 8rem;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv {
    padding: 6rem 0 0;
  }
}
.crosstalk-mv .image {
  position: relative;
  z-index: 0;
}
.crosstalk-mv .copy {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  bottom: 12rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv .copy {
    position: static;
    margin-left: 1rem;
    margin-top: -7rem;
  }
}
.crosstalk-mv .copy .title {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem 1.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv .copy .title {
    padding: 0.8rem 1rem 0 1rem;
  }
}
.crosstalk-mv .copy .title p.ja {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv .copy .title p.ja {
    font-size: 1.4rem;
    margin-right: 0.5rem;
  }
}
.crosstalk-mv .copy .title p.en {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv .copy .title p.en {
    font-size: 1.2rem;
  }
}
.crosstalk-mv .copy .main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.crosstalk-mv .copy .main p {
  background-color: #fff;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1;
  padding: 2.5rem 2rem;
}
.crosstalk-mv .copy .main p:first-child {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .crosstalk-mv .copy .main p {
    font-size: 2.8rem;
    padding: 1.2rem 1rem;
  }
}

/*------------------------------*/
.member {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .member {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.member .member-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
@media screen and (max-width: 767px) {
  .member .member-wrap {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.member .member-wrap .title {
  background-color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 2rem;
  flex-shrink: 0;
  position: relative;
}
.member .member-wrap .title::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1rem;
  height: 1.8rem;
  position: absolute;
  left: 99%;
  top: calc(50% - 0.9rem);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .member .member-wrap .title::after {
    top: 99%;
    left: calc(50% - 0.5rem);
    width: 1rem;
    height: 0.6rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
@media screen and (max-width: 767px) {
  .member .member-wrap .title {
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
  }
}
.member ul {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  width: 100%;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .member ul {
    row-gap: 3rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
}
.member ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .member ul li {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.member ul li .icon {
  width: 14rem;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .member ul li .icon {
    width: 7rem;
  }
}
.member ul li .icon p {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  translate: -50% 0;
  background-color: #bdcddb;
  border-radius: 100vmax;
  height: 3rem;
  padding-inline: 1rem;
  font-size: 1.4rem;
  display: grid;
  place-content: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .member ul li .icon p {
    font-size: 0.8rem;
    height: 2rem;
    padding-inline: 0.5rem;
  }
}
.member ul li .profile .name {
  font-size: 2.8rem;
  font-weight: 600;
  color: var(--main);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .member ul li .profile .name {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.member ul li .profile p {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .member ul li .profile p {
    font-size: 1rem;
  }
}

/*------------------------------*/
.talk {
  padding-block: 9rem 11rem;
}
@media screen and (max-width: 767px) {
  .talk {
    padding-block: 3rem 5rem;
  }
}
.talk .talk-title .theme {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .talk .talk-title .theme {
    font-size: 1.2rem;
  }
}
.talk .talk-title .title {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .talk .talk-title .title {
    font-size: 2.2rem;
  }
}
.talk ul {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .talk ul {
    margin-top: 2.5rem;
  }
}
.talk ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .talk ul li {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    align-items: flex-start;
  }
}
.talk ul li.align-start {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .talk ul li.align-center {
    align-items: center;
  }
}
.talk ul li .icon {
  flex-shrink: 0;
  width: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .talk ul li .icon {
    width: 6rem;
  }
}
.talk ul li .icon .name {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  translate: -50% 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .talk ul li .icon .name {
    top: calc(100% + 0.5rem);
    font-size: 1.2rem;
  }
}
.talk ul li + li {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .talk ul li + li {
    margin-top: 4rem;
  }
}

/*------------------------------*/
.image-section.align-left {
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .image-section.align-left {
    padding-right: 2rem;
  }
}
.image-section.align-right {
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .image-section.align-right {
    padding-left: 2rem;
  }
}

/*------------------------------*/
/*# sourceMappingURL=crosstalk.css.map */