@charset "utf-8";
/* CSS Document */
body#recruit {
  background: #FFF;
}
body#recruit footer {
  background: #f2f2e5;
}body#recruit #header .navbar {
  background:#ffffffde;
}
#mainImg {
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
  margin-bottom: 11vw;
}
#mainImg .imageBox {
  width: 96%;
}
#mainImg .copy {
  align-self: flex-start;
  z-index: 1;
  letter-spacing: 3px;
}
#mainImg .copy p {
  line-height: 1;
  margin: 1em;
  font-family: 'Noto Sans JP';
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
	#mainImg {
  align-items: end;
}
#mainImg .imageBox {
  width: 90%;
}
  #mainImg .copy {
    width: 95%;
    margin: auto;
    margin-top: -2vw;
  }
  #mainImg .copy p {}
}
@media only screen and (min-width: 769px) {
  #mainImg {
    flex-direction: row;
    margin: 1em 4vw;
  }
  #mainImg .imageBox {
    width: 55%;
  }
  #mainImg .copy {
    width: 46%;
    align-self: center;
    align-items: start;
    align-content: center;
    font-size: 1.2em;
    margin-left: -4vw;
  }
}
#about {
  background: url("../recruit/img/pointBgSp.webp") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  margin-top: 6em;
}
#about::after {
  content: '';
  background: url("../recruit/img/point_human.svg") no-repeat;
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  background-size: 66vw;
}
#about .aboutWrap {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  gap: 60px;
  padding-bottom: 25vw;
}
#about h2 {
  color: #224072;
  font-family: 'Outfit';
  font-weight: 900;
  font-size: 1em;
  position: relative;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.5;
  text-align: left;
  padding-left: 40px;
}
#about h2 span {
  color: #224072;
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: 4em;
}
#about h2::before {
  content: '';
  background: #224072;
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
#about p {
  margin: 2em 0;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 2;
}
@media only screen and (max-width:768px) {
  #about .aboutWrap {
    width: 90%;
    margin: auto
  }
}
@media only screen and (min-width:769px) {
  #about {
    background: url("../recruit/img/pointBgPc.webp") no-repeat bottom center;
  }
  #about .aboutWrap {
    flex-direction: row;
    width: 100%;
    margin-left: calc(0.3vw + 60px);
  }
	#about .aboutWrap div:first-child{
    max-width: 45vw;
  }
  #about h2 {
    font-size: 1.2em;
    padding-left: 60px;
  }
  #about h2::before {
    content: '';
    background: #224072;
    display: block;
    width: 30px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
  }
}
.bg {
  background: #bdb37c;
  padding: 0 0 3em 0
}
#point {
  margin-top: -0.1em;
}
#point h2 {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: 2em;
  color: #FFF;
  font-size: clamp(1.2em, 2.5vw, 10rem)
}
#point ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: calc(96% - 20px);
  margin: 2em auto;
}
#point ul li {
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px #224072;
  background: #FFF;
  padding: 2em;
  width: 100%;
  text-align: justify;
  position: relative
}
#point ul li .num {
  position: absolute;
  background: #eb4d83;
  padding: 1em 0.5em;
  color: #FFF;
  top: -0.5em;
  left: 1em;
  line-height: 0.6;
  font-size: clamp(1.2em, 1.7vw, 1.8rem);
  font-family: 'Lexend';
}
#point ul li h3 {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: clamp(1.9em, 3.2vw, 3.9rem);
  color: #224072;
  text-align: center;
  margin-bottom: 0.5em;
}
#point ul li h3 span {
  display: block;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 900;
}
#point ul li p {
  line-height: 2;
  letter-spacing: 1px;
}
@media only screen and (min-width:769px) {
  #point ul li {
    flex: 1 calc(50% - 30px);
  }
  #point ul li:first-child {
    flex: 2 100%;
  }
}
#Requirements {
  background: #FFF;
  width: calc(98% - 20px);
  margin: 3em auto;
  border-radius: 20px;
  padding: 3em calc(10.2vw - 20px);
}
#Requirements .info h3 {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  font-size: clamp(1.6em, 2.2vw, 2.5rem);
  color: #224072;
  text-align: left;
  margin-bottom: 0.5em;
}
#contents section dl {
  display: flex;
  flex-direction: column;
  text-align: left
}
#contents section dl dt {
  padding: 1em;
  font-weight: 900;
  border-bottom: 1px dotted #b3b3b3;
}
#contents section dl dd {
  padding: 1em;
  border-bottom: 1px solid #333
}
#contents section dl dd span {
  font-size: 0.7em;
}
@media only screen and (max-width:768px) {
  #contents section dl dt:first-child {
    border-top: 1px solid #333
  }
  #contents section dl dt {
    background: #f2f2f2;
  }
}
@media only screen and (min-width:769px) {
  #Requirements .info {
    display: flex;
  }
  #Requirements .info h3 {
    width: 15vw;
  }
  #contents section dl {
    flex-basis: calc(100% - 15vw);
    flex-direction: row;
    flex-wrap: wrap;
  }
  #contents section dl dt {
    flex-basis: 150px;
    padding: 1em;
    border-bottom: 1px solid #333
  }
  #contents section dl dd {
    flex-basis: calc(100% - 150px);
    padding: 1em;
    border-bottom: 1px solid #333
  }
}
#entry {
  background-image: linear-gradient(180deg, #bdb37c 50%, #f2f2e5 50%);
  padding: 3em 0;
}
#entry .box {
  max-width: 800px;
  margin: auto;
  width: calc(98% - 20px);
  background: #FFF;
  padding: 2em 2em 4em;
  border-radius: 20px;
  border: 3px solid #224072;
}
#entry .box h2 {
  max-width: 350px;
  min-width: 300px;
  margin: -5em auto 3em;
  background-image: linear-gradient(180deg, #bdb37c 65%, #ffffff 35%);
}
#entry .box .btn {}
#entry .box .btn a {
  padding: 1em 2em;
  background: #224072;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(18px, 1.9vw, 2rem);
  font-weight: 900;
  text-decoration: none;
}