@charset "UTF-8";
/* --------------------------------------------
 * 運営会社 / company
 * -------------------------------------------- */
.company .under-mv_sub-hg {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .company .under-mv_sub-hg {
    margin-bottom: 40px;
  }
}
@media (max-width: 499px) {
  .company .under-mv_sub-hg {
    margin-bottom: 30px;
  }
}

@media (max-width: 499px) {
  .company .under-mv::after {
    width: 11vw;
  }
}
@media (max-width: 499px) {
  .company .under-mv::before {
    width: 13vw;
  }
}

.company__inner-list.--primary li {
  padding-left: 16px;
  position: relative;
  line-height: 1.8;
}
.company__inner-list.--primary li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background-color: var(--yellow);
  border-radius: 50%;
}

/* 会社情報、動物取扱業登録 リスト */
.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .company__list {
    margin-top: -30px;
  }
}
.company__list dt,
.company__list dd {
  padding: 50px;
}
@media (max-width: 834px) {
  .company__list dt,
  .company__list dd {
    padding: 30px;
  }
}
.company__list dt {
  width: 23%;
  margin-right: 2px;
}
@media (max-width: 834px) {
  .company__list dt {
    width: 100%;
    border-bottom: none;
    padding: 16px 0 0 0;
  }
}
.company__list dd {
  width: 75%;
}
@media (max-width: 834px) {
  .company__list dd {
    min-width: 140px;
    padding: 16px 0 16px 0;
    width: 100%;
    font-size: 1.6rem;
  }
}
@media (max-width: 499px) {
  .company__list dd {
    padding-top: 0px;
  }
}

/* 会社情報 */
.company-profile {
  padding-bottom: 36vw;
  position: relative;
}
.company-profile::after {
  background: url(../img/under/company/company-profile_coral02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 20%;
  aspect-ratio: 669/699;
  bottom: 13vw;
  left: 0px;
  z-index: -1;
}
.company-profile::before {
  background: url(../img/under/company/company-profile_coral01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 45%;
  aspect-ratio: 1460/1571;
  bottom: 1vw;
  right: 0;
  z-index: -1;
}

.company__phone {
  display: inline-block;
}

.company__phone-main {
  display: inline-block;
}
@media (max-width: 834px) {
  .company__phone-main {
    margin-top: 8px;
  }
}
.company__phone-main span {
  min-width: 90px;
}
@media (max-width: 834px) {
  .company__phone-main span {
    min-width: auto;
  }
}

.company__phone-aquarium {
  text-align: right;
}
.company__phone-aquarium span {
  min-width: 90px;
  display: inline-block;
}
@media (max-width: 834px) {
  .company__phone-aquarium span {
    min-width: auto;
  }
}

/* 沿革 */
.company-history {
  background: var(--blue-green);
  position: relative;
  padding-bottom: 33vw;
}
.company-history::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/company/history_separator01.webp);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1680/705;
  background-position: bottom center;
  top: -32.5vw;
  left: 0;
  z-index: 0;
}
.company-history::before {
  background: url(../img/under/company/history_item01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 16%;
  aspect-ratio: 502/428;
  top: -21vw;
  left: 80%;
  z-index: 1;
}
@media (max-width: 499px) {
  .company-history::before {
    width: 24%;
    left: 70%;
  }
}

.company-history__bg01 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  width: 19%;
  background-image: url(../img/under/company/history_coral01.webp);
  aspect-ratio: 785/834;
  right: 0;
  bottom: 19vw;
}

@media (max-width: 834px) {
  .company__history-list {
    padding-left: 20px;
  }
}
.company__history-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 834px) {
  .company__history-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 834px) {
  .company__history-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 18px;
    height: 100%;
    width: 2px;
    background: repeating-linear-gradient(to bottom, #7dc6f0, #7dc6f0 2px, transparent 2px, transparent 6px);
  }
}

.company__history-mark {
  position: relative;
  z-index: 1;
}
.company__history-mark::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -0.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 4px solid var(--yellow);
  border-radius: 50%;
  background-color: var(--blue-green);
}
@media (max-width: 834px) {
  .company__history-mark::after {
    top: 21px;
  }
}
@media (max-width: 834px) {
  .company__history-mark {
    display: none;
  }
}

.company__history-date {
  width: 20%;
  position: relative;
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .company__history-date {
    width: 100%;
    text-align: left;
    padding-left: 8px;
  }
}
@media (max-width: 834px) {
  .company__history-date::after {
    content: "";
    position: absolute;
    top: 19px;
    left: -19px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 4px solid var(--yellow);
    border-radius: 50%;
    background-color: var(--blue-green);
  }
}
.company__history-date span {
  font-family: var(--gra);
  font-weight: bold;
  font-size: 3.2rem;
}
@media (max-width: 834px) {
  .company__history-date span {
    font-size: 2.4rem;
  }
}
@media (max-width: 499px) {
  .company__history-date span {
    font-size: 2rem;
  }
}

.company__history-content {
  width: 75%;
  padding-bottom: 86px;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 834px) {
  .company__history-content {
    font-size: 1.6rem;
    padding-top: 0px;
    padding-bottom: 30px;
    width: 100%;
  }
}
.company__history-list > li:not(:last-child) .company__history-content::before {
  content: "";
  position: absolute;
  left: -31px;
  top: 18px;
  height: 100%;
  width: 2px;
  background: repeating-linear-gradient(to bottom, #7dc6f0, #7dc6f0 2px, transparent 2px, transparent 6px);
}
@media (max-width: 1100px) {
  .company__history-list > li:not(:last-child) .company__history-content::before {
    left: -27px;
  }
}
@media (max-width: 930px) {
  .company__history-list > li:not(:last-child) .company__history-content::before {
    left: -25px;
  }
}
@media (max-width: 834px) {
  .company__history-list > li:not(:last-child) .company__history-content::before {
    left: -41px;
    content: none;
  }
}

.same-year .company__history-content {
  padding-bottom: 30px;
}
@media (max-width: 834px) {
  .same-year .company__history-content {
    padding-bottom: 10px;
  }
}

/* 動物取扱業登録 */
.under-page main section.company-animal-reg {
  padding-bottom: 34vw;
}

.company-animal-reg {
  position: relative;
}
.company-animal-reg::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-image: url(../img/under/company/animal-reg_separator01.webp);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3356/1214;
  background-position: bottom center;
  top: -24.5vw;
  left: 0;
  z-index: 0;
}
.company-animal-reg::before {
  content: "";
  display: block;
  width: 18%;
  position: absolute;
  background-image: url(../img/under/company/animal-reg_item01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 632/452;
  background-position: bottom center;
  top: -24.5vw;
  left: 4%;
  z-index: 1;
}
@media (max-width: 499px) {
  .company-animal-reg::before {
    width: 26%;
  }
}

.company-sub-ttl {
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .company-sub-ttl {
    font-size: 3.8rem;
  }
}
@media (max-width: 834px) {
  .company-sub-ttl {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
@media (max-width: 499px) {
  .company-sub-ttl {
    margin-bottom: 30px;
    font-size: 2.1rem;
  }
}

.company-animal-reg__bg01 {
  position: absolute;
  width: 20%;
  background-image: url(../img/under/company/animal-reg_coral01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 693/719;
  left: 5%;
  bottom: 6.5vw;
  z-index: 1;
}/*# sourceMappingURL=company.css.map */