.intro .flex-box {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.intro .flex-box .logo-box {
  background: #f8f8f8;
  padding: 20px 40px;
  cursor: pointer;
}
.intro .flex-box img {
  margin: 0 auto;
  width: auto;
  height: 80px;
}
.intro .flex-box .logo-box:nth-child(2) img {
  height: 75px;
  padding: 2.5px 0;
}
.intro .flex-box .logo-box:nth-child(3) img {
  height: 70px;
  padding: 5px 0;
}
.intro .flex-box .logo-box:nth-child(4) img {
  height: 75px;
  padding: 2.5px 0;
}
.intro .flex-box .btn {
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.intro .flex-box .btn .under {
  text-decoration: underline;
}
.intro .flex-box .btn .red {
  color: #cf111b;
  position: absolute;
  bottom: 0;
  right: -15px;
}
.intro .text-box {
  width: 1200px;
  max-width: 90%;
  margin: 70px auto;
  text-align: center;
}
.intro .text-box p {
  line-height: 250%;
}

.detail {
  background-image: url("../../../src/index/bg.webp");
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
  color: white;
}
.detail .flex-box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  width: 1000px;
  display: flex;
  padding-top: 150px;
  margin-top: -100px;
  margin-bottom: 80px;
}
.detail .circle {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.detail .circle img {
  padding: 10px;
}
.detail .img-flex {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.detail .img-flex img {
  width: calc(33.3333333333% - 10px);
}
.detail .img {
  width: 50%;
}
.detail .text {
  width: 50%;
}
.detail .text p {
  line-height: 200%;
  margin: 30px 0 30px 0;
}
.detail .text-flex {
  display: flex;
}
.detail .text-flex h2 {
  font-size: 35px;
  padding-top: 0;
  line-height: 150%;
}
.detail .text-flex .title {
  padding-left: 5%;
}
.detail .talk {
  margin-bottom: 10px;
}
.detail .talk span {
  display: inline-block;
  background: white;
  padding: 15px 40px;
  color: #cf111b;
  position: relative;
  border-radius: 9999px;
  font-size: 14px;
  z-index: 10;
}
.detail .talk span::before {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../../../src/company/business/talk.webp");
  background-size: contain;
  position: absolute;
  top: 45%;
  left: -10px;
  transform: translate(0, -50%);
  z-index: -1;
}
.detail .flex-box:nth-child(odd) .img {
  padding-right: 5%;
}
.detail .flex-box:nth-child(odd) .talk.move {
  margin-left: 15%;
}
.detail .flex-box:nth-child(even) {
  flex-direction: row-reverse;
}
.detail .flex-box:nth-child(even) .img {
  padding-left: 5%;
}
.detail .flex-box:nth-child(even) .talk.move {
  margin-right: 15%;
}
.detail .flex-box:nth-child(even) .talk {
  text-align: right;
}
.detail .flex-box:nth-child(even) .talk span {
  text-align: left;
}
.detail .flex-box:nth-child(even) .talk span::before {
  left: auto;
  right: -10px;
  background-image: url("../../../src/company/business/talk2.webp");
}

.map .block {
  width: 1200px;
  max-width: 90%;
  margin: 50px auto;
  display: flex;
  /*
  .title {
      margin: 0 auto;
      margin-left: 0;
      margin-right: 20%;
      font-weight: 600;
      font-size: 30px;
      line-height: 300%;
      //width: fit-content;
      span {
          font-size: 40px;
      }
  }*/
}
.map .block .text {
  width: 30%;
  writing-mode: vertical-rl;
}
.map .block .title {
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.map .block .img {
  width: 70%;
}
.map .block .img img {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .intro .flex-box {
    width: 700px;
    flex-wrap: wrap;
  }
  .text-box p {
    text-align: left;
  }
  .text-box br.pc {
    display: none !important;
  }
  .detail .text-flex h2 {
    font-size: 30px;
  }
  .detail .text-flex h2 br.pc {
    display: none !important;
  }
  .map .block {
    flex-direction: column;
  }
  .map .block .text {
    writing-mode: horizontal-tb;
    width: 100%;
    margin-bottom: 0px;
  }
  .map .block .title {
    width: 100%;
  }
  .map .block .img {
    margin-left: auto;
  }
}
@media (max-width: 900px) {
  .detail .talk {
    margin-bottom: 30px;
  }
  .talk-box {
    margin-top: 30px;
  }
  .pc.talk-box {
    display: none !important;
  }
  .sp.talk-box {
    display: block !important;
  }
  .detail .flex-box:nth-child(even) .talk span::before {
    top: -10px;
    left: 20px;
    transform: translate(0, 0%);
    background-image: url("../../../src/company/business/talk3.webp");
  }
  .detail .flex-box:nth-child(odd) .talk span::before {
    top: -10px;
    right: 20px;
    left: auto;
    transform: translate(0, 0%);
    background-image: url("../../../src/company/business/talk3.webp");
  }
  .detail .flex-box:nth-child(even) .talk.move {
    margin-right: 0;
  }
  .detail .flex-box:nth-child(odd) .talk.move {
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .intro .flex-box {
    flex-direction: column;
    margin: 50px auto;
  }
  .intro .text-box {
    margin: 50px auto;
  }
  .detail {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .detail .flex-box {
    padding-top: 100px;
    margin-top: -100px;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }
  .detail .flex-box .text {
    width: 100%;
  }
  .detail .flex-box .img {
    width: 100%;
  }
  .detail .flex-box:nth-child(odd) .img {
    padding: 0;
  }
  .detail .flex-box:nth-child(even) {
    flex-direction: column-reverse;
  }
  .detail .flex-box:nth-child(even) .img {
    padding: 0;
  }
  .detail .talk span {
    padding: 15px 20px;
    font-size: 13px;
  }
  .map .block .title {
    font-size: 25px;
    line-height: 200%;
  }
  .map .block .title span {
    font-size: 30px;
  }
  .map .block .img {
    width: 100%;
  }
  .map .block .img img {
    width: 100%;
  }
}/*# sourceMappingURL=business.css.map */