

/* 共通 */

img {
  max-width: 100%;
}

.sdgs_ttl01 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

.sdgs_ttl01::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #008837;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.sdgs_ttl02 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

.sdgs_ttl03 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 10px;
  border-left: 4px solid #008837;
}

.non_read {
  margin-top: 30px!important;
}

sup {
  font-size: 70%;
}

.note_txt {
  padding-left: 30px;
  font-size: 14px;
}

.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 768px) {
  .sdgs_ttl01,
  .sdgs_ttl03 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }

  .sdgs_ttl01::after {
    width: 40px;
    height: 4px;
    bottom: -8px;
  }

  .sdgs_ttl02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  
  .sdgs_ttl03 {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  
  .note_txt {
    padding-left: 0;
    font-size: 12px;
  }
  
  .pc {display: none;}
  .sp {display: block;}
}


/* メインビジュアル */

.mainVisualType01 {
  background-image: url(../img/mainvisual00.png);
}

.sustainability .mainVisualType01 {
  background-image: url(../img/mainvisual06.png);
}

.environment .mainVisualType01 {
  background-image: url(../img/mainvisual01.png);
}

.co2 .mainVisualType01 { background-image: url(../img/co2/mainvisual01_01.png);}
.plastic .mainVisualType01 { background-image: url(../img/plastic/mainvisual01.png);}
.water .mainVisualType01 { background-image: url(../img/water/mainvisual01.png);}
.resource .mainVisualType01 { background-image: url(../img/resource/mainvisual01.png);}
.food_loss .mainVisualType01 { background-image: url(../img/food_loss/mainvisual01.png);}
.next_generation .mainVisualType01 { background-image: url(../img/next_generation/mainvisual01.png);}
.tcfd .mainVisualType01 { background-image: url(../img/tcfd/mainvisual01.png);}

.information .mainVisualType01 { background-image: url(../img/information/mainvisual01.png);}
.examination .mainVisualType01 { background-image: url(../img/examination/mainvisual01.png);}
.infection .mainVisualType01 { background-image: url(../img/infection/mainvisual01.png);}
.store .mainVisualType01 { background-image: url(../img/store/mainvisual01.png);}
.alcohol .mainVisualType01 { background-image: url(../img/alcohol/mainvisual01.png);}

.women .mainVisualType01 { background-image: url(../img/women/mainvisual01.png);}
.diversity .mainVisualType01 { background-image: url(../img/mainvisual03.png);}
.foreigner .mainVisualType01 { background-image: url(../img/diversity/mainvisual01.png);}
.worklife_balance .mainVisualType01 { background-image: url(../img/worklife_balance/mainvisual01.png);}

.contribution .mainVisualType01 { background-image: url(../img/contribution/mainvisual01.png);}
.education .mainVisualType01 { background-image: url(../img/education/mainvisual01.png);}

.corporate .mainVisualType01 { background-image: url(../img/mainvisual05.png);}
.compliance .mainVisualType01 { background-image: url(../img/mainvisual05.png);}


.food .mainVisualType01 {
  background-image: url(../img/mainvisual02.png);
}

.social .mainVisualType01 {
  background-image: url(../img/mainvisual04.png);
}

.management .mainVisualType01 {
  background-image: url(../img/mainvisual05.png);
}

.humanrights .mainVisualType01 { background-image: url(../img/mainvisual07.png);}
.humanrights .mainVisualType01 > .box01 h1 { text-shadow: 0 2px 10px rgba(0, 0, 0, .4);}


.mainVisualType01 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
}


@media screen and (max-width: 768px) {
  .mainVisualType01 span {
    font-size: 14px;
  }
}

/* nav */

.sdgs_nav_wrap {
  text-align: center;
  background: #fff;
  padding: 80px 0;
}

.sdgs_nav {
  display: flex;
  justify-content: space-between;
}

.sdgs_nav li {
  width: 18%;
}

.sdgs_nav li a {
  text-decoration: none;
  display: block;
  transition: opacity .3s ease-in;
  padding-bottom: 5px;
  border-bottom: 4px solid transparent;
}

.sdgs_nav li a.current {
  border-bottom: 4px solid #008837;
}

.sdgs_nav li a {
  text-decoration: none;
  display: block;
  transition: opacity .3s ease-in;
}

.sdgs_nav li a:hover {
  opacity: 0.7;
}

.sdgs_nav li p {
  font-size: 14px;
  line-height: 1.4;
  color: #404040;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sdgs_nav_wrap {
    margin: 0px -20px 0;
    padding: 40px 20px 20px;
  }

  .sdgs_nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sdgs_nav li {
    width: 31%;
    margin-bottom: 10px;
  }
  .sdgs_nav li:nth-of-type(1),
  .sdgs_nav li:nth-of-type(2),
  .sdgs_nav li:nth-of-type(4) {
    margin-right: 3%;
  }

  .sdgs_nav li p {
    font-size: 11px;
    margin-top: 5px;
  }
}

.sdgs_tab_group {
  margin-bottom: 40px;
}

/* tab */

.sdgs_tab_wrap {
  display: flex;
  justify-content: space-between;
}

.sdgs_tab {
  width: 100%;
  height: 70px;
}

.sdgs_tab + .sdgs_tab {
  margin-left: 8px;
}

.sdgs_tab a {
  width: 100%;
  height: 100%;
  display: block;
  background: #999999;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  line-height: 1.4;
  font-weight: bold;
}


.sdgs_tab a:hover {
  background: #fff;
  color: #008837;
}

.sdgs_tab.is-active a {
  background: #fff;
  color: #008837;
}

.sdgs_panel {
  display: none;
  background: #fff;
  padding: 40px 40px 20px;
}

.sdgs_panel h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 10px;
  border-left: 4px solid #008837;
  margin-bottom: 20px;
}

.sdgs_panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 18px;
}

.sdgs_panel li {
  position: relative;
  padding-left: 14px;
  width: 50%;
  margin-bottom: 10px;
}

.sdgs_panel li ::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 4px;
  left: 0;
  color: #008837;
}

.sdgs_panel a {
  color: #404040;
}

.sdgs_panel a:hover {
  text-decoration: none;
}

.sdgs_panel.is-show {
  display: block;
}

.sdgs_panel .pdf::after {
  content: "";
  background: url(../../../cmn/img/icon_pdf01.png) right center no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.sdgs_panel .ex::after {
  content: "";
  background: url(../../../cmn/img/icon_blank01.png) right center no-repeat;
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

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

  .sdgs_tab {
    height: 50px;
  }

  .sdgs_tab + .sdgs_tab {
    margin-left: 6px;
  }

  .sdgs_tab a {
    font-size: 1.2rem;
  }

  .sdgs_panel {
    display: none;
    padding: 20px 20px 10px;
  }

  .sdgs_panel h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .sdgs_panel ul {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .sdgs_panel li {
    padding-left: 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .sdgs_panel .pdf::after {
    content: "";
    background: url(../../../cmn/img/icon_pdf01.png) right center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }

  .sdgs_panel .ex::after {
    content: "";
    background: url(../../../cmn/img/icon_blank01.png) right center no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }
}


/* 第一下層 */



.first article {
  padding-bottom: 0;
}

.first .breadcrumb + section {
  margin-top: 20px;
}

.message .breadcrumb + section {
  margin-top: 20px;
}

.sustainability .breadcrumb + section {
  margin-top: 20px;
}



/* 第二下層 */

main.second article {
  background: #fff;
  padding-bottom: 0;
}

.second .breadcrumb + section {
  margin-top: 20px;
}

main.second .sdgs_nav_wrap {
  margin-top: 0;
}

/* logo */

.sdgs_logo_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sdgs_logo_list {
  display: flex;
  margin-bottom: 20px;
}

.sdgs_logo_list li {
  width: 80px;
  margin-right: 10px;
}

.sdgs_logo_list.center {
  justify-content: center;
}

.sdgs_logo_list.center li {
  margin: 0 5px;
}

.sdgs_sub {
  text-align: left;
}

.sdgs_sub .sdgs_ttl01 {
  text-align: left;
}

.sdgs_sub .sdgs_ttl01::after {
  left: 0%;
  transform: translateX(0%);
}

.sdgs_sub .sdgs_ttl02 {
  text-align: left;
  margin-bottom: 10px;
}


.sdgs_attempt {
  background: #f6f6f6;
  padding: 80px 0;
}

.sdgs_attempt .sdgs_ttl01 {
  text-align: left;
}

.sdgs_attempt .sdgs_ttl01::after {
  left: 0%;
  transform: translateX(0%);
}

.sdgs_attempt .sdgs_ttl02 {
  text-align: left;

}

.sdgs_attempt_dl {
  display: flex;
}

.sdgs_attempt_dl + .sdgs_attempt_dl {
  margin-top: 40px;
}

.sdgs_attempt_dl dt {
  flex: 1;
}

.sdgs_attempt_dl dt h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}

.sdgs_attempt_dl dt h4::before {
  content: "▶";
  position: absolute;
  font-size:  10px;
  top: 5px;
  left: 0;
  color: #008837;
}

.sdgs_attempt_dl dd {
  display: flex;
  align-items: flex-end;
  margin-bottom: 100px;
  width: 200px;
  margin-left: 60px;
  padding-top: 10px;
}

.sdgs_attempt_dl dd img + img {
  margin-top: 10px;
}

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


  /* logo */

  .sdgs_logo_list_wrap {
    display: block;
  }

  .sdgs_logo_list {
    display: flex;
    margin-bottom: 20px;
  }

  .sdgs_logo_list li {
    width: 60px;
  }



  .sdgs_sub  .sdgs_ttl01::after {
    left: 0%;
    transform: translateX(0%);
  }

  .sdgs_sub .sdgs_ttl01 {
    margin-bottom: 30px;
  }

  .sdgs_attempt {
    margin: 40px -20px 0;
    padding: 40px 20px;
  }

  .sdgs_attempt_dl {
    display: block;
  }

  .sdgs_attempt_dl + .sdgs_attempt_dl {
    margin-top: 30px;
  }

  .sdgs_attempt_dl dt {
    flex: auto;
  }

  .sdgs_attempt_dl dt h4 {
    font-size: 16px;
  }

  .sdgs_attempt_dl dd {
    width: 100%;
    margin: 20px 0 0;
    padding-top: 0px;
    display: flex;
    align-items:flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sdgs_attempt_dl dd img + img {
    margin-top: 0;
  }
  .sdgs_attempt_dl dd img {
    width: 48%;
    margin-bottom: 10px;
  }

}


/* column */

.img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_wrap.mb_img {
  margin-bottom: 40px;
}
.img_wrap.two_column::after {
  display: block;
  width: 32%;
  content:'';
}

.threecolumn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.threecolumn_wrap > li {
  width: 32%;
  padding-left: 1em;
}
.threecolumn_wrap > li dd {
  width: 100%;
  margin-left: 0;
  text-indent: -1em;
   padding-left: 1em;
}

.sdgs_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sdgs_column > li {
  width: 48%;
  margin-bottom: 40px;
  background: #fff;
  text-align: left;
}

.sdgs_column > li a {
  transition: opacity .3s ease-in;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #404040;
}

.sdgs_column > li a:hover {
  opacity: 0.7;
}

.sdgs_column > li div {
  padding: 20px;
}

.sdgs_column > li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
}

.sdgs_column > li h4 {
  font-weight: bold;
}

.sdgs_column > li ul {
  font-size: 14px;
}

.sdgs_column .logo {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.sdgs_column .logo img {
  width: 100%;
}

.last dt::after {
  display: none;
}

.sdgs_table th {
  background: #008837;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.sdgs_table td {
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
}

.sdgs_table td ul {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.sdgs_table td ul::after{
  content:"";
  display: block;
  width:31%;
}

.sdgs_table td ul li {
  width: 31%;
}

.sdgs_table td ul li:nth-child(1),
.sdgs_table td ul li:nth-child(2),
.sdgs_table td ul li:nth-child(3),
.sdgs_table td ul li:nth-child(4),
.sdgs_table td ul li:nth-child(5),
.sdgs_table td ul li:nth-child(6){
  margin-bottom: 4%;
}

.sdgs_table .nowrap {
  text-align: center;
  white-space: nowrap;
}

.sdgs_table .first {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
  color: #008837;
  white-space: nowrap;
}


@media screen and (max-width: 768px) {
  .img_wrap {
    justify-content: space-around;
  }
  .img_wrap li {
    width: 47%;
  }
  
  .threecolumn_wrap {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .threecolumn_wrap > li {
    width: 100%;
    padding-left: 1em;
  }
  .threecolumn_wrap > li dl {
    margin-top: 10px;
  }
  .threecolumn_wrap > li dd {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sdgs_column > li {
    width: 49%;
    margin-bottom: 10px;
  }

  .sdgs_column > li div {
    padding: 10px;
  }


  .sdgs_column > li ul {
    font-size: 12px;
  }

  .sdgs_column .logo img {
    width: 100%;
  }
  
  .sdgs_table_wrap {
    overflow-x: scroll;
  }

  .sdgs_table th {
    white-space: nowrap;
    padding: 5px 10px;
  }

  .sdgs_table th:nth-of-type(2) {
    padding: 5px 120px;;
  }

  .sdgs_table td {
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
  }

  .sdgs_table .first {
    font-size: 16px;
    padding: 10px;
  }
}

