@charset "utf-8";

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead  {
  text-align: justify;
  text-justify: inter-character;
}

#lead .catchcopy {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: rgba(var(--accentcolor-marutsu-1));
  font-size: 1.143em;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width:768px) {

  #lead  {
    width: 46em;
    margin-left: auto;
    margin-right: auto;
  }

  #lead .catchcopy {
    font-size: 1.5em;
    text-align: left;
  }

}

/** ***************************************************************************
 * 社会貢献 共用
 * ************************************************************************* */

#main .csr-contents {
  padding-top: min(33.33vw, 250px);
  position: relative;
  z-index: 0;
}

@media screen and (min-width:768px) {

  #main .csr-contents {
    padding-top: min(32.26vw, 400px);
  }

}

/**
 * タイトル
 */

#main .csr-contents [class*="section-title"] {
  margin-bottom: 20px;
}

@media screen and (min-width:768px) {

  #main .csr-contents [class*="section-title"] {
    margin-bottom: 40px;
  }

}

/**
 * 内容
 */

#main .csr-contents div.content {
  padding: 30px 15px;
  text-align: justify;
  text-justify: inter-character;
  box-shadow: 0 -10px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

#main .csr-contents div.content div.text .catchcopy {
  color: rgba(var(--accentcolor-marutsu-1));
  font-size: 1.143em;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width:768px) {

  #main .csr-contents div.content {
    width: 54em;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 40px 30px;
  }

  #main .csr-contents div.content div.text .catchcopy {
    font-size: 1.5em;
  }

}

/**
 * 画像
 */

#main .csr-contents div.image {
  max-width: none;
  width: 100vw;
  height: min(40vw, 300px);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 50vw);
}

@media screen and (min-width:768px) {

  #main .csr-contents div.image {
    height: min(40.32vw, 500px);
  }

}
