@media only screen and (min-width:768px) {
  .entry {
    padding-top: 180px;
  }
}

@media only screen and (max-width:767px) {
  .entry {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .entry-boxes {
    margin-top: 60px;
  }
}

@media only screen and (max-width:767px) {
  .entry-boxes {
    margin-top: 30px;
  }
}

@media only screen and (min-width:768px) {
  .entry-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.entry-box {
  background-color: white;
  color: #004F99;
  border: 4px solid #004F99;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (min-width:768px) {
  .entry-box {
    height: 190px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box {
    height: 105px;
  }
}

@media only screen and (min-width:768px) {
  .entry-box {
    justify-content: center;
  }
}

@media only screen and (max-width:767px) {
  .entry-box {
    padding-left: 10.2564102564vw;
  }
}

.entry-box:nth-child(1) {
  background-color: #004F99;
  color: white;
  height: auto;
  padding: 20px 10.2564102564vw;
}

.entry-box-txt-01 {
  font-weight: 600;
}

@media only screen and (min-width:768px) {
  .entry-box-txt-01 {
    font-size: 26px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box-txt-01 {
    font-size: 20px;
  }
}

.entry-box-txt-02 {
  font-weight: 500;
}

@media only screen and (min-width:768px) {
  .entry-box-txt-02 {
    font-size: 18px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box-txt-02 {
    font-size: 16px;
  }
}

@media only screen and (min-width:768px) {
  .entry-box-txt-02 {
    line-height: 2em;
  }
}

@media only screen and (max-width:767px) {
  .entry-box-txt-02 {
    line-height: 1.7em;
  }
}

@media only screen and (min-width:768px) {
  .entry-box-txt-02 {
    white-space: nowrap;
  }
}

.entry-box-txt-03 {
  font-weight: 500;
}

@media only screen and (min-width:768px) {
  .entry-box-txt-03 {
    font-size: 24px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box-txt-03 {
    font-size: 20px;
  }
}

@media only screen and (min-width:768px) {
  .entry-box-txt-03 {
    line-height: 2em;
  }
}

@media only screen and (max-width:767px) {
  .entry-box-txt-03 {
    line-height: 1.7em;
  }
}

@media only screen and (min-width:768px) {
  .entry-box .entry-box-txt-03+.entry-box-txt-02 {
    margin-top: 13px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box .entry-box-txt-03+.entry-box-txt-02 {
    margin-top: 7px;
  }
}

.entry-box .common-link-circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width:768px) {
  .entry-box .common-link-circle {
    right: 30px;
  }
}

@media only screen and (max-width:767px) {
  .entry-box .common-link-circle {
    right: 5.1282051282vw;
  }
}

@media only screen and (min-width:768px) {
  .people {
    padding-top: 180px;
  }
}

@media only screen and (max-width:767px) {
  .people {
    padding-top: 60px;
  }
}

@media only screen and (min-width:768px) {
  .people {
    padding-bottom: 180px;
  }
}

@media only screen and (max-width:767px) {
  .people {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width:768px) {
  .people .common-people-slider {
    margin-top: 60px;
  }
}

@media only screen and (max-width:767px) {
  .people .common-people-slider {
    margin-top: 30px;
  }
}

.people-inner {
  position: relative;
}

@media only screen and (min-width:768px) {
  .people-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .people-link {
    margin-top: 38px;
  }
}

@media only screen and (min-width:768px) {
  .people-link .common-round-btn {
    margin: 10px 0 0 auto;
    width: 320px;
  }
}

@media only screen and (max-width:767px) {
  .people-link .common-round-btn {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}



.c-crosstalk__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: calc(32/20);
  margin-bottom: 15px;
}

.c-crosstalk__subttl {
  font-size: 16px;
  line-height: calc(24/16);
}

.c-crosstalk__item .common-round-btn {
  width: 320px;
  margin-top: 25px;
}


.c-crosstalk__img {
  aspect-ratio: 640 / 360;
  background: #BFBFBF;
  margin-bottom: 25px;
  overflow:hidden;
}

.c-crosstalk__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s;
  will-change: transform;
}

@media (hover: hover) {
  .c-crosstalk__item:hover .c-crosstalk__img img {
    transform: scale(1.15);
  }

  .c-crosstalk__item:hover .common-round-btn:after {
    transform: translateX(5px);
  }
}

@media only screen and (max-width:767px) {
  .c-crosstalk__img {
    margin-bottom: 20px;
  }

  .c-crosstalk__item .common-round-btn {
    width: 100%;
  }
}

.people-mv {
  position: relative;
}

.people-mv.-anim .people-mv-title-en {
  opacity: 1;
  transform: translateY(0);
}

.people-mv.-anim .people-mv-title-ja {
  opacity: 1;
  transform: translateX(0);
}

.people-mv.-anim .people-mv-head-desc {
  opacity: 1;
  transform: translateX(0);
}

.people-mv.-anim .people-mv-head-name {
  opacity: 1;
  transform: translateX(0);
}

.people-mv.-anim .people-mv-pic img {
  opacity: 1;
  transform: scale(1);
}

.people-mv-pic {
  transform: translateY(1px);
  overflow: hidden;
}

.people-mv-pic img {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 0.75s, transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

.people-mv-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (min-width:768px) {
  .people-mv-contents {
    padding-top: 152px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-contents {
    padding-top: 29.2307692308vw;
  }
}

.people-mv-title {
  color: white;
}

.people-mv-title-en {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  line-height: 1.2em;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

@media only screen and (min-width:768px) {
  .people-mv-title-en {
    font-size: 80px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-title-en {
    font-size: clamp(40px, 10.2564102564vw, 60px);
  }
}

.people-mv-title-ja {
  font-weight: 500;
  line-height: 1.7em;
  opacity: 0;
  transform: translateX(5%);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

@media only screen and (min-width:768px) {
  .people-mv-title-ja {
    margin-top: 7px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-title-ja {
    margin-top: 10px;
  }
}

@media only screen and (min-width:768px) {
  .people-mv-title-ja {
    font-size: 20px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-title-ja {
    font-size: clamp(14px, 3.5897435897vw, 24px);
  }
}

.people-mv-head {
  color: white;
}

@media only screen and (max-width:767px) {
  .people-mv-head {
    margin-top: auto;
  }
}

.people-mv-head-desc {
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translateX(5%);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.25s;
  will-change: transform;
}

@media only screen and (min-width:768px) {
  .people-mv-head-desc {
    font-size: 36px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-head-desc {
    font-size: 30px;
  }
}

.people-mv-head-name {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  line-height: 1.7em;
  opacity: 0;
  transform: translateX(5%);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.5s;
  will-change: transform;
}

@media only screen and (min-width:768px) {
  .people-mv-head-name {
    font-size: 20px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-head-name {
    font-size: 15px;
  }
}

@media only screen and (min-width:768px) {
  .people-mv-head-name {
    margin-top: 8px;
  }
}

@media only screen and (max-width:767px) {
  .people-mv-head-name {
    margin-top: 10px;
  }
}

.people-mv .common-breadcrumbs {
  color: white;
}

@media only screen and (max-width:767px) {
  .people-mv .common-breadcrumbs {
    margin-top: 8.9743589744vw;
  }
}

.crosstalk-mv-contents {
  display: flex;
  align-items: flex-start;
  padding-bottom: 60px;
}

.people-mv-contents {
  justify-content: flex-end;
}

.people-mv-title {
  width: calc(100% - 46.8%);
}

.people-mv-head {
  width: 46.8%;
}

section.member {
  padding: 130px 0 100px;
  background: #F2F2F2;
}

.c-member {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.c-member__item {
  background: #FFF;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.c-member__info {
  padding: 30px;
}

.c-member__role span {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 9px;
}

.c-member__joined {
  margin-top: 15px;
  font-size: 12px;
}

.c-member__name {
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}

.member .box {
  margin-top: 100px;
  border: 2px solid #005099;
  background: #FFF;
  padding: 40px 30px 45px;
  text-align: center;
}

.member .box__ttl {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #004F99;
  font-size: 40px;
  margin-bottom: 25px;
}

.member .box__content {
  font-size: 28px;
}

section.talks-toc {
  padding: 130px 0 30px;
}

.talks__toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.talks__toc .common-sec-title {
  padding-right: 30px;
}

.talks__toc-list ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

.talks__toc-list a {
  counter-increment: my-awesome-counter;
}

.talks__toc-list a::before {
  content: counter(my-awesome-counter) ". ";
  flex-basis: 28px;
  flex-shrink: 0;
}

.talks__toc-list a {
  background: #004F99;
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  padding: 21px 40px 21px 20px;
  position: relative;
  transition: .3s ease;
}

.talks__toc-list a:hover {
  opacity: 0.7;
}

.talks__toc-list a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.talks__item {
  padding: 100px 0;
}

.talks__item:nth-child(even) {
  background: #F2F2F2;
}

.talks__wrap {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.talks__wrap>* {
  width: 50%;
}

.talks__convo-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}

.talk__heading {
  font-size: 24px;
  font-weight: bold;
  color: #004F99;
  margin-bottom: 40px;
}

.talks__convo-list__item {
  display: flex;
  align-items: flex-start;
}

.talks__convo-list__avatar {
  flex-basis: 80px;
  flex-shrink: 0;
}

.talks__convo-list__avatar img {
  border-radius: 50%;
}

.talks__convo-list__content {
  padding-left: 23px;
  line-height: 2;
}

.talks__item:nth-child(even) .talks__wrap {
  flex-direction: row-reverse;
}

.talks__wrap.talks__wrap--no-img {
  display: block;
}

.talks__wrap.talks__wrap--no-img>* {
  width: 100%;
}

.talks__wrap.talks__wrap--no-img .talks__convo-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 64px;
}

.message__wrap {
  padding: 100px 0 130px;
  display: flex;
  align-items: flex-start;
}

.message__wrap .common-sec-title {
  flex-basis: 256px;
  flex-shrink: 0;
}

.message__content {
  line-height: 2;
}

.people-mv-title.people-mv-title--sp {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .people-mv-title.people-mv-title--sp {
    display: flex;
    position: absolute;
    bottom: 70px;
    width: 89.7435897436vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    flex-direction: column-reverse;
  }

  .crosstalk-mv-contents.common-contents-box {
    padding-bottom: 0;
  }

  .people-mv-contents {
    position: static;
    background: #004F99;
    padding-top: 30px;
  }

  .people-mv-contents .people-mv-title {
    display: none;
  }

  .people-mv-pic {
    position: relative;
  }

  .people-mv-title.people-mv-title--sp .people-mv-title-ja {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .people-mv-head {
    width: 100%;
  }

  .people-mv-head-name {
    font-weight: bold;
  }

  section.member {
    padding: 60px 0;
  }

  .c-member {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .c-member__info {
    padding: 15px;
  }

  .c-member__item {
    display: flex;
  }

  .c-member__item>* {
    width: 50%;
  }

  .c-member__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .member .box {
    margin-top: 60px;
    padding: 30px 10px 35px;
  }

  .member .box__ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .member .box__content {
    font-size: 24px;
    line-height: calc(36/24);
  }

  section.talks-toc {
    padding: 60px 0 0;
  }

  .talks__toc {
    display: block;
  }

  .talks__toc .common-sec-title {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .talks__toc-list a {
    font-size: 16px;
    padding: 14px 40px 14px 18px;
    line-height: 1.5;
  }

  .talks__toc-list ol {
    gap: 6px;
  }

  .talks__item {
    padding: 60px 0;
  }

  .talks__wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .talks__wrap>* {
    width: 100%;
  }

  .talk__heading {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .talks__convo-list {
    gap: 20px;
  }

  .talks__convo-list__avatar {
    flex-basis: 60px;
  }

  .talks__convo-list__content {
    padding-left: 15px;
    font-size: 14px;
    line-height: calc(24/14);
  }

  .talks__item:nth-child(even) .talks__wrap {
    flex-direction: column-reverse;
  }

  .talks__wrap.talks__wrap--no-img .talks__convo-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .message__wrap {
    padding: 60px 0;
    display: block;
  }

  .message__wrap .common-sec-title {
    margin-bottom: 30px;
  }

  .message__content {
    font-size: 14px;
    line-height: calc(24/14);
  }

  .c-crosstalk__item {
    padding: 0 5.1282051282vw 2px;
    display: block;
  }
}