@charset "UTF-8";
/**** 共通カラー ****/
h2 {
  font-size: 32px;
  font-family: "NotoSerifJP-Medium";
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.company_wrap {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .company_wrap {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.company_flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company_flex {
    flex-direction: column;
  }
}

.company_info {
  width: 50%;
}
@media screen and (max-width: 1239px) {
  .company_info {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .company_info {
    width: 100%;
  }
}
.company_info dl {
  border-top: solid 1px #A5B7C7;
  padding: 26px 0 24px 0;
  font-family: "NotoSerifJP-Medium";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .company_info dl {
    flex-direction: column;
    padding: 24px 0 22px 0;
    font-size: 14px;
  }
}
.company_info dl:last-of-type {
  border-bottom: solid 1px #A5B7C7;
  margin-bottom: 30px;
}
.company_info dl dt {
  width: 30%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .company_info dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
}
.company_info dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .company_info dl dd {
    width: 100%;
  }
}

.map {
  width: 37.5%;
  position: relative;
  aspect-ratio: 450/381;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1239px) {
  .map {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    aspect-ratio: 335/223;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.representative_wrap {
  padding-bottom: 130px;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .representative_wrap {
    flex-direction: column-reverse;
    padding-bottom: 146px;
  }
}
.representative_wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/company/company_deco.webp);
  background-size: contain;
  width: 31.25vw;
  aspect-ratio: 1;
  bottom: -11.1111111111vw;
  left: -60px;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 1239px) {
  .representative_wrap::before {
    bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .representative_wrap::before {
    width: 100vw;
    aspect-ratio: 1;
    top: 25%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
  }
}

.representative_info {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .representative_info {
    width: 100%;
  }
}
.representative_info .company-name {
  font-size: 16px;
  font-family: "NotoSerifJP-Medium";
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .representative_info .company-name {
    font-size: 14px;
    margin-top: 28px;
  }
}
.representative_info .name {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .representative_info .name {
    font-size: 20px;
  }
}
.representative_info .name span {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .representative_info .name span {
    font-size: 14px;
    margin-right: 10px;
  }
}
.representative_info .description {
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: solid 1px #A5B7C7;
}
@media screen and (max-width: 767px) {
  .representative_info .description {
    font-size: 14px;
  }
}
.representative_info ul li {
  position: relative;
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .representative_info ul li {
    font-size: 14px;
    align-items: flex-start;
  }
}
.representative_info ul li::before {
  content: "";
  border: solid 1px #A5B7C7;
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .representative_info ul li::before {
    margin-top: 10px;
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.representative_info ul li:last-of-type {
  margin-bottom: 0;
}

.representative-image {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .representative-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .representative-image img {
    width: 100%;
  }
}

.stage_flex {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .stage_flex {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.stage_item {
  width: 29%;
  margin-right: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .stage_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.stage_item .tit {
  margin-top: 10px;
  font-size: 16px;
  font-family: "NotoSerifJP-Regular";
}
@media screen and (max-width: 767px) {
  .stage_item .tit {
    margin-top: 14px;
    font-size: 14px;
  }
}
.stage_item .note {
  margin-top: 6px;
  font-size: 14px;
  font-family: "NotoSerifJP-Regular";
}
@media screen and (max-width: 767px) {
  .stage_item .note {
    margin-top: 10px;
    font-size: 12px;
  }
}
.stage_item .day {
  font-size: 12px;
  font-family: "NotoSerifJP-Regular";
  margin-top: 16px;
  background-color: #F6F7F8;
  padding: 8px 10px;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .stage_item .day {
    padding: 3px 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
}/*# sourceMappingURL=company.css.map */