@charset "UTF-8";
/* CSS Document */
.desc {
  padding: 120px 0 0;
}

.desc_ttl {
  font-weight: bold;
  color: #006CC9;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 30px;
  border-bottom: 1px solid #DEDEDE;
}

.ac_area .ac_btn {
  border-bottom: 1px solid #DEDEDE;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: url("../images/recruit/open@2x.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 18px 60px 10px 0;
  display: flex;
  align-items: center;
}

.ac_area .ac_btn.ac {
  background-image: url("../images/recruit/close@2x.png");
  border-bottom: none;
}

.desc table {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  width: 100%;
}

.desc table th {
  text-align: left;
  width: 165px;
  padding: 23px 0 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #006CC9;
}

.desc table td {
  padding: 23px 30px 20px;
}

@media screen and (max-width: 767px) {
  .desc {
    padding: 19vw 0 0;
  }
  .desc_ttl {
    font-size: 2rem;
    text-align: left;
    padding-bottom: 13px;
  }
  .ac_area .ac_btn {
    background-image: url("../images/recruit/open_sp@2x.png");
    background-size: 16px;
  }
  .ac_area .ac_btn.ac {
    background-image: url("../images/recruit/close_sp@2x.png");
  }
  .desc table th {
    width: 85px;
    padding: 20px 10px 15px;
  }
  .desc table td {
    padding: 20px 10px 15px 15px;
  }
}
/* ページリニューアル 202406 */
#mv {
  position: relative;
  height: calc(100vh - 85px);
  width: 100%;
  background: url(../images/recruit/recruit_fv@2x.png) no-repeat center;
  background-size: cover;
}
#mv h1 {
  position: absolute;
  width: 58%;
  bottom: 5%;
  left: 5%;
  max-width: 90%;
}
#mv h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 0;
    padding-bottom: 112%;
  }
  #mv h1 {
    min-width: auto;
    width: 90%;
  }
}

#recruit .wrap {
  width: 1040px;
  padding: 0 20px;
}
#recruit .page_ttl {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .page_ttl {
    font-size: 2.4rem;
  }
}
#recruit .block_01 {
  padding: 90px 0 60px;
}
#recruit .block_01 h2 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 70px;
}
#recruit .block_01 .message {
  display: flex;
  gap: 4%;
  justify-content: space-between;
}
#recruit .block_01 .message .img {
  width: 41.6%;
}
#recruit .block_01 .message .txt {
  width: 54.4%;
}
#recruit .block_01 .message .txt p + p {
  margin-top: 1em;
}
#recruit .block_01 .btn {
  margin-top: 60px;
}
#recruit .block_01 .btn .link_small {
  margin: 0 0 0 auto;
  border: 1px solid #006CC9;
  border-radius: 5px;
  padding: 14px 0 0 34px;
  text-align: left;
  background: url(../images/recruit/arrow_b.png) no-repeat right 20px top 17px;
  background-size: 30px 8px;
  box-shadow: none;
}
#recruit .block_01 .btn .link_small:hover {
  background: #006CC9 url(../images/recruit/arrow_w.png) no-repeat right 20px top 17px;
  background-size: 30px 8px;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #recruit .block_01 {
    padding: 45px 0;
  }
  #recruit .block_01 h2 {
    font-size: 2rem;
    margin-bottom: 35px;
    line-height: 1.5;
  }
  #recruit .block_01 .message {
    flex-direction: column;
    gap: 40px;
  }
  #recruit .block_01 .message .img, #recruit .block_01 .message .txt {
    width: 100%;
  }
  #recruit .block_01 .btn {
    margin-top: 50px;
  }
  #recruit .block_01 .btn .link_small {
    margin: 0 auto;
  }
}
#recruit .block_02 {
  background: #E5F0F9;
  padding: 65px 0 70px;
}
#recruit .block_02 .features {
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin-top: 60px;
}
#recruit .block_02 .features > div {
  display: flex;
  gap: 4%;
  justify-content: space-between;
  align-items: center;
}
#recruit .block_02 .features .img {
  width: 34%;
}
#recruit .block_02 .features .txt {
  width: 62%;
}
#recruit .block_02 .features .txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#recruit .block_02 .features .txt .link {
  margin-top: 20px;
  text-align: right;
}
#recruit .block_02 .features .txt .link a {
  text-decoration: underline;
  color: #006CC9;
}
@media screen and (max-width: 767px) {
  #recruit .block_02 {
    padding: 45px 0;
  }
  #recruit .block_02 .features {
    margin-top: 50px;
    gap: 60px;
  }
  #recruit .block_02 .features > div {
    flex-direction: column;
    gap: 25px;
  }
  #recruit .block_02 .features .img, #recruit .block_02 .features .txt {
    width: 100%;
  }
}
#recruit .block_03 {
  padding: 65px 0 70px;
}
#recruit .block_03 .gain {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-top: 70px;
}
#recruit .block_03 .gain > div {
  display: flex;
  align-items: start;
}
#recruit .block_03 .gain > div:nth-child(2n) {
  flex-direction: row-reverse;
}
#recruit .block_03 .gain > div:nth-child(2n) .txt {
  margin-left: 0;
  margin-right: -8%;
}
#recruit .block_03 .gain .img {
  width: 50%;
}
#recruit .block_03 .gain .txt {
  width: 58%;
  margin-left: -8%;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.9);
  padding: 45px 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}
#recruit .block_03 .gain .txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#recruit .block_03 .gain .txt > p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
#recruit .block_03 .objective {
  position: relative;
  max-width: 850px;
  margin: 110px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 40px 70px;
}
#recruit .block_03 .objective .line span {
  position: absolute;
  width: 40px;
  height: 40px;
}
#recruit .block_03 .objective .line span:nth-child(1) {
  border-top: 1px solid #006CC9;
  border-left: 1px solid #006CC9;
  top: 0;
  left: 0;
}
#recruit .block_03 .objective .line span:nth-child(2) {
  border-top: 1px solid #006CC9;
  border-right: 1px solid #006CC9;
  top: 0;
  right: 0;
}
#recruit .block_03 .objective .line span:nth-child(3) {
  border-bottom: 1px solid #006CC9;
  border-left: 1px solid #006CC9;
  bottom: 0;
  left: 0;
}
#recruit .block_03 .objective .line span:nth-child(4) {
  border-bottom: 1px solid #006CC9;
  border-right: 1px solid #006CC9;
  bottom: 0;
  right: 0;
}
#recruit .block_03 .objective .ttl {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: center;
}
#recruit .block_03 .objective .ttl .marker {
  color: #006CC9;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 5px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
#recruit .block_03 .objective .ttl .marker > span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
#recruit .block_03 .objective .ttl .marker > span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 19px;
  margin: auto;
  background-color: rgba(0, 108, 201, 0.1);
}
#recruit .block_03 .objective .txt {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .block_03 {
    padding: 45px 0;
  }
  #recruit .block_03 .gain {
    margin-top: 50px;
  }
  #recruit .block_03 .gain > div {
    flex-direction: column !important;
    align-items: center;
  }
  #recruit .block_03 .gain .img, #recruit .block_03 .gain .txt {
    width: 100% !important;
  }
  #recruit .block_03 .gain .txt {
    margin: 25px 0 0 !important;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #recruit .block_03 .objective {
    margin: 60px auto 0;
    padding: 30px 20px;
  }
  #recruit .block_03 .objective .ttl .marker > span {
    display: flex;
    flex-direction: column;
  }
  #recruit .block_03 .objective .ttl .marker > span > span {
    font-size: 2.1rem;
  }
}
#recruit .block_04 {
  background: #E5F0F9;
  padding: 65px 0 70px;
}
#recruit .block_04 .staff {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 100px;
}
#recruit .block_04 .staff h3 {
  font-size: 1.8rem;
  margin: 15px 0 12px;
  font-weight: 700;
}
#recruit .block_04 .staff p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #recruit .block_04 .staff > div {
    width: calc((100% - 100px) / 2);
    position: relative;
  }
  #recruit .block_04 .staff > div:nth-child(2n)::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #E5EBF3;
    position: absolute;
    left: -51px;
    top: 0;
  }
  #recruit .block_04 .staff > div:not(:nth-child(1)):not(:nth-child(2))::before {
    content: "";
    height: 2px;
    width: calc(100% + 20px);
    background: #E5EBF3;
    position: absolute;
    top: -30px;
  }
  #recruit .block_04 .staff > div:nth-child(2n)::before {
    right: 0;
  }
  #recruit .block_04 .staff > div:nth-child(2n-1)::before {
    left: 0;
  }
  #recruit .block_04 .staff p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #recruit .block_04 .staff {
    margin-top: 50px;
    flex-direction: column;
    gap: 50px;
  }
  #recruit .block_04 .staff > div {
    width: 100%;
    position: relative;
  }
}
#recruit .block_05 {
  padding: 65px 0 70px;
}
#recruit .block_05 .numbers {
  display: grid;
}
#recruit .block_05 .numbers > div {
  padding: 20px;
  position: relative;
  border-bottom: 2px solid #E5EBF3;
}
#recruit .block_05 .numbers > div div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #recruit .block_05 .numbers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 50px;
  }
  #recruit .block_05 .numbers > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 9;
  }
  #recruit .block_05 .numbers > div:nth-child(2) {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  #recruit .block_05 .numbers > div:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  #recruit .block_05 .numbers > div:nth-child(4) {
    grid-column-start: 5;
    grid-column-end: 9;
  }
  #recruit .block_05 .numbers > div:nth-child(5) {
    grid-column-start: 9;
    grid-column-end: 13;
  }
  #recruit .block_05 .numbers > div:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 4;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(7) {
    grid-column-start: 4;
    grid-column-end: 7;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(8) {
    grid-column-start: 7;
    grid-column-end: 10;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(9) {
    grid-column-start: 10;
    grid-column-end: 13;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(1)::after, #recruit .block_05 .numbers > div:nth-child(3)::after, #recruit .block_05 .numbers > div:nth-child(4)::after, #recruit .block_05 .numbers > div:nth-child(6)::after, #recruit .block_05 .numbers > div:nth-child(7)::after, #recruit .block_05 .numbers > div:nth-child(8)::after {
    content: "";
    width: 2px;
    height: calc(100% - 20px);
    background-color: #E5EBF3;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #recruit .block_05 .numbers {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
  #recruit .block_05 .numbers > div {
    padding: 20px 10px;
  }
  #recruit .block_05 .numbers > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  #recruit .block_05 .numbers > div:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  #recruit .block_05 .numbers > div:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  #recruit .block_05 .numbers > div:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  #recruit .block_05 .numbers > div:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  #recruit .block_05 .numbers > div:nth-child(6) {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  #recruit .block_05 .numbers > div:nth-child(7) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  #recruit .block_05 .numbers > div:nth-child(8) {
    grid-column-start: 1;
    grid-column-end: 2;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(9) {
    grid-column-start: 2;
    grid-column-end: 3;
    border-bottom: none;
  }
  #recruit .block_05 .numbers > div:nth-child(3)::after, #recruit .block_05 .numbers > div:nth-child(2)::after, #recruit .block_05 .numbers > div:nth-child(6)::after, #recruit .block_05 .numbers > div:nth-child(8)::after {
    content: "";
    width: 2px;
    height: calc(100% - 20px);
    background-color: #E5EBF3;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
#recruit .block_06 {
  background: #E5F0F9;
  padding: 65px 10px 70px;
}
#recruit .block_06 .desc {
  background: #fff;
  padding: 65px 7%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 70px;
}
#recruit .block_06 .desc tr {
  border-bottom: 1px solid #DBDBDB;
}
#recruit .block_06 .desc th {
  vertical-align: middle;
}
#recruit .block_06 .desc .ac_cnt:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #recruit .block_06 {
    padding: 45px 0;
  }
  #recruit .block_06 .desc {
    padding: 17px 20px 35px;
    margin-top: 50px;
  }
}
#recruit .entry {
  background: url(../images/recruit/entry.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 115px;
}
#recruit .entry h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 35px;
}
#recruit .entry .btn {
  text-align: center;
}
#recruit .entry .btn a {
  width: 590px;
  font-size: 4rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  background: linear-gradient(-90deg, #009DE9 0%, #0099E4 30%, #006CC9 100%);
  display: block;
  margin: 0 auto;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  letter-spacing: 0.3em;
}
#recruit .entry .btn a:hover {
  color: #fff;
  background: #fff;
  color: #006CC9;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #recruit .entry {
    padding: 55px 0 60px;
  }
  #recruit .entry h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  #recruit .entry .btn a {
    width: 80%;
    font-size: 1.8rem;
    padding: 10px;
  }
}