@charset "UTF-8";
section#lead .inner {
  margin-bottom: 2.2083333333vw;
}

/*==========================================================================
section#anker-links
========================================================================== */
section#anker-links {
  position: -webkit-sticky;
  position: sticky;
  top: 5vw;
  z-index: 1;
  background: #ffffff;
}
section#anker-links .inner {
  padding-top: 3vw;
}
section#anker-links .link-box {
  gap: 2vw 3.333%;
  flex-wrap: wrap;
}
section#anker-links .link-box .item {
  width: 22.5%;
}
section#anker-links .link-box .txt-a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.0416666667vw;
  transition: 0.5s;
  border-bottom: solid 1px #D5D5D5;
  padding-bottom: 0.78125vw;
  box-sizing: border-box;
  position: relative;
}
section#anker-links .link-box .txt-a:before, section#anker-links .link-box .txt-a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #D5D5D5;
  z-index: 1;
}
section#anker-links .link-box .txt-a:after {
  background-color: #0B328C;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#anker-links .link-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
section#anker-links .link-box .txt-a .arrow svg {
  width: 0.5208333333vw;
  height: 0.9375vw;
  display: flex;
}
section#anker-links .link-box .txt-a:hover {
  color: #0B328C;
  gap: 1.5vw;
}
section#anker-links .link-box .txt-a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#anker-links .link-box .txt-a:hover .arrow {
  background: #0B328C;
}
section#anker-links .link-box .txt-a:hover .arrow svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#anker-links {
    position: initial;
  }
  section#anker-links .link-box {
    gap: 0;
    flex-wrap: wrap;
  }
  section#anker-links .link-box .item {
    width: 100%;
  }
  section#anker-links .link-box .txt-a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section#anker-links .link-box .txt-a:before, section#anker-links .link-box .txt-a:after {
    height: 1px;
  }
  section#anker-links .link-box .txt-a .arrow {
    width: 24px;
    height: 24px;
  }
  section#anker-links .link-box .txt-a .arrow svg {
    width: 8px;
    height: 14px;
  }
  section#anker-links .link-box .txt-a:hover {
    color: #0B328C;
    gap: 1.5vw;
  }
  section#anker-links .link-box .txt-a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  section#anker-links .link-box .txt-a:hover .arrow {
    background: #0B328C;
  }
  section#anker-links .link-box .txt-a:hover .arrow svg path {
    fill: #ffffff;
  }
}
/*==========================================================================
section#recruit01
========================================================================== */
section#recruit01 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#recruit01 .inner {
  padding-top: 7.8125vw;
}
section#recruit01 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  padding-bottom: 1.6vw;
  margin-bottom: 5vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#recruit01 .item-box {
  align-items: center;
  justify-content: space-between;
}
section#recruit01 .item-box .txt-h3 {
  color: #005EB7;
  margin-bottom: 1.8229166667vw;
}
section#recruit01 .item-box .txt-a {
  width: 23.1770833333vw;
  height: 3.34vw;
  box-sizing: border-box;
  border: solid 2px #005EB7;
  color: #005EB7;
  background: #ffffff;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-top: 9.375vw;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#recruit01 .item-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#recruit01 .item-box .txt-a .arrow svg {
  width: 0.2864583333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#recruit01 .item-box .txt-a .arrow svg path {
  fill: #ffffff;
}
section#recruit01 .item-box .txt-a:hover {
  background: #005EB7;
  color: #ffffff;
}
section#recruit01 .item-box .txt-a:hover .arrow {
  background: #ffffff;
}
section#recruit01 .item-box .txt-a:hover .arrow svg path {
  fill: #005EB7;
}
section#recruit01 .item-box .txt-box {
  width: 43.5%;
}
section#recruit01 .item-box .img-box {
  width: 47.5%;
  height: 23.4375vw;
}
section#recruit01 .item-box:nth-child(n+2) {
  padding-top: 10.4166666667vw;
}
section#recruit01 .item-box:nth-child(2n) .txt-box {
  order: 2;
}
section#recruit01 .item-box:nth-child(2n) .img-box {
  order: 1;
}

@media screen and (max-width: 767px) {
  section#recruit01 {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#recruit01 .inner {
    padding-top: 100px;
  }
  section#recruit01 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#recruit01 .item-box {
    display: flex;
    flex-wrap: wrap;
  }
  section#recruit01 .item-box .txt-h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  section#recruit01 .item-box .txt-p {
    font-size: 16px;
  }
  section#recruit01 .item-box .txt-a {
    width: 82.8205128205vw;
    height: 50px;
    font-size: 14px;
    gap: 10px;
    margin: 0 auto;
    margin-top: 50px;
  }
  section#recruit01 .item-box .txt-a .arrow {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-top: 0;
  }
  section#recruit01 .item-box .txt-a .arrow svg {
    width: 3.5px;
    height: 5.9px;
  }
  section#recruit01 .item-box .txt-box {
    width: 100%;
    order: 2;
  }
  section#recruit01 .item-box .img-box {
    width: 100%;
    height: 52.5641025641vw;
    margin-bottom: 20px;
    order: 1;
  }
  section#recruit01 .item-box:nth-child(n+2) {
    padding-top: 100px;
  }
  section#recruit01 .item-box:nth-child(2n) .txt-box {
    order: 2;
  }
  section#recruit01 .item-box:nth-child(2n) .img-box {
    order: 1;
  }
}
/*==========================================================================
section#recruit02
========================================================================== */
section#recruit02 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#recruit02 .inner {
  padding-top: 10.4166666667vw;
}
section#recruit02 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  padding-bottom: 1.6vw;
  margin-bottom: 5vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#recruit02 .tab-buttons {
  flex-wrap: wrap;
  gap: 2vw 2.75%;
}
section#recruit02 .tab-button {
  background: #005EB7;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 4px 0 #0B328C;
  width: 31.5%;
  height: 4.9479166667vw;
  border: solid 0.15625vw #005EB7;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: painted;
  transition: 0.5s;
  gap: 0.5vw;
}
section#recruit02 .tab-button .icon {
  width: 1.25vw;
  height: 1.25vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: 0.5s;
}
section#recruit02 .tab-button .icon svg {
  display: flex;
  width: 0.6041666667vw;
  height: 0.6041666667vw;
}
section#recruit02 .tab-button .icon svg path {
  transition: 0.5s;
}
section#recruit02 .tab-button .text {
  color: #ffffff;
  transition: 0.5s;
}
section#recruit02 .tab-button.active {
  background: #ffffff;
  box-shadow: 0 0 4px 0 #0B328C;
}
section#recruit02 .tab-button.active .icon {
  background: #005EB7;
}
section#recruit02 .tab-button.active .icon svg path {
  fill: #ffffff;
}
section#recruit02 .tab-button.active .text {
  color: #005EB7;
}
section#recruit02 .tab-button:hover {
  background: #ffffff;
  box-shadow: 0 0 4px 0 #0B328C;
}
section#recruit02 .tab-button:hover .icon {
  background: #005EB7;
}
section#recruit02 .tab-button:hover .icon svg path {
  fill: #ffffff;
}
section#recruit02 .tab-button:hover .text {
  color: #005EB7;
}
section#recruit02 .tab-content {
  padding-top: 10.4166666667vw;
}
section#recruit02 .tab-content .txt-h3 {
  text-align: center;
  color: #005EB7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: solid 0.15625vw #005EB7;
  padding-bottom: 1.05vw;
  margin: 0 auto;
}
section#recruit02 .post-list li {
  background: rgba(0, 86, 166, 0.1);
  padding: 5.2083333333vw 3.125vw;
  margin-top: 2.6041666667vw;
  position: relative;
  box-sizing: border-box;
}
section#recruit02 .post-list .list-box {
  box-sizing: border-box;
  justify-content: space-between;
}
section#recruit02 .post-list .list-box .list-left {
  width: 42%;
}
section#recruit02 .post-list .list-box .list-left .list-img {
  width: 100%;
  height: 22.65625vw;
}
section#recruit02 .post-list .list-box .list-left .link-bt {
  display: flex;
  flex-flow: column;
  gap: 1.5625vw;
  margin-top: 3.125vw;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a {
  width: 100%;
  height: 4.4270833333vw;
  box-sizing: border-box;
  background: #0B328C;
  border: solid 2px #0B328C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 auto;
  gap: 1.0416666667vw;
  transition: 0.5s;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1vw;
  transition: 0.5s;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a .arrow svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a .arrow svg path {
  fill: #0B328C;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a:hover {
  background: #ffffff;
  color: #0B328C;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a:hover .arrow {
  background: #0B328C;
}
section#recruit02 .post-list .list-box .list-left .link-bt .txt-a:hover .arrow svg path {
  fill: #ffffff;
}
section#recruit02 .post-list .list-box .list-right {
  width: 53%;
}
section#recruit02 .post-list .list-box .list-right .txt-h4 {
  border-bottom: solid 2px #005EB7;
  padding-bottom: 0.5vw;
  color: #005EB7;
  margin-bottom: 1.5625vw;
}
section#recruit02 .post-list .list-box .list-right dl {
  display: flex;
  margin: 0;
  padding-bottom: 1.5625vw;
  box-sizing: border-box;
}
section#recruit02 .post-list .list-box .list-right dl dt, section#recruit02 .post-list .list-box .list-right dl dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
}
section#recruit02 .post-list .list-box .list-right dl dt {
  color: #0B328C;
  width: 8.0729166667vw;
}
section#recruit02 .post-list .list-box .list-right dl dd {
  width: calc(100% - 8.0729166667vw);
}

@media screen and (max-width: 767px) {
  section#recruit02 .inner {
    padding-top: 100px;
  }
  section#recruit02 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#recruit02 .tab-buttons {
    display: flex;
    gap: 3vw 4%;
  }
  section#recruit02 .tab-button {
    width: 48%;
    height: 50px;
    gap: 5px;
  }
  section#recruit02 .tab-button .icon {
    width: 16px;
    height: 16px;
  }
  section#recruit02 .tab-button .icon svg {
    width: 6px;
    height: 6px;
  }
  section#recruit02 .tab-button .text {
    font-size: 15px;
  }
  section#recruit02 .tab-content {
    padding-top: 100px;
  }
  section#recruit02 .tab-content .txt-h3 {
    font-size: 20px;
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-width: 2px;
  }
  section#recruit02 .no-job {
    font-size: 14px;
  }
  section#recruit02 .post-list li {
    padding: 30px 5%;
    margin-top: 30px;
  }
  section#recruit02 .post-list .list-box {
    display: flex;
    flex-wrap: wrap;
  }
  section#recruit02 .post-list .list-box .list-left {
    width: 100%;
    order: 2;
  }
  section#recruit02 .post-list .list-box .list-left .list-img {
    display: none;
  }
  section#recruit02 .post-list .list-box .list-left .link-bt {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-top: 50px;
  }
  section#recruit02 .post-list .list-box .list-left .link-bt .txt-a {
    width: 100%;
    height: 75px;
    font-size: 16px;
    gap: 10px;
    margin: 0 auto;
  }
  section#recruit02 .post-list .list-box .list-left .link-bt .txt-a .arrow {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    margin-top: 0;
  }
  section#recruit02 .post-list .list-box .list-left .link-bt .txt-a .arrow svg {
    width: 7px;
    height: 7px;
  }
  section#recruit02 .post-list .list-box .list-right {
    width: 100%;
    order: 1;
  }
  section#recruit02 .post-list .list-box .list-right .txt-h4 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 20px;
  }
  section#recruit02 .post-list .list-box .list-right .list-img {
    display: block;
    margin-bottom: 25px;
  }
  section#recruit02 .post-list .list-box .list-right dl {
    display: flex;
    margin: 0;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  section#recruit02 .post-list .list-box .list-right dl dt, section#recruit02 .post-list .list-box .list-right dl dd {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
  }
  section#recruit02 .post-list .list-box .list-right dl dt {
    width: 115px;
    font-size: 14px;
  }
  section#recruit02 .post-list .list-box .list-right dl dd {
    width: calc(100% - 115px);
    font-size: 14px;
  }
}
/*# sourceMappingURL=recruit.css.map */