@charset "UTF-8";
.base_c {
  color: #32a054 !important;
}

/* Color Theme Swatches in Hex */
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
.mtitle_wrap {
  position: relative;
  display: block;
  margin: 35px 0;
}

.mtitle_content {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  line-height: 1.4;
  padding-top: 40px;
}

.mtitle_content span {
  font-size: 2.8rem;
}

.mbox {
  position: relative;
  width: 100vw;
  height: 0vh;
}

.news_box {
  position: absolute;
  bottom: -7%;
  right: 0;
  color: white;
  background-color: #5373ff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 50%;
  height: 15%;
  padding: 10px 25px;
  z-index: 1;
}

.news_box .news_title {
  font-size: 2.3rem;
}

.news_box .news_date {
  font-size: 1rem;
}

.news_box .news_list {
  font-size: 1.2rem;
}

.top_about {
  width: 100vw;
  height: 70vh;
  color: white;
  background-image: url(../img/top_about.jpg);
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .top_about {
    height: 100% !important;
  }
}

.top_about .about_area {
  margin: 5% 10% 2% 10%;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top_about .about_area {
    margin: 12% 1% 12% 1%;
    width: 100%;
    height: 100% !important;
  }
}

.top_about .about_area .title {
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 4rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.top_about .about_area .text {
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 3rem;
  font-size: 1.6rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.top_about .about_area .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5%;
}

.bg-f2 {
  background-color: #f2f2f2;
}

.bg_color {
  width: 180%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 68, 255, 0.05);
  top: 30%;
  left: -100%;
}

.feature_list_col4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.feature_list_col4 .bg_color {
  width: 180%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 68, 255, 0.05);
  top: 30%;
  left: -100%;
}

.feature_list_col4 .feature_list_box {
  width: 25%;
  text-align: center;
  z-index: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.feature_list_col4 .feature_list_box .image_area {
  position: relative;
  overflow: hidden;
}

.feature_list_col4 .feature_list_box .image_area:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.feature_list_col4 .feature_list_box .image_area > img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px -5px rgba(66, 66, 66, 0.4);
          box-shadow: 0 0 10px -5px rgba(66, 66, 66, 0.4);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.feature_list_col4 .feature_list_box .text_area {
  width: 100%;
  background-color: white;
  border-right: 1px solid rgba(0, 68, 255, 0.05);
}

.feature_list_col4 .feature_list_box .text_area .feature_list_title {
  padding: 10px 0;
  font-size: 2.2rem;
  font-weight: 400;
  color: black;
}

.feature_list_col4 .feature_list_box .text_area .feature_list_title span {
  display: block;
  font-size: 1.4rem;
  color: #32a054;
}

.feature_list_col4 .feature_list_box:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .feature_list_col4 .feature_list_box {
    width: 48%;
  }
}

@media screen and (max-width: 667px) {
  .feature_list_col4 .feature_list_box .feature_list_title {
    font-size: 2rem;
  }
}

.article3 {
  position: relative;
  background-image: url(../img/_top_recruit.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 35vh;
  color: black;
  text-align: center;
}

.article3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
}

.article3 .title_area {
  height: 45%;
}

.article3 .title_area > h1 {
  padding-top: 60px;
  font-size: 2.2rem;
  margin: 0 auto;
  display: inline-block;
  font-weight: 400;
}

.article3 .title_area > h1 span {
  font-size: 3.2rem;
  display: block;
}

.article3 .link_area {
  height: 55%;
  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;
}

.article3 .link_area > p {
  padding: 0 20px;
  margin-top: 2.5rem;
  font-size: 2.8rem;
  position: relative;
  text-align: center;
}

.article3 .link_area > a {
  color: black;
  font-weight: 400;
}

.article3 .link_area > a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.article3 .link_area > a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.article3 .link_area > a.active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
  .recruite_banner {
    width: 100%;
  }
}

.about_philosophy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.about_philosophy .image_area {
  position: relative;
  width: 50%;
  background-color: lightsalmon;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .about_philosophy .image_area {
    width: 80%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.about_philosophy .image_area:before {
  display: block;
  content: "";
  padding-top: 50%;
}

.about_philosophy .image_area > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_philosophy .text_area {
  position: absolute;
  top: 50%;
  left: 40%;
  background-color: rgba(224, 255, 255, 0.7);
  padding: 3% 12%;
}

@media screen and (max-width: 667px) {
  .about_philosophy .text_area {
    left: 20%;
    padding: 3% 6%;
  }
}

.about_philosophy .text_area > h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: left;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media screen and (max-width: 1024px) {
  .about_philosophy .text_area > h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 667px) {
  .about_philosophy .text_area > h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
}

.about_philosophy .text_area > p {
  font-size: 2.5rem;
  letter-spacing: 0.7rem;
  line-height: 4rem;
}

@media screen and (max-width: 1024px) {
  .about_philosophy .text_area > p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 667px) {
  .about_philosophy .text_area > p {
    font-size: 1.5rem;
  }
}

.about_topic_wrap {
  overflow: hidden;
}

.about_topic_wrap .topic .full_image {
  margin-top: 120px;
  width: 80vw;
  height: 600px;
  background-size: cover;
}

.about_topic_wrap .topic .full_image.bg1 {
  background-image: url(../img/about_1.jpg);
  margin-top: 30px;
}

.about_topic_wrap .topic .full_image.bg2 {
  background-image: url(../img/about_3.jpg);
  background-position: top 50%;
  margin: 0 0 0 auto;
}

.about_topic_wrap .topic .full_image.bg3 {
  background-image: url(../img/about_4.jpg);
}

.about_topic_wrap .topic .full_image.bg4 {
  background-image: url(../img/about_5.jpg);
  margin: 0 0 0 auto;
}

.about_topic_wrap .topic .full_image.bg5 {
  background-image: url(../img/about_5.jpg);
}

.about_topic_wrap .topic .sentence {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr)[auto-fill];
      grid-template-rows: repeat(auto-fill, 1fr);
  margin-top: -60px;
  margin-right: 30%;
  margin-left: 0;
  margin-bottom: 40px;
  background: #fafafa;
  padding: 25px;
  z-index: 1;
}

.about_topic_wrap .topic .sentence:nth-child(4n) {
  margin-right: 0;
  margin-left: 43%;
}

.about_topic_wrap .topic .sentence:nth-child(4n) .index {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-width: 667px) {
  .about_topic_wrap .topic .sentence:nth-child(4n) .index {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

.about_topic_wrap .topic .sentence:nth-child(4n) .text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (max-width: 667px) {
  .about_topic_wrap .topic .sentence:nth-child(4n) .text {
    grid-column: 1 / -1;
  }
}

.about_topic_wrap .topic .sentence .index {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: end;
      justify-self: end;
  font-size: 3rem;
  color: #32a054;
  margin-bottom: 16px;
  margin-right: 43%;
  border-bottom: 1px solid #32a054;
}

@media screen and (max-width: 1024px) {
  .about_topic_wrap .topic .sentence .index {
    font-size: 3rem;
  }
}

@media screen and (max-width: 667px) {
  .about_topic_wrap .topic .sentence .index {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    font-size: 2.1rem;
  }
}

.about_topic_wrap .topic .sentence .text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / 4;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 1.7rem;
}

@media screen and (max-width: 667px) {
  .about_topic_wrap .topic .sentence .text {
    grid-column: 1 / -1;
  }
}

.tbl_enginner th:before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.btn-border {
  border: 2px solid #fff;
  border-radius: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  border-radius: 0 50% 50% 0;
  background: white;
}

a.btn-border:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  content: "\f061";
  -webkit-transform: translateX(460%) translateY(0.5rem);
  transform: translateX(460%) translateY(0.5rem);
  color: #000;
  border-radius: 50%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: white;
  border-radius: 0.5rem;
}
/*# sourceMappingURL=parts.css.map */