  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap");
/* ============================================ */
/* index
/* ============================================ */
/* ===== ¥¹¥¿¥¤¥ë´òÏû¤· ===== */
@media screen and (max-width: 768px) {
  body::after {
    display: none;
  }
  #footer {
    padding-bottom: 0;
  }
}
#main {
  padding-bottom: 80px;
}

/* ===== ¥Ú©`¥¸¹²Í¨ ===== */
.bg-color::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 20px);
  height: 100%;
  background: var(--color-category);
  border-radius: 10px;
  transform: translate(-50%, 0);
  opacity: 0.15;
}

/* ===== top-view ===== */
#top-view {
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
  height: calc(100svh - 85px);
}
#top-view .img {
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% - 20px);
  height: 100%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  overflow: hidden;
}
#top-view .img::before {
  background-image: url(/recruit/assets/img/highschool/index/top-view_bg.jpg);
}
#top-view .title {
  position: absolute;
  left: 36%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
}
#top-view .arrow {
  position: absolute;
  left: 36%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  width: 24px;
}
#top-view .people {
  position: absolute;
}
#top-view .people.people01 {
  left: calc(36% - 340px);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
}
#top-view .people.people02 {
  right: 6%;
  top: 100%;
  width: 330px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 1400px) {
  #top-view .people.people01 {
    left: calc(36% - 270px);
    width: 126px;
  }
  #top-view .people.people02 {
    width: 231px;
  }
}
@media screen and (max-width: 1024px) {
  #top-view {
    height: 600px;
  }
  #top-view .title {
    left: 45%;
    width: 320px;
  }
  #top-view .arrow {
    left: 45%;
    width: 15px;
  }
  #top-view .people.people01 {
    left: calc(45% - 250px);
  }
}
@media screen and (max-width: 768px) {
  #top-view {
    height: 420px;
  }
  #top-view .title {
    width: 260px;
  }
  #top-view .people.people01 {
    left: calc(45% - 190px);
    width: 81px;
  }
  #top-view .people.people02 {
    width: 148.5px;
  }
}
@media screen and (max-width: 600px) {
  #top-view .title {
    top: 40%;
    width: 220px;
  }
  #top-view .people.people01 {
    left: 8%;
    top: 90%;
    transform: translate(0, -50%);
  }
  #top-view .people.people02 {
    top: 90%;
  }
}
/* ===== section¹²Í¨ ===== */
.section {
  position: relative;
}
.section .wrap,
.section .out-wrap,
.section .in-wrap {
  position: relative;
  z-index: 2;
}
.section .max-wrap {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.section .section-title {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0 0 1em;
}
.section .section-title .en {
  display: inline-block;
  font-family: var(--fontfamily-en);
  font-weight: 700;
  color: var(--color-highschool);
}
.section .section-title .ja {
  display: inline-block;
  font-family: "M PLUS 2", sans-serif;
  font-size: 40%;
  font-weight: 500;
  letter-spacing: 0.15em;
}
.section .people-wrap {
  position: relative;
}
.section .people {
  position: absolute;
}
.section .list .list-item {
  position: relative;
  border: solid 3px var(--color-category);
  background: var(--color-white);
  border-radius: 10px;
}
.section .list .list-item .img {
  border-radius: 10px;
  overflow: hidden;
}
.section .list .list-item .title {
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: var(--color-category);
  margin: 0 0 0.3em;
}
.section .list .list-item .text {
  line-height: 2;
}
.section .list .list-item .text .marker {
  background: radial-gradient(circle at calc(100% - 10px) calc(100% - 10px), #ffdb3e 10px, transparent 10px), radial-gradient(circle at 10px calc(100% - 10px), #ffdb3e 10px, transparent 10px), linear-gradient(to bottom, #fff calc(100% - 20px), transparent calc(100% - 20px)), linear-gradient(to right, transparent 10px, #ffdb3e 10px, #ffdb3e calc(100% - 10px), transparent calc(100% - 10px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 768px) {
  .section .section-title {
    gap: 15px;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .section .section-title .ja {
    font-size: 40%;
  }
  .section .list .list-item .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .section .section-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* ===== message ===== */
#message {
  padding: 120px 0 220px;
}
#message .section-title {
  flex-direction: column;
  gap: 15px;
}
#message .text {
  font-family: "M PLUS 2", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
  line-height: 3.5;
}

@media screen and (max-width: 1024px) {
  #message .text {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  #message {
    padding: 120px 0;
  }
  #message .text {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  #message {
    padding: 80px 0;
  }
}
/* ===== business ===== */
#business {
  padding: 100px 0;
}
#business .section-text {
  width: calc(100% - 380px);
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0 0 80px;
}
#business .people {
  right: 0;
  bottom: 100%;
  width: 330px;
}
#business .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
#business .list::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
#business .list .list-item {
  width: 31%;
  padding: 25px 25px 50px;
}
#business .list .list-item .img {
  margin: 0 0 20px;
}

@media screen and (max-width: 1024px) {
  #business .list::after {
    display: none;
  }
  #business .list .list-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #business {
    padding: 60px 0;
  }
  #business .section-text {
    width: calc(100% - 250px);
    margin: 0 0 40px;
  }
  #business .people {
    width: 220px;
  }
  #business .list .list-item .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #business {
    padding: 40px 0;
  }
  #business .section-text {
    width: 100%;
    margin: 0 0 20px;
  }
  #business .people {
    position: relative;
    left: calc(50% + 30px);
    transform: translate(-50%, 0);
  }
  #business .list {
    flex-direction: column;
    align-items: center;
  }
  #business .list .list-item {
    width: 100%;
  }
  #business .list .list-item .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ===== job ===== */
#job {
  padding: 300px 0 80px;
}
#job .people {
  left: 300px;
  bottom: 100%;
  width: 330px;
}
#job .list .list-item {
  display: flex;
  gap: 40px;
  padding: 40px 50px;
  border-radius: 10px;
}
#job .list .list-item + .list-item {
  margin: 30px 0 0;
}
#job .list .list-item .title,
#job .list .list-item .text,
#job .list .list-item .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#job .list .list-item .title {
  width: 160px;
  border-right: solid var(--color-category) 1px;
  flex-shrink: 0;
}
#job .list .list-item .text {
  line-height: 2;
}
#job .list .list-item .img {
  width: 230px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  #job .list .list-item {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  #job .list .list-item .title {
    width: 100%;
    border-right: none;
    border-bottom: solid var(--color-white) 1px;
    padding: 0 0 0.5em;
  }
  #job .list .list-item .text {
    width: calc(100% - 210px);
  }
  #job .list .list-item .img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #job {
    padding: 60px 0;
  }
  #job .people {
    left: 180px;
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  #job .people {
    position: relative;
    left: calc(50% + 30px);
    transform: translate(-50%, 0);
  }
  #job .list .list-item {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  #job .list .list-item .text {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* ===== interview ===== */
#interview {
  padding: 80px 0;
}
#interview .section-title {
  flex-direction: column;
  gap: 10px;
}
#interview .list {
  display: flex;
  justify-content: space-between;
}
#interview .list .list-item {
  width: 49%;
  border: none;
}
#interview .list .list-item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#interview .list .list-item .img {
  overflow: hidden;
}
#interview .list .list-item .text {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  padding: 0 20px;
}
#interview .list .list-item .profile {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#interview .list .list-item .profile .department {
  margin: 0 1em 0 0;
  color: var(--color-category);
}
#interview .list .list-item .profile .name {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  margin: 0 1em 0 0;
}
#interview .list .list-item.item01 a {
  align-items: flex-end;
}
#interview .list .list-item.item01 .img {
  border-radius: 0 10px 10px 0;
}
#interview .list .list-item.item02 .img {
  border-radius: 10px 0 0 10px;
}

@media screen and (min-width: 1801px) {
  #interview .list .list-item.item01 .img, #interview .list .list-item.item02 .img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #interview .list .list-item .text {
    width: 100%;
    align-items: flex-start;
    padding: 0 10%;
  }
  #interview .list .list-item .profile {
    flex-flow: column;
    align-items: flex-start;
  }
  #interview .list .list-item .profile .name {
    margin: 0;
  }
  #interview .list .list-item .profile .department {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #interview {
    padding: 50px 0;
  }
  #interview .list .list-item a {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  #interview .list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  #interview .list .list-item {
    width: 80%;
  }
  #interview .list .list-item .img {
    border-radius: 10px !important;
  }
  #interview .list .list-item .text {
    padding: 0 10px;
  }
}
/* ===== support ===== */
#support {
  padding: 80px 0;
}
#support::before {
  height: calc(100% - 190px);
}
#support .section-title {
  margin: 0 0 2em;
}
#support .section-text {
  font-family: "M PLUS 2", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 0 0 50px;
}
#support .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px 0;
}
#support .list .list-item {
  padding: 40px 50px;
}
#support .training .people {
  right: 0;
  bottom: 100%;
  width: 290px;
}
#support .training .list {
  align-items: flex-end;
}
#support .training .list .list-item .title {
  width: 100%;
}
#support .training .list .list-item.full {
  width: 100%;
  min-height: 260px;
}
#support .training .list .list-item.full .text {
  width: calc(100% - 330px);
}
#support .training .list .list-item.full .img {
  position: absolute;
  bottom: -50px;
  right: -40px;
  width: 390px;
}
#support .training .list .list-item.half {
  width: 48%;
}
#support .welfare {
  margin: 100px 0 0;
  /*
  .list {
    .list-item {
      width: calc(100% / 3 - 10px);
      &.spacer {
        opacity: 0;
      }
    }
  }
  */
}
#support .welfare .people {
  left: 0;
  bottom: -80px;
  width: 290px;
}

@media screen and (max-width: 1200px) {
  /*
  #support {
    .welfare {
      .list {
        justify-content: flex-end;
        gap: 20px;
        .list-item {
          width: calc(100% / 2 - 10px);

          &.spacer {
            display: none;
          }
        }
      }
    }
  }
  */
}
@media screen and (min-width: 1025px) {
  #support .training .list .list-item:nth-child(2) {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #support .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #support::before {
    height: calc(100% - 240px);
  }
  #support .training .list {
    align-items: flex-start;
  }
  #support .training .list .list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #support .training .list .list-item.full .text {
    width: calc(100% - 270px);
  }
  #support .training .list .list-item.full .img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 240px;
  }
  #support .training .list .list-item.half {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #support {
    padding: 60px 0;
  }
  #support::before {
    height: calc(100% - 170px);
  }
  #support .list {
    gap: 30px 0;
  }
  #support .training .people {
    width: 180px;
  }
  #support .training .list .list-item {
    flex-direction: column;
  }
  #support .training .list .list-item.full .text {
    width: 100%;
  }
  #support .training .list .list-item.full .img {
    width: 100%;
    max-width: 360px;
    margin: 30px 0 0;
  }
  #support .welfare {
    margin: 80px 0 0;
  }
  #support .welfare .people {
    position: relative;
    left: auto;
    bottom: auto;
    width: 180px;
    margin: 30px 0 0;
  }
  #support .welfare .list {
    justify-content: center;
    gap: 20px;
  }
  #support .welfare .list .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #support::before {
    height: calc(100% - 150px);
  }
  #support .list .list-item {
    padding: 30px;
  }
}
/* ===== information ===== */
#information {
  margin: 70px 0 0;
}
#information .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
  background: var(--color-category);
  font-size: 30px;
  font-size: 1.875rem;
  color: var(--color-white);
  font-weight: 600;
  white-space: nowrap;
  border: solid 3px var(--color-category);
  border-radius: 10px;
  transition: var(--transition);
  overflow: hidden;
}
#information .link::before {
  content: "CHUDENKO RECRUITMENT";
  position: absolute;
  left: 50%;
  top: 50%;
  white-space: pre;
  color: var(--color-category);
  font-family: var(--fontfamily-en);
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  opacity: 10%;
}
#information .link svg {
  width: 1em;
  fill: var(--color-white);
  margin: 0 0 0 0.5em;
  transition: var(--transition);
}

@media (hover: hover) {
  #information .link:hover {
    background: var(--color-white);
    color: var(--color-category);
  }
  #information .link:hover svg {
    fill: var(--color-category);
  }
}
@media screen and (max-width: 1200px) {
  #information .link::before {
    content: "CHUDENKO\aRECRUITMENT";
    font-size: 10vw;
  }
}
@media screen and (max-width: 768px) {
  #information .link {
    height: 240px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  #information .link {
    height: 180px;
  }
}
/* ============================================ */
/* »­Ïñ¥ë©`¥×
/* ============================================ */
.loop {
  display: flex;
  overflow: hidden;
  position: absolute;
  bottom: 27%;
}
.loop .item {
  width: 170vw;
  margin: 0 2.5vw;
}

@media screen and (min-width: 1600px) {
  .loop .item {
    width: 130vw;
  }
}
/* ¥ë©`¥× ¥¢¥Ë¥á©`¥·¥ç¥ó */
.fx-right-loop {
  animation: right-loop 30s infinite linear 0.5s both;
}

@keyframes right-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*# sourceMappingURL=highschool_index.css.map */
