  @charset "UTF-8";
/*----------------------------------

クロストークページCSS

----------------------------------*/
section.mainvis {
  background: url("/recruit/info/img/cross_talk/mainvis.jpg") no-repeat center/cover;
}
@media (max-width: 960px) {
  section.mainvis {
    background: url("/recruit/info/img/cross_talk/mainvis_sp.jpg") no-repeat center/cover;
  }
}
section.mainvis h1 .en::first-letter {
  color: #37c8b9;
}

.border_hdg {
  color: #37c8b9;
}

@media (min-width: 961px) {
  section.article_nav .nav_list p {
    font-size: 1.6rem;
  }
}

section.catch {
  margin-bottom: 100px;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  background-color: #f6f7f9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 960px) {
  section.catch {
    height: auto;
    min-height: 432px;
    margin-bottom: 35px;
  }
}
section.catch .inner {
  max-width: 1330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.catch .inner {
    padding-top: 24px;
    display: block;
  }
}
section.catch .txt {
  width: 50%;
  max-width: 398px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media (max-width: 960px) {
  section.catch .txt {
    width: 100%;
    margin: 0 auto 14px;
    font-size: 1.2rem;
    line-height: 1.6666;
  }
}
section.catch .copy {
  margin-bottom: 36px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
}
@media (max-width: 960px) {
  section.catch .copy {
    margin-bottom: 15px;
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
section.catch .img {
  width: 64.85%;
  margin-right: 0.1%;
  text-align: center;
}
@media (max-width: 960px) {
  section.catch .img {
    width: 100vw;
    margin: 0 0 0 -17.5px;
  }
}

section.profile {
  margin-bottom: 65px;
}
@media (max-width: 960px) {
  section.profile {
    margin-bottom: 45px;
  }
}
section.profile .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  section.profile .inner {
    display: block;
  }
}
section.profile .inner > div {
  width: 46.3%;
}
@media (max-width: 960px) {
  section.profile .inner > div {
    width: 100%;
  }
}
@media (max-width: 960px) {
  section.profile .inner > div + div {
    margin-top: 34px;
  }
}
section.profile .img {
  margin-bottom: 27px;
}
@media (max-width: 960px) {
  section.profile .img {
    margin-bottom: 15px;
  }
}
section.profile .img img {
  width: 100%;
  height: auto;
}
section.profile p {
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  section.profile p {
    font-size: 1.2rem;
  }
}
section.profile .name {
  line-height: 1;
}
@media (max-width: 960px) {
  section.profile .name {
    margin-bottom: 5px;
  }
}
section.profile .position {
  margin-bottom: 12px;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  section.profile .position {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
section.profile h3 {
  margin-bottom: 2px;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  section.profile h3 {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
section.profile .profile {
  margin-bottom: 14px;
  line-height: 1.86666;
}
@media (max-width: 960px) {
  section.profile .profile {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6666;
  }
}
section.profile .note {
  padding-left: 1em;
  text-indent: -1em;
}

.article_wrap {
  margin-bottom: 72px;
}
@media (max-width: 960px) {
  .article_wrap {
    margin-bottom: 56px;
  }
}
.article_wrap .copy {
  margin-bottom: 58px;
  padding: 32.5px 10px;
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
  background: #ecf7f6;
}
@media (max-width: 960px) {
  .article_wrap .copy {
    width: 100vw;
    margin: 0 0 32px -17.5px;
    padding: 19px 10px;
    font-size: 1.9rem;
  }
}

article .column {
  margin: 35px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  article .column {
    margin: 12px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
article .column:first-child {
  margin-top: 0;
}
article .column .img {
  width: 40.74%;
}
@media (max-width: 960px) {
  article .column .img {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
article .column .img img {
  width: 100%;
  height: auto;
}
article .column .txt {
  width: 55.5%;
}
@media (max-width: 960px) {
  article .column .txt {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 961px) {
  article .column .txt h2 {
    margin-top: -9px;
  }
}
@media (min-width: 961px) {
  article .column .txt p:first-child {
    margin-top: -8px;
  }
}
article h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #37c8b9;
}
@media (max-width: 960px) {
  article h2 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.47;
  }
}
article .name {
  display: block;
  font-weight: bold;
  color: #37c8b9;
}
article p {
  margin-bottom: 28px;
  line-height: 1.75;
}
@media (max-width: 960px) {
  article p {
    margin-bottom: 12px;
  }
}
article p:last-child {
  margin-bottom: 0;
}

article + article {
  margin-top: 76px;
}
@media (max-width: 960px) {
  article + article {
    margin-top: 53px;
  }
}

.note_wrap {
  margin-top: 66px;
  font-size: 1.4rem;
}
@media (max-width: 960px) {
  .note_wrap {
    margin-top: 48px;
    font-size: 1.3rem;
  }
}
.note_wrap p {
  padding-left: 2em;
  text-indent: -2em;
}
.note_wrap p + p {
  margin-top: 22px;
}
@media (max-width: 960px) {
  .note_wrap p + p {
    margin-top: 8px;
  }
}
.note_wrap a {
  color: #707070;
}

@media (min-width: 961px) {
  section.catch.diversity {
    background-image: url("/recruit/info/img/cross_talk/diversity/catch.jpg");
  }
}

@media (min-width: 961px) {
  section.catch.business {
    background-image: url("/recruit/info/img/cross_talk/business/catch.jpg");
  }
}

@media (min-width: 961px) {
  section.catch.international {
    background-image: url("/recruit/info/img/cross_talk/international/catch.jpg");
  }
}