@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);
  }
}
section {
  width: 100%;
}
section .ph {
  position: relative;
}
section .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 .ph.on::before {
  clip-path: inset(0 0 0 100%);
}
section a#history {
  margin-top: -100px;
  padding-top: 100px;
}
section a#future {
  margin-top: -100px;
  padding-top: 100px;
}
section#interview {
  padding: 80px 0 0 0;
}
section#interview .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#interview .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#interview .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#interview .inner .title.on h3, section#interview .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#interview .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#interview .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.25s;
}
section#interview .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#interview .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#interview .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#interview .inner .hero {
  width: 100%;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
}
section#interview .inner .hero.on .inhero .text h3 {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .hero.on .inhero .text h4 {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .hero.on .inhero .text p {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .hero.on .illust1 {
  opacity: 1;
  transform: translateY(0px);
}
section#interview .inner .hero.on .illust2 {
  opacity: 1;
  transform: translateY(0px);
}
section#interview .inner .hero .inhero {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
}
section#interview .inner .hero .inhero .text {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
section#interview .inner .hero .inhero .text h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.25s ease-in 0s;
}
section#interview .inner .hero .inhero .text h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 40px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
}
section#interview .inner .hero .inhero .text h4 span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
section#interview .inner .hero .inhero .text h4 span:nth-child(1), section#interview .inner .hero .inhero .text h4 span:nth-child(3) {
  padding: 12px 8px;
  border-radius: 8px;
  background-color: #ECE7E0;
}
section#interview .inner .hero .inhero .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.75s;
}
section#interview .inner .hero .illust1 {
  width: 299px;
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 656px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.75s ease-in 0.5s;
}
section#interview .inner .hero .illust2 {
  width: 298px;
  position: absolute;
  top: calc(50% - 164px);
  left: calc(50% + 648px - 298px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.75s ease-in 0.75s;
}
section#interview .inner .timeline {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#interview .inner .timeline.on {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .timeline::before {
  content: "";
  width: 100%;
  height: 19px;
  background-image: url(../images/index/line_timeline.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 17px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: -1;
}
section#interview .inner .timeline .inner {
  width: 56%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
section#interview .inner .timeline .inner::before {
  content: "";
  width: 77px;
  height: 18px;
  background-image: url(../images/index/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
}
section#interview .inner .timeline .inner > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  position: relative;
}
section#interview .inner .timeline .inner > div:nth-child(1) {
  order: 1;
}
section#interview .inner .timeline .inner > div:nth-child(2) {
  order: 3;
}
section#interview .inner .timeline .inner > div:nth-child(2) span:nth-child(2) {
  right: calc(100% + 12px);
  left: auto;
}
section#interview .inner .timeline .inner > div::before {
  content: "";
  width: 14px;
  height: 28px;
  background-color: #616161;
  border: solid 2px #FFF;
  border-radius: 4px;
  display: block;
}
section#interview .inner .timeline .inner > div span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .inner .timeline .inner > div span:nth-child(2) {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 0px;
  left: calc(100% + 12px);
}
section#interview .inner .index {
  width: 100%;
}
section#interview .inner .index .inner {
  width: 100%;
  margin: 0 auto;
}
section#interview .inner .index .inner .combo {
  width: 100%;
  padding: 96px 0 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  clip-path: inset(0 0 0 0);
}
section#interview .inner .index .inner .combo.cmb1 {
  background-color: #FFF;
}
section#interview .inner .index .inner .combo.cmb2 {
  background-color: #F9F8F6;
  padding-top: 96px;
}
section#interview .inner .index .inner .combo.ct {
  padding: 96px 0;
  background-color: #FFF;
  z-index: 3;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle {
  width: calc(50% - 80px);
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap {
  width: 100%;
  height: auto;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap .btn {
  margin-left: auto;
  transition: opacity 0.5s ease-in 1.5s;
  opacity: 0;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap .btn a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap .btn a:hover span {
  color: #D44B6B;
}
section#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap .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#interview .inner .index .inner .combo.ct .incombo .ctitle .wrap .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#interview .inner .index .inner .combo.ct .incombo .photo {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#interview .inner .index .inner .combo.ct .incombo .photo figure {
  width: 66%;
  border-radius: 8px;
  overflow: hidden;
}
section#interview .inner .index .inner .combo.ct .incombo .photo figure:nth-child(2) {
  margin: -60px 0 0 auto;
}
section#interview .inner .index .inner .combo .incombo {
  width: calc(100% - 256px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 80px;
}
section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap dl dt, section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap dl dd {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap p {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap .illust {
  opacity: 1;
}
section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap h5 {
  clip-path: inset(0 0 0 0);
}
section#interview .inner .index .inner .combo .incombo.on .ctitle .wrap .btn {
  opacity: 1;
}
section#interview .inner .index .inner .combo .incombo .ctitle {
  text-align: left;
  width: calc(36% - 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#interview .inner .index .inner .combo .incombo .ctitle.ctitle1.fix .wrap {
  width: calc((100% - 256px) * 0.36 - 80px);
  position: fixed;
  top: 176px;
}
section#interview .inner .index .inner .combo .incombo .ctitle.ctitle2.fix .wrap {
  width: calc((100% - 256px) * 0.36 - 80px);
  position: fixed;
  top: 176px;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap {
  width: 100%;
  height: calc(100vh - 80px - 96px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 1s;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap h5:not(:last-child) {
  margin-bottom: 24px;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap dl {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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#interview .inner .index .inner .combo .incombo .ctitle .wrap p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 1s;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap p:not(:last-child) {
  margin-bottom: 56px;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap .illust {
  width: calc(36vw - 80px);
  position: absolute;
  bottom: 0px;
  left: -128px;
  margin-top: auto;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap .illust.history img {
  width: calc(100% + 40px);
  position: relative;
}
section#interview .inner .index .inner .combo .incombo .ctitle .wrap .illust.future img {
  width: calc(100% + 80px);
  position: relative;
}
section#interview .inner .index .inner .combo .incombo .links {
  width: 64%;
  padding-bottom: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
section#interview .inner .index .inner .combo .incombo .links .link {
  text-align: left;
  width: calc((100% - 40px) / 2);
}
section#interview .inner .index .inner .combo .incombo .links .link a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#interview .inner .index .inner .combo .incombo .links .link a:hover .ph img {
  transform: scale(1.05);
}
section#interview .inner .index .inner .combo .incombo .links .link a:hover p span {
  background-size: 100% 1px;
}
section#interview .inner .index .inner .combo .incombo .links .link a .ph {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
}
section#interview .inner .index .inner .combo .incombo .links .link a .ph img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
section#interview .inner .index .inner .combo .incombo .links .link a p {
  margin-bottom: 32px;
}
section#interview .inner .index .inner .combo .incombo .links .link a p span {
  color: #1E1E1E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 4px;
  transition: background-size 0.6s;
}
section#interview .inner .index .inner .combo .incombo .links .link a dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 0;
  margin-top: auto;
}
section#interview .inner .index .inner .combo .incombo .links .link a dl dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
}
section#interview .inner .index .inner .combo .incombo .links .link a dl dt span {
  transition: all 0.3s ease-in 0s;
}
section#interview .inner .index .inner .combo .incombo .links .link a dl dt span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .inner .index .inner .combo .incombo .links .link a dl dt span:nth-child(2) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#interview .inner .index .inner .combo .incombo .links .link a dl dd {
  padding: 4px 16px;
  border: solid 1px #000;
  border-radius: 24px;
  transition: all 0.3s ease-in 0s;
}
section#interview .inner .index .inner .combo .incombo .links .link a 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";
  transition: all 0.3s ease-in 0s;
}
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% - 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.25s;
}
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;
  overflow: hidden;
  position: relative;
}
section#crosstalk .inner .hero.on .inhero .text h3 {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .hero.on .inhero .text p {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .hero.on .illust1,
section#crosstalk .inner .hero.on .illust2 {
  opacity: 1;
  transform: translateY(0px);
}
section#crosstalk .inner .hero .inhero {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
}
section#crosstalk .inner .hero .inhero .text {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
section#crosstalk .inner .hero .inhero .text h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 56px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
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: 0.08em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.25s;
}
section#crosstalk .inner .hero .illust1 {
  width: 325px;
  position: absolute;
  top: calc(50% - 126px);
  left: calc(50% - 610px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.75s ease-in 0.5s;
}
section#crosstalk .inner .hero .illust2 {
  width: 300px;
  position: absolute;
  top: calc(50% - 127px);
  left: calc(50% + 642px - 300px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.75s ease-in 0.75s;
}
section#crosstalk .inner .timeline {
  width: 100%;
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#crosstalk .inner .timeline.on {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .timeline::before {
  content: "";
  width: 100%;
  height: 19px;
  background-image: url(../images/index/line_timeline.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 17px;
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
  z-index: -1;
}
section#crosstalk .inner .timeline .inner {
  width: 56%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
section#crosstalk .inner .timeline .inner::before {
  content: "";
  width: 77px;
  height: 18px;
  background-image: url(../images/index/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  order: 2;
}
section#crosstalk .inner .timeline .inner > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  position: relative;
}
section#crosstalk .inner .timeline .inner > div:nth-child(1) {
  order: 1;
}
section#crosstalk .inner .timeline .inner > div:nth-child(2) {
  order: 3;
}
section#crosstalk .inner .timeline .inner > div:nth-child(2) span:nth-child(2) {
  right: calc(100% + 12px);
  left: auto;
}
section#crosstalk .inner .timeline .inner > div::before {
  content: "";
  width: 14px;
  height: 28px;
  background-color: #616161;
  border: solid 2px #FFF;
  border-radius: 4px;
  display: block;
}
section#crosstalk .inner .timeline .inner > div span:nth-child(1) {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .timeline .inner > div span:nth-child(2) {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  position: absolute;
  bottom: 0px;
  left: calc(100% + 12px);
}
section#crosstalk .inner .index {
  width: 100%;
}
section#crosstalk .inner .index .inner {
  width: 100%;
  margin: 0 auto;
}
section#crosstalk .inner .index .inner .combo {
  width: calc(100% - 256px);
  padding: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#crosstalk .inner .index .inner .combo.on a .text {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .index .inner .combo.on a .text .member {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .index .inner .combo:nth-child(1) {
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
section#crosstalk .inner .index .inner .combo:nth-child(2) {
  margin-bottom: 104px;
}
section#crosstalk .inner .index .inner .combo.interview {
  width: 100%;
  padding: 96px 0;
  background-color: #F9F8F6;
}
section#crosstalk .inner .index .inner .combo.interview .incombo {
  width: calc(100% - 256px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#crosstalk .inner .index .inner .combo.interview .incombo.on .ctitle {
  clip-path: inset(0 0 0 0);
}
section#crosstalk .inner .index .inner .combo.interview .incombo.on .ctitle .btn {
  opacity: 1;
}
section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle {
  text-align: left;
  width: calc(50% - 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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle h5:not(:last-child) {
  margin-bottom: 24px;
}
section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle dl {
  margin-bottom: 64px;
}
section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle p:not(:last-child) {
  margin-bottom: 56px;
}
section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle .btn {
  margin-left: auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle .btn a:hover span {
  color: #D44B6B;
}
section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .photo {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
section#crosstalk .inner .index .inner .combo.interview .incombo .photo::before {
  transition-delay: 0.5s;
}
section#crosstalk .inner .index .inner .combo a {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
section#crosstalk .inner .index .inner .combo a:hover .photo img {
  transform: scale(1.05);
}
section#crosstalk .inner .index .inner .combo a:hover .text p span {
  background-size: 100% 1px;
}
section#crosstalk .inner .index .inner .combo a .photo {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
}
section#crosstalk .inner .index .inner .combo a .photo img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
}
section#crosstalk .inner .index .inner .combo a .text {
  text-align: left;
  width: calc(50% - 40px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0s;
}
section#crosstalk .inner .index .inner .combo a .text h5 {
  color: #D44B6B;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
section#crosstalk .inner .index .inner .combo a .text p span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #1E1E1E, #1E1E1E);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 4px;
  transition: background-size 0.6s;
}
section#crosstalk .inner .index .inner .combo a .text .member {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 32px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in 0.5s;
}
section#crosstalk .inner .index .inner .combo a .text .member dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 0;
}
section#crosstalk .inner .index .inner .combo a .text .member dl dt {
  color: #4E4E4E;
  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 .index .inner .combo a .text .member dl dd:nth-child(2) {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#crosstalk .inner .index .inner .combo a .text .member dl dd:nth-child(3) {
  padding: 4px 16px;
  border: solid 1px #4E4E4E;
  border-radius: 24px;
}
section#crosstalk .inner .index .inner .combo a .text .member dl dd:nth-child(3) span {
  color: #4E4E4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#interview {
    padding: 80px 0 0 0;
  }
  section#interview .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#interview .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#interview .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#interview .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#interview .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#interview .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#interview .inner .hero {
    width: 100%;
    padding: 120px 0;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
  }
  section#interview .inner .hero .inhero {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  section#interview .inner .hero .inhero .text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  section#interview .inner .hero .inhero .text h3 {
    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";
    margin-bottom: 8px;
  }
  section#interview .inner .hero .inhero .text h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
  }
  section#interview .inner .hero .inhero .text h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#interview .inner .hero .inhero .text h4 span:nth-child(1), section#interview .inner .hero .inhero .text h4 span:nth-child(3) {
    padding: 12px 8px;
    border-radius: 8px;
    background-color: #ECE7E0;
  }
  section#interview .inner .hero .inhero .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
  section#interview .inner .hero .illust1 {
    width: 344px;
    position: absolute;
    top: 20px;
    left: calc(50% - 172px);
  }
  section#interview .inner .hero .illust2 {
    width: 364px;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: calc(50% - 182px);
  }
  section#interview .inner .timeline {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#interview .inner .timeline::before {
    content: "";
    width: 100%;
    height: 19px;
    background-image: url(../images/index/line_timeline.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 17px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: -1;
  }
  section#interview .inner .timeline .inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  section#interview .inner .timeline .inner::before {
    width: 68px;
    height: 16px;
  }
  section#interview .inner .timeline .inner > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
    position: relative;
  }
  section#interview .inner .timeline .inner > div:nth-child(2) span:nth-child(2) {
    right: calc(100% + 8px);
    left: auto;
  }
  section#interview .inner .timeline .inner > div::before {
    width: 14px;
    height: 28px;
    background-color: #616161;
    border: solid 2px #FFF;
    border-radius: 4px;
    display: block;
  }
  section#interview .inner .timeline .inner > div span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .inner .timeline .inner > div span:nth-child(2) {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    position: absolute;
    bottom: 2px;
    left: calc(100% + 8px);
  }
  section#interview .inner .index {
    width: 100%;
  }
  section#interview .inner .index .inner {
    width: 100%;
    margin: 0 auto;
  }
  section#interview .inner .index .inner .combo {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#interview .inner .index .inner .combo.cmb1 {
    padding: 0px;
  }
  section#interview .inner .index .inner .combo.cmb1 .incombo {
    background-image: url(../images/index/illust_history.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 160px;
  }
  section#interview .inner .index .inner .combo.cmb2 {
    padding: 48px 0 0 0;
  }
  section#interview .inner .index .inner .combo.cmb2 .incombo {
    background-image: url(../images/index/illust_future.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 160px;
  }
  section#interview .inner .index .inner .combo.ct .incombo .ctitle {
    width: 100%;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }
  section#interview .inner .index .inner .combo.ct .incombo .ctitle .btn {
    margin-left: auto;
  }
  section#interview .inner .index .inner .combo.ct .incombo .ctitle .btn a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#interview .inner .index .inner .combo.ct .incombo .ctitle .btn a:hover span {
    color: #D44B6B;
  }
  section#interview .inner .index .inner .combo.ct .incombo .ctitle .btn a::after {
    content: "";
    width: 37px;
    height: 25px;
    background-image: url(../../common/images/btn1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section#interview .inner .index .inner .combo.ct .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#interview .inner .index .inner .combo.ct .incombo .photo {
    width: 100%;
    position: relative;
  }
  section#interview .inner .index .inner .combo.ct .incombo .photo figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  section#interview .inner .index .inner .combo.ct .incombo .photo figure:nth-child(1) {
    margin-bottom: 16px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
  section#interview .inner .index .inner .combo.ct .incombo .photo figure:nth-child(2) {
    position: relative;
  }
  section#interview .inner .index .inner .combo .incombo {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 80px;
    position: relative;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle {
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
    position: static;
    top: auto;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle.ctitle1.fix .wrap, section#interview .inner .index .inner .combo .incombo .ctitle.ctitle2.fix .wrap {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap {
    width: 100%;
    height: auto;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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#interview .inner .index .inner .combo .incombo .ctitle .wrap h5:not(:last-child) {
    margin-bottom: 24px;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap dl {
    margin-bottom: 24px;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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#interview .inner .index .inner .combo .incombo .ctitle .wrap dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap 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#interview .inner .index .inner .combo .incombo .ctitle .wrap 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#interview .inner .index .inner .combo .incombo .ctitle .wrap p:not(:last-child) {
    margin-bottom: 0px;
  }
  section#interview .inner .index .inner .combo .incombo .ctitle .wrap .illust {
    display: none;
  }
  section#interview .inner .index .inner .combo .incombo .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  section#interview .inner .index .inner .combo .incombo .links .link {
    text-align: left;
    width: 100%;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a:hover .ph img {
    transform: scale(1);
  }
  section#interview .inner .index .inner .combo .incombo .links .link a .ph {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a p {
    margin-bottom: 24px;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a p span {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    background-size: 100% 1px;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px 0;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl dt span {
    transition: all 0.3s ease-in 0s;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl dt span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl dt span:nth-child(2) {
    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#interview .inner .index .inner .combo .incombo .links .link a dl dd {
    padding: 4px 16px;
    border: solid 1px #000;
    border-radius: 24px;
    transition: all 0.3s ease-in 0s;
  }
  section#interview .inner .index .inner .combo .incombo .links .link a dl dd span {
    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";
    transition: all 0.3s ease-in 0s;
  }
  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: 4.8rem;
    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.2rem;
    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: 40px 0 80px 0;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  section#crosstalk .inner .hero .inhero {
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    order: 1;
  }
  section#crosstalk .inner .hero .inhero .text {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  section#crosstalk .inner .hero .inhero .text h3 {
    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";
    margin-bottom: 8px;
  }
  section#crosstalk .inner .hero .inhero .text h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
  }
  section#crosstalk .inner .hero .inhero .text h4 span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .inhero .text h4 span:nth-child(1), section#crosstalk .inner .hero .inhero .text h4 span:nth-child(3) {
    padding: 12px 8px;
    border-radius: 8px;
    background-color: #ECE7E0;
  }
  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.875;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .hero .illust1 {
    width: 163px;
    position: relative;
    top: auto;
    left: auto;
    order: 2;
  }
  section#crosstalk .inner .hero .illust2 {
    width: 150px;
    position: relative;
    top: auto;
    left: auto;
    order: 3;
  }
  section#crosstalk .inner .timeline {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  section#crosstalk .inner .timeline::before {
    content: "";
    width: 100%;
    height: 19px;
    background-image: url(../images/index/line_timeline.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 17px;
    display: block;
    position: absolute;
    top: 6px;
    left: 0px;
    z-index: -1;
  }
  section#crosstalk .inner .timeline .inner {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  section#crosstalk .inner .timeline .inner::before {
    width: 68px;
    height: 16px;
  }
  section#crosstalk .inner .timeline .inner > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
    position: relative;
  }
  section#crosstalk .inner .timeline .inner > div:nth-child(2) span:nth-child(2) {
    right: calc(100% + 8px);
    left: auto;
  }
  section#crosstalk .inner .timeline .inner > div::before {
    width: 14px;
    height: 28px;
    background-color: #616161;
    border: solid 2px #FFF;
    border-radius: 4px;
    display: block;
  }
  section#crosstalk .inner .timeline .inner > div span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .timeline .inner > div span:nth-child(2) {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    position: absolute;
    bottom: 2px;
    left: calc(100% + 8px);
  }
  section#crosstalk .inner .index {
    width: 100%;
  }
  section#crosstalk .inner .index .inner {
    width: 100%;
    margin: 0 auto;
  }
  section#crosstalk .inner .index .inner .combo {
    width: calc(100% - 32px);
    padding: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#crosstalk .inner .index .inner .combo:nth-child(1) {
    padding: 0 0 40px 0;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  }
  section#crosstalk .inner .index .inner .combo:nth-child(2) {
    margin-bottom: 104px;
  }
  section#crosstalk .inner .index .inner .combo.interview {
    width: 100%;
    padding: 48px 0 64px 0;
    background-color: #F9F8F6;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 80px;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle {
    text-align: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
    top: auto;
  }
  section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle h5:not(:last-child) {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle dl {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle p:not(:last-child) {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle .btn {
    margin-left: auto;
  }
  section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .ctitle .btn a:hover span {
    color: #D44B6B;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .ctitle .btn a::after {
    content: "";
    width: 37px;
    height: 25px;
    background-image: url(../../common/images/btn1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  section#crosstalk .inner .index .inner .combo.interview .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 .index .inner .combo.interview .incombo .photo {
    width: 100%;
    position: relative;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .photo figure {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .photo figure:nth-child(1) {
    margin-bottom: 16px;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
  }
  section#crosstalk .inner .index .inner .combo.interview .incombo .photo figure:nth-child(2) {
    position: relative;
  }
  section#crosstalk .inner .index .inner .combo a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#crosstalk .inner .index .inner .combo a:hover .photo img {
    transform: scale(1);
  }
  section#crosstalk .inner .index .inner .combo a:hover .text p span {
    background-size: 100% 1px;
  }
  section#crosstalk .inner .index .inner .combo a .photo {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  section#crosstalk .inner .index .inner .combo a .photo img {
    width: 100%;
    transition: all 0.3s ease-in 0s;
  }
  section#crosstalk .inner .index .inner .combo a .text {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  section#crosstalk .inner .index .inner .combo a .text h5 {
    color: #D44B6B;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  section#crosstalk .inner .index .inner .combo a .text p {
    margin-bottom: 16px;
  }
  section#crosstalk .inner .index .inner .combo a .text p span {
    color: #4E4E4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    background-size: 100% 1px;
  }
  section#crosstalk .inner .index .inner .combo a .text .member {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
  section#crosstalk .inner .index .inner .combo a .text .member dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#crosstalk .inner .index .inner .combo a .text .member dl dt {
    color: #4E4E4E;
    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 .index .inner .combo a .text .member dl dd:nth-child(2) {
    color: #4E4E4E;
    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 .index .inner .combo a .text .member dl dd:nth-child(3) {
    padding: 4px 16px;
    border: solid 1px #4E4E4E;
    border-radius: 24px;
  }
  section#crosstalk .inner .index .inner .combo a .text .member dl dd:nth-child(3) span {
    color: #4E4E4E;
    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 .index .inner .combo a .links {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
  }
  section#crosstalk .inner .index .inner .combo a .links .link {
    text-align: left;
    width: 100%;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a:hover .ph img {
    transform: scale(1);
  }
  section#crosstalk .inner .index .inner .combo a .links .link a .ph {
    margin-bottom: 16px;
    border-radius: 16px;
    overflow: hidden;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a p {
    margin-bottom: 24px;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a p span {
    color: #1E1E1E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    background-size: 100% 1px;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px 0;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl dt span {
    transition: all 0.3s ease-in 0s;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl dt span:nth-child(1) {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl dt span:nth-child(2) {
    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 .index .inner .combo a .links .link a dl dd {
    padding: 4px 16px;
    border: solid 1px #000;
    border-radius: 24px;
    transition: all 0.3s ease-in 0s;
  }
  section#crosstalk .inner .index .inner .combo a .links .link a dl dd span {
    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";
    transition: all 0.3s ease-in 0s;
  }
}

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