@charset "utf-8";

/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 90%;
  max-width: var(--wrap);
	margin: 0 auto;
}
.l_wrap_lg {
	width: 90%;
  max-width: 1200px;
	margin: 0 auto;
}
.l_wrap_inner {
	width: 100%;
  max-width: 1080px;
	margin: 0 auto!important;
}


/*----------------------------------------------
	.l_over_wrap
---------------------------------------------*/
.l_over_wrap{
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
}


/*----------------------------------------------
	.l_logo
---------------------------------------------*/
.l_logo {
  width: 260px;
  height: auto;
}
#inner .l_logo{
  filter: brightness(0) invert(1);
}

/* 採用 */
a:has(.l_logo.is_recruit){
  position: relative;
  z-index: 9999;
  will-change: opacity, transform, filter;
  transform: translateZ(0);
  filter: brightness(0) invert(1);
  transition: 0.2s;
}
a:has(.l_logo.is_recruit.is_active){
  filter: unset;
}

/*----------------------------------------------
	.l_content
---------------------------------------------*/
#inner .l_content,
#recruit .l_content{
  margin: 20px 0 530px;
  position: relative;
  z-index: 2;
}


/*----------------------------------------------
	.l_mv_wrap
---------------------------------------------*/
.l_mv_wrap {
  position: relative;
  z-index: 1;
  height: 100svh;
  min-height: 700px;
  padding: 0 60px 70px 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}


/*----------------------------------------------
	.l_mv_saiyou
---------------------------------------------*/
.l_mv_saiyou {
  position: relative;
  z-index: 1;
  height: 100svh;
}


/*----------------------------------------------
	.l_mv_inner
---------------------------------------------*/
.l_mv_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}


/*----------------------------------------------
	.l_mv
---------------------------------------------*/
.l_mv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 20px;
}
.l_mv img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

/* 採用 */
.l_mv.is_recruit {
  padding: 0;
}
.l_mv.is_recruit img{
  border-radius: 0;
  object-position: right;
}


/*----------------------------------------------
	.l_mv_recruit
---------------------------------------------*/
.l_mv_recruit {
  max-width: 400px;
  flex-shrink: 0;
  width: 100%;
}


/*----------------------------------------------
	.l_mv_recruit_copy
---------------------------------------------*/
.l_mv_recruit_copy {
  position: absolute;
  right: 11vw;
  top: 27vh;
}


/*----------------------------------------------
	.l_header_area
---------------------------------------------*/
.l_header_area {
  position: absolute;
  z-index: 999;
  top: 40px;
  width: calc(100% - 50px * 2);
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* 採用 */
.l_header_area.is_recruit{
  width: 100%;
  padding: 0 50px;
  position: fixed;
}


/*----------------------------------------------
	.l_header_right
---------------------------------------------*/
.l_header_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/*----------------------------------------------
	.l_nav_area
---------------------------------------------*/
.l_nav_area {
  padding: 15px 40px;
  width: 100%;
  position: relative;
  background: #ffffffc9;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
}


/*----------------------------------------------
	.l_nav_area_recruit
---------------------------------------------*/
.l_nav_area_recruit {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 30px;
  padding: 0;
  background: transparent;
  z-index: 9999;
}


/*----------------------------------------------
	.l_sns
---------------------------------------------*/
.l_sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.l_sns img{
  width: 40px;
  height: auto;
}


/*----------------------------------------------
	.l_sns_footer
---------------------------------------------*/
.l_sns_footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.l_sns_footer img{
  width: 40px;
  height: auto;
}
.l_sns_footer.is_sp {
  display: none;
}


/*----------------------------------------------
	.l_page
---------------------------------------------*/
.l_page {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}


/*----------------------------------------------
	.l_container
---------------------------------------------*/
.l_container {
  flex: 1;
}


/*----------------------------------------------
	.l_login
---------------------------------------------*/
.l_login {
  background: #F6F6F6;
  padding: 10px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}



/*----------------------------------------------
	.l_ttl
---------------------------------------------*/
.l_ttl {
  padding: 40px 0 30px;
  text-align: center;
}
.l_ttl img{
  width: 100%;
  height: auto;
}
.l_ttl.is_jp img{
  max-width: 900px;
}
.l_ttl.is_en img{
  max-width: 990px;
}




/*----------------------------------------------
  .l_footer
---------------------------------------------*/
.l_footer {
  background: var(--color);
  padding: 130px 0 60px;
  position: relative;
}
.l_footer_inner{
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 30px;
  margin-bottom: 45px;
}
.l_footer_menu {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.l_footer_dtl{
  min-width: 260px;
  display: flex;
  flex-direction: column;
}
.l_footer_dtl .is_logo{
  width: 248px;
  height: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}


/* 採用 */
.l_footer.is_recruit{
  background: var(--color5);
  padding: 60px 0;
}


/*----------------------------------------------
  .l_copy
---------------------------------------------*/
.l_copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px;
}
.l_copy .is_links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}


/*----------------------------------------------
  .l_inner_header
---------------------------------------------*/
.l_inner_header{
  position: relative;
  padding-top: 160px;
  height: 370px;
  width: 100%;
}
.l_inner_header::after{
  content: '';
  background: #132e6e9c;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.l_inner_header .is_bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*----------------------------------------------
  .l_btns
---------------------------------------------*/
.l_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/*----------------------------------------------
  .l_pagetop
---------------------------------------------*/
.l_pagetop {
  position: fixed;
  right: 25px;
/*	left: calc(50% + 550px);*/
  bottom: 50px;
	z-index: 99;
}
.l_pagetop a{
	line-height: 0;
	display: block;
}
.l_pagetop img {
  width: 50px;
  height: 50px;
}
.l_pagetop img:hover {
	opacity: 0.9;
}
/*
.l_pagetop.attached {
  position: absolute;
  bottom: 0;
}
*/
/*画面幅が1250pxを下回るとボタンが隠れるため*/
/*
@media only screen and (max-width: 1250px) {
  .l_pagetop {
    left: auto;
    right: 25px;
  }
  .l_pagetop.attached {
    position: fixed;
    bottom: 240px;
    right: 25px;
  }
}
*/
/*----------------------------------------------
  .l_double
---------------------------------------------*/
.l_double > div {
  width: 49%;
  display: inline-block;
}
.l_double:nth-child(1) { margin-left: 0; }
.l_double:nth-child(2) { margin-right: 0; }

/*----------------------------------------------
  .l_double02
---------------------------------------------*/
.l_double02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.l_double02 > * {
	width: 49%!important;
}


/*----------------------------------------------
	.l_news
---------------------------------------------*/
.l_news {
  padding: 120px 0 480px;
}
.l_news_inner{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  align-items: flex-start;
}
.l_news_head{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
  gap: 55px;
}
.l_news_dtl{
  width: 100%;
  max-height: 523px;
  overflow-y: auto;
}
.l_news_dtl.is_inner{
  max-height: unset;
}


/*----------------------------------------------
	.l_recruit
---------------------------------------------*/
.l_recruit {
 background: #FEF1E7;
 padding: 120px 0 100px;
 position: relative;
}
.l_recruit_inner{
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 2;
}
.l_recruit_head{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-shrink: 0;
  gap: 110px;
}

.l_recruit_dtl{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 60px;
  margin-top: 90px;
}

.l_recruit_slider{
  width: 400px;
}
.l_recruit_slider .is_img{
  width: 400px;
  height: 400px;
  border-radius: 75px;
  overflow: hidden;
}
.l_recruit_slider .is_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.l_recruit_txt{
  max-width: 310px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}


/*----------------------------------------------
	.l_txt_loop
---------------------------------------------*/
.l_txt_loop {
  background: url(../images/img_txt.svg) repeat-x;
  width: 300%;
  height: 135px;
  background-size: contain;
  animation: loop-slide 20s infinite linear;
  opacity: 0.1;
  position: relative;
  top: -50px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1460px);
  }
}


/*----------------------------------------------
	.l_product
---------------------------------------------*/
.l_product {
  background: var(--color);
  padding: 120px 0;
 }

 .l_product_head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  flex-wrap: wrap;
  gap: 30px;
 }

 .l_product_slider {
  margin-bottom: 70px;
 }
 .l_product_slider .is_img{
   width: 600px;
   height: 390px;
   margin: 10px;
   box-shadow: 0 5px 5px #00000031;
   border-radius: 30px;
   overflow: hidden;
   position: relative;
   display: block;
 }
 .l_product_slider .is_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .l_product_slider .is_img:hover img{
  opacity: 1;
 }



/*----------------------------------------------
	.l_about
---------------------------------------------*/
.l_about{
  padding: 100px 0 120px;
  position: relative;
  z-index: 2;
}

.l_about_cards{
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 40px;
}


/*----------------------------------------------
	.l_bottom_cards
---------------------------------------------*/
.l_bottom_cards{
  position: relative;
  width: 100%;
}
.l_bottom_cards .is_inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
  z-index: 2;
}
.l_bottom_cards::before{
  content: '';
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/img_bg.webp) no-repeat;
  background-size: cover;
}


/*----------------------------------------------
	.l_breadcrumbs
---------------------------------------------*/
.l_breadcrumbs {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l_breadcrumbs > * {
  flex-shrink: 0;
}
.l_breadcrumbs > *:last-child {
  flex-shrink: 1;
}


/*----------------------------------------------
	.l_inner_news_header
---------------------------------------------*/
.l_inner_news_header {
  padding-bottom: 30px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}


/*----------------------------------------------
	.l_article
---------------------------------------------*/
.l_article {
  margin-bottom: 120px;
}


/*----------------------------------------------
	.l_service_flow_wrap
---------------------------------------------*/
.l_service_flow_wrap:not(.block-editor-block-list__block) {
  background: #F7F7F7;
  width: 100vw;
  position: relative;
  left: calc((100vw - var(--wrap)) / -2);
  padding: 140px 0 170px;
}
.l_service_flow_wrap::before {
  content: '';
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  display: block;
  background: #fff;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
}
.l_service_flow_wrap::after {
  content: '';
  position: absolute;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  display: block;
  background: #F7F7F7;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -49px;
}


/*----------------------------------------------
	.l_message
---------------------------------------------*/
.l_message{
  margin: 105px auto 90px;
  position: relative;
  width: fit-content;
}


/*----------------------------------------------
	.l_recruit_bar
---------------------------------------------*/
.l_recruit_bar{
  overflow: hidden;
  margin-bottom: 20px;
}
.l_recruit_bar .is_wrap{
  display: flex;
  align-items: center;
  animation: 30s linear infinite xScroll;
  /* height: 500px;
  width: 300%; */
  gap: 15px;
}
.l_recruit_bar .is_wrap img{
  width: 3799px;
  height: 500px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: bottom;
  max-width: unset;
}
@keyframes xScroll {
    0%     { transform: translateX(-100%);}
    100% { transform: translateX(0);}
}


/*----------------------------------------------
	.l_company_data
---------------------------------------------*/
.l_company_data{
  background: #F2F6FA;
  padding: 100px 0 160px;
}


/*----------------------------------------------
	.l_comp_data_cards
---------------------------------------------*/
.l_comp_data_cards2{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.l_comp_data_cards3{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}


/*----------------------------------------------
	.l_work_cards
---------------------------------------------*/
.l_work_cards{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 130px 60px;
  flex-wrap: wrap;
}


/*----------------------------------------------
	.l_require
---------------------------------------------*/
.l_require{
  padding: 100px 0 120px;
}


/*----------------------------------------------
	.l_require_column
---------------------------------------------*/
.l_require_column{
  display: flex;
  gap: 60px;
}

/*----------------------------------------------
  .l_tab_menu
---------------------------------------------*/
.l_tab_menu{
  display: flex;
  flex-direction: column;
  max-width: 200px;
  flex-shrink: 0;
  width: 100%;
}


/*----------------------------------------------
  .l_tab_inner
---------------------------------------------*/
.l_tab_inner{
  display: none;
  width: 100%;

  &.is_active{
    display: block;
  }
}


/*----------------------------------------------
	.l_flow
---------------------------------------------*/
.l_flow{
  background: #F2F6FA;
  padding: 100px 0 120px;
}


/*----------------------------------------------
	.l_recruit_flow
---------------------------------------------*/
.l_recruit_flow{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}


/*----------------------------------------------
	.l_interview
---------------------------------------------*/
.l_interview{
  background: var(--color5);
  padding: 100px 0 120px;
}


/*----------------------------------------------
	.l_interview_items
---------------------------------------------*/
.l_interview_items{
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}


/*----------------------------------------------
	.l_faq
---------------------------------------------*/
.l_faq{
  padding: 100px 0;
}


/*----------------------------------------------
	.l_entry
---------------------------------------------*/
.l_entry{
  background: #F7F7F7;
  padding: 80px 60px 80px 95px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: flex-start;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}


/*----------------------------------------------
	.l_contact
---------------------------------------------*/
.l_contact{
  display: flex;
  flex-direction: column;
}


/*----------------------------------------------
	.l_sitemap
---------------------------------------------*/
.l_sitemap{
  display: flex;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
}


/*----------------------------------------------
	.l_modal
---------------------------------------------*/
.l_modal{
  position: fixed;
  background: var(--rec_menu_bg);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}


/*----------------------------------------------
	.l_mailing_flow_wrap
---------------------------------------------*/
.l_mailing_flow_wrap:not(.block-editor-block-list__block) {
  background: #E9EDF7;
  width: 100vw;
  position: relative;
  left: calc((100vw - var(--wrap)) / -2);
  padding: 90px 0 100px;
}

.l_mailing_flow {
  position: relative;
}
.l_mailing_flow .slick-arrow {
  z-index: 2;
  top: calc(50% - 40px / 2);
  width: 40px;
  height: 40px;
  transition: 0.2s;
}
.l_mailing_flow .slick-arrow:hover {
  opacity: 0.7;
}
.l_mailing_flow .slick-arrow.slick-disabled {
  display: none!important;
}
.l_mailing_flow .slick-arrow.slick-next {
  right: -10px;
  top: calc(50% - 40px / 2 + 20px);
}
.l_mailing_flow .slick-arrow.slick-prev {
  left: -20px;
  transform: rotate(180deg);
  transform-origin: center;
}
.l_mailing_flow .slick-arrow::before {
  opacity: 1;
  background: url(../images/icon_arrow.svg) no-repeat;
  content: '';
  width: 40px;
  height: 40px;
  background-size: 13px;
  background-position: center;
  position: absolute;
  background-color: var(--color);
  border-radius: 100px;
  display: block;
  z-index: 99;
  top: 0;
}


/*----------------------------------------------
	.l_thumb
---------------------------------------------*/
.l_thumb{
  max-width: 700px;
  height: auto;
  width: 100%;
  object-fit: cover;
  margin: 0 auto 60px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}