.p-recruit__sec1 {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.p-recruit__sec1 * {
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .p-recruit__sec1 > div {
    padding: 0 16px;
  }
}

.p-recruit__sec1 .-hdline1 {
  margin-bottom: 40px;
  text-align: center;
}

.p-recruit__sec1 .-hdline1 .-hd1 {
  font-size: 1.1em;
  font-weight: bold;
  color: #52ABB2;
}

.p-recruit__sec1 .-hdline1 .-hd2 {
  font-size: 1.5em;
  font-weight: bold;
}

.p-recruit__sec1 .-hdline2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.p-recruit__sec1 .-hdline3 {
  text-align: center;
  margin-bottom: 30px;
  background: #C1A24E;
  padding: 10px;
  font-size: 1.3em;
}

.p-recruit__sec1 .-hdline3 span {
  display: inline-block;
  color: #fff;
}

.p-recruit__sec1 .-hdline4 {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #52ABB2;
  font-size: 1.4em;
  margin-bottom: 20px;
  align-items: center;
}

.p-recruit__sec1 .-img1 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
}

.p-recruit__sec1 .-img1 > div {
  text-align: center;
  margin-bottom: 20px;
}

.p-recruit__sec1 .-img1 > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.p-recruit__sec1 .-img1 > ul li {
  list-style: none;
}

@media only screen and (max-width: 600px) {
  .p-recruit__sec1 .-img1 > div {
    margin-bottom: 10px;
  }
  .p-recruit__sec1 .-img1 > ul {
    gap: 10px;
  }
}

.p-recruit__sec1 .-txt {
  text-align: center;
}

.p-recruit__sec1 .-box1 {
  margin-bottom: 80px;
}

.p-recruit__sec1 .-box2 > div {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 600px) {
  .p-recruit__sec1 .-box2 > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-recruit__sec1 .-box2 dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.p-recruit__sec1 .-box2 dl dt {
  text-align: center;
  font-size: 1.4em;
}

.p-recruit__sec1 .-box2 dl dd {
  text-align: center;
}

.p-recruit__sec1 .-box2 p {
  text-align: center;
}

.p-recruit__sec1 .-box2--in1 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .p-recruit__sec1 .-box2--in1 {
    margin-bottom: 0;
  }
}

.p-recruit__form * {
  box-sizing: border-box;
}

.p-recruit__form h2 {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 30px;
}

.p-recruit__form h2 span {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 10px;
  background: #000;
}

@media only screen and (max-width: 600px) {
  .p-recruit__form h2 {
    font-size: 1.5em;
  }
}

.p-recruit__form .-boshu {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 16px;
}

.p-recruit__form .-boshu .-table {
  margin: 0 auto 60px;
  max-width: 750px;
  width: 100%;
}

.p-recruit__form .-boshu #boshu1 .content {
  text-align: center;
}

.p-recruit__form .-boshu #boshu1 .content p:first-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .p-recruit__form .-boshu {
    padding: 0;
  }
  .p-recruit__form .-boshu .-table {
    margin-bottom: 30px;
  }
  .p-recruit__form .-boshu #boshu1 .content {
    text-align: left;
  }
  .p-recruit__form .-boshu #boshu1 .content p:first-child {
    text-align: center;
  }
}

.p-recruit__form .-form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.p-recruit__form .-form .mwform-tel-field {
  white-space: nowrap;
}

.p-recruit__form .-form th[colspan="2"] {
  color: #0074ba;
}

.p-recruit__form .-form .req {
  float: right;
  font-size: 0.875em;
  font-weight: bold;
  color: #ee0038;
  margin-right: 0.5em;
}

.p-recruit__form .-form .-flex {
  display: grid;
  gap: 5px;
  grid-template-columns: 0.6fr 0.4fr;
}

.p-recruit__form .-form form .scrolliframe {
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  font-size: 0.875em;
  padding: 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  border: 1px solid #efefef;
}
