/* CSS Document */
/*トップ*/
.top{
	height: var(--windowfixdheight);
	width: 100vw;
	position: relative;
	z-index: 1;
}
.top > h2{
	position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 2rem;
  font-weight: 500;
  left: 50%;
	letter-spacing: 3px;
  white-space: nowrap;
	text-shadow: 4px 4px 8px rgba(27,30,41,0.45);
	font-family: "ZenKakuGothicNew-vertical";
}
.top .t_slider{
	height: var(--windowfixdheight) !important;
	width: 100vw !important;
	position: absolute;
	inset:1
}
.top .t_slider .t_in_slider{
	height: var(--windowfixdheight) !important;
	width: 100vw !important;
}
.top .t_slider .t_in_slider .ts_item{
	height: var(--windowfixdheight) !important;
	width: 100vw !important;
	position: relative;
	z-index: 1;
}
.top .t_slider .t_in_slider .ts_item::before{
	content: "";
	position: absolute;
	inset:0;
	background-color: rgba(0,0,0,0.25);
	z-index: 2;
}
.top .t_slider .t_in_slider .ts_item img{
	height: var(--windowfixdheight) !important;
	width: 100vw !important;
}
/*元のスライダーから書き換え*/
.top .t_slider .cs_wrap[class*="fade"], .top .t_slider .cs_wrap.comboslider-mask-change{
	width: 100vw !important;
}
.top .t_slider .cs_inner{
	height: var(--windowfixdheight) !important;
	width: 100vw !important;
}
/*○○について*/
.about{
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
body[wc-view-code="sp"] .about,
body[wc-view-code="tb"] .about{
	padding: calc(var(--headerHeight) + 1rem) 0 0;
}
body[wc-view-code="pc"] .about{
	padding: calc(var(--headerHeight) + 4rem) calc((100vw - 850px) / 2) 0;
	padding-bottom: 350px;
}
.about .a_text{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .about .a_text{
	padding: 0 5vw;
}
body[wc-view-code="tb"] .about .a_text{
	padding: 0 5vw;
}
.about .a_text > p{
	line-height: 2.2rem;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.about .a_text > p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.about .a_text > p:not(:first-of-type){
	margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .about .a_text > p{
	text-align: center;
}
.about .a_text .btn{
	margin: 1.5rem auto 0 auto;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.about .a_text .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="pc"] .about .a_text .btn{
	margin-top: 2rem;
}
.about .a_img_block{
	display: flex;
	flex-wrap:wrap;
	margin-top: 3.5rem
}
body[wc-view-code="sp"] .about .a_img_block{
	padding-bottom: 5vw;
}
body[wc-view-code="pc"] .about .a_img_block{
	width: 100vw;
	inset:0;
	margin-top: 0;
	position: absolute;
	z-index: -1;
}
.about .a_img_block figure{
	transition: opacity 1000ms linear,filter 1000ms linear;
	opacity: 0;
	filter: blur(10px);
}
.about .a_img_block figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="pc"] .about .a_img_block figure{
	position: absolute;
}
.about .a_img_block .a_img01{
	width: 65vw;
}
body[wc-view-code="tb"] .about .a_img_block .a_img01{
	width: 63vw;
}
body[wc-view-code="pc"] .about .a_img_block .a_img01{
	width: calc((100vw - 800px) / 2);
  top: var(--headerHeight);
	left: 0;
}
.about .a_img_block .a_img01 img{
	aspect-ratio: 1/1.1;
}
body[wc-view-code="tb"] .about .a_img_block .a_img02{
	width: 30vw;
}
body[wc-view-code="pc"] .about .a_img_block .a_img01 img{
	height: 410px;
}
.about .a_img_block .a_img02{
	width: 29vw;
  margin-left: auto;
  margin-top: 30vw;
}
body[wc-view-code="pc"] .about .a_img_block .a_img02{
	width: 230px;
	right: 0;
	top: calc(var(--headerHeight) * 2.75);
	margin-top: 0;
}
.about .a_img_block .a_img02 img{
	aspect-ratio:1/1.1;
}
body[wc-view-code="pc"] .about .a_img_block .a_img02 img{
	height: 230px;
}
.about .a_img_block .a_img03{
	width: 70vw;
	margin: 1.75rem 4vw 0 auto;
}
body[wc-view-code="tb"] .about .a_img_block .a_img03{
	margin-top: 2.25rem;
}
body[wc-view-code="pc"] .about .a_img_block .a_img03{
	width: 550px;
  bottom: 0;
  right: calc((100% - 1100px) / 2);
  margin-top: 0;
}
.about .a_img_block .a_img03 img{
	aspect-ratio:2/1;
}
body[wc-view-code="pc"] .about .a_img_block .a_img03 img{
	height: 250px;
}
.about .a_img_block .a_img04{
	width: 20vw;
  position: absolute;
  bottom: -1rem;
  left: 8vw;
}
body[wc-view-code="sp"] .about .a_img_block .a_img04{
	width: 18vw;
  left: 4vw;
}
body[wc-view-code="tb"] .about .a_img_block .a_img04{
	width: 18vw;
  left: 5vw;
}
body[wc-view-code="pc"] .about .a_img_block .a_img04{
	width: 200px;
  height: 200px;
  left: calc((100vw - 850px) / 2);
  bottom: 6.5rem;
}
.about .a_img_block .a_img04 img{
	aspect-ratio:1/1;
}
/*サービス内容*/
.service{
	box-sizing: border-box;
}
.service .contents_title::before{
	content:"Service";
}
body[wc-view-code="sp"] .service{
	padding: calc(var(--headerHeight) + 1rem) 0 0;
}
body[wc-view-code="tb"] .service{
	padding: calc(var(--headerHeight) + 1rem) 0 0;
}
body[wc-view-code="pc"] .service{
	padding: calc(var(--headerHeight) + 1rem) 0 0;
}
.service article{
	padding: 2rem 0 2.5rem;
	position: relative;
	z-index: 1;
}
.service article::before,
.service article:last-of-type::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: var(--defColor);
	left: 0;
	right: 0;
	transition: all 800ms ease;
	transform: scale(0);
}
.service article.wcvisible:last-of-type::after{
	transition: all 800ms 400ms ease;
}
.service article::before{
	top:0;
}
.service article:last-of-type::after{
	bottom: 0;
}
.service article.wcvisible::before,
.service article.wcvisible:last-of-type::after{
	transform: scale(1);
}
body[wc-view-code="tb"] .service article{
	padding: 2rem;
}
body[wc-view-code="pc"] .service article{
	padding: 2.5rem calc((100vw - 1100px) / 2) 3rem calc((100vw - 1100px) / 2);
}
.service article > h2{
	font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
	transition: opacity 1000ms ease,filter 1000ms ease;
	opacity: 0;
	filter: blur(10px);
}
.service article.wcvisible > h2{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="tb"] .service article > h2{
	margin-bottom: 1.25rem;
}
body[wc-view-code="pc"] .service article > h2{
	margin-bottom: 1.75rem;
	gap: 0.5rem;
}
.service article > h2 .s_num{
	font-size: 1.45rem;
  font-family: "Roboto";
  line-height: 1em;
}
.service article > .service_in_contents{
	display: flex;
}
body[wc-view-code="sp"] .service article > .service_in_contents{
	flex-direction: column;
}
body:not([wc-view-code="sp"]) .service article:nth-of-type(even) > .service_in_contents{
	flex-direction: row-reverse;
}
.service article > .service_in_contents .service_text{
	box-sizing: border-box;
	padding: 0 calc(5vw + 1rem) 1.5rem calc(5vw + 1rem);
	transition: opacity 1000ms ease,filter 1000ms ease;
	opacity: 0;
	filter: blur(10px);
}
.service article.wcvisible > .service_in_contents .service_text{
	opacity: 1;
	filter: blur(0);
}
body:not([wc-view-code="sp"]) .service article > .service_in_contents .service_text{
	width: 50%;
}
body[wc-view-code="tb"] .service article:nth-of-type(odd) > .service_in_contents .service_text{
	padding: 1rem 1rem 1rem 0;
}
body[wc-view-code="tb"] .service article:nth-of-type(even) > .service_in_contents .service_text{
	padding: 1rem 0 1rem 1rem;
}
body[wc-view-code="pc"] .service article:nth-of-type(odd) > .service_in_contents .service_text{
	padding-right: 1.5rem;
	padding-left: 0;
	padding-top: 1rem;
}
body[wc-view-code="pc"] .service article:nth-of-type(even) > .service_in_contents .service_text{
	padding-left: 1.5rem;
	padding-right: 0;
	padding-top: 1rem;
}
.service article > .service_in_contents .service_text p{
	line-height: 1.8rem;
}
.service article > .service_in_contents .service_text .btn{
	margin: 1rem auto 0 auto;
}
.service article > .service_in_contents figure{
	transition: opacity 1000ms ease,filter 1000ms ease;
	opacity: 0;
	filter: blur(10px);
}
.service article.wcvisible > .service_in_contents figure{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .service article > .service_in_contents figure{
	width: 90vw;
	margin: 0 auto;
}
body:not([wc-view-code="sp"]) .service article > .service_in_contents figure{
	width: 50%;
}
.service article > .service_in_contents figure img{
	aspect-ratio:1.414/1;
}
/*採用情報*/
.recruit{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .recruit{
	padding: calc(var(--headerHeight) + 1rem) 5vw;
}
body[wc-view-code="tb"] .recruit{
	padding: calc(var(--headerHeight) + 1rem) 7vw;
}
body[wc-view-code="pc"] .recruit{
	padding: calc(var(--headerHeight) + 1rem) calc((100vw - 1100px) / 2);
}
.recruit .recruit_inner{
	background-color: var(--defColor);
	border-radius: 0.75rem;
	box-sizing:border-box; 
	display: flex;
	flex-wrap:wrap;
}
body[wc-view-code="sp"] .recruit .recruit_inner,
body[wc-view-type="tb"] .recruit .recruit_inner{
	flex-direction: column;
}
body[wc-view-code="sp"] .recruit .recruit_inner{
	padding: 1.5rem
}
body:not([wc-view-code="sp"]) .recruit .recruit_inner{
	padding: 2rem;
}
.recruit .recruit_inner .contents_title{
	width: 100%;
}
.recruit .recruit_inner .contents_title::before{
	content: "Recruit";
}
.recruit .recruit_inner .recruit_text{
	box-sizing: border-box;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.recruit .recruit_inner .recruit_text.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .recruit .recruit_inner .recruit_text{
	padding: 0 0.5rem 1.5rem 0.5rem;
}
body[wc-view-code="tb"] .recruit .recruit_inner .recruit_text{
	padding: 0 0 1.5rem 0;
}
body[wc-view-type="tb-l"] .recruit .recruit_inner .recruit_text,
body[wc-view-code="pc"] .recruit .recruit_inner .recruit_text{
	width: 50%;
	padding: 1rem 1.5rem 1.5rem 0;
}
.recruit .recruit_inner .recruit_text p{
	line-height: 1.8rem;
	color: #fff;
}
.recruit .recruit_inner .recruit_text .btn{
	margin: 1rem auto 0 auto;
}
.recruit .recruit_inner figure{
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.recruit .recruit_inner figure.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-type="tb-l"] .recruit .recruit_inner figure,
body[wc-view-code="pc"] .recruit .recruit_inner figure{
	width: 50%;
}
.recruit .recruit_inner figure img{
	aspect-ratio:1.414/1;
}
body[wc-view-type="tb"] .recruit .recruit_inner figure img{
	aspect-ratio:2/1.25;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .news{
	padding: 0 5vw calc(var(--headerHeight) + 1rem) 5vw;
}
body[wc-view-type="tb"] .news{
	padding: 0 7vw calc(var(--headerHeight) + 1rem) 7vw;
}
body[wc-view-type="tb-l"] .news{
	padding: 0 10vw calc(var(--headerHeight) + 1rem) 10vw;
}
body[wc-view-code="pc"] .news{
	padding: 0 calc((100vw - 850px) / 2) calc(var(--headerHeight) + 1rem) calc((100vw - 850px) / 2);
}
.news .contents_title::before{
	content: "News";
}
.news > a{
	display: block;
	text-decoration: none;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.news > a.wcvisible{
	opacity: 1;
	filter: blur(0);
}
.news > a{
	margin-bottom: 0.5rem;
}
.news > a:last-of-type{
	margin-bottom: 1.5rem;
}
.news > a > article{
	display: flex;
  flex-wrap: wrap;
  background-color: #efefef;
  border-radius: 5px;
  padding: 0.75rem;
}
.news > a > article > h2{
	font-weight: 500;
	order:2;
	width: calc(100% - 80px);
	padding-left: 5px;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: var(--defColor);
	padding-right: 1.75rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
}
.news > a > article > h2::before,
.news > a > article > h2::after{
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.news > a > article > h2::before{
	width: 1.4rem;
	height: 1.4rem;
	z-index: 2;
	background-color: rgba(27,30,41,0.855);
	border-radius: 4px;
}
.news > a > article > h2::after{
	z-index: 3;
	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;
	top: 50%;
	transform: translateY(-50%);
}
.news > a > article > time{
	width: 80px;
	order:1;
	color: var(--defColor);
	font-family: "Roboto";
	padding: 0.3rem 0;
	box-sizing: border-box;
}
.news > a > article > .category{
	display: flex;
	overflow: hidden;
	gap:2px;
	list-style: none;
	list-style-position: outside;
	order: 3;
	margin-top: 3px;
}
.news > a > article > .category li{
	flex: none;
	background-color: #fff;
	padding: 0.15rem 0.2rem;
	font-size: 0.85rem;
	color: rgba(27,30,41,0.75);
	line-height: 1em;
}
.news .btn{
	margin-left: auto;
	margin-right: auto;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.news .btn.wcvisible{
	opacity: 1;
	filter: blur(0);
}
/*お問い合わせ*/
.contact{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
body[wc-view-code="sp"] .contact{
	padding: calc(var(--headerHeight) + 1rem) 5vw;
}
body[wc-view-code="tb"] .contact{
	padding: calc(var(--headerHeight) + 1rem) 7vw;
}
body[wc-view-code="pc"] .contact{
	padding: calc(var(--headerHeight) + 1rem) calc((100vw - 1100px) / 2);
}
.contact .contents_title::before{
	content: "Contact";
}
.contact > p{
	color: #fff;
	line-height: 1.8rem;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.contact > p.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body:not([wc-view-code="sp"]) .contact > p{
	text-align: center;
}
.contact > .contact_block{
	display: flex;
	transition: opacity 800ms ease,filter 800ms ease;
	opacity: 0;
	filter: blur(10px);
}
.contact > .contact_block.wcvisible{
	opacity: 1;
	filter: blur(0);
}
body[wc-view-code="sp"] .contact > .contact_block{
	flex-direction: column;
}
body:not([wc-view-code="sp"]) .contact > .contact_block{
	justify-content: center;
  gap: 1rem;
	margin: 1.5rem auto 0 auto;
	width: fit-content;
	border: solid 1px #fff;
	box-sizing: border-box;
}
.contact > .contact_block dl{
}
body[wc-view-code="sp"] .contact > .contact_block dl{
	margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .contact > .contact_block .tel{
	border-right: 1px solid #fff;
}
.contact > .contact_block dl > dt{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .contact > .contact_block dl > dt{
	padding: 2rem 2rem 0 2rem;
}
.contact > .contact_block dl > dt h3{
	font-weight: 500;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
}
.contact > .contact_block dl > dd{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .contact > .contact_block dl > dd{
	padding: 0 2rem 2rem 2rem;
}
.contact > .contact_block .tel > dd{
}
.contact > .contact_block .tel > dd > a{
	display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
}
.contact > .contact_block .tel > dd > a::before{
	content: "";
  width: 2.25rem;
  height: 2.25rem;
  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;
  margin-top: 0.25rem;
}
.contact > .contact_block .mail > dd{
}
.contact > .contact_block .mail > dd .btn{
	margin: 0.5rem auto 0 auto;
}
.contact > figure{
	position: absolute;
	inset:0;
	z-index: -1;
}
.contact > figure::before{
	content: "";
	position: absolute;
	inset:0;
	z-index: 0;
	background-color: rgba(0,0,0,0.28);
}

.contact > figure img{
	height: 100%;
}