@charset "UTF-8";

/*
■ 汎用

■ TOPページ
■ 汎用パーツ
■ 汎用ライブラリ1

■ JSライブラリ
*/



/* ■ 汎用 ==================================================================================== */

/*
背景
詳細背景
ニュース
Q&A
*/

/* 背景 --------------------------------------------------- */

.MainLeadWrap p {
color: #fff;
text-align: center;
}

.BtnAllowRight1_1 {
position: relative;
padding-right: 20px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.1em;
}

.Arrow1 {
overflow: hidden;
position: absolute;
top: 37%;
right: 15px;
bottom: 0;
width: 15px;
margin: auto 0;
line-height: 1;
}

.Arrow1:before,
.Arrow1:after {
content: "";
background-image: url(../img/common/icon/Allow.png);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
width: 15px;
height: 13px;
position: absolute;
top: 0;
right: 0;
animation-fill-mode: forwards;
animation-duration: 0.6s;
}

.Arrow1:after {
transform: translateX(-100%);
}

.BtnAllowRight1_1:hover .Arrow1:before {
animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
animation-delay: 0s;
}

.BtnAllowRight1_1:hover .Arrow1:after {
animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.PageTop .MainLeadWrap .BtnM:hover {
opacity: 1;
}

.PageTop .ContSubNavList .BtnM:hover {
opacity: 1;
}

@media only screen and (max-width: 767px) {

	.BtnAllowRight1_1 {
	padding-right: 4rem;
	}

	.PageTop {
	background-image: url(/img/home/Bg_SP.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	}
	
	.KeyVisual {
	margin-top: 1rem;
	margin-right: 1rem;
	}

	.TopMainLeadUnit .MainLead {
	margin-top: 4rem;
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	}
	
	.TopMainLeadUnit .MainLead2 {
	margin-top: 2rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.4;
	}
	
	.TopMainLeadUnit .MainLead3 {
	margin-top: 1.5rem;
	padding: 0 2rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height:2;
	text-align: left;
	}

	.TopMainLeadUnit .ToDetail {
	margin-top: 3rem;
	}

	.TopMainLeadUnit .ToDetail a {
	width: 21rem;
	}
	
	.TopContentsWrap .ContUnitWrap {
	margin-top: 21rem;	
	}
	
	.TopContentsWrap .ContWrap {
	position: relative;
	margin-top: 10rem;	
	}
	
	.TopContentsWrap .ContWrap .ContMds {
	display: inline-block;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-image: linear-gradient(60deg, #3469d8, #7ab2de);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	}

	.TopContentsWrap .ContWrap .LeadUnit {
	order: 2;
	}

	.TopContentsWrap .ContWrap .Thumb {
	order: 1;
	}

	.TopContentsWrap .ContWrap .Thumb img {
	border-radius: 10px;
	width: 100%;
	}
	
	.TopContentsWrap .ContUnit {
	display: flex;
	flex-flow: column;
	}
	
	.TopContentsWrap .ContMds2 {
	margin-top: 2.5rem;
	font-size: 2.3rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	}

	.TopContentsWrap .ContLead {
	margin-top: 2rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 2;
	}
	
	.TopContentsWrap .ContSubNavList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
	}

	.TopContentsWrap .ContSubNavList li {
	width: 100%;
	margin-bottom: 1rem;
	}

	.TopContentsWrap .ContSubNavList li a {
	width: 100%;
	}
	
	.ContWrap1 .ContMds {
	position: absolute;
	top: -3rem;
	right: -2rem;
	z-index: 10;
	}

	.ContWrap2 .ContMds {
	position: absolute;
	top: -3rem;
	left: -2rem;
	z-index: 10;
	}
	
	.ContWrap3 .ContMds {
	position: absolute;
	top: -3rem;
	right: -2rem;
	z-index: 10;
	}
	
	.PageTop #ContentsTop {
	padding-bottom: 9rem;
	}

}

@media print, screen and (min-width: 768px) {

	/* .PageTop {
	position: relative;
	background-image: url(/img/home/Bg_PC.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	}*/

	.TopMainLeadUnit {
	padding-bottom: 16rem;
	background-image: url(/img/home/Bg_PC_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	}

	#ContentsTop {
	position: relative;
	background-image: url(/img/home/Bg_PC_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;	
	}

	.KeyVisual {
	margin-left: auto;
	margin-right: auto;
	max-width: 140rem;
	padding: 0 2rem;
	margin-top: -8rem;
	}

	.TopMainLeadUnit .MainLead {
	margin-top: 15rem;
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	}
	
	.TopMainLeadUnit .MainLead2 {
	margin-top: 3.6rem;
	font-size: 3rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	font-weight: 500;
	}
	
	.TopMainLeadUnit .MainLead3 {
	margin-top: 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2.5;	
	}

	.TopMainLeadUnit .ToDetail {
	margin-top: 4.5rem;
	}

	.TopMainLeadUnit .ToDetail a {
	width: 20rem;
	}
	
	
	.TopMainLeadUnit .ContWrap {
	margin-top: 23rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 134rem;
	}
	
	.TopContentsWrap .ContWrap .ContMds {
	display: inline-block;
	font-size: 11rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-image: linear-gradient(60deg, #3469d8, #7ab2de);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	}

	.TopContentsWrap .ContWrap .LeadUnit {
	width: 55%;	
	}

	.TopContentsWrap .ContWrap .Thumb {
	width: 45%;
	}

	.TopContentsWrap .ContWrap .Thumb img {
	border-radius: 10px;
	width: 100%;
	}
	
	.TopContentsWrap .ContWrap {
	position: relative;
	margin-top: 20rem;
	}

	.ContWrap1 {
	margin-top: 0 !important;	
	}

	.ContWrap1 .Thumb {
	margin-top: -5%;
	}

	.ContWrap1 .ContMds {
	position: absolute;
	top: 5%;
	left: 16%;
	z-index: 10;
	}

	.ContWrap2 .ContMds {
	position: absolute;
	top: 10%;
	right: 13%;
	z-index: 10;
	}
	
	.ContWrap3 .ContMds {
	position: absolute;
	top: 10%;
	left: 11%;
	z-index: 10;
	}

	.TopContentsWrap .ContUnit {
	display: flex;
	align-items: flex-end;
	}
	
	.TopContentsWrap .ContMds2 {
	margin-top: 8rem;
	font-size: 2.6rem;
	letter-spacing: 0.15em;
	font-weight: 600;
	}

	.TopContentsWrap .ContLead {
	margin-top: 2rem;
	font-size: 1.7rem;
	letter-spacing: 0.08em;
	line-height: 2;
	}

	.TopContentsWrap .ContUnitL .LeadUnit {
	padding: 0 10rem 0 8rem;
	}

	.TopContentsWrap .ContUnitR .LeadUnit {
	padding: 0 4rem 0 10rem;
	}
	
	.TopContentsWrap .ContSubNavList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin-top: 4rem;
	}

	.TopContentsWrap .ContSubNavList li {
	width: calc((100% / 2) - 1rem);
	margin-bottom: 2rem;
	}

	.TopContentsWrap .ContSubNavList li a {
	width: 100%;
	padding: 1.6rem 1rem;
	}

	.PageTop #ContentsTop {
	padding-bottom: 20rem;
	}




}


@media screen and (min-width: 1100px) and (max-width: 1130px) {

	.TopContentsWrap .ContWrap .ContMds {
	font-size: 12rem;
	}

	.TopMainLeadUnit {
	padding-bottom: 11rem;
	}
	
	.PageTop #ContentsTop {
	padding-top: 10rem;	
	}
	
	.ContWrap1 .ContMds {
	top: -10%;
	}

	.ContWrap2 .ContMds {
	top: 0;
	}

}


@media screen and (min-width: 1140px) and (max-width: 1200px) {

	.ContWrap1 .ContMds {
	top: 0;
	}

	.ContWrap2 .ContMds {
    position: absolute;
    top: 1%;
    right: 13%;
    z-index: 10;
    }

	.TopContentsWrap .ContWrap .ContMds {
	font-size: 11rem;
	}

}


@media print, screen and (min-width: 1140px) {

	.TopMainLeadUnit {
	padding-bottom: 13rem;
	}

	.TopContentsWrap .ContWrap .ContMds {
	font-size: 12rem;
	}

}

@media print, screen and (min-width: 1200px) {

	.TopMainLeadUnit {
	padding-bottom: 17rem;
	}

	.TopContentsWrap .ContWrap .ContMds {
	font-size: 12rem;
	}

}


/* 詳細背景 --------------------------------------------------- */

.PageDetail {
position: relative;
background: url(../img/common/texture/Bg.png);
}

@media only screen and (max-width: 767px) {



}

@media print, screen and (min-width: 768px) {


}

/* 詳細タイトル --------------------------------------------------- */


@media only screen and (max-width: 767px) {

	.TitleWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14rem;
	padding-left: 1.5rem;
	background: url(../img/common/texture/Bg_Title_Sp.jpg);
	background-size: cover;
	}
	
	.TitleWrap .Title1 {
	margin-top: 9rem;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	color: #fff;
	}
	
	.TitleWrap .Title2 {
	display: inline-block;
	margin-top: 0.5rem;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #3469d8;
	/* background-image: linear-gradient(60deg, #3469d8, #7ab2de);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent; */
	}

}

@media print, screen and (min-width: 768px) {

	.TitleWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27rem;
	padding-left: 11rem;
	background: url(../img/common/texture/Bg_Title.jpg);
	background-size: cover;
	}
	
	.TitleWrap .Title1 {
	margin-top: 17rem;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	color: #fff;
	}
	
	.TitleWrap .Title2 {
	display: inline-block;
	margin-top: 2rem;
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #3469d8;
	/* background-image: linear-gradient(120deg, #3469d8, #7ab2de);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent; */
	}

}

/* 詳細背景 --------------------------------------------------- */


@media only screen and (max-width: 767px) {

    .ScrollTable table {
    width: 700px;
    }
   
    .ScrollTable .DLHori {
    width: 700px;
    }
 
 	 .ScrollTable img {
    width: 700px;
    min-width: 700px;
    }
    
    .ScrollTable {
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	}


}

@media print, screen and (min-width: 768px) {


}



/* ニュース --------------------------------------------------- */

.NewsUnit dl {
border-bottom: 1px solid var(--color-sub5);
}

.NewsUnit dt {
display: flex;
align-items: center;
width: 22rem;
}

@media only screen and (max-width: 767px) {

	.NewsUnit {
	margin-top: 1rem;
	}

	.NewsUnit dl {
	padding: 1rem 0;
	}

	.NewsUnit dd {
	margin-top: 0.25rem;
	}

	.NewsUnit .Icon {
	min-width: 8rem;
	margin-left: 0.75rem;
	margin-top: -0.2rem;
	padding: 0.3rem 1rem;
	font-size: 1.2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.NewsUnit dl {
	padding: 2rem 0;
	}

	.NewsUnit dt {
	display: flex;
	align-items: center;
	width: 22rem;
	}

	.NewsUnit .Icon {
	min-width: 8rem;
	margin-left: 1rem;
	padding: 0.3rem 1rem;
	font-size: 1.3rem;
	}

}


/* Q&A --------------------------------------------------- */

.QA {
margin-top: var(--gap-int);
}

.QA_Unit {
border: 1px solid var(--color-sub4);
}

.QA_Q {
font-weight: 700;
}

.QA_Q.Current {
background-color:  var(--color-sub5); 
}

@media only screen and (max-width: 767px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	line-height: 1.7;
	}

	.QA_A {
	padding: 1.5rem 1.5rem;
	line-height: 1.7;
	}

}

@media print, screen and (min-width: 768px) {

	.QA_Unit {
	margin-top: 1rem;
	}

	.QA_Q {
	padding: 2rem 6rem 2rem 2rem;
	line-height: 1.8;
	}

	.QA_A {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ TOPページ ==================================================================================== */

/*
KVスライド
*/


/* KVスライド --------------------------------------------------- */

#KeyVisualSlide {
opacity: 0;
transition: opacity 0.4s ease-in 0s;
}

#KeyVisualSlide.slick-initialized{
opacity: 1;
}

@media only screen and (max-width: 767px) {

}

@media print, screen and (min-width: 768px) {

	#KeyVisualSlide {
	position: sticky;
	top: 0;
	max-width: 128rem;
	margin: 0 auto;
	padding: 4rem 0 6rem;
	background: #dddcdc;
	overflow: hidden;
	}

	#KeyVisualSlide .slick-list {
	overflow: visible;
	}

	#KeyVisualSlide .slick-slide {
	border: 1px solid #000;
	border-radius: 0.6rem;
	transition: all 0.5s;
	overflow: hidden;
	}

	#KeyVisualSlide .slick-slide a {
	display: block;
	padding: 2rem;
	background: #fff;
	}

	.KeyVisualSlide_Prev {
	transform: rotate(-10deg) scale(1) translate(-10rem,8rem);
	}

	.KeyVisualSlide_Next {
	transform: rotate(10deg) scale(1) translate(10rem,8rem);
	}

	#KeyVisualSlide .slick-current {
/* 	transform: rotate(1) scale(1); */
	}

	/* 前後ボタン */
	#KeyVisualSlide .slick-prev,
	#KeyVisualSlide .slick-next {
	top: 0;
	width: 8rem;
	height: 100vh;
	margin-top: 0;
	border-radius: 0;
	background: none;
	}

	#KeyVisualSlide .slick-prev {
	left: 0;
	padding-left: 0
	}

	#KeyVisualSlide .slick-next {
	right: 0;
	padding-right: 0;
	}

	#KeyVisualSlide .slick-prev-arrow,
	#KeyVisualSlide .slick-next-arrow {
	display: none;
	}

}

@media print, screen and (min-width: 1110px) {

	#KeyVisualSlide .slick-slide a img {
	transition: all 0.4s ease-in-out 0.1s;
	}

	#KeyVisualSlide .slick-slide a:hover {
	opacity: 1;
	}

	#KeyVisualSlide .slick-slide a:hover img {
	transform: scale(1.1);
	}

}



/* ### --------------------------------------------------- */

.TopContentsWrap {
position: relative;
z-index: 10;
}

@media only screen and (max-width: 767px) {

	#ContentsTop {
	padding-bottom: 3rem;
	}

}

@media print, screen and (min-width: 768px) {

	#ContentsTop {
	padding-bottom: 8rem;
	}

}

.PanelMenu {
margin-top: 4rem;
}

.PanelMenu .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}

.PanelMenu .ColItem {
display: flex;
flex-direction: column;
}

.PanelMenu .Lead1 {
font-weight: 700;
}

.PanelMenu .Lead2 {
margin-top: 1rem;
}

.PanelMenu .Btn {
margin-top: auto;
padding-top: 2rem;
}



/* ■ 汎用パーツ ==================================================================================== */

/*
カラム
記述リスト
ボタン
検索窓
*/


/* カラム --------------------------------------------------- */

#col1 .ColItem,
#col2 .ColItem {
padding: 2rem;
border: 1px solid var(--color-sub4);
line-height: 1.8;
}


/* 記述リスト --------------------------------------------------- */

#dlh .DLHori dl {
border-bottom: 1px solid #c5cbce;
}

#dlh .DLHori  {
border-top: 1px solid #c5cbce;
}

#dlh .DLHori dt {
width: 13rem;
letter-spacing: 0.1em;
}

#dlh .DLHori dd {
letter-spacing: 0.1em;
}

#dlv .DLVert dl {
border-bottom: 1px solid #c5cbce;
}

@media only screen and (max-width: 767px) {

	#dlh .DLHori dl {
	padding: 2rem 1rem;
	}

	#dlv .DLVert dl {
	padding: 1rem 0;
	}

	#dlh .DLHori dl dt,
	#dlh .DLHori dl dd {
	font-size: 1.4rem;
	line-height: 1.6;
	}

}

@media print, screen and (min-width: 768px) {

	#dlh .DLHori dl {
	padding: 3rem 3rem;
	}

	#dlh .DLHori dl dt,
	#dlh .DLHori dl dd {
	line-height: 1;
	}

	#dlv .DLVert dl {
	padding: 4rem 3rem;

	}

}


/* ボタン --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	#btn .Note {
	display: block;
	font-size: 1.4rem;
	}

}

@media print, screen and (min-width: 768px) {

}


/* 検索窓 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.SearchBox {
	margin-top: var(--gap-int);
	}

}

@media print, screen and (min-width: 768px) {

	.SearchBox {
	margin-top: var(--gap-int);
	}

}


/* ■ 会社概要・組織図  ==================================================================================== */

.PostNameWrap li {
display: flex;
}

.PostNameWrap li span {
display: block;
}


@media only screen and (max-width: 767px) {

	.PageOutline .AccessUnitMds {
	font-size: 1.7rem;
	color: var(--color-main);
	letter-spacing: 0.2em;
	}
	
	.PageOutline .AccessUnitPh {
	margin-top: 1.5rem;
	}
	
	.PageOutline .AccessUnitPh .UnitThumb {

	}
		
	.PageOutline .AccessUnit {
	margin-top: 3.5rem;
	}

	.PageOutline .SectionUnit {
	margin-top: 6rem;
	}

	.PageOutline .SectionUnit:first-child {
	margin-top: 0;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead {
	margin-top: 2rem;
	}

	.PageOutline .AccessUnit .AccessUnitLead p {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.08em;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead .UnitLead1 {

	}

	.PageOutline .AccessUnit .AccessUnitLead .UnitLead2 {
	margin-top: 1.8rem;
	padding-top: 1.5rem;
	border-top: 1px solid #c5cbce;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead .MdsAccess {
	position: relative;
	margin-bottom: 0.7rem;
	padding-left: 2.5rem;
	font-weight: 600;
	}

	.PageOutline .AccessUnit .AccessUnitLead .MdsAccess:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url(/img/company/Icon_Train.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	}

	.PageOutline .AccessUnit .MapArea {
	position: relative;
	width: 100%;
	height: 25rem;
	overflow: hidden;
	}
	
	.PageOutline .AccessUnit .MapArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;	
	}
	
	.PageOutline #dlh .DLHori dt {
	width: 100%;
	}
		
	.PageOutline #dlh .DLHori dl {
	display: block;
	}
	
	.PageOutline #dlh .DLHori dt {
	margin-bottom: 1rem;
	}
	
	.PostNameWrap li .Post {
	width: 42%;
	}
	
	.PostNameWrap li .Name {
	width: 58%;
	}
	

}

@media print, screen and (min-width: 768px) {

	.PageOutline .AccessUnitMds {
	font-size: 2.6rem;
	color: var(--color-main);
	letter-spacing: 0.2em;
	}
	
	.PageOutline .AccessUnitPh {
	display: flex;
	margin-top: 2.5rem;
	height: 41rem;
	overflow: hidden;
	}
	
	.PageOutline .AccessUnitPh .UnitThumb {
	width: 50%;
	}
		
	.PageOutline .AccessUnitPh .UnitMap {
	width: 50%;
	}

	.PageOutline .AccessUnit {
	margin-top: 7.5rem;
	}

	.PageOutline .SectionUnit {
	margin-top: 13rem;
	}

	.PageOutline .SectionUnit:first-child {
	margin-top: 0;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead {
	display: flex;
	margin-top: 2rem;
	}

	.PageOutline .AccessUnit .AccessUnitLead p {
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.08em;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead .UnitLead1 {
	width: 50%;	
	}

	.PageOutline .AccessUnit .AccessUnitLead .UnitLead2 {
	width: 50%;
	padding-top: 0.5rem;
	padding-left: 3rem;
	padding-bottom: 2rem;
	border-left: 1px solid #c5cbce;
	}
	
	.PageOutline .AccessUnit .AccessUnitLead .MdsAccess {
	position: relative;
	margin-bottom: 0.7rem;
	padding-left: 2.5rem;
	font-weight: 600;
	}

	.PageOutline .AccessUnit .AccessUnitLead .MdsAccess:before {
	position: absolute;
	left: 0;
	top: 7px;
	content: '';
	display: inline-block;
	width: 19px;
	height: 20px;
	background-image: url(/img/company/Icon_Train.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	}

	.PageOutline .AccessUnit .MapArea {
	position: relative;
	width: 100%;
	height: 41rem;
	overflow: hidden;
	}
	
	.PageOutline .AccessUnit .MapArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;	
	}
	
	.PageOutline #dlh .DLHori dt {
	width: 18rem;
	}
	
	.PageOutline #dlh .DLHori dt,
	.PageOutline #dlh .DLHori dd {
	font-size: 1.8rem;
	line-height: 2 !important;
	}


	.PostNameWrap li .Post {
	width: 16rem;
	}

}


/* ■ SDSダウンロード  ==================================================================================== */


@media only screen and (max-width: 767px) {

	.PageSds .MainLead {
	margin-top: 5rem;
	font-size: 1.4rem;
	line-height: 2.2;
	}

	.PageSds .Lead .LeadMain {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 2.2;
	}

	.PdfUnitWrap {
	margin-top: 3rem;
	}
	
	.PdfUnitWrap .PDF img {
	width: 2.9rem;
	margin: auto;
	}
	
	.PdfUnitWrap .Table2 th,
	.PdfUnitWrap .Table2 td {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	}

	.PdfUnitWrap .Table2 th {
	padding: 2rem 1rem;
	}

	.PdfUnitWrap .Table2 td {
	padding: 1.5rem 1rem;
	}
	
	.PdfUnitWrap .Table2 .W60 {
	width: 60%;
	}

	.PdfUnitWrap .Table2 .W20 {
	width: 20%;
	}

	.PageSds #dlh .DLHori dt {
	width: 100%;
	}

	.PageSds #dlh .DLHori dd {
	width: 100%;
	}

	.PageSds #dlh .DLHori dl {
	padding: 0;
	display: block !important;
	}
	
	.PageSds .FormUnit {
	margin-top: 3rem;
	}
	
	.FormUnit .InputName,
	.FormUnit .InputOffice,
	.FormUnit .InputPost,
	.FormUnit .InputTel,
	.FormUnit .InputMail {
	width: 100%;
	}
	
	.FormUnit .InputAddress2 {
	width: 100%;
	}
	
	.NoteMiddle {
	margin: 2rem 0;
	}
	
	.InputZipCode {
	width: 40%;
	}

	.FormUnit .ProductList li {
	margin-bottom: 1rem;
	}

	.PageSds .PrivacyUnit {
	margin-top: 2rem;
	}

	.PageSds .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}
	
	.PageSds .PrivacyLead a {
	color: var(--color-main);
	}
	
	.PageSds .PrivacyLead2 {
	margin-top: 2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PageSds .MainLead {
	font-size: 1.6rem;
	line-height: 2.2;
	}

	.PageSds .Lead .LeadMain {
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 2.2;
	}
	
	.PdfUnitWrap {
	margin-top: 5rem;
	}
	
	.PdfUnitWrap .PDF img {
	width: 2.9rem;
	margin: auto;
	}
	
	.PdfUnitWrap .Table2 th,
	.PdfUnitWrap .Table2 td {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	}

	.PdfUnitWrap .Table2 th {
	padding: 2rem 3rem;
	}

	.PdfUnitWrap .Table2 td {
	padding: 3rem 3rem;
	}
	
	.PdfUnitWrap .Table2 .W60 {
	width: 60%;
	}

	.PdfUnitWrap .Table2 .W20 {
	width: 20%;
	}

	.PageSds #dlh .DLHori dt {
	width: 30% !important;

	}

	.PageSds #dlh .DLHori dd {
	width: 70% !important;

	}

	.PageSds #dlh .DLHori dl {
	padding: 0;
	align-items: center;
	}
	
	.PageSds .FormUnit {
	margin-top: 6rem;
	}
	
	.FormUnit .InputName,
	.FormUnit .InputOffice,
	.FormUnit .InputPost,
	.FormUnit .InputTel,
	.FormUnit .InputMail {
	width: 45rem;
	}
	
	.FormUnit .InputAddress2 {
	width: 58rem;	
	}
	
	.NoteMiddle {
	margin: 2rem 0;
	}
	
	.FormUnit .ProductList {
	display: flex;
	}

	.FormUnit .ProductList li {
	margin-right: 3rem;
	}
	
	.PageSds .PrivacyUnit {
	margin-top: 2rem;
	margin-left: 30%;
	padding-left: 3rem;
	}

	.PageSds .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	}
	
	.PageSds .PrivacyLead a {
	color: var(--color-main);
	}
	
	.PageSds .PrivacyLead2 {
	margin-top: 2rem;
	}
	
	.FormUnit .InputZipCode {
	width: 35rem;	
	}


}


/* ■ 製造プロセス  ==================================================================================== */

/*
	.PageProcess img {
	width: 100%;
	}
*/


@media only screen and (max-width: 767px) {

	.PageProcess .LeadMain {
	margin-top: 0;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	}
	
	.PageProcess .Lead1 {
	font-size: 1.3rem;
	letter-spacing: 0.08em;
    line-height: 1.8;
	}

	.PageProcess .PhotoUnitWrap {
	margin-top: 3rem;
	}

	.PageProcess .PhotoUnitWrap .PhotoUnit {
	margin-top: 2.5rem;
	}

	.PageProcess .PhotoUnitWrap .Caption {
	margin-top: 1.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	}
	
	.PageProcess .Section {
	margin-top: 5.5rem;
	}

	.PageProcess .Section .SectionMds {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	font-size: 2rem;
	letter-spacing: 0.2em;
	}

	.PageProcess .Section .SectionMds .En {
	font-size: 2.2rem;
	}
	
	.PageProcess .Section .SectionMds .En small {
	font-size: 1.8rem;
	}

	.PageProcess .Section .Lead1 small {
	font-size: 1.1rem;
	}

	.PageProcess .Section .SectionMds:before {
	display: block;
	position: absolute;
	background-image: linear-gradient(90deg, #3469d8, #3395e0);
	content: "";
	bottom: 0;
	left: 0;
	width: 6rem;
	height: 4px;
	border-radius: 2px;
	}

	.PageProcess .Section .SectionMds .Number {
	color: #3469d8;
	}
	
	.PageProcess .Section .Data {
	margin-top: 3rem;
	}
	
	.PageProcess .DataUnitWrap {
	margin-top: 4rem;
	}
	
	.PageProcess .DataUnitWrapIn {
	margin-top: 2rem;
	}
	
	.PageProcess .DataUnitWrap .Mds {
	padding-bottom: 1.5rem;
	font-size: 1.7rem;
	letter-spacing: 0.2em;
	color: #3469d8;
	border-bottom: 1px solid #3469d8;
	}
	
	.PageProcess .DataUnitWrap .DataThumb {
	margin-top: 1.5rem;
	}	

	.PageProcess .DataUnitWrap .DataUnit {

	}	

	.PageProcess .BtnList {
	margin-top: 3rem;
	}
	
	.PageProcess .BtnList li {
	margin-bottom: 1rem;
	}
	
	.PageProcess .BtnList a {
	width: 100%;
	}

	.PageProcess .Section .ListKomeS li {
	padding-left: 0;
	font-size: 1rem;
	}
	
	.PageProcess .CautionLead {
	margin-top: 2rem;
	font-size: 1rem;
	letter-spacing: 0.08em;	
	}






	.PageProcess .scroll-boxWrap {
	  border: 1px solid #dee3e5;
	  background: #fff;
	}
	

	.scroll-box {
	overflow-x: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
	padding-bottom: 20px;
	margin: 0 0;
	}
	.scroll-box::-webkit-scrollbar {
	display: none; /* Chrome, Safari, iOS */
	}
	
	.scroll-boxIn img {
	max-width: 100%;
	min-width: 900px;
	display: block;
	}
	
	/* カスタムスクロールバー */
	.fake-scrollbar {
	height: 10px;
	background: #ededed;
	border-radius: 10px;
	margin-top: 20px;
	position: relative;
	}
	.fake-thumb {
	height: 100%;
	width: 50px; /* 初期値、JSで更新されます */
	background: linear-gradient(to right, #3b82f6, #06b6d4);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	transition: left 0.05s linear;
	}

}

@media print, screen and (min-width: 768px) {


	.PageProcess .LeadMain {
	margin-top: 0;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	}
	
	.PageProcess .Lead1 {
	font-size: 1.8rem;
	letter-spacing: 0.08em;
    line-height: 2;
	}

	.PageProcess .PhotoUnitWrap {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	}

	.PageProcess .PhotoUnitWrap .PhotoUnit {
	width: 48%;
	}

	.PageProcess .PhotoUnitWrap .Caption {
	margin-top: 2rem;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	}
	
	.PageProcess .Section {
	margin-top: 9rem;
	}

	.PageProcess .Section .SectionMds {
	position: relative;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	}
	
	.PageProcess .Section .SectionMds .En {
	font-size: 3.6rem;
	}
	
	.PageProcess .Section .SectionMds .En small {
	font-size: 2.8rem;
	}

	.PageProcess .Section .Lead1 small {
	font-size: 1.5rem;
	}

	.PageProcess .Section .SectionMds:before {
	display: block;
	position: absolute;
	background-image: linear-gradient(90deg, #3469d8, #3395e0);
	content: "";
	bottom: 0;
	left: 0;
	width: 8rem;
	height: 6px;
	border-radius: 2px;
	}

	.PageProcess .Section .SectionMds .Number {
	color: #3469d8;
	}
	
	.PageProcess .Section .Data {
	margin-top: 6rem;
	}
	
	.PageProcess .DataUnitWrap {
	margin-top: 7rem;
	}
	
	.PageProcess .DataUnitWrapIn {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
	}
	
	.PageProcess .DataUnitWrap .Mds {
	padding-bottom: 1.7rem;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	color: #3469d8;
	border-bottom: 1px solid #3469d8;
	}
	
	.PageProcess .DataUnitWrap .DataThumb {
	width: 35rem;
	}	

	.PageProcess .DataUnitWrap .DataUnit {
	width: calc(100% - 35rem);
	}	

	.PageProcess .BtnList {
	display: flex;
	margin-top: 4rem;
	}
	
	.PageProcess .BtnList li {
	margin-right: 2rem;
	}
	
	.PageProcess .BtnList a {
	width: 23rem;
	padding: 1.7rem 1rem;
	}

	.PageProcess .Section .ListKomeS li {
	padding-left: 0;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	}
	
	.PageProcess .CautionLead {
	margin-top: 5rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;	
	}


	.fake-scrollbar {
	display: none;
	}

	.PageProcess .scroll-box {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
	
	.PageProcess .scroll-box div img {
	  max-width: 100%;
	  min-width: 1600px;
	  vertical-align: top;
	}
	
	.PageProcess .scroll-boxWrap {
	  border: 1px solid #dee3e5;
	  background: #fff;
	  padding-bottom: 40px;
	}
	
	/*===========
	scrollbar
	===========*/
	/*スクロールバー全体の高さ*/
	.PageProcess .scroll-box::-webkit-scrollbar {
	  height: 20px;
	  margin-left: 20px;
	}
	/*スクロールバー全体の背景*/
	.PageProcess .scroll-box::-webkit-scrollbar-track {
	  background: #ededed;
	  margin: 0 30px;
	  border-radius: 10px;
	}
	
	
	
	/*スクロールバーの動く部分*/
	.PageProcess .scroll-box::-webkit-scrollbar-thumb {
	  background: linear-gradient(to right, #3b82f6, #06b6d4);
	  border-radius: 10px;
	  border: none;
	}
	/*スクロールバーの動く部分のホバー（マウスオーバー）*/
	.PageProcess .scroll-box::-webkit-scrollbar-thumb:hover {
	  background: linear-gradient(to right, #3b82f6, #06b6d4);
	}


}



/* ■ お問い合わせ  ==================================================================================== */


@media only screen and (max-width: 767px) {

	.PageContact .Lead {
	margin-top: 0;
	}

	.PageContact .MainLead {
	margin-top: 5rem;
	font-size: 1.4rem;
	line-height: 2.2;
	}

	.PageContact .Lead .LeadMain {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	line-height: 2.2;
	}

	.PdfUnitWrap {
	margin-top: 3rem;
	}
	
	.PdfUnitWrap .PDF img {
	width: 2.9rem;
	margin: auto;
	}
	
	.PdfUnitWrap .Table2 th,
	.PdfUnitWrap .Table2 td {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	}

	.PdfUnitWrap .Table2 th {
	padding: 2rem 1rem;
	}

	.PdfUnitWrap .Table2 td {
	padding: 1.5rem 1rem;
	}
	
	.PdfUnitWrap .Table2 .W60 {
	width: 60%;
	}

	.PdfUnitWrap .Table2 .W20 {
	width: 20%;
	}

	.PageContact #dlh .DLHori dt {
	width: 100%;
	}

	.PageContact #dlh .DLHori dd {
	width: 100%;
	}

	.PageContact #dlh .DLHori dl {
	padding: 0;
	display: block !important;
	}
	
	.PageSds .FormUnit {
	margin-top: 3rem;
	}
	
	.FormUnit .InputName,
	.FormUnit .InputOffice,
	.FormUnit .InputPost,
	.FormUnit .InputTel,
	.FormUnit .InputMail {
	width: 100%;
	}
	
	.FormUnit .InputAddress2 {
	width: 100%;
	}
	
	.NoteMiddle {
	margin: 2rem 0;
	}
	
	.InputZipCode {
	width: 40%;
	}

	.FormUnit .ProductList li {
	margin-bottom: 1rem;
	}

	.PageContact .PrivacyUnit {
	margin-top: 2rem;
	}

	.PageContact .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 1.6;
	}
	
	.PageContact .PrivacyLead a {
	color: var(--color-main);
	}
	
	.PageContact .PrivacyLead2 {
	margin-top: 2rem;
	}
	
	.Complete .LeadMain {
	font-size: 1.8rem !important;
	}
	
	.Complete .BackBtnUnit1 {
	margin-top: 4rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PageContact .MainLead {
	font-size: 1.6rem;
	line-height: 2.2;
	}

	.PageContact .Lead {
	margin-top: 0;
	}

	.PageContact .Lead .LeadMain {
	margin-top: 0;
	margin-bottom: 3rem;
	font-size: 1.6rem;
	line-height: 2.2;
	}
	
	.PdfUnitWrap {
	margin-top: 5rem;
	}
	
	.PdfUnitWrap .PDF img {
	width: 2.9rem;
	margin: auto;
	}
	
	.PdfUnitWrap .Table2 th,
	.PdfUnitWrap .Table2 td {
	font-size: 1.5rem;
	letter-spacing: 0.15em;
	}

	.PdfUnitWrap .Table2 th {
	padding: 2rem 3rem;
	}

	.PdfUnitWrap .Table2 td {
	padding: 3rem 3rem;
	}
	
	.PdfUnitWrap .Table2 .W60 {
	width: 60%;
	}

	.PdfUnitWrap .Table2 .W20 {
	width: 20%;
	}

	.PageContact #dlh .DLHori dt {
	width: 30% !important;
	}

	.PageContact #dlh .DLHori dd {
	width: 70% !important;
	line-height: 1.4;
	}

	.PageContact #dlh .DLHori dl {
	padding: 0;
	align-items: center;
	}

	.FormUnit .InputName,
	.FormUnit .InputOffice,
	.FormUnit .InputPost,
	.FormUnit .InputTel,
	.FormUnit .InputMail {
	width: 45rem;
	}
	
	.FormUnit .InputAddress2 {
	width: 58rem;	
	}
	
	.NoteMiddle {
	margin: 2rem 0;
	}
	
	.FormUnit .ProductList {
	display: flex;
	}

	.FormUnit .ProductList li {
	margin-right: 3rem;
	}
	
	.PageContact .PrivacyUnit {
	margin-top: 2rem;
	margin-left: 30%;
	padding-left: 3rem;
	}

	.PageContact .PrivacyLead {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	}
	
	.PageContact .PrivacyLead a {
	color: var(--color-main);
	}
	
	.PageContact .PrivacyLead2 {
	margin-top: 2rem;
	}
	
	.FormUnit .InputZipCode {
	width: 35rem;	
	}

	.Complete .LeadMain {
	font-size: 1.8rem !important;
	}
	
	.Complete .BackBtnUnit1 {
	margin-top: 4rem;
	text-align: center;
	}
	

}



/* ■ アシッズとは  ==================================================================================== */

.SlideWrap {
  position: relative;
}

.SlideLead {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
text-align: center;
display: flex;
justify-content: center;
}

/* スライド間の隙間調整 */
.swiper-slide {
  box-sizing: border-box;
}

.PageAbout .swiper-wrapper {
  transition-timing-function: linear !important;
}

.swiper {
  width: 100%;
  overflow: hidden;
  visibility: hidden; /* 初期化まで非表示にしておく */
}

.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto; /* ここはスライドの個別幅に応じて調整可能 */
  box-sizing: border-box;
}


@media only screen and (max-width: 767px) {

	.PageAbout .MainLead {
	font-size: 1.5rem;
	line-height: 2.2;
	letter-spacing: 0.15em;
	font-weight: 500;
	}

	.PageAbout .Lead1 {
		margin-top: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
	}

	.PageAbout .SectionUnit {
	margin-top: 5rem;
	}

	.PageAbout .SectionUnitIn {
	margin-bottom: 3rem;
	}

	.UnitMds {
	padding-bottom: 1.5rem;
	color: var(--color-main);
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.15em;
	border-bottom: 1px solid var(--color-main);
	}

	.PageAbout .SectionUnitIn .ListDisc {
	margin-top: 1.5rem;
	letter-spacing: 0.08em;
	}

	.PageAbout .SectionUnitIn .ListDisc li {
	margin-top: 1rem;
	}

	.SlideLead {
	width: 80%;
	}

}

@media print, screen and (min-width: 768px) {


	.PageAbout .MainLead {
	font-size: 1.8rem;
	line-height: 2.8;
	letter-spacing: 0.15em;
	font-weight: 500;
	}
	
	.PageAbout .Lead1 {
	margin-top: 2rem;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	}

	.PageAbout .SectionUnit {
	margin-top: 8rem;
	}

	.PageAbout .SectionUnitIn {
	margin-bottom: 6rem;
	}

	.UnitMds {
	padding-bottom: 2rem;
	color: var(--color-main);
	font-size: 2.9rem;
	letter-spacing: 0.15em;
	border-bottom: 1px solid var(--color-main);
	}

	.PageAbout .SectionUnitIn .ListDisc {
	margin-top: 3rem;
	letter-spacing: 0.08em;
	}

	.PageAbout .SectionUnitIn .ListDisc li {
	margin-top: 1rem;
	}
	
	.PageAbout .MainVisual img {
	width: 100%;
	}

	.SlideLead {
	width: 60%;
	}

}


/* ■ 取扱商品  ==================================================================================== */


.ProductUnit .Table2 {
background: #fff;
}

@media only screen and (max-width: 767px) {

	.PageProduct .Lead1 {
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 1.4rem;
	}

	.PageProduct .PhotoWrap {

	}

	.PageProduct .PhotoUnit {

	}

	.PageProduct .PhotoWrap img {
	width: 100%;
	}
	
	.PageProduct .Section2 {
	margin-top: 5rem;
	}

	.PageProduct .ProductUnit {
	margin-top: 4rem;
	}
	
	.PageProduct .UnitMds {
	margin-bottom: 2rem;
	}

	.ProductUnit .Table2 th {
	padding: 1.5rem 1.5rem;
	font-size: 1.4rem;
	}
	
	.ProductUnit .Table2 td {
	padding: 2rem 1.5rem;
	border-right: 1px solid #c5cbce;
	font-size: 1.4rem;
	}
	
	.ProductUnit .Table2 .BorderNon {
	border-right: none;	
	}

}

@media print, screen and (min-width: 768px) {

	.PageProduct .Lead1 {
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 1.8rem;
	}

	.PageProduct .PhotoWrap {
	display: flex;
	}

	.PageProduct .PhotoUnit {
	width: 50%;
	}

	.PageProduct .PhotoWrap img {
	width: 100%;
	}
	
	.PageProduct .Section2 {
	margin-top: 8rem;
	}

	.PageProduct .ProductUnit {
	margin-top: 8rem;
	}
	
	.PageProduct .UnitMds {
	margin-bottom: 2rem;
	}

	.ProductUnit .Table2 th {
	padding: 1.5rem 1.5rem;
	}
	
	.ProductUnit .Table2 td {
	padding: 2rem 1.5rem;
	border-right: 1px solid #c5cbce;
	}
	
	.ProductUnit .Table2 .BorderNon {
	border-right: none;	
	}

}



/* ■ ご挨拶  ==================================================================================== */

.greeting-image img {
max-width: 100%;
height: auto;
border-radius: 8px;
}

.PreName {
text-align: right;
}

@media only screen and (max-width: 767px) {

	.PageMessage .Lead1 {
	margin-top: 4rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 1.4rem;
	}

	.greeting-image {
	width: 100%;
	}
	
	.greeting-text {
	width: 100%;
	}
	
	.greeting-text h2 {
	margin-top: 20px;
	font-size: 1.4em;
	line-height: 1.6;
	}
	
	.PreName img {
	display: inline;
	width: 130px;
	margin-top: 10px;
	}
  
}

@media print, screen and (min-width: 768px) {

	.PageMessage .Lead1 {
	margin-top: 5rem;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 2;
	}

	.company-greeting {
	margin: 0 auto;
	}

	.greeting-content {
	display: flex;
	align-items: center;
	gap: 60px;
	}

	.greeting-image {
	width: 500px;
	}

	.greeting-text {
	flex-grow: 1;
	}

	.greeting-text h2 {
	font-size: 2.2em;
	line-height: 1.6;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}

	.PreName img {
	display: inline;
	width: 150px;
	margin-top: 10px;
	}

}


/* ■ 物流ネットワーク  ==================================================================================== */


@media only screen and (max-width: 767px) {


	.PageNetWork .SectionUnitIn {
	margin-top: 6rem;
	}
	
	.PageNetWork .DataWrap {
	position: relative;
	}

	.PageNetWork .Data {
	margin-top: 1rem;
	}
	
	.PageNetWork .PhotoWrap .Caption1 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	letter-spacing: 0.08em;
	text-align: center;
	}
	
	.PageNetWork .DataCaption li {
	margin-bottom: 0.7rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PageNetWork .PhotoWrap {
	display: flex;
	flex-wrap: wrap;
	}

	.PageNetWork .PhotoWrap .PhotoUnit {
	width: 50%;
	margin-bottom: 2rem;
	}
	
	.PageNetWork .SectionUnitIn {
	margin-top: 10rem;
	}
	
	.PageNetWork .DataWrap {
	position: relative;
	}

	.PageNetWork .DataCaption {
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	}
	
	.PageNetWork .PhotoWrap .Caption1 {
	margin-top: 1.5rem;
	letter-spacing: 0.08em;
	text-align: center;
	}
	
	.PageNetWork .DataCaption li {
	margin-bottom: 0.7rem;
	}


}


/* ■ 硫酸の歴史 ==================================================================================== */


@media only screen and (max-width: 767px) {

	.HistoryWrap th {
	width: 7.5rem;
	text-align: left !important;
	font-size: 2rem;
	color: var(--color-main);
	font-weight: 600;
	letter-spacing: 0.08em;
	vertical-align: top;
	background: url(/img/history/History_Border1_SP.png?ver=250707C) repeat-y;
	background-size: 100% auto;
	}

	.HistoryWrap .HistoryUnit {
	position: relative;
	margin-bottom: 3rem;
	}

	.HistoryWrap .HistoryUnit:before {
	display: block;
    position: absolute;
    top: 1rem;
    left: -2rem;
    width: 7px;
    height: 7px;
	background: var(--color-main);
	border-radius: 50px;
    content: '';
	}
	
	.HistoryWrap .YearNum {
	display: block;
	width: 7rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	}
	
	.HistoryWrap .YearMds {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	}
	
	.HistoryWrap dd {

	margin-top: 0.5rem;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	}

	.HistoryWrap td {
	width: calc(100% - 7.5rem);
	}

	.HistoryWrap th.TdLast{
	position: relative;
	}

	.HistoryWrap th.TdLast:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 7.5rem;
	height: 1.8rem;
	background-image: url(../img/history/History_Allow_SP.png?ver=250707A);
	background-size: 100% auto;
	background-repeat: no-repeat;
	}

	.HistoryWrap .Cate1 {
	display: inline-block;
	width: 18rem;
	padding: 0.8rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	background: #5aaec4;
	border-radius: 3px;
	text-align: center;
	}

	.HistoryWrap .Cate2 {
	display: inline-block;
	width: 18rem;
	padding: 0.8rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	background: #85c26e;
	border-radius: 3px;
	text-align: center;
	}
	
	.PageHistory .Caution {
	margin-bottom: 2.5rem;
	font-size: 1.1rem;
	letter-spacing: 0.08em;
	}

	.HistoryWrap .HistoryCaptionUnit {
	padding: 1.5rem;
	}

	.HistoryWrap .HistoryCaptionUnit p {
	padding: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.6;
	color: var(--color-main);
	background: #dae9ff;
	font-weight: 600;
	}
	
	.HistoryPh {
	margin-top: 2rem;
	}

	.HistoryPh span {
	font-size: 1.2rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PageHistory .Title {
	width: 100%;
	padding-bottom: 3rem;
	display: flex;
	}
	
	.PageHistory .Title .Title1 {
	width: 50%;
	text-align: center;
	margin-top: -4rem;
	}

	.PageHistory .Title .Title1 .Title_In {
	display: inline-block;
	width: 30rem;
	padding: 1.2rem 0;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	background: #5aaec4;
	border-radius: 3px;	
	}

	.PageHistory .Title .Title2 {
	width: 50%;
	text-align: center;
	margin-top: -4rem;
	}

	.PageHistory .Title .Title2 .Title_In {
	display: inline-block;
	width: 30rem;
	padding: 1.2rem 0;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: #fff;
	background: #85c26e;
	border-radius: 3px;	
	}

	.PageHistory .Title .Title2 sup {
	font-size: 1.1rem;
	}

	.PageHistory .Title .Title2 .Caution {
	display: block;
	width: 30rem;
	margin: 1rem auto 0 auto;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	}

	.HistoryWrap td {
	padding-top: 1.8rem;
	background: url(../img/history/History_Bg.png) repeat-y;
	background-size: 100% auto;
	padding-bottom: 3rem;
	}

	.HistoryWrap th {
	width: 12rem;
	text-align: left !important;
	font-size: 3rem;
	color: var(--color-main);
	font-weight: 600;
	letter-spacing: 0.08em;
	vertical-align: top;
	background: url(/img/history/History_Border1_PC.png) repeat-y;
	background-size: 100% auto;
	}

	.HistoryWrap .HistoryUnit1 {
	width: 50%;
	}

	.HistoryWrap .HistoryUnit2 {
	width: 50%;
	margin: 0 0 0 50%;
	}
	
	.HistoryWrap .HistoryUnit {
	position: relative;
	margin-bottom: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
	}

	.HistoryWrap .HistoryUnit1:before {
	display: block;
    position: absolute;
    top: 0.7rem;
    left: -3.4rem;
    width: 9px;
    height: 9px;
	background: var(--color-main);
	border-radius: 50px;
    content: '';
	}

	.HistoryWrap .HistoryUnit1:after {
	display: block;
	position: absolute;
	background-color: var(--color-main);
	content: "";
    top: 1.2rem;
    left: -3.4rem;
	width: 5.7rem;
	height: 1px;
	margin-top: -1px;
	}

	.HistoryWrap .HistoryUnit2:before {
	display: block;
    position: absolute;
    top: 0.7rem;
    left: -100%;
    width: 9px;
    height: 9px;
	background: var(--color-main);
	border-radius: 50px;
	margin-left: -3.4rem;
    content: '';
	}

	.HistoryWrap .HistoryUnit2:after {
	display: block;
	position: absolute;
	background-color: var(--color-main);
	content: "";
    top: 1.2rem;
    left: -100%;
	width: 54rem;
	height: 1px;
	margin-left: -3.4rem;
	margin-top: -1px;
	}

	.HistoryWrap .YearNum {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	}
	
	.HistoryWrap .YearMds {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	}
	
	.HistoryWrap dd {
	margin-top: 0.5rem;
	font-size: 1.7rem;
	line-height: 1.8;
	}

	.HistoryWrap th.TdLast{
	position: relative;
	}

	.HistoryWrap th.TdLast:before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 12rem;
	height: 3.6rem;
	background-image: url(../img/history/History_Allow_PC.png?ver=250707);
	background-size: 100% auto;
	}
	
	.HistoryWrap .HistoryCaptionUnit {
	padding: 2rem;
	}

	.HistoryWrap .HistoryCaptionUnit p {
	padding: 2rem;
	font-size: 1.8rem;
	line-height: 1.6;
	color: var(--color-main);
	background: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 2rem;
	}
	
	.HistoryUnit1_2Wrap {
	display: flex;
	}

	.HistoryUnit1_2Wrap .HistoryUnit2 {
	margin-left: 0;
	}

	.HistoryUnit1_2Wrap .HistoryUnit1 .YearNum {
	background: #eff7f9;
	position: relative;
	display: inline-block;
	z-index: 2;
	}
	
	.HistoryUnit2 .YearNum {
	background: #edf5eb;
	position: relative;
	display: inline-block;
	z-index: 2;	
	}
	
	.HistoryTdNone {
	padding-bottom: 0 !important;
	}
	
	.HistoryPh {
	margin-top: 2rem;
	}

	.HistoryPh span {
	font-size: 1.4rem;
	}

}



/* ■ 個人情報保護方針 ==================================================================================== */

.EnLink {
word-break: break-all;
}

.Link_Line {
text-decoration: underline !important;
color: var(--color-main) !important;
}

@media only screen and (max-width: 767px) {

	.PagePrivacy .Lead1 {
	margin-top: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 1.4rem;
	}

	.PagePrivacy .MainLead {
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 1.4rem;
	}
	
	.PagePrivacy .PrivacyUnit {
	margin-top: 5rem;
	}
	
	.PagePrivacy .PrivacyUnitIn {
	margin-top: 4rem;
	}
	
	.PrivacyUnitIn .UnitMdsIn {
	font-size: 1.7rem;
	color: var(--color-main);
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.6;
	}
	
	.Link_Line {
	text-decoration: underline;
	color: var(--color-main);
	}
	
	.Icon_Blank {
	position: relative;
	color: var(--color-main) !important;
	}

	.Icon_Blank:before {
	position: relative;
    top: -0.1em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    background-position: 0px 0px;
    background-image: url(/img/common/icon/ic_link_blank.svg);
	}
	
	.ListNum {
	margin-top: 3rem;
	}

	.DLHori2 {
	border-top: 1px solid #c5cbce;
	}

	.PagePrivacy .DLHori2 {
	margin-top: 2rem;
	}

	.DLHori2 dl {
	border-bottom: 1px solid #c5cbce;	
	}

	.DLHori2 dt {
	width: 30%;
	background-color: #e9f0f2;
	padding: 1.5rem;
	font-size: 1.4rem;
	}
	
	.DLHori2 dd {
	width: 70%;
	background-color: #fff;
	padding: 1.5rem;
	font-size: 1.4rem;
	}

	
	.ListDisc.Lead1 {
	margin-top: 1.5rem !important;
	}
	
	.MainLeadPrivacy {
	margin-top: 6rem;
	}

}

@media print, screen and (min-width: 768px) {

	.PagePrivacy .Lead1 {
	margin-top: 3rem;
	letter-spacing: 0.08em;
	line-height: 2;
	font-size: 1.8rem;
	}
	
	.PagePrivacy .MainLead {
	letter-spacing: 0.08em;
	line-height: 2;
	font-size: 1.8rem;
	}
	
	.PagePrivacy .PrivacyUnit {
	margin-top: 7rem;
	}
	
	.PagePrivacy .PrivacyUnitIn {
	margin-top: 5rem;
	}
	
	.PrivacyUnitIn .UnitMdsIn {
	font-size: 2rem;
	color: var(--color-main);
	font-weight: 500;
	letter-spacing: 0.08em;
	}

	
	.Icon_Blank {
	position: relative;
	color: var(--color-main) !important;
	}

	.Icon_Blank:before {
	position: relative;
    top: -0.1em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    background-position: 0px 0px;
    background-image: url(/img/common/icon/ic_link_blank.svg);
	}
	
	.ListNum {
	margin-top: 3rem;
	}
	

	.DLHori2 {
	border-top: 1px solid #c5cbce;
	}

	.PagePrivacy .DLHori2 {
	margin-top: 3rem;
	width: 70%;
	}

	.DLHori2 dl {
	border-bottom: 1px solid #c5cbce;	
	}

	.DLHori2 dt {
	width: 30%;
	background-color: #e9f0f2;
	padding: 1.5rem;
	}
	
	.DLHori2 dd {
	width: 70%;
	background-color: #fff;
	padding: 1.5rem;
	}
	
	.ListDisc.Lead1 {
	margin-top: 1.5rem !important;
	}

}


/* ■ 汎用ライブラリ1 ==================================================================================== */

/*
モーダル1
タブメニュー
ソートメニュー
*/


/* モーダル1 --------------------------------------------------- */

.SampleFullScreen {
display: none;
}

.SampleFullScreen_In {
padding-top: 3rem;
padding-bottom: 3rem;
}


/* タブメニュー --------------------------------------------------- */

.TabContent {
display: none;
}

.TabContent.Current {
display: block;
}

/* タブ */
.TabMenuList {
display: flex;
margin-top: var(--gap-int);
border-bottom: 1px solid var(--color-sub4);
}

.TabMenuList li {
margin-right: 0.2rem;
}

.TabMenuList a {
display: block;
border: 1px solid var(--color-sub4);
border-bottom: none;
border-radius: 0.5rem 0.5rem 0 0;
color: #000;
}

.TabMenuList a.Current {
background-color: var(--color-sub5);
}

/* コンテンツ */
.TabContentsList {
margin-top: var(--gap-int);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.TabMenuList a {
	padding: 1.25rem 1rem;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.TabMenuList a {
	padding: 1rem 1rem;
	}

}


/* ソートメニュー --------------------------------------------------- */

/* タグ */
.SortMenuList {
display: flex;
flex-wrap: wrap;
margin-top: var(--gap-int);
}

.SortMenuList li {
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}

.SortMenuList a {
display: block;
border: 1px solid var(--color-sub4);
border-radius: 100vh;
color: #000;
}

.SortMenuList a.Current {
background-color: var(--color-sub5);
}

/* コンテンツ */
.SortContentsList {
margin-top: var(--gap-int);
}

.SortContentsList li {
border: 1px solid var(--color-sub4);
}

@media only screen and (max-width: 767px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 1.5rem 1.5rem;
	line-height: 1.6;
	}

}

@media print, screen and (min-width: 768px) {

	/* タブ */
	.SortMenuList a {
	padding: 1rem 2rem;
	}

	/* コンテンツ */
	.SortContentsList li {
	padding: 2rem 2rem;
	line-height: 1.8;
	}

}



/* ■ JSライブラリ ==================================================================================== */

/*
slick
Modaal
*/


/* slick カスタマイズ --------------------------------------------------- */

/* 読み込み時のレイアウトずれ対策 */
.Slider > li:not(:first-child) {
display: none;
}

/* 前後ボタン */
.slick-prev,
.slick-next {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
z-index: 10;
border-radius: 100vh;
text-indent: -9999px;
background-color: rgba(0,0,0,0.5);
cursor: pointer;
}

.slick-prev-arrow,
.slick-next-arrow {
display: block;
border-color: #fff;
border-top-style: solid;
border-right-style: solid;
}

.slick-prev-arrow {
transform: rotate(225deg);
}

.slick-next-arrow {
transform: rotate(45deg);
}

.slick-disabled {
opacity: 0.2;
cursor: default;
}

/* ページネーション */
.slick-dots {
display: block;
position: absolute;
width: 100%;
text-align: center;
}

.slick-dots li {
display: inline-block;
position: relative;
border: 1px solid #c7c7c7;
border-radius: 100vh;
text-indent: -9999px;
cursor: pointer;
}

@media only screen and (max-width: 767px) {

	.Slider {
	margin-top: var(--gap-int);
	margin-bottom: 6rem;
	}

	/* スライド間の余白：centerModeを使用する場合 */
	.Slider .slick-slide {
	margin: 0 0.2rem;
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	bottom: -4rem;
	width: 3rem;
	height: 3rem;
	margin-top: -1.5rem;
	}

	.slick-prev {
	left: 0;
	padding-left: 0.5rem;
	}

	.slick-next {
	right: 0;
	padding-right: 0.5rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 1rem;
	height: 1rem;
	border-top-width: 1px;
	border-right-width: 1px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: -3.75rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #c7c7c7;
	}

}

@media print, screen and (min-width: 768px) {

	.Slider {
	margin-top: var(--gap-int);
	}

	/* 前後ボタン */
	.slick-prev,
	.slick-next {
	top: 50%;
	width: 6rem;
	height: 6rem;
	margin-top: -3rem;
	}

	.slick-prev {
	left: 2rem;
	padding-left: 1rem;
	}

	.slick-next {
	right: 2rem;
	padding-right: 1rem;
	}

	.slick-prev-arrow,
	.slick-next-arrow {
	width: 2rem;
	height: 2rem;
	border-top-width: 2px;
	border-right-width: 2px;
	}

	/* ページネーション */
	.slick-dots {
	bottom: 2rem;
	}

	.slick-dots li {
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	}

	.slick-dots .slick-active {
	background-color: #fff;
	}

}


/* Modaal カスタマイズ --------------------------------------------------- */

/*
種類別class名
modaal-inline, modaal-image, modaal-video, modaal-ajax, modaal-confirm, modaal-iframe
modaal-fullscreen
*/

/* オーバーレイ */
.modaal-overlay {
z-index: 10000;
background-color: rgba(0,0,0,0.6) !important;
}

/* モーダル全体の囲み */
.modaal-wrapper {
z-index: 10001;
}

/* 画像：横幅 */
.modaal-image .modaal-container,
.modaal-image .modaal-container img {
max-width: 100rem !important;
}

/* 動画：横幅 */
.modaal-video-wrap {
max-width: 100rem;
margin: 0 auto;
}

/* 動画：調整（display: tableによる不要な上下の余白を解消） */
.modaal-video .modaal-outer-wrapper {
display: flex;
align-items: center;
}

.modaal-video .modaal-inner-wrapper {
height: auto;
}

/* 動画：調整（左右の背景を押しても閉じないバグを解消） */
.modaal-video-container {
max-width: 100%;
padding-top: 56.25%;
padding-bottom: 0;
}

/* 閉じるボタン */
.modaal-close {
background-color: #fff !important;
}

.modaal-fullscreen .modaal-close {
background-color: #000 !important;
}

.modaal-close::before,
.modaal-close::after,
.modaal-close:focus::before,
.modaal-close:focus::after,
.modaal-close:hover::before,
.modaal-close:hover::after {
background-color: #000 !important;
}

.modaal-fullscreen .modaal-close::before,
.modaal-fullscreen .modaal-close::after,
.modaal-fullscreen .modaal-close:focus::before,
.modaal-fullscreen .modaal-close:focus::after,
.modaal-fullscreen .modaal-close:hover::before,
.modaal-fullscreen .modaal-close:hover::after {
background-color: #fff !important;
}

@media only screen and (max-width: 767px) {

	/* コンテンツ領域のpadding */
	.modaal-content-container {
	padding: 2rem;
	}

	/* inlineとAjaxの高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax .modaal-content-container {
	height: 50rem;
	overflow: scroll;
	}

}

@media print, screen and (min-width: 768px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	max-width: 100rem;
	height: 60rem;
	overflow: scroll;
	}

}

@media print, screen and (max-height: 700px) {

	/* inlineとAjaxの横幅と高さ */
	.modaal-inline:not(.modaal-fullscreen) .modaal-content-container,
	.modaal-ajax:not(.modaal-fullscreen) .modaal-content-container {
	height: 50rem;
	}

}


/* scroll-hint --------------------------------------------------- */

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}



.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after
 {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before
 {
  opacity: 1;
  visibility: visible;
}






/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}




