@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#talksession {
  width: 100%;
  padding: 190px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#talksession .hero {
  width: 100%;
  margin-bottom: 40px;
}
section#talksession .hero.on .inner .text {
  clip-path: inset(0 0 0 0);
}
section#talksession .hero.on .inner .photo {
  clip-path: inset(0 0 0 0);
}
section#talksession .hero.on + .lead {
  opacity: 1;
}
section#talksession .hero .inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
section#talksession .hero .inner .text {
  text-align: left;
  width: 440px;
  height: 398px;
  padding: 0 0 0 30px;
  background-image: url(../images/talksession/title_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px 0;
  position: absolute;
  left: calc(50% - 580px);
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
}
section#talksession .hero .inner .text h2 span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  white-space: nowrap;
}
section#talksession .hero .inner .text h3 {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .hero .inner .text .btn {
  display: none;
}
section#talksession .hero .inner .photo {
  width: 73%;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
section#talksession .lead {
  width: 100%;
  padding: 0px;
  margin-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
section#talksession .lead p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .member {
  text-align: left;
  width: 1000px;
  margin: 0 auto 80px auto;
}
section#talksession .member.on h4 {
  opacity: 1;
}
section#talksession .member.on .inner > div {
  opacity: 1;
}
section#talksession .member h4 {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#talksession .member .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#talksession .member .inner > div {
  width: calc((100% - 128px) / 3);
  opacity: 0;
  transition: all 0.5s ease-in 0.35s;
}
section#talksession .member .inner > div:nth-child(2) {
  transition-delay: 0.65s;
}
section#talksession .member .inner > div:nth-child(3) {
  transition-delay: 0.95s;
}
section#talksession .member .inner > div figure {
  width: 100%;
  margin-bottom: 24px;
}
section#talksession .member .inner > div dl dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
section#talksession .member .inner > div dl dt span:nth-child(1) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .member .inner > div dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .member .inner > div dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .paragraph {
  text-align: left;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  background-color: #ebf2f2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  transition: opacity 0.5s ease-in 0s;
}
section#talksession .paragraph.on {
  opacity: 1;
}
section#talksession .paragraph:not(:last-child) {
  margin-bottom: 40px;
}
section#talksession .paragraph.p2 {
  background-color: #FFF;
}
section#talksession .paragraph.p2 .block {
  width: calc(100% - 360px);
  margin: 0 auto;
}
section#talksession .paragraph.p2 .block .talk {
  width: 100%;
}
section#talksession .paragraph.p2 .pset {
  width: calc(100% - 360px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section#talksession .paragraph.p2 .pset:not(:last-child) {
  margin-bottom: 64px;
}
section#talksession .paragraph.p2 .pset figure {
  width: calc(50% - 8px);
}
section#talksession .paragraph.p2 .lphoto {
  width: calc(100% - 360px);
  margin: 0 auto;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#talksession .paragraph.p2 .lphoto:not(:last-child) {
  margin-bottom: 64px;
}
section#talksession .paragraph.p2 .lphoto.on {
  clip-path: inset(0 0 0 0);
}
section#talksession .paragraph.p2 .lphoto figure {
  width: 100%;
}
section#talksession .paragraph .mybody {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#talksession .paragraph .mybody.on {
  opacity: 1;
}
section#talksession .paragraph .mybody h4 {
  color: #22b573;
  font-family: "Poppins", serif;
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .paragraph .mybody h4:not(:last-child) {
  margin-bottom: 16px;
}
section#talksession .paragraph .mybody h5 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#talksession .paragraph .block {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#talksession .paragraph .block.on {
  opacity: 1;
}
section#talksession .paragraph .block.on > figure {
  clip-path: inset(0 0 0 0);
}
section#talksession .paragraph .block:not(:last-child) {
  margin-bottom: 64px;
}
section#talksession .paragraph .block.type2 {
  margin-right: auto;
  align-items: center;
}
section#talksession .paragraph .block.type2.center {
  align-items: center;
}
section#talksession .paragraph .block.type2 .talk {
  width: calc(63% - 40px);
  order: 2;
}
section#talksession .paragraph .block.type2 .talk dl dt {
  background-image: url(../images/talksession/title_deco2.png);
  padding: 0 10px 0 30px;
  order: 2;
}
section#talksession .paragraph .block.type2 .talk dl dd {
  order: 1;
}
section#talksession .paragraph .block.type2 .pset {
  width: 37%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 0;
  order: 1;
}
section#talksession .paragraph .block.type2 .pset figure {
  width: 100%;
}
section#talksession .paragraph .block.type3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
section#talksession .paragraph .block.type4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#talksession .paragraph .block.type4 .talk {
  width: calc(63% - 40px);
}
section#talksession .paragraph .block.type4 figure {
  width: 37%;
}
section#talksession .paragraph .block.type5 .talk {
  width: calc(100% - 180px);
}
section#talksession .paragraph .block .talk {
  width: calc(58% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px 0;
}
section#talksession .paragraph .block .talk dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#talksession .paragraph .block .talk dl dt {
  width: 124px;
  padding: 0 30px 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url(../images/talksession/title_deco.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 122px 110px;
}
section#talksession .paragraph .block .talk dl dt p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin: auto 0 0 0;
  position: relative;
  transform: translateY(-10px);
}
section#talksession .paragraph .block .talk dl dt figure {
  width: 40px;
  position: relative;
  transform: translateY(-10px);
}
section#talksession .paragraph .block .talk dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 124px - 30px);
}
section#talksession .paragraph .block > figure {
  width: 42%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
}
section#talksession .paragraph .ph {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.25s;
}
section#talksession .paragraph .ph.on {
  clip-path: inset(0 0 0 0);
}
section#talksession .paragraph .pset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
section#talksession .paragraph .pset.on figure {
  clip-path: inset(0 0 0 0);
}
section#talksession .paragraph .pset.on figure:nth-child(2) {
  transition-delay: 0.25s;
}
section#talksession .paragraph .pset figure {
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}

.phw {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.phw.on {
  opacity: 1;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#talksession {
    width: 100%;
    padding: 92px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#talksession .hero {
    width: 100%;
    margin-bottom: 24px;
  }
  section#talksession .hero .inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#talksession .hero .inner .text {
    text-align: left;
    width: calc(100% - 80px);
    height: 168px;
    margin: -64px 0 0 0;
    padding: 0 0 0 16px;
    background-image: url(../images/talksession/title_deco.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px 0;
    position: relative;
    left: auto;
    order: 2;
  }
  section#talksession .hero .inner .text h2 span {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  section#talksession .hero .inner .text h3 {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .hero .inner .text .btn {
    display: none;
  }
  section#talksession .hero .inner .photo {
    width: calc(100% - 32px);
    margin: 0 0 0 auto;
    order: 1;
  }
  section#talksession .lead {
    width: calc(100% - 32px);
    padding: 0px;
    margin: 0 auto 40px auto;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  section#talksession .lead p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#talksession .member {
    text-align: left;
    width: calc(100% - 32px);
    margin: 0 auto 40px auto;
  }
  section#talksession .member h4 {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#talksession .member .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 16px;
  }
  section#talksession .member .inner > div {
    width: calc((100% - 16px) / 2);
  }
  section#talksession .member .inner > div figure {
    width: 100%;
    margin-bottom: 16px;
  }
  section#talksession .member .inner > div dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  section#talksession .member .inner > div dl dt span:nth-child(1) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .member .inner > div dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .member .inner > div dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .paragraph {
    padding: 40px 0;
  }
  section#talksession .paragraph:not(:last-child) {
    margin-bottom: 40px;
  }
  section#talksession .paragraph.p2 {
    background-color: #FFF;
  }
  section#talksession .paragraph.p2 .block {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#talksession .paragraph.p2 .block .talk {
    width: 100%;
  }
  section#talksession .paragraph.p2 .pset {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 0px;
  }
  section#talksession .paragraph.p2 .pset:not(:last-child) {
    margin-bottom: 32px;
  }
  section#talksession .paragraph.p2 .pset figure {
    width: 50%;
  }
  section#talksession .paragraph.p2 .lphoto {
    width: 100%;
    margin: 0 auto;
  }
  section#talksession .paragraph.p2 .lphoto:not(:last-child) {
    margin-bottom: 32px;
  }
  section#talksession .paragraph.p2 .lphoto figure {
    width: 100%;
  }
  section#talksession .paragraph .mybody {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  section#talksession .paragraph .mybody.on {
    opacity: 1;
  }
  section#talksession .paragraph .mybody h4 {
    color: #22b573;
    font-family: "Poppins", serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .paragraph .mybody h4:not(:last-child) {
    margin-bottom: 0px;
  }
  section#talksession .paragraph .mybody h5 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#talksession .paragraph .block {
    width: calc(100% - 32px);
    margin: 0 auto;
    flex-direction: column;
  }
  section#talksession .paragraph .block:not(:last-child) {
    margin-bottom: 32px;
  }
  section#talksession .paragraph .block.type2 {
    margin-right: auto;
  }
  section#talksession .paragraph .block.type2.center {
    align-items: center;
  }
  section#talksession .paragraph .block.type2 .talk {
    width: 100%;
    order: 1;
  }
  section#talksession .paragraph .block.type2 .talk dl dt {
    background-image: url(../images/talksession/title_deco2.png);
    padding: 0 10px 0 30px;
    order: 2;
  }
  section#talksession .paragraph .block.type2 .talk dl dd {
    order: 1;
  }
  section#talksession .paragraph .block.type2 .pset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
    gap: 10px 0;
    order: 2;
  }
  section#talksession .paragraph .block.type2 .pset figure {
    width: 100%;
  }
  section#talksession .paragraph .block.type3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#talksession .paragraph .block.type4 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#talksession .paragraph .block.type4 .talk {
    width: 100%;
  }
  section#talksession .paragraph .block.type4 figure {
    width: 100%;
  }
  section#talksession .paragraph .block.type5 .talk {
    width: 100%;
  }
  section#talksession .paragraph .block .talk {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#talksession .paragraph .block .talk:not(:last-child) {
    margin-bottom: 24px;
  }
  section#talksession .paragraph .block .talk dl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
  }
  section#talksession .paragraph .block .talk dl dt {
    width: 80px;
    height: 72px;
    padding: 0 20px 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background-image: url(../images/talksession/title_deco.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80px 64px;
  }
  section#talksession .paragraph .block .talk dl dt p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: auto 0 0 0;
    position: relative;
    transform: translateY(-10px);
  }
  section#talksession .paragraph .block .talk dl dt figure {
    width: 24px;
    flex-shrink: 0;
    transform: translateY(-8px);
  }
  section#talksession .paragraph .block .talk dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 80px - 16px);
  }
  section#talksession .paragraph .block > figure {
    width: 100%;
  }
  section#talksession .paragraph .ph {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0.25s;
  }
  section#talksession .paragraph .ph.on {
    clip-path: inset(0 0 0 0);
  }
  section#talksession .paragraph .pset {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 16px;
  }
  section#talksession .paragraph .pset.on figure {
    clip-path: inset(0 0 0 0);
  }
  section#talksession .paragraph .pset.on figure:nth-child(2) {
    transition-delay: 0.25s;
  }
  section#talksession .paragraph .pset figure {
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 0s;
  }

  .phw {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  .phw.on {
    opacity: 1;
  }
}

/*# sourceMappingURL=style_ts.css.map */
