body, h1, h2, p {
  letter-spacing: 0;
  margin: 0;
}

body {
  background-color: #fafafa;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
}

header img {
  display: block;
  margin: 10px auto;
  height: 22px;
}

section {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.cv-btn-pc {
  font-family: "Noto Sans JP", sans-serif;
}

.content {
  padding: 50px 0;
}

.heading {
  color: #E6A23C;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.fv {
  text-align: center;
}
.fv .cv-btns {
  margin: 20px 0 0;
}
.fv .cv-btns.is-fixed {
  bottom: 0;
  padding: 8px 0 15px;
}
@media screen and (min-width: 769px) {
  .fv {
    position: fixed;
  }
}

@media screen and (min-width: 769px) {
  .fv img {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv img {
    width: 100%;
  }
}

.fv p, .cv-btn-pc p {
  color: #257CCE;
  font-size: 15px;
  font-weight: 500;
}

.fv a, .cv-btn-pc a {
  background-color: #257CCE;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  width: 90%;
}

.fv a::after, .cv-btn-pc a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 25px;
  top: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.pc-right {
  margin-left: 50vw;
  position: relative;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .pc-right {
    margin-left: auto;
    width: 100%;
  }
}

.cv-btn-pc {
  text-align: center;
}

.works {
  background-color: #FFF6E9;
  padding: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .works {
    margin-top: 50px;
  }
}

.works div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0;
  width: calc(100% - 32px);
}

.works img {
  margin-top: 10px;
  width: 48%;
}

.industry, .function {
  background-color: #fff;
}

.industry div, .function div {
  margin: 20px auto 0;
  width: calc(100% - 32px);
}

.industry img, .function img {
  margin-top: 16px;
  width: 100%;
}

.merit, .support {
  background-color: #FFF6E9;
}

.merit div, .support div {
  margin: 20px auto 0;
  width: calc(100% - 32px);
}

.merit img, .support img {
  margin-top: 24px;
  width: 100%;
}

.function p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.7;
}

.cat #form.column_form {
  background-color: #fff;
  margin: 0;
  padding: 80px 20px;
  width: 420px;
}
@media screen and (max-width: 768px) {
  .cat #form.column_form {
    padding: 64px 20px;
    width: 100%;
  }
}
.cat #form.column_form h2 {
  margin-bottom: 20px;
}
.cat #form.column_form .mw_wp_form input[type=submit] {
  font-size: 18px;
  margin-top: 24px;
  max-width: 80%;
}

.cat footer.foot #foogLogo {
  display: none;
}
.cat footer.foot #copyRight {
  padding: 5px 0;
}
@media screen and (max-width: 768px) {
  .cat footer.foot #copyRight p {
    padding: 0;
  }
}
.cat footer.foot #copyRight .footer {
  flex-direction: row;
  justify-content: space-between;
  max-width: 92%;
}
@media screen and (max-width: 768px) {
  .cat footer.foot #copyRight nav {
    width: auto;
    padding: 0;
  }
}
.cat footer.foot #copyRight nav li {
  margin: 0;
}
.cat footer.foot #copyRight nav li + li {
  display: none;
}

.cv-btn-pc.is-fixed {
  background-color: rgb(255, 255, 255);
  bottom: 0;
  position: fixed;
  padding: 8px 0 15px;
  width: 420px;
  z-index: 100;
}/*# sourceMappingURL=style.css.map */