.img_pt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
.img_pt .txt {
  padding: 120px 0 120px 100px;
  box-sizing: border-box;
}
.img_pt .img {
  margin-left: calc(42% - 26vw);
  border-radius: 0 10px 10px 0;
  background: url("../../assets/images/about2_img.webp") top center/cover;
}
.img_pt h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.img_pt .tx {
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.img_pt .tx .fb {
  margin: 20px 0 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 1120px) {
  .img_pt {
    grid-template-columns: 1fr;
  }
  .img_pt .img {
    position: relative;
    width: 115%;
    left: -7.5%;
    height: 500px;
    margin-left: 0;
    margin-bottom: 90px;
    background: url(../../assets/images/about2_img.webp) top -150px center/cover;
  }
  .img_pt .txt {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .img_pt {
    margin-top: 30px;
  }
  .img_pt .img {
    height: 240px;
    left: -14.5%;
    margin-left: 0;
    margin-bottom: 40px;
    background: url(../../assets/images/about2_img.webp) top center/cover;
  }
  .img_pt h3 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .img_pt .tx {
    font-size: 1.3rem;
    font-weight: 400;
    text-shadow: unset;
  }
}

.name_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
}
.name_wrap1 .care {
  font-size: 1.4rem;
  font-weight: bold;
}
.name_wrap1 .name {
  font-size: 3.2rem;
  font-weight: bold;
  color: #180564;
  margin: 0 20px 0 20px;
}
.name_wrap1 .eg {
  color: #C3C3C3;
  font-weight: bold;
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .name_wrap1 .care {
    font-size: 1rem;
  }
  .name_wrap1 .name {
    font-size: 2rem;
    margin: 0 20px 0 20px;
  }
  .name_wrap1 .eg {
    font-size: 1.2rem;
  }
}

.about1 {
  padding: 0 0 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 1120px) {
  .about1 .lr_cont {
    margin: 0 auto;
    width: 90%;
  }
  .about1 .lr_cont .left {
    width: 80%;
  }
}
@media all and (max-width: 767px) {
  .about1 {
    padding: 0 0 60px 0;
  }
  .about1 .lr_cont .right {
    width: 80%;
    margin-top: 30px;
  }
  .about1 .lr_cont .left {
    width: 100%;
  }
}

.about2 {
  padding: 120px 0 120px 0;
  background: url("../../assets/images/about2_bg.webp") top center/cover;
}
.about2 .cards_wrap {
  margin: 100px 0 0 0;
}
.about2 .cont {
  color: #333;
  background: white;
  padding: 30px;
}
.about2 .txt {
  font-size: 1.5rem;
}
.about2 .eg2 {
  font-family: "dss", sans-serif;
  color: white;
  text-align: center;
  background: #ADABAB;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 1;
}
.about2 .ttl_c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 767px) {
  .about2 {
    padding: 60px 0;
  }
  .about2 .cards_wrap {
    margin: 40px 0 0 0;
  }
  .about2 .cards_wrap .bx {
    padding: 4px;
  }
  .about2 .cont {
    padding: 20px;
  }
  .about2 .txt {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .about2 .eg2 {
    font-size: 1rem;
    padding: 5px 10px;
    display: inline-block;
  }
}

.about3 {
  padding: 120px 0 120px 0;
  background: white;
}
.about3 .img_pt .img {
  background: url("../../assets/images/singo1.webp") top center/cover;
}
.about3 .img_pt .txt {
  padding: 0 0 0 100px;
  text-shadow: unset;
}
.about3 .img_pt h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 20px 0;
  text-shadow: unset;
}
.about3 .img_pt .tx {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.5rem;
}
.about3 .img_pt .care {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 20px 0;
}
.about3 .img_pt .care i {
  border-bottom: 1px dotted #707070;
}
@media all and (max-width: 1120px) {
  .about3 .img_pt .txt {
    padding: 0;
  }
  .about3 .img_pt .img {
    border-radius: 5px;
    width: 100%;
    max-width: 700px;
    left: unset;
    margin: 0 auto 50px auto;
  }
}
@media all and (max-width: 767px) {
  .about3 {
    padding: 60px 0;
  }
  .about3 .img_pt .img {
    margin: 0 auto 30px auto;
  }
  .about3 .img_pt h3 {
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .about3 .img_pt .tx {
    padding: 20px 20px;
    font-size: 1.3rem;
  }
}

.card_wrap2 {
  margin: 100px 0 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.card_wrap2 .bx {
  display: grid;
  grid-template-columns: 250px 1fr;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.card_wrap2 .cont {
  border: 5px solid #F2F2F2;
  border-left: none;
  padding: 30px 30px 30px 30px;
}
.card_wrap2 h3 {
  color: #180564;
}
.card_wrap2 h3 i {
  color: #C3C1C1;
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 20px;
}
.card_wrap2 .care {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.card_wrap2 .care i {
  border-bottom: 1px dotted #707070;
}
.card_wrap2 .tx {
  font-size: 1.4rem;
}
.card_wrap2 img {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: auto;
  border-radius: 5px 0 0 5px;
}
@media all and (max-width: 1280px) {
  .card_wrap2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .card_wrap2 {
    margin: 50px 0 0 0;
  }
  .card_wrap2 .bx {
    grid-template-columns: 1fr;
  }
  .card_wrap2 .cont {
    border: 3px solid #F2F2F2;
    padding: 15px 20px;
  }
  .card_wrap2 h3 {
    font-size: 1.8rem;
  }
  .card_wrap2 h3 i {
    color: #C3C1C1;
    font-size: 1.1rem;
    margin-left: 10px;
  }
  .card_wrap2 .care {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .card_wrap2 .tx {
    font-size: 1.4rem;
  }
  .card_wrap2 img {
    height: auto;
    width: 100%;
    object-position: left -10px;
  }
  .card_wrap2 .img {
    height: 240px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=about.css.map */
