/* Default Options */
/* Media Query */
/* Transform Font Size */
/* --------------------------------- */
/* --------------------------------- */
@media screen and (max-width: 1028px) {
  .l-contents.-tab_full {
    width: 100%;
    row-gap: 0;
  }
}
.l-contents.-tab_full + .l-contents.wide {
  margin-top: 0;
}
.l-hero--crosstalk .l-hero__bg {
  width: 72.3958333333%;
  margin-left: auto;
  height: clamp(200px, 46.29vw, 950px);
}
.l-hero--crosstalk .l-hero__title {
  position: absolute;
  left: 4.6296296296%;
  bottom: 30px;
  z-index: 20;
}
.l-hero--crosstalk .l-hero__title__en {
  display: inline-block;
  font-size: clamp(1rem, 0.6814159292rem + 0.8849557522vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, 0.453539823rem + 2.2123893805vw, 2.5rem);
  background-color: #ffffff;
  padding: 5px 10px;
}
.l-hero--crosstalk h1 {
  font-size: clamp(1.875rem, 0.8396017699rem + 2.8761061947vw, 3.5rem);
}
.l-hero--crosstalk h1.career {
  font-size: clamp(1.5rem, 0.5442477876rem + 2.6548672566vw, 3rem);
}
.l-hero--crosstalk h1 span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.19445em 0.19445em 0.19445em 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 1028px) {
  .l-hero--crosstalk {
    padding-left: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-hero--crosstalk .l-hero__bg {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    aspect-ratio: 390/480;
    height: auto;
    max-height: 800px;
  }
  .l-hero--crosstalk .l-hero__title {
    position: relative;
    margin-top: min(581px, 97vw);
    left: auto;
    bottom: auto;
  }
  .l-hero--crosstalk h1 span {
    padding: 0.19445em 15px;
  }
}
.l-section .text {
  display: none;
}
@media screen and (min-width: 1028px) {
  .l-section__title {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  .l-section__title:before {
    width: 100px;
  }
  .l-section__title .en {
    display: none;
  }
  .l-section__title .en.crosstalk {
    display: block;
  }
  .l-section__title .text {
    height: 250px;
    display: block;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-size: 0.875rem;
    line-height: 1.8;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-section.reverse {
    -ms-grid-columns: 1fr 180px;
    grid-template-columns: 1fr 180px;
  }
  .l-section.reverse .l-section__title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .l-section.reverse .l-section-inner {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
}

/* --------------------------------- */
.t-introduction {
  width: 90%;
  max-width: 1420px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 10% 45%;
  grid-template-columns: 45% 45%;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  -webkit-margin-before: clamp(60px, 6.25vw, 100px);
          margin-block-start: clamp(60px, 6.25vw, 100px);
}
.t-introduction .box_text p {
  font-size: clamp(1rem, 0.8407079646rem + 0.4424778761vw, 1.25rem);
  line-height: 2.4;
  letter-spacing: 0;
}
.t-introduction .talk-member__en {
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  line-height: 1;
}
.t-introduction .talk-member__list li {
  background: #fff;
  padding: clamp(0.625rem, 0.2267699115rem + 1.1061946903vw, 1.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.t-introduction .talk-member__list li + li {
  margin-top: 10px;
}
.t-introduction .talk-member__list li .image {
  position: relative;
  width: clamp(6.25rem, 5.453539823rem + 2.2123893805vw, 7.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.t-introduction .talk-member__list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.t-introduction .talk-member__list li .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t-introduction .talk-member__list li .name {
  position: relative;
  display: inline-block;
  padding-top: 16px;
  line-height: 1.3;
}
.t-introduction .talk-member__list li .ruby {
  position: absolute;
  left: -10%;
  top: 0;
  margin: auto;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  width: 120%;
}
.t-introduction .talk-member__list li .year {
  font-size: clamp(0.6875rem, 0.6476769912rem + 0.110619469vw, 0.75rem);
  line-height: 1.3;
  margin-block: 10px;
}
.t-introduction .talk-member__list li .text {
  font-size: clamp(0.75rem, 0.6703539823rem + 0.2212389381vw, 0.875rem);
  line-height: 1.42;
}
@media screen and (max-width: 1028px) {
  .t-introduction {
    display: block;
    -webkit-margin-before: clamp(60px, 6.25vw, 100px);
            margin-block-start: clamp(60px, 6.25vw, 100px);
    margin-bottom: 120px;
  }
  .t-introduction .talk-member {
    margin-top: 80px;
  }
  .t-introduction .talk-member__list li .name {
    padding-top: 12px;
  }
}

/* --------------------------------- */
.p-interview-card a {
  -webkit-transition: var(--hover-animation-speed);
  transition: var(--hover-animation-speed);
}
.p-interview-card a:hover {
  opacity: 0.8;
}
.p-interview-card__band {
  font-size: clamp(1.25rem, 1.1703539823rem + 0.2212389381vw, 1.375rem);
}
.p-interview-card__category {
  font-size: 0.8125rem;
}
.p-interview-card__name {
  font-size: clamp(1.25rem, 1.1703539823rem + 0.2212389381vw, 1.375rem);
}
.p-interview-card__en-name {
  font-size: 0.625rem;
  font-weight: 600;
}
.p-interview-crosstalk {
  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: var(--space-xs);
}
.p-interview-crosstalk .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--text-color);
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
.p-interview-crosstalk .item a:hover .image {
  opacity: 0.8;
}
.p-interview-crosstalk .item a .image {
  width: 100%;
  height: clamp(240px, 30vw, 480px);
  overflow: hidden;
  -webkit-transition: var(--hover-animation-speed);
  transition: var(--hover-animation-speed);
}
.p-interview-crosstalk .item a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-interview-crosstalk .item a .inner {
  padding: var(--space-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: var(--space-xs);
  color: var(--bg-color);
}
.p-interview-crosstalk .item a .inner .title {
  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: clamp(5px, 0.5vw, 10px);
  font-weight: 600;
  line-height: 1;
}
.p-interview-crosstalk .item a .inner .title .en {
  font-size: clamp(1.875rem, 1.4767699115rem + 1.1061946903vw, 2.5rem);
}
.p-interview-crosstalk .item a .inner .title .jp {
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
}
.p-interview-crosstalk .item a .inner .button {
  height: clamp(32px, 3vw, 48px);
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bg-color);
  border-radius: clamp(16px, 1.5vw, 24px);
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
  font-weight: 600;
  line-height: 1;
  color: var(--text-color);
}
@media screen and (min-width: 1028px) {
  .p-interview-crosstalk .item a {
    background-color: transparent;
    row-gap: var(--space-xs);
  }
  .p-interview-crosstalk .item a .image {
    border-radius: 5px;
  }
  .p-interview-crosstalk .item a .inner {
    padding-block: 0;
    padding-inline: 0;
    color: var(--text-color);
  }
  .p-interview-crosstalk .item a .inner .button {
    border: 2px solid var(--text-color);
    background-color: var(--text-color);
    color: var(--bg-color);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: var(--hover-animation-speed);
    transition: var(--hover-animation-speed);
  }
  .p-interview-crosstalk .item a:hover .button {
    background-color: var(--bg-color);
    color: var(--text-color);
  }
}
@media screen and (min-width: 1280px) {
  .p-interview-crosstalk {
    row-gap: var(--space-sm);
  }
  .p-interview-crosstalk .item a .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px auto;
    grid-template-columns: 400px auto;
    justify-items: start;
    row-gap: 20px;
  }
  .p-interview-crosstalk .item a .inner .title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
  }
  .p-interview-crosstalk .item a .inner p {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .p-interview-crosstalk .item a .inner .button {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
}

/* --------------------------------- */
.talk-con {
  margin-bottom: clamp(110px, 12.5vw, 200px);
}
.talk-con .num {
  font-size: clamp(0.75rem, 0.4314159292rem + 0.8849557522vw, 1.25rem);
  margin-left: 20px;
  margin-bottom: clamp(1.125rem, -0.1493362832rem + 3.5398230088vw, 3.125rem);
}
.talk-con__hero {
  position: relative;
  height: clamp(300px, 45vw, 720px);
  margin-bottom: clamp(3.75rem, 2.953539823rem + 2.2123893805vw, 5rem);
}
.talk-con__hero h2 {
  position: absolute;
  left: 20px;
  top: -30px;
  z-index: 20;
  font-size: clamp(1.25rem, 0.1349557522rem + 3.0973451327vw, 3rem);
  font-weight: 700;
}
.talk-con__hero h2 span {
  display: inline-block;
  background-color: #ffffff;
  padding: 0.19445em 0.19445em 0.19445em 8px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 1024px) {
  .talk-con__hero h2 .u-n-mqUp-lg {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .talk-con__hero h2 .u-n-mqDown-lg {
    display: none;
  }
  .talk-con__hero h2 .u-n-mqUp-lg {
    display: inline;
  }
}
.talk-con__hero__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
}
.talk-con__column {
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 9.5% 35%;
  grid-template-columns: auto 35%;
  gap: 9.5%;
}
.talk-con__column + .talk-con__column {
  margin-top: clamp(60px, 5vw, 80px);
}
.talk-con__column.-rev {
  -ms-grid-columns: 35% auto;
  grid-template-columns: 35% auto;
}
.talk-con__column.-rev .img_area {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.talk-con__column.-rev .text_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.talk-con .text_area h3 {
  position: relative;
  padding-left: 75px;
  font-size: clamp(1.125rem, 0.9258849558rem + 0.5530973451vw, 1.4375rem);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(1.25rem, 0.453539823rem + 2.2123893805vw, 2.5rem);
}
.talk-con .text_area h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 16px;
  width: 60px;
  height: 1px;
  background: #000;
}
.talk-con .comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 20px auto;
  grid-template-columns: 60px auto;
  gap: 20px;
}
.talk-con .comment + .comment,
.talk-con .comment + h3 {
  margin-top: 40px;
}
.talk-con .comment .people img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.talk-con .comment .people .name {
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.6703539823rem + 0.2212389381vw, 0.875rem);
  line-height: 1.5;
}
.talk-con .comment .text {
  padding: 20px 40px;
  background: #fff;
  border-radius: 0 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.talk-con .comment .text p {
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
  line-height: 2.285;
}
.talk-con .img_area img {
  border-radius: 5px;
}
@media screen and (max-width: 1028px) {
  .talk-con:last-child {
    margin-bottom: 120px;
  }
  .talk-con .num {
    margin-left: 5vw;
  }
  .talk-con__hero {
    position: relative;
    height: clamp(300px, 77vw, 720px);
  }
  .talk-con__hero h2 {
    left: 5vw;
    top: -15px;
    font-size: clamp(1.25rem, 0.1349557522rem + 3.0973451327vw, 3rem);
  }
  .talk-con__hero__bg img {
    border-radius: 0;
  }
  .talk-con__column {
    display: block;
    width: 90%;
  }
  .talk-con__column + .talk-con__column {
    margin-top: clamp(60px, 5vw, 80px);
  }
  .talk-con .text_area h3 {
    padding-left: 58px;
  }
  .talk-con .text_area h3:before {
    width: 48px;
    top: 11px;
  }
  .talk-con .comment {
    -ms-grid-columns: 48px 10px auto;
    grid-template-columns: 48px auto;
    gap: 10px;
  }
  .talk-con .comment + .comment,
  .talk-con .comment + h3 {
    margin-top: 20px;
  }
  .talk-con .comment .text {
    padding: 15px 20px;
  }
  .talk-con .img_area {
    margin-top: 40px;
  }
  .talk-con .img_area img {
    border-radius: 10px;
  }
}

/* --------------------------------- */