@charset "UTF-8";
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans jp", "Meiryo", "メイリオ", "YuGothic", "Yu Gothic", "游ゴシック", Arial, Verdana, sans-serif;
}

.page-title {
  background: url("../images-page/jobinfo-title-bg.jpg") top no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .page-title {
    height: 420px;
  }
}
.page-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-title h3 {
    top: 140px;
  }
}
.page-title .title-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 200px;
}
@media screen and (max-width: 767px) {
  .page-title .title-bg {
    top: 140px;
  }
}
.page-title .title-img01 {
  position: absolute;
  margin-inline: auto;
  width: min(50%, 350px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-title .title-img01 {
    height: 12vw;
    width: auto;
  }
}
.page-title .title-img02 {
  position: absolute;
  margin-inline: auto;
  width: 120%;
  height: auto;
}
.page-title .about-title-nav {
  height: auto;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  padding: 30px;
  position: absolute;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(94%, 1040px);
}
@media screen and (max-width: 767px) {
  .page-title .about-title-nav {
    padding: 20px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    bottom: 25px;
    width: 90%;
  }
}
.page-title .about-title-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
}
@media screen and (max-width: 767px) {
  .page-title .about-title-nav ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 80px);
    gap: 8px;
    width: 100%;
  }
}
.page-title .about-title-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-title .about-title-nav li {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    background: #f6f6f6;
  }
}
.page-title .about-title-nav li + li {
  border-left: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .page-title .about-title-nav li + li {
    border: none;
  }
}
.page-title .about-title-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-title .about-title-nav a {
    font-size: 1.2rem;
  }
}
.page-title .about-title-nav .works-features-nav-arrow {
  width: 20px;
}

.about-line-gradation {
  background: -webkit-gradient(linear, left top, right top, from(#003B16), to(#3FEA7F));
  background: linear-gradient(to right, #003B16, #3FEA7F);
  width: 100%;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .about-line-gradation {
    height: 6px;
  }
}

.post-about {
  font-family: "Noto Sans JP";
}
.post-about .maxWidth1240 {
  width: min(100%, 1240px);
  margin-inline: auto;
}
@media screen and (max-width: 1260px) {
  .post-about .maxWidth1240 {
    width: calc(100% - 50px);
  }
}
.post-about .maxWidth1040 {
  width: min(100%, 1040px);
  margin-inline: auto;
}
@media screen and (max-width: 1063px) {
  .post-about .maxWidth1040 {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .post-about .maxWidth1040 {
    width: calc(100% - 40px);
  }
}
.post-about #about-business {
  position: relative;
}
.post-about #about-business .about-business-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 270px;
  background: url("../images-page/title-bg-sub.jpg") top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-bg {
    height: 170px;
  }
}
.post-about #about-business .about-business-img01 {
  width: 90%;
  max-width: 920px;
  height: auto;
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-img01 {
    width: min(100%, 500px);
    padding-top: 40px;
  }
}
.post-about #about-business .about-business-title-wrap {
  padding-top: 50px;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-title-wrap {
    padding-top: 30px;
  }
}
.post-about #about-business .about-business-title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-size: 128px;
  font-size: 8rem;
  line-height: 100px;
  text-align: left;
  color: #00824b;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-title {
    font-size: 6rem;
    line-height: 70px;
  }
}
.post-about #about-business .about-business-title-sub {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 32px;
  text-align: left;
  color: #00824b;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-title-sub {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.post-about #about-business .about-business-content {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .post-about #about-business .about-business-content {
    margin-top: 130px;
  }
}
.post-about #about-business .about-business-content img {
  height: auto;
}
.post-about #about-introduction {
  margin-bottom: 50px;
}
.post-about #about-introduction .inner {
  padding: 40px 0;
}
.post-about #about-introduction .inner p {
  text-align: left;
  letter-spacing: 3.2px;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  line-height: 2.2;
}
.post-about #about-introduction img {
	display:block; width:100%; height:auto;
}

@media screen and (max-width: 767px) {
  .post-about #about-introduction .inner p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-introduction .inner img {
    width: 100%;
    transform: scale(1.05);
  }
}
.post-about #about-philosophy {
  position: relative;
  padding-top: 100px;
}
.post-about #about-philosophy::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00824B;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  z-index: -1;
  height: 500px;
}
.post-about #about-philosophy .title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-size: 128px;
  font-size: 8rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.post-about #about-philosophy .sub-title {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.post-about #about-philosophy .philosophy-top-lead {
  margin-top: 40px;
  padding: 45px 20px;
  background: #fff;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
}
@media screen and (max-width: 767px) {
.post-about #about-philosophy .philosophy-top-lead {
  padding: 35px 0;
}
}
.post-about #about-philosophy .philosophy-top-lead .philosophy-lead-3-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-about #about-philosophy .philosophy-top-lead .philosophy-lead {
  padding: 0 10px;
}

.post-about #about-philosophy .philosophy-top-lead .philosophy-lead img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .post-about #about-philosophy .philosophy-top-lead .philosophy-lead {
    padding: 0 20px;
  }
}
.post-about #about-philosophy .philosophy-top-lead .philosophy-lead-1 {
  font-weight: bold;
  font-size: 35.2px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #00824b;
}
@media screen and (max-width: 767px) {
  .post-about #about-philosophy .philosophy-top-lead .philosophy-lead-1 {
    font-size: 1.5rem;
  }
}
.post-about #about-philosophy .philosophy-top-lead .philosophy-lead-2 {
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-image: url(../images-page/about-philosophy-lead-bg.svg);
  background-repeat: no-repeat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-size: cover;
  padding: 4px 10px;
  height: auto;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-about #about-philosophy .philosophy-top-lead .philosophy-lead-2 {
    font-size: 1.5rem;
  }
}
.post-about #about-philosophy .philosophy-wrap h4 {
  font-size: 128px;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .post-about #about-philosophy .philosophy-wrap h4 {
    font-size: 6rem;
  }
}
.post-about #about-philosophy .philosophy-wrap .inner {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .post-about #about-philosophy .philosophy-wrap .inner {
    font-size: 1.2rem;
  }
}
.post-about #about-philosophy .philosophy-wrap .inner p {
  text-align: left;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .post-about #about-message {
    padding-top: 70px;
  }
}
.post-about #about-message #about-top-message {
  text-align: left;
  margin: 0 0 70px 0;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-about #about-message #about-top-message {
    margin-bottom: 40px;
  }
}
.post-about #about-message #about-top-message .message-title {
  background-image: url("../images-page/about-message-title-bg.jpg");
  background-repeat: no-repeat;
  display: block;
  background-position: center center;
  background-size: cover;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-about #about-message #about-top-message .message-title {
    padding-left: 0;
  }
}
.post-about #about-message dl {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 9;
}
.post-about #about-message dd dt {
  margin: 0;
  line-height: 1;
}
.post-about #about-message .m-title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-size: 128px;
  font-size: 8rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .post-about #about-message .m-title {
    font-size: 4rem;
  }
}
.post-about #about-message .subtitle {
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .post-about #about-message .subtitle {
    font-size: 1.2rem;
  }
}
.post-about #about-message .background {
  background-color: #14843E;
  display: block;
  position: absolute;
  width: 60%;
  z-index: 8;
  mix-blend-mode: multiply;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.post-about #about-message .about-message-content {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .post-about #about-message .about-message-content {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 50px;
  }
}
.post-about #about-message .message-content-l {
  font-weight: bold;
  font-size: 35.2px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: left;
  color: #00824b;
  min-width:240px;
}
@media screen and (max-width: 767px) {
  .post-about #about-message .message-content-l {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-message .message-content-r p {
    font-size: 1.2rem;
  }
}
.post-about #about-message .message-content-r p:nth-child(2) {
  margin-top: 30px;
  text-align: right;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}
.post-about #about-company {
  background-image: url(../images-page/about-company-bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  padding-bottom: 70px;
  border-top: solid 15px #00824B;
}
@media screen and (max-width: 767px) {
  .post-about #about-company {
    padding-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-company .inner {
    padding: 0;
  }
}
.post-about #about-company .about-company-title {
  font-family: "Barlow Condensed";
  font-weight: bold;
  font-size: 80px;
  font-size: 128px;
  font-size: 8rem;
  line-height: 1.6;
  text-align: center;
  color: #00824b;
}
@media screen and (max-width: 767px) {
  .post-about #about-company .about-company-title {
    font-size: 4rem;
    margin-top: 10px;
  }
}
.post-about #about-company .about-company-sub-title {
  font-weight: 900;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 1.7;
  text-align: center;
  color: #00824b;
}
@media screen and (max-width: 767px) {
  .post-about #about-company .about-company-sub-title {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.post-about #about-company .box {
  padding: 0 50px 50px;
  background-color: rgba(255, 255, 255, .7);
}
@media screen and (max-width: 767px) {
  .post-about #about-company .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-about #about-company .company-table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .post-about #about-company .company-table {
    font-size: 1.2rem;
  }
}
.post-about #about-company table th {
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .post-about #about-company table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-company table td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-company .company-category-list h4 {
    font-size: 1.2rem;
  }
}
.post-about #about-company .company-category-lead {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .post-about #about-company .company-category-lead h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-about #about-company .company-category-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.post-about #about-company .company-category-list ul li {
  padding: 1em;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .post-about #about-company .company-category-list ul li {
    font-size: 1.2rem;
    width: 100%;
  }
}
.post-about #about-company .company-category-list h5 {
  margin: 15px 0 20px;
}
/*# sourceMappingURL=style-about.css.map */
