section#lead_area .inner {
  background: #42464D;
}
section#lead_area .box {
  width: 100%;
  height: 21.4583333333vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 11.9791666667vw;
  display: flex;
  align-items: center;
}
section#lead_area .txt-box {
  width: 44%;
  position: initial;
  box-sizing: border-box;
}
section#lead_area .ic {
  width: 56%;
  height: 100%;
}
section#lead_area .anker-box {
  display: none;
}

@media screen and (max-width: 767px) {
  section#lead_area .inner {
    background: transparent;
  }
  section#lead_area .box {
    height: initial;
    padding-left: 0;
  }
  section#lead_area .ic {
    width: 80%;
    height: 60vw;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    border-radius: 10px 0 0 10px;
    overflow: clip;
  }
  section#lead_area .ic::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#lead_area .txt-box {
    position: absolute;
    top: 10%;
    left: 7.5%;
  }
  section#lead_area .txt-box .breadcrumbs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 10px;
  }
  section#lead_area .txt-box .breadcrumbs > span {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .breadcrumbs > span > a {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .breadcrumbs > span > span {
    font-size: 10px;
    font-family: "kozuka-gothic-pro", "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#lead_area .txt-box .txt-h1 {
    gap: 10px;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  section#lead_area .txt-box .txt-h1 span {
    font-size: 38px;
  }
}
/*==========================================================================
section#contact01
========================================================================== */
section#banner_area .box .item {
  width: 100%;
}

section#banner_area .box .item .txt-box {
  left: 11.9791666667vw;
}

section#banner_area .box .item.i2 {
  display: none;
}

@media screen and (max-width: 767px) {
  section#banner_area .box .item .txt-box {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding: 7.8125vw 0 10.4166666667vw;
}
section#single01 .ttl-box {
  width: 60.42%;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#single01 .ttl-box .txt-h2 {
  width: 100%;
  color: #9DAEFF;
}
section#single01 .box {
  width: 60.42%;
  margin: 0 auto;
  padding: 5.2083333333vw;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 2.6041666667vw;
}
section#single01 .contents-box dl {
  margin: 0;
  padding: 0;
  padding: 2.34375vw 0;
  box-sizing: border-box;
  border-bottom: solid 1px #B3B5B8;
}
section#single01 .contents-box dl dt, section#single01 .contents-box dl dd {
  margin: 0;
  padding: 0;
}
section#single01 .contents-box dl dt {
  width: 12.7604166667vw;
  flex: none;
  color: #3C5DFF;
}
section#single01 .contents-box dl dd {
  flex: auto;
  color: #2D3139;
}
section#single01 .contents-box dl:first-child {
  padding-top: 0;
}
section#single01 .contents-box dl:last-child {
  border: none;
  padding-bottom: 0;
}
section#single01 .txt-a {
  position: relative;
  box-sizing: border-box;
  border: solid 2px #3C5DFF;
  background: #3C5DFF;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.2291666667vw;
  height: 3.6458333333vw;
  border-radius: 3.6458333333vw;
  margin: 0 auto;
  gap: 0.8vw;
  transition: 1s;
  margin-top: 5.2083333333vw;
}
section#single01 .txt-a svg {
  position: absolute;
  top: 50%;
  right: 1.8229166667vw;
  transform: translateY(-50%);
  display: flex;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
section#single01 .txt-a svg path {
  transition: 1s;
  fill: #ffffff;
}
section#single01 .txt-a:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #3C5DFF;
}
section#single01 .txt-a:hover svg path {
  fill: #3C5DFF;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding: 60px 0 100px;
  }
  section#single01 .ttl-box {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  section#single01 .ttl-box .txt-h2 {
    font-size: 20px;
  }
  section#single01 .box {
    width: 85%;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 10px;
  }
  section#single01 .contents-box dl {
    padding: 20px 0;
    box-sizing: border-box;
  }
  section#single01 .contents-box dl dt, section#single01 .contents-box dl dd {
    margin: 0;
    padding: 0;
  }
  section#single01 .contents-box dl dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#single01 .contents-box dl dd {
    font-size: 14px;
  }
  section#single01 .contents-box dl:first-child {
    padding-top: 0;
  }
  section#single01 .contents-box dl:last-child {
    border: none;
    padding-bottom: 0;
  }
  section#single01 .txt-a {
    order: 3;
    width: 85%;
    height: 52px;
    font-size: 16px;
    gap: 10px;
    border-radius: 60px;
    margin-top: 60px;
  }
  section#single01 .txt-a svg {
    right: 30px;
    width: 14px;
    height: 14px;
  }
}
/*# sourceMappingURL=single-recruit.css.map */