/* ==========================================================================
   parts
   ========================================================================== */
.p-imgTtl {
  background-image: url(/sustainability/img/mv03.jpg);
  background-position: center 85%;
}

.p-imgTtl-txt {
  letter-spacing: .8rem;
    text-shadow: 0 0 15px #000;
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-irregularList-item, .m-colList-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .m-irregularList-item, .m-colList-item {
    margin-bottom: 30px;
  }
}

.m-grid.-column > .m-grid-content {
  margin-bottom: 50px;
}

.m-relationList-item:last-child {
  margin-bottom: 0;
  min-height: 136px;
}

@media only screen and (max-width: 768px) {
  .m-relationList-item:last-child {
    min-height: auto;
  }
}

.m-relationList-link {
  padding: 20px;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .m-relationList-link {
    padding: 15px;
  }
}

.m-csrLinkList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 2%;
}

@media print, screen and (min-width: 769px) {
  .m-csrLinkList {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList {
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList-item {
    width: 100%;
  }
}

.m-csrLinkList-item.grid-1-4 {
  grid-column: 1 / 4;
}

.m-csrLinkList-item.grid-2-4 {
  grid-column: 2 / 4;
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList-item.grid-1-4 {
    grid-column: unset;
  }

  .m-csrLinkList-item.grid-2-4 {
    grid-column: unset;
  }
}

.m-csrLinkList-item .m-csrLinkList-s {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 2%;
  padding: 10px 0 0;
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList-item .m-csrLinkList-s {
    grid-template-columns: 1fr;
  }
}

.p-link.-line {
  position: relative;
  padding: 0 0 0 20px;
}

.p-link.-line:before {
  content: '-';
  position: absolute;
  left: 0;
}

.m-csrLinkList.-col3 {
  padding-bottom: 0;
}

.m-csrLinkList.-col3 .m-csrLinkList-item {
  width: calc(100% / 3);
}

.m-colList.-col1{
  width: 200px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList.-col3 .m-csrLinkList-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrLinkList-item:last-child, .m-csrLinkList.-col3 .m-csrLinkList-item:last-child {
    margin-bottom: 0;
  }
}

.m-csrImgMapLink {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > img {
    vertical-align: bottom;
  }
}

.m-csrImgMapLink > .m-csrImgMapLink-item {
  position: absolute;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-quality {
    top: 23%;
    left: 73px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-quality {
    top: 22.5%;
    left: 5%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-society {
    top: 23%;
    right: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-society {
    top: 22.5%;
    right: 4%;
  }
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-earth {
    top: 85%;
    left: -7px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-earth {
    width: 25vw;
    top: 84.5%;
    left: -1.41vw;
  }
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-employee {
    top: 85%;
    right: -7px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-employee {
    width: 25vw;
    top: 84.5%;
    right: -1.41vw;
  }
}

.m-csrImgMapLink > .m-csrImgMapLink-item.-quality {
  border-radius: 0 0 32px 0;
}

.m-csrImgMapLink > .m-csrImgMapLink-item.-society {
  border-radius: 0 0 0 32px;
}

.m-csrImgMapLink > .m-csrImgMapLink-item.-earth {
  border-radius: 0;
}

.m-csrImgMapLink > .m-csrImgMapLink-item.-employee {
  border-radius: 0;
}

.m-csrImgMapLink > .m-csrImgMapLink-item.-governance {
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-governance {
    top: 86%;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink > .m-csrImgMapLink-item.-governance {
    top: 85.5%;
  }
}

@media only screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .m-csrImgMapLink > .m-csrImgMapLink-item.-quality,
  _:-ms-lang(x)::-ms-backdrop, .m-csrImgMapLink > .m-csrImgMapLink-item.-society {
    top: 16vw;
  }
  _:-ms-lang(x)::-ms-backdrop, .m-csrImgMapLink > .m-csrImgMapLink-item.-earth,
  _:-ms-lang(x)::-ms-backdrop, .m-csrImgMapLink > .m-csrImgMapLink-item.-employee {
    top: 57.5vw;
  }
  _:-ms-lang(x)::-ms-backdrop, .m-csrImgMapLink > .m-csrImgMapLink-item.-governance {
    top: 58vw;
  }
}

.m-csrImgMapLink-item {
  display: block;
  color: transparent;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink-item {
    width: 25%;
    height: 117px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink-item {
    width: 29.25%;
    height: 12.4vw;
  }
}

.m-csrImgMapLink-item:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.m-csrImgMapLink-item.-governance {
  border-radius: 52px;
}

@media print, screen and (min-width: 769px) {
  .m-csrImgMapLink-item.-governance {
    width: 160px;
    height: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .m-csrImgMapLink-item.-governance {
    width: 16.8vw;
    height: 7.1vw;
  }
}

.m-csrImgMapLink-item.-governance:hover {
  background-color: rgba(191, 192, 192, 0.3);
}

/* ==========================================================================
   components
   ========================================================================== */
.c-newsContainer {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .c-newsContainer {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-newsContainer {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 60px;
  }
}

/* @media print, screen and (min-width: 769px) {
  .c-headdingContainer-mv {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer-mv {
    margin-bottom: 60px;
  }
} */

.c-headdingContainer-intro {
  color: #634326;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer-intro {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer-intro {
    width: 92%;
  }
}

.c-headdingContainer-lead, .c-headdingContainer-txt {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer-lead {
    font-size: 3.5rem;
    font-weight: bold;
  }

  .c-headdingContainer-lead .-supplement {
    display: block;
    font-size: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer-lead {
    font-size: 2.2rem;
    font-weight: bold;
  }

  .c-headdingContainer-lead .-supplement {
    display: block;
    font-size: 60%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-headdingContainer-lead {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer-lead {
    margin-bottom: 30px;
  }
}

.c-headdingContainer-txt {
  font-weight: bold;
  line-height: 2.5;
  max-width: 970px;
  margin: 0 auto;
}

.c-csrTopicContainer {
  background-color: #f5f5ee;
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer {
    padding-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer {
    margin-bottom: 40px;
  }
}

.c-csrTopicContainer-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer-inner {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer-inner {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-csrTopicContainer-list {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrTopicContainer-list {
    margin-bottom: 30px;
  }
}

.c-csrTopicContainer-btn {
  text-align: center;
}

.c-csrPanelContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-csrPanelContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrPanelContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-csrPanelContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrPanelContainer {
    margin-bottom: 60px;
  }
}

.c-csrSapporoContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-csrSapporoContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrSapporoContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-csrSapporoContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-csrSapporoContainer {
    margin-bottom: 60px;
  }
}

.c-promiseContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-promiseContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-promiseContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-promiseContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-promiseContainer {
    margin-bottom: 60px;
  }
}

.c-promiseContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-promiseContainer-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-promiseContainer-inner {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-promiseContainer-inner {
    margin-bottom: 40px;
  }
}

.c-brandContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-brandContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-brandContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-brandContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-brandContainer {
    margin-bottom: 60px;
  }
}

.c-relationContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-relationContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-relationContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-relationContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-relationContainer {
    margin-bottom: 60px;
  }
}

.c-linkContainer {
  background: #f5f5ee;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .c-linkContainer {
    background: #f5f5ee;
    padding: 30px 0;
  }
}

.c-linkContainer .m-csrLinkList {
  padding-bottom: 0;
}

.c-linkContainer-inner {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  min-width: 1000px;
}

@media only screen and (max-width: 768px) {
  .c-linkContainer-inner {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }
}

.c-linkContainer + .c-promiseContainer {
  margin: 60px auto 80px;
}

.c-linkContainer-ttl {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .c-linkContainer-ttl {
    margin-bottom: 30px;
  }
}

.c-linkContainer-ttl a {
  color: #333;
  text-decoration: underline;
}

.c-linkContainer-ttl a:hover {
  text-decoration: none;
}
