@charset "UTF-8";
.profile {
  padding-bottom: 4rem;
}

.profile ul li {
  padding-left: 1.5rem;
}

.profile ul li:before {
  content: "・";
  margin-left: -1.5rem;
  margin-right: .5rem;
}

.profile a {
  color: #008a9d;
  text-decoration: underline;
}

.profile__address__img {
  display: block;
  width: 156px;
  margin: 1rem auto 2rem;
  position: relative;
  z-index: 10;
}

.profile__address__img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: -.5rem;
  bottom: .5rem;
  left: -.5rem;
  right: .5rem;
  position: absolute;
  background-color: #008a9d;
  z-index: -1;
}

.profile__address__office {
  margin-top: 1.5rem;
  color: #008a9d;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profile__table {
    margin-top: 2rem;
  }
  .profile__address__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile__address__img {
    margin: 1rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .profile__address__office {
    text-align: left;
  }
  .profile__address__office_btn {
    margin-top: 1rem;
  }
}

.history__ttl {
  padding: 1.5rem 0 1rem;
  background-color: #dfe3e3;
  color: #2d666e;
  font-size: 1.2rem;
}

.history__ttl__inner {
  display: block;
  width: min(90%, 750px);
  margin: auto;
}

.history__ttl .eng {
  margin-left: 1rem;
  font-size: .7em;
}

.history__body {
  padding: 2rem 0 4rem;
  background-image: url(../img/company__history__Bg.jpg);
  background-size: cover;
  background-position: center;
}

.history__box {
  margin-bottom: .5rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.history__item + .history__item {
  margin-top: .5rem;
}

.history__year {
  margin-bottom: .5rem;
  color: #008a9d;
}

.history__month {
  color: #008a9d;
}

@media screen and (min-width: 768px) {
  .history__ttl {
    font-size: clamp(1.2rem, -0.083rem + 2.26vw, 1.75rem);
  }
  .history__ttl .eng {
    font-size: .6em;
  }
  .history__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.87rem;
  }
  .history__year {
    width: 8rem;
    margin-bottom: 0;
  }
  .history__items {
    width: calc(100% - 8rem);
  }
  .history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .history__month {
    width: 2.5rem;
    margin-right: 2rem;
    line-height: 1.5;
    text-align: right;
    font-weight: 700;
  }
  .history__content {
    width: calc(100% - 4rem);
    line-height: 1.5;
  }
}

.license {
  padding-bottom: 4rem;
}

.license__ttl {
  margin-bottom: 2rem;
  padding: 1.5rem 0 1rem;
  background-color: #dfe3e3;
  color: #2d666e;
  font-size: 1.2rem;
}

.license__ttl__inner {
  display: block;
  width: min(90%, 750px);
  margin: auto;
}

.license__list {
  border: 1px solid #c0c0c0;
}

.license__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem;
  font-weight: 700;
}

.license__item:not(:last-of-type) {
  border-bottom: 1px solid #c0c0c0;
}

@media screen and (min-width: 768px) {
  .license__ttl {
    font-size: clamp(1.2rem, -0.083rem + 2.26vw, 1.75rem);
  }
  .license__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .license__item {
    width: 50%;
    padding: 1em;
  }
  .license__item:nth-of-type(odd) {
    border-right: 1px solid #c0c0c0;
  }
  .license__item:not(:last-of-type) {
    border-bottom: none;
  }
  .license__item:not(:nth-last-of-type(-n+2)) {
    border-bottom: 1px solid #c0c0c0;
  }
}
/*# sourceMappingURL=company.css.map */