@charset "UTF-8";
/*----------------------------------------------------
導入
----------------------------------------------------*/
#intro {
  background-image: url(../images/crosstalk/bg_intro.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
@media all and (min-width: 751px) {
  #intro {
    padding: 60px 0;
  }
}
#intro .title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  #intro .title {
    font-size: 24px;
  }
}
#intro .lead {
  line-height: 2.07;
}
@media all and (min-width: 751px) {
  #intro .lead {
    line-height: 2.14;
  }
}
#intro .staffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #intro .staffs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (min-width: 751px) {
  #intro .staffs > li {
    width: 31%;
  }
}
#intro .staffs > li .image {
  margin-bottom: 20px;
}
@media all and (min-width: 751px) {
  #intro .staffs > li .image {
    margin-bottom: 32px;
  }
}
#intro .staffs > li .image img {
  border-radius: 8px;
}
@media all and (min-width: 751px) {
  #intro .staffs > li .image img {
    border-radius: 15px;
  }
}
#intro .staffs > li .position {
  font-size: 13px;
  margin-bottom: 6px;
}
@media all and (min-width: 751px) {
  #intro .staffs > li .position {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#intro .staffs > li .name {
  font-weight: bold;
  font-size: 19px;
}
@media all and (min-width: 751px) {
  #intro .staffs > li .name {
    font-size: 20px;
  }
}
#intro .staffs > li .tx {
  line-height: 2.07;
  margin-top: 12px;
}
@media all and (min-width: 751px) {
  #intro .staffs > li .tx {
    line-height: 2.14;
    margin-top: 16px;
  }
}

/*----------------------------------------------------
インタビュー
----------------------------------------------------*/
#interview {
  padding-top: 40px;
}
@media all and (min-width: 751px) {
  #interview {
    padding-top: 70px;
  }
}
#interview section {
  position: relative;
  margin-top: 36px;
  padding-top: 52px;
}
@media all and (min-width: 751px) {
  #interview section {
    margin-top: 87px;
    padding-top: 70px;
  }
}
#interview section::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-image: url(../images/crosstalk/bg_interview.webp);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  aspect-ratio: 180/97;
  width: 96%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-clip-path 1s ease;
  transition: opacity 0.4s ease, -webkit-clip-path 1s ease;
  transition: clip-path 1s ease, opacity 0.4s ease;
  transition: clip-path 1s ease, opacity 0.4s ease, -webkit-clip-path 1s ease;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media all and (min-width: 751px) {
  #interview section::before {
    aspect-ratio: 257/75;
    width: 91.7%;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview section::before {
    width: 96%;
  }
}
#interview section .number {
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translate(-10px, -60%);
          transform: translate(-10px, -60%);
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  color: #ed7971;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media all and (min-width: 751px) {
  #interview section .number {
    left: 16.4%;
    font-size: 75px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview section .number {
    left: 8.2%;
  }
}
@media all and (min-width: 1401px) {
  #interview section .number {
    left: 230px;
  }
}
#interview section .number span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  color: #ed7971;
  font-size: 1.6em;
  margin-left: 0.15em;
}
#interview section .head {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.68;
}
@media all and (min-width: 751px) {
  #interview section .head {
    text-align: center;
    font-size: 24px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview section .head {
    font-size: 18px;
  }
}
#interview section .image {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #interview section .image {
    margin-top: 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #interview section .image {
    margin-top: 40px;
  }
}
#interview section .image img {
  border-radius: 8px;
}
@media all and (min-width: 751px) {
  #interview section .image img {
    border-radius: 15px;
  }
}
#interview section.animated::before {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#interview section.animated .number {
  opacity: 1;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
}
#interview .block {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #interview .block {
    margin-top: 50px;
  }
}
#interview .block .q_number {
  display: -ms-grid;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ed7971;
  color: #ed7971;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin-inline: auto;
  margin-bottom: 16px;
}
@media all and (min-width: 751px) {
  #interview .block .q_number {
    width: 60px;
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#interview .block .question {
  font-size: 16px;
  line-height: 1.68;
}
@media all and (min-width: 751px) {
  #interview .block .question {
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
  }
}
#interview .block .answers {
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  #interview .block .answers {
    margin-top: 40px;
  }
}
#interview .block .answers > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.8%;
}
@media all and (min-width: 751px) {
  #interview .block .answers > li {
    gap: 2.5%;
  }
}
#interview .block .answers > li:not(:last-child) {
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  #interview .block .answers > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
#interview .block .answers > li .images {
  width: 50px;
}
@media all and (min-width: 751px) {
  #interview .block .answers > li .images {
    width: 80px;
  }
}
#interview .block .answers > li .images .name {
  text-align: center;
  font-size: 10px;
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  #interview .block .answers > li .images .name {
    font-size: 14px;
    margin-top: 10px;
  }
}
#interview .block .answers > li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2.07;
  margin-top: -0.3em;
}
@media all and (min-width: 751px) {
  #interview .block .answers > li .text {
    line-height: 2.14;
  }
}