@charset "UTF-8";
/* ================================================== */
/* CROSS TALK */
/* ================================================== */
.contents {
  padding: 75px 0 0;
}

/* ===== 背景設定 ===== */
.bg {
  position: fixed;
  left: 0;
  top: 75px;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 75px);
}
.bg::before {
  content: "";
  position: absolute;
  top: -10px;
  /*ぼかしの範囲分ずらす*/
  left: -10px;
  /*ぼかしの範囲分ずらす*/
  display: block;
  width: calc(100% + 20px);
  /*ぼかしの範囲分プラス*/
  height: calc(100% + 20px);
  /*ぼかしの範囲分プラス*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s;
}
.bg.is-blur::before {
  filter: blur(10px);
}

#cross-talk01 .bg::before {
  background-image: url(../img/person-job/cross-talk/01/bg_pc.jpg);
  background-position: 70% 70%;
}

#cross-talk02 .bg::before {
  background-image: url(../img/person-job/cross-talk/02/bg_pc.jpg);
  background-position: 58% center;
}

@media screen and (max-width: 1024px) {
  .bg {
    height: 50vh;
    min-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .bg {
    height: 40vh;
    min-height: 300px;
  }
  #cross-talk01 .bg::before {
    background-image: url(../img/person-job/cross-talk/01/bg_sp.jpg);
  }
  #cross-talk02 .bg::before {
    background-image: url(../img/person-job/cross-talk/02/bg_sp.jpg);
  }
}
/* ===== トップエリア ===== */
#top-area {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
}
#top-area .wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1600px;
  height: 100%;
  padding: 100px 0 0;
}
#top-area .cursive {
  position: absolute;
  right: -5%;
  top: 20px;
  width: 410px;
}
#top-area .talk-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top-area .talk-title .number {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0 0 0.5em;
}
#top-area .talk-title .number.wh {
  color: var(--color-white);
}
#top-area .talk-title .fl {
  display: flex;
  align-items: center;
}
#top-area .talk-title .box {
  display: block;
  background-color: var(--color-white);
  font-family: var(--fontfamily-mincho);
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0.05em;
  padding: 0.2em 0.4em 0.3em;
}
#top-area .talk-title .cross {
  display: block;
  position: relative;
  width: 86px;
  height: 86px;
}
#top-area .talk-title .cross::before, #top-area .talk-title .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 130%;
  background-color: var(--color-skyblue);
}
#top-area .talk-title .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#top-area .talk-title .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#top-area .profile {
  position: absolute;
}
#top-area .profile span {
  display: block;
  line-height: 1.8;
}
#top-area .profile .office,
#top-area .profile .joined-year {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
#top-area .profile .jp-name {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  margin: 0.2em 0 0;
}
#top-area .profile.wh {
  color: var(--color-white);
}
#top-area .profile.p01 {
  left: 50%;
  bottom: 10%;
  transform: translateX(calc(-50% - 460px));
}
#top-area .profile.p02 {
  left: 50%;
  bottom: 5%;
  transform: translateX(calc(-50% - 180px));
}
#top-area .profile.p03 {
  right: 50%;
  bottom: 5%;
  transform: translateX(calc(50% + 180px));
}
#top-area .profile.p04 {
  right: 50%;
  bottom: 50%;
  transform: translateX(calc(50% + 460px));
}

@media screen and (max-width: 1024px) {
  #top-area {
    height: 50vh;
    min-height: 500px;
  }
  #top-area .cursive {
    width: 320px;
  }
  #top-area .wrap {
    padding: 50px 0 0;
  }
  #top-area .profile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top-area .cursive {
    width: 220px;
  }
  #top-area .talk-title .box {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  #top-area {
    height: 40vh;
    min-height: 300px;
  }
  #top-area .cursive {
    width: 140px;
  }
  #top-area .wrap {
    padding: 30px 0 0;
  }
  #top-area .talk-title .number {
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
  #top-area .talk-title .box {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  #top-area .talk-title .cross {
    width: 40px;
    height: 40px;
  }
}
/* ===== 共通設定 ===== */
.wrap {
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.white-box {
  position: relative;
  width: 100%;
  border-radius: 15px;
  background-color: var(--color-white);
  padding: 70px 60px;
  z-index: 1;
}

.icon.akiyama {
  background-image: url(../img/person-job/cross-talk/01/talk_akiyama.jpg);
}
.icon.sato {
  background-image: url(../img/person-job/cross-talk/01/talk_sato.jpg);
}
.icon.okujo {
  background-image: url(../img/person-job/cross-talk/01/talk_okujo.jpg);
}
.icon.itonaga {
  background-image: url(../img/person-job/cross-talk/01/talk_itonaga.jpg);
}
.icon.ozaki {
  background-image: url(../img/person-job/cross-talk/02/talk_ozaki.jpg);
}
.icon.goto {
  background-image: url(../img/person-job/cross-talk/02/talk_goto.jpg);
}
.icon.kusano {
  background-image: url(../img/person-job/cross-talk/02/talk_kusano.jpg);
}

@media screen and (max-width: 768px) {
  .white-box {
    padding: 50px 45px;
  }
}
@media screen and (max-width: 600px) {
  .white-box {
    padding: 30px 30px;
  }
}
/* ===== 社員プロフィール（SPのみ） ===== */
#profile {
  position: relative;
  padding: 50px 0 0;
  background-color: var(--color-bluegray);
}
#profile .profile-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#profile .profile-item:not(:last-child) {
  margin-bottom: 15px;
}
#profile .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
#profile .text {
  width: calc(100% - 100px);
  line-height: 1.5;
}
#profile .text span {
  display: block;
}
#profile .text .office,
#profile .text .joined-year {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
#profile .text .jp-name {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

#cross-talk01 #profile .profile-item {
  max-width: 240px;
}

#cross-talk02 #profile .profile-item {
  max-width: 290px;
}

/* ===== 概要 ===== */
#summary {
  position: relative;
  padding: 120px 0 0;
}
#summary .summary-title {
  font-size: 33px;
  font-size: 2.0625rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-skyblue);
  margin: 0 0 1em;
}
#summary .text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  #summary {
    background-color: var(--color-bluegray);
  }
}
@media screen and (max-width: 768px) {
  #summary {
    padding: 100px 0 0;
  }
  #summary .summary-title {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 600px) {
  #summary {
    padding: 50px 0 0;
  }
  #summary .summary-title {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  #summary .text {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
/* ===== THEME共通 ===== */
.theme {
  position: relative;
  padding: 100px 0 0;
}
.theme .theme-title {
  position: relative;
  align-items: flex-end;
  display: flex;
  margin: 0 0 35px;
  width: fit-content;
}
.theme .theme-title::before {
  content: "";
  width: 70px;
  font-size: 96px;
  font-size: 6rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 0.75;
  color: var(--color-skyblue);
  text-align: center;
}
.theme .theme-title::after {
  content: "THEME";
  position: absolute;
  left: 70px;
  top: 5%;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: var(--fontfamily-en);
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--color-skyblue);
  flex-shrink: 0;
}
.theme .theme-title .theme-title-name {
  position: relative;
  bottom: 0.3em;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
}
.theme .talk-item {
  position: relative;
  width: 80%;
  display: flex;
  align-items: center;
}
.theme .talk-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #CCC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.theme .talk-item .text {
  line-height: 2;
  text-align: justify;
}
.theme .talk-item:not(:last-child) {
  margin: 0 0 60px;
}
.theme .talk-item:nth-child(odd) .icon {
  margin: 0 10px 0 0;
}
.theme .talk-item:nth-child(odd) .text {
  margin: 0 0 0 20px;
}
.theme .talk-item:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}
.theme .talk-item:nth-child(even) .icon {
  margin: 0 0 0 10px;
}
.theme .talk-item:nth-child(even) .text {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1024px) {
  .theme .talk-item {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .theme .talk-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .theme .theme-title {
    margin: 0 0 20px;
  }
  .theme .theme-title::before {
    width: 50px;
    font-size: 64px;
    font-size: 4rem;
    font-family: var(--fontfamily-en);
    letter-spacing: 0.05em;
  }
  .theme .theme-title::after {
    left: 0;
    top: -24px;
  }
  .theme .theme-title .theme-title-name {
    bottom: -0.1em;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .theme .talk-item {
    align-items: flex-start;
  }
  .theme .talk-item .icon {
    width: 60px;
    height: 60px;
  }
  .theme .talk-item:nth-child(odd) .icon {
    margin: 0 5px 0 0;
  }
  .theme .talk-item:nth-child(odd) .text {
    margin: 0 0 0 10px;
  }
  .theme .talk-item:nth-child(even) {
    margin-left: auto;
    flex-direction: row-reverse;
  }
  .theme .talk-item:nth-child(even) .icon {
    margin: 0 0 0 5px;
  }
  .theme .talk-item:nth-child(even) .text {
    margin: 0 10px 0 0;
  }
  .theme .talk-item:not(:last-child) {
    margin: 0 0 30px;
  }
}
/* ===== THEME01 ===== */
#theme01 .theme-title::before {
  content: "1";
}
#theme01 .theme-title .theme-title-name {
  color: var(--color-white);
}

@media screen and (max-width: 1024px) {
  #theme01 {
    background-color: var(--color-bluegray);
  }
  #theme01 .theme-title .theme-title-name {
    color: var(--color-black);
  }
}
/* ===== THEME02 ===== */
#theme02 {
  background-color: var(--color-bluegray);
}
#theme02 .theme-title::before {
  content: "2";
}

/* ===== THEME03 ===== */
#theme03 {
  background-color: var(--color-bluegray);
  padding-bottom: 200px;
}
#theme03 .theme-title::before {
  content: "3";
}

@media screen and (max-width: 1024px) {
  #theme03 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #theme03 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  #theme03 {
    padding-bottom: 80px;
  }
}
/* ===== 職場写真 ===== */
.working-view {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: -40px 0 0;
  background-color: var(--color-bluegray);
}
.working-view::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding-top: 39.5833%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#cross-talk01 #working-view01::before {
  background-image: url(../img/person-job/cross-talk/01/working-view01.jpg);
}
#cross-talk01 #working-view02::before {
  background-image: url(../img/person-job/cross-talk/01/working-view02.jpg);
}

#cross-talk02 #working-view01::before {
  background-image: url(../img/person-job/cross-talk/02/working-view01.jpg);
}
#cross-talk02 #working-view02::before {
  background-image: url(../img/person-job/cross-talk/02/working-view02.jpg);
}

@media screen and (min-width: 1201px) {
  .working-view::before {
    content: "";
    padding-top: 540px;
  }
}
@media screen and (max-width: 600px) {
  .working-view {
    margin: -20px 0 0;
  }
  .working-view::before {
    padding-top: 60%;
  }
}
/* ===== ボトムエリア ===== */
#bottom-area {
  position: relative;
  background-color: var(--color-white);
}

/* ===== related_person-job（CROSS TALKのみ） ===== */
#related_person-job {
  padding: 220px 0 100px;
}

@media screen and (max-width: 1024px) {
  #related_person-job {
    padding: 180px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #related_person-job {
    padding: 80px 0 100px;
  }
}

/*# sourceMappingURL=cross-talk.css.map */
