@charset "UTF-8";


.employer h1, .employer h2, .employer h3, .employer h4, .employer figure,
.applicant h1, .applicant h2, .applicant h3, .applicant h4, .applicant figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

.employer ul,
.applicant ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.employer p,
.applicant p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.employer a,
.applicant a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.employer img,
.applicant img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.subfrontview {
  display: flex;
}
.subfrontview.emply .sub__content {
  background: linear-gradient(to right, #003594 0%, #1364d9 100%);
}
.subfrontview .sub__image {
  width: 60vw;
  display: flex;
  position: relative;
}
.subfrontview .sub__image .breadcrumb {
  position: absolute;
  left: 10%;
  top: 10px;
}
.subfrontview .sub__image .breadcrumb a, .subfrontview .sub__image .breadcrumb span {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 39px;
  text-align: left;
  color: #fff;
}
.subfrontview .sub__content {
  width: 40vw;
  background: linear-gradient(to right, #1395dc 0%, #64a5ff 100%);
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
.subfrontview .sub__content .c__lbl {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 78.89px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
}
.subfrontview .sub__content .c__mark {
  width: 219px;
  height: 46.56px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.subfrontview .sub__content .c__mark span {
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  color: #003594;
}
.applicant .subfrontview .sub__content .c__mark span {
  color: #1395dc;
}

.content__wrapper {
  padding-top: 100px;
}
.content__wrapper.emply .content__items .c__item .c__mark {
  background: linear-gradient(to right, #003594 0%, #1364d9 100%);
}
.content__wrapper.emply .content__items .c__item:hover .c__mark {
  background: none;
}
.content__wrapper.emply .content__items .c__item:hover {
  background: linear-gradient(to right, #003594 0%, #1364d9 100%);
}
.content__wrapper.emply .content__items .c__item:hover .c__txt {
  color: #fff;
}
.content__wrapper .sub__title .ja__txt {
  color: #003594 !important;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}
.content__wrapper .sub__title .en__txt {
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #1395dc;
}
.content__wrapper .t__lbl {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-top: 35px;
  text-align: center;
  color: #2d2827;
}
.content__wrapper .p__txt {
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 23px;
  margin-top: 24px;
  text-align: center;
  color: #2d2827;
}
.content__wrapper .content__items {
  max-width: 1164px;
  width: 95%;
  margin: auto;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.content__wrapper .content__items .c__item {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content__wrapper .content__items .c__item .c__mark {
  width: 253px;
  height: 126px;
  background: linear-gradient(to right, #1395dc 0%, #64a5ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__wrapper .content__items .c__item:hover .c__mark {
  background: none;
}
.content__wrapper .content__items .c__item:hover {
  background: linear-gradient(to right, #1395dc 0%, #64a5ff 100%);
}
.content__wrapper .content__items .c__item:hover .c__txt {
  color: #fff;
}

.content__wrapper .content__items .c__item .c__mark span {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.24em;
  line-height: 32px;
  text-align: center;
  color: #fff;
}
.content__wrapper .content__items .c__item .c__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 23px;
  margin-top: 18px;
  text-align: center;
  color: #434343;
}
.content__wrapper .merit__content {
  margin-top: 150px;
}
.content__wrapper .merit__content.emply .t__lbl {
  color: #003594;
}
.content__wrapper .merit__content.emply .c__items .c__item {
  margin: 0 20px;
}
.content__wrapper .merit__content.emply .c__items .c__item .c__lbl {
  color: #003594;
}
.content__wrapper .merit__content.emply .c__items .c__item .icon.c02 {
  width: 180px;
  top: -132px;
}
.content__wrapper .merit__content .t__lbl {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  color: #1395dc;
}
.content__wrapper .merit__content .c__items {
  margin-top: 240px;
  display: flex;
  justify-content: center;
}
.content__wrapper .merit__content .c__items .c__item {
  width: 260px;
  margin: 0 75px;
  position: relative;
}
.content__wrapper .merit__content .c__items .c__item .icon {
  width: 130px;
  display: flex;
  margin: auto;
  position: absolute;
  left: 50%;
  top: -170px;
  transform: translate(-50%);
}
.content__wrapper .merit__content .c__items .c__item .icon.c01 {
  width: 297px;
  top: -190px;
}
.content__wrapper .merit__content .c__items .c__item .c__lbl {
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
  color: #1395dc;
}
.content__wrapper .merit__content .c__items .c__item .c__txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 23.65px;
  margin-top: 22px;
  text-align: left;
  color: #2d2827;
}
.content__wrapper .frame__content {
  width: 660px;
  height: auto;
  margin: auto;
  margin-top: 100px;
  background: transparent;
  border: 2px solid #1395dc;
  position: relative;
}
.content__wrapper .frame__content:after {
  content: "";
  width: 29.28px;
  height: 61.66px;
  background: url(images/applicant_fukidashi.png);
  background-size: 100% 100%;
  position: absolute;
  top: -61px;
  right: 114px;
}
.content__wrapper .frame__content .up__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px;
}
.content__wrapper .frame__content .up__content .p__item {
  width: 60%;
}
.content__wrapper .frame__content .up__content .p__item:last-child {
  width: 35%;
}
.content__wrapper .frame__content .up__content .p__item:last-child .art__items {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}
.content__wrapper .frame__content .up__content .p__item:last-child .art__items p {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  color: #000;
}
.content__wrapper .frame__content .up__content .p__item:last-child .art__items p span {
  color: #1395DC;
  font-size: 14px;
}
.content__wrapper .frame__content .up__content .p__item .p__lbl {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 18px;
  padding: 7px 0;
  text-align: center;
  color: #fff;
  background: #1395dc;
}
.content__wrapper .frame__content .up__content .p__item .c__txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  margin-top: 16px;
  text-align: left;
  color: #000;
}
.content__wrapper .frame__content .up__content .p__item .c__txt.c01 {
  margin: -10px 20px 0 0;
  text-align: right;
}
.content__wrapper .frame__content .up__content .p__item .c__txt span {
  font-size: 14px;
  color: #1395DC;
}
.content__wrapper .frame__content .down__content {
  width: 100%;
  padding: 23px 0;
  display: flex;
  justify-content: center;
  background: #1395dc;
}
.content__wrapper .frame__content .down__content .lbl {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
}
.content__wrapper .frame__content .down__content .chk__txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 25px;
  margin-left: 40px;
  text-align: left;
  color: #fff;
}
.content__wrapper .frame__content .down__content .chk__txt span {
  display: block;
  position: relative;
}
.content__wrapper .frame__content .down__content .chk__txt span:after {
  content: "";
  width: 16px;
  height: 14px;
  background: url(images/applicant_check03.png);
  background-size: 100% 100%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.content__wrapper .flow__content {
  margin-top: 75px;
  padding: 75px 0;
  background: #f0f0f0;
}
.content__wrapper .flow__content .flow__items {
  width: 660px;
  margin: auto;
  margin-top: 55px;
}
.content__wrapper .flow__content .flow__items .f__item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__wrapper .flow__content .flow__items .f__item:last-child .f__lbl:after {
  content: unset;
}
.content__wrapper .flow__content .flow__items .f__item .f__lbl {
  width: 280px;
  height: 74px;
  background: linear-gradient(to right, #1395dc 0%, #64a5ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content__wrapper .flow__content .flow__items .f__item .f__lbl:after {
  content: "";
  width: 14px;
  height: 17px;
  background: url(images/downarow.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%);
}
.content__wrapper .flow__content .flow__items .f__item .f__lbl span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}
.content__wrapper.emply .flow__content .flow__items .f__item .f__lbl {
  background: linear-gradient(to right, #003594 0%, #1364d9 100%);
}
.content__wrapper.emply .flow__content .flow__items .f__item .f__lbl:after {
  background: url(images/downarow01.png);
  background-size: 100% 100%;
}

.content__wrapper .flow__content .flow__items .f__item .f__txt {
  width: 360px;
  font-weight: normal;
  font-size: 12px;
  line-height: 23px;
  text-align: left;
  color: #2d2827;
}

.content__wrapper .recruit__btn {
  width: 300px;
  height: 50px;
  margin: 150px auto;
  background: #d50032;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__wrapper .recruit__btn span {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
.content__wrapper a {
  transition: 0.3s;
}
.content__wrapper a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .subfrontview .sub__image {
    width: 60%;
  }
  .subfrontview .sub__content {
    width: 40%;
    padding-left: 11px;
  }
  .subfrontview .sub__content .c__lbl {
    font-size: 17px;
    line-height: 40px;
  }
  .subfrontview .sub__content .c__mark {
    width: 120px;
    height: 26px;
  }
  .subfrontview .sub__content .c__mark span {
    font-size: 16px;
  }
  .subfrontview .sub__image .breadcrumb a, .subfrontview .sub__image .breadcrumb span {
    font-size: 8px;
  }
  .subfrontview .sub__image .breadcrumb {
    position: absolute;
    left: 17px;
  }
  .content__wrapper {
    padding-top: 50px;
  }
  .content__wrapper .t__lbl {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .content__wrapper .p__txt {
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 20px;
  }
  .content__wrapper .content__items {
    width: 100%;
    margin: auto;
    margin-top: 50px;
  }
  .content__wrapper .content__items .c__item {
    width: 50%;
  }
  .content__wrapper .content__items .c__item .c__mark {
    width: 134px;
    height: 67px;
  }
  .content__wrapper .content__items .c__item .c__mark span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .content__wrapper .content__items .c__item .c__txt {
    font-size: 8px;
    letter-spacing: 0.2em;
    line-height: 15px;
  }
  .content__wrapper .content__items .c__item:hover .c__mark {
    background: linear-gradient(to right, #1395dc 0%, #64a5ff 100%);
  }
  .content__wrapper .content__items .c__item:hover {
    background: none;
  }
  .content__wrapper .content__items .c__item:hover .c__txt {
    color: #434343;
  }
  .content__wrapper.emply .content__items .c__item:hover .c__mark {
    background: linear-gradient(to right, #003594 0%, #1364d9 100%);
  }
  .content__wrapper.emply .content__items .c__item:hover {
    background: none;
  }
  .content__wrapper.emply .content__items .c__item:hover .c__txt {
    color: #434343;
  }

  .content__wrapper .merit__content {
    margin-top: 75px;
  }

  .content__wrapper .merit__content .t__lbl {
    font-size: 15px;
  }
  .content__wrapper .merit__content .c__items {
    margin-top: 32px;
    display: block;
  }
  .content__wrapper .merit__content .c__items .c__item {
    width: 90%;
    margin: 17px auto;
  }
  .content__wrapper .merit__content.emply .c__items .c__item {
    margin: auto;
    margin-bottom: 40px;
  }
  .content__wrapper .merit__content .c__items .c__item .icon {
    width: 95px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
  }
  .content__wrapper .merit__content .c__items .c__item .c__lbl {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .content__wrapper .merit__content .c__items .c__item .c__txt {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 18px;
    margin-top: 13px;
  }
  .content__wrapper .merit__content.emply .c__items .c__item .icon.c02 {
    width: 130px;
    top: auto;
  }
  .content__wrapper .recruit__btn {
    width: 220px;
    margin: 50px auto 60px;
    padding: 15px 0;
  }
  .content__wrapper .recruit__btn span {
    font-weight: normal;
    font-size: 16px;
    line-height: 0;
  }
  .content__wrapper .contact__content {
    width: 100%;
    height: 50vw;
    max-height: 250px;
    background: url(images/applicant-contactBg_sp.jpg);
    background-size: cover;
    flex-direction: column;
  }
  .content__wrapper .contact__content .lbl {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.1em;
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .content__wrapper .contact__content .contact__items .tel .c__lbl {
    font-size: 26px;
  }
  .content__wrapper .contact__content .contact__items .tel .icon {
    width: 17px;
  }
  .content__wrapper .contact__content .contact__items .mail {
    width: 100%;
    min-width: 170px;
  }
  .content__wrapper .contact__content .contact__items .mail span {
    font-weight: 500;
    font-size: 8px;
  }
  .content__wrapper .contact__content .contact__items .tel {
    justify-content: center;
  }
  .content__wrapper .merit__content .c__items .c__item .icon.c01 {
    width: 215px;
    top: auto;
  }
  .content__wrapper .frame__content .up__content {
    width: 100%;
    display: block;
    padding: 20px 15px;
  }
  .content__wrapper .frame__content .up__content .p__item {
    width: 100%;
  }
  .content__wrapper .frame__content .up__content .p__item .p__lbl {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .content__wrapper .frame__content .up__content .p__item .c__txt {
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 10px;
    margin-top: 0;
  }
  .content__wrapper .frame__content .up__content .p__item .c__txt.c01 {
    margin: 10px 20px 20px 0;

  }
  .content__wrapper .frame__content .up__content .p__item:last-child {
    width: 100%;
    margin-top: 12px;
  }
  .content__wrapper .frame__content .up__content .p__item:last-child .art__items p {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 25px;
  }
  .content__wrapper .frame__content .down__content {
    width: 100%;
    padding: 12px 0;
    display: block;
  }
  .content__wrapper .frame__content .down__content .lbl {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
  }
  .content__wrapper .frame__content .down__content .chk__txt {
    width: 170px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 auto;
  }
  .content__wrapper .frame__content .down__content .chk__txt span:after {
    content: "";
    width: 12px;
    height: 11px;
    left: -14px;
  }
  .content__wrapper .flow__content .flow__items {
    width: 270px;
    margin: auto;
    margin-top: 37px;
  }
  .content__wrapper .flow__content .flow__items .f__item {
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #1395dc 0%, #64a1ff 100%);
    border: 2px solid #1395dc;
    position: relative;
  }
  .content__wrapper.emply .flow__content .flow__items .f__item {
    background: linear-gradient(to right, #003594 0%, #1364d9 100%);
    border: 2px solid #003594;
  }
  .content__wrapper .flow__content .flow__items .f__item .f__lbl {
    width: auto;
    height: auto;
    padding: 10px 0;
    background: transparent;
  }
  .content__wrapper.emply .flow__content .flow__items .f__item .f__lbl {
    background: transparent;
  }
  .content__wrapper .flow__content .flow__items .f__item .f__lbl span {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.6;
  }
  .content__wrapper .flow__content .flow__items .f__item .f__txt {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    background: white;
    text-align: center;
    color: #2d2827;
  }
  .content__wrapper .flow__content .flow__items .f__item:after {
    content: "";
    width: 10px;
    height: 13px;
    background: url(images/downarow.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%);
  }
  .content__wrapper.emply .flow__content .flow__items .f__item:after {
    background: url(images/downarow01.png);
    background-size: 100% 100%;
  }
  .content__wrapper .flow__content .flow__items .f__item .f__lbl:after {
    content: unset;
  }
  .content__wrapper .flow__content .flow__items .f__item:last-child:after {
    content: unset;
  }
  .content__wrapper .frame__content:after {
    content: "";
    width: 30px;
    height: 49px;
    background: url(images/applicant_fukidashi_sp.png);
    background-size: 100% 100%;
    position: absolute;
    top: -49px;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .content__wrapper .frame__content {
    margin-top: 60px;
    width: 90%;
  }
  .content__wrapper .frame__content .up__content .p__item:last-child .art__items {
    justify-content: left;
  }
  .content__wrapper .frame__content .up__content .p__item:last-child .art__items p:last-child {
    margin-left: 20px;
  }
  .content__wrapper .frame__content .up__content .p__item .c__txt span {
    font-size: 17px;
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
  }
  .content__wrapper .frame__content .up__content .p__item:last-child .art__items p span {
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .content__wrapper .t__lbl {
    font-size: 14px;
  }

}


