.main .sec__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 {
    margin-top: 2rem;
  }
}
.main .sec__01 .item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item:nth-child(n+2) {
    margin-top: 1rem;
  }
}
.main .sec__01 .item.--01 {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--01 .cmn_ttl {
    font-size: 0.34rem;
  }
}
.main .sec__01 .item.--01 .cmn_text small {
  font-size: 0.24rem;
  display: block;
}
.main .sec__01 .item.--01 .image {
  position: absolute;
  top: -6.3rem;
  right: -3rem;
  width: 6rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--01 .image {
    top: -2.3rem;
    right: 0;
    width: 2.5rem;
  }
}
.main .sec__01 .item.--02 {
  margin-top: 1rem;
}
.main .sec__01 .item.--02 .grid {
  display: grid;
  grid-template-columns: 6.2rem auto;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.main .sec__01 .item.--02 .grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .sec__01 .item.--02 .grid .box {
  margin-top: 0.5rem;
  position: relative;
  padding: 0.5rem 1.2rem;
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .grid .box {
    padding: 0.5rem;
    text-align: center;
  }
}
.main .sec__01 .item.--02 .grid .box .ml {
  margin-left: 0.2rem;
}
.main .sec__01 .item.--02 .grid .box .border {
  position: absolute;
  width: 1px;
  height: 100%;
  display: block;
  background: #4c4948;
}
.main .sec__01 .item.--02 .grid .box .border:before, .main .sec__01 .item.--02 .grid .box .border:after {
  content: "";
  width: 0.7rem;
  height: 1px;
  background: #4c4948;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .grid .box .border:before, .main .sec__01 .item.--02 .grid .box .border:after {
    width: 0.5rem;
  }
}
.main .sec__01 .item.--02 .grid .box .border_left {
  top: 0;
  left: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .grid .box .border_left {
    left: 0;
  }
}
.main .sec__01 .item.--02 .grid .box .border_left:before {
  top: 0;
  left: 0;
}
.main .sec__01 .item.--02 .grid .box .border_left:after {
  bottom: 0;
  left: 0;
}
.main .sec__01 .item.--02 .grid .box .border_right {
  top: 0;
  right: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .grid .box .border_right {
    right: 0;
  }
}
.main .sec__01 .item.--02 .grid .box .border_right:before {
  top: 0;
  right: 0;
}
.main .sec__01 .item.--02 .grid .box .border_right:after {
  bottom: 0;
  right: 0;
}
.main .sec__01 .item.--02 .image.--02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 .item.--02 .image.--02 {
    margin-top: 0.5rem;
  }
}
.main .sec__02 {
  margin-top: 2rem;
}
.main .sec__02 .item.--01 .cmn_block .cmn_ttl {
  font-size: 0.36rem;
}
.main .sec__02 .item.--01 .press {
  margin-top: 1rem;
}/*# sourceMappingURL=unique.css.map */