@charset "UTF-8";
/* ==========================================================================//
//
// 採用情報
//
// ========================================================================== */
.page_body {
  padding: 40px 0;
}
@media all and (min-width: 751px) {
  .page_body {
    padding: 80px 0;
  }
}

.sec_recruit {
  --color: #3B97D4;
}
.sec_recruit .sec_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
@media all and (max-width: 750px) {
  .sec_recruit .sec_ttl {
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-repeat: space no-repeat;
    background-position: left bottom;
    padding-bottom: 14px;
  }
}
@media all and (min-width: 751px) {
  .sec_recruit .sec_ttl {
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .sec_recruit .sec_ttl::before, .sec_recruit .sec_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 26%;
    height: 5px;
    background-image: radial-gradient(circle, var(--color) 2.5px, transparent 2.5px);
    background-size: 8px 5px;
    background-position: left center;
    background-repeat: space no-repeat;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec_recruit .sec_ttl::before {
    left: 0;
  }
  .sec_recruit .sec_ttl::after {
    right: 0;
  }
}
.sec_recruit .sec_ttl .en {
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color);
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
@media all and (min-width: 751px) {
  .sec_recruit .sec_ttl .en {
    -webkit-text-stroke: 1.5px var(--color);
    font-size: 42px;
  }
}
.sec_recruit .sec_ttl .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .sec_recruit .sec_ttl .jp {
    font-size: 26px;
  }
}
.sec_recruit .container {
  border: 2px solid var(--color);
  border-radius: 15px 15px 0 15px;
  overflow: hidden;
}
@media all and (min-width: 751px) {
  .sec_recruit .container {
    border-radius: 30px 30px 0 30px;
  }
}
.sec_recruit .container .ttl {
  background-color: #3B97D4;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 10px;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .ttl {
    font-size: 20px;
    padding: 25px;
  }
}
.sec_recruit .container .content {
  background-color: #fff;
  padding: 20px 10px;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .content {
    padding: 60px 40px;
  }
}
.sec_recruit .container .info_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  border-bottom: 1px solid #d6d5d5;
  padding: 20px 0;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .info_item {
    gap: 10px;
    padding: 18px 0;
  }
}
.sec_recruit .container .info_item::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--color);
  bottom: -1px;
  left: 0;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .info_item::before {
    width: 135px;
  }
}
.sec_recruit .container .info_item:first-child {
  border-top: 1px solid #d6d5d5;
}
.sec_recruit .container .info_item:first-child::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  background-color: var(--color);
  top: -1px;
  left: 0;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .info_item:first-child::after {
    width: 135px;
  }
}
.sec_recruit .container .info_item .heading {
  width: 80px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .info_item .heading {
    width: 135px;
  }
}
.sec_recruit .container .info_item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .info_item .text {
    letter-spacing: 0.075em;
    line-height: 2;
  }
}
.sec_recruit .container .cta_btn {
  --default_color: #595757;
  --font_color: #fff;
  margin-inline: auto;
  width: min(280px, 97.6%);
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .cta_btn {
    margin-top: 40px;
    width: 300px;
  }
}
.sec_recruit .container .cta_btn a {
  padding: 7px 10px;
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #3d77bb;
  border: 2px solid #3d77bb;
  border-radius: 24px;
  color: var(--font_color);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media all and (min-width: 751px) {
  .sec_recruit .container .cta_btn a {
    padding: 12px;
    border-radius: 30px;
    font-size: 22px;
  }
}
.sec_recruit .container .cta_btn a::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../../images/common/icon/arrow01_white.svg);
  mask-image: url(../../images/common/icon/arrow01_white.svg);
  -webkit-mask-repeat: no-repeat;
  background-color: var(--font_color);
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  aspect-ratio: 1;
  width: 20px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (min-width: 751px) {
  .sec_recruit .container .cta_btn a::before {
    width: 26px;
  }
}
@media (hover: hover) {
  .sec_recruit .container .cta_btn a, .sec_recruit .container .cta_btn a::before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec_recruit .container .cta_btn a:hover {
    color: #3d77bb;
    background-color: var(--font_color);
  }
  .sec_recruit .container .cta_btn a:hover::before {
    background-color: #3d77bb;
  }
}