@charset "UTF-8";
@import url(valuecreation.css);
/****************************
PC表示のブレークポイント
****************************/
@media only screen and (max-width: 959px) {
  #contents {
    font-size: 0.75rem;
  }
  #contents .vc_fv {
    margin-left: auto;
    margin-right: auto;
  }
  #contents .capital ul {
    justify-content: space-around;
  }
  #contents .capital ul li {
    width: auto;
  }
  #contents .capital ul li:nth-child(3n+2) {
    margin: 0 0 5px;
  }
  #contents .vc_sec06 {
    margin-left: auto;
    margin-right: auto;
  }
}
/****************************
common_add_rwd.scssのブレークポイント
****************************/
@media only screen and (max-width: 767px) {
  #contents .materiality ul.first li img {
    max-width: 50px;
  }
  #contents .materiality ul.second li img {
    max-width: 50px;
  }
  #contents .capital ul li img {
    max-width: 200px;
  }
}
/****************************
コンテンツ欄のブレークポイント
****************************/
@media only screen and (max-width: 689px) {
  #contents img {
    height: auto;
  }
  #contents dl,
#contents ol,
#contents ul {
    width: auto;
  }
  #contents .vc_fv {
    width: auto;
    height: auto;
    background-size: cover;
  }
  #contents .vc_fv .txt01 {
    font-size: 4.5vw !important;
  }
  #contents .vc_fv p.txt03 {
    /* font-size: 3vw; */
  }
  #contents .vc_fv .bearing {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    height: 95vw;
    max-height: 402px;
  }
  #contents .vc_fv .bearing img {
    margin: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #contents .vc_sec01 {
    margin-top: 2em;
  }
  #contents .vc_sec01::before {
    left: calc(50% - 40px);
    right: auto;
  }
  #contents .vc_sec01 ul li {
    width: auto;
    max-width: 150px;
  }
  #contents .materiality ul.first {
    flex-direction: column;
  }
  #contents .materiality ul.first li {
    width: 100%;
  }
  #contents .materiality ul.first li:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1em 0;
    margin: 1em 0;
  }
  #contents .materiality ul.first li h4 {
    min-height: auto;
    margin-bottom: 0.75em;
  }
  #contents .materiality ul.first li img {
    max-width: 100%;
  }
  #contents .materiality ul.second {
    flex-direction: column;
  }
  #contents .materiality ul.second li {
    width: 100%;
  }
  #contents .materiality ul.second li:nth-child(n+9):not(:last-child) {
    border-bottom: none;
  }
  #contents .materiality ul.second li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: auto;
    padding: 1em 0;
  }
  #contents .materiality ul.second li .icons img {
    margin-top: 0.75em;
    max-width: 100%;
  }
  #contents .capital .white {
    margin-bottom: calc(30px + 1em);
    padding-bottom: 0;
  }
  #contents .capital .white:last-child p {
    width: 100vw;
    margin-left: calc(-2.5% - 17px - 15px);
  }
  #contents .capital .white:last-child p a img {
    width: 100vw !important;
    max-width: none;
  }
  #contents .capital .white ul {
    flex-direction: column;
  }
  #contents .capital .white ul li {
    width: 100%;
    text-align: center;
  }
  #contents .capital .white ul li:nth-child(3n+2) {
    margin: 0 0 5px;
  }
  #contents .capital .white ul li img {
    max-width: 100%;
  }
  #contents .vc_sec03 {
    padding-top: 1em;
  }
  #contents .vc_sec03 .chain {
    transform-origin: left top;
  }
  #contents .vc_sec04 ul li {
    width: 100%;
    margin: 0;
  }
  #contents .vc_sec04 ul:nth-of-type(2) li {
    margin-bottom: 40px;
  }
  #contents .vc_sec04 .modal-content {
    width: 96%;
    padding: 20px;
    left: 2% !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  #contents .vc_sec04 .modal-content .modal-close {
    top: -15px;
    right: -15px;
  }
  #contents .vc_sec04 .modal-content .modal-content-container {
    max-height: calc(100vh - 80px * 2);
    display: flex;
    flex-direction: column;
  }
  #contents .vc_sec04 .modal-content .modal-content-container .modal_detail {
    flex: 1;
    overflow-y: auto;
  }
  #contents .vc_sec06 {
    width: auto;
  }
}
/****************************
バリューチェーンの縮小用
****************************/
@media only screen and (max-width: calc(437px / .95)) {
  #contents .vc_sec03 {
    box-sizing: content-box;
  }
  #contents .vc_sec03 .chain {
    width: 438px;
    height: 438px;
  }
}

/*# sourceMappingURL=valuecreation_rwd.css.map */
