#equipment {
	position: relative;
}
#equipment .equ {
	padding-top: 15vw;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
}
#equipment .equ.active {
	display: block;
}
#equipment .wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#equipment .imgbox {
	position: relative;
}
#equipment .imgnote {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}
#equipment .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
#equipment .mv {
	position: relative;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .mv.active {
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .mv .ptitle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 1;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .mv .ptitle span {
	white-space: nowrap;
	letter-spacing: 0.3em;
	font-size: clamp(10px, 10vw, 45px);
	font-family: "agara", "a1", serif;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .mv img {
	-webkit-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
}
#equipment.pagein .mv .ptitle {
	opacity: 1;
	-webkit-transition: 1s 0.6s;
	transition: 1s 0.6s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
#equipment.pagein .mv .ptitle span {
	letter-spacing: 0.08em;
	-webkit-transition: 2s 0.6s;
	transition: 2s 0.6s;
}
#equipment.pagein .mv img {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	-webkit-transition: 3s;
	transition: 3s;
}
#equipment .tabbox {
	max-width: 1000px;
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1vw;
	position: absolute;
	left: 50%;
	top: 45vw;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}
#equipment .tabbox li {
	width: 31%;
	padding: 1em 0;
	background-color: #fff;
	border: 1px solid #D4D7E2;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .tabbox li p {
	color: #525B7C;
	font-size: clamp(10px, 3.5vw, 16px);
	letter-spacing: 0.01em;
}
#equipment .tabbox li:hover, #equipment .tabbox li.active {
	background-color: #525B7C;
	-webkit-transition: 1s;
	transition: 1s;
}
#equipment .tabbox li:hover p, #equipment .tabbox li.active p {
	color: #fff;
}
#equipment .sec {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
#equipment .hdrbox {
	margin-top: 80px;
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 2px solid #000;
}
#equipment .hdrbox .p01 {
	font-weight: 600;
	font-family: sans-serif;
	font-size: clamp(10px, 5.5vw, 35px);
	letter-spacing: 0.01em;
	line-height: 0.7;
}
#equipment .hdrbox .p02 {
	margin-top: -1em;
	font-family: "a1", serif;
	font-size: clamp(10px, 3.5vw, 20px);
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: right;
}
#equipment .anno {
	margin-top: 1em;
}
#equipment .annobox {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	#equipment {
		/*@media screen end*/
	}
	#equipment .equ {
		padding-top: 70vw;
		padding-bottom: 10vw;
	}
	#equipment .flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment .mv {
		margin-top: 55px;
	}
	#equipment .mv .ptitle span {
		font-size: clamp(10px, 8vw, 45px);
	}
	#equipment .tabbox {
		gap: 3vw;
		top: 120vw;
	}
	#equipment .tabbox li {
		width: 47%;
		padding: 0.8em 0 0.6em;
	}
	#equipment .hdrbox {
		margin-bottom: 12vw;
	}
	#equipment .hdrbox .p02 {
		margin-top: -1.5em;
	}
	#equipment .of {
		overflow-x: scroll;
	}
	#equipment .of img {
		width: 200%;
	}
	#equipment .of._s img {
		width: 120%;
	}
	#equipment .of._m img {
		width: 150%;
	}
}

#equipment_ws {
	background-color: #ebf2f8;
	position: relative;
}
#equipment_ws.equ {
	padding-top: 25vw;
}
#equipment_ws .bgbox {
	position: absolute;
	top: 15vw;
	mix-blend-mode: multiply;
}
#equipment_ws p {
	letter-spacing: 0.01em;
}
#equipment_ws .owsbox {
	width: 75%;
	margin: 0 auto;
}
#equipment_ws .sec_h {
	margin-top: 60px;
}
#equipment_ws .sec_h .item_t {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #231815;
}
#equipment_ws .sec_h .p01 {
	margin-bottom: 0.3em;
	color: #525B7C;
	font-size: clamp(10px, 10vw, 25px);
}
#equipment_ws .sec_h .p02 {
	margin-bottom: 0.5em;
	color: #525B7C;
	font-size: 14px;
}
#equipment_ws .sec_h .p03 {
	color: #475D82;
	font-weight: 500;
	font-family: "noto_sans", sans-serif;
	font-size: clamp(10px, 10vw, 20px);
}
#equipment_ws .sec_h .item_b .txtbox {
	width: 44%;
}
#equipment_ws .sec_h .item_b .txtbox p {
	font-family: "noto_sans", sans-serif;
	font-size: clamp(10px, 1.5vw, 14px);
}
#equipment_ws .sec_h .item_b .imgbox {
	width: 42%;
}
#equipment_ws .tnmbox {
	margin-top: 40px;
}
#equipment_ws .tnmbox .logobox {
	width: 12%;
}
#equipment_ws .tnmbox .txtbox {
	width: 82%;
}
#equipment_ws .tnmbox .txtbox p {
	color: #475D82;
	font-family: "noto_sans", sans-serif;
	font-weight: 500;
	font-size: clamp(10px, 1.5vw, 12px);
	line-height: 1.8;
}
#equipment_ws .tnmbox._02 {
	margin-bottom: 40px;
}
#equipment_ws .tnmbox._02 .logobox {
	width: 22%;
}
#equipment_ws .tnmbox._02 .txtbox {
	width: 74%;
}
#equipment_ws .itembox {
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid #231815;
}
#equipment_ws .itembox._nb {
	border-bottom: none;
}
#equipment_ws .itembox .item {
	width: 48%;
	margin-top: 60px;
}
#equipment_ws .itembox .p01 {
	margin-bottom: 1em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #231815;
	text-align: center;
	color: #354863;
	font-weight: 500;
	font-family: "noto_sans", sans-serif;
	font-size: clamp(10px, 1.5vw, 18px);
}
#equipment_ws .itembox .p02 {
	margin-bottom: 2.5em;
	font-family: "noto_sans", sans-serif;
	font-weight: 300;
	font-size: clamp(10px, 1.5vw, 12px);
}
#equipment_ws .itembox .p03 {
	margin-bottom: 1.5em;
	padding: 0.5em 0 0.6em;
	background-color: #354863;
	text-align: center;
	color: #fff;
	font-family: "noto_sans", sans-serif;
	font-size: clamp(10px, 1.5vw, 14px);
}
#equipment_ws .itembox .p03._b {
	margin-bottom: 0.5em;
	padding: 0.3em 0 0.4em;
	background-color: #757575;
}
#equipment_ws .itembox .anno {
	text-align: right;
}
#equipment_ws .itembox .anno.tal {
	text-align: left;
}
#equipment_ws .itembox .item_l {
	width: 40%;
}
#equipment_ws .itembox .item_r {
	width: 55%;
}
#equipment_ws .itembox .mt {
	margin-top: 1.5em;
}
#equipment_ws .itembox .mb {
	margin-bottom: 1.5em;
}
#equipment_ws .itembox .flexbox .item_l {
	width: 48%;
}
#equipment_ws .itembox .flexbox .item_r {
	width: 48%;
}
#equipment_ws .mzbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
}
#equipment_ws .mzbox .p01 {
	line-height: 1.2;
}
#equipment_ws .mzbox .p02 {
	margin-bottom: 1.5em;
	font-family: serif;
}
#equipment_ws .mzbox._l .txtbox {
	width: 60%;
}
#equipment_ws .mzbox._l .imgbox {
	width: 35%;
}
#equipment_ws .mzbox._r {
	margin-bottom: 20px;
}
#equipment_ws .mzbox._r .txtbox {
	width: 48%;
}
#equipment_ws .mzbox._r .imgbox {
	width: 48%;
}
#equipment_ws .mzbox._r .p01 span {
	font-size: 12px;
}
#equipment_ws .mzbox._r .anno {
	text-align: left;
}
@media screen and (max-width: 768px) {
	#equipment_ws {
		/*@media screen end*/
	}
	#equipment_ws.equ {
		padding-top: 75vw;
	}
	#equipment_ws .bgbox {
		top: 45vw;
	}
	#equipment_ws .owsbox {
		width: 100%;
	}
	#equipment_ws .sec_h .p01 {
		font-size: clamp(10px, 4.8vw, 25px);
	}
	#equipment_ws .sec_h .item_b {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#equipment_ws .sec_h .item_b .txtbox {
		width: 100%;
	}
	#equipment_ws .sec_h .item_b .imgbox {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .tnmbox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#equipment_ws .tnmbox .logobox {
		width: 40%;
		margin-bottom: 5vw;
	}
	#equipment_ws .tnmbox .txtbox {
		width: 100%;
	}
	#equipment_ws .tnmbox._02 {
		margin-top: 0;
	}
	#equipment_ws .tnmbox._02.flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment_ws .tnmbox._02 .logobox {
		width: 40%;
	}
	#equipment_ws .tnmbox._02 .txtbox {
		width: 100%;
	}
	#equipment_ws .itembox .item {
		width: 100%;
	}
	#equipment_ws .itembox .p01 {
		font-size: clamp(10px, 4.5vw, 18px);
	}
	#equipment_ws .itembox .p03 {
		margin-bottom: 5vw;
	}
	#equipment_ws .itembox .flexbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#equipment_ws .itembox .flexbox .item_l {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .itembox .flexbox .item_r {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .itembox .flexbox.fd_c {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment_ws .mzbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	#equipment_ws .mzbox._l .txtbox {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .mzbox._l .imgbox {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .mzbox._r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment_ws .mzbox._r .txtbox {
		width: 100%;
		margin-bottom: 5vw;
	}
	#equipment_ws .mzbox._r .imgbox {
		width: 100%;
		margin-bottom: 5vw;
	}
}

#equipment_equ .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#equipment_equ .itembox .item {
	width: 23%;
	margin-bottom: 40px;
}
#equipment_equ .itembox .p01 {
	margin: 0.8em 0;
	font-size: clamp(10px, 1.5vw, 16px);
	letter-spacing: 0.01em;
	text-align: center;
}
#equipment_equ .itembox .p02 {
	font-size: 12px;
	letter-spacing: 0.01em;
}
#equipment_equ ._pow .itembox {
	width: 48%;
}
#equipment_equ ._pow .item {
	width: 48%;
}
#equipment_equ ._pow .item._r {
	width: 52.5%;
}
#equipment_equ ._lav .imgnote {
	right: auto;
	left: 10px;
	text-shadow: none;
	color: #000;
}
#equipment_equ ._lav .item._b {
	width: 48%;
}
#equipment_equ ._lav .item._b .imgnote {
	right: 10px;
	left: auto;
}
@media screen and (max-width: 768px) {
	#equipment_equ {
		/*@media screen end*/
	}
	#equipment_equ .itembox .item {
		width: 48%;
	}
	#equipment_equ .itembox .p01 {
		font-size: clamp(10px, 3.5vw, 16px);
	}
	#equipment_equ .itembox .p02 {
		font-size: 12px;
	}
	#equipment_equ ._pow .itembox {
		width: 100%;
	}
	#equipment_equ ._lav .item._b {
		width: 100%;
	}
}

#equipment_scr .item {
	margin-top: 40px;
}
#equipment_scr .item .p01 {
	margin-bottom: 0.8em;
	padding: 0.5em 0;
	font-size: clamp(10px, 3.5vw, 16px);
	letter-spacing: 0.01em;
}
#equipment_scr .item .p01._nb {
	padding: 0;
	border: none;
}
#equipment_scr .item .p02 {
	font-size: 12px;
	letter-spacing: 0.01em;
}
#equipment_scr .item .imgbox {
	margin-top: 20px;
}
#equipment_scr .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#equipment_scr .itembox .item {
	width: 48%;
}
#equipment_scr .itembox._b .item {
	width: 23%;
}
#equipment_scr .itembox._b .p01 {
	margin-top: 0.8em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#equipment_scr {
		/*@media screen end*/
	}
	#equipment_scr .itembox .item {
		width: 100%;
	}
	#equipment_scr .itembox._b .item {
		width: 48%;
	}
}

#equipment_str .item {
	margin-top: 40px;
}
#equipment_str .item .p01 {
	margin: 0.8em 0;
	padding: 0.5em 0;
	text-align: center;
	font-size: clamp(10px, 3.5vw, 16px);
	letter-spacing: 0.01em;
}
#equipment_str .item .p01._nb {
	padding: 0;
	border: none;
}
#equipment_str .item .p01._2l {
	line-height: 1em;
}
#equipment_str .item .p01._tal {
	text-align: left;
}
#equipment_str .item .p02 {
	font-size: 12px;
	letter-spacing: 0.01em;
}
#equipment_str .item .imgbox {
	margin-top: 20px;
}
#equipment_str .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#equipment_str .itembox._2l .item {
	width: 48%;
}
#equipment_str .itembox._2l .item_t {
	margin-bottom: 30px;
}
#equipment_str .itembox .item {
	width: 31%;
}
@media screen and (max-width: 768px) {
	#equipment_str {
		/*@media screen end*/
	}
	#equipment_str .item {
		width: 100%;
	}
	#equipment_str .itembox._2l .item {
		width: 100%;
	}
	#equipment_str .itembox .item {
		width: 100%;
	}
}

#equipment_cs .itembox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#equipment_cs .itembox._2l .item {
	width: 48%;
}
#equipment_cs .itembox._2l .item .p01 {
	text-align: left;
}
#equipment_cs .itembox._2l ._l {
	width: 47%;
}
#equipment_cs .itembox._2l ._r {
	width: 49%;
}
#equipment_cs .itembox .item {
	width: 23%;
	margin-bottom: 40px;
}
#equipment_cs .itembox .item_t {
	margin-bottom: 20px;
}
#equipment_cs .itembox .p01 {
	margin: 0.8em 0;
	font-size: clamp(10px, 1.5vw, 16px);
	letter-spacing: 0.01em;
	text-align: center;
}
#equipment_cs .itembox .p02 {
	font-size: 12px;
	letter-spacing: 0.01em;
}
#equipment_cs ._sub .itembox, #equipment_cs ._qc .itembox {
	margin-bottom: 60px;
}
#equipment_cs ._sub .item_l, #equipment_cs ._qc .item_l {
	width: 32%;
}
#equipment_cs ._sub .item_l .p01, #equipment_cs ._qc .item_l .p01 {
	margin-bottom: 0.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: clamp(10px, 3.5vw, 16px);
	letter-spacing: 0.01em;
}
#equipment_cs ._sub .item_r, #equipment_cs ._qc .item_r {
	width: 64%;
}
#equipment_cs ._sub .mt, #equipment_cs ._qc .mt {
	margin-top: 1em;
}
#equipment_cs ._sub .logobox, #equipment_cs ._qc .logobox {
	margin-bottom: 20px;
}
#equipment_cs ._sub .itemttl, #equipment_cs ._qc .itemttl {
	margin-top: 80px;
	margin-bottom: 40px;
	padding: 0.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #000;
	color: #fff;
}
#equipment_cs ._sub .itemttl p, #equipment_cs ._qc .itemttl p {
	font-size: clamp(10px, 3vw, 16px);
	letter-spacing: 0.01em;
	line-height: 1em;
}
#equipment_cs ._sub .itemttl .p01, #equipment_cs ._qc .itemttl .p01 {
	margin-right: 1em;
	padding-right: 1em;
	border-right: 1px solid #fff;
	font-family: sans-serif;
}
#equipment_cs ._sub .itemttl .p02, #equipment_cs ._qc .itemttl .p02 {
	padding-top: 0.25em;
}
@media screen and (max-width: 768px) {
	#equipment_cs {
		/*@media screen end*/
	}
	#equipment_cs .itembox._2l .item {
		width: 100%;
	}
	#equipment_cs .itembox .item {
		width: 48%;
	}
	#equipment_cs .itembox .p01 {
		font-size: clamp(10px, 3.2vw, 16px);
	}
	#equipment_cs ._sub .hdrbox, #equipment_cs ._qc .hdrbox {
		margin-bottom: 6vw;
	}
	#equipment_cs ._sub .itembox, #equipment_cs ._qc .itembox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment_cs ._sub .item_l, #equipment_cs ._qc .item_l {
		width: 100%;
		margin-bottom: 3vw;
	}
	#equipment_cs ._sub .item_r, #equipment_cs ._qc .item_r {
		width: 100%;
	}
	#equipment_cs ._sub .itemttl, #equipment_cs ._qc .itemttl {
		margin-bottom: 8vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#equipment_cs ._sub .itemttl .p01, #equipment_cs ._qc .itemttl .p01 {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	#equipment_cs ._sub .itemttl .p02, #equipment_cs ._qc .itemttl .p02 {
		font-size: 11px;
		text-align: center;
	}
	#equipment_cs ._sub .itemttl hr, #equipment_cs ._qc .itemttl hr {
		width: 30px;
		margin: 10px 0;
		color: #fff;
	}
}
/*# sourceMappingURL=equipment.css.map */