@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
main {
  background-color: #000000;
  background-image: url(../img/b-ex.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: clamp(160px, 50vw, 600px);
  color: white;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 0 0;
  width: 100%;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1rem;
  text-align: center;
  margin: clamp(125px, 28vw, 350px) 0 150px 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 37px;
    margin-bottom: 218px;
  }
}

.greetings {
  background-color: white;
  color: #000000;
  padding-top: 240px;
  width: 100%;
}
.greetings .bg-wrapper {
  height: 100%;
  width: 100%;
  background: url(../img/r-ex.png) right top 20% no-repeat, url(../img/l-ex.png) left bottom no-repeat;
  background-size: 23vw, 18vw;
  margin-bottom: 100px;
}
.greetings .section-contents {
  margin: 0 0 0 12vw;
}
.greetings .section-contents .text-group {
  position: relative;
  width: clamp(300px, 40vw, 620px);
  z-index: 11;
  padding: 0 20px 0 0;
  margin-top: 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
.greetings .section-contents .text-group h2 span {
  color: #ec93a9;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid pink;
}
.greetings .section-contents .text-group .catch {
  color: #2F2F2F;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 500;
}
.greetings .section-contents .text-group p {
  line-height: 2em;
  font-weight: 500;
  color: #2F2F2F;
}
.greetings .section-contents .image-container {
  width: clamp(600px, 45vw, 1070px);
}
.greetings .section-contents .image-container img {
  margin-left: -10vw;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 10;
}
.greetings h3 {
  color: #ec93a9;
  font-weight: 500;
  margin: 220px 0 72px 0;
}
.greetings .under-pink {
  border-bottom: 2px solid #ec93a9;
}
.greetings .pink-line {
  width: 95px;
  margin: 0 0 72px 0;
}
.greetings .recruit-container {
  margin: 0 21% 0 21%;
  width: 58%;
  justify-self: center;
}
.greetings .recruit-container .two-col-table {
  align-items: center;
  border-collapse: collapse;
  color: #2F2F2F;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: center;
  margin: 0 auto 200px auto;
  table-layout: auto;
  width: 90%;
}
.greetings .recruit-container .two-col-table th, .greetings .recruit-container .two-col-table td {
  border-top: 1px solid #ec93a9;
  padding: 2rem 0;
}
.greetings .recruit-container .two-col-table th:last-of-type, .greetings .recruit-container .two-col-table td:last-of-type {
  border-bottom: 1px solid #ec93a9;
}
.greetings .recruit-container .two-col-table th {
  width: clamp(200px, 29vw, 350px);
  text-align: start;
  padding-left: 100px;
  font-weight: 400;
}
.greetings .recruit-container .two-col-table td {
  text-align: start;
  width: clamp(300px, 40vw, 600px);
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .greetings .job-table {
    margin: 0 auto;
    width: 90%;
  }
  .greetings .job-table .two-col-table th {
    padding-left: 20px;
  }
}
.greetings .gallery-cards {
  margin: 28px 0 100px 0;
  justify-content: center;
  align-items: center;
}
.greetings .gallery-cards .g-card {
  width: 250px;
  height: 175px;
  box-shadow: 2px 2px 3px #7d7d7d;
  border-radius: 5%;
  justify-content: center;
  text-align: center;
}
.greetings .gallery-cards .g-card span {
  color: #ec93a9;
  justify-self: flex-start;
  font-size: 40px;
  font-weight: 700;
  margin-top: -90px;
}
.greetings .gallery-cards .g-card .bold-text {
  margin-top: 45px;
  font-size: 30px;
  font-weight: 400;
}
.greetings .gallery-cards .background-line {
  margin-top: 8%;
  position: relative;
  width: 3vw;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .greetings .gallery-cards {
    flex-direction: column;
  }
  .greetings .gallery-cards .g-card {
    margin-top: 100px;
  }
  .greetings .gallery-cards .background-line {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .greetings .gallery-cards {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .greetings {
    padding-top: 40px;
  }
  .greetings .bg-wrapper .section-contents {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }
  .greetings .bg-wrapper .section-contents .image-container {
    width: 100%;
    order: 1;
  }
  .greetings .bg-wrapper .section-contents .image-container img {
    margin-left: unset;
  }
  .greetings .bg-wrapper .section-contents .text-group {
    margin-top: unset;
    width: 100%;
    order: 2;
  }
  .greetings .bg-wrapper .section-contents .text-group h2 {
    font-size: 31px;
    margin: 1rem 0 1rem 0;
  }
  .greetings .bg-wrapper .recruit-container h3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 480px) {
  .greetings .bg-wrapper .recruit-container h3 {
    margin: 60px 0 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .greetings .bg-wrapper .recruit-container .two-col-table {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
  }
}

.flow {
  width: 100%;
}
.flow .flow-bars {
  width: 100%;
  justify-content: center;
  align-content: center;
  height: 280px;
}
.flow .flow-bars .flow-content {
  align-items: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
}
.flow .flow-bars .flow-content .flow-label {
  padding-right: 42px;
  width: 150px;
}
.flow .flow-bars .flow-content .flow-label .label-number {
  font-size: 50px;
  font-weight: 500;
}
.flow .flow-bars .flow-content .flow-label .label-text {
  font-size: 30px;
  font-weight: 500;
}
.flow .flow-bars .flow-content .flow-text {
  justify-content: center;
  height: 120px;
  padding-left: 42px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  width: clamp(350px, 40vw, 700px);
}
.flow .pink-bar {
  background-color: #F29DB2;
  color: white;
}
.flow .pink-bar .flow-text {
  border-left: 2px solid white;
}
.flow .white-bar {
  background-color: white;
  color: #ec93a9;
}
.flow .white-bar .flow-label .label-text,
.flow .white-bar .flow-label .label-number {
  color: #ec93a9;
}
.flow .white-bar .flow-text {
  border-left: 2px solid #ec93a9;
}
@media screen and (max-width: 750px) {
  .flow .flow-bars {
    height: unset;
    padding: 30px 0;
  }
  .flow .flow-bars .flow-content .flow-label {
    padding-right: 4vw;
    width: 100px;
  }
  .flow .flow-bars .flow-content .flow-label .label-number {
    font-size: 31px;
  }
  .flow .flow-bars .flow-content .flow-label .label-text {
    font-size: 20px;
  }
  .flow .flow-bars .flow-content .flow-text {
    padding: 2vw 0 2vw 4vw;
    height: unset;
    font-size: 16px;
    width: 200px;
  }
}

.entryform .entryform-box {
  color: #2F2F2F;
  background-color: white;
  max-width: 1200px;
  width: 42.5%;
  padding: 8.3vw 10vw 8vw 10vw;
  margin: 150px auto;
}
.entryform .entryform-box .entryform-title {
  color: #ec93a9;
  text-align: center;
  font-size: 36px;
  border-bottom: solid 2px #ec93a9;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 800px) {
  .entryform .entryform-box .entryform-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.entryform .entryform-box .entryform-content {
  margin-top: 30px;
  border-bottom: 2px solid #ec93a9;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .entryform .entryform-box {
    width: 70%;
  }
}

span.must {
  color: #FF0000;
  font-size: 90%;
  margin-left: 5px;
}

table.contact-form {
  max-width: 800px;
  margin: auto;
  width: 100%;
  letter-spacing: 0.1em;
}
table.contact-form th {
  margin: 0;
  padding: 20px 0;
  width: 30%;
  vertical-align: middle;
  text-align: left;
}
table.contact-form td {
  vertical-align: middle;
  padding: 20px 0;
}
table.contact-form td span.wpcf7-list-item {
  display: block;
}
table.contact-form td span.wpcf7-form-control-wrap input {
  border: none;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ededed;
}
table.contact-form td span.wpcf7-form-control-wrap input[type=checkbox] {
  display: inline-block;
  height: 15px;
  width: 15px;
}
table.contact-form td span.wpcf7-form-control-wrap textarea {
  border: none;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  background-color: #ededed;
}

.soushin {
  margin: 50px auto;
}
.soushin input {
  -webkit-appearance: none;
  border: none;
  width: 200px;
  margin: auto;
  display: block;
  background-color: #ec93a9;
  color: #fff;
  padding: 15px 0;
  font-size: 100%;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  table.contact-form th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 7px 0;
  }
  table.contact-form th span.must {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  table.contact-form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    padding: 7px 0;
  }
  table.contact-form td span.wpcf7-form-control-wrap input {
    width: 90%;
  }
}
/*# sourceMappingURL=recruit.css.map */