@charset "UTF-8";
@media screen and (max-width: 767px) {
  #header .hsp .menu-bar .flogo a span {
    color: #2A2F4E;
  }
  #header .hsp .menu-btn div {
    background: #2A2F4E;
  }
}
/*==========================================================================
section#lead_area
========================================================================== */
section#lead_area {
  position: relative;
  background: #F3F3F3;
}
section#lead_area .box {
  padding-bottom: 1vw;
}
section#lead_area .img-box {
  width: 100%;
  height: 26.0416666667vw;
  background: url(../img/recruit_lead.svg) center no-repeat;
  background-size: cover;
}
section#lead_area .img-box img {
  display: none;
}
section#lead_area .img-box::after {
  content: "";
  background: url(../img/kyowa_txt_white001.svg) center no-repeat;
  background-size: cover;
  width: 32.2vw;
  height: 12.1vw;
  position: absolute;
  bottom: -0.5vw;
  right: 0;
}
section#lead_area .in-box {
  right: initial;
  left: 10.4%;
  top: 35%;
  transform: translateY(-50%);
}
section#lead_area .in-box .txt-box {
  padding: 0;
  background: transparent;
}
section#lead_area .in-box .txt-box::before {
  content: none;
}
section#lead_area .in-box .txt-h1 {
  color: #2A2F4E;
}
section#lead_area .in-box .txt-h1 .txt-s {
  margin: 0;
  margin-bottom: 0.5vw;
}

@media screen and (max-width: 767px) {
  section#lead_area {
    position: relative;
  }
  section#lead_area .box {
    padding-bottom: 10px;
  }
  section#lead_area .img-box {
    height: 65vw;
  }
  section#lead_area .img-box::before {
    content: none;
  }
  section#lead_area .img-box::after {
    width: 42.2vw;
    height: 16.1vw;
  }
  section#lead_area .in-box {
    top: 50%;
    left: 4%;
    right: initial;
    bottom: initial;
  }
  section#lead_area .in-box .txt-h1 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  section#lead_area .in-box .txt-h1 .txt-s {
    font-size: 32px;
    line-height: 1.3em;
    margin: 0;
  }
}
/*==========================================================================
section#recruit01
========================================================================== */
section#recruit01 {
  background: #F3F3F3;
}
section#recruit01 .inner {
  padding-top: 7.8125vw;
}
section#recruit01 .box {
  box-sizing: border-box;
  justify-content: space-between;
}
section#recruit01 .txt-box {
  width: 46%;
}
section#recruit01 .txt-box .txt-h2 {
  border-bottom: solid 1px #2A2F4E;
  padding-bottom: 0.8vw;
  margin-bottom: 1.5vw;
}
section#recruit01 .txt-box .txt-h2 .txt-s {
  color: #556BB9;
}
section#recruit01 .txt-box .txt-p {
  margin-bottom: 2vw;
}
section#recruit01 .img-box {
  width: 50%;
  overflow: clip;
  height: 25vw;
  border-radius: 0.5vw;
}

@media screen and (max-width: 767px) {
  section#recruit01 .inner {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  section#recruit01 .txt-box {
    width: 100%;
  }
  section#recruit01 .txt-box .txt-h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  section#recruit01 .txt-box .txt-p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  section#recruit01 .txt-box .txt-p:last-child {
    margin-bottom: 0;
  }
  section#recruit01 .img-box {
    width: 100%;
    height: 55vw;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
/*==========================================================================
section#recruit02
========================================================================== */
section#recruit02 {
  background: #F3F3F3;
}
section#recruit02 .inner {
  padding: 5.2083333333vw 0 10.4166666667vw;
}
section#recruit02 .tab-header {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  gap: 1vw;
  margin-bottom: 5.2083333333vw;
}
section#recruit02 .tab-header .tab-button {
  width: 29%;
  display: block;
  box-sizing: border-box;
  border: solid 2px;
  background-image: linear-gradient(90deg, #7285EE, #4158D9 50%, #142FC6);
  border-radius: 3.5vw;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5vw;
  padding: 0 2.5vw;
  gap: 1vw;
  transition: 1s;
  cursor: pointer;
}
section#recruit02 .tab-header .tab-button svg {
  display: flex;
  width: 1.15vw;
  height: 1.15vw;
}
section#recruit02 .tab-header .tab-button svg path {
  transition: 1s;
}
section#recruit02 .tab-header .tab-button:hover {
  background: #ffffff;
  color: #223CE5;
}
section#recruit02 .tab-header .tab-button:hover svg path {
  fill: #223CE5;
}
section#recruit02 .tab-header .tab-button.active {
  background: #2A2F4E;
  color: #ffffff;
  cursor: initial;
}
section#recruit02 .box {
  width: 88%;
  margin: 0 auto;
}
section#recruit02 .box .txt-h2 {
  border-bottom: solid 0.2083333333vw #005EB7;
  display: flex;
  align-items: center;
  gap: 1vw;
  padding-bottom: 1vw;
  margin: 0;
}
section#recruit02 .box .txt-h2 span {
  color: #223CE5;
}
section#recruit02 .tab-content {
  display: none;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
section#recruit02 .tab-content.active {
  display: block;
}
section#recruit02 .job-details {
  max-width: 100%;
}
section#recruit02 .job-details dl {
  margin: 0;
  padding: 1.8229166667vw 0;
  align-items: center;
  position: relative;
}
section#recruit02 .job-details dl::after {
  content: "";
  background: #D5D5D5;
  background-size: cover;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section#recruit02 .job-details dl.txt {
  align-items: flex-start;
}
section#recruit02 .job-details dt {
  color: #0B328C;
  width: 14.5833333333vw;
}
section#recruit02 .job-details dd {
  margin: 0;
  width: calc(100% - 14.5833333333vw);
}
section#recruit02 .no-job {
  display: flex;
  flex-wrap: wrap;
  padding: 4vw 0;
}
section#recruit02 .no-job .txt-h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 2vw;
}
section#recruit02 .txt-a {
  margin: 5.2083333333vw auto 0;
  transition: background-color 1s, color 1s;
}

/* モバイル用（767px以下） */
@media screen and (max-width: 767px) {
  section#recruit02 .inner {
    padding: 40px 0 80px;
  }
  section#recruit02 .tab-header {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
  }
  section#recruit02 .tab-header .tab-button {
    height: 50px;
    width: 100%;
    font-size: 16px;
    border-radius: 50px;
    gap: 10px;
  }
  section#recruit02 .tab-header .tab-button span {
    font-size: 14px;
  }
  section#recruit02 .box {
    width: 95%;
  }
  section#recruit02 .box .txt-h2 {
    border-width: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
    margin: 0;
    font-size: 20px;
  }
  section#recruit02 .box .txt-h2 span {
    color: #223CE5;
    font-size: 14px;
  }
  section#recruit02 .tab-content {
    padding: 0;
  }
  section#recruit02 .job-details dl {
    margin-bottom: 0;
    padding: 20px 10px;
  }
  section#recruit02 .job-details dt {
    padding: 0;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    width: 100%;
    margin-bottom: 15px;
  }
  section#recruit02 .job-details dd {
    padding: 0;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  section#recruit02 .tab-button.active::after {
    height: 3px;
  }
  section#recruit02 .txt-a {
    margin: 50px auto 0;
    padding: 15px 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=recruit.css.map */