.kv {
  background-color: #0C63B4;
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 10rem;
  }
}

.kv_cont {
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv_cont {
    height: 86rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_cont {
    height: 83rem;
  }
}

.kv_ttl {
  font-weight: 700;
  color: #fff;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .kv_ttl {
    font-size: 7.5rem;
    line-height: 9.5rem;
    bottom: 12rem;
    left: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl {
    font-size: 7rem;
    line-height: 9rem;
    bottom: 6rem;
    left: 4rem;
  }
}

.kv_img {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.kv_img li {
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv_img li {
    width: 81rem;
    -webkit-clip-path: polygon(31% 0, 100% 0, 70% 100%, 1% 100%);
            clip-path: polygon(31% 0, 100% 0, 70% 100%, 1% 100%);
  }
}
@media screen and (max-width: 768px) {
  .kv_img li {
    width: 62.8rem;
    -webkit-clip-path: polygon(31% 0, 100% 0, 70% 100%, 1% 100%);
            clip-path: polygon(31% 0, 100% 0, 70% 100%, 1% 100%);
  }
}
@media screen and (min-width: 769px) {
  .kv_img li:first-of-type {
    transform: translateX(-30rem);
  }
}
@media screen and (max-width: 768px) {
  .kv_img li:first-of-type {
    transform: translateX(-40rem);
  }
}
@media screen and (min-width: 769px) {
  .kv_img li:nth-of-type(2) {
    transform: translateX(-54rem);
  }
}
@media screen and (max-width: 768px) {
  .kv_img li:nth-of-type(2) {
    transform: translateX(-58rem);
  }
}
@media screen and (min-width: 769px) {
  .kv_img li:last-of-type {
    transform: translateX(-78rem);
  }
}
@media screen and (max-width: 768px) {
  .kv_img li:last-of-type {
    transform: translateX(-76rem);
  }
}
.kv_img li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 34, 41, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

.kv_subcont {
  display: flex;
  justify-content: end;
}
@media screen and (min-width: 769px) {
  .kv_subcont {
    width: 127.2rem;
    align-items: flex-end;
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .kv_subcont {
    padding: 4rem 0 4rem 4rem;
    align-items: center;
  }
}

.kv_scroll {
  display: none;
  height: auto;
}
@media screen and (min-width: 769px) {
  .kv_scroll {
    width: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_scroll {
    width: 4.6rem;
  }
}

.kv_news_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .kv_news_link {
    padding: 1.5rem 2rem;
    width: 52rem;
    height: 5rem;
    border-radius: 100vmax;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_link {
    padding: 2.5rem 2rem 2.5rem 4rem;
    width: 71rem;
    height: 8rem;
    border-radius: 5.2rem 0 0 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_link .arrow01 {
    display: none;
  }
}

.kv_news_head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .kv_news_head {
    width: 44rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_head {
    width: 100%;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
.kv_news_head time {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #0A64B4;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .kv_news_head time {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_head time {
    font-size: 2.2rem;
  }
}
.kv_news_head p {
  position: relative;
  font-weight: 500;
  font-feature-settings: "palt";
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 1.2em;
}
@media screen and (min-width: 769px) {
  .kv_news_head p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_news_head p {
    font-size: 2.2rem;
  }
}
.kv_news_head p span {
  position: absolute;
  left: 0;
  animation: scrollTxt 12s linear infinite;
}

@keyframes scrollTxt {
  0% {
    transform: translateX(90%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sec_bg {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec_cont {
    padding: 0 10rem;
  }
}
.sec_cont > p {
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .sec_cont > p {
    margin-top: 4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_cont > p {
    margin-top: 3rem;
    font-size: 2.5rem;
    line-height: 4.3rem;
    text-align: justify;
  }
}

.sec_btn {
  margin-top: 5rem;
}

@media screen and (min-width: 769px) {
  .about .sec_cont,
  .case .sec_cont {
    padding-left: 82rem;
  }
}

@media screen and (min-width: 769px) {
  .solution .sec_cont,
  .company .sec_cont {
    padding-left: 10.5rem;
  }
}

.about hgroup > h2,
.solution hgroup > h2,
.case hgroup > h2,
.company hgroup > h2,
.news hgroup > h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .about hgroup > h2,
  .solution hgroup > h2,
  .case hgroup > h2,
  .company hgroup > h2,
  .news hgroup > h2 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about hgroup > h2,
  .solution hgroup > h2,
  .case hgroup > h2,
  .company hgroup > h2,
  .news hgroup > h2 {
    font-size: 8.5rem;
  }
}
.about hgroup > p,
.solution hgroup > p,
.case hgroup > p,
.company hgroup > p,
.news hgroup > p {
  font-weight: 500;
  margin-top: 0.7em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .about hgroup > p,
  .solution hgroup > p,
  .case hgroup > p,
  .company hgroup > p,
  .news hgroup > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about hgroup > p,
  .solution hgroup > p,
  .case hgroup > p,
  .company hgroup > p,
  .news hgroup > p {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .about .sec_bg {
    padding: 11rem 0 16rem;
    background-image: url(../img/top/bg_aboutus_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .about .sec_bg {
    padding: 15rem 0 25rem;
    background-image: url(../img/top/bg_aboutus_sp.jpg);
  }
}
.about .sec_cont {
  color: #fff;
}
.about hgroup {
  color: #fff;
}

.about_img {
  height: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .about_img {
    width: 73rem;
    top: 20.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_img {
    width: 58rem;
    bottom: -26.5rem;
  }
}

.strong_txt {
  font-weight: 700;
}

.solution {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .solution {
    padding: 35rem 0 13rem;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .solution {
    padding-top: 40rem;
  }
}

.solution_ul {
  display: grid;
}
@media screen and (min-width: 769px) {
  .solution_ul {
    grid-template-columns: repeat(4, 46rem);
    position: absolute;
    top: 19rem;
    right: -85rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_ul {
    margin-top: 8.5rem;
    grid-template-columns: repeat(2, 47.5rem);
  }
}

.solution_li {
  height: auto;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .solution_li {
    -webkit-clip-path: polygon(45% 0, 100% 0%, 55% 100%, 0% 100%);
            clip-path: polygon(45% 0, 100% 0%, 55% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .solution_li {
    -webkit-clip-path: polygon(25% 0, 95% 0, 75% 100%, 5% 100%);
            clip-path: polygon(25% 0, 95% 0, 75% 100%, 5% 100%);
  }
}
@media screen and (min-width: 769px) {
  .solution_li:nth-of-type(2) {
    transform: translate(-21rem);
  }
}
@media screen and (min-width: 769px) {
  .solution_li:nth-of-type(3) {
    transform: translate(-42rem);
  }
}
@media screen and (min-width: 769px) {
  .solution_li:nth-of-type(4) {
    transform: translate(-64rem);
  }
}
@media screen and (max-width: 768px) {
  .solution_li:nth-of-type(2n+1) {
    transform: translate(-2rem);
  }
}
@media screen and (max-width: 768px) {
  .solution_li:nth-of-type(2n) {
    transform: translate(-17rem);
  }
}
.solution_li > a {
  height: 100%;
  display: block;
  position: relative;
}
.solution_li > a::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .solution_li > a > picture img {
    transition: transform 0.4s ease;
    transform: scale(1);
  }
}
@media (any-hover: hover) {
  .solution_li > a:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .solution_li > a:hover img {
    transform: scale(1.05);
  }
}

.solution_name {
  position: absolute;
  left: 11rem;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .solution_name {
    bottom: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name {
    bottom: 3.5rem;
  }
}

.solution_name_num {
  height: auto;
}
@media screen and (min-width: 769px) {
  .solution_name_num.wid01 {
    width: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_num.wid01 {
    width: 3.9rem;
  }
}
@media screen and (min-width: 769px) {
  .solution_name_num.wid02 {
    width: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_num.wid02 {
    width: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .solution_name_num.wid03 {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_num.wid03 {
    width: 4.9rem;
  }
}
@media screen and (min-width: 769px) {
  .solution_name_num.wid04 {
    width: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_num.wid04 {
    width: 5rem;
  }
}

.solution_name_ja {
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .solution_name_ja {
    margin-top: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_ja {
    margin-top: 3rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 3.7rem;
  }
}

@media screen and (min-width: 769px) {
  .solution_name_en {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .solution_name_en {
    margin-top: 3.5rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .case {
    margin-top: -6rem;
  }
}
.case .sec_bg {
  position: relative;
}
@media screen and (min-width: 769px) {
  .case .sec_bg {
    padding: 26rem 0 9rem;
    background-image: url(../img/top/img_case_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .case .sec_bg {
    padding: 48rem 0 9rem;
    background-image: url(../img/top/img_case_sp.jpg);
  }
}
.case .sec_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(10, 100, 180, 0.65);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.case .sec_cont {
  position: relative;
  z-index: 1;
}
.case .sec_cont hgroup {
  color: #fff;
}
.case .sec_cont p {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .partner {
    padding: 5.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .partner {
    padding-top: 7rem;
  }
}
.partner h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .partner h3 {
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .partner h3 {
    padding-left: 9rem;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 769px) {
  .partner_wrap {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_wrap {
    margin-top: 3rem;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
}

.partner_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .partner_list {
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 7rem;
         column-gap: 7rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list {
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.partner_list .wid {
  height: auto;
}
@media screen and (min-width: 769px) {
  .partner_list .wid.wid01 {
    height: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list .wid.wid01 {
    height: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .partner_list .wid.wid02 {
    width: 7.7rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list .wid.wid02 {
    width: 8.5rem;
  }
}
@media screen and (min-width: 769px) {
  .partner_list .wid.wid03 {
    width: 8.2rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list .wid.wid03 {
    width: 8.9rem;
  }
}
@media screen and (min-width: 769px) {
  .partner_list .wid.wid04 {
    width: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list .wid.wid04 {
    width: 8.6rem;
  }
}
.partner_list .wid.wid05 {
  width: 10.6rem;
}
@media screen and (min-width: 769px) {
  .partner_list .wid.wid06 {
    width: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .partner_list .wid.wid06 {
    width: 7.3rem;
  }
}

@media screen and (min-width: 769px) {
  .company {
    padding: 15.5rem 0 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 14rem 0 54rem;
  }
}

.company_img {
  height: auto;
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .company_img {
    width: 90rem;
    top: -15.5rem;
  }
}
@media screen and (max-width: 768px) {
  .company_img {
    width: 70rem;
    bottom: -54.5rem;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) {
  .news {
    padding: 11.5rem 10.5rem 16.5rem;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 24.5rem 0 21.5rem;
  }
}

@media screen and (min-width: 769px) {
  .news_cont {
    margin-top: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .news_cont {
    margin-top: 6rem;
  }
}

.news_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news_list {
    padding-bottom: 6rem;
    row-gap: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .news_list + .news_list {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list + .news_list {
    padding-top: 6rem;
    border-top: solid 1px #E6E6E6;
  }
}
@media screen and (min-width: 769px) {
  .news_list {
    align-items: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    flex-direction: column;
  }
}
.news_list time {
  flex-shrink: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #666666;
}
@media screen and (min-width: 769px) {
  .news_list time {
    width: 8rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list time {
    width: 13rem;
    font-size: 2.4rem;
  }
}
.news_list p {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .news_list p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .news_list p {
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.03em;
    text-align: justify;
  }
}
@media (any-hover: hover) {
  .news_list a:hover {
    text-decoration: underline;
    color: #0A64B4;
  }
}

.news_head {
  display: flex;
  align-items: center;
}

.news_tags {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.news_tags .tag {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .news_tags .tag {
    padding: 0 1em;
    height: 2.2rem;
    border-radius: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .news_tags .tag {
    padding: 0.8em 1em;
    height: 2.2rem;
    border-radius: 1.9rem;
    font-size: 2rem;
  }
}
.news_tags .tag.new {
  border: 1px solid #0A64B4;
  color: #0A64B4;
}
@media screen and (min-width: 769px) {
  .news_tags .tag.new {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .news_tags .tag.new {
    font-size: 1.9rem;
  }
}
.news_tags .tag.imp {
  background-color: #149678;
  color: #fff;
}
.news_tags .tag.info {
  background-color: #0A64B4;
  color: #fff;
}

.sub_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sub_box {
    flex-direction: column;
  }
}

.sub_bg {
  width: 70rem;
  height: 60rem;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sub_bg {
    width: 70rem;
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_bg {
    width: 100%;
    height: 64.2rem;
  }
}
.sub_bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub_ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sub_ttl {
    padding: 41rem 0 5.3rem 10.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    padding: 37rem 0 7rem 8.5rem;
  }
}

.sub_ttl_ja {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .sub_ttl_ja {
    margin: 1.5rem 0 3rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_ttl_ja {
    margin: 2rem 0 2.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 2.8rem;
  }
}

.contact hgroup,
.recruit hgroup,
.center hgroup {
  color: #fff;
}
.contact hgroup h2,
.recruit hgroup h2,
.center hgroup h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .contact hgroup h2,
  .recruit hgroup h2,
  .center hgroup h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .contact hgroup h2,
  .recruit hgroup h2,
  .center hgroup h2 {
    font-size: 6.4rem;
  }
}
.contact hgroup h3,
.recruit hgroup h3,
.center hgroup h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact .sub_txt,
.recruit .sub_txt,
.center .sub_txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .contact .sub_txt,
  .recruit .sub_txt,
  .center .sub_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .sub_txt,
  .recruit .sub_txt,
  .center .sub_txt {
    font-size: 2.4rem;
    line-height: 4.2rem;
    text-align: justify;
  }
}

.recruit,
.center {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .recruit,
  .center {
    width: 50%;
  }
}
.recruit .sub_bg_box,
.center .sub_bg_box {
  position: relative;
}
.recruit .sub_bg_box::before,
.center .sub_bg_box::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 0.4s ease;
}
.recruit .sub_bg_box::after,
.center .sub_bg_box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.recruit .sub_bg_box > *,
.center .sub_bg_box > * {
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .recruit:hover .sub_bg_box::before,
  .center:hover .sub_bg_box::before {
    transform: scale(1.05);
  }
  .recruit:hover .sub_bg_box::after,
  .center:hover .sub_bg_box::after {
    background-color: rgba(15, 34, 41, 0.8);
  }
}
@media screen and (min-width: 769px) {
  .recruit h3,
  .center h3 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit h3,
  .center h3 {
    font-size: 8.5rem;
  }
}

.recruit .sub_bg_box::before {
  background-image: url(../img/top/img_recruit.jpg);
}
.recruit .sub_bg_box::after {
  background: linear-gradient(0deg, rgb(24, 76, 143) 25%, rgba(24, 76, 143, 0.195842161) 100%);
}
@media (any-hover: hover) {
  .recruit:hover .sub_bg_box::after {
    background-color: rgba(15, 34, 41, 0.4);
  }
}

.center .sub_bg_box::before {
  background-image: url(../img/top/img_center.jpg);
}
.center .sub_bg_box::after {
  background-color: rgba(15, 34, 41, 0.4);
  mix-blend-mode: multiply;
}
.center .comingsoon {
  height: 100%;
}
.center .comingsoon img {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .center:hover .sub_bg_box::after {
    background-color: rgba(15, 34, 41, 0.8);
  }
}

.recruit_horizontal {
  overflow: hidden;
}
.recruit_horizontal hgroup {
  color: #fff;
}
.recruit_horizontal hgroup h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal hgroup h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal hgroup h2 {
    font-size: 6.4rem;
  }
}
.recruit_horizontal hgroup h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal hgroup h3 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal hgroup h3 {
    font-size: 8.5rem;
  }
}
.recruit_horizontal .sub_ttl {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal .sub_ttl {
    padding: 15.4rem 11.5rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal .sub_ttl {
    padding: 37rem 0 7rem 8.5rem;
  }
}
.recruit_horizontal .sub_ttl_ja {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal .sub_ttl_ja {
    margin: 1.5rem 0 3rem;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal .sub_ttl_ja {
    margin: 2rem 0 2.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    font-size: 2.8rem;
  }
}
.recruit_horizontal .sub_txt {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal .sub_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal .sub_txt {
    font-size: 2.4rem;
    line-height: 4.2rem;
    text-align: justify;
  }
}
.recruit_horizontal .sub_bg_box {
  position: relative;
}
.recruit_horizontal .sub_bg_box::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 0.4s ease;
}
.recruit_horizontal .sub_bg_box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.recruit_horizontal .sub_bg_box > * {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .recruit_horizontal .sub_bg_box::before {
    background-image: url(../img/top/img_recruit_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .recruit_horizontal .sub_bg_box::before {
    background-image: url(../img/top/img_recruit_sp.jpg);
  }
}
.recruit_horizontal .sub_bg_box::after {
  background: linear-gradient(0deg, rgb(24, 76, 143) 10%, rgba(24, 76, 143, 0.2) 80%);
}
@media (any-hover: hover) {
  .recruit_horizontal:hover .sub_bg_box::before {
    transform: scale(1.05);
  }
  .recruit_horizontal:hover .sub_bg_box::after {
    background-color: rgba(15, 34, 41, 0.4);
  }
}


.contact {
  background-color: #1E1E1E;
}
.contact > a {
  display: block;
}
@media screen and (min-width: 769px) {
  .contact > a {
    padding: 8rem 11.5rem;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 768px) {
  .contact > a {
    padding: 15rem 8.5rem 16rem;
  }
}
@media screen and (min-width: 769px) {
  .contact > a:hover {
    background-color: #333;
  }
}
@media screen and (min-width: 769px) {
  .contact h3 {
    font-size: 4.1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact h3 {
    font-size: 6.6rem;
  }
}

.contact_inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .contact_inner {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .contact_inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .contact_inner .sub_ttl_ja {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact_inner .sub_ttl_ja {
    margin: 3.5rem 0;
  }
}
.contact_inner .sub_txt {
  letter-spacing: 0.1em;
}

.foot {
  border-top: initial;
}/*# sourceMappingURL=top.css.map */