@charset "UTF-8";
.news-box {
  background: var(--white);
  position: relative;
  border-radius: 6px;
  padding: 3vw;
}

.news-box.nm-top {
  transform: translateY(-3vw);
}

.kasou-box {
  background: var(--white);
  position: relative;
  border-radius: 6px;
  padding: 3vw;
  margin-top: 60px;
}

.kasou-box.nm-top {
  transform: translateY(-3vw);
}

.page-p {
  padding-bottom: 16px;
}

.txt_kurenai {
  color: var(--kurenai);
}

.txt_skyblue {
  color: var(--skyblue);
}

.txt_orange {
  color: var(--orange);
}

.txt_gray {
  color: var(--gray);
}

.section-top02 {
  background: url(/img/bg.png) bottom/cover no-repeat;
}

.grid-business {
  font-size: 1.8rem;
}
.grid-business .grid-item a {
  padding: 40px 30px;
  border-radius: 6px;
  color: var(--white);
  display: block;
}
@media screen and (max-width: 767.98px) {
  .grid-business {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 2vw;
  }
  .grid-business .grid-item a {
    padding: 15px;
  }
}
@media screen and (max-width: 575.98px) {
  .grid-business {
    grid-template-columns: 1fr;
  }
}
.grid-business .title {
  font-weight: bold;
}
.grid-business .title small {
  font-size: 72%;
}

.grid-business-2 {
  margin-top: 120px;
}
.grid-business-2 .grid-item {
  background: var(--white);
  border-radius: 6px;
  padding: 40px;
}
.grid-business-2 a {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .grid-business-2 {
    grid-template-columns: 1fr;
    gap: 4vw 2vw;
  }
}

/**kasou*/
#policy.backimg {
  background-image: url("/img/photo1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
@media screen and (max-width: 767.98px) {
  #policy.backimg {
    background-size: contain;
    background-position: bottom;
    height: 240px;
  }
}

#works.backimg {
  background-image: url("/img/photo2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 600px;
}
@media screen and (max-width: 767.98px) {
  #works.backimg {
    background-size: contain;
    height: 300px;
  }
}

#contact.backimg {
  background-image: url("/img/photo3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 400px;
}
@media screen and (max-width: 767.98px) {
  #contact.backimg {
    background-size: contain;
    height: 300px;
  }
}

#occupation.backimg {
  background-image: url("/img/photo4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 600px;
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  #occupation.backimg {
    background-size: contain;
    height: 300px;
  }
}

#dcareer.backimg {
  background-image: url("/img/photo5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 700px;
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  #dcareer.backimg {
    background-size: contain;
    height: 300px;
  }
}

.company_table {
  border-collapse: collapse;
  width: 100%;
}
.company_table th, .company_table td {
  padding: 12px 30px;
}
@media screen and (max-width: 767.98px) {
  .company_table th, .company_table td {
    width: 100%;
    display: block;
  }
}
.company_table th {
  font-weight: bold;
  border-bottom: 3px solid var(--orange);
  vertical-align: middle;
}
.company_table td {
  border-bottom: 1px solid var(--orange);
}

/*works*/
.works-ul {
  margin-bottom: 80px;
}
.works-ul li .nm-top a {
  display: flex;
  flex-flow: column;
  text-align: center;
  padding-top: 30px;
}
.works-ul li .nm-top .works-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 8px;
  align-items: center;
}
.works-ul li .nm-top .works-title img {
  width: 30%;
}
@media screen and (max-width: 767.98px) {
  .works-ul li .nm-top .works-title img {
    width: 100%;
    display: block;
  }
}
.works-ul li .nm-top .works-title h4 {
  width: 70%;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6em;
}
.works-ul li .nm-top .works-title h4 small {
  line-height: 1.4em;
}
@media screen and (max-width: 767.98px) {
  .works-ul li .nm-top .works-title h4 {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.works-ul li:first-child .works-title {
  background-color: var(--skyblue);
}
.works-ul li:nth-child(2) .works-title {
  background-color: var(--gray);
}
.works-ul li:last-child .works-title {
  background-color: var(--kurenai);
}

.inline_b {
  display: inline-block;
}

/*お問合せ*/
form {
  margin-bottom: 80px;
}

form table.formTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  margin-top: 60px;
}
form table.formTable th {
  width: 23%;
  font-weight: normal;
  padding: 10px 0 10px 10px;
  text-align: left;
  vertical-align: top;
}
form table.formTable th span {
  font-size: 11px;
  padding: 2px 6px;
  display: block;
  color: var(--kurenai);
}
form table.formTable th td {
  padding: 10px;
}
form table.formTable input, form table.formTable select, form table.formTable textarea {
  width: 98%;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 2em;
  border: 1px solid var(--gray);
}
form table.formTable select {
  text-align: center;
}

.post {
  border-radius: 4px;
  line-height: 2em;
}

textarea {
  width: 98%;
  height: 300px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 2em;
}

p.submit {
  text-align: center;
}
p.submit input {
  border: 0px;
  box-shadow: -1px 1px 2px #888;
  text-align: center;
  background-color: var(--skyblue);
  margin: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  width: 180px;
}

.occ dt {
  padding: 10px;
  font-weight: bold;
  font-size: 1.2em;
}

.occ1 dd {
  padding: 10px;
  border-bottom: 1px solid var(--skyblue);
}

.occ2 dd {
  padding: 10px;
  border-bottom: 1px solid var(--kurenai);
}

.occ3 dd {
  padding: 10px;
  border-bottom: 1px solid var(--gray);
}

.occ4 dd {
  padding: 10px;
  border-bottom: 1px solid var(--orange);
}/*# sourceMappingURL=top.css.map */