@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: 'AdamCG';
  src: url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fzeals%2FADAM.CG%20PRO.otf?alt=media&token=7f2c8c9f-6aca-4dde-aff2-0b39a281796c") format("opentype");
}

html,
body,
div,
p,
h1,
ul,
li {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Noto Sans Japanese", sans-serif;
}

body {
  min-width: 1200px;
}

@media screen and (max-width: 480px) {
  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%2Fzeals%2Ffirstview-bg.png?alt=media&token=59c5c8a3-98ae-4334-9f5e-c6484f7e338c") center center/cover no-repeat;
  height: 100vh;
  min-height: 800px;
  max-height: 1100px;
  position: relative;
}

.first-view .logo-pc {
  width: 274px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 480px) {
  .first-view {
    background: url("https://firebasestorage.googleapis.com/v0/b/forbes-career.appspot.com/o/special%2Fzeals%2Ffirstview-bg-sp.png?alt=media&token=e780a570-cd0a-41c3-bbdd-f2e8d4d55f1e") center center/cover no-repeat;
    min-height: initial;
  }
}

.logo-sp {
  width: 64px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 10px;
  display: none;
}

@media screen and (max-width: 480px) {
  .logo-pc {
    display: none;
  }
  .logo-sp {
    display: block;
  }
}

.first-view .catchcopy-container {
  letter-spacing: 4px;
  max-width: 1050px;
  margin-left: 9vw;
  height: 100%;
  width: 670px;
  position: relative;
}

.first-view .catchcopy-container h2 {
  font-size: 35px;
  position: absolute;
  bottom: 415px;
}

@media screen and (max-width: 480px) {
  .first-view .catchcopy-container h2 {
    font-size: 20px;
    position: absolute;
    bottom: 25px;
    left: -20px;
    text-shadow: 1px 1px 7px #1d1d1d;
  }
}

@media screen and (max-width: 320px) {
  .first-view .catchcopy-container h2 {
    left: 0;
  }
}

.first-view .catchcopy-container h1 {
  font-size: 85px;
  position: absolute;
  bottom: 100px;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'AdamCG';
  letter-spacing: 6px;
}

@media screen and (max-width: 480px) {
  .first-view .catchcopy-container h1 {
    font-size: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: -53vh;
    top: -30vh;
  }
}

@media screen and (max-width: 320px) {
  .first-view .catchcopy-container h1 {
    left: -71vw;
    top: -18vh;
  }
}

@media screen and (max-width: 480px) {
  .first-view .catchcopy-container {
    max-width: 292px;
    margin: 0 auto;
  }
  .first-view .catchcopy-container h2 {
    font-size: 21px;
    bottom: 25px;
    text-shadow: 1px 1px 20px #000000;
  }
}

.description-container {
  width: 100%;
  background-color: #FFFFFF;
}

.description-container .description {
  max-width: 870px;
  margin: 0 auto;
  padding: 50px 0;
  line-height: 2.2;
  font-size: 16px;
  color: #011A68;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .description-container .description {
    max-width: 330px;
    font-weight: bold;
  }
}

.profile {
  display: block;
}

@media screen and (max-width: 480px) {
  .profile {
    overflow-y: hidden;
  }
}

.profile-container {
  width: 100%;
  padding: 100px 80px;
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profile-container.left {
  background-color: #7d7d7d;
}

.profile-container .profile {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .profile-container .profile {
    max-width: 310px;
    overflow-x: hidden;
  }
}

.profile .shape-image {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .profile .shape-image {
    display: none;
  }
}

.profile .shape-image-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .profile .shape-image-sp {
    display: block;
    width: 310px;
    height: auto;
    margin: 0 auto;
  }
}

.profile .profile-txt {
  position: absolute;
  left: 140px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 600px;
  z-index: 10;
}

@media screen and (max-width: 480px) {
  .profile .profile-txt {
    left: -10px;
    top: 142px;
    max-width: 310px;
    text-align: right;
  }
}

.profile .profile-txt .name-en {
  font-size: 70px;
  font-family: "Helvetica";
  letter-spacing: 5px;
  line-height: 1;
  font-weight: lighter;
}

@media screen and (max-width: 480px) {
  .profile .profile-txt .name-en {
    font-size: 39px;
    font-weight: normal;
  }
}

.profile .profile-txt .name-jp {
  font-size: 48px;
  font-weight: 500;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .profile .profile-txt .name-jp {
    font-size: 29px;
    margin: 10px 0;
  }
}

.profile .profile-txt .position {
  font-size: 24px;
  font-weight: 410;
  margin-left: 8px;
}

@media screen and (max-width: 480px) {
  .profile .profile-txt .position {
    font-size: 13px;
    margin-right: 8px;
  }
}

.profile .profile-txt .one-thing {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 200;
}

@media screen and (max-width: 480px) {
  .profile .profile-txt .one-thing {
    font-size: 12px;
  }
}

.profile .front-image {
  position: absolute;
  bottom: 3px;
  left: 620px;
  width: 367px;
  height: auto;
  z-index: 2;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li {
    padding: 30px 0;
  }
  .profiles-wrap ul li .profile .front-image {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 167px;
    height: auto;
    z-index: 2;
  }
}

.profiles-wrap ul li:nth-child(odd) .profile-txt p {
  color: #0a298a;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(odd) .profile-txt p {
    color: #1286af;
  }
}

.profiles-wrap ul li:nth-child(odd) .more-button {
  padding-right: 55px;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(1) {
    background-position: 15% center;
  }
}

.profiles-wrap ul li:nth-child(1) .profile .front-image {
  left: 5%;
  width: 95%;
  bottom: 5px;
}

.profiles-wrap ul li:nth-child(1) .profile .front-image.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(1) .profile .front-image.sp {
    display: block;
    display: block;
    left: 0%;
    width: 65%;
    bottom: 1px;
  }
}

.profiles-wrap ul li:nth-child(1) .profile .front-image.pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(1) .profile .front-image.pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(2) {
    background-position: 82% center;
  }
}

.profiles-wrap ul li:nth-child(2) .profile .front-image {
  left: 13%;
  width: 40%;
  bottom: 5px;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(3) {
    background-position: 12% center;
  }
}

.profiles-wrap ul li:nth-child(3) .profile .front-image {
  left: 460px;
  width: 45%;
  bottom: 5px;
}

.profiles-wrap ul li:nth-child(3) .profile .position {
  display: block;
}

.profiles-wrap ul li:nth-child(4) {
  bottom: 6px;
}

.profiles-wrap ul li:nth-child(4) .only-pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(4) .only-pc {
    display: none;
  }
}

.profiles-wrap ul li:nth-child(4) .only-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(4) .only-sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(4) {
    background-position: 70% center;
  }
}

.profiles-wrap ul li:nth-child(4) .profile .front-image {
  left: 14%;
  width: 38%;
  bottom: 5px;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(5) {
    background-position: 2% center;
  }
}

.profiles-wrap ul li:nth-child(5) .profile .front-image {
  left: 41%;
  width: 46%;
  bottom: 5px;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(6) {
    padding: 30px 0;
    background-position: 82% center;
  }
}

.profiles-wrap ul li:nth-child(6) .profile .front-image {
  left: 110px;
  width: 44%;
  bottom: 5px;
}

.profiles-wrap ul li:nth-child(6) .profile .position {
  display: block;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(1) .profile .front-image {
    left: -51px;
    width: 270px;
    bottom: 0;
  }
  .profiles-wrap ul li:nth-child(2) .profile .front-image {
    left: 82px;
    width: 260px;
    bottom: 0px;
  }
  .profiles-wrap ul li:nth-child(3) .profile .front-image {
    left: -54px;
    width: 290px;
    bottom: 0px;
  }
  .profiles-wrap ul li:nth-child(4) .profile .front-image {
    left: 64px;
    width: 280px;
    bottom: 0px;
  }
  .profiles-wrap ul li:nth-child(5) .profile .front-image {
    left: -80px;
    width: 305px;
    bottom: 1px;
  }
  .profiles-wrap ul li:nth-child(6) .profile .front-image {
    left: 73px;
    width: 105%;
    bottom: 2px;
  }
}

.profile .more-button {
  background-color: #ffffff;
  color: #0a298a;
  padding: 25px 0px;
  width: 270px;
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: center;
  font-family: "Helvetica";
  font-weight: lighter;
  letter-spacing: 6px;
  font-size: 13px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.profile .more-button:hover {
  background-color: #3887A6;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .profile .more-button {
    padding: 20px 0px;
    width: 150px;
    bottom: 10px;
    font-size: 6px;
    letter-spacing: 4px;
    right: -18px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.profiles-wrap ul li:nth-child(even) .profile .profile-txt {
  left: 55%;
  width: 460px;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(even) .profile .profile-txt {
    text-align: left;
    left: 20px;
    width: 300px;
    top: 140px;
  }
}

.profiles-wrap ul li:nth-child(even) .more-button {
  left: 0;
  color: #FFFFFF;
  background-color: #3887A6;
  text-align: left;
  padding-left: 55px;
}

.profiles-wrap ul li:nth-child(even) .more-button:hover {
  background-color: #ffffff;
  color: #0a298a;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li:nth-child(even) .more-button {
    text-align: center;
    padding-left: initial;
    left: -21px;
  }
}

.profiles-wrap ul li.profile-container a.profile div.more-button.comming-soon {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.5;
  cursor: default;
}

@media screen and (max-width: 480px) {
  .profiles-wrap ul li.profile-container a.profile div.more-button.comming-soon {
    font-size: 14px;
    padding: 20px;
  }
}

footer {
  overflow: hidden;
  width: 100%;
  background-color: #001F75;
  padding: 50px 0px;
}

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

footer .footer-container {
  margin-left: 100px;
}

@media screen and (max-width: 480px) {
  footer .footer-container {
    margin-left: 30px;
  }
}

footer .footer-container a {
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  footer .footer-container a {
    display: block;
    margin: 13px 0;
    font-weight: lighter;
    font-size: 10px;
  }
}

footer .footer-container p {
  margin-top: 30px;
  color: #929292;
}

@media screen and (max-width: 480px) {
  footer .footer-container p {
    font-size: 10px;
    -webkit-transform: scale(0.8) translateX(-47px);
            transform: scale(0.8) translateX(-47px);
  }
}

p {
  font-size: 12px;
}

.dot-nav-wrapper {
  right: 50px;
  top: 50px;
  position: fixed;
  width: 27px;
  z-index: 100;
}

.dot-nav-wrapper p {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 0px 110px 15px;
  letter-spacing: 1px;
}

.dot-nav-wrapper .dot-nav-container li {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  background-color: #000000;
  margin: 35px 0;
  list-style-type: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dot-nav-wrapper .dot-nav-container li:hover {
  background-color: #4499b6;
}

.dot-nav-wrapper .dot-nav-container li.active {
  background-color: #4499b6;
  cursor: default;
}

@media screen and (max-width: 480px) {
  .dot-nav-wrapper {
    left: 10px;
    top: 25px;
  }
  .dot-nav-wrapper .dot-nav-container li {
    width: 17px;
    height: 17px;
    border-width: 1px;
    margin: 23px 0;
  }
  .dot-nav-wrapper p {
    font-size: 20px;
    margin: 0 0 100px 11px;
  }
}
/*# sourceMappingURL=style.css.map */