#main .staff-story .sec_title {
  font-size: 5rem;
  text-align: center;
}
#main .staff-story .box_title {
  font-size: 3.2rem;
}
#main .staff-story .box_text {
  text-align: justify;
  text-justify: inter-ideograph;
  border-left: var(--black) solid 1px;
  padding-left: 2rem;
  margin-top: 3rem;
}
#main .staff-story > .img img {
  width: 100%;
}
#main .staff-story .greet .flex {
  position: relative;
}
#main .staff-story .greet .flex .col:nth-child(2) {
  width: 100%;
  text-align: right;
  line-height: 1;
  margin-left: auto;
}
#main .staff-story .greet .flex .col:nth-child(2) img {
  width: 100%;
  height: auto;
}
#main .staff-story .greet .flex .col:nth-child(1) {
  height: 100%;
  background: linear-gradient(to right, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 80%, rgba(241, 241, 241, 0) 100%);
  padding: 3em;
  display: flex;
  align-items: center;
}
#main .staff-story .greet .flex .col:nth-child(1) .name {
  text-align: right;
  margin-top: 2rem;
}
#main .staff-story .greet .flex .col:nth-child(1) .name p {
  border: var(--black) solid 1px;
  padding: 1.5rem 2.5rem;
  display: inline-block;
}
#main .staff-story .greet .flex .col:nth-child(1) .name p .big {
  padding-left: 1em;
}
#main .staff-story .greet_02 {
  width: 80% !important;
}
#main .staff-story .greet_02 .flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1em;
  margin-left: -1em;
}
#main .staff-story .greet_02 .flex:nth-child(2) {
  flex-direction: row-reverse;
}
#main .staff-story .greet_02 .flex:nth-child(2) .col-30 {
  text-align: right;
}
#main .staff-story .greet_02 .flex .col-30 {
  width: 70%;
  padding: 1em;
}
#main .staff-story .greet_02 .flex .col-70 {
  width: 100%;
  padding: 1em;
}
#main .staff-story .relations .flex {
  display: flex;
  flex-wrap: wrap;
}
#main .staff-story .relations .flex a {
  color: #fff;
  transition: all 0.6s;
}
#main .staff-story .relations .flex a:hover {
  color: #fff;
}
#main .staff-story .relations .flex a:hover .img {
  transform: scale(1.1) !important;
}
#main .staff-story .relations .flex a:hover .img:after {
  opacity: 0;
  transition: all 0.6s;
}
#main .staff-story .relations .flex a:hover .box_title {
  opacity: 0;
  transition: all 0.6s;
}
#main .staff-story .relations .flex .box_staff {
  width: 50%;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
#main .staff-story .relations .flex .box_staff:nth-child(1) {
  width: 100%;
  padding-top: 100%;
}
#main .staff-story .relations .flex .box_staff .img {
  width: 100%;
  height: 100%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
#main .staff-story .relations .flex .box_staff .img img {
  width: 100%;
  height: auto;
}
#main .staff-story .relations .flex .box_staff .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.45;
}
#main .staff-story .relations .flex .box_staff .box_title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -35%);
}
#main .staff-story .relations .flex .box_staff .box_title .jpn {
  font-size: 3.6rem;
  display: block;
}
#main .staff-story .relations .flex .box_staff .box_title .eng {
  font-size: 2.4rem;
  display: block;
}
#main .staff-story .relations .flex .box_staff .box_title img {
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  transition: all 0.6s;
}
@media screen and (max-width: 519px) {
  #main .staff-story .sec_title {
    font-size: 6.3vw !important;
  }
  #main .staff-story .box_title {
    font-size: 5.3vw !important;
  }
}
@media screen and (min-width: 520px) {
  #main .staff-story .relations .flex .box_staff {
    width: 33.333%;
    padding-top: 33.333%;
  }
  #main .staff-story .relations .flex .box_staff:nth-child(1), #main .staff-story .relations .flex .box_staff:nth-child(2) {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (min-width: 960px) {
  #main .staff-story .greet .flex .col:nth-child(1) {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 4em;
  }
  #main .staff-story .greet .flex .col:nth-child(2) {
    width: 70%;
  }
  #main .staff-story .greet .flex .col:nth-child(2) img {
    width: auto;
    height: 100%;
  }
  #main .staff-story .greet_02 .flex .col-30 {
    width: 35%;
  }
  #main .staff-story .greet_02 .flex .col-70 {
    width: 65%;
  }
  #main .staff-story .relations .flex .box_staff {
    width: 25% !important;
    padding-top: 25% !important;
  }
}
@media screen and (min-width: 1200px) {
  #main .staff-story .greet .flex .col:nth-child(2) {
    width: 70%;
  }
}/*# sourceMappingURL=story.css.map */