.-bg-gray {
  background: #F8F8F8;
}

.check-field {
  flex-wrap: wrap;
  gap: 1em;
  width: 75%;
}
@media (max-width: 767.9px) {
  .check-field {
    display: flex !important;
  }
}
.check-field input[type=checkbox] {
  appearance: none;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.check-field .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.p-contact-list p {
  font-weight: 700;
}
.p-contact-list section {
  padding: 8rem 0;
}
@media screen and (max-width: 992px) {
  .p-contact-list section {
    padding: 2rem 0;
  }
}
.p-contact-list.-under {
  padding-bottom: 0;
}
.p-contact-list__exp {
  margin-bottom: 15rem;
}
@media screen and (max-width: 992px) {
  .p-contact-list__exp {
    margin-bottom: 8rem;
  }
}
.p-contact-list__exp p {
  margin-bottom: 6rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-contact-list__exp p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-contact-list__forms_list {
  padding: 5rem 0 8rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-contact-list__forms_list {
    padding: 4rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-list__forms_list {
    flex-direction: column;
  }
}
.p-contact-list__forms_list_item {
  width: calc((100% - 4.8rem) / 3);
  padding: 4rem 10px;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .p-contact-list__forms_list_item {
    width: 100%;
  }
}
.p-contact-list__forms_list_item:nth-child(-n+2) {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-contact-list__forms_list_item:nth-child(-n+2) {
    width: 100%;
  }
}
.p-contact-list__forms_list_item a {
  width: 100%;
  height: 100%;
  display: block;
}
.p-contact-list__forms_list_item h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .p-contact-list__forms_list_item h2 {
    font-size: 1.6rem;
  }
}
.p-contact-list__forms_list_item p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
  .p-contact-list__forms_list_item p {
    font-size: 1rem;
  }
}
.p-contact-list__forms_list_item:hover.-white-box {
  box-shadow: none;
}
.p-contact-list__tel {
  margin: 4rem 0;
}
.p-contact-list__tel_item {
  width: min(90%, 80rem);
  margin: 0 auto;
  color: #1C1F7A;
  padding: 2.5rem 10px;
}
.p-contact-list__tel_item a {
  color: #1C1F7A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 6.4rem;
  width: min(90%, 61.5rem);
  margin: 0 auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid #1C1F7A;
  line-height: 1;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
  .p-contact-list__tel_item a {
    font-size: 2.5rem;
  }
}
.p-contact-list__tel_item a::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(../img/common/icon_tel_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 0.1em;
}
.p-contact-list__tel_item p {
  font-size: 2.4rem;
  line-height: 1.8;
  width: max-content;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-list__tel_item p {
    font-size: 1.4rem;
  }
}
.p-contact-list .-white-box {
  box-shadow: 5px 12px 16px rgba(128, 128, 128, 0.25);
  background: #fff;
}
.p-contact-list .-radius {
  border-radius: 15px;
}

body {
  font-size: 1.8rem;
}

.p-kv_under__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.p-kv_under__txt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-kv_under__txt {
    text-align: center;
  }
}

.c-ttl_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-ttl_wrapper {
    margin-top: 6rem;
  }
}
.c-ttl_wrapper .c-ttl_sup.-sm {
  margin-bottom: 0;
}
.c-ttl_wrapper p {
  font-size: 1.6rem;
  text-align: center;
}

.c-form__ttl p {
  color: #A9A9A9;
  font-size: 1.2rem;
}
.c-form__field input::placeholder {
  color: #ABABAB;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .l-header.is-act .l-header__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .l-header__inner {
    padding: 0 1.5vw 0 2.5vw;
  }
}
@media (min-width: 992px) {
  .l-header__logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.l-gnavi__btn a {
  padding: 2.5rem 0;
  border-radius: 0;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-gnavi__btn a .en {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
}
.l-gnavi__btn a .jp {
  font-size: 1.1rem;
  margin-top: 1em;
}

body {
  padding-top: 5em;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    position: sticky;
  }
}

.slick-list {
  height: calc(100vh - 5em);
}

.slick-slide img {
  height: calc(100vh - 5em);
}

.p-systemservice_point__item:first-of-type {
  padding-top: 20em;
}
@media screen and (max-width: 768px) {
  .p-systemservice_point__item:first-of-type {
    padding-top: 8em;
  }
}

.l-gnavi__link {
  position: relative;
}
.l-gnavi__link::before {
  content: "";
  background-color: #E16B48;
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.3s;
}
.l-gnavi__link:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.l-gnavi__link:hover::before {
  transform: scaleX(1);
}

.p-systemservice_plan__wrap .p-systemservice_plan__item,
.p-systemservice_plan__wrap .p-systemservice_head__item,
.p-systemservice_head__wrap .p-systemservice_plan__item,
.p-systemservice_head__wrap .p-systemservice_head__item {
  opacity: 0;
  transform: translateY(10%);
  transition: 0.8s;
}
.p-systemservice_plan__wrap .p-systemservice_plan__item:nth-of-type(1),
.p-systemservice_plan__wrap .p-systemservice_head__item:nth-of-type(1),
.p-systemservice_head__wrap .p-systemservice_plan__item:nth-of-type(1),
.p-systemservice_head__wrap .p-systemservice_head__item:nth-of-type(1) {
  transition-delay: 0.4s;
}
.p-systemservice_plan__wrap .p-systemservice_plan__item:nth-of-type(2),
.p-systemservice_plan__wrap .p-systemservice_head__item:nth-of-type(2),
.p-systemservice_head__wrap .p-systemservice_plan__item:nth-of-type(2),
.p-systemservice_head__wrap .p-systemservice_head__item:nth-of-type(2) {
  transition-delay: 0.8s;
}
.p-systemservice_plan__wrap .p-systemservice_plan__item:nth-of-type(3),
.p-systemservice_plan__wrap .p-systemservice_head__item:nth-of-type(3),
.p-systemservice_head__wrap .p-systemservice_plan__item:nth-of-type(3),
.p-systemservice_head__wrap .p-systemservice_head__item:nth-of-type(3) {
  transition-delay: 1.2s;
}
.p-systemservice_plan__wrap.scrolled .p-systemservice_head__item,
.p-systemservice_plan__wrap.scrolled .p-systemservice_plan__item,
.p-systemservice_head__wrap.scrolled .p-systemservice_head__item,
.p-systemservice_head__wrap.scrolled .p-systemservice_plan__item {
  opacity: 1;
  transform: translateY(0);
}

.c-panel_contact__wrap {
  justify-content: center;
}

.p-home_kv__cnt {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  transform: none;
}
.p-home_kv__cnt .p-home_kv__btn {
  position: absolute;
  left: 9vw;
  top: 50%;
}
@media screen and (max-width: 550px) {
  .p-home_kv__cnt .p-home_kv__btn {
    left: auto;
    top: auto;
    bottom: 0;
  }
}
.p-home_kv__cnt .p-home_kv__catch {
  position: absolute;
  left: 9vw;
  top: 25%;
}
@media screen and (max-width: 550px) {
  .p-home_kv__cnt .p-home_kv__catch {
    left: auto;
    top: 0;
    background-color: rgba(255, 255, 255, 0.4901960784);
    border-radius: 2vw;
    padding: 1em;
  }
}

#slide-02-txt,
#slide-04-txt {
  transform: none;
}
#slide-02-txt .p-home_kv__catch .en,
#slide-02-txt .p-home_kv__catch .jp,
#slide-04-txt .p-home_kv__catch .en,
#slide-04-txt .p-home_kv__catch .jp {
  opacity: 0;
}
#slide-02-txt .p-home_kv__img,
#slide-04-txt .p-home_kv__img {
  max-width: 41.6666666667vw;
  position: absolute;
  top: 2.604166666vw;
  right: 2.604166666vw;
}
@media screen and (max-width: 550px) {
  #slide-02-txt .p-home_kv__img,
  #slide-04-txt .p-home_kv__img {
    max-width: 100%;
    position: relative;
    top: -20%;
    right: auto;
  }
}

@media screen and (max-width: 550px) {
  #slide-02-txt .p-home_kv__img {
    background-color: rgba(255, 255, 255, 0.4901960784);
    border-radius: 2vw;
  }
}

#slide-01-txt .p-home_kv__catch {
  background-color: rgba(255, 255, 255, 0.4901960784);
  border-radius: 2vw;
  padding: 1.5em;
}

#slide-04-txt .p-home_kv__img {
  background-color: rgba(255, 255, 255, 0.4901960784);
  border-radius: 2vw;
}

.p-home_kv__btn a {
  background: #fff;
  color: #1c1f7a;
  max-width: 600px;
  padding-right: 5.7rem;
}
.p-home_kv__btn a .arrow {
  stroke: #1c1f7a;
}
.p-home_kv__btn a:hover {
  animation: beats 1s infinite;
  transition: 0.3s;
}

@keyframes beats {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.slick-slide img {
  object-fit: cover;
}

.p-home_recruit__txt {
  max-width: 100%;
}

.p-home_recruit__txt_group {
  padding: 3em 5em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-home_recruit__txt_group br {
  display: none;
}
@media screen and (max-width: 550px) {
  .p-home_recruit__txt_group {
    padding: 0;
  }
  .p-home_recruit__txt_group br {
    display: block;
  }
}
.p-home_recruit__txt_group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  z-index: -1;
}
.p-home_recruit__txt_group h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.l-footer__foot .c-inner {
  padding: 0;
}

@media screen and (max-width: 550px) {
  .p-home_kv .p-home_kv__cnt {
    display: flex;
    flex-direction: column;
    height: 40%;
    top: 40%;
    transform: none;
    align-items: center;
  }
  .p-home_kv .p-home_kv__cnt .p-home_kv__btn {
    margin-top: auto;
  }
}

#slide-02-txt .p-home_kv__catch,
#slide-04-txt .p-home_kv__catch {
  opacity: 0;
}
@media screen and (max-width: 550px) {
  #slide-02-txt .p-home_kv__catch,
  #slide-04-txt .p-home_kv__catch {
    display: none;
  }
}

.l-footer__foot {
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.c-card_news__date {
  min-width: 120px;
}

.c-card_news__term {
  min-width: 10rem;
}

.p-home_underlink__txt .logo {
  max-width: 280px;
  border: 1px solid #1C1F7A;
  border-radius: 6px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .p-home_underlink__txt .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home_underlink__txt .logo img {
  max-width: 100%;
  height: auto;
}
.p-home_underlink__txt .logo a:hover {
  opacity: 0.5;
  transform: scale(0.85);
}

@media screen and (max-width: 550px) {
  .p-kv_under__jp {
    font-size: 4vw;
  }
}

@supports (-webkit-touch-callout: none) {
  .c-form__field.-select:before {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .c-panel_contact__lead {
    font-size: 3.2727vw;
  }
}

@media screen and (max-width: 550px) {
  .p-systemservice_step__txt {
    font-size: 3.63636363vw;
  }
}

@media screen and (max-width: 550px) {
  .p-company_plofile__tbl td {
    font-size: 3.53636363vw;
  }
}

.p-home_kv__cnt .p-home_kv__btn {
  transition: 0s !important;
  transition-delay: 0s !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.p-home_kv__cnt .p-home_kv__btn a {
  transition: 0s;
}/*# sourceMappingURL=include.css.map */