@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&Barlow&display=swap");

.anchor {
  padding: 30px 0;
}
.anchor__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.anchor__item {
  width: calc(50% - 5px);
  min-height: 50px;
}
.anchor__item_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 25px 10px 15px;
  background-color: #26408d;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}
.anchor__item_link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(90deg);
  width: 8px;
  height: 16px;
  background: url(../images/icon_arrow_white.svg) no-repeat center/contain;
}

.about {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.about .c_table {
  margin-bottom: 16px;
}
.about .c_table .c_link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about .c_table .c_link::before {
  display: none;
}
.about__note {
  color: #676771;
  font-size: 0.75rem;
}

.history {
  padding: 60px 0;
}
.history__item {
  display: flex;
}
.history__item_date {
  flex-shrink: 0;
  width: 40px;
}

.sales {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.sales__image {
  max-width: 300px;
  margin: 0 auto 30px;
}
.sales__title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}
.sales__item {
  position: relative;
  font-weight: 500;
  padding-left: 30px;
}
.sales__item:last-child {
  margin-bottom: 0;
}
.sales__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.sales__item.blue::before {
  background-color: #185e86;
}
.sales__item.green::before {
  background-color: #499362;
}
.sales__item.yellow::before {
  background-color: #debc18;
}

.access {
  padding: 60px 0;
  background-color: #f6f7f9;
}
.access__info {
  max-width: 750px;
  margin: 0 auto 30px;
}
.access__info_image {
  max-width: 225px;
  margin: 0 auto 30px;
}
.access__info_logo {
  width: 270px;
  margin-bottom: 20px;
}
.access__info_text {
  font-weight: 500;
}
.access__info_text .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.access__info_text .icon--color1 {
  background-color: #f5a929;
}
.access__info_text .icon--color2 {
  background-color: #01ac96;
}
.access__map {
  height: 300px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.group {
  padding: 60px 0;
}
.group__list {
  margin-bottom: 30px;
  border-bottom: 1px solid #cdd2d7;
}
.group__item {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-top: 1px solid #cdd2d7;
}
.group__item_image {
  margin: 0 5px 2px 0;
  flex-shrink: 0;
  width: 60px;
}
.group__item_image.none {
  display: none;
}
.group__item_title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-weight: 400;
}
.group__item_text {
  margin-top: -12px;
  padding-left: 72px;
}
.group .c_link::before {
  top: 10px;
}
.group .c_link--none {
  pointer-events: none;
}
.group .c_link--none::before {
  display: none;
}
@media screen and (min-width: 425px){
  .anchor__item_link {
    font-size: 0.875rem;
  }
  .group__item_image {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px){
  .access__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .access__info_image {
    width: 170px;
    flex-shrink: 0;
    margin: 0 30px 0 0;
  }
  .group__item {
    align-items: center;
    flex-direction: row;
  }
  .group__item_title {
    margin-right: 20px;
  }
  .group__item_text {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px){
  .anchor__list {
    flex-wrap: nowrap;
  }
  .anchor__item {
    width: 20%;
  }
  .sales__main {
    display: flex;
    align-items: center;
  }
  .sales__image {
    max-width: 440px;
    width: 40%;
    margin: 0 50px 0 0;
  }
  .access__info_image {
    width: 225px;
  }
  .group__item_image.none {
    display: block;
  }
  .group__item_title {
    flex-shrink: 0;
    width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 992px){
  .page_intro__content {
    padding-top: 44px;
  }
  .anchor {
    padding: 60px 0;
  }
  .anchor__list {
    justify-content: space-between;
  }
  .anchor__item {
    width: clamp(10.625rem, 10.4166666667vw + 4.1666666667rem, 12.5rem);
    min-height: 72px;
  }
  .anchor__item:hover {
    opacity: 0.7;
  }
  .anchor__item_link::before {
    right: 24px;
  }
  .about {
    padding: 110px 0 100px;
  }
  .about .c_table .tel {
    pointer-events: none;
  }
  .about .c_table .link:hover {
    text-decoration: underline;
  }
  .about__note {
    font-size: 0.875rem;
  }
  .history {
    padding: 100px 0;
  }
  .history .c_table__th,
  .history .c_table__td {
    padding: 27px 20px;
  }
  .history__item_date {
    width: 50px;
  }
  .sales {
    padding: 112px 0 100px;
  }
  .sales__main {
    justify-content: space-between;
  }
  .sales__image {
    width: 100%;
  }
  .sales__content {
    width: 100%;
    max-width: 560px;
  }
  .sales__title {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .sales__item::before {
    width: 20px;
    height: 20px;
  }
  .access {
    padding: 100px 0;
  }
  .access__info {
    align-items: flex-start;
    max-width: 925px;
    margin: 0 auto 50px;
  }
  .access__info_content {
    padding-top: 38px;
  }
  .access__info_logo {
    width: 400px;
    margin-bottom: 42px;
  }
  .access__info_text {
    font-size: 1.125rem;
  }
  .access__info_text .tel {
    pointer-events: none;
  }
  .access__info_text .icon {
    top: 3px;
    width: 20px;
    height: 20px;
  }
  .access__map {
    height: 545px;
  }
  .group {
    padding: 110px 0 160px;
  }
  .group__item {
    padding: 30px 20px;
  }
  .group__item_image {
    width: 90px;
    margin-right: 15px;
  }
  .group__item_title {
    width: 475px;
  }
  .group .c_link {
    padding-right: 21px;
  }
  .group .c_link::before {
    top: 12px;
  }
}
/*# sourceMappingURL=maps/company.css.map */
