/* CSS Document */
@keyframes marquee_to_left{
  0% {
  transform: translateX(0);
}
100% {
  transform: translateX(-100%);
}
}
@keyframes marquee_to_right{
  0% {
  transform: translateX(-100%);
}
100% {
  transform: translateX(0);
}
}
@keyframes scroll{
  0% {
    top: 5.2rem;
    height: 0;
}
100% {
  height: 5.2rem;
  top: 5.2rem;
  }
}
/*アニメーション*/
.recruit .recruit_top > p.r_top_text[inview-state="true"]{
  animation: marquee_to_left 15s linear infinite;
}
.recruit .recruit_top > p.r_bottom_text[inview-state="true"]{
  animation: marquee_to_right 15s linear infinite;
}
.top_slider .t_slider_text .scroll[inview-state="true"]::after{
  animation: scroll 1.2s ease infinite;
}
/*スライダー*/
.top_slider{
  position: relative;
  z-index: 1;
  height: var(--windowfixdheight);
  margin-top: calc(var(--headerHeight) * -1);
}
.top_slider .t_slider_text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: var(--windowfixdheight);
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.5172269591430323) 0%, rgba(0,0,0,0.5004202364539565) 87%, rgba(0,0,0,1) 100%);
  padding-top: 45vw;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] .top_slider .t_slider_text{
  padding: 0 6vw 45vw 6vw;
}
body[wc-view-type="tb"] .top_slider .t_slider_text{
  padding: 0 6vw calc(var(--fixdvh) * 25) 6vw;
}
body[wc-view-type="tb-l"] .top_slider .t_slider_text{
  padding: 0 8vw calc(var(--fixdvh) * 25) 8vw;
}
body[wc-view-type="pc"] .top_slider .t_slider_text{
  padding: 0 calc((100vw - 1100px) / 2) calc(var(--fixdvh) * 27) calc((100vw - 1100px) / 2);
}
.top_slider .t_slider_text .ts_in{
  display: flex;
  flex-direction: column-reverse;
  margin-top: auto;
}
.top_slider .t_slider_text .ts_in > h1,
.top_slider .t_slider_text .ts_in > p{
  color: #fff;
}
.top_slider .t_slider_text .ts_in > h1{
  font-size: 1.6rem;
}
body[wc-view-type="sp"] .top_slider .t_slider_text .ts_in > h1{
  font-size: 7.3vw;
}
body[wc-view-type="tb"] .top_slider .t_slider_text .ts_in > h1{
  font-size: 5.5vw;
}
body[wc-view-type="tb-l"] .top_slider .t_slider_text .ts_in > h1{
  font-size: 2.5rem;
}
body[wc-view-type="pc"] .top_slider .t_slider_text .ts_in > h1{
  font-size: 2.8rem;
}
.top_slider .t_slider_text .ts_in > h1 .ts_h1{
  display: table;
  font-weight: 700;
  opacity: 0;
  transition: opacity .8s 0.2s ease;
}
.top_slider .t_slider_text .ts_in > h1[inview-state="true"] .ts_h1{
  opacity: 1;
}
.top_slider .t_slider_text .ts_in > h1 .ts_h1 .def_color{
  font-weight: 700;
  transition: color .8s 0.25s ease;
}
.top_slider .t_slider_text .ts_in > h1[inview-state="true"] .ts_h1 .def_color{
  color: #b70404;
}
.top_slider .t_slider_text .ts_in > p{
}
.top_slider .t_slider_text .ts_in > p .slider_eg{
  display: table;
}
.top_slider .t_slider_text .ts_in > p .slider_eg > span{
  letter-spacing: 3px;
  font-weight: 700;
  font-family: "Inter";
  display: inline-block;
}
.top_slider .t_slider_text .ts_in > p .slider_eg > .m_legy{
  margin-left: 1rem;
}
body[wc-view-type="sp"] .top_slider .t_slider_text .ts_in > p .slider_eg > span{
  font-size: 8.5vw;
}
body[wc-view-type="tb"] .top_slider .t_slider_text .ts_in > p .slider_eg > span{
  font-size: 6.5vw;
}
body[wc-view-type="tb-l"] .top_slider .t_slider_text .ts_in > p .slider_eg > span{
  font-size: 2.8rem;
}
body[wc-view-type="pc"] .top_slider .t_slider_text .ts_in > p .slider_eg > span{
  font-size: 3rem;
}
.top_slider .t_slider_text .scroll{
  position: absolute;
  z-index: 3;
  padding: 0 0 5.5rem 0;
  width: 1rem;
  bottom: 0;
}
body[wc-view-type="sp"] .top_slider .t_slider_text .scroll,
body[wc-view-type="tb"] .top_slider .t_slider_text .scroll{
  right: 6vw;
}
body[wc-view-type="tb-l"] .top_slider .t_slider_text .scroll{
  right: 8vw;
}
body[wc-view-type="pc"] .top_slider .t_slider_text .scroll{
  right: calc((100vw - 1100px) / 2);
}
.top_slider .t_slider_text .scroll::before,
.top_slider .t_slider_text .scroll::after{
  width: 1px;
  left: calc(50% - 1px);
  z-index: 2;
  content: "";
  position: absolute;
  transform: translateX(-50%);
}
.top_slider .t_slider_text .scroll::before{
  background-color: rgba(255,255,255,0.5);
  top: 5.2rem;
  height: 5.2rem;
}
.top_slider .t_slider_text .scroll::after{
  background-color: #fff;
  height: 0;
}
.top_slider .t_slider_text .scroll > span{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Inter";
  letter-spacing: 1px;
  font-weight: 700;
}
.top_slider .t_slider_area{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: var(--windowfixdheight) !important;
}
.top_slider .t_slider_area figure img{
  height: var(--windowfixdheight) !important;
  width: 100vw !important;
}
/*トップスライダー元の記述変更*/
.top_slider .cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
.top_slider .cs_wrap[class*="fade"] .cs_inner, .comboslider-mask-change .cs_inner{
  margin: 0 !important;
}
.top_slider .cs_inner{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
/*豊田設備について*/
.about{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .about,
body[wc-view-type="sp"] .about{
  padding: calc(var(--headerHeight) * 1.25) 6vw;
}
body[wc-view-type="tb-l"] .about{
  padding: calc(var(--headerHeight) * 1.25) 8vw;
}
body[wc-view-type="pc"] .about{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 1100px) / 2);
}
.about .about_in{
  display: flex;
}
body[wc-view-type="sp"] .about .about_in,
body[wc-view-type="tb"] .about .about_in{
  flex-direction: column;
}
.about .about_in .about_text{
  box-sizing: border-box;
  padding: 0 1rem;
  margin-top: 0.5rem;
}
body[wc-view-type="tb-l"] .about .about_in .about_text,
body[wc-view-type="pc"] .about .about_in .about_text{
  width: 50%;
  padding: 0 2.5rem 0 0;
}
.about .about_in .about_text > p{
  margin-bottom: 1rem;
  line-height: 1.8rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.about .about_in .about_text > p[inview-state="true"]{
  opacity: 1;
}
.about .about_in .about_text > p:last-of-type{
  margin-bottom: 0;
}
.about_img{
}
body[wc-view-type="sp"] .about_img{
  margin-top: 1rem;
}
body[wc-view-type="tb"] .about_img{
  margin-top: 2.5rem;
}
body[wc-view-type="tb-l"] .about_img,
body[wc-view-type="pc"] .about_img{
  width: 50%;
}
.about_img figure{
  position: relative;
  z-index: 1;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition:all 0.6s ease;
}
.about_img figure[inview-state="true"]{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
body[wc-view-type="sp"] .about_img figure.a_img01{
  width: 50vw;
  height: 50vw;
  margin-left: auto;
}
body[wc-view-type="tb"] .about_img figure.a_img01{
  width: calc(50vw - 1.5rem);
  height: calc(50vw - 1.5rem);
  margin-left: auto;
}
body[wc-view-type="tb-l"] .about_img figure.a_img01{
  width: calc(30vw - 1.5rem);
  height: calc(30vw - 1.5rem);
  margin-left: auto;
  margin-top: calc(var(--headerHeight) * -2);
}
body[wc-view-type="pc"] .about_img figure.a_img01{
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-top: calc(var(--headerHeight) * -1);
}
.about_img figure.a_img02{
}
body[wc-view-type="tb"] .about_img figure.a_img02,
body[wc-view-type="sp"] .about_img figure.a_img02{
  width: calc(38vw - 1rem);
  height: calc(38vw - 1rem);
  margin-right: auto;
  margin-top: -25vw;
}
body[wc-view-type="tb"] .about_img figure.a_img02{
  margin-top: calc((38vw - 3.5rem) * -1);
}
body[wc-view-type="tb-l"] .about_img figure.a_img02{
  margin-top: 1.5rem;
  width: calc(23vw - 1rem);
  height: calc(23vw - 1rem);
}
body[wc-view-type="pc"] .about_img figure.a_img02{
  width: 230px;
  height: 230px;
  margin-top: calc(var(--headerHeight) * -1.5);
}
.about_img figure img{
  height: 100%;
}
/*事業内容*/
.business{
  background-color: #000;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .business,
body[wc-view-type="tb"] .business{
  padding: calc(var(--headerHeight) * 1.25) 6vw;
}
body[wc-view-type="tb-l"] .business{
  padding: calc(var(--headerHeight) * 1.25) 8vw;
}
body[wc-view-type="pc"] .business{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 1100px) / 2);
}
.business .b_top_text{
  box-sizing: border-box;
  padding: 0.5rem 1rem 1rem 1rem;
}
body[wc-view-type="pc"] .business .b_top_text{
  margin-top: 2rem;
}
.business .b_top_text > p{
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.business .b_top_text > p[inview-state="true"]{
  opacity: 1;
}
.b_main{
  display: flex;
  gap:1rem;
  flex-wrap: wrap;
}
.b_main article{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .b_main article:last-of-type{
  margin: 0 auto;
}
.b_main article::before,
.b_main article::after,
.b_main article a::before,
.b_main article a::after{
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: 3;
  transition: all ease 0.6s;
}
.b_main article::before,
.b_main article a::before{
  width: 0;
  height: 1px;
}
.b_main article[inview-state="true"]::before,
.b_main article[inview-state="true"] a::before{
  width: 100%;
}
.b_main article::after,
.b_main article a::after{
  width: 1px;
  height: 0;
}
.b_main article[inview-state="true"]::after,
.b_main article[inview-state="true"] a::after{
  height: 100%;
}
.b_main article::before{
  top: 0;
  left: 0;
}
.b_main article a::before{
  bottom: 0;
  right: 0;
}
.b_main article::after{
  top: 0;
  left: 0;
}
.b_main article a::after{
  bottom: 0;
  right: 0;
}
body[wc-view-type="sp"] .b_main article{
  width: calc(44vw - 0.5rem);
  height: calc(44vw - 0.5rem);
}
body[wc-view-type="tb"] .b_main article{
  width: calc((88vw / 3) - 0.67rem);
  height: calc((88vw / 3) - 0.67rem);
}
body[wc-view-type="tb-l"] .b_main article{
  width: calc((84vw / 5) - 0.8rem);
  height: calc((84vw / 5) - 0.8rem);
}
body[wc-view-type="pc"] .b_main article{
  width: calc(220px - 0.81rem);
  height: calc(220px - 0.81rem);
}
.b_main article > a{
  display: flex;
  position: relative;
  z-index: 1;
  padding: 0.75rem 0.5rem;
  box-sizing: border-box;
  text-decoration: none;
}
.b_main article > a > *{
  opacity: 0;
  transition: opacity ease 0.6s 0.2s;
}
.b_main article[inview-state="true"] > a > *{
  opacity: 1;
}
body[wc-view-type="sp"] .b_main article > a{
  height: calc(44vw - 0.5rem);
}
body[wc-view-type="tb"] .b_main article > a{
  height: calc((88vw / 3) - 0.67rem);
  padding: 1rem;
}
body[wc-view-type="tb-l"] .b_main article > a{
  height: calc((84vw / 5) - 0.8rem);
  padding: 1rem;
}
body[wc-view-type="pc"] .b_main article > a{
  height: calc(220px - 0.81rem);
}
.b_main article > a .back{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.b_main article > a .back::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(183,4,4);
  background: linear-gradient(180deg, rgba(183,4,4,0.45) 0%, rgba(0,0,0,0.8) calc(100% - 1.5rem), rgb(0, 0, 0) 100%);
}
.b_main article > a .back img{
}
body[wc-view-type="sp"] .b_main article > a .back img{
  height: calc(44vw - 0.5rem);
}
body[wc-view-type="tb"] .b_main article > a .back img{
  height: calc((88vw / 3) - 0.67rem);
}
body[wc-view-type="tb-l"] .b_main article > a .back img{
  height: calc((84vw / 5) - 0.8rem);
}
body[wc-view-type="pc"] .b_main article > a .back img{
  height: calc(220px - 0.8rem);
}
.b_main article > a h1{
  padding-left: 1.75rem;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  margin-top: auto;
  font-size: 1.1rem;
  line-height: 1.25rem;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .b_main article > a h1{
  font-size: 1.05rem;
  line-height: 5.5vw;
  height: 10.2vw;
}
body[wc-view-type="tb-l"] .b_main article > a h1{
  font-size: 1rem;
  padding: 0;
}
body[wc-view-type="tb"] .b_main article > a h1 br{
  display: none;
}
.b_main article > a h1::after{
  content: "";
  -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;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  flex: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b_main article > a h1::before{
  content: "";
  width: 16vw;
  height: 16vw;
  -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;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: calc((16vw + 0.75rem) * -1);
}
body[wc-view-type="tb"] .b_main article > a h1::before{
  width: 13vw;
  height: 13vw;
  top: calc((13vw + 1.5rem) * -1);
}
body[wc-view-type="tb-l"] .b_main article > a h1::before{
  width: 6.5vw;
  height: 6.5vw;
  top: calc((6.5vw + 0.5rem) * -1);
}
body[wc-view-type="pc"] .b_main article > a h1::before{
  width: 100px;
  height: 100px;
  top: calc((100px + 1rem)* -1);
}
.b_main article.kutyou > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kyutyou.webp?202411151856");
  mask-image: url("/img_2024/top/business/kyutyou.webp?202411151856");
}
body.safari .b_main article.kutyou > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kyutyou.png?202411151856");
  mask-image: url("/img_2024/top/business/kyutyou.png?202411151856");
}
.b_main article.eisei > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/eisei.webp");
  mask-image: url("/img_2024/top/business/eisei.webp");
}
body.safari .b_main article.eisei > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/eisei.png");
  mask-image: url("/img_2024/top/business/eisei.png");
}
.b_main article.tokushu_haisui > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/tokushu_haisui.webp");
  mask-image: url("/img_2024/top/business/tokushu_haisui.webp");
}
body.safari .b_main article.tokushu_haisui > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/tokushu_haisui.png");
  mask-image: url("/img_2024/top/business/tokushu_haisui.png");
}
.b_main article.kaishu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kaishu.webp");
  mask-image: url("/img_2024/top/business/kaishu.webp");
}
body.safari .b_main article.kaishu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kaishu.png");
  mask-image: url("/img_2024/top/business/kaishu.png");
}
.b_main article.boiler > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/boiler.webp");
  mask-image: url("/img_2024/top/business/boiler.webp");
}
body.safari .b_main article.boiler > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/boiler.png");
  mask-image: url("/img_2024/top/business/boiler.png");
}
.b_main article.hannyu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/hannyu.webp");
  mask-image: url("/img_2024/top/business/hannyu.webp");
}
body.safari .b_main article.hannyu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/hannyu.png");
  mask-image: url("/img_2024/top/business/hannyu.png");
}
.b_main article.kanamono > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kanamono.webp");
  mask-image: url("/img_2024/top/business/kanamono.webp");
}
body.safari .b_main article.kanamono > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kanamono.png");
  mask-image: url("/img_2024/top/business/kanamono.png");
}
.b_main article.kikaisetubi_sekei > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kikaisetubi_sekei.webp");
  mask-image: url("/img_2024/top/business/kikaisetubi_sekei.webp");
}
body.safari .b_main article.kikaisetubi_sekei > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/kikaisetubi_sekei.png");
  mask-image: url("/img_2024/top/business/kikaisetubi_sekei.png");
}
.b_main article.sutenresu_yousetu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/sutenresu_yousetu.webp");
  mask-image: url("/img_2024/top/business/sutenresu_yousetu.webp");
}
body.safari .b_main article.sutenresu_yousetu > a h1::before{
  -webkit-mask-image: url("/img_2024/top/business/sutenresu_yousetu.png");
  mask-image: url("/img_2024/top/business/sutenresu_yousetu.png");
}
.b_main article > a .busi_num{
  writing-mode: vertical-rl;
  width: fit-content;
  position: absolute;
  top: 0.75rem;
  left: 0.5rem;
  height: calc(100% - 1.5rem);
}
body[wc-view-type="tb"] .b_main article > a .busi_num{
  left: 1rem;
  top: 1rem;
}
.b_main article > a .busi_num span{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 0.93rem;
  letter-spacing: 3.9px;
}
body[wc-view-type="sp"] .b_main article > a .busi_num span{
  font-size: 4.1vw;
  letter-spacing: 1.2vw;
}
body[wc-view-type="tb"] .b_main article > a .busi_num span{
  font-size: 2.48vw;
  letter-spacing:1vw;
}
body[wc-view-type="pc"] .b_main article > a .busi_num span{
  font-size: 1rem;
  letter-spacing: 8.9px;
}
/*施工事例*/
.work{
  box-sizing: border-box;
  overflow: hidden;
}
body:not([wc-view-type="pc"]) .work{
  padding: calc(var(--headerHeight) * 1.25) 0;
}
body[wc-view-type="pc"] .work{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 1100px) / 2);
}
.work .contents_title,
.work .sub_title{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .work .contents_title,
body[wc-view-type="sp"] .work .sub_title,
body[wc-view-type="tb"] .work .contents_title,
body[wc-view-type="tb"] .work .sub_title{
  padding: 0 6vw;
}
body[wc-view-type="tb-l"] .work .contents_title,
body[wc-view-type="tb-l"] .work .sub_title{
  padding: 0 8vw;
}
.work .work_t_text{
}
body[wc-view-type="tb"] .work .work_t_text,
body[wc-view-type="sp"] .work .work_t_text{
  padding: 0.5rem calc(6vw + 1rem) 0;
}
body[wc-view-type="tb-l"] .work .work_t_text{
  padding: 0 8vw;
}
.work .work_t_text p{
  line-height: 1.8rem;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.work .work_t_text p[inview-state="true"]{
  opacity: 1;
}
.work .work_block{
  display: flex;
  padding-top: 0.5rem;
}
body[wc-view-type="pc"] .work .work_block{
  gap:1.5rem;
  overflow-x: unset;
}
body[wc-view-type="pc"] [wc-scr-pos][pos-type="x"]:not(.wcmasknone):not([wc-scr-pos="none"]):not([wc-scr-pos="false"]) {
  -webkit-mask-image:none !important;
  mask-image: none !important;
}
body:not([wc-view-type="pc"]) .work .work_block{
  overflow-x: auto;
  -ms-overflow-style: none;
  scroll-snap-type: x;
  margin-left: auto;
}
body[wc-view-type="tb"] .work .work_block,
body[wc-view-type="sp"] .work .work_block{
  width: 94vw;
  padding-right: calc(6vw - 1.5rem);
}
body[wc-view-type="tb-l"] .work .work_block{
  width: 92vw;
  padding-right: calc(8vw - 1.5rem);
}
.work .work_block article{
  flex: none;
  scroll-snap-align: center;
  transition: all 0.8s ease;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.work .work_block article[inview-state="true"]{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
body[wc-view-type="sp"] .work .work_block article{
  width: 70vw;
  margin-right: 1rem;
}
body[wc-view-type="tb"] .work .work_block article{
  width: 45vw;
  margin-right: 1.5rem;
}
body[wc-view-type="tb-l"] .work .work_block article{
  width: 350px;
  margin-right: 1.5rem;
}
body[wc-view-type="pc"] .work .work_block article{
  width: calc(275px - 1rem);
}
.work .work_block article a{
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
}
.work .work_block article a .w_text{
  display: flex;
  flex-direction: column-reverse;
  padding: 0.75rem 0.5rem;
  box-sizing: border-box;
}
.work .work_block article a .w_text h1,
.work .work_block article a .w_text .w_t_box time{
  color: #333;
}
.work .work_block article a .w_text h1{
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.75rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.work .work_block article a .w_text h1::after{
  content: "";
  -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;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #333;
  flex: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.work .work_block article a .w_text .w_t_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.work .work_block article a .w_text .w_t_box .kinds{
  overflow: hidden;
  display: flex;
  gap: 0.25rem;
  padding-right: 0.25rem;
  box-sizing: border-box;
  flex: none;
  width: calc(100% - 90px);
}
.work .work_block article a .w_text .w_t_box .kinds h3{
  padding: 0.35rem 0.5rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1em;
  white-space: nowrap;
}
.work .work_block article a .w_text .w_t_box time{
  font-family: "Inter";
  letter-spacing: 1px;
  width: 90px;
  margin-left: 0.5rem;
}
.work .work_block article figure img{
  aspect-ratio:1.414/1;
}
.work > .btn{
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] .work > .btn{
  margin-right: 6vw;
}
body:not([wc-view-type="sp"]) .work > .btn{
  margin-right: 0;
}
/*採用情報*/
.recruit{
  background-color: #000;
  padding-top: 1.5rem;
}
body[wc-view-type="sp"] .recruit{
}
.recruit .recruit_top{
  position: relative;
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0.125rem,black 1rem,black calc( 100% - 4.5rem),transparent calc( 100% - 0.125rem));
  mask-image: linear-gradient(to bottom, transparent 0.125rem,black 1rem,black calc( 100% - 4.5rem),transparent calc( 100% - 0.125rem));
  overflow: hidden;
}
body[wc-view-type="sp"] .recruit .recruit_top{
  height: 59vw;
}
body[wc-view-type="tb"] .recruit .recruit_top{
  height: 49vw;
}
body[wc-view-type="tb-l"] .recruit .recruit_top{
  height: 40vw;
}
body[wc-view-type="pc"] .recruit .recruit_top{
  height: 455px;
}
.recruit .recruit_top figure{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body[wc-view-type="pc"] .recruit .recruit_top figure img{
  height: 455px;
}
.recruit .recruit_top .foreground{
  z-index: 3;
}
.recruit .recruit_top .background{
  z-index: 1;
}
.recruit .recruit_top > p{
  display: flex;
  white-space: nowrap;
  width: 100vw;
  position: absolute;
  z-index: 2;
}
.recruit .recruit_top > p.r_top_text{
  top: 0;
}
.recruit .recruit_top > p.r_bottom_text{
  bottom: 0;
}
.recruit .recruit_top > p span{
  text-stroke: 1px #FFF;
  font-size: 5rem;
  font-weight: 700;
  -webkit-text-stroke: 1px #FFF;
  color: rgba(0,0,0,0);
}
body[wc-view-type="sp"] .recruit .recruit_top > p span{
  font-size: 21vw;
}
body[wc-view-type="tb"] .recruit .recruit_top > p span{
  font-size: 18vw;
}
body[wc-view-type="tb-l"] .recruit .recruit_top > p span{
  font-size: 15vw;
}
body[wc-view-type="pc"] .recruit .recruit_top > p span{
  font-size: 10rem;
}
.recruit .main_recruit{
  padding: calc(var(--headerHeight)) 0 0 0;
  display: flex;
  position: relative;
  z-index: 1;
}
body[wc-view-type="tb"] .recruit .main_recruit,
body[wc-view-type="sp"] .recruit .main_recruit{
  padding: calc(var(--headerHeight) / 1.5) 6vw calc(var(--headerHeight) * 1.25);
  flex-direction: column;
}
body[wc-view-type="tb-l"] .recruit .main_recruit{
  padding: calc(var(--headerHeight) / 1.5) 8vw calc(var(--headerHeight) * 1.25);
}
body[wc-view-type="pc"] .recruit .main_recruit{
  padding: calc(var(--headerHeight) / 1.5) calc((100vw - 1100px) / 2) calc(var(--headerHeight) * 1.25);
}
.main_recruit .r_left{
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] .main_recruit .r_left{
  width: 430px;
  padding-right: 2.5rem;
}
body[wc-view-type="pc"] .main_recruit .r_left{
  width: 50%;
  padding-right: 2.5rem;
}
.main_recruit .r_right{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .main_recruit .r_right,
body[wc-view-type="tb"] .main_recruit .r_right{
  padding: 0.5rem 1rem 0 1rem;
}
body[wc-view-type="tb-l"] .main_recruit .r_right{
  width: calc(100% - 430px);
}
body[wc-view-type="pc"] .main_recruit .r_right{
  width: 50%;
}
.main_recruit .r_right > p{
  line-height: 1.8rem;
  color: #fff;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.main_recruit .r_right > p[inview-state="true"]{
  opacity: 1;
}
.main_recruit div.btn{
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .main_recruit div.btn,
body[wc-view-type="pc"] .main_recruit div.btn{
  position: absolute;
  z-index: 2;
  bottom: calc(var(--headerHeight) + 1rem);
}
body[wc-view-type="tb-l"] .main_recruit div.btn{
  left: 8vw;
}
body[wc-view-type="pc"] .main_recruit div.btn{
  left: calc((100vw - 1100px) / 2);
}
/*会社概要*/
.company{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .company,
body[wc-view-type="sp"] .company{
  padding: calc(var(--headerHeight) * 1.25) 6vw;
}
body[wc-view-type="tb-l"] .company{
  padding: calc(var(--headerHeight) * 1.25) 8vw;
}
body[wc-view-type="pc"] .company{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.company .c_block{
  display: flex;
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .company .c_block,
body[wc-view-type="sp"] .company .c_block{
  flex-direction: column;
}
.company .c_block .c_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .company .c_block .c_text,
body[wc-view-type="sp"] .company .c_block .c_text{
  padding: 0 1rem;
}
body[wc-view-type="tb-l"] .company .c_block .c_text,
body[wc-view-type="pc"] .company .c_block .c_text{
  width: 50%;
  padding-right: 2.5rem;
}
.company .c_block .c_text > p{
  line-height: 1.8rem;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity .8s ease;
}
.company .c_block .c_text > p[inview-state="true"]{
  opacity: 1;
}
.company .c_block .c_text .btn{
  margin-top: 1.5rem;
}
.company .c_block .c_img{
}
body[wc-view-type="sp"] .company .c_block .c_img{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .company .c_block .c_img{
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .company .c_block .c_img,
body[wc-view-type="pc"] .company .c_block .c_img{
  width: 50%;
}
.company .c_block .c_img figure{
  position: relative;
  z-index: 1;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition:all 0.6s ease;
}
.company .c_block .c_img figure[inview-state="true"]{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.company .c_block .c_img figure.c_img01{
}
body[wc-view-type="sp"] .company .c_block .c_img figure.c_img01{
  width: 50vw;
  height: 50vw;
  margin-right: auto;
}
body[wc-view-type="tb"] .company .c_block .c_img figure.c_img01{
  width: calc(50vw - 1.5rem);
  height: calc(50vw - 1.5rem)
}
body[wc-view-type="tb-l"] .company .c_block .c_img figure.c_img01{
  width: calc(30vw - 1.5rem);
  height: calc(30vw - 1.5rem);
  margin-top: calc((var(--headerHeight) * 1.35) * -1);
}
body[wc-view-type="pc"] .company .c_block .c_img figure.c_img01{
  width: 300px;
  height: 300px;
  margin-top: calc(var(--headerHeight) * -1);
}
.company .c_block .c_img figure.c_img02{
}
body[wc-view-type="sp"] .company .c_block .c_img figure.c_img02{
  width: calc(38vw - 1rem);
  height: calc(38vw - 1rem);
  margin-left: auto;
  margin-top: -25vw;
}
body[wc-view-type="tb"] .company .c_block .c_img figure.c_img02{
  width: calc(38vw - 1rem);
  height: calc(38vw - 1rem);
  margin-top: calc((38vw - 3.5rem) * -1);
  margin-left: auto;
}
body[wc-view-type="tb-l"] .company .c_block .c_img figure.c_img02{
  width: calc(23vw - 1rem);
  height: calc(23vw - 1rem);
  margin-top: 1.5rem;
  margin-left: auto;
}
body[wc-view-type="pc"] .company .c_block .c_img figure.c_img02{
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-top: calc(var(--headerHeight) * -1.5);
}
.company .c_block .c_img figure img{
  height: 100%;
}
/*お知らせ*/
.news{
  box-sizing: border-box;
  display: flex;
  background-color: #000;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .news,
body[wc-view-type="tb"] .news{
  padding: calc(var(--headerHeight) * 1.25) 6vw;
}
body[wc-view-type="tb-l"] .news{
  padding: calc(var(--headerHeight) * 1.25) 8vw;
}
body[wc-view-type="sp"] .news{
  flex-direction: column;
}
body[wc-view-type="pc"] .news{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 1100px) / 2);
}
.news .n_left{
}
body[wc-view-type="tb-l"] .news .n_left,
body[wc-view-type="tb"] .news .n_left{
  width: 220px;
}
body[wc-view-type="pc"] .news .n_left{
  width: 400px;
}
.news .n_right{
}
body[wc-view-type="sp"] .news .n_right{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .news .n_right,
body[wc-view-type="tb-l"] .news .n_right{
  width: calc(100% - 220px);
  height: 280px;
}
body[wc-view-type="pc"] .news .n_right{
  width: 700px;
  height: 320px;
}
.news .n_right > article{
  position: relative;
  z-index: 1;
}
.news .n_right > article:first-of-type::before,
.news .n_right > article::after{
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  z-index: 2;
  left: 0;
  position: absolute;
  transition:all 0.8s ease;
}
.news .n_right > article[inview-state="true"]:first-of-type::before,
.news .n_right > article[inview-state="true"]::after{
  width: 100%;
}
.news .n_right > article:first-of-type::before{
  top: 0;
}
.news .n_right > article::after{
  bottom: 0;
}
.news .n_right > article a{
  display: flex;
  flex-direction: row-reverse;
  box-sizing: border-box;
  padding: 1rem;
  text-decoration: none;
  align-items: center;
}
body[wc-view-type="pc"] .news .n_right > article a{
  padding: 1.25rem 1rem;
  justify-content: flex-end;
}
.news .n_right > article a h1{
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.75rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: #fff;
  transition:opacity 0.8s 0.5s ease;
  opacity: 0;
  width: calc(100% - 90px);
}
.news .n_right > article[inview-state="true"] a h1{
  opacity: 1;
}
body[wc-view-type="pc"] .news .n_right > article a h1{
  width: calc(100% - 80px);
}
.news .n_right > article a h1::after{
  content: "";
  -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;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #fff;
  flex: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.news .n_right > article a time{
  color: #fff;
  font-family: "Inter";
  flex: none;
  margin-right: 0.75rem;
  transition:opacity 0.8s 0.5s ease;
  opacity: 0;
  width: 90px;
}
body[wc-view-type="sp"] .news .n_right > article a time{
  width: 80px;
}
.news .n_right > article[inview-state="true"] a time{
  opacity: 1;
}
.news .btn{
}
body:not([wc-view-type="sp"]) .news .btn{
  position: absolute;
  bottom: calc(var(--headerHeight) * 1.25);
}
body[wc-view-type="sp"] .news .btn{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .news .btn{
  left: 6vw;
}
body[wc-view-type="pc"] .news .btn{
  left: calc((100vw - 1100px) / 2);
}
/*SNS*/
.sns{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .sns,
body[wc-view-type="sp"] .sns{
  padding: calc(var(--headerHeight) * 1.25) 6vw;
}
body[wc-view-type="tb-l"] .sns,
body[wc-view-type="pc"] .sns{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 950px) / 2);
}
.sns .sns_inner{
  background-color: #000;
  display: flex;
  padding: 2.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .sns .sns_inner,
body[wc-view-type="tb"] .sns .sns_inner{
  flex-direction: column;
}
body[wc-view-type="sp"]  .sns .sns_inner{
  padding: 1.5rem 1rem;
}
.sns .sns_inner .sns_left{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] .sns .sns_inner .sns_left{
  padding-bottom: 1rem;
}
body[wc-view-type="tb"] .sns .sns_inner .sns_left{
  padding-bottom: 2rem;
}
body[wc-view-type="tb-l"] .sns .sns_inner .sns_left,
body[wc-view-type="pc"] .sns .sns_inner .sns_left{
  width: 50%;
  padding-right: 2.5rem;
}
.sns .sns_inner .sns_left::before{
  content: "";
  -webkit-mask-image: url("/img_2024/top/sns/insta.webp");
  mask-image: url("/img_2024/top/sns/insta.webp");
  -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;
  z-index: 2;
  background-color: rgba(183,4,4,0.5);
}
body.safari .sns .sns_inner .sns_left::before{
  -webkit-mask-image: url("/img_2024/top/sns/insta.png");
  mask-image: url("/img_2024/top/sns/insta.png");
}
body[wc-view-type="sp"] .sns .sns_inner .sns_left::before{
  width: 32vw;
  height: 32vw;
  right: 0;
  top: 0;
}
body[wc-view-type="tb"] .sns .sns_inner .sns_left::before{
  width: 170px;
  height: 170px;
  top: 0;
  right: 0;
}
body[wc-view-type="tb-l"] .sns .sns_inner .sns_left::before,
body[wc-view-type="pc"] .sns .sns_inner .sns_left::before{
  width: 180px;
  height: 180px;
  right: 1.5rem;
  top: -1rem;
}
.sns .sns_inner .sns_left div.contents_title{
  position: relative;
  z-index: 3;
}
.sns .sns_inner .sns_left > p{
  color: #fff;
  line-height: 1.8rem;
  margin-top: 1rem;
  position: relative;
  z-index: 3;
  padding: 0 1rem;
  box-sizing: border-box;
  transition:opacity 0.8s ease;
  opacity: 0;
}
.sns .sns_inner .sns_left > p[inview-state="true"]{
  opacity: 1;
}
.sns .sns_inner .sns_left .btn{
  position: relative;
  z-index: 3;
  margin-top: 1rem;
}
body[wc-view-type="tb-l"] .sns .sns_inner .sns_left .btn,
body[wc-view-type="pc"] .sns .sns_inner .sns_left .btn{
  margin-top: auto;
}
.sns .sns_inner .sns_slider{
}
body[wc-view-type="tb-l"] .sns .sns_inner .sns_slider,
body[wc-view-type="pc"] .sns .sns_inner .sns_slider{
  width: 50%;
}
.sns .sns_inner .sns_slider .s_slider_block{
}
.sns .sns_inner .sns_slider .s_slider_block figure{
  margin: 0 0.25rem;
}
body[wc-view-type="sp"] .sns .sns_inner .sns_slider .s_slider_block figure{
  width: 40vw !important;
  height: 40vw !important;
}
body:not([wc-view-type="sp"]) .sns .sns_inner .sns_slider .s_slider_block figure{
  width: 250px !important;
  height: 250px !important;
}
.sns .sns_inner .sns_slider .s_slider_block figure img{
  width: 100% !important;
}
body[wc-view-type="sp"] .sns .sns_inner .sns_slider .s_slider_block figure img{
  height: 40vw !important;
}
body:not([wc-view-type="sp"]) .sns .sns_inner .sns_slider .s_slider_block figure img{
  height: 250px !important;
}
.sns .cs_inner{
}
body[wc-view-type="sp"] .sns .cs_inner{
  height: 40vw !important;
}
body:not([wc-view-type="sp"]) .sns .cs_inner{
  height: 250px !important;
}