@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/**/
/**/
.flow.common_contents.after_top {
  background: url(../images/en_about_flow.svg) no-repeat bottom 2.5rem center/contain, linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), url(../images/back_gray.webp);
}
@media only screen and (min-width: 769px) {
  .flow.common_contents.after_top {
    background: url(../images/en_about_flow.svg) no-repeat bottom 6rem center/contain, linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%), url(../images/back_gray.webp);
  }
}
@media only screen and (min-width: 769px) {
  .flow .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) {
  .flow .inner .text {
    width: 51.5%;
  }
}
@media only screen and (max-width: 769px) {
  .flow .inner .text + div {
    margin-top: 2.5rem;
  }
}
.flow .inner .image {
  filter: drop-shadow(0 1rem 1.5rem rgba(0, 0, 0, 0.1));
}
@media only screen and (min-width: 769px) {
  .flow .inner .image {
    width: 42%;
  }
}
.flow .inner .image img {
  border-radius: 1rem;
}
@media only screen and (min-width: 769px) {
  .flow .inner .image img {
    max-height: 30rem;
    filter: drop-shadow(0 2rem 3rem rgba(0, 0, 0, 0.1));
  }
}
.flow h2 {
  margin-bottom: 1em;
}

/**/
.links h2 {
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .links h2 {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 769px) {
  .links .link_wrap div {
    width: calc(50% - 1.25rem);
  }
}
.links .link_wrap div a {
  position: relative;
  display: block;
  background: #4593D0;
  color: #fff;
  font-size: 1.6rem;
  padding: 1em;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .links .link_wrap div a {
    font-size: 2rem;
  }
}
.links .link_wrap div a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0.675rem;
  height: 1.35rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}
.links .link_wrap div a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #005BAB;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.4s;
}
.links .link_wrap div a:hover::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
@media only screen and (max-width: 769px) {
  .links .link_wrap div + div {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .links .link_wrap.two {
    display: flex;
    gap: 2.5rem;
  }
}
.links .link_wrap + h2 {
  margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
  .links .link_wrap + h2 {
    margin-top: 10rem;
  }
}

/**/
.recruit_conditions.after_top .inner {
  padding: 3rem 2.5rem 6rem;
}
@media only screen and (min-width: 769px) {
  .recruit_conditions.after_top .inner {
    padding: 6rem 22rem 12rem;
  }
}
@media only screen and (min-width: 769px) {
  .recruit_conditions.after_top .inner .condition_list dl div {
    display: flex;
  }
}
@media only screen and (max-width: 769px) {
  .recruit_conditions.after_top .inner .condition_list dl div:first-of-type {
    border-top: solid 1px #ddd;
    padding-top: 2em;
  }
}
.recruit_conditions.after_top .inner .condition_list dl div dt {
  color: #001E3C;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media only screen and (max-width: 769px) {
  .recruit_conditions.after_top .inner .condition_list dl div dt {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .recruit_conditions.after_top .inner .condition_list dl div dt {
    font-size: 2rem;
    width: 20%;
  }
}
@media only screen and (min-width: 769px) {
  .recruit_conditions.after_top .inner .condition_list dl div dd {
    width: 80%;
  }
}
.recruit_conditions.after_top .inner .condition_list dl div dd p span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-left: 1.2em;
}
.recruit_conditions.after_top .inner .condition_list dl div dd p span::before {
  position: absolute;
  content: "■";
  color: #4593D0;
  top: 0;
  left: 0;
  font-size: 1em;
}
.recruit_conditions.after_top .inner .condition_list dl div dd .bold {
  font-weight: 700;
}
.recruit_conditions.after_top .inner .condition_list dl div + div {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #ddd;
}/*# sourceMappingURL=recruit.css.map */