section#lead .inner {
  margin-bottom: 2.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#lead .inner {
    margin-bottom: 0;
  }
}
/*==========================================================================
section#recruit01
========================================================================== */
section#srecruit01 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#srecruit01 .inner {
  padding-top: 7.8125vw;
}
section#srecruit01 .box .txt-h2 {
  color: #005EB7;
  line-height: 1;
  padding-bottom: 1.6vw;
  margin-bottom: 2.6041666667vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#srecruit01 .box dl {
  display: flex;
  margin: 0;
  padding-bottom: 1.9791666667vw;
  padding-top: 1.9791666667vw;
  box-sizing: border-box;
  border-bottom: solid 1px #D5D5D5;
}
section#srecruit01 .box dl dt, section#srecruit01 .box dl dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
}
section#srecruit01 .box dl dt {
  color: #0B328C;
  width: 13.2291666667vw;
}
section#srecruit01 .box dl dd {
  width: calc(100% - 13.2291666667vw);
}
section#srecruit01 .box dl:first-child {
  padding-top: 0;
}
section#srecruit01 .box dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
section#srecruit01 .box .txt-a {
  width: 23.6vw;
  height: 4.9479166667vw;
  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;
  margin-top: 10.4166666667vw;
}
section#srecruit01 .box .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#srecruit01 .box .txt-a .arrow svg {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  display: flex;
}
section#srecruit01 .box .txt-a .arrow svg path {
  fill: #0B328C;
}
section#srecruit01 .box .txt-a:hover {
  background: #ffffff;
  color: #0B328C;
}
section#srecruit01 .box .txt-a:hover .arrow {
  background: #0B328C;
}
section#srecruit01 .box .txt-a:hover .arrow svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#srecruit01 {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#srecruit01 .inner {
    padding-top: 50px;
  }
  section#srecruit01 .box .txt-h2 {
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-width: 3px;
  }
  section#srecruit01 .box dl {
    margin: 0;
    padding: 25px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  section#srecruit01 .box dl dt, section#srecruit01 .box dl dd {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
  }
  section#srecruit01 .box dl dt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#srecruit01 .box dl dd {
    width: 100%;
    font-size: 14px;
  }
  section#srecruit01 .box .txt-a {
    width: 82.8205128205vw;
    height: 50px;
    font-size: 14px;
    gap: 10px;
    margin: 0 auto;
    margin-top: 100px;
  }
  section#srecruit01 .box .txt-a .arrow {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-top: 0;
  }
  section#srecruit01 .box .txt-a .arrow svg {
    width: 3.5px;
    height: 5.9px;
  }
}
/*==========================================================================
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=single-recruit.css.map */