  @charset "UTF-8";
/* ============================================ */
/* career-training
/* ============================================ */
#main {
  padding-bottom: 0;
}

/* ===== top-area ===== */
#top-area .img::before {
  background-image: url(/recruit/assets/img/newgrads/environment/career-training/top-img.jpg);
}

/* ===== section共通 ===== */
.section {
  position: relative;
}
.section .catch {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 1em;
}
.section .text {
  line-height: 2;
}
.section .text p + p {
  margin: 2em 0 0;
}

@media screen and (max-width: 768px) {
  .section .catch {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .section .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ===== human-training ===== */
#human-training {
  padding: 180px 0 240px;
}
#human-training .section-top .in-wrap {
  margin: 0 0 0 auto;
}
#human-training .section-top .flex-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#human-training .section-top .text-wrap {
  width: calc(100% - 480px);
}
#human-training .section-top .img {
  width: 400px;
}
#human-training .new-employee {
  margin: 160px 0 0;
  padding: 50px 0;
  background: var(--color-lightnavy);
}
#human-training .new-employee .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#human-training .new-employee .base-title {
  color: var(--color-category);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0 0 1em;
}
#human-training .new-employee .text {
  text-align: justify;
}
#human-training .new-employee .img {
  width: 450px;
  flex-shrink: 0;
}
#human-training .schedule {
  margin: 160px 0 0;
}
#human-training .schedule .text {
  margin: 0 0 80px;
}
#human-training .schedule .link {
  margin: 100px 0 0;
}
#human-training .qualification {
  padding: 100px 0;
}
#human-training .qualification .text {
  margin: 0 0 50px;
}
#human-training .career-path {
  padding: 100px 0;
  background: var(--color-lightnavy);
}
#human-training .career-path .text {
  margin: 0 0 50px;
}
#human-training .self-help {
  margin: 160px 0 0;
}
#human-training .self-help .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
#human-training .self-help .img {
  width: 420px;
  flex-shrink: 0;
}

@media screen and (max-width: 1800px) {
  #human-training .section-top .img {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  #human-training .section-top .flex-wrap {
    flex-direction: column;
  }
  #human-training .section-top .text-wrap {
    width: calc(100% - 10vw);
  }
  #human-training .section-top .img {
    width: 100%;
    max-width: 400px;
    margin: 50px 0 0 auto;
  }
  #human-training .new-employee {
    margin: 80px 0 0;
  }
  #human-training .new-employee .text-wrap {
    width: calc(100% - 400px);
  }
  #human-training .new-employee .img {
    width: 360px;
  }
  #human-training .self-help {
    margin: 160px 0 0;
  }
  #human-training .self-help .img {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #human-training {
    padding: 100px 0;
  }
  #human-training .new-employee .wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #human-training .new-employee .text-wrap {
    width: 100%;
  }
  #human-training .new-employee .base-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #human-training .new-employee .img {
    width: 100%;
    max-width: 360px;
    margin: 20px 0 0;
  }
  #human-training .schedule {
    margin: 100px 0 0;
  }
  #human-training .schedule .text {
    margin: 0 0 50px;
  }
  #human-training .schedule .link {
    margin: 50px 0 0;
  }
  #human-training .qualification {
    padding: 80px 0;
  }
  #human-training .career-path {
    padding: 80px 0;
  }
  #human-training .self-help {
    margin: 100px 0 0;
  }
  #human-training .self-help .wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  #human-training .self-help .img {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 600px) {
  #human-training {
    padding: 80px 0 100px;
  }
  #human-training .section-top .img {
    margin: 30px 0 0 auto;
  }
  #human-training .new-employee .base-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #human-training .schedule {
    margin: 80px 0 0;
  }
  #human-training .schedule .text {
    margin: 0 0 30px;
  }
  #human-training .qualification .text {
    margin: 0 0 30px;
  }
  #human-training .career-path .text {
    margin: 0 0 30px;
  }
  #human-training .self-help {
    margin: 80px 0 0;
  }
  #human-training .self-help .wrap {
    gap: 30px;
  }
}
/* ===== facility ===== */
#facility .section-top {
  position: relative;
  width: 100%;
  height: 550px;
}
#facility .section-top .img {
  position: relative;
  width: 100%;
  height: 100%;
}
#facility .section-top .img::before {
  background-image: url(/recruit/assets/img/newgrads/environment/career-training/facility_top-img.jpg);
}
#facility .section-top .wrap {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, 0);
}
#facility .section-top .glass-wrap {
  width: 100%;
  max-width: 600px;
  padding: 40px 50px 60px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
}
#facility .floor {
  position: relative;
  margin: 180px 0 0;
  padding: 0 0 80px;
}
#facility .floor::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 75%;
  clip-path: polygon(0 450px, 100% 0, 100% 100%, 0% 100%);
  background: #E5F2FF;
}
#facility .floor .floor-title {
  color: var(--color-blue);
  font-size: 90px;
  font-size: 5.625rem;
  font-family: var(--fontfamily-en);
  font-weight: 200;
}
#facility .floor .text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
#facility .floor .text .map-more {
  width: 40px;
  height: 40px;
  font-size: 8px;
  font-size: 0.5rem;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  padding-top: 0.75em;
}
#facility .floor .map {
  position: relative;
  width: 100%;
  padding: 10% 0 0;
  overflow-x: auto;
}
#facility .floor .map .map-wrap {
  position: relative;
  width: 100%;
  min-width: 500px;
}
#facility .floor .map .map-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  font-size: 12px;
  font-size: 0.75rem;
}
#facility .floor .map .map01 {
  left: 73%;
  top: 26%;
}
#facility .floor .map .map02 {
  left: 65%;
  top: 42%;
}
#facility .floor .map .map03 {
  left: 52%;
  top: 20%;
}
#facility .floor .map .map04 {
  left: 24%;
  top: 34%;
}
#facility .floor .map .map05 {
  left: 47%;
  top: 42%;
}
#facility .floor .map .map06 {
  left: 42%;
  top: 7%;
}
#facility .floor .map .map07 {
  left: 74%;
  top: 56%;
}
#facility .floor .map-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: 500;
  border: solid 2px var(--color-blue);
  transition: var(--transition);
}
#facility .floor .map-more::after {
  content: "VIEW\aMORE";
  position: relative;
  white-space: pre;
  text-align: center;
  line-height: 1.5;
}
#facility .floor .footnote {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 0 10%;
}

@media (hover: hover) {
  #facility .floor .map .map-more:hover {
    background: var(--color-white);
    color: var(--color-blue);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 1024px) {
  #facility .floor .map .map-more {
    width: 50px;
    height: 50px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  #facility .section-top {
    height: 420px;
  }
  #facility .section-top .glass-wrap {
    max-width: 420px;
    padding: 40px 40px 60px;
  }
  #facility .floor {
    margin: 120px 0 0;
  }
  #facility .floor .floor-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
  #facility .floor .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 600px) {
  #facility .section-top {
    height: auto;
  }
  #facility .section-top .img {
    height: 220px;
    margin: 0 0 40px;
  }
  #facility .section-top .wrap {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
  #facility .section-top .glass-wrap {
    width: 100%;
    max-width: none;
    padding: 0;
    background: none;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
  }
  #facility .floor {
    margin: 60px 0 0;
  }
  #facility .floor .floor-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
/* ===== mapモーダル ===== */
.modaal-container {
  height: 80svh !important;
}

.modaal-content,
.modaal-content-container {
  height: 100%;
}

.modaal-content-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 75%;
}

.modal_box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 75%;
  clip-path: polygon(0 450px, 100% 0, 100% 100%, 0% 100%);
  background: #E5F2FF;
}

#modal-contents {
  height: 100%;
  padding: 100px 60px 160px 0;
  /* 施設 */
  /* 1日のスケジュール */
}
#modal-contents .scroll-area {
  width: 100%;
  height: 100%;
  padding: 15px 30px 0 80px;
  overflow-y: auto;
}
#modal-contents .scroll-area::-webkit-scrollbar {
  width: 5px;
}
#modal-contents .scroll-area::-webkit-scrollbar-track {
  background-color: #dce1e6;
  border-radius: 10px;
}
#modal-contents .scroll-area::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border-radius: 10px;
}
@-moz-document url-prefix() {
  #modal-contents .scroll-area {
    scrollbar-width: 5px;
    scrollbar-color: #88c5d5 #dce1e6;
  }
}
#modal-contents .modaal-close {
  right: 60px;
  bottom: 30px;
}
#modal-contents.floor-modal::before {
  content: "施設紹介";
  position: absolute;
  left: 80px;
  top: 60px;
  font-weight: 500;
}
#modal-contents.floor-modal::after {
  content: "Facility Introduction";
  position: absolute;
  left: 40px;
  bottom: 20px;
  font-size: 90px;
  font-size: 5.625rem;
  white-space: pre;
  font-family: var(--fontfamily-en);
  font-weight: 200;
  color: var(--color-blue);
  opacity: 0.2;
}
#modal-contents.floor-modal .top-area {
  position: relative;
  align-items: flex-start;
  display: flex;
  gap: 50px;
}
#modal-contents.floor-modal .top-area .text-wrap {
  width: 220px;
  flex-shrink: 0;
}
#modal-contents.floor-modal .top-area .text {
  line-height: 2;
  text-align: justify;
}
#modal-contents.floor-modal .top-area .text .footnote {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  margin-top: 2.1em;
}
#modal-contents.floor-modal .top-area .modal-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 75px;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  color: var(--color-category);
  margin: 0 0 1em;
}
#modal-contents.floor-modal .top-area .modal-title::before {
  content: "";
  position: absolute;
  left: -130px;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: var(--color-blue);
  border-radius: 50%;
  transform: translate(0, -50%);
}
#modal-contents.floor-modal .top-area .modal-title .small {
  display: block;
  font-size: 60%;
  margin: 0.3em 0 0;
}
#modal-contents.floor-modal .top-area .modal-title .asterisk {
  font-size: 60%;
  vertical-align: top;
}
#modal-contents.floor-modal .top-area .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#modal-contents.floor-modal .list {
  display: flex;
  gap: 40px;
  margin: 60px 0 0;
}
#modal-contents.floor-modal .list .list-item {
  width: 100%;
}
#modal-contents.floor-modal .list .list-item .item-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-white);
  background: var(--color-category);
  border-radius: 2em;
  margin: 0 0 20px;
}
#modal-contents.floor-modal .list .list-item .item-name .small {
  display: block;
  font-size: 75%;
  margin: 0.3em 0 0;
}
#modal-contents.floor-modal .list .list-item .text {
  line-height: 2;
}
#modal-contents.floor-modal .list .list-item .img {
  width: 100%;
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
}
#modal-contents.schedule-modal {
  background: var(--color-white);
}
#modal-contents.schedule-modal::before {
  content: "キャリアと研修";
  position: absolute;
  left: 80px;
  top: 60px;
  font-weight: 500;
}
#modal-contents.schedule-modal .wrap {
  width: 90%;
}
#modal-contents.schedule-modal .modal-title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  color: var(--color-category);
  margin: 0 0 2em;
}
#modal-contents.schedule-modal .am {
  background: #edf8ec;
  border-radius: 10px;
  margin-bottom: 80px;
}
#modal-contents.schedule-modal .am .timeline-title {
  color: #4cb944;
}
#modal-contents.schedule-modal .pm {
  background: #faecf8;
  border-radius: 10px;
  margin-bottom: 40px;
}
#modal-contents.schedule-modal .pm .timeline-title {
  color: #cb48b7;
}
#modal-contents.schedule-modal .note-pm {
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-category);
  font-weight: 500;
  margin-bottom: 5em;
}
#modal-contents.schedule-modal .note {
  line-height: 2;
}

@media (min-width: 1024px) and (max-height: 750px) {
  .modaal-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modaal-container {
    height: 90svh !important;
  }
  #modal-contents.schedule-modal {
    padding: 100px 50px !important;
  }
  #modal-contents.floor-modal {
    padding: 100px 50px 100px 0 !important;
  }
  #modal-contents.floor-modal::after {
    font-size: 50px;
    font-size: 3.125rem;
  }
  #modal-contents.floor-modal .top-area .text-wrap {
    width: 280px;
  }
  #modal-contents.floor-modal .list .list-item .item-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #modal-contents .modaal-close {
    width: 40px;
    bottom: 20px;
  }
  .modal_box {
    height: 90svh;
  }
}
@media screen and (max-width: 1024px) {
  .modaal-container {
    height: 100% !important;
  }
  #modal-contents {
    /* 施設 */
  }
  #modal-contents.floor-modal::after {
    bottom: 40px;
    font-size: 65px;
    font-size: 4.0625rem;
  }
  #modal-contents.floor-modal .top-area {
    flex-direction: column;
  }
  #modal-contents.floor-modal .top-area .text-wrap {
    width: 100%;
  }
  #modal-contents.floor-modal .list {
    flex-direction: column;
    gap: 50px;
  }
  #modal-contents.floor-modal .list .list-item .item-name {
    min-height: auto;
    padding: 0.8em 1em;
  }
  #modal-contents.floor-modal .list .list-item .img {
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  #modal-contents {
    padding: 90px 30px 100px 0;
    /* 施設 */
    /* 1日のスケジュール */
  }
  #modal-contents .scroll-area {
    padding: 15px 30px 0 60px;
  }
  #modal-contents .modaal-close {
    right: 30px;
    bottom: 18px;
  }
  #modal-contents.floor-modal::before {
    top: 40px;
  }
  #modal-contents.floor-modal::after {
    bottom: 25px;
    font-size: 45px;
    font-size: 2.8125rem;
  }
  #modal-contents.floor-modal .top-area .modal-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #modal-contents.floor-modal .top-area .modal-title::before {
    left: -95px;
    width: 70px;
    height: 70px;
  }
  #modal-contents.floor-modal .list {
    flex-direction: column;
  }
  #modal-contents.floor-modal .list .list-item .item-name {
    font-size: 16px;
    font-size: 1rem;
  }
  #modal-contents.schedule-modal::before {
    left: 60px;
  }
  #modal-contents.schedule-modal .modal-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  #modal-contents {
    padding: 90px 0 80px;
    /* 施設 */
    /* 1日のスケジュール */
  }
  #modal-contents .scroll-area {
    padding: 0 30px 0 40px;
  }
  #modal-contents .modaal-close {
    right: 30px;
    bottom: 10px;
  }
  #modal-contents.floor-modal::before {
    left: 40px;
  }
  #modal-contents.floor-modal::after {
    content: "Facility\aIntroduction";
    bottom: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  #modal-contents.floor-modal .top-area .modal-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #modal-contents.floor-modal .top-area .modal-title::before {
    left: -75px;
    width: 60px;
    height: 60px;
  }
  #modal-contents.floor-modal .list .list-item .item-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #modal-contents.schedule-modal::before {
    left: 40px;
  }
  #modal-contents.schedule-modal .modal-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/*=== Facility Introduction用モーダル ====*/
.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: calc(100% - 40px);
  max-width: 1000px;
  height: 80svh;
  background: #fff;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_switch {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  cursor: pointer;
  transform: translate(0, -50%);
}
.modal_switch.prev {
  left: 20px;
}
.modal_switch.next {
  right: 20px;
}

@media (min-width: 1024px) and (max-height: 750px) {
  .modal_box {
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  .modal_box {
    width: 100%;
    max-width: none;
    height: 100svh;
  }
}
@media screen and (max-width: 600px) {
  .modal_switch {
    width: 15px;
  }
  .modal_switch.prev {
    left: 5px;
  }
  .modal_switch.next {
    right: 5px;
  }
}

/*# sourceMappingURL=newgrads_career-training.css.map */
