<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.second_hdr {
  padding-top: 170px;
  margin-bottom: 40px;
  position: relative;
}
.second_hdr_movie {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second_hdr_movie video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.second_hdr_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 40px;
}
.section_title {
  padding-top: 18px;
  position: relative;
  margin-bottom: 80px;
}
.overview_inner .section_title {
  margin-bottom: 40px;
}
.second_hdr .section_title {
  margin-bottom: 0;
}
.section_title::before {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: #1D1D1D;
  position: absolute;
  top: 0;
  left: 0;
}
.section_title h2 {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  margin: 0 0 5px;
}
.section_title p {
  font-size: 20px;
  font-weight: 500;
}
ul.bread {
  display: flex;
  transform: translateY(-50px);
}
ul.bread li {
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
ul.bread li {
  margin-left: 15px;
  line-height: 1;
  color: #C92B2B;
}
ul.bread li a {
  display: inline-block;
  padding-right: 15px;
  color: #1d1d1d;
  text-decoration: none;
  position: relative;
}
ul.bread li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #1d1d1d;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(20deg);
}
.second_visual {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.second_visual.company, .second_visual.recruit {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second_visual.company_footer {
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second_visual.company_footer {
  height: 510px;
}
.second_visual.company {
  background-image: url("../images/company_hdr_pc.jpg");
}
.second_visual.company_footer {
  background-image: url("../images/company_footer_pc.jpg");
}
.second_visual.service {
  background-image: url("../images/service_hdr_pc.jpg");
}

.second_visual.recruit {
  background-image: url("../images/recruit_hdr_pc.jpg");
}
.second_visual.news {
  background-image: url("../images/news_hdr_pc.jpg");
}
.second_visual.news_detail {
  background-image: url("../images/news_detail_hdr_pc.jpg");
}
.second_visual.contact {
  background-image: url("../images/contact_hdr_pc.jpg");
}
.second_visual.thanks {
  background-image: url("../images/thanks_hdr_pc.jpg");
}
.hdr_catch {
  background: #fff;
  color: #1D1D1D;
  padding: 6px 10px 8px;
  position: relative;
  z-index: 10;
}
.second_hdr_movie .hdr_catch {
  background: none;
  position: relative;
}
.second_hdr_movie .hdr_catch::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  /* transform: scaleX(0); */
}
.recruit_footer .hdr_catch::before {
  display: none;
}
.recruit_footer video {
  height: 500px;
}
.second_hdr_movie .hdr_catch span {
  position: relative;
  z-index: 5;
}
.hdr_catch p {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
.wrap_contents {
  padding-bottom: 200px;
}
.recruit_footer .hdr_catch, .company_footer .hdr_catch {
  background: none;
  color: #fff;
  padding: 0;
  margin-bottom: 60px;
}
.recruit_footer .readmore_btn {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.recruit_footer .readmore_btn a {
  color: #1b1b1b;
  background: #fff;
  border: none;
}
.recruit_footer .readmore_btn a::after {
  background: #1b1b1b;
}
.recruit_footer .readmore_btn::after {
  border: none;
}
.recruit_footer .readmore_btn::before {
  width: 20px;
  height: 20px;
  border-top: none;
  border-right: none;
  transform: rotate(0deg) translateX(0);
  right: 25px;
  top: calc(50% - 10px);
  background: url("../images/icon_blank.png") no-repeat 0 0;
  background-size: 100%;
  z-index: 10;
  border-radius: 0;
}

.readmore_btn.blank span::before,.readmore_btn.blank span::after {
  display: none!important
}
.recruit_footer .read_arw::before, .recruit_footer .read_arw::after, .readmore_btn span::before, .readmore_btn span::after {
  display: none;
}
.recruit_footer .contact_btn {
  width: 214px;
  margin: 50px auto 0;
  height: 54px;
}
.recruit_footer .contact_btn a {
  width: 214px;
  height: 54px;
}
@media (hover: hover) {
  .recruit_footer .readmore_btn:hover a {
    color: #fff;
  }
  .recruit_footer .readmore_btn:hover::before {
    background: url("../images/icon_blank_wht.png") no-repeat 0 0;
    background-size: 100%;
  }
}
@media(min-width: 1024px) {
  .hdr_catch p br {
    display: none;
  }
}
@media(max-width: 1023px) {
  .hdr_catch, .hdr_catch p {
    text-align: center;
  }
}
@media(max-width: 768px) {
  .second_visual.company, .second_visual.recruit {
    height: 44vw;
    padding: 0;
  }
  .second_visual {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    z-index: 10;
    padding: 0 20px;
    background-size: 100%;
  }
  .second_visual.company, .second_visual.recruit {
    height: 63vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .second_hdr_movie {
    height: 63vw;
    display: block;
  }
  .second_hdr_movie .hdr_catch {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .second_visual.company {
    background-image: url("../images/company_hdr_sp.jpg");
  }
  .second_visual.service {
    background-image: url("../images/service_hdr_sp.jpg");
    height: 42vw;
  }

  .second_visual.recruit {
    background-image: url("../images/recruit_hdr_sp.jpg");
  }
  .second_visual.news {
    background-image: url("../images/news_hdr_sp.jpg");
    height: 42vw;
  }
  .second_visual.news_detail {
    background-image: url("../images/news_detail_hdr_sp.jpg");
    height: 42vw;
  }
  .second_visual.contact {
    background-image: url("../images/contact_hdr_sp.jpg");
    height: 42vw;
  }
  .second_visual.thanks {
    background-image: url("../images/thanks_hdr_sp.jpg");
    height: 42vw;
  }
  .hdr_catch, .hdr_catch p {
    text-align: left;
  }
  .recruit_footer .hdr_catch p {
    text-align: center;
  }
  span.line_2 {
    display: inline-block;
    transform: translateX(0.5em);
    padding-right: 0.5em;
  }
  .second_visual {
    height: 32vw;
  }
  .second_visual.company, .second_visual.recruit {
    height: 60vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
  }
  .second_visual.recruit {
    height: 60vw;
  }
  .recruit_footer .second_visual {
    background-image: url("../images/recruit_footer_sp.jpg") !important;
    height: 90vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hdr_catch {
    padding: 15px 10px 8px
  }
  .hdr_catch p {
    font-size: 5vw;
  }
  .wrap_contents {
    padding-bottom: 100px;
  }
}
@media(max-width: 767px) {
  .second_hdr {
    padding-top: 120px;
    margin-bottom: 25px;
  }
  .second_hdr_inner {
    padding: 0 20px;
  }
  .section_title {
    padding-top: 15px;
    margin-bottom: 40px;
  }
  .section_title h2 {
    font-size: 42px;
    margin: 0;
  }
  .section_title p {
    font-size: 15px;
  }
  ul.bread {
    transform: translateY(-25px);
    display: none;
  }
}</pre></body></html>