@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
input::-webkit-input-placeholder {
  color: red;
}
input:-ms-input-placeholder {
  color: red;
}
input::-ms-input-placeholder {
  color: red;
}
input::placeholder {
  color: red;
}

input:-ms-input-placeholder {
  color: red;
}

input::-ms-input-placeholder {
  color: red;
}

button, input, optgroup, select, textarea {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
}

/*--------------------------------------------------------------
# メディアクエリ
--------------------------------------------------------------*/
html,
body,
div,
p,
h1,
ul,
li {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "futura-pt", "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 576px) {
  body {
    min-width: 300px;
    overflow-x: hidden;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
}

body.hide {
  display: none;
}

.first-view {
  background: url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fsalesforce%2Ffisrtview%2Ffistview-bg.png?alt=media&token=6ce305bc-07da-4c56-a0e0-b54339086ad9") center center/cover no-repeat;
  height: 100vh;
  min-height: 800px;
  max-height: 1100px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .first-view {
    background: url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fsalesforce%2Ffisrtview%2Ffistview-sp-bg.png?alt=media&token=90cfcdad-5259-4b0e-a134-a32f6f1f4153") center center/cover no-repeat;
    overflow-x: hidden;
    height: initial;
    padding: 20px 0;
  }
}

.first-view .logo {
  position: absolute;
  top: 60px;
  left: 0px;
  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;
  width: 250px;
}

.first-view .logo .salesforce-logo {
  width: 140px;
  height: auto;
}

.first-view .logo .forbes-logo {
  width: 90px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .first-view .logo {
    width: 190px;
    top: 0px;
    right: 0px;
    left: initial;
  }
  .first-view .logo .salesforce-logo {
    width: 100px;
  }
  .first-view .logo .forbes-logo {
    width: 70px;
  }
}

@media screen and (max-width: 320px) {
  .first-view .logo {
    right: 30px;
    z-index: 1;
  }
}

.first-view .catchcopy-container {
  letter-spacing: 4px;
  height: 100%;
  position: relative;
  line-height: 1.6;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .first-view .catchcopy-container {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container {
    max-width: 340px;
    width: initial;
  }
}

@media screen and (min-width: 992px) {
  .first-view .catchcopy-container .main-container {
    height: 830px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container .main-container {
    height: initial;
    position: relative;
    top: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.first-view .catchcopy-container h2 {
  font-size: 36px;
  position: absolute;
  bottom: 475px;
  color: #0080ff;
  letter-spacing: 9px;
  font-weight: lighter;
  z-index: 1;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container h2 {
    font-size: 20px;
    letter-spacing: 5px;
    position: relative;
    bottom: initial;
    padding-top: 300px;
    margin: 0;
    margin-bottom: 16px;
  }
}

.first-view .catchcopy-container h1 {
  font-size: 60px;
  position: absolute;
  bottom: 270px;
  font-weight: 500;
  letter-spacing: 6px;
  color: #0080ff;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container h1 {
    font-size: 33px;
    letter-spacing: 3px;
    position: relative;
    bottom: initial;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 320px) {
  .first-view .catchcopy-container h1 {
    font-size: 31px;
  }
}

.first-view .catchcopy-container p {
  position: absolute;
  bottom: 40px;
  font-size: 17px;
  line-height: 2;
  color: #000000;
  max-width: 710px;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container p {
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
    bottom: initial;
  }
}

.first-view .catchcopy-container .profile-images img {
  width: 314px;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container .profile-images img {
    width: 190px;
  }
}

.first-view .catchcopy-container .profile-images .left-img img {
  bottom: 440px;
  right: 210px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container .profile-images .left-img img {
    top: 40px;
    left: -20px;
  }
}

.first-view .catchcopy-container .profile-images .right-img img {
  bottom: 180px;
  right: 0px;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .first-view .catchcopy-container .profile-images .right-img img {
    top: 130px;
    right: -25px;
  }
}

.corevalue-container {
  width: 100%;
  background-color: #0082ff;
  padding: 120px 0;
}

@media screen and (max-width: 576px) {
  .corevalue-container {
    padding: 70px 0;
  }
}

.corevalue-container h1 {
  font-size: 60px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .corevalue-container h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

.corevalue-container .corevalues {
  margin: 0 auto;
  padding-top: 50px;
  font-size: 16px;
  color: #011A68;
  font-weight: lighter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .corevalue-container .corevalues {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  .corevalue-container .corevalues {
    width: 70%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.corevalue-container .corevalues .corevalue {
  width: 240px;
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

@media screen and (max-width: 576px) {
  .corevalue-container .corevalues .corevalue {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .corevalue-container .corevalues .corevalue {
    margin-top: 30px;
  }
}

.corevalue-container .corevalues .corevalue.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.corevalue-container .corevalues .corevalue:nth-of-type(2) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.corevalue-container .corevalues .corevalue:nth-of-type(3) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.corevalue-container .corevalues .corevalue:nth-of-type(4) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.corevalue-container .corevalues .corevalue .core-tit {
  text-align: center;
  border-bottom: 1px solid #00ffff;
}

.corevalue-container .corevalues .corevalue .core-tit h2, .corevalue-container .corevalues .corevalue .core-tit h3 {
  margin: 0 auto;
  padding-bottom: 17px;
}

.corevalue-container .corevalues .corevalue .core-tit h2 {
  font-size: 25px;
  font-weight: 300;
}

.corevalue-container .corevalues .corevalue .core-tit h3 {
  font-size: 21px;
  letter-spacing: 1px;
  color: #00ffff;
  font-weight: 500;
}

.corevalue-container .corevalues .corevalue p {
  font-size: 14px;
  font-family: 'Noto Sans Japanese';
  font-weight: bolder;
  padding-top: 20px;
  line-height: 2;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 576px) {
  .corevalue-container .corevalues .corevalue p {
    font-size: 15px;
    font-weight: 250;
  }
}

.dialogue-wrap {
  padding: 100px 0 130px 0;
  background-image: url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fsalesforce%2Fcontent%2Fcontent-bg-righttop.png?alt=media&token=81d2d0e1-6512-4475-99f8-ae9be4847cc3"), url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fsalesforce%2Fcontent%2Fcontent-bg-rightbottom.png?alt=media&token=ea0e9a10-638e-47c0-b9b3-edf3092397d8"), url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fsalesforce%2Fcontent%2Fcontent-bg-leftbottom.png?alt=media&token=6cbf9659-6ddf-442e-8e6a-b5a084a3d7ee");
  background-repeat: no-repeat;
  background-position: top right, bottom 300px right, bottom left;
}

@media screen and (max-width: 576px) {
  .dialogue-wrap {
    padding: 50px 0 100px 0;
    background-position: top right, bottom 50% right, bottom -220px left -300px;
  }
}

.dialogue-wrap .ext-more-button {
  background-color: #00ffff;
  color: #000000;
  width: 320px;
  padding: 20px;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  margin: 30px auto 0 auto;
  letter-spacing: 6px;
  font-size: 14px;
  text-align: center;
}

.dialogue-wrap .ext-more-button:hover {
  background-color: #0082ff;
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  .dialogue-wrap .ext-more-button {
    font-size: 10px;
    font-weight: 200;
    width: 310px;
    padding: 20px 0;
  }
}

.dialogues-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .dialogues-container {
    width: 1100px;
  }
}

@media screen and (max-width: 1200px) {
  .dialogues-container {
    width: 88%;
  }
}

.dialogues-container div, .dialogues-container p {
  color: #000000;
}

.dialogues-container .dialogue {
  width: 44%;
  padding: 20px 0;
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue {
    width: 100%;
  }
}

.dialogues-container .dialogue .order {
  text-align: center;
  padding-bottom: 35px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue .order {
    padding-bottom: 20px;
  }
}

.dialogues-container .dialogue .order .tit {
  font-size: 26px;
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue .order .tit {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.dialogues-container .dialogue .order .num {
  color: #0082ff;
  font-size: 39px;
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue .order .num {
    font-size: 23px;
  }
}

.dialogues-container .dialogue .profiles {
  position: relative;
  text-align: center;
}

.dialogues-container .dialogue .profiles .corevalue-tit {
  font-size: 14px;
  color: #0082ff;
  width: 190px;
  padding: 18px 0;
  border-radius: 40px;
  border: 1px solid #0082ff;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .corevalue-tit {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 2px;
    top: -15px;
    width: initial;
    max-width: 140px;
    min-width: 130px;
  }
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue .profiles .corevalue-tit {
    min-width: 90px;
  }
}

.dialogues-container .dialogue .profiles .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 490px;
  margin: 12px auto;
}

@media screen and (max-width: 768px) {
  .dialogues-container .dialogue .profiles .profile {
    width: 309px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .profile {
    width: 320px;
    margin: 0 auto;
  }
}

.dialogues-container .dialogue .profiles .profile .name {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .profile .name {
    font-size: 20px;
  }
}

.dialogues-container .dialogue .profiles .profile .name .position {
  font-size: 16px;
  font-family: 'Noto Sans Japanese';
}

@media screen and (min-width: 992px) {
  .dialogues-container .dialogue .profiles .profile .name .position {
    line-height: 1.5;
    height: calc( 1.5em * 3.3);
  }
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .profile .name .position {
    font-size: 12px;
  }
}

.dialogues-container .dialogue .profiles .profile .cross {
  font-size: 28px;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  padding-top: 5px;
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .profile .cross {
    font-size: 18px;
  }
}

.dialogues-container .dialogue .profiles .one-thing {
  font-family: "Noto Sans Japanese";
}

@media screen and (min-width: 992px) {
  .dialogues-container .dialogue .profiles .one-thing {
    line-height: 1.5;
    height: calc( 1.5em * 3.3);
  }
}

@media screen and (max-width: 1200px) {
  .dialogues-container .dialogue .profiles .one-thing {
    margin-top: 20px;
    font-size: 16px;
    height: initial;
  }
}

.dialogues-container .dialogue .profiles .more-button {
  background-color: #0082ff;
  width: 280px;
  padding: 18px 0;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  margin: 30px auto;
  letter-spacing: 6px;
  font-size: 12px;
}

.dialogues-container .dialogue .profiles .more-button:hover {
  background-color: #00ffff;
  color: #000000;
}

@media screen and (max-width: 576px) {
  .dialogues-container .dialogue .profiles .more-button {
    width: 260px;
    padding: 15px 0;
    font-size: 11px;
    margin: 30px auto 50px auto;
  }
}

.dialogues-container .dialogue .profiles .more-button.coming-soon {
  pointer-events: none;
}

.dialogues-container .dialogue .profiles img {
  width: 100%;
  border-radius: 160px;
}

footer {
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  padding: 45px 0px;
}

@media screen and (max-width: 576px) {
  footer {
    padding: 18px 0px;
  }
}

footer .footer-container {
  text-align: center;
}

footer .footer-container p {
  color: #ffffff;
}

@media screen and (max-width: 576px) {
  footer .footer-container p {
    font-size: 12px;
    line-height: 2;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 576px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}

@media screen and (max-width: 576px) {
  .only-pc {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */