.company__wrapper {
  width: 1200px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 1280px) {
  .company__wrapper {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 850px) {
  .company__wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 450px) {
  .company__wrapper {
    padding: 0 20px;
    margin-bottom: 56px;
  }
}
.company__img {
  width: 100%;
  height: 520px;
  margin-bottom: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .company__img {
    height: max(40.625vw, 240px);
  }
}
@media screen and (max-width: 850px) {
  .company__img {
    height: 240px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .company__img {
    height: 178px;
    margin-bottom: 32px;
  }
}
.company__content {
  margin-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .company__content {
    background: #fff;
    padding: 16px 20px 40px;
    border-radius: 8px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 450px) {
  .company__content {
    margin-bottom: 40px;
  }
}
.company__data {
  display: flex;
  align-items: center;
  border-bottom: solid 2px rgba(16, 24, 29, 0.06);
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 850px) {
  .company__data {
    display: block;
    padding: 24px 0;
  }
}
.company__data::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 40px;
  background: linear-gradient(90deg, #004FC8, #00A3EC);
}
.company__data-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  width: 240px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 850px) {
  .company__data-title {
    width: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .company__data-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.company__data-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #10181D;
}
.company__data-content.indent {
  text-indent: -20px;
  padding-left: 20px;
}
@media screen and (max-width: 450px) {
  .company__data-content {
    font-size: 15px;
  }
}
.company__data .googlemaps {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 30px 3px 10px;
  background: #fff;
  border: solid 1px #0B7BEC;
  border-radius: 20px;
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0B7BEC;
  position: relative;
}
.company__data .googlemaps::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 12px;
  width: 14px;
  height: 14px;
  background-image: url("../img/tpl/icon_link.svg");
  filter: invert(36%) sepia(47%) saturate(5737%) hue-rotate(197deg) brightness(101%) contrast(91%);
  background-size: contain;
}
.company__data .googlemaps:hover {
  background: #0B7BEC;
  color: #fff;
}
.company__data .googlemaps:hover::before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.company__data .group-link {
  display: inline-block;
  margin: 0 4px;
  color: #0B7BEC;
  display: inline;
}
.company__data .group-link:hover {
  text-decoration: underline;
}
.company__data .group-link img {
  margin-left: 4px;
  transform: translateY(2px);
  filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(942%) hue-rotate(181deg) brightness(92%) contrast(102%);
}

.guideline__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 450px) {
  .guideline__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.guideline__cards {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 850px) {
  .guideline__cards {
    flex-direction: column;
    row-gap: 24px;
  }
}
@media screen and (max-width: 450px) {
  .guideline__cards {
    row-gap: 20px;
  }
}
.guideline__card {
  width: 25%;
  background: rgba(31, 117, 224, 0.05);
  border-radius: 8px;
  padding: 32px 24px 56px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .guideline__card {
    padding: 24px 16px 48px;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .guideline__card {
    padding: 24px 16px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .guideline__card {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 850px) {
  .guideline__card-title {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    -moz-column-gap: 32px;
         column-gap: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 450px) {
  .guideline__card-title {
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-bottom: 12px;
  }
}
.guideline__card-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #10181D;
  margin-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .guideline__card-title p {
    flex: 1;
    text-align: left;
    margin: 0;
  }
}
.guideline__card-title img {
  width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}
@media screen and (max-width: 850px) {
  .guideline__card-title img {
    width: 140px;
    height: 68px;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .guideline__card-title img.square {
    width: 80px;
  }
}
.guideline__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #10181D;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 850px) {
  .guideline__card-text {
    font-size: 15px;
  }
}/*# sourceMappingURL=overview.css.map */