@charset "UTF-8";
._center-pc {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  ._center-pc {
    text-align: unset;
  }
}

._textind {
  display: inline-block;
  text-indent: -15px;
  margin-left: 15px;
}

.content-community {
  font-family: "Helvetica", sans-serif !important;
}

.content main.cat-top {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .content main.cat-top .img-wrapper .img-item img {
    height: auto;
  }
}
.content main#community {
  font-family: "Helvetica", sans-serif;
}
.content main#community .nottl-lead {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .content main#community .nottl-lead {
    margin-bottom: 30px;
  }
}
.content main#community .custom-spacing-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .content main#community .custom-spacing-80 {
    margin-bottom: 30px;
  }
}
.content main#community .clm {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
  .content main#community .clm {
    margin: 0 auto 50px;
  }
}
.content main#community .sttm {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.content main#community .sttm.bold {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .content main#community .sttm {
    font-size: 18px;
  }
}
.content main#community .table-inner {
  overflow-x: auto;
}
.content main#community .table-inner .table {
  width: 1000px;
}
.content main#community .table-custom th {
  background-color: #418FDE;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.content main#community .table-custom th img {
  display: block;
  margin: 8px auto 0;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.content main#community .table-custom td {
  line-height: 1.6;
}
.content main#community .table-custom td.sdgs-icon {
  vertical-align: middle;
}
.content main#community .table-custom th, .content main#community .table-custom td {
  padding: 16px;
  border-color: #B7B7B7;
}
.content main#community .table-custom tr:not(:last-child) th {
  border-bottom: 1px solid #fff;
}
.content main#community .col-2 {
  margin-bottom: 0;
}
.content main#community .label-default {
  color: #fff;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #418FDE;
  margin-bottom: 16px;
  border: 1px solid #418FDE;
}
@media only screen and (max-width: 768px) {
  .content main#community .label-default {
    margin-bottom: 12px;
  }
}
.content main#community .link-wrap.pc {
  margin: 0;
}
@media (max-width: 992px) {
  .content main#community .link-wrap.pc {
    display: none;
  }
}
.content main#community .link-wrap.sp {
  margin: 0;
  display: none;
}
@media (max-width: 992px) {
  .content main#community .link-wrap.sp {
    display: block;
  }
}
.content main#community .secCtsItemWrap {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .content main#community .secCtsItemWrap .sort .catWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content main#community .secCtsItemWrap .sort .catWrap .cat {
  width: 25%;
  margin: 0;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .content main#community .secCtsItemWrap .sort .catWrap .cat {
    width: 50%;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat:nth-child(3) .catInr, .content main#community .secCtsItemWrap .sort .catWrap .cat:nth-child(4) .catInr {
    border-top: 0;
  }
}
.content main#community .secCtsItemWrap .sort .catWrap .cat:first-of-type .catInr {
  border-radius: 0;
}
.content main#community .secCtsItemWrap .sort .catWrap .cat:first-child .catInr span, .content main#community .secCtsItemWrap .sort .catWrap .cat:last-child .catInr span {
  width: 150px;
}
.content main#community .secCtsItemWrap .sort .catWrap .cat .catInr {
  padding: 17.5px 10px;
  border-color: #B7B7B7;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-left: -1px;
  border-radius: 0 !important;
  font-family: "Helvetica", sans-serif;
  text-align: center;
}
.content main#community .secCtsItemWrap .sort .catWrap .cat .catInr span {
  line-height: 1.4;
}
@media only screen and (max-width: 960px) {
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr {
    font-size: 14px;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr img {
    -webkit-filter: unset !important;
            filter: unset !important;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr:hover {
    background: #fff !important;
    color: #333 !important;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr:hover img {
    -webkit-filter: unset !important;
            filter: unset !important;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr.js-active {
    background: #418FDE !important;
    color: #fff !important;
  }
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr.js-active img {
    -webkit-filter: brightness(100) !important;
            filter: brightness(100) !important;
  }
}
.content main#community .secCtsItemWrap .sort .catWrap .cat .catInr img {
  margin-left: 12px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr img {
    margin-left: 10px;
  }
}
.content main#community .secCtsItemWrap .sort .catWrap .cat .catInr.js-active, .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr:hover {
  background: #418FDE;
  color: #fff;
}
.content main#community .secCtsItemWrap .sort .catWrap .cat .catInr.js-active img, .content main#community .secCtsItemWrap .sort .catWrap .cat .catInr:hover img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.content main#community .secCtsItemWrap .ctsWrap {
  margin-top: 12px;
}
.content main#community .secCtsItemWrap .ctsWrap .itemWrap .item {
  padding: 0 14px;
}
.content main#community .secCtsItemWrap .ctsWrap .itemWrap .item .itemInr .moreBtn .btn,
.content main#community .secCtsItemWrap .ctsWrap .itemWrap .item .ctsColWrap .txtCol .txt {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .content main#community .secCtsItemWrap .ctsWrap .itemWrap .item {
    padding: 0 7px;
  }
}
.content main#community .modal {
  max-width: 850px;
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .content main#community .modal {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .content main#community .modal .txt {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.content main#community .modal,
.content main#community .modal .modalInr .modalCol {
  background-color: #fff;
}
.content main#community .modalInr {
  border-radius: 0;
  max-height: 70vh;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  .content main#community .modalInr {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .content main#community .modalInr {
    max-height: 400px;
  }
}
.content main#community .modalInr .modalCol {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .content main#community .modalInr .modalCol .sttm {
    margin-bottom: 12px;
  }
}
@media (max-width: 375px) {
  .content main#community .modalInr .modalCol .sttm {
    line-height: 1.3;
  }
}
.content main#community .modalInr .modalCol .closeBtn {
  width: 30px;
  height: 30px;
  top: 22px;
  right: 22px;
}
@media only screen and (max-width: 768px) {
  .content main#community .modalInr .modalCol .closeBtn {
    top: -46px;
    right: 0;
  }
}
.content main#community .modalInr .img {
  max-width: 350px;
  width: 100%;
  margin-right: 44px;
}
@media only screen and (max-width: 768px) {
  .content main#community .modalInr .img {
    margin: 0 auto 16px;
  }
}
.content main#community .modalInr .img img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: unset;
}
@media only screen and (max-width: 960px) {
  .content main {
    margin-top: -15px;
  }
}
.content main .text-link {
  text-decoration: none;
  font-size: inherit;
}
.content main .text-link::after {
  color: #418FDE;
}
.content main ul.swiper-wrapper {
  margin: 0;
}
.content main .excerpt-news h2 {
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .content main .excerpt-news h2 {
    max-width: 200px;
  }
}
.content main .excerpt-news h3 {
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-news h3 {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
.content main .excerpt-news p {
  margin: 0;
}
.content main .excerpt-news-description {
  font-size: 1rem;
}
.content main .excerpt-news-description.text-link {
  font-size: 1rem;
}
.content main .excerpt-news-description.text-link:hover {
  text-decoration: none;
}
.content main [class*=catimg_cap] {
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .content main [class*=catimg_cap] {
    font-size: 1rem;
  }
}
.content main [class*=catimg_cap] span {
  display: block;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック Medium", "Yu Gothic Medium", arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.content main .imglink-col2 {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto 140px;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 {
    display: block;
    margin: 0 auto 58px;
  }
}
.content main .imglink-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content main .imglink-col2 li {
  width: calc(50% - 13px);
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 li {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 li:last-child {
    margin: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 50px;
  }
}
.content main .imglink-col2 a {
  color: #333333;
}
.content main .imglink-col2 a:hover .fig-wrap figure img {
  -webkit-transform: scale(1.04) rotate(0.001deg);
          transform: scale(1.04) rotate(0.001deg);
  opacity: 0.8;
}
.content main .imglink-col2 .fig-wrap {
  position: relative;
  width: 100%;
  height: 392px;
  margin: 0 0 22px;
}
@media only screen and (max-width: 1240px) {
  .content main .imglink-col2 .fig-wrap {
    padding: 66.8376068376% 0 0;
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap {
    margin: 0 0 22px;
  }
}
.content main .imglink-col2 .fig-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap figure {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap figure.al_start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .fig-wrap figure.al_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.content main .imglink-col2 .fig-wrap figure img {
  width: 100%;
  max-width: none;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.content main .imglink-col2 .fig-wrap figure.fig-wrap-1 {
  border: 1px solid #d5d5d5;
}
.content main .imglink-col2 .catimg_cap {
  margin: 0;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .catimg_cap {
    font-size: 1.25rem;
  }
}
.content main .imglink-col2 .catimg_cap span {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col2 .catimg_cap span {
    font-size: 1.25rem;
  }
}
.content main .imglink-col3 {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 li {
    margin: 0 0 52px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 li a .fig-wrap {
    margin: 0 0 15px;
    padding: 66.5671641791% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 li a .catimg_cap {
    font-size: 1rem;
  }
}
.content main .imglink-col3 li a .catimg_cap span {
  margin: 0 0 12px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .content main .imglink-col3 li a .catimg_cap span {
    font-size: 1.625rem;
  }
}
.content main .excerpt-topMessage h2 {
  margin: 0 0 32px;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage h2 {
    margin: 0 0 16px;
    font-size: 1.5rem;
    line-height: 1.71;
  }
}
.content main .excerpt-topMessage h3 {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage h3 {
    margin: 23px 0 15px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.content main .excerpt-topMessage p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage p {
    line-height: 1.75;
  }
}
.content main .excerpt-topMessage p.excerpt-topMessage-link {
  margin: 37px 0 0;
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage p.excerpt-topMessage-link {
    margin: 22px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage a {
    padding: 0 0 12px 30px;
    background-size: 1rem;
    background-position: 0 0.25rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .content main .excerpt-topMessage a:hover {
    background-position: 4px 0.25rem;
  }
}
.content main .wrapper-bg {
  position: relative;
  margin: 16px 0;
}
.content main .wrapper-bg::before {
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 44px);
  left: -22px;
  top: -22px;
  background: #f9f9f9;
}
.content main .wrapper-bg li a {
  background: #fff;
}
.content main .list-dot-custom {
  font-size: 0.875rem;
  line-height: 24px;
}
.content main .list-dot-custom .table td {
  border-color: #d8dfe3;
}
.content main .list-dot-custom .table td.-bgbdblue {
  background: #def3f6;
}
.content main .list-dot-custom .table td.-bgbdblue2 {
  background: #b8cce4;
}
.content main .list-dot-custom .table td.-bgbdblue3 {
  background: #ade2ed;
}
.content main .list-dot-custom .table td.-bgbdviolet {
  background: #e5e6f6;
}
.content main .list-dot-custom .table td.-bgbdyellow {
  background: #fffadb;
}
.content main .list-dot-custom .table td p {
  margin-bottom: 0;
  color: #5a85a0;
  line-height: 24px;
}
.content main .list-dot-custom .table td p:not(.not-dot)::before {
  content: "●";
  position: relative;
  top: -2px;
  margin-right: 2px;
}
.content main .list-dot-custom .table td .color-blue {
  color: #5a85a0;
}
.content main .list-dot-custom .table .list-dot .li-second::before,
.content main .list-dot-custom .table .tr-li .list-dot li::before {
  background-color: #333333;
}
.content main .list-dot-custom .table .list-dot li::before {
  top: 6px;
  background-color: #5a85a0;
}
.content main .first-col {
  width: 154.5px;
}
.content main .first-col2 {
  width: 133px;
}
.content main .col-custom {
  width: 130px;
}
.content main .col-custom2 {
  width: 210px;
}
@media only screen and (max-width: 960px) {
  .content main.data .table {
    min-width: 900px;
  }
}
.content main .tb th,
.content main .tb td {
  padding: 15px 11px;
}
.content main.hrdd section ul.list-dot li::before {
  content: "";
  position: absolute;
  top: 0.35em;
}
.content main.rights ul.list-dot li::before {
  content: "";
  background-color: #5a85a0;
}
.content main.rights .-bgblue .ssttl,
.content main.rights .-bgblue .sttl {
  color: #333333;
}
.content main.rights .mess {
  width: 170px;
}
.content main h2.stt-second {
  text-align: center;
  font-weight: normal;
}
.content main.gri tbody tr.-bggrey {
  background: #e9e9e9;
}
.content main .contribution li.list h4.sttl {
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 991px) {
  .content main .contribution li.list h4.sttl {
    height: 55px;
  }
}

@media only screen and (max-width: 768px) {
  .content main .contribution li.list h4.sttl {
    height: auto;

  }
}
.content main .contribution li.list .sttl {
  color: #eb0035;
  font-size: 1rem;
  border-bottom: 1px solid #418fde;
  text-align: center;
  padding-bottom: 10px;
}
.content main .contribution li.list p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  /* min-height: 90px; */
  height: 125px;
}

@media only screen and (max-width: 1040px) {
  .content main .contribution li.list p {
    height: 155px;
  }

}

@media only screen and (max-width: 790px) {
  .content main .contribution li.list p {
    height: 185px;
  }

}

@media only screen and (max-width: 768px) {
  .content main .contribution li.list p {
    height: auto;
    min-height: 90px;
  }
}

.content main .contribution li.list p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  border-left: 4px solid #eb0035;
}
.content main .contribution li.list:not(:last-child) .sttl {
  color: #418fde;
}
.content main .contribution li.list:not(:last-child) p::before {
  border-color: #418fde;
}
.content main .contribution li.list p.not-before::before{
  display: none;
}
.content main .contribution li.list p.not-before-1{
  /* min-height: 127px; */
}
.content main .contribution li.list .flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .content main .contribution li.list .flex {
    padding-right: 0;
  }
  .content main .contribution li.list p.not-before,
  .content main .contribution li.list p.not-before-1{
    display: none;
  }
}
.content main .contribution li.list .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content main .contribution li.list .flex-wrap img {
  width: 80px;
}
.content main .ingredients h4 {
  background: #418fde;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 24px;
}
@media (min-width: 960px) {
  .content main .ingredients-text {
    font-size: 1.2rem;
  }
}
.content main .recognition .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content main .recognition .flex-wrap .flex-txt {
  width: 75%;
  max-width: 800px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .content main .recognition .flex-wrap .flex-txt {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}
.content main .recognition .flex-wrap .flex-img-wrap {
  width: 25%;
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .content main .recognition .flex-wrap .flex-img-wrap {
    width: 100%;
    max-width: none;
  }
}
.content main .wrap-not {
  margin-bottom: 80px;
  overflow: hidden;
}
.content main .wrap-not .wrap-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
}
@media only screen and (max-width: 480px) {
  .content main .wrap-not .wrap-border {
    display: block;
  }
}
.content main .wrap-not .wrap-border li {
  padding: 12px 36px;
  border: 1px solid #418fde;
  color: #418fde;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 19px;
}
@media only screen and (max-width: 768px) {
  .content main .wrap-not .wrap-border li {
    font-size: 0.75rem;
    line-height: 16px;
    margin-bottom: 8px;
    padding: 12px 24px;
    text-align: center;
  }
}
.content main .wrap-not .wrap-border li:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .content main .wrap-not .wrap-border li:not(:last-child) {
    margin-right: 0;
  }
}
.content main .wrap-not .date {
  margin-bottom: 24px;
  font-size: 1.125rem;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .content main .wrap-not .date {
    font-size: 1rem;
  }
}
.content main .table.border tbody tr.bg-white {
  background: #fff;
}
.content main .normalization-custom .list {
  width: 100%;
}
@media (min-width: 991px) {
  .content main .normalization-custom .pc {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .content main .normalization-custom .normalization img {
    width: 100px !important;
  }
}
@media only screen and (max-width: 960px) {
  .content main.commodity .img_commodity_41 {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .content main.commodity .col-2 li {
    width: 50%;
  }
}
.content main.commodity .col-2 li h4 {
  min-height: 55px;
  text-align: center;
}
.content main.commodity .figure-img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 960px) {
  .content main.commodity .figure-img > .list {
    width: 25%;
  }
}
.content main.commodity .figure-img > .list > figure {
  max-width: 120px;
}
@media (max-width: 959px) {
  .content main.commodity .figure-img > .list > figure {
    margin: 0 auto;
  }
}
.content main.commodity .figure_two {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 960px) {
  .content main.commodity .figure_two > .list {
    width: 25%;
  }
}
.content main.commodity .figure_two > .list figure {
  max-width: 350px;
}
.content main.commodity .figure-five figure {
  max-width: 120px;
}
@media (max-width: 959px) {
  .content main.commodity .figure-five figure {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .content main.commodity .flex-wrap ._fix_mr25 {
    margin-right: 25px;
  }
}
@media (min-width: 960px) {
  .content main.commodity .flex-wrap .flex-img-wrap {
    width: 30%;
    max-width: 300px;
  }
}
@media (min-width: 960px) {
  .content main.commodity .flex-wrap .flex-txt {
    width: 70%;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .content main.commodity .flex-wrap .flex-txt {
    margin-right: 25px;
  }
}
.content main.commodity .three-figure {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .content main.commodity .three-figure .list {
    width: calc(20% - 14px);
  }
}
@media (min-width: 1200px) {
  .content main.commodity .three-figure .list-second {
    width: calc(24% - 14px);
  }
}
@media (max-width: 959px) {
  .content main.commodity .three-figure figure {
    max-width: 198px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  .content main.commodity .three-figure figure {
    max-width: 135px;
  }
}
.content main.commodity .three-figure figure:last-child {
  max-width: 100%;
}
.content main.commodity .three-figure--second figure {
  max-width: 190px;
}
.content main.commodity .three-figure--second:last-child figure {
  max-width: 100%;
}
@media (max-width: 959px) {
  .content main.commodity .img_commodity_14 {
    max-height: 233px;
  }
}
.content main span.border {
  width: 100%;
  height: 1px;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.content main span.border::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cdd1d7;
  bottom: -10px;
  left: 0px;
}
.content main .sdgs-icon img {
  width: 54px;
  padding: 2px;
}
.content main .page-links .page-link {
  width: auto;
}
.content main .text-418FDE {
  color: #418fde;
}
@media (min-width: 1200px) {
  .content main .commodity .col-2 li {
    width: 50%;
  }
}
.content main .commodity .col-2 li h4 {
  min-height: 55px;
  text-align: center;
}
@media (min-width: 1200px) {
  .content main .col-4 li {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1200px) {
  .content main .col-3 li {
    width: calc(33% - 14px);
  }
}
.content main .bg-2plus {
  background-color: #ade2ed !important;
}
.content main .bg-1plus {
  background-color: #def3f6 !important;
}
.content main .bl-table-sdgs td ul li {
  background: url(/en/kose/sustainability/environment/tcfd/img/env-tcfd-07.png) no-repeat top left;
  background-size: 17px 14px;
  padding-left: 20px;
  background-position-y: 7px;
  margin-bottom: 7px;
  line-height: 1.5em;
}
@media (min-width: 1200px) {
  .content main .special2 .col-3 li {
    width: calc(33% - 14px);
  }
}
@media (min-width: 1200px) {
  .content main .special2 .col-2 li {
    width: 50%;
  }
}
.content main .voice {
  display: block;
  font-size: 56px;
  line-height: 50px;
  color: #418fde;
  margin-bottom: -5px;
}
@media (max-width: 600px) {
  .content main .custom img {
    max-height: 250px;
  }
}
.content main .env-tcfd-03,
.content main .fig_plan {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .content main .env-tcfd-03 img,
  .content main .fig_plan img {
    max-height: 192px;
  }
}
@media (max-width: 600px) {
  .content main .theme4 img {
    max-height: 271px;
  }
}
@media (max-width: 600px) {
  .content main .winner_fig_02 img {
    max-height: 100px;
  }
}
@media (max-width: 600px) {
  .content main .winner_fig_03 img {
    max-height: 136px;
  }
}
@media (max-width: 600px) {
  .content main .fig_target_2 img {
    max-height: 184px;
  }
}
@media (min-width: 600px) {
  .content main .fig_plan_f {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .content main .fig_plan_f img {
    max-height: 328px;
  }
}
.content main .ingredients h2 {
  background: #418fde;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .content main .action1 .flex-custom .note {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content main .action1 .action1-custom:not(.order-reverse) .flex-img-wrap {
    float: left;
    margin: 0 10px 0 0;
  }
}
@media (min-width: 663px) {
  .content main .action1 .action1-custom .flex-img-wrap {
    max-width: 190px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .action1 .action1-custom .flex-img-wrap {
    max-width: 100px;
    float: right;
    margin: 0 0 0 10px;
  }
  .content main .action1 .action1-custom .flex-img-wrap img {
    width: 100px !important;
  }
}
@media (min-width: 663px) {
  .content main .action1 .action1-custom .flex-txt {
    width: 700px;
    max-width: 700px;
  }
}
.content main .action1 .action1-custom .flex-txt p {
  margin-left: 0;
}
@media (max-width: 600px) {
  .content main .action1_chart_01 img {
    max-height: 169px;
  }
}
@media (max-width: 600px) {
  .content main .action1_chart_02 img {
    max-height: 215px;
  }
}
@media (max-width: 600px) {
  .content main .action1_chart_03 img {
    max-height: 133px;
  }
}
.content main.actionplan .col-3 .list {
  width: 100%;
  margin-right: 10px;
}
.content main.actionplan .blt {
  content: "■";
  margin-right: 0.25em;
}
.content main.actionplan .bg_white {
  background: white;
}
@media (min-width: 991px) {
  .content main.actionplan .pc {
    display: block;
  }
  .content main.actionplan ._floatright {
    float: right;
  }
}
.content main .bl-fig-c-cont {
  position: relative;
}
.content main .bl-fig-c-cont:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #418fde;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .content main .fig_plan_1 img {
    max-height: 265px;
  }
}
.content main.report .flex-wrap .flex-img-wrap img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.content main .report_list_2022 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(7, 1fr);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.content main .report_list_2022 img {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  .content main .report_list_2022 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .content main .report_list_2022 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.content main .report_list_2022 a {
  display: inline-block;
  width: 100%;
}
.content main .report_list_2022 a img {
  width: 100%;
}
.content main .report_list_2022 a p {
  display: inline-block;
  padding-left: 10px;
  background: url(/en/kose/sustainability/report/report2022/img/arw.svg) left center no-repeat;
}
.content main .report2020 li {
  width: 50%;
}
@media only screen and (max-width: 1240px) {
  .content main .report2020 li {
    width: 100%;
  }
}
.content main.scm p.note .asterisk.number-1:before {
  content: "※1";
}
.content main.scm p.note .asterisk.number-2:before {
  content: "※2";
}
.content main.scm p.bl-policy-sentence {
  font-weight: bold;
}
.content main.scm .supplychaign-parm-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content main.scm .supplychaign-parm-img div {
  width: 50%;
}
.content main.scm .emphasis {
  color: #cc3333;
  font-size: 1em;
  text-decoration: underline;
}
.content main .flex-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content main .flex-item .flex-img-wrap,
.content main .flex-item .flex-txt {
  width: calc(42% - 25px);
  max-width: 100%;
}
@media (max-width: 768px) {
  .content main .flex-item .flex-img-wrap,
  .content main .flex-item .flex-txt {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .content main .flex-item .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .content main .flex-item .only-mb {
    display: none;
  }
}
.content main .flex-item .flex-txt {
  background: #bbd6ee;
  padding: 8px 24px;
  border: 1px solid #b6b6b6;
  width: calc(58% - 25px);
}
@media (max-width: 768px) {
  .content main .flex-item .flex-txt {
    width: 100%;
  }
}
.content main .flex-item .flex-txt ul {
  margin: 8px 0;
}
.content main .flex-item .flex-img-wrap {
  max-width: 336px;
}
@media (max-width: 768px) {
  .content main .flex-item .flex-img-wrap {
    max-width: 100%;
  }
}
.content main .flex-item .flex-img-wrap figure {
  height: 100%;
}
.content main .flex-item .flex-img-wrap figure img {
  height: 100%;
}
.content main .flex-item .cap {
  width: 50%;
  max-width: 336px;
}
@media (min-width: 769px) {
  .content main .flex-item .cap {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .content main .flex-item .cap {
    width: 100%;
    text-align: left !important;
  }
}
.content main .list-res {
  overflow: auto;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .content main .list-res {
    margin-bottom: 50px;
  }
}
.content main .list-rangeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 915px;
}
.content main .list-rangeItem li:not(.arrow) {
  border: 2px solid #bbd6ee;
  padding: 10px 20px;
  line-height: 1.4;
  font-weight: 600;
  font-size: 16px;
}
.content main .list-rangeItem .arrow {
  position: relative;
}
.content main .list-rangeItem .arrow span {
  position: absolute;
  line-height: 1.3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  font-weight: 600;
  color: #3085db;
  font-size: 14px;
  text-align: center;
}

.excerpt-ttl {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-ttl {
    font-size: 1.125rem;
  }
}
.excerpt-ttl span {
  display: block;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-ttl span {
    font-size: 1.5rem;
  }
}
.excerpt-news {
  max-width: 1240px;
  overflow: hidden;
  margin: 0 auto 140px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .excerpt-news {
    margin: 0 auto 50px;
    padding: 0;
  }
}
.excerpt-news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-header {
    padding: 0 20px;
  }
}
.excerpt-news .swiper-container {
  overflow: visible;
  margin: 30px -10px 0;
}
@media only screen and (max-width: 960px) {
  .excerpt-news .swiper-container {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .excerpt-news .swiper-container {
    width: 202.6666666667%;
    margin: 35px 0 0;
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.excerpt-news .swiper-slide {
  width: calc(25% - 20px);
  margin: 0 10px;
  padding: 10px 0;
  height: auto;
}
@media only screen and (max-width: 960px) {
  .excerpt-news .swiper-slide {
    width: calc(33.33% - 20px);
    margin: 0 20px 0 0;
  }
}
.excerpt-news .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.excerpt-news .swiper-slide a:hover {
  opacity: 0.7;
}
.excerpt-news .swiper-slide a:hover figure img {
  -webkit-transform: scale(1.04) rotate(0.001deg);
          transform: scale(1.04) rotate(0.001deg);
}
.excerpt-news figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 66.32% 0 0;
  padding: 66.3157894737% 0 0;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #d5d5d5;
}
.excerpt-news figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: rotate(0.01deg);
          transform: rotate(0.01deg);
}
.excerpt-news-summary {
  padding: 20px 20px 70px;
}
.excerpt-news-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #418FDE;
  padding: 8px 22px;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-category {
    font-size: 0.75rem;
  }
}
.excerpt-news-description {
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-description {
    margin: 10px 0 0;
  }
}
.excerpt-news-description img {
  display: inline-block;
  margin: 0 0 0 13px;
}
.excerpt-news-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .excerpt-news-date {
    font-size: 0.875rem;
  }
}

.excerpt-topMessage {
  max-width: 1240px;
  padding: 0 20px;
  margin: 110px auto 140px;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage {
    margin: 55px auto 80px;
  }
}
.excerpt-topMessage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-wrap {
    display: block;
  }
}
.excerpt-topMessage-txt {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-txt {
    width: 100%;
  }
}
.excerpt-topMessage-figure {
  width: 48.3333333333%;
  max-width: 590px;
}
@media only screen and (max-width: 768px) {
  .excerpt-topMessage-figure {
    width: 100%;
    max-width: unset;
  }
}
.excerpt-topMessage-figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.img-wrapper {
  background: #f9f9f9;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .img-wrapper {
    margin-bottom: 70px;
  }
}
.img-wrapper .img-wrapper-list {
  max-width: 1240px;
  overflow: hidden;
  padding: 90px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-wrapper-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.img-wrapper .img-item {
  width: calc((100% - 24px) / 2);
  background: #fff;
}
.img-wrapper .img-item .hidden-pc {
  display: none;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item {
    width: 100%;
  }
  .img-wrapper .img-item .hidden-mb {
    display: none;
  }
  .img-wrapper .img-item .hidden-pc {
    display: block;
  }
}
.img-wrapper .img-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.img-wrapper .img-item:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.img-wrapper .img-item .list-item {
  padding: 52px 84px;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item .list-item {
    margin: 0;
  }
}
.img-wrapper .img-item .list-item a {
  display: block;
  width: 100%;
  color: #333333;
  padding-left: 25px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.img-wrapper .img-item .list-item a:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item .list-item a {
    padding-left: 18px;
  }
}
.img-wrapper .img-item .list-item a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #418fde;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item .list-item a::before {
    top: 0;
    width: 7px;
    height: 10px;
    background-size: 7px;
  }
}
.img-wrapper .img-item .list-item a:hover {
  color: #418fde;
  padding-left: 31px;
}
.img-wrapper .img-item .list-item a:hover::before {
  left: 6px;
}
@media (max-width: 1100px) {
  .img-wrapper .img-item .list-item {
    padding: 24px 32px;
  }
}
@media only screen and (max-width: 768px) {
  .img-wrapper .img-item .list-item {
    padding: 32px 20px;
  }
}
@media (min-width: 769px) {
  .img-wrapper .img-item:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .img-wrapper .img-item:last-child span {
    min-width: 260px;
    max-width: 310px;
  }
  .img-wrapper .img-item:last-child .list-item {
    padding: 58px 72px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .img-wrapper .img-item:last-child .list-item {
    padding: 24px 32px;
  }
}
@media (min-width: 769px) {
  .img-wrapper .img-item:last-child .list-item p {
    width: 100%;
    margin-bottom: 28px;
  }
  .img-wrapper .img-item:last-child .list-item a {
    width: 33.3333333333%;
  }
}
.img-wrapper a,
.img-wrapper p {
  position: relative;
  color: #333333;
  display: block;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .img-wrapper a,
  .img-wrapper p {
    font-size: 14px;
    line-height: 19px;
  }
}
.img-wrapper h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  line-height: 53px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .img-wrapper h3 {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.img-wrapper .wrapper-image {
  display: block;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}
.img-wrapper .wrapper-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px 6px 0 0;
}

.content .btnlink-col3 ul li a {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col3 ul li a {
    font-size: 14px;
  }
}

.content .btnlink-col3 ul {
  margin: 16px 0;
}

@media (min-width: 769px) {
  .block {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .content .btnlink-col3 ul li {
    min-height: 70px;
    margin-bottom: 16px;
  }
  .excerpt-topMessage-txt h3 {
    font-weight: bold;
  }
  .excerpt-ttl span {
    line-height: 36px;
  }
}
@media only screen and (max-width: 1240px) {
  .content .btnlink-col3 {
    overflow: hidden;
  }
}
.block {
  display: block;
}

.bg-blue {
  background: #d8dfe3 !important;
}

.punctrim_left {
  margin-left: -0.5em;
}
.punctrim_right {
  margin-right: -0.5em;
}

.float_right {
  float: right;
  margin: 4px 0 0 20px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .float_right {
    width: 100%;
    margin: 0 0 20px;
  }
}

.cap-video {
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.-bggray {
  background: #d9d9d9;
}

.-bggray2 {
  background: #f5f6f8;
}

.-bggray4 {
  background: #fff;
}

.-bggray3 {
  background: #707070;
}

.voice {
  display: block;
  line-height: 50px;
  color: #418fde;
  margin-bottom: -5px;
}

.-bg418FDE {
  background: transparent;
  border: 1px solid #418fde;
}
.-bg418FDE.employee {
  background: #f5f9fe;
}
@media only screen and (max-width: 600px) {
  .-bg418FDE.employee .flex-wrap .flex-img-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .-bg418FDE.employee .flex-wrap.flex-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.-bg418FDE.employee .flex-wrap.flex-custom .flex-txt {
  width: 100%;
  max-width: calc(100% - 100px);
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .-bg418FDE.employee .flex-wrap.flex-custom .flex-txt {
    max-width: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .-bg418FDE.employee .flex-wrap.flex-custom .flex-txt p {
    margin-left: 20px;
  }
}
.-bg418FDE.employee .flex-wrap.flex-custom .flex-txt p span {
  font-size: 0.75rem;
}
.-bg418FDE.employee .flex-wrap.flex-custom .flex-txt p .onlySP {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .-bg418FDE.employee .flex-wrap.flex-custom .flex-txt p .onlySP {
    display: block;
  }
}

.-bluecolor .text-link {
  color: #418FDE;
}

.sttl.onlyPC {
  display: block;
  position: relative;
}
.sttl.onlyPC::before {
  position: absolute;
  content: "";
  width: calc(100% + 50px);
  height: 1px;
  border-top: 1px solid #cdd1d7;
  bottom: -10px;
  left: -50px;
}
@media only screen and (max-width: 768px) {
  .sttl.onlyPC {
    display: none;
  }
  .sttl.onlyPC p {
    margin-left: 20px;
  }
}

.sttl.onlySP {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sttl.onlySP {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .winner_fig_02 img {
    max-height: 100px;
  }
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .flex {
    padding-left: 0;
  }
}

.excerpt-news figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

.content main .clm-title {
  font-size: 30px;
  line-height: 40px;
  color: #418fde;
  margin-top: 36px;
}
@media only screen and (max-width: 960px) {
  .content main .clm-title {
    font-size: 22px;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .content main .clm-title .onlySP {
    display: block !important;
  }
}
.content main .clm-title .onlySP {
  display: none;
}
.content main.customer .clm.-bggrey .list-dot {
  margin: 14px 0 0 0;
}
.content main.customer .clm.-bggrey .list-dot.listmb {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .content main.customer .clm.-bggrey .list-dot.listmb {
    margin-bottom: 16px;
  }
}
.content main.customer .clm.-bggrey .list-dot li {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.content main.customer .clm.-bggrey .list-dot li::before {
  top: 8px;
}
.content main.customer .customer-title {
  font-size: 24px;
  font-weight: 600;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .content main.customer .customer-title {
    width: 100%;
    font-size: 20px;
  }
  .content main.customer .customer-title .block-sp {
    display: block;
  }
}
.content main.customer .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 800px;
  margin: 30px auto 0;
  gap: 16px;
}
.content main.customer .list-item li {
  width: calc(50% - 8px);
  background: #fff;
  border-radius: 16px;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .content main.customer .list-item li {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .content main.customer .list-item li {
    padding: 16px;
  }
}
.content main.customer .list-item li p {
  line-height: 1.4;
  margin-bottom: 16px;
}
.content main.customer .list-item li .list-title {
  font-size: 20px;
  border-bottom: 1px solid #aeaeae;
  text-align: center;
  font-weight: 600;
}
.content main.customer .list-item li .cap {
  text-align: center;
}
.content main.customer .list-item .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 4550px) {
  .content main.customer .list-item .content-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.content main.customer .list-item .content-item figure {
  padding-left: 16px;
  width: 102px;
}
@media (max-width: 450px) {
  .content main.customer .list-item .content-item figure {
    padding-left: 0;
    width: auto;
    margin: 16px auto 0;
  }
}
.content main.customer .list-item .content-item .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 450px) {
  .content main.customer .list-item .content-item .item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.content main.customer .list-item .content-item .item .item-border {
  border: 1px solid #aeaeae;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 0;
}
.content main.customer .list-item .content-item .item .item-border span {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.content main.customer .list-item .box-border {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #aeaeae;
}
.content main.customer .list-item .box-border .list-title {
  border: 0;
  margin-bottom: 10px;
}
.content main .clm.-bggrey .col-2.-bggrey li:nth-child(2) {
  max-width: 306px;
  background: #e9e9e9;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}
.content main .clm.-bggrey .customer-custom {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom {
    margin-top: 30px;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list {
  padding-right: 13px;
  margin-right: 0;
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list {
    width: 100%;
    padding: 0;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(2) {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  padding-left: 13px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(2) {
    border-left: none;
    border-right: none;
    padding-left: 0;
    margin-top: 30px;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(2) .list-title {
  margin-right: -13px;
  margin-left: -13px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(2) .list-title {
    margin: 0;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(3) {
  padding-left: 13px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(3) {
    margin-top: 36px;
    padding: 0;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(3) .list-title {
  margin-left: -13px;
  margin-right: -13px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list:nth-child(3) .list-title {
    margin: 0;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list:first-child .list-title {
  margin-right: -13px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 li.list:first-child .list-title {
    margin: 0;
  }
}
.content main .clm.-bggrey .customer-custom.col-3 li.list .col-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content main .clm.-bggrey .customer-custom.col-3 li.list .col-2 li {
  width: calc(50% - 12px);
  margin-right: 0;
  padding: 0;
  border-left: none !important;
  border-right: none !important;
  margin-top: 0 !important;
}
.content main .clm.-bggrey .customer-custom.col-3 .list-title {
  background: #418fde;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 37px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .customer-custom.col-3 .list-title {
    margin-bottom: 20px !important;
  }
}
.content main .clm.-bggrey .btn-secondary {
  background: #e9e9e9;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
}
.content main .clm.-bggrey .-bgE9E9E9 {
  background: #e9e9e9;
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .-bgE9E9E9 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .content main .clm.-bggrey .title-bold {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .content main .newnormal-col.col-2 .list {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .content main .newnormal_02 img {
    max-height: 243px;
  }
}
@media only screen and (max-width: 768px) {
  .content main .newnormal_03 img {
    max-height: 90px;
  }
}
.content main .table-custom ul {
  padding: 0;
}
.content main .table-custom ul li::before {
  left: -10px;
}
.content main .table-custom p.note {
  font-size: 11px;
}
.content main.disaster .bg-blue {
  background: #E9E9E9 !important;
}

@media only screen and (max-width: 768px) {
  .content main.actionplan .flex-wrap .flex-txt {
    width: 100% !important;
    max-width: 100% !important;
  }
  .content main.actionplan .env_cdp_0 img {
    width: 130px;
    max-height: 206px;
  }
  .content main.actionplan .env-cdp-15 img {
    max-height: 279px;
    width: 296px;
  }
  .content main.actionplan .env-cdp-23 img {
    max-height: 187px;
  }
  .content main.actionplan .env-cdp-01 img {
    max-height: 250px;
  }
  .content main .fig_message2 img {
    max-height: 216px;
  }
  .content main .fig_message img {
    max-height: 114px;
    width: 150px !important;
  }
  .content main .fig_policy_1 img {
    max-height: 29px;
  }
  .content main .japan_endorser_jpg {
    margin: 0 auto;
  }
  .content main .japan_endorser_jpg img {
    max-height: 390px;
  }
  .content main .fig_policy2 {
    margin: 0 auto;
  }
  .content main .fig_policy2 img {
    max-height: 209px;
  }
  .content main .fig_plan_g {
    text-align: center;
  }
  .content main .fig_plan_g img {
    max-height: 333px;
  }
  .content main .hrdd_02 {
    text-align: center;
  }
  .content main .hrdd_02 img {
    max-height: 198px;
  }
  .content main .hrdd_01 {
    text-align: center;
  }
  .content main .hrdd_01 img {
    max-height: 182px;
  }
  .content main .promotion_02 {
    text-align: center;
  }
  .content main .promotion_02 img {
    max-height: 160px;
  }
  .content main .promotion_05 {
    text-align: center;
  }
  .content main .promotion_05 img {
    width: 150px !important;
  }
  .content main .promotion_04 {
    text-align: center;
  }
  .content main .promotion_04 img {
    max-height: 183px;
  }
  .content main .action1-img20211125-2 {
    text-align: center;
  }
  .content main .action1-img20211125-2 img {
    width: 100px !important;
  }
  .content main .mv_special2 {
    text-align: center;
  }
  .content main .mv_special2 img {
    max-height: 100px;
  }
}
.list_p_new img {
  width: 254px !important;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .list_p_new p {
    max-width: 500px;
    margin: 0 auto;
  }
}

.content main.goal ul.list-dot {
  padding-left: 10px;
}
.content main.goal ul.list-dot li::before {
  top: 6px;
  left: -13px;
}
.list-quare li::before{
  top: 11px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #333 !important;
  border-radius: 0 !important;
}

.link-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.link-block-wrapper li {
  flex-basis: 0;
  flex-grow: 1;
}

.link-block-wrapper li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px solid #418fde;
  height: 100%;
  padding: 15px;
  color: #333;
}

.link-block-wrapper li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .link-block-wrapper li {
    width: calc(50% - 10px);
    flex: auto;
  }
  .link-block-wrapper li a {
    padding: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.topMessage-signature {
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HGS明朝E", "MSP明朝", "MS PMincho", "MS 明朝", serif;
}
.topMessage-signature img {
  max-width: 175px;
}
.topMessage-name b {
  display: block;
  font-size: 1.25rem;
}