/* CSS Document */
/*マーキー*/
.wccatchcopy div.wcinner > * {
  padding: 0 !important;
  white-space: nowrap;
  line-height: 0 !important;
  font-size: 0 !important;
  color: rgba(0,0,0,0) !important;
  max-width: 0 !important;
}
.wccatchcopy{
  border-bottom: none !important;
}
/*共通*/
main{
  margin-top: calc(var(--headerHeight) * -1);
}
/*透明*/
.opa{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
}
/*タイトル*/
.contents_title{
  display: flex;
  flex-direction: column-reverse;
}
.contents_title > h1,
.contents_title .title_p{
  opacity: 0;
  transition: opacity .8s 0.2s ease;
}
.contents_title > h1[inview-state="true"],
.contents_title .title_p[inview-state="true"]{
  opacity: 1;
}
.contents_title > h1 .title_box,
.contents_title .title_p{
  font-size: 1.25rem;
  font-weight: 700;
}
body:not([wc-view-type="sp"]) .contents_title > h1 .title_box,
body:not([wc-view-type="sp"]) .contents_title .title_p{
  font-size: 1.45rem;
}
.contents_title > .c_eg_title{
  display: flex;
  gap: 2.5px;
  width: fit-content;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.contents_title > .c_eg_title > span,
.top_slider .t_slider_text .ts_in > p .slider_eg > span{
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter";
  transform: translate3d(0,100%,0);
  transition: transform .8s cubic-bezier(0,.6,.4,1);
}
.top_slider .t_slider_text .ts_in > p .slider_eg > span.m_left{
  margin-right: 1rem;
}
.contents_title > .c_eg_title > span:nth-of-type(1),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(1){
  transition-delay: 0;
}
.contents_title > .c_eg_title > span:nth-of-type(2),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(2){
  transition-delay: 0.05s;
}
.contents_title > .c_eg_title > span:nth-of-type(3),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(3){
  transition-delay: 0.1s;
}
.contents_title > .c_eg_title > span:nth-of-type(4),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(4){
  transition-delay: 0.15s;
}
.contents_title > .c_eg_title > span:nth-of-type(5),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(5){
  transition-delay: 0.2s;
}
.contents_title > .c_eg_title > span:nth-of-type(6),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(6){
  transition-delay: 0.25s;
}
.contents_title > .c_eg_title > span:nth-of-type(7),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(7){
  transition-delay: 0.3s;
}
.contents_title > .c_eg_title > span:nth-of-type(8),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(8){
  transition-delay: 0.35s;
}
.contents_title > .c_eg_title > span:nth-of-type(9),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(9){
  transition-delay: 0.4s;
}
.contents_title > .c_eg_title > span:nth-of-type(10),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(10){
  transition-delay: 0.45s;
}
.contents_title > .c_eg_title > span:nth-of-type(11),
.top_slider .t_slider_text .ts_in > p .slider_eg > span:nth-of-type(11){
  transition-delay: 0.5s;
}
.contents_title > .c_eg_title > span:nth-of-type(12){
  transition-delay: 0.55s;
}
.contents_title > .c_eg_title > span:nth-of-type(13){
  transition-delay: 0.6s;
}
.contents_title > .c_eg_title[inview-state="true"] > span,
.top_slider .t_slider_text .ts_in > p[inview-state="true"] .slider_eg > span{
  transform: translateZ(0);
}

/*サブタイトル*/
.sub_title{
  font-size: 1.39rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity .8s 0.2s ease;
}
.sub_title[inview-state="true"]{
  opacity: 1;
}
body:not([wc-view-type="sp"]) .sub_title{
  font-size: 1.65rem;
}
.white{
  color: #fff !important;
}
.sub_title > .def_color{
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
  transition: color 0.8s 0.7s ease;
}
.sub_title.white > .def_color{
  color: #fff;
}
.sub_title[inview-state="true"] > .def_color{
  color: #b70404;
}
/*ページタイトル*/
.page_title{
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .page_title{
  height: 45vw;
  padding: calc(var(--headerHeight) + 2.5vw) 6vw 0 6vw;
}
body[wc-view-type="tb"] .page_title{
  height: 35vw;
  padding: calc(var(--headerHeight) + 5vw) 6vw 0 6vw;
}
body[wc-view-type="tb-l"] .page_title{
  height: 300px;
  padding: calc(var(--headerHeight) + 3rem) 8vw 0 8vw;
}
body[wc-view-type="pc"] .page_title{
  height: 350px;
  padding: calc(var(--headerHeight) + 4rem) calc((100vw - 1100px) / 2) 0 calc((100vw - 1100px) / 2);
}
.page_title figure{
  position: absolute;
  inset:0;
  z-index: -1;
}
.page_title figure::before{
  content: "";
  position: absolute;
  inset:0;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
}
body[wc-view-type="sp"] .page_title img{
  height: 45vw;
}
body[wc-view-type="tb"] .page_title img{
  height: 35vw;
}
body[wc-view-type="tb-l"] .page_title img{
  height: 300px;
}
body[wc-view-type="pc"] .page_title img{
  height: 350px;
}
/*画像*/
figure{
}
figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*ボタン*/
.btn{
  width: fit-content;
  margin: 0 0 0 auto;
}
.btn a{
  display: flex;
  background-color: #000;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  text-decoration: none;
  align-items: center;
  font-weight: 700;
  box-sizing: border-box;
}
.btn.white a{
  background-color: #fff;
  color: #333;
}
.btn a::after{
  content: "";
  flex: none;
  -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;
}
.btn.white a::after{
background-color: #000;
}
.btn.more a::before,
.btn.detail a::before{
  color: #fff;
  font-weight: 700;
  line-height: 1.75rem;
}
.btn.more a::before{
  content: "もっと見る";
}
.btn.detail a::before{
  content: "詳しくはこちら";
}
.btn.more.white a::before,
.btn.detail.white a::before{
  color: #000;
}
/*ボタンブロック*/
.btn_block{
  display: flex;
  gap:1rem;
  width: fit-content;
  margin: 0 auto;
}
body[wc-view-type="sp"] .btn_block{
  flex-direction: column;
}
.btn_block .btn{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.btn_block .btn a{
  width: 100%;
  justify-content: space-between;
  white-space: nowrap;
}
/*header*/
html.wctop header#wcheader{
  background-color: rgba(0,0,0,0) !important;
}
html.wcscroll header#wcheader{
  background-color: rgba(0,0,0,0.7) !important;
}
html.wctop header#wcheader div.headerlogo[logo-type="maskdirect"] h2{
  background-color: #fff !important;
}
html.wcscroll header#wcheader div.headerlogo[logo-type="maskdirect"] h2{
  background-color: #fff;
}
/*header menu*/
header#wcheader .menubtn::before,
header#wcheader .menubtn::after{
  display: none !important;
}
span.btndeco {
  opacity: 1 !important;
  width: 40px !important;
  height: 20px !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  clip-path: initial !important;
  background-color: rgba(255,255,255,0) !important;
}

/*ドロワーメニュー*/
.wcdrawermenu div.header + div.wcinner{
  padding-bottom: 1.5rem;
}
.wcdrawermenu[transform="true"].wcactive:not(.wcswipeend) .wcdrawermenuwrap {
  background-color: #000 !important;
  border-radius: 0 !important;
}
body[wc-view-type="sp"] .wcdrawermenu[transform="true"].wcactive:not(.wcswipeend) .wcdrawermenuwrap{
  max-width: 100% !important;
}
.wcdrawermenu div.header div.title{
  color: #fff !important;
  font-size: 1.25rem !important;
  font-family: "Inter" !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
}
.wcdrawermenu div.header div.drawerclosebtn::before{
  display: none !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span[name]::before,
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span[name]::after{
  width: 40px !important;
  height: 1px !important;
  background-color: #fff !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  padding-top: 0 !important;
  left: 50% !important;
  top: 50%;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span[name]::before{;
  transform: translate(-50%,-50%) rotate(45deg);
}
.wcdrawermenu div.header div.drawerclosebtn span[name]::after{
  content: "" !important;
  transform: translate(-50%,-50%) rotate(-45deg);
  padding-bottom: 0 !important;
}
.wcdrawermenu nav ul li > a,
.wcdrawermenu nav ul li > div{
  color: #fff !important;
}
[wc-accordion] span.acdeco{
  opacity: 1 !important;
}
[wc-accordion] span.acdeco::after{
  background-color: #fff !important;
  padding-bottom: 0 !important;
}
.wcdrawermenu nav ul li > a[wc-icon]::before,
.wcdrawermenu nav ul li > div[wc-icon]::before,
.wcdrawermenu nav ul li a::after{
  background-color: #fff !important;
  opacity: 1 !important;
}
/*ドロワーメニュー求人*/
.dw_recruit{
  width: calc(100% - 1.5rem);
  margin: 1rem auto 0 auto;
  border: solid 1px #fff;
  box-sizing: border-box;
}
.dw_recruit a{
  display: block;
  position: relative;;
  z-index: 1;
}
.dw_recruit a::before{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
}
.dw_recruit a p{
  position: absolute;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  top: 1.5rem;
  left: 1rem;
  z-index: 4;
}
.dw_recruit a p::before{
  content: "RECRUIT";
  font-family: "Inter";
  letter-spacing: 3px;
  font-weight: 700;
  display: block;
}
.dw_recruit a p .dif_color{
  color: #b70404;
  font-weight: 700;
  display: inline-block;
  font-size: 1.45rem;
}
.dw_recruit a > span{
  font-size: 1.15rem;
  display: flex;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 4;
}
.dw_recruit a > span::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  -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;
}
/*footer*/
footer{
  text-align: left !important;
  box-sizing: border-box;
}
.footer_contact{
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
}
body:not([wc-view-type="pc"]) .footer_contact::after{
  content: "";
  width: calc(100vw - calc(var(--avesize) * 4));
  height: 1px;
  left: calc(var(--avesize) * 2);
  right: calc(var(--avesize) * 2);
  bottom: 0;
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
body[wc-view-type="sp"] .footer_contact{
  padding: calc(var(--headerHeight) * 1.25) 6vw 2.5rem 6vw;
}
body[wc-view-type="tb"] .footer_contact{
  padding: calc(var(--headerHeight) * 1.25) 6vw 3rem 6vw;
}
body[wc-view-type="tb-l"] .footer_contact{
  padding: calc(var(--headerHeight) * 1.25) 6vw 2rem 6vw;
}
body[wc-view-type="pc"] .footer_contact{
  padding: calc(var(--headerHeight) * 1.25) calc((100vw - 1100px) / 2) 0 calc((100vw - 1100px) / 2);
  align-items: center;
}
body[wc-view-type="sp"] .footer_contact{
  flex-direction: column;
}
.footer_contact .cotact_left{
}
body[wc-view-type="tb"] .footer_contact .cotact_left{
  width: 345px;
}
body[wc-view-type="pc"] .footer_contact .cotact_left{
  width: 450px;
  padding-bottom: 2.5rem;
}
.footer_contact .cotact_left > p{
  margin: 1.5rem 0;
  padding: 0 1rem;
  box-sizing: border-box;
  line-height: 1.8rem;
}
body[wc-view-type="tb"] .footer_contact .cotact_left > p{
  margin-bottom: 1rem;
}
.fb_time{
  display: flex;
  gap:0.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .fb_time,
body[wc-view-type="tb"] .fb_time{
  flex-direction:column;
}
.fb_time > dl{
  display: flex;
}
.fb_time > dl dt{
  flex: none;
  margin-right: 0.5rem;
}
.fb_time > dl dt span{
  display: table;
  border: solid 1px #fff;
  box-sizing:border-box; 
  padding: 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
}
.fb_time > dl dd{
  font-size: 0.9rem;
}
.footer_contact .contact_right{
  display: flex;
  gap:1rem;
}
body[wc-view-type="sp"] .footer_contact .contact_right,
body[wc-view-type="tb"] .footer_contact .contact_right{
  flex-direction: column;
}
body[wc-view-type="sp"] .footer_contact .contact_right{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .footer_contact .contact_right{
  width: calc(100% - 345px);
}
body[wc-view-type="pc"] .footer_contact .contact_right{
  width: calc(100% - 450px);
}
.footer_contact .contact_right .cf_box{
}
body[wc-view-type="sp"] .footer_contact .contact_right .cf_box{
}
body[wc-view-type="pc"] .footer_contact .contact_right .cf_box{
  width: calc(50% - 0.5rem);
}
.footer_contact .contact_right .cf_box > p.cf_in_title{
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.footer_contact .contact_right .cf_box a{
  display: flex;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) .footer_contact .contact_right .cf_box a.cf_tel{
  pointer-events: none;
}
.footer_contact .contact_right .cf_box a span.cf_icon{
  width: 2.25rem;
  height: 2.25rem;
  position: relative;
  z-index: 1;
  border-right: 1px solid #efefef;
  padding-right: 0.75rem;
  box-sizing: border-box;
  margin-right: 1rem;
  flex: none;
}
.footer_contact .contact_right .cf_box a span.cf_icon::before{
  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;
  background-color: #333;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.footer_contact .contact_right .cf_box a::after{
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  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: #333;
  margin-left: auto;
}
body[wc-view-type="pc"] footer div.footer{
  padding-top: 0 !important;
  align-items: flex-start !important;
}
body[wc-view-type="pc"] footer div.footer{
  border-top: 1px solid #fff;
}
body[wc-view-type="tb"] footer div.footer{
  flex-direction: column;
}
body[touch-pos] footer div.footer::before,
body[touch-pos] footer div.footer::after{
  display: none !important;
}
body[touch-pos] footer div.footer{
  border-bottom: none !important;
}
footer div.footerlogo .logomark[logo-type="mask"]::before,
footer div.footerlogo .logotype[logo-type="mask"]::before{
  background-color: #fff !important;
}
footer div.footerlogo .wclogoimg{
}
footer div.footerlogo{
}
body[wc-view-type="tb"] footer div.footerlogo{
  width: 235px;
}
div.logotype{
}
body[wc-view-type="tb"] div.logotype{
  width: 180px !important;
}
footer .footerflex{
}
body[wc-view-type="sp"] footer .footerflex{
  gap:1rem;
}
footer div.footer .footeritem.logolineitem{
  width: fit-content !important;
  margin-left:auto !important; 
  gap:1.5rem;
}
body[wc-view-type="tb"] footer div.footer .footeritem.logolineitem{
  margin-left: calc(var(--avesize) * 2) !important;
  width: 100% !important;
}
.fc_add{
  margin-top: 0 !important;
}
body[wc-view-type="tb"] .fc_add{
  width: calc((100% / 3) - 1rem);
}
.fc_add > dt{
}
.fc_add > dt > span{
  display: table;
  padding: 0 0.75rem 0.25rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
.fc_add > dd{
  padding-top: 0.25rem;
}
.fc_add > dd .add_num{
  display: flex;
  width: fit-content;
}
.fc_add > dd .add_num::before{
  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;
  background-color: #fff;
  margin-left: auto;
  width: 1.5rem;
  height: 1.5rem;
}
footer .footertextlinks > div + div:not(.noneline)::before{
  display: none !important;
}
footer .footertextlinks a{
  text-decoration: none !important;
}
/*タブメニュー*/
[swipemenu][menu-type="tab"]::after{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]{
  border-radius: inherit !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]::before{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]::after{
  right: inherit !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  -webkit-mask-position: inherit !important;
  mask-position: inherit !important;
  -webkit-mask-repeat: inherit !important;
  mask-repeat:inherit !important;
  -webkit-mask-size: inherit !important;
  mask-size: inherit !important;
  transition: background-color 0.2s ease, color 0.2s ease, margin-top 0.2s ease, padding-top 0.2s ease, height 0.2s ease;
}
[swipemenu] .swipemenuinner[inner-type="btn"]{
  gap:0.5rem !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner{
  padding-bottom: 0.55rem !important;
}
.sw_tab.wcactive{
  position: relative;
  z-index: 1;
}
.sw_tab.wcactive::after{
  content: "";
  width: 0.75rem !important;
  height: 0.75rem !important;
  background-color: #000 !important;
  transform: translateX(-50%) rotate(45deg) !important;
  position: absolute;
  left: 50% !important;
  bottom: -0.35rem !important;
  z-index: -1;
}
/*ページャー*/
.pager_wrap{
  width: 100%;
  display: flex;
  margin-top: 2.5rem;
  gap: 3px;
  justify-content: center;
}
body:not([wc-view-type="sp"]) .pager_wrap{
  min-width: 340px;
  margin: 3.5rem auto 0 auto;
  gap: 10px;
  width: 100%;
  justify-content: center;
}
.pager_wrap > div{
  width: 40px;
  height: 40px;
  font-family: "Inter";
  display: flex;
  align-items:center;
  justify-content: center;
}
body[wc-view-type="sp"] .pager_wrap > div{
  width: 38px;
  height: 38px;
}
.pager_wrap > div a{
  display: flex;
  color: #fff;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pager_wrap.black > div a{
  color: #000;
}
body[wc-view-type="sp"] .pager_wrap > div a{
  width: 38px;
  height: 38px;
}
.pager_wrap > div.prev{
}
.pager_wrap > div.next{
}
.pager_wrap > div.prev a,
.pager_wrap > div.next a{
  position: relative;
  z-index: 1;
}
.pager_wrap > div.prev a::before,
.pager_wrap > div.next a::before{
  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: 40px;
  height: 40px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  position: absolute;
}
.pager_wrap.black > div.prev a::before,
.pager_wrap.black > div.next a::before{
  background-color: #000;
}
body[wc-view-type="sp"] .pager_wrap > div.prev a::before,
body[wc-view-type="sp"] .pager_wrap > div.next a::before{
  width: 38px;
  height: 38px;
}
.pager_wrap > div.active{
  background-color: #fff;
  color: #000;
}
.pager_wrap.black > div.active{
  background-color: #000;
  color: #fff;
}