/* =================================================================================
//
// STYLE
//
//================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Raleway:wght@300;400;500&display=swap");
.about-msg {
  padding-top: 50px;
  padding-bottom: 150px;
}
.about-msg__heading {
  color: #233D5B;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
}
.about-msg__desc {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.5;
}
.about-msg__img {
  width: 450px;
  height: 400px;
  position: absolute;
  right: 30px;
  top: -170px;
  background-image: url("../../img/bg_sub_img.png");
  background-repeat: no-repeat;
  background-position: 0 -70px;
}
.about-msg__img .img1, .about-msg__img .img2, .about-msg__img .img3 {
  position: absolute;
}
.about-msg__img .img1 {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  padding: 8px;
  border: solid 1px #BCE3EC;
  background-color: #fff;
  top: 70px;
  left: 70px;
}
.about-msg__img .img1 img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.about-msg__img .img2 {
  width: 156px;
  height: 86px;
  top: 30px;
  left: -40px;
}
.about-msg__img .img3 {
  width: 158px;
  height: 159px;
  position: absolute;
  top: 230px;
  right: -30px;
}
.about-company {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.about-company__heading {
  color: #CFA5DD;
  text-align: center;
  margin-bottom: 50px;
}
.about-company__list {
  margin-bottom: 50px;
}
.about-company__list > dl {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #DFDEDB;
}
.about-company__list > dl:first-child {
  border-top: solid 1px #DFDEDB;
}
.about-company__list > dl > dt {
  width: 150px;
}
.about-company__list > dl > dd {
  flex: 1;
}
.about-company-access {
  margin-bottom: 50px;
}
.about-company-access iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 1024px) {
  .about-msg {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .about-msg__heading {
    font-size: 18px;
    font-size: calc(18px + (1vw - 3.75px) * 0.508);
    text-align: center;
  }
  .about-msg__desc {
    font-size: 16px;
    font-size: calc(16px + (1vw - 3.75px) * 0.508);
    text-align: center;
    margin-bottom: 40px;
  }
  .about-msg__img {
    width: 100%;
    height: 350px;
    position: relative;
    top: 0;
    right: 0;
  }
  .about-msg__img .img1 {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .about-msg__img .img2 {
    top: 50px;
    left: -20px;
  }
  .about-msg__img .img3 {
    top: 150px;
    right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .about-msg {
    padding-bottom: 50px;
  }
  .about-msg__heading {
    text-align: left;
  }
  .about-msg__desc {
    text-align: left;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .about-msg__img .img1 {
    width: 280px;
    height: 280px;
  }
  .about-msg__img .img2 {
    display: none;
  }
  .about-msg__img .img3 {
    top: 200px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .about-company {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-company__heading {
    margin-bottom: 30px;
  }
  .about-company__list {
    margin-bottom: 0;
  }
  .about-company__list > dl {
    display: block;
  }
  .about-company__list > dl > dt {
    font-weight: bold;
  }
  .about-company-access {
    margin-bottom: 20px;
  }
}
