html {
  scroll-behavior: smooth;
}

.p-idx_key .txt {
  z-index: 9999;
}
.p-idx_key:before {
  z-index: 9999;
}

.l-gnavi {
  overflow: unset;
}
@media screen and (max-width: 991px) {
  .l-gnavi {
    overflow: scroll;
  }
}

.l-gnavi__menu li {
  position: relative;
}
.l-gnavi__menu li ul {
  position: absolute;
  z-index: 999;
  top: calc(3.1em + 16px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-gnavi__menu li ul.dd-child {
    display: none;
  }
}
.l-gnavi__menu li ul li {
  background-color: #fff;
  box-shadow: 2px 2px 2px 0px #ababab;
  transition: 0.3s;
  transform: translateX(30%);
  opacity: 0;
  transition-timing-function: ease-in;
}
.l-gnavi__menu li ul.fv li {
  transform: translateX(0);
  opacity: 1;
}
.l-gnavi__menu li ul.fv li:nth-child(1) {
  transition-delay: 0s;
}
.l-gnavi__menu li ul.fv li:nth-child(2) {
  transition-delay: 0.05s;
}
.l-gnavi__menu li ul.fv li:nth-child(3) {
  transition-delay: 0.1s;
}
.l-gnavi__menu li ul.fv li:nth-child(4) {
  transition-delay: 0.15s;
}
.l-gnavi__menu li ul.fv li:nth-child(5) {
  transition-delay: 0.2s;
}
.l-gnavi__menu li ul.fv li:nth-child(6) {
  transition-delay: 0.25s;
}
.l-gnavi__menu li ul.fv li:nth-child(7) {
  transition-delay: 0.3s;
}
.l-gnavi__menu li ul.fv li:nth-child(8) {
  transition-delay: 0.35s;
}
.l-gnavi__menu li ul.fv li:nth-child(9) {
  transition-delay: 0.4s;
}
.l-gnavi__menu li ul.fv li:nth-child(10) {
  transition-delay: 0.45s;
}
.l-gnavi__menu li ul .list_title {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.l-gnavi__menu li ul a {
  padding: 0.8em 0.5em !important;
}

.p-company_overview .c-ttl02:before {
  content: "COMPANY";
}
.p-company_overview .c-ttl02#section-02:before {
  content: "ABOUT US";
}

.c-ttl02 .sub_title {
  line-height: 1;
  font-size: 16rem;
  font-weight: 800;
  color: #EFF0F2;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  position: absolute;
  top: -0.15em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl02 .sub_title {
    font-size: 6rem;
  }
}

.p-company {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-company .p-company_requirements {
    padding-bottom: 8rem;
  }
}

.p-company_recruit {
  padding-bottom: 10rem;
}
@media screen and (max-width: 550px) {
  .p-company_recruit {
    padding-bottom: 0;
    padding-top: 2em;
  }
}
.p-company_recruit .ttl {
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-company_recruit .ttl {
    font-size: 1.1em;
  }
}
.p-company_recruit p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.merit {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .merit {
    flex-direction: column;
  }
}
.merit figure {
  width: calc((100% - 50px) / 2);
  display: flex;
  margin-bottom: 3.3em;
}
@media screen and (max-width: 991px) {
  .merit figure {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .merit figure {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.merit figure img {
  max-width: 100%;
  height: auto;
  width: 60%;
  object-fit: contain;
}
@media screen and (max-width: 550px) {
  .merit figure img {
    width: 100%;
  }
}
.merit figure figcaption {
  padding-left: 30px;
}
@media screen and (max-width: 550px) {
  .merit figure figcaption {
    padding-left: 0;
  }
}
.merit figure figcaption h4 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  text-indent: 0.5em;
  filter: drop-shadow(0 0 0.25rem #fff);
}
@media screen and (max-width: 768px) {
  .merit figure figcaption h4 {
    font-size: 1.1em;
  }
}
.merit figure figcaption .box {
  position: relative;
  top: -1em;
}
.merit figure figcaption .txt {
  line-height: 2;
}
.merit figure figcaption .en {
  background: #117EC5;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  position: relative;
  transform: rotate(45deg);
  font-size: 1.2rem;
  font-style: italic;
  margin-left: 0;
}
.merit figure figcaption .en span {
  line-height: 1;
  color: #fff;
  display: block;
  position: relative;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 33%;
}

.message {
  padding-top: 4em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.message figure {
  display: flex;
  margin-bottom: 3.3em;
}
@media screen and (max-width: 991px) {
  .message figure {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .message figure {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.message figure img {
  max-width: 100%;
  height: fit-content;
  width: 40%;
  object-fit: contain;
  object-position: top;
  display: block;
  position: sticky;
  top: 3rem;
}
@media screen and (max-width: 550px) {
  .message figure img {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 1.1em;
  }
}
.message figure figcaption {
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .message figure figcaption {
    padding-left: 0;
  }
}
.message figure figcaption h4 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .message figure figcaption h4 {
    font-size: 1.1em;
  }
}
.message figure figcaption h4 span {
  padding-left: 1em;
}
.message figure figcaption h5 {
  margin-bottom: 1em;
}
.message figure figcaption .box {
  position: relative;
  top: 0;
  padding-bottom: 5rem;
}
@media screen and (max-width: 550px) {
  .message figure figcaption .box {
    padding-bottom: 0;
  }
}
.message figure figcaption .txt {
  line-height: 2;
  margin-bottom: 2em;
  margin-left: 0;
}
.message figure figcaption .en {
  background: #117EC5;
  width: 6.5rem;
  height: 6.5rem;
  display: block;
  position: relative;
  transform: rotate(45deg);
  font-size: 1.2rem;
  font-style: italic;
  margin-left: 0;
}
.message figure figcaption .en span {
  line-height: 1;
  color: #fff;
  display: block;
  position: relative;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 33%;
}

.flow {
  padding-top: 4em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 2em;
  }
}
.flow ul li {
  display: flex;
  align-items: center;
  font-size: 3.3rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .flow ul li {
    flex-direction: column;
    font-size: 1.4em;
    line-height: 1.4;
    align-items: flex-start;
    padding-bottom: 1.5em;
    margin-bottom: 0;
  }
}
.flow ul li b {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow ul li b {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0.5em;
  }
}
.flow ul li img {
  width: 1.8em;
}
@media screen and (max-width: 768px) {
  .flow ul li img {
    width: 1.2em;
  }
}
.flow ul li span {
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .flow ul li span {
    padding-left: 0.5em;
  }
}

.bg_gray {
  background-color: rgba(147, 212, 255, 0.5215686275);
}
.bg_gray .c-ttl02 .sub_title {
  color: #fff;
}
.bg_gray .c-ttl02::before {
  color: #fff;
}
.bg_gray .p-company_requirements__table td {
  background-color: #fff;
}

.p-sitemap_list__menu li:nth-child(10) a {
  pointer-events: all;
}/*# sourceMappingURL=include.css.map */