.sect-headline-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #2c3686;
}
.sect-headline-secondary .string {
  padding: 0 0 0.8rem;
  color: #2C3686;
}

.sect-company-policy {
  position: relative;
}

.area-company-policy .body .contents .list-policy {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.area-company-policy .body .contents .list-policy .item {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(16rem, 33.3333333333vw, 22rem);
  width: 100%;
  height: clamp(16rem, 33.3333333333vw, 22rem);
  background-color: #4251c1;
  -webkit-clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
          clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
}
.area-company-policy .body .contents .list-policy .item .sentence {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
}
.area-company-policy .body .contents .list-policy .item .sentence .string {
  color: #fff;
}
.area-company-policy .body .contents .list-policy .item .sentence .string.number {
  padding-bottom: 1.2rem;
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-family: "Poppins-SemiBold", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  letter-spacing: 0.15rem;
  line-height: 1;
  scale: 0.9 1;
}
.area-company-policy .body .contents .list-policy .item .sentence .string.catch {
  font-size: clamp(2.8rem, 5.8333333333vw, 3.6rem);
  font-weight: bold;
}
.area-company-policy .body .contents .list-policy .item .sentence .string.en-text {
  color: #fff;
  font-family: "Poppins-Medium", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
@media screen and (max-width: 600px) {
  .area-company-policy .body .contents .list-policy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, -webkit-max-content);
    grid-template-rows: repeat(2, max-content);
    grid-template-areas: ". item01 item01 ." "item02 item02 item03 item03";
  }
  .area-company-policy .body .contents .list-policy .item:nth-of-type(1) {
    grid-area: item01;
    margin-right: auto;
    margin-left: auto;
  }
  .area-company-policy .body .contents .list-policy .item:nth-of-type(2) {
    grid-area: item02;
    margin-right: auto;
    margin-left: auto;
  }
  .area-company-policy .body .contents .list-policy .item:nth-of-type(3) {
    grid-area: item03;
    margin-right: auto;
    margin-left: auto;
  }
}

.area-strong-point .body .contents .summary {
  text-align: center;
}

.area-company-profile .body .contents .desc-company-profile .d-item {
  display: flex;
}
.area-company-profile .body .contents .desc-company-profile .d-item .d-title,
.area-company-profile .body .contents .desc-company-profile .d-item .d-detail {
  width: 100%;
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-right: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-left: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-company-profile .body .contents .desc-company-profile .d-item .d-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dfe2f2;
}
.area-company-profile .body .contents .desc-company-profile .d-item .d-detail {
  background-color: white;
}
.area-company-profile .body .contents .desc-company-profile .d-item .d-title {
  max-width: 25%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
.area-company-profile .body .contents .desc-company-profile .d-item .d-detail {
  display: flex;
  align-items: center;
  max-width: 75%;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: white;
}
.area-company-profile .body .contents .desc-company-profile .d-item:first-of-type .d-title {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 601px) {
  .area-company-profile .body .contents .desc-company-profile .d-item:first-of-type .d-detail {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  .area-company-profile .body .contents .desc-company-profile .d-item {
    flex-direction: column;
  }
  .area-company-profile .body .contents .desc-company-profile .d-item .d-title,
.area-company-profile .body .contents .desc-company-profile .d-item .d-detail {
    max-width: 100%;
  }
  .area-company-profile .body .contents .desc-company-profile .d-item .d-title {
    border-right: 1px solid #ccc;
  }
  .area-company-profile .body .contents .desc-company-profile .d-item .d-detail {
    border-left: 1px solid #ccc;
  }
}

.area-company-history .head .contents .desc-company-history .d-item {
  display: flex;
}
.area-company-history .head .contents .desc-company-history .d-item .d-title,
.area-company-history .head .contents .desc-company-history .d-item .d-detail {
  width: 100%;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
  padding-right: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-left: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-company-history .head .contents .desc-company-history .d-item .d-title {
  position: relative;
  display: flex;
  max-width: 15%;
  padding-right: 4%;
}
.area-company-history .head .contents .desc-company-history .d-item .d-title::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #2c3686;
  z-index: -1;
}
.area-company-history .head .contents .desc-company-history .d-item .d-title .string {
  text-transform: uppercase;
}
.area-company-history .head .contents .desc-company-history .d-item .d-detail {
  max-width: 85%;
  width: 100%;
  padding-left: 4%;
}
.area-company-history .head .contents .desc-company-history .d-item:not(:last-of-type) .d-title::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  right: 0.6rem;
  width: 0.4rem;
  height: 100%;
  background-color: #2c3686;
  z-index: -3;
}
@media screen and (max-width: 600px) {
  .area-company-history .head .contents .desc-company-history .d-item:not(:last-of-type) .d-title::after {
    top: 0.6rem;
    right: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .area-company-history .head .contents .desc-company-history .d-item .d-title {
    max-width: 25%;
  }
  .area-company-history .head .contents .desc-company-history .d-item .d-detail {
    max-width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .area-company-history .head .contents .desc-company-history .d-item .d-title {
    max-width: 30%;
  }
  .area-company-history .head .contents .desc-company-history .d-item .d-title::before {
    top: 0.6rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .area-company-history .head .contents .desc-company-history .d-item .d-detail {
    max-width: 70%;
  }
}
.area-company-history .body .contents .company-item {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-company-history .body .contents .company-item .title-main {
  padding-bottom: 2.4rem;
}
.area-company-history .body .contents .company-item .info {
  display: flex;
  justify-content: space-between;
}
.area-company-history .body .contents .company-item .info .disp {
  max-width: 35%;
  width: 100%;
}
.area-company-history .body .contents .company-item .info .desc-company-our {
  max-width: 61%;
  width: 100%;
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item {
  display: flex;
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-title,
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-detail {
  width: 100%;
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-right: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-left: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-title {
  display: flex;
  max-width: 25%;
  background-color: #d2d6ed;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-title .string {
  text-transform: uppercase;
  margin: auto;
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-detail {
  max-width: 75%;
  width: 100%;
  background-color: white;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 836px) {
  .area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-detail {
    border-left: 1px solid #ccc;
  }
}
.area-company-history .body .contents .company-item .info .desc-company-our .d-item:first-of-type .d-title {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 837px) {
  .area-company-history .body .contents .company-item .info .desc-company-our .d-item:first-of-type .d-detail {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 836px) {
  .area-company-history .body .contents .company-item .info .desc-company-our .d-item {
    flex-direction: column;
  }
  .area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-title,
.area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-detail {
    max-width: 100%;
  }
  .area-company-history .body .contents .company-item .info .desc-company-our .d-item .d-detail {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.area-company-history .body .contents .company-item:not(:last-of-type) .info {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
@media screen and (max-width: 600px) {
  .area-company-history .body .contents .company-item .info {
    flex-direction: column;
  }
  .area-company-history .body .contents .company-item .info .disp,
.area-company-history .body .contents .company-item .info .desc-company-our {
    max-width: 100%;
  }
  .area-company-history .body .contents .company-item .info .disp {
    margin-bottom: 1.2rem;
  }
}
.area-company-history .foot .contents .gmap {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.area-company-history .foot .contents .gmap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-company-group .body .contents .company-item .title-main {
  padding-bottom: 2.4rem;
}
.area-company-group .body .contents .company-item .info {
  display: flex;
  justify-content: space-between;
}
.area-company-group .body .contents .company-item .info .disp {
  max-width: 35%;
  width: 100%;
}
.area-company-group .body .contents .company-item .info .desc-company-group {
  max-width: 61%;
  width: 100%;
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item {
  display: flex;
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-title,
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-detail {
  width: 100%;
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-right: clamp(1.2rem, 2.5vw, 2.4rem);
  padding-left: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-title {
  display: flex;
  max-width: 25%;
  background-color: #d2d6ed;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-title .string {
  text-transform: uppercase;
  margin: auto;
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-detail {
  max-width: 75%;
  width: 100%;
  background-color: white;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 836px) {
  .area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-detail {
    border-left: 1px solid #ccc;
  }
}
.area-company-group .body .contents .company-item .info .desc-company-group .d-item:first-of-type .d-title {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 837px) {
  .area-company-group .body .contents .company-item .info .desc-company-group .d-item:first-of-type .d-detail {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 836px) {
  .area-company-group .body .contents .company-item .info .desc-company-group .d-item {
    flex-direction: column;
  }
  .area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-title,
.area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-detail {
    max-width: 100%;
  }
  .area-company-group .body .contents .company-item .info .desc-company-group .d-item .d-detail {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.area-company-group .body .contents .company-item:not(:last-of-type) .info {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
@media screen and (max-width: 600px) {
  .area-company-group .body .contents .company-item .info {
    flex-direction: column;
  }
  .area-company-group .body .contents .company-item .info .disp,
.area-company-group .body .contents .company-item .info .desc-company-group {
    max-width: 100%;
  }
  .area-company-group .body .contents .company-item .info .disp {
    margin-bottom: 1.2rem;
  }
}
/*# sourceMappingURL=company.css.map */