@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, button, header {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  max-block-size: 999999px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  outline: none;
}

img {
  inline-size: 100%;
  block-size: auto;
  vertical-align: bottom;
}

body {
  color: rgb(51, 51, 51);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
body.js-open {
  position: fixed;
}

a {
  font-weight: 500;
  color: rgb(51, 51, 51);
}

/* header */
.c-header {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  inline-size: 100%;
  block-size: 80px;
  padding-inline: 4vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-header {
    padding-inline: 1rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .c-header {
    block-size: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header {
    block-size: 100px;
    padding-inline: 1rem 2.5rem;
  }
}

.js-scrolled .c-header {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .js-scrolled .c-header {
    block-size: 80px;
  }
  .js-scrolled .c-header .c-header__logo-link {
    inline-size: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .js-scrolled .c-header {
    block-size: 90px;
  }
}
.js-scrolled .c-header__logo {
  background-color: rgb(255, 255, 255);
}

.c-header__body {
  inline-size: 100%;
}

.c-header__logo {
  display: block flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.c-header__logo img {
  mix-blend-mode: multiply;
}
.c-header__logo span {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: bold;
  color: rgb(246, 161, 44);
  position: relative;
  bottom: 0.3em;
}

.c-header__logo-link {
  display: block flex;
  inline-size: 160px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__logo-link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 476px) {
  .c-header__logo-link {
    inline-size: 200px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__logo-link {
    inline-size: 240px;
  }
}
@media screen and (min-width: 992px) {
  .c-header__logo-link {
    inline-size: 280px;
  }
}
@media screen and (min-width: 1200px) {
  .c-header__logo-link {
    inline-size: 320px;
  }
}

.c-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-nav {
    display: block;
  }
}

.c-nav__list {
  display: block flex;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .c-nav__list {
    gap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__list {
    gap: 3rem;
  }
}

.c-nav__list-link {
  display: block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__list-link:hover {
  color: rgb(231, 1, 17);
}
@media screen and (min-width: 992px) {
  .c-nav__list-link {
    padding-inline: 0.5rem;
    padding-block: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-nav__list-link {
    padding-inline: 1rem;
    padding-block: 1rem;
  }
}

.c-hamburger {
  display: block grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: 50px;
  aspect-ratio: 1;
  opacity: 100;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    inline-size: 70px;
  }
}

.menu-open .c-hamburger {
  opacity: 0;
}

.c-hamburger__button {
  display: block grid;
  grid-template-rows: 5px;
  grid-template-columns: 2.875rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  aspect-ratio: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 50%;
  background: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-hamburger__button {
    grid-template-rows: 8px;
    grid-template-columns: 3.375rem;
  }
}

.c-hamburger__button-icon {
  display: block grid;
  grid-template-areas: "stack";
  align-self: stretch;
  border-radius: 4px;
  background-color: rgb(83, 171, 63);
}
.c-hamburger__button-icon::before, .c-hamburger__button-icon::after {
  content: "";
  background-color: inherit;
  grid-area: stack;
  border-radius: 4px;
}
.c-hamburger__button-icon::before {
  translate: 0 16px;
}
.c-hamburger__button-icon::after {
  translate: 0 -16px;
}
@media screen and (min-width: 768px) {
  .c-hamburger__button-icon::before {
    translate: 0 18px;
  }
  .c-hamburger__button-icon::after {
    translate: 0 -18px;
  }
}

.c-hamburger__text {
  display: none;
}

.c-hamburger__button-text {
  font-size: 0.875rem;
  font-weight: 500;
}

.c-megamenu {
  display: block;
  inline-size: 100%;
  block-size: unset;
  max-inline-size: unset;
  max-block-size: unset;
  margin: unset;
  padding: unset;
  border: unset;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  inset: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* スライドアウト */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  outline: 0;
  z-index: 80;
}
.c-megamenu .c-megamenu[open] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-megamenu .c-megamenu::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.c-megamenu .c-megamenu::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.c-megamenu__inner {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  padding-inline: 1.25rem;
  position: relative;
  z-index: 20;
}

.c-megamenu__button {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 80px;
  aspect-ratio: 1;
  position: absolute;
  top: 0rem;
  right: 1rem;
}

.c-megamenu__close {
  inline-size: 40px;
  block-size: 40px;
  position: relative;
  cursor: pointer;
}
.c-megamenu__close::before, .c-megamenu__close::after {
  content: "";
  inline-size: 53px;
  block-size: 5px;
  border-radius: 4px;
  background-color: rgb(83, 171, 63);
  position: absolute;
  left: 0.25rem;
}
.c-megamenu__close::before {
  top: 0;
  rotate: 44deg;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-megamenu__close::after {
  bottom: 0;
  rotate: -44deg;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .c-megamenu__close::before, .c-megamenu__close::after {
    content: "";
    block-size: 8px;
  }
  .c-megamenu__close::before {
    rotate: 40deg;
  }
  .c-megamenu__close::after {
    rotate: -40deg;
  }
}

.c-megamenu__text {
  display: none;
}

.c-megamenu__body {
  inline-size: 100%;
  margin-inline: auto;
}

.c-megamenu__main {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  max-inline-size: 654px;
  margin-inline: auto;
  padding-block: 3rem 2rem;
}
@media screen and (min-width: 768px) {
  .c-megamenu__main {
    gap: 1.25rem;
  }
}

.c-megamenu__link {
  display: block grid;
  inline-size: 100%;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  font-size: clamp(1.375rem, 0.798rem + 1.6vw, 2rem);
  font-weight: bold;
  color: rgb(83, 171, 63);
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-megamenu__link:hover {
  color: rgba(83, 171, 63, 0.8);
}

.c-megamenu__bg {
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-megamenu__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}

/* footer */
.c-footer {
  padding-block: 7rem 5rem;
  padding-inline: 1rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .c-footer {
    padding-block: 5rem 4rem;
  }
}

.c-footer__inner {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.75rem;
  margin-inline: auto;
}

.c-footer__nav {
  display: block flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  margin-inline: auto;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 992px) {
  .c-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.c-footer__nav-link {
  font-size: clamp(1rem, 0.889rem + 0.23vw, 1.063rem);
  font-weight: bold;
  color: rgb(102, 51, 0);
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-footer__nav-link:hover {
    text-decoration: underline;
  }
}

.c-footer__copy {
  font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
  color: rgb(102, 51, 0);
  text-align: center;
  position: relative;
  z-index: 20;
}

.p-footer__pagetop {
  inline-size: 60px;
  position: absolute;
  top: 2rem;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__pagetop:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1200px) {
  .p-footer__pagetop {
    inline-size: 70px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
    left: unset;
    translate: 0;
  }
}

/* component */
.c-contents {
  container-type: inline-size;
}

.c-innner {
  max-inline-size: 980px;
  margin-inline: auto;
  padding-inline: 4vw;
  -webkit-box-sizing: revert;
          box-sizing: revert;
  position: relative;
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .c-innner {
    padding-inline: 2rem;
  }
}

.c-headline {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  -webkit-padding-after: 3.5rem;
          padding-block-end: 3.5rem;
  font-size: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  font-weight: bold;
  color: rgb(102, 51, 0);
  line-height: 1;
  position: relative;
}
.c-headline::before {
  content: attr(data-entitle) "";
  -webkit-padding-start: 2.875rem;
          padding-inline-start: 2.875rem;
  font-size: clamp(1.125rem, 0.569rem + 1.16vw, 1.438rem);
  font-weight: 500;
  color: rgb(84, 171, 64);
  text-transform: uppercase;
}
.c-headline::after {
  content: "";
  inline-size: 36px;
  block-size: 32px;
  background-image: url(../img/headline-fig-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.3125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-headline::before {
    -webkit-padding-start: 3.25rem;
            padding-inline-start: 3.25rem;
  }
  .c-headline::after {
    inline-size: 42px;
    block-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .c-headline::before {
    -webkit-padding-start: 3.75rem;
            padding-inline-start: 3.75rem;
  }
  .c-headline::after {
    inline-size: 48px;
    block-size: 32px;
  }
}

.p-hero {
  padding-inline: 4vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-hero {
    padding-inline: 2.5rem;
  }
}

.p-hero__bg {
  block-size: 300px;
  position: relative;
}
.p-hero__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
  block-size: 100%;
}
@media screen and (min-width: 768px) {
  .p-hero__bg {
    block-size: 500px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__bg {
    block-size: 580px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__bg {
    block-size: 630px;
  }
}
@media screen and (min-width: 1400px) {
  .p-hero__bg {
    block-size: 680px;
  }
}
.p-hero__bg .swiper {
  overflow: clip;
  block-size: 100%;
  border-radius: 15px;
}

.p-hero__copy {
  display: block flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.25rem;
  position: absolute;
  left: 6vw;
  bottom: 3rem;
  z-index: 20;
}
.p-hero__copy p {
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.p-hero__copy img {
  display: block;
  inline-size: auto;
  block-size: 24px;
}
@media screen and (min-width: 476px) {
  .p-hero__copy {
    left: 2rem;
    bottom: 3rem;
  }
  .p-hero__copy p {
    padding-inline: 1.5rem 1.25rem;
    padding-block: 0.5rem;
    border-radius: 15px;
  }
  .p-hero__copy img {
    block-size: 28px;
  }
}
@media screen and (min-width: 576px) {
  .p-hero__copy {
    left: 3rem;
  }
  .p-hero__copy p {
    padding-inline: 1.5rem 1.25rem;
    padding-block: 0.5rem;
  }
  .p-hero__copy img {
    block-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__copy {
    left: 4rem;
  }
  .p-hero__copy p {
    padding-inline: 2rem 1.5rem;
    padding-block: 0.625rem;
    border-radius: 20px;
  }
  .p-hero__copy img {
    block-size: 45px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__copy {
    left: 5rem;
  }
  .p-hero__copy img {
    block-size: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__copy {
    left: 6rem;
    bottom: 3rem;
  }
  .p-hero__copy p {
    padding-inline: 3.375rem 2rem;
    padding-block: 0.875rem;
  }
  .p-hero__copy img {
    block-size: 60px;
  }
}

.p-hero__deco {
  inline-size: 110px;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-hero__deco {
    inline-size: 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__deco {
    inline-size: 150px;
    bottom: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__deco {
    inline-size: 175px;
  }
}

.p-hero__maincopy {
  max-inline-size: 1000px;
  margin-inline: auto;
  -webkit-padding-before: 4rem;
          padding-block-start: 4rem;
}

.p-jobsearch {
  container-type: inline-size;
  padding-block: 6rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-jobsearch {
    padding-block: 8rem;
  }
}

.p-jobsearch__inner {
  max-inline-size: 450px;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-jobsearch__inner {
    max-inline-size: 980px;
  }
}

.p-jobsearch__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 220px;
  padding-block: 0.75rem;
  font-size: clamp(1.125rem, 0.347rem + 1.62vw, 1.563rem);
  font-weight: bold;
  color: rgb(102, 51, 0);
  line-height: 1.2;
  background-color: rgb(255, 226, 0);
  position: relative;
}
.p-jobsearch__head::before {
  content: "";
  inline-size: 24px;
  block-size: 76px;
  background-image: url(../img/jobsearch-fig-01.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.125rem;
  left: -0.875rem;
}
.p-jobsearch__head::after {
  content: "";
  inline-size: 32px;
  block-size: 38px;
  background-image: url(../img/jobsearch-fig-02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -1rem;
  bottom: -0.75rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch__head {
    inline-size: 250px;
    padding-block: 1rem;
  }
  .p-jobsearch__head::before {
    inline-size: 30px;
    left: -1rem;
  }
  .p-jobsearch__head::after {
    inline-size: 40px;
    right: -1.125rem;
    bottom: -0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch__head {
    inline-size: 285px;
    padding-block: 1.25rem;
  }
  .p-jobsearch__head::before {
    inline-size: 38px;
    block-size: 76px;
    top: 0.125rem;
    left: -1.25rem;
  }
  .p-jobsearch__head::after {
    inline-size: 48px;
    block-size: 38px;
    right: -1.375rem;
    bottom: -0.625rem;
  }
}

.p-jobsearch__list {
  display: grid;
  gap: 0.75rem;
  padding-block: 3rem 5rem;
}
@media screen and (min-width: 476px) {
  .p-jobsearch__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .p-jobsearch__list {
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-jobsearch__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.p-jobsearch__list-button {
  display: grid;
  grid-template-columns: 1fr 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 55px;
  padding-inline: 1rem 0.625rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: bold;
  color: rgb(94, 177, 76);
  border: 2px solid rgb(94, 177, 76);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-jobsearch__list-button::after {
  content: "";
  inline-size: 100%;
  block-size: 100%;
  background-image: url(../img/arrow-r-grn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-jobsearch__list-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 177, 76);
}
.p-jobsearch__list-button:hover::after {
  background-image: url(../img/arrow-r-wht.png);
}
@media screen and (min-width: 768px) {
  .p-jobsearch__list-button {
    block-size: 60px;
    padding-inline: 1.25rem 0.75rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch__list-button {
    block-size: 70px;
    padding-inline: 1.75rem 1rem;
  }
}

.p-jobsearch-facility {
  margin-inline: calc(50% - 50cqi + 4vw);
  border-radius: 15px;
  background-color: rgb(249, 242, 231);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility {
    margin-inline: calc(50% - 50cqi + 32px);
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility {
    margin-inline: calc(50% - 50cqi + 40px);
  }
}

.p-jobsearch-facility__inner {
  max-inline-size: 450px;
  margin-inline: auto;
  padding-inline: 4vw;
  -webkit-padding-after: 6rem;
          padding-block-end: 6rem;
  -webkit-box-sizing: revert;
          box-sizing: revert;
  position: relative;
  z-index: 20;
}
.p-jobsearch-facility__inner .p-jobsearch__head {
  position: relative;
  top: -1.375rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__inner {
    max-inline-size: 980px;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility__inner {
    -webkit-padding-after: 8rem;
            padding-block-end: 8rem;
  }
}

.p-jobsearch-facility__main {
  -webkit-padding-before: 1.75rem;
          padding-block-start: 1.75rem;
}

.p-jobsearch-facility__nav {
  display: block grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
@media screen and (min-width: 476px) {
  .p-jobsearch-facility__nav {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__nav {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}

.p-jobsearch-facility__nav-item {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  block-size: 50px;
  padding-inline: 0.5rem;
  font-size: clamp(0.875rem, 0.208rem + 1.39vw, 1.25rem);
  font-weight: bold;
  color: rgb(94, 177, 76);
  line-height: 1.4;
  border: 2px solid rgb(94, 177, 76);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__nav-item {
    block-size: 60px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility__nav-item {
    block-size: 70px;
  }
  .p-jobsearch-facility__nav-item br {
    display: none;
  }
}

.p-jobsearch-facility__nav-item:hover,
.js_tab_stat1 .p-jobsearch-facility__nav-item[data-number="1"],
.js_tab_stat2 .p-jobsearch-facility__nav-item[data-number="2"],
.js_tab_stat3 .p-jobsearch-facility__nav-item[data-number="3"],
.js_tab_stat4 .p-jobsearch-facility__nav-item[data-number="4"],
.js_tab_stat5 .p-jobsearch-facility__nav-item[data-number="5"] {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 177, 76);
}

.p-jobsearch-facility__box {
  display: none;
  padding-inline: 1.25rem;
  padding-block: 1.25rem;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__box {
    padding-inline: 1.5rem;
    padding-block: 3rem;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility__box {
    padding-inline: 2rem;
    padding-block: 4rem;
  }
}

.js_tab_stat1 .p-jobsearch-facility__block #facility01,
.js_tab_stat2 .p-jobsearch-facility__block #facility02,
.js_tab_stat3 .p-jobsearch-facility__block #facility03,
.js_tab_stat4 .p-jobsearch-facility__block #facility04,
.js_tab_stat5 .p-jobsearch-facility__block #facility05 {
  display: block;
}

.p-jobsearch-facility__box-inner {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 2rem;
}
.p-jobsearch-facility__box-inner:not(:last-of-type) {
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
  border-bottom: 2px dashed rgb(102, 51, 0);
}
.p-jobsearch-facility__box-inner:not(:first-of-type) {
  -webkit-padding-before: 4.375rem;
          padding-block-start: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__box-inner {
    grid-template-columns: calc(50% - 32px) 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.p-jobsearch-facility__fig {
  overflow: clip;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__fig {
    border-radius: 20px;
  }
}

.p-jobsearch-facility__name {
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: 500;
  color: rgb(102, 51, 0);
}

.p-jobsearch-facility__logo {
  max-inline-size: 320px;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
}

.p-jobsearch-facility__info {
  display: grid;
  grid-template-columns: 68px 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}

.p-jobsearch-facility__info-dadge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 38px;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 500;
  color: rgb(102, 51, 0);
  border-radius: 15px;
  background-color: rgb(255, 226, 0);
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__info-dadge {
    border-radius: 20px;
  }
}

.p-jobsearch-facility__info-year {
  -webkit-padding-before: 0.2em;
          padding-block-start: 0.2em;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 500;
  color: rgb(102, 51, 0);
}

.p-jobsearch-facility__info-list {
  -webkit-padding-before: 0.2em;
          padding-block-start: 0.2em;
}

.p-jobsearch-facility__info-item {
  display: grid;
  grid-template-columns: 11px 1fr;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  color: rgb(102, 51, 0);
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 500;
}
.p-jobsearch-facility__info-item::before {
  content: "";
  inline-size: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(83, 171, 63);
  position: relative;
  top: 0.7em;
}

.p-jobsearch-facility__button {
  inline-size: 220px;
  margin-inline: auto;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__button {
    inline-size: 250px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility__button {
    inline-size: 290px;
  }
}

.p-jobsearch-facility__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 50px;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: bold;
  border-radius: 35px;
  color: rgb(102, 51, 0);
  border: 2px solid rgb(94, 177, 76);
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.p-jobsearch-facility__button-link::after {
  content: "";
  inline-size: 16px;
  block-size: 100%;
  background-image: url(../img/arrow-r-grn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 1.25rem;
}
.p-jobsearch-facility__button-link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(94, 177, 76);
}
.p-jobsearch-facility__button-link:hover::after {
  background-image: url(../img/arrow-r-wht.png);
}
@media screen and (min-width: 768px) {
  .p-jobsearch-facility__button-link {
    block-size: 60px;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch-facility__button-link {
    block-size: 70px;
  }
  .p-jobsearch-facility__button-link::after {
    inline-size: 20px;
  }
}

.p-jobsearch-facility__deco01 {
  overflow: clip;
  inline-size: 85%;
  max-inline-size: 700px;
  border-bottom-left-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-jobsearch__deco01 {
  inline-size: 180px;
  position: absolute;
  top: 7rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch__deco01 {
    inline-size: 220px;
    top: 11.5625rem;
    right: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch__deco01 {
    inline-size: 260px;
    right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-jobsearch__deco01 {
    inline-size: 300px;
    right: 8rem;
  }
}

.p-jobsearch__deco02 {
  inline-size: 100px;
  position: absolute;
  top: 27.5rem;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-jobsearch__deco02 {
    inline-size: 120px;
    right: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-jobsearch__deco02 {
    inline-size: 140px;
    right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-jobsearch__deco02 {
    inline-size: 160px;
    right: 13.5rem;
  }
}

.p-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-slider__item {
  overflow: clip;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-slider__item {
    border-radius: 20px;
  }
}

.p-merit {
  padding-block: 6rem 5rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-merit {
    padding-block: 9rem 8rem;
  }
}

.p-merit__inner {
  max-inline-size: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__inner {
    max-inline-size: 980px;
  }
}

.p-merit__list {
  display: grid;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-merit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.75rem;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
  }
}

.p-merit__box {
  overflow: clip;
  display: block grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-radius: 15px;
  background-color: rgb(249, 242, 231);
}
@media screen and (min-width: 768px) {
  .p-merit__box {
    border-radius: 20px;
  }
}

.p-merit__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  block-size: 70px;
  padding-inline: 1rem;
  font-size: clamp(1.125rem, 0.569rem + 1.16vw, 1.438rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1.4;
  background-color: rgb(83, 171, 63);
}
.p-merit__box-title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-merit__box-title {
    block-size: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__box-title {
    block-size: 100px;
    padding-inline: 1.5rem;
  }
  .p-merit__box-title br {
    display: unset;
  }
}

.p-merit__box-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-inline-size: 260px;
  margin-inline: auto;
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .p-merit__box-fig {
    padding-inline: 3rem;
    max-inline-size: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__box-fig {
    padding-inline: 3rem;
    max-inline-size: 100%;
  }
}

.p-merit__box-summary {
  padding-inline: 1rem;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  font-weight: bold;
  color: rgb(102, 51, 0);
}
@media screen and (min-width: 768px) {
  .p-merit__box-summary {
    padding-inline: 1.25rem;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__box-summary {
    padding-inline: 1.5rem;
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}

.p-merit__deco01 {
  inline-size: 130px;
  position: absolute;
  top: 7rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-merit__deco01 {
    inline-size: 170px;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__deco01 {
    inline-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .p-merit__deco01 {
    inline-size: 212px;
    top: 9rem;
  }
}

.p-merit__deco02 {
  inline-size: 130px;
  position: absolute;
  bottom: 12.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-merit__deco02 {
    inline-size: 170px;
  }
}
@media screen and (min-width: 992px) {
  .p-merit__deco02 {
    inline-size: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .p-merit__deco02 {
    inline-size: 210px;
    bottom: 17rem;
  }
}

.p-interview {
  overflow: clip;
  margin-inline: calc(50% - 50cqi + 4vw);
  padding-block: 4rem 6rem;
  border-radius: 15px;
  background-color: rgb(235, 245, 189);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview {
    margin-inline: calc(50% - 50cqi + 32px);
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-interview {
    margin-inline: calc(50% - 50cqi + 40px);
    padding-block: 7rem 10rem;
  }
}

.p-interview__inner {
  max-inline-size: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-interview__inner {
    max-inline-size: 980px;
  }
  .p-interview__inner .c-headline {
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.p-interview-member {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(3, minmax(auto, 150px));
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  max-inline-size: 940px;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
@media screen and (min-width: 476px) {
  .p-interview-member {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-interview-member {
    grid-template-columns: repeat(3, minmax(auto, 150px));
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-interview-member {
    grid-template-columns: repeat(3, auto);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-member {
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}

.p-interview-member__box {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "icon" "dabge" "info";
  gap: 0.75rem;
}
@media screen and (min-width: 992px) {
  .p-interview-member__box {
    grid-template-columns: 100px 1fr;
    grid-template-areas: "icon dabge" "icon info";
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-member__box {
    grid-template-columns: 120px 1fr;
  }
}

.p-interview-member__icon {
  grid-area: icon;
}

.p-interview-member__badge {
  grid-area: dabge;
  padding-inline: 0.375rem;
  padding-block: 0.375rem;
  font-size: clamp(0.813rem, 0.479rem + 0.69vw, 1rem);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 15px;
  background-color: rgb(84, 171, 64);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-interview-member__badge {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-member__badge {
    padding-inline: 0.625rem;
    padding-block: 0.625rem;
  }
}

.p-interview-member__info {
  grid-area: info;
  -webkit-padding-start: 0.625rem;
          padding-inline-start: 0.625rem;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  font-weight: bold;
  color: rgb(102, 51, 0);
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .p-interview-member__info {
    line-height: 1.75;
  }
}

.p-interview-question {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .p-interview-question {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-interview-question {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-interview-question__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1.5rem;
  padding-inline: 1rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
}
.p-interview-question__box:nth-of-type(3n+2) .p-interview-question__num {
  background-image: url(../img/interview-fig-05.png);
}
.p-interview-question__box:nth-of-type(3n+3) .p-interview-question__num {
  background-image: url(../img/interview-fig-06.png);
}
@media screen and (min-width: 768px) {
  .p-interview-question__box {
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-interview-question__box {
    row-gap: 2rem;
    padding-inline: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-interview-question__box {
    row-gap: 2.5rem;
    padding-inline: 1.75rem;
    -webkit-padding-after: 1.75rem;
            padding-block-end: 1.75rem;
  }
}

.p-interview-question__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 70px;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  font-size: clamp(1.75rem, 0.417rem + 2.78vw, 2.5rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
  line-height: 1;
  background-image: url(../img/interview-fig-04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-interview-question__num {
    block-size: 60px;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-interview-question__num {
    block-size: 70px;
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
    line-height: 1.8;
  }
}

.p-interview-question__title {
  inline-size: 100%;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: bold;
  color: rgb(102, 51, 0);
}
.p-interview-question__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-interview-question__title {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p-interview-question__title {
    line-height: 1.8;
  }
  .p-interview-question__title br {
    display: unset;
  }
}

.p-interview-question__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 50px;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: bold;
  border-radius: 35px;
  color: rgb(102, 51, 0);
  border: 2px solid rgb(245, 151, 1);
  background-color: rgb(255, 255, 255);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.p-interview-question__button::after {
  content: "";
  inline-size: 16px;
  block-size: 100%;
  background-image: url(../img/arrow-r-org.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0.75rem;
}
.p-interview-question__button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(245, 151, 1);
}
.p-interview-question__button:hover::after {
  background-image: url(../img/arrow-r-wht.png);
}
@media screen and (min-width: 576px) {
  .p-interview-question__button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-interview-question__button {
    block-size: 60px;
  }
  .p-interview-question__button::after {
    inline-size: 20px;
    right: 1.25rem;
  }
}

.p-interview__deco {
  inline-size: 85%;
  max-inline-size: 695px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-message {
  padding-block: 6rem 5rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-message {
    padding-block: 10rem 9rem;
  }
}

.p-message__inner {
  max-inline-size: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    max-inline-size: 980px;
  }
}

.p-message__detail {
  display: block grid;
  row-gap: 3rem;
  -webkit-margin-end: calc(50% - 50cqi + 4vw);
          margin-inline-end: calc(50% - 50cqi + 4vw);
}
@media screen and (min-width: 768px) {
  .p-message__detail {
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-margin-end: calc(50% - 50cqi + 32px);
            margin-inline-end: calc(50% - 50cqi + 32px);
  }
}
@media screen and (min-width: 992px) {
  .p-message__detail {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    -webkit-margin-end: calc(50% - 50cqi + 40px);
            margin-inline-end: calc(50% - 50cqi + 40px);
    -webkit-padding-end: 3.75rem;
            padding-inline-end: 3.75rem;
  }
}

.p-message__subtitle {
  max-inline-size: 400px;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
@media screen and (min-width: 992px) {
  .p-message__subtitle {
    max-inline-size: 440px;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__subtitle {
    max-inline-size: 470px;
  }
}
@media screen and (min-width: 1500px) {
  .p-message__subtitle {
    max-inline-size: 515px;
  }
}

.p-message__par {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(102, 51, 0);
  line-height: 2;
}
.p-message__par:not(:last-of-type) {
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
.p-message__par strong {
  font-size: 1.27em;
  font-weight: bold;
}
.p-message__par span {
  color: rgb(245, 151, 1);
}
.p-message__par br {
  display: none;
}
@media screen and (min-width: 576px) {
  .p-message__par br {
    display: unset;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__par .pcbr {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .p-message__par {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-message__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.p-message__gallery-fig01 {
  overflow: clip;
  inline-size: calc(100% - 32px);
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .p-message__gallery-fig01 {
    inline-size: calc(100% - 74px);
  }
}

.p-message__gallery-fig02 {
  inline-size: calc(100% - 32px);
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (min-width: 992px) {
  .p-message__gallery-fig02 {
    inline-size: calc(100% - 74px);
  }
}

.p-message__deco {
  max-inline-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-message__deco {
    max-inline-size: 590px;
  }
}

.p-qanda {
  overflow: clip;
  margin-inline: calc(50% - 50cqi + 4vw);
  padding-block: 4rem 5rem;
  border-radius: 15px;
  background-color: rgb(249, 242, 231);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-qanda {
    margin-inline: calc(50% - 50cqi + 32px);
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda {
    padding-block: 8rem 10rem;
    margin-inline: calc(50% - 50cqi + 40px);
  }
}

.p-qanda__inner {
  max-inline-size: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-qanda__inner {
    max-inline-size: 980px;
  }
}

.p-qanda__list {
  display: block grid;
  row-gap: 1.5rem;
}

.p-qanda__box {
  overflow: clip;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .p-qanda__box {
    border-radius: 20px;
  }
}

.p-qanda__head {
  display: block grid;
  grid-template-columns: auto 1fr 20px;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  inline-size: 100%;
  padding-inline: 1rem;
  padding-block: 0.75rem;
  background-color: rgb(83, 171, 63);
}
.p-qanda__head.js-show .p-qanda__head-icon::after {
  block-size: 0;
}
@media screen and (min-width: 768px) {
  .p-qanda__head {
    grid-template-columns: auto 1fr 24px;
    padding-inline: 1.25rem;
    padding-block: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__head {
    grid-template-columns: auto 1fr 27px;
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}

.p-qanda__head-num {
  font-size: clamp(1.5rem, 0.833rem + 1.39vw, 1.875rem);
  font-weight: bold;
  color: rgb(255, 226, 0);
}

.p-qanda__head-text {
  -webkit-padding-before: 0.4em;
          padding-block-start: 0.4em;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: left;
}

.p-qanda__head-icon {
  inline-size: 100%;
  block-size: 100%;
  position: relative;
}
.p-qanda__head-icon::before, .p-qanda__head-icon::after {
  content: "";
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-qanda__head-icon::before {
  inline-size: 100%;
  block-size: 3px;
}
.p-qanda__head-icon::after {
  inline-size: 3px;
  block-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-qanda__head-icon::after {
    block-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__head-icon::after {
    block-size: 27px;
  }
}

.p-qanda__body {
  overflow: hidden;
  max-block-size: 0;
  -webkit-transition: max-block-size 0.3s;
  transition: max-block-size 0.3s;
}

.p-qanda__body-text {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: 500;
  color: rgb(102, 51, 0);
  line-height: 2;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-qanda__body-text {
    padding-inline: 2rem;
    padding-block: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-qanda__body-text {
    padding-inline: 2.5rem;
    padding-block: 2.5rem;
  }
}

.p-qanda__deco {
  inline-size: 85%;
  max-inline-size: 705px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-modal .modal_inner {
  margin: 0;
  margin-inline: 4vw;
  margin-block: 2rem;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .l-modal .modal_inner {
    margin-inline: 2rem;
    border-radius: 20px;
  }
}

.p-modal {
  max-inline-size: 840px;
  padding-inline: 4vw;
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  border-radius: 15px;
}
@media screen and (min-width: 576px) {
  .p-modal {
    padding-inline: 2rem;
    -webkit-padding-after: 2rem;
            padding-block-end: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal {
    padding-inline: 3.5rem;
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
    border-radius: 20px;
  }
}

.p-modal-num {
  display: block flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 80px;
  block-size: 60px;
  -webkit-padding-after: 0.625rem;
          padding-block-end: 0.625rem;
  position: relative;
}
.p-modal-num::before {
  content: "";
  inline-size: 100%;
  block-size: 100%;
  background-image: url(../img/interview-fig-04.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.p-modal-num span {
  font-size: clamp(2rem, 1.111rem + 1.85vw, 2.5rem);
  font-weight: bold;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-modal-num {
    inline-size: 93px;
    block-size: 69px;
    -webkit-margin-start: -0.625rem;
            margin-inline-start: -0.625rem;
  }
}

.p-modal-question {
  font-size: clamp(1.25rem, 0.694rem + 1.16vw, 1.563rem);
  font-weight: bold;
  padding-block: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-modal-question {
    padding-block: 2rem 2.5rem;
  }
}

.p-modal-answer__list {
  display: block grid;
  row-gap: 2rem;
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
}

.p-modal-answer__box {
  display: block grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "icon detail" "name detail";
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-modal-answer__box {
    grid-template-columns: 100px 1fr;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.p-modal-answer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-area: icon;
}

.p-modal-answer__name {
  grid-area: name;
  font-weight: bold;
  text-align: center;
}

.p-modal-answer__detail {
  grid-area: detail;
  padding-inline: 4vw;
  padding-block: 1.25rem;
  font-size: clamp(0.938rem, 0.826rem + 0.23vw, 1rem);
  font-weight: bold;
  border-radius: 15px;
  background-color: rgb(249, 242, 231);
}
@media screen and (min-width: 576px) {
  .p-modal-answer__detail {
    padding-block: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal-answer__detail {
    padding-inline: 2rem;
    padding-block: 2rem;
  }
}

.p-modalmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-modalmenu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  block-size: 50px;
  inline-size: 140px;
  font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
  font-weight: bold;
  border: 2px solid rgb(245, 151, 1);
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-modalmenu__button:hover {
  background-color: rgb(245, 151, 1);
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  .p-modalmenu__button {
    block-size: 60px;
    inline-size: 180px;
  }
}

.p-fixedvisit {
  inline-size: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  z-index: 50;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-fixedvisit {
    inline-size: 140px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixedvisit {
    inline-size: 170px;
    bottom: 7rem;
    right: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-fixedvisit {
    inline-size: 190px;
    bottom: 8.75rem;
    right: 6rem;
  }
}

@media screen and (min-width: 1200px) {
  .js-position.p-fixedvisit {
    inline-size: 140px;
    bottom: 1rem;
    right: 1rem;
  }
  .js-position .p-fixedvisit__copy {
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
    font-size: 1.125rem;
  }
  .js-position .p-fixedvisit__prompt {
    -webkit-padding-before: 0.625rem;
            padding-block-start: 0.625rem;
    font-size: 0.875rem;
  }
}

.p-fixedvisit__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  inline-size: 100%;
  block-size: 100%;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgb(255, 208, 238);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fixedvisit__button:hover {
  opacity: 0.7;
}

.p-fixedvisit__copy {
  -webkit-padding-after: 0.5rem;
          padding-block-end: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: rgb(102, 51, 0);
  line-height: 1.2;
  border-bottom: dashed 2px rgb(102, 51, 0);
}
.p-fixedvisit__copy span {
  font-size: 0.88em;
}
@media screen and (min-width: 992px) {
  .p-fixedvisit__copy {
    -webkit-padding-after: 0.625rem;
            padding-block-end: 0.625rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixedvisit__copy {
    -webkit-padding-after: 0.75rem;
            padding-block-end: 0.75rem;
    font-size: 1.563rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-fixedvisit__copy {
    -webkit-padding-after: 0.75rem;
            padding-block-end: 0.75rem;
    font-size: 1.563rem;
  }
}

.p-fixedvisit__prompt {
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
  font-size: 0.688rem;
  font-weight: 500;
  color: rgb(102, 51, 0);
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .p-fixedvisit__prompt {
    -webkit-padding-before: 0.625rem;
            padding-block-start: 0.625rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixedvisit__prompt {
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .p-fixedvisit__prompt {
    -webkit-padding-before: 0.75rem;
            padding-block-start: 0.75rem;
    font-size: 1rem;
  }
}

.p-fixedentry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  inline-size: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: rgb(255, 255, 255);
  border-top: 3px solid rgb(255, 255, 255);
}
@media screen and (min-width: 1200px) {
  .p-fixedentry {
    grid-template-columns: unset;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 0.5rem;
    inline-size: auto;
    border: 0;
    background: none;
    top: 50%;
    right: 0;
    bottom: unset;
    left: unset;
    translate: 0 -50%;
  }
}

.p-fixedentry__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  block-size: 60px;
  background-color: rgb(83, 171, 63);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fixedentry__button span {
  color: rgb(255, 255, 255);
}
.p-fixedentry__button:nth-of-type(2) {
  background-color: rgb(246, 161, 44);
}
.p-fixedentry__button:nth-of-type(2):hover {
  background-color: rgb(191, 115, 10);
}
.p-fixedentry__button:hover {
  background-color: rgb(41, 131, 21);
}
@media screen and (min-width: 576px) {
  .p-fixedentry__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-fixedentry__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 1.5rem;
    block-size: auto;
    padding-block: 1.5rem 1rem;
    padding-inline: 0.5rem;
    border: 3px solid rgb(255, 255, 255);
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .p-fixedentry__button {
    row-gap: 1.875rem;
    block-size: auto;
    padding-block: 2rem 1.25rem;
    padding-inline: 1rem;
  }
}

.p-fixedentry__type {
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-fixedentry__type br {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-fixedentry__type {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-fixedentry__type br {
    display: block;
  }
}

.p-fixedentry__prompt {
  font-size: clamp(0.875rem, 0.125rem + 1vw, 1rem);
}