@charset "UTF-8";
/* ============================================ */
/*  cross-talk
/* ============================================ */
/* ===== top-area  ===== */
#top-area.type-img01 .img::before {
  background-image: url(../img/environment/cross-talk/top-img.jpg);
}
#top-area.type-img01 .text-wrap {
  left: -50px;
  top: auto;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: 260px;
  background: var(--color-grad-blue);
  text-align: center;
  border-radius: 315px;
}
#top-area.type-img01 .page-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
}
#top-area.type-img01 .page-title .en {
  display: block;
  width: 251px;
  fill: var(--color-black);
}
#top-area.type-img01 .page-title .ja {
  display: block;
  margin: 0.3em 0 0;
}
#top-area.type-img01 .page-title + .catch {
  white-space: nowrap;
  max-width: none;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.5;
  margin: 1em 0 0;
}

@media screen and (min-width: 1025px) {
  #top-area.type-img01 .img {
    left: 5%;
    width: calc(50vw + 45%);
  }
}
@media screen and (max-width: 1400px) {
  #top-area.type-img01 .text-wrap {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top-area.type-img01 .text-wrap {
    inset: 0;
    margin: -50px 0 0 -5vw;
    width: 500px;
    height: 240px;
  }
  #top-area.type-img01 .page-title + .catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #top-area.type-img01 .text-wrap {
    width: 420px;
    height: 200px;
  }
  #top-area.type-img01 .page-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #top-area.type-img01 .page-title .en {
    width: 175.7px;
  }
  #top-area.type-img01 .page-title + .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  #top-area.type-img01 .text-wrap {
    width: 90vw;
    max-width: 320px;
    height: 160px;
    margin: -30px 0 0 -5vw;
  }
  #top-area.type-img01 .page-title + .catch {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  #top-area.type-img01 .page-title + .catch {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* ===== bg  ===== */
.bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.bg::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -260px;
  width: 120%;
  max-width: 2000px;
  height: calc(100% + 260px);
  display: block;
  background: url(../img/environment/cross-talk/bg.png);
  background-size: 100%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  .bg::before {
    bottom: -150px;
    width: 150%;
    height: calc(100% + 150px);
  }
}
/* ===== member ===== */
#member {
  background-color: #f5f5f5;
  padding: 60px 0 95px;
  margin: 0 0 120px;
}
#member .title {
  margin: -75px 0 0;
  font-weight: 500;
  text-align: center;
}
#member .title .img {
  width: 155px;
  fill: var(--color-blue);
  margin: 0 0 5px;
}
#member .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 65px auto 0;
}
#member .member-item {
  width: 21.25%;
  max-width: 235px;
}
#member .member-item .img {
  position: relative;
  width: 100%;
  height: 200px;
  max-width: 235px;
}
#member .member-item .profile {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
}
#member .member-item .profile .en {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-right: 1.1em;
}
#member .member-item .profile .text {
  margin: 1em 0 0;
}
#member .member-item .department .type {
  color: var(--color-blue);
}
#member .member01 .img::before {
  background-image: url(../img/environment/cross-talk/member01.jpg);
}
#member .member02 .img::before {
  background-image: url(../img/environment/cross-talk/member02.jpg);
}
#member .member03 .img::before {
  background-image: url(../img/environment/cross-talk/member03.jpg);
}
#member .member04 .img::before {
  background-image: url(../img/environment/cross-talk/member04.jpg);
}

@media screen and (max-width: 1200px) {
  #member .flex-wrap {
    flex-direction: column;
    align-items: center;
    max-width: none;
    gap: 25px;
  }
  #member .member-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    max-width: none;
  }
  #member .member-item .img {
    position: relative;
    width: 210px;
    height: 210px;
  }
  #member .member-item .profile {
    width: calc(100% - 250px);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #member {
    padding: 40px 0;
    margin: 0 0 80px;
  }
  #member .title {
    margin: -55px 0 0;
  }
  #member .flex-wrap {
    margin: 40px auto 0;
  }
  #member .member-item .img {
    width: 160px;
    height: 160px;
  }
  #member .member-item .profile {
    width: calc(100% - 200px);
    font-size: 13px;
    font-size: 0.8125rem;
  }
  #member .member-item .profile .en {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  #member .flex-wrap {
    gap: 30px 0;
  }
  #member .member-item {
    flex-direction: column;
    width: 80%;
    max-width: 240px;
  }
  #member .member-item .profile {
    width: 100%;
    margin: 5px 0 0;
  }
}
/* ===== theme共通 ===== */
.theme {
  position: relative;
}
.theme + .theme {
  margin: 250px 0 0 0;
}
.theme .title {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 80px;
  color: var(--color-blue);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 2em;
  z-index: 1;
}
.theme .title .number {
  fill: var(--color-blue);
}
.theme .talk-item {
  display: flex;
  width: 100%;
  gap: 40px;
}
.theme .talk-item + .talk-item {
  margin: 45px 0 0;
}
.theme .talk-item .member-pl {
  display: flex;
  gap: 15px;
}
.theme .talk-item .member-img {
  position: relative;
}
.theme .talk-item .member-img::before {
  content: "";
  display: block;
  width: 80px;
  height: 70px;
  background-repeat: no-repeat;
  /*background-size: cover;
    background-position: center center;*/
  background-size: 130%;
  background-position: center top;
  border-radius: 15px;
}
.theme .talk-item .member-img::after {
  content: "";
  display: block;
  text-align: center;
  font-weight: 500;
}
.theme .talk-item .member-img.member01::before {
  background-image: url(../img/environment/cross-talk/member01.jpg);
}
.theme .talk-item .member-img.member01::after {
  content: "F.K";
}
.theme .talk-item .member-img.member02::before {
  background-image: url(../img/environment/cross-talk/member02.jpg);
}
.theme .talk-item .member-img.member02::after {
  content: "M.F";
}
.theme .talk-item .member-img.member03::before {
  background-image: url(../img/environment/cross-talk/member03.jpg);
}
.theme .talk-item .member-img.member03::after {
  content: "M.T";
}
.theme .talk-item .member-img.member04::before {
  background-image: url(../img/environment/cross-talk/member04.jpg);
}
.theme .talk-item .member-img.member04::after {
  content: "K.R";
}
@media screen and (max-width: 1200px) {
  .theme + .theme {
    margin: 150px 0 0 0;
  }
  .theme .title {
    margin: 0 0 3em 0;
  }
}
@media screen and (max-width: 768px) {
  .theme + .theme {
    margin: 80px 0 0 0;
  }
  .theme .title {
    gap: 0 55px;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 0 2em 0;
  }
  .theme .talk-item {
    gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .theme .title {
    flex-direction: column;
  }
  .theme .title p {
    margin-top: 30px;
  }
  .theme .talk-item + .talk-item {
    margin: 30px 0 0;
  }
  .theme .talk-item .member-pl {
    flex-direction: column;
    gap: 5px;
  }
  .theme .talk-item .member-img::before {
    width: 70px;
    height: 70px;
  }
  .theme .talk-item .text {
    width: calc(100% - 100px);
  }
}
/* ===== style01 ===== */
@media screen and (min-width: 1201px) {
  .style01 .talk {
    padding: 0 0 0 150px;
  }
  .style01 .talk-item {
    max-width: 830px;
  }
}
/* ===== style02 ===== */
.style02 .in-wrap .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.style02 .in-wrap.right .talk {
  padding: 0 0 0 150px;
}
.style02 .in-wrap.right .item-wrap {
  width: calc(100% - 700px);
  overflow: hidden;
}
.style02 .in-wrap.left {
  margin: 145px 0 0;
}
.style02 .in-wrap.left .flex-wrap {
  flex-direction: row-reverse;
}
.style02 .in-wrap.left .item-wrap {
  width: calc(100% - 650px);
  overflow: hidden;
}
.style02 .in-wrap.left .talk-item {
  max-width: 700px;
}
.style02 .title p {
  padding: 0 10vw 0 0;
}
.style02 .img01 {
  width: 600px;
  margin: -130px 0 0 auto;
  z-index: 0;
}
.style02 .img02 {
  width: 450px;
  margin: -30px 0 0;
}

@media screen and (max-width: 1600px) {
  .style02 .in-wrap.right .item-wrap {
    width: calc(100% - 500px);
  }
  .style02 .in-wrap.left .item-wrap {
    width: calc(100% - 550px);
  }
  .style02 .img01 {
    margin: -130px -16% 0 auto;
  }
  .style02 .img02 {
    margin: -30px auto 0 -5%;
  }
}
@media screen and (max-width: 1200px) {
  .style02 .in-wrap.right .talk {
    padding: 0;
  }
  .style02 .in-wrap.right .item-wrap {
    width: calc(100% - 400px);
  }
  .style02 .in-wrap.left {
    margin: 80px 0 0;
  }
  .style02 .in-wrap.left .item-wrap {
    width: calc(100% - 400px);
  }
  .style02 .in-wrap.left .talk-item {
    max-width: none;
  }
  .style02 .img01 {
    width: 500px;
  }
  .style02 .img02 {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .style02 .in-wrap .flex-wrap {
    flex-direction: column !important;
  }
  .style02 .in-wrap.right .item-wrap {
    width: 100%;
    padding: 0 10vw 0 0;
  }
  .style02 .in-wrap.left {
    margin: 30px 0 0;
  }
  .style02 .in-wrap.left .item-wrap {
    width: 100%;
    padding: 0 0 0 10vw;
  }
  .style02 .img01 {
    width: 90%;
    max-width: 400px;
    margin: 30px 20% 0 auto;
  }
  .style02 .img02 {
    width: 80%;
    max-width: 300px;
    margin: 30px auto 0 20%;
  }
}
/* ===== theme02 ===== */
#theme02 .img01 {
  margin: 120px auto;
}

@media screen and (max-width: 768px) {
  #theme02 .img01 {
    margin: 60px auto;
  }
}
/* ===== theme04 ===== */
#theme04 .img01 {
  margin: 120px auto 0;
}

@media screen and (max-width: 768px) {
  #theme04 .img01 {
    margin: 60px auto 0;
  }
}

/*# sourceMappingURL=cross-talk.css.map */