/* CSS Document */
.top{
	height: var(--windowfixdheight);
	position: relative;
	z-index: 3;
}
.top::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 5;
	-webkit-mask-image: url("/img/svg/sp_slider_deco.svg");
  mask-image: url("/img/svg/sp_slider_deco.svg");
  -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;
	height: 20vw;
	width: 100vw;
}
body:not([wc-view-code="sp"]) .top::after{
	-webkit-mask-image: url("/img/svg/pc_slider_deco.svg");
  mask-image: url("/img/svg/pc_slider_deco.svg");
	height: 9.5vw;
}
.top .top_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap:5px;
}
.top .top_text > h2{
	color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
  text-align: center;
}
body:not([wc-view-code="sp"]) .top .top_text > h2{
	font-size: 2.5rem;
}
.top .top_text > p{
	font-family: "Montserrat";
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}
body[wc-view-code="sp"] .top .top_text > p{
	font-size: 1.35rem;
}
.top .t_slider{
	height: var(--windowfixdheight);
	position: absolute;
	inset:0;
	z-index: 1;
}
.top .t_slider .t_in_slider{	
	height: var(--windowfixdheight) !important;
  width: 100vw !important;
}
.top .t_slider .t_in_slider .t_s_box{
	height: var(--windowfixdheight) !important;
  width: 100vw !important;
	position: relative;
	z-index: 1;
}
.top .t_slider .t_in_slider .t_s_box::before{
	content: "";
	position: absolute;
	inset:0;
	background-color: rgba(23,81,43,0.5);
	z-index: 2;
}
.top .t_slider .t_in_slider .t_s_box img{
	height: var(--windowfixdheight) !important;
  width: 100vw !important;
}
/*元のから変更*/
.top .cs_wrap[class*="fade"]{
	width: 100vw !important;
}
.top .cs_inner{
	height: var(--windowfixdheight) !important;
  width: 100vw !important;
}
.cs_wrap[class*="fade"] .cs_inner{
	margin: 0 !important;
}
/*○○について*/
.about{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .about{
	padding: var(--headerHeight) 6vw;
}
body[wc-view-code="tb"] .about{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .about{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.about .a_in_contents{
}
.about .a_in_contents > p{
	line-height: 1.8rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.about .a_in_contents > p.wcvisible{
	opacity: 1;
}
body:not([wc-view-code="sp"]) .about .a_in_contents > p{
	text-align: center;
}
.about .a_in_contents > p:not(:first-of-type){
	margin-top: 0.55rem;
}
.about .a_in_contents .a_in_list{
	list-style: none;
	list-style-position: outside;
	display: flex;
	gap:5px;
	margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .about .a_in_contents .a_in_list{
  width: 380px;
  margin: 1rem auto 0;
}
.about .a_in_contents .a_in_list li{
	color: #133d1b;
  display: flex;
  align-items: center;
	justify-content: center;
  gap: 0.25rem;
  width: calc(50% - 2.5px);
  border: solid 1px #133d1b;
  font-size: 0.91rem;
  line-height: 1em;
  padding: 0.35rem 0.25rem;
  box-sizing: border-box;
  text-align: center;
}
.about .a_in_contents .btn{
	margin: 1.5rem auto 0 auto;
	transition: opacity 600ms ease;
	opacity: 0;
}
.about .a_in_contents .btn.wcvisible{
	opacity: 1;
}
/*利用用途*/
.purpose{
	box-sizing: border-box;
	background-color: #eff1ee;
	border-radius: 4rem;
}
body[wc-view-code="sp"] .purpose{
	padding: var(--headerHeight) 6vw;
}
body[wc-view-code="tb"] .purpose{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .purpose{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.purpose .contents_title{
	margin-bottom: 1.5rem;
}
.purpose .contents_title::after{
	content: "Purpose of use";
}
.purpose > p{
	line-height: 1.75rem;
	margin-bottom: 1.5rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.purpose > p.wcvisible{
	opacity: 1;
}
body:not([wc-view-code="sp"]) .purpose > p{
	text-align: center;
}
.purpose > .p_flex{
	display: flex;
	flex-wrap: wrap;
	gap:0.5rem;
}
.purpose > .p_flex a{
	display: block;
	text-decoration:none;
	transition: opacity 600ms ease;
	opacity: 0;
}
.purpose > .p_flex a.wcvisible{
	opacity: 1;
}
body[wc-view-code="sp"] .purpose > .p_flex a{
	width: calc(44vw - 0.25rem);
	height: calc(44vw - 0.25rem);
}
body[wc-view-code="tb"] .purpose > .p_flex a{
	width: calc((90vw / 4) - 0.375rem);
	height: calc((90vw / 4) - 0.375rem);
}
body[wc-view-code="pc"] .purpose > .p_flex a{
	width: calc((1100px / 4) - 0.375rem);
	height: calc((1100px / 4) - 0.375rem);
}
.purpose > .p_flex a:nth-of-type(1){
	border-radius: 1.5rem 0 0 0;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(2){
	border-radius: 1.5rem 0 0 0;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(7){
	border-radius: 0 0 0 1.5rem;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(8){
	border-radius: 0 0 1.5rem 0;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(4){
	border-radius: 0 1.5rem 0 0;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(5){
	border-radius: 0 0 0 1.5rem;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(8){
	border-radius: 0 0 1.5rem 0;
}
.purpose > .p_flex a article{
	position: relative;
	z-index: 3;
	padding: 0.25rem;
	box-sizing: border-box;
	padding-top: 15.5vw;
	display: flex;
  flex-direction: column;
	align-items: center;
	padding-bottom: 0.65rem;
}
.purpose > .p_flex a article *{
	color: #fff;
}
body[wc-view-code="sp"] .purpose > .p_flex a article{
	width: calc(44vw - 0.25rem);
	height: calc(44vw - 0.25rem);
}
body[wc-view-code="tb"] .purpose > .p_flex a article{
	width: calc((90vw / 4) - 0.375rem);
	height: calc((90vw / 4) - 0.375rem);
	padding-top: 8.5vw;
}
body[wc-view-code="pc"] .purpose > .p_flex a article{
	width: calc((1100px / 4) - 0.375rem);
	height: calc((1100px / 4) - 0.375rem);
	padding: 110px 1rem 1rem 1rem;
}
.purpose > .p_flex a:nth-of-type(1) article{
	border-radius: 1.5rem 0 0 0;
}
.purpose > .p_flex a:nth-of-type(2) article{
	border-radius: 0 1.5rem 0 0;
}
.purpose > .p_flex a article > h2,
.purpose > .p_flex a article > p,
.purpose > .p_flex a article > .more{
	position: relative;
	text-align: center;
}
.purpose > .p_flex a article > h2,
.purpose > .p_flex a article > p,
.purpose > .p_flex a article > .more,
.purpose > .p_flex a article > .num{
	z-index: 4;
}
.purpose > .p_flex a article > h2{
	font-size: 1.2rem;
  font-weight: 700;
	white-space: nowrap;
}
body[wc-view-code="pc"] .purpose > .p_flex a article > h2{
	font-size: 1.35rem;
}
.purpose > .p_flex a article > p{
	font-family: "Montserrat";
  font-size: 0.9rem;
}
body[wc-view-code="pc"] .purpose > .p_flex a article > p{
	font-size: 1rem;
}
.purpose > .p_flex a article > .more{
	width: fit-content;
	display: flex;
	font-size: 0.95rem;
	margin-top: auto;
}
.purpose > .p_flex a article > .more::after{
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	-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;
}
.purpose > .p_flex a article > .num{
	position: absolute;
  top: 0;
  font-family: "Montserrat";
  font-size: 5rem;
  opacity: 0.3;
  line-height: 1em;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(odd) article > .num{
	left: 0.25rem;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(even) article > .num{
	right: 0.25rem;
}
body[wc-view-code="tb"] .purpose > .p_flex a article > .num{
	font-size: 4.85rem;
	left: 0.25rem;
}
body[wc-view-code="pc"] .purpose > .p_flex a article > .num{
	font-size: 6rem;
	left: 0.25rem;
}
.purpose > .p_flex a article figure{
	position: absolute;
	inset:0;
	z-index: 1;
}

.purpose > .p_flex a article figure::before{
	content: "";
	inset:0;
	z-index: 2;
	background-color: rgba(23,81,43,0.35);
	position: absolute;
}
body[wc-view-code="sp"] .purpose > .p_flex a article figure{
	width: calc(44vw - 0.25rem);
	height: calc(44vw - 0.25rem);
}
body[wc-view-code="tb"] .purpose > .p_flex a article figure{
	width: calc((90vw / 4) - 0.375rem);
	height: calc((90vw / 4) - 0.375rem);
}
body[wc-view-code="pc"] .purpose > .p_flex a article figure{
	width: calc((1100px / 4) - 0.375rem);
	height: calc((1100px / 4) - 0.375rem);
}
body[wc-view-code="sp"] .purpose > .p_flex a article figure img{
	width: calc(44vw - 0.25rem);
	height: calc(44vw - 0.25rem);
}
body[wc-view-code="tb"] .purpose > .p_flex a article figure img{
	width: calc((90vw / 4) - 0.375rem);
	height: calc((90vw / 4) - 0.375rem);
}
body[wc-view-code="pc"] .purpose > .p_flex a article figure img{
	width: calc((1100px / 4) - 0.375rem);
	height: calc((1100px / 4) - 0.375rem);
}
.purpose > .p_flex a:nth-of-type(1) article figure::before,
.purpose > .p_flex a:nth-of-type(1) article figure img{
	border-radius: 1.5rem 0 0 0;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(2) article figure::before,
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(2) article figure img{
	border-radius: 0 1.5rem 0 0;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(7) article figure::before,
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(7) article figure img{
	border-radius: 0 0 0 1.5rem;
}
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(8) article figure::before,
body[wc-view-code="sp"] .purpose > .p_flex a:nth-of-type(8) article figure img{
	border-radius: 0 0 1.5rem 0;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(4) article figure::before,
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(4) article figure img{
	border-radius: 0 1.5rem 0 0;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(5) article figure::before,
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(5) article figure img{
	border-radius: 0 0 0 1.5rem;
}
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(8) article figure::before,
body:not([wc-view-code="sp"]) .purpose > .p_flex a:nth-of-type(8) article figure img{
	border-radius: 0 0 1.5rem 0;
}
/*納入事例*/
.delivery{
	box-sizing: border-box;
	padding: var(--headerHeight) 0;
}
body[wc-view-code="sp"] .delivery{
	padding: var(--headerHeight) 0;
}
.delivery .contents_title{
	margin-bottom: 1.25rem;
}
.delivery .contents_title::after{
	content: "Delivery example";
}
.delivery > p{
	line-height: 1.8rem;
	margin-bottom: 1.5rem;
	transition: opacity 600ms ease;
	opacity: 0;
}
.delivery > p.wcvisible{
	opacity: 1;
}
body[wc-view-code="sp"] .delivery > p{
	width: 86vw;
	margin: 1rem auto 0 auto;
}
body:not([wc-view-code="sp"]) .delivery > p{
	text-align: center;
}
.delivery > .btn{
	margin: 1rem auto 0 auto;
	transition: opacity 600ms ease;
	opacity: 0;
}
.delivery > .btn.wcvisible{
	opacity: 1;
}
.delivery .d_slider{
	margin-top: 1rem;
	transition: transform 600ms ease,opacity 600ms ease;
	transform: translateY(1.5rem);
	opacity: 0;
}
.delivery .d_slider.wcvisible{
	transform: translateY(0);
	opacity: 1;
}
.delivery .d_slider .d_in_slide{
	gap:0.75rem; 
}
.delivery .d_slider .d_in_slide .d_slide_item{
	width: 150px !important;
	height: 150px !important;
}
.delivery .d_slider .d_in_slide .d_slide_item img{
	width: 150px !important;
	height: 150px !important;
	border-radius: 0.75rem;
}
/*バナー*/
.banner{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap:1rem;
	align-items: center;
	justify-content: center;
	background-color: #eff1ee;
}
body[wc-view-code="sp"] .banner{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .banner{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="sp"] .banner,
body[wc-view-type="tb"] .banner{
	flex-direction: column;
}
body[wc-view-code="pc"] .banner{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.banner > .banner_box{
	display: block;
	position: relative;
	z-index: 1;
	width: 275px;
	height: 80px;
}
body[wc-view-type="tb"] .banner > .banner_box{
	width: 550px;
	height: 170px;
}
body[wc-view-type="tb-l"] .banner > .banner_box{
	width: 400px;
	height: 125px;
}
body[wc-view-code="pc"] .banner > .banner_box{
	width: 542px;
	height: 169px;
}
.banner > .banner_box > figure{
	position: absolute;
	inset:0
}
.banner > .banner_box > figure img{
	width: 275px;
	height: 80px;
}
body[wc-view-type="tb"] .banner > .banner_box > figure img{
	width: 550px;
	height: 170px;
}
body[wc-view-type="tb-l"] .banner > .banner_box > figure img{
	width: 400px;
	height: 125px;
}
body[wc-view-code="pc"] .banner > .banner_box > figure img{
	width: 542px;
	height: 169px;
}
/*メンテナンス*/
.maintenance{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
body[wc-view-code="sp"] .maintenance{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .maintenance{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .maintenance{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.maintenance .contents_title{
	color: #fff;
}
.maintenance .contents_title::after{
	content: "Maintenance";
	color: #fff;
}
.maintenance > p{
	color: #fff;
	line-height: 1.8rem;
	margin-top: 1rem;
	transition: opacity 600ms ease;
	opacity: 0;
}

.maintenance > p.wcvisible{
	opacity: 1;
}
body:not([wc-view-code="sp"]) .maintenance > p{
	text-align: center;
}
.maintenance > .btn{
	margin: 1rem auto 0;
	transition: opacity 600ms ease;
	opacity: 0;
}
.maintenance > .btn.wcvisible{
	opacity: 1;
}
.maintenance > figure{
	position: absolute;
	inset:0;
	z-index: -1;
}
.maintenance > figure::before{
	content: "";
	position: absolute;
	inset:0;
	background-color: rgba(23,81,43,0.5);
	z-index: 2;
}
.maintenance > figure img{
	height: 100%;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
}
body[wc-view-code="sp"] .news{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .news{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .news{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.news .contents_title::after{
	content: "News";
}
.news .news_block{
	margin-top: 1.25rem;
}
.news .news_block a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid var(--borderColor);
	padding: 0.75rem;
	box-sizing: border-box;
	transition: opacity 600ms ease;
	opacity: 0;
}

.news .news_block a.wcvisible{
	opacity: 1;
}
.news .news_block a:first-of-type{
	border-top: 1px solid var(--borderColor);
}
.news .news_block a article{
	display: flex;
	flex-direction: column-reverse;
}
.news .news_block a article .news_info{
	display: flex;
	gap:0.5rem;
}
.news .news_block a article .news_info time{
	font-family: "Montserrat";
	color: var(--defColor);
}
.news .news_block a article .news_info .category{
	display: flex;
	gap:0.35rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
}
.news .news_block a article .news_info .category li{
	border: solid 1px var(--supportColor);
	color: var(--supportColor);
	font-size: 0.8rem;
	flex: none;
	border-radius: 1rem;
	padding: 0 0.25rem;
}
.news .news_block a article > h2{
	font-size: 1.2rem;
	padding-right: 1.75rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	color: var(--defColor);
	margin-top: 0.25rem;
}
.news .news_block a article > h2::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: var(--defColor);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.news .btn{
	margin: 1.5rem auto 0;
	transition: opacity 600ms ease;
	opacity: 0;
}
.news .btn.wcvisible{
	opacity: 1;
}