@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
.u-pc {
  display: none;
}

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  color: #525252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body.modal-open {
  overflow: hidden !important;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-404 {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.l-breadcrumb {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.l-common-mv {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-company-greeting {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-company-info {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-company-overview {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-company-profile {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.l-contact-confirm {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-contact-thanks {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-contact {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.l-drawer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.l-header {
  bottom: auto;
  height: 78px;
  height: 4.875rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: height 0.8s ease;
  transition: height 0.8s ease;
  width: 100%;
  z-index: 1000;
}

.l-inner {
  margin: 0 auto;
  max-width: 580px;
  max-width: 36.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  width: 100%;
}

.l-mc-salon {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-mv {
  margin-top: 78px;
  margin-top: 4.875rem;
}

.l-news {
  margin-top: 80px;
  margin-top: 5rem;
}

.l-page-head {
  height: 450px;
  height: 28.125rem;
  width: 100%;
}

.l-privacy-policy {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-recruit {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-single {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-information {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.l-top-training {
  margin-top: 80px;
  margin-top: 5rem;
}

.c-btn {
  background-color: #17ea47;
  border: 1px solid #17ea47;
  color: #fff;
  display: inline-block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.c-btn::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-width: 0.375rem 0 0.375rem 0.5rem;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.c-common-title {
  border-left: 10px solid #98fb98;
  border-left: 0.625rem solid #98fb98;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}

.c-menu-button {
  aspect-ratio: 1/1;
  height: auto;
  position: relative;
  width: 54px;
  width: 3.375rem;
}

.c-menu-button span {
  background-color: #98fb98;
  display: block;
  height: 4px;
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 42px;
  width: 2.625rem;
}

.c-menu-button span:before,
.c-menu-button span::after {
  background-color: #98fb98;
  content: "";
  display: block;
  height: 4px;
  height: 0.25rem;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.c-menu-button span::before {
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem);
}

.c-menu-button span::after {
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
}

/* ドロワーメニュー展開時 */
.c-menu-button[aria-expanded=true] span {
  background-color: transparent;
}

.c-menu-button[aria-expanded=true] span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.c-menu-button[aria-expanded=true] span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.c-require {
  color: #ff0000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.c-section-heading1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.c-section-heading1[data-english]::after {
  color: #9d9d9d;
  content: attr(data-english);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 300;
  text-indent: -10px;
  text-indent: -0.625rem;
  text-transform: uppercase;
}

.c-section-heading1::after {
  content: "";
  height: 4px;
  height: 0.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  width: 39px;
  width: 2.4375rem;
}

.c-section-heading4 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-section-heading4::before,
.c-section-heading4::after {
  background-color: #17ea47;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  width: 30px;
  width: 1.875rem;
}

.c-section-heading4::before {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.c-section-heading4::after {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.c-section-heading5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 700;
}

.c-section-heading5[data-english]::after {
  color: #18a839;
  content: attr(data-english);
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
  font-weight: 300;
  text-indent: -10px;
  text-indent: -0.625rem;
  text-transform: uppercase;
}

.c-section-heading5::after {
  content: "";
  height: 4px;
  height: 0.25rem;
  margin-top: -1px;
  margin-top: -0.0625rem;
  width: 39px;
  width: 2.4375rem;
}

.p-404__title {
  color: #18a839;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  text-align: center;
}

.p-404__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-404__btn a {
  background-color: #18a839;
  color: #fff;
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
  width: min(100%, 300px);
  width: min(100%, 18.75rem);
}

.p-breadcrumb__wrapper {
  text-align: left;
}

.p-breadcrumb__wrapper span {
  color: #707070;
  display: inline-block; /* インラインブロックに設定 */
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 2px;
  padding: 0 0.125rem;
  white-space: nowrap; /* 改行を防止 */
}

.p-common-mv {
  position: relative;
}

.p-common-mv__image img {
  -o-object-fit: contain;
  aspect-ratio: 375/235;
  height: auto;
     object-fit: contain;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.p-common-mv__title {
  left: 50%;
  position: absolute;
  top: calc(100% - 2.375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-common-mv2 {
  position: relative;
}

.p-common-mv2__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/235;
  height: auto;
     object-fit: cover;
}

.p-common-mv2__title {
  left: 50%;
  position: absolute;
  top: calc(100% - 2.375rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-company-greeting-list__body {
  text-align: center;
}

.p-company-greeting-list__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: left;
}

.p-company-greeting-list__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: min(100%, 250px);
  width: min(100%, 15.625rem);
}

.p-company-greeting-list__img img {
  -o-object-fit: cover;
  aspect-ratio: 1000/1336;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-company-greeting-list__caption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-company-greeting__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-company-info-profile__list {
  border-bottom: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-company-info-profile__list + .p-company-info-profile__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-company-info-profile__term {
  width: 30%;
}

.p-company-info-profile__description {
  width: 70%;
}

.p-company-info {
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}

.p-company-info__profile {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-company-overview {
  text-align: center;
}

.p-company-profile {
  overflow: hidden;
}

.p-company-profile__text-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-company-profile__lead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-company-profile__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-company {
  overflow-x: clip;
}

.p-contact-confirm {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-contact-confirm.l-inner {
  padding: 0 36px;
  padding: 0 2.25rem;
}

.p-form__btn-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-form__return {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-form__return input {
  background-color: #7d7d7d;
  border: 1px solid #7d7d7d;
  color: #fff;
  display: block;
  letter-spacing: 0;
  min-height: 60px;
  min-height: 3.75rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.p-contact-confirm .p-form__send {
  display: block;
  margin-left: 0;
  margin-left: initial;
  margin-right: 0;
  margin-right: initial;
  margin-top: 0;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-contact-thanks {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-contact-thanks__inner.l-inner {
  padding: 0 36px;
  padding: 0 2.25rem;
}

.p-contact-thanks__container {
  font-family: "Noto Sans JP", sans-serif;
}

.p-contact-thanks__heading {
  font-size: max(24px, 10px);
  font-size: max(1.5rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.p-contact-thanks__description {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-contact {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-contact__description {
  font-size: max(23px, 10px);
  font-size: max(1.4375rem, 10px);
  font-weight: 500;
  text-align: center;
}

.p-contact__inner.l-inner {
  padding: 0 36px;
  padding: 0 2.25rem;
}

.p-contact__form-policy {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-contact__form-policy .c-button span {
  font-weight: normal;
}

/* （the_content()で出力したものへのスタイル） */
.wp-block-file a,
.p-content p,
.p-content li,
.p-content th,
.p-content td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0;
  line-height: 2.0625;
}

.p-content h2 {
  font-size: 140%;
  font-weight: 700;
}

.p-content h3 {
  font-size: 130%;
  font-weight: 700;
}

.p-content h4 {
  font-size: 120%;
  font-weight: 700;
}

.p-content h2:nth-of-type(1) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-content h2:nth-of-type(n + 2) {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-content figure:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.wp-block-file,
.p-content p:nth-child(n+2),
.p-content h3:nth-child(n+2),
.p-content h4:nth-child(n+2),
.p-content h2 + ul:nth-of-type(n + 2),
.p-content h2 + ol:nth-of-type(n + 2),
.p-content ol > li > ol:nth-of-type(n + 2),
.p-content figure {
  margin-top: 22px;
  margin-top: 1.375rem;
  max-width: 100%;
}

.p-content img {
  width: auto;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  margin-left: auto;
}

.p-content > ol {
  counter-reset: number 0;
}

.p-content > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li:nth-child(n+10) {
  text-indent: -24px;
  text-indent: -1.5rem;
}

.p-content > ol > li::before {
  content: counter(number) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li {
  padding-left: 24px;
  padding-left: 1.5rem;
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li::before {
  content: counter(number, lower-alpha) ". ";
  counter-increment: number 1;
}

.p-content > ol > li > ol > li > ol {
  counter-reset: number 0;
}

.p-content > ol > li > ol > li > ol > li {
  padding-left: 22px;
  padding-left: 1.375rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(1) {
  text-indent: -12px;
  text-indent: -0.75rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(2) {
  text-indent: -16px;
  text-indent: -1rem;
}

.p-content > ol > li > ol > li > ol > li:nth-child(n+3) {
  text-indent: -20px;
  text-indent: -1.25rem;
}

.p-content > ol > li > ol > li > ol > li::before {
  content: counter(number, lower-roman) ". ";
  counter-increment: number 1;
}

.p-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-content ul > li::before {
  content: "・";
}

.p-content ul > li ol {
  counter-reset: number 0;
}

.p-content ul > li ol > li {
  padding-left: 2em;
  text-indent: -2em;
}

.p-content ul > li ol > li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.p-content th {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: left;
}

.p-content td {
  border: none;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

.p-content tr:nth-child(odd) th,
.p-content tr:nth-child(odd) td {
  background-color: #f9f9fb;
}

.p-content tr:nth-child(even) th,
.p-content tr:nth-child(even) td {
  background-color: #e5e8ed;
}

.p-content .wp-block-table thead {
  border-bottom: none;
}

.p-content figure.aligncenter,
.p-content img.aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.p-content figure.alignright,
.p-content img.alignright {
  float: none;
  margin-left: auto;
}

.p-content a {
  word-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-content .wp-block-group {
  background-color: #f7f8f8;
  border-radius: 1rem;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 300;
  line-height: 2;
  padding: 24px;
  padding: 1.5rem;
}

.p-content cite {
  font-style: normal;
}

.wp-block-file:not(.wp-element-button) a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
}

.wp-block-file:not(.wp-element-button) a::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_pdf.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  width: 24px;
  width: 1.5rem;
}

.p-drawer {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding: 140px 0 80px;
  padding: 8.75rem 0 5rem;
}

.p-drawer__nav-item {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding: 1.25rem;
}

.p-drawer__nav-sub-items {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-footer {
  background-color: #f5f6f7;
  padding: 45px 0;
  padding: 2.8125rem 0;
}

.p-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-footer__nav-items {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__nav-item a {
  display: block;
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 700;
  line-height: 1;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  position: relative;
}

.p-footer__left {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.p-footer__policy {
  display: inline-block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-transform: uppercase;
}

.p-footer__copyright {
  display: block;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__copyright span {
  text-transform: uppercase;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.p-form {
  font-family: "Noto Sans JP", sans-serif;
}

.p-form__list {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item.u-pc {
  display: none;
}

.p-form__item {
  grid-gap: 1rem;
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
}
.p-form__heading {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5384615385;
}

.p-form__item:first-of-type .p-form__heading {
  letter-spacing: 0;
  line-height: 1.5;
}

form.wpcf7-form .p-form__detail:nth-of-type(2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-form__detail-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}

.p-form__detail .wpcf7-checkbox,
.p-form__detail .wpcf7-radio {
  grid-gap: 0.375rem;
  display: grid;
  gap: 6px;
  gap: 0.375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__detail label {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  letter-spacing: 0;
  line-height: 1.5;
}

.p-form__detail-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.p-form__detail-top > span:nth-child(2) {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-form__detail-top > span:nth-child(3) {
  max-width: 130px;
  max-width: 8.125rem;
  width: 100%;
}

.p-form__detail input:not([type=radio]):not([type=checkbox]),
.p-form__detail textarea {
  background-color: #fff;
  border: 1px solid #707070;
  cursor: pointer;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.p-form__detail input::-moz-placeholder, .p-form__detail textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__detail input::-webkit-input-placeholder, .p-form__detail textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__detail input:-ms-input-placeholder, .p-form__detail textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__detail input::-ms-input-placeholder, .p-form__detail textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__detail input::placeholder,
.p-form__detail textarea::placeholder {
  color: #8f8f8f;
}

.p-form__detail input[type=checkbox] + span,
.p-form__detail input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__detail input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}
.p-form__detail input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #333;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__detail input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #707070;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-top: 5px;
  margin-top: 0.3125rem;
  width: 17px;
  width: 1.0625rem;
}

.p-form__detail input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 5px;
  left: 0.3125rem;
  margin: auto;
  position: absolute;
  top: 6px;
  top: 0.375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__detail textarea {
  height: 300px;
  height: 18.75rem;
}

.p-form__acceptance {
  font-style: normal;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #333;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #333;
  text-decoration: underline;
}

.p-form__privacyPolicy {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-form__privacyPolicy a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
}

.p-form__send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  max-width: 200px;
  max-width: 12.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input {
  background-color: #17ea47;
  border: 1px solid #17ea47;
  color: #fff;
  display: block;
  letter-spacing: 0;
  min-height: 60px;
  min-height: 3.75rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-header {
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  max-width: initial;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: min(100%, 240px);
  width: min(100%, 15rem);
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  -o-object-fit: contain;
  aspect-ratio: 263/65.5;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.p-header__menu-button {
  margin-left: auto;
  z-index: 101;
}

.p-header__pc-nav {
  color: #333;
  display: none;
  font-family: "Noto Sans JP", sans-serif;
}

.p-header__pc-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-header__pc-nav-item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__pc-nav-item > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__menu-button {
  z-index: 101;
}

.p-header__drawer {
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  visibility: hidden;
  z-index: 100;
}

.p-header__drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.p-media-list__item + .p-media-list__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
}

.p-media__body {
  text-align: center;
  width: 100%;
}

.p-media__head {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-media__head:first-letter {
  color: #18a839;
}

.p-media__subHead {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-media__txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
}

.p-media__img {
  width: 100%;
}

.p-media__img img {
  -o-object-fit: cover;
  aspect-ratio: 565/400;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-media__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: min(100%, 300px);
  width: min(100%, 18.75rem);
}

.p-moderator {
  overflow-x: clip;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-moderator__title-wrap {
  background-color: #dcf5e3;
  margin-inline: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vi - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vi - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  text-align: center;
}

.p-moderator__title {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-moderator__text-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-moderator__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-moderator__text.p-moderator__text--center {
  text-align: center;
}

.p-mv {
  position: relative;
}

.p-mv__swiper {
  height: 235px;
  height: 14.6875rem;
  position: relative;
}

.p-mv__slide-wrapper {
  height: 100%;
  width: 100%;
}

.p-mv__swiper-slide {
  height: 100%;
}

.p-mv__swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.p-mv__swiper-slide img {
  -o-object-fit: cover;
  -webkit-animation: zoomUp 20s infinite;
          animation: zoomUp 20s infinite;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-news-list {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-news-list__item {
  border-bottom: 1px solid #f3f3f6;
  font-weight: 500;
}

.p-news-list__item:first-of-type {
  border-top: 1px solid #f3f3f6;
}

.p-news-list__item a {
  display: block;
  padding: 24px 0;
  padding: 1.5rem 0;
}

.p-news-list__item a:hover {
  opacity: 1;
}

.p-news-list__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-news-list__date {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news-list__title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
}

.p-news__no-posts {
  color: #333;
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  font-weight: 700;
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-news-list__item a:hover .p-news-list__title {
  border-color: #18a839;
  color: #18a839;
}

.p-news-list__item a:hover .p-news-list__title {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-underline-offset: 0.5rem;
}

.p-news {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-news__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-page-head {
  background: no-repeat center/cover;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  padding: 2.5rem;
  position: relative;
}

.p-page-head[data-bg=page-component_y] {
  background-image: url("../images/test/test/dummy-head_sp.jpg");
}

.p-page-head[data-bg=news] {
  background-image: url("../images/dummy/dummy-head_sp.jpg");
}

.p-page-head__title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  position: relative;
}

.p-page-head__title::before {
  color: #fff;
  content: attr(data-english);
}

.p-pagenavi .nav-links,
.p-pagenavi .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagenavi .previouspostslink,
.p-pagenavi .nextpostslink {
  display: inline-block;
}
.p-pagenavi .previouspostslink {
  margin-right: 10px;
  margin-right: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.p-pagenavi .nextpostslink {
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-pavinavi__prev,
.p-pavinavi__next {
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
  display: block;
  height: auto;
  width: 18px;
  width: 1.125rem;
}

.p-pavinavi__prev {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pavinavi__next {
  background-image: url(../images/common/icon-arrow-right-orange2.svg);
}

.p-pavinavi__prev.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-pavinavi__next.is-disabled {
  background-image: url(../images/common/icon-arrow-left-beige.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-privacy-policy {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-privacy-policy__introduction {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__items {
  border-top: 1px solid #ccc;
  margin-top: 32px;
  margin-top: 2rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-privacy-policy__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-privacy-policy__item:last-child {
  border-bottom: none;
}

.p-privacy-policy__item + .p-privacy-policy__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__term {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-privacy-policy__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-privacy-policy__description-numbers {
  counter-reset: number;
}

.p-privacy-policy__description-text + .p-privacy-policy__description-numbers {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-privacy-policy__description-number {
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-indent: -15px;
  text-indent: -0.9375rem;
}

.p-privacy-policy__description-number + .p-privacy-policy__description-number {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__description-number::before {
  content: counter(number) ". ";
  counter-increment: number;
}

.p-privacy-policy__contact {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-privacy-policy__contact-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-recruit-mv__image img {
  -o-object-position: bottom;
     object-position: bottom;
}

.p-recruit {
  overflow: hidden;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}

.p-recruit__heading-wrap {
  text-align: center;
}

.p-recruit__text-wrap {
  margin-top: 59px;
  margin-top: 3.6875rem;
  text-align: center;
}

.p-recruit__lead {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-recruit__text {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-left: 1em;
  text-align: left;
  text-indent: -18px;
  text-indent: -1.125rem;
}

.p-recruit__text::before {
  background-color: #17ea47;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative; /* 位置調整 */
  top: -2px; /* 位置調整 */
  width: 10px;
  width: 0.625rem;
}

.p-recruit__text:nth-of-type(2) {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-single {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-single__inner.l-inner {
  padding: 0 23px 0 46px;
  padding: 0 1.4375rem 0 2.875rem;
}

.p-single__title {
  color: #333;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9444444444;
  position: relative;
}

.p-single__title::before {
  background-color: #98fb98;
  content: "";
  height: 100%;
  left: -36px;
  left: -2.25rem;
  position: absolute;
  top: 0;
  width: 15px;
  width: 0.9375rem;
}

.p-single__meta {
  display: none;
}

.p-single__thumbnail {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-single__thumbnail img {
  -o-object-fit: cover;
  aspect-ratio: 335/188;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-single__content {
  margin-top: 42px;
  margin-top: 2.625rem;
  padding-right: 6px;
  padding-right: 0.375rem;
}

.p-top-company-profile__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top-company-profile__list + .p-top-company-profile__list {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-top-company-profile__term {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
  text-align: center;
  width: min(100%, 100px);
  width: min(100%, 6.25rem);
}

.p-top-company-profile__description {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  line-height: 2;
  padding: 10px 0 10px 20px;
  padding: 0.625rem 0 0.625rem 1.25rem;
  width: 100%;
}

.p-top-company {
  overflow-x: clip;
}

.p-top-company__profile {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-company__container {
  background-color: #fff;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-company__heading-wrap {
  text-align: center;
}

.p-top-company__image {
  margin-inline: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vw - 0 / 2));
  margin-left: calc(50% - (50vi - 0 / 2));
  margin-left: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-left: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vw - 0 / 2));
  margin-right: calc(50% - (50vi - 0 / 2));
  margin-right: calc(50% - (50vw - var(--scrollbar-width, 0) / 2));
  margin-right: calc(50% - (50vi - var(--scrollbar-width, 0) / 2));
}

.p-top-company__image img {
  -o-object-fit: cover;
  aspect-ratio: 375/200;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.p-top-company__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  width: min(100%, 300px);
  width: min(100%, 18.75rem);
}

.p-top-information {
  background-image: repeating-radial-gradient(rgba(213, 245, 217, 0.85), rgba(214, 228, 249, 0.85));
  overflow: hidden;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-top-information__inner.l-inner {
  padding: 0px 10px;
  padding: 0rem 0.625rem;
}

.p-top-information__heading-wrap {
  text-align: center;
}

.p-top-information__link-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-information__link {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 39px 1px #abd8c5;
          box-shadow: 0px 0px 39px 1px #abd8c5;
  color: #333;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: min(100%, 400px);
  width: min(100%, 25rem);
}

.p-top-information__link:nth-of-type(n + 2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-information__link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  padding: 1.875rem 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-top-news-list__item {
  border-bottom: 1px solid #707070;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.p-top-news-list__item.p-top-news-list__item--center {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.p-top-news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding: 6.8px 0;
  padding: 0.425rem 0;
}

.p-top-news-list__item-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
}

.p-top-news-list__item-date {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  letter-spacing: 0.08em;
}

.p-top-news-list__item-title {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-top-news {
  background-image: repeating-radial-gradient(rgba(213, 245, 217, 0.85), rgba(214, 228, 249, 0.85));
  overflow: hidden;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-top-news__inner.l-inner {
  max-width: 500px;
  max-width: 31.25rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.p-top-news__heading-wrap {
  text-align: center;
}

.p-top-news__container {
  background-color: #fff;
  padding: 20px 23px 34px;
  padding: 1.25rem 1.4375rem 2.125rem;
  position: relative;
}

.p-top-news__list {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-top-training {
  overflow-x: clip;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-top-training__heading-wrap {
  text-align: center;
}

.p-top-training__media-list {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.u-hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-hover a:hover {
  background-color: #deeeff;
  color: #98fb98;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-is-current {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline solid #18a839;
  -webkit-text-decoration: underline 2px solid #18a839;
  color: #18a839;
  text-decoration: underline;
          text-decoration: underline;
          text-decoration: underline solid #18a839;
          text-decoration: underline;
          text-decoration: underline solid #18a839;
          text-decoration: underline 2px solid #18a839;
  text-decoration-thickness: 2px;
          text-decoration-thickness: 2px;
  text-underline-offset: 10px;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  border: 1px solid #333;
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
  font-weight: 400;
  margin: 0 6px;
  margin: 0 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-top: 6px;
  padding-top: 0.375rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}

.wp-pagenavi a:hover {
  background-color: #17ea47;
  color: #fff;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wp-pagenavi a:first-child:hover::before,
.wp-pagenavi a:last-child:hover::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wp-pagenavi span.current {
  background-color: #17ea47;
  border: 1px solid #333;
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi .nextpostslink {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.wp-pagenavi .previouspostslink {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 768px){
  .u-pc {
    display: block;
  }
  .u-sp {
    display: none;
  }
  html {
    font-size: 1.5238095238vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .l-404 {
    margin-top: 140px;
    margin-top: 8.75rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .l-breadcrumb {
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .l-common-mv {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .l-company-greeting {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-company-info {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .l-company-overview {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .l-company-profile {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-contact-confirm {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-contact-thanks {
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .l-contact {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .l-drawer {
    display: none;
  }
  .l-header {
    height: 90px;
    height: 5.625rem;
  }
  .l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .l-mc-salon {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .l-mv {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .l-news {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .l-privacy-policy {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .l-recruit {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-single {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .l-top-information {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .l-top-training {
    margin-top: 160px;
    margin-top: 10rem;
  }
  .c-btn {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding: 12px 15px;
    padding: 0.75rem 0.9375rem;
  }
  .c-common-title {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .c-section-heading1 {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .c-section-heading1[data-english]::after {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-section-heading1::after {
    height: 7px;
    height: 0.4375rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 60px;
    width: 3.75rem;
  }
  .c-section-heading4 {
    font-size: max(30px, 10px);
    font-size: max(1.875rem, 10px);
  }
  .c-section-heading4::before,
  .c-section-heading4::after {
    width: 70px;
    width: 4.375rem;
  }
  .c-section-heading4::before {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
  .c-section-heading4::after {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
  .c-section-heading5 {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .c-section-heading5[data-english]::after {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .c-section-heading5::after {
    height: 7px;
    height: 0.4375rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 60px;
    width: 3.75rem;
  }
  .p-404__title {
    font-size: max(32px, 10px);
    font-size: max(2rem, 10px);
  }
  .p-404__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-404__btn a {
    font-size: max(20px, 10px);
    font-size: max(1.25rem, 10px);
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-top: 14px;
    padding-top: 0.875rem;
    width: min(100%, 400px);
    width: min(100%, 25rem);
  }
  .p-breadcrumb__wrapper span {
    text-align: left;
  }
  .p-common-mv__image img {
    aspect-ratio: 1440/300;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .p-common-mv__title {
    left: calc(50% - 34.375rem);
    top: calc(100% - 6.25rem);
  }
  .p-common-mv2__image img {
    aspect-ratio: 1440/430;
  }
  .p-common-mv2__title {
    left: calc(100% - 25.875rem);
    top: calc(100% - 7.3125rem);
  }
  .p-company-greeting-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    gap: 1.875rem;
  }
  .p-company-greeting-list__body {
    width: 65%;
  }
  .p-company-greeting-list__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
  .p-company-greeting-list__img {
    margin-top: 0;
    margin-top: initial;
    width: 35%;
  }
  .p-company-greeting-list__caption {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-company-greeting__inner.l-inner {
    width: min(100%, 900px);
    width: min(100%, 56.25rem);
  }
  .p-company-greeting__title {
    text-align: left;
  }
  .p-company-greeting__list {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-company-info-profile__list {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-company-info-profile__list + .p-company-info-profile__list {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-company-info {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-p-company-info__inner.l-inner {
    width: min(100%, 900px);
    width: min(100%, 56.25rem);
  }
  .p-company-info__profile {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-company-profile__inner.l-inner {
    width: min(100%, 900px);
    width: min(100%, 56.25rem);
  }
  .p-company-profile__text-wrap {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-company-profile__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-company-profile__text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-contact-confirm {
    padding-bottom: 283px;
    padding-bottom: 17.6875rem;
  }
  .p-contact-confirm.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-contact-confirm__form .p-form__heading {
    margin-top: 0;
  }
  .p-contact-confirm__form .p-form__detail-address {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-form__btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 57px;
    gap: 3.5625rem;
    margin-top: 250px;
    margin-top: 15.625rem;
  }
  .p-form__return input {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-contact-thanks {
    padding-bottom: 283px;
    padding-bottom: 17.6875rem;
  }
  .p-contact-thanks__inner.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
  }
  .p-contact-thanks__description {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
  .p-contact {
    padding-bottom: 170px;
    padding-bottom: 10.625rem;
  }
  .p-contact__description {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-contact__inner.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-contact__form-policy {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .wp-block-file a,
  .p-content p,
  .p-content li,
  .p-content th,
  .p-content td {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    line-height: 1.9444444444;
  }
  .p-content h2:nth-of-type(1) {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-content figure:nth-child(n+2) {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .wp-block-file,
  .p-content p:nth-child(n+2),
  .p-content h3:nth-child(n+2),
  .p-content h4:nth-child(n+2),
  .p-content h2 + ul:nth-of-type(n + 2),
  .p-content h2 + ol:nth-of-type(n + 2),
  .p-content ol > li > ol:nth-of-type(n + 2),
  .p-content figure {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-content .wp-block-group {
    padding: 24px 30px;
    padding: 1.5rem 1.875rem;
  }
  .wp-block-file:not(.wp-element-button) a::before {
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 16px;
    margin-top: 1rem;
    width: 32px;
    width: 2rem;
  }
  .p-footer {
    padding: 60px 0 40px;
    padding: 3.75rem 0 2.5rem;
  }
  .p-footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-footer__right {
    max-width: 550px;
    max-width: 34.375rem;
    width: 100%;
  }
  .p-footer__nav-items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
    margin-top: initial;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-footer__nav-item a {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-footer__left {
    margin-top: 0;
  }
  .p-footer__logo {
    max-width: 220px;
    max-width: 13.75rem;
  }
  .p-footer__logo a {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .p-footer__policy {
    font-size: max(14px, 10px);
    font-size: max(0.875rem, 10px);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-footer__copyright {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-form__list {
    gap: 1px;
    gap: 0.0625rem;
  }
  .p-form__item.u-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-form__item.u-sp {
    display: none;
  }
  .p-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    gap: 1.875rem;
    padding: 29px 0px 29px 45px;
    padding: 1.8125rem 0rem 1.8125rem 2.8125rem;
  }
  .p-form__item:not(:last-child) {
    border-bottom: 1px solid #9D9D9D;
  }
  .p-form__heading {
    margin-top: 8px;
    margin-top: 0.5rem;
    max-width: 228px;
    max-width: 14.25rem;
    width: 100%;
  }
  .p-form__item:first-of-type .p-form__heading {
    margin-top: 0;
  }
  .p-form__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  form.wpcf7-form .p-form__detail:nth-of-type(2) {
    margin-top: 0;
    margin-top: initial;
  }
  .p-form__detail-address {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-form__check {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-form__detail .wpcf7-checkbox,
  .p-form__detail .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 34px;
    gap: 1.25rem 2.125rem;
  }
  .p-form__tel .wpcf7-not-valid-tip {
    left: 0;
    position: absolute;
    top: 100%;
    word-break: keep-all;
  }
  .p-form__detail.p-form__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    gap: 0.9375rem;
  }
  .p-form__detail.p-form__tel > span {
    max-width: 300px;
    max-width: 18.75rem;
    width: 100%;
  }
  .p-form__detail input:not([type=radio]):not([type=checkbox]),
  .p-form__detail textarea {
    padding: 7px 15px;
    padding: 0.4375rem 0.9375rem;
  }
  .p-form__detail input[type=checkbox] + span,
  .p-form__detail input[type=radio] + span {
    gap: 7px;
    gap: 0.4375rem;
  }
  .p-form__detail input[type=checkbox] + span::before {
    margin-top: 5px;
    margin-top: 0.3125rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__detail input[type=checkbox]:checked + span::after {
    top: 6px;
    top: 0.375rem;
  }
  .p-form__detail textarea {
    height: 250px;
    height: 15.625rem;
  }
  .p-form__acceptance {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__acceptance input + span::before {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-form__send input {
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding: initial;
    width: min(100%, 1440px);
    width: min(100%, 90rem);
  }
  .p-header__logo {
    padding-left: 10px;
    padding-left: 0.625rem;
    width: min(100%, 280px);
    width: min(100%, 17.5rem);
  }
  .p-header__logo-link img {
    aspect-ratio: 350/87.5;
  }
  .p-header__menu-button {
    display: none;
  }
  .p-header__pc-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
  }
  .p-header__pc-nav-items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__pc-nav-item--contact {
    background-color: #17ea47;
    color: #fff;
    margin-left: 10px;
    margin-left: 0.625rem;
    white-space: nowrap;
  }
  .p-header__pc-nav-item--contact a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.05em;
    padding: 0 28px 10px;
    padding: 0 1.75rem 0.625rem;
  }
  .p-header__pc-nav-item--contact a:hover {
    background-color: #deeeff;
    color: #333;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .p-header__pc-nav-item > a {
    font-size: max(13px, min(1.25vw, 18px));
    padding: 0 20px;
    padding: 0 1.25rem;
    position: relative;
  }
  .p-media-list__item + .p-media-list__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    gap: 1.25rem;
  }
  .p-media:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-media__body {
    width: 50%;
  }
  .p-media__head {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-media__subHead {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-media__txt {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 1.875rem;
    width: min(100%, 500px);
    width: min(100%, 31.25rem);
  }
  .p-media__img {
    width: 50%;
  }
  .p-moderator {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
  }
  .p-moderator__title-wrap {
    margin-top: 130px;
    margin-top: 8.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-moderator__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .p-moderator__text-wrap {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-moderator__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-mv__swiper {
    height: calc(100vh - 5.625rem);
    min-height: 600px;
    min-height: 37.5rem;
  }
  .p-news-list__date {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-news-list__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-news__no-posts {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-news {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
  }
  .p-news__inner.l-inner {
    max-width: 800px;
    max-width: 50rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-news__list {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-page-head[data-bg=page-component_y] {
    background-image: url("../images/test/test/dummy-head.jpg");
  }
  .p-page-head[data-bg=news] {
    background-image: url("../images/dummy/dummy-head.jpg");
  }
  .p-page-head__title {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-pagenavi .nav-links,
  .p-pagenavi .wp-pagenavi {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-pagenavi .previouspostslink {
    margin-right: 12px;
    margin-right: 0.75rem;
  }
  .p-pagenavi .nextpostslink {
    margin-left: 12px;
    margin-left: 0.75rem;
  }
  .p-pavinavi__prev,
  .p-pavinavi__next {
    width: 24px;
    width: 1.5rem;
  }
  .p-privacy-policy {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-privacy-policy__introduction {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-privacy-policy__items {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .p-privacy-policy__item {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .p-privacy-policy__item + .p-privacy-policy__item {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-privacy-policy__term {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-privacy-policy__description {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-privacy-policy__contact {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-privacy-policy__contact-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-recruit {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-recruit__text-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
    width: 80%;
  }
  .p-recruit__lead {
    font-size: max(25px, 10px);
    font-size: max(1.5625rem, 10px);
  }
  .p-recruit__text {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 700;
    line-height: 2.2222222222;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-recruit__text:nth-of-type(2) {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-single {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
  }
  .p-single__inner.l-inner {
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-single__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: max(28px, 10px);
    font-size: max(1.75rem, 10px);
    gap: 30px;
    gap: 1.875rem;
    line-height: 1.6071428571;
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
  .p-single__title::before {
    display: block;
    height: auto;
    position: static;
    position: initial;
  }
  .p-single__meta {
    display: block;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-left: 52px;
    padding-left: 3.25rem;
  }
  .p-single__date {
    color: #333;
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
    font-weight: 700;
    letter-spacing: 0;
  }
  .p-single__thumbnail {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-single__thumbnail img {
    aspect-ratio: 1180/663;
  }
  .p-single__content {
    margin-top: 80px;
    margin-top: 5rem;
    padding-right: 0;
  }
  .p-top-company-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top-company-profile__list-wrap {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 800px);
    width: min(100%, 50rem);
  }
  .p-top-company-profile__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-company-profile__term {
    font-size: 20px;
    font-size: 1.25rem;
    width: min(100%, 200px);
    width: min(100%, 12.5rem);
  }
  .p-top-company-profile__description {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-top-company__profile {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-company__container {
    margin-top: -160px;
    margin-top: -10rem;
    padding-top: 100px;
    padding-top: 6.25rem;
  }
  .p-top-company__image img {
    aspect-ratio: 1440/600;
  }
  .p-top-company__btn {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-top-information {
    padding-bottom: 150px;
    padding-bottom: 9.375rem;
    padding-top: 150px;
    padding-top: 9.375rem;
  }
  .p-top-information__inner.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-top-information__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-top-information__link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: max(24px, 10px);
    font-size: max(1.5rem, 10px);
  }
  .p-top-information__link:nth-of-type(n + 2) {
    margin: 0;
    margin: initial;
    margin-left: 60px;
    margin-left: 3.75rem;
  }
  .p-top-information__link a {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-top-news-list__item.p-top-news-list__item--center {
    font-size: max(18px, 10px);
    font-size: max(1.125rem, 10px);
  }
  .p-top-news-list__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
    gap: 2.125rem;
    padding: 16px 0;
    padding: 1rem 0;
  }
  .p-top-news-list__item-date {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
    letter-spacing: 0.1em;
  }
  .p-top-news-list__item-title {
    font-size: max(16px, 10px);
    font-size: max(1rem, 10px);
  }
  .p-top-news {
    padding-bottom: 180px;
    padding-bottom: 11.25rem;
    padding-top: 180px;
    padding-top: 11.25rem;
  }
  .p-top-news__inner.l-inner {
    max-width: 1050px;
    max-width: 65.625rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-top-news__container {
    padding: 20px 23px 35px;
    padding: 1.25rem 1.4375rem 2.1875rem;
  }
  .p-top-news__list {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-top: 2.1875rem;
    width: min(100%, 900px);
    width: min(100%, 56.25rem);
  }
  .p-top-training {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-top-training__inner.l-inner {
    max-width: 1200px;
    max-width: 75rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-top-training__media-list {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px){
  .p-header__pc-nav-item--contact a {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}

@media (min-width: 1050px){
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.5;
  }
  .c-btn:hover {
    background-color: #fff;
    color: #333;
    opacity: 1;
  }
  .c-btn:hover::before {
    border-color: transparent transparent transparent #333;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-form__return input:hover {
    background-color: #fff;
    color: #7d7d7d;
  }
  .p-drawer__nav-item a:hover {
    opacity: 1;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .p-form__send input:hover {
    background-color: #fff;
    color: #333;
  }
}

@media (hover: none){
  a:active {
    opacity: 0.5;
  }
  .c-btn:active {
    background-color: #00a73c;
    color: #fff;
    opacity: 1;
  }
  .p-form__return input:hover {
    background-color: #fff;
    color: #7d7d7d;
  }
  .p-form__send input:hover {
    background-color: #fff;
    color: #333;
  }
}
/*# sourceMappingURL=style.css.map */
