@charset "UTF-8";

/*BE COMMON
主に、HTMLの主となるもの（a,body,header)などが先頭にあるものを
ここに集める
独自名のクラスやIDはここに含めない。
*/

a:hover img {
  opacity: 1;
}

a:hover.icon-win,
a:hover .icon-win {
  padding-right: 25px;
  background: url("/recruit/university/asset/img/common/new-window-off.png") no-repeat;
  background-position: right center;
  background-size: 22px 22px;
}

a .scale_photo {
  width: 100%;
  overflow: hidden;
}

a .scale_photo img {
  -webkit-backface-visibility: hidden;
  width: 100%;
  transform: scale(1);
  transform-origin: center center;
  backface-visibility: hidden;
  transition: transform 0.5s ease 0s;
}

a:hover .scale_photo img {
  -webkit-backface-visibility: hidden;
  transform: scale(1.08) rotate(0.1deg);
  backface-visibility: hidden;
}

/*CONTAINER*/

.kv {
  margin-bottom: 80px;
}

.kv img {
  width: 100%;
}

.box_component.wrap {
  box-sizing: border-box;
}

/*BOX_COMPONENT 1*/
/*==============================================
top
==============================================*/

.t-top_first {
  margin: 50px auto;
  max-width: 1200px;
}

.t-top_first>a {
  display: flex;
  color: #000;
}

.t-top_first a:hover {
  text-decoration: none;
}

.t-top_first a div:nth-child(1) {
  position: relative;
  display: flex;
  background-color: #f0cc00;
  width: 100%;
}

.t-top_first a div:nth-child(1) div {
  display: flex;
  margin: auto auto;
  align-items: center;
  width: auto;
}

.t-top_first a div:nth-child(1) div p {
  color: #000;
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 3.25rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 71px;
  overflow-wrap: break-word;
}

.t-top_first a div:nth-child(2) {
  position: relative;
  display: flex;
  width: auto;
}

.t-top_first a div:nth-child(2) div {
  position: relative;
}

.t-top_first a div:nth-child(2) div img {
  width: 100%;
  height: auto;
}

.pick_up_label {
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 8px 20px 8px 18px;
  font-family: "Helvetica";
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  z-index: 1;
}

.pick_up a .scale_photo {
  margin-bottom: 18px;
}


/*BOX_COMPONENT 2*/
.t-pick_up>section {
  max-width: max-content;
  margin: auto;
}

.t-pick_up {
  margin: 50px auto;
  max-width: 1200px;
}

.pick_up-2 ul li {
  margin: 0;
  margin-bottom: 5px;
  width: 50%;
}

.pick_up-2 ul li a {
  position: relative;
  display: flex;
}

.pick_up-2 ul li a .pick_up_photo_re {
  margin-bottom: 0;
}

.pick_up-2 ul li a .scale_photo {
  margin-bottom: 0;
}

.pick_up_subhead_message {
  display: block;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.pick_up_head_message {
  display: block;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

.pick_up_head {
  display: block;
  color: #fff;
  font-family: "Helvetica";
  font-size: 2.625rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}

.pick_up_subhead {
  display: block;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 16px;
}

.pick_up_title {
  position: absolute;
  display: block;
  left: 40px;
  bottom: 38px;
  z-index: 1;
}

/*BOX_COMPONENT 3*/
.top_banner.txt_left .banner_area .pc::after {
  background-position: center top;
}

.top_banner .banner_txt_box {
  top: 120px;
}

.top_banner .banner_txt_box .headline {
  margin-bottom: 40px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.top_banner .banner_txt_box .title {
  margin-bottom: 1em;
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top_banner .banner_txt_box .description {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.top_banner .banner_job .pc:after {
  background: url(../img/top/top-img-job-pc.png) no-repeat;
  background-size: cover;
}

.top_banner .banner_organization .pc:after {
  background: url(../img/top/top-img-org-pc.png) no-repeat;
  background-size: cover;
}

.top_banner .banner_person .pc:after {
  background: url(../img/top/top-img-person-pc.png) no-repeat;
  background-size: cover;
}

.top_banner .btn_more .more_text {
  font-size: 0.875rem;
}

.pick_up .headline {
  margin-bottom: 50px;
  font-family: Helvetica, "Noto Sans", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0.07em;
}

.pick_up_head_company {
  position: relative;
}

.pick_up_head_company:before {
  position: absolute;
  content: '';
  background: url("../img/top/top-pickup-dl.png") no-repeat center;
  background-size: cover;
  width: 11px;
  height: 11px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.pick_up {
  margin: 0 100px;
  width: auto;
}

.pick_up a {
  color: #000;
  font-size: 1rem;
}

/*FOOTER_NOTE*/
.footer_note {
  max-width: 1280px;
  margin: 0 auto;
}

.footer_note .new_window_annotation {
  padding: 10px 40px 40px;
}

.footer_note .new_window_annotation img {
  width: 23px;
  margin-right: 16px;
  vertical-align: middle;
}

/*FOOTER*/
.icon-win {
  padding-right: 25px;
  background: url("/recruit/university/asset/img/common/new-window-off.png") no-repeat;
  background-position: right center;
  background-size: 22px 22px;
}

.icon-win-w {
  position: relative;
}

.icon-win-w::before {
  position: absolute;
  content: '';
  background: url("/recruit/university/asset/img/common/new-window-off-white.png") no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.icon-win-b {
  position: relative;
}

.icon-win-b:before {
  position: absolute;
  content: '';
  background: url("/recruit/university/asset/img/common/new-window-off-black.png") no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

@media screen and (max-width: 768px) {
  .box_component {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5.599vw;
  }

  .title-line {
    margin-bottom: 5.859375vw;
    padding: 0 0 1.3020833333vw 0;
    font-size: 4.6875vw;
  }

  .footer_note .new_window_annotation {
    margin: 0 5.599vw;
    padding: 6.5104166667vw 0;
  }

  .footer_note .new_window_annotation img {
    width: 5.7291666667vw;
    margin-right: 3.125vw;
  }

  .icon-win {
    padding-right: 8.53vw;
    background-size: auto 100%;
  }

  a:hover.icon-win,
  a:hover .icon-win {
    padding-right: 8.53vw;
    background-size: auto 100%;
  }

  .kv {
    margin-bottom: 50px;
  }

  .pick_up .headline {
    margin-bottom: 8vw;
    font-size: 7.2vw;
    line-height: 1;
  }

  .pick_up a {
    font-size: 4vw;
  }

  .pick_up a .scale_photo {
    margin-bottom: 4.26vw;
  }

  .pick_up-2 .yt-link {
    display: block;
    margin-bottom: 10.66vw;
    padding: 20px 0;
    background-color: #DA1725;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .top_banner .banner_area {
    margin-bottom: 12vw;
    padding: 0;
  }

  .top_banner .banner_txt_box {
    margin-top: 20px;
  }

  .top_banner .banner_txt_box .headline {
    margin-bottom: 4.26vw;
    font-size: 7.2vw;
  }

  .top_banner .banner_txt_box .title {
    margin-bottom: 4.26vw;
    padding-top: 0;
    font-size: 4.8vw;
  }

  .top_banner .banner_txt_box .description {
    font-size: 3.46vw;
    letter-spacing: 0.025em;
  }

  .top_banner .btn_more {
    margin-bottom: 1.6vw;
  }

  .top_banner .btn_more .more_text {
    font-size: 3.73vw;
  }
}

@media screen and (min-width: 769px) {

  .box_component.wrap {
    padding: 0 110px;
  }

  .pick_up .flex {
    justify-content: center;
  }

  .pick_up_content {
    width: 30.76%;
    margin: 0 40px 20px 0;
  }

  .pick_up_content:last-child {
    margin-right: 0;
  }

  .pick_up_content a:hover {
    text-decoration: none;
  }

  .pick_up-2 .yt-link {
    display: block;
    padding: 30px 0;
    background-color: #DA1725;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
  }

  .pick_up-2 .yt-link:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .top_banner .banner_person {
    margin-bottom: 30px;
  }

  .recruit_schedule_small {
    padding: 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .t-top_first {
    margin-bottom: 50px;
    height: auto;
  }

  .t-top_first a {
    display: block;
  }

  .t-top_first .pick_up_label {
    top: 25px;
  }

  .t-top_first a div:nth-child(1) {
    width: auto;
  }

  .t-top_first a div:nth-child(2) {
    width: auto;
  }

  .t-top_first a div:nth-child(1) div {
    margin: 80px 0 25px 5%;
  }

  .t-top_first a div:nth-child(1) div p {
    font-size: 1.75rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .t-pick_up {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pick_up_label {
    padding: 8px 12px 8px 8px;
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .pick_up_title {
    left: 20px;
    bottom: 18px;
  }

  .pick_up-2 ul li {
    margin: 0;
    margin-bottom: 5px;
    width: auto;
  }

}

@media screen and (max-width: 768px) {
  .pick_up_subhead_message {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 768px) {
  .pick_up_head_message {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .pick_up_head {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 768px) {
  .pick_up_subhead {
    font-size: 0.75rem;
  }
}