@charset "utf-8";
body {}
#cont_btn {
	background: #fff;
}
.msn-footer {
	background: #fff;
}

div#container {
	position: relative;
	max-width: 100%;
	padding-inline: 0;
	padding-bottom: 0;
	padding: 0;
	padding: 70px 0px 80px;
}



.bg {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
/*	z-index: -1;*/
/*    z-index: 1;*/
	transition: all 0.5s linear;
	background-image: url("../img/equipment/bg.jpg") ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
}
@media screen and (max-width:767px){
	.bg {
	background-image: url("../img/equipment/bg_sp.jpg") ;
	}
}

.main_space{
    color: #fff !important;
}
.main_space .copy p {
	text-shadow: 0 0 4px rgba(0,0,0,0.4), 2px 2px 4px rgba(0,0,0,0.4), -2px 2px 4px rgba(0,0,0,0.4), -2px -2px 4px rgba(0,0,0,0.4), 2px -2px 4px rgba(0,0,0,0.4);
	/*text-shadow: 0 0 8px rgba(0,0,0,1);*/
}
@media screen and (max-width:767px){
	div#container {
		padding-top: 40px;
	}
	.main_space .t_cap_l {
		left: auto;
		right: 3px;
		bottom: calc(429%/8.54);
	}
}
@media screen and (max-width: 480px) {
    .main_space {
        position: relative;
        z-index: 2;
    }
}
div#contents_wrap {
	clip-path: inset(0 0 0 0);
}
#kuzu_wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}


.sec_cont {
	position: relative;
	
}
.sec_cont .sec {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	width: 100%;
	pointer-events: none;
	transition:0.3s all ease-in-out 0s;
}
.sec_cont .sec.active  {
	
	position: relative;
	pointer-events: all;
	opacity: 1;
}
@media screen and (max-width:767px) {
	.sec_cont .cap_box span {
		font-size: 7px !important;
	}
}

.btn_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	
}

.btn_wrap.bottom {
	padding-top: 70px;
	
}
.btn_wrap  li{
	display: block;
	position: relative;
	width: 31.25%;
	line-height: 0;
	max-width: 300px;
}

.btn_wrap li .on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.btn_wrap li.active {
	pointer-events: none;
}
.btn_wrap li.active .on {
	opacity: 1;
}
@media screen and (min-width:768px) {
	.btn_wrap li .on:hover {
		opacity: 1;
	}
}

@media screen and (max-width:767px) {
	.btn_wrap {
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
		row-gap: 10px;	
		/*max-width: 235px;*/
		width: calc(100% - 80px);
		width: calc(100% - 110px);
	}
	.btn_wrap.bottom {
		padding-top: 50px;
	}
	
	.btn_wrap li {
		width: 100%;
	}
}


.s_ttl{
    font-size: clamp(14px, calc(23vw / 12), 23px);
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 0.5em;
    color: #7e6f45;
	font-size: clamp(17px, calc(23vw / 9.6), 23px);
	font-feature-settings: "palt";
	letter-spacing: 0.12em;
	font-weight: 500;
	line-height: 1.8;
	margin: 0.8em;
}
.s_lead {
    font-size: clamp(10px, calc(18vw / 12), 18px);
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 2.4;
	font-size: clamp(14px, calc(17vw / 9.6), 17px);
	line-height: 2.2;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	font-weight: 500;
}
.txt02{
    font-size: clamp(14px, calc(17vw / 9.6), 17px);
    line-height: 1.6;
}
@media screen and (max-width:480px){
.s_ttl {
	font-size: calc(16vw / 3.9);
	font-weight: 900;
}
.s_lead {
	font-size: calc(14vw / 3.9);
	line-height: 1.8;
	letter-spacing: 0.03em;
}
}


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

.sec_wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
}
@media screen and (max-width:767px) {
	.sec_wrap {
		row-gap: 30px;
	}
	.sec_wrap .item {
		row-gap: 10px !important;
	}
}

.main_item {
	position: relative;
	overflow: hidden;
}
.main_item .text_img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
}
@media screen and (max-width:767px) {
.main_item .text_img {
	width: 85%;
	height: 100%;
}
.main_item .text_img.sp_ex {
	width: 110%;
	height: auto;
}
}
.text_wrap .ttl {
	font-size: clamp(13px, calc(18vw / 9.6), 18px);
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5;
    margin-bottom: 0.4em;
	color: #7e6f45;
}
.text_wrap .ttl .small {
	font-size: 80%;
}
.text_wrap .ttl .small_02 {
	font-size: 94%;
}

.read {
	font-size: clamp(12px, calc(15vw / 9.6), 15px);
    font-feature-settings: "palt";
    line-height: 1.8;
}
.read .small {
	font-size: 80%;
	display: block;
	line-height: 1.6;
}


@media screen and (max-width:767px) {
	.text_wrap .ttl {
		margin-bottom: .4em;
		/*padding-bottom: .4em;*/
	}
	.text_wrap .ttl .small_02_sp {
		font-size: 94%;
	}
}

.sec01_wrap01 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(30% / 9.6);
}
.sec01_wrap01 .main_item {
	grid-column: span 3;
	aspect-ratio: 960 / 600;
	
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap01 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
@media screen and (max-width:767px) {
	.sec01_wrap01 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap01 .main_item {
		grid-column: span 2;
		aspect-ratio: auto;
	}
}
.sec01_wrap02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	
}
.sec01_wrap02 .ttl_img{
	width: 100%;
	margin-bottom: 20px;
}

.sec01_wrap02 .item .ttl{
	line-height: 1.6;
	margin-bottom: 5px;
}
.sec01_wrap02 .item01{
	width: calc(352% / 9.6);
	display: flex;
	flex-direction: column;
	
}
.sec01_wrap02 .item02 {
	width: calc(568% / 9.6);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01_wrap02 .w100 {
	width: 100%;
}
.sec01_wrap02 .item02 .ttl{
	width: 100%;
}
.sec01_wrap02 .item02 .img{
	width: calc(273% / 5.68);
}

@media screen and (max-width:767px) {
	.sec01_wrap02 .item .ttl{
		font-weight: 700;
	}
	.sec01_wrap02 .ttl_img{
		margin-bottom: 10px;
	}
	.sec01_wrap02 .item01, .sec01_wrap02 .item02 {
		width: 100%;
	}
	
	.sec01_wrap02 .item01 {
		margin-bottom: 20px;
	}
	.sec01_wrap02 .item02 {
		margin-bottom: 5px;
	}
	
}



.sec01_wrap03 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(30% / 9.6);
}
.sec01_wrap03 .main_item {
	grid-column: span 2;
	grid-row: span 2;
	position: relative;
}
.sec01_wrap03 .ex1 {
	margin-bottom: 23px;
}

.sec01_wrap03 .main_item .img_wrap {
	aspect-ratio:  630/697;
	aspect-ratio:  630/717;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.sec01_wrap03 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}

@media screen and (max-width:767px) {
.sec01_wrap03 .ex1 {
	margin-bottom: 0;
}
	.sec01_wrap03 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap03 .main_item {
		width: 80%;
		margin-inline: auto;	
	}
	.sec01_wrap03 .item.vpc767 {
		display: none;
	}
	.sec01_wrap03 .main_item .img_wrap{
		aspect-ratio: auto;
		
	}
.sec01_wrap03 .cap01 {
	text-align: center;
	margin-inline: -2em;
}
	.sec01_wrap03 .item06 {
		width: 100%;
		grid-column: span 2;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec01_wrap03 .item06 .img {
		width: 48%;
	}
	.sec01_wrap03 .item06 .text_wrap {
		width: 48%;
	}
	.sec01_wrap03 .item06 .text_wrap .ttl {
		letter-spacing: 0;
	}
}



.sec01_wrap04 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(20% / 9.6);
}
.sec01_wrap04 .main_item {
	grid-column: span 2;
	grid-row: span 2;
}
.sec01_wrap05 .main_item .img_wrap {
	aspect-ratio: 465/465;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap04 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
	max-width: 220px;
}
.sec01_wrap04 .item.ex  {
}

@media screen and (max-width:767px) {
	.sec01_wrap04 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap04 .main_item {
		width: 80%;
		margin-inline: auto;	
		aspect-ratio: auto;
	}
	.sec01_wrap04 .main_item .cap_r {
		text-align: center;
	}
}







.sec01_wrap05 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(25% / 9.6);
	row-gap: 0;
}

.sec01_wrap05 .main_item {
	grid-row: span 2;
	
}
.sec01_wrap05 .main_item .img_wrap {
	aspect-ratio: 465/465;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap05 .item02 .img_wrap {
	display: flex;
	justify-content: space-between;
}
.sec01_wrap05 .item {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
.sec01_wrap05 .item .text_wrap .ttl {
/*	margin-bottom: 7px;
	padding-bottom: 7px;*/
	
}

.sec01_wrap05 .item02 .img_wrap .img{
	width: calc(231% / 4.67);
}
.sec01_wrap05 .item02 .item_list{
	display: flex;
	justify-content: space-between;
	
}

.sec01_wrap05 .item02 .item_list li {
	width: calc(115% / 4.67);
}

@media screen and (max-width:767px) {
	.sec01_wrap05 {
		grid-template-columns: 1fr;
		column-gap: 4%;
		row-gap: 30px;
	}
	.sec01_wrap05 .main_item {
		width: 80%;
		margin-inline: auto;	
		aspect-ratio: auto;
		grid-row: span 1;
		overflow: auto;
	}
}












.sec02 .head_wrap .s_ttl {
	margin-bottom: 1.4em;
}
.sec02 .cap01 {
	font-size: clamp(2px, 1.13vw, 10px);
}


.sec02_wrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec02_wrap01 .item {
	display: flex;
    row-gap: 15px;
    flex-direction: column;
}
.sec02_wrap01 .item01 {
	display: grid;
	grid-template-columns: calc(507% / 9.6) calc(425% / 9.6);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	justify-content: space-between;
	row-gap: 30px;
}
.sec02_wrap01 .item01 .img01{	
	grid-row: span 2;
}
.sec02_wrap01 .item03, .sec02_wrap01 .item04 {
	width: calc(471% / 9.6);
}

@media screen and (max-width:767px) {
	.sec02 .cap_box .cap01 {
		font-size: 6px !important;
	}
	.sec02_wrap01 .item01 {
		grid-template-columns: 1fr;
	}
	.sec02_wrap01 .item03, .sec02_wrap01 .item04 {
		width: 100%;
	}
}


.sec02_wrap02 {
	display: flex;
	flex-wrap: wrap;
	column-gap:  calc(30% / 9.6);
}
.sec02_wrap02 .item {
	width:  calc(300% / 9.6);
	display: flex;
    row-gap: 15px;
    flex-direction: column;	
}



@media screen and (max-width:767px) {
	.sec02_wrap02 {
		justify-content: space-between;
		column-gap:  auto;
	}
	.sec02_wrap02 .item {
		width: 48%;
	}
	.sec02_wrap02 .item04 .ttl {
		letter-spacing: -0.04em;
	}
	.sec02_wrap02 .item04 {
		order: 1;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec02_wrap02 .item04 .img {
		width: 48%;
		height: fit-content;
	}
	.sec02_wrap02 .item04 .text_wrap{
		width: 48%;
	}
}

.sec02_wrap03 {
	display: block;
} 
.sec02_wrap03 .item {	
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	justify-content: space-between;
	column-gap: calc(20% / 9.6);
	
}
.sec02_wrap03 .item .ttl_wrap {
	width: 100%;
	grid-column: span 2;
}
.sec02_wrap03 .item .ttl_wrap .logo_img {
	width: calc(145% / 9.6);
	margin-inline: auto;
}
.sec02_wrap03 .item .text_img  {
	width: calc(80% / 4.7);
}

.sec02_wrap03 .item .read01  {
	margin-bottom: 20px;
}

.sec02_wrap03 .item .img {
	height: fit-content;
	grid-row: 2/4;
	grid-column: 2/3;
}

.sec02_wrap03 .eco_logo  {
    background-image: url("../img/equipment/02/img10.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (max-width:767px) {
	
	.sec02_wrap03 {
	} 
	.sec02_wrap03 .item {	
		row-gap: 0 !important;
		grid-template-columns: 1fr;
	}
	.sec02_wrap03 .item .ttl_wrap {
		grid-column: span 1;
	}
	.sec02_wrap03 .item .ttl_wrap .logo_img {
		width: 100%;
		max-width: 100px;
	}
	.sec02_wrap03 .item .img {
		grid-column: span 1;
		grid-row: 3/4;
		margin-bottom:5px;
	}
	
	.sec02_wrap03 .item .read01  {
		margin-bottom: 5px;
	}
.sec02_wrap03 .eco_logo  {
    background-size: 90px;
    padding-left: 105px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}





.sec03 .head_wrap .s_ttl {
	margin-bottom: 1.4em;
}
.sec03_wrap01 {
	display: flex;
	column-gap: calc(30% / 9.6);
}

.sec03_wrap01 .item{
	width: calc(300% / 9.6);
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
.sec03_wrap01 .item12 {
	width: 100%;

}


@media screen and (min-width:767px) {
	.sec03_wrap01 .item03 .img span {
		font-size: 11px;
	}
}




@media screen and (max-width:767px) {
	.sec03_wrap01 {
		justify-content: space-between;
	}
	.sec03_wrap01 .item{
		width: 48%;
	}
	.sec03_wrap01 .item01 .text_wrap .ttl {
		font-size: calc(13.5vw / 3.9);
		
	}
	.sec03_wrap01 .item .cap302 {
		font-size: 6px !important;
	}
	
	
	
	.sec03_wrap01 .item11 {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec03_wrap01 .item11 .img {
		width: 48%;
		/*height: fit-content;*/
	}
/*	.sec03_wrap01 .item09 .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}*/
	.sec03_wrap01 .item11 .text_wrap {
		width: 48%;
	}
	.sec03_wrap01 .item11 .text_wrap .ttl {
		text-align: left;
	}
	.sec03_wrap01 .item12 {
		width: 100%;
	}
	.slide_img .inn {
        width: 650px;
	}
	.sec03_wrap01 .o_sp01 {
		order: 1;
	}
	.sec03_wrap01 .o_sp02 {
		order: 2;
	}
	.sec03_wrap01 .o_sp03 {
		order: 3;
	}
	.sec03_wrap01 .o_sp04 {
		order: 4;
	}
	.sec03_wrap01 .o_sp05 {
		order: 5;
	}
	.sec03_wrap01 .o_sp06 {
		order: 6;
	}
	.sec03_wrap01 .o_sp07 {
		order: 7;
	}
	.sec03_wrap01 .o_sp08 {
		order: 8;
	}
	.sec03_wrap01 .o_sp09 {
		order: 9;
	}
	.sec03_wrap01 .o_sp10 {
		order: 10;
	}
	.sec03_wrap01 .o_sp11 {
		order: 11;
	}
	.sec03_wrap01 .o_sp12 {
		order: 12;
	}
}
.ls00 {
	letter-spacing: 0;
}

.ls_05 {
	letter-spacing: -0.05em;
}
@media screen and (max-width:767px) {
	.ls00_sp {
		letter-spacing: 0;
	}
	.fp_sp {
		font-feature-settings: "palt";
	}
	.order_sp {
		order: 1;
	}
	
	.order_02_sp {
		order: 2;
	}
	.order_03_sp {
		order: 3;
	}
	.cap_big_sp {
		font-size: 9px !important;
	}
}
.l5 {
  letter-spacing: -0.05em !important; }

.l6 {
  letter-spacing: -0.06em !important; }

.l7 {
  letter-spacing: -0.07em !important; }

.l8 {
  letter-spacing: -0.08em !important; }

.l9 {
  letter-spacing: -0.09em !important; }

.l10 {
  letter-spacing: -0.1em !important; }

.l11 {
  letter-spacing: -0.11em !important; }

.l12 {
  letter-spacing: -0.12em !important; }

.l13 {
  letter-spacing: -0.13em !important; }

.l14 {
  letter-spacing: -0.14em !important; }

.l15 {
  letter-spacing: -0.15em !important; }

.l16 {
  letter-spacing: -0.16em !important; }

.l17 {
  letter-spacing: -0.17em !important; }

.l18 {
  letter-spacing: -0.18em !important; }

@media screen and (max-width: 767px) {
  .l0_sp {
    letter-spacing: 0 !important; }

  .l5_sp {
    letter-spacing: -0.05em !important; }

  .l6_sp {
    letter-spacing: -0.06em !important; }

  .l7_sp {
    letter-spacing: -0.07em !important; }

  .l8_sp {
    letter-spacing: -0.08em !important; }

  .l9_sp {
    letter-spacing: -0.09em !important; }

  .l10_sp {
    letter-spacing: -0.1em !important; }

  .l11_sp {
    letter-spacing: -0.11em !important; }

  .l12_sp {
    letter-spacing: -0.12em !important; }

  .l13_sp {
    letter-spacing: -0.13em !important; }

  .l14_sp {
    letter-spacing: -0.14em !important; }

  .l15_sp {
    letter-spacing: -0.15em !important; }

  .l16_sp {
    letter-spacing: -0.16em !important; }

  .l17_sp {
    letter-spacing: -0.17em !important; }

  .l18_sp {
    letter-spacing: -0.18em !important; }

  .l19_sp {
    letter-spacing: -0.19em !important; }

  .l20_sp {
    letter-spacing: -0.20em !important; }

  .l21_sp {
    letter-spacing: -0.21em !important; }

  .l22_sp {
    letter-spacing: -0.22em !important; }

  .l23_sp {
    letter-spacing: -0.23em !important; }

  .l24_sp {
    letter-spacing: -0.24em !important; } }
.fs18 {
  font-size: 18px !important;
  line-height: 26px; }

.fs16 {
  font-size: 16px !important; }

.fs14 {
  font-size: 14px !important; }

.fs13 {
  font-size: 13px !important;
  line-height: 18px; }

.fs12 {
  font-size: 12px !important;
  line-height: 18px; }

.fs11 {
  font-size: 11px !important;
  line-height: 18px; }

@media screen and (max-width: 767px) {
  .fs14_sp {
    font-size: 14px !important; }

  .fs13_sp {
    font-size: 13px !important; }

  .fs12_sp {
    font-size: 12px !important; } }