@charset "UTF-8";
/*******************************************/
/*** サステナビリティ ***/
/*******************************************/
.sustainability_cmn_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}

/** サステナビリティ アンカー部分 **/
.sustainability_anchor {
  padding: 160px 0 80px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_anchor {
    padding: 80px 0 60px;
  }
}
.sustainability_anchor .sustainability_anchor_list {
  max-width: 848px;
  margin: 55px auto 0;
}

/** サステナビリティ経営 **/
.sustainability_management {
  background-color: #E8F2FD;
  background: url(../image/sustainability/bg-wave-blue.svg) no-repeat center bottom/cover;
  padding: 120px 0 160px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management {
    background-image: url(../image/sustainability/bg-wave-blue-sp.svg);
    padding: 60px 0 80px;
  }
}
.sustainability_management_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_flex {
    display: block;
    margin-bottom: 30px;
  }
}
.sustainability_management .sustainability_management_list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .sustainability_management .sustainability_management_item {
    max-width: 554px;
    width: calc((100% - 92px) / 2);
    margin-right: 92px;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_item + .sustainability_management_item {
    margin-top: 35px;
  }
}
.sustainability_management .sustainability_management_wrap {
  padding: 0 34px 35px 0;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_wrap {
    padding: 0 20px 20px 0;
  }
}
.sustainability_management .sustainability_management_wrap::after {
  top: 35px;
  left: 44px;
  border-radius: 70px 70px 0;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_wrap::after {
    top: 21px;
    left: 30px;
    border-radius: 50px 50px 0;
  }
}
.sustainability_management .sustainability_management_textarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_circle {
    width: 32.5px;
  }
  .sustainability_management .sustainability_management_circle::before, .sustainability_management .sustainability_management_circle::after {
    background-size: 32px;
  }
}
.sustainability_management .sustainability_management_image,
.sustainability_management .sustainability_management_image > img {
  border-radius: 70px 70px 0 !important;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_image,
  .sustainability_management .sustainability_management_image > img {
    border-radius: 50px 50px 0 !important;
  }
}
.sustainability_management_linkArea {
  margin: 75px 0 65px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_linkArea {
    margin: 55px 0;
  }
}
.sustainability_management_linkArea::before, .sustainability_management_linkArea::after {
  content: "";
  display: inline-block;
  background-image: radial-gradient(#9FA2AC 15%, transparent 15%);
  background-position: center;
  background-size: 8px 8px;
  width: 100%;
  height: 8px;
}
.sustainability_management_linkArea::before {
  margin-bottom: 70px;
}
.sustainability_management_linkArea::after {
  margin-top: 75px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_linkArea::before {
    margin-bottom: 50px;
  }
  .sustainability_management_linkArea::after {
    margin-top: 55px;
  }
}
.sustainability_management_linkList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_linkList {
    display: block;
    margin-top: 25px;
  }
}
.sustainability_management_linkItem {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sustainability_management_linkItem {
    width: 21.67%;
    margin-right: 4.44%;
  }
  .sustainability_management_linkItem:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .sustainability_management_linkItem {
    width: 23.5%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_linkItem {
    width: 100%;
  }
  .sustainability_management_linkItem + li {
    margin-top: 17px;
  }
}
.sustainability_management_linkItem > a {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  padding: 12px 20px 13px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sustainability_management_linkItem > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-top: 1px solid #9EA2AD;
  border-right: 1px solid #9EA2AD;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .sustainability_management_linkItem > a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_linkItem > a {
    font-size: 15px;
  }
}
.sustainability_management_csrList {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_csrList {
    flex-direction: column;
    align-items: center;
  }
}
.sustainability_management_csrItem {
  border: 1px solid #3266CC;
  background-color: #fff;
  border-radius: 70px 70px 0;
  max-width: 560px;
  width: calc((100% - 80px) / 2);
  padding: 40px 20px 35px;
}
.sustainability_management_csrItem:nth-of-type(n+2) {
  margin-left: 80px;
}
@media screen and (max-width: 1200px) {
  .sustainability_management_csrItem {
    width: calc((100% - 40px) / 2);
  }
  .sustainability_management_csrItem:nth-of-type(n+2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_csrItem {
    border-radius: 50px 50px 0;
    width: 100%;
    padding: 40px 30px;
  }
  .sustainability_management_csrItem:nth-of-type(n+2) {
    margin: 40px 0 0;
  }
}
.sustainability_management .sustainability_management_u_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  margin: 35px auto 23px;
}
.sustainability_management .sustainability_management_u_list.eng {
  max-width: 450px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_u_list {
    display: block;
    margin: 15px auto;
  }
}
@media screen and (min-width: 768px) {
  .sustainability_management .sustainability_management_u_list > li {
    margin-bottom: 12px;
  }
  .sustainability_management .sustainability_management_u_list > li:nth-of-type(odd) {
    width: 67%;
  }
  .sustainability_management .sustainability_management_u_list > li.eng:nth-of-type(n) {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management .sustainability_management_u_list > li {
    margin-bottom: 10px;
  }
}
.sustainability_management_csrWrap {
  margin-top: 15px;
  margin-left: 60px;
}
.sustainability_management_csrWrap a + a {
  margin-top: 8px;
}
@media screen and (max-width: 1200px) {
  .sustainability_management_csrWrap {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_management_csrWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sustainability_management_csrWrap a + a {
    margin-top: 20px;
  }
}

/** 企業価値を高めるCSR **/
/** 企業価値を守るCSR **/
.sustainability_improve {
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_improve {
    padding-top: 60px;
  }
}

.sustainability_protect {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_protect {
    padding: 60px 0;
  }
}

.sustainability_cmn_csr_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.sustainability_cmn_csr_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1250px) {
  .sustainability_cmn_csr_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_list {
    flex-direction: column;
    margin: 20px 0 0;
  }
}
.sustainability_cmn_csr_item {
  position: relative;
  max-width: 210px;
  width: calc((100% - 150px) / 5);
}
@media screen and (max-width: 1200px) {
  .sustainability_cmn_csr_item {
    max-width: 100%;
    width: 19%;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_item {
    max-width: 100%;
    width: 100%;
  }
  .sustainability_cmn_csr_item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.sustainability_cmn_csr_item_image {
  border-radius: 40px 40px 0 40px;
  box-shadow: 0 4px 20px rgba(67, 67, 67, 0.07);
  will-change: transform;
}
.sustainability_cmn_csr_item_image-inner {
  border-radius: 40px 40px 0 40px;
  will-change: transform;
}
.sustainability_cmn_csr_item_image img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_item_image {
    border-radius: 30px 30px 0 30px;
  }
  .sustainability_cmn_csr_item_image-inner {
    border-radius: 30px 30px 0 30px;
  }
}
.sustainability_cmn_csr_item_txtarea {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 0 40px;
  min-height: 160px;
  padding: 15px 20px;
}
@media screen and (max-width: 1300px) {
  .sustainability_cmn_csr_item_txtarea {
    font-size: clamp(11px, 11px + 5 * (100vw - 768px) / 532, 16px);
  }
}
@media screen and (max-width: 1000px) {
  .sustainability_cmn_csr_item_txtarea {
    padding: 12px 6px;
    min-height: 120px;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_item_txtarea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1px;
    font-size: 12px;
    line-height: 1.4em;
    border-radius: 0 25px 0 0;
    min-height: auto;
    min-width: 172px;
    width: 55%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.sustainability_cmn_csr_item_ttl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 1300px) {
  .sustainability_cmn_csr_item_ttl {
    font-size: clamp(13px, 13px + 5 * (100vw - 768px) / 532, 18px);
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_item_ttl {
    font-size: 15px;
    margin-bottom: 4px;
  }
}
.sustainability_cmn_csr_item_text {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .sustainability_cmn_csr_item_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  .eng .sustainability_cmn_csr_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 980px) {
  .eng .sustainability_cmn_csr_list {
    flex-direction: column;
    max-width: 550px;
    margin: 20px auto 0;
  }
}
.eng .sustainability_cmn_csr_item {
  position: relative;
  max-width: 210px;
  width: calc((100% - 150px) / 5);
}
@media screen and (min-width: 980.9px) and (max-width: 1200px) {
  .eng .sustainability_cmn_csr_item {
    max-width: 100%;
    width: 19%;
  }
}
@media screen and (max-width: 980px) {
  .eng .sustainability_cmn_csr_item {
    max-width: 100%;
    width: 100%;
  }
  .eng .sustainability_cmn_csr_item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .eng .sustainability_cmn_csr_item_image {
    border-radius: 30px 30px 0 30px;
  }
  .eng .sustainability_cmn_csr_item_image-inner {
    border-radius: 30px 30px 0 30px;
  }
}
.eng .sustainability_cmn_csr_item_txtarea {
  min-height: 200px;
  padding: 13px 10px;
}
@media screen and (max-width: 980px) {
  .eng .sustainability_cmn_csr_item_txtarea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -1px;
    border-radius: 0 25px 0 0;
    min-height: auto;
    min-width: 172px;
    width: 65%;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.eng .sustainability_cmn_csr_item_ttl {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .eng .sustainability_cmn_csr_item_ttl {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.eng .sustainability_cmn_csr_item_text {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .eng .sustainability_cmn_csr_item_text {
    font-size: 10px;
  }
}

/** その他の取り組み **/
.sustainability_other {
  background-color: #F2F3F5;
  background: url(../image/sustainability/bg-wave-gray.svg) no-repeat center top/cover;
  padding: 160px 0 120px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other {
    background-image: url(../image/sustainability/bg-wave-gray-sp.svg);
    padding: 60px 0;
  }
}
.sustainability_other .sustainability_other_item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sustainability_other .sustainability_other_item {
    max-width: 554px;
    width: calc((100% - 92px) / 2);
    margin-right: 92px;
  }
}
.sustainability_other .sustainability_other_wrap {
  padding: 0 34px 35px 0;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other .sustainability_other_wrap {
    padding: 0 20px 20px 0;
  }
}
.sustainability_other .sustainability_other_wrap::after {
  top: 35px;
  left: 44px;
  border-radius: 70px 70px 0;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other .sustainability_other_wrap::after {
    top: 21px;
    left: 30px;
    border-radius: 50px 50px 0;
  }
}
.sustainability_other .sustainability_other_ttlarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other .sustainability_other_ttlarea {
    margin-bottom: 20px;
  }
}
.sustainability_other_linkItem > a, .sustainability_other_linkItem-below > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6875em;
  color: #434343;
  margin-right: 25px;
}
.sustainability_other_linkItem > a::after, .sustainability_other_linkItem-below > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  background: url(../image/module/m_link_simple.svg) no-repeat center;
  width: 15px;
  height: 7px;
  transition: all 0.2s linear;
}
.sustainability_other_linkItem > a:hover::after, .sustainability_other_linkItem-below > a:hover::after {
  background-image: url(../image/module/m_link_simple_hover.svg);
  width: 20px;
  margin-left: 5px;
  transform: translate(5px, -50%);
}
@media screen and (max-width: 767.9px) {
  .sustainability_other_linkItem > a, .sustainability_other_linkItem-below > a {
    font-size: 15px;
  }
}
.sustainability_other_linkItem:nth-of-type(n+2) {
  margin-top: 7px;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other_linkItem:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sustainability_other_linkItem-below:nth-of-type(n+5) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .sustainability_other_linkItem-below:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_other_linkItem-below:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.sustainability_other_linkList-below {
  border-radius: 40px 40px 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sustainability_other_linkList-below {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    padding: 40px 50px;
  }
  .sustainability_other_linkList-below > li {
    width: 25%;
  }
  .sustainability_other_linkList-below > li > a {
    margin-right: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sustainability_other_linkList-below {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sustainability_other_linkList-below > li {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_other_linkList-below {
    max-width: 335px;
    padding: 25px 40px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767.9px) {
  .sustainability_other .sustainability_other_circle {
    width: 32.5px;
  }
  .sustainability_other .sustainability_other_circle::before, .sustainability_other .sustainability_other_circle::after {
    background-size: 32px;
  }
}
.sustainability_other .sustainability_other_image,
.sustainability_other .sustainability_other_image > img {
  border-radius: 70px 70px 0 !important;
}
@media screen and (max-width: 767.9px) {
  .sustainability_other .sustainability_other_image,
  .sustainability_other .sustainability_other_image > img {
    border-radius: 50px 50px 0 !important;
  }
}

/*******************************************/
/*** 日本曹達グループの事業 ***/
/*******************************************/
.business_cmn {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .business_cmn {
    padding-top: 60px;
  }
}

.business_cmn_ttl {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .business_cmn_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.business_cmn_text {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .business_cmn_text {
    font-size: 15px;
  }
}

.business_cmn_figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business_cmn_figure {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .business_cmn_figure_item {
    max-width: 300px;
    width: calc((100% - 120px) / 2);
  }
  .business_cmn_figure_item:nth-of-type(2n) {
    margin-left: 90px;
  }
  .business_cmn_figure_item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .business_cmn_figure {
    margin-top: 30px;
  }
  .business_cmn_figure_item {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
  .business_cmn_figure_item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .business_cmn_figure img {
    padding: 0 52.5px;
  }
}

@media screen and (min-width: 768px) {
  .business_graph {
    margin-top: 55px;
  }
}
.business_graph_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.business_graph_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
  margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  .business_graph_flex {
    padding: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .business_graph_flex {
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
  }
  .business_graph_flex img {
    padding: 0 7.5px;
  }
}
.business_graph_item {
  text-align: center;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .business_graph_item {
    width: calc((100% - 120px) / 2);
  }
  .business_graph_item:nth-of-type(2n) {
    margin-left: 120px;
  }
  .business_graph_item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .business_graph_item {
    width: 100%;
  }
  .business_graph_item:nth-of-type(n+2) {
    margin-top: 43px;
  }
}

.business_anchor .business_anchor_list {
  justify-content: flex-start;
  margin: 80px 0 0;
}
@media screen and (max-width: 767.9px) {
  .business_anchor .business_anchor_list {
    margin-top: 60px;
  }
}

.business_chemical .business_chemical_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .business_chemical .business_chemical_box_item {
    width: 48%;
    width: calc((100% - 40px) / 2);
  }
  .business_chemical .business_chemical_box_item:nth-of-type(2n) {
    margin-left: 40px;
  }
  .business_chemical .business_chemical_box_item:nth-of-type(n+3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767.9px) {
  .business_chemical .business_chemical_box {
    flex-direction: column;
    padding: 30px;
    margin-bottom: 35px;
  }
  .business_chemical .business_chemical_box_item {
    width: 100%;
  }
  .business_chemical .business_chemical_box_item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.business_chemical_figure_item {
  max-width: 400px;
  width: 100%;
}

.business_agriculture .business_agriculture_box {
  margin: 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .business_agriculture .business_agriculture_box {
    margin-bottom: 40px;
  }
}
.business_agriculture .business_agriculture_box-text-lg-blue {
  margin: 0 0 20px;
}
.business_agriculture .business_agriculture_box-text-lg {
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .business_agriculture_box_flex {
    display: flex;
  }
  .business_agriculture_box_item {
    width: 50%;
  }
}
@media screen and (max-width: 767.9px) {
  .business_agriculture_box {
    padding: 30px;
  }
  .business_agriculture_box_item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.business_agriculture_box_line {
  display: block;
  background-image: radial-gradient(#1868D3 15%, transparent 15%);
  background-position: center;
  background-size: 18px 18px;
  width: 100%;
  height: 18px;
  margin: 30px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .business_agriculture_box_line {
    margin: 10px 0;
  }
}

/*******************************************/
/*** 価値創造を実現する6つの資本 ***/
/*******************************************/
.capital_above .capital_above-anchor_list {
  justify-content: flex-start;
  margin: 75px auto 0px;
}
@media screen and (max-width: 767.9px) {
  .capital_above .capital_above-anchor_list {
    margin: 35px auto 0px;
  }
}
@media screen and (min-width: 768px) {
  .capital_above .capital_above-anchor_list > li:nth-of-type(n+5) {
    margin-top: 10px;
  }
  .capital_above .capital_above-anchor_list > li::before, .capital_above .capital_above-anchor_list > li::after {
    height: 100%;
  }
  .capital_above .capital_above-anchor_list > li > a {
    flex-direction: column;
  }
}
.capital_above .capital_above-anchor_list > li > a {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media screen and (max-width: 767.9px) {
  .capital_above .capital_above-anchor_list > li > a {
    padding: 15px 0;
  }
  .capital_above .capital_above-anchor_list > li > a::after {
    top: 30px;
  }
}
.capital_above_icon {
  display: block;
  width: 42px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .capital_above_icon {
    margin: 0 10px 0 0;
  }
}

.capital_cmn {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn {
    padding-top: 60px;
  }
}
.capital_cmn .m-u_list {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn .fs16 {
    margin-top: 15px;
  }
}
.capital_cmn_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_ttl {
    margin-bottom: 30px;
  }
}
.capital_cmn_icon {
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_icon {
    width: 50px;
  }
}
.capital_cmn_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_h2 {
    font-size: 24px;
    margin-left: 15px;
  }
}
.capital_cmn_list {
  display: flex;
  border-radius: 40px 40px 0;
  background-color: #F2F3F5;
  padding: 30px 40px;
  margin-top: 44px;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_list {
    flex-direction: column;
    padding: 25px 35px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .capital_cmn_list.list-column1 {
    max-width: 320px;
  }
  .capital_cmn_list.list-column1 .capital_cmn_item {
    width: 100%;
  }
  .capital_cmn_list.list-column2 {
    max-width: 585px;
  }
  .capital_cmn_list.list-column2 .capital_cmn_item {
    width: 50%;
  }
}
.capital_cmn_item {
  text-align: center;
  border-radius: 30px 30px 0;
  background-color: #fff;
  padding: 20px 5px;
}
.capital_eng .capital_cmn_item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .capital_cmn_item {
    max-width: 240px;
    width: 33.3%;
  }
  .capital_cmn_item:nth-of-type(n+2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_item {
    width: 100%;
  }
  .capital_cmn_item:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.capital_cmn_item_ttl {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_item_ttl {
    font-size: 18px;
  }
}
.capital_cmn_item_parentheses {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45em;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_item_parentheses {
    font-size: 16px;
  }
}
.capital_cmn_item_parentheses-sm {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28em;
  letter-spacing: 0.04em;
}
.capital_cmn_item_value {
  display: inline-block;
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.36em;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_item_value {
    font-size: 38px;
  }
}
.capital_cmn_item_unit {
  display: inline-block;
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44em;
  letter-spacing: 0.03em;
  color: #1868D3;
  margin-left: 5px;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .capital_cmn_item_unit {
    font-size: 18px;
  }
}
.capital_cmn_item_wrap {
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  .capital_finance {
    padding-top: 70px;
  }
}

/*******************************************/
/*** 長期ビジョン ***/
/*******************************************/
.vision_container .m-title_h3 {
  margin: 60px 0 25px;
}
@media screen and (max-width: 767.9px) {
  .vision_container .m-title_h3 {
    margin: 39px 0 20px;
  }
}
.vision_container .m-title_h4 {
  margin: 40px 0 15px;
}
.vision_container .m-title_h5 {
  margin: 30px 0 15px;
}
@media screen and (max-width: 767.9px) {
  .vision_container .m-title_h5 {
    margin: 15px 0 10px;
  }
}

.vision_cmn {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .vision_cmn {
    padding-top: 60px;
  }
}
.vision_cmn .fs16 + .fs16 {
  margin-top: 25px;
}
@media screen and (max-width: 767.9px) {
  .vision_cmn .fs16 + .fs16 {
    margin-top: 14px;
  }
}

.vision_above-anchor_list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .vision_above-anchor_list {
    justify-content: flex-start;
    margin: 10px 0 0;
  }
  .vision_above-anchor_list > li {
    max-width: 225px;
    width: 33%;
    margin: 0;
  }
}

.vision_sec01_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .vision_sec01_flex {
    flex-direction: column;
  }
}
.vision_sec01_image {
  max-width: 390px;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec01_image {
    margin: 0 0 30px;
  }
}
.vision_sec01_content {
  flex-grow: 1;
}
.vision_sec01_comment {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .vision_sec01_comment {
    font-size: 16px;
  }
}
.vision_sec01_position {
  display: block;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin: 30px 0 10px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec01_position {
    margin: 0 0 15px;
  }
}
.vision_sec01_name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.vision_sec01 .vision_sec01-table thead tr th:nth-of-type(1) {
  width: 130px;
}
.vision_sec01 .vision_sec01-table tbody tr td:nth-of-type(1):not([colspan]) {
  width: 100px;
}
.vision_eng .vision_sec01-table tbody tr td:nth-of-type(1):not([colspan]) {
  width: 140px;
}

@media screen and (max-width: 767.9px) {
  .vision_sec01 .vision_sec01-table thead tr th {
    padding: 13px 10px;
  }
  .vision_sec01 .vision_sec01-table tbody tr th,
  .vision_sec01 .vision_sec01-table tbody tr td {
    padding: 17px 20px;
  }
}
.vision_sec01 .vision_sec01-note {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .vision_sec02 {
    padding-top: 50px;
  }
}
.vision_sec02_box-blue {
  background-color: #E8F2FD;
  border-radius: 40px 40px 0;
  padding: 50px 60px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02_box-blue {
    padding: 55px 30px;
  }
}
.vision_sec02_image01 {
  margin: 45px auto 60px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02_image01 {
    margin: 20px auto;
  }
}
.vision_sec02_box-white {
  background-color: #fff;
  border-radius: 40px 40px 0;
  padding: 50px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02_box-white {
    padding: 40px 30px;
    margin-bottom: 40px;
  }
}
.vision_sec02_flex {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02_flex {
    flex-direction: column;
    margin: 20px 0 30px;
  }
  .vision_sec02_flex_text {
    line-height: 1.5;
  }
}
.vision_sec02_mission {
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36em;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 25px 25px 0;
  background-color: #1868D3;
  padding: 10px 20px;
  margin-right: 15px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02_mission {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.vision_sec02 .vision_sec02-table {
  margin: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .vision_sec02 .vision_sec02-table {
    margin: 20px 0 15px;
  }
}
.vision_sec02 .vision_sec02-table tr th,
.vision_sec02 .vision_sec02-table tr td {
  font-size: 16px;
  width: auto;
}
.vision_sec02 .vision_sec02-table tr th {
  width: 240px;
  padding: 17px 10px;
}
.vision_sec02 .vision_sec02-table tr td {
  padding: 17px 20px;
}

.vision_sec03_wrap {
  padding: 50px 0 95px;
  margin-top: 55px;
  background: url(../image/sustainability/management/vision/sec03_object.png) no-repeat center top -10px/cover;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_wrap {
    padding: 60px 0;
    margin: 15px -20px 20px;
    background-image: url(../image/sustainability/management/vision/sec03_object-sp.png);
  }
}
.vision_sec03_trendList {
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px 40px 0;
  background-color: #F2F3F5;
  padding: 40px 50px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_trendList {
    flex-direction: column;
    padding: 40px 30px;
    margin-top: 25px;
  }
}
.vision_sec03_trendList_item {
  text-align: center;
  border-radius: 20px 20px 0;
  background-color: #fff;
  padding: 16px 10px;
}
@media screen and (min-width: 768px) {
  .vision_sec03_trendList_item {
    width: 48.53%;
  }
  .vision_sec03_trendList_item:nth-of-type(2n) {
    margin-left: 2.94%;
  }
  .vision_sec03_trendList_item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_trendList_item {
    padding: 17px 10px;
  }
  .vision_sec03_trendList_item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.vision_sec03_trendList_head {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_trendList_head {
    font-size: 18px;
  }
}
.vision_sec03_trendList_text {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_trendList_text {
    font-size: 12px;
  }
}
.eng .vision_sec03_trendList_text {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .vision_sec03_materiality {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.vision_sec03_materiality_left {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_left {
    align-items: center;
    margin-bottom: 12px;
  }
}
.vision_sec03_materiality_right {
  display: flex;
}
.vision_sec03_materiality_icon {
  margin-right: 20px;
  margin-bottom: 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_icon {
    margin-bottom: 0;
    width: 50px;
  }
}
.vision_sec03_materiality_list {
  margin: 30px 0 50px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_list {
    margin: 25px 0 25px;
  }
}
.vision_sec03_materiality_ttl-s {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_ttl-s {
    font-size: 12px;
  }
}
.vision_sec03_materiality_ttl {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_ttl {
    font-size: 16px;
  }
}
.vision_sec03_materiality_icon-sdgs {
  width: 54px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_icon-sdgs {
    width: 40px;
  }
}
.vision_sec03_materiality_icon-sdgs + .vision_sec03_materiality_icon-sdgs {
  margin-left: 8px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_icon-sdgs + .vision_sec03_materiality_icon-sdgs {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_materiality_list {
    margin: 17px 0 35px;
  }
}
.vision_sec03 .vision_sec03-scroll01 {
  margin: 45px 0 0;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03 .vision_sec03-scroll01 {
    margin-top: 20px;
  }
}
.vision_sec03 .vision_sec03-table01 {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03 .vision_sec03-table01 {
    margin-bottom: 15px;
  }
}
.vision_sec03 .vision_sec03-scroll02 {
  margin: 10px 0 45px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03 .vision_sec03-scroll02 {
    margin-bottom: 40px;
  }
}
.vision_sec03 .vision_sec03-table02 {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03 .vision_sec03-table02 {
    margin-bottom: 15px;
  }
}
.vision_sec03 .vision_sec03-table01 thead tr th,
.vision_sec03 .vision_sec03-table02 thead tr th {
  font-size: 16px;
}
.vision_sec03 .vision_sec03-table01 thead tr th:nth-of-type(1),
.vision_sec03 .vision_sec03-table02 thead tr th:nth-of-type(1) {
  width: 300px;
}
.vision_sec03 .vision_sec03-table01 tbody tr th,
.vision_sec03 .vision_sec03-table01 tbody tr td,
.vision_sec03 .vision_sec03-table02 tbody tr th,
.vision_sec03 .vision_sec03-table02 tbody tr td {
  font-size: 16px;
  padding: 17px 20px;
}
.vision_sec03 .vision_sec03-table01 tbody tr th,
.vision_sec03 .vision_sec03-table02 tbody tr th {
  vertical-align: top;
}
.vision_sec03_csrList {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_csrList {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.vision_sec03_csrList_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #DCDEE2;
  border-radius: 40px 40px 0;
  background-color: #fff;
  width: 25%;
  padding: 38px 10px 40px;
}
@media screen and (min-width: 768px) {
  .vision_sec03_csrList_item:nth-of-type(n+2) {
    margin-left: 19px;
  }
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_csrList_item {
    border-radius: 20px 20px 0;
    width: calc((100% - 25px) / 2);
    padding: 20px 10px;
  }
  .vision_sec03_csrList_item:nth-of-type(2n) {
    margin-left: 25px;
  }
  .vision_sec03_csrList_item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .vision_sec03_csrList_icon {
    width: 50px;
  }
}

/*******************************************/
/*** 持続可能な社会の実現に向けて ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .sdgs_container .m-title_h2 {
    margin: 57px 0 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgs_container .fs16 {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767.9px) {
  .sdgs_cmn .m-note {
    margin-top: 12px;
  }
}

.sdgs_above_image {
  position: relative;
  height: 230px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_image {
    height: 135px;
  }
}
.sdgs_above_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% top;
}
.sdgs_above_wrap {
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 40px 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 20px;
}
.sdgs_above_wrap.eng {
  top: 23px;
  padding: 23.5px 38px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_wrap.eng {
    top: 12px;
    padding: 13px 24.5px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_wrap {
    top: 12px;
    padding: 16px 13.5px;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_icon {
    width: 37px;
    margin: 0 auto;
  }
}
.sdgs_above_text-green {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78em;
  letter-spacing: 0.05em;
  color: #0095A4;
  margin: 4px 0 0;
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_text-green.eng {
    margin: 1px 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_text-green {
    font-size: 12px;
  }
}
.sdgs_above_text {
  display: block;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
.sdgs_above_text.eng {
  line-height: 1.3em;
}
@media screen and (max-width: 767.9px) {
  .sdgs_above_text {
    font-size: 10px;
  }
}

.sdgs_carbon_flex {
  display: flex;
  align-items: center;
  border: 1px solid #DCDEE2;
  max-width: 480px;
  margin: 30px auto 0;
  padding: 10px 20px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_carbon_flex {
    flex-direction: column;
    max-width: 295px;
    margin-top: 25px;
    padding: 10px 25px 20px;
  }
}
.sdgs_carbon_image {
  margin-right: 25px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_carbon_image {
    text-align: center;
    width: 150px;
    margin: 0 0 10px;
  }
}
.sdgs_carbon_logo {
  margin: 30px 0 0;
}

@media screen and (max-width: 767.9px) {
  .sdgs_focus_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*******************************************/
/*** TCFD提言に基づく情報開示 ***/
/*******************************************/
.tcfd_above_logo {
  margin: 30px 0 80px;
}

.tcfd_strategy_table thead tr th:nth-of-type(1) {
  width: 270px;
}
.tcfd_strategy_table thead tr th:nth-of-type(2) {
  width: 300px;
}
.tcfd_strategy_table thead tr th:nth-of-type(3) {
  width: 140px;
}
.tcfd_strategy_table thead tr th:nth-of-type(4) {
  width: 140px;
}
.tcfd_strategy_table tbody tr td {
  height: 93px;
}

.tcfd_strategy_table.eng thead tr th:nth-of-type(1) {
  width: 290px;
}
.tcfd_strategy_table.eng thead tr th:nth-of-type(2) {
  width: 280px;
}
.tcfd_strategy_table.eng thead tr th:nth-of-type(3) {
  width: 140px;
}
.tcfd_strategy_table.eng thead tr th:nth-of-type(4) {
  width: 140px;
}

/*******************************************/
/*** 人的資本 ***/
/*******************************************/
.humanCapital_above_logo {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.9px) {
  .humanCapital_above_logo {
    width: 200px;
  }
}

.humanCapital_sec02_h2 {
  margin: 60px 0 40px;
}
@media screen and (max-width: 767.9px) {
  .humanCapital_sec02_h2 {
    margin: 40px 0 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .humanCapital_sec02_h3 {
    margin: 60px 0 30px;
  }
}

.humanCapital_sec04 .humanCapital_sec04_scroll {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.9px) {
  .humanCapital_sec04 .humanCapital_sec04_scroll {
    margin-top: 25px;
  }
}
.humanCapital_sec04_table tbody tr th {
  font-weight: 400;
  vertical-align: top;
}
.humanCapital_sec04_table tbody tr th:nth-of-type(1):not([colspan]) {
  width: 123px;
}
.humanCapital_sec04_table tbody tr th:nth-of-type(2) {
  width: 215px;
  letter-spacing: 0.02em;
}
.humanCapital_sec04_table tbody tr td {
  width: auto;
  letter-spacing: 0.03em;
  text-align: center;
}
.humanCapital_sec04_table_list {
  display: flex;
  align-items: center;
}
.humanCapital_sec04_table_list > li:nth-of-type(1) {
  width: 170px;
}
.humanCapital_sec04_table_list > li:nth-of-type(2) {
  flex-shrink: 0;
}
.humanCapital_sec04_table_list > li:nth-of-type(3) {
  width: 220px;
}
.humanCapital_sec04_table_note {
  text-align: left;
  margin-top: 7px;
}

/*******************************************/
/*** 2022年度日本曹達グループCSR活動方針と目標 ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .policy_mv_ttl {
    padding-top: 25px;
  }
}

.policy_mv_br1 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .policy_mv_br1 {
    display: block;
  }
}

.policy_mv_br2 {
  display: none;
}
@media screen and (max-width: 1100px) {
  .policy_mv_br2 {
    display: block;
  }
}

.policy_above .policy_above-anchor_list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .policy_above .policy_above-anchor_list > li::before, .policy_above .policy_above-anchor_list > li::after {
    height: 100%;
  }
}

.policy_cmn {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .policy_cmn {
    padding-top: 60px;
  }
}
.policy_cmn .policy_cmn-table {
  margin: 0;
}
.policy_cmn .policy_cmn-table tbody tr th,
.policy_cmn .policy_cmn-table tbody tr td {
  vertical-align: top;
}
.policy_cmn .m-title_h2 + .m-title_h3 {
  margin-top: 0;
}
.policy_cmn .m-title_h3 {
  margin: 80px 0 30px;
}
@media screen and (max-width: 767.9px) {
  .policy_cmn .m-title_h3 {
    margin: 40px 0 25px;
  }
}
.policy_cmn .m-u_list {
  margin: 5px 0 0;
}
.policy_cmn .m-u_item {
  margin-bottom: 5px;
}
.policy_cmn .m-o_list {
  margin: 5px 0;
}
.policy_cmn tbody tr td > .m-o_list:first-child {
  margin-top: 0;
}
.policy_cmn .m-o_mark {
  min-width: unset;
}
.policy_cmn_icon {
  display: block;
  margin-bottom: 10px;
  width: 54px;
}
@media screen and (max-width: 767.9px) {
  .policy_cmn_icon {
    width: 48px;
  }
}
.policy_cmn_icon:nth-of-type(n+2) {
  margin-top: 35px;
}
.policy_cmn_goal {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}
.policy_cmn_link {
  text-align: right;
  margin-top: 30px;
}

.policy_sec01 table thead tr th:nth-of-type(1) {
  width: 240px;
}
.policy_sec01 table thead tr th:nth-of-type(2) {
  width: 240px;
}
.policy_sec01 table thead tr th:nth-of-type(3) {
  width: 185px;
}
.policy_sec01 table thead tr th:nth-of-type(4) {
  width: 185px;
}

.policy_sec02 table thead tr th:nth-of-type(1),
.policy_sec03 table thead tr th:nth-of-type(1),
.policy_sec04 table thead tr th:nth-of-type(1) {
  width: 340px;
}
.policy_sec02 table thead tr th:nth-of-type(2),
.policy_sec03 table thead tr th:nth-of-type(2),
.policy_sec04 table thead tr th:nth-of-type(2) {
  width: 160px;
}
.policy_sec02 table thead tr th:nth-of-type(3),
.policy_sec03 table thead tr th:nth-of-type(3),
.policy_sec04 table thead tr th:nth-of-type(3) {
  width: 160px;
}
.policy_sec02 table thead tr th:nth-of-type(4),
.policy_sec03 table thead tr th:nth-of-type(4),
.policy_sec04 table thead tr th:nth-of-type(4) {
  width: 220px;
}
.policy_sec02 table thead tr th:nth-of-type(5),
.policy_sec03 table thead tr th:nth-of-type(5),
.policy_sec04 table thead tr th:nth-of-type(5) {
  width: 170px;
}

.policy_below .policy_below-text {
  margin: 30px 0 10px;
}
.policy_below .policy_below-text-lg {
  margin: 0;
}

/*******************************************/
/*** 2021年度の評価結果と2022年度のCSR目標 ***/
/*******************************************/
.result_mv_ttl {
  padding-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .result_mv_ttl {
    padding-top: 25px;
  }
}

.result_mv_br {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .result_mv_br {
    display: block;
  }
}

.result_mv_note {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: rgba(67, 67, 67, 0.6);
  margin-top: 10px;
}

.result_above .result_above-anchor_list {
  justify-content: flex-start;
  margin: 0;
}
.result_above .result_above-anchor_list > li:nth-of-type(n+5) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .result_above .result_above-anchor_list > li::before, .result_above .result_above-anchor_list > li::after {
    height: 100%;
  }
}
.result_above .result_above-anchor_list > li > a {
  flex-direction: column;
}
.result_above_icon {
  display: block;
  width: 42px;
  margin-bottom: 5px;
}

.result_cmn {
  padding-top: 80px;
}
.result_cmn .result_cmn-scroll {
  margin-bottom: 0;
}
.result_cmn .result_cmn-scroll:nth-of-type(1) {
  margin-top: 0;
}
.result_cmn .result_cmn-scroll thead tr th:nth-of-type(1) {
  width: 263px;
}
.result_cmn .result_cmn-scroll thead tr th:nth-of-type(2) {
  width: 166px;
}
.result_cmn .result_cmn-scroll thead tr th:nth-of-type(3) {
  width: 93px;
}
.result_cmn .result_cmn-scroll thead tr th:nth-of-type(4) {
  width: 182px;
}
.result_cmn .result_cmn-scroll thead tr th:nth-of-type(5) {
  width: 146px;
}
.result_cmn .result_cmn-scroll tbody tr th {
  font-weight: 400;
  vertical-align: top;
}
.result_cmn .result_cmn-scroll tbody tr th:nth-of-type(1) {
  width: 128px;
}
.result_cmn .result_cmn-scroll tbody tr td {
  vertical-align: top;
}
.result_cmn .result_cmn-scroll .alignCenter {
  text-align: center;
  vertical-align: middle;
}
.result_cmn-note + .result_cmn-note {
  margin-top: 10px;
}
.result_cmn_wrap {
  margin-top: 20px;
}
.result_cmn .color-red {
  color: #E24848;
}

/*******************************************/
/*** ステークホルダーダイアログ ***/
/*******************************************/
.dialogue_cmn {
  padding-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn {
    padding-top: 60px;
  }
}
.dialogue_cmn .fs16 + .fs16 {
  margin-top: 25px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn .fs16 + .fs16 {
    margin-top: 20px;
  }
}
.dialogue_cmn .fc-gray {
  color: #9EA2AD;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_wrap-sp {
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
.dialogue_cmn_flex, .dialogue_cmn_flex-expert {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_flex, .dialogue_cmn_flex-expert {
    flex-direction: column;
    max-width: 400px;
    margin-top: 15px;
  }
}
.dialogue_cmn_flex-expert {
  margin-bottom: 40px;
}
.dialogue_cmn_flex-expert .dialogue_cmn_panel {
  background-color: #E8F2FD;
}
.dialogue_cmn_panel {
  display: flex;
  background-color: #F8F8F9;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .dialogue_cmn_panel {
    width: calc((100% - 20px) / 2);
  }
  .dialogue_cmn_panel:nth-of-type(2n) {
    margin-left: 20px;
  }
  .dialogue_cmn_panel:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_panel {
    width: 100%;
  }
  .dialogue_cmn_panel:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.dialogue_cmn_panel_left {
  flex-grow: 1;
}
.dialogue_cmn_panel_right {
  max-width: 150px;
  flex-shrink: 0;
  margin-left: 15px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_panel_right {
    width: 120px;
  }
}
.dialogue_cmn_name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_name {
    font-size: 15px;
  }
}
.dialogue_cmn_position, .dialogue_cmn_position-s {
  display: block;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
.dialogue_cmn_position-s {
  margin-top: 5px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_position-s {
    font-size: 12px;
  }
}
.dialogue_cmn .dialogue_cmn_box {
  margin: 40px 0 0;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn .dialogue_cmn_box {
    margin-top: 30px;
  }
}
.dialogue_cmn .dialogue_cmn_box-expert {
  margin: 50px 0 0;
  background-color: #E8F2FD;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn .dialogue_cmn_box-expert {
    margin: 40px 0;
  }
}
.dialogue_cmn_block {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_block {
    text-align: center;
    margin-bottom: 20px;
  }
}
.dialogue_cmn_attendees_image {
  width: 150px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_attendees_image {
    width: 120px;
  }
}
.dialogue_cmn_box_heading, .dialogue_cmn_box_heading-expert {
  display: inline-block;
  border-radius: 25px 25px 0;
}
.dialogue_cmn_box_heading {
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #1868D3;
  padding: 8px 20px 6px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_box_heading {
    font-size: 12px;
  }
}
.dialogue_cmn_box_heading-expert {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #1868D3;
  border: 1px solid #1868D3;
  background-color: #fff;
  padding: 8px 20px 6px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_cmn_box_heading-expert {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.dialogue_cmn .speaker-soda {
  font-weight: 500;
  color: #9EA2AD;
}
.dialogue_cmn .speaker-expert {
  font-weight: 500;
  color: #8CBCF0;
}

.dialogue_above .dialogue_above-anchor_list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .dialogue_above .dialogue_above-anchor_list > li::before, .dialogue_above .dialogue_above-anchor_list > li::after {
    height: 100%;
  }
}
.dialogue_above .dialogue_above-anchor_list > li > a {
  padding-left: 10px;
  padding-right: 10px;
}

.dialogue_sec02_list {
  width: 100%;
}
.dialogue_sec02_item {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec02_item {
    display: block;
    padding-bottom: 15px;
  }
}
.dialogue_sec02_item dt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #9EA2AD;
  width: 125px;
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec02_item dt {
    margin: 0 0 10px;
  }
}
.dialogue_sec02_item dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.025em;
}
.dialogue_sec02_item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-image: radial-gradient(#B5B7BE 12.5%, transparent 12.5%);
  background-size: 16px 16px;
  width: 100%;
  height: 16px;
}
.dialogue_sec02_item:nth-of-type(n+2) {
  margin-top: 16px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec02_item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.dialogue_sec03_table tr th {
  width: 180px;
  vertical-align: top;
}

.dialogue_sec04 h4.fs20 {
  margin: 20px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec04 h4.fs20 {
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec04 h3 + h4.fs20 {
    margin-top: 0;
  }
}
.dialogue_sec04 h4.fs20 + .fs16 {
  margin-top: 0;
}
.dialogue_sec04-image {
  max-width: 350px;
}

.dialogue_sec05 h4.fs24 {
  margin: 60px 0 20px;
}
@media screen and (max-width: 767.9px) {
  .dialogue_sec05 h4.fs24 {
    margin: 40px 0 15px;
  }
}
.dialogue_sec05 p + h4.fs24 {
  margin-top: 40px;
}
.dialogue_sec05_medium {
  font-weight: 500;
  margin-right: 15px;
}

/*******************************************/
/*** アグリカルチャー 他 ***/
/*******************************************/
.agricuture_h1-icon {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .agricuture_h1-icon {
    width: 50px;
    margin-right: 10px;
  }
}

.agricuture_cmn_text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  margin-top: 30px;
}
.agricuture_cmn_text + .agricuture_cmn_text {
  margin: 20px 0 0;
}

@media screen and (max-width: 767.9px) {
  .agricuture_sdgs_box {
    display: flex;
    align-items: center;
    max-width: 345px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_sdgs_flex {
    display: flex;
    justify-content: center;
  }
}
.agricuture_sdgs_flex .agricuture_sdgs_box:nth-child(n+2) {
  margin-left: 70px;
}
@media screen and (max-width: 767.9px) {
  .agricuture_sdgs_flex .agricuture_sdgs_box:nth-child(n+2) {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_sdgs_column4 .agricuture_sdgs_box {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_sdgs_column4 .agricuture_sdgs_box:nth-child(n+2) {
    margin-left: 35px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .agricuture_sdgs_column4 .agricuture_sdgs_box:nth-child(n+2) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .agricuture_sdgs_column4 .fs20 {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_sdgs_wrap {
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .agricuture_sdgs_wrap {
    margin-left: 20px;
  }
}
.agricuture_sdgs_icon {
  display: block;
  width: 80px;
  margin: 0 auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .agricuture_sdgs_icon {
    width: 70px;
    margin: 0;
  }
}
.agricuture_sdgs_goal {
  display: inline-block;
  font-size: 14px;
  line-height: 1.43em;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #B5B7BE;
  border-radius: 30px;
  padding: 6px 15px;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767.9px) {
  .agricuture_sdgs_goal {
    margin: 0 0 10px;
  }
}

.agricuture_materiality .agricuture_materiality-box {
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality .agricuture_materiality-box {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_materiality .agricuture_materiality-box.eng {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 768px) {
  .agricuture_materiality_list {
    display: flex;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality_list {
    margin-top: 20px;
  }
}
.agricuture_materiality_item {
  text-align: center;
  border: 1px solid #DCDEE2;
  border-radius: 40px 40px 0;
  background-color: #fff;
  width: 33.33%;
  padding: 30px 10px;
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality_item {
    display: flex;
    align-items: center;
    border-radius: 30px 30px 0;
    width: 100%;
    padding: 15px 25px;
  }
}
.agricuture_materiality_item:nth-of-type(n+2) {
  margin-left: 26px;
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality_item:nth-of-type(n+2) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality_item > p > br {
    display: none;
  }
}
.agricuture_materiality_number {
  display: block;
  font-family: "Open Sans", "Noto Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4em;
  color: #1868D3;
}
@media screen and (max-width: 767.9px) {
  .agricuture_materiality_number {
    font-size: 24px;
    margin-right: 10px;
  }
}

.agricuture_kpi .agricuture_kpi-u_list {
  margin: 20px 0 0;
}
@media screen and (max-width: 767.9px) {
  .agricuture_kpi .agricuture_kpi-u_list {
    margin-top: 15px;
  }
}

/*******************************************/
/*** コーポレート・ガバナンス ***/
/*******************************************/
.corporate_containe_eng .tbl-tag-blue,
.corporate_containe_eng .tbl-tag-gray {
  width: auto;
  padding: 0 5px;
}
@media screen and (max-width: 540px) {
  .corporate_containe_eng .m-table_row_heading,
  .corporate_containe_eng .m-table_row_content {
    font-size: 10px;
    padding: 15px 7px;
    letter-spacing: 0;
  }
}

/*******************************************/
/*** 環境保全 (英語) ***/
/*******************************************/
@media screen and (max-width: 480px) {
  .protect-environment_protection_container_eng .m-box_regular {
    padding: 40px 17px;
  }
  .protect-environment_protection_container_eng .m-table_row_heading,
  .protect-environment_protection_container_eng .m-table_row_content {
    font-size: 12px;
    padding: 15px 10px;
  }
}

/*******************************************/
/*** 労働安全衛生 (英語) ***/
/*******************************************/
.occupational_safety_image13 {
  max-width: 650px;
}

/*******************************************/
/*** 物流安全・品質保証 (英語) ***/
/*******************************************/
.logistics_security_image {
  max-width: 650px;
}

/*******************************************/
/*** 従業員とともに  (英語) ***/
/*******************************************/
.employee_h5-orange {
  color: #e37739;
}

/*******************************************/
/*** 株主・投資家とともに (英語) ***/
/*******************************************/
.shareholder_image01 {
  max-width: 580px;
}

.shareholder_image02 {
  max-width: 580px;
}

/*******************************************/
/*** 工場のCSR活動 (英語) ***/
/*******************************************/
.plant_container .plant_table_width {
  min-width: 1065px;
}/*# sourceMappingURL=sustainability.css.map */