@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

h1,
.h1-like {
  font-size: 36px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
}
h1.front-h1,
.h1-like.front-h1 {
  font-size: 24px;
}

h2,
.h2-like {
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  color: #D0AE00;
}

h3,
.h3-like {
  font-size: 20px;
  font-weight: 700;
}

h4,
.h4-like {
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
}

p,
.p-like {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

.p-small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 180%;
}

ul li, ol li {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: 400;
}

.p-28 {
  font-size: 24px;
}

@media screen and (min-width: 500px) {
  h1,
.h1-like {
    font-size: 48px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 28px;
  }

  h2,
.h2-like {
    font-size: 32px;
  }

  h3,
.h3-like {
    font-size: 20px;
  }

  h4,
.h4-like {
    font-size: 16px;
  }

  p,
.p-like {
    font-size: 14px;
  }

  .p-small {
    font-size: 10px;
  }

  ul li, ol li {
    font-size: 14px;
  }

  .p-28 {
    font-size: 24px;
  }
}
@media screen and (min-width: 800px) {
  h1,
.h1-like {
    font-size: 64px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 32px;
  }

  h2,
.h2-like {
    font-size: 36px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
    line-height: 200%;
  }

  .p-small {
    font-size: 11px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-28 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
.h1-like {
    font-size: 80px;
  }
  h1.front-h1,
.h1-like.front-h1 {
    font-size: 35px;
  }

  h2,
.h2-like {
    font-size: 40px;
  }

  h3,
.h3-like {
    font-size: 24px;
  }

  h4,
.h4-like {
    font-size: 18px;
  }

  p,
.p-like {
    font-size: 16px;
  }

  .p-small {
    font-size: 12px;
  }

  ul li, ol li {
    font-size: 16px;
  }

  .p-28 {
    font-size: 28px;
  }
}
.font-shuei-l {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-yugothic {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gold-text {
  color: #D0AE00;
}

.page-landing {
  background: url(../img/recruit/landing-banner.webp) center no-repeat;
  background-size: cover;
}

.intro {
  max-width: 100%;
  width: 100%;
  background-color: #F8E78E;
  padding: clamp(32px, 5vw, 50px) 0 clamp(180px, 20vw, 250px) 0;
}
.intro .content-container {
  padding-top: clamp(32px, 5vw, 50px);
  background: url(../img/top/about-flower-1.svg) top right no-repeat, url(../img/top/about-flower-2.svg) top left no-repeat;
  background-size: 20%, 20%;
}
.intro .text-container {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
}
.intro .text-container h2 {
  line-height: 200%;
  color: #434343;
}
.intro .text-container p {
  max-width: 80%;
  text-align: justify;
  margin: 3em auto 2em auto;
}
@media screen and (min-width: 1200px) {
  .intro .text-container h2 {
    font-size: 35px;
    letter-spacing: 0;
  }
}

section.philosophy {
  margin-top: calc(clamp(175px, 19vw, 240px) * -1);
}
section.philosophy .content-container {
  width: 1480px;
  max-width: 85.5%;
  margin: 0 auto;
}
section.philosophy .content-container .content-row {
  width: 100%;
  align-items: flex-end;
}
section.philosophy .content-container .content-row .img-container {
  position: relative;
  padding: calc(clamp(175px, 19vw, 240px) * 0.55) 0 clamp(32px, 4.2vw, 50px) 0;
  max-width: 50%;
}
section.philosophy .content-container .content-row .img-container .recruit-catch {
  position: absolute;
  top: 0;
  min-width: clamp(200px, 42vw, 720px);
  transform: translateX(30%);
  z-index: 2;
}
section.philosophy .content-container .content-row .img-container .recruit-img {
  max-width: 100%;
  width: 690px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
section.philosophy .content-container .content-row .img-container .recruit-img img {
  width: 100%;
  height: 100%;
}
section.philosophy .content-container .content-row .img-container .recruit-char {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(30%);
  z-index: 2;
}
section.philosophy .content-container .content-row .text-container {
  width: 440px;
  max-width: 40%;
  margin: auto auto clamp(32px, 4.2vw, 50px) auto;
}
section.philosophy .content-container .content-row .text-container h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  section.philosophy .content-container .content-row {
    flex-direction: column;
    align-items: center;
  }
  section.philosophy .content-container .content-row .img-container {
    max-width: 100%;
    padding-top: calc(clamp(175px, 19vw, 240px) * 0.4);
  }
  section.philosophy .content-container .content-row .img-container .recruit-catch {
    right: 0;
    width: 80%;
    transform: translateX(5%);
  }
  section.philosophy .content-container .content-row .text-container {
    max-width: 100%;
    margin-top: 4vw;
  }
}

section.merits {
  margin: clamp(60px, 10vw, 120px) auto clamp(100px, 15vw, 180px) auto;
}
section.merits h2 {
  width: fit-content;
  text-align: center;
  margin: 0 auto clamp(60px, 10vw, 100px) auto;
}
section.merits .merit-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
section.merits .merit-row .merit-col {
  margin: 0 clamp(12px, 2.4vw, 24px) 32px clamp(12px, 2.4vw, 24px);
  width: clamp(320px, 33vw, 442px);
}
section.merits .merit-row .merit-col img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  object-position: center;
}
section.merits .merit-row .merit-col .h4-like {
  margin: 0.5em 0;
}
section.merits .merit-row .merit-col h4 {
  margin: 0.5em 0;
  font-weight: bold;
}
section.merits .merit-row .merit-col p {
  text-align: justify;
}

section.qa {
  align-items: flex-end;
}
section.qa .left-col {
  width: 520px;
  max-width: 50%;
  margin: 0 auto;
}
section.qa .left-col h2 {
  margin-bottom: clamp(32px, 5vw, 50px);
}
section.qa .left-col .qa-block {
  width: 100%;
  margin-bottom: clamp(30px, 6vw, 60px);
}
section.qa .left-col .qa-block:last-of-type {
  margin-bottom: 0;
}
section.qa .left-col .qa-block .q-row::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-size: 24px;
  color: #ffffff;
  background-color: #D0AE00;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0.5em;
}
section.qa .left-col .qa-block .q-row h3 {
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 1em;
}
section.qa .left-col .qa-block .a-row::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-size: 24px;
  color: #D0AE00;
  border: 1px solid #D0AE00;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 0.5em;
}
section.qa .qa-img {
  width: 434px;
  max-width: 40%;
}
@media screen and (max-width: 1200px) {
  section.qa {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.qa .qa-img {
    width: 400px;
    max-width: 80%;
  }
  section.qa .left-col {
    max-width: 100%;
    margin-top: 50px;
  }
}

section.listings {
  margin-top: clamp(120px, 15vw, 180px);
}
section.listings h2 {
  margin: 0 auto 60px auto;
  text-align: center;
  width: fit-content;
}
section.listings .btn-row {
  width: 415px;
  max-width: 100%;
  justify-content: space-evenly;
  margin: 0 auto clamp(60px, 10vw, 100px) auto;
}
section.listings .btn-row button {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(120px, 25vw, 176px);
  height: 50px;
  margin: 0 15px;
  background-color: #ffffff;
  border: 1px solid #D0AE00;
  color: #D0AE00;
  cursor: pointer;
  font-size: 25px;
  line-height: 100%;
}
section.listings .btn-row button:hover {
  opacity: 0.6;
}
section.listings .btn-row button.active-btn {
  color: #ffffff;
  background-color: #D0AE00;
  border: 1px solid #D0AE00;
}
section.listings .listing-area {
  margin-bottom: clamp(100px, 13vw, 160px);
}
section.listings .listing-area .list-row {
  display: block;
  width: 100%;
  border-bottom: 1px solid #464646;
  margin-bottom: clamp(24px, 4.5vw, 45px);
}
section.listings .listing-area .list-row:hover {
  opacity: 0.6;
}
section.listings .listing-area .list-row h3, section.listings .listing-area .list-row p {
  width: 100%;
  max-width: 760px;
}
section.listings .listing-area .list-row h3 {
  margin-bottom: 1em;
}
section.listings .listing-area .list-row p {
  margin-bottom: 1.5em;
  line-height: 220%;
}
section.listings .listing-area.active-trimming .staff {
  display: none;
}
section.listings .listing-area.active-staff .trimmer {
  display: none;
}

.single-recruit-main .breadcrumbs {
  margin-top: 0.5em;
  margin-bottom: clamp(60px, 10vw, 100px);
}
.single-recruit-main .breadcrumbs a:hover {
  opacity: 0.6;
}
.single-recruit-main .h3-container h3 {
  margin-bottom: 2em;
}
.single-recruit-main .post-body {
  margin-bottom: clamp(20px, 4vw, 40px);
}
.single-recruit-main .post-body table {
  width: 100%;
}
.single-recruit-main .post-body table th, .single-recruit-main .post-body table td {
  box-sizing: border-box;
  border: 1px solid #727272;
  padding: clamp(16px, 2.4vw, 24px) 1em;
}
.single-recruit-main .post-body table th {
  width: 25%;
  min-width: 60px;
}
.single-recruit-main .post-body table td {
  width: 75%;
}
.single-recruit-main .submit-btn {
  appearance: none;
  margin: 0 auto clamp(120px, 16.3vw, 200px) auto;
  box-sizing: border-box;
  line-height: 100%;
  padding: 1em 4em;
  background-color: #A8D7CC;
  color: #ffffff;
  border: none;
}
.single-recruit-main .submit-btn:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=recruit.css.map */
