.topTitleArea .titleEn {
  display: none;
}
.topTitleArea .titleJp {
  display: none;
}
.topTitleArea .titleLine {
  display: none;
}

.secTopArea .secTopAreaIn .typeIcon {
  background: #ffffff;
  border: solid 1px #000000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 500;
}
.secTopArea .secTopAreaIn .recruitTitle {
  font-weight: bold;
}
.secTopArea .secTopAreaIn .captionText {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secTopArea {
    padding: 0 0 90px 0;
  }
  .secTopArea .secTopAreaIn .typeIcon {
    font-size: clamp(14px, 4.1vw, 16px);
    padding: 0 12px;
  }
  .secTopArea .secTopAreaIn .recruitTitle {
    font-size: clamp(16px, 6.15vw, 24px);
    padding: 8px 0 12px 0;
  }
  .secTopArea .secTopAreaIn .captionText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTopArea {
    padding: 0 0 90px 0;
  }
  .secTopArea .secTopAreaIn .typeIcon {
    font-size: clamp(14px, 1.41vw, 18px);
    padding: 0 12px;
  }
  .secTopArea .secTopAreaIn .recruitTitle {
    font-size: clamp(19px, 2.5vw, 32px);
    padding: 20px 0 32px 0;
  }
  .secTopArea .secTopAreaIn .captionText {
    font-size: clamp(14px, 1.41vw, 18px);
    width: min(100%, 870px);
  }
}
.secRecruitEntry {
  background: #ECECEC;
}
.secRecruitEntry .secRecruitEntryIn .titleArea .entryTitle {
  font-weight: bold;
}
.secRecruitEntry .secRecruitEntryIn .titleArea .entryLine {
  width: 50px;
  height: 4px;
}
.secRecruitEntry .secRecruitEntryIn .btnArea .entryBtn {
  text-align: center;
  color: #ffffff;
  border-radius: 60px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secRecruitEntry {
    padding: 32px 0 40px 0;
  }
  .secRecruitEntry .secRecruitEntryIn .titleArea {
    padding: 0 0 24px 0;
  }
  .secRecruitEntry .secRecruitEntryIn .titleArea .entryTitle {
    font-size: clamp(17px, 7.18vw, 28px);
    text-align: center;
  }
  .secRecruitEntry .secRecruitEntryIn .titleArea .entryLine {
    margin: 0 auto;
  }
  .secRecruitEntry .secRecruitEntryIn .btnArea {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .secRecruitEntry .secRecruitEntryIn .btnArea .entryBtn {
    width: min(100%, 260px);
    margin: 0 auto;
    padding: 16px 0;
    font-size: clamp(15px, 4.61vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .secRecruitEntry {
    padding: 110px 0 110px 0;
  }
  .secRecruitEntry .secRecruitEntryIn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 40px;
  }
  .secRecruitEntry .secRecruitEntryIn .titleArea {
    width: 150px;
  }
  .secRecruitEntry .secRecruitEntryIn .titleArea .entryTitle {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secRecruitEntry .secRecruitEntryIn .btnArea {
    width: min(100% - 150px, 680px);
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .secRecruitEntry .secRecruitEntryIn .btnArea .entryBtn {
    width: 47%;
    padding: 21px 0;
    font-size: 20px;
  }
}
.secOutline .secOutlineIn .titleArea {
  font-weight: bold;
}
.secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow {
  border-bottom: solid 1px #ECECEC;
}
.secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow:first-of-type {
  border-top: solid 1px #ECECEC;
}
.secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowTitle {
  font-weight: bold;
}
.secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowData {
  font-weight: 500;
}
.secOutline .secOutlineIn .dataArea .mapArea .mapFrame iframe {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .secOutline {
    padding: 60px 0 60px 0;
  }
  .secOutline .secOutlineIn .titleArea {
    font-size: clamp(16px, 6.15vw, 24px);
    padding: 0 0 24px 0;
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 8px 0 18px 0;
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowTitle {
    padding: 0 0 8px 0;
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowData {
    line-height: 160%;
  }
  .secOutline .secOutlineIn .dataArea .mapArea {
    padding: 32px 0;
  }
  .secOutline .secOutlineIn .dataArea .mapArea .mapFrame {
    padding: 0 0 16px 0;
  }
  .secOutline .secOutlineIn .dataArea .mapArea .mapFrame iframe {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .secOutline {
    padding: 110px 0 110px 0;
  }
  .secOutline .secOutlineIn {
    display: flex;
    justify-content: space-between;
  }
  .secOutline .secOutlineIn .titleArea {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secOutline .secOutlineIn .dataArea {
    width: min(100% - 150px, 870px);
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow {
    display: flex;
    justify-content: flex-start;
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 18px 0;
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowTitle {
    width: 23%;
  }
  .secOutline .secOutlineIn .dataArea .dataRowWrap .infoRow .rowData {
    width: 77%;
  }
  .secOutline .secOutlineIn .dataArea .mapArea {
    padding: 50px 0;
  }
  .secOutline .secOutlineIn .dataArea .mapArea .mapFrame {
    padding: 0 0 24px 0;
  }
  .secOutline .secOutlineIn .dataArea .mapArea .mapFrame iframe {
    height: 360px;
  }
}
.secCompany {
  background: #ECECEC;
}
.secCompany .secCompanyIn .titleArea {
  font-weight: bold;
}
.secCompany .secCompanyIn .dataArea .infoRow {
  border-bottom: solid 1px #ffffff;
}
.secCompany .secCompanyIn .dataArea .infoRow:first-of-type {
  border-top: solid 1px #ffffff;
}
.secCompany .secCompanyIn .dataArea .infoRow .rowTitle {
  font-weight: bold;
}
.secCompany .secCompanyIn .dataArea .infoRow .rowData {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .secCompany {
    padding: 60px 0 60px 0;
  }
  .secCompany .secCompanyIn .titleArea {
    font-size: clamp(16px, 6.15vw, 24px);
    padding: 0 0 24px 0;
  }
  .secCompany .secCompanyIn .dataArea .infoRow {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 8px 0 18px 0;
  }
  .secCompany .secCompanyIn .dataArea .infoRow .rowTitle {
    padding: 0 0 8px 0;
  }
  .secCompany .secCompanyIn .dataArea .infoRow .rowData {
    line-height: 160%;
  }
}
@media print, screen and (min-width: 768px) {
  .secCompany {
    padding: 100px 0 100px 0;
  }
  .secCompany .secCompanyIn {
    display: flex;
    justify-content: space-between;
  }
  .secCompany .secCompanyIn .titleArea {
    font-size: clamp(19px, 2.5vw, 32px);
  }
  .secCompany .secCompanyIn .dataArea {
    width: min(100% - 150px, 870px);
  }
  .secCompany .secCompanyIn .dataArea .infoRow {
    display: flex;
    justify-content: flex-start;
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 18px 0;
  }
  .secCompany .secCompanyIn .dataArea .infoRow .rowTitle {
    width: 23%;
  }
  .secCompany .secCompanyIn .dataArea .infoRow .rowData {
    width: 77%;
  }
}
.secForm .secFormIn .sectionTitle {
  text-align: center;
}
.secForm .secFormIn .sectionTitle .titleEn {
  font-weight: bold;
  line-height: 140%;
}
.secForm .secFormIn .sectionTitle .titleLine {
  width: 50px;
  height: 4px;
  margin: 0 auto;
}
.secForm .secFormIn .sectionTitle .titleJp {
  font-weight: bold;
}
.secForm .secFormIn .formLine .listName {
  font-weight: bold;
}
.secForm .secFormIn .formLine .listName .colorNeed {
  background: #E72A2A;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50px;
  font-size: 0.93em;
}
.secForm .secFormIn .formLine .listForm input[type=text],
.secForm .secFormIn .formLine .listForm input[type=email],
.secForm .secFormIn .formLine .listForm input[type=number],
.secForm .secFormIn .formLine .listForm input[type=tel] {
  border: solid 1px #cccccc;
  border-radius: 5px;
  width: 100%;
}
.secForm .secFormIn .formLine .listForm input[type=radio] {
  margin: 0 4px 0 0;
}
.secForm .secFormIn .formLine .listForm .inputLabel {
  margin: 0 24px 0 0;
}
.secForm .secFormIn .formLine .listForm .validateError {
  color: #E72A2A;
  font-size: 0.9em;
}
.secForm .secFormIn .formLine .listForm .strCount {
  display: none;
}
.secForm .secFormIn .policyText {
  display: flex;
  justify-content: center;
}
.secForm .secFormIn .policyText a {
  color: #278FC9;
  text-decoration: underline;
}
.secForm .secFormIn .buttonArea {
  display: flex;
  justify-content: center;
}
.secForm .secFormIn .buttonArea .btnSubmit {
  cursor: pointer;
  color: #ffffff;
  border-radius: 60px;
}

@media only screen and (max-width: 767px) {
  .secForm {
    padding: 40px 0 40px 0;
  }
  .secForm .secFormIn .sectionTitle {
    padding: 0px 0 32px 0;
  }
  .secForm .secFormIn .sectionTitle .titleEn {
    font-size: clamp(19px, 8.2vw, 32px);
    padding: 0 0 8px 0;
  }
  .secForm .secFormIn .sectionTitle .titleJp {
    padding: 8px 0 0 0;
    font-size: clamp(15px, 4.61vw, 18px);
  }
  .secForm .secFormIn .formLine {
    padding: 0 0 40px 0;
  }
  .secForm .secFormIn .formLine .listName {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secForm .secFormIn .formLine .listName .colorNeed {
    padding: 2px 12px;
    margin-right: 8px;
  }
  .secForm .secFormIn .formLine .listForm {
    padding: 8px 0 0 0;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secForm .secFormIn .formLine .listForm input[type=text],
  .secForm .secFormIn .formLine .listForm input[type=email],
  .secForm .secFormIn .formLine .listForm input[type=number],
  .secForm .secFormIn .formLine .listForm input[type=tel] {
    padding: 8px 12px;
  }
  .secForm .secFormIn .policyText {
    font-size: clamp(14px, 3.85vw, 15px);
  }
  .secForm .secFormIn .buttonArea {
    padding: 32px 0 0 0;
  }
  .secForm .secFormIn .buttonArea .btnSubmit {
    padding: 12px 32px;
    font-size: clamp(15px, 4.61vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .secForm {
    padding: 100px 0 94px 0;
  }
  .secForm .secFormIn .sectionTitle {
    padding: 0px 0 40px 0;
  }
  .secForm .secFormIn .sectionTitle .titleEn {
    font-size: clamp(36px, 4.69vw, 60px);
    padding: 0 0 12px 0;
  }
  .secForm .secFormIn .sectionTitle .titleJp {
    padding: 16px 0 0 0;
    font-size: clamp(16px, 2.03vw, 26px);
  }
  .secForm .secFormIn .formLine {
    padding: 0 0 32px 0;
  }
  .secForm .secFormIn .formLine .listName {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secForm .secFormIn .formLine .listName .colorNeed {
    padding: 3px 18px;
    margin-right: 20px;
  }
  .secForm .secFormIn .formLine .listForm {
    padding: 14px 0 0 0;
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secForm .secFormIn .formLine .listForm input[type=text],
  .secForm .secFormIn .formLine .listForm input[type=email],
  .secForm .secFormIn .formLine .listForm input[type=number],
  .secForm .secFormIn .formLine .listForm input[type=tel] {
    padding: 12px 18px;
  }
  .secForm .secFormIn .policyText {
    font-size: clamp(14px, 1.41vw, 18px);
  }
  .secForm .secFormIn .buttonArea {
    padding: 48px 0 0 0;
  }
  .secForm .secFormIn .buttonArea .btnSubmit {
    padding: 20px 54px;
    font-size: clamp(14px, 1.56vw, 20px);
  }
}
.backLinkArea {
  border-top: solid 1px #ECECEC;
}
.backLinkArea .backBtnWrap {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .backLinkArea {
    padding: 40px 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .backLinkArea {
    padding: 48px 0 80px 0;
  }
}/*# sourceMappingURL=style.css.map */