@keyframes pattern {
  0% {
    background-size: 0; }
  100% {
    background-size: 250px 250px, 250px 250px; } }
.about-us .inner {
  position: relative; }
  .about-us .inner:before, .about-us .inner:after {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    content: ''; }
  .about-us .inner:before {
    top: 3%;
    left: -22%;
    max-width: 138px;
    width: 25%;
    height: 200px;
    background-image: url(../img/about/img-about_us-01@2x.png);
    background-position: 0 0;
    z-index: -1; }

.about-us .inner:after {
  bottom: 0;
  right: -8%;
  max-width: 92px;
  width: 17%;
  height: 126px;
  background-image: url(../img/about/img-about_us-02@2x.png);
  background-position: 0 100%; }
  @media screen and (max-width: 480px) {
    .about-us .inner:after {
      right: -12%; } }

.about-us__recruit {
  margin-top: 20px; }

.about-idsa {
  display: -webkit-flex;
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    .about-idsa {
      display: block; } }

.about-idsa .section__box {
  position: relative;
  padding-bottom: 40px; }
  .about-idsa .section__box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/about/pic-about_idsa@2x.jpg);
    background-size: cover;
    content: '';
    z-index: -1; }

.about-policy:after {
  position: absolute;
  bottom: 3%;
  left: 3%;
  max-width: 168px;
  width: 25%;
  height: 146px;
  background-image: url(../img/about/img-about_policy@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  content: '';
  z-index: 1; }

.about-policy__figure {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px;
  width: 50%;
  height: 74%;
  transform: translate(-50%, -41%);
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .about-policy__figure {
      display: none; }
      .about-policy__figure + .about-policy__box {
        margin-top: 40px; } }

.about-policy__wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .about-policy__wrapper {
      display: block; } }
.about-policy__box {
  border-radius: 20px;
  background: #FAF6EF; }
  @media screen and (max-width: 480px) {
    .about-policy__box {
      border-radius: 10px; } }
  .about-policy__box .section__ttl {
    margin: 20px 0 -10px; }

.about-policy__list {
  width: 340px;
  padding: 0 40px 40px; }
  @media screen and (max-width: 768px) {
    .about-policy__list {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .about-policy__list {
      padding: 0 20px 20px; } }

.about-policy__list__item {
  position: relative;
  min-height: 7em;
  margin-top: 70px;
  padding: 20px 10px;
  background: #FFF; }
  @media screen and (max-width: 480px) {
    .about-policy__list__item {
      margin-top: 40px; } }
  .about-policy__list__item p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center; }

.about-policy__list__item:before {
  position: absolute;
  top: calc(-80px / 2);
  left: calc(50% - 80px / 2);
  width: 80px;
  height: 80px;
  background: #FFF;
  border-radius: 50%;
  color: #FF7056;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.0rem;
  text-align: center;
  line-height: 80px; }
  @media screen and (max-width: 480px) {
    .about-policy__list__item:before {
      top: calc(-60px / 2);
      left: calc(50% - 60px / 2);
      width: 60px;
      height: 60px;
      font-size: 1.6rem;
      line-height: 60px; } }
.about-policy__list__item:nth-child(1):before {
  content: "1"; }
.about-policy__list__item:nth-child(2):before {
  content: "2"; }
.about-policy__list__item:nth-child(3):before {
  content: "3"; }

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