@charset "UTF-8";
/* =======================================================

ニッシリにできること TOP

======================================================= */
.csr-top__bg {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 428px) {
  .csr-top__bg {
    padding: 30px 0;
  }
}
.csr-top__bg::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 65%;
  height: 100%;
  background: #EEF0F7;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .csr-top__bg::before {
    width: 100%;
  }
}

.csr-top__copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .csr-top__copy {
    font-size: 2.6rem;
  }
}
@media (max-width: 428px) {
  .csr-top__copy {
    font-size: 1.9rem;
  }
}
.csr-top__copy span {
  padding: 0.1em 0.4em;
  display: inline-block;
  background: #45549D;
  margin-bottom: 0.5em;
}

.csr-top__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.csr-top__content__txt {
  width: 57%;
  padding: 2em 0;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .csr-top__content__txt {
    width: 50%;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .csr-top__content__txt {
    width: 100%;
    margin-bottom: 30px;
    padding: 1.5em 0 0;
  }
}
.csr-top__content__txt p {
  line-height: 2em;
}
@media (max-width: 768px) {
  .csr-top__content__txt p {
    line-height: 1.8em;
  }
}

.csr-top__content__img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc(43% - 20px);
}
@media (max-width: 900px) {
  .csr-top__content__img {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .csr-top__content__img {
    width: 100%;
    align-items: center;
  }
}
.csr-top__content__img li {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 428px) {
  .csr-top__content__img li {
    margin-bottom: 20px;
  }
}
.csr-top__content__img li:last-child {
  margin-bottom: 0;
}
.csr-top__content__img li img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .csr-top__content__img li img {
    width: 90%;
    max-width: 500px;
  }
}
.csr-top__content__img li .caption {
  padding-top: 1em;
  text-align: center;
  font-size: 1.3rem;
}

/* =======================================================

環境・品質方針

======================================================= */
.csr-poricy {
  padding: 80px 0;
}

.csr-poricy__inner {
  padding: 0 40px;
}
@media (max-width: 768px) {
  .csr-poricy__inner {
    padding: 0;
  }
}

.csr-poricy__item {
  margin-bottom: 40px;
}

.csr-poricy__item__head {
  padding-bottom: 0.3em;
  margin-bottom: 0.6em;
  color: #5C6889;
  font-weight: bold;
  font-size: 2rem;
  border-bottom: #DEE0E6 2px solid;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 428px) {
  .csr-poricy__item__head {
    font-size: 1.8rem;
  }
}
.csr-poricy__item__head::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 110px;
  background: #5C6889;
}

.csr-poricy__item__body > ol {
  padding-top: 1.5em;
  padding-left: 1.3em;
}
.csr-poricy__item__body > ol > li {
  list-style-type: decimal;
  margin-bottom: 1em;
}

.csr-poricy__foot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.csr-poricy__foot p {
  display: inline-block;
}
@media (max-width: 768px) {
  .csr-poricy__foot p:first-child {
    margin-bottom: 1em;
  }
}
.csr-poricy__foot p:last-child {
  text-align: right;
}
@media (max-width: 768px) {
  .csr-poricy__foot p {
    width: 100%;
    text-align: left !important;
  }
}

/* =======================================================

健康経営 2022/12/15追加

======================================================= */
.container.health {
  font-feature-settings: "palt";
}
.container.health h3,
.container.health h4 {
  letter-spacing: 0.03em;
}
.container.health .csr-articles__desc {
  background: #EEF0F7;
  flex-direction: column;
  text-align: center;
}
.container.health .csr-articles__desc .declaration {
  color: #172A88;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  line-height: 1.5;
}
.container.health .csr-articles__desc .txt {
  width: 100%;
  padding: 0;
  margin-top: 1.5em;
  line-height: 2;
}
@media (max-width: 428px) {
  .container.health .csr-articles__desc {
    padding: 20px;
  }
  .container.health .csr-articles__desc .declaration {
    font-size: 2rem;
    align-self: baseline;
    text-align: left;
  }
  .container.health .csr-articles__desc .txt {
    margin-top: 1em;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
.container.health .sp-br {
  display: none;
}
@media (max-width: 768px) {
  .container.health .sp-br {
    display: block;
  }
}
.container.health .pc-br {
  display: block;
}
@media (max-width: 768px) {
  .container.health .pc-br {
    display: none;
  }
}
.container.health .certification,
.container.health .activity,
.container.health .advisor {
  margin-top: 70px;
}
.container.health .certification h3,
.container.health .activity h3,
.container.health .advisor h3 {
  color: #172A88;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
}
.container.health .certification h3 span,
.container.health .activity h3 span,
.container.health .advisor h3 span {
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
  border-top: 2px solid #5C6889;
  -o-border-image: linear-gradient(to right, #5C6889 0%, #ffffff 100%);
     border-image: linear-gradient(to right, #5C6889 0%, #ffffff 100%);
  border-image-slice: 1;
  padding-top: 0.5em;
  margin-top: 0.7em;
}
.container.health .certification .img-sp,
.container.health .activity .img-sp,
.container.health .advisor .img-sp {
  display: none;
}
@media (max-width: 768px) {
  .container.health .certification .img-sp,
.container.health .activity .img-sp,
.container.health .advisor .img-sp {
    display: block;
  }
  .container.health .certification .img-pc,
.container.health .activity .img-pc,
.container.health .advisor .img-pc {
    display: none;
  }
}
@media (max-width: 428px) {
  .container.health .certification,
.container.health .activity,
.container.health .advisor {
    font-size: 1.4rem;
    margin-top: 60px;
  }
  .container.health .certification h3,
.container.health .activity h3,
.container.health .advisor h3 {
    font-size: 2.2rem;
  }
  .container.health .certification h3 span,
.container.health .activity h3 span,
.container.health .advisor h3 span {
    font-size: 1.8rem;
    padding-top: 0.3em;
    margin-top: 0.2em;
  }
  .container.health .certification .img-sp,
.container.health .activity .img-sp,
.container.health .advisor .img-sp {
    margin-top: 10px;
  }
}
.container.health .certification .inner {
  display: flex;
  margin-top: 60px;
  gap: 40px;
}
.container.health .certification .inner img {
  width: 32.6%;
}
.container.health .certification .inner .txt p:last-child {
  margin-top: 40px;
}
.container.health .certification .inner .txt p span {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .container.health .certification .inner {
    flex-direction: column;
  }
  .container.health .certification .inner img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .container.health .certification .inner p {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) and (max-width: 428px) {
  .container.health .certification .inner {
    margin-top: 40px;
  }
  .container.health .certification .inner img {
    max-width: 250px;
  }
  .container.health .certification .inner .txt p {
    letter-spacing: 0.08em;
  }
  .container.health .certification .inner .txt p:last-child {
    margin-top: 20px;
  }
  .container.health .certification .inner .txt p span {
    font-size: 1.8rem;
  }
}
.container.health .activity ul {
  margin-top: 60px;
}
.container.health .activity ul li {
  display: flex;
  gap: 40px;
}
.container.health .activity ul li h4 {
  font-size: 2.2rem;
  color: #172A88;
  font-weight: bold;
}
.container.health .activity ul li h4::before {
  content: "■";
  display: inline-block;
  color: #172A88;
  font-size: 2.2rem;
  margin-right: 0.2em;
}
.container.health .activity ul li img {
  width: 32.6%;
}
.container.health .activity ul li:not(:first-child) {
  margin-top: 40px;
}
.container.health .activity ul li p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .container.health .activity ul li {
    flex-direction: column;
  }
  .container.health .activity ul li img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .container.health .activity ul li .inner {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 428px) {
  .container.health .activity ul {
    margin-top: 30px;
  }
  .container.health .activity ul li h4 {
    font-size: 1.8rem;
  }
  .container.health .activity ul li h4::before {
    font-size: 1.8rem;
  }
}
.container.health .activity .outer {
  display: flex;
  gap: 20px;
}
.container.health .activity .outer h4 {
  font-size: 1.9rem;
  margin-top: 0.5em;
}
.container.health .activity .outer h4::before {
  font-size: 1.9rem;
}
.container.health .activity .outer li {
  display: block;
  margin-top: 40px;
}
.container.health .activity .outer li img {
  width: 100%;
}
.container.health .activity .outer li .img-sp {
  display: none;
}
@media (max-width: 768px) {
  .container.health .activity .outer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container.health .activity .outer li .img-sp {
    display: block;
  }
  .container.health .activity .outer li .img-pc {
    display: none;
  }
}
@media (max-width: 428px) {
  .container.health .activity .outer {
    gap: 0;
  }
  .container.health .activity .outer h4 {
    font-size: 1.8rem;
  }
  .container.health .activity .outer h4::before {
    font-size: 1.8rem;
  }
}
.container.health .advisor .outer {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.container.health .advisor .outer img {
  width: 32.6%;
}
.container.health .advisor .outer .inner h4 {
  font-size: 2.2rem;
  color: #172A88;
  font-weight: bold;
}
.container.health .advisor .outer .inner p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .container.health .advisor .outer {
    flex-direction: column-reverse;
  }
  .container.health .advisor .outer .inner {
    max-width: 400px;
    margin: 0 auto;
  }
  .container.health .advisor .outer img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 428px) {
  .container.health .advisor .outer {
    margin-top: 40px;
    gap: 20px;
  }
  .container.health .advisor .outer img {
    width: 100%;
    max-width: 250px;
  }
  .container.health .advisor .outer .inner h4 {
    font-size: 1.8rem;
  }
  .container.health .advisor .outer .inner p {
    margin-top: 10px;
  }
}
.container.health .comment {
  font-family: "Zen Old Mincho", serif;
  color: #172A88;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: center;
  margin: 100px auto 100px;
  background-color: #EEF0F7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em;
}
@media (max-width: 768px) {
  .container.health .comment {
    max-width: 600px;
    text-align: left;
  }
}
@media (max-width: 428px) {
  .container.health .comment {
    font-size: 1.8rem;
    margin: 60px auto 60px;
  }
}

/* =======================================================

イベント・タイアップ企画 / 環境サスティナブル　一覧共通

======================================================= */
.csr-articles {
  padding-bottom: 80px;
}
@media (max-width: 428px) {
  .csr-articles {
    padding-bottom: 50px;
  }
}

.csr-articles__desc {
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #eee;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .csr-articles__desc {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .csr-articles__desc {
    padding: 30px 20px 20px;
  }
}

.csr-articles__desc .txt {
  width: 60%;
  padding-right: 20px;
  font-size: 1.7rem;
  line-height: 2em;
}
@media (max-width: 768px) {
  .csr-articles__desc .txt {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 428px) {
  .csr-articles__desc .txt {
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}

.csr-articles__desc .img {
  width: 40%;
  transform: translateY(5%);
  text-align: center;
}
@media (max-width: 768px) {
  .csr-articles__desc .img {
    width: 85%;
    max-width: 400px;
    transform: unset;
  }
}

.csr-list {
  margin-bottom: 50px;
}
@media (max-width: 428px) {
  .csr-list {
    margin-bottom: 30px;
  }
}

.csr-list .article-list__txts {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .csr-list .article-list__txts {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 428px) {
  .csr-list .article-list__txts {
    display: block;
  }
}

.csr-list__client {
  display: flex;
  position: relative;
  align-items: center;
}
.csr-list__client .ico {
  font-size: 2.5rem;
  margin: 0 0.3em;
  margin-bottom: 5px;
  line-height: 1em;
}
@media (max-width: 428px) {
  .csr-list__client .ico {
    font-size: 2rem;
    margin: 0 0.15em;
    margin-bottom: 7px;
  }
}
.csr-list__client .name {
  border: 1px solid;
  line-height: 1em;
  padding: 0.5em;
  background: #fff;
  margin-bottom: 5px;
}
@media (max-width: 428px) {
  .csr-list__client .name {
    padding: 0.3em 0.5em;
    font-size: 1.25rem;
    margin-bottom: 7px;
  }
}

.csr-list__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6em;
  min-height: 2.8em;
  margin-bottom: 0.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数の数字 */
  overflow: hidden;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .csr-list__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 428px) {
  .csr-list__title {
    font-size: 1.4rem;
    margin-bottom: 0.6em;
  }
}

.csr-list__time {
  line-height: 1em;
}

/* =======================================================

イベント・タイアップ企画 / 環境サスティナブル　詳細共通

======================================================= */
.csr-article__client {
  display: flex;
  padding: 25px 35px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (max-width: 428px) {
  .csr-article__client {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.csr-article__client span {
  margin: 10px 5px;
}
@media (max-width: 428px) {
  .csr-article__client span {
    margin: 5px;
  }
}
.csr-article__client .ico {
  line-height: 1em;
  font-size: 2.5rem;
  font-weight: bold;
}
.csr-article__client .name {
  font-size: 2.2rem;
  border: 1px solid;
  line-height: 1em;
  padding: 0.4em 0.5em 0.5em;
  background: #fff;
  min-width: 5em;
  text-align: center;
}
@media (max-width: 428px) {
  .csr-article__client .name {
    font-size: 1.5rem;
    padding: 0.6em 0.7em 0.7em;
  }
}

.csr-article__wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.relation-posts__item .client {
  display: flex;
  position: relative;
  align-items: center;
}
.relation-posts__item .client .ico {
  font-size: 2.5rem;
  margin: 0 0.3em;
  margin-bottom: 7px;
  line-height: 1em;
}
@media (max-width: 428px) {
  .relation-posts__item .client .ico {
    font-size: 2rem;
  }
}
.relation-posts__item .client .name {
  border: 1px solid;
  line-height: 1em;
  padding: 0.3em 0.5em 0.4em;
  background: #fff;
  margin-bottom: 7px;
}
@media (max-width: 428px) {
  .relation-posts__item .client .name {
    font-size: 1.3rem;
  }
}

/* =======================================================

イベント・タイアップ企画 一覧・詳細

======================================================= */
.csr-articles__desc.event {
  background: #EEF0F7;
}

.csr-list.event .article-list__link:hover {
  background: #F8FAFD;
}
.csr-list.event .article-list__link:hover .csr-list__title {
  color: #172A88;
}
.csr-list.event .csr-list__client .ico {
  color: #172A88;
  margin-left: 0;
}
.csr-list.event .csr-list__client .name {
  color: #172A88;
  border-color: #172A88;
}

.csr-article__client.event {
  background: #EEF0F7;
}
@media (max-width: 428px) {
  .csr-article__client.event {
    flex-direction: column;
  }
}
@media (max-width: 428px) {
  .csr-article__client.event .logo {
    width: 140px;
    margin-bottom: -3px;
  }
}
.csr-article__client.event .ico {
  color: #172A88;
}
.csr-article__client.event .name {
  color: #172A88;
  border-color: #172A88;
}

.relation-posts.event .relation-posts__item a:hover {
  background: #EEF0F7;
}
.relation-posts.event .relation-posts__item a:hover .relation-posts__title {
  color: #172A88;
}
.relation-posts.event .relation-posts__item .client .ico {
  margin-left: 0;
  color: #172A88;
}
.relation-posts.event .relation-posts__item .client .name {
  color: #172A88;
  border-color: #172A88;
}

/* =======================================================

環境・サステナブル 一覧・詳細

======================================================= */
.csr-articles__desc.kankyo {
  background: #ECF5EE;
}

.csr-list.kankyo .article-list__link:hover {
  background: #F4FAF5;
}
.csr-list.kankyo .article-list__link:hover .csr-list__title {
  color: #378149;
}
.csr-list.kankyo .csr-list__client {
  flex-wrap: wrap;
}
.csr-list.kankyo .csr-list__client .ico {
  color: #378149;
}
.csr-list.kankyo .csr-list__client .name:first-of-type {
  color: #378149;
  border-color: #378149;
}
.csr-list.kankyo .csr-list__client .name:last-of-type {
  color: #fff;
  background: #378149;
}

.csr-article__client.kankyo {
  background: #ECF5EE;
}
.csr-article__client.kankyo .ico {
  color: #378149;
}
.csr-article__client.kankyo .name:first-of-type {
  color: #378149;
  border-color: #378149;
}
.csr-article__client.kankyo .name:last-of-type {
  color: #fff;
  background: #378149;
}

.relation-posts.kankyo {
  background: #F4FAF5;
  border-color: #378149;
}
.relation-posts.kankyo .relation-posts__head {
  color: #378149;
}
.relation-posts.kankyo .relation-posts__item {
  border-bottom-color: rgba(55, 129, 73, 0.2);
}
.relation-posts.kankyo .relation-posts__item a:hover {
  background: #ECF5EE;
}
.relation-posts.kankyo .relation-posts__item a:hover .relation-posts__title {
  color: #378149;
}
.relation-posts.kankyo .relation-posts__item .client {
  flex-wrap: wrap;
}
.relation-posts.kankyo .relation-posts__item .client .ico {
  color: #378149;
}
.relation-posts.kankyo .relation-posts__item .client .name:first-of-type {
  color: #378149;
  border-color: #378149;
}
.relation-posts.kankyo .relation-posts__item .client .name:last-of-type {
  color: #fff;
  background: #378149;
}/*# sourceMappingURL=csr.css.map */