.secHuman {
  background-color: #ffffff;
  position: relative;
}
.secHuman .wrapWidth {
  width: auto;
}
.secHuman .wrapWidth .wrap {
  max-width: 1200px;
  width: 92vw;
  padding: 120px 0 120px;
  margin-top: -52px;
  z-index: 2;
}
.secHuman .secHuman1 {
  background-image: url(../images/human_bg01.jpg);
  background-size: cover;
  background-position: top center;
}
.secHuman .secHuman1 .secHuman1t1 {
  max-width: 494px;
  margin-bottom: 120px;
}
.secHuman .secHuman1 .secHuman1t1 h2 {
  margin-bottom: 4px;
  max-width: 45vw;
}
.secHuman .secHuman1 .secHuman1t1 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(14px, 1.04vw, 15px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
}
.secHuman .secHuman1 .secHuman1t1 p {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(16px, 1.81vw, 26px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
}
.secHuman .secHuman1 .secHuman1t2 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  padding: 20vh 0;
}
.secHuman .secHuman1 .secHuman1t2 .box {
  max-width: 710px;
  width: 70%;
  margin: 0 auto;
}
.secHuman .secHuman1 .secHuman1t2 .box h3 {
  margin-bottom: 18px;
}
.secHuman .secHuman1 .secHuman1t2 .box h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
}
.secHuman .secHuman1 .secHuman1t2 .box p {
  line-height: 2.1em;
  font-size: clamp(14px, 1.18vw, 17px);
  color: #ffffff;
  font-weight: 600;
}
.secHuman .secHuman2 {
  background-image: url(../images/human_bg02.jpg);
  background-size: cover;
  background-position: center left;
}
.secHuman .secHuman2 .secHuman2t {
  max-width: 710px;
  width: 70%;
  margin: auto;
  padding: 88px 0;
}
.secHuman .secHuman2 .secHuman2t h3 {
  margin-bottom: 18px;
}
.secHuman .secHuman2 .secHuman2t h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
}
.secHuman .secHuman2 .secHuman2t p {
  line-height: 2.1em;
  font-size: clamp(14px, 1.18vw, 17px);
  color: #ffffff;
  font-weight: 600;
}
.secHuman .secHuman3 {
  background-image: linear-gradient(90deg, rgb(155, 0, 0), rgb(230, 0, 18));
}
.secHuman .secHuman3 .grid {
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  padding: 80px 0;
  width: 92vw;
}
.secHuman .secHuman3 .grid .box {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.secHuman .secHuman3 .grid .box.first {
  padding-left: 0px;
  padding-right: 40px;
  border-right: 1px solid #ffffff;
}
.secHuman .secHuman3 .grid .box h4 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(14px, 1.67vw, 24px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.secHuman .secHuman3 .grid .box p {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.8em;
}
.secHuman .secHuman3 .wrap {
  max-width: 1080px;
  display: block;
  margin: 0px auto;
  padding-top: 0px;
}
.secHuman .secHuman3 .wrap img {
  width: 100%;
  height: auto;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .secHuman .wrapWidth {
    width: auto;
  }
  .secHuman .wrapWidth .wrap {
    padding: 56px 0 0px;
    margin-top: -52px;
    z-index: 2;
  }
  .secHuman .secHuman1 {
    background-image: url(../images/human_bg01_sp.jpg);
  }
  .secHuman .secHuman1 .secHuman1t1 {
    padding-left: 4vw;
    width: 86vw;
    margin-bottom: 0px;
  }
  .secHuman .secHuman1 .secHuman1t1 h2 {
    margin-bottom: 4px;
    max-width: 78vw;
  }
  .secHuman .secHuman1 .secHuman1t1 span {
    font-size: 15px;
  }
  .secHuman .secHuman1 .secHuman1t1 p {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .secHuman .secHuman1 .secHuman1t2 {
    padding: 50vh 0 20vh;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  }
  .secHuman .secHuman1 .secHuman1t2 .box {
    width: 70%;
    margin: 0;
    margin-left: 4vw;
  }
  .secHuman .secHuman1 .secHuman1t2 .box h3 {
    margin-bottom: 18px;
  }
  .secHuman .secHuman1 .secHuman1t2 .box h3 span {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secHuman .secHuman1 .secHuman1t2 .box p {
    font-size: 15px;
  }
  .secHuman .secHuman2 {
    background-image: url(../images/human_bg02_sp.jpg);
    background-position: top center;
  }
  .secHuman .secHuman2 .secHuman2t {
    max-width: 710px;
    width: 92vw;
    margin: auto;
    padding: 40vh 0 54px;
  }
  .secHuman .secHuman2 .secHuman2t .box {
    margin-left: auto;
    width: 74vw;
  }
  .secHuman .secHuman2 .secHuman2t h3 {
    margin-bottom: 18px;
  }
  .secHuman .secHuman2 .secHuman2t h3 span {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secHuman .secHuman2 .secHuman2t p {
    font-size: 15px;
  }
  .secHuman .secHuman3 .grid {
    width: 92vw;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 64px 0 32px;
    gap: 40px;
  }
  .secHuman .secHuman3 .grid .box {
    padding: 0;
  }
  .secHuman .secHuman3 .grid .box.first {
    padding: 0;
    border-right: 0px solid #ffffff;
  }
  .secHuman .secHuman3 .grid .box h4 {
    font-size: clamp(14px, 6.15vw, 24px);
    margin-bottom: 16px;
  }
  .secHuman .secHuman3 .grid .box p {
    font-size: 15px;
  }
  .secHuman .secHuman3 .wrap {
    width: 92vw;
    display: block;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 56px;
  }
  .secHuman .secHuman3 .wrap img {
    height: auto;
    margin: 0px auto;
    max-width: 400px;
    display: block;
  }
}
.secBusiness .contentHeadInner {
  max-width: 1300px;
  width: 96vw;
  height: 400px;
  margin: 80px auto 0;
  position: relative;
}
.secBusiness .contentHeadInner .contentHeadInnerContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1080px;
  width: 92vw;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 3;
}
.secBusiness .contentHeadInner .contentHeadInnerContent h2 {
  font-size: clamp(38px, 4.44vw, 64px);
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c8161d;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2em;
  padding: 0 0.1em 0.08em;
}
.secBusiness .contentHeadInner img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.secBusiness .wrap {
  max-width: 1080px;
  margin: 0 auto 80px;
  width: 92vw;
}
.secBusiness .wrap .head {
  display: flex;
  gap: 10%;
  padding: 64px 0 56px;
  justify-content: space-between;
  align-items: flex-start;
}
.secBusiness .wrap .head img {
  width: 40%;
  height: auto;
  display: block;
}
.secBusiness .wrap .head p {
  width: 50%;
  line-height: 1.8em;
}
.secBusiness .wrap .main {
  border-top: 1px solid #000000;
}
.secBusiness .wrap .main .content {
  padding: 44px 0;
  border-bottom: 1px solid #000000;
  display: grid;
  grid-template-columns: 37% 60%;
  justify-content: space-between;
}
.secBusiness .wrap .main .content .img {
  width: 100%;
}
.secBusiness .wrap .main .content .img img {
  width: 100%;
}
.secBusiness .wrap .main .content .text .content_mds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
.secBusiness .wrap .main .content .text .content_mds h3 {
  font-size: clamp(17px, 1.94vw, 28px);
}
.secBusiness .wrap .main .content .text .box img {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .secBusiness {
    padding-top: 32px;
  }
  .secBusiness .contentHeadInner {
    width: 96vw;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .secBusiness .contentHeadInner .contentHeadInnerContent h2 {
    font-size: clamp(24px, 10.26vw, 40px);
  }
  .secBusiness .wrap {
    max-width: 1080px;
    width: 92vw;
    margin: 0 auto 80px;
  }
  .secBusiness .wrap .head {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 32px 0 64px;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secBusiness .wrap .head img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto;
  }
  .secBusiness .wrap .head p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }
  .secBusiness .wrap .main {
    border-top: 1px solid #000000;
  }
  .secBusiness .wrap .main .content {
    padding: 24px 0;
    border-bottom: 1px solid #000000;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between;
  }
  .secBusiness .wrap .main .content .text .content_mds h3 {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secBusiness .wrap .main .content .text p {
    font-size: 15px;
  }
  .secBusiness .wrap .main .content .text .box img {
    margin-top: 16px;
  }
}
.secOutline {
  background-color: #c8161d;
  padding-bottom: 80px;
  position: relative;
}
.secOutline:before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
}
.secOutline .contentHeadInner {
  max-width: 1300px;
  width: 96vw;
  height: 400px;
  margin: 80px auto 0;
  position: relative;
}
.secOutline .contentHeadInner .contentHeadInnerContent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1080px;
  width: 92vw;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 3;
}
.secOutline .contentHeadInner .contentHeadInnerContent h2 {
  font-size: clamp(38px, 4.44vw, 64px);
  width: -moz-fit-content;
  width: fit-content;
  background-color: #c8161d;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.2em;
  padding: 0 0.1em 0.08em;
}
.secOutline .contentHeadInner img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.secOutline .wrap {
  max-width: 1080px;
  margin: 40px auto 0px;
  width: 92vw;
}
.secOutline .wrap .content {
  margin-bottom: 64px;
}
.secOutline .wrap .content h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000000;
  padding: 0em 4px 0.08em 4px;
  font-size: clamp(24px, 2.78vw, 40px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.secOutline .wrap .content dl {
  width: 90%;
  max-width: 920px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 2px;
}
.secOutline .wrap .content dl dt {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 700;
  background-color: #ffffff;
  padding: 12px 1em;
}
.secOutline .wrap .content dl dd {
  font-size: clamp(14px, 1.04vw, 15px);
  background-color: #ffffff;
  font-weight: 600;
  padding: 12px 1em;
}
.secOutline .wrap .content table {
  width: 90%;
  max-width: 920px;
}
.secOutline .wrap .content table tr {
  margin-bottom: 2px;
  border-bottom: 2px solid #c8161d;
  width: 100%;
}
.secOutline .wrap .content table tr td {
  font-size: clamp(14px, 1.11vw, 16px);
  font-weight: 700;
  background-color: #ffffff;
  padding: 12px 1em;
  border-right: 2px solid #c8161d;
}
.secOutline .wrap .content table tr td.text {
  font-size: clamp(14px, 1.04vw, 15px);
  background-color: #ffffff;
  font-weight: 600;
  padding: 12px 1em;
  margin-right: 0px;
  border-right: 0px solid #c8161d;
}
.secOutline .wrap .content iframe {
  margin-top: 16px;
  width: 90%;
  max-width: 920px;
  height: 340px;
  filter: grayscale(100);
}

@media only screen and (max-width: 767px) {
  .secOutline {
    padding-bottom: 64px;
  }
  .secOutline:before {
    height: 100px;
  }
  .secOutline .contentHeadInner {
    height: 200px;
  }
  .secOutline .contentHeadInner .contentHeadInnerContent h2 {
    font-size: clamp(24px, 10.26vw, 40px);
  }
  .secOutline .wrap .content {
    margin-bottom: 40px;
  }
  .secOutline .wrap .content h3 {
    font-size: clamp(17px, 7.18vw, 28px);
    margin-bottom: 16px;
  }
  .secOutline .wrap .content dl {
    width: 100%;
    grid-template-columns: 100px 1fr;
    gap: 2px;
  }
  .secOutline .wrap .content dl dt {
    padding: 12px 0.4em;
  }
  .secOutline .wrap .content dl dd {
    padding: 12px 0.4em;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secOutline .wrap .content table {
    width: 100%;
  }
  .secOutline .wrap .content table tr td {
    padding: 12px 0.4em;
    font-size: clamp(14px, 3.85vw, 15px);
    min-width: 110px;
  }
  .secOutline .wrap .content table tr td.text {
    padding: 12px 0.4em;
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secOutline .wrap .content iframe {
    margin-top: 16px;
    width: 100%;
    height: 180px;
  }
}/*# sourceMappingURL=style.css.map */