@charset "UTF-8";
/* =====================================
 * 管理バー
 * ================================== */
/* =====================================
 * 下層・詳細ページ
 * ================================== */
.c-headline-number02 {
  height: 62px;
}

@media (max-width: 767px) {
  .c-headline-number02 {
    height: 54px;
  }
}

.p-topics-list__cat-list li a:hover {
  background: none;
}

.c-message-blue__interview-detail > * + * {
  margin-top: 1.5rem;
}

.c-message-blue__interview-detail .c-imgbox + h2 {
  margin-top: 4.5rem;
}

@media (max-width: 767px) {
  .c-message-blue__interview-detail .c-imgbox + h2 {
    margin-top: 3rem;
  }
}

.c-message-blue__interview-detail > * + .wp-block-image {
  margin-top: 3.5rem;
}

@media (max-width: 767px) {
  .c-message-blue__interview-detail > * + .wp-block-image {
    margin-top: 3rem;
  }
}

.c-box-btn.c-arr-box + .c-desc {
  display: none;
}

.c-box-btn-list.-parent .c-box-btn-item.-child {
  display: none;
}

body[data-page-slug="home"] .p-service-list__item.is-hidden-home {
  display: none;
}

.p-recruit-header__title {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .p-recruit-header__title {
    font-size: 1.75rem;
  }
}

/* =====================================
 * その他
 * ================================== */
.p-home-mv__title {
  line-height: 1.3;
}

.p-home-mv__title-fadeup01[class],
.p-home-mv__title-fadeup02[class],
.p-home-mv__title-fadeup03[class] {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: transparent;
}

.p-home-mv__title-fadeup01[class] span:not([class]),
.p-home-mv__title-fadeup02[class] span:not([class]),
.p-home-mv__title-fadeup03[class] span:not([class]) {
  color: transparent;
}

.p-home-mv__title-fadeup01[class]::after,
.p-home-mv__title-fadeup02[class]::after,
.p-home-mv__title-fadeup03[class]::after {
  content: "";
  background-color: #1D267D;
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: -200%;
}

body.is-load .p-home-mv__title-fadeup01[class] {
  animation: home_fadeup_after 0.8s cubic-bezier(0.8, 0, 0.15, 1) 3.95s forwards;
}

body.is-load .p-home-mv__title-fadeup02[class] {
  animation: home_fadeup_after 0.8s cubic-bezier(0.8, 0, 0.15, 1) 4.15s forwards;
}

body.is-load .p-home-mv__title-fadeup02[class] span {
  animation: home_fadeup_after02 0.8s cubic-bezier(0.8, 0, 0.15, 1) 4.2s forwards;
}

body.is-load .p-home-mv__title-fadeup03[class] {
  animation: home_fadeup_after 0.8s cubic-bezier(0.8, 0, 0.15, 1) 4.4s forwards;
}

.p-home-mv__title-fadeup01::after {
  animation: home_fadeup02 0.8s cubic-bezier(0.8, 0, 0.15, 1) 3.9s forwards;
}

.p-home-mv__title-fadeup02::after {
  animation: home_fadeup02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 4.1s forwards;
}

.p-home-mv__title-fadeup03::after {
  animation: home_fadeup02 0.95s cubic-bezier(0.8, 0, 0.15, 1) 4.3s forwards;
}

.p-home-mv__bg {
  opacity: 0;
  transform: scale(0.8);
  animation: home_show 1.8s cubic-bezier(0.8, 0, 0.15, 1) 3.95s forwards;
}

.p-home-mv__img {
  opacity: 0;
  transform: translateY(2rem);
  animation: home_fadeup 1.2s cubic-bezier(0.8, 0, 0.15, 1) 4.95s forwards;
}

@keyframes home_fadeup {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home_fadeup02 {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 200%;
  }
}

@keyframes home_fadeup_after {
  0% {
    color: transparent;
  }
  30% {
    color: transparent;
  }
  100% {
    color: inherit;
  }
}

@keyframes home_fadeup_after02 {
  0% {
    color: transparent;
  }
  100% {
    color: #FE544A;
  }
}

@keyframes home_show {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  20% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.c-loading {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.c-loading__inner {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: home_hidden 0.8s cubic-bezier(0.8, 0, 0.15, 1) 2.5s forwards;
}

.c-loading::before, .c-loading:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  display: none !important;
}

body.is-load .c-loading {
  pointer-events: none;
}

body.is-load .c-loading::before {
  background-color: #1D267D;
  transform: translateX(-100%);
  animation: home_obi01 0.6s cubic-bezier(0.8, 0, 0.15, 1) 2.75s forwards, home_obi02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 3.2s forwards;
}

body.is-load .c-loading::after {
  z-index: 900;
  background-color: #384298;
  transform: translateX(-100%);
  animation: home_obi01 0.6s cubic-bezier(0.8, 0, 0.15, 1) 2.6s forwards, home_obi02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 3.15s forwards;
}

.c-loading__obi {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 33vh;
  opacity: 1;
}

body.is-load .c-loading__obi.-type01 {
  background-color: #1D267D;
  transform: translateX(-100%);
  animation: home_obi01 0.7s cubic-bezier(0.8, 0, 0.15, 1) 2.75s forwards, home_obi02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 3.35s forwards;
}

body.is-load .c-loading__obi.-type02 {
  background-color: #1D267D;
  transform: translateX(-100%);
  margin-top: 33vh;
  animation: home_obi01 0.7s cubic-bezier(0.8, 0, 0.15, 1) 2.8s forwards, home_obi02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 3.4s forwards;
}

body.is-load .c-loading__obi.-type03 {
  background-color: #1D267D;
  transform: translateX(-100%);
  height: 34vh;
  margin-top: 66vh;
  animation: home_obi01 0.7s cubic-bezier(0.8, 0, 0.15, 1) 2.85s forwards, home_obi02 0.9s cubic-bezier(0.8, 0, 0.15, 1) 3.45s forwards;
}

.c-loading__logo {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

body.is-load .c-loading__logo {
  display: flex;
  align-items: flex-start;
}

.c-loading__logo-left {
  opacity: 0;
  transform: translateX(12px);
  animation: logo_left 2.6s cubic-bezier(0.8, 0, 0.15, 1) 0s forwards;
}

.c-loading__logo-right {
  opacity: 0;
  transform: translateX(-12px);
  animation: logo_right 2.6s cubic-bezier(0.8, 0, 0.15, 1) 0s forwards;
}

.c-loading__logo-inner {
  fill: blur(0px);
  animation: home_blur 0.8s cubic-bezier(0.8, 0, 0.15, 1) 1.8s forwards;
}

body[data-page-slug="home"] .c-loading {
  display: block;
}

@keyframes logo_left {
  0% {
    opacity: 0;
    transform: translateX(12px);
  }
  10% {
    opacity: 0;
    transform: translateX(12px);
  }
  50% {
    opacity: 1;
    transform: translateX(-2px);
  }
  70% {
    opacity: 1;
    transform: translateX(-2px);
  }
  71% {
    opacity: 1;
    transform: translateX(-2px);
  }
  100% {
    opacity: 0;
    transform: translate(-2px, -8px);
  }
}

@keyframes logo_right {
  0% {
    opacity: 0;
    transform: translateX(-12px);
  }
  10% {
    opacity: 0;
    transform: translateX(-12px);
  }
  50% {
    opacity: 1;
    transform: translateX(2px);
  }
  85% {
    opacity: 1;
    transform: translateX(2px);
  }
  86% {
    opacity: 1;
    transform: translateX(2px);
  }
  100% {
    opacity: 0;
    transform: translate(2px, -8px);
  }
}

@keyframes home_hidden {
  0% {
    opacity: 1;
  }
  81% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes home_blur {
  0% {
    opacity: 1;
    filter: blur(0px);
  }
  21% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(10px);
  }
}

@keyframes home_obi01 {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  91% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes home_obi02 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  81% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes home_obi03 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/***************************************************
 * Generated by SVG Artista on 3/26/2024, 12:47:19 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
body.is-load .svg-elem-1 {
  animation: animate-svg-stroke-1 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

body.is-load .svg-elem-2 {
  animation: animate-svg-stroke-2 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

body.is-load .svg-elem-3 {
  animation: animate-svg-stroke-3 0.9s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 94px;
    stroke-dasharray: 94px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94px;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #009ddc;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 94px;
    stroke-dasharray: 94px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94px;
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #fe544a;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 286px;
    stroke-dasharray: 286px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 286px;
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #1d267d;
  }
}

/* =====================================
 * 採用サイト公開による調整
 * ================================== */
.l-header__menu-list[class] li a[target="_blank"] {
  justify-content: flex-start;
  flex-direction: row-reverse;
  display: flex !important;
}

@media (max-width: 767px) {
  .l-header__menu-list[class] li a[target="_blank"] {
    align-items: center;
    justify-content: center;
  }
}

.l-header__menu-list[class] li a[target="_blank"]::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-left: 0.375rem;
}

.l-footer__sitemap-list[class] li a[target="_blank"] {
  display: flex !important;
}

@media (max-width: 767px) {
  .l-footer__sitemap-list[class] li a[target="_blank"] {
    align-items: center;
    justify-content: center;
  }
}

.l-footer__sitemap-list[class] li a[target="_blank"]::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank.svg);
  background-size: 100%;
  margin-left: 0.375rem;
}

@media (max-width: 767px) {
  .l-footer__sitemap-list[class] li a[target="_blank"]::after {
    margin-top: 0;
  }
}

.p-home-recruit2__header + * {
  margin-top: 5rem;
}

@media (max-width: 767px) {
  .p-home-recruit2__header + * {
    margin-top: 3.5rem;
  }
}

.p-home-recruit2__bnr {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 5rem;
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr {
    padding: 3rem 2rem;
  }
}

.p-home-recruit2__bnr-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-home-recruit2__bnr-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.p-home-recruit2__bnr-text {
  position: relative;
  z-index: 10;
}

.p-home-recruit2__bnr-title {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  font-size: 2.5rem;
}

.p-home-recruit2__bnr-title + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr-title + * {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr-title {
    font-size: 1.375rem;
  }
}

.p-home-recruit2__bnr-desc {
  color: #fff;
}

.p-home-recruit2__bnr-desc + * {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr-desc + * {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .p-home-recruit2__bnr-btn {
    max-width: 400px;
  }
}

.p-home-recruit2__bnr-btn a {
  transition: all 0.2s ease-in-out;
  border: 2px solid #fff;
  box-shadow: 0px 8px 25px 0px #009DDC;
  border-radius: 3rem;
  background-color: #fff;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #009DDC;
  padding: 1.75rem 4rem;
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr-btn a {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.p-home-recruit2__bnr-btn a::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_blank_blue.svg);
  background-size: 100%;
  margin-right: 2rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .p-home-recruit2__bnr-btn a::after {
    margin-right: 1.125rem;
  }
}

.p-home-recruit2__bnr-btn a:hover {
  background-color: #009DDC;
  color: #fff;
}

.p-home-recruit2__bnr-btn a:hover::after {
  background-image: url(../img/ico_blank_wht.svg);
}

/*# sourceMappingURL=adjustment.css.map */
