@charset "UTF-8";
:root {
  --gradient-primary: linear-gradient(90deg, rgba(72, 190, 228, 1) 0%, rgba(157, 103, 167, 1) 100%);
  --color--primary: rgba(0, 167, 181,1); /* #00a7b5 */
  --color--secondary: rgba(79, 45, 127,1); /* #4f2d7f */
}

.kv {
  position: relative;
  margin: 0 0 70px;
  padding: 0 50px 75px 50px;
  /* background: $primary; */
  background-image: url(../img/common/bg-gra-top.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv {
    margin: 0 0 30px;
    padding: 0 20px 40px;
  }
}
.kv-img {
  margin: 0 -50px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-img {
    margin: 0 -20px 0 0;
  }
}
.kv-img img {
  max-height: 515px;
  transform: translateX(-25px);
}
@media screen and (max-width: 767px) {
  .kv-img img {
    transform: none;
  }
}
.kv-inner-01 {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 75px;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .kv-inner-01 {
    right: 20px;
    bottom: 40px;
    left: 20px;
    width: auto;
    transform: none;
  }
}
.kv-inner-02 {
  position: relative;
  width: 475px;
  height: 220px;
  padding: 60px 0 0 80px;
  color: #fff;
  /* background: $primary; */
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .kv-inner-02 {
    width: 62.27vw;
    height: auto;
    padding: 30px 0 20px 35px;
  }
}
.kv-inner-02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100vw;
  bottom: -75px;
  left: 0;
  /* background: $primary; */
  background-image: url(../img/common/kv_title_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kv-inner-02:after {
    bottom: -40px;
  }
}
.kv-name {
  position: absolute;
  z-index: 10;
}
.kv-feature-01 .kv-name {
  top: -60px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .kv-feature-01 .kv-name {
    top: -35px;
    left: -10px;
    width: 150px;
  }
}
.kv-feature-02 .kv-name {
  top: -50px;
  left: -45px;
}
@media screen and (max-width: 767px) {
  .kv-feature-02 .kv-name {
    top: -30px;
    left: -10px;
    width: 158px;
  }
}
.kv-feature-03 .kv-name {
  top: -55px;
  left: -485px;
}
@media screen and (max-width: 767px) {
  .kv-feature-03 .kv-name {
    top: -35px;
    left: -80px;
    width: 263px;
  }
}
.kv-feature-04 .kv-name {
  top: -25px;
  left: -375px;
}
@media screen and (max-width: 767px) {
  .kv-feature-04 .kv-name {
    top: -25px;
    left: -75px;
    width: 295px;
  }
}
.kv-feature-05 .kv-name {
  top: -25px;
  left: -425px;
}
@media screen and (max-width: 767px) {
  .kv-feature-05 .kv-name {
    top: -25px;
    left: -75px;
    width: 286px;
  }
}
.kv-feature-06 .kv-name {
  top: -235px;
  left: -470px;
}
@media screen and (max-width: 767px) {
  .kv-feature-06 .kv-name {
    top: -75vw;
    left: -21vw;
    width: 86vw;
  }
}
.kv-name img {
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .kv-name img {
    width: 100%;
  }
}
.kv-en {
  line-height: 1.3;
  margin: 0 0 20px;
  color: #00a7b5;
  font-size: 34px;
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .kv-en {
    margin: 0 0 10px;
    font-size: 23px;
  }
}
.kv-ttl {
  margin: 0;
  color: #00a7b5;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .kv-ttl {
    font-size: 11px;
  }
}
.kv-ttl span {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .kv-ttl span {
    font-size: 9px;
  }
}

.copy {
  line-height: 1.8;
  margin: 0 0 30px;
  color:#00a7b5;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 19px;
    text-align: left;
  }
}

.pro-name {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .name {
    font-size: 13px;
  }
}

.pro-position {
  margin: 0 0 60px;
  color: #6e6e6e;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .position {
    margin: 0 0 40px;
    font-size: 9px;
  }
}

.career {
  margin: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .career {
    margin: 0 0 50px;
  }
}
.career-ttl {
  margin: 0 0 20px;
  color:#00a7b5;
  font-size: 19px;
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .career-ttl {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .career-wrap {
    overflow: auto;
    padding: 6px 0 0;
  }
}
.career-list {
  display: flex;
  position: relative;
  border-top: 1px solid#00a7b5;
}
@media screen and (max-width: 767px) {
  .career-list {
    width: 760px;
  }
}
.career-list:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 1px solid#00a7b5;
  border-right: 1px solid#00a7b5;
  transform: rotate(45deg);
}
.career-list-item {
  flex: 1;
}
.career-list-item + .career-list-item {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .career-list-item + .career-list-item {
    margin: 0 0 0 30px;
  }
}
.career-list-item h3 {
  position: relative;
  margin: 0 0 10px;
  padding: 20px 0 0;
  font-size: inherit;
  font-weight: normal;
  text-align: center;
}
.career-list-item h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background:#00a7b5;
  transform: translate(-50%, -50%);
}
.career-list-item dl {
  margin: 0;
}
.career-list-item dl dt {
  margin: 0 0 10px;
  padding: 5px 15px;
  color: #fff;
  background: url(/assets/img/feature/career-bg-01.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
.career-list-item dl dd {
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .career-list-item dl dd {
    font-size: 11px;
  }
}
.career-list-item:nth-child(2n) dl dt {
  color:#00a7b5;
  background-image: url(/assets/img/feature/career-bg-02.svg);
}

.people-detail {
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 90px 170px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .people-detail {
    margin: 0 20px 50px;
    padding: 50px 20px 30px;
  }
}
.people-detail:last-child {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .people-detail:last-child {
    margin-bottom: 50px;
  }
}
.people-detail-img {
  position: relative;
  height: 353px;
  margin: 100px 0 30px;
}
@media screen and (max-width: 767px) {
  .people-detail-img {
    height: 59.47vw;
    margin: 50px 0 15px;
  }
}
.people-detail-img:first-of-type {
  margin-top: 0;
}
.people-detail-img:after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  bottom: 0;
  left: -80px;
  height: 53px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .people-detail-img:after {
    right: 0;
    left: -20px;
    height: 38px;
  }
}
.people-detail-img img {
  position: absolute;
  top: 0;
  right: -70px;
  max-width: inherit;
  height: 353px;
}
@media screen and (max-width: 767px) {
  .people-detail-img img {
    right: 0;
    height: 59.47vw;
  }
}
.people-detail-img.right:after {
  right: -80px;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .people-detail-img.right:after {
    right: -20px;
    left: 0;
  }
}
.people-detail-img.right img {
  right: auto;
  left: -70px;
}
@media screen and (max-width: 767px) {
  .people-detail-img.right img {
    left: 0;
  }
}
.people-detail-img-wide {
  margin: 0 -100px;
}
@media screen and (max-width: 767px) {
  .people-detail-img-wide {
    margin: 0;
  }
}
.people-qa-img {
  max-width: 500px;
  margin-inline: auto;
  margin-block: 80px;
}

.communication-lead {
  margin: 0 0 50px;
  color:#00a7b5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .communication-lead {
    margin: 0 0 30px;
    font-size: inherit;
    text-align: left;
  }
}

.communication-about {
  margin: 0 0 60px;
}
.communication-about dt {
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  background:#00a7b5;
}
@media screen and (max-width: 767px) {
  .communication-about dt {
    font-size: inherit;
  }
}
.communication-about dd {
  margin: 0;
  padding: 50px;
  border: 1px solid#00a7b5;
  border-top: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .communication-about dd {
    padding: 30px;
  }
}

.crosstalk-ttl {
  margin: 0 0 45px;
  color:#00a7b5;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .crosstalk-ttl {
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.crosstalk-ttl span {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  .crosstalk-ttl span {
    font-size: 10px;
  }
}

.crosstalk-q {
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 0 45px;
  color:#000;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .crosstalk-q {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    font-size: 15px;
  }
}
.crosstalk-q:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 25px;
  height: 1px;
  background:#000;
}

.crosstalk-a {
  margin: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .crosstalk-a {
    margin: 0 0 50px;
  }
}
.crosstalk-a:last-child {
  margin: 0;
}
.crosstalk-a dt {
  float: left;
  color:#00a7b5;
}
.crosstalk-a dd {
  margin: 0 0 5px 45px;
}
@media screen and (max-width: 767px) {
  .crosstalk-a dd {
    margin-left: 40px;
  }
}

.crosstalk-member {
  display: flex;
  justify-content: center;
  margin: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .crosstalk-member {
    display: block;
    margin: 0 35px 40px;
  }
}
.crosstalk-member-item {
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: inherit;
    margin: 0 0 25px;
  }
}
.crosstalk-member-item + .crosstalk-member-item {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-item + .crosstalk-member-item {
    margin-left: 0;
  }
}
.crosstalk-member-img {
  width: 126px;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-img {
    width: 110px;
    margin: 0 20px 0 0;
  }
}
.crosstalk-member-inner {
  margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-inner {
    width: calc(100vw - 240px);
    margin: 0;
  }
}
.crosstalk-member-inner:last-child {
  margin: 0;
}
.crosstalk-member-office {
  display: table;
  margin: 0 auto 5px;
  padding: 2px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  background:#00a7b5;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-office {
    margin: 0 0 5px;
    font-size: 9px;
  }
}
.crosstalk-member-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-name {
    font-size: inherit;
    text-align: left;
  }
}
.crosstalk-member-position {
  line-height: 1.8;
  margin: 0;
  color: #6e6e6e;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-position {
    font-size: 10px;
    text-align: left;
  }
}
.crosstalk-member-ttl {
  margin: 25px 0 10px;
  color:#00a7b5;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-ttl {
    margin: 15px 0 0;
    font-size: 13px;
  }
}
.crosstalk-member-txt {
  margin: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-txt {
    width: 100%;
    margin: 15px 0 0;
    font-size: 11px;
  }
}
.crosstalk-member-feature-06 .crosstalk-member-item {
  flex: 1;
}
.crosstalk-member-feature-06 .crosstalk-member-item + .crosstalk-member-item {
  margin-left: 0;
}

.questionnaire-ttl {
  line-height: 1.4;
  margin: 0 0 70px;
  color:#00a7b5;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .questionnaire-ttl {
    margin: 0 0 30px;
    font-size: 14px;
  }
}
.questionnaire-ttl span {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .questionnaire-ttl span {
    font-size: 9px;
  }
}

.questionnaire-list {
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  /*margin: 0 -25px -60px;*/
}
@media screen and (max-width: 767px) {
  .questionnaire-list {
    display: block;
    margin: 0;
  }
}
.questionnaire-list-item {
  width: 100%;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .questionnaire-list-item {
    width: auto;
    margin: 0 0 40px;
  }
  .questionnaire-list-item:last-child {
    margin: 0;
  }
}
.questionnaire-list-item h3 {
  margin: 0 0 20px;
  color:#00a7b5;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .questionnaire-list-item h3 {
    font-size: inherit;
  }
}
.questionnaire-list-item figure {
  max-width: 500px;
  margin: 0 auto;
}

.offtime-list {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .offtime-list {
    margin: 0;
  }
}
.offtime-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .offtime-list-item {
    display: block;
    margin: 0 0 20px;
  }
}
.offtime-list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.offtime-list-item:nth-child(2n) figure {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .offtime-list-item:nth-child(2n) figure {
    margin: 0 0 10px;
  }
}
.offtime-list-item:last-child {
  margin: 0;
}
.offtime-list-item figure {
  margin: 0 30px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .offtime-list-item figure {
    margin: 0 0 10px;
  }
}
.offtime-list-item dl {
  flex: 1;
  margin: 0;
}
.offtime-list-item dl dt {
  margin: 0 0 5px;
  color:#00a7b5;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .offtime-list-item dl dt {
    font-size: 13px;
  }
}
.offtime-list-item dl dd {
  margin: 0;
}

.schedule-lead {
  margin: 0 20px 50px;
  color:#00a7b5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule-lead {
    margin: 0 20px 30px;
    font-size: inherit;
    text-align: left;
  }
}

.schedule-kv {
  position: relative;
  margin: 0 -50px;
}
@media screen and (max-width: 767px) {
  .schedule-kv {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .schedule-kv-img {
    margin-left: -40px;
  }
}
.schedule-kv-ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  line-height: 1;
  margin: 0;
  padding: 15px 30px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  background:#00a7b5;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .schedule-kv-ttl {
    left: 0;
    padding: 10px 15px;
    font-size: 10px;
  }
}
.schedule-kv-ttl span {
  display: block;
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: bold;
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  .schedule-kv-ttl span {
    margin: 0 15px 0 0;
    font-size: 15px;
  }
}
.schedule-kv-name {
  position: absolute;
}
.schedule-kv-01 .schedule-kv-name {
  bottom: 100px;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .schedule-kv-01 .schedule-kv-name {
    bottom: 60px;
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
  }
}
.schedule-kv-02 .schedule-kv-name {
  bottom: 125px;
  left: 51%;
}
@media screen and (max-width: 767px) {
  .schedule-kv-02 .schedule-kv-name {
    bottom: 60px;
    left: 50%;
    width: 160px;
    transform: translateX(-50%);
  }
}
.schedule-kv:after {
  content: "";
  display: block;
  position: absolute;
  right: 45px;
  bottom: -1px;
  left: 0;
  height: 81px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .schedule-kv:after {
    right: 0;
    left: -20px;
    height: 39px;
  }
}

.schedule-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: -60px -50px 60px;
}
@media screen and (max-width: 767px) {
  .schedule-intro {
    display: block;
    margin: 0 0 60px;
  }
}
.schedule-intro-inner {
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .schedule-intro-inner {
    margin: 0 0 30px;
    padding: 0;
  }
}
.schedule-intro-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .schedule-intro-name {
    font-size: inherit;
  }
}
.schedule-intro-position {
  margin: 0;
  color: #6e6e6e;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .schedule-intro-position {
    font-size: 9px;
  }
}
.schedule-intro-img {
  margin: 0;
  text-align: center;
}

.schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -42px -35px;
}
@media screen and (max-width: 767px) {
  .schedule-list {
    margin: 0;
  }
}
.schedule-list-item {
  max-width: 281px;
  margin: 0 0 35px;
}
@media screen and (max-width: 767px) {
  .schedule-list-item {
    max-width: inherit;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-list-item:last-child {
    margin: 0;
  }
}
.schedule-list-item figure {
  margin: 0 0 10px;
}
.schedule-list-item p {
  margin: 0 35px;
}

.kv-crosstalk .kv-img,
.kv-feature-09 .kv-img,
.kv-feature-10 .kv-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .kv-crosstalk .kv-img,
  .kv-feature-09 .kv-img,
  .kv-feature-10 .kv-img {
    aspect-ratio: 335/390;
  }
}
@media screen and (max-width: 767px) {
  .kv-crosstalk .kv-img > img,
  .kv-feature-09 .kv-img > img,
  .kv-feature-10 .kv-img > img {
    width: 100%;
    aspect-ratio: 335/390;
    object-fit: cover;
    object-position: top 50% left 40%;
  }
}

.kv-crosstalk .kv-name,
.kv-feature-09 .kv-name,
.kv-feature-10 .kv-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.kv-feature-09 .kv-name {
  top: 20%;
}

.kv-feature-10 .kv-name {
  top: 5%;
  transform: translate(-47%, 0%);
}

.kv-crosstalk .kv-name img,
.kv-feature-09 .kv-name img,
.kv-feature-10 .kv-name img {
  width: min(770px, 51.3333333333vw);
}
@media screen and (max-width: 767px) {
  .kv-crosstalk .kv-name img,
  .kv-feature-09 .kv-name img,
  .kv-feature-10 .kv-name img {
    width: 90vw;
  }
}

/* crosstalk */
.crosstalk__member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 588px;
  width: 100%;
  margin-top: 150px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .crosstalk__member {
    flex-direction: column;
    gap: 30px;
    margin-top: 75px;
  }
}
.crosstalk__member__imgarea {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 130px;
}
.crosstalk__member__img {
  display: block;
  width: 126px;
  aspect-ratio: 1;
}
.crosstalk__member__img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.crosstalk__member__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.crosstalk__member__year, .crosstalk__member__class {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.crosstalk__member__desc {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8333333333;
}
.crosstalk__center {
  display: flex;
  align-items: stretch;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .crosstalk__center {
    flex-direction: column;
  }
}
.crosstalk__center__imgarea {
  display: flex;
  gap: 10px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .crosstalk__center__imgarea {
    flex-direction: column;
    width: 100%;
  }
}
.crosstalk__center__imgarea > figure {
  margin: 0;
}
.crosstalk__center__desc {
  flex: 1;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* feature-09,10 */
.crosstalk-member-inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .crosstalk-member-inner {
    text-align: left;
  }
}

.crosstalk-member-place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0.25em 1em;
  border-radius: 100vw;
  background-color:#00a7b5;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.communication-lead {
  font-feature-settings: "palt";
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px;
  }
}



/* ============ people common ============ */
.kv.--lower{
  background-image: url(../img/common/bg-gra-feature.webp);
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img,
.p-lower-page.--crosstalk .kv.--lower + .kv-img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img{
  display: grid;
  place-items: center;
  width: calc(100vw - 20px - 20px);
  margin: unset;
  margin-inline: auto;
}
.p-lower-page.--feature-01 .kv.--lower + .kv-img img,
.p-lower-page.--feature-02 .kv.--lower + .kv-img img,
.p-lower-page.--feature-03 .kv.--lower + .kv-img img,
.p-lower-page.--crosstalk .kv.--lower + .kv-img img,
.p-lower-page.--feature-09 .kv.--lower + .kv-img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(0);
}


/* ============ crosstalk ============ */
.p-lower-page.--crosstalk .kv-img{
  margin: unset;
  padding: unset;
  width: calc(100% - 20px - 20px);
  margin-inline: auto;
}
.p-lower-page.--crosstalk .kv-img img{
  max-height: initial;
  transform: translateX(0);
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-lower-page.--crosstalk .catcharea{
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-block-start: calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
  margin-inline: auto;
}
.p-lower-page.--crosstalk .catch{
  margin: unset;
  padding: unset;
  display: inline-grid;
  place-items: center;
  margin-inline: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem) auto;
  padding: .25em .5em;
  background: linear-gradient(90deg, rgba(74, 23, 126, 1) 0.04%, rgba(72, 27, 128, 1) 15.92%, rgba(66, 40, 134, 1) 32.37%, rgba(55, 60, 144, 1) 49.09%, rgba(41, 89, 158, 1) 66%, rgba(22, 127, 176, 1) 83%, rgba(0, 172, 198, 1) 100%);
  line-height: 1.4;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-weight: 400;
  translate: 0 -50%;
}
.p-lower-page.--crosstalk .people-detail{
  margin: unset;
  padding: unset;
  max-width: 1100px;
  width: calc(100% - 20px - 20px);
  margin-block: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem) clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
  margin-inline: auto;

}
.p-lower-page.--crosstalk .peoplelist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  margin-block: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem) clamp(7.5rem, 4.773rem + 13.64vw, 15rem);
}
@media screen and (max-width: 767px) {
  .p-lower-page.--crosstalk .peoplelist {
    align-items: center;
  }
}

.p-lower-page.--crosstalk .name.--people01{
  color: #000;
  font-weight: 700;
}

.p-lower-page.--crosstalk .peoplelist .position{
  margin: unset;
  display: grid;
  place-items: center;
  border-radius: 50vw;
  width: 100%;
  padding-block: .7em .5em;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.p-lower-page.--crosstalk .peoplelist img{
  display: block;
  max-width: 55%;
  margin-block-start: 20px;
  margin-inline: auto;
}
.p-lower-page.--crosstalk .peoplelist .desc{
  margin-block-start: 2em;
  font-size: 14px;
  font-weight: 500;
}
.p-lower-page.--crosstalk .people-detail-img:after{
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  width: 100%;
  max-width: 1100px;
  height: clamp(2.75rem, 1.75rem + 5vw, 5.5rem);
  inset: auto auto 0;
  translate: 0 50%;
}
.p-lower-page.--crosstalk .people-detail-img.left:after
.p-lower-page.--crosstalk .people-detail-img.right:after{
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.p-lower-page.--crosstalk .communication-lead{
  color: inherit;
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  font-size: 500;
}
.p-lower-page.--crosstalk .ttl-03{
  margin-block: clamp(2.813rem, 1.79rem + 5.11vw, 5.625rem) clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  color: inherit;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-weight: 500;
  position: relative;
  z-index: 2;
  color: #4f2d7f;
}
.p-lower-page.--crosstalk .crosstalk-a{
  margin: unset;
  padding: unset;
  display: grid;
  grid-template-columns: 5em 1fr;
  margin-block-start: 2em;

}
.p-lower-page.--crosstalk .crosstalk-a .name{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 700;
}
.p-lower-page.--crosstalk .crosstalk-a dd{
  margin: unset;
  padding: unset;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
}



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




.p-lower-page.--feature-01.bg-index{
  background-color: #F9F8F7;
}
.p-lower-page.--feature-01.bg-index .contents{
  translate: 0 calc(clamp(4.375rem, 3.036rem + 5.71vw, 8.75rem) * -1);
}
.p-lower-page.--feature-01.bg-index .index-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block{
  width: 47.27272727272727%;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 160px;
  color: #000000;
}
.p-lower-page.--feature-01.bg-index .index-wrap:after,
.p-lower-page.--feature-01.bg-index .index-wrap:before{
  content:"";
  display:block;
  width: 47.27272727272727%;
  height:0;
}
.p-lower-page.--feature-01.bg-index .index-wrap:before{
  order:1;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block figure{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block figure img {
  width: 100%;
  transition: 0.3s;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block:hover figure img {
  transform: scale(1.07);
}

.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl{
  background-color: #F9F8F7;
  width: 67.3076923076923%;
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  bottom: -24px;
  z-index: 1;
  padding-top: 20px;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dt,
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd{
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dt{
  font-family: "GT-Walsheim-Pro", "Yu Gothic", YuGothic, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd{
  font-size: 18px;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block {
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 0;
  color: #000000;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block .text {
  background-color: #F9F8F7;
  width: 58.18181818181818%;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 24px;
  position: absolute;
  display: block;
  bottom: -24px;
  z-index: 1;
  padding-top: 20px;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block figure{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block figure img {
  width: 100%;
  transition: 0.3s;
}
.p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block:hover figure img {
  transform: scale(1.07);
}



@media screen and (max-width: 767px) {
  .p-lower-page.--feature-01.bg-index .index-wrap{
    display: block;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block{
    width: 100%;
    margin-bottom: 80px;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl{
    background-color: #F9F8F7;
    bottom: -24px;
    padding: 10px 10px 10px 0;
    width: 67.3076923076923%;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap a.item-block dl dd {
    font-size: 14px;
  }
  .p-lower-page.--feature-01.bg-index .index-wrap-all a.item-block .text {
    display: block;
    font-size: 14px;
    bottom: -24px;
    padding: 10px 10px 10px 0;
    width: 67.3076923076923%;
  }
}
