.wp-block-cover {
  display:none;
}
.container.site-footer-copyright p:nth-of-type(2) {
  /* 好きなスタイル */
  font-size: 12px;
  color: #fff;
}
.widget_search {
  display:none;
}

.sec-fv {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-fv {
    padding: 20px 0 30px;
  }
}
.sec-fv__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .sec-fv__container {
    gap: 20px;
  }
}
.sec-fv__image {
  width: calc(40% - 25px);
}
@media screen and (max-width: 768px) {
  .sec-fv__image {
    width: 100%;
  }
}
.sec-fv__text {
  width: calc(60% - 25px);
}
@media screen and (max-width: 768px) {
  .sec-fv__text {
    width: 100%;
  }
}
.sec-fv__catch {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec-fv__catch {
    font-size: 28px;
    text-align: center;
  }
}

.sec-company {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec-company {
    padding: 30px 0;
  }
}
.sec-company__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-company__title {
    font-size: 18px;
  }
}
.sec-company__description {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.sec-company .company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 10px;
}
@media screen and (max-width: 768px) {
  .sec-company .company-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .sec-company .company-list {
    gap: 15px;
  }
}
.sec-company .company-item {
  margin: 0;
  list-style: none;
  width: calc(33.3333333333% - 6.6666666667px);
  border: #555555 solid 1px;
}
@media screen and (max-width: 768px) {
  .sec-company .company-item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 568px) {
  .sec-company .company-item {
    width: 100%;
  }
}
.sec-company .company-item a {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sec-company .company-item a {
    padding: 15px;
  }
}
.sec-company .company-item a:hover {
  color: inherit;
}
.sec-company .company-item a:hover .company-thumb {
  opacity: 0.7;
}
.sec-company .company-category {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.sec-company .company-category::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background: url("https://test.neko-te.co.jp/jbea/wp-content/themes/lightning-child%20/images/symbl.png") no-repeat center/30px 30px;
}
.sec-company .company-category::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-company .company-thumb {
  margin-bottom: 20px;
}
.sec-company .company-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.sec-company .company-info {
  margin-top: auto;
  text-align: center;
}
.sec-company .company-name {
  font-size: 18px;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
.sec-company .company-ceo {
  font-size: 14px;
  margin-bottom: 0;
}

.single-company .single-catch {
  color: #333;
  font-size: 48px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .single-company .single-catch {
    font-size: 28px;
  }
}
.single-company .single-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .single-company .single-head {
    gap: 20px;
  }
}
.single-company .company-category {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .single-company .company-category {
    font-size: 16px;
  }
}
.single-company .company-category::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background: url("https://test.neko-te.co.jp/jbea/wp-content/themes/lightning-child%20/images/symbl.png") no-repeat center/30px 30px;
}
.single-company .company-category::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-company .company-info {
  text-align: center;
  width: calc(60% - 25px);
}
@media screen and (max-width: 768px) {
  .single-company .company-info {
    width: 100%;
  }
}
.single-company .company-image {
  width: calc(40% - 25px);
}
@media screen and (max-width: 768px) {
  .single-company .company-image {
    width: 100%;
  }
}
.single-company .company-name {
  font-size: 28px;
  font-weight: 700;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .single-company .company-name {
    font-size: 20px;
  }
}
.single-company .company-ceo {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .single-company .company-ceo {
    font-size: 14px;
  }
}

.archive-company .company-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 10px;
}
@media screen and (max-width: 768px) {
  .archive-company .company-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 568px) {
  .archive-company .company-list {
    gap: 15px;
  }
}
.archive-company .company-item {
  margin: 0;
  list-style: none;
  width: calc(33.3333333333% - 6.6666666667px);
  border: #555555 solid 1px;
}
@media screen and (max-width: 768px) {
  .archive-company .company-item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 568px) {
  .archive-company .company-item {
    width: 100%;
  }
}
.archive-company .company-item a {
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .archive-company .company-item a {
    padding: 15px;
  }
}
.archive-company .company-item a:hover {
  color: inherit;
}
.archive-company .company-item a:hover .company-thumb {
  opacity: 0.7;
}
.archive-company .company-category {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.archive-company .company-category::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background: url("https://test.neko-te.co.jp/jbea/wp-content/themes/lightning-child%20/images/symbl.png") no-repeat center/30px 30px;
}
.archive-company .company-category::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.archive-company .company-thumb {
  margin-bottom: 20px;
}
.archive-company .company-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.archive-company .company-info {
  margin-top: auto;
  text-align: center;
}
.archive-company .company-name {
  font-size: 18px;
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
.archive-company .company-ceo {
  font-size: 14px;
  margin-bottom: 0;
}