/* CSS Document */
/*スライダー*/
.slider_wrap{
  height: calc(var(--windowfixdheight) - 2.5rem);
}
.slider_wrap .top_s_warp{
}
.slider_wrap .top_s_warp .t_slider_block{
}
.slider_wrap .top_s_warp .t_slider_block .slider_box{
  
}
.slider_wrap .top_s_warp .t_slider_block .slider_box figure{
}
.slider_wrap .top_s_warp .t_slider_block .slider_box figure img{
  height: calc(var(--windowfixdheight) - 2.5rem) !important;
  width: 100vw !important;
}
.slider_box .catchcopy{
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3 !important;
  display: flex;
  flex-direction: column;
  padding: 0 7vw;
  box-sizing: border-box;
  width: 100vw;
  align-items: center;
}
.slider_box .catchcopy *{
  color: #fff;
}
.slider_box .catchcopy > h3{
  order: 2;
  font-weight: 700;
  font-size: 6vw;
}
body[wc-view-type="tb"] .slider_box .catchcopy > h3{
  font-size: 3.5vw;
}
body[wc-view-type="tb-l"] .slider_box .catchcopy > h3,
body[wc-view-type="pc"] .slider_box .catchcopy > h3{
  font-size: 1.75rem;
}
.slider_box .catchcopy > .s_c_eg{
  order: 1;
  font-family: "Oswald";
  font-weight: 700;
  letter-spacing: 0.5vw;
  font-size: 13.5vw;
  line-height: 1em;
  margin-bottom: 0.1rem;
}
body[wc-view-type="tb"] .slider_box .catchcopy > .s_c_eg{
  font-size: 9vw;
}
body[wc-view-type="tb-l"] .slider_box .catchcopy > .s_c_eg,
body[wc-view-type="pc"] .slider_box .catchcopy > .s_c_eg{
  letter-spacing: 5px;
  font-size: 3.5rem;
}
.slider_box .catchcopy > p{
  order: 3;
  text-align: center;
  line-height: 1.8rem;
}
.slider_box .catchcopy > p{
  margin-top: 1rem;
}
.slider_box > figure{
  position: relative;
  z-index: 1;
  height: calc(var(--windowfixdheight) - 2.5rem) !important;
  width: 100vw !important;
}
.slider_box > figure::after{
  content: "";
  position: absolute;
  inset:0;
  z-index: 2;
  background-color: rgba(68,68,85,0.5);
  mix-blend-mode: multiply;
}
/*トップスライダー変更*/
.slider_wrap .cs_wrap[class*="fade"]{
  width: 100vw !important;
}
.slider_wrap .cs_wrap[class*="fade"] .cs_inner{
  margin: 0 !important;
}
.slider_wrap .cs_inner {
  width: 100vw !important;
  height: calc(var(--windowfixdheight) - 2.5rem) !important;
}
.slider_wrap .cs_wrap[class*="fade"] .comboslider .cs_item,
.slider_wrap .cs_wrap[class*="fade"] .comboslider{
  width: 100vw !important;
  height: calc(var(--windowfixdheight) - 2.5rem) !important;
}
/*グランテストについて*/
.about{
  box-sizing: border-box;
  background-color: #f2f2f6;
}
body[wc-view-type="sp"] .about,
body[wc-view-type="tb"] .about{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="tb-l"] .about{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .about{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .contents_title{
  position: relative;
  z-index: 1;
}
.about .contents_title::after{
  content: "";
  width: 153px;
  height: 176px;
  -webkit-mask-image: url("/cp_works/grantest_02/img/svg/about_logo.svg");
  mask-image: url("/cp_works/grantest_02/img/svg/about_logo.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: rgba(0,187,255,0.1);
  position: absolute;
  top: -2.75rem;
  left: 50%;
  transform: translate(-50%,0%) scale(0);
  z-index: -1;
  transition: opacity 600ms 600ms ease,transform 600ms 600ms ease;
  opacity: 0;
}
body:not([wc-view-type="sp"]) .about .contents_title::after{
  width: 215px;
  height: 246px;
}
.about .contents_title[inview-state="true"]::after{
  transform: translate(-50%,0) scale(1);
  opacity: 1;
}
.about .a_t_block{
  margin-top: 1.15rem;
  display: flex;
}
body[wc-view-type="sp"] .about .a_t_block,
body[wc-view-type="tb"] .about .a_t_block{
  flex-direction: column;
}
body[wc-view-type="pc"] .about .a_t_block{
  margin-top: 2rem;
}
.about .a_t_block .a_t_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_text,
body[wc-view-type="sp"] .about .a_t_block .a_t_text{
  padding: 0 7vw;
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_text{
  width: 50%;
  padding-right: 1.5rem;
  padding-top: 2rem;
}
body[wc-view-type="pc"] .about .a_t_block .a_t_text{
  width: 550px;
  padding-right: 3rem;
  padding-top: 1.5rem;
}
.about .a_t_block .a_t_text p{
  line-height: 2rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.about .a_t_block .a_t_text p:not(:first-of-type){
  margin-top: 1rem;
}
.about .a_t_block .a_t_text p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.about .a_t_block .a_t_text > .btn{
  margin: 1rem auto 0 auto;
}
body[wc-view-type="pc"] .about .a_t_block .a_t_text > .btn{
  margin: 1.5rem auto 0 auto;
}
.about .a_t_block .a_t_img{
  display: flex;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img,
body[wc-view-type="sp"] .about .a_t_block .a_t_img{
  flex-direction: column;
  margin-top: 1.25rem;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img{
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img{
  width: 50%;
}
body[wc-view-type="pc"] .about .a_t_block .a_t_img{
  width: 550px;
}
.about .a_t_block .a_t_img figure{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about .a_t_block .a_t_img figure::before{
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #f2f2f6;
  transition: .7s;
  width: 100%;
  height: 100%;
}
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure:nth-of-type(1)::before,
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure:nth-of-type(1)::before{
  left: 0;
}
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure:nth-of-type(2)::before,
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure:nth-of-type(2)::before{
  right: 0;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure[inview-state="true"]:nth-of-type(1)::before,
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure[inview-state="true"]:nth-of-type(1)::before{
  transform: translateX(100%);
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure[inview-state="true"]:nth-of-type(2)::before,
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure[inview-state="true"]:nth-of-type(2)::before{
  transform: translateX(-100%);
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img figure::before,
body[wc-view-type="pc"] .about .a_t_block .a_t_img figure::before{
  left: 0;
  right: 0;
  transition: 1s;
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img figure[inview-state="true"]::before,
body[wc-view-type="pc"] .about .a_t_block .a_t_img figure[inview-state="true"]::before{
  transform: translateY(100%);
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure,
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure{
  width: calc(65% - 1rem);
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img figure{
  width: calc(50% - 0.5rem);
}
body[wc-view-type="pc"] .about .a_t_block .a_t_img figure{
  width: calc(50% - 0.75rem);
}
.about .a_t_block .a_t_img figure:nth-of-type(1){
  margin-right: auto;
}
.about .a_t_block .a_t_img figure:nth-of-type(2){
}
body[wc-view-type="sp"] .about .a_t_block .a_t_img figure:nth-of-type(2),
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure:nth-of-type(2){
  margin-top: 1rem;
  margin-left: auto;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure:nth-of-type(1){
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img figure:nth-of-type(1){
  margin-top: 10rem;
}
body[wc-view-type="pc"] .about .a_t_block .a_t_img figure:nth-of-type(1){
  margin-top: 8rem;
}
.about .a_t_block .a_t_img figure img{
  aspect-ratio:2/1.35;
  opacity: 0;
  transition: .5s;
}
.about .a_t_block .a_t_img figure[inview-state="true"] img{
  opacity: 1;
}
body[wc-view-type="tb-l"] .about .a_t_block .a_t_img figure img{
  aspect-ratio:1/1.45;
}
body[wc-view-type="tb"] .about .a_t_block .a_t_img figure img{
  aspect-ratio:1/0.5;
}
body[wc-view-type="pc"] .about .a_t_block .a_t_img figure img{
  aspect-ratio:1/1.2;
}
/*事業内容*/
.business{
  box-sizing: border-box;
  background-color: #444455;
}
body[wc-view-type="sp"] .business,
body[wc-view-type="tb"] .business{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .business{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .business{
  padding: var(--headerHeight) 0;
}
.business .contents_title::before{
  content: "BUSINESS";
}
.business > p{
  margin-top: 1.15rem;
  line-height: 1.8rem;
  color: #fff;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.business > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="tb-l"] .business > p,
body[wc-view-type="pc"] .business > p{
  text-align: center;
}
.business > .b_wrap{
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .business > .b_wrap{
  flex-direction: column;
  gap:1rem;
  margin-top: 1.15rem;
}
body[wc-view-type="tb-l"] .business > .b_wrap,
body[wc-view-type="tb"] .business > .b_wrap{
  flex-wrap: wrap;
  gap:1.25rem;
}
body[wc-view-type="tb-l"] .business > .b_wrap{
  margin-top: 1.5rem;
}
body[wc-view-type="pc"] .business > .b_wrap{
  gap:0.75rem;
  padding: 0 1rem;
  margin-top: 1.5rem;
}
.business > .b_wrap a{
  display: block;
  /*aspect-ratio:1.414/1;*/
  height: 205px;
  border: solid 1px #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.business > .b_wrap a[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="tb-l"] .business > .b_wrap a,
body[wc-view-type="tb"] .business > .b_wrap a{
  width: calc(50% - 0.75rem);
}
body[wc-view-type="pc"] .business > .b_wrap a{
  width: calc((100% / 4) - 0.75rem);
  height: 350px;
}
.business > .b_wrap a article{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

body[wc-view-type="tb-l"] .business > .b_wrap a article,
body[wc-view-type="pc"] .business > .b_wrap a article{
  padding: 2rem 1.25rem;
}
.business > .b_wrap a article .b_title{
  display: flex;
  flex-direction: column-reverse;
}
.business > .b_wrap a article .b_title > h1{
  font-weight: 700;
  font-size: 1.25rem;
  color: #fff;
}
.business > .b_wrap a article .b_title .b_t_eg{
  font-family: "Oswald";
  font-size: 1.85rem;
  color: #fff;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}
.business > .b_wrap a article p{
  color: #fff;
  margin-top: 0.5rem;
}
.business > .b_wrap a article .more{
  font-weight: 700;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-top: auto;
  color: #fff;
}
.business > .b_wrap a article .more::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #fff;
  margin-left: 0.2rem;
}
.business > .b_wrap a article figure{
  position: absolute;
  inset:0;
  z-index: -1;
}
.business > .b_wrap a article figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgb(68,68,85);
  background: linear-gradient(0deg, rgba(47,47,58,1) 0%, rgba(47,47,58,0.5) 100%);
  inset: 0;
}
.business > .b_wrap a article figure img{
  /*aspect-ratio:1.414/1;*/
  height: 201px;
}
body[wc-view-type="pc"]  .business > .b_wrap a article figure img{
  height: 344px;
}
/*採用情報*/
.recruit{
  box-sizing: border-box;
  background-color: #fff;
}
body[wc-view-type="sp"] .recruit,
body[wc-view-type="tb"] .recruit{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .recruit{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .recruit{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.recruit .recruit_inner{
  position: relative;
  z-index: 1;
  height: fit-content;
  padding: var(--headerHeight) 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body[wc-view-type="sp"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/sp.webp");
}
body.safari[wc-view-type="sp"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/sp.jpg");
}
body[wc-view-type="tb"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/tb.webp");
}
body.safari[wc-view-type="tb"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/tb.jpg");
}
body[wc-view-type="tb-l"] .recruit .recruit_inner,
body[wc-view-type="pc"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/pc.webp");
}
body.safari[wc-view-type="tb-l"] .recruit .recruit_inner,
body.safari[wc-view-type="pc"] .recruit .recruit_inner{
  background-image: url("/cp_works/grantest_02/img/top/recruit/pc.jpg");
}
.recruit .recruit_inner::before{
  content: "";
  position: absolute;
  inset:0;
  z-index: 1;
  background-color: rgba(68,68,85,0.5);
}
.recruit .recruit_inner > *{
  position: relative;
  z-index: 2;
}
body[wc-view-type="tb"] .recruit .recruit_inner{
}
.recruit .recruit_inner .contents_title::before{
  content: "RECRUIT";
}
.recruit .recruit_inner > p{
  color: #fff;
  line-height: 1.8rem;
  margin-top: 1rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.recruit .recruit_inner > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="pc"] .recruit .recruit_inner > p{
  text-align: center;
}
.recruit .recruit_inner .btn{
  margin: 1rem auto 0 auto;
}
/*お知らせ*/
.news{
  background-color: #f2f2f6;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .news,
body[wc-view-type="tb"] .news{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .news{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .news{
  padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.news .contents_title::before{
  content: "NEWS";
}
.news .news_block{
  margin-top: 1.15rem;
}
.news .news_block > a{
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #444455;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.news .news_block > a[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.news .news_block > a:first-of-type{
  border-top: 1px solid #444455;
}
.news .news_block > a article{
  display: flex;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
}
.news .news_block > a article *{
  color: #444455;
}
body[wc-view-type="sp"] .news .news_block > a article{
  flex-direction: column-reverse;
}
body:not([wc-view-type="sp"]) .news .news_block > a article{
  flex-direction: row-reverse;
  padding: 0.75rem 1.75rem;
  align-items: center;
}
.news .news_block > a article time{
  font-family: "Oswald";
  font-weight: 700;
  font-size: 0.9rem;
}
body:not([wc-view-type="sp"]) .news .news_block > a article time{
  width: calc(65px + 1rem);
  flex: none;
}
.news .news_block > a article h1{
  font-weight: 700;
  padding-right: 2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body:not([wc-view-type="sp"]) .news .news_block > a article h1{
  width: calc(100% - (65px + 1rem));
}
.news .news_block > a article h1::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #444455;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
}
.news .btn{
  margin: 1.15rem auto 0 auto;
}
body:not([wc-view-type="sp"]) .news .btn{
  margin-top: 1.5rem;
}