header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 14px;
  font-weight: 600;
}

p {
  line-height: 1.7;
}

section {
  max-width: 800px;
  margin: auto;
}

@media (min-width: 768px) {
  section {
    padding: 0 100px;
  }
}

@media (min-width: 1024px) {
  section {
    padding: 0 10%;
  }
}

@media (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

#main-visual {
  background-image: url(../img/fv-company.png);
  height: 23vw;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  min-height: auto;
  width: 100%;
  min-width: 100%;
  margin-top: 48px;
}

@media (min-width: 768px) {
  #main-visual {
    height: 17vw;
  }
}

#main-visual h1 {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 12px 24px;
  position: relative;
  font-size: 20px;
  height: 17vw;
  top: 5px;
}

@media (min-width: 768px) {
  #main-visual h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(18px, 3vw, 32px);
  }
}

@media (min-width: 768px) {
  .concept-bg {
    background-image: url(../img/company-concept-bg.png);
    background-size: cover;
    padding-bottom: 56px;
    background-position: center;
  }
}

#concept {
  padding: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media (min-width: 768px) {
  #concept {
    padding: 0 60px;
    width: 600px;
  }
}

@media (min-width: 1024px) {
  #concept {
    width: 80%;
    margin: auto;
  }
}

#concept h2 {
  font-size: 24px;
  padding: 0 20px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  #concept h2 {
    padding: 0 80px;
  }
}

#concept h2 span {
  position: relative;
  z-index: 0;
}

#concept h2 span::before {
  content: "";
  background-color: #fff100;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

#concept p {
  letter-spacing: 0px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  #concept p {
    padding: 0 80px;
  }
}

#concept p span {
  position: relative;
  z-index: 0;
  color: #00A051;
  display: inline-block;
}

#concept p span::before {
  content: "";
  background-color: #fff100;
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  bottom: 8px;
  z-index: -1;
}

#concept .image-wrap {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  #concept .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow-x: auto;
    min-width: 800px;
  }
}

#concept .image-wrap .concept-imgbox {
  margin-right: 8px;
  position: relative;
  left: 20px;
  width: 300px;
}

@media (min-width: 1024px) {
  #concept .image-wrap .concept-imgbox {
    width: 100%;
    left: 0;
  }
}

#about {
  background-color: #FAFAFA;
  margin-top: 52px;
  padding-bottom: 40px;
}

#about h2 {
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 0.7px solid #e0e0e0;
}

#about .about-box {
  padding: 24px 0;
  border-bottom: 0.7px solid #e0e0e0;
  letter-spacing: 0.56px;
}

#about .about-box p {
  margin-top: 12px;
}

#about .about-box p a {
  color: #007bff;
  text-decoration: underline;
}

#image {
  padding: 0;
  max-width: 100%;
  margin-top: 52px;
}

@media (min-width: 768px) {
  #image {
    padding: 0;
  }
}

#image .image-wrap {
  margin-top: 40px;
}

@media (min-width: 768px) {
  #image .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    overflow-x: auto;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#image .image-wrap .image-imgbox {
  margin-right: 8px;
  position: relative;
  left: 20px;
}

@media (min-width: 768px) {
  #image .image-wrap .image-imgbox {
    left: 0;
  }
}

@media (min-width: 768px) {
  #image .image-wrap .margin-right-remove {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #image .image-wrap .only-show-sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  #image .image-wrap img {
    min-width: 258px;
  }
}

#contact {
  background-color: #FAFAFA;
  margin-top: 40px;
  padding-bottom: 52px;
}

#contact h2 {
  padding-bottom: 20px;
  padding-top: 40px;
  border-bottom: 0.7px solid #e0e0e0;
}

#contact p {
  margin-top: 20px;
}

#contact p:last-child {
  border-bottom: 0.7px solid #e0e0e0;
  padding-bottom: 20px;
}

#contact ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  font-weight: 600;
  font-size: 14px;
}

#contact ul li {
  margin-top: 8px;
}

#media {
  background-color: #FAFAFA;
  padding-bottom: 52px;
  margin-top: 52px;
}

#media ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 32px;
}

@media (min-width: 1024px) {
  #media ul {
    width: 100%;
  }
}

#recruit {
  margin-top: 40px;
}

#recruit h2 {
  padding-top: 0;
}

#recruit #recruit-button {
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
}

#recruit #recruit-button a {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px auto;
  font-weight: 300;
  position: relative;
  border: 2px solid #00A051;
  font-weight: 600;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
}

#recruit #recruit-button a::after {
  content: "";
  background-image: url(../img/arrow.svg);
  width: 11px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 16px;
}

footer .footer-box {
  background-color: #FAFAFA;
  border-bottom: 20px solid #00A051;
}
/*# sourceMappingURL=company.css.map */