@charset "UTF-8";
/* CSS Document */
/*キービジュアル*/
.section-top {
  height: 250px;
  background-image: url("../images/about-top.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-top__lead {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6.4rem;
}
.section-top__lead h2 {
  font-size: 4.2rem;
  font-weight: normal;
}
.section-top__lead span {
  font-size: 1.8rem;
  line-height: 6.4rem;
}
@media(min-width:960px) {
  .section-top {
    height: 440px;
  }
  .section-top__lead h2 {
    font-size: 6.4rem;
    font-weight: normal;
  }
}
/*ここから企業理念*/
.section-about {
  margin: 80px auto;
  padding: 30px;
}
.section-about__image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.section-about__name {
  margin-top: 10px;
  text-align: left;
}
.section-about__name span {
  font-size: 1.4rem;
  color: #1181C8;
}
.section-about__despriction h3 {
  font-size: 1.8rem;
  margin: 30px 0;
  text-align: left;
}
.section-about__despriction h3 span {
  color: #1181C8;
}
.section-about__despriction p {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 2.8rem;
}
@media(min-width:960px) {
  .section-about {
    display: flex;
    gap: 100px;
    max-width: 1160px;
    background-image: url("../images/Ellipse%201.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top 0 right -30px;
  }
  .section-about__profile {
    width: 40%;
  }
  .section-about__despriction {
    width: 60%;
    margin: 0 auto;
  }
  .section-about__despriction h3 br {
    display: none;
  }
  .section-about__despriction p {
    margin-bottom: 20px;
  }
}
/*ここから会社概要*/
.section-company {
  margin: 40px auto;
  padding: 40px;
  background-image: url("../images/Ellipse%201.png");
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: top center;
}
.section-company h3 {
  font-size: 1.8rem;
  color: #84C3F3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-company h3::after, .section-company h3::before {
  content: "";
  width: 37px;
  height: 3px;
  background-color: #84C3F3;
}
.section-company h3::after {
  margin-left: 10px;
}
.section-company h3::before {
  margin-right: 10px;
}
table {
  margin: 50px auto;
}
th, td {
  text-align: left;
  padding: 15px 0;
}
th {
  width: 20%;
}
td {
  font-weight: 400;
}
@media(max-width:960px) {
  table {
    margin: 30px auto;
  }
  th, td {
    text-align: left;
    padding: 10px 0;
    width: 100%;
    display: block;
  }
}
@media(min-width:960px) {
  .section-company {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 0;
    background-image: url("../images/Ellipse%201.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top center;
  }
}