@charset "UTF-8";
:root {
  --osw: "Oswald", sans-serif;
}

ul.breadcrumb {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  ul.breadcrumb {
    margin-bottom: 34px;
  }
}

.mv {
  background: url(/recruit/img/mv.jpg) no-repeat center center/cover;
}

#contents {
  background-color: #fff;
}
#contents .contents_first {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #contents .contents_first {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 16px;
  }
}
#contents .tab__btns {
  display: flex;
  width: 90%;
  max-width: 934px;
  margin: 0 auto;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  #contents .tab__btns {
    gap: 5px;
  }
}
#contents .tab__btn {
  cursor: pointer;
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents .tab__btn {
    height: 50px;
    font-size: 13px;
  }
}
#contents .tab__btn.is-active {
  color: #ffffff;
  background: #000000;
}
#contents .tab__contents {
  border-top: solid 4px #000000;
  border-bottom: solid 4px #000000;
}
#contents .tab__content {
  display: none;
  padding-top: 85px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .tab__content {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
#contents .tab__content:nth-child(1) {
  background: url(../img/bg.png) no-repeat #f5f5f5;
}
#contents .tab__content:nth-child(2) {
  background: url(../img/bg2.png) no-repeat #f5f5f5;
}
#contents .tab__content:nth-child(3) {
  background: url(../img/bg3.png) no-repeat #f5f5f5;
}
#contents .tab__content:nth-child(4) {
  padding-top: 0;
  background: #f5f5f5;
}
#contents .tab__content:nth-child(1), #contents .tab__content:nth-child(2), #contents .tab__content:nth-child(3), #contents .tab__content:nth-child(4) {
  background-size: 705px auto;
  background-position: top right;
}
@media screen and (max-width: 768px) {
  #contents .tab__content:nth-child(1), #contents .tab__content:nth-child(2), #contents .tab__content:nth-child(3), #contents .tab__content:nth-child(4) {
    background-size: 300px auto;
  }
}
#contents .tab__content-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1074px;
}
#contents .tab__content.is-active {
  display: block;
}
#contents .job-detail__top {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 55px;
  max-width: 560px;
  background-image: -webkit-linear-gradient(110deg, rgba(0, 26, 221, 0.9) 0%, rgba(0, 5, 107, 0.97) 100%);
  background-image: -ms-linear-gradient(110deg, rgba(0, 26, 221, 0.9) 0%, rgba(0, 5, 107, 0.97) 100%);
  -webkit-box-shadow: 2.736px 7.518px 8px 0px rgba(37, 52, 255, 0.15), 4.104px 11.276px 22px 0px rgba(0, 31, 164, 0.5), inset 5px 8.66px 50px 0px rgba(0, 16, 213, 0.3);
  box-shadow: 2.736px 7.518px 8px 0px rgba(37, 52, 255, 0.15), 4.104px 11.276px 22px 0px rgba(0, 31, 164, 0.5), inset 5px 8.66px 50px 0px rgba(0, 16, 213, 0.3);
}
@media screen and (max-width: 768px) {
  #contents .job-detail__top {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
  }
}
#contents .job-detail__top-title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__top-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents .job-detail__top-text {
    font-size: 14px;
  }
}
#contents .job-detail__list {
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% - 45px);
  margin-top: -35px;
  margin-left: auto;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__list {
    grid-template-columns: 1fr;
    margin-top: 15px;
    padding-block: 0;
    width: 100%;
  }
}
#contents .job-detail__item {
  padding: 30px 60px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #d9d9d9 5px, transparent 3px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__item {
    padding: 25px;
  }
}
#contents .job-detail__item:not(:last-child) {
  border-bottom: dashed 1px #d9d9d9;
}
#contents .job-detail__item--bg-none {
  background: none;
}
#contents .job-detail__item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #contents .job-detail__item-text {
    font-size: 14px;
  }
}
#contents .job-detail__interview {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview {
    margin-bottom: 30px;
  }
}
#contents .job-detail__interview--mt {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview--mt {
    margin-top: 60px;
  }
}
#contents .job-detail__interview-title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#contents .job-detail__interview-top {
  position: relative;
}
#contents .job-detail__interview-left {
  width: 100%;
  max-width: 805px;
}
#contents .job-detail__interview-right {
  max-width: 416px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  padding: 35px;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-right {
    padding: 20px;
    position: static;
    translate: 0;
    margin-top: -30px;
    margin-left: auto;
    max-width: 90%;
  }
}
#contents .job-detail__interview-sub-title {
  font-size: 22px;
  line-height: 1.27;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #dfdfdf;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-sub-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#contents .job-detail__interview-info span {
  display: block;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-info span.department {
    font-size: 14px;
  }
}
#contents .job-detail__interview-info span.name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-info span.name {
    font-size: 16px;
  }
}
#contents .job-detail__interview-info span.year {
  color: #777777;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__interview-info span.year {
    font-size: 12px;
  }
}
#contents .job-detail__qa {
  margin-left: auto;
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__qa {
    gap: 8px;
  }
}
#contents .job-detail__qa:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: solid #dddddd 1px;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__qa:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#contents .job-detail__q {
  font-size: 22px;
  line-height: 1.27;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__q {
    font-size: 16px;
  }
}
#contents .job-detail__q::before {
  content: "Q.";
  font-weight: bold;
  color: #0029b7;
}
@media screen and (max-width: 768px) {
  #contents .job-detail__a {
    font-size: 14px;
  }
}
#contents .requirement {
  padding: 100px 0 150px;
}
@media screen and (max-width: 768px) {
  #contents .requirement {
    padding: 50px 0 60px;
  }
}
#contents .requirement__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1074px;
}
#contents .requirement__title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #contents .requirement__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#contents .requirement__item {
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  #contents .requirement__item {
    padding: 15px 0;
    font-size: 14px;
  }
}
#contents .requirement__item:last-child {
  border-bottom: solid 1px #dddddd;
}
#contents .requirement__item-left {
  min-width: 190px;
}
@media screen and (max-width: 768px) {
  #contents .requirement__item-left {
    min-width: 120px;
  }
}
#contents .requirement__item-right {
  width: calc(100% - 190px);
}
@media screen and (max-width: 768px) {
  #contents .requirement__item-right {
    width: calc(100% - 120px);
  }
}
#contents .requirement__item-right-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
}
#contents .requirement__item-right-inner span.gray {
  opacity: 0.3;
}
#contents .requirement__item-right-anno {
  margin-top: 15px;
}
#contents .number {
  position: relative;
  padding: 90px 0 120px;
  background-image: -webkit-linear-gradient(110deg, rgba(0, 26, 221, 0.9) 0%, rgba(0, 5, 107, 0.97) 100%);
  background-image: -ms-linear-gradient(110deg, rgba(0, 26, 221, 0.9) 0%, rgba(0, 5, 107, 0.97) 100%);
}
@media screen and (max-width: 768px) {
  #contents .number {
    padding: 45px 0 125px;
  }
}
#contents .number::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/kessyo.png) no-repeat;
  background-size: cover;
  aspect-ratio: 633/422;
  height: auto;
  width: 633px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #contents .number::after {
    width: 315px;
  }
}
#contents .number__anno {
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #contents .number__anno {
    font-size: 12px;
    margin-top: 15px;
  }
}
#contents .number__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1074px;
  position: relative;
  z-index: 5;
}
#contents .number__title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .number__title {
    font-size: 21px;
    margin-bottom: 35px;
  }
}
#contents .number__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 768px) {
  #contents .number__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
#contents .number__item {
  padding: 30px 35px 30px 35px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contents .number__item {
    padding: 15px 15px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  #contents .number__item {
    width: 100%;
  }
}
#contents .number__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(1) {
    order: 1;
  }
}
#contents .number__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(2) {
    order: 2;
  }
}
#contents .number__item:nth-child(3) {
  grid-area: 2/1/3/2;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(3) {
    order: 3;
  }
}
#contents .number__item:nth-child(4) {
  grid-area: 3/1/4/2;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(4) {
    order: 5;
    width: 100%;
  }
}
#contents .number__item:nth-child(5) {
  grid-area: 4/1/5/2;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(5) {
    order: 4;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  #contents .number__item:nth-child(5) {
    order: 6;
  }
}
#contents .number__item:nth-child(6) {
  grid-area: 2/2/5/3;
}
@media screen and (max-width: 768px) {
  #contents .number__item:nth-child(6) {
    order: 6;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 620px) {
  #contents .number__item:nth-child(6) {
    order: 4;
  }
}
#contents .number__item-title {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0029b8;
}
@media screen and (max-width: 768px) {
  #contents .number__item-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#contents .number__item-title::before {
  content: "・";
}
#contents .number__item-title span {
  display: block;
  font-size: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-title span {
    font-size: 14px;
  }
}
#contents .number__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .number__item-content-left {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content-left {
    font-size: 20px;
  }
}
#contents .number__item-content-left span {
  color: #0029b7;
  font-size: 140px;
  font-family: var(--osw);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content-left span {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 960px) {
  #contents .number__item-content-left span {
    font-size: 92px;
  }
}
#contents .number__item-content-left span.smallUp {
  font-size: 120px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content-left span.smallUp {
    font-size: 80px;
  }
}
#contents .number__item-content .rest {
  width: 103px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content .rest {
    width: 68px;
    margin-right: 25px;
  }
}
#contents .number__item-content .get {
  width: 101px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content .get {
    width: 67px;
    margin-right: 25px;
  }
}
#contents .number__item-content .percent {
  width: 100%;
}
#contents .number__item-content .time {
  width: 90px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content .time {
    width: 58px;
    margin-right: 25px;
  }
}
#contents .number__item-content .old {
  width: 90px;
}
@media screen and (max-width: 768px) {
  #contents .number__item-content .old {
    width: 60px;
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  #contents .number__item-content .graph {
    margin-top: -30px;
  }
}
#contents .entry {
  padding: 110px 0 100px;
}
@media screen and (max-width: 768px) {
  #contents .entry {
    padding: 50px 0;
  }
}
#contents .entry__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1074px;
}
#contents .entry__title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents .entry__title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
#contents .entry__text {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contents .entry__text {
    margin-bottom: 20px;
  }
}
#contents .entry__item {
  display: flex;
  padding: 20px 0;
  border-top: 2px #ebebeb solid;
}
@media screen and (max-width: 768px) {
  #contents .entry__item {
    flex-direction: column;
    padding: 15px 0;
    gap: 8px;
  }
}
#contents .entry__item:last-child {
  border-bottom: 2px #ebebeb solid;
}
#contents .entry__item-left {
  min-width: 285px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  #contents .entry__item-left {
    padding-top: 0;
    font-size: 14px;
    width: 100%;
  }
}
#contents .entry__item-left--pt0 {
  padding-top: 0;
}
#contents .entry__item-left span {
  font-size: 14px;
  color: #ff4646;
}
@media screen and (max-width: 768px) {
  #contents .entry__item-left span {
    font-size: 12px;
  }
}
#contents .entry__item-right {
  width: calc(100% - 285px);
}
@media screen and (max-width: 768px) {
  #contents .entry__item-right {
    width: 100%;
  }
}
#contents .entry__item-right--year {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  #contents .entry__item-right--year {
    gap: 10px;
  }
}
#contents .entry__item-right--radio .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #contents .entry__item-right--radio .radio-wrap {
    gap: 10px;
  }
}
#contents .entry__item-right--radio label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents .entry__item-right--radio label {
    font-size: 14px;
    margin-right: 10px;
  }
}
#contents .entry__item-right--radio label::before,
#contents .entry__item-right--radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#contents .entry__item-right--radio label::before {
  background-color: #fff;
  border: 1px solid #dedede;
  height: 18px;
  width: 18px;
  left: 5px;
}
#contents .entry__item-right--radio label::after {
  background-color: #0029b8;
  opacity: 0;
  height: 12px;
  width: 12px;
  left: 9px;
}
#contents .entry__item-right--radio .visually-hidden:checked + label::after {
  opacity: 1;
}
#contents .entry__item-right--radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#contents .entry__item-right span {
  margin-left: 5px;
}
#contents .entry__item-right span.right-space {
  margin-left: 0;
  margin-right: 5px;
}
#contents .entry textarea {
  width: 100%;
  resize: none;
  border: solid 1px #dddddd;
  border-radius: 5px;
  min-height: 200px;
  width: 100% !important;
  padding: 15px 10px;
}
#contents .entry .file-upload {
  position: relative;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
#contents .entry .file-upload:hover, #contents .entry .file-upload.dragover {
  border-color: #007bff;
  background-color: #f8f9fa;
}
#contents .entry .file-upload .file-label {
  display: flex;
  justify-content: center;
  height: 135px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #contents .entry .file-upload .file-label p {
    font-size: 13px;
  }
}
#contents .entry .file-upload .file-label p span {
  color: #53abdd;
  text-decoration: underline;
}
#contents .entry .file-upload .icon {
  width: 19px;
}
#contents .entry .file-upload .file-input {
  display: none;
}
#contents .entry .file-upload #file-name {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
#contents .entry button {
  color: #fff;
  background: #000;
  height: 45px;
  width: 218px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  position: relative;
}
#contents .entry button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#contents .entry .select-wrap {
  display: inline-block;
  position: relative;
}
#contents .entry .select-wrap::after {
  content: "";
  position: absolute;
  right: 8px;
  top: calc(50% - 2px);
  width: 8px;
  height: 8px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
#contents .entry .select-wrap.year {
  width: 135px;
}
@media screen and (max-width: 768px) {
  #contents .entry .select-wrap.year {
    width: 100px;
  }
}
#contents .entry .select-wrap.month, #contents .entry .select-wrap.day {
  width: 80px;
}
@media screen and (max-width: 768px) {
  #contents .entry .select-wrap.month, #contents .entry .select-wrap.day {
    width: 60px;
  }
}
#contents .entry select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#contents .entry p {
  margin-top: 5px;
  font-size: 14px;
  color: #7f7f7f;
}
@media screen and (max-width: 768px) {
  #contents .entry p {
    margin-top: 0;
  }
}
#contents .entry .address-top {
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #dddddd;
}
@media screen and (max-width: 768px) {
  #contents .entry .address-top {
    padding-top: 10px;
    margin-top: 10px;
  }
}
#contents .entry #result {
  width: 100%;
}
#contents .entry input[type=text],
#contents .entry input[type=email],
#contents .entry input[type=tel],
#contents .entry select {
  border: solid 1px #dddddd;
  border-radius: 5px;
  height: 36px;
  padding: 0 10px;
}
#contents .entry input[type=text].normal,
#contents .entry input[type=email].normal,
#contents .entry input[type=tel].normal,
#contents .entry select.normal {
  width: 300px;
}

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