@charset "UTF-8";
.safestage-box {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
}
.safestage-box h2 {
  font-size: 30px;
  color: #523c3c;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
.safestage-box p {
  color: #e7cbb4;
  margin: 30px 0;
}
.safestage-box .stage-flex {
  display: flex;
  gap: 50px;
  margin: 50px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.safestage-box .stage-flex .card {
  width: 350px;
  min-width: 350px;
  max-width: 90%;
  border: solid 2px #e7cbb4;
  border-radius: 20px;
  padding: 40px 30px;
}
.safestage-box .stage-flex .card .title {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}
.safestage-box .stage-flex .card p {
  color: #707070;
}
.safestage-box .stage-flex .card li {
  list-style: "・";
  margin-bottom: 20px;
}
.safestage-box .stage-flex .card .img {
  width: 120px;
  margin: 0 auto;
}

.concern {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
}
.concern h2 {
  font-size: 23px;
  color: #523c3c;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}
.concern .concern-box {
  border: solid 2px #e7cbb4;
  border-radius: 20px;
  padding: 40px 30px;
  margin: 30px 0;
}
.concern .concern-box .title {
  text-align: center;
  font-size: 23px;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}
.concern .concern-box .concern-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.concern .concern-box .concern-flex .card {
  width: calc(50% - 30px);
  background: #fdf8f5;
  max-width: 400px;
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
.concern .concern-box .concern-flex .card span {
  color: #454545;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.contact-text {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
  text-align: center;
  color: #666666;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.strength p {
  width: 80%;
  margin-bottom: 30px;
  line-height: 170%;
}

.example {
  margin-top: 150px;
}

.example .swiper-slide .card {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  cursor: auto;
}
.example .swiper-slide .card .img-box {
  width: 120px;
  height: 120px;
  background: white;
  padding: 20px;
  border-radius: 50%;
}
.example .swiper-slide .card .img-box img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.example .swiper-slide .card p {
  display: block;
  overflow: auto;
  text-overflow: clip;
  padding-bottom: 30px;
  flex-grow: 1;
  border-bottom: solid 1px rgba(112, 112, 112, 0.2941176471);
}
.example .swiper-slide .card p span {
  color: #ac1919;
}
.example .swiper-slide .card .name {
  text-align: right;
  font-family: "ヒラギノ角ゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-weight: 400;
  padding-top: 20px;
}

.seminar-box {
  text-align: right;
  margin-bottom: 100px;
}
.seminar-box a {
  text-align: right;
  display: inline-flex;
  align-items: center;
  border-bottom: dashed 1px #8e8e8e;
  padding-left: 20px;
  padding-bottom: 10px;
}
.seminar-box a .left {
  font-weight: 600;
  font-size: 20px;
  color: #666666;
}
.seminar-box a .right {
  padding-left: 10px;
  width: 80px;
}

@media (max-width: 700px) {
  .safestage-box .stage-flex .card {
    max-width: 90%;
    min-width: auto;
  }
  .concern-flex {
    flex-direction: column;
  }
  .concern .concern-box .concern-flex .card {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
  }
  .contact-text p {
    text-align: left;
  }
  .strength .st-box {
    padding-right: 5%;
  }
  .strength .st-box .left .point {
    width: 100%;
  }
  .strength p {
    width: 100%;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=btoc.css.map */