@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #28292b;
}

.top {
  height: 500px;
  position: relative;
}
.top .parallax-fixed {
  z-index: -1;
}
.top .parallax-fixed::before {
  background: url("../image/top.webp") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.top h1 {
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  letter-spacing: 0.01em;
  top: 63%;
  left: 25%;
  transform: translate(-50%, -70%);
  text-decoration-color: #fff;
  text-decoration-style: solid; /* アンダーラインのスタイル */
  z-index: -1;
  padding-bottom: 9px;
  line-height: 1.2;
}
.top h1 span {
  font-size: 32px;
  display: block;
}

@media (max-width: 980px) {
  .top {
    height: 200px;
  }
  .top .parallax-fixed {
    z-index: -1;
  }
  .top .parallax-fixed::before {
    background: url("../image/top.webp") no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 800px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  .top h1 {
    font-family: "Oswald", sans-serif;
    position: absolute;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    top: 73%;
    left: 29%;
    transform: translate(-50%, -70%);
    text-decoration-color: #fff;
    text-decoration-style: solid; /* アンダーラインのスタイル */
    z-index: -1;
    padding-bottom: 9px;
  }
  .top h1 span {
    font-size: 16px;
  }
}
.mission {
  background-color: #fff;
  padding: 80px 0 0 0;
}
.mission .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.mission .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 56px;
}
.mission img {
  width: 527px;
  margin: 0 auto 62px;
  display: block;
}
.mission .text_box {
  margin: 0 auto;
  width: 527px;
  text-align: center;
}
.mission .text_box h2 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 20px;
}
.mission .text_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 980px) {
  .mission {
    padding: 40px 0 0 0;
  }
  .mission .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .mission .title_1 span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .mission img {
    width: 335px;
    margin: 0 auto 32px;
    display: block;
  }
  .mission .text_box {
    margin: 0 auto;
    width: 335px;
    text-align: center;
  }
  .mission .text_box h2 {
    line-height: 2;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .mission .text_box p {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
  }
}
.profile {
  background-color: #fff;
  padding: 72px 0 0 0;
}
.profile .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.profile .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 56px;
}
.profile .table_design03 {
  border-collapse: collapse;
  max-width: 537px;
  margin: 0 auto;
}
.profile .table_design03 th,
.profile .table_design03 td {
  border-bottom: 1px solid #c1c7c6;
  padding: 24px 0;
  line-height: 2;
}
.profile .table_design03 th {
  border-bottom: 1px solid #19d28e;
  font-weight: bold;
  text-align: left;
  width: 20%;
}

@media (max-width: 980px) {
  .profile {
    padding: 60px 0 72px 0;
  }
  .profile .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .profile .title_1 span {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .profile .table_design03 {
    border-collapse: collapse;
    max-width: 335px;
    margin: 0 auto;
  }
  .profile .table_design03 th,
  .profile .table_design03 td {
    border-bottom: 1px solid #c1c7c6;
    padding: 24px 0;
    line-height: 2;
  }
  .profile .table_design03 th {
    border-bottom: 1px solid #19d28e;
    font-weight: bold;
    text-align: left;
    width: 32%;
  }
}
.contact {
  background-color: #fff;
  color: #28292b;
  padding-bottom: 80px;
}
.contact .title {
  display: flex;
  align-items: center;
}
.contact h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 0.7;
  padding: 108px 0 80px 0;
  color: #28292b;
  text-align: center;
  margin: 0 auto;
}
.contact span {
  font-size: 16px;
}
.contact h2 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact .form {
  border-radius: 5px;
  display: flex;
  padding: 0 148px;
  margin: 0 auto 22px;
  width: 737px;
  height: 116px;
  text-decoration: none;
  background: linear-gradient(#29eb8b 0%, #24e48c 17%, #19d28e 40%, #06b493 68%, #00ab95 75%, #00ab95 100%);
}
.contact .form img {
  width: 40px;
  height: 49px;
  margin: auto 0;
}
.contact .form span {
  font-weight: 600;
  font-size: 32px;
  border: none;
  color: #fff;
  margin: auto 0 auto auto;
}

@media (max-width: 980px) {
  .contact {
    padding-bottom: 72px;
  }
  .contact h1 {
    font-size: 35px;
    margin-left: -22px;
    padding: 0px 0 36px 0;
    margin: 0 auto;
  }
  .contact span {
    font-size: 12px;
  }
  .contact h2 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin: 0 20px 30px;
  }
  .contact .form {
    padding: 28px 30px;
    margin: 0 auto 22px;
    width: 80%;
    height: 87px;
    min-width: 335px;
    display: block;
    text-align: center;
  }
  .contact .form img {
    width: 20px;
    height: auto;
    margin: auto 0;
  }
  .contact .form span {
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: auto 0 auto 10px;
  }
  .contact p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin: 0 20px;
  }
}/*# sourceMappingURL=company.css.map */