/* CSS Document */
/*@keyframes vertical_slide{
0% { transform: translateY(-100%); }
  100% { transform: translateY(0); }
}
アニメーション
.recruit .recruit_inner .eg_deco[inview-state="true"] span{
  animation: vertical_slide 25s linear 0s infinite;
}*/
/*共通で使うのも*/
.at_wrap{
  position: relative;
  z-index: 1;
  width: 100vw;
  overflow: hidden;
}
body[wc-view-type="pc"] .at_wrap{
  min-width: 1100px;
}
.load{
  position: absolute;
  top: 0;
  z-index: 2;
}
body[wc-view-type="pc"] .load{
  right: calc((100vw - 1100px) / 2);
}
/*

body[wc-view-type="pc"] .load{
  right: 21.5vw;
}
body[wc-view-type="pc"] .load{
  left: calc(var(--columnWidth) - 3.5vw);
}*/
.load{
  position: absolute;
  z-index: 2;
  top: 0;
  right: calc(2vw + var(--columnDifPx));
  width: 20vw;
  max-width: 150px;
  mix-blend-mode: plus-lighter;
  overflow: hidden;
  transition: bottom 0.8s 0.8s ease;
}
.at_wrap.wcvisible .load {
  bottom: 0;
}
.at_wrap:not(.wcvisible) .load {
  bottom: 100%;
}
.load::before,
.load::after{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  display: block;
  height: var(--targetheight);
}
.load::before{
  background-color: rgba(102,102,102,0.25);
  width: 100%;
}
.load::after{
  width: 0;
  left: calc(50% - 1.5px);
  border-left: 3px dashed #fff;
}
/*トップスライダー*/
.top{
  width: 100vw;
  height: var(--windowfixdheight);
  padding: var(--headerHeight) 1rem 1rem 1rem;
  box-sizing:border-box;
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] .top{
  padding: var(--headerHeight) 30px 1rem 30px;
}
.top .t_inner{
  height: calc(var(--windowfixdheight) - (var(--headerHeight) + 1rem));
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 3;
  width: calc(100vw - 2rem);
  overflow: hidden;
}
body[wc-view-type="pc"] .top .t_inner{
  min-width: 1040px  !important;
}
.slider_logo{
  width: 94vw;
  height: 94vw;
  background-color: rgba(255,255,255,0.25);
  -webkit-mask-image: url("/img/svg/logo_mark.svg");
  mask-image: url("/img/svg/logo_mark.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;
  position: absolute;
  left: -94vw;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  transition: left 0.8s 1.2s ease;
}
.at_wrap.wcvisible .slider_logo{
  left: -51%;
}
body[wc-view-type="tb-l"] .slider_logo{
  width: 62vw;
  height: 62vw;
}
body[wc-view-type="pc"] .slider_logo{
  width: 38vw;
  height: 38vw;
}
body[wc-view-type="tb-l"] .at_wrap.wcvisible .slider_logo{
  left: -31vw;
}
body[wc-view-type="pc"] .at_wrap.wcvisible .slider_logo{
  left: 0;
}
.top .t_inner > h2{
  width: fit-content;
  padding-left: 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 950ms 50ms ease,clip-path 950ms 50ms ease;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.top .t_inner > h2[inview-state="true"]{
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.top .t_inner > h2 > span{
  color: #fff;
  font-weight: 700;
  font-size: 10.5vw;
  letter-spacing: 2px;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.45);
}
body[wc-view-type="tb"] .top .t_inner > h2,
body[wc-view-type="tb-l"] .top .t_inner > h2{
  padding-left: 2.5rem;
}
body[wc-view-type="pc"] .top .t_inner > h2{
  padding-left: calc((100vw - 1220px) / 2);
}
body[wc-view-type="tb"] .top .t_inner > h2 > span{
  font-size: 7.5vw;
}
body[wc-view-type="tb-l"] .top .t_inner > h2 > span{
  font-size: 3.8rem;
  letter-spacing: 8px;
}
body[wc-view-type="pc"] .top .t_inner > h2 > span{
  font-size: 4.2rem;
  letter-spacing: 8px;
}
.top .t_inner .top_s_warp{
  position: absolute;
  top: 0;
  z-index: -1;
}
body[wc-view-type="pc"] .top .t_inner .top_s_warp{
  min-width: 1040px !important;
}
.top .t_inner .top_s_warp .slider_box{
  position: relative;
  z-index: 1;
}
.top .t_inner .top_s_warp .slider_box::before{
  content: "";
  position: absolute;
  inset:0;
  z-index: 2;
  background-color: rgba(0,0,0,0.35);
}
.top .t_inner .top_s_warp .cs_wrap[class*="fade"]{
  width: calc(100vw - 2rem) !important;
}
body[wc-view-type="pc"] .top .t_inner .top_s_warp .cs_wrap[class*="fade"]{
  width: calc(100vw - 60px) !important;
  min-width: 1040px !important;
}
.top .t_inner .top_s_warp .cs_inner{
  border-radius: 2rem;
  width: calc(100vw - 2rem) !important;
  height: calc(var(--windowfixdheight) - (var(--headerHeight) + 1rem)) !important;
}
body[wc-view-type="pc"] .top .t_inner .top_s_warp .cs_inner{
  width: calc(100vw - 60px) !important;
  min-width: 1040px !important;
}
.top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item{
  width: calc(100vw - 2rem) !important;
}
body[wc-view-type="pc"] .top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item{
  width: calc(100vw - 60px) !important;
  min-width: 1040px !important;
}
.top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion),
.top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item video:not(.wcexclusion),
.top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item .cs_item_inner,
.top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item img:not(.wcexclusion),
.top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item video:not(.wcexclusion){
  width: calc(100vw - 2rem) !important;
}
body[wc-view-type="pc"] .top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion),
body[wc-view-type="pc"] .top .t_inner .top_s_warp .cs_wrap[class*="fade"] .comboslider .cs_item video:not(.wcexclusion),
body[wc-view-type="pc"] .top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item .cs_item_inner,
body[wc-view-type="pc"] .top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item img:not(.wcexclusion),
body[wc-view-type="pc"] .top .t_inner .top_s_warp .comboslider-mask-change .comboslider .cs_item video:not(.wcexclusion){
  min-width: 1040px !important;
}
/*富国産業について*/
.about{
  padding: var(--headerHeight) 4.5vw;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: flex;
}
body[wc-view-type="sp"] .about{
  flex-direction: column;
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="pc"] .about{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .load{
  transition-delay: 100ms;
}
.about .a_title_box,
.about .a_text_box{
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.about .a_title_box{
}
.about .a_title_box .contents_title::before{
  content: "ABOUT";
}
.about .a_text_box{
}
body[wc-view-type="sp"] .about .a_text_box{
  padding-top: 1rem;
}
body[wc-view-type="tb"] .about .a_title_box{
  width: 320px;
}
body[wc-view-type="tb-l"] .about .a_title_box,
body[wc-view-type="pc"] .about .a_title_box{
  width: 450px;
}
body[wc-view-type="tb"] .about .a_text_box{
  width: calc(100% - 320px);
  padding-top: 4.5rem;
}
body[wc-view-type="tb-l"] .about .a_text_box{
  width: calc(100% - 450px);
}
body[wc-view-type="pc"] .about .a_text_box{
  width: 650px;
}
body[wc-view-type="pc"] .about .a_text_box{
  padding-top: 4.8rem;
}
.about .a_text_box > p{
  line-height: 1.8rem;
  margin-bottom: 1rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.about .a_text_box > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.about .a_text_box > p:last-of-type{
  margin-bottom: 1.5rem;
}
.about > .a_text_box .btn{
  margin-left: auto;
}
.about::after{
  content: "";
  width: 100vw;
  height: 17vw;
  background-image: url("/img/top/about/sp_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
[wc-view-type="tb"] .about::after{
  background-image: url("/img/top/about/tb_bottom.png");
  height: 9.11vw;
}
[wc-view-type="tb"] body.safari .about::after{
  background-image: url("/img/top/about/tb_bottom.png");
}
[wc-view-type="tb-l"] .about::after{
  background-image: url("/img/top/about/tbl_bottom.png");
  height: 7.5vw;
}
[wc-view-type="tb-l"] body.safari .about::after{
  background-image: url("/img/top/about/tbl_bottom.png");
}
[wc-view-type="pc"] .about::after{
  background-image: url("/img/top/about/pc_bottom.png");
  width: 1100px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  right: inherit;
}
[wc-view-type="pc"] body.safari .about::after{
  background-image: url("/img/top/about/pc_bottom.png");
}
/*事業内容*/
.business{
  background-color: #efefef;
  padding: var(--headerHeight) 4.5vw;
  box-sizing: border-box;overflow: hidden
}
[wc-view-type="pc"]  .business{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
  display: flex;
}
.business .contents_title::before{
  content: "BUSINESS";
}
.business .b_top{
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .business .b_top,
body[wc-view-type="pc"] .business .b_top{
  flex-direction: column;
}
body[wc-view-type="sp"] .business .b_top{
}
body[wc-view-type="pc"] .business .b_top{
  width: 450px;
  padding-right: 2.5rem;
}
.business .b_top::before{
  content: "";
  width: 256px;
  height: 256px;
  background-color: #fff;
  -webkit-mask-image: url("/img/svg/logo_mark.svg");
  mask-image: url("/img/svg/logo_mark.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;
  position: absolute;
  left: calc((128px + 2rem) * -1);
  top: -2rem;
  z-index: -1;
}
body[wc-view-type="tb"] .business .b_top::before{
  width: 37vw;
  height: 37vw;
  left: -23vw;
}
body[wc-view-type="pc"] .business .b_top::before{
  left: 0;
  top: -4.25rem;
  width: 270px;
  height: 270px;
}
.business .b_top .b_title{
}
.business .b_top .b_text{
}
body[wc-view-type="tb"] .business .b_top .b_title{
  width: 320px;
}
body[wc-view-type="tb-l"] .business .b_top .b_title{
  width: 450px;
}
body[wc-view-type="tb"] .business .b_top .b_text,
body[wc-view-type="tb-l"] .business .b_top .b_text{
  padding-top: 4.5rem;
}
body[wc-view-type="tb"] .business .b_top .b_text{
  width: calc(100% - 320px);
}
body[wc-view-type="tb-l"] .business .b_top .b_text{
  width: calc(100% - 450px);
}
body[wc-view-type="pc"] .business .b_top .b_text{
  margin-top: 1rem;
}
.business .b_top .b_text > p{
  line-height: 1.8rem;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.business .b_top .b_text > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
body[wc-view-type="sp"] .business .b_top .b_text > p{
  padding-top: 0.75rem;
}
.business .b_contents{
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
body[wc-view-type="sp"] .business .b_contents{
  gap:0.5rem;
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] .business .b_contents{
  gap:1.5rem;
}
body[wc-view-type="tb"] .business .b_contents,
body[wc-view-type="pc"] .business .b_contents{
  gap:1rem;
}
body[wc-view-type="pc"] .business .b_contents{
  width: 650px;
}
.business .b_contents a{
  display: block;
  padding: 0.4rem;
  box-sizing: border-box;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  border-radius: 0.75rem;
  aspect-ratio: 4/5;
  text-decoration: none;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.business .b_contents a[inview-state="true"]{
  transform: translateY(0);
  opacity: 1;
}
body[wc-view-type="sp"] .business .b_contents a{
  width: calc(50% - 0.25rem);
  aspect-ratio: 4/5.1;
}
body[wc-view-type="tb"] .business .b_contents a,
body[wc-view-type="pc"] .business .b_contents a{
  width: calc((100% / 3) - 0.67rem);
  aspect-ratio: 1/1.35;
  padding: 0.5rem;
}
body[wc-view-type="tb-l"] .business .b_contents a{
  aspect-ratio:1/1;
  width: calc((100% / 3) - 1rem);
  padding: 0.75rem;
}
.business .b_contents a > article{
  border: solid 1px #cfcfcf;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  padding: 0.75rem 0;
  gap:0.75rem;
}
body[wc-view-type="sp"] .business .b_contents a > article{
  gap:0;
}
body[wc-view-type="tb-l"] .business .b_contents a > article{
  padding: 1.25rem 0;
}
body[wc-view-type="pc"] .business .b_contents a > article{
  padding: 1rem 0;
}
.business .b_contents a > article .b_arrow{
  border: solid 1px #cfcfcf;
  box-sizing: border-box;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  padding: 0 0.3rem 0 0.5rem;
  color: #121823;
  font-weight: 700;
  border-right: solid 1px #cfcfcf;
  white-space: nowrap;
  display: flex;
  width: fit-content;
  align-items: center;
  order: 1;
}
.business .b_contents a > article .b_arrow{
  padding: 0.25rem 0.5rem 0.35rem 0.85rem;
  border-radius: 1rem;
  font-size: 0.9rem;
}
body[wc-view-type="sp"] .business .b_contents a > article .b_arrow{
  padding: 0.15rem 0.25rem 0.2rem 0.65rem;
  line-height: 1em;
  margin-top: 0.25rem;
}
.business .b_contents a > article .b_arrow::after{
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #121823;
  -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;
  margin-left: 0.15rem;
}
.business .b_contents a > article > h2{
  font-weight: 700;
  color: #2277ca;
  text-align: center;
  line-height: 1.25rem;
  height: 35px;
  display: flex;
  font-size: 1rem;
  align-items: center;
  order: 2;
}
body[wc-view-type="tb"] .business .b_contents a > article > h2,
body[wc-view-type="pc"] .business .b_contents a > article > h2{
  font-size: 1.15rem;
  height: 40px;
  line-height: 20px;
  letter-spacing: 1.5px;
}
.business .b_contents a > article .b_icon{
  width: 80px;
  height: 80px;
  background-color: #7d7d7d;
  -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;
  order: 3;
}
body[wc-view-type="sp"] .business .b_contents a > article .b_icon{
  width: 15vw;
  height: 15vw;
}
body[wc-view-type="pc"] .business .b_contents a > article .b_icon{
  width: 70px;
  height: 70px;
}
.business .b_contents a > article .b_icon.line{
  -webkit-mask-image: url("/img/svg/line.svg");
  mask-image: url("/img/svg/line.svg");
}
.business .b_contents a > article .b_icon.sign{
  -webkit-mask-image: url("/img/svg/sign.svg");
  mask-image: url("/img/svg/sign.svg");
}

.business .b_contents a > article .b_icon.light{
  -webkit-mask-image: url("/img/svg/light.svg");
  mask-image: url("/img/svg/light.svg");
}
.business .b_contents a > article .b_icon.fence{
  -webkit-mask-image: url("/img/svg/fence.svg");
  mask-image: url("/img/svg/fence.svg");
}
.business .b_contents a > article .b_icon.mirror{
  -webkit-mask-image: url("/img/svg/mirror.svg");
  mask-image: url("/img/svg/mirror.svg");
}
.business .b_contents a > article .b_icon.other{
  -webkit-mask-image: url("/img/svg/other.svg");
  mask-image: url("/img/svg/other.svg");
}


.business .b_contents a > article .eg_title{
  order: 4;
}
body[wc-view-type="sp"] .business .b_contents a > article .eg_title{
  margin-bottom: 0.5rem;
}
.business .b_contents a > article .eg_title .b_eg,
.business .b_contents a > article .eg_title .b_eg_name{
  font-weight: 700;
  font-family: "inter";
  display: table;
  margin: 0 auto;
}
.business .b_contents a > article .eg_title .b_eg{
  font-size: 4.5vw;
  letter-spacing: 1px;
  background-color: #fff;
  color: #121823;
}
body[wc-view-type="sp"] .business .b_contents a > article .eg_title .b_eg{
  font-size: 4.5vw;
}
body:not([wc-view-type="sp"]) .business .b_contents a > article .eg_title .b_eg{
  font-size: 1.45rem;
}
.business .b_contents a > article .eg_title .b_eg_name{
  color: #2277ca;
  font-size: 3vw;
  white-space: nowrap;
}
body[wc-view-type="sp"] .business .b_contents a > article .eg_title .b_eg_name{
  font-size: 2.7vw;
  margin-top: 0.1rem;
}
body:not([wc-view-type="sp"]) .business .b_contents a > article .eg_title .b_eg_name{
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}
/*施工事例*/
.wrok{
  box-sizing: border-box;
  padding: var(--headerHeight) 6vw;
  overflow: hidden;
}
body[wc-view-type="sp"] .wrok{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .wrok{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.wrok .contents_title::before{
  content: "WORKS";
}
.wrok .work_block{
  display: flex;
  gap:1rem;
  margin-top: 1rem;
}
body:not([wc-view-type="pc"]) .wrok .work_block{
  overflow-x: auto;
  -ms-overflow-style: none;
  scroll-snap-type: x;
  margin-left: auto;
}
body[wc-view-type="pc"] .wrok .work_block{
  gap:1.5rem;
}
.wrok .work_block a{
  width: 65vw;
  flex: none;
  display: block;
  text-decoration: none;
  transition: opacity 600ms ease;
  opacity: 0;
}
.wrok .work_block a[inview-state="true"]{
  opacity: 1;
}
body[wc-view-type="sp"] .wrok .work_block a{
  width: 65vw;
}
body[wc-view-type="tb"] .wrok .work_block a{
  width: 300px;
}
body[wc-view-type="tb-l"] .wrok .work_block a{
  width: 320px;
}
body[wc-view-type="pc"] .wrok .work_block a{
  width: calc((1100px / 4) - 1.5rem);
}
.wrok .work_block a article{
  display: flex;
  flex-direction: column-reverse;
}
.wrok .work_block a article .w_t_top{
  display: flex;
  flex-wrap: wrap;
}
.wrok .work_block a article .w_t_top .genre{
  order: 1;
  display: flex;
  overflow: hidden;
  gap: 0.2rem;
  box-sizing: border-box;
  -webkit-mask-image: linear-gradient(to right, transparent 0,black 0,black calc( 100% - 1rem),transparent calc( 100% - 0.125rem));
  mask-image: linear-gradient(to right, transparent 0,black 0,black calc( 100% - 1rem),transparent calc( 100% - 0.125rem));
	width: 100%;
}
/*日付が必要になれば下記2行を追加。
.wrok .work_block a article .w_t_top .genre{
  width: calc(100% - (85px + 0.5rem));
  margin-right: auto;
}*/
.wrok .work_block a article .w_t_top .genre h3{
  padding: 0.25rem 0.5rem 0.35rem;
  border-radius: 1rem;
  font-size: 0.83rem;
  font-weight: 700;
  background-color: #2277ca;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1em;
  white-space: nowrap;
}
/*
.wrok .work_block a article .w_t_top time{
  order: 2;
  font-family: "inter";
  letter-spacing: 1px;
  width: 85px;
  font-size: 0.95rem;
  color: #121823;
}*/
.wrok .work_block a article .w_t_top h2{
  order: 3;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1rem;
  box-sizing: border-box;
  padding-top: 0.25rem;
  color: #121823;
  position: relative;
  z-index: 1;
}
.wrok .work_block a article .w_t_top h2::after{
  content: "";
  position: absolute;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #121823;
  -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;
}
.wrok .work_block a article .w_t_top{
  padding: 0.75rem;
  box-sizing: border-box;
}
.wrok .work_block a article figure{
}
.wrok .work_block a article figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
.wrok > .btn{
  margin-left: auto;
  margin-top: 1rem;
}
/*採用情報*/
.recruit{
  padding: var(--headerHeight) 6vw;
  background-color: #5b8cd3;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body[wc-view-type="sp"] .recruit{
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .recruit{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.recruit .recruit_inner{
  display: flex;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .recruit .recruit_inner,
body[wc-view-type="tb"] .recruit .recruit_inner{
  flex-direction: column;
}
.recruit .recruit_inner .eg_deco{
  position: absolute;
  z-index: 1;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
}
.recruit .recruit_inner .eg_deco.e_d_01{
  left: -4.5vw;
  flex-direction: column;
  top: calc(var(--headerHeight) * -1);
  width: 4rem;
  height: calc((var(--headerHeight) * 2) + 100%);
}
.recruit .recruit_inner .eg_deco.e_d_02{
  bottom: calc(var(--headerHeight) * -1);
  left: 2.5rem;
  top: inherit;
  width: calc(100vw - 3.6rem);
  height: 4rem;
}
body[wc-view-type="tb"] .recruit .recruit_inner .eg_deco.e_d_01{
  left: -6vw;
}
body[wc-view-type="tb"] .recruit .recruit_inner .eg_deco.e_d_02{
  width: calc(88vw - 1rem);
  height: 6rem;
  left: 1rem;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .eg_deco.e_d_02{
  width: calc(88vw - 1rem);
  height: 8rem;
  left: 1rem;
}
body[wc-view-type="pc"] .recruit .recruit_inner .eg_deco.e_d_02{
  height: 9rem;
  width: 650px;
  left: auto;
  right: 0;
}
.recruit .recruit_inner .eg_deco{
  font-size: 4rem;
  font-weight: 700;
  font-family: "inter";
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0);
}
.recruit .recruit_inner .eg_deco.e_d_01 > span{
  writing-mode: vertical-rl;
}
body[wc-view-type="tb"] .recruit .recruit_inner .eg_deco.e_d_02{
  font-size: 6rem;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .eg_deco.e_d_02{
  font-size: 8rem;
}
body[wc-view-type="pc"] .recruit .recruit_inner .eg_deco.e_d_02{
  font-size: 9rem;
}
.recruit .recruit_inner .r_text{
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .r_text,
body[wc-view-type="pc"] .recruit .recruit_inner .r_text{
  padding: 0 2.5rem 0 0;
  width: 450px;
}
.recruit .recruit_inner .r_text .contents_title::before{
  content: "RECRUIT";
}
.recruit .recruit_inner .r_text > p{
  line-height: 1.8rem;
  margin-top: 1rem;
  color: #fff;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.recruit .recruit_inner .r_text > p[inview-state="true"]{
  opacity: 1;
  transform: translateY(0);
}
.recruit .recruit_inner .r_text .btn{
  margin: 1rem 0 0 auto;
}
.recruit .recruit_inner .r_slider{
}
body[wc-view-type="sp"] .recruit .recruit_inner .r_slider{
  margin-top: 1rem;
}
body[wc-view-type="pc"] .recruit .recruit_inner .r_slider,
body[wc-view-type="tb-l"] .recruit .recruit_inner .r_slider{
  margin-top: auto;
  margin-bottom: 45px;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .r_slider{
  width: calc(100% - 450px);
  height: 230px;
}
body[wc-view-type="pc"] .recruit .recruit_inner .r_slider{
  width: 650px;
  height: 250px;
}
.recruit .recruit_inner .r_slider .cs_wrap{
  -webkit-mask-image: linear-gradient(to right, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
  mask-image: linear-gradient(to right, transparent 0.125rem,black 2.5rem,black calc( 100% - 2.5rem),transparent calc( 100% - 0.125rem));
}
.recruit .recruit_inner .r_slider .cs_inner{
  height: auto !important;
}
.recruit .recruit_inner .r_slider .comboslider-slide .comboslider{
  column-gap: 0.5rem;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .r_slider .comboslider-slide .comboslider,
body[wc-view-type="pc"] .recruit .recruit_inner .r_slider .comboslider-slide .comboslider{
  column-gap: 1rem;
}
.recruit .recruit_inner .r_slider figure{
  width: 32vw !important;
  height: 32vw !important;
}
body[wc-view-type="tb"] .recruit .recruit_inner .r_slider figure{
  width: 21vw !important;
  height: 21vw !important;
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .r_slider figure{
  width: 230px !important;
  height: 230px !important;
}
body[wc-view-type="pc"] .recruit .recruit_inner .r_slider figure{
  width: 250px !important;
  height: 250px !important;
}
.recruit .recruit_inner .r_slider figure img{
  aspect-ratio:1/1 !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 1rem;
}
.recruit .recruit_inner > figure{
  position: absolute;
  top: -1.5rem;
  right: -35vw;
  width: 95vw;
  z-index: -1;
  opacity: 0.3;
}
body[wc-view-type="tb"] .recruit .recruit_inner > figure{
  right: 0;
  width: 47vw;
  top: -1.5rem;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner > figure{
  right: 30%;
  width: 42vw;
  top: -2rem;
}
body[wc-view-type="pc"] .recruit .recruit_inner > figure{
  top: -2.5rem;
  right: 430px;
  width: 500px;
}
/*お知らせ*/
.news{
  padding: var(--headerHeight) 6vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .news{
  flex-direction: column;
  padding: var(--headerHeight) 4.5vw;
}
body[wc-view-type="pc"] .news{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.news .contents_title{
}
body[wc-view-type="tb"] .news .contents_title{
  width: 200px;
}
body[wc-view-type="tb-l"] .news .contents_title{
  width: 300px;
}
body[wc-view-type="pc"] .news .contents_title{
  width: 400px;
}
.news .contents_title::before{
  content:"NEWS";
}
.news .n_block{
}
body[wc-view-type="sp"] .news .n_block{
  margin-top: 1rem;
}
body[wc-view-type="tb"] .news .n_block{
  width: calc(100% - 200px);
}
body[wc-view-type="tb-l"] .news .n_block{
  width: calc(100% - 300px);
}
body[wc-view-type="pc"] .news .n_block,
body[wc-view-type="tb"] .news .n_block{
  min-height: 177px;
}
body[wc-view-type="pc"] .news .n_block{
  width: 700px;
}
.news .n_block > a{
  display: block;
  text-decoration: none;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1rem);
}
.news .n_block > a[inview-state="true"]{
  transform: translateY(0);
  opacity: 1;
}
.news .n_block > a:not(:first-of-type){
  margin-top: 0.75rem;
}
.news .n_block > a article{
  display: flex;
  background-color: #efefef;
  border-radius: 1rem;
  flex-direction: row-reverse;
}
.news .n_block > a article time,
.news .n_block > a article h2{
  box-sizing: border-box;
  color: #121823;
  font-weight: 700;
}
.news .n_block > a article time{
  border-right: 2px solid #fff;
  padding: 1rem 0.75rem 1rem 1rem;
  font-family: "inter";
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  width: 110px;
}
body:not([wc-view-type="sp"]) .news .n_block > a article time{
  width: 150px;
}
.news .n_block > a article h2{
  padding: 1rem 1.55rem 1rem 0.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1em;
  width: calc(100% - 110px);
  position: relative;
  z-index: 1;
}
body:not([wc-view-type="sp"]) .news .n_block > a article h2{
  width: calc(100% - 150px);
  padding: 1rem 1.65rem 1rem 0.75rem;
}
.news .n_block > a article h2::after{
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 49%;
  transform: translateY(-50%);
  z-index: 2;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #121823;
  -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;
}
.news > .btn{
  margin: 1rem 0 0 auto;
}
body:not([wc-view-type="sp"]) .news > .btn{
  position: absolute;
  z-index: 2;
  bottom: var(--headerHeight);
}
body[wc-view-type="tb"] .news > .btn{
  left: 4.2vw;
}
body[wc-view-type="pc"] .news > .btn{
  left: calc((100vw - 1100px) / 2);
}