.ope-archive {
  position: relative;
}
.ope-archive::before {
  content: "";
  display: block;
  width: calc(100% - 570px);
  height: 944px;
  background: url(../images/mv_bg.jpg) center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 740px) {
  .ope-archive::before {
    height: 990px;
    width: calc(100% - 40px);
  }
}
.ope-archive .sp-only {
  display: none;
}
@media screen and (max-width: 740px) {
  .ope-archive .sp-only {
    display: block;
  }
}
.ope-archive .breadcrumbs {
  margin-top: 24rem;
}
@media screen and (max-width: 740px) {
  .ope-archive .breadcrumbs {
    margin-top: 6rem;
  }
}
.ope-archive .mvOpe {
  text-align: center;
  padding: 8.6rem 0 9rem;
}
@media screen and (max-width: 740px) {
  .ope-archive .mvOpe {
    padding: 2rem 0;
  }
}
.ope-archive .mvOpe__inner {
  max-width: 1232px;
  padding: 0 16px;
  margin: auto;
}
.ope-archive .mvOpe__en {
  color: #D9B7A3;
  font-size: 6rem;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 !important;
}
@media screen and (max-width: 740px) {
  .ope-archive .mvOpe__en {
    font-size: 4rem;
    width: 100% !important;
  }
}
.ope-archive .mvOpe__ttl {
  font-size: 3rem;
}
@media screen and (max-width: 740px) {
  .ope-archive .mvOpe__ttl {
    font-size: 2.4rem;
  }
}
.ope-archive .inner_wrap1 {
  max-width: 100%;
}
.ope-archive #ope_group {
  width: 1232px;
  padding: 0 16px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.ope-archive .ope_face {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 2rem 5%;
  background: url(../images/ope/ope_top01.png) center center/cover no-repeat;
  border-radius: 16px;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_face {
    flex-direction: column;
    height: 160px;
  }
}
.ope-archive .ope_tarumi {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 2rem 5%;
  background: url(../images/ope/ope_top02.png) center center/cover no-repeat;
  border-radius: 16px;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_tarumi {
    flex-direction: column;
    height: 160px;
  }
}
.ope-archive .ope_nose {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 2rem 5%;
  background: url(../images/ope/ope_top03.png) center center/cover no-repeat;
  border-radius: 16px;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_nose {
    flex-direction: column;
    height: 160px;
  }
}
.ope-archive .ope_others {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 2rem 5%;
  background: url(../images/ope/ope_top04.png) center center/cover no-repeat;
  border-radius: 16px;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_others {
    flex-direction: column;
    height: 160px;
  }
}
.ope-archive .ope_flex {
  width: calc(50% - 2rem) !important;
  margin: 0;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_flex {
    width: 100% !important;
  }
}
.ope-archive .ope_flex h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  background: none;
  position: initial;
  padding: 0;
  margin: 0;
  opacity: 1;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_flex h2 {
    font-size: 2.4rem;
  }
}
.ope-archive .ope_flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_flex ul {
    margin-top: 1rem;
  }
}
.ope-archive .ope_flex ul li {
  width: calc(50% - 0.5rem);
  margin: 0 !important;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_flex ul li {
    width: 100%;
  }
}
.ope-archive .ope_flex ul li a {
  font-size: 1.8rem;
  text-align: left;
  padding-left: 2rem;
  border: none;
  position: relative;
  margin: 0;
  background: transparent;
}
@media screen and (max-width: 740px) {
  .ope-archive .ope_flex ul li a {
    font-size: 1.6rem;
  }
}
.ope-archive .ope_flex ul li a::before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../images/i_arrow.svg) center left/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}/*# sourceMappingURL=ope-archive.css.map */