@charset "UTF-8";
.main .p-resilience .lead .text .catch::before, .main .p-resilience .lead .text p::before, .main .p-resilience .item .text p::before, .main .p-resilience .item .text .note::before, .main .p-resilience .lead .text .catch::after, .main .p-resilience .lead .text p::after, .main .p-resilience .item .text p::after, .main .p-resilience .item .text .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .p-resilience .lead .text .catch::before, .main .p-resilience .lead .text p::before, .main .p-resilience .item .text p::before, .main .p-resilience .item .text .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .p-resilience .lead .text .catch::after, .main .p-resilience .lead .text p::after, .main .p-resilience .item .text p::after, .main .p-resilience .item .text .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .p-resilience {
  padding-top: 1.3rem;
  position: relative;
  z-index: 1;
  background-image: url(../../assets/imgs/bg02.webp), url(../../assets/imgs/bg02.webp), url(../../assets/imgs/bg02.webp);
  background-position: calc(50% + 4.725rem + 0.2rem) -3.52rem, calc(50% - 4.725rem - 1.74rem) 10.55rem, calc(50% + 4.725rem + 0.2rem) calc(100% + 2.74rem);
  background-size: 9.45rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .main .p-resilience {
    margin-top: 1.56rem;
    padding-top: 1.1rem;
    background-image: url(../../assets/imgs/bg032_sp.webp), url(../../assets/imgs/bg02l_sp.webp), url(../../assets/imgs/bg02r_sp.webp);
    background-position: 100% 0, 0 6.83rem, 0 23.58rem;
    background-size: 6rem auto, 7.5rem auto, 7.5rem auto;
  }
}
.main .p-resilience::before {
  content: "";
  display: block;
  width: 7.8rem;
  height: 4.2rem;
  position: absolute;
  top: 1.68rem;
  right: 0;
  z-index: -1;
  background: url(../../assets/imgs/bg03.webp) 0 0/13rem auto;
}
@media screen and (max-width: 750px) {
  .main .p-resilience::before {
    content: none;
  }
}
.main .p-resilience .headline {
  width: 8.91rem;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .headline {
    width: 7.14rem;
    margin-inline: -0.42rem;
    text-align: center;
  }
}
.main .p-resilience .lead {
  width: 13rem;
  margin-left: auto;
  margin: 0.4rem -1.2rem 0 auto;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .lead {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .p-resilience .lead .image {
    margin-inline: -0.6rem;
  }
}
.main .p-resilience .lead .text {
  display: flex;
  padding-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .lead .text {
    display: block;
    padding-top: 1rem;
  }
}
.main .p-resilience .lead .text .catch {
  width: 4.5rem;
  font-size: 0.4rem;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .lead .text .catch {
    width: auto;
    font-size: 0.5rem;
    line-height: 1.56;
  }
}
.main .p-resilience .lead .text p {
  width: calc(100% - 4.5rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .lead .text p {
    width: auto;
    padding-top: 0.6rem;
  }
}
.main .p-resilience .item {
  display: grid;
  grid-template-columns: 8.6rem 1fr;
  background-color: rgba(252, 249, 247, 0.051);
  box-shadow: inset 0 0 0 1px #fff, 0 0 0.3rem rgba(64, 64, 64, 0.05);
}
.main .p-resilience .items {
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item {
    display: block;
  }
}
.main .p-resilience .item:nth-child(even) {
  grid-template-columns: 1fr 8.6rem;
}
.main .p-resilience .item:nth-child(even) .item-body {
  grid-column: 1/2;
  grid-row: 1/2;
}
.main .p-resilience .item + * {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item + * {
    margin-top: 0.4rem;
  }
}
.main .p-resilience .item .headline {
  grid-row: 1/2;
  grid-column: 2/3;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 1rem 0.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .headline {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.8rem 0.8rem 0;
  }
  .main .p-resilience .item .headline::before, .main .p-resilience .item .headline::after {
    content: "";
    display: block;
    width: 0.7rem;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0.4rem;
    right: 0.3rem;
    background: 0 0/contain no-repeat;
  }
  .main .p-resilience .item .headline::before {
    background-image: url(../imgs/btn-close.webp);
  }
  .main .p-resilience .item .headline::after {
    background-image: url(../imgs/btn-open.webp);
    transition: opacity 0.4s;
  }
}
.main .p-resilience .item .headline .num {
  color: #b3a9a1;
  font-family: "operetta-12", serif;
  font-size: 0.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 0.54;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .headline .num {
    font-size: 0.7rem;
    text-align: left;
  }
}
.main .p-resilience .item .headline .catch {
  padding-top: 0.2rem;
  font-size: 0.25rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .headline .catch {
    padding-top: 0;
    font-size: 0.4rem;
    letter-spacing: 0.09em;
    text-align: left;
    line-height: 1.25;
  }
}
.main .p-resilience .item .headline .catch--small {
  padding-top: 1em;
  font-weight: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .headline .catch--small {
    padding-top: 0.04rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
.main .p-resilience .item .text {
  grid-row: 2/3;
  grid-column: 2/3;
  flex-direction: column;
  padding: 0.5rem 0.8rem;
}
@media screen and (min-width: 751px) {
  .main .p-resilience .item .text {
    display: flex !important;
    height: auto !important;
  }
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text {
    padding: 0.4rem 0.8rem 0.8rem;
  }
}
.main .p-resilience .item .text p {
  font-size: 0.16rem;
  letter-spacing: 0.09em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text p {
    font-size: 0.26rem;
    line-height: 1.9230769231;
  }
}
.main .p-resilience .item .text .note {
  padding-top: 0.16rem;
  font-size: 0.11rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .note {
    padding-top: 0.3rem;
    font-size: 0.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .note + .logo {
    margin-top: 0.3rem;
  }
}
.main .p-resilience .item .text .logo {
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo {
    margin: 0.8rem auto 0;
  }
}
.main .p-resilience .item .text .logo.aerotech {
  width: 1.38rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo.aerotech {
    width: 1.94rem;
  }
}
.main .p-resilience .item .text .logo.twobynext {
  width: 1.16rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo.twobynext {
    width: 1.75rem;
  }
}
.main .p-resilience .item .text .logo.twologos {
  display: flex;
  justify-content: space-between;
  width: 2.84rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo.twologos {
    width: 3.98rem;
  }
}
.main .p-resilience .item .text .logo.twologos img:first-child {
  width: 1.38rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo.twologos img:first-child {
    width: 1.94rem;
  }
}
.main .p-resilience .item .text .logo.twologos img:last-child {
  width: 1.16rem;
}
@media screen and (max-width: 750px) {
  .main .p-resilience .item .text .logo.twologos img:last-child {
    width: 1.74rem;
  }
}
.main .p-resilience .item .image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.main .p-resilience .item .image picture {
  display: block;
}
@media screen and (min-width: 751px) {
  .main .p-resilience .item .image picture {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  .main .p-resilience .item .image picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .p-resilience .item:nth-child(even) .image {
  grid-column: 2/3;
  grid-row: 1/2;
}/*# sourceMappingURL=unique.css.map */