#dm-site {
  /* task                                           */
  /* about-stg                                               */
  /* facility                                                  */
  /* objective                                                  */
  /* suggestion                                                  */
  /* ----------------210421                                                  */
  /*-----------210507-----------*/
}
#dm-site .task {
  position: relative;
}
#dm-site .task h2 {
  font-size: 32px;
}
#dm-site .task strong {
  font-size: 28px;
  color: #D31D3E;
  width: 532px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#dm-site .task h3 {
  font-size: 20px;
  margin: 80px auto 0;
}
#dm-site .task p {
  width: 1024px;
  line-height: 1.5;
}
#dm-site .task p.m-center {
  max-width: 1024px;
  width: 100%;
}
#dm-site .task .img-wrapper .bg-red-box {
  position: absolute;
  z-index: -10;
  bottom: -40px;
  width: 1194px;
  height: 162px;
  background-color: #D31D3E;
}
@media (max-width: 768px) {
  #dm-site .task h2 {
    font-size: 27px;
  }
  #dm-site .task strong {
    font-size: 19px;
  }
  #dm-site .task strong, #dm-site .task img, #dm-site .task p {
    width: 100%;
  }
}
#dm-site .about-stg h2 {
  margin-bottom: 50px;
}
#dm-site .about-stg .txt-box {
  width: 61.52%;
  background-color: #fff;
  padding: 47px 60px;
  line-height: 1.7;
}
#dm-site .about-stg img {
  width: 38.48%;
}
#dm-site .about-stg .txt-box .m-2 {
  margin-top: 2em;
}
@media (max-width: 768px) {
  #dm-site .about-stg .txt-box {
    width: 100%;
    padding: 28px 25px;
  }
  #dm-site .about-stg img {
    width: 100%;
  }
}
#dm-site .facility .flex {
  margin-top: 60px;
}
#dm-site .facility .txt-box {
  width: calc(100% - 409px);
  line-height: 1.9;
}
#dm-site .facility .txt-box p:not(:last-child) {
  margin-bottom: 2em;
}
#dm-site .facility h3 {
  margin-top: 30px;
  font-size: 28px;
}
#dm-site .facility .example {
  margin-top: 35px;
}
#dm-site .facility .example-box {
  width: 49%;
}
#dm-site .facility .example-box h4 {
  font-size: 20px;
  color: #fff;
  padding: 20px 0;
}
#dm-site .facility .example-box p {
  padding: 20px 10px;
  font-size: 18px;
  margin-top: 17px;
}
#dm-site .facility .example-box.dgrey p {
  border: solid 1px #999999;
  line-height: 3.15;
}
#dm-site .facility .example-box.red p {
  color: #D31D3E;
  border: solid 1px #D31D3E;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #dm-site .facility .txt-box {
    width: 100%;
    line-height: 1.9;
  }
  #dm-site .facility img {
    width: 100%;
    margin-top: 30px;
  }
  #dm-site .facility .example-box.dgrey p {
    line-height: 1.5;
  }
  #dm-site .facility .example-box:last-child h4 {
    margin-top: 30px;
  }
  #dm-site .facility .example-box {
    width: 100%;
  }
}
#dm-site .objective {
  background-color: #F5F6F8;
}
#dm-site .objective h2 {
  margin-bottom: 40px;
}
#dm-site .objective .txt-area p {
  line-height: 1.6;
  margin-top: 2em;
}
#dm-site .objective h3 {
  font-size: 28px;
  margin-top: 50px;
}
#dm-site .objective ul {
  margin-top: 27px;
}
#dm-site .objective li {
  width: 318px;
  padding: 35px 30px;
  border: solid 2px #D31D3E;
}
#dm-site .objective h4 {
  color: #D31D3E;
  font-size: 26px;
}
#dm-site .objective li img {
  margin: 20px auto 30px;
}
@media (max-width: 768px) {
  #dm-site .objective li {
    width: 100%;
  }
  #dm-site .objective li:not(:last-child) {
    margin-bottom: 30px;
  }
}
#dm-site .suggestion {
  background-image: url(../image2/strength/suggestion-bg.jpg);
  background-position: top;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  padding-top: 10em;
}
#dm-site .suggestion .hd-txt {
  width: 620px;
  margin-top: 20px;
}
#dm-site .suggestion .contents-wrapper {
  background-color: #fff;
  padding: 60px 75px;
  line-height: 1.5;
}
#dm-site .suggestion h3 {
  font-size: 18px;
  margin-bottom: 11px;
}
#dm-site .suggestion .txt-box {
  width: 100%;
  padding: 20px 15px;
}
#dm-site .suggestion .txt-box p {
  line-height: 1.7;
}
#dm-site .suggestion ul {
  margin-top: 70px;
}
#dm-site .suggestion li {
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  width: 31%;
}
#dm-site .suggestion li img {
  width: 100%;
}
#dm-site .suggestion li .number {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  font-size: 28px;
  padding: 3px 17px;
  border-radius: 4px;
  background-color: #D31D3E;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#dm-site .suggestion li .link-txt {
  display: block;
  margin-top: 15px;
}
#dm-site .suggestion li .link-txt::before {
  content: url(../image2/strength/suggestion-arw.png);
  margin-right: 6px;
}
@media (max-width: 768px) {
  #dm-site .suggestion li {
    width: 100%;
  }
  #dm-site .suggestion .txt-box, #dm-site .suggestion img, #dm-site .suggestion .hd-txt {
    width: 100%;
  }
  #dm-site .suggestion .contents-wrapper {
    padding: 10px 10px;
  }
  #dm-site .suggestion h2 {
    margin-top: 30px;
  }
  #dm-site .suggestion li:not(:last-child) {
    margin-bottom: 50px;
  }
  #dm-site .task strong.wh600 {
    width: 100%;
  }
}
#dm-site .concept_inner p {
  width: inherit;
}
#dm-site .concept_inner p + p {
  margin-top: 1em;
}
#dm-site .task strong.wh600 {
  width: 600px;
}
@media (max-width: 768px) {
  #dm-site .task strong.wh600 {
    width: 100%;
  }
}
#dm-site .img__wrapper {
  position: relative;
  background-color: #fff;
}
#dm-site .img__wrapper .img_text {
  position: absolute;
  color: #000;
  font-size: 10px;
}
#dm-site .img_text.text01 {
  top: 236px;
  left: 101px;
}
#dm-site .img_text.text02 {
  top: 205px;
  left: 713px;
}
#dm-site .img_text.text03 {
  top: 577px;
  left: 275px;
}
#dm-site .img_text.text04 {
  top: 574px;
  left: 891px;
}
#dm-site .img__wrapper .img_text h4 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
#dm-site .img__wrapper .img_text ul {
  margin: 0;
}
#dm-site .img__wrapper .img_text ul li {
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  font-weight: bold;
  margin-top: 5px;
  font-size: 13px;
}
#dm-site .img__wrapper .img_text_title {
  position: absolute;
  color: #fff;
  font-size: 21px;
}
#dm-site .img__wrapper .img_text_title.text01 {
  top: 99px;
  left: 332px;
}
#dm-site .img__wrapper .img_text_title.text02 {
  top: 174px;
  left: 379px;
}
#dm-site .img__wrapper .img_text_title.text03 {
  top: 251px;
  left: 428px;
}
#dm-site .img__wrapper .img_text_title.text04 {
  top: 326px;
  left: 478px;
}
#dm-site .img__wrapper .img_text_title.text05 {
  top: 446px;
  left: 122px;
}
#dm-site .img__wrapper .img_text_title.text06 {
  top: 396px;
  left: 490px;
}
#dm-site .img__wrapper .img_text_title.text07 {
  top: 446px;
  left: 861px;
}
#dm-site .img__wrapper .img_text_title.text08 {
  top: 446px;
  left: 1007px;
}
#dm-site .img__wrapper .img_text_title.text09 {
  top: 565px;
  left: 621px;
}
#dm-site p.img_text_title.sub_title {
  color: #D00026;
  font-size: 16px;
}
#dm-site .img__wrapper .img_text_title.sub_title.text01 {
  top: 449px;
  left: 307px;
}
#dm-site .img__wrapper .img_text_title.sub_title.text02 {
  top: 449px;
  left: 447px;
}
#dm-site .img__wrapper .img_text_title.sub_title.text03 {
  top: 449px;
  left: 548px;
}
#dm-site .img__wrapper .img_text_title.sub_title.text04 {
  top: 449px;
  left: 671px;
}
#dm-site img.wh100 {
  width: 100%;
}
#dm-site .img__wrapper .text__item {
  position: absolute;
  text-align: left;
}
#dm-site .img__wrapper .text__item.item01 {
  top: 51px;
  left: 300px;
}
#dm-site .img__wrapper .text__item.item02 {
  top: 26px;
  left: 677px;
}
#dm-site .img__wrapper .text__item.item03 {
  top: 247px;
  left: 136px;
}
#dm-site .img__wrapper .text__item.item04 {
  top: 270px;
  left: 437px;
}
#dm-site .img__wrapper .text__item.item05 {
  top: 258px;
  left: 752px;
}
#dm-site .img__wrapper .text__desc {
  position: absolute;
  color: #d21d3e;
  font-size: 18px;
}
#dm-site .img__wrapper .text__desc.desc01 {
  top: 146px;
  left: -396px;
}
#dm-site .img__wrapper .text__desc.desc02 {
  top: 154px;
  left: -823px;
  writing-mode: vertical-rl;
}
#dm-site .img__wrapper .text__desc.desc03 {
  top: 127px;
}
#dm-site .img__wrapper .text__desc.desc04 {
  top: 152px;
  left: -199px;
  writing-mode: vertical-rl;
}
#dm-site .img__wrapper .text__desc.desc05 {
  top: 152px;
  left: -135px;
  writing-mode: vertical-rl;
}
#dm-site .img__wrapper .text__desc.desc06 {
  top: 146px;
  left: 438px;
}
#dm-site .img__wrapper .text__desc.desc07 {
  top: 145px;
  left: 538px;
}
#dm-site .img__wrapper .text__desc__red {
  color: #fff;
  font-size: 18px;
  position: absolute;
}
#dm-site .img__wrapper .text__desc__red.desc01 {
  top: 160px;
  left: -221px;
}
#dm-site .img__wrapper .text__desc__red.desc02 {
  top: 172px;
  left: -88px;
}
#dm-site .img__wrapper .text__desc__red.desc03 {
  top: 160px;
  left: 37px;
}
#dm-site .img__wrapper .text__desc__red.desc04 {
  top: 160px;
  left: 175px;
}
#dm-site .d-flex {
  display: flex;
}
#dm-site .flex_item {
  width: 50%;
}
#dm-site .txt-area.flex_item {
  padding: 46px 46px 46px 0;
}
#dm-site .d-flex.pcda_wrapper li {
  width: 205px;
  padding: 10px;
  border: solid 2px #D31D3E;
  border-radius: 30px;
}
#dm-site .d-flex.pcda_wrapper li.item01 {
  position: absolute;
  left: 157px;
  top: -18px;
}
#dm-site .d-flex.pcda_wrapper li.item02 {
  position: absolute;
  top: 226px;
}
#dm-site .d-flex.pcda_wrapper li.item03 {
  position: absolute;
  top: 228px;
  left: 313px;
}
#dm-site .flex_item.item_img {
  position: relative;
}
#dm-site .d-flex.pcda_wrapper li h4 {
  font-size: 15px;
}
#dm-site .d-flex.pcda_wrapper li p {
  font-size: 12px;
}
#dm-site .d-flex.pcda_wrapper li img {
  margin: 10px auto 20px;
}
#dm-site .arrow_img01 {
  position: absolute;
  top: 277px;
  left: 191px;
}
#dm-site .arrow_img02 {
  position: absolute;
  top: 156px;
  left: 84px;
  transform: rotate(92deg);
}
#dm-site .arrow_img03 {
  position: absolute;
  transform: rotate(270deg);
  left: 290px;
  top: 166px;
}
#dm-site .cloud-data {
  position: absolute;
  top: 149px;
  left: 190px;
  width: 134px;
}
#dm-site .cloud-data img {
  width: 100%;
}
#dm-site .cloud-text {
  position: absolute;
  top: 189px;
  left: 231px;
  color: #D31D3E;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #dm-site .d-flex {
    display: block;
  }
  #dm-site .flex_item {
    width: 100%;
  }
  #dm-site .txt-area.flex_item {
    padding: 20px 0;
  }
  #dm-site .pcda_wrapper .task-img {
    width: 95%;
    margin: 0 auto;
  }
  #dm-site .pcda_wrapper .task-img img {
    width: 100%;
  }
}
#dm-site .img__wrapper .number {
  position: absolute;
  background-color: #d51f36;
  color: #fff;
  border-radius: 50%;
  padding: 3px 9px;
}
#dm-site .img__wrapper .number.number01 {
  top: 235px;
  left: 67px;
}
#dm-site .img__wrapper .number.number02 {
  top: 204px;
  left: 677px;
}
#dm-site .img__wrapper .number.number03 {
  top: 576px;
  left: 239px;
}
#dm-site .img__wrapper .number.number04 {
  top: 575px;
  left: 854px;
}
#dm-site .manufacturing strong.wh600 {
  width: 100%;
}
#dm-site .manufacturing strong.t-center {
  text-align: center;
}
#dm-site .manufacturing strong {
  font-size: 28px;
  color: #D31D3E;
  width: 532px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#dm-site .manufacturing-item h3 {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}
#dm-site .manufacturing-item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #999999;
}
#dm-site .manufacturing-item .item-img {
  margin-top: 30px;
}
#dm-site .manufacturing-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 30px;
}
#dm-site .manufacturing-table th,
#dm-site .manufacturing-table td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 18px;
}
#dm-site .manufacturing-table th {
  font-weight: bold;
  font-size: 20px;
  color: #666;
  background: #fff;
  position: sticky;
  top: 0;
}
#dm-site .manufacturing-table .heading .bg01 {
  background: #999999;
  color: #fff;
}
#dm-site .manufacturing-table .heading .bg02 {
  background: #D31D3E;
  color: #fff;
}
#dm-site .manufacturing-table .cl-d31d3e {
  color: #D31D3E;
  background-color: #fef5f7;
  width: 420px;
}
#dm-site .manufacturing-table td.txt-left {
  text-align: left;
  vertical-align: middle;
}
#dm-site .manufacturing-table .title {
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
}
#dm-site .manufacturing-table .title.bg01 {
  background: #d0142c;
}
#dm-site .manufacturing-table .title.bg02 {
  background: #ff9a66;
}
#dm-site .manufacturing-table .title.bg03 {
  background: #92d051;
}
#dm-site .manufacturing-table .only_sp {
  display: none;
}
#dm-site .title-text-wrap.d-flex {
  justify-content: space-around;
  margin-top: 30px;
}
#dm-site .title-text-wrap.d-flex .title-text {
  width: 31%;
}
#dm-site .title-text-wrap.d-flex .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 6px 8px;
  border-radius: 2px;
}
#dm-site .title-text-wrap.d-flex .title.bg01 {
  background-color: #006325;
}
#dm-site .title-text-wrap.d-flex .title.bg02 {
  background-color: #fe3600;
}
#dm-site .title-text-wrap.d-flex .title.bg03 {
  background-color: #ffd200;
}
#dm-site .title-text p + p {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.4;
}
#dm-site .title-text p + p span {
  color: #D31D3E;
  font-size: 20px;
}
#dm-site .manufacturing-table li {
  list-style: disc;
  margin-top: 5px;
}
#dm-site .large-text {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#dm-site .large-text span {
  color: #D31D3E;
}
#dm-site h2.ttl.mb8 {
  margin-bottom: 8px;
}
#dm-site .manufacturing-table td.txt-left.arrow {
  position: relative;
}
#dm-site .manufacturing-table td.txt-left.arrow::before {
  content: url("../image2/strength/arrow-img.png");
  position: absolute;
  top: calc(50% - 8px);
  left: -22px;
}
#dm-site .manufacturing-table td.txt-left.icon1 {
  background: url(../image2/strength/icon-img01.png) no-repeat !important;
  background-position: center right 10% !important;
}
#dm-site .manufacturing-table td.txt-left.icon2 {
  background: url(../image2/strength/icon-img02.png) no-repeat !important;
  background-position: center right 10% !important;
}
#dm-site .manufacturing-table td.txt-left.icon3 {
  background: url(../image2/strength/icon-img03.png) no-repeat !important;
  background-position: center right 10% !important;
}
#dm-site td.txt-left.pd115 {
  padding-right: 115px;
}
@media (max-width: 768px) {
  #dm-site .manufacturing-table .heading {
    display: none;
  }
  #dm-site .manufacturing-table td {
    display: block;
  }
  #dm-site .manufacturing-table .title {
    background: #eee;
  }
  #dm-site .manufacturing-table th,
  #dm-site .manufacturing-table td {
    border-left: 1px solid #ddd;
  }
  #dm-site .manufacturing-table .only_sp {
    display: block;
    color: #999999;
    background-color: #efefef;
    font-weight: bold;
  }
  #dm-site .manufacturing-table .only_sp.bg01 {
    color: #d31d3e;
  }
  #dm-site .manufacturing-item .item-img {
    width: 100%;
  }
  #dm-site .manufacturing-item .item-img img {
    width: 100%;
  }
  #dm-site .title-text-wrap.d-flex .title-text {
    width: 100%;
  }
  #dm-site .title-text p + p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
  }
  #dm-site .manufacturing-item h3 {
    font-size: 22px;
  }
  #dm-site .manufacturing-table th, #dm-site .manufacturing-table td {
    font-size: 14px;
  }
  #dm-site .manufacturing strong {
    font-size: 22px;
  }
  #dm-site .large-text {
    font-size: 22px;
  }
  #dm-site .manufacturing-table td.txt-left.arrow::before {
    content: url(../image2/strength/arrow-sp-img.png);
    position: absolute;
    top: -56px;
    left: calc(50% - 4px);
  }
  #dm-site .manufacturing-table .cl-d31d3e {
    width: auto;
  }
}
