@charset "UTF-8";
.bold {
  font-weight: bold;
}

.header-area .page-title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .header-area .page-title {
    margin-bottom: 40px;
  }
}
.header-area .nav-row {
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row {
    gap: 10px;
    margin: 0 calc((18/375)*100vw) 18px;
  }
}
.header-area .nav-row .nav-col {
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 768px) {
  .header-area .nav-row .nav-col {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row .nav-col {
    letter-spacing: 0.1em;
    flex-shrink: 0;
    max-width: 140px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .nav-row .nav-col .nav-item {
    display: flex;
    justify-content: space-between;
  }
}
.header-area .nav-row .nav-col .nav-item img {
  margin-left: 7px;
}
@media print, screen and (min-width: 768px) {
  .header-area .nav-row .nav-col + .nav-col {
    padding-left: 15px;
    border-left: 1px solid #707070;
  }
}

/*
**共通
*/
.contents-area .cont-wrap {
  margin: 0 60px;
}
@media only screen and (max-width: 767px) {
  .contents-area .cont-wrap {
    margin: 0 18px;
  }
}
.contents-area dl.list-wrap {
  border: 1px solid #E3E3E3;
  border-bottom: none;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contents-area dl.list-wrap {
    flex-direction: column;
    font-size: 14px;
  }
}
.contents-area dl.list-wrap:last-of-type {
  border-bottom: 1px solid #E3E3E3;
}
.contents-area dl.list-wrap dt {
  width: 163px;
  flex-shrink: 0;
  padding: 30px 20px;
  background-color: #F2F2F2;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .contents-area dl.list-wrap dt {
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
  }
}
.contents-area dl.list-wrap dd {
  padding: 30px 60px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contents-area dl.list-wrap dd {
    box-sizing: border-box;
    padding: 1em;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}

#about {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #about {
    margin-bottom: 50px;
  }
}

#philosophy {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #philosophy {
    margin-bottom: 60px;
  }
}
#philosophy .title-main {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #philosophy .title-main {
    margin-bottom: 20px;
  }
}
#philosophy .title-1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #philosophy .title-1 {
    font-size: 16px;
  }
}
#philosophy .text-1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #philosophy .text-1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#philosophy ul.list-wrap li {
  margin-bottom: 5px;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 767px) {
  #philosophy ul.list-wrap li {
    margin-left: 0.4em;
    text-indent: -1.5em;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
#philosophy ul.list-wrap li::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  margin-right: 0.7em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #231815;
}

#recruit {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #recruit {
    margin-bottom: 100px;
  }
}
#recruit .title-main {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #recruit .title-main {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #recruit dl.list-wrap.holiday dd {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  #recruit dl.list-wrap.contact dd {
    font-size: 11px;
  }
}
#recruit .text-1 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  #recruit .text-1 {
    font-size: 13px;
  }
}
#recruit .text-2 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #recruit .text-2 {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

/*# sourceMappingURL=page_company.css.map */
