@charset "utf-8";

html {
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: white;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
}
body *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
}
a {
  text-decoration: none;
}
i, u, b{
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}

.pcbr { display: block!important;}
.spbr { display: none!important;}
@media screen and (max-width: 750px){
	.pcbr { display: none!important;}
	.spbr { display: block!important;}
	img { max-width: 100%;}
}

/****************************************/


@media screen and (max-width: 750px){
 html {
  font-size: 10px;
 }
 body {
  padding-top: 5.5rem;
 }
}
@media screen and (max-width: 450px){
 html {
  font-size: 9px;
 }
}


header {
  text-align: center;
  position: fixed;
  border-bottom: solid 1px #999999;
  background: white;
  padding: 37px 0 0;
  z-index: 9;
  height: 97px;
  width: 100%;
}
header h1 {
  position: absolute;
  top: 31px;
  left: 30px;
  z-index: 1;
  width: 301px;
  height: 37px;
}
header h1 a {
  background-image: url(images/header_logo.png);
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
header .menu_btn {
  display: none;
}
header ul.menu {
  display: block;
}
header ul.menu li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin: 0 20px;
}
header ul.menu li a {
  color: black;
}
header ul.menu li a::before {
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
header ul.menu li.top a::before {
  content: url(images/header_top.png);
}
header ul.menu li.effort a::before {
  content: url(images/header_effort.png);
}
header ul.menu li.news a::before {
  content: url(images/header_news.png);
}
header ul.menu li.report a::before {
  content: url(images/header_report.png);
}
header ul.menu li.effort dl,
header ul.menu li.esg,
header ul.menu li.mtg {
  display: none;
}
header .langage_btn {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  cursor: pointer;
  width: 100px;
  height: 100%;
  background-image: url(images/header_language_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .langage_btn::before {
  content: '';
  background-color: #505050;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(images/header_language_btn_off.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s;
}
header .langage_btn::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.3);
  cursor: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
header .langage_btn.on::before {
  opacity: 1;
}
header .langage_btn.on::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
header ul.langage {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  width: 100%;
  background: #333333;
  padding: 105px 0 0;
  display: none;
}
header ul.langage li {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
}
header ul.langage li a {
  font-size: 1.3rem;
  line-height: 1;
  color: white;
}
header ul.langage li:not(.close) a::before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 8px;
  height: 8px;
  border: solid 2px white;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  margin-right: 18px;
}
header ul.langage li.close {
  display: block;
  padding: 108px 0 80px;
}
header ul.langage li.close span {
  font-size: 1.2rem;
  line-height: 1;
  color: white;
  border: solid 1px white;
  display: inline-block;
  padding: 16px 84px 16px;
  cursor: pointer;
}

@media screen and (min-width: 1500px){
 header ul.menu {display: block!important;}
 header ul.menu li:first-child{margin-left:0;}
}
@media screen and (max-width: 1500px){
 header ul.menu li:first-child{margin-left:100px;}
}
@media screen and (max-width: 1350px){
 header ul.menu li:first-child{margin-left:200px;}
}
@media screen and (max-width: 1100px){
 header ul.menu li{margin:0 10px;}
}

@media screen and (max-width: 1040px){
 header ul.menu li:first-child{margin-left:20px;}
 header .menu_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 100px;
  height: 100%;
  background-image: url(images/header_menu_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
 }
 header .menu_btn::before {
  content: '';
  background-color: #505050;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(images/header_menu_btn_off.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s;
 }
 header .menu_btn::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.3);
  cursor: auto;
  opacity: 0;
  transition: opacity 0.3s;
 }
 header .menu_btn.on::before {
  opacity: 1;
 }
 header .menu_btn.on::after {
  width: 100%;
  height: 100%;
  opacity: 1;
 }
 header ul.menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 3;
  width: auto;
  background: #f8f8f8;
  padding: 1rem 2rem 3rem;
  text-align: left;
  display: none;
 }
 header ul.menu li {
  display: block;
  border-bottom: solid 1px black;
  padding: 1.5rem 1rem 1.5rem 0;
  font-size: 1.5rem;
 }
 header ul.menu li a {
  display: inline-block;
  line-height: 1.4;
 }
 header ul.menu li.effort >a {
  display: none;
 }
 header ul.menu li a::before,
 header ul.menu li.effort dl dd::before {
  content: ''!important;
  display: inline-block;
  vertical-align: top;
  width: 0.5rem;
  height: 0.5rem;
  border: solid 2px white;
  border-color: black black transparent transparent;
  transform: rotate(45deg);
  margin-right: 1rem;
  margin-top: 0.4rem;
 }
 header ul.menu li.effort dl,
 header ul.menu li.esg,
 header ul.menu li.mtg {
  display: block;
 }
 header ul.menu li.effort dl {
  margin-left: 1.6rem;
 }
 header ul.menu li.effort dl dt {
  padding-bottom: 0.5rem;
 }
 header ul.menu li.effort dl dd {
  margin: 1rem 0 0;
 }
 header ul.menu li.effort dl dd a::before {
  display: none;
 }
 header .langage_btn {
  right: 120px;
 }
 header ul.langage {
  padding: 2rem;
 }
 header ul.langage li {
  display: block;
  text-align: left;
  border-bottom: solid 1px white;
  padding: 1.5rem 0;
  margin: 0;
 }
 header ul.langage li.close {
  border-bottom: none;
  text-align: center;
  padding: 50px 0 30px;
 }
 header ul.langage li.close span {
  display: block;
  width: 80%;
  margin: 0 auto;
 }
}
@media screen and (max-width: 750px){
 header {
  height: 5.5rem;
  padding: 0;
  border-bottom: solid 1px #999999;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
 }
 header h1 {
  top: 29%;
  left: 3%;
  width: 62%;
  height: 44%;
}
 header h1 a {
  background-image: url(images/header_logo_sp.png);
 }
 header .menu_btn {
  width: 14%;
  background-size: auto 80%;
 }
 header .menu_btn::before {
  background-size: auto 80%;
 }
 header .langage_btn {
  right: 14%;
  width: 18%;
  background-size: auto 80%;
 }
 header .langage_btn::before {
  background-size: auto 80%;
 }
}


footer {
  padding: 85px 0 30px;
  text-align: center;
  background-color: #333333;
  color: white;
  position: relative;
}
footer a.totop {
  position: fixed;
  bottom: -200px;
  left: 50%;
  z-index: 1;
  margin-left: 480px;
  transition: bottom 0.3s;
}
footer a.totop.clip {
  position: absolute;
  top: 0;
  bottom: auto!important;
  margin-top: -35px;
}
footer dl dd {
  margin: 30px 0 0 30px;
}
footer dl,
footer div {
  display: inline-block;
  vertical-align: top;
  width: 410px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  margin: 0 40px 15px;
}
footer a:not(.totop) {
  color: white;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 29px 0;
}
footer a:not(.totop)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: solid 2px white;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  margin-right: 13px;
}
footer p {
  font-size: 1.3rem;
  line-height: 1;
  padding-top: 10px;
}
footer::before {
  content: url(images/footer_chara1.png);
  position: absolute;
  top: -203px;
  left: 50%;
  z-index: 1;
  margin-left: -647px;
}
footer::after {
  content: url(images/footer_chara2.png);
  position: absolute;
  top: -197px;
  left: 50%;
  z-index: 1;
  margin-left: 564px;
}
.ecoff footer::before{
	 left: calc(50% - 44rem);
	 margin-left: 0;
}
.ecoff footer::after{
	left: calc(50% - -40rem);
	margin-left: 0;
}
@media screen and (max-width: 750px){
 footer {
  padding: 2rem 3rem 2.5rem;
 }
 footer a.totop {
 left: auto;
 margin-left: 0;
 right: 6%;
 width: 5rem;
 }
 footer a.totop.clip {
  margin-top: -2.5rem;
 }
 footer dl dd {
  margin: 1.2rem 0 0 1.5rem;
 }
 footer div {}
 footer dl,
 footer div {
  width: 100%;
  margin: 0 0 0.7rem;
 }
 footer a:not(.totop) {
  margin: 0 0 1.2rem 0;
  display: block;
 }
 footer a:not(.totop)::before {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 1rem;
 }
 footer p {
  padding: 0;
  font-size: 1rem;
 }
 footer::before,
 footer::after {
  display: none;
 }
}

main {
  display: block;
}


#top main h2 {
  padding: 0px 0 10px;
}
#top main #visual {
	padding: 70px 0px 0px;
	background-color: #CAD8ED;
  background-size: auto 100%;
  text-align: center;
	position: relative;
}
#top main #visual::after{
	content: "";
	background: url("images/wave.png");
	background-size: 100%;
	background-repeat: repeat-x;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 71px;
}
#top main #lead {
  text-align: center;
  padding: 20px 0 110px;
  background-color: #f8f6de;
}
#top main #lead p {
  font-size: 1.62rem;
  line-height: 2;
  margin-top: 28px;
}
#top main #effort {
  text-align: center;
  padding: 40px 0 95px;
  position: relative;
}
#top main #effort p {
  font-size: 1.62rem;
  line-height: 2;
  margin-top: 51px;
}
#top main #effort div {
  margin-top: 70px;
}
#top main #effort div a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
  width: 540px;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
}
#top main #effort div a:nth-child(1) {
  background-image: url(images/top_effort_btn1.png);
}
#top main #effort div a:nth-child(2) {
  background-image: url(images/top_effort_btn2.png);
}
#top main #effort div a:nth-child(3) {
  background-image: url(images/top_effort_btn3.png);
}
#top main #effort div a:nth-child(4) {
  background-image: url(images/top_effort_btn4.png);
}
#top main #effort div a:nth-child(5) {
  background-image: url(images/top_effort_btn5.png);
}
#top main #effort figure {
  margin: 56px auto 0;
  height: 306px;
  width: 90%;
  background-image: url(images/top_effort_sdg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#top main #effort::before {
  content: url(images/top_effort_chara1.png);
  position: absolute;
  bottom: -35px;
  left: calc(50% - 37rem);
  z-index: 1;
}
#top main #effort::after {
  content: url(images/top_effort_chara2.png);
  position: absolute;
  bottom: 0;
  left: calc(50% - -29rem);
  z-index: 1;
}
#top main #news {
  text-align: center;
  padding: 40px 0 40px;
  position: relative;
  background-color: #f8f6de;
	margin-top:0px;
}
#top main #news article {
  max-width: 1200px;
  margin: 0 auto;
}
#top main #news article a {
  display: inline-block;
  vertical-align: top;
  margin: 50px 10px 0;
  width: 260px;
  color: black;
  text-align: left;
}
#top main #news article a img {
  width: 100%;
}
#top main #news article a p {
  font-size: 1.2rem;
  line-height: 1.4;
}
#top main #news div {
  margin-top: 65px;
	margin-bottom: 100px;
}
#top main #news div.news_bnr{
	margin-bottom: 60px;
}
#top main #news::before {
  content: url(images/top_news_chara1.png);
  position: absolute;
  bottom: 0;
  left: calc(50% - 44rem);
  z-index: 1;
}
#top main #news::after {
  content: url(images/top_news_chara2.png);
  position: absolute;
  bottom: -0.6%;
  left: calc(50% - -31rem);
  z-index: 1;
}
#top main #report {
  text-align: center;
  padding: 40px 0 40px;
}
#top main #report div {
  padding-top: 0px;
}

@media screen and (max-width: 750px){
 #top main h2 {
  margin: 3rem 0 0;
  padding: 0;
  height: 2.2rem;
  box-sizing: content-box;
 }
 #top main h2 img {
  height: 100%;
 }
 #top main #lead {
  padding: 1rem 0 4rem;
  position: relative;
 }
 #top main #lead h2 {
  height: 4.6rem;
  margin: 2rem 0 1rem;
 }
 #top main #lead p {
  margin-top: 0.4rem;
  line-height: 1.8;
  padding: 0 8%;
 }
 #top main #effort {
  padding: 2.8rem 0 4rem;
 }
 #top main #effort p {
  margin-top: 2rem;
  line-height: 1.8;
	padding: 0 8%;
 }
 #top main #effort div {
  margin-top: 1.5rem;
 }
 #top main #effort div a {
  margin: 1.0rem 0 0;
  width: 83%;
  height: calc(22vw);
  background-position: center;
 }
 #top main #effort div a:nth-child(1) {
  background-image: url(images/top_effort_btn1_sp.png);
 }
 #top main #effort div a:nth-child(2) {
  background-image: url(images/top_effort_btn2_sp.png);
 }
 #top main #effort div a:nth-child(3) {
  background-image: url(images/top_effort_btn3_sp.png);
 }
 #top main #effort div a:nth-child(4) {
  background-image: url(images/top_effort_btn4_sp.png);
 }
 #top main #effort div a:nth-child(5) {
  background-image: url(images/top_effort_btn5_sp.png);
 }
 #top main #effort figure {
  height: calc(72vw);
  width: 100%;
  background-image: url(images/top_effort_sdg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4.5rem auto 0;
 }
 #top main #effort::before,
 #top main #effort::after {
  display: none;
 }
 #top main #news {
  padding: 2.8rem 0 5rem;
 }
 #top main #news article a {
  display: inline-block;
  margin: 4rem 0.5rem 0;
  width: 40%;
 }
 #top main #news article a p {
  font-size: 1.45rem;
 }
 #top main #news div {
  margin-top: 4rem;
 }
 #top main #news div img {
  width: 52%;
 }
 #top main #news::before {
  content: url(images/top_news_chara1_sp.png);
  top: 2.5rem;
  bottom: auto;
  right: 0;
  left: auto;
  z-index: 1;
  margin-left: 0;
 }
 #top main #news::after {
  display: none;
 }
 #top main #report {
  padding: 2rem 0 4.5rem;
 }
 #top main #report div {
  padding-top: 2rem;
 }
 #top main #report div img {
  width: 83%;
 }
}


#pages {
  font-size: 1.1rem;
  line-height: 1;
  max-width: 1200px;
  margin: 16px auto 0;
  padding: 0 50px;
}
#pages a {
  display: inline-block;
  vertical-align: middle;
  color: black;
}
#pages a::after {
  content: '＞';
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 6px;
}
#pages p {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 750px){
 #pages {
  display: none;
}
 #pages a {}
 #pages a::after {}
 #pages p {}
}


#report {}
#report main {
  background-color: #f8f6de;
}
#report main #title {
  text-align: center;
  background: url(images/top_visual_bg.png) center;
  border-top: solid 3px #19adde;
}
#report main #title::before {
  content: url(images/report_title.png);
}
#report main #contents {
  max-width: 1200px;
  padding: 40px 50px 160px;
  margin: 0 auto;
  position: relative;
}
#report main #contents::before {
  content: url(images/report_chara1.png);
  position: absolute;
  top: 16%;
  left: -110px;
  z-index: 1;
}
#report main #contents::after {
  content: url(images/report_chara2.png);
  position: absolute;
  bottom: 39%;
  right: -170px;
  z-index: 1;
}
#report main #contents a {
  display: inline-block;
  vertical-align: top;
  margin: 70px 20px 0 0;
  width: 260px;
  color: black;
  text-align: left;
}
#report main #contents a:nth-child(4n) {
  margin-right: 0;
}
#report main #contents a img {
  width: 100%;
}
#report main #contents a p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 8px;
}

@media screen and (max-width: 750px){
 #report main #title {
  background-image: url(images/report_title.png);
  height: 8rem;
  background-size: contain;
  background-position: center;
  border-top-width: 1px;
  background-color: #19adde;
  background-repeat: no-repeat;
 }
 #report main #title::before {
  display: none;
 }
 #report main #contents {
  padding: 0 0 8rem;
  text-align: center;
 }
 #report main #contents::before {
  display: none;
 }
 #report main #contents::after {
  display: none;
 }
 #report main #contents a {
  display: inline-block;
  margin: 3rem 1rem 0 0;
  width: 42%;
 }
 /*#report main #contents a:nth-child(4n) {
  margin: 4rem 0.5rem 0;
 } */
 #report main #contents a img {}
 #report main #contents a p {
  margin-top: 0.8rem;
  font-size: 1.6rem;
 }
}


#effort {}
#effort main {
  background-color: #f8f6de;
}
#effort main #title {
  text-align: center;
  background-image: url(images/top_visual_bg.png);
	background-position: center;
	background-repeat: repeat-x;
  border-top-style: solid;
  border-top-width: 3px;
  background-color: #CAD8ED;
	padding: 20px 0px;
}
#effort.ecoff main #title { border-top: none;}
#effort.lowcarbon main #title::before { 
	content: url(images/effort_lowcarbon_title.png);
	position: relative;
    left: -100px;
}
#effort.eff main #title::before { 
	content: url("images/effort_ecoff_title.png");
	position: relative;
    left: -100px;
}
#effort.community main #title { border-top-color: #00b9ef;}
#effort.community main #title::before { content: url(images/effort_community_title.png);}
#effort.supplychain main #title { border-top-color: #f39800;}
#effort.supplychain main #title::before { content: url(images/effort_supplychain_title.png);}
#effort.worklife main #title { border-top-color: #ee869a;}
#effort.worklife main #title::before { content: url(images/effort_worklife_title.png);}
#effort.diversity main #title { border-top-color: #8957a1;}
#effort.diversity main #title::before { content: url(images/effort_diversity_title.png);}
#effort main #lead {
  text-align: left;
  margin: 50px auto 0;
  max-width: 1100px;
  position: relative;
}
#effort main #lead p {
  font-size: 24px;
  line-height: 1.7;
  /*float: right;
  width: calc(100% - 240px);*/
}
#effort.diversity main #lead p {
  width: calc(100% - 133px);
}
#effort main #lead figure {margin: 0;padding: 8px 0 0;display: inline-block;}
#effort main #lead figure img {}
#effort main #contents {
  max-width: 1200px;
  padding: 55px 50px 55px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
#effort main #contents::before {
  content: url(images/effort_chara1.png);
  position: absolute;
  top: 13.5%;
  left: calc(50% - -40rem);
  z-index: 1;
}
#effort main #contents::after {
  content: url(images/effort_chara2.png);
  position: absolute;
  top: 36.5%;
  left: calc(50% - 46rem);
  z-index: 1;
}
#effort main #contents article {
  border-top: solid 1px #c3b99b;
  margin-top: 70px;
  padding-top: 70px;
}
#effort main #contents article::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
#effort main #contents article:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#effort main #contents article img {
  width: 550px;
  margin-top: 6px;
  margin-bottom: 20px;
}
#effort main #contents article.imgLeft img {
  float: left;
  margin-right: 40px;
}
#effort main #contents article.imgRight img {
  float: right;
  margin-left: 40px;
}
#effort main #contents article div {}
#effort main #contents article div h2 {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 32px;
  line-height: 1.4;
	color: #482D13;
}
#effort main #contents article div p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 27px;
}
#effort main #contents article div a.btn {
  display: inline-block;
  width: 185px;
  height: 34px;
  background: url(images/effort_btn.png);
  background-size: cover;
  margin-top: 35px;
}
#effort main #contents article div p br +a.btn {
  margin-top: 0;
}

@media screen and (max-width: 750px){
 #effort main #title {
  height: 8rem;
  background-image: url(images/top_visual_bg.png);
  background-size: contain;
  background-position: center;
  border-top-width: 1px;
  background-repeat: no-repeat;
  background-color: #CAD8ED;
 }
 /*#effort.ecoff main #title { background-image: url(images/effort_lowcarbon_title.png);}
 #effort.community main #title { background-image: url(images/effort_community_title.png);}
 #effort.supplychain main #title { background-image: url(images/effort_supplychain_title.png);}
 #effort.worklife main #title { background-image: url(images/effort_worklife_title.png);}
 #effort.diversity main #title { background-image: url(images/effort_diversity_title.png);}
 #effort main #title::before {
  display: none;
 }*/
 #effort main #lead {
  margin-top: 3.5rem;
  text-align: center;
 }
 #effort main #lead p {
  font-size: 1.9rem;
  line-height: 1.6;
  padding: 0 2rem;
  float: none;
  width: 100%;
 }
 #effort.diversity main #lead p {
  width: 100%;
 }
 #effort main #lead figure {
  position: static;
  display: inline-block;
  width: 32%;
  /*margin-top: 1.4rem;*/
  margin-bottom: 20px;
 }
 #effort.diversity main #lead figure {
  width: 15%;
 }
  /*20190822*/
  
 #effort.worklife main #lead p{
    width: auto;
  }
	
 #effort main #lead figure img {}
 #effort main #contents {
  padding: 5.6rem 8% 0;
 }
 #effort main #contents::before {
  display: none;
 }
 #effort main #contents::after {
  display: none;
 }
 #effort main #contents article {
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
 }
 #effort main #contents article:first-child {}
 #effort main #contents article img {
  float: none!important;
  margin: 0!important;
 }
 #effort main #contents article div h2 {
  font-size: 2.2rem;
  margin-top: 1.6rem;
 }
 #effort main #contents article div p {
  font-size: 1.9rem;
  line-height: 1.5;
  margin-top: 1rem;
 }
 #effort main #contents article div a.btn {
  width: 50%;
  height: 7vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #7e6349;
  border-radius: 6px;
 }
}


  /*20190830*/
main {
  padding-top: 97px;
}
#top main #lead figure {
  margin: 60px auto 0;
  height: 700px;
  width: 100%;
  /*background-image: url("images/top_5materiality.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;*/
}
#top main #lead figure{
	/*width: 44%;*/
}
#top main #lead a img {
  margin: 60px 0 0;
}

 figure.tag-community{
  background-image: url(images/report/report_community.png);
  background-repeat: no-repeat;
  background-size: contain;
 }
 figure.tag-supplychain{
  background-image: url(images/report/report_supplychain.png);
  background-repeat: no-repeat;
  background-size: contain;
 }
 figure.tag-lowcarbon{
  background-image: url(images/report/report_lowcarbon.png);
  background-repeat: no-repeat;
  background-size: contain;
 }
 figure.tag-worklife{
  background-image: url(images/report/report_worklife.png);
  background-repeat: no-repeat;
  background-size: contain;
 }
 figure.tag-diversity{
  background-image: url(images/report/report_diversity.png);
  background-repeat: no-repeat;
  background-size: contain;
 }

 #top main #news figure{
  margin: 14px 0 6px;
  width: 100%;
  height: 27px;
 }
 #top main #news p.news-lead{
	margin-top: 8px;
 }

 #report main #contents figure{
  margin: 14px 0 6px;
  width: 100%;
  height: 27px;
 }


@media screen and (max-width: 750px){

main {
  padding-top: 0;
}
 #top main #lead figure {
  height: calc(55vw);
  width: 100%;
  /*background-image: url("images/top_5materiality.svg");
  background-position: center;*/
  margin: 3rem auto 0;
 }
 #top main #lead a img {
  margin: 3rem 0;
  width: 60%;
 }
	
 #top main #news figure{
  width: 100%;
  height: 16px;
  margin: 1rem 0 0.8rem;
 }
 #top main #news figure.tag-supplychain{
  background-position: center; 
  background-color: #e9930f;
 }
	
 #top main #news p.news-lead{
	margin-top: 0.5rem;
 }
 #top main #lead::before {
  content: url(images/top_lead_chara1_sp.png);
  position: absolute;
  left: 0;
  bottom: -1.8rem;
  z-index: 1;
  margin-left: 5vw;
 }
 #top main #lead::after {
  content: url(images/top_lead_chara2_sp.png);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-right: 2vw;
 }
 #report main #contents figure{
  width: 100%;
  height: 18px;
  margin: 1rem 0 0.8rem;
 }
 #report main #contents figure.tag-supplychain{
  background-position: center; 
  background-color: #e9930f;
 }	
 #report main #contents a  p.report-lead{
	font-size: 1.45rem;
	margin-top: 0.5rem;
 }
 #report main #contents a:nth-child(even){
		margin-right: 0px;
 }
}

  /*20190905*/

#effort main #effortTop div {
  margin-top:100px;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
  clear: both;
}



@media screen and (max-width: 750px){
 
  #effort main #effortTop div {
  margin-top: 5.5rem;
  padding: 0 8% 7.5rem;
  position: relative;
  text-align: center;
  clear: both;
 }
}

#effort main #lead.lead_second{
	padding-top: 20px;
	margin: 0 auto 60px;
}
#effort main #lead.lead_second p{
	width: calc(100% - 133px);
}

@media screen and (max-width: 1215px){
#report main #contents a:nth-child(4n) {
  margin-right: 20px;
}
#report main #contents {
  max-width: 940px;
}
}
@media screen and (max-width: 950px){
#report main #contents a:nth-child(4n) {
  margin-right: 20px;
}
#report main #contents {
  max-width: 660px;
}
}

@media screen and (max-width: 750px){
 
	#effort main #lead.lead_second{
	margin: 1rem 0 0;
	padding-top: 0;
}
	
	#effort main #lead.lead_second p{
		width: 100%;
	}
	#effort main #lead.lead_second figure{
		width: 15%;
	}
	#report main #contents a:nth-child(4n) {
  margin-right: 0;
}
}


/*20200622 アンカーリンク修正のため*/
#effort main #lead2 {
  text-align: left;
  margin: 50px auto 0;
  max-width: 1100px;
  position: relative;
}
#effort main #lead2 p {
  font-size: 24px;
  line-height: 1.7;
  float: right;
  width: calc(100% - 240px);
}
#effort.diversity main #lead2 p {
  width: calc(100% - 133px);
}
#effort main #lead2 figure {margin: 0;padding: 8px 0 0;display: inline-block;}
#effort main #contents2 {
  max-width: 1200px;
  padding: 55px 50px 0px;
  margin: 0 auto;
  position: relative;
  clear: both;
}
#effort main #contents2::before {
  content: url(images/effort_chara1.png);
  position: absolute;
  top: 13.5%;
  right: -50px;
  z-index: 1;
}
#effort main #contents2::after {
  content: url(images/effort_chara2.png);
  position: absolute;
  top: 36.5%;
  left: -110px;
  z-index: 1;
}
#effort main #contents2 article {
  border-top: solid 1px #c3b99b;
  margin-top: 70px;
  padding-top: 70px;
}
#effort main #contents2 article::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}
#effort main #contents2 article:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#effort main #contents2 article img {
  width: 550px;
  margin-top: 6px;
  margin-bottom: 20px;
}
#effort main #contents2 article.imgLeft img {
  float: left;
  margin-right: 40px;
}
#effort main #contents2 article.imgRight img {
  float: right;
  margin-left: 40px;
}
#effort main #contents2 article div h2 {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 32px;
  line-height: 1.4;
}
#effort main #contents2 article div p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 27px;
}
#effort main #contents2 article div a.btn {
  display: inline-block;
  width: 185px;
  height: 34px;
  background: url(images/effort_btn.png);
  background-size: cover;
  margin-top: 35px;
}
#effort main #contents2 article div p br +a.btn {
  margin-top: 0;
}

@media screen and (max-width: 750px){
 #effort main #lead2 {
  margin-top: 3.5rem;
  text-align: center;
 }
 #effort main #lead2 p {
  font-size: 1.9rem;
  line-height: 1.6;
  padding: 0 2rem;
  float: none;
  width: 100%;
 }
 #effort.diversity main #lead2 p {
  width: 100%;
 }
 #effort main #lead2 figure {
  position: static;
  display: inline-block;
  width: 32%;
  /*margin-top: 1.4rem;*/
  margin-bottom: 20px;
 }
 #effort.diversity main #lead2 figure {
  width: 15%;
 }
 #effort.worklife main #lead2 p{
    width: auto;
  }
 #effort main #contents2 {
  padding: 5.6rem 8% 0;
 }
 #effort main #contents2::before {
  display: none;
 }
 #effort main #contents2::after {
  display: none;
 }
 #effort main #contents2 article {
  width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
 }
 #effort main #contents2 article img {
  float: none!important;
  margin: 0!important;
 }
 #effort main #contents2 article div h2 {
  font-size: 2.2rem;
  margin-top: 1.6rem;
 }
 #effort main #contents2 article div p {
  font-size: 1.9rem;
  line-height: 1.5;
  margin-top: 1rem;
 }
 #effort main #contents2 article div a.btn {
  width: 50%;
  height: 7vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #7e6349;
  border-radius: 6px;
 }
}
#effort main #lead2.lead_second {
	padding-top: 20px;
	margin: 0 auto 60px;
}
#effort main #lead2.lead_second p{
	width: calc(100% - 133px);
}
@media screen and (max-width: 750px){
	#effort main #lead2.lead_second{
	margin: 1rem 0 0;
	padding-top: 0;
}
	#effort main #lead2.lead_second p{
		width: 100%;
	}
	#effort main #lead2.lead_second figure{
		width: 15%;
	}
}


/*200915*/

#top  {
    overflow-x: hidden;
}
#top main #news .section_inner {
    width: 100%;
	margin-bottom: 0px;
}
#top main #news iframe {
    width: 94%;
    margin: 0 auto;
}


#top .moreBtnBox {
    width: 330px;
    margin: 30px auto 0;
}
#top .moreBtn {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 20px;
	border-radius: 10px;
    color: #fff;
	background: #462c12;
    border: 1px solid #333;
    font-size: 16px;
}
#top .moreBtn::after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 15px;
    margin: auto 0;
}


#top main #effort::after {
    content: url(images/top_effort_chara2.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - -29rem);
    z-index: 1;
}

@media only screen and (max-width: 1024px){
#top main #lead {
    position: relative;
}
#top main #lead figure {
    height: calc(55vw);
    width: 100%;
    /*background-image: url(images/top_5materiality.png);
    background-position: center;*/
    margin: 3rem auto 0;
}
	#top main #lead figure img{
		width: 75%;
	}
#top main #lead p {
    margin-top: 0.4rem;
    line-height: 1.8;
    padding: 0 8%;
}
#top main #effort p {
    margin-top: 2rem;
    line-height: 1.8;
    padding: 0 8%;
}
#top main #news .section_inner {
    width: 94%;
    margin: 0 auto;
}
#top main #visual img {
    /*width: 100%;*/
}
#top main #news::before {
    content: url(images/top_news_chara1_sp.png);
    top: 2.5rem;
    bottom: auto;
    right: 0;
    left: auto;
    z-index: 1;
    margin-left: 0;
}
#top main #lead::after {
    content: url(images/top_lead_chara2_sp.png);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-right: 2vw;
}
#top main #lead::before {
    content: url(images/top_lead_chara1_sp.png);
    position: absolute;
    left: 0;
    bottom: -1.8rem;
    z-index: 1;
    margin-left: 5vw;
}
#top main #effort::after {
    content: none;
}
#top main #news::after {
    content: none;
}
footer::after {
    content: none;
}
#top main #report div {
    width: 94%;
    margin: auto;
}
#top main #report div a img {
    width: 100%;
}
footer a.totop {
    left: auto;
    margin-left: 0;
    right: 6%;
    width: 5rem;
}
#top main #effort::before {
    content: none;
}
#top main #effort::after {
    content: none;
}
#effort main #contents::before {
    content: none;
}
#effort main #contents2::before {
    content: none;
}
#effort.community main #title {
    background-image: url(images/effort_community_title.png);
}
#effort.community main #title::before {
    content: none;
}
#effort main #lead {
    margin-top: 3.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*#effort main #title {
    height: 8rem;
    background-size: contain;
    background-position: center;
    border-top-width: 1px;
    background-repeat: no-repeat;
    background-color: white;
}*/
#effort main #lead figure {
    position: static;
    display: inline-block;
    width: 32%;
    margin-top: 1.4rem;
    margin-bottom: 20px;
}
#effort main #contents article img {
    float: none!important;
    margin: 0!important;
}
#effort main #contents article div h2 {
    font-size: 2.2rem;
    margin-top: 1.6rem;
}
#effort main #contents article div p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-top: 1rem;
}
#effort main #lead2.lead_second {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0 0;
    padding-top: 0;
}
#effort main #lead2.lead_second figure {
    width: 15%;
    margin-bottom: 20px;
}
#effort main #contents2 article div h2 {
    font-size: 2.2rem;
    margin-top: 1.6rem;
}
#effort main #contents2 article div p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-top: 1rem;
}
#effort main #contents2 article img {
    float: none!important;
    margin: 0!important;
}

#effort.supplychain main #title::before {
    content: none;
}
#effort.supplychain main #title {
    background-image: url(images/effort_supplychain_title.png);
}
#effort.ecoff main #title::before {
    content: "";
}
#effort.lowcarbon main #title {
    background-image: url(images/effort_lowcarbon_title.png),url(images/top_visual_bg.png);
	    background-position-x: 32%,0px;
    background-repeat: no-repeat;
    height: 160px;
}
#effort.eff main #title {
    background-image: url("images/effort_ecoff_title.png"),url(images/top_visual_bg.png);
	    background-position-x: 32%,0px;
    background-repeat: no-repeat;
    height: 160px;
}
#effort.worklife main #title::before {
    content: none;
}
#effort.worklife main #title {
    background-image: url(images/effort_worklife_title.png);
}
#effort.diversity main #title::before {
    content: none;
}
#effort.diversity main #title {
    background-image: url(images/effort_diversity_title.png);
}
#effort main #contents article img {
    width: 100%;
}
#effort main #contents2 article img {
    width: 100%;
}
 #report main #contents::after {
  content: none;
 }
}

@media only screen and (max-width: 831px){
.topblog-list {
    height:916px; 
}
}

@media only screen and (max-width: 768px){
.topblog-list {
    height:890px; 
}
}
@media only screen and (max-width: 767px){
#top .moreBtnBox {
    margin: 30px auto 0;
    width: calc(100% - 6rem);
}
.topblog-list {
    height:570px; 
}
}
@media screen and (max-width: 750px){
    #top main #news .section_inner h2 img {
        height: 100%;
        width: auto;
    }
}
@media only screen and (max-width: 320px){
.topblog-list {
    height:510px; 
}
}

/*リニューアル用*/
#top main #news div iframe{
	margin-top: 20px;
    display: block;
    width: 100%;
    border: none;
    min-height: 380px;
}
#top main #news .section_inner h2 img {
	margin: 0 auto;
}
#top main #news div.news_bnr img{
	margin: 0 auto;
}
#report div.report{
	display: flex;
	justify-content: center;
}
#report div.report div:nth-child(1){
	margin-right: 30px;
}

@media screen and (max-width: 750px){
	#top main #visual{
		padding: 0;
	}
	#top main #visual img {
		width: 80%;
	}
	#top main #visual::after {
		content: "";
		background: url(images/wave_s.png);
		background-size: 100%;
		background-repeat: repeat-x;
		position: absolute;
		bottom: -53px;
		left: 0;
		width: 100%;
		height: 71px;
	}
	#top main #effort h2 img {
		height: auto;
		width: 80%;
	}
	#top main #effort div a{
		width: 84%;
		height: calc(65vw);
	}
	#top main #news::before {
		content: url(images/top_news_chara1_sp.png);
		top: 0rem;
		bottom: auto;
		right: 0;
		left: auto;
		z-index: 1;
		margin-left: 0;
	}
	#top main #news div iframe{
		margin-top: 20px;
		display: block;
		width: 100%;
		border: none;
		min-height: 600px;
	}
	#top main #news div{
		margin-bottom: 50px;
	}
	#top main #news .section_inner h2 img {
		height: 100%;
		width: auto;
		margin: 0 auto;
	}
	#top main #news div.news_bnr{
		margin: 0;
	}
	#top main #news div.news_bnr img {
		width: 100%;
	}
	#report div.report{
		display: block;
	}
	#top main #report div{
		width: 94%;
		margin-bottom: 20px;
	}
}

/*環境*/
#effort main #lead{
	text-align: center;
}
#effort main #lead p.ttl{
	font-size: 24px;
	line-height: 1;
	color: #482D13;
	margin-bottom: 20px;
	font-weight: bold;
}
#effort main #lead p{
	font-size: 18px;
}
#effort main #contents article.imgLeft .btn img,#effort main #contents article.imgRight .btn img{
	float: unset;
    width: 40%;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0px;
}
#effort main #contents article.imgLeft .btn img.btn_small,#effort main #contents article.imgRight .btn img.btn_small{
	width: 20%;
}
@media screen and (max-width: 750px){
	#effort main #lead p.ttl{
		font-size: 18px;
	}
	#effort main #lead p{
		font-size: 1.6rem;
	}
	#effort main #contents{
		padding: 4rem 8% 0;
	}
	#effort main #contents article .btn{
		margin-top: 20px;
	}
	#effort main #contents article.imgLeft .btn img,#effort main #contents article.imgRight .btn img{
		width: auto;
	}
	#effort main #contents article.imgLeft .btn img.btn_small,#effort main #contents article.imgRight .btn img.btn_small{
		width: 50%;
	}
	#effort.lowcarbon main #title {
		background-image: url(images/effort_lowcarbon_title.png),url(images/top_visual_bg.png);
			background-position-x: 32%,0px;
		background-repeat: no-repeat;
		height: 8rem;
	}
	#effort.eff main #title {
		background-image: url("images/effort_ecoff_title.png"),url(images/top_visual_bg.png);
			background-position-x: 32%,0px;
		background-repeat: no-repeat;
		height: 8rem;
	}
}

/*メインアニメーション*/
#visual .visual{
	width:100%;
	height:700px;
	background-image:url("images/clouds.png");
	animation: cloudmove 20s linear infinite;
	background-repeat: repeat-x;
}
#visual .visual img{
	position: relative;
	z-index: 8;
}
/*#cloud{
	width:100%;
	height:700px;
	background:url("images/clouds.png");
	animation: cloudmove 20s linear infinite;
	-webkit-animation: cloudmove 20s linear infinite;
	-moz-animation: cloudmove 20s linear infinite;
	background-repeat: repeat-x;
    position: absolute;
    top: 40px;
	left: 0;
}*/
@keyframes cloudmove {
	0% {background-position: 0 0;}
	25% {background-position: 88px 5px;}
	50% {background-position: 176px 0;}
	75% {background-position: 264px 5px;}
	100% {background-position: 354px 0;}
}

#bird{
	width:100%;
	height:130px;
	background:url("images/bird.png");
	animation: birdmove 20s linear infinite;
	background-repeat: no-repeat;
    position: absolute;
    top: 10%;
	left: 0;
}
@keyframes birdmove {
	0% {background-position: -20% 0;}
	100% {background-position: 120% 0;}
}
#reef{
	width:43px;
	height:42px;
	background:url("images/reef.png");
	animation: reef_x 0.8s ease-in-out infinite alternate;
	background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 6.2rem);
    left: calc(50% - 1.7rem);
	transform-origin: center bottom;
}
@keyframes reef_x {
	0%{ transform:rotate(-10deg);}
	100%{ transform:rotate(10deg); }
}
@media screen and (max-width: 750px){
	#visual .visual {
		width: 100%;
		height: 394px;
		background-image: url(images/clouds.png);
		animation: cloudmove 20s linear infinite;
		background-repeat: repeat-x;
		padding: 40px 0px 40px;
		background-size: 70%;
	}
	#bird{
		width: 100%;
		height: 90px;
		background: url("images/bird.png");
		animation: birdmove_sp 20s linear infinite;
		background-repeat: no-repeat;
		background-size: 30%;
		position: absolute;
		top: 10%;
		left: 0;
	}
	#reef{
		width:43px;
		height:42px;
		background:url("images/reef.png");
		background-size: 70%;
		animation: reef_x_sp 0.8s ease-in-out infinite alternate;
		background-repeat: no-repeat;
		position: absolute;
		top: calc(50% - 4.1rem);
    	left: calc(50% - 2.1rem);
		transform-origin: center bottom;
		z-index: 7;
	}
}
@keyframes birdmove_sp {
	0% {background-position: -160% 0;}
	/*25% {background-position: 25% 30%;}
	50% {background-position: 50% 0;}
	75% {background-position: 75% 30%;}*/
	100% {background-position: 165% 0;}
}
@keyframes reef_x_sp {
	0%{ transform:rotate(-5deg);}
	100%{ transform:rotate(5deg); }
}
