body {
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  width: 80rem;
  margin: auto;
  height: 100%;
  z-index: -1;
  border-left: #dcdcdc 1px solid;
  border-right: #dcdcdc 1px solid;
}
@media screen and (max-width: 920px) {
  body::after {
    max-width: 27.5rem;
  }
}

.hero {
  background-repeat: no-repeat;
  background-position: top 5rem center;
  background-size: 100%;
  height: 76.8rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .hero {
    height: auto;
    padding-bottom: 4rem;
  }
}
.hero::after {
  content: "";
  border-top: 1px solid #dcdcdc;
  position: absolute;
  left: 50%;
  top: 52.8%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.hero .hero-border {
  position: absolute;
  left: 0;
  top: 5rem;
  width: 2rem;
  height: 1.5px;
  background-color: #212121;
}
@media screen and (max-width: 920px) {
  .hero .hero-border {
    top: 3.7rem;
    width: 0.8rem;
  }
}
.hero .hero-border:nth-child(2) {
  top: auto;
  bottom: 0;
}
.hero .hero-border:nth-child(3) {
  right: 0;
  left: auto;
}
.hero .hero-border:nth-child(4) {
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
}

.hero-main {
  padding: 11rem 0;
  opacity: 0;
  animation-name: heromain;
  animation-duration: 0.85s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
@media screen and (max-width: 920px) {
  .hero-main {
    padding: 11.5rem 0 7.5rem;
  }
}
.hero-main img {
  margin: 0 auto;
  max-width: 100rem;
}
@media screen and (max-width: 920px) {
  .hero-main img {
    max-width: 100%;
    height: 37rem;
    object-fit: cover;
  }
}

.hero-logo1 {
  position: absolute;
  left: 7rem;
  top: 22rem;
  z-index: 1;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 920px) {
  .hero-logo1 {
    left: 1.5rem;
    top: 9rem;
    width: 23.5rem;
  }
}

.hero-logo2 {
  position: absolute;
  right: 7rem;
  bottom: 7rem;
  z-index: 1;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 920px) {
  .hero-logo2 {
    right: 1.8rem;
    bottom: 7.2rem;
    width: 30.7rem;
  }
}

.hero-logo3 {
  position: absolute;
  top: 11rem;
  right: 7rem;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .hero-logo3 {
    top: 9rem;
    right: 1.8rem;
    width: 5.8rem;
  }
}

.hero-catch1 {
  position: absolute;
  left: 13.4rem;
  bottom: 7.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  opacity: 0;
  animation-name: herocatchanime2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}
@media screen and (max-width: 920px) {
  .hero-catch1 {
    -ms-writing-mode: inherit;
    writing-mode: horizontal-tb;
    display: inline;
    position: static;
    font-size: 1.6rem;
  }
}
.hero-catch1 span {
  position: relative;
  top: -1rem;
  left: 1rem;
}
@media screen and (max-width: 920px) {
  .hero-catch1 span {
    position: static;
  }
}

.hero-catch2 {
  position: absolute;
  font-size: 2.4rem;
  left: 13.3rem;
  bottom: 5.1rem;
  opacity: 0;
  animation-name: herocatchanime2;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
@media screen and (max-width: 920px) {
  .hero-catch2 {
    display: inline;
    position: static;
    font-size: 1.6rem;
    margin-right: -1.5rem;
  }
}

.hero-catchs {
  overflow: hidden;
}

@keyframes herocatchanime1 {
  0% {
    stroke-dashoffset: 1000px;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0px;
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes herocatchanime2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heromain {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.hero-stroke1 {
  position: absolute;
  left: 19.5rem;
  bottom: 5.5rem;
  width: 20.1rem;
}
@media screen and (max-width: 920px) {
  .hero-stroke1 {
    width: 7.3rem;
    left: 2.5rem;
    bottom: auto;
    top: 40.5rem;
  }
}

.section-title {
  font-size: 3.6rem;
}
@media screen and (max-width: 920px) {
  .section-title {
    font-size: 2.4rem;
  }
}
.section-title--small {
  font-size: 2.4rem;
}
@media screen and (max-width: 920px) {
  .section-title--small {
    font-size: 2rem;
  }
}
.section-title--after-border {
  padding-bottom: 6rem;
  position: relative;
}
.section-title--after-border::after {
  content: "";
  width: 3.6rem;
  height: 0px;
  background: transparent;
  border-bottom: 3px solid #212121;
  position: absolute;
  left: 0;
  bottom: 4.8rem;
}
@media screen and (max-width: 920px) {
  .section-title--after-border::after {
    width: 3.5rem;
    bottom: 4.2rem;
  }
}
.section-title--after-border.u-text-center::after {
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 920px) {
  .section-title--after-border.u-text-left_sp::after {
    left: 0;
    transform: translate(0, 0);
  }
}

.block-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 920px) {
  .block-title {
    font-size: 2rem;
  }
}

.border-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.message-block {
  display: flex;
  justify-content: space-between;
  background-image: url("../images/message-logo.svg");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: contain;
}
@media screen and (max-width: 920px) {
  .message-block {
    padding-top: 1rem;
    background-position: center top 0rem;
    flex-direction: column-reverse;
    background-size: 30.7rem;
  }
}
.message-block__visual {
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .message-block__visual {
    padding-left: 0;
  }
}
.message-block__visual > img {
  width: 45rem;
}
.message-block__visual::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2215%22%20viewBox%3D%220%200%2050%2015%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19266%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019266%22%20transform%3D%22translate(-658%20-83)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2250%22%20transform%3D%22translate(658%2090)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2215%22%20transform%3D%22translate(683%2083)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: -1rem;
  transform: translate(-50%, -100%);
}
.message-block__visual::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2215%22%20viewBox%3D%220%200%2050%2015%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19266%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019266%22%20transform%3D%22translate(-658%20-83)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2250%22%20transform%3D%22translate(658%2090)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2215%22%20transform%3D%22translate(683%2083)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, 100%);
}
.message-block__line {
  position: absolute;
  left: 0;
  top: 16rem;
  max-width: 23.6rem;
}
@media screen and (max-width: 920px) {
  .message-block__line {
    max-width: 14.2rem;
    left: auto;
    right: -0.8rem;
    top: 6.3rem;
  }
}
.message-block__logos {
  position: absolute;
  left: 0;
  top: -1.5rem;
}
@media screen and (max-width: 920px) {
  .message-block__logos {
    left: auto;
    top: -1.5rem;
    right: 0;
  }
}
.message-block__logos img {
  margin-bottom: 4.2rem;
  transition: 1.1s;
  max-width: 21.4rem;
}
@media screen and (max-width: 920px) {
  .message-block__logos img {
    margin-bottom: 0;
    max-width: 3.3rem;
    margin-left: 1.4rem;
  }
}
.message-block__logos img:nth-child(2) {
  transform: translateY(calc(-100% - 4.2rem));
}
@media screen and (max-width: 920px) {
  .message-block__logos img:nth-child(2) {
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
  }
  .message-block__logos img:nth-child(2).is-active {
    left: -3.8rem;
  }
}
.message-block__logos img:nth-child(3) {
  transform: translateY(calc(-200% - 8.4rem));
}
@media screen and (max-width: 920px) {
  .message-block__logos img:nth-child(3) {
    transform: translateX(calc(200% + 2rem));
    position: absolute;
    top: 0;
    left: -6.6rem;
    transform: translateX(0);
    position: absolute;
    top: 0;
    left: 0;
  }
  .message-block__logos img:nth-child(3).is-active {
    left: -7.6rem;
  }
}
.message-block__logos img.is-active {
  transform: none !important;
}
.message-block__body {
  padding-left: 7.3rem;
  padding-right: 11.3rem;
}
@media screen and (max-width: 920px) {
  .message-block__body {
    padding: 0;
    margin-bottom: 6.5rem;
  }
}
.message-block__body h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 920px) {
  .message-block__body h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 3.5rem;
  }
}

.charm-logo {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .charm-logo {
    left: auto;
    right: 1.5rem;
    top: -1.5rem;
    width: 4.7rem;
  }
}

.charm-no {
  position: absolute;
  left: 50%;
  top: 14rem;
  width: 10.6rem;
  transform: translate(-50%, 0) !important;
}
@media screen and (max-width: 920px) {
  .charm-no {
    transform: translate(0, 0) !important;
    height: 3.2rem;
    width: auto;
    right: 0;
    left: auto;
    bottom: 0.85rem;
    top: auto;
  }
}

.charm-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 13rem;
}
@media screen and (max-width: 920px) {
  .charm-block {
    display: block;
  }
}
.charm-block__logo {
  position: sticky;
  top: 9rem;
  left: 0;
  align-self: baseline;
  max-width: 37rem;
}
@media screen and (max-width: 920px) {
  .charm-block__logo {
    display: none;
  }
}
.charm-block__items {
  max-width: 500px;
  display: grid;
  gap: 5rem 0;
}
@media screen and (max-width: 920px) {
  .charm-block__items {
    gap: 4.5rem;
  }
}
.charm-block__item {
  padding-bottom: 5rem;
  position: relative;
}
.charm-block__item h3 {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 920px) {
  .charm-block__item h3 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 921px) {
  .charm-block__item p {
    padding-left: 1.3rem;
  }
}
@media screen and (max-width: 920px) {
  .charm-block__item {
    padding-bottom: 3.7rem;
  }
}
.charm-block__item::before {
  border-bottom: 1px solid #212121;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: 0.65s;
}
.charm-block__item::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D_8%22%20data-name%3D%22%E5%89%8D%E9%9D%A2%E3%82%AA%E3%83%96%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A7%E5%9E%8B%E6%8A%9C%E3%81%8D%208%22%20d%3D%22M26%2C36h0a10.061%2C10.061%2C0%2C0%2C0-10-9.943A10.041%2C10.041%2C0%2C0%2C0%2C26%2C16a10.021%2C10.021%2C0%2C0%2C0%2C2.932%2C7.108A9.9%2C9.9%2C0%2C0%2C0%2C36%2C26.057%2C10.062%2C10.062%2C0%2C0%2C0%2C26%2C36Z%22%20transform%3D%22translate(-16%20-16)%22%20fill%3D%22%23ada580%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  scale: 1.5;
  transition: 0.65s;
  left: 0;
  bottom: 0;
  transform: translate(-50%, 0.6rem);
}
.charm-block__item.is-active::before {
  width: 100%;
}
.charm-block__item.is-active::after {
  scale: 1;
  transform: translate(-50%, 1rem);
}

.flow-text-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.flow-text-wrap--border {
  padding: 3.85rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #f5f5f5;
}
@media screen and (max-width: 920px) {
  .flow-text-wrap--border {
    padding: 1.65rem 0;
  }
}

.flow-text {
  display: flex;
}
.flow-text img {
  width: 2614rem;
  max-width: none;
}
@media screen and (max-width: 920px) {
  .flow-text img {
    width: 136.5rem;
  }
}

.flow-text-wrap + .flow-text-wrap {
  border-top: 1px solid #212121;
  padding-top: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 920px) {
  .flow-text-wrap + .flow-text-wrap {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}

.workenv-items {
  display: flex;
}
@media screen and (max-width: 920px) {
  .workenv-items {
    display: block;
  }
}

.section-workenv {
  position: relative;
  overflow: hidden;
}
.section-workenv .flow-text-wrap {
  position: absolute;
  top: 22rem;
  left: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 920px) {
  .section-workenv .flow-text-wrap {
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 50vw);
    width: 100%;
    top: auto;
  }
}
.section-workenv .flow-text-wrap img {
  width: 407rem;
}
@media screen and (max-width: 920px) {
  .section-workenv .flow-text-wrap img {
    width: 122.8rem;
  }
}

.workenv-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .workenv-item {
    display: block;
    margin-bottom: 6rem;
  }
  .workenv-item:last-child {
    margin-bottom: 0;
  }
}
.workenv-item__visual {
  max-width: 42.3rem;
}
@media screen and (max-width: 920px) {
  .workenv-item__visual {
    max-width: 100%;
    margin-bottom: 3.6rem;
  }
}
.workenv-item__body {
  padding-left: 5.6rem;
}
@media screen and (max-width: 920px) {
  .workenv-item__body {
    padding: 0;
  }
}
.workenv-item h3 {
  margin-bottom: 3.6rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 920px) {
  .workenv-item h3 {
    font-size: 2rem;
    margin-bottom: 3.5rem;
  }
}

.section-staffvoice {
  position: relative;
}
.section-staffvoice .section-title {
  margin-bottom: 7rem;
}
.section-staffvoice .section-logos {
  position: absolute;
  right: 7rem;
  top: -7rem;
  mix-blend-mode: exclusion;
}
@media screen and (max-width: 920px) {
  .section-staffvoice .section-logos {
    max-width: 19.1rem;
    right: 1.5rem;
    top: -1rem;
  }
}
.section-staffvoice .section-logos img {
  transition: 1.1s;
}
.section-staffvoice .section-logos img:nth-child(2) {
  transform: translateY(-100%);
}
.section-staffvoice .section-logos img:nth-child(3) {
  transform: translateY(-200%);
}
.section-staffvoice .section-logos img.is-active {
  margin-bottom: 3.2rem;
  transform: none !important;
}
@media screen and (max-width: 920px) {
  .section-staffvoice .section-logos img.is-active {
    margin-bottom: 1.48rem;
  }
}

.staffvoice-item {
  display: flex;
  justify-content: space-between;
  gap: 0 10rem;
  align-items: end;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 920px) {
  .staffvoice-item {
    display: block;
  }
}
.staffvoice-item:last-child {
  margin-bottom: 0;
}
.staffvoice-item__visual {
  position: relative;
  max-width: 40rem;
  flex: 0 0 40rem;
}
@media screen and (max-width: 920px) {
  .staffvoice-item__visual {
    max-width: 100%;
    margin-bottom: 3.5rem;
  }
}
.staffvoice-item__visual::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2215%22%20viewBox%3D%220%200%2050%2015%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19266%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019266%22%20transform%3D%22translate(-658%20-83)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2250%22%20transform%3D%22translate(658%2090)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2215%22%20transform%3D%22translate(683%2083)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  top: -1rem;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 920px) {
  .staffvoice-item__visual::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2210%22%20viewBox%3D%220%200%2030%2010%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19308%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019308%22%20transform%3D%22translate(-658%20-82.991)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2230%22%20transform%3D%22translate(658%2087.991)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2210%22%20transform%3D%22translate(673%2082.991)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 3rem;
    height: 1rem;
  }
}
.staffvoice-item__visual::after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2215%22%20viewBox%3D%220%200%2050%2015%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19266%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019266%22%20transform%3D%22translate(-658%20-83)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2250%22%20transform%3D%22translate(658%2090)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2215%22%20transform%3D%22translate(683%2083)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  width: 5rem;
  height: 1.5rem;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 920px) {
  .staffvoice-item__visual::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2210%22%20viewBox%3D%220%200%2030%2010%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_19308%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2019308%22%20transform%3D%22translate(-658%20-82.991)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_199%22%20data-name%3D%22%E7%B7%9A%20199%22%20x2%3D%2230%22%20transform%3D%22translate(658%2087.991)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_200%22%20data-name%3D%22%E7%B7%9A%20200%22%20y1%3D%2210%22%20transform%3D%22translate(673%2082.991)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    width: 3rem;
    height: 1rem;
  }
}
.staffvoice-item__body {
  padding-bottom: 4rem;
  border-bottom: 1.5px solid #212121;
  max-width: 50rem;
  flex: 0 0 50rem;
}
@media screen and (max-width: 920px) {
  .staffvoice-item__body {
    max-width: 100%;
  }
}
.staffvoice-item__logos {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  transform: translate3d(0, 0, 0);
  mix-blend-mode: exclusion;
  right: -5.5rem;
  top: 1rem;
}
@media screen and (max-width: 920px) {
  .staffvoice-item__logos {
    right: auto;
    left: 0;
    top: -4rem;
  }
}
.staffvoice-item__logos img, .staffvoice-item__logos svg {
  transition: 1.2s;
}
.staffvoice-item__logos img:nth-child(2), .staffvoice-item__logos svg:nth-child(2) {
  transform: translateX(-100%);
}
.staffvoice-item__logos img:nth-child(2).is-active, .staffvoice-item__logos svg:nth-child(2).is-active {
  transform: translateX(1rem);
}
.staffvoice-item__logos img:nth-child(3), .staffvoice-item__logos svg:nth-child(3) {
  transform: translateX(-200%);
}
.staffvoice-item__logos img:nth-child(3).is-active, .staffvoice-item__logos svg:nth-child(3).is-active {
  transform: translateX(2rem);
}
@media screen and (max-width: 920px) {
  .staffvoice-item__logos img, .staffvoice-item__logos svg {
    width: 2.9rem;
  }
}
.staffvoice-item:nth-child(even) {
  flex-direction: row-reverse;
}
.staffvoice-item:nth-child(even) .staffvoice-item__logos {
  left: -5.5rem;
}
@media screen and (max-width: 920px) {
  .staffvoice-item:nth-child(even) .staffvoice-item__logos {
    left: auto;
    right: 2rem;
  }
}

.section-cuisine {
  position: relative;
  overflow: hidden;
}
.section-cuisine .flow-text-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .section-cuisine .flow-text-wrap {
    top: 56%;
  }
}
@media screen and (max-width: 920px) {
  .section-cuisine .flow-text-wrap img {
    width: 72rem;
  }
}

.cuisine-line {
  position: absolute;
  right: 3rem;
  z-index: 1;
  bottom: 15rem;
}
@media screen and (max-width: 920px) {
  .cuisine-line {
    right: -0.5rem;
    bottom: 5rem;
  }
}

.cuisine-items {
  display: flex;
}

.cuisine-item {
  transition: 0.8s;
  opacity: 0.5;
  rotate: -45deg;
  scale: 0.8;
}
.cuisine-item:nth-child(2) {
  transition-delay: 0.35s;
}
.cuisine-item:nth-child(3) {
  transition-delay: 0.7s;
}
.cuisine-item.is-active {
  opacity: 1;
  scale: 1;
  rotate: 0deg;
}
@media screen and (max-width: 920px) {
  .cuisine-item.is-active {
    scale: 1.22;
  }
}

/*# sourceMappingURL=index.css.map */
