@charset "UTF-8";
main {
  margin-bottom: 0;
}

main.opt_mb {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  main.opt_mb {
    margin-bottom: 50px;
  }
}

.wrapper.single {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under h1.index--title {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under h1.index--title::after {
    /* content: "/ マテリアリティ"; */
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .under h1.index--title::after {
    /* content: "マテリアリティ"; */
    content: none;
  }
}

@media print, screen and (min-width: 768px) {
  .under * + h3 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .under * + h3 {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__inner + .materiality__inner {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__inner + .materiality__inner {
    margin-top: 50px;
  }
}

.under .materiality__inner .region--red, .under .materiality__inner .region--yellow, .under .materiality__inner .region--purple {
  font-weight: bold;
}

.under .materiality__inner .region--red {
  color: #e60012;
}

.under .materiality__inner .region--yellow {
  color: #eba300;
}

.under .materiality__inner .region--purple {
  color: #a7628f;
}

@media only screen and (max-width: 767px) {
  .under .sp__materiality--link li + li {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .under .sp__materiality--link li a {
    display: block;
    border-bottom: 1px solid #3e3a39;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .under .sp__materiality--link li a::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 1px solid #3e3a39;
    border-bottom: 1px solid #3e3a39;
    top: 4px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__2col--item + .materiality__2col--item {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__2col--item + .materiality__2col--item {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__2col--item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__2col--item:last-child {
    max-width: 540px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.under .materiality__2col--image img {
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step {
    margin-top: 50px;
  }
}

.under .materiality01--step > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step li {
    width: calc(100% / 4);
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step li {
    width: calc(100% / 2 - 15px / 2);
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step li + li {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step li + li {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.under .materiality01--step--num {
  background-color: #3e3a39;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--num {
    width: calc(100% - 20px);
    padding: 11px 12px 8px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--num {
    width: calc(100% - 17px);
    padding: 8px 10px 6px;
    font-size: 13px;
  }
}

.under .materiality01--step--num::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #3e3a39;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--num::after {
    border-width: 19px 0 19px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--num::after {
    border-width: 15px 0 15px 17px;
  }
}

.under .materiality01--step--title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--title {
    margin-top: 20px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--title {
    margin-top: 15px;
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--title span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--title span {
    font-size: 12px;
  }
}

.under .materiality01--step--text {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--text {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--text {
    margin-top: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--text p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--text p {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--image {
    margin-top: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--image {
    margin-top: 15px;
  }
}

.under .materiality01--step--image figcaption {
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .materiality01--step--image figcaption {
    margin-top: 15px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality01--step--image figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}

.under .materiality01--step--image img {
  width: 100%;
}

.under .materiality01--step--image figcaption {
  color: #555;
}

@media print, screen and (min-width: 768px) {
  .under .materiality02 .mod-image {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality02 .mod-image {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality02 .mod-image img {
    max-width: 1000px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality03 .mod-image {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality03 .mod-image {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality03 .mod-image.image01 img {
    max-width: 1000px;
    width: 100%;
  }
}

.under .materiality03 .mod-image.image02 img {
  max-width: 540px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .materiality04 .mod-image {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality04 .mod-image {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable {
    margin-top: 100px;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.under .csr-sustainable h2 {
  text-align: center;
  padding-bottom: 17px;
  border: none;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable h2 {
    font-size: 38px;
    margin-bottom: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable h2 {
    margin-bottom: 27px;
  }
}

.under .csr-sustainable h2::after {
  margin: auto;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable h2::after {
    width: 80px;
    height: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable h2::after {
    width: 60px;
    height: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link {
    max-width: 1700px;
    min-width: 1024px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link li {
    width: calc(100% / 3);
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link li + li {
    border-left: 1px solid #cdcdcd;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link li:first-child {
    border-left: 1px solid #cdcdcd;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link li:last-child {
    border-right: 1px solid #cdcdcd;
  }
}

.under .csr-sustainable-link a {
  display: block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable-link a {
    padding: 10px 10px 0;
  }
}

.under .csr-sustainable-link a:hover .csr-sustainable-link-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link a:hover .csr-sustainable-link-text {
    background-color: #dadada;
  }
}

.under .csr-sustainable-link-image {
  overflow: hidden;
}

.under .csr-sustainable-link-image img {
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-image img {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
  }
}

.under .csr-sustainable-link-text {
  position: relative;
  display: block;
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-text {
    height: 213px;
    -webkit-transition: .2s linear;
    transition: .2s linear;
  }
}

.under .csr-sustainable-link-text_wrap {
  line-height: 1.5;
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-text_wrap {
    padding-top: 35px;
    margin-left: 35px;
    font-size: 23px;
    z-index: 2;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable-link-text_wrap {
    font-size: 18px;
    padding: 20px 28px 15px 0;
  }
}

.under .csr-sustainable-link-pref {
  position: absolute;
  background-color: #3e3a39;
  color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-pref {
    top: -15px;
    min-width: 95px;
    padding: 6px 10px 0;
    height: 25px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable-link-pref {
    top: -10px;
    min-width: 80px;
    height: 19px;
    font-size: 10px;
    padding: 3px 5px 0;
  }
}

.under .csr-sustainable-link-arrow {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-arrow {
    top: 106px;
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable-link-arrow {
    top: 14px;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .csr-sustainable-link-arrow img {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr-sustainable-link-arrow img {
    width: 25px;
    height: 5px;
  }
}

.under .csr-sustainable .current > a {
  pointer-events: none;
}

.under .csr-sustainable .current > a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.under .materiality__titleLink01 {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__titleLink01 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__titleLink01 {
    margin-bottom: 5px;
  }
}

.under .materiality__titleLink01::before {
  border-width: 2px;
}

.under .materiality__titleLink01 > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 7px;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__titleLink01 > a {
    font-size: 42px;
    min-width: 250px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__titleLink01 > a {
    font-size: 25px;
    min-width: 170px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__titleLink01 > a::after {
    top: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__titleLink01 > a::after {
    top: 13px;
  }
}

.under .materiality__titleLink01 > a span {
  display: inline-block;
  vertical-align: baseline;
  color: #848484;
  margin-right: 25px;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__titleLink01 > a span {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__titleLink01 > a span {
    font-size: 13px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under .sp__materiality--link {
    margin-top: 30px;
  }
}

.magnify {
  margin-top: 15px;
}

.mod-link--text {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .mod-link--text + .under--text01 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-link--text + .under--text01 {
    margin-top: 40px;
  }
}

.under .materiality__mainvisual {
  position: relative;
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual {
    margin-top: 85px;
  }
}

.under .materiality__mainvisual::before {
  position: absolute;
  left: 50%;
  content: "";
  width: 1px;
  background-color: #222;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual::before {
    height: 90px;
    bottom: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual::before {
    height: 56px;
    bottom: -35px;
  }
}

.under .materiality__mainvisual__inner {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual__inner {
    max-width: 1366px;
    width: 100%;
    margin: auto;
  }
}

.under .materiality__mainvisual .mainvisual--image {
  position: relative;
  margin-left: auto;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual .mainvisual--image {
    top: -50px;
    width: 64.421669%;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual--image {
    top: -30px;
    width: 93.333333%;
  }
}

.under .materiality__mainvisual .mainvisual--image img {
  width: 100%;
}

.under .materiality__mainvisual .mainvisual__inner {
  background-color: #fff;
  padding: 70px 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual .mainvisual__inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 38.06735%;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner {
    width: 93.333333%;
    padding: 15px 0 30px 10px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.under .materiality__mainvisual .mainvisual__inner .materiality-titleicon {
  position: relative;
  color: #d1d1d1;
  width: 100%;
  font-weight: 500;
  margin-left: 35px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-titleicon {
    font-size: 13px;
    margin: 0 0 15px 10px;
  }
}

.under .materiality__mainvisual .mainvisual__inner .materiality-titleicon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% - 140px);
  background-color: #d1d1d1;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-titleicon::after {
    width: calc(100% - 95px);
  }
}

.under .materiality__mainvisual .mainvisual__inner .materiality-titleicon span {
  color: #e3e3e3;
  background-color: #3e3a39;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-titleicon span {
    width: 140px;
    height: 26px;
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-titleicon span {
    width: 95px;
    height: 19px;
  }
}

.under .materiality__mainvisual .mainvisual__inner .materiality-title {
  color: #222;
  font-size: 39px;
  font-family: "Yu Mincho", "YuMincho";
  margin-left: 35px;
  letter-spacing: .04em;
}

@media print, screen and (min-width: 1024px) and (max-width: 1365px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-title {
    font-size: 2.65vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-title {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-title {
    font-size: 23px;
    margin-left: 10px;
    margin-right: 30px;
  }
}

.under .materiality__mainvisual .mainvisual__inner .materiality-comments {
  color: #555;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-comments {
    font-size: 12px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__mainvisual .mainvisual__inner .materiality-comments {
    font-size: 10px;
    margin-top: 5px;
  }
}

.under .materiality__voice {
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .under .materiality__voice {
    padding: 50px 0;
  }
}

.under .materiality__voice h2.under--title01 {
  border-bottom: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__voice h2.under--title01 {
    font-size: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__voice h2.under--title01 {
    font-size: 32px;
  }
}

.under .materiality__voice h2.under--title01::after {
  display: none;
}

.under .materiality__voice h2.under--title01 span {
  position: relative;
}

.under .materiality__voice h2.under--title01 span::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .under .materiality__voice h2.under--title01 span::after {
    height: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__voice h2.under--title01 span::after {
    height: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality__voice--title {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality__voice--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.under .materiality--list01 {
  line-height: 1.8;
}

.under .materiality--list01 li {
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .under .materiality--list01 li {
    padding-left: 25px;
  }
}

.under .materiality--list01 li span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.under .materiality__table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.under .materiality__table caption {
  color: #222;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .under .materiality__table caption {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.under .materiality__table tr {
  border-top: 1px solid #e6e6e6;
}

.under .materiality__table th, .under .materiality__table td {
  padding: 25px 0;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .under .materiality__table th, .under .materiality__table td {
    padding: 15px 0;
  }
}

.under .materiality__table th {
  font-weight: bold;
  padding-right: 18px;
  vertical-align: top;
  width: 20.408163%;
}

@media only screen and (max-width: 767px) {
  .under .materiality__table th {
    padding-right: 5px;
    width: 30%;
  }
}

.under .materiality__table td {
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: top;
  width: 79.591837%;
}

@media only screen and (max-width: 767px) {
  .under .materiality__table td {
    padding-right: 5px;
    padding-left: 5px;
    width: 70%;
  }
}

.under .materiality--text01 {
  color: #555;
}

@media print, screen and (min-width: 768px) {
  .under .materiality--text01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality--text01 {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.under .other__link {
  padding: 0;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .under .other__link {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link {
    margin: 20px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link li a {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link li a {
    font-size: 14px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li {
    width: calc((100% - 46px) / 2);
    margin: 0 46px 0 0;
  }
  .under .other__link.is-2col li::before {
    border-bottom: 2px solid #3e3a39;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li {
    width: 100%;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li:not(:first-child) {
    margin-top: 30px;
  }
}

.under .other__link.is-2col li span {
  display: block;
  color: #666;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li span {
    font-size: 14px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li span {
    font-size: 12px;
    margin-top: 8px;
  }
}

.under .other__link.is-2col li a {
  padding-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li a {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 34px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .under .other__link.is-2col li .arrow-lg::after {
    width: 23px;
  }
}

.under .other__link--list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.under .section--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item {
    width: 48%;
    max-width: 470px;
  }
}

.under .section--2col__item img {
  width: 100%;
}

.under .section--2col__item .under--text02 {
  color: #555;
  line-height: 1.5;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .under .section--2col__item .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item .under--text02 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col__item:first-child {
    margin-bottom: 30px;
  }
}

.under .section--2col.is-imgOnly .section--2col__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under .section--2col.is-imgOnly .section--2col__item:first-child {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--2col + .under--text01 {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--2col + .under--text01 {
    margin-top: 30px;
  }
}

.under .section--link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .under .section--link {
    margin-top: 60px;
  }
}

.under .section--link__item {
  border-top: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item {
    width: 100%;
  }
}

.under .section--link__item:nth-child(2n) {
  margin-right: 0;
}

.under .section--link__item:last-child {
  border-bottom: 1px solid #d1d1d1;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item:nth-last-child(2) {
    border-bottom: 1px solid #d1d1d1;
  }
}

.under .section--link__item .section--2col__wrap {
  position: relative;
  display: block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap {
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap:hover {
    background-color: #f4f4f4;
  }
}

.under .section--link__item .section--2col__wrap::after {
  content: '';
  position: absolute;
  background: url(/cmn/img/arrow-lg.svg) no-repeat;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap::after {
    width: 34px;
    height: 7px;
    bottom: 26px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap::after {
    width: 23px;
    height: 5px;
    bottom: 12px;
    right: 0;
  }
}

.under .section--link__item .section--2col__wrap .section--2col {
  margin-top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__item {
    width: 60%;
    max-width: 575px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly {
    width: 110px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly {
    width: 20%;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.under .section--link__item .section--2col__wrap .section--2col__item.is-imgOnly img {
  width: 100%;
}

.under .section--link__item .section--2col__wrap .section--2col__title {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .under .section--link__item .section--2col__wrap .section--2col__title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section--link__item .section--2col__wrap .section--2col__title {
    font-size: 16px;
  }
}

.materiality .section__inner .materiality--list01 li {
  position: relative;
  line-height: 1.8;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .materiality--list01 li {
    padding-left: 10px;
  }
}

.materiality .section__inner .materiality--list01 li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
}

.materiality .section__inner .materiality--list01 + .under--text01 {
  margin-top: 30px;
}

.materiality .section__inner .mod-appeal__2col {
  padding: 0;
}

.materiality .section__inner .mod-appeal__2col.materiality__2col {
  margin-bottom: 15px;
}

.materiality .section__inner .mod-appeal__2col.materiality__2col + .under--text02 {
  color: #555;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .materiality .section__inner .mod-appeal__2col.materiality__2col + .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .mod-appeal__2col.materiality__2col + .under--text02 {
    font-size: 13px;
    margin-top: 0x;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .mod-appeal__2col.materiality__2col .mod-appeal__2col--item + .mod-appeal__2col--item {
    margin-top: 15px;
  }
}

.materiality .section__inner .mod-appeal__2col:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .materiality .section--img + .under--text01 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section--img + .under--text01 {
    margin-top: 30px;
  }
}

.materiality .section--img img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .materiality .section--img + .materiality__table {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section--img + .materiality__table {
    margin-top: 35px;
  }
}

.materiality .section--img .under--text02.text--left {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .materiality .materiality__table + .under--text01 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .materiality__table + .under--text01 {
    margin-top: 20px;
  }
}

.materiality .materiality__link + .materiality__link {
  margin-top: 20px;
}

.materiality .under--text01 + .materiality__link {
  margin-top: 30px;
}

.materiality .under--text01 a {
  color: #222;
}

.single .under .module__inner .mod-list--note li {
  counter-increment: num;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li {
    padding-left: 30px;
  }
}

.single .under .module__inner .mod-list--note li::before {
  content: "※" counter(num);
}

.single .under .module__inner .mod-list--note li a {
  color: #333;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li a {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .mod-list--note li a:hover {
    color: #555;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .module__inner .section--img + .mod-list--note {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .module__inner .section--img + .mod-list--note {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__2col--text {
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under .mod-appeal__2col--text + .under--text01 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .single .under .mod-appeal__2col--text + .under--text01 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .single .under * + .mod-appeal__2col {
    margin-top: 40px;
  }
}

.wrapper.materiality .container {
  max-width: 1050px;
}

.materiality .section__inner .under--title01 {
  position: relative;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .materiality .section__inner .under--title01 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .under--title01 {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}

.materiality .section__inner .under--title01::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #861c3c;
}

@media print, screen and (min-width: 768px) {
  .materiality .section__inner .under--title01::after {
    width: 80px;
    height: 5px;
    bottom: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .under--title01::after {
    width: 60px;
    height: 4px;
    bottom: -3px;
  }
}

.under .section__inner .materiality--title--center {
  position: relative;
  color: #222;
  letter-spacing: 0.04em;
  border: none;
  text-align: center;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .materiality--title--center {
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .materiality--title--center {
    font-size: 21px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .section__inner .materiality--title--center::after {
    width: 80px;
    height: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under .section__inner .materiality--title--center::after {
    width: 60px;
    height: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section__inner .under--text01 {
    margin-bottom: 30px;
  }
}

.materiality .section__inner .under--text01:last-child {
  margin-bottom: 0;
}

.materiality .section--img {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .materiality .section--img {
    margin: 60px auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section--img {
    margin: 40px auto 50px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section--img img {
    width: 100%;
  }
}

.materiality .section--img .under--text02 {
  color: #555;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .materiality .section--img .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .materiality .section--img .under--text02 {
    font-size: 13px;
  }
}

.under .materiality--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .under .materiality--2col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .materiality--2col__item {
    width: 48%;
    max-width: 470px;
  }
}

.under .materiality--2col__item img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col__item.sp--img {
    width: 84.507042%;
    margin: auto;
  }
}

.under .materiality--2col__item .under--text02 {
  color: #555;
  line-height: 1.5;
  margin: 15px 0 0;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .under .materiality--2col__item .under--text02 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col__item .under--text02 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col__item:first-child {
    margin-bottom: 30px;
  }
}

.under .materiality--2col.is-imgOnly .section--2col__item {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col.is-imgOnly .section--2col__item:first-child {
    margin-bottom: 20px;
  }
}

.under .materiality--2col + .under--text01 {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .under .materiality--2col + .under--text01 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .pcImage {
    width: 100%;
  }
}

.materiality__link {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .materiality__link {
    margin-top: 35px;
  }
}

.materiality__link > a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .materiality h3 + .section--img {
    margin-top: 20px;
  }
}

.under .materiality--title {
  position: relative;
  color: #222;
  letter-spacing: 0.04em;
  border: none;
  text-align: center;
  border-bottom: 1px solid #555;
}

@media print, screen and (min-width: 768px) {
  .under .materiality--title {
    font-size: 35px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .under .materiality--title {
    font-size: 21px;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
}

.under .materiality--title::after {
  display: none;
}

.under .materiality--title + * {
  margin-top: 0;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .feature--titleicon {
    padding-top: 4px;
  }
  *::-ms-backdrop, .materiality-titleicon span {
    padding-top: 5px;
  }
}
