@charset "utf-8";
@import url("../../../assets/css/contact.css?v=20240329");
@import url("../../../assets/css/jump_contents.css");
@import url("../../../assets/css/square.css");
@import url("../../../assets/css/gallery.css");
@import url("../../css/third.css");
@import url("../../css/item.css");
@import url("../../css/flow.css");
/* CSS Document */
/*斜めの背景*/
.green_padding {
	padding: 1em 0;
}
@media screen and (min-width: 768px) {
	.green_padding {
	padding: 4.5em 0;
	}
}
/*タイトル画像*/
.top_image {
  background: url("../images/title.jpg") center/cover no-repeat #000;
	background-position: 95%;
}

/*縦グレー文字*/
.gray_right::after {
  content: "CHEMICAL DISPOSAL";
  font-family: 'Merriweather-Regular.woff';
  position: absolute;
  top: -0.5em;
  right: -1.3em;
  display: block;
  font-size: 1.5em;
  color: #E9E9E9;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  z-index: 100;
}
.gray_left::after {
  content: "CONFIDENTIAL PROCESSING";
  font-family: 'Merriweather-Regular.woff';
  position: absolute;
  top: 0;
  left: -1.5em;
  display: block;
  font-size: 1.5em;
  color: #E9E9E9;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .gray_right::after {
    top: -0.5em;
    right: -1em;
    font-size: 1.8em;
  }
  .gray_left::after {
    top: -0.5em;
    left: -1.2em;
    font-size: 1.8em;
  }
}
@media print, screen and (min-width: 1024px){
  .gray_right::after {
    top: 0.5em;
    right: -1.3em;
    font-size: 2.4em;
  }
  .gray_left::after {
    top: 0.5em;
    left: -1.3em;
    font-size: 2.4em;
  }
}
@media print, screen and (min-width: 1400px) {
	 .gray_right::after {
		 right: -1.2em;
    font-size: 2.8em;
  }
  .gray_left::after {
	   left: -1.2em;
    font-size: 2.8em;
  }
}
/*横並べ*/
.contents_flex {
  margin: 0 auto;
  position: relative;
}
.contents_img {
  width: 100%;
}
.contents_img img {
  width: 100%;
}
.contents_p {
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.8em;
}

@media screen and (min-width: 768px) {
  .contents_img {
    text-align: center;
  }
  .contents_img img {
    width: 60%;
  }
}
@media print, screen and (min-width: 1024px){
	.contents_flex {
    display: flex;
    justify-content: space-between;
  }
	.gray_right {
		height: 37em;
	}
	.gray_left {
		height: 31em;
	}
  .contents_img {
    width: 45%;
    margin: 1em 3em 1em 0;
  }
  .contents_img img {
    width: 100%;
  }
  .contents_p {
    width: 45%;
    font-size: 1.1em;
	  line-height: 2em;
  }
}
@media print, screen and (min-width: 1400px) {
	.gray_right {
		height: 39em;
	}
	.gray_left {
		height: 36em;
	}
}
/*@media screen and (min-width: 1230px) {
	.contents_flex {
    height: 30em;
  }
}
*//*太陽光パネル*/
 .sun_panel .contents_title {
	  font-weight: 500;
  }

.sun_panel::before {
  content: "SOLAR PANEL";
  font-family: 'Merriweather-Regular.woff';
  width: 100%;
  margin: 0 auto 0.1em auto;
  display: block;
  text-align: right;
  font-size: 2em;
  font-weight: 500;
  color: #CFCFCF;
  z-index: 1
}
.panel_flex {
  height: auto;
}
@media print, screen and (min-width: 1024px){
.sun_panel::before {
    max-width: 1400px;
    font-size: 5em;
  }
  .panel_flex .contents_p {
    width: 40%;
  }
  .panel_img {
    width: 55%;
  }
}
/*機密処理*/
.subheading {
  margin-top: 2em;
}
.subheading span {
  color: #3467C1;
  font-size: 1.2em;
  font-weight: 500;
}
.medicine_img,.secret_img {
	width: 78%;
	margin: 2em auto 5em;
	position: relative;
	z-index: 1;
}
.medicine_img img,.secret_img img {
	display: block;
	width: 100%;
}
.medicine_img::after {
	content: "";
	position: absolute;
	top: 20%;
	right: 15%;
	width: 100%;
	height: 100%;
	background: url("../images/contents_01bg.jpg") center / cover no-repeat;
	z-index: -1;
}
.secret_img::after {
	content: "";
	position: absolute;
	top: 20%;
	left: 15%;
	width: 100%;
	height: 100%;
	background: #F5F6F8;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.medicine_img,.secret_img {
		width: 50%;
	}
}
@media screen and (min-width: 1024px) {
	.subheading span {
		 font-size: 1.3em;
	}
	.contents_flexbox {
		width: 43%;
		margin: 0 auto;
	}
	.medicine_img,.secret_img {
		width: 100%;
		margin: 2em auto;
	}
	.medicine_img::after {
		right: 14%;		
	}
	.secret_img::after {
		left: auto;
		right: 14%;
	}
}
/*緑背景*/


.green_back {
  position: relative;
  width: 100%;
  height: auto;
}
.green_back::before {
  content: "";
  display: block;
  transform: skewY(3deg);
  background-color: #EFF5DC;
  z-index: -100;
}

/*チェックボックス*/
.check_box {
  margin: 2em auto;
  padding: 1em 0.5em;
  position: relative;
  text-align: center;
  border: solid 1px #1E841E;
  border-radius: 10px;
}
.check_box::before {
  content: "";
  width: 5em;
  height: 3em;
  position: absolute;
  top: -2em;
  right: -1em;
  display: inline-block;
  background-color: #fff;
}
.check_box::after {
  content: "";
  width: 5em;
  height: 3em;
  position: absolute;
  bottom: -2em;
  left: -1em;
  display: inline-block;
  background-color: #fff;
}
.box_title {
  margin: 0.5em 1em 1em 1em;
  font-size: 1.2em;
  font-weight: 500;
}
.check_box li {
  margin-bottom: 1em;
  padding-left: 2.5em;
  text-align: left;
  text-indent: -1.7em;
  font-size: 1em;
}
.check_box li:last-child {
  margin-bottom: 1em;
}
.check_box li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  margin-right: 0.5em;
  background-image: url(../../images/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: center;
}
@media screen and (min-width: 768px) {
  .box_title {
    text-align: center;
  }
  .check_box li {
    margin-bottom: 1em;
    padding-left: 6em;
  }
  .check_box li::before {
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 1024px) {
  .check_box {
    max-width: 800px;
    margin: -2em auto 2em auto;
    padding: 3em 2em;
  }
  .check_box::before {
    content: "";
    width: 8em;
    height: 2em;
    top: -0.6em;
    right: -1em;
  }
  .check_box::after {
    content: "";
    width: 8em;
    height: 2em;
    bottom: -0.6em;
    left: -1em;
  }
  .check_box li {
    padding-left: 5em;
    font-size: 1.1em;
  }
  .box_title {
    font-size: 1.8em;
  }
}
  
/*リサイクル例*/
.square {
  margin-left: 1em;
  text-align: left;
  font-weight: normal;
}
.recycle .contents_title {
  font-size: 1.5em;
	font-weight: 500;
}
.recycle_back {
	padding: 4em 0;
	position: relative;
	z-index: 0;
}
.recycle_back::after {
	content: "";
	position: absolute;
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	top: 0;
	left: -50%;
	z-index: -1;
	background-color: #FBFFEE;
	width: 200%;
	height: 100%;
}
.recycle_box {
  padding: 1em 1em;
  margin: 2em auto;
}
.recycle_box h3 {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 300;
}
.recycle_flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.recycle_flex figure {
  width: 40%;
}
.recycle_flex figure figcaption {
  font-size: 1em;
	line-height: 1.6em;
}
.recycle_flex figure img {
  width: 100%;
}
.recycle_flex .recycle_arrow {
  width: 10%;
  margin: 3em 1em;
}
.recycle_exsample_flex .check_box::before {
  background-color: #FBFFEE;
}
.recycle_exsample_flex .check_box::after {
  background-color: #FBFFEE;
}
.recycle_list {
  margin: 2em auto;
  justify-content: center;
}
.recycle_list li {
  margin: 0 1em 0.8em;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .recycle_flex figure img {
    width: 50%;
  }
}
@media print, screen and (min-width: 1024px) {
  .recycle .contents_title {
    font-size: 2em;
	  font-weight: 500;
  }
	.recycle_flex figure figcaption {
  font-size: 1.1em;
}
  .recycle_exsample_flex{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .recycle_exsample_flex {
    justify-content: space-between;
  }
  .recycle_box {
    width: 30%;
    padding: 2em 1em;
  }
  .recycle_box h3 {
    margin-bottom: 2em;
  }
  .recycle_flex figure img {
    width: 100%;
  }
}

.timeline li:nth-child(5){
	padding-bottom: 2.5em;
}
.timeline li:last-child {
  padding: 1.8em 1.3em;
}
.end_box {
		width: 115%;
	max-width: 236px;
}
.end_box h3 {
	text-align: center;
	margin-bottom: 0.3em;
	}
@media screen and (min-width: 768px) {
	.end_box {
		width: 236px;
	max-width: none;
	}
}
@media screen and (min-width: 1024px) {
	.end_box {
		margin-left: -13.5em;
		width: 320px;
	}
	.recycle_list {
		display: inline-block;
		margin: auto;
	}
}
@media screen and (min-width: 1412px) {
	.recycle_list {
		display: flex;
		justify-content: space-between;
	}
	.recycle_list li {
		width: auto;
	}
}
.timeline li:last-child::before {
	display: none;
}
