/*==================================================
  topVi
==================================================*/
.topVi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 200;
  background-color: #fff;
  background-image: url(/images/recruit/top/vi_bg.jpg);
  background-size: cover;
}

.topVi ul {
  margin: 0;
  padding: 0;
}

.topVi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  transition: all .2s;
}

.topVi ul li img {
  width: 100%;
  top: 50%;
  bottom: 50%;
  left: 50%;
  top: 50%;
  transition: all .2s;
}

.topVi .topVi__lead {
  width: 100%;
  position: absolute;
  z-index: 300;
  left: 20px;
  bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    width: 50%;
    left: 40px;
    bottom: 20%;
  }
}

@media print, screen and (min-width: 768px) {
  .topVi .topVi__lead {
    bottom: 22%;
  }
}

.topVi .topVi__lead .topVi__lead_01 {
  width: 274px;
  position: relative;
  top: -20px;
  left: 0;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 364px;
    top: -30px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 554px;
    top: -40px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_01 {
    width: 726px;
    top: -80px;
  }
}

.topVi .topVi__lead .topVi__lead_02 {
  width: 318px;
  position: relative;
  top: -10px;
  left: 0;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 420px;
    left: 0;
    top: -20px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 640px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_02 {
    width: 840px;
    top: -60px;
  }
}

.topVi .topVi__lead .topVi__lead_03 {
  width: 316px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .2s;
  opacity: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 420px;
    top: -10px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 640px;
    top: 10px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .topVi__lead .topVi__lead_03 {
    width: 840px;
    top: -20px;
  }
}

.topVi .slick-dots {
  bottom: 10px;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots {
    bottom: 25px;
  }
}

.topVi .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li button {
  width: 10px;
  height: 10px;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li button {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #fff;
  opacity: 1;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li button:before {
    width: 50px;
    height: 8px;
  }
}

.topVi .slick-dots li.slick-active button:before {
  background-color: #f3390d !important;
}

.topVi .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*==================================================
  topMessage
==================================================*/
.topMessage {
  width: 100%;
  padding: 0 0 40px 0;
  overflow: hidden;
  background-image: url("/images/recruit/top/bg_diagonal.svg");
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-color: #f3390d;
  background-attachment: fixed;
}

@media print, screen and (min-width: 768px) {
  .topMessage {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 80px 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .topMessage {
    padding: 80px 0 120px 40px;
  }
}

.topMessage .topMessage__text {
  margin: 0;
  padding: 40px 20px 0 20px;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .topMessage .topMessage__text {
    width: 60%;
    padding: 0 40px 0 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .topMessage .topMessage__text {
    padding: 0 40px 0 0;
  }
}

@media print, screen and (min-width: 1400px) {
  .topMessage .topMessage__text {
    width: 50%;
    margin-left: 10%;
  }
}

.topMessage .topMessage__text .topTitle .topTitle__en {
  color: #fff !important;
}

.topMessage .topMessage__img {
  margin: 0;
  padding: 0;
  position: relative;
  left: 20px;
  top: 0;
  z-index: 200;
}

@media print, screen and (min-width: 768px) {
  .topMessage .topMessage__img {
    width: 40%;
    left: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .topMessage .topMessage__img {
    padding-top: 0;
  }
}

.topMessage .topMessage__img img {
  width: calc(100vw - 20px);
}

/*==================================================
  topTitle
==================================================*/
.topTitle {
  line-height: 1;
}

.topTitle .topTitle__en {
  margin-bottom: 5px;
  font-size: 42px;
  font-size: 2.33333rem;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #f3390d;
}

.topTitle .topTitle__en .topTitle__en--accent {
  color: #6d1905;
}

@media print, screen and (min-width: 1024px) {
  .topTitle .topTitle__en {
    font-size: 80px;
    font-size: 4.44444rem;
  }
}

.topTitle .topTitle__ja {
  display: block;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topTitle .topTitle__ja {
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

/*==================================================
  topBgWrap
==================================================*/
.topBgWrap {
  position: relative;
  background-image: url("/images/recruit/top/bg_about.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 bottom 0;
  background-attachment: fixed;
}

/*==================================================
  topAbout
==================================================*/
.topAbout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 40px;
}

@media print, screen and (min-width: 1024px) {
  .topAbout {
    padding-bottom: 80px;
  }
}

.topAbout .topAbout__text {
  padding: 20px 20px 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__text {
    width: 50%;
    padding: 0 20px 0 40px;
  }
}

@media print, screen and (min-width: 1024px) {
  .topAbout .topAbout__text {
    padding-right: 40px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topAbout .topAbout__text {
    width: 40%;
    margin-right: 10%;
  }
}

.topAbout .topAbout__img {
  width: calc(100% - 20px);
}

@media print, screen and (min-width: 768px) {
  .topAbout .topAbout__img {
    width: 50%;
  }
}

/*==================================================
  topWorks
==================================================*/
.topWorks {
  margin: 0;
  padding: 40px 0 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media print, screen and (min-width: 1024px) {
  .topWorks {
    margin-bottom: 80px;
  }
}

.topWorks .topWorks__text {
  margin: 0;
  padding: 20px 40px 40px 20px;
}

@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__text {
    width: 50%;
    order: 1;
  }
}

@media print, screen and (min-width: 1024px) {
  .topWorks .topWorks__text {
    padding: 0 40px;
  }
}

@media print, screen and (min-width: 1400px) {
  .topWorks .topWorks__text {
    width: 40%;
    margin-left: 10%;
  }
}

.topWorks .topWorks__img {
  width: calc(100% - 20px);
  position: relative;
  left: 20px;
}

@media print, screen and (min-width: 768px) {
  .topWorks .topWorks__img {
    width: 50%;
    left: 0;
    order: 2;
  }
}

/*==================================================
  topMembers
==================================================*/
.topMembers {
  padding: 40px 20px;
  overflow: hidden;
}

@media print, screen and (min-width: 1024px) {
  .topMembers {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 1280px) {
  .topMembers {
    padding: 100px 0 160px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .topMembers .topTitle {
    text-align: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .topMembers .topMembers__lead {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
  }
}

@media print, screen and (min-width: 1280px) {
  .topMembers .topMembers__list {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topMembers .topMembers__list ul {
  width: 80%;
  margin: 0 auto;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .topMembers .topMembers__list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.topMembers .topMembers__list ul li {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .topMembers .topMembers__list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .topMembers .topMembers__list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 1280px) {
  .topMembers .topMembers__list ul li {
    width: 360px;
    margin-right: 60px;
  }
}

.topMembers .topMembers__list ul li a {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .topMembers .topMembers__list ul li a img {
    transition: all .2s;
  }
  .topMembers .topMembers__list ul li a:hover {
    box-shadow: 0px 0px 16px 6px rgba(175, 174, 174, 0.4);
  }
  .topMembers .topMembers__list ul li a:hover .topMembers__pht img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  .topMembers .topMembers__list ul li a:hover .topMembers__button {
    background-color: #f3390d;
  }
  .topMembers .topMembers__list ul li a:hover .topMembers__button:before {
    background-color: #bf2804;
    background-position: right 5px center;
  }
}

.topMembers .topMembers__list ul li .topMembers__button {
  width: 100%;
  min-width: 100%;
  padding-right: 52px;
}

.topMembers .topMembers__list ul li .topMembers__button:before {
  width: 32px;
}

.topMembers .topMembers__list ul li .topMembers__pht {
  overflow: hidden;
  background-color: #fff;
}

.topMembers .topMembers__list ul li .topMembers__catch {
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 16px;
  font-size: 0.88889rem;
}

@media print, screen and (min-width: 1024px) {
  .topMembers .topMembers__list ul li .topMembers__catch {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.topMembers .topMembers__list ul li .topMembers__year {
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.66667rem;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  .topMembers .topMembers__list ul li .topMembers__year {
    font-size: 14px;
    font-size: 0.77778rem;
  }
}

.topMembers .topMembers__list ul li .topMembers__position {
  font-size: 14px;
  font-size: 0.77778rem;
  display: block;
  font-weight: bold;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  .topMembers .topMembers__list ul li .topMembers__position {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}

/*==================================================
  topEnv
==================================================*/
.topEnv {
  padding: 40px 20px;
  background-image: url("/images/recruit/top/top-env_bg.jpg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: cover;
  background-attachment: fixed;
}

@media print, screen and (min-width: 1280px) {
  .topEnv {
    padding: 100px 0;
  }
}

.topEnv .topTitle {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .topEnv .topTitle {
    margin-bottom: 40px;
  }
}

.topEnv .topEnv__buttonArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .topEnv .topEnv__buttonArea {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1280px) {
  .topEnv .topEnv__buttonArea {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topEnv .topEnv__buttonArea .topEnv__button {
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .topEnv .topEnv__buttonArea .topEnv__button {
    width: 49%;
    margin-bottom: 0;
  }
}

.topEnv .topEnv__buttonArea .topEnv__button .button {
  width: 100%;
  max-width: auto;
}

@media print, screen and (min-width: 768px) {
  .topEnv .topEnv__buttonArea .topEnv__button .button {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .topEnv .topEnv__buttonArea .topEnv__button .button {
    font-size: 24px;
    font-size: 1.33333rem;
    padding: 30px 100px 30px 30px;
  }
  .topEnv .topEnv__buttonArea .topEnv__button .button:before {
    width: 100px;
    background-size: 11px 18px;
  }
  .topEnv .topEnv__buttonArea .topEnv__button .button:hover:before {
    background-position: right 35px center;
  }
}

/*==================================================
  topRecruitInfo
==================================================*/
.topRecruitInfo {
  padding: 40px 20px;
  background-image: url("/images/recruit/top/top-recruit-info_bg.jpg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: cover;
  background-attachment: fixed;
}

@media print, screen and (min-width: 1280px) {
  .topRecruitInfo {
    padding: 100px 0;
  }
}

.topRecruitInfo .topTitle {
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .topRecruitInfo .topTitle {
    margin-bottom: 40px;
  }
}

.topRecruitInfo .topRecruitInfo__buttonArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .topRecruitInfo .topRecruitInfo__buttonArea {
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1280px) {
  .topRecruitInfo .topRecruitInfo__buttonArea {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

.topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button {
  width: 100%;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button {
    width: 49%;
    margin-bottom: 0;
  }
}

.topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button .button {
  width: 100%;
  max-width: auto;
}

@media print, screen and (min-width: 768px) {
  .topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button .button {
    font-size: 18px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 1024px) {
  .topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button .button {
    font-size: 24px;
    font-size: 1.33333rem;
    padding: 30px 100px 30px 30px;
  }
  .topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button .button:before {
    width: 100px;
    background-size: 11px 18px;
  }
  .topRecruitInfo .topRecruitInfo__buttonArea .topRecruitInfo__button .button:hover:before {
    background-position: right 35px center;
  }
}
