@charset "UTF-8";
/* CSS Document */
body {
  background-color: #FCF3DA;
}
/*top画面*/
.about-top {
  background-image: url("../images/about-top-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  margin: 160px 0 70px;
}
.about-top h1 {
  position: absolute;
  background-color: #FEFEFE;
  color: #333;
  font-size: 3.0rem;
  line-height: 6.0rem;
  width: 100%;
  margin-top: 175px;
  padding: 40px;
}
/*会社概要*/
.about_office {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 80px;
}
.about_office__img {
  z-index: 1;
}
.about_office__img img {
  max-width: 580px;
  width: 100%;
  aspect-ratio: 580/500;
  object-fit: cover;
  border-radius: 100px;
}
.office_container {
  background-color: #D9EEFF;
  border-radius: 50px;
  width: 100%;
  margin: -450px 0 0 200px;
}
.about_office__comment {
  color: #333;
  text-align: left;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 5.0rem;
  padding-left: 50px;
}
.about_office__comment h2 {
  font-size: 3.0rem;
  font-weight: 400;
  padding: 60px 0 40px;
  text-align: center;
}
.about_office__comment table {
  max-width: 480px;
  width: 100%;
  margin-left: 370px;
}
.about_office__comment th {
  font-weight: 400;
}
/*マップ*/
.about_map {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.0rem;
  font-weight: 400;
  color: #333;
}
.about_map iframe {
  max-width: 1100px;
  width: 100%;
  aspect-ratio: 1250/500;
}
.about_map_address {
  font-weight: 400;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin-top: 60px;
}
.about_map_address h3 {
  font-weight: 400;
  padding: 0 200px 0 0;
}
.about_map_tel {
  display: flex;
  justify-content: center;
  padding: 30px 0 80px;
}
.about_map_tel h3 {
  font-weight: 400;
  padding-right: 140px;
}
/*社長のメッセージ*/
.about_message {
  background-color: #FEFEFE;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 400;
  color: #333;
  margin: 0 auto 80px;
}
.about_message img {
  max-width: 580px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  aspect-ratio: 580/500;
  object-fit: cover;
  border-radius: 125px;
  margin: 120px 0;
}
.about_message_container {
  max-width: 600px;
  width: 100%;
  margin: auto 0;
}
.about_message_container h2 {
  font-size: 3.0rem;
  font-weight: 400;
  padding-bottom: 60px;
  text-align: left;
}
.about_message_container p {
  max-width: 540px;
  line-height: 3.5rem;
  text-align: left;
/*  word-break: break-all;*/
/*  overflow-wrap:break-all;*/
}
@media(max-width:1100px) {
  .about_office {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .about_office__img {
    position: static;
    margin: 0 auto;
  }
  .office_container {
    border-radius: 50px;
    max-width: 580px;
    width: 100%;
    margin: -250px auto 80px;
  }
  .about_office__comment {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 3.0rem;
    padding: 0;
  }
  .about_office__comment h2 {
    font-size: 3.0rem;
    padding: 300px 0 60px;
  }
  .about_office__comment table {
    margin-left: 120px;
  }
  .about-top {
    height: 300px;
    margin-top: 100px;
  }
  .about-top h1 {
    font-size: 3.0rem;
    margin-top: 100px;
    padding: 20px 0;
  }
  .about_map {
    margin: 0 auto;
    font-size: 1.6rem;
  }
  .about_map iframe {
    aspect-ratio: 440/300;
  }
  .about_map_address h3 {
    padding: 0 100px 0 0;
  }
  .about_map_tel {
    padding: 30px 0 60px;
  }
  .about_map_tel h3 {
    padding-right: 60px;
  }
  .about_message {
    flex-wrap: wrap-reverse;
    font-size: 1.6rem;
    margin: 0 auto 70px;
  }
  .about_message img {
    margin: 60px 0 0;
  }
  .about_message_container {
    padding: 0 20px;
  }
  .about_message_container h2 {
    font-size: 3.0rem;
    padding: 60px 0 60px;
    text-align: center;
  }
  .about_message_container p {
    line-height: 3.0rem;
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media(max-width:700px) {
   .about-top h1 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-top: 125px;
    padding: 10px 0;
  }
  .about_office__img img {
    max-width: 350px;
    aspect-ratio: 350/270;
    border-radius: 50px;
  }
  .office_container {
    max-width: 350px;
    margin: -250px auto 80px;
  }
  .about_message img {
    max-width: 350px;
    aspect-ratio: 350/270;
    border-radius: 50px;
  }
  .about_office__comment table {
    width: 345px;
    margin-left: 30px;
  }
}