<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* TOPページ */
/*変数読み込み*/
/* scss変数設定 */
/* color */
/* fontsize */
/* size */
/* breakpoint */
.top--content .image-area {
  position: relative;
}
.top--content .header--logo-img {
  width: 100%;
}
.top--content .top--mainvisual--catchphrase-text {
  position: absolute;
  bottom: 96px;
  left: 64px;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1rem;
}
.top--content .top--common-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.top--content .top--common-section__entry {
  padding-bottom: 0;
}
.top--content .top--common--wrapper {
  width: min(1100px, 90%);
  margin-right: auto;
  margin-left: auto;
}
.top--content .top--common--subheading-box {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
  border-left: 10px solid #048F4C;
}
.top--content .top--common--subheading-top-text {
  font-size: 48px;
  color: #048F4C;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.top--content .top--common--subheading-main-text {
  font-size: 24px;
  letter-spacing: 0.5rem;
}
.top--content .top--common--description-text {
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.top--content .top--common--button-link {
  display: inline-block;
  background-color: #048F4C;
  border-radius: 40px;
  padding: 15px 30px;
  border: 1px solid #048F4C;
}
.top--content .top--common--button-link:hover {
  background-color: #fff;
}
.top--content .top--common--button-link:hover .top--common--button-text {
  color: #048F4C;
}
.top--content .top--common--button-link:hover .top--common--button-arrow-icon {
  color: #048F4C;
}
.top--content .top--common--button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
.top--content .top--common--button-text {
  color: #fff;
}
.top--content .top--common--button-arrow-icon {
  color: #fff;
  font-size: 15px;
}
.top--content .top--common--direction-icon {
  position: absolute;
}
.top--content .top--common--wrapper__company {
  display: grid;
  grid-template-columns: 480px auto;
  grid-template-rows: repeat(2, auto);
  column-gap: 80px;
}
.top--content .top--common--text-area__company {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.top--content .top--common--button-area__company {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.top--content .top--company--image-area {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
}
.top--content .top--company--image__1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 55%;
}
.top--content .top--company--image__2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 55%;
}
.top--content .top--common--section__work {
  background-color: #F6F4E7;
  position: relative;
}
.top--content .top--work--direction-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top--content .top--common--wrapper__work {
  display: grid;
  grid-template-columns: auto 480px;
  grid-template-rows: repeat(2, auto);
  column-gap: 80px;
}
.top--content .top--common--text-area__work {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
.top--content .top--common--button-area__work {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.top--content .top--work--image-area {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
}
.top--content .top--work--image__1 {
  width: min(435px, 100%);
}
.top--content .top--common--subheading-top-text__people {
  text-align: center;
}
.top--content .top--common--subheading-main-text__people {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top--content .top--common--underline {
  width: min(182px, 100%);
  height: 10px;
  background-color: #048F4C;
  margin-right: auto;
  margin-left: auto;
}
.top--content .top--people--description-area {
  padding-top: 28px;
}
.top--content .top--people--description-text {
  text-align: center;
  line-height: 30px;
}
.top--content .top--people--main-area {
  padding-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
}
.top--content .top--people--interview-item {
  padding: 24px;
  border-radius: 10px;
  background-color: #F6F4E7;
}
.top--content .top--people--image {
  width: 100%;
  height: 172px;
  border-radius: 5px;
}
.top--content .top--people--department {
  text-align: center;
  font-weight: bold;
  color: #048F4C;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0.5rem;
  border-bottom: 1px solid #048F4C;
}
.top--content .top--people--name-text {
  text-align: center;
  font-size: 20px;
  padding-top: 16px;
}
.top--content .top--people--button-area {
  padding-top: 48px;
  display: flex;
  justify-content: center;
}
.top--content .top--common-section__environment {
  background-color: #F6F4E7;
  position: relative;
}
.top--content .top--common--wrapper__environment {
  position: relative;
  display: grid;
  grid-template-columns: 480px auto;
  grid-template-rows: repeat(2, auto);
  column-gap: 80px;
}
.top--content .top--common--text-area__environment {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.top--content .top--common--button-area__environment {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
}
.top--content .top--environment--image-area {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  position: relative;
}
.top--content .top--environment--image__1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 55%;
}
.top--content .top--environment--direction-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.top--content .top--common--direction-icon__environment {
  bottom: 0;
  left: 50%;
}
.top--content .top--recruit-group {
  padding-top: 72px;
}
.top--content .top--common--wrapper__recruit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 58px;
}
.top--content .top--common-recruit-section {
  position: relative;
  border-radius: 10px;
}
.top--content .top--common--recruit-img {
  width: 100%;
  height: 290px;
  border-radius: 10px;
}
.top--content .top--common--recruit-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 37px;
}
.top--content .top--common--recruit-subheading {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}
.top--content .top--common--wrapper__news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 58px;
}
.top--content .top--common--text-area__news {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.top--content .top--common--button-area__news {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding-top: 8px;
}
.top--content .top--news--description-text {
  font-size: 24px;
}
.top--content .top--news--list-area {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.top--content .top--news--list-area {
  display: grid;
}
.top--content .top--news--item-link {
  width: 100%;
}
.top--content .top--news--item-link:hover {
  opacity: 0.6;
}
.top--content .top--news---item {
  display: grid;
  grid-template-columns: 165px auto;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 4px;
  border-bottom: 1px solid #333;
}
.top--content .top--news--item-date {
  font-size: 24px;
  font-family: "Montserrat", serif;
}
.top--content .top--news--item-title {
  font-size: 20px;
  overflow: hidden;
}
@media (width &lt; 960px) {
  .top--content .header--logo-img {
    width: 100%;
    height: calc(100vh - 70px);
  }
  .top--content .top--mainvisual--catchphrase-text {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    text-align: center;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top--content .top--common-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top--content .top--common--subheading-box {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 23px;
    border-left: 0;
    position: relative;
  }
  .top--content .top--common--subheading-box::after {
    content: "";
    width: min(147px, 100%);
    height: 8px;
    background-color: #048F4C;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .top--content .top--common--subheading-top-text {
    font-size: 32px;
    text-align: center;
  }
  .top--content .top--common--subheading-main-text {
    font-size: 18px;
    text-align: center;
    padding-top: 6px;
  }
  .top--content .top--common--description-text {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  .top--content .top--common--button-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top--content .top--common--wrapper__company {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    column-gap: 0;
  }
  .top--content .top--common--text-area__company {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .top--content .top--common--button-area__company {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top--content .top--company--image-area {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .top--content .top--company--image__1 {
    position: relative;
    width: 100%;
  }
  .top--content .top--company--image__2 {
    position: relative;
    width: 100%;
  }
  .top--content .top--work--direction-icon {
    width: 40%;
  }
  .top--content .top--common--wrapper__work {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0;
  }
  .top--content .top--common--text-area__work {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top--content .top--common--button-area__work {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .top--content .top--work--image-area {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative;
  }
  .top--content .top--work--image__1 {
    width: min(435px, 100%);
    margin-right: auto;
    margin-left: auto;
    padding-top: 32px;
  }
  .top--content .top--common--subheading-top-text__people {
    text-align: center;
  }
  .top--content .top--common--subheading-main-text__people {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 23px;
  }
  .top--content .top--common--underline {
    display: none;
  }
  .top--content .top--people--main-area {
    padding-top: 30px;
    grid-template-columns: 1fr;
    gap: 24px;
    width: min(500px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .top--content .top--people--interview-item {
    padding: 30px;
  }
  .top--content .top--people--image {
    width: 100%;
  }
  .top--content .top--people--department {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top--content .top--people--button-area {
    padding-top: 32px;
  }
  .top--content .top--common--wrapper__environment {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 0;
  }
  .top--content .top--common--text-area__environment {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top--content .top--common--button-area__environment {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .top--content .top--environment--image-area {
    display: none;
  }
  .top--content .top--environment--image {
    padding-top: 25px;
    width: min(435px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .top--content .top--common--direction-icon__environment {
    right: 0;
    height: 40px;
  }
  .top--content .top--common--wrapper__recruit {
    grid-template-columns: 1fr;
    gap: 24px;
    width: min(435px, 92%);
  }
  .top--content .top--common-recruit-section {
    border-radius: 5px;
  }
  .top--content .top--common--recruit-img {
    width: 100%;
    height: 190px;
  }
  .top--content .top--common--recruit-content {
    gap: 30px;
  }
  .top--content .top--common--recruit-subheading {
    font-size: 32px;
  }
  .top--content .top--common--wrapper__news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    column-gap: 0;
  }
  .top--content .top--common--button-area__news {
    padding-top: 0;
  }
  .top--content .top--news--description-text {
    padding-top: 32px;
    font-size: 16px;
  }
}/*# sourceMappingURL=top.css.map */</pre></body></html>