/* ========== mainImage ========== */
.c-mainImage-04.pc{
  background-image: url(/corporate/sustainability/img/mainImage_01@x2.jpg);
  background-color: #FFFDF4;
  background-size: cover;
  height: auto;
}
.c-mainImage-04.sp {
  background-image: url(/corporate/sustainability/img/mainImage_01_sp@x2.jpg);
  height: 250px;
}

@media only screen and (min-width: 1367px) {
  .c-mainImage-04.pc {
    background-size: contain;
  }
}

.c-mainImage-04 header p {
  margin: 0 auto;
  width: 100%;
}

.c-mainImage-04 header p img {
  max-width: 100%;
}

.c-mainImage-04.pc header p {
  padding: 0 7px;
  max-width: 100%;
  width: 994px;
}

.c-mainImage-04.sp header p img {
  width: 320px;
}


@media only screen and (min-width: 641px) {
  #jbk-frame-main .frame-content>*:first-child {
    margin-top: 1.75em;
  }
}
@media only screen and (max-width: 640px) {
  #jbk-frame-main .frame-content>*:first-child {
    margin-top: 0.625em;
  }
}

@media only screen and (max-width: 640px) {
  .jbk-box-group-02.jbk-box-sustainability {
    display: block;
  }
  .jbk-box-group-02.jbk-box-sustainability .jbk-box-outline {
    width: 100%;
    margin-left: 0;
  }
}

/* ========== sdgs-icon ========== */
.sdgs-icons_list {
  margin-top: 30px;
}
.sdgs-icons_list .ttl {
  font-size: 14px;
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 8px;
  margin-bottom: 15px;
}
.sdgs-icons_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.sdgs-icons_list ul li {
  width: 70px;
}
.sdgs-icons_list ul li + li {
  margin-left: 22px;
}
.sdgs-icons_list ul li img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}
@media screen and (max-width: 639px) {
  .sdgs-icons_list {
    margin-top: 20px;
  }
  .sdgs-icons_list .ttl {
    font-size: 12px;
    padding: 8px;
      margin-bottom: 15px;
  }
  .sdgs-icons_list ul li {
    width: 50px;
  }
  .sdgs-icons_list ul li + li {
    margin-left: 10px;
  }
}

/* ========== accordion ========== */
/* .c-accordion-01 {
  border-top: none;
} */
.c-accordion-01:last-child {
  margin-bottom: 0;
}
.c-accordion-01 .item {
  border-left: 1px solid #d4d5d5;
  border-right: 1px solid #d4d5d5;
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01 .item .head {
  padding-left: 20px;
  /* border-bottom: 1px solid #d4d5d5; */
}
.c-accordion-01>.item>.head:before {
  border: none;
  background: url(/corporate/sustainability/img/icon-chevron-down-black.png) center/ auto 1.125em no-repeat;
  right: 10px;
}
.c-accordion-01>.item>.head:after {
  background: none;
}
.c-accordion-01>.item>.head.opened {
  border-bottom: 1px solid #d4d5d5;
}
.c-accordion-01>.item>.head.opened:before {
  background-image: url(/corporate/sustainability/img/icon-chevron-up-black.png);
}
.c-accordion-01>.item>.head.opened:after {
  background: none;
}

/* ========== sty-sns_btn ========== */

.sty-sns_btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sty-sns_btn ul:before,
.sty-sns_btn ul:after {
  content: " ";
  display: table;
}

.sty-sns_btn ul:after {
  clear: both;
}

.sty-sns_btn li {
  width: 50%;
  float: left;
  display: inline;
  position: relative;
}

.sty-sns_btn li:before {
  width: 50px;
  height: 100%;
  background-image: url(/assets/img/icon_sns.png);
  background-repeat: no-repeat;
  background-size: auto 50px;
  position: absolute;
  left: 20px;
  top: 0;
  content: "";
}

.ie8 .sty-sns_btn li:before {
  background-image: url(/assets/img/icon_sns.png);
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li:before {
    content: none;
  }
}

.sty-sns_btn a {
  display: block;
  color: #535252;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
  padding-left: 126px;
  padding-right: 30px;
  padding-top: 29px;
  padding-bottom: 29px;
  position: relative;
}

@media screen and (min-width:768px) {
  .sty-sns_btn li:nth-child(-n+2) {
    margin-top: 15px;
  }
  .sty-sns_btn li:nth-child(n+3) {
    margin-bottom: 15px;
  }
}

.sty-sns_btn span.sty-sns_btn_txt-01 {
  display: block;
}

@media screen and (max-width: 768px) {
  .sty-sns_btn a {
    color: #525252;
    margin: 15px 0 0;
    padding: 45px 0 15px;
    text-align: center;
  }
  .sty-sns_btn li:nth-child(odd) a {
    border-right: 1px solid #bcbdbd;
  }
  .sty-sns_btn li:nth-child(n+3) a {
    border-top: 1px solid #bcbdbd;
    margin: 0 0 15px;
    padding: 60px 0 0;
  }
  .sty-sns_btn span.sty-sns_btn_txt-01,
  .sty-sns_btn span.sty-sns_btn_txt-02 {
    display: none;
  }
}

.sty-sns_btn a:before {
  width: 18px;
  height: 100%;
  background-image: url(/assets/img/marker_01_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 102px;
  top: 0;
  margin-top: -11px;
  content: "";
}

.ie8 .sty-sns_btn a:before {
  background-image: url(/assets/img/marker_01.png);
}

@media screen and (max-width: 768px) {
  .sty-sns_btn a:before {
    width: 30px;
    height: 30px;
    background-image: url(/assets/img/icon_sns_@2x.png);
    background-size: auto 30px;
    left: 50%;
    top: 11px;
    margin-left: -12px;
  }
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li.sty-sns_btn_link-fb {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

.sty-sns_btn li.sty-sns_btn_link-fb:before {
  background-image: url(/assets/img/icon_sns_fb.png);
  background-position: 0 center;
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li.sty-sns_btn_link-fb:before {
    background-position: -102px center;
  }
}

.sty-sns_btn li.sty-sns_btn_link-fb a:before {
  background-image: url(/assets/img/arw_fb.png);
  background-position: 0 42px;
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li.sty-sns_btn_link-fb a:before {
    background-image: url(/assets/img/icon_sns_fb.png);
    background-position: 0 0;
  }
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li.sty-sns_btn_link-tw {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}

.sty-sns_btn li.sty-sns_btn_link-tw:before {
  background-image: url(/assets/img/icon_sns_x.png);
  width: 48px;
  background-position: 0 center;
}

.ie8 .sty-sns_btn li.sty-sns_btn_link-tw:before {
  width: 48px;
  background-position: -51px center;
}

.sty-sns_btn li.sty-sns_btn_link-tw a:before {
  background-image: url(/assets/img/arw_x.png);
  background-position: 0 42px;
}

@media screen and (max-width: 768px) {
  .sty-sns_btn li.sty-sns_btn_link-tw a:before {
    background-image: url(/assets/img/icon_sns_x.png);
    background-position: 0 0;
    width: 29px;
  }
}