#about img {
  max-width: 100%;
  width: auto;
}
#about .contBox {
  padding: 120px 0;
  border-top: 1px solid rgba(26, 19, 17, 0.37);
}
@media only screen and (max-width: 767px) {
  #about .contBox {
    padding: 60px 0;
  }
}
#about .textAndImg .textArea p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #about .textAndImg .textArea p {
    font-size: 14px;
    line-height: 24px;
  }
}
#about .textAndImg .textArea p:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #about .textAndImg .textArea p:not(:first-of-type) {
    margin-top: 25px;
  }
}
#aboutArea.contBox {
  border-top: none;
  padding-top: 0;
  position: relative;
}
#aboutArea.contBox .textArea {
  margin-bottom: 230px;
}
@media only screen and (max-width: 1023px) {
  #aboutArea.contBox .textArea {
    margin-bottom: 25px;
  }
}
#aboutArea.contBox .imgArea {
  position: absolute;
  bottom: 120px;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  #aboutArea.contBox .imgArea {
    position: static;
    width: 86%;
    margin-left: auto;
    text-align: right;
  }
}
#workflow.contBox .textAndImg {
  position: relative;
}
#workflow.contBox .textAndImg .textArea {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  #workflow.contBox .textAndImg .textArea {
    position: static;
    margin-bottom: 45px;
  }
}
#workflow.contBox .textAndImg .imgArea {
  text-align: right;
  padding-right: 4%;
}
#workflow.contBox .textAndImg .imgArea img {
  max-width: 57%;
}
@media only screen and (max-width: 1023px) {
  #workflow.contBox .textAndImg .imgArea img {
    max-width: 100%;
  }
}
#workflow.contBox .workflowDetail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 110px auto 0;
}
@media only screen and (max-width: 1023px) {
  #workflow.contBox .workflowDetail {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail {
    margin-top: 25px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock {
  width: 27%;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:not(:first-of-type) {
  margin-left: 4.5%;
}
@media only screen and (max-width: 1023px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock:not(:first-of-type) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock {
    width: 100%;
  }
  #workflow.contBox .workflowDetail .workflowDetailBlock:not(:first-of-type) {
    margin-top: 50px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .num {
  font-family: "Cardo", serif;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #666;
  font-size: 62px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .num {
    font-size: 40px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .detailTitle {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTitle {
    margin-bottom: 15px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .detailTitle img {
  height: 24px;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTitle img {
    height: 18px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt {
  color: #666;
  font-size: 13px;
  min-height: 160px;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt {
    min-height: 0;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt li {
    line-height: 25px;
  }
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt li:nth-of-type(2) {
    margin-top: 0;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt li:not(:first-of-type) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .detailTxt li:not(:first-of-type) {
    margin-top: 3px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock .explanation {
  margin-top: 25px;
  padding-top: 20px;
  font-size: 13px;
  border-top: 1px solid #666;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #workflow.contBox .workflowDetail .workflowDetailBlock .explanation {
    line-height: 24px;
  }
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(1) .detailTitle {
  color: #2ea38b;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(1) .detailTxt span {
  color: #2ea38b;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(2) .detailTitle {
  color: #79939b;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(2) .detailTxt span {
  color: #79939b;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(3) .detailTitle {
  color: #d35a5a;
}
#workflow.contBox .workflowDetail .workflowDetailBlock:nth-of-type(3) .detailTxt span {
  color: #d35a5a;
}
#company.contBox {
  padding-bottom: 0;
}
#company.contBox .companyProfile {
  width: 93%;
  margin: 0 auto;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #company.contBox .companyProfile {
    width: 100%;
    font-size: 13px;
  }
}
#company.contBox .companyProfile dl {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #company.contBox .companyProfile dl {
    padding: 25px 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
#company.contBox .companyProfile dl:not(:first-of-type) {
  border-top: 1px solid rgba(26, 19, 17, 0.37);
}
#company.contBox .companyProfile dl dt {
  width: 14%;
  padding-left: 1%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #company.contBox .companyProfile dl dt {
    padding-left: 0;
    width: 100%;
  }
}
#company.contBox .companyProfile dl dd {
  width: 84%;
}
@media only screen and (max-width: 767px) {
  #company.contBox .companyProfile dl dd {
    width: 100%;
  }
}
