  @charset "UTF-8";
/* ============================================ */
/* career_index
/* ============================================ */
@media screen and (min-width: 769px) {
  #main {
    padding-bottom: 180px;
  }
}
/* ===== top-view ===== */
#top-view {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px + 200px);
  height: calc(100svh - 75px + 200px);
  padding: 0 0 200px;
  background: url(/recruit/assets/img/career/index/top-view_bg.svg) 10% bottom no-repeat;
  background-size: auto 98%;
}
#top-view .object {
  position: absolute;
  mix-blend-mode: multiply;
}
#top-view .object.object01 {
  width: 30%;
  top: 0;
  right: 10px;
}
#top-view .object.object02 {
  width: 28%;
  left: 10px;
  bottom: 10%;
}
#top-view .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
#top-view .title {
  position: relative;
  width: fit-content;
}
#top-view .title .en {
  display: block;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#top-view .title .ja {
  display: block;
  width: fit-content;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-category);
  padding: 0.5em 1em;
  margin: 0 0 0 120px;
  border-radius: 10px;
}
#top-view .title .career {
  position: absolute;
  display: block;
  width: 50%;
  bottom: 0;
  right: -5%;
}

@media screen and (max-width: 1200px) {
  #top-view .title .en {
    font-size: 8.5vw;
  }
  #top-view .title .ja {
    font-size: 2.2vw;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top-view {
    height: 600px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  #top-view {
    height: 240px;
  }
}
/* ===== section¹²Í¨ ===== */
.section {
  position: relative;
}
.section .object {
  position: absolute;
  background: #F2F2F2;
  border-radius: 10px;
}
.section .section-title {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0 0 0.5em;
  white-space: nowrap;
}
.section .section-title .en {
  display: block;
  font-family: var(--fontfamily-en);
  font-weight: 600;
  color: var(--color-category);
}
.section .section-title .ja {
  display: block;
  font-size: 40%;
  font-weight: 600;
  margin: 0.2em 0 0;
}

@media screen and (max-width: 768px) {
  .section .section-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* ===== about ===== */
#about {
  padding: 50px 0 0;
}
#about .object01 {
  right: -10px;
  top: -50px;
  width: 270px;
  height: 270px;
}
#about .object02 {
  left: 20%;
  bottom: -50px;
  width: 480px;
  height: 250px;
}
#about .out-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#about .in-wrap {
  display: flex;
  justify-content: space-between;
}
#about .link {
  position: relative;
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
}
#about .link .link-item {
  width: calc(50% - 4px);
}
#about .link .link-item a {
  position: relative;
  display: block;
  height: 240px;
  color: var(--color-white);
}
#about .link .link-item .title-en,
#about .link .link-item .title-ja {
  position: absolute;
  z-index: 1;
}
#about .link .link-item .title-en {
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#about .link .link-item .title-ja {
  left: 20px;
  top: 45%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
#about .link .link-item .title-ja .small {
  font-size: 65%;
}
#about .link .numbers-keywords a::before {
  background-image: url(/recruit/assets/img/common/numbers-keywords/link.jpg);
}
#about .link .numbers-keywords .title-en {
  left: 20px;
  top: calc(45% + 35px);
  font-size: 24px;
  font-size: 1.5rem;
}
#about .link .philosophy-mission a::before {
  background-image: url(/recruit/assets/img/common/philosophy-mission/link.jpg);
}
#about .link .philosophy-mission .title-en {
  right: 20px;
  top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: right;
}
#about .link .view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 1200px) {
  #about .in-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  #about .link {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #about .link .link-item .title-ja {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  #about .object01 {
    width: 120px;
    height: 120px;
  }
  #about .object02 {
    left: 5%;
    width: 50%;
    height: 200px;
  }
  #about .out-wrap {
    align-items: center;
  }
  #about .in-wrap {
    width: 85%;
  }
  #about .link {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #about .link .link-item {
    width: 100%;
    max-width: 420px;
  }
  #about .link .link-item + .link-item {
    margin: 15px 0 0;
  }
  #about .link .link-item a {
    height: 180px;
  }
  #about .link .numbers-keywords .title-en {
    top: calc(45% + 30px);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #about .link .link-item .title-ja {
    font-size: 16px;
    font-size: 1rem;
  }
  #about .link .link-item a {
    height: 140px;
  }
  #about .link .numbers-keywords .title-en {
    top: calc(45% + 25px);
    font-size: 14px;
    font-size: 0.875rem;
  }
  #about .link .philosophy-mission .title-en {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* ===== job-people ===== */
#job-people {
  padding: 180px 0 0;
}
#job-people .object01 {
  left: -50px;
  top: 25%;
  width: 80%;
  height: 50%;
}
#job-people .section-title {
  position: absolute;
  right: 500px;
  top: 0;
  text-align: right;
}
#job-people .job {
  width: 430px;
  margin: 0 0 0 auto;
}
#job-people .job .link .link-item a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 260px;
  color: var(--color-white);
}
#job-people .job .link .link-item a::before {
  background-image: url(/recruit/assets/img/common/job/link.jpg);
}
#job-people .job .link .link-item .title {
  position: static;
  font-size: 62px;
  font-size: 3.875rem;
}
#job-people .job .link .link-item .title .en,
#job-people .job .link .link-item .title .ja {
  position: absolute;
  z-index: 1;
}
#job-people .job .link .link-item .title .en {
  left: 20px;
  bottom: 0;
  display: block;
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#job-people .job .link .link-item .title .ja {
  right: 20px;
  top: 20px;
  font-size: 30%;
}
#job-people .job .link .link-item .view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#job-people .interview {
  display: flex;
  gap: 50px;
  margin: 50px 0 0;
}
#job-people .interview .interview-title .en {
  display: block;
  font-family: var(--fontfamily-en);
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 200;
}
#job-people .interview .interview-title .ja {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0.3em 0 0;
}
#job-people .interview .link {
  display: flex;
  gap: 50px;
}
#job-people .interview .link .link-item .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
#job-people .interview .link .link-item .profile {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin: 20px 0 0;
  font-weight: 500;
}
#job-people .interview .link .link-item .profile .name {
  font-size: 25px;
  font-size: 1.5625rem;
}
#job-people .interview .link .link-item .profile .department {
  color: var(--color-category);
  line-height: 1.5;
}
#job-people .interview .link .link-item .profile .year {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.3em 0 0;
}
#job-people .interview .link .view-more {
  justify-content: flex-end;
  margin: 10px 0 0;
}

@media screen and (max-width: 1200px) {
  #job-people .section-title {
    right: 400px;
  }
  #job-people .job {
    width: 360px;
  }
  #job-people .interview {
    gap: 30px;
  }
  #job-people .interview .interview-title .en {
    font-size: 42px;
    font-size: 2.625rem;
  }
  #job-people .interview .interview-title .ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #job-people .interview .link {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #job-people .section-title {
    position: relative;
    right: auto;
    top: auto;
  }
  #job-people .job {
    width: 100%;
    max-width: 420px;
  }
  #job-people .interview {
    flex-direction: column;
  }
  #job-people .interview .interview-title .en {
    font-size: 42px;
    font-size: 2.625rem;
  }
  #job-people .interview .interview-title .ja {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #job-people .interview .link {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #job-people {
    padding: 100px 0 0;
  }
  #job-people .interview {
    margin: 30px 0 0;
  }
  #job-people .interview .interview-title .en {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #job-people .interview .interview-title .ja {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #job-people .interview .link .link-item .profile {
    gap: 15px;
  }
  #job-people .interview .link .link-item .profile .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #job-people .interview .link .link-item .profile .year {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 600px) {
  #job-people {
    padding: 80px 0 0;
  }
  #job-people .job .link .link-item a {
    height: 180px;
  }
  #job-people .interview .link {
    flex-direction: column;
    align-items: center;
  }
  #job-people .interview .link .link-item {
    width: 100%;
    max-width: 360px;
  }
}
/* ===== information ===== */
#information {
  padding: 130px 0 0;
}
#information .object01 {
  left: 20%;
  top: 10%;
  width: 420px;
  height: 220px;
}
#information .object02 {
  right: 5%;
  bottom: -50px;
  width: 120px;
  height: 120px;
  background: #EAEAEA;
}
#information .wrap {
  display: flex;
  gap: 30px;
}
#information .section-title {
  text-align: center;
}
#information .link {
  width: 100%;
}
#information .link .link-item a {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 260px;
  background: var(--color-white);
  overflow: hidden;
  border-radius: 10px;
}
#information .link .link-item .title {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}
#information .link .link-item .view-more {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #information .object01 {
    left: 5%;
    width: 60%;
  }
  #information .wrap {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #information {
    padding: 100px 0 0;
  }
  #information .section-title {
    text-align: center;
  }
  #information .section-title .ja {
    padding: 0;
  }
  #information .link .link-item {
    max-width: 420px;
    margin: 0 auto;
  }
  #information .link .link-item a {
    height: 180px;
  }
  #information .link .link-item .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #information {
    padding: 80px 0 0;
  }
  #information .link .link-item a {
    flex-direction: column;
    height: 140px;
  }
}

/*# sourceMappingURL=career_index.css.map */
