@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&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");
@import url("https://use.typekit.net/kri6qmn.css");
@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);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0px);
  }
}
section {
  width: 100%;
}
section#crosstalk {
  padding: 80px 0 0 0;
}
section#crosstalk .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#crosstalk .inner .ph {
  position: relative;
}
section#crosstalk .inner .ph::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D44B6B;
  clip-path: inset(0 0 0 0);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: clip-path 0.45s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
section#crosstalk .inner .ph.on::before {
  clip-path: inset(0 0 0 100%);
}
section#crosstalk .inner .title {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#crosstalk .inner .title.on h3, section#crosstalk .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#crosstalk .inner .title h3 {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#crosstalk .inner .title h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#crosstalk .inner .breadcrumb {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  width: calc(100% - 256px);
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#crosstalk .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#crosstalk .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#crosstalk .inner .hero {
  width: 100%;
  padding: 96px 0 150px 0;
  overflow: hidden;
}
section#crosstalk .inner .hero.on .inhero::before {
  opacity: 1;
}
section#crosstalk .inner .hero.on .inhero .text dl,
section#crosstalk .inner .hero.on .inhero .text h5,
section#crosstalk .inner .hero.on .inhero .text p {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .hero.on .inhero .photo {
  opacity: 1;
}
section#crosstalk .inner .hero.on .inhero .photo::before, section#crosstalk .inner .hero.on .inhero .photo::after {
  opacity: 1;
}
section#crosstalk .inner .hero.on .inhero .photo img {
  clip-path: circle(100% at 50% 50%);
}
section#crosstalk .inner .hero .inhero {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
}
section#crosstalk .inner .hero .inhero::before {
  content: "";
  width: 65px;
  height: 33px;
  background-image: url(../images/illust_cloud3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 130px;
  right: 0px;
  z-index: 3;
  animation: fuwa3 10s linear infinite;
  opacity: 0;
  transition: opacity 1s ease-in 1.5s;
}
section#crosstalk .inner .hero .inhero .text {
  text-align: left;
  width: 520px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
section#crosstalk .inner .hero .inhero .text dl {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#crosstalk .inner .hero .inhero .text dl.body {
  margin-bottom: 160px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#crosstalk .inner .hero .inhero .text dl.body dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#crosstalk .inner .hero .inhero .text dl.body dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .hero .inhero .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 24px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#crosstalk .inner .hero .inhero .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 358px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.75s;
}
section#crosstalk .inner .hero .inhero .photo {
  width: 814px;
  position: absolute;
  top: -24px;
  left: calc(50% - 140px);
}
section#crosstalk .inner .hero .inhero .photo::before {
  content: "";
  width: 135px;
  height: 110px;
  background-image: url(../images/illust_cloud1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 3;
  animation: fuwa1 4s linear infinite;
  opacity: 0;
  transition: opacity 1s ease-in 0.45s;
}
section#crosstalk .inner .hero .inhero .photo::after {
  content: "";
  width: 111px;
  height: 90px;
  background-image: url(../images/illust_cloud2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  right: 80px;
  z-index: 3;
  animation: fuwa2 4s linear infinite;
  opacity: 0;
  transition: opacity 1s ease-in 0.75s;
}
section#crosstalk .inner .hero .inhero .photo img {
  width: 100%;
  clip-path: circle(0% at 0 100%);
  transition: all 1s ease-out 0.5s;
}
section#crosstalk .inner .profile {
  width: calc(100% - 256px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: strtch;
  gap: 56px 40px;
}
section#crosstalk .inner .profile:not(:last-child) {
  margin-bottom: 136px;
}
section#crosstalk .inner .profile > div {
  text-align: left;
  width: calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
section#crosstalk .inner .profile > div figure {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
section#crosstalk .inner .profile > div figure.on + dl {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .profile > div dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#crosstalk .inner .profile > div dl dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#crosstalk .inner .profile > div dl dt:not(:last-child) {
  margin-bottom: 16px;
}
section#crosstalk .inner .profile > div dl dt span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .profile > div dl dt span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .profile > div dl dt span:nth-child(3) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 6px 16px;
  border: solid 1px #000;
  border-radius: 24px;
}
section#crosstalk .inner .profile > div dl dd {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
}
section#crosstalk .inner .talk .inner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 0 128px;
}
section#crosstalk .inner .talk .inner .talk-index {
  width: 33.333%;
  position: sticky;
  top: 80px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex {
  text-align: left;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 80px);
  background-color: #F9F8F6;
  padding: 96px 128px 96px 128px;
  margin-left: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 56px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t1 {
  font-weight: 700;
  opacity: 1;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t1::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t3, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t4 {
  font-weight: 500;
  opacity: 0.5;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t3::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t4::before {
  content: none;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t3, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t4 {
  font-weight: 500;
  opacity: 0.5;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t3::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t4::before {
  content: none;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t2 {
  font-weight: 700;
  opacity: 1;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t2::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t4 {
  font-weight: 500;
  opacity: 0.5;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t4::before {
  content: none;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t3 {
  font-weight: 700;
  opacity: 1;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t3::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t3 {
  font-weight: 500;
  opacity: 0.5;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t3::before {
  content: none;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t4 {
  font-weight: 700;
  opacity: 1;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t4::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 6px;
  left: -20px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px 0;
  opacity: 0.5;
  position: relative;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd:not(:last-child) {
  margin-bottom: 24px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd span:nth-child(1) {
  color: #D44B6B;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px 16px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo.column {
  flex-direction: column;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo.column .prof {
  width: 100%;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(1) {
  width: 43.25%;
  border-radius: 24px;
  overflow: hidden;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) {
  width: calc(56.75% - 8px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flexstart;
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) p:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) p:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk .inner .talk-text {
  width: calc(66.667% - 128px);
  padding: 96px 0;
  flex-shrink: 0;
}
section#crosstalk .inner .talk .inner .talk-text .block {
  text-align: left;
  width: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px 0;
}
section#crosstalk .inner .talk .inner .talk-text .block:not(:first-child) {
  padding: 80px 0 0 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}
section#crosstalk .inner .talk .inner .talk-text .block:not(:last-child) {
  margin-bottom: 80px;
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle {
  width: 100%;
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle.on h5, section#crosstalk .inner .talk .inner .talk-text .block .mytitle.on h4 {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 40px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 span:nth-child(1) {
  color: #D44B6B;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 span:nth-child(2) {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk .inner .talk-text .block .mytitle h4 {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#crosstalk .inner .talk .inner .talk-text .block > .ph {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
section#crosstalk .inner .talk .inner .talk-text .block > .ph:not(:last-child) {
  margin-bottom: 56px;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl.on {
  opacity: 1;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl > dt {
  width: 96px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl > dt figure {
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  margin-bottom: 8px;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl > dt figure img {
  width: 100%;
}
section#crosstalk .inner .talk .inner .talk-text .block > dl > dt span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .talk .inner .talk-text .block > dl > dd {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  width: calc(100% - 96px - 24px);
}
section#crosstalk .inner .more {
  width: 100%;
  padding: 96px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 56px 0;
}
section#crosstalk .inner .more.on .combo .incombo .ctitle {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .more .combo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#crosstalk .inner .more .combo .incombo {
  width: 1184px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#crosstalk .inner .more .combo .incombo .ctitle {
  text-align: left;
  width: calc(100% - 592px - 80px);
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#crosstalk .inner .more .combo .incombo .ctitle h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .more .combo .incombo .ctitle h5:not(:last-child) {
  margin-bottom: 24px;
}
section#crosstalk .inner .more .combo .incombo .ctitle dl {
  margin-bottom: 64px;
}
section#crosstalk .inner .more .combo .incombo .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#crosstalk .inner .more .combo .incombo .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#crosstalk .inner .more .combo .incombo .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#crosstalk .inner .more .combo .incombo .ctitle dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .more .combo .incombo .ctitle p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .more .combo .incombo .ctitle p:not(:last-child) {
  margin-bottom: 56px;
}
section#crosstalk .inner .more .combo .incombo .ctitle .btn {
  margin-left: auto;
}
section#crosstalk .inner .more .combo .incombo .ctitle .btn a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
section#crosstalk .inner .more .combo .incombo .ctitle .btn a:hover span {
  color: #D44B6B;
}
section#crosstalk .inner .more .combo .incombo .ctitle .btn a::after {
  content: "";
  width: 56px;
  height: 36px;
  background-image: url(../../common/images/btn1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
section#crosstalk .inner .more .combo .incombo .ctitle .btn a span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
section#crosstalk .inner .more .combo .incombo .photo {
  width: 592px;
  border-radius: 8px;
  overflow: hidden;
}
section#crosstalk .inner .more .combo .incombo .photo::before {
  transition-delay: 0.5s;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#crosstalk {
    padding: 80px 0 0 0;
  }
  section#crosstalk .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#crosstalk .inner .title {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#crosstalk .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#crosstalk .inner .title h3 {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .breadcrumb {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
  }
  section#crosstalk .inner .hero {
    width: 100%;
    padding: 32px 0 80px 0;
    overflow: hidden;
  }
  section#crosstalk .inner .hero .inhero {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#crosstalk .inner .hero .inhero .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    order: 2;
  }
  section#crosstalk .inner .hero .inhero .text dl {
    width: 100%;
  }
  section#crosstalk .inner .hero .inhero .text dl.body {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .hero .inhero .text dl.body dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#crosstalk .inner .hero .inhero .text dl.body dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .inhero .text dl.status {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
  }
  section#crosstalk .inner .hero .inhero .text dl.status dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .inhero .text dl.status dd:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .inhero .text dl.status dd:nth-child(3) {
    padding: 4px 16px;
    border: solid 1px #4E4E4E;
    border-radius: 24px;
  }
  section#crosstalk .inner .hero .inhero .text dl.status dd:nth-child(3) span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .inhero .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#crosstalk .inner .hero .inhero .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: 100%;
  }
  section#crosstalk .inner .hero .inhero .photo {
    width: 120vw;
    margin-bottom: 24px;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
  }
  section#crosstalk .inner .hero .inhero .photo::before {
    width: 100px;
    height: 81px;
    top: 0;
    left: -16px;
    z-index: 3;
  }
  section#crosstalk .inner .hero .inhero .photo::after {
    width: 90px;
    height: 73px;
    top: calc(100% - 73px);
    right: 40px;
    z-index: 3;
  }
  section#crosstalk .inner .profile {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: strtch;
    gap: 32px 16px;
  }
  section#crosstalk .inner .profile:not(:last-child) {
    margin-bottom: 64px;
  }
  section#crosstalk .inner .profile > div {
    text-align: left;
    width: calc((100% - 16px) / 2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#crosstalk .inner .profile > div figure {
    border-radius: 8px;
    overflow: hidden;
  }
  section#crosstalk .inner .profile > div dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .profile > div dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    margin-bottom: 8px;
  }
  section#crosstalk .inner .profile > div dl dt span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .profile > div dl dt span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .profile > div dl dt span:nth-child(3) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 6px 16px;
    border: solid 1px #000;
    border-radius: 24px;
  }
  section#crosstalk .inner .profile > div dl dd {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk {
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 48px;
  }
  section#crosstalk .inner .talk .inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    gap: 32px 0;
  }
  section#crosstalk .inner .talk .inner .talk-index {
    width: 100%;
    position: relative;
    top: auto;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex {
    text-align: left;
    width: 100%;
    height: auto;
    min-height: auto;
    background-color: #F9F8F6;
    padding: 32px 16px;
    margin-left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link {
    width: 100%;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t1 {
    font-weight: 700;
    opacity: 1;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t1::before {
    content: "";
    width: 12px;
    height: 8px;
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t3, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t4 {
    font-weight: 500;
    opacity: 0.5;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t3::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0 dd.t4::before {
    content: none;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t3, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t4 {
    font-weight: 500;
    opacity: 0.5;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t3::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t4::before {
    content: none;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t2 {
    font-weight: 700;
    opacity: 1;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act1 dd.t2::before {
    content: "";
    width: 12px;
    height: 8px;
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t4 {
    font-weight: 500;
    opacity: 0.5;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t4::before {
    content: none;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t3 {
    font-weight: 700;
    opacity: 1;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act2 dd.t3::before {
    content: "";
    width: 12px;
    height: 8px;
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t1, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t2, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t3 {
    font-weight: 500;
    opacity: 0.5;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t1::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t2::before, section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t3::before {
    content: none;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t4 {
    font-weight: 700;
    opacity: 1;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl.act0.act3 dd.t4::before {
    content: "";
    width: 12px;
    height: 8px;
    background-image: url(../images/icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 32px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
    opacity: 0.5;
    position: relative;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd span:nth-child(1) {
    color: #D44B6B;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .link dl dd span:nth-child(2) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 16px;
    display: none;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo.column {
    flex-direction: column;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo.column .prof {
    width: 100%;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof {
    width: calc(50% - 8px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(1) {
    width: 48px;
    border-radius: 24px;
    overflow: hidden;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) {
    width: calc(100% - 48px - 8px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flexstart;
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) p:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk .inner .talk-index .inindex .profcombo .prof > div:nth-child(2) p:nth-child(2) {
    color: #000;
    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#crosstalk .inner .talk .inner .talk-text {
    width: calc(100% - 32px);
    padding: 0px;
    margin: 0 auto;
    flex-shrink: 0;
  }
  section#crosstalk .inner .talk .inner .talk-text .block {
    text-align: left;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 0;
  }
  section#crosstalk .inner .talk .inner .talk-text .block:not(:first-child) {
    padding: 40px 0 0 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
  }
  section#crosstalk .inner .talk .inner .talk-text .block:not(:last-child) {
    margin-bottom: 40px;
  }
  section#crosstalk .inner .talk .inner .talk-text .block .mytitle {
    width: 100%;
  }
  section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin-bottom: 24px;
  }
  section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 span:nth-child(1) {
    color: #D44B6B;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  section#crosstalk .inner .talk .inner .talk-text .block .mytitle h5 span:nth-child(2) {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk .inner .talk-text .block .mytitle h4 {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk .inner .talk-text .block > .ph {
    border-radius: 8px;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > .ph:not(:last-child) {
    margin-bottom: 0px;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl > dt {
    width: 64px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 16px;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl > dt figure {
    width: 100%;
    border-radius: 48px;
    overflow: hidden;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl > dt figure img {
    width: 100%;
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl > dt span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .talk .inner .talk-text .block > dl > dd {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    width: calc(100% - 64px - 24px);
  }
  section#crosstalk .inner .more {
    width: 100%;
    padding: 48px 0;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px 0;
  }
  section#crosstalk .inner .more .combo {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#crosstalk .inner .more .combo .incombo {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .more .combo .incombo .ctitle h5:not(:last-child) {
    margin-bottom: 8px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle dl {
    margin-bottom: 32px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .more .combo .incombo .ctitle p {
    color: #000;
    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";
  }
  section#crosstalk .inner .more .combo .incombo .ctitle p:not(:last-child) {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle p br {
    display: none;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle .btn {
    margin-left: auto;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle .btn a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle .btn a:hover span {
    color: #D44B6B;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle .btn a::after {
    content: "";
    width: 37px;
    height: 25px;
  }
  section#crosstalk .inner .more .combo .incombo .ctitle .btn a span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    transition: all 0.3s ease-in 0s;
  }
  section#crosstalk .inner .more .combo .incombo .photo {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
}

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