/* hero */
.hero-space {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  margin: auto;
  z-index: -2;
}
.bg-slider-wrap {
  position: relative;
  width: 100%;
}
.bg-slider {
  width: 100%;
  height: 80vh;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	background-position: center center;
	background-size: cover;
}
.top-cachi {
  height: 80vh;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
}
.top-cachi__text {
  margin: auto;
  color: #1583BC;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}
.top-cachi__text img {
  padding: 1rem 4rem;
}
.top-cachi__text img.catch01 {
  margin-bottom: 2rem;
}
.c-marker {
  background: -webkit-linear-gradient(left, rgb(255,255,255,0.8) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,255,255,0.8) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,255,255,0.8) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 0% 0%;
  animation-name: is-active;
  animation-duration: 0.5s;
  animation-delay: 1.5s !important;
}
@keyframes is-active {
  0% { background-position: 100% 0%; }
  100% { background-position: 0% 0%; }
}


/* INFORMATION */
.information {
  position: relative;
  background-color: #FFF;
}
.session_button {
  position: absolute;
  width: 20rem;
  max-width: 20rem;
  margin: auto;
  top: -10rem;
  right: 10%;
}
.session_button a.session_link {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
table.update {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
  text-align: left;
  line-height: 1.8;
}
table.update th {
  width: 14%;
  color: #2698D9;
}
table.update td {
  padding: 1rem 4rem 1rem 0;
  width: 86%;
}
table.update tr:first-child th,
table.update tr:first-child td {
  padding: 4rem 4rem 1rem 0;
}
table.update tr:last-child th,
table.update tr:last-child td {
  padding: 1rem 4rem 0 0;
}
.information a {
  color: #001D45;
  transition: color 0.3s ease;
}
.information a:hover { color: #999; }


/* FOR STUDENTS */
.for-students {
  margin: auto;
  width: 100%;
  text-align: center;
}
.movie {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* MESSAGE */
.message {
  background-color: #FFF;
}
.message .section_title {
  padding-bottom: 6rem;
}
.message .item {
  width: 50%;
}
.message__image {
  background-image: url(/recruit/image/message.jpg);
  background-size: cover;
  background-position: center;
}
.message__text {
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 12%;
}

/* ABOUT LEON */
.about {
  width: 100%;
  margin: auto;
}
.about .section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
}
.about-top .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
}

.about-tips {
  height: 100%;
  flex-wrap: wrap;
}
.about-tips .item {
  flex: 1 0 auto; /* fix IE11 */
  width: 48%;
  margin: 0 1%;
  padding: 3rem 6rem;
  background-color: #FFF;
  border-radius: 4rem;
  box-shadow: 0 0 4rem 0 rgba(0,0,0,0.1);
  flex-direction: column;
}
.about-tips .button_link {
  margin-top: auto;
  justify-content: flex-end;
}
.about-tips .item p {
  padding-bottom: 1rem;
}


.about_01 {
  margin-top: 10rem;
}
.about_01 .image {
  width: 100%;
  height: 40vh;
  background-image: url(/recruit/image/about/01-training.jpg);
  background-size: cover;
  background-position: center;
}
.about_headline {
  text-align: left;
  margin-top: -5rem;
}
.about_01 .section_title,
.about_02 .section_title {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -ms-flex-align: start;
        align-items: flex-start;
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
.training, .system {
  padding: 3rem 0 8rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.training:after,
.training:before {
  content:"";
  display:block;
  width: 22%;
  height: 0;
}
.training:before {
  order: 1;
}
.training .item {
  width: 22%;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 2rem;
  box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
}

.about_02 { margin-bottom: 6rem; }
.about_02 .top-image {
  width: 100%;
  margin-right: 5rem;
  background-image: url(/recruit/image/about/02-system-pc.jpg);
  background-size: cover;
  background-position: center;
}

.about_02 .item,
.about_03 .item {
  width: 48%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.system:after,
.system:before {
  content:"";
  display:block;
  width: 48%;
  height: 0;
}
.system:before {
  order: 1;
}
.system .item {
  width: 48%;
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 2rem;
  box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
}
.ivent {
  margin-top: 3rem;
}
.ivent .item {
  width: 50%;
  margin-bottom: 3rem;
}
.ivent .bottom-image {
  margin-left: 5rem;
  background-image: url(/recruit/image/about/02-event.jpg);
  background-size: cover;
  background-position: center;
}
table.ivent_list {
  width: 100%;
  margin: 3rem 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
}
table.ivent_list th {
  width: 10%;
  border-right: solid 2px #2698D9;
  padding-bottom: 0.8rem;
}
table.ivent_list td {
  width: 80%;
  padding-left: 2rem;
  padding-bottom: 0.8rem;
}
.welfare {
  justify-content: space-between;
  flex-wrap: wrap;
}
.welfare:after,
.welfare:before {
  content:"";
  display:block;
  width: 48%;
  height: 0;
}
.welfare:before {
  order: 1;
}
.welfare .item {
  width: 48%;
  margin-bottom: 3rem;
}

.about_03 {
  margin-top: 0;
}
.about_03 .image-mentor,
.about_03 .image-jim {
  width: 100%;
  height: 36rem;
  margin-bottom: 3rem;
  background-size: cover;
  background-position: center;
}
.about_03 .image-mentor {
  background-image: url(/recruit/image/about/03-mentor.jpg);
}
.about_03 .image-jim {
  background-image: url(/recruit/image/about/03-jim.jpg);
}
.about_03 .section_title {
  margin-bottom: 6rem;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  -webkit-justify-content: center;
            -ms-flex-pack: center;
          justify-content: center;
}
.about_03 .about_headline {
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
.about_03 h4 {
  margin-left: 3rem;
  margin-bottom: 5rem;
}
.section__program ul {
  margin: auto;
  padding: 2rem 0;
  width: 100%;
  counter-reset: list-count;
  list-style: none;
}
.section__program ul li {
  text-indent: -2em;
  padding-left: 2em;
}
.section__program ul > li::before {
  padding-right: 1em;
  content: counter(list-count) ".";
  counter-increment: list-count;
  font-weight: bold;
}

/* SESSION */
.company-information-session {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #FFF;
}
.company-information-session .section_title {
  position: relative;
  margin-bottom: 6rem;
}
.company-information-session .balloon {
  width: 14%;
  max-width: 20rem;
  position: absolute;
  top: -2rem;
  right: 10rem;
}
.company-information-session .balloon img {
  width: 100%;
}
.section__program {
  width: 60%;
  max-width: 1000px;
  margin: auto ;
  padding: 6rem;
  text-align: left;
  border: solid 4px #1583BC;
  background-color: #F7F7F7;
}

/* JOB DETAIL */
.job-detail {
  margin: auto;
  padding-top: 6rem;
  text-align: center;
  background: transparent linear-gradient(213deg, #39ADF6 0%, #1383BC 48%, #002D9F 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
}
.job-detail .section_title {
  color: #FFF;
}
.job-detail .accent {
  border-bottom: solid 2px #FFF;
}

/* FLOW */
.flow {
  margin: auto;
  width: 100%;
  text-align: center;
}
.each-entrance {
  padding: 3rem 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-style: normal;
}

.hiring-new-graduates {
  width: 70%;
  padding-left: 2rem;
}
.hiring-new-graduates .item {
  width: 50%;
  padding: 0 3rem;
  border-right: 1px solid #60ABEF;
}
.hiring-new-graduates .item:first-child {
  padding: 0 3rem 0 0;
}
.mid-career-recruitment {
  width: 30%;
  padding-left: 3rem;
}
.flow ul {
  margin: auto;
  padding: 2rem 0;
  width: 100%;
  counter-reset: list-count;
  list-style: none;
}
.flow ul li {
  text-indent: -2em;
  padding-left: 2em;
}
.flow ul > li::before {
  padding-right: 1em;
  content: counter(list-count) ".";
  counter-increment: list-count;
  font-weight: bold;
}
.measures-against-covid19 {
  margin: 6rem auto;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;

  text-align: left;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-style: normal;
  border: 2px dotted #C1133B;
}
h6.measures-against-covid19__title {
  color: #C1133B;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  /* hero */
  .hero-space {
    height: 60vh;
  }
  .bg-slider {
    height: 60vh;
  }
  .top-cachi {
    padding-top: 24rem;
    height: 60vh;
  }
  .top-cachi__text img {
    padding: 1rem 1rem;
  }
  .top-cachi__text img.catch01 {
    margin-bottom: 1rem;
  }

  /* INFORMATION */
  .session_button {
    width: 12rem;
    max-width: 12rem;
    top: -4rem;
    right: 5%;
  }
  /* MESSAGE */
  .message {
    flex-direction: column;
  }
  .message .section_title {
    padding-bottom: 3rem;
  }
  .message .item {
      width: 100%;
  }
  .message__image {
    height: 30rem;
  }
  .message__text {
    width: 90% !important;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  /* ABOUT LEON */
  .about .section_title {
    padding-bottom: 3rem;
  }
  .about-top {
    flex-direction: column;
  }
  .about-top .item {
    width: 100%;
  }
  .about_01 {
    margin-top: 6rem;
  }
  .about_01 .image {
    height: 20vh;
  }
  .about_headline {
    margin-top: -3rem;
  }
  .about_01 .section_title,
  .about_02 .section_title {
    margin-bottom: 0;
  }
  .training:after,
  .training:before {
    width: 46%;
  }
  .training .item {
    width: 46%;
    margin-bottom: 2rem;
  }
  .about_02 .item {
    width: 100%;
  }
  .about_02 { margin-bottom: 3rem; }
  .about_02 .container {
    flex-direction: column;
  }
  .about_02 .top-image {
    height: 30rem;
    width: 110% !important;
    margin-left: -5%;
    background-image: url(/recruit/image/about/02-system-sp.jpg);
  }
  .system:after,
  .system:before {
    width: 47%;
  }
  .system .item {
    width: 47%;
    margin-bottom: 2rem;
  }
  .ivent {
    flex-direction: column;
  }
  .ivent .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ivent .bottom-image {
    margin-left: 0;
    height: 30rem;
  }
  table.ivent_list {
    width: 100%;
    margin: 2rem 0;
    line-height: 1.6;
  }
  table.ivent_list th {
    width: 16%;
    padding-bottom: 0.4rem;
  }
  table.ivent_list td {
    padding-bottom: 0.4rem;
  }
  .about_03 .image-mentor,
  .about_03 .image-jim {
    width: 100%;
    height: 20rem;
    margin-bottom: 3rem;
    background-size: cover;
    background-position: center;
  }
  /* SESSION */
  .company-information-session .section_title {
    margin-bottom: 3rem;
  }
  .company-information-session .balloon {
    width: 22%;
    max-width: 22%;
    top: -15%;
    right: 5%;
  }
  .section__program {
    width: 90%;
    max-width: 90%;
    padding: 2rem;
  }
  .section__program h6 {
    padding-top: 1rem;
  }
  .section__program ul {
    padding: 2rem 0 0;
  }
  /* FLOW */
  .each-entrance {
    font-size: 1.2rem;
    flex-direction: column;
  }
  .hiring-new-graduates {
    width: 100%;
    padding-left: 0;
  }
  .hiring-new-graduates .container {
    width: 100%;
    flex-direction: column;
  }
  .hiring-new-graduates .item {
    width: 100%;
    padding: 2rem 0;
    border-right: none;
    border-bottom: 2px solid #60ABEF;
  }
  .hiring-new-graduates .item:first-child {
    padding: 2rem 0 0 0;
  }
  .mid-career-recruitment {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
  .mid-career-recruitment h4 {
    padding-bottom: 2rem;
  }
  .flow ul { padding: 0 0 2rem; }
  .measures-against-covid19 {
    margin: 2rem auto 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 1.8;
  }
  h6.measures-against-covid19__title {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  /* hero */
  .top-cachi { padding-top: 12rem; }
  /* INFORMATION */
  .session_button {
    right: 5%;
  }
  table.update tr {
    width: 100%;
    display: block;
  }
  table.update th {
    width: 100%;
    padding: 2rem 0 0;
  }
  table.update td {
    display: block;
    width: 100%;
    padding: 1rem 0 0;
    float: left;
    clear: both;
  }
  table.update tr:first-child th,
  table.update tr:last-child th { padding: 2rem 0 0; }
  table.update tr:first-child td,
  table.update tr:last-child td { padding: 1rem 0 0; }

  /* FOR STUDENTS */
  .movie { margin-top: 3rem; }

  /* MESSAGE */
  .message__image {
    height: 20rem;
  }
  /* ABOUT LEON */
  .about-tips {
    flex-direction: column;
  }
  .about-tips .item {
    width: 100%;
    margin-bottom: 3rem;
    padding: 3rem 3rem 2rem 3rem;
  }
  .about-tips .item p {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .training, .system {
    padding: 3rem 0 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .about_01 {
    margin-top: 0;
  }
  .about_02 .top-image {
    height: 20rem;
  }
  .ivent {
    flex-direction: column;
  }
  .ivent .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ivent .bottom-image {
    margin-left: 0;
    height: 20rem;
  }
  table.ivent_list {
    width: 100%;
    margin: 2rem 0;
    line-height: 1.6;
  }
  table.ivent_list th {
    width: 16%;
    padding-bottom: 0.4rem;
  }
  table.ivent_list td {
    padding-bottom: 0.4rem;
  }
  .about_03 .image {
    height: 20rem;
    margin-bottom: 2rem;
  }
  .about_03 .section_title {
    margin-bottom: 0;
  }
  .about_03 h4 {
    width: 70%;
    margin-left: 3rem;
    margin-bottom: 2.6rem;
  }
  .welfare {
    flex-direction: column;
  }
  .welfare .item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
