@charset "UTF-8";
@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

.bulleted-list,
.disc-list {
  border-top: 1px solid #EAEAEA;
}
.bulleted-list dl,
.disc-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
}
@media print, screen and (min-width: 961px) {
  .bulleted-list dl,
  .disc-list dl {
    gap: 50px;
    padding: 20px 50px;
  }
}
@media screen and (max-width: 960px) {
  .bulleted-list dl,
  .disc-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.1282051282vw 3.8461538462vw 5.1282051282vw;
  }
}
.bulleted-list dl dt,
.disc-list dl dt {
  font-weight: 700;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  .bulleted-list dl dt,
  .disc-list dl dt {
    min-width: 150px;
    max-width: 150px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  .bulleted-list dl dt,
  .disc-list dl dt {
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
    letter-spacing: 0.3846153846vw;
  }
}

.bulleted-list dl dd > ul > li::before {
  content: "■";
}
.bulleted-list dl dd > ul > li ul li {
  margin-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.bulleted-list dl dd > ul > li ul li::before {
  content: "・";
}

.disc-list dl dd > ul > li::before {
  content: "・";
}
.disc-list dl dd > ul > li ul li {
  margin-left: 1em;
}
.disc-list dl dd > ul > li ul li::before {
  content: "-";
}

p + p,
p + h4 {
  margin-top: 1.5em;
}

h4 {
  font-weight: 700;
  line-height: 150%;
}
@media print, screen and (min-width: 961px) {
  h4 {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media print, screen and (min-width: 961px) {
  .section-title-sub + .bulleted-list,
  .section-title-sub + .disc-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .section-title-sub + .bulleted-list,
  .section-title-sub + .disc-list {
    margin-top: 5.1282051282vw;
  }
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 961px) {
  .kv {
    margin-top: 102px;
    padding: 100px 50px;
    background-image: url("../img/recruit_kv_pc.jpg");
  }
}
@media screen and (max-width: 960px) {
  .kv {
    margin-top: 23.0769230769vw;
    padding: 12.8205128205vw 0;
    background-image: url("../img/recruit_kv_sp.jpg");
  }
}
.kv h1 {
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  line-height: normal;
}
@media print, screen and (min-width: 961px) {
  .kv h1 {
    font-size: 42px;
    letter-spacing: 4.2px;
  }
}
@media screen and (max-width: 960px) {
  .kv h1 {
    font-size: 6.9230769231vw;
  }
}
.kv p {
  color: #FFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 150%;
}
@media print, screen and (min-width: 961px) {
  .kv p {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  .kv p {
    margin-top: 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
}

.anchor {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  .anchor {
    padding-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .anchor {
    padding: 25.641025641vw 6.4102564103vw 0;
  }
}
.anchor::before, .anchor::after {
  content: "";
  display: block;
  background: url(../img/lower_corner.png) no-repeat;
  background-size: contain;
  background-position: right top;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .anchor::before, .anchor::after {
    width: 378px;
    height: 170px;
  }
}
@media screen and (max-width: 960px) {
  .anchor::before, .anchor::after {
    width: 34.1025641026vw;
    height: 11.5384615385vw;
  }
}
.anchor::before {
  top: 0;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.anchor::after {
  top: 0;
  right: 0;
}
.anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  overflow: hidden;
}
@media print, screen and (min-width: 961px) {
  .anchor ul {
    margin: auto;
    max-width: 1040px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 960px) {
  .anchor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 1.2820512821vw;
  }
}
@media print, screen and (min-width: 961px) {
  .anchor ul li {
    width: calc((100% - 3px) / 4);
  }
}
@media screen and (max-width: 960px) {
  .anchor ul li {
    width: calc((100% - 1px) / 2);
  }
}
.anchor ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0E5099;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .anchor ul li a {
    padding: 13.5px 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .anchor ul li a:hover {
    background-color: #328ACC;
  }
}
@media screen and (max-width: 960px) {
  .anchor ul li a {
    padding: 3.8461538462vw 3.8461538462vw 3.8461538462vw 2.5641025641vw;
    font-size: 3.8461538462vw;
    letter-spacing: 0.2564102564vw;
  }
}
.anchor ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
@media print, screen and (min-width: 961px) {
  .anchor ul li a::after {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid #fff;
    right: 18px;
  }
}
@media screen and (max-width: 960px) {
  .anchor ul li a::after {
    border-right: 1.2820512821vw solid transparent;
    border-left: 1.2820512821vw solid transparent;
    border-top: 2.0512820513vw solid #fff;
    right: 2.5641025641vw;
  }
}

@media screen and (max-width: 960px) {
  #support {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 961px) {
  #support p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #support p {
    margin-top: 5.1282051282vw;
  }
}
#support ul.plane-list {
  margin-top: 1em;
}
@media print, screen and (min-width: 961px) {
  #support ul.plane-list li {
    font-size: 15px;
    line-height: 150%; /* 22.5px */
    letter-spacing: 1.5px;
  }
}
@media screen and (max-width: 960px) {
  #support ul.plane-list li {
    font-size: 3.8461538462vw;
    line-height: 5.7692307692vw;
    letter-spacing: 0.3846153846vw;
  }
}
#support ul.plane-list li::before {
  content: "・";
}
#support picture {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #support picture {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  #support picture {
    margin-top: 12.8205128205vw;
    margin-bottom: 12.8205128205vw;
  }
}
@media print, screen and (min-width: 961px) {
  #support picture img.support {
    max-width: 916px;
  }
}
@media screen and (max-width: 960px) {
  #support picture img.support {
    width: 100%;
  }
}

@media print, screen and (min-width: 961px) {
  #reserve .inner {
    padding-top: 50px;
  }
}
#reserve iframe {
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
}
@media print, screen and (min-width: 961px) {
  #reserve iframe {
    margin-top: 50px;
    width: 1040px;
    height: 725px;
  }
}
@media screen and (max-width: 960px) {
  #reserve iframe {
    margin-top: 7.6923076923vw;
    width: 100%;
    height: 61.5384615385vw;
  }
}
#reserve .line_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border: 1px solid #0E5099;
}
@media print, screen and (min-width: 961px) {
  #reserve .line_info {
    gap: 30px;
    margin-top: 50px;
    padding: 20px 50px;
    min-width: 760px;
    max-width: 760px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
  }
}
@media screen and (max-width: 960px) {
  #reserve .line_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.8461538462vw;
    margin-top: 12.8205128205vw;
    padding: 6.4102564103vw;
    border-radius: 1.2820512821vw;
    text-align: center;
  }
}
#reserve .line_info p {
  color: #0E5099;
  font-weight: 700;
  line-height: 2;
}
@media print, screen and (min-width: 961px) {
  #reserve .line_info p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 960px) {
  #reserve .line_info p {
    font-size: 5.1282051282vw;
    letter-spacing: 0.5128205128vw;
  }
}
#reserve .line_info a picture {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #reserve .line_info a picture {
    width: 120px;
  }
}
@media screen and (max-width: 960px) {
  #reserve .line_info a picture {
    width: 30.7692307692vw;
  }
}
#reserve .line_info a picture img {
  width: 100%;
}

@media print, screen and (min-width: 961px) {
  #entry {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #entry {
    margin-top: 25.641025641vw;
  }
}