.clm2-layout {
  padding-top: 53px;
}
.clm2-layout .sidebar {
  padding-top: 20px;
}
.clm2-layout .sidebar nav li br {
  display: none;
}
.box {
  overflow: visible;
  margin-bottom: 197px;
  position: relative;
  /*============================
  .tech-ttl
  ============================*/
  /*============================
  .box-inner
  ============================*/
}
.box::before {
  content: "";
  display: block;
  width: 100%;
  height: 77px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F4F4F4;
}
.box:last-of-type {
  margin-bottom: 0;
}
.box .ancr {
  display: block;
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box .ancr {
    top: 0;
  }
}
.box .tech-ttl {
  width: 65.78125vw;
  margin-left: 71px;
}
@media screen and (max-width: 768px) {
  .box .tech-ttl {
    width: auto;
    margin-left: 0;
  }
}
.box .tech-ttl div {
  position: relative;
}
.box .tech-ttl div figure {
  margin: 0;
  padding: 0;
}
.box .tech-ttl div h2 {
  position: absolute;
  left: -26px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .box .tech-ttl div h2 {
    left: 0px;
    bottom: 20px;
    gap: 6px;
    position: static;
    margin-top: -22px;
  }
}
.box .tech-ttl div h2 small,
.box .tech-ttl div h2 span {
  display: inline-block;
  background: #FA7800;
  color: #fff;
  padding: 0 26px;
}
@media screen and (max-width: 768px) {
  .box .tech-ttl div h2 small,
.box .tech-ttl div h2 span {
    padding: 0 20px;
  }
}
.box .tech-ttl div h2 small {
  font-family: "Nunito Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100, "YTLC" 500;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .box .tech-ttl div h2 small {
    font-size: 11px;
    line-height: 22px;
  }
}
.box .tech-ttl div h2 span {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .box .tech-ttl div h2 span {
    font-size: 6.4vw;
    line-height: 12vw;
  }
}
.box .box-inner {
  padding-top: 53px;
  padding-left: 123px;
  padding-right: 130px;
  /*============================
  .zoom
  ============================*/
}
@media screen and (max-width: 1280px) {
  .box .box-inner {
    padding-left: 9.609375vw;
    padding-right: 10.15625vw;
  }
}
@media screen and (max-width: 768px) {
  .box .box-inner {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.box .box-inner h3 {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .box .box-inner h3 {
    font-size: 19.6px;
  }
  .box .box-inner h3 br {
    display: none;
  }
}
.box .box-inner h3 + p {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #212121;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .box .box-inner h3 + p {
    font-size: 15px;
    margin: 20px 0;
  }
}
.box .box-inner .zoom {
  padding-top: 55px;
}
.box .box-inner .zoom h4 {
  background: #FA7800;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 85px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .box .box-inner .zoom h4 {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 59.5px;
    margin-bottom: 33.6px;
  }
}
.box .box-inner .zoom h4::before {
  content: "";
  display: block;
  width: 32px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: -17px;
  transform: translateX(-50%);
  background: url(img/zoom-icon.svg);
  background-size: cover;
}
.box .box-inner .zoom .zoom-item {
  border-bottom: 1px solid #D0D0D0;
  padding: 32px 0;
  display: flex;
  align-items: center;
  gap: 37px;
}
@media screen and (max-width: 768px) {
  .box .box-inner .zoom .zoom-item {
    display: block;
    padding: 20px 0;
  }
}
.box .box-inner .zoom .zoom-item:first-of-type {
  border-top: 1px solid #D0D0D0;
}
.box .box-inner .zoom .zoom-item figure {
  flex: 0 0 256px;
}
@media screen and (max-width: 1280px) {
  .box .box-inner .zoom .zoom-item figure {
    flex: 0 0 20vw;
  }
}
@media screen and (max-width: 768px) {
  .box .box-inner .zoom .zoom-item dl {
    margin-bottom: 0;
  }
}
.box .box-inner .zoom .zoom-item dl dt {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #171717;
}
@media screen and (max-width: 768px) {
  .box .box-inner .zoom .zoom-item dl dt {
    font-size: 16px;
  }
}
.box .box-inner .zoom .zoom-item dl dd {
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.64;
  text-align: left;
  color: #212121;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .box .box-inner .zoom .zoom-item dl dd {
    font-size: 13px;
  }
}
.box .box-bottom {
  background: #505050;
  color: #fff;
  padding: 93px 123px;
}
@media screen and (max-width: 768px) {
  .box .box-bottom {
    padding: 60px 20px 40px;
  }
}
.box .box-bottom dl {
  display: flex;
  align-items: center;
  gap: 82px;
}
@media screen and (max-width: 768px) {
  .box .box-bottom dl {
    display: block;
  }
}
.box .box-bottom dl dt {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .box .box-bottom dl dt {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .box .box-bottom dl dt {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.box .box-bottom dl dd a.btn1 {
  background-color: #fff;
  min-width: 233px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
}