@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .pChild__recruit--top--inner {
    max-width: 950px;
    width: 100%;
    margin: 50px auto 0;
  }
  .pChild__recruit--top--title {
    text-align: center;
  }
  .pChild__recruit--top--title span {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__recruit--top--title h3 {
    font-size: 40px;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
    margin-top: 5px;
  }
  .pChild__recruit--top--text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #2C2C2C;
  }
  .pChild__recruit--top--list {
    margin-top: 60px;
  }
  .pChild__recruit--top--list dl {
    border: 1px solid #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__recruit--top--list dl dt {
    background: #234C9C;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    width: 200px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__recruit--top--list dl dd {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding: 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__recruit--top--list dl dd ul li {
    position: relative;
    padding-left: 16px;
  }
  .pChild__recruit--top--list dl dd ul li::before {
    content: "・";
    position: absolute;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    left: 0;
    top: 0;
  }
  .pChild__recruit--top--list dl dd ul li + li {
    margin-top: 5px;
  }
  .pChild__recruit--top--list dl + dl {
    margin-top: 5px;
  }
  .pChild__recruit--workflow {
    margin-top: 60px;
  }
  .pChild__recruit--workflow h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
  }
  .pChild__recruit--workflow--diagram {
    max-width: 980px;
    width: 100%;
    margin: 40px auto 214px;
  }
  .pChild__recruit--workflow--diagram ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .pChild__recruit--workflow--diagram ul li {
    margin: 0 10px;
    width: 220px;
  }
  .pChild__recruit--workflow--diagram ul li figure {
    width: 220px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__recruit--workflow--diagram ul li figure img {
    width: 100%;
    height: 187px;
    object-fit: cover;
  }
  .pChild__recruit--workflow--diagram ul li figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    background: #234C9C;
    padding: 5px 0;
  }
  .pChild__recruit--workflow--diagram ul li.arrow {
    width: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
    text-align: center;
  }
  .pChild__recruit--workflow--diagram ul li.arrow::after {
    content: "";
    width: 77px;
    height: 51px;
    background: url("../img/recruitArrow.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__recruit--workflow--diagram ul li.arrowBig {
    position: absolute;
    width: 809px;
    height: 77px;
    left: 50%;
    bottom: -94px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    background: url("../img/recruitArrow2.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    padding-top: 17px;
  }
  .pChild__recruit {
    background: #EEF4FF;
    padding: 40px 0 120px;
  }
  .pChild__recruit .pChild__contact--main {
    max-width: 800px;
    padding: 0;
    background: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pChild__recruit .pChild__contact--main--title {
    text-align: center;
    margin-bottom: 30px;
  }
  .pChild__recruit .pChild__contact--main--title h3 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
  }
  .pChild__recruit .pChild__contact--main--title p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
  }
  .pChild__recruit .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal a,
  .pChild__recruit .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal em {
    background: #234C9C;
  }
  .pChild__recruit .pChild__contact--main--form .wrapBtn button {
    background: #234C9C;
  }
  .pChild__recruit--bottom {
    background: #234C9C;
    padding: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__recruit--bottom--tel {
    width: 600px;
    height: 124px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #FFDA2A;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 10px 0 10px 30px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__recruit--bottom--tel small {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__recruit--bottom--tel > span {
    font-size: 58px;
    line-height: 1.2;
    font-family: 'Impact';
    color: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 60px;
  }
  .pChild__recruit--bottom--tel > span::before {
    position: absolute;
    content: "";
    width: 49px;
    height: 49px;
    background: url("../img/recruitPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__recruit--bottom--tel::after {
    position: absolute;
    content: "";
    width: 149px;
    height: 152px;
    background: url("../img/recruitWoman.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 22px;
    bottom: 11px;
  }
  .pChild__recruit--bottom h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Impact';
    margin-top: 40px;
  }
  .pChild__recruit--bottom p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-top: 10px;
  }
  .pChild__recruit--bottom dl {
    margin-top: 30px;
    width: 100%;
    max-width: 950px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .pChild__recruit--bottom dl dt {
    width: 200px;
    background: #EEF4FF;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    color: #234C9C;
    font-weight: 700;
  }
  .pChild__recruit--bottom dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 20px;
  }
  .pChild__recruit--bottom .note {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pChild__recruit--top--inner {
    width: 100%;
    margin: 5.12821vw auto 0;
    padding: 0 5.12821vw;
  }
  .pChild__recruit--top--title {
    text-align: center;
  }
  .pChild__recruit--top--title span {
    font-size: 4.61538vw;
    line-height: 7.17949vw;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__recruit--top--title h3 {
    font-size: 6.41026vw;
    line-height: 9.23077vw;
    font-weight: 900;
    color: #234C9C;
    margin-top: 1.28205vw;
  }
  .pChild__recruit--top--text {
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #2C2C2C;
    margin-top: 5.12821vw;
  }
  .pChild__recruit--top--list {
    margin-top: 5.12821vw;
  }
  .pChild__recruit--top--list dl {
    border: 1px solid #234C9C;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__recruit--top--list dl dt {
    background: #234C9C;
    color: #fff;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 700;
    width: 27.17949vw;
    padding: 2.5641vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__recruit--top--list dl dd {
    font-size: 3.58974vw;
    line-height: 1.2;
    font-weight: 400;
    padding: 2.5641vw;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__recruit--top--list dl dd ul li {
    position: relative;
    padding-left: 3.58974vw;
  }
  .pChild__recruit--top--list dl dd ul li::before {
    content: "・";
    font-size: 3.58974vw;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    font-weight: 400;
  }
  .pChild__recruit--top--list dl dd ul li + li {
    margin-top: 2.56205vw;
  }
  .pChild__recruit--top--list dl + dl {
    margin-top: 1.28205vw;
  }
  .pChild__recruit--workflow {
    margin-top: 10.25641vw;
    padding: 0 5.12821vw;
  }
  .pChild__recruit--workflow h3 {
    text-align: center;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
  }
  .pChild__recruit--workflow--diagram {
    width: 100%;
    margin: 10.25641vw auto 0vw;
  }
  .pChild__recruit--workflow--diagram ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__recruit--workflow--diagram ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__recruit--workflow--diagram ul li figure {
    width: 31.79487vw;
    -moz-border-radius: 3.33333vw;
         border-radius: 3.33333vw;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__recruit--workflow--diagram ul li figure img {
    width: 100%;
    height: 30.76923vw;
    object-fit: cover;
  }
  .pChild__recruit--workflow--diagram ul li figure figcaption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 3.07692vw;
    line-height: 1.6;
    font-weight: 700;
    background: #234C9C;
    padding: 0.76923vw 0;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(2) {
    margin: 0 2.30769vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.58974vw;
    line-height: 1.6;
    font-weight: 700;
    color: #2C2C2C;
    text-align: center;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(2)::after {
    content: "";
    width: 15.50513vw;
    height: 7.47179vw;
    background: url("../img/recruitArrow3.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 4.10256vw;
    margin-left: 3.33333vw;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(4)::after {
    position: absolute;
    content: "";
    width: 19.54872vw;
    height: 7.47179vw;
    background: url("../img/recruitArrow4.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-41.85deg) scaleX(-1);
       -moz-transform: translateX(-50%) rotate(-41.85deg) scaleX(-1);
        -ms-transform: translateX(-50%) rotate(-41.85deg) scaleX(-1);
            transform: translateX(-50%) rotate(-41.85deg) scaleX(-1);
    bottom: 6.41026vw;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 4.10256vw;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(6) {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    margin-right: 3.33333vw;
    margin-top: 4.10256vw;
  }
  .pChild__recruit--workflow--diagram ul li:nth-of-type(6)::after {
    position: absolute;
    content: "";
    width: 19.54872vw;
    height: 7.47179vw;
    background: url("../img/recruitArrow4.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(41.85deg);
       -moz-transform: translateX(-50%) rotate(41.85deg);
        -ms-transform: translateX(-50%) rotate(41.85deg);
            transform: translateX(-50%) rotate(41.85deg);
    bottom: 6.41026vw;
  }
  .pChild__recruit {
    background: #EEF4FF;
    padding: 7.69231vw 0 7.69231vw;
    margin-top: 12.82051vw;
  }
  .pChild__recruit .pChild__contact--main {
    padding: 0;
    background: none;
    -moz-border-radius: 0;
         border-radius: 0;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pChild__recruit .pChild__contact--main--title {
    text-align: center;
    margin-bottom: 7.69231vw;
  }
  .pChild__recruit .pChild__contact--main--title h3 {
    font-size: 7.69231vw;
    line-height: 1.6;
    font-weight: 900;
    color: #234C9C;
  }
  .pChild__recruit .pChild__contact--main--title p {
    font-size: 4.10256vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    margin-top: 5.12821vw;
  }
  .pChild__recruit .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal a,
  .pChild__recruit .pChild__contact--main--form > dl > dd > dl > dd .wrapPostal em {
    background: #234C9C;
  }
  .pChild__recruit .pChild__contact--main--form .wrapBtn button {
    background: #234C9C;
  }
  .pChild__recruit--bottom {
    background: #234C9C;
    padding: 10.25641vw 5.12821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__recruit--bottom--tel {
    width: 89.74359vw;
    height: 26.41026vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFDA2A;
    -moz-border-radius: 2.5641vw;
         border-radius: 2.5641vw;
    padding: 2.5641vw 0 2.5641vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 1.53846vw 0 rgba(0, 0, 0, 0.4);
         box-shadow: 0 1.53846vw 0 rgba(0, 0, 0, 0.4);
  }
  .pChild__recruit--bottom--tel small {
    font-size: 4.61538vw;
    line-height: 6.66667vw;
    font-weight: 700;
    color: #234C9C;
  }
  .pChild__recruit--bottom--tel > span {
    font-size: 11.79487vw;
    line-height: 14.35897vw;
    font-family: 'Impact';
    color: #234C9C;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 12.30769vw;
  }
  .pChild__recruit--bottom--tel > span::before {
    position: absolute;
    content: "";
    width: 10.05128vw;
    height: 10.05128vw;
    background: url("../img/recruitPhone.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pChild__recruit--bottom h3 {
    text-align: center;
    color: #fff;
    font-size: 7.69231vw;
    line-height: 1.6;
    font-family: 'Impact';
    margin-top: 10.25641vw;
  }
  .pChild__recruit--bottom p {
    text-align: center;
    font-size: 3.58974vw;
    line-height: 1.6;
    color: #fff;
    margin-top: 2.5641vw;
  }
  .pChild__recruit--bottom dl {
    margin-top: 7.69231vw;
    width: 100%;
    max-width: 243.58974vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
  }
  .pChild__recruit--bottom dl dt {
    width: 17.94872vw;
    background: #EEF4FF;
    font-size: 3.58974vw;
    line-height: 1.6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5641vw;
    color: #234C9C;
    font-weight: 700;
  }
  .pChild__recruit--bottom dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 3.58974vw;
    line-height: 1.6;
    padding: 3.84615vw 5.12821vw;
  }
  .pChild__recruit--bottom .note {
    text-align: center;
    color: #fff;
    font-size: 3.07692vw;
    line-height: 1.6;
    margin-top: 5.12821vw;
  }
}
