@charset "UTF-8";

/*!
 * LASSIC 2019
 */
.recruit .font-hind {
  font-family: 'Hind Siliguri', sans-serif;
  letter-spacing: 0.05em;
}

.recruit,
.recruit h1,
.recruit h2,
.recruit h3,
.recruit h4 {
  font-weight: 700;
}

.recruit h2:before {
  display: none;
}

main.recruit p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.recruit a {
  transition: all 0.2s ease-in-out;
}

.recruit a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.recruit section.action img,
.recruit section.voices img {
  width: 100%;
}

.recruit .internship-bg-color {
  background-color: #1469b9 !important;
}

.recruit .event-bg-color {
  background-color: #1469b9 !important;
}

.recruit .entry-bg-color {
  background-color: #ffc524 !important;
}

.recruit .triangle-blue-rb {
  background: url("../images/recruit/tri-blue-rb.png") bottom center no-repeat;
}

.recruit .triangle-blue-lt {
  background: url("../images/recruit/tri-blue-lt.png") top center no-repeat;
}

.recruit .triangle-white-rb {
  background: url("../images/recruit/tri-white-rb.png") bottom center no-repeat;
}

.recruit .common-btn a {
  background-color: #fff;
  border: 3px solid #fff;
  display: block;
  line-height: 1.25;
  /*font-size: 0.875rem;*/
  font-size: 1.125rem;
  padding: 1em;
  color: #1469b9;
}

.recruit .common-btn span {
  font-size: 2rem;
  /*font-weight: normal;*/
}

.recruit .common-btn.entry-btn a, .recruit .common-btn.event-btn a, .recruit .common-btn.internship-btn a {
  color: #fff;
}

.recruit .page-footer-menu {
  background-color: #1469b9;
}

.recruit .sp-slide {
  /*position: relative;*/
  transform: translateY(-10%);
}

.recruit .sp-slide p {
  position: absolute;
  top: 45%;
  right: 30px;
  width: 250px;
  padding: 10px 15px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
  .recruit .sp-slide p {
    top: 50%;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .recruit .sp-slide p {
    top: 80%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80vw;
    font-size: 2.5vw;
  }
}

@media (max-width: 575px) {
  .recruit .sp-slide p {
    top: 75%;
  }
}

/* information */
.recruit.information .application-header .overlay {
  background: url("../images/recruit/information.jpg") center/cover no-repeat;
}

/* PC/SP DISPLAY */
.recruit .pcdn {
  display: none;
}

@media (max-width: 991px) {
  .recruit .spdn {
    display: none;
  }
  .recruit .pcdn {
    display: block;
  }
}

/* section common for top */
.recruit .section-title-en {
  font-size: 4.5rem;
  margin-bottom: 0.3em;
  color: #1469b9;
}

@media (max-width: 991px) {
  .recruit .section-title-en {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .recruit .section-title-en {
    font-size: 15vw;
  }
}

.recruit .section-title-en span {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 3px solid #1469b9;
}

.recruit .section-title-jp {
  font-size: 1.75rem;
  margin-bottom: 1em;
}

@media (max-width: 575px) {
  .recruit .section-title-jp {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
  }
}

.recruit .section-title-sub {
  font-size: 1.375rem;
}

@media (max-width: 575px) {
  .recruit .section-title-sub {
    font-size: 1.25rem;
  }
}

/* section.header */
.recruit .slogan {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.recruit .slogan .overlay {
  background-color: rgba(255, 255, 255, 0.1);
}

.recruit .slogan .slogan-content {
  padding: 15rem 15px;
  text-shadow: 0 0 0.5em black;
}

@media (max-width: 575px) {
  .recruit .slogan .slogan-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.recruit .slogan .slogan-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

@media (max-width: 575px) {
  .recruit .slogan .slogan-content h2 {
    font-size: 1.5rem;
  }
}

.recruit .slogan .slogan-content p {
  font-weight: 700;
  margin-bottom: 3.5em;
}

@media (max-width: 575px) {
  .recruit .slogan .slogan-content p {
    font-size: 0.75rem;
  }
}

.recruit .slogan .slogan-content p:last-child {
  margin-bottom: 0;
}

.recruit .slogan .slogan-content p:last-child span {
  border: 2px solid #fff;
  padding: 0.5em 1.5em;
  display: inline-block;
}

/* section.mission */
.recruit .mission {
  position: relative;
  padding: 5.5rem 0 9.5rem;
}

.recruit .mission .section-content {
  font-size: 0.875rem;
}

.recruit .mission .section-content p {
  line-height: 2;
}

.recruit .mission .section-content p.section-title-sub {
  line-height: inherit;
}

.recruit .mission .mission-content {
  background-color: #e7eef7;
}

.recruit .mission .mission-content p {
  z-index: 2;
  position: relative;
}

.recruit .mission .row:first-child {
  position: relative;
}

.recruit .mission .row:first-child > div {
  z-index: 2;
}

.recruit .mission .row:first-child img {
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: 1;
}

/* section.action */
.recruit .action {
  position: relative;
  padding: 5.5rem 0 9.5rem;
  background-color: #e7eef7;
}

.recruit .action .section-content {
  font-size: 0.875rem;
}

.recruit .action .section-content p {
  line-height: 2;
}

.recruit .action .section-content p.section-title-sub {
  line-height: inherit;
}

.recruit .action .section-title-sub {
  margin: 1.5em 0;
}

.recruit .action .action-content-list {
  margin: 3.5em 0;
  counter-reset: number 0;
}

.recruit .action .action-content-list .section-title-sub {
  padding-left: 1em;
  text-indent: -1em;
}

.recruit .action .action-content-list .section-title-sub::before {
  counter-increment: number 1;
  content: counter(number) ".";
}

.recruit .action .action-content-list .section-title-sub span {
  font-size: 0.875rem;
  display: block;
  padding-top: 1em;
  text-indent: 0;
}

/* section.voices */
.recruit .voices {
  position: relative;
  padding: 5.5rem 0 9.5rem;
  background: url("../images/recruit/tri-blue-lt.png") top center no-repeat, url("../images/recruit/bg.png") center/1.5%;
  /*&.triangle-blue-lt {
    background: url("/recruit_freshers/2019/assets/img/namespace/common/tri-blue-lt.png") top center no-repeat, url("/recruit_freshers/2019/assets/img/namespace/common/lattice-bg.gif");
  }*/
}

.recruit .voices .section-content {
  font-size: 0.875rem;
}

.recruit .voices .section-content p {
  line-height: 2;
}

.recruit .voices .section-content p.section-title-sub {
  line-height: inherit;
}

.recruit .voices .voices-content > div {
  margin-top: 30px;
}

.recruit .voices .member {
  position: relative;
  border: 3px solid #1469b9;
}

.recruit .voices .member .member-name {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
}

.recruit .voices .member .member-name P {
  font-size: 1.375rem;
  color: #000;
  line-height: 1;
}

.recruit .voices .member .member-name P:first-child {
  font-size: 0.875rem;
  color: #1469b9;
  margin-bottom: 0.5em;
}

.recruit .voices .member.coming-soon {
  position: relative;
}

.recruit .voices .member.coming-soon p {
  position: absolute;
  right: 25%;
  left: 25%;
  top: calc(50% - 2em);
  color: #1469b9;
  font-size: 1.375rem;
}

/* section.welcome */
.recruit .welcome {
  position: relative;
  padding: 5.5rem 0 9.5rem;
  background-color: #1469b9;
  color: #fff;
}

.recruit .welcome .section-content {
  font-size: 0.875rem;
}

.recruit .welcome .section-content p {
  line-height: 2;
}

.recruit .welcome .section-content p.section-title-sub {
  line-height: inherit;
}

.recruit .welcome .section-title-en {
  color: #fff;
}

.recruit .welcome .section-title-en span {
  border-color: #fff;
}

.recruit .event-links {
  border: 3px solid #fff;
  background-color: #1469b9;
  color: #fff;
  padding: 1em;
}

.recruit .event-links-title {
  font-size: 0.875rem;
  line-height: 1.25;
}

.recruit .event-links-title span {
  font-size: 2rem;
  font-weight: normal;
}

@media (max-width: 575px) {
  .recruit .cis-banner:first-child {
    margin-bottom: 1em;
  }
}

.recruit .cis-banner .cis-recnavi {
  border: 5px solid #fff;
}

.recruit .footer-upper{
  background: url("../images/recruit/footer-upper-bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}

.recruit .footer-upper .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.footer-upper .footer-upper-content .jack-title {
  font-size: 2.5rem;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

@media (max-width: 575px) {
  .footer-upper .footer-upper-content .jack-title {
    font-size: 2rem;
  }
}

.footer-upper .footer-upper-content .jack-btn a {
  display: block;
  border: 3px solid #fff;
  padding: 1.5em;
  color: #fff;
  position: relative;
}

.footer-upper .footer-upper-content .jack-btn a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10em;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* pages */
.recruit .member-interview .member-interview-inner {
  justify-content: center;
}

.recruit .member-interview .member-interview-content {
  border: 1px solid #1469b9;
  background-color: #fff;
}
/* interview-kitamura */
.recruit.interview-kitamura .member-header {
  background: url("../images/recruit/kitamura.JPG") center top 30% no-repeat;
  background-size: cover;
}

.recruit.interview-kitamura .member-header .member-personal {
  margin-top: 22rem;
}

/* interview-tokuda */
.recruit.interview-tokuda .member-header {
  background: url("../images/recruit/tokuda.JPG") center no-repeat;
  background-size: cover;
}

.recruit.interview-tokuda .member-header .member-personal {
  margin-top: 22rem;
}

/* interview-iwabuthi */
.recruit.interview-iwabuthi .member-header {
  background: url("../images/recruit/iwabuthi.JPG") center center no-repeat;
  background-size: cover;
}

.recruit.interview-iwabuthi .member-header .member-personal {
  margin-top: 22rem;
}

/* common */
.recruit .member-header {
  min-height: 665px;
}

@media (max-width: 575px) {
  .recruit .member-header {
    min-height: 290px;
  }
}

.recruit .member-personal {
  background-color: rgba(255, 255, 255, 0.9);
}

.recruit .member-personal h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
}

.recruit .member-personal p {
  font-size: 1.75rem;
}

.recruit .member-personal h2 + p {
  margin-bottom: 1em;
  color: #1469b9;
  font-size: 0.875rem;
}

.recruit .member-personal.pcdn {
  margin-top: -7.5rem;
}

.recruit .member-interview {
  padding: 5.5rem 0;
  line-height: 2;
  background: url("../images/recruit/bg.png") center/1.5%;
}

.recruit .member-interview .interview-lead {
  border-bottom: solid 1px #1469b9;
  color: #1469b9;
  margin-bottom: 3rem;
}

.recruit .member-interview .interview-lead p {
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.recruit .member-interview dl dt {
  color: #1469b9;
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.recruit .member-interview dl dd {
  font-size: 0.875rem;
  margin-bottom: 3em;
}

.recruit .member-interview .profile {
  font-size: 0.875rem;
}

.recruit .member-interview .profile .font-hind {
  font-size: 1.75rem;
  line-height: 1;
}

.recruit .member-interview .profile .profile-name {
  font-size: 1.125rem;
  margin-bottom: 2em;
}

.recruit .member-interview .profile .profile-name + p {
  margin-bottom: 3em;
}

.recruit .member-interview .profile figure {
  margin-bottom: 0;
}

.recruit .member-interview .profile figure img {
  box-shadow: 2rem 2rem 0 #cce3ec;
}

@media (max-width: 575px) {
  .recruit .member-interview .profile figure img {
    box-shadow: 0.5rem 0.5rem 0 #cce3ec;
  }
}

.recruit .member-interview .message h3 {
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

.recruit .member-interview .message p {
  color: #ffba20;
  font-size: 1.375rem;
  line-height: 1.2;
}

.recruit .application-header {
  z-index: 0;
  overflow: hidden;
  position: relative;
}

.recruit .application-header::before {
  content: '';
  background: url("/recruit_freshers/2019/assets/images/namespace/application/application-header-bg02.jpg") center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(0.1rem);
  filter: blur(0.1rem);
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  z-index: -1;
}

.recruit .application-header .overlay {
  background-color: rgba(20, 105, 185, 0.2);
}

.recruit .application-header .application-header-title {
  padding: 6.5rem 0 4rem;
}

@media (max-width: 575px) {
  .recruit .application-header .application-header-title {
    padding: 2rem 0;
  }
}

.recruit .application-header .application-header-title h2 {
  color: #fff;
}

@media (max-width: 575px) {
  .recruit .application-header .application-header-title h2 {
    font-size: 13vw;
  }
}

.recruit .application-header .application-header-title h2 span {
  border-color: #fff;
}

.recruit .application-header .application-header-title p {
  color: #fff;
  font-size: 1.5rem;
}

.recruit .application-application {
  font-size: 0.875rem;
  line-height: 2;
  padding: 5.5rem 0;
}

@media (max-width: 575px) {
  .recruit .application-application {
    padding: 3rem 0;
  }
}

.recruit .application-application .application-lead {
  margin-bottom: 5.5rem;
}

@media (max-width: 575px) {
  .recruit .application-application .application-lead {
    margin-bottom: 3rem;
  }
}

.recruit .application-application .application-title > div {
  background-color: #e7eef7;
  font-size: 1.125rem;
  height: 100%;
}

.recruit .application-application em {
  font-style: normal;
  text-decoration: underline;
}

.recruit .application-flow {
  background-color: #e7eef7;
  padding: 5.5rem 0 5rem;
}

.recruit .application-flow .application-lead {
  font-size: 0.875rem;
  line-height: 2;
  margin: 3rem 0 5.5rem;
}

.recruit .application-flow h3 + p {
  font-size: 1.5rem;
}

.recruit .application-flow .flow-step {
  color: #1469b9;
  font-size: 1.5rem;
}

.recruit .application-flow a {
  text-decoration: underline;
}

.recruit .application-flow .flow-caption {
  display: block;
  padding-top: 1em;
  font-size: 0.75rem;
}

.recruit .application-flow .flow-title > div {
  background-color: #1469b9;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
}

.recruit .application-flow .flow-title > div p {
  padding: 0.75em;
}

.recruit .application-flow .flow-title > div::after {
  content: "";
  position: absolute;
  bottom: -1em;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #1469b9 transparent transparent transparent;
  border-width: 1em 0.65em 0 0.65em;
}

.recruit .application-flow .flow-title > div.early-unofficial-job-offer::after {
  content: none;
}

.recruit .font-hind {
  font-family: 'Hind Siliguri', sans-serif;
  letter-spacing: 0.05em;
}
