* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
#top-header {
  width: 100%;
  min-height: 79.14vw;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}
#top-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/static/image/mainvisual.jpg') no-repeat center top;
  background-size: 100% auto;
  z-index: -1;
  opacity: 0;
  animation: mainvisualFadeIn 1.5s ease-in-out forwards;
}
#top-header .header-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#top-header .header-inner .logo {
  width: 450px;
  height: 140px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-header .header-inner .logo img {
  max-width: 90%;
  max-height: 80%;
  width: auto;
  height: auto;
}
@keyframes mainvisualFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#intro {
  padding: 30px 0 120px 0;
  text-align: center;
}
#intro div {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
#intro div .subcopy {
  font-size: 21px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 400;
}
#intro div h1 {
  font-size: 52px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 800;
}
#intro div h1 span {
  color: #0a7ac0;
}
#intro div h1 strong {
  color: #016400;
  font-weight: 800;
}
#intro div p {
  text-align: left;
  font-size: 19px;
  line-height: 2.3;
  margin-bottom: 30px;
}
#intro div a.mailtoui {
  display: inline-block;
  background: #e12e00;
  color: #fff;
  padding: 36px 110px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#intro div a.mailtoui:hover {
  background-color: #016400;
}
.service {
  text-align: center;
  margin-bottom: 60px;
}
.service .section-banner {
  width: 100%;
  margin-bottom: 30px;
}
.service .section-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.service h2 {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.service .lead-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.service ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  text-align: left;
}
.service ul li {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
}
.service ul li h3 {
  grid-column: 1 / 3;
  display: flex;
  align-items: center;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 18px;
  font-weight: 600;
}
.service ul li h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url('/static/image/icon-service.png') no-repeat center / contain;
  margin-right: 18px;
}
.service ul li img {
  grid-column: 1 / 2;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.service ul li div {
  grid-column: 2 / 3;
  font-size: 16px;
  line-height: 1.6;
}
#company-profile {
  background-color: #f5f5f5;
}
#recruit {
  background-color: #fff;
}
#company-profile,
#recruit {
  padding: 100px 0;
  text-align: center;
}
#company-profile h2,
#recruit h2 {
  font-size: 54px;
  line-height: 1.1;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#company-profile ul,
#recruit ul {
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: left;
}
#company-profile ul li,
#recruit ul li {
  border-top: 1px solid #bdbfc7;
  border-bottom: 1px solid #bdbfc7;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
#company-profile ul li div:first-child,
#recruit ul li div:first-child {
  width: 280px;
  font-size: 20px;
  color: #016400;
  font-weight: 700;
}
#company-profile ul li div:last-child,
#recruit ul li div:last-child {
  font-size: 18px;
  flex: 1;
}
#company-profile ul li div:last-child ul,
#recruit ul li div:last-child ul {
  margin: 0;
  padding: 0;
  display: block;
}
#company-profile ul li div:last-child ul li,
#recruit ul li div:last-child ul li {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1.8;
}
#company-profile ul li div:last-child ul li::before,
#recruit ul li div:last-child ul li::before {
  content: "・";
  display: inline-block;
}
#contact {
  background-color: #f5f5f5;
  padding: 100px 0;
  text-align: center;
}
#contact h2 {
  font-size: 56px;
  line-height: 1.1;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#contact div {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#contact a.mailtoui {
  display: inline-block;
  background: #e12e00;
  color: #fff;
  padding: 36px 110px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#contact a.mailtoui:hover {
  background-color: #016400;
}
#contact ul li:first-child {
  font-size: 18px;
}
#contact ul li:last-child {
  font-size: 13px;
}
#main-footer {
  background-color: #016400;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
#main-footer div {
  font-size: 15px;
}
#main-footer div small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #top-header {
    min-height: 60vw;
  }
  #top-header .header-inner .logo {
    width: 70%;
    height: auto;
    padding: 15px;
    position: relative;
    margin: 0 auto;
    top: 0;
    right: auto;
  }
  #top-header .header-inner .logo img {
    max-width: 100%;
    height: auto;
  }
  #intro {
    padding: 40px 0 60px 0;
  }
  #intro div .subcopy {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #intro div h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #intro div h1 br {
    display: none;
  }
  #intro div p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #intro div a.mailtoui {
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    border-radius: 50px;
  }
  .service {
    margin-bottom: 40px;
  }
  .service h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .service .lead-text {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .service .lead-text br {
    display: none;
  }
  .service ul {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .service ul li {
    display: block;
    margin-bottom: 0;
  }
  .service ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service ul li h3::before {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .service ul li img {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
  }
  .service ul li div {
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
  }
  .service ul li div br {
    display: none;
  }
  #company-profile,
  #recruit {
    padding: 60px 0;
  }
  #company-profile h2,
  #recruit h2 {
    font-size: 30px;
  }
  #company-profile ul,
  #recruit ul {
    margin-top: 30px;
  }
  #company-profile ul li,
  #recruit ul li {
    display: block;
    padding: 20px;
  }
  #company-profile ul li div:first-child,
  #recruit ul li div:first-child {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #company-profile ul li div:last-child,
  #recruit ul li div:last-child {
    font-size: 15px;
  }
  #company-profile ul li div:last-child ul li,
  #recruit ul li div:last-child ul li {
    padding: 0;
    margin-bottom: 5px;
  }
  #company-profile ul li div:last-child ul li::before,
  #recruit ul li div:last-child ul li::before {
    content: none;
  }
  #contact {
    padding: 60px 0;
  }
  #contact h2 {
    font-size: 30px;
  }
  #contact div {
    font-size: 16px;
    padding: 0 20px;
  }
  #contact a.mailtoui {
    width: 90%;
    padding: 20px 0;
    font-size: 20px;
    margin-bottom: 30px;
    border-radius: 50px;
  }
  #contact ul {
    padding: 0 20px;
    list-style: none;
  }
  #contact ul li::before {
    content: none;
  }
  #contact ul li:first-child {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #contact ul li:last-child {
    font-size: 12px;
  }
  #main-footer {
    padding: 30px 0;
  }
  #main-footer div {
    font-size: 12px;
  }
  #main-footer div small {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */