@charset "UTF-8";
/*----------------------------------
  header
 ----------------------------------*/
#ngr-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.ngr-header_inner {
  width: calc(1000 / 1100 * 100%);
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ngr-header_inner {
    width: 100%;
  }
}

.ngr-header_logo-01 {
  width: 965px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.ngr-header_logo-01 a {
  display: block;
  width: 255px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 994px) {
  .ngr-header_logo-01 {
    width: 100%;
    max-width: 965px;
    padding: 0 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .ngr-header_logo-01 {
    display: none;
  }
}

.ngr-header_btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 420px;
  position: absolute;
  top: 0;
  right: 55px;
  z-index: 102;
}

.ngr-header_btns .ngr-header_btn-entry {
  display: block;
  width: 205px;
}

@media screen and (max-width: 768px) {
  .ngr-header_btns {
    width: 210px;
    right: calc(5% + 25px + 5px);
  }

  .ngr-header_btns .ngr-header_btn-entry {
    width: 101px;
  }
}

/*----------------------------------
  drawer
 ----------------------------------*/
/*---------- drawerswitch ----------*/
#Contents .ngr-drawerSwitch {
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 102;
}

.ngr-drawerSwitch,
.ngr-drawerSwitch *,
.ngr-drawerSwitch *:before,
.ngr-drawerSwitch *:after {
  transition: all 300ms;
}

.ngr-drawerSwitch .ngr-drawerSwitch_border {
  display: block;
  width: 30px;
  height: 22px;
  margin: auto auto;
  position: relative;
}

.ngr-drawerSwitch .ngr-drawerSwitch_border span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
}

.ngr-drawerSwitch .ngr-drawerSwitch_border span:nth-child(1) {
  top: 0;
}

.ngr-drawerSwitch .ngr-drawerSwitch_border span:nth-child(2) {
  top: 10px;
}

.ngr-drawerSwitch .ngr-drawerSwitch_border span:nth-child(3) {
  bottom: 0;
}

/* active */
.ngr-drawerSwitch[aria-expanded="true"] .ngr-drawerSwitch_border span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.ngr-drawerSwitch[aria-expanded="true"] .ngr-drawerSwitch_border span:nth-child(2) {
  opacity: 0;
}

.ngr-drawerSwitch[aria-expanded="true"] .ngr-drawerSwitch_border span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px
}

@media screen and (max-width: 768px) {
  #Contents .ngr-drawerSwitch {
    width: 25px;
    height: 25px;
    right: 5%;
  }

  .ngr-drawerSwitch .ngr-drawerSwitch_border {
    width: 15px;
    height: 11px;
  }

  .ngr-drawerSwitch .ngr-drawerSwitch_border span {
    width: 15px;
    height: 1px;
  }

  .ngr-drawerSwitch .ngr-drawerSwitch_border span:nth-child(2) {
    top: 5px;
  }

  /* active */
  .ngr-drawerSwitch[aria-expanded="true"] .ngr-drawerSwitch_border span:nth-child(1) {
    top: 5px;
  }

  .ngr-drawerSwitch[aria-expanded="true"] .ngr-drawerSwitch_border span:nth-child(3) {
    bottom: 5px
  }
}

/*---------- drawerNav ----------*/
.ngr-drawer {
  width: 100%;
  background: rgba(35, 24, 21, .85);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}

.ngr-drawer[aria-expanded] {
    transition: all 400ms;
}

.ngr-drawer[aria-expanded="false"] {
    visibility: hidden;
}

.ngr-drawer[aria-expanded="true"] {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 768px) {
  .ngr-drawer {
    /*overflow-y: scroll;*/
  }
}

/*----------------------------------
  nav
 ----------------------------------*/
#ngr-nav {
  position: relative;
  padding: 70px 20px 50px 20px;
  max-width: 940px;
  margin: 0 auto;
}

#ngr-nav br.disp-pc{
  display: inline;
}

#ngr-nav .ngr-nav_btn-top {
  display: block;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
}

#ngr-nav .ngr-nav_containerA_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#ngr-nav .ngr-nav_containerA {
  padding: 10px 10px;
}

#ngr-nav .ngr-nav_containerA + .ngr-nav_containerA {
  border-left: 1px solid rgba(255, 255, 255, .5);
}

#ngr-nav .ngr-nav_containerA:nth-child(1) {
  width: calc(230/900 * 100%);
}

#ngr-nav .ngr-nav_containerA:nth-child(2) {
  width: calc(160/900 * 100%);
}

#ngr-nav .ngr-nav_containerA:nth-child(3) {
  width: calc(140/900 * 100%);
}

#ngr-nav .ngr-nav_containerA:nth-child(4) {
  width: calc(210/900 * 100%);
}

#ngr-nav .ngr-nav_containerA:nth-child(5) {
  width: calc(160/900 * 100%);
}

#ngr-nav .ngr-nav_list_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#ngr-nav .ngr-nav_list_wrap > * + * {
  margin-left: 15px;
}

#ngr-nav .ngr-nav_list > li {
  margin: 0 0 8px 0;
}

#ngr-nav .ngr-nav_block-head {
  width: 100%;
  height: 55px;
}

#ngr-nav .ngr-nav_item-1 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

#ngr-nav .ngr-nav_item-1:visited {
  color: #fff;
}

#ngr-nav .ngr-nav_item-1:hover {
  color: #EC91A4;
}

#ngr-nav .ngr-nav_item {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

#ngr-nav .ngr-nav_item:visited {
  color: #fff;
}

#ngr-nav .ngr-nav_item:hover {
  color: #EC91A4;
}

#ngr-nav .ngr-nav_item:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

#Contents #ngr-nav .ngr-nav_item:hover:before {
  background: #EC91A4;
}

#ngr-nav .ngr-nav_item[target="_blank"] {
  padding-right: 15px;
}

#ngr-nav .ngr-nav_item[target="_blank"]:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/common/icon_blank.png") no-repeat center center / contain;
  position: absolute;
  top: 4px;
  right: 0;
}

#ngr-nav .ngr-nav_listB {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0 0 0;
  padding: 0 10px;
}

#ngr-nav .ngr-nav_listB > li + li {
  margin-left: 6%;
}

#ngr-nav .disp-md {
  display: none;
}

@media screen and (max-width: 980px) {
  #ngr-nav .ngr-nav_item-1 {
    font-size: 13px;
  }
}

@media screen and (max-width: 900px) {
  #ngr-nav .ngr-nav_block-head {
    height: 70px;
  }

  #ngr-nav .ngr-nav_containerA:nth-child(2) {
    width: calc(180/900 * 100%);
  }

  #ngr-nav .ngr-nav_containerA:nth-child(3) {
    width: calc(160/900 * 100%);
  }

  #ngr-nav .ngr-nav_containerA:nth-child(4) {
    width: calc(170/900 * 100%);
  }

  #ngr-nav .ngr-nav_list_wrap {
    display: block;
  }

  #ngr-nav .ngr-nav_list_wrap > * + * {
    margin-left: 0;
    margin-top: 20px;
  }

  #ngr-nav .disp-md {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #ngr-nav {
    padding: 40px 5% 50px 5%;
  }

  #ngr-nav .ngr-nav_btn-top {
    width: 75px;
    left: 5%;
  }
  
  #ngr-nav br.disp-pc,
  #ngr-nav .disp-md{
    display: none;
  }

  #ngr-nav .ngr-nav_containerA_wrap {
    display: block;
  }

  #ngr-nav .ngr-nav_containerA {
    padding: 20px 10px 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  #ngr-nav .ngr-nav_containerA + .ngr-nav_containerA {
    border-left: none;
  }

  #ngr-nav .ngr-nav_containerA:nth-child(1),
  #ngr-nav .ngr-nav_containerA:nth-child(2),
  #ngr-nav .ngr-nav_containerA:nth-child(3),
  #ngr-nav .ngr-nav_containerA:nth-child(4),
  #ngr-nav .ngr-nav_containerA:nth-child(5) {
    width: 100%;
  }

  #ngr-nav .ngr-nav_list_wrap > * + * {
    margin-top: 15px;
  }

  #ngr-nav .ngr-nav_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 8px;
  }

  #ngr-nav .ngr-nav_list > li {
    margin: 0 2em 10px 0;
  }

  #ngr-nav .ngr-nav_list-1 > li {
    width: 50%;
    margin-right: 0;
  }

  #ngr-nav .ngr-nav_list-4-2 > li:nth-child(4n) {
    margin-right: 0;
  }

  #ngr-nav .ngr-nav_block-head {
    height: auto;
    margin: 0 0 20px 0;
  }

  #ngr-nav .ngr-nav_item-1 {
    font-size: 12px;
  }

  #ngr-nav .ngr-nav_item {
    font-size: 10px;
    padding-left: 12px;
  }

  #ngr-nav .ngr-nav_item:before {
    width: 8px;
    top: 6px;
  }

  #ngr-nav .ngr-nav_item[target="_blank"] {
    padding-right: 12px;
  }

  #ngr-nav .ngr-nav_item[target="_blank"]:after {
    width: 8px;
    height: 8px;
    top: 3px;
  }

  #ngr-nav .ngr-nav_listB {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 10px;
  }

  #ngr-nav .ngr-nav_listB > li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}

.ngr-p-pageHeader {
  width: 100%;
  position: relative;
}

.ngr-p-pageHeader:before {
  content: '';
  display: block;
  width: calc(694/1100 * 100%);
  height: 100%;
  background: url("/recruit/newgraduates/shared/images/people/mv_01.png") no-repeat center center / cover;
  position: absolute;
  top: 0;
  left: calc(414/1100 * 100%);
  z-index: 1;
}

[data-dir="people"] .ngr-p-pageHeader:before {
  background-image: url("/recruit/newgraduates/shared/images/people/mv_01.png");
}

.ngr-p-pageHeader .ngr-p-pageHeader_inner {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  width: calc(1000/1100 * 100%);
  height: 500px;
  margin: 0 auto;
  position: relative;
}

.ngr-p-pageHeader .ngr-p-pageHeader_text-1 {
  color: #000;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 0 2%;
  padding: 0 0 25px 0;
  position: relative;
}

.ngr-p-pageHeader .ngr-p-pageHeader_text-1:after {
  content: '';
  display: block;
  width: 74px;
  height: 1px;
  background: #E60012;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.ngr-p-pageHeader .ngr-p-pageHeader_text-2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.1;
  margin: 35px 0 0 2%;
}

.ngr-p-pageHeader .ngr-p-pageHeader_bg {
  width: calc(775/1100 * 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .ngr-p-pageHeader:before {
    content: '';
    display: block;
    width: calc(694/1100 * 100%);
    height: 100%;
    background: url("/recruit/newgraduates/shared/images/people/mv_01.png") no-repeat center center / cover;
    position: absolute;
    top: 0;
    left: calc(414/1100 * 100%);
    z-index: 1;
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_inner {
    height: calc(500/1100 * 100vw);
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-1 {
    font-size: calc(42/1100 * 100vw);
    padding: 0 0 calc(25/1100 * 100vw) 0;
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-1:after {
    width: calc(74/1100 * 100vw);
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-2 {
    font-size: calc(18/1100 * 100vw);
    margin: calc(35/1100 * 100vw) 0 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .ngr-p-pageHeader:before {
    width: 100%;
    height: 100%;
    background: url("/recruit/newgraduates/shared/images/people/mv_01-sp.png") no-repeat center bottom / 100% auto;
    top: auto;
    bottom: 0;
    left: 0;
  }

  [data-dir="people"] .ngr-p-pageHeader:before {
    background-image: url("/recruit/newgraduates/shared/images/people/mv_01-sp.png");
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_inner {
    display: block;
    width: 100%;
    height: calc(920/750 * 100vw);
    padding: calc(110/750 * 100vw) 0 0 0;
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-1 {
    font-size: calc(42/750 * 100vw);
    text-align: center;
    display: block;
    margin: 0 0 0 0;
    padding: 0 5% calc(25/750 * 100vw) 5%;
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-1:after {
    width: calc(74/750 * 100vw);
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_text-2 {
    font-size: calc(20/750 * 100vw);
    line-height: 1.9;
    text-align: center;
    margin: calc(35/750 * 100vw) 0 0 2%;
  }

  .ngr-p-pageHeader .ngr-p-pageHeader_bg {
    width: 100%;
    height: 100%;
  }
}

.ngr-p-tagArea {
  padding: 90px 0;
}

.ngr-p-tagArea .ngr-p-tagArea_inner {
  width: calc(820/1100 * 100%);
  margin: 0 auto;
}

.ngr-p-tag_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.ngr-p-tag_list > li {
  margin: 10px 10px;
}

.ngr-p-tag {
  font-weight: bold;
  font-size: 16px;
  padding: 0.7em 0.8em;
  border: 1px solid #000;
  border-radius: 100vh;
  background: #fff;
  color: #231815;
}

@media screen and (max-width: 1100px) {
  .ngr-p-tagArea {
    padding: calc(90/1100 * 100vw) 0;
  }

  .ngr-p-tag_list > li {
    margin: calc(10/1100 * 100vw) calc(10/1100 * 100vw);
  }

  .ngr-p-tag {
    font-size: calc(16/1100 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .ngr-p-tagArea {
    padding: 45px 0;
  }

  .ngr-p-tagArea .ngr-p-tagArea_inner {
    width: 90%;
  }

  .ngr-p-tag_list > li {
    margin: 5px 5px;
  }

  .ngr-p-tag {
    font-size: 10px;
  }
}

/*  animation */
.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 600ms cubic-bezier(0.33, 1, 0.68, 1);
}

.fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.delay-time01{
  transition-delay: 0.4s;
}

.delay-time02{
  transition-delay: 0.6s;
}

.delay-time03{
  transition-delay: 0.8s;
}

.delay-time04{
  transition-delay: 1s;
}

.delay-time05{
  transition-delay: 1.2s;
}

.delay-time06{
  transition-delay: 1.4s;
}

.delay-time07{
  transition-delay: 1.6s;
}

.delay-time08{
  transition-delay: 1.8s;
}

@media (any-hover: hover) {
  .hover-op {
    transition: all 300ms;
  }

  .hover-op:hover {
    opacity: .6;
  }
}


/* - filterKey
----------------------------------------------*/
#ngr-filterKey {
  background: url("/recruit/newgraduates/shared/images/common/img_keywords_01.jpg") no-repeat center center / cover;
  padding: 35px 0;
}

#ngr-filterKey .ngr-filterKey_box {
  width: calc(800/1100 * 100%);
  background: rgba(255, 255, 255, .8);
  padding: 35px 0;
  margin: 0 auto;
}

#ngr-filterKey .ngr-filterKey_title {
  font-weight: bold;
  color: #231815;
  font-size: 28px;
  text-align: center;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  #ngr-filterKey {
    background: url("/recruit/newgraduates/shared/images/common/img_keywords_01-sp.jpg") no-repeat center center / cover;
    padding: 25px 0;
  }

  #ngr-filterKey .ngr-filterKey_box {
    width: 90%;
    padding: 20px 0;
  }

  #ngr-filterKey .ngr-filterKey_title {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
}

#ngr-filterKey .ngr-filterKey_tag_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 4%;
}

#ngr-filterKey .ngr-filterKey_tag_wrap > li {
  margin: 10px 10px;
}

@media screen and (max-width: 768px) {
  #ngr-filterKey .ngr-filterKey_tag_wrap {
    padding: 0 4%;
  }

  #ngr-filterKey .ngr-filterKey_tag_wrap > li {
    margin: 5px 5px;
  }
}

#ngr-filterKey .ngr-filterKey_tag {
  display: block;
  cursor: pointer;
}

#ngr-filterKey .ngr-filterKey_tag label {
  color: #231815;
  font-size: 16px;
  display: block;
  padding: 8px 12px;
  border-radius: 100vh;
  border: 1px solid #231815;
  background: #fff;
  cursor: pointer;
}

#ngr-filterKey .ngr-filterKey_tag input:checked + label {
  color: #fff;
  background: #231815;
}

@media screen and (max-width: 768px) {
  #ngr-filterKey .ngr-filterKey_tag label {
    font-size: 10px;
    padding: 7px 10px;
  }
}

#ngr-filterKey .ngr-filterKey_searchBtn {
  color: #231815;
  font-size: 16px;
  width: 240px;
  height: 60px;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 1) url("/recruit/newgraduates/shared/images/common/arrow_01.png") no-repeat center right 15px / 12px auto;
  border: 1px solid #231815;
  margin: 15px auto 0 auto;
  position: relative;
}

@media (any-hover: hover) {
  #ngr-filterKey .ngr-filterKey_searchBtn {
    transition: all 300ms;
  }

  #ngr-filterKey .ngr-filterKey_searchBtn:hover {
    color: #fff;
    background: #231815 url("/recruit/newgraduates/shared/images/common/arrow_01.png") no-repeat center right 15px / 12px auto;
  }
}

@media screen and (max-width: 768px) {
  #ngr-filterKey .ngr-filterKey_searchBtn {
    font-size: 11px;
    justify-content: center;
    width: 160px;
    height: 30px;
    background-position: center right 10px;
    background-size: 10px auto;
    margin: 15px auto 0 auto;
  }
}

#ngr-filterKeyPagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 5px;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_item {
  color: #B5B5B6;
  font-size: 16px;
  display: block;
  padding: 0 5px;
  margin: 0 5px;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_item.is-current {
  color: #000000;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-next,
#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-prev {
  font-size: 17px;
  line-height: 17px;
  width: 16px;
  height: 16px;
  position: relative;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-next.is-hide,
#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-prev.is-hide {
  visibility: hidden;
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-prev:before {
  color: #000000;
  content: '＜';
}

#ngr-filterKeyPagination .ngr-filterKeyPagination_btn-next:before {
  color: #000000;
  content: '＞';
}

@media screen and (max-width: 768px) {
  #ngr-filterKeyPagination .ngr-filterKeyPagination_list {
    margin: 0 5px;
  }

  #ngr-filterKeyPagination .ngr-filterKeyPagination_item {
    font-size: 10px;
    padding: 0 5px;
    margin: 0 5px;
  }

  #ngr-filterKeyPagination .ngr-filterKeyPagination_btn-next,
  #ngr-filterKeyPagination .ngr-filterKeyPagination_btn-prev {
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    height: 12px;
  }
}
