@charset "UTF-8";

.m_img {
    background-image: url(../images/equipment/m_img@2x.jpg);
}
/*---------------------------------------------------------
ank_box
---------------------------------------------------------*/
.ank_box .com_fuki_dash {
	font-size: min(2.2vw,150%);
	letter-spacing: .1em;
	line-height: 1.5;
}
.ank_box .com_fuki_dash::before,
.ank_box .com_fuki_dash::after {
	height: 2.5em;
}
.ank_box .com_fuki_dash > div:first-of-type {
	font-size: 133%;
}
.ank_box .com_btnlist a {
	transition: filter .5s;
}
.ank_box .com_btnlist a:hover {
	filter: saturate(1.6);
}
.ank_box .com_btnlist > li:nth-of-type(1) a {background-color: #AA9AC1;}
.ank_box .com_btnlist > li:nth-of-type(2) a {background-color: #F5A294;}
.ank_box .com_btnlist > li:nth-of-type(3) a {background-color: #E9BB00;}
.ank_box .com_btnlist > li:nth-of-type(4) a {background-color: #97CCD9;}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.ank_box .com_btnlist {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2,48.2%);
	max-width: 791px;
	margin: 0 auto;
}
.ank_box .com_btnlist > li {
	margin-right: 0;
}
.ank_box .com_btnlist a {
	display: block;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.ank_box .com_fuki_dash {
	font-size: 120%;
}
.ank_box .com_btnlist a {
	width: 70vw;
}
}
/*---------------------------------------------------------
common
---------------------------------------------------------*/
.equ_bg {
	position: relative;
	padding: 200px 4% 120px;
}
.equ_bg::before {
	position: absolute;
	content: "";
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.secline_b::after {
	display: block;
	content: "";
	background-color: #E6E6E6;
	width: 82%;
	height: 1px;
	inset: 0;
	margin: 70px auto;
}
/* equ_style1 */
.equ_style1 > dt {
	margin-bottom: 1em;
}
.equ_style1 > dt .ft_jos {
	font-size: 90%;
	letter-spacing: .1em;
	margin-bottom: 1em;
}
.equ_style1 > dt .ft_min {
	font-size: min(250%,3.5vw);
	letter-spacing: .12em;
	line-height: 1.6;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.equ_bg {
	padding: 16% 4% 12%;
}
.secline_b::after {
	margin: 7% auto;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.equ_bg {
	padding: 20% 5% 15%;
}
.secline_b::after {
	margin: 9% auto 8%;
}
/* equ_style1 */
.equ_style1 > dt {
	margin-bottom: .8em;
}
.equ_style1 > dt .ft_jos {
	font-size: 90%;
	margin-bottom: .6em;
}
.equ_style1 > dt .ft_min {
	font-size: 150%;
}
}
/*equ_title
---------------------------------------------------------*/
.equ_title {
	margin-bottom: 4.2em;
}
.equ_title > div {
	text-align: center;
}
.equ_title .ft_jos {
	font-size: 93%;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 1.2em;
}
.equ_title .ft_min {
	font-size: min(3.6vw,262%);
	letter-spacing: .12em;
	line-height: 1.3;
}
.equ_title .ft_min > span {
	display: block;
	font-size: 180%;
	letter-spacing: .04em;
}
.equ_title .ft_min > span span {
	font-size: 120%;
}
#precision .equ_title .ft_min > span.large {
	font-size: 215%;
}
#precision .equ_title .ft_min > span.large span {font-size: 100%;}
.equ_title p {
	font-size: min(2vw,125%);
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
}
.equ_inbox .com_meteor {
	position: relative;
	margin-top: -8%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.equ_title {
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 53% 47%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.equ_title {
	margin-bottom: 2em;
}
.equ_title .ft_jos {
	font-size: 85%;
	margin-bottom: .8em;
}
.equ_title .ft_min {
	font-size: 110%;
	letter-spacing: .1em;
}
.equ_title .ft_min > span {
	font-size: 215%;
}
.equ_title p {
	text-align: center;
	font-size: 90%;
	letter-spacing: .06em;
}
}
/*equ_inbox
---------------------------------------------------------*/
.equ_inbox {
	position: relative;
	max-width: 1300px;
	padding: 80px 0 90px;
	margin-left: auto;
	margin-right: auto;
}
.equ_inbox::before {
	position: absolute;
	content: "";
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 17% auto;
	width: 92%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.equ_inbox > * {
	position: relative;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.equ_inbox {
	padding: 5% 0 8%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.equ_inbox {
	padding: 10% 0 12%;
}
}
/*layout
---------------------------------------------------------*/
/*com_flt*/
.com_flt .box_img {
	position: relative;
	max-width: 550px;
}
.com_flt .box_img .abs_l {
	position: relative;
	width: 68%;
	max-width: 374px;
	margin-left: 0;
}
.com_flt .box_img .abs_s {
	position: absolute;
	width: 30%;
	max-width: 131px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.15));
}
/*equ_col3*/
.equ_col3 .box_img {
	max-width: 380px;
	margin: 0 auto 6%;
}
.equ_col3 dt {
	font-size: min(3vw,200%);
	line-height: 1.3;
	margin-bottom: .3em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
/*com_flt*/
.com_flt .box_img {
	width: 45%;
}
/*equ_col3*/
.equ_col3 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 30%);
}
.equ_col3 > div:nth-of-type(n+4) {
	margin-top: 7%;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*com_flt*/
.com_flt .box_img {
	width: 82%;
}
.com_flt .box_img .abs_l {
	width: 85%;
	margin-left: -15%;
}
/*equ_col3*/
.equ_col3 > div:not(:last-of-type)::after {
	display: block;
	content: "";
	background-color: #E6E6E6;
	width: 82%;
	height: 1px;
	inset: 0;
	margin: 9% auto 8%;
}
.equ_col3 .box_img {
	width: 70%;
}
.equ_col3 dt {
	font-size: 125%;
}
}
/*equ_point
---------------------------------------------------------*/
.equ_point {
	position: relative;
	width: 96%;
	max-width: 1050px;
	color: #FFF;
	box-sizing: border-box;
	padding: 40px 4.5%;
	margin: 30px auto 0;
}
.equ_point .com_flt .img_l {
	max-width: 280px;
}
/* poi_tit */
.equ_point .poi_tit {
	text-align: center;
	font-size: min(2.2vw,150%);
	letter-spacing: .12em;
	line-height: 1.4;
	margin-bottom: 1.8em;
}
.equ_point .poi_tit .ft_jos {
	font-size: 54%;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 1em;
}
.equ_point .poi_tit::before {
	display: block;
	text-align: center;
	font-family: 'fontello';
	content: '\e800';
	color: #ffd000;
	font-size: 65%;
	letter-spacing: normal;
	line-height: 1;
	font-weight: normal;
	margin-bottom: .8em;
}
/* poi_col3 */
.equ_point .poi_col3 .box_img {
	max-width: 300px;
	margin: 0 auto 5%;
}
.equ_point .poi_col3 .box_img img {
	border-radius: 6.6% / 10.8%;
}
.equ_point .poi_col3 dt {
	font-size: 143%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .2em;
}
/* poi_col4 */
.equ_point .poi_col4 .box_img {
	max-width: 212px;
	margin: 0 auto 5%;
}
.equ_point .poi_col4 p {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .04em;
	margin-top: .2em;
}
/* poi_no */
.equ_point .poi_no {
	font-size: 81%;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 1.3em;
}
.equ_point .poi_no span {
	font-size: 238%;
	vertical-align: -0.15em;
	margin-left: .4em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
.equ_point .com_flt .img_l {
	width: 31%;
}
.equ_point .poi_col3 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 31.4%);
}
.equ_point .poi_col4 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 22.6%);
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.equ_point {
	padding: 6% 6% 7%;
	margin-top: 5%;
}
.equ_point .poi_tit {
	font-size: 120%;
	letter-spacing: .08em;
	margin-bottom: 1.2em;
}
/* poi_col3 */
.equ_point .poi_col3 > div:not(:last-of-type) {
	margin-bottom: 10%;
}
.equ_point .poi_col3 .box_img {
	width: 70%;
}
.equ_point .poi_col3 dt {
	font-size: 110%;
	letter-spacing: .05em;
}
/* poi_col4 */
.equ_point .poi_col4 {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 48%);
}
.equ_point .poi_col4 > div:nth-of-type(n+3) {
	margin-top: 15%;
}
/* poi_no */
.equ_point .poi_no {
	text-align: center;
	margin-bottom: 1.3em;
}
.equ_point .poi_no span {
	font-size: 238%;
	vertical-align: -0.15em;
	margin-left: .4em;
}
}
/*---------------------------------------------------------
precision
---------------------------------------------------------*/
#precision .equ_title .ft_jos,
#precision .equ_style1 > dt .ft_jos {color: #AA9AC1;}
#precision .equ_title p .pnk {color: #F5898C;}
#precision .equ_bg {background-color: rgba(170,154,193,0.1);}
#precision .equ_bg::before {background-image: url(../images/equipment/prc_bg@2x.jpg);}
#precision .equ_inbox::before {background-image: url(../images/equipment/corner_ppl@2x.png);}
#precision .equ_point {	background-color: #AA9AC1;}
#precision .com_meteor .line {stroke: url(#grd_ppl);}#precision .com_flt .box_img .abs_l {
	margin-top: -25%;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
#precision .equ_point .img_l {
	margin-left: -4%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#precision .equ_point .img_l {
	translate: -20% 0;
}
#precision .com_flt .box_img .abs_l {
	margin-left: auto;
	margin-right: -15%;
	margin-bottom: -8%;
}
#scanner .com_flt .box_img {
	width: 90%;
}
}
/*---------------------------------------------------------
painless
---------------------------------------------------------*/
#painless .equ_title .ft_min .pnk,
#painless .equ_title .ft_jos,
#painless .equ_style1 > dt .ft_jos {color: #F5A294;}
#painless .equ_title p .pnk {color: #F5898C;}
#painless .equ_bg {background-color: rgba(245,162,148,0.1);}
#painless .equ_bg::before {background-image: url(../images/equipment/pai_bg@2x.jpg);}
#painless .equ_inbox::before {background-image: url(../images/equipment/corner_red@2x.png);}
#painless .equ_point {background-color: #F5A294;}
#painless .com_flt .box_img .abs_s {
	left: 5%;
	top: 6%;
}
#painless .com_meteor .line {stroke: url(#grd_pnk);}
/*---------------------------------------------------------
comfort
---------------------------------------------------------*/
#comfort .equ_title .ft_jos,
#comfort .equ_style1 > dt .ft_jos {color: #E9BB00;}
#comfort .equ_bg {background-color: rgba(255,208,0,0.15);}
#comfort .equ_bg::before {background-image: url(../images/equipment/cft_bg@2x.jpg);}
#comfort .equ_inbox::before {background-image: url(../images/equipment/corner_yel@2x.png);}
#comfort .equ_point {background-color: #E9BB00;}
#comfort .com_flt .box_img .abs_l {
	margin-top: -35%;
}
#comfort .com_meteor .line {stroke: url(#grd_yel);}
/*---------------------------------------------------------
hygiene
---------------------------------------------------------*/
#hygiene .equ_title .ft_jos,
#hygiene .equ_style1 > dt .ft_jos {color: #82BBCB;}
#hygiene .equ_bg {background-color: rgba(130,187,203,0.1);}
#hygiene .equ_bg::before {background-image: url(../images/equipment/hyg_bg@2x.jpg);}
#hygiene .equ_inbox::before {background-image: url(../images/equipment/corner_blu@2x.png);}
#hygiene .equ_point {background-color: #82BBCB;}
#hygiene .com_flt .box_img .abs_s {
	right: 4%;
	bottom: 4%;
}
#hygiene .com_meteor .line {stroke: url(#grd_blu);}
/* cycle */
#cycle .com_flt .box_img {
	max-width: 597px;
}
#cycle .dif_box {
	max-width: 973px;
	margin: 50px auto 0;
}
#cycle .dif_box dt {
	text-align: center;
	font-size: 143%;
	letter-spacing: .15em;
	line-height: 1.3;
	background-color: rgba(73,41,34,0.05);
	padding: .5em;
	border-radius: .6em;
	margin-bottom: 1.2em;
}
#cycle .dif_box {
	text-align: center;
}
#cycle .dif_box ul {
	max-width: 942px;
	margin: 0 auto;
}
#cycle .dif_box ul > li {
	position: relative;
	padding: 0 9.5%;
}
#cycle .dif_box ul div {
	position: relative;
	width: 76%;
	max-width: 190px;
	margin: 0 auto;
}
#cycle .dif_box ul div .abs {
	position: absolute;
	width: 66%;
	max-width: 125px;
	left: 86%;
	bottom: 2%;
}
#cycle .dif_box ul div::after {
	position: absolute;
	display: block;
	content: "";
	background-image: linear-gradient(to right, rgba(255,255,255,0.2), rgba(73,41,34,0.2));
	width: 1.4em;
	height: 1.9em;
	left: 130%;
	top: 50%;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	translate: -50% -50%;
}
#cycle .dif_box ul > li:last-of-type div::after {
	display: none;
}
#cycle .dif_box p {
	font-weight: bold;
	line-height: 1.4;
	margin-top: 1em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {/* cycle */
#cycle .com_flt .box_img {
	width: 52%;
}
#cycle .dif_box ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: 33.33% 1fr 1fr;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {/* cycle */
#cycle .com_flt .box_img {
	width: 100%;
	margin-bottom: 0;
}
#cycle .dif_box {
	margin-top: 6%;
}
#cycle .dif_box dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: 1.2em;
}
#cycle .dif_box ul > li {
	padding: 0;
	display: grid;
	justify-content: space-between;
	align-items: center;
	grid-template-columns: 28% 67%;
	margin-bottom: 6%;
}
#cycle .dif_box ul div {
	position: static;
	width: 100%;
}
#cycle .dif_box ul div::after {
	position: absolute;
	width: 1.4em;
	height: 1.9em;
	left: 50%;
	top: 108%;
	rotate: 90deg;
}
#cycle .dif_box ul div .abs {
	width: 28%;
	left: 74%;
	bottom: -5%;
}
#cycle .dif_box p {
	text-align: left;
	font-size: 90%;
	margin-top: 0;
}
}
/*---------------------------------------------------------

---------------------------------------------------------*/

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}