@charset "UTF-8";

/* sdgs_page */
.p-sdgs-content h2:not([class]) {
	text-align: center;
	color: #0B5BA9
}

.p-sdgs-main {
	padding-bottom: 120px;
	background-image: url(../images/common/bg_repeat_convex_ltblue.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: 60px auto
}

@media only screen and (max-width: 767px) {
	.p-sdgs-main {
		padding-bottom: 90px
	}
}

.p-sdgs-main-img01 {
	margin-bottom: 40px;
	width: 900px;
}

.p-sdgs-main-img01 a img:hover {
	opacity: 0.5;
}

.p-sdgs-main-img01-sp {
	display: none;
}

.p-sdgs-main-img01-sp a img:hover {
	opacity: 0.5;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-main-img01 {
		display: none;
	}

	.p-sdgs-main-img01-sp {
		display: block;
		margin-bottom: 5%;
	}

	.p-sdgs-main-img01-sp img {
		margin-bottom: 1%;
	}
}

.p-sdgs-main-img02 {
	text-align: center;
}

.p-sdgs-graph-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width: 767px) {
	.p-sdgs-graph-images {
		display: block
	}
}

.p-sdgs-graph-image {
	width: calc(50% - 10px)
}

@media only screen and (max-width: 767px) {
	.p-sdgs-graph-image {
		text-align: center;
		width: 100%
	}

	.p-sdgs-graph-image>img {
		width: 200px;
		height: auto
	}

	.p-sdgs-graph-image+.p-sdgs-graph-image {
		margin-top: 20px
	}
}

.p-sdgs-second {
	color: #fff;
	padding: 100px 0;
	background-color: #66D1FC
}

.p-sdgs-second h2:not([class]) {
	color: #fff
}

.p-sdgs-second h2:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_01.png) no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-second {
		padding: 50px 0
	}
}

.p-sdgs-second-heading {
	font-size: 2rem;
	font-weight: bold;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.p-sdgs-second-heading {
		font-size: 1.6rem
	}
}

.p-sdgs-second-image {
	margin: 20px 0 40px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-second-image {
		margin: 20px 0
	}
}

.p-sdgs-third {
	padding: 120px 0 80px;
	position: relative;
	background-color: #F2F5F8
}

.p-sdgs-third::before {
	content: "";
	display: block;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 60px auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	background-image: url(../images/common/bg_repeat_concave_ltblue.png)
}

@media only screen and (max-width: 767px) {
	.p-sdgs-third {
		padding: 70px 0 1px
	}
}

.p-sdgs-third div {
	text-align: center;
	margin-bottom: 50px;
}

.p-sdgs-third p {
	text-align: center;
}

.p-sdgs-body {
	padding-top: 100px;
}

.p-sdgs-body .c-inner {}

@media only screen and (max-width: 767px) {
	.p-sdgs-body {
		padding-top: 50px;
	}
}

.p-sdgs-body figcaption {
	color: #555555;
}

.p-sdgs-body h2 {
	text-align: center;
	font-size: 40px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body br.sp {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body h5 {
		font-size: 14px;
		color: #0b5ba9;
		margin-top: 15px;
	}
}

.p-sdgs-body .p-sdgs-co2 {}

.p-sdgs-body .p-sdgs-co2 h2 {
	display: block;
	position: relative;
	border-bottom: solid 2px;
	padding-bottom: 15px;
	color: #60bfe0;
}

.p-sdgs-body .p-sdgs-co2 h2:after {
	position: absolute;
	content: "";
	width: 82px;
	height: 53px;
	background: url("https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_02.png") top left no-repeat;
	top: -30px;
	right: 200px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-co2 h2:after {
		top: -30px;
		right: 1%;
		background-size: 50%;
	}
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-sub {
	text-align: center;
	color: #60bfe0;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img1 {
	margin-top: 20px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img1>img {
	margin-top: 3px;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img2 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img3 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img4 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co2 .p-sdgs-co2-img5 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co2 h5 {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-zero {
	margin-top: 80px;
}

.p-sdgs-body .p-sdgs-zero h2 {
	display: block;
	position: relative;
	border-bottom: solid 2px;
	padding-bottom: 15px;
	color: #f07e7b;
}

.p-sdgs-body .p-sdgs-zero h2:after {
	position: absolute;
	content: "";
	width: 65px;
	height: 64px;
	background: url("https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_03.png") top left no-repeat;
	top: -30px;
	right: 250px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-zero h2:after {
		top: -30px;
		right: 1%;
		background-size: 50%;
	}
}

.p-sdgs-body .p-sdgs-zero .p-sdgs-zero-sub {
	text-align: center;
	color: #f07e7b;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-zero .p-sdgs-zero-img1 {
	margin-top: 20px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-zero .p-sdgs-zero-img1>img {
	margin-top: 3px;
}

.p-sdgs-body .p-sdgs-zero .p-sdgs-zero-img2 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-zero .p-sdgs-zero-img3 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-zero h5 {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-env {
	margin-top: 80px;
}

.p-sdgs-body .p-sdgs-env h2 {
	position: relative;
	border-bottom: solid 2px;
	padding-bottom: 15px;
	color: #35d172;
}

.p-sdgs-body .p-sdgs-env h2:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 65px;
	background: url("https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_04.png") top left no-repeat;
	top: -30px;
	right: 270px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-env h2:after {
		top: -30px;
		right: 1%;
		background-size: 50%;
	}
}

.p-sdgs-body .p-sdgs-env .p-sdgs-env-sub {
	text-align: center;
	color: #35d172;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-env .p-sdgs-env-img1 {
	margin-top: 20px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-env .p-sdgs-env-img1>img {
	margin-top: 3px;
}

.p-sdgs-body .p-sdgs-env .p-sdgs-env-img2 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-env .p-sdgs-env-img2 img {
	margin-left: 5px;
	margin-right: 5px;
}

.p-sdgs-body .p-sdgs-env h5 {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-sc {
	margin-top: 80px;
}

.p-sdgs-body .p-sdgs-sc h2 {
	position: relative;
	border-bottom: solid 2px;
	padding-bottom: 15px;
	color: #6191e4;
}

.p-sdgs-body .p-sdgs-sc h2:after {
	position: absolute;
	content: "";
	width: 55px;
	height: 60px;
	background: url("https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_05.png") top left no-repeat;
	top: -30px;
	right: 200px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-sc h2:after {
		top: -30px;
		right: 1%;
		background-size: 50%;
	}
}

.p-sdgs-body .p-sdgs-sc .p-sdgs-sc-sub {
	text-align: center;
	color: #6191e4;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-sc .p-sdgs-sc-img1 {
	margin-top: 20px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-sc .p-sdgs-sc-img1>img {
	margin-top: 3px;
}

.p-sdgs-body .p-sdgs-sc .p-sdgs-sc-img2 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-sc h5 {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-co {
	margin-top: 80px;
}

.p-sdgs-body .p-sdgs-co h2 {
	position: relative;
	border-bottom: solid 2px;
	padding-bottom: 15px;
	color: #f39b54;
}

.p-sdgs-body .p-sdgs-co h2:after {
	position: absolute;
	content: "";
	width: 43px;
	height: 55px;
	background: url("https://www.putiputi.co.jp/_assets/wp-content/uploads/2021/04/sdgs_icon_06.png") top left no-repeat;
	top: -30px;
	right: 230px;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-co h2:after {
		top: -30px;
		right: 1%;
		background-size: 50%;
	}
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-sub {
	text-align: center;
	color: #f39b54;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-img1 {
	margin-top: 20px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-img1>img {
	margin-top: 3px;
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-img2 {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.p-sdgs-body .p-sdgs-co h5 {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 15px;
}

.p-sdgs-body .p-sdgs-co ul {
	font-size: 18px;
	color: #0b5ba9;
	margin-top: 20px;
	width: 800px;
	font-weight: bold;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.p-sdgs-body .p-sdgs-co ul li {
	width: 400px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.p-sdgs-body .p-sdgs-co ul {
		width: 100%;
	}

	.p-sdgs-body .p-sdgs-co ul li {
		width: 100%;
	}
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-img3 {
	text-align: center;
}

.p-sdgs-body .p-sdgs-co .p-sdgs-co-img3 img {
	margin-top: 25px;
}

.sdgsbannerarea {}

.sdgsbannerarea a {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.sdgsbannerarea a:hover {
	opacity: 0.5;
}

.sdgsbannerarea a img {}

@media only screen and (max-width: 767px) {
	.sdgsbannerarea a {
		width: 100%
	}

	.sdgsbannerarea a img {
		width: 100%
	}
}

/* リサイクルテキスト */
.recycling_text_note {
	font-size: 1.4rem;
	color: #6f6f6f;
	text-align: 2.4rem;
}

/* 文化研ｃｓｓ調整 */
@media only screen and (max-width: 767px) {
	.p-putilabo-member-item__text {
		margin-left: 8%;
		margin-right: 8%;
	}
}

/* 採用情報ボタン調整 */
.p-recruit-entry-button__text_02 {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 0;
	margin-top: 0em;
}

/* シンセンバナー */
.shenzhen_banner {
	width: 100%;
	margin-top: 90px;
}
.shenzhen_banner a img {
	width: 100%;
}
@media (max-width: 767px) {
	.shenzhen_banner {
		width: 100%;
		margin-top: 60px;
	}
}

/* 英語TOP */
.en_top_mainarea {
	width: 100%;
	margin-top: 20px;
}

.en_top_mainarea a {
	position: relative;
	display: block;
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.en_top_mainarea a:last-of-type {
	margin-right: 0%
}

.en_top_mainarea a img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 10px;
}

.en_top_mainarea a:hover img {
	opacity: 1;
	-webkit-animation: flash 2.0s;
	animation: flash 2.0s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}

	100% {
		opacity: 1;
	}
}

.en_top_mainarea a p {
	font-family: "Montserrat", sans-serif;
	position: absolute;
	font-size:3.3vw;
	font-weight: bold;
	top: 40%;
	left: 5%;
	color: #000;
	line-height: 1.2em;
}

.en_top_mainarea a p span {
	color: #0B5BA9;
}

.en_top_mainarea a:hover p {
	color: #fff;
}

@media (max-width: 767px) {
	.en_top_mainarea {
		width: 100%;
		margin-top: 60px;
	}

	.en_top_productarea {
		width: 100%;
		margin: 0 auto;
	}
}

/* 防災ページ */
.bosai {}
.bosai .bosai_main { width: 100%; padding: 50px 0 50px 0; background-color: #e8f3fa; text-align: center;}
.bosai .bosai_main img {}
.bosai .bosai_news { width: 100%; padding: 10px 0 10px 0; background-color: #38bedf; text-align: center;}
.bosai .bosai_news a {color: #eefb1d;}
.bosai .bosai_news a p { font-weight: bold; color: #eefb1d;}
.bosai .bosai_news a p:hover {opacity: 0.5;}
.bosai .bosai_pdf { width: 100%; padding: 25px 0 25px 0; background-color: #e8f3fa; text-align: center;}
.bosai .bosai_pdf a {}
.bosai .bosai_pdf a img {}
.bosai .bosai_pdf a img:hover {opacity: 0.5;}

@media (max-width: 767px)
{
  .bosai {}
  .bosai .bosai_main { width: 100%; padding: 10% 0 10% 0; background-color: #e8f3fa; text-align: center;}
  .bosai .bosai_main img { width: 80%;}
  .bosai .bosai_news { width: 100%; padding: 5%; background-color: #38bedf; text-align: center;}
  .bosai .bosai_news a {color: #eefb1d;}
  .bosai .bosai_news a p { font-weight: bold; color: #eefb1d;}
  .bosai .bosai_news a p:hover {opacity: 0.5;}
  .bosai .bosai_pdf { width: 100%; padding: 5%; background-color: #e8f3fa; text-align: center;}
  .bosai .bosai_pdf a {}
  .bosai .bosai_pdf a img {}
  .bosai .bosai_pdf a img:hover {opacity: 0.5;}
}


/* 私たちが大切にしていること下の部分ボタン */
.philosophy_button_area {
  margin-top: 50px;
}
.philosophy_button_area ul {
  text-align:  center;
}
.philosophy_button_area ul li {
  display: inline-block;
  margin-right: 20px;
}
.philosophy_button_area ul li a {
  display: block;
  padding: 30px;
  color: #0B5BA9;
  font-weight: bold;
  text-decoration:none;
  border: solid 1px #0B5BA9;
}
.philosophy_button_area ul li a:hover {
  color: #fff;
  background: #0B5BA9;
}


@media (max-width: 767px)
{
  body { width: 100%; margin: 0 auto;}

  .philosophy_button_area {
    margin-top: 10%;
  }
  .philosophy_button_area ul {
    text-align:  center;
  }
  .philosophy_button_area ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 5%;
  }
  .philosophy_button_area ul li a {
    display: block;
    width: 100%;
    padding: 5%;
    color: #0B5BA9;
    font-weight: bold;
    text-decoration:none;
    border: solid 1px #0B5BA9;
  }
  .philosophy_button_area ul li a:hover {
    color: #fff;
    background: #0B5BA9;
  }
}

/* プチプチの歴史 */

.historypc { display: block;}
.historysp { display: none;}

@media (max-width: 767px)
{
	.historypc { display: none;}
	.historysp { display: block;}
}
