:root {
  --main-bg-color: #0d1e3b;
}



body {
    -webkit-transition: opacity 0s ease-in-out 0s;
    transition: opacity 0s ease-in-out 0s;
}


body.hidden {
    opacity:1;
}

.preloader-wrap {
	display: none;
}




#main {
	margin-top: 120px;
}


.dark-content h1, .dark-content h2, .dark-content h3, .dark-content h4, .dark-content h5, .dark-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
  color: #000;
	line-height: inherit;
}

.light-content p, .dark-section p {
	color: inherit !important;
}


.nav_menu_link li a {
	color: #000;
	text-decoration: none;
}

.fullscreen-menu.invert-header .flexnav li a {
	text-decoration: none;
}

.white-header a {
	color: #fff !important;
}

.c-interview-list_affiliation, h3.c-interview-list_name {
	color: #fff;
}

.c-interview-list {
	background-color: #fff !important;
}



.button-icon, footer a, .button-text span, .socials-wrap {
	color: #fff !important;
}





.c-interview-list li {
	margin-bottom: 0;
}


.p-home_interview .c-caption h2 {
	color: #fff;
}


/*--------------------------------------------------
	Entry section
---------------------------------------------------*/
	
.entry_waku {
	padding: 1rem 2rem;
	border: 1px solid #333;
	background-color: rgba(255, 255, 255, 0.6);
}
.entry_waku.white_bg {
	background-color: #fff !important;
}

.entry_waku .next-hero-subtitle {
    font-size: clamp(14px, 0.784rem + 0.45vw, 18px);
    margin-bottom: 0;
	margin-top: 24px;
}


.portfolio-wrap {
		min-height:25vh;
	margin-bottom: 2vw;
}

.portfolio-wrap.nagai {
	min-height:30vh !important;
}


img.yj {
	width: 4%;
	padding-left: 32px;
}
img.link_top_svg {
	width: 1.5rem !important;
	padding-bottom: 16px;
}

.entry_waku hr {
	border-color: #fff;
}

.entry_waku figure {
	text-align: center;
}




/* PCで表示 */
.disp-pc {
	display: none;
}
@media only screen and (min-width: 768px) {
   .disp-pc {
	display: block;
} }
/* モバイルで表示 */
.disp-mb {
	display: block;
}
@media only screen and (min-width: 768px) {
   .disp-mb {
	display: none;
} }


.text-white {
	color: #fff !important;
}

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






.note-top {
  color: #fff;
  text-align: right;
  padding: 4px 16px 8px 8px;
  font-size: 12px;
	position: absolute;
	bottom: 16px;
	right: 24px;
}




.note {
  text-align: right;
  padding: 56px 16px 8px 8px;
  font-size: 14px;

}
@media only screen and (min-width: 768px) {
.note {
	position: absolute;
	bottom: 16px;
	right: 24px;
}
}



h3.bsy-list_name span {
	font-size: 16px;
	display: inline-block;
	margin-top: 8px;
}


*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

aside {
	position: relative;
}

ul {
  list-style: none; }

ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5em; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

table th,
table td {
  word-wrap: break-word; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

iframe {
  vertical-align: bottom; }

svg {
  max-width: 100%;
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  will-change: fill; }

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }



#wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #wrapper {
    display: block;
    height: 100%;
    overflow: hidden; } }




.l-column {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 767px) {
    .l-column {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 360px) {
    .l-column {
      padding-left: 15px;
      padding-right: 15px; } }

.l-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .l-section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.c-page-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 1079px) {
    .c-page-inner {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }

.l-container {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 100px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 1079px) {
    .l-container {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .l-container {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 480px) {
    .l-container {
      width: 100%;
      margin: 0; }
      .l-container.c-box::after {
        display: none; } }
  .l-container_inner {
    width: 100%;
    max-width: 800px;
    margin: auto; }
    @media only screen and (max-width: 1079px) {
      .l-container_inner {
        padding-left: 20px;
        padding-right: 20px; } }

.c-caption {
  position: relative;
  color: #C00004;
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
  z-index: 1; }
  .c-caption svg {
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    content: " ";
    width: 220px;
    height: 155px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .c-caption svg {
        width: 170px;
        height: 130px; } }

.c-caption_en {
  font-size: 48px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 767px) {
    .c-caption_en {
      font-size: 32px; } }

.c-caption_ja {
  font-size: 16px;
  font-weight: 600; }

.c-headline {
  font-weight: 600;
  letter-spacing: 0.13em; }
  @media only screen and (min-width: 768px) {
    .c-headline {
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .c-headline {
      font-size: 18px; } }
  .c-headline::first-letter {
    color: #C00004; }
  .c-headline::after {
    display: block;
    content: " ";
    width: 115px;
    height: 5px;
    background-color: #C00004;
    margin: 25px 0 40px; }

.c-headline-centered {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-align: center;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .c-headline-centered {
      font-size: 25px; } }
  @media only screen and (max-width: 767px) {
    .c-headline-centered {
      font-size: 18px; } }
  .c-headline-centered::before {
    position: absolute;
    top: 20%;
    left: 50%;
    display: block;
    content: " ";
    width: 220px;
    height: 155px;
    background: url("https://www.grcs.co.jp/hubfs/recruit/bg_caption.svg") center center no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .c-headline-centered::before {
        width: 170px;
        height: 130px; } }
  .c-headline-centered::after {
    display: block;
    content: " ";
    width: 115px;
    height: 5px;
    background-color: #C00004;
    margin: 25px auto 40px; }

.c-button {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background-color: var(--main-bg-color);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .c-button.is-mail:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 16px;
    background: url("https://www.grcs.co.jp/hubfs/recruit/icon_mail.svg") no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle; }

.c-button:hover {
  background-color: #0a1a36;
color: #ccc;
}



.f-button {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  max-width: 280px;
  background-color: #0C1F3B;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, -webkit-transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
  transition: color .3s ease, background-color .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  .f-button.is-mail:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 16px;
    background: url("https://www.grcs.co.jp/hubfs/recruit/icon_people.svg") no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle; }

.f-button:hover {
  background-color: #203a61; }







.c-table {
  font-size: 14px;
  width: 100%; }
  @media only screen and (max-width: 360px) {
    .c-table {
      font-size: 12px; } }
  .c-table tr {
    border-bottom: 1px dashed #C00004; }
    .c-table tr:first-child {
      border-top: 1px dashed #C00004; }
  .c-table th,
  .c-table td {
    padding: 20px; }
    @media only screen and (max-width: 480px) {
      .c-table th,
      .c-table td {
        padding: 20px 0; } }
  .c-table th {
    font-weight: 600;
    text-align: left;
    vertical-align: top; }
    .c-table th::first-letter {
      color: #C00004; }
    @media only screen and (min-width: 768px) {
      .c-table th {
        width: 200px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .c-table th {
        width: 130px;
        padding-right: 13px; } }
    @media only screen and (max-width: 480px) {
      .c-table th {
        width: 100px; } }
    @media only screen and (max-width: 360px) {
      .c-table th {
        width: 85px; } }

.c-box {
  position: relative;
  background-color: #FFF; }
  .c-box::after {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    z-index: -1; }



.c-bg_page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 434px;
  z-index: -1; }

.c-interview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
  background-color: #C00004; }

.c-interview-list_item {
  background-color: var(--main-bg-color);
  overflow: hidden; }
  @media only screen and (min-width: 1900px) {
    .c-interview-list_item {
      width: 20%; } }
  @media screen and (max-width: 1899px) {
    .c-interview-list_item {
      width: 33.33333%; } }
  @media only screen and (max-width: 767px) {
    .c-interview-list_item {
      width: 50%; } }
  .c-interview-list_item a {
    position: relative;
    display: block;
    text-decoration: none; }
    .c-interview-list_item a::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: " ";
      width: 100%;
      height: 100%;
      background-color: rgba(192, 0, 4, .3);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      will-change: opacity;
      z-index: 3; }
    .c-interview-list_item a:hover::before {
      opacity: 1; }



/** 募集要項 **/

#recruit {
	background-color: #f2f2f2;
}
.bsy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
padding: 0 40px 40px;
max-width: 1200px;}

.bsy-list_item {
  overflow: hidden;
	position: relative;
}
  @media only screen and (min-width: 1900px) {
    .bsy-list_item {
      width: 33.3333%; } }
  @media screen and (max-width: 1899px) {
    .bsy-list_item {
      width: 33.3333%; } }
  @media screen and (max-width: 1200px) {
    .bsy-list_item {
      width: 33.3333%; } }
  @media only screen and (max-width: 1000px) {
    .bsy-list_item {
      width: 50%; } }
@media only screen and (max-width: 600px) {
    .bsy-list_item {
      width: 100%; } }


  .bsy-list_item a {
    display: block;
    text-decoration: none;
 background-color: var(--main-bg-color);
padding: 48px 40px 40px;
height: 100%;
margin: 16px 8px;
border-radius: 2px;
min-height: 152px;}
    .bsy-list_item a::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: " ";
      width: calc(100% - 18px);
      height: 100%;
      background-color: rgba(192, 0, 4, .3);
      opacity: 0;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      will-change: opacity;
      z-index: 3;
margin: 16px 8px;
padding-right: 16px;}
    .bsy-list_item a:hover::before {
      opacity: 1;}

.bsy-list_item h3 {
	text-align: left;
	font-size: 21px;
	color: #fff;
	padding-left: 24px;
}

.bsy-list_info {
  color: #FFF;
  font-weight: 600;}


.bsy-list_affiliation {
  padding-left: 10px;
  line-height: 1.4;
border-left: #C00004 9px solid;
margin-top: 8px;}
  @media print, screen and (min-width: 1080px) {
    .bsy-list_affiliation {
      font-size: 14px; } }
  @media only screen and (max-width: 1079px) {
    .bsy-list_affiliation {
      font-size: 13px; } }
  @media only screen and (max-width: 480px) {
    .bsy-list_affiliation {
      font-size: 2.2vw;
      border-width: 4px;
      padding-left: 6px; } }




.bsy-list_eng {
  position: absolute;
  left: 16px;
  bottom: 0;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  opacity: .17; }
  @media print, screen and (min-width: 1080px) {
    .bsy-list_eng {
      font-size: 35px; } }
  @media only screen and (max-width: 1079px) {
    .bsy-list_eng {
      font-size: 35px; } }
  @media only screen and (max-width: 480px) {
    .bsy-list_eng {
      font-size: 24px; } }







.p-home_message_bosyu {
  color: var(--main-bg-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
margin: auto;
padding: 0 40px;
max-width: 1200px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}




.p-home_message_bosyu svg {
    position: absolute;
    top: 40%;
    left: 40px;
    display: block;
    content: " ";
    width: 80px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    @media only screen and (max-width: 767px) {
.p-home_message_bosyu svg {
        width: 170px;
        height: 130px; } }





/** 募集要項 END **/







#information {
	background-color: #f2f2f2;
}

.c-interview-carousel {
  position: relative;
  display: block;
  margin-bottom: 50px;
  white-space: nowrap; }
  .c-interview-carousel .c-interview-list_item {
    display: inline-block; }
  .c-interview-carousel .slick-list {
    font-size: 0; }
  .c-interview-carousel .slick-arrow {
    display: block;
    height: 100%; }
  .c-interview-carousel .slick-arrow::before {
    position: absolute;
    top: 50%;
    display: block;
    content: " ";
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    cursor: pointer;
    z-index: 3; }
    @media only screen and (max-width: 480px) {
      .c-interview-carousel .slick-arrow::before {
        width: 18px;
        height: 18px;
        margin-top: -9px; } }
  .c-interview-carousel .c-carousel_arrow-prev::before {
    left: 20px;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .c-interview-carousel .c-carousel_arrow-next::before {
    right: 20px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-interview-carousel .c-carousel_arrow-prev::after,
  .c-interview-carousel .c-carousel_arrow-next::after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    display: block;
    content: " ";
    width: 80px;
    height: 100%;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      .c-interview-carousel .c-carousel_arrow-prev::after,
      .c-interview-carousel .c-carousel_arrow-next::after {
        width: 40px; } }
  .c-interview-carousel .c-carousel_arrow-prev::after {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%); }
  .c-interview-carousel .c-carousel_arrow-next::after {
    right: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%); }

.c-interview-list_img {
  position: relative; }
  .c-interview-list_img::before {
    position: absolute;
    display: block;
    content: " ";
    width: 265px;
    height: 265px; }
    @media only screen and (max-width: 480px) {
      .c-interview-list_img::before {
        width: 150px;
        height: 150px; } }
  .c-interview-list_img::before {
    top: 0;
    left: 0;
    background: url("https://www.grcs.co.jp/hubfs/recruit/img_gradation_left-top.svg") left top no-repeat; }

.c-interview-list_info {
  position: relative;
  color: #FFF;
  font-weight: 600; }
  @media print, screen and (min-width: 1080px) {
    .c-interview-list_info {
      padding: 18px 40px 25px; } }
  @media only screen and (max-width: 1079px) {
    .c-interview-list_info {
      padding: 18px 20px; } }
  @media only screen and (max-width: 480px) {
    .c-interview-list_info {
      padding: 18px 12px; } }

.c-interview-list_affiliation {
  border-left: #C00004 9px solid;
  padding-left: 10px;
  line-height: 1.4; }
  @media print, screen and (min-width: 1080px) {
    .c-interview-list_affiliation {
      font-size: 14px; } }
  @media only screen and (max-width: 1079px) {
    .c-interview-list_affiliation {
      font-size: 13px; } }
  @media only screen and (max-width: 480px) {
    .c-interview-list_affiliation {
      font-size: 2.2vw;
      border-width: 4px;
      padding-left: 6px; } }
  .c-interview-list_affiliation span {
    display: block; }

@media print, screen and (min-width: 1080px) {
  .c-interview-list_name {
    font-size: 25px; } }

@media only screen and (max-width: 1079px) {
  .c-interview-list_name {
    font-size: 20px; } }

@media only screen and (max-width: 480px) {
  .c-interview-list_name {
    font-size: 3.8vw; } }

.c-interview-list_eng {
  position: absolute;
  left: 5px;
  bottom: 0;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  opacity: .3; }
  @media print, screen and (min-width: 1080px) {
    .c-interview-list_eng {
      font-size: 35px; } }
  @media only screen and (max-width: 1079px) {
    .c-interview-list_eng {
      font-size: 24px; } }
  @media only screen and (max-width: 480px) {
    .c-interview-list_eng {
      font-size: 5vw; } }

.c-info_link {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1079px) {
    .c-info_link {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .c-info_link {
      margin-left: 0;
      margin-right: 0; } }
  .c-info_link_container {
    background-color: #C00004; }
  .c-info_link_img {
    position: relative;
    width: 100%;
    max-width: 720px;
    z-index: -1; }
  .c-info_link_txt {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .c-info_link_txt {
        position: absolute;
        top: 50%;
        right: 0;
        width: 510px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (max-width: 767px) {
      .c-info_link_txt {
        position: relative;
        margin: -30px auto 0;
        width: 90%; } }
    @media only screen and (min-width: 768px) {
      .c-info_link_txt .c-box {
        padding: 60px; } }
    @media only screen and (max-width: 767px) {
      .c-info_link_txt .c-box {
        padding: 50px 20px; } }
    @media only screen and (max-width: 480px) {
      .c-info_link_txt .c-box {
        padding: 30px 10px; } }
    .c-info_link_txt .lead {
      color: #1A1A1A;
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) {
        .c-info_link_txt .lead {
          font-size: 25px; } }
      @media only screen and (max-width: 767px) {
        .c-info_link_txt .lead {
          font-size: 20px; } }
      @media only screen and (max-width: 480px) {
        .c-info_link_txt .lead {
          font-size: 4.5vw; } }



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dotted.slick-slider {
  margin-bottom: 35px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: " ";
  text-align: center;
  opacity: .25;
  background-color: #000;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.p-hero {
  width: 100%;
  opacity: 0;
position: relative;}
  .p-hero.is-show {
    opacity: 0;
    -webkit-animation: fadeIn 1s ease-out forwards;
            animation: fadeIn 1s ease-out forwards; }
  @media only screen and (min-width: 768px) {
    .p-hero {
      height: 650px;
      background: url("https://www.grcs.co.jp/hubfs/recruit/bg_hero.jpg") center center repeat;
      background-size: 1300px 650px; } }
  @media only screen and (max-width: 767px) {
    .p-hero {
      background: url("https://www.grcs.co.jp/hubfs/recruit/bg_hero_mobile.jpg") center center repeat;
      background-size: cover;
      padding-top: 35%;
      padding-bottom: 35%; } }
  .p-hero_inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    max-width: 1300px;
    height: 100%;
    margin: auto;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .p-hero_inner .c-button {
        position: absolute;
        top: 80px;
        right: 20px; } }

.p-hero_inner .f-button {
        z-index: 10;
position: absolute;
    top: 294px;
}
@media only screen and (min-width: 50px) {
.p-hero_inner .f-button {
    top: 384px;
	bottom: inherit;
	display: block;
}
@media only screen and (min-width: 768px) {
.p-hero_inner .f-button {
    top: 150px;
    right: 20px;
}
}.p-hero_tagline {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .p-hero_tagline {
      width: 520px;
      height: 260px;
      margin: -130px 0 0 -260px; } }
  @media only screen and (max-width: 767px) {
    .p-hero_tagline {
      margin-bottom: 64px; } }
  .p-hero_tagline img {
    position: relative;
    top: 10px;
    left: 10px; }
    .is-show .p-hero_tagline img {
      -webkit-animation: tagline .5s ease-out .25s forwards;
              animation: tagline .5s ease-out .25s forwards; }
  .p-hero_tagline span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D9D9D9;
    z-index: -1;
    opacity: 0; }
    .is-show .p-hero_tagline span {
      -webkit-animation: shadow .3s ease-out .25s forwards;
              animation: shadow .3s ease-out .25s forwards; }

.p-home_message {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 3.6;
  text-align: center; }
  .p-home_message span {
    display: block;
    opacity: 0; }
  .p-home_message .is-show span {
    -webkit-animation: fadeInUp .6s ease forwards;
            animation: fadeInUp .6s ease forwards; }
    .p-home_message .is-show span:nth-child(1) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }
    .p-home_message .is-show span:nth-child(2) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .p-home_message .is-show span:nth-child(3) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }
    .p-home_message .is-show span:nth-child(4) {
      -webkit-animation-delay: .8s;
              animation-delay: .8s; }
    .p-home_message .is-show span:nth-child(5) {
      -webkit-animation-delay: 1.0s;
              animation-delay: 1.0s; }
  .p-home_message strong {
    display: block;
    font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .p-home_message {
      font-size: 14px; }
      .p-home_message strong {
        font-size: 18px; } }
  @media only screen and (max-width: 480px) {
    .p-home_message {
      line-height: 2.4;
      text-align: left; } }
  @media only screen and (max-width: 360px) {
    .p-home_message {
      font-size: 12px; }
      .p-home_message strong {
        font-size: 16px; } }

.p-home_interview {
  background-color: #C00004;
position: relative;}
  .p-home_interview .c-caption {
    color: #FFF; }
    .p-home_interview .c-caption svg {
      opacity: .6; }




.p-hero video {
	background-color: rgba(13,33,60,1);
	padding: 4px;
	position: absolute;
	right: 0;
	bottom: 64px;
	border-radius: 2px;
}











.p-iv_ttl {
  position: relative;
  max-width: 1000px;
  margin: 50px auto 100px; }
  .p-iv_ttl::before, .p-iv_ttl::after {
    position: absolute;
    display: block;
    content: " ";
    width: 265px;
    height: 265px;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      .p-iv_ttl::before, .p-iv_ttl::after {
        width: 150px;
        height: 150px; } }
  .p-iv_ttl::before {
    top: 0;
    left: 0;
    background: url("https://www.grcs.co.jp/hubfs/recruit/img_gradation_left-top.svg") left top no-repeat; }
  .p-iv_ttl::after {
    right: 0;
    bottom: 0;
    background: url("https://www.grcs.co.jp/hubfs/recruit/img_gradation_right-bottom.svg") left top no-repeat; }
    @media only screen and (max-width: 767px) {
      .p-iv_ttl::after {
        display: none; } }
  @media only screen and (max-width: 1079px) {
    .p-iv_ttl {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .p-iv_ttl {
      margin-bottom: 50px; } }
  .p-iv_ttl_img {
    position: relative;
    top: 10px;
    left: 10px;
    width: 100%;
    z-index: 1;
    -webkit-animation: tagline .4s ease-out .3s forwards;
            animation: tagline .4s ease-out .3s forwards; }
    .p-iv_ttl_img::after {
      top: 0;
      left: 0;
      -webkit-animation: shadow .4s ease-out .3s forwards;
              animation: shadow .4s ease-out .3s forwards; }
    .p-iv_ttl_img span {
      position: relative;
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (min-width: 768px) {
        .p-iv_ttl_img span {
          background-position: center center; }
          .p-iv_ttl_img span::after {
            display: block;
            content: " ";
            padding-top: 53%; } }
      @media only screen and (max-width: 767px) {
        .p-iv_ttl_img span {
          height: auto;
          background-position: 15% center; }
          .p-iv_ttl_img span::after {
            display: block;
            content: " ";
            padding-top: 110%; } }
  .p-iv_ttl_profile {
    min-height: 180px;
    opacity: 1;
    -webkit-animation: fadeIn .3s ease .5s forwards;
            animation: fadeIn .3s ease .5s forwards;
    z-index: 3; }
    @media only screen and (min-width: 768px) {
      .p-iv_ttl_profile {
        position: absolute;
        top: 45%;
        right: 10%;
        width: 100%;
        max-width: 300px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media only screen and (max-width: 767px) {
      .p-iv_ttl_profile {
        position: relative;
        width: 90%;
        margin: -15% auto 35px; } }
    @media only screen and (max-width: 480px) {
      .p-iv_ttl_profile {
        margin-bottom: 20px; } }
    .p-iv_ttl_profile dt {
      position: relative;
      color: #C00004;
      font-family: "Titillium Web", sans-serif;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: -7px;
      line-height: 1;
      z-index: 2; }
    .p-iv_ttl_profile dd {
      font-size: 14px;
      font-weight: 400;
      background-color: #FFF;
      padding: 25px 50px;
      line-height: 1.6; }
      @media only screen and (max-width: 480px) {
        .p-iv_ttl_profile dd {
          font-size: 13px;
          padding: 30px 40px; } }
  .p-iv_ttl_year {
    margin-bottom: 12px; }
  .p-iv_ttl_name {
    font-size: 25px;
    margin-bottom: 12px;
    letter-spacing: 0.1em; }
    .p-iv_ttl_name::first-letter {
      color: #C00004; }
    @media only screen and (max-width: 767px) {
      .p-iv_ttl_name {
        font-size: 21px; } }
    @media only screen and (max-width: 480px) {
      .p-iv_ttl_name {
        font-size: 18px; } }
  .p-iv_ttl_affiliation span {
    display: block; }
  .p-iv_ttl_eng {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .2);
    line-height: 1;
    opacity: 1;
    -webkit-animation: fadeIn .4s ease .7s forwards;
            animation: fadeIn .4s ease .7s forwards;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .p-iv_ttl_eng {
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-size: 60px; } }
    @media only screen and (max-width: 767px) {
      .p-iv_ttl_eng {
        font-size: 50px;
        text-align: right; } }
    @media only screen and (max-width: 480px) {
      .p-iv_ttl_eng {
        font-size: 10vw; } }

[class^="p-iv_layout"] p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.8; }
  [class^="p-iv_layout"] p:last-child {
    margin-bottom: 0; }

[class^="p-iv_layout"] h3, [class^="p-iv_layout"] h4, [class^="p-iv_layout"] h5, [class^="p-iv_layout"] h6 {
  font-size: 15px;
  font-weight: 600; }

[class^="p-iv_layout"] figure img {
  display: block;
  margin-bottom: 5px; }

[class^="p-iv_layout"] figcaption {
  color: #808080;
  font-size: 14px; }

.p-iv_layout01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout01 {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .p-iv_layout01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; } }
  .p-iv_layout01_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    @media print, screen and (min-width: 1080px) {
      .p-iv_layout01_txt {
        padding-right: 70px; } }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout01_txt {
        padding-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .p-iv_layout01_txt {
        padding-right: 0;
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 1080px) {
    .p-iv_layout01_img {
      width: 450px; } }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout01_img {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .p-iv_layout01_img {
      width: 80%;
      margin: auto; } }
  @media only screen and (max-width: 480px) {
    .p-iv_layout01_img {
      width: 100%; } }

.p-iv_layout02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout02 {
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (min-width: 768px) {
    .p-iv_layout02 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (max-width: 767px) {
    .p-iv_layout02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; } }
  .p-iv_layout02_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    @media print, screen and (min-width: 1080px) {
      .p-iv_layout02_txt {
        padding-left: 70px; } }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout02_txt {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .p-iv_layout02_txt {
        padding-left: 0;
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 1080px) {
    .p-iv_layout02_img {
      width: 450px; } }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout02_img {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .p-iv_layout02_img {
      width: 80%;
      margin: auto; } }
  @media only screen and (max-width: 480px) {
    .p-iv_layout02_img {
      width: 100%; } }

.p-iv_layout03 {
  max-width: 800px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout03 {
      max-width: 1000px;
      margin-left: 20px;
      margin-right: 20px; } }
  .p-iv_layout03_img {
    max-width: 450px;
    margin: auto; }

.p-iv_layout04 {
  background-color: #E8E9EB;
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-iv_layout04 .c-headline-centered {
    color: #C00004; }
  .p-iv_layout04_container {
    max-width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout04_container {
        margin-left: 20px;
        margin-right: 20px; } }
  .p-iv_layout04_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (min-width: 768px) {
      .p-iv_layout04_inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media only screen and (max-width: 767px) {
      .p-iv_layout04_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; } }
  @media print, screen and (min-width: 1080px) {
    .p-iv_layout04_img {
      width: 450px; } }
  @media only screen and (max-width: 1079px) {
    .p-iv_layout04_img {
      width: 40%; } }
  @media only screen and (max-width: 767px) {
    .p-iv_layout04_img {
      width: 80%;
      margin: auto; } }
  @media only screen and (max-width: 480px) {
    .p-iv_layout04_img {
      width: 100%; } }
  .p-iv_layout04_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    @media print, screen and (min-width: 1080px) {
      .p-iv_layout04_txt {
        padding-left: 40px; } }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout04_txt {
        padding-left: 30px; } }
    @media only screen and (max-width: 767px) {
      .p-iv_layout04_txt {
        padding-left: 0;
        margin-bottom: 30px; } }

 .p-iv_layout04_txt2 {
	 margin-top: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    @media print, screen and (min-width: 1080px) {
      .p-iv_layout04_txt2 {
        padding-left: 40px; } }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout04_txt2 {
        padding-left: 30px;
		max-width: 1000px;
      margin-left: 20px;
      margin-right: 20px;} }
    @media only screen and (max-width: 767px) {
      .p-iv_layout04_txt2 {
        padding-left: 0;
        margin-bottom: 30px; } }




.p-iv_layout05 {
  background-color: #C00004;
  padding-top: 100px;
  padding-bottom: 100px; }
  .p-iv_layout05 .c-headline-centered {
    color: #FFF; }
    .p-iv_layout05 .c-headline-centered::before {
      opacity: .6; }
    .p-iv_layout05 .c-headline-centered::after {
      background-color: #FFF; }
  .p-iv_layout05_container {
    max-width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 1079px) {
      .p-iv_layout05_container {
        margin-left: 20px;
        margin-right: 20px; } }
  .p-iv_layout05_inner {
    position: relative;
    max-width: 800px;
    margin: auto;
    z-index: 1; }
  .p-iv_layout05_img {
    position: relative;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .p-iv_layout05_img {
        margin-bottom: 25px; } }
  .p-iv_layout05_txt {
    position: relative;
    background-color: #FFF; }
    @media only screen and (min-width: 768px) {
      .p-iv_layout05_txt {
        max-width: 660px;
        margin: -60px auto 0;
        padding: 60px 70px; } }
    @media only screen and (max-width: 767px) {
      .p-iv_layout05_txt {
        width: 100%;
        margin: auto;
        padding: 30px 20px; } }