/* CSS Document */
.top{
	width: 100vw;
	height: var(--windowfixdheight);
	position: relative;
	z-index: 1;
}
.top .top_text{
	position: absolute;
	z-index: 3;
	inset:0;
	width: 100vw;
	height: var(--windowfixdheight);
	background: #000000;
  background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.24) 45%, rgba(0, 0, 0, 0) 100%);
	box-sizing: border-box;
	display: flex;
  flex-direction: column;
}
body[wc-view-code="sp"] .top .top_text{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .top .top_text{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .top .top_text{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .top .top_text{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.top .top_text *{
	color: #fff;
}
.top .top_text h2{
	margin-top: auto;
}
.top .top_text h2 .t_in_text{
	overflow: hidden;
	display: block;
}
.top .top_text h2 .t_in_text span{
	font-size: 2.5rem;
	font-weight: 700;
	transition: transform ease 700ms;
	transform: translateY(100%);
	display: block;
}
body:not([wc-view-code="sp"]) .top .top_text h2 .t_in_text span{
	font-size: 3.5rem;
}
.top .top_text h2.wcvisible .t_in_text span{
	transform: translateY(0);
}
.top .top_text p{
	overflow: hidden;
	display: block;
}
.top .top_text p span{
	font-size: 1.25rem;
  font-family: "Oswald";
  font-weight: 700;
	transition: transform ease 600ms;
	transform: translateY(100%);
	display: block;
}
body:not([wc-view-code="sp"]) .top .top_text p span{
	font-size: 1.35rem;
}
.top .top_text p.wcvisible span{
	transform: translateY(0);
}
.top .top_text{
	position: absolute;
	z-index: 2;
	inset:0;
}
.top .t_slider .t_in_slider{
}
.top .t_slider .t_in_slider .t_s_box{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
.top .t_slider{
	height: var(--windowfixdheight);
}
.top .t_slider img{
	width: 100vw;
	height: var(--windowfixdheight) !important;
}
.top .t_slider .cs_wrap[class*="fade"]{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
.top .t_slider .cs_inner{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
.top .t_slider .cs_wrap[class*="fade"] .cs_inner{
	margin: 0;
}
.top .t_slider .cs_wrap[class*="fade"] .comboslider{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
.t_s_box{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
.t_s_box img{
	width: 100vw !important;
	height: var(--windowfixdheight) !important;
}
/*○○について*/
.about{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .about{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .about{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .about{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .about{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .about_text{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .about .about_text{
	width: 50%;
}
body[wc-view-type="tb"] .about .about_text{
	padding-right: 1rem;
}
body[wc-view-type="tb-l"] .about .about_text{
	padding-right: 1.5rem;
}
body[wc-view-code="pc"] .about .about_text{
	padding-right: 2.5rem;
}
.about .a_in_text{
	box-sizing: border-box;
	margin-top: 1rem;
}
body[wc-view-code="sp"] .about .a_in_text{
	padding-bottom: 1rem;
}
.about .a_in_text > p{
	line-height: 2rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.about .a_in_text > p.wcvisible{
	opacity: 1;
}
.about .a_in_text > p:not(:first-of-type){
	margin-top: 0.25rem;
}
.about .a_in_text .btn{
	margin: 1rem auto 0;
}
.about .a_img{
}
body:not([wc-view-code="sp"]) .about .a_img{
	width: 50%;
}
.about .a_img figure{
	transition: opacity 600ms ease;
	opacity: 0;
}
.about .a_img figure.wcvisible{
	opacity: 1;
}
.about .a_img figure img{
	aspect-ratio:2/1;
}
body:not([wc-view-code="sp"]) .about .a_img figure img{
	aspect-ratio:1.414/1;
}
/*事業内容*/
.business{
	background-color: #efefef;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .business{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .business{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .business{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .business{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.business article{
	margin-top: 1rem;
}
.business article:not(:first-of-type){
	margin-top: var(--headerHeight);
}
.business article .b_title{
	display: flex;
	gap:0.75rem;
	margin-bottom: 0.75rem;
	align-items: center;
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 1;
	transform: translateY(1rem);
}
.business article .b_title.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body:not([wc-view-code="sp"]) .business article .b_title{
	gap:1rem; 
}
.business article .b_title .b_num{
	font-size: 1.7rem;
  font-family: "Oswald";
  font-weight: 700;
}
body:not([wc-view-code="sp"]) .business article .b_title .b_num{
	font-size: 2rem;
}
.business article .b_title > h2{
	font-size: 1.3rem;
	font-weight: 700;
}
.business article .b_contents{
	display: flex;
	position: relative;
	z-index: 1;
	transition: opacity 600ms ease;
	opacity: 0;
}
body[wc-view-code="sp"] .business article .b_contents{
	flex-direction: column-reverse;
}
.business article .b_contents.wcvisible{
	opacity: 1;
}
.business article .b_contents .b_c_text{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .business article .b_contents .b_c_text{
	padding-top: 1rem;
}
body:not([wc-view-code="sp"]) .business article .b_contents .b_c_text{
	width: 50%;
}
body[wc-view-type="tb"] .business article .b_contents .b_c_text{
	padding-right: 1rem;
	padding-left: 2.8rem;
	padding-bottom: 1rem;
}
body[wc-view-type="tb-l"] .business article .b_contents .b_c_text{
	padding-right: 1.5rem;
	padding-left: 2.8rem;
	padding-bottom: 1rem;
}
body[wc-view-code="pc"] .business article .b_contents .b_c_text{
	padding-right: 2.5rem;
	padding-left: 2.8rem;
	padding-bottom: 2rem;
	display: flex;
	flex-direction: column;
}
.business article .b_contents .b_c_text > p{
	line-height: 1.8rem;
}
.business article .b_contents .b_c_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
.business article .b_contents .b_c_text .btn{
	margin: 1rem 0 0 auto;
}
body[wc-view-code="pc"] .business article .b_contents .b_c_text .btn{
	margin: auto 0 0 auto;
}
.business article .b_contents figure{
}
body[wc-view-code="sp"] .business article .b_contents figure{
	width: calc(100% - 2.25rem);
	margin-left:auto; 
}
body:not([wc-view-code="sp"]) .business article .b_contents figure{
	width: 50%;
}
.business article .b_contents figure img{
	aspect-ratio:1.414/1;
}
.business article .b_contents .b_deco{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 1.7rem;
	font-family: "Oswald";
  font-weight: 700;
  line-height: 1em;
	writing-mode: vertical-rl; 
	letter-spacing: 0.5px;
}
body:not([wc-view-code="sp"]) .business article .b_contents .b_deco{
	font-size: 2rem;
}
/*採用情報*/
.recruit{
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .recruit{	
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .recruit{	
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .recruit{	
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .recruit{	
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.recruit .contents_title,
.recruit .r_text{
	position: relative;
	z-index: 5;
}
body[wc-view-type="tb"] .recruit .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .recruit .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .recruit .contents_title{
	width: 400px;
}
body[wc-view-type="tb"] .recruit .r_text{
	width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .recruit .r_text{
	width: calc(100% - 300px);
}
body[wc-view-code="pc"] .recruit .r_text{
	width: calc(100% - 400px);
}
.recruit .r_text{
	margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .recruit .r_text{
	margin-top: 3rem;
}
.recruit .r_text > p{
	line-height: 1.8rem;
	color: #fff;
	transition: opacity 600ms ease;
	opacity: 0;
}
.recruit .r_text > p:not(:first-of-type){
	margin-top: 0.5rem;
}
.recruit .r_text > p.wcvisible{
	opacity: 1;
}
.recruit > figure{
	position: absolute;
	inset:0;
	z-index: 1;
}
.recruit > figure::before{
	content: "";
	position: absolute;
	inset:0;
	width: 100%;
	height: 100%;
	background: #F19100;
  background: linear-gradient(0deg,rgba(157, 95, 0, 0.6) 0%, rgba(84, 134, 37, 0.6) 47%, rgba(118, 183, 56, 0.59) 100%);
	z-index: 2;
}
.recruit > figure img{
	height: 100%;
}
.recruit .r_text{
}
.recruit .r_text p{
	line-height: 1.8rem;
}
.recruit .r_text p:not(:first-of-type){
	margin-top: 0.5rem;
}
.recruit .r_text .btn{
	margin: 1rem auto 0 auto;
	transition: opacity 600ms ease;
	opacity: 0;
}
body:not([wc-view-code="sp"]) .recruit .r_text .btn{
	margin: 1rem 0 0 auto;
}
.recruit .r_text .btn.wcvisible{
	opacity: 1;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
	display: flex;
}
body[wc-view-code="sp"] .news{
	padding: var(--headerHeight) 7vw;
	flex-direction: column;
}
body[wc-view-type="tb"] .news{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .news{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .news{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.news .contents_title{
}
body[wc-view-type="tb"] .news .contents_title{
	width: 250px;
}
body[wc-view-type="tb-l"] .news .contents_title{
	width: 300px;
}
body[wc-view-code="pc"] .news .contents_title{
	width: 400px;
}
.news .news_block{
	margin-top: 1rem;
}
body[wc-view-type="tb"] .news .news_block{
	width: calc(100% - 250px);
	margin-top: 3rem;
}
body[wc-view-type="tb-l"] .news .news_block{
	width: calc(100% - 300px);
	margin-top: 3rem;
}
body[wc-view-code="pc"] .news .news_block{
	width: calc(100% - 400px);
	margin-top: 3rem;
}
.news .news_block > a{
	display: flex;
	flex-direction: column-reverse;
	text-decoration: none;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
	padding: 0.6rem 0.75rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
body:not([wc-view-code="sp"]) .news .news_block > a{
	padding: 0.75rem 1rem;
}
.news .news_block > a.wcvisible{
	opacity: 1;
}
.news .news_block > a:first-of-type{
	border-top: 1px solid #333;
}
.news .news_block > a:not(:first-of-type){
	border-bottom: 1px solid #333;
}
.news .news_block > a > h2{
	padding-right: 1.75rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: #333;
}
.news .news_block > a > h2::after{
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	background-color: #333;
	-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;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	right: 0;
}
.news .news_block > a .n_info{
	display: flex;
}
.news .news_block > a .n_info time{
	font-family: "Oswald";
  font-weight: 700;
  color: #333;
  font-size: 0.95rem;
  letter-spacing: 0.25px;
  flex: none;
  margin-right: 0.75rem;
}
.news .news_block > a .category_list{
	display: flex;
	gap:5px;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
}
.news .news_block > a .category_list li{
	font-size: 0.85rem;
  color: #666;
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
  flex: none;
}
.news .btn{
	margin: 1rem auto 0 auto;
}
body:not([wc-view-code="sp"]) .news .btn{
	margin: 1rem 0 0 auto;
}
/*一番下のバナー部分*/
.banner_bottom{
	display: flex;
  padding: var(--headerHeight) 0;
  background-color: #efefef;
  justify-content: center;
}
.banner_bottom > a{
	display: block;
	width: 275px;
}
body:not([wc-view-code="sp"]) .banner_bottom > a{
	width: 400px;
}