/* CSS Document */
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
@media only screen and (max-width: 768px){
.pc_block{
	display: none!important;
}
.sp_block{
	display: block!important;
}
}
.l-header{
	/*position: fixed!important;*/
}
.l-header_logo > a {
    background-color: transparent!important;
}
main{
	padding-top: 190px;
}
header{
	padding-top: 40px;
}
header nav ul{
	display: flex;
	padding-top: 65px;
	font-weight: 700;
    font-size: 17px;
}
header nav ul li{
	padding-right: 40px;
}
#kv{
	background: linear-gradient(white 60%, #3faea1 40%);
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 120px;
	min-height: 900px;
	position: relative;
}
#kv p{
	font-family: "EbrimaBold", "Noto Sans JP", sans-serif;
    font-size: 5vw;
	text-align: right;
	color: #67b7ad;
	display: flex;
	flex-direction: column;
}
#kv p span{
	display: block;
	font-size: 14px;
	color: #67b7ad;
	padding-top: 20px;
	padding-bottom: 40px;
}
#kv img{
	width: 100%;
	max-width: 1500px;
}
#kv .read{
	position: absolute;
    bottom: 70px;
    left: 80px;
}
#kv .read span{
	background-color: #1b1c1c;
	padding: 5px 10px;
	color: #f6d84c;
	margin-bottom: 10px;
    display: inline-block;
}
#kv .read h2{
	display: inline;
	padding: 0px 20px;
	color: #3fada0;
	font-size: 41px;
	line-height: 170%;
  background: linear-gradient(transparent 0%, #FFF 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 768px){
header {
    padding-top: 10px;
}
main{
	padding-top: 130px;
}
.sustainability_details{
	padding-top: 50px;
}
#kv{
	min-height: auto;
	padding-bottom: 20px
}
#kv p{
	text-align: center;
	font-size: 10vw;
}
#kv p span{
	padding-bottom: 20px;
}
#kv .read{
position: relative;
    top: auto;
    left: auto;
}
#kv .read span{
	background-color: #1b1c1c;
	padding: 5px 10px;
	color: #f6d84c;
	margin-bottom: 10px;
    display: inline-block;
}
#kv .read h2{
	padding: 0px 5px;
	font-size: 18px;
	line-height: 170%;
}
}
#slogan{
	background-color: #f5f5f5;
	padding: 75px 0 65px 0;
}
#slogan h3{
	color: #373a3a;
	font-size: 44px;
	margin-bottom: 50px;
	text-align: center;
}
#slogan h3 span{
	color: #67b7ad;
	font-size: 24px;
}
#slogan ul{
	display: flex;
	justify-content: center;
}
#slogan ul li{
	width: 278px;
	text-align: center;
	font-weight: 700;
    font-size: 22px;
}
#slogan ul li img{
	padding-bottom: 20px;
}
@media only screen and (max-width: 768px){
#slogan{
	padding: 30px 0 30px 0;
}
#slogan h3{
	font-size: 30px;
	line-height: 110%;
}
#slogan h3 span{
	font-size: 17px;
}
#slogan ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
#slogan ul li{
	width: 50%;
	padding-bottom: 30px;
	font-size: 18px;
}
}
#news{
	width: 1000px;
	margin: 95px auto 0 auto;
}
#news h3{
	font-size: 50px;
	font-family: "EbrimaBold", "Noto Sans JP", sans-serif;
	color: #373a3a;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 768px){
#news{
	width: 90%;
	margin: 40px auto 0 auto;
}
#news h3{
	font-size: 40px;
	margin-bottom: 20px;
}
}
footer{
	background-color: #373a3a;
	padding: 85px 0;
	font-size: 13px;
}
footer section{
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .logo{
	display: flex;
    flex-wrap: wrap;
}
footer .logo .copyright{
	color: #FFF;
	width: 100%;
	padding-top: 45px;
	letter-spacing: 0.1em;
}
footer .logo .gosite{
	width: 135px;
	margin-left: 50px;
	font-family: "EbrimaBold", "Noto Sans JP", sans-serif;
}
footer .logo .gosite a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #FFF;
}
footer .logo .gosite a span{
	border: 1px solid white;
	position: relative;
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
}
footer .logo .gosite a span::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
	content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
}
footer .link{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
footer .link .contact{
	text-align: right;
}
footer .link .contact a{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3faea1;
	padding: 20px 0;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	width: 270px;
}
footer .link .contact a::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 23px;
    height: 15px;
    background: url(/assets/images/common/various_ico_mail_pc.png) center center/100% auto no-repeat;
}
footer .link nav ul{
	display: flex;
	margin-top: 35px;
}
footer .link nav ul a{
	color: #FFF;
}
footer .link nav ul li{
	white-space: nowrap;
	margin-left: 20px;
}
@media only screen and (max-width: 768px){
footer{
	padding: 60px 0;
}
footer section{
	max-width: 90%;
	flex-direction: column;
	margin: 0 auto;
	align-items: flex-start;
}
footer .logo{
	display: flex;
    flex-wrap: wrap;
}

footer .logo img{
	width: 100px;
		
}
footer .logo .copyright{
	color: #FFF;
	width: 100%;
	padding-top: 45px;
	letter-spacing: 0.1em;
}
footer .logo .gosite{
	width: 120px;
	margin-left: 40px;
	font-family: "EbrimaBold", "Noto Sans JP", sans-serif;
}
footer .logo .gosite a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
}
footer .logo .gosite a span{
	border: 1px solid white;
	position: relative;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
footer .logo .gosite a span::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
	content: '';
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 5px;
}
footer .link{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-top: 40px;
	width: 100%
}
footer .link .contact{
	text-align: right;
	width: 100%
}
footer .link .contact a{
	padding: 15px 0;
	font-size: 14px;
	width: 100%;
}
footer .link .contact a::before {
    content: '';
    display: block;
    margin-right: 10px;
    width: 23px;
    height: 15px;
    background: url(/assets/images/common/various_ico_mail_pc.png) center center/100% auto no-repeat;
}
footer .link nav ul{
	display: flex;
	margin-top: 35px;
	font-size: 13px;
	flex-direction: column;
}
footer .link nav ul li{
	white-space: nowrap;
	margin-left: 0px;
	margin-bottom: 10px;
}
}
main{
	padding-bottom: 100px;
}
.p-sustainability-top-body_mainTtl{
	color: #373a3a;
	font-size: 44px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 120%;
}
.p-sustainability-top-body_mainTtl span{
	color: #67b7ad;
	font-size: 24px;
}
@media only screen and (max-width: 768px){
.p-sustainability-top-body_mainTtl{
	font-size: 30px;
	margin-bottom: 40px;
}
.p-sustainability-top-body_mainTtl span{
	font-size: 18px;
}
}
#details2,
#details3,
#rexsdgs0{
	padding-top: 200px;
}
#details2 h2,
#details3 h2,
#rexsdgs0 h2{
    padding-top: 200px;
    margin-top:-200px;
}
@media only screen and (max-width: 768px){
#details2,
#details3,
#rexsdgs0{
	padding-top: 100px;
}
#details2 h2,
#details3 h2,
#rexsdgs0 h2{
    padding-top: 100px;
    margin-top:-100px;
}
}

@media only screen and (max-width: 768px){
	
/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}
header nav ul {
    display: flex;
    padding-top: 65px;
    font-weight: 700;
    font-size: 17px;
    flex-direction: column;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 0px;
  padding: 0 0 50px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 100;
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */
}

.menu-btn {
  display: none;
}

.wp-pagenavi > span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background-color: #9dddd5;
    margin-right: 10px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
	margin-bottom: 20px;
}
.wp-pagenavi > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    background-color: #3faea1;
    margin-right: 10px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px){
.wp-pagenavi > span {
    width: 30px;
    height: 30px;
	font-size: 12px;
}
.wp-pagenavi > a {
    font-size: 12px;
    width: 30px;
    height: 30px;
}
}
.wp-pagenavi{
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.post_year {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content:flex-start;
    margin-top: -20px;
	margin-bottom: 30px;
}
.post_year li{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.post_year li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 140px;
    height: 32px;
    background-color: #3faea1;
    color: white;
    opacity: 1;
    transition: opacity 0.3s;
    cursor: pointer;
}
@media only screen and (max-width: 768px){
.post_year li{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.post_year li a {
    width: 52px;
    height: 30px;
	font-size: 12px;
}
}
.p-news-top-head{
	color: #373a3a;
}
.l-header-gnav {
        position: static;
        background-color: transparent;
 }
.l-header-gnav.fixed {
        position: fixed;
        background-color: rgba(63, 174, 161, 1);
	height: 130px;
	padding-left: 40px;
}
.l-header-gnav.fixed ul{
	height: 130px;
	align-items: center;
	color: #FFF;
}
.l-header-gnav.fixed ul li a{
	color: #FFF;
}
@media only screen and (max-width: 768px){
	.l-header-gnav{
		position:fixed!important;
		display: block!important;
		background-color: rgba(55, 55, 55, 0.98)
	}
.l-header-gnav.fixed {
    position: absolute;
    background-color: rgba(55, 55, 55, 0.98);
    height: auto;
    padding-left: 0;
}
.l-header-gnav.fixed ul{
	height: auto;
	align-items: flex-start;
	color: #FFF;
}
}
.l-header_logo {
    flex: 0 0 auto!important;
}
.l-header_logo > a {
    height: 90px!important;
}