@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Marcellus", serif;
  color: #222;
  background: #fbf9f3;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.js-fadeHead {
  opacity: 0;
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}

.js-fadein,
.js-fadein-delay {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; /* スムーズに表示 */
}

.js-fadeText {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  overflow: hidden;
  position: relative;
}

.simplebar-track {
  width: 0.845625rem;
}

.simplebar-track .simplebar-scrollbar {
  height: 3rem !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track .simplebar-scrollbar {
    height: 3.5rem !important;
  }
}

.simplebar-track.simplebar-vertical {
  width: 0.75rem;
  top: 0.375rem;
  right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .simplebar-track.simplebar-vertical {
    width: 0.875rem;
  }
}

.simplebar-track {
  background: #f9f9f9;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  width: 100%;
  height: 100%;
  background: #686868;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-breadcrumb {
  position: relative;
}

.l-column {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-column {
    padding-top: 6.75rem;
    padding-bottom: 15.3125rem;
  }
}

.l-column__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5rem;
}
@media screen and (min-width: 768px) {
  .l-column__inner {
    grid-template-columns: 51.25rem 14.375rem;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-column__side {
    margin-top: 1.9375rem;
  }
}

.l-greeting {
  background: transparent url(../images/recruit/recruit_bg.png) no-repeat center center/cover;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn01 {
  padding: 0.4375rem 1.125rem 0.4375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn01 {
    padding: 0.5625rem 1.25rem 0.5625rem 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-btn01--white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.c-btn01::after {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  background: transparent url(../images/common/arrow_01.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-btn01--white::after {
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_01.svg);
          mask-image: url(../images/common/arrow_01.svg);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-btn01:hover {
    background: #f691be;
    border-bottom: 1px solid #f691be;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover::after {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_01.svg);
            mask-image: url(../images/common/arrow_01.svg);
    background: #fff;
    right: 0.5625rem;
  }
}

.c-btn01__text {
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn01__text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn01:hover .c-btn01__text {
    color: #fff;
    padding-left: 0.5625rem;
  }
}

.c-btn02 {
  height: 3.75rem;
  padding: 0.625rem 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ae2e5c;
  border-radius: 2.21875rem;
  border: 1px solid #ae2e5c;
}
@media screen and (min-width: 768px) {
  .c-btn02 {
    height: 4.4375rem;
    font-size: 1.4375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.c-btn02--sm {
  height: 2.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-btn02--sm {
    height: 3.25rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn02:hover {
    color: #ae2e5c;
    background: #fff;
    opacity: 1;
  }
}

.c-btn03 {
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #800020;
  border: 1px solid #800020;
}
@media screen and (min-width: 768px) {
  .c-btn03 {
    min-height: 5.0625rem;
    font-size: 1.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn03:hover {
    opacity: 1;
    color: #800020;
    background: #fff;
  }
}

.c-btn04 {
  height: 3.75rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .c-btn04 {
    height: 5.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn04:hover {
    opacity: 1;
    color: #000;
    background: #fff;
  }
}

.c-btn05 {
  height: 3.125rem;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn05 {
    height: 3.75rem;
    padding-bottom: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn05:hover {
    background: #f691be;
    opacity: 1;
  }
}

.c-btn05__text {
  display: inline-block;
  padding-left: 1.5rem;
  padding-bottom: 0.375rem;
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn05__text {
    padding-left: 2.25rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn05:hover .c-btn05__text {
    color: #fff;
    border-color: #fff;
    padding-right: 0.5625rem;
  }
}

.c-btn05__text::before {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  background: transparent url(../images/common/arrow_01.svg) no-repeat center center/100%;
  position: absolute;
  top: 40%;
  left: 0;
  transform: rotateY(180deg) translate(0, -50%);
  -webkit-transform: rotateY(-180deg) translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-btn05:hover .c-btn05__text::before {
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-image: url(../images/common/arrow_01.svg);
            mask-image: url(../images/common/arrow_01.svg);
    background: #fff;
    left: 0.5625rem;
  }
}

.c-btn06 {
  height: 3.25rem;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, .75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(0, 0, 0, .75);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .c-btn06 {
    height: 4.875rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .c-btn06:hover {
    opacity: 1;
    color: rgba(0, 0, 0, .75);
    background: #fff;
  }
}

.c-btn07 {
  height: 2.875rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, .75);
  border: 1px solid rgba(0, 0, 0, .75);
  border-radius: 26px;
}
@media screen and (min-width: 768px) {
  .c-btn07 {
    height: 3.25rem;
    font-size: 1rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .c-btn07:hover {
    color: #222;
    background: #fff;
    opacity: 1;
  }
}

.c-category {
  padding: 0.1875rem 0.6875rem 0.3125rem 0.5625rem;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f691be;
  border-radius: 13px;
}
@media screen and (min-width: 768px) {
  .c-category {
    font-size: 0.75rem;
  }
}

.c-gallery {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-gallery:hover {
    opacity: 1;
  }
}

.c-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 280/280;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-gallery:hover img {
    opacity: 1;
    scale: 1.1;
  }
}

.c-mvv-card {
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .c-mvv-card {
    -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;
  }
}

.c-mvv-card__head {
  padding-left: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-mvv-card__head {
    width: 35%;
    padding-left: 2.1875rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.c-mvv-card__head::before {
  font-size: 3.375rem;
  color: rgba(128, 0, 32, .5);
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-mvv-card__head::before {
    font-size: 4.375rem;
    left: -0.375rem;
  }
}

.p-mvv__item:nth-child(1) .c-mvv-card__head::before {
  content: "M";
}

.p-mvv__item:nth-child(2) .c-mvv-card__head::before {
  content: "V";
}

.p-mvv__item:nth-child(3) .c-mvv-card__head::before {
  content: "V";
}

.c-mvv-card__enTitle {
  display: block;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .c-mvv-card__enTitle {
    font-size: 1.875rem;
  }
}

.c-mvv-card__jaTitle {
  font-size: 1rem;
  color: #800020;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-mvv-card__jaTitle {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-mvv-card__body {
    width: 57.2%;
  }
}

.c-mvv-card__text {
  font-size: 1.125rem;
  line-height: 1.3846153846;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-mvv-card__text {
    font-size: 1.625rem;
  }
}

.c-pageTop {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3f3f3f;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: fixed;
  bottom: 0.75rem;
  right: 1rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .c-pageTop {
    width: 3.75rem;
    height: 3.75rem;
    bottom: 1.5625rem;
    right: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-pageTop:hover {
    background: #f691be;
    opacity: 1;
  }
}

.c-pageTop__img {
  width: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-pageTop__img {
    width: 1.375rem;
  }
}

.c-pageTop__img img {
  width: 100%;
  height: auto;
}

.c-qa-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-qa-card {
    row-gap: 3.25rem;
  }
}

.c-qa-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-qa-card__head {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.c-qa-card__q {
  font-size: 2.375rem;
  color: #ae2e5c;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-qa-card__q {
    font-size: 3.75rem;
  }
}

.c-qa-card__question {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-qa-card__question {
    margin-top: 1.625rem;
    font-size: 1.5rem;
  }
}

.c-qa-card__body {
  padding-left: 4.3137254902%;
  padding-right: 2.9411764706%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-qa-card__body {
    padding-left: 4.3137254902%;
    padding-right: 2.9411764706%;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.c-qa-card__a {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-qa-card__a {
    font-size: 3.125rem;
  }
}

.c-qa-card__answer {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-qa-card__answer {
    margin-top: 0.4375rem;
    font-size: 1.125rem;
  }
}

.c-step-card {
  height: 100%;
  padding: 1rem 0.75rem 1.5rem;
  background: rgba(195, 183, 168, .2);
}
@media screen and (min-width: 768px) {
  .c-step-card {
    padding: 1.75rem 1.125rem 3.0625rem;
  }
}

.c-step-card__number {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-step-card__number {
    font-size: 1.5rem;
  }
}

.c-step-card__text {
  margin: 1rem 0.125rem 0;
  font-size: 0.8125rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-step-card__text {
    margin: 1.3125rem 0.375rem 0;
    font-size: 0.875rem;
  }
}

.c-title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-title01 {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.c-title01--white {
  color: #fff;
}

.c-title01__sub {
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title01__sub {
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
}

.c-title01__sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.c-title01--white .c-title01__sub::after {
  background: #fff;
}

.c-title01__main {
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-title01__main {
    font-size: 3.75rem;
  }
}

.c-title02__sub {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .c-title02__sub {
    font-size: 3.75rem;
  }
}

.c-title02__main {
  font-size: 1rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title02__main {
    font-size: 1.125rem;
  }
}

.c-title03 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-title03 {
    font-size: 1.875rem;
  }
}

.p-recruit-concept {
  padding-top: 5.5rem;
  padding-bottom: 2.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept {
    padding-top: 9.125rem;
    padding-bottom: 3.75rem;
  }
}

.p-recruit-concept__body {
  position: relative;
}

.p-recruit-concept__read {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__read {
    font-size: 1.875rem;
  }
}

.p-recruit-concept__img {
  width: 72.9090909091%;
  margin-inline: auto;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__img {
    width: 72.9090909091%;
    margin-top: 4rem;
  }
}

.p-recruit-concept__img img {
  width: 100%;
  height: auto;
}

.p-recruit-concept__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__text {
    margin-top: 3.4375rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 2.6666666667;
  }
}

.p-recruit-concept__icon {
  position: absolute;
}

.p-recruit-concept__icon--01 {
  width: 29%;
  max-width: 7rem;
  position: absolute;
  top: 30%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__icon--01 {
    width: 20.5357142857%;
    max-width: none;
    top: 14%;
  }
}

.p-recruit-concept__icon--02 {
  width: 22%;
  max-width: 6.5rem;
  bottom: 19.7%;
  left: 3.4%;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__icon--02 {
    width: 12.2857142857%;
    max-width: none;
    bottom: 19.7%;
    left: 3.4%;
  }
}

.p-recruit-concept__icon--03 {
  width: 20%;
  max-width: 6rem;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-concept__icon--03 {
    width: 11.8214285714%;
    max-width: none;
    bottom: 2.2%;
  }
}

.p-recruit-concept__icon img {
  width: 100%;
  height: auto;
}

.p-academy {
  background: #fbf9f3;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
}

.p-academy__inner {
  padding: 2.5rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-academy__inner {
    padding: 5.5rem 3.125rem 4.5rem;
  }
}

.p-academy__title {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-academy__title {
    font-size: 2.1875rem;
  }
}

.p-academy__read {
  margin-top: 1rem;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-academy__read {
    margin-top: 1.375rem;
    font-size: 0.875rem;
  }
}

.p-academy__subtitle {
  width: 84.4155844156%;
  height: 2.75rem;
  margin-inline: auto;
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #222;
  border-radius: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-academy__subtitle {
    max-width: 20rem;
    height: 3.25rem;
    margin-top: 2.125rem;
    font-size: 1.25rem;
  }
}

.p-academy__wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-academy__wrap {
    margin-top: 3.75rem;
    row-gap: 3.625rem;
  }
}

.p-academy__step {
  padding: 1.25rem 1.125rem 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: rgba(195, 183, 168, .2);
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-academy__step {
    padding: 1.125rem 1.875rem 1.125rem 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-academy__step:last-child {
  padding: 1.75rem 1.125rem 1.625rem 1rem;
  background: rgba(128, 0, 32, .2);
}
@media screen and (min-width: 768px) {
  .p-academy__step:last-child {
    padding: 2.5625rem 1.875rem 2.5625rem 1.5rem;
  }
}

.p-academy__step:not(:first-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.625rem solid transparent;
  border-left: 1.625rem solid transparent;
  border-top: 1.125rem solid #800020;
  border-bottom: 0;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-academy__step:not(:first-child)::before {
    border-right: 1.625rem solid transparent;
    border-left: 1.625rem solid transparent;
    border-top: 1.125rem solid #800020;
    top: -2.5rem;
  }
}

.p-academy__step--number {
  width: 6.125rem;
  height: 1.875rem;
  margin-right: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #f691be;
  border-radius: 1.1525rem;
}
@media screen and (min-width: 768px) {
  .p-academy__step--number {
    width: 6.5625rem;
    height: 2.25rem;
    margin-right: 0.9375rem;
    font-size: 1rem;
  }
}

.p-academy__step--title {
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-academy__step--title {
    width: 16.25rem;
    margin-right: 1.375rem;
    font-size: 1.5rem;
  }
}

.p-academy__step--area {
  width: 100%;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-academy__step--area {
    width: 33.375rem;
    margin-top: 0;
  }
}

.p-academy__step--text {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-academy__step--text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-article p {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-article p {
    margin-bottom: 2.8125rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-article #toc_container {
  margin-bottom: 6.0625rem;
  padding: 2.75rem 2.625rem 5rem;
  background: #e4f1ea;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container {
    margin-bottom: 5rem;
    padding: 1.5625rem 1.25rem 2.5rem;
  }
}

.p-article #toc_container .toc_title {
  margin-bottom: 0;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_title {
    font-size: 1.25rem;
  }
}

.p-article #toc_container .toc_list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
  margin-top: 2.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}

.p-article #toc_container .toc_list li {
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li {
    font-size: 0.9375rem;
  }
}

.p-article #toc_container .toc_list li:before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) "."; /* 表示形式を指定 */
  position: absolute;
  top: 0;
  left: 0;
}

.p-article #toc_container .toc_list li a {
  padding-left: 1.875rem;
  font-size: 1rem;
  color: #424242;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article #toc_container .toc_list li a {
    padding-left: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-article h2 {
  margin-bottom: 2rem;
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 2px solid #f691be;
}
@media screen and (min-width: 768px) {
  .p-article h2 {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    font-size: 1.75rem;
  }
}

.p-article h3 {
  margin-bottom: 1.5rem;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h3 {
    margin-bottom: 1.75rem;
    padding-left: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-article h3::before {
  content: "";
  width: 0.25rem;
  height: 100%;
  background: #f691be;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-article h3::before {
    width: 0.375rem;
  }
}

.p-article h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-article h4 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-article .wp-block-image {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-image {
    margin-bottom: 3.75rem;
  }
}

.p-article .wp-block-image img {
  margin-inline: auto;
}

.p-article .wp-block-quote {
  margin-bottom: 5rem;
  padding: 1.1875rem 2.25rem;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote {
    margin-bottom: 3.125rem;
  }
}

.p-article .wp-block-quote p {
  margin-bottom: 2.625rem;
  font-size: 0.875rem;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-quote p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-article .wp-block-preformatted {
  padding: 1.1875rem 2.25rem;
  font-size: 0.875rem;
  color: #424242;
  line-height: 2.5;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  .p-article .wp-block-preformatted {
    padding: 0.9375rem 1.5625rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.p-breadcrumb {
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.p-breadcrumb__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-breadcrumb__inner ul li {
  margin-right: 0.3125rem;
  position: relative;
}

.p-breadcrumb__inner ul li:nth-child(n+2) {
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li:nth-child(n+2) {
    padding-left: 1.75rem;
  }
}

.p-breadcrumb__inner ul li:nth-child(n+2)::before {
  content: "";
  width: 0.6875rem;
  height: 0.4375rem;
  background: transparent url(../images/common/arrow_01.svg) no-repeat center center/100%;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li:nth-child(n+2)::before {
    width: 0.8125rem;
    height: 0.5625rem;
    top: 0.5rem;
    left: 0.375rem;
  }
}

.p-breadcrumb__inner ul li a,
.p-breadcrumb__inner ul li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb__inner ul li a,
  .p-breadcrumb__inner ul li span {
    font-size: 1rem;
  }
}

.p-card01 {
  position: relative;
}

.p-card01__top {
  position: relative;
}

.p-card01__link {
  display: block;
  width: 83.6653386454%;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-card01__link:hover {
    opacity: 1;
  }
}

.p-card01__img {
  border-radius: 20px;
  overflow: hidden;
}

.p-card01__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-card01__img:hover img {
    scale: 1.1;
  }
}

.p-card01__en {
  width: 5.5rem;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 2.5rem;
  left: 82%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
@media (max-width: 460px) {
  .p-card01__en {
    left: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-card01__en {
    width: auto;
    top: 2.25rem;
    left: auto;
    right: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-menu__item:nth-child(odd) .p-card01__en {
    top: 3rem;
    right: 0.5625rem;
  }
}

.p-card01__bottom {
  width: 89.552238806%;
  display: inline-block;
  padding: 1.6875rem 23px 23px 1.875rem;
  background: transparent url(../images/top/menu_bg.png) no-repeat center center/cover;
  border-radius: 1.25rem;
  position: absolute;
  bottom: -5.625rem;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-card01__bottom {
    width: 74.1035856574%;
  }
}

.p-card01__detail {
  padding: 0 0 0 0;
}

.p-card01__title {
  padding-bottom: 0.8125rem;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-card01__title {
    font-size: 1.25rem;
  }
}

.p-card01__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-card01__text {
    font-size: 1rem;
  }
}

.p-card01__btn {
  width: 6.25rem;
  margin-left: auto;
  margin-top: 0.25rem;
}

.p-card02 {
  height: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-card02:hover {
    opacity: 1;
  }
}

.p-card02__img {
  overflow: hidden;
}

.p-card02__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 420/280;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover .p-card02__img img {
    scale: 1.1;
  }
}

.p-card02__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-card02__body {
    padding: 1.75rem 1.25rem 1.9375rem;
  }
}

.p-card02__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-card02__area {
    -webkit-column-gap: 0.8125rem;
       -moz-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }
}

.p-card02__date {
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-card02__date {
    font-size: 0.875rem;
  }
}

.p-card02__cateList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.p-card02__title {
  margin-top: 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-card02__title {
    font-size: 1rem;
  }
}

.p-card03 {
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-card03:hover {
    opacity: 1;
  }
}

.p-card03__img {
  overflow: hidden;
  border-radius: 20px;
}

.p-card03__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 336/448;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover .p-card03__img img {
    scale: 1.1;
  }
}

.p-card03__detail {
  width: 100%;
  padding: 0.75rem 0 0.625rem;
  background: rgba(0, 0, 0, .75);
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-card03__detail {
    padding: 1.6875rem 0 1.5625rem;
  }
}

.p-card03__title {
  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;
  row-gap: 0.5rem;
}

.p-card03__title--sub {
  font-size: 0.6875rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-card03__title--sub {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-card03__title--main {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-card03__title--main {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-card04 {
  height: 100%;
  background: #fff;
}

.p-card04__inner {
  padding: 2rem 1rem 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-card04__inner {
    padding: 2.875rem 1.75rem 2.1875rem;
  }
}

.p-card04__number {
  display: block;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-card04__number {
    font-size: 3.5rem;
  }
}

.p-card04__title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-card04__title {
    font-size: 1.125rem;
  }
}

.p-card04__img {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card04__img {
    margin-top: 1.0625rem;
  }
}

.p-card04__img img {
  width: 100%;
  height: auto;
  border-radius: 0.875rem;
}

.p-card04__text {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-card04__text {
    margin-top: 1.5rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
}

.p-card05 {
  padding: 1.5rem 1rem 1.5rem;
  border: 2px dashed #bdbdbd;
}
@media screen and (min-width: 768px) {
  .p-card05 {
    padding: 2.1875rem 1.25rem 1.75rem;
  }
}

.p-card05__read {
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-card05__read {
    font-size: 1.125rem;
  }
}

.p-card05__img {
  width: 61.1650485437%;
  margin-inline: auto;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card05__img {
    margin-top: 1.625rem;
  }
}

.p-card05__img img {
  width: 100%;
  height: auto;
}

.p-card06 {
  padding: 1.5rem 0 2.5rem;
  background: rgba(195, 183, 168, .2);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-card06 {
    padding: 2.5rem 0 4.4375rem;
  }
}

.p-card06__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-card06__title {
    font-size: 1.875rem;
  }
}

.p-card06__img {
  width: 47.0588235294%;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-card06__img {
    margin-top: 1.875rem;
  }
}

.p-card06__img img {
  width: 100%;
  height: auto;
}

.p-card06__text {
  width: 78.431372549%;
  margin-inline: auto;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-card06__text {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 2.5;
  }
}

.p-career {
  background: #fbf9f3;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
}

.p-career__inner {
  padding: 2.5rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .p-career__inner {
    padding: 5.5rem 3.125rem 3.25rem;
  }
}

.p-career__title {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-career__title {
    font-size: 2.1875rem;
  }
}

.p-career__read {
  margin-top: 1rem;
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-career__read {
    margin-top: 1.375rem;
    font-size: 0.875rem;
  }
}

.p-career__wrap {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-career__wrap {
    margin-top: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.p-career__path {
  padding: 2rem 1rem 2.5rem;
  background: rgba(195, 183, 168, .2);
  border-radius: 0.25rem;
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-career__path {
    width: 13.125rem;
    padding: 1.6875rem 0.875rem 2rem;
  }
}

.p-career__path:not(:first-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.625rem solid transparent;
  border-left: 1.625rem solid transparent;
  border-top: 1.125rem solid #800020;
  border-bottom: 0;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-career__path:not(:first-child)::before {
    border-top: 1.625rem solid transparent;
    border-bottom: 1.625rem solid transparent;
    border-left: 1.125rem solid #800020;
    border-right: 0;
    top: 50%;
    left: -1.5625rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-career__path:last-child {
  background: rgba(128, 0, 32, .2);
}
@media screen and (min-width: 768px) {
  .p-career__path:last-child {
    width: 15.875rem;
  }
}

.p-career__path--year {
  width: 6.125rem;
  height: 1.875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #f691be;
  border-radius: 1.1525rem;
}
@media screen and (min-width: 768px) {
  .p-career__path--year {
    width: 6.5625rem;
    height: 2.25rem;
    font-size: 1rem;
  }
}

.p-career__path--title {
  margin-top: 1rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-career__path--title {
    height: 3.75rem;
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}

.p-career__path--img {
  width: 8.25rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-career__path--img {
    width: 8.25rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-career__path:last-child .p-career__path--img {
    width: 9.8125rem;
    margin-top: 0.375rem;
  }
}

.p-career__path--img img {
  width: 100%;
  height: auto;
}

.p-career__path--text {
  margin-top: 1.5rem;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-career__path--text {
    margin-top: 2.125rem;
    font-size: 0.875rem;
  }
}

.p-career__path--list {
  width: 90%;
  max-width: 14.125rem;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-career__path--list {
    width: 100%;
    max-width: none;
    margin-top: 1.5rem;
    row-gap: 0.4375rem;
  }
}

.p-career__path--item {
  height: 2.125rem;
  font-size: 0.875rem;
  color: #800020;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  border: 1px solid #800020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-career__path--item {
    height: 2.4375rem;
    font-size: 1rem;
  }
}

.p-column-single__inner {
  padding-top: 4.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-column-single__inner {
    max-width: 72.1875rem;
    padding-top: 8.75rem;
    padding-bottom: 9.125rem;
  }
}

.p-column-single__wrap {
  padding: 1.5rem 1rem 2.625rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-column-single__wrap {
    padding: 3.1875rem 3.5rem 4rem;
  }
}

.p-column-single__area {
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .p-column-single__area {
    -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;
    row-gap: 0;
  }
}

.p-column-single__cateList {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem;
}

.p-column-single__date {
  margin-left: auto;
  font-size: 0.8125rem;
  color: #666666;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-column-single__date {
    margin-left: 0;
    margin-top: 0.5rem;
    font-size: 0.875rem;
  }
}

.p-column-single__title {
  margin-top: 2rem;
  font-size: 1.625rem;
  line-height: 1.1764705882;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-column-single__title {
    margin-top: 2.8125rem;
    font-size: 2.125rem;
  }
}

.p-column-single__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-column-single__body {
    margin-top: 3rem;
  }
}

.p-column-single__btn {
  width: 14.0625rem;
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-column-single__btn {
    margin-top: 5.375rem;
  }
}

.p-column__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-column__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 5rem;
  }
}

.p-column__pagination {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-column__pagination {
    margin-top: 5.625rem;
  }
}

.p-concept {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
  background: transparent url(../images/concept/bg_concept.png) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-concept {
    padding-top: 7.8125rem;
    padding-bottom: 9.875rem;
  }
}

.p-concept__body {
  position: relative;
}

.p-concept__read {
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-concept__read {
    font-size: 1.875rem;
  }
}

.p-concept__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    margin-top: 3.875rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 2.6666666667;
  }
}

.p-concept__icon {
  position: absolute;
}

.p-concept__icon--01 {
  width: 23%;
  max-width: 6.5rem;
  position: absolute;
  top: 2.5rem;
  left: -3rem;
}
@media screen and (min-width: 768px) {
  .p-concept__icon--01 {
    width: 18.8181818182%;
    max-width: none;
    top: -1.25rem;
    left: -3rem;
  }
}
@media (max-width: 1240px) {
  .p-concept__icon--01 {
    left: -1.125rem;
  }
}

.p-concept__icon--02 {
  width: 32%;
  max-width: 8.75rem;
  bottom: -3rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__icon--02 {
    width: 21.4545454545%;
    max-width: none;
    bottom: -4rem;
    right: -4.375rem;
  }
}
@media (max-width: 1240px) {
  .p-concept__icon--02 {
    right: -1.125rem;
  }
}

.p-concept__icon img {
  width: 100%;
  height: auto;
}

.p-contact {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 10.375rem;
    padding-bottom: 14.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact--tanks {
    padding-bottom: 10.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 65rem;
  }
}

.p-contact__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 0.75;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.875rem;
  }
}

.p-contact__area {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__area {
    margin-top: 2.75rem;
  }
}

.p-contact__read {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__read {
    font-size: 1rem;
    text-align: center;
  }
}

.p-contact__attention {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #af0318;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__attention {
    margin-top: 0.875rem;
    font-size: 1rem;
    text-align: center;
  }
}

.p-contact__btn {
  margin-top: 3rem;
  max-width: 20.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__btn {
    margin-top: 4.5rem;
  }
}

.p-contact__body {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 5.5rem;
  }
}

.p-cta-message {
  padding-top: 4.125rem;
  padding-bottom: 4.5rem;
  background: transparent url(../images/common/message_img.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta-message {
    padding-top: 5.375rem;
    padding-bottom: 6.0625rem;
  }
}

.p-cta-message__title {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cta-message__title {
    font-size: 3rem;
  }
}

.p-cta-message__enText {
  margin-top: 1.125rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-cta-message__enText {
    margin-top: 1.125rem;
    font-size: 1.5rem;
  }
}

.p-cta-message__jaRead {
  margin-top: 2.625rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-cta-message__jaRead {
    margin-top: 3.125rem;
    font-size: 1.875rem;
  }
}

.p-cta-message__jaText {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-cta-message__jaText {
    margin-top: 1.0625rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-cta__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-cta__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-cta__container {
  padding-top: 2.75rem;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-cta__container {
    padding-top: 2.75rem;
    padding-bottom: 3.9375rem;
  }
}

.p-cta__container--contact {
  background: #424242;
}

.p-cta__container--instagram {
  background: #4f4f4f;
}

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

.p-cta__title span {
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta__title span {
    font-size: 1.875rem;
  }
}

.p-cta__container--contact .p-cta__title span {
  padding-left: 2.75rem;
}

.p-cta__container--contact .p-cta__title span::before {
  content: "";
  width: 2rem;
  height: 1.625rem;
  background: transparent url(../images/common/icon_contact.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-cta__container--instagram .p-cta__title span {
  padding-left: 2.625rem;
}

.p-cta__container--instagram .p-cta__title span::before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background: transparent url(../images/common/icon_instagram.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-cta__text {
  margin-top: 1.375rem;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    margin-top: 1.375rem;
    font-size: 1rem;
  }
}

.p-cta__btn {
  width: 6.25rem;
  margin-inline: auto;
  margin-top: 1.375rem;
}

.p-culture-card {
  position: relative;
}

.p-culture-card__humber {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-culture-card__humber {
    font-size: 3.5rem;
    top: 1.875rem;
    left: 1.75rem;
  }
}

.p-culture-card__img {
  overflow: hidden;
}

.p-culture-card__img img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  aspect-ratio: 340/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-culture-card__img img {
    aspect-ratio: 1090/378;
  }
}

.p-culture-card__body {
  margin-top: 1rem;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-culture-card__body {
    margin-top: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-culture-card__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-culture-card__title {
    font-size: 1.875rem;
  }
}

.p-culture-card__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-culture-card__text {
    margin-top: 0;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-feature-card {
  background: #fff;
  -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
          box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
}
@media screen and (min-width: 768px) {
  .p-feature-card {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-feature-card__inner {
  padding: 1rem 1rem 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-card__inner {
    padding: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-features__item:nth-child(even) .p-feature-card__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-card__img {
    width: 44.8514851485%;
  }
}

.p-feature-card__img img {
  width: 100%;
  height: auto;
}

.p-feature-card__body {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-feature-card__body {
    width: 49.504950495%;
    padding-top: 0.8125rem;
  }
}

.p-feature-card__number {
  display: inline-block;
  padding-bottom: 0.1875rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-feature-card__number {
    padding-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
}

.p-feature-card__title {
  margin-top: 1rem;
  font-size: 1.625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-feature-card__title {
    margin-top: 1.25rem;
    font-size: 2rem;
  }
}

.p-feature-card__bottom {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-feature-card__bottom {
    margin-top: 6.25rem;
  }
}

.p-feature-card__read {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-feature-card__read::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-features__item:nth-child(odd) .p-feature-card__read {
    text-align: right;
  }
}

.p-feature-card__read span {
  display: inline-block;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-feature-card__read span {
    padding-right: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.p-recruit-features__item:nth-child(odd) .p-feature-card__read span {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-features__item:nth-child(odd) .p-feature-card__read span {
    padding-left: 1.25rem;
  }
}

.p-feature-card__text {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-feature-card__text {
    margin-top: 1.625rem;
    font-size: 1rem;
  }
}

.p-footer {
  padding-top: 3.375rem;
  padding-bottom: 2rem;
  background: #222;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 4.25rem;
    padding-bottom: 3.8125rem;
  }
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    -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__area {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-footer__area {
    display: block;
    width: 16.25rem;
  }
}

.p-footer__logo {
  width: 10rem;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 100%;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__nav {
  width: 100%;
  max-width: 31.25rem;
  margin-right: auto;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    width: 37.5rem;
    max-width: none;
    margin-top: 0.75rem;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 5.75rem;
       -moz-column-gap: 5.75rem;
            column-gap: 5.75rem;
  }
}

.p-footer__navList:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList:nth-child(3) {
    display: block;
  }
}

.p-footer__navItem:nth-child(n+2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navItem:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.p-footer__navList:nth-child(3) .p-footer__navItem:nth-child(n+2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-footer__navList:nth-child(3) .p-footer__navItem:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.p-footer__navLink {
  display: inline-block;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navLink {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navLink:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  a.p-footer__navLink::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  a.p-footer__navLink:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.p-footer__navList--subList {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__navList--subList {
    margin-top: 1.125rem;
    row-gap: 1.125rem;
  }
}

.p-footer__navList--subLink {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__navList--subLink {
    font-size: 0.875rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__navList--subLink:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  a.p-footer__navList--subLink::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  a.p-footer__navList--subLink:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

.p-footer__copy {
  margin-top: 4rem;
  font-size: 0.625rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 5.625rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form__inner {
    max-width: 56.875rem;
  }
}

.p-form__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__list {
    row-gap: 3.625rem;
  }
}

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

.p-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-form__head__title {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-form__head__title {
    font-size: 1.125rem;
  }
}

.p-form__head__title p {
  display: inline-block;
  position: relative;
}

.p-form__head__title.required p {
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__head__title.required p {
    padding-right: 2.125rem;
  }
}

.p-form__head__title.required p::after {
  content: "※";
  display: block;
  font-size: 1rem;
  color: #ff0404;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: absolute;
  top: 70%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-form__head__title.required p::after {
    font-size: 1.125rem;
  }
}

.p-form__body {
  width: 100%;
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__body {
    margin-top: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-form__body .mw_wp_form .error {
  margin-top: 0.3125rem;
}

/******************* form base *******************/
.p-form input[type=text],
.p-form input[type=tel],
.p-form input[type=email],
.p-form textarea,
.p-form select {
  width: 100%;
  height: 3.375rem;
  padding: 0.625rem 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=tel],
  .p-form input[type=email],
  .p-form textarea,
  .p-form select {
    height: 4.0625rem;
    padding: 0.625rem 1.3125rem;
    font-size: 1rem;
  }
}

.p-form ::-webkit-input-placeholder {
  color: #cccccc;
}

.p-form ::-moz-placeholder {
  color: #cccccc;
}

.p-form ::-ms-input-placeholder {
  color: #cccccc;
}

.p-form ::placeholder {
  color: #cccccc;
}

.p-form input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.25rem;
  margin-left: 0;
  border-radius: 0.125rem;
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}

.p-form input[type=radio] {
  width: 0.96875rem;
  height: 0.96875rem;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-form input[type=radio] {
    width: 1.34375rem;
    height: 1.34375rem;
  }
}

.p-form input.required,
.p-form textarea.required,
.p-form select.required {
  background-color: #F9D5D5;
}

.p-form span.wpcf7-list-item {
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form span.wpcf7-list-item {
    padding-left: 3rem;
    font-size: 1.125rem;
    cursor: pointer;
  }
}

.p-form .wpcf7-form-control-wrap {
  display: block;
}

.p-form .wpcf7-form-control-wrap .wpcf7-radio {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-form-control-wrap .wpcf7-radio {
    margin-top: 2.375rem;
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.p-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::before,
.p-form .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::after {
  display: none;
}

.p-form textarea {
  height: 10rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    height: 18.75rem;
    padding: 1.75rem 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form input.form_name,
  .p-form input.form_kana {
    width: 29.875rem;
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form input.form_tel,
  .p-form input.form_mail {
    width: 100%;
  }
}

.p-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/contact/arrow_select.svg) 96% 50% no-repeat;
  background-size: auto;
  background-size: 1.25rem;
  font-size: 1rem;
  color: #000;
  line-height: 2;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.p-form select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  color: #222;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form select {
    width: 100%;
    line-height: 1;
    background: url(../images/contact/arrow_select.svg) 94% 50% no-repeat;
    background-size: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form select {
    font-size: 0.875rem;
  }
}

.mw_wp_form .error {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

/******************* END./form base *******************/
.p-form__head__text {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__head__text {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}

.p-form__detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__detail {
    row-gap: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_name .p-form__detail,
  .p-form .p-form__item.form_kana .p-form__detail {
    width: 29.875rem;
  }
}

.p-form__placeholder {
  display: block;
  margin-top: 0.75rem;
  margin-left: 0.25rem;
  font-size: 0.875rem;
  color: #888888;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-form__placeholder {
    margin-top: 0.9375rem;
    margin-left: 0.3125rem;
    font-size: 1rem;
  }
}

.p-form .p-form__item.form_post .p-form__post p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
}

.p-form .p-form__item.form_post .p-form__post span {
  width: 12rem;
}
@media screen and (min-width: 768px) {
  .p-form .p-form__item.form_post .p-form__post span {
    width: 12rem;
  }
}

.p-form .p-form__item.form_post .p-form__adress {
  width: 100%;
}

.p-form__detail p {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-form__detail p {
    font-size: 1rem;
  }
}

.p-form__postbtn {
  margin-top: 0.75rem;
  padding: 0.6875rem 1.25rem 0.5625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.0714285714;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f691be;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .p-form__postbtn {
    margin-top: 0;
    margin-left: 0.9375rem;
    padding: 1rem 1.3125rem 0.9375rem;
  }
}

.form-hope__title {
  width: 5rem;
  margin-right: 1.875rem;
  margin-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .form-hope__title {
    margin-right: 0.9375rem;
    margin-left: 0;
    font-size: 0.875rem;
  }
}

.p-form__body__text {
  width: 100%;
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-form__body__text {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

.p-form__detail_name {
  width: 22.0625rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.005em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__detail_name {
    width: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .p-form__detail_name:nth-child(n+2) {
    margin-top: 0.625rem;
  }
}

.form-name__title {
  margin-right: auto;
  font-size: 1rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 768px) {
  .form-name__title {
    font-size: 0.875rem;
  }
}

.p-form__item.form_name .form-name__title {
  margin-right: 2.1875rem;
}

.p-form__item.form_kana .form-name__title {
  margin-right: 1.25rem;
}

.p-form__policy {
  width: 92.6680244399%;
  margin-inline: auto;
  margin-top: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-form__policy {
    width: 92.6680244399%;
    margin-inline: auto;
    margin-top: 3rem;
  }
}

.p-form__policy--head {
  height: 16.8125rem;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background: #f0f0f0;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .p-form__policy--head {
    height: 16.8125rem;
    padding: 1rem 4.375rem 1.75rem 1.875rem;
  }
}

.p-form__policy--title {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__policy--title {
    font-size: 1.25rem;
  }
}

.p-form__policy--detail {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-form__policy--detail {
    margin-top: 1.375rem;
  }
}

.p-form__policy--subtitle {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__policy--subtitle {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-form__policy--text {
  font-size: 0.875rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-form__policy--text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-form__policy--list {
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}

.p-form__policy--item {
  margin-left: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__policy--item {
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-form__policy--item p {
  display: inline-block;
}

.p-form__policy--item::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) ". "; /* 表示形式を指定 */
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.875;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: absolute;
  top: 0;
  left: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__policy--item::before {
    font-size: 1rem;
    line-height: 2;
    left: -1rem;
  }
}

.p-form__policy--btn {
  margin-top: 3.375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__policy--btn {
    margin-top: 5.25rem;
  }
}

.p-form__policy--btn a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-form__policy--btn a {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .p-form__policy--btn a:hover {
    opacity: 0.7;
  }
}

.p-form .p-form__policy--btn input[type=checkbox] {
  margin-right: 1rem;
}

.p-form__policy--btn > p {
  text-align: center;
}

.p-form .p-form__policy span.wpcf7-list-item {
  display: inline-block;
}

.p-form__policy p span.wpcf7-form-control-wrap {
  width: auto;
  display: inline-block;
}

.p-form__policy p span.wpcf7-list-item-label {
  display: none;
}

.p-form__policy .wpcf7-form-control {
  width: 1rem;
  height: 1rem;
}

.p-form__policy .wpcf7-not-valid-tip {
  width: 9.375rem;
  position: absolute;
  bottom: -3.4375rem;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .p-form__policy .wpcf7-not-valid-tip {
    width: 11.25rem;
    bottom: -2.5rem;
    left: 50%;
  }
}

.p-form__btn {
  width: 100%;
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-form__btn {
    margin-top: 6.25rem;
    row-gap: 1.875rem;
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-form__btn--send,
.p-form__btn--prev {
  width: 100%;
  max-width: 18.75rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-form__btn--send,
  .p-form__btn--prev {
    max-width: 19.5625rem;
    margin-inline: 0;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--send:hover,
  .p-form__btn--prev:hover {
    opacity: 0.7;
  }
}

.p-form__btn--send {
  position: relative;
}

.p-form__btn--send::after {
  content: "";
  width: 0.6875rem;
  height: 1.125rem;
  background: transparent url(../images/common/arrow_next.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}

.p-form--confirm .p-form__btn--send,
.p-form--confirm .p-form__btn--prev {
  width: 80%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-form--confirm .p-form__btn--send,
  .p-form--confirm .p-form__btn--prev {
    width: 100%;
  }
}

.p-form__btn input {
  width: 100%;
  max-width: 20.5rem;
  height: 3.75rem;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-form__btn input {
    height: 5.25rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 1.25rem;
    cursor: pointer;
  }
}

.p-form__btn--prev input {
  display: block !important;
  background: #bbbbbb;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-form__btn--send input:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .p-form__btn--prev input:hover {
    opacity: 0.7;
  }
}

.p-guide-card {
  padding: 0.75rem 1rem 3rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-guide-card {
    padding: 1.1875rem 1.25rem 3.25rem;
  }
}

.p-guide-card__title {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-guide-card__title {
    font-size: 1.5rem;
  }
}

.p-guide-card__img {
  width: 86.1612515042%;
  margin-inline: auto;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-guide-card__img {
    margin-top: 1rem;
  }
}

.p-guide-card__img img {
  width: 100%;
  height: auto;
}

.p-guide-card__read {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #ae2e5c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-guide-card__read {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.p-guide-card__btn {
  width: 74%;
  max-width: 19.0625rem;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-guide-card__btn {
    width: 19.0625rem;
    bottom: -0.875rem;
  }
}

.p-header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-header--gray {
  background: rgba(186, 186, 186, .45);
}

.p-header__inner {
  padding: 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 2.125rem 2.5rem 2.125rem 2.375rem;
  }
}

.p-header--gray .p-header__inner {
  padding: 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header--gray .p-header__inner {
    padding: 0.75rem 2.5rem 0.75rem 2.375rem;
  }
}

.p-header__logo {
  width: 10rem;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 12.25rem;
    position: relative;
    z-index: 50;
  }
}

.p-header__logo--link {
  width: 100%;
}

.p-header__logo--link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-header__logo--link:hover {
    opacity: 1;
  }
}

.p-header__logo--img img {
  width: 100%;
  height: auto;
}

.p-header__hamburger {
  display: block;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger .line {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger .line:nth-child(2),
.p-header__hamburger .line:nth-child(3) {
  margin-top: 0.5rem;
}

.p-header__hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(0.6875rem) rotate(45deg);
          transform: translateY(0.6875rem) rotate(45deg);
}

.p-header__hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.p-header__hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-0.5625rem) rotate(-45deg);
          transform: translateY(-0.5625rem) rotate(-45deg);
}

.p-header__nav {
  width: 100%;
  height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(0, 0, 0, .82);
  position: fixed;
  top: 0;
  right: -120%;
  z-index: 10;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    -webkit-column-gap: 1.8125rem;
       -moz-column-gap: 1.8125rem;
            column-gap: 1.8125rem;
    position: static;
    right: auto;
    overflow-y: auto;
  }
}

.p-header__nav.active {
  right: 0;
}
.p-header__navList {
  width: 100%;
  padding: 0 1.25rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-header__navList {
    padding: 0;
    -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;
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
  }
}

.p-header__navItem {
  position: relative;
}
.p-header__navItem > a,
.p-header__navItem > span {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-header__navItem > a,
  .p-header__navItem > span {
    font-size: 1rem;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a:hover,
  .p-header__navItem > span:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a::before,
  .p-header__navItem > span::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > a:hover::before,
  .p-header__navItem > span:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-header__navItem > span.active::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 3;
  }
}

.p-header__navText {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__navText {
    display: block;
  }
}

.p-header__navItem:first-child .p-header__navText {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-header__navItem:first-child .p-header__navText {
    border-top: none;
  }
}

.p-header__navText.js-hover {
  padding-right: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-header__navText.js-hover {
    padding-right: 0;
  }
}

.p-header__contact {
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__contact {
    width: 7.5rem;
    margin-top: 0;
    padding: 0;
  }
}

.p-header__contact--btn {
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-header__contact--btn {
    width: 7.5rem;
    height: 2.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__contact--btn:hover {
    background: #f691be;
    opacity: 1;
  }
}

.p-header__contact--text {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-header__contact--text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__wrapper {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .82);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.p-header__dropdown {
  display: block;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-header__dropdown {
    padding-top: 12.5rem;
    padding: 12.5rem 13.125rem 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__dropdownList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownList {
    width: 15.625rem;
    row-gap: 1.5rem;
  }
}

.p-header__dropdownLink {
  display: block;
  width: 100%;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  border-bottom: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownLink {
    padding-bottom: 0.625rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover {
    opacity: 1;
    color: #f691be;
    border-bottom: 1px solid #f691be;
  }
}

.p-header__dropdownLink::after {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_01.svg);
          mask-image: url(../images/common/arrow_01.svg);
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-header__dropdownLink::after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-header__dropdownLink:hover::after {
    background: #f691be;
  }
}

.p-header__dropdownImg {
  margin-top: 1.25rem;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header__dropdownImg {
    width: 63.829787234%;
    margin-top: 0;
  }
}

.p-header__dropdownImg img {
  width: 100%;
  height: auto;
}

.p-interview {
  padding-top: 4.5rem;
  padding-bottom: 3.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview {
    padding-top: 7.125rem;
    padding-bottom: 6.875rem;
  }
}

.p-interview:nth-child(even)::after {
  content: "";
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 52.5vw);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.p-interview__top {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-interview:nth-child(even) .p-interview__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-interview__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-interview__img {
    width: 47.0909090909%;
  }
}

.p-interview__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-interview__detail {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-interview__detail {
    width: 47.2727272727%;
    padding-top: 0.5625rem;
  }
}

.p-interview__read {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__read {
    font-size: 2rem;
  }
}

.p-interview__area {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8125rem;
     -moz-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-interview__area {
    margin-top: 1.5rem;
  }
}

.p-interview__name {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__name {
    font-size: 1.125rem;
  }
}

.p-interview__store {
  font-size: 1rem;
  color: #a44d63;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-interview__store {
    font-size: 1.125rem;
  }
}

.p-interview__wrap {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-interview__wrap {
    margin-top: 3.625rem;
  }
}

.p-interview__question {
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__question {
    padding-left: 3.25rem;
    font-size: 1.125rem;
  }
}

.p-interview__bottom .p-interview__question {
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-interview__bottom .p-interview__question {
    padding-left: 2.75rem;
  }
}

.p-interview__question::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #222;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-interview__question::before {
    width: 1.875rem;
    top: 0.9375rem;
  }
}

.p-interview__answer {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-interview__answer {
    margin-top: 1.375rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-interview__bottom {
  margin-top: 2.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__bottom {
    margin-top: 0;
  }
}

.p-interview__list {
  padding: 2rem 0.5rem 0 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
  border-top: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-interview__list {
    padding: 3.625rem 0.75rem 1.5rem;
    row-gap: 4.25rem;
    border-top: none;
  }
}

.p-interview__item {
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-interview__item {
    padding-bottom: 3.375rem;
  }
}

.p-interview__item:not(:last-child) {
  border-bottom: 1px solid #222;
}

.p-message {
  padding-top: 3rem;
  padding-bottom: 3.375rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .p-message {
    padding-top: 4.5rem;
    padding-bottom: 4.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-message__inner {
    max-width: 57.8125rem;
  }
}

.p-message__title {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 3.75rem;
  }
}

.p-message__read {
  margin-top: 2rem;
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-message__read {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.6666666667;
  }
}

.p-message__btn {
  max-width: 26.8125rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__btn {
    margin-top: 2.25rem;
  }
}

.p-modal {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}

.p-modal.active {
  opacity: 1;
  visibility: visible;
}

.p-modal__wrap {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-modal__wrap {
    max-width: 63.75rem;
    display: block;
  }
}

.p-modal__body {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow-y: auto;
}

.p-modal__img {
  width: 80%;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__img {
    width: 100%;
    max-width: 31.25rem;
  }
}

.p-modal__img img {
  width: 100%;
  height: auto;
}

.p-modal__btn {
  width: 2.1875rem;
  position: absolute;
  top: -1.25rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-modal__btn {
    width: 3.125rem;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -4.375rem;
  }
}

.p-modal__btn--line {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal__btn--line:nth-child(1) {
  -webkit-transform: translateY(0.0625rem) rotate(45deg);
          transform: translateY(0.0625rem) rotate(45deg);
}

.p-modal__btn--line:nth-child(2) {
  -webkit-transform: translateY(-0.0625rem) rotate(-45deg);
          transform: translateY(-0.0625rem) rotate(-45deg);
}

.p-mv {
  height: 100vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__inner {
  height: 100%;
}

.p-mv__wrapper {
  height: 100%;
  position: relative;
}

.p-mv__swiper {
  height: 100%;
}

.p-mv__swiper .swiper-wrapper {
  height: 100%;
}

.p-mv__slide {
  height: 100%;
}

.p-mv__pagination.swiper-pagination-bullets {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.375rem;
  width: auto;
  top: 50%;
  left: auto;
  right: 0.625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-mv__pagination.swiper-pagination-bullets {
    right: 1.25rem;
  }
}

.p-mv__pagination.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.375rem;
  background: #cccccc;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.625rem;
    background: #cccccc;
  }
}

.p-mv__pagination.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f691be;
}

.p-mv__img {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-mv__img {
    height: auto;
  }
}

.p-mv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-position: 60% center;
     object-position: 60% center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-mv__img img {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}

.p-mv__body {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 1;
}
.p-mv__read {
  font-size: 2rem;
  color: #fff;
  line-height: 1.125;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-mv__read {
    font-size: 3rem;
  }
}

.p-mv__text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-mv__text {
    margin-top: 2.125rem;
    font-size: 1.5rem;
  }
}

.p-mv__news {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mv__news {
    bottom: 1.875rem;
    right: 1.875rem;
  }
}

.p-mvv {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-mvv {
    padding-top: 12.5rem;
    padding-bottom: 12.75rem;
  }
}

.p-mvv__head {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-mvv__head {
    width: 90.9090909091%;
    margin-inline: auto;
    margin-top: 5.75rem;
  }
}

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

.p-mvv__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-mvv__item {
    padding-bottom: 3.125rem;
  }
}

.p-mvv__body {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mvv__body {
    margin-top: 8.375rem;
  }
}

.p-mvv__message {
  background: transparent url(../images/concept/bg_concept.png) no-repeat center center/cover;
  padding: 2.5rem 0 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-mvv__message {
    padding: 4.125rem 0 6.875rem;
  }
}

.p-mvv__message--title {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-mvv__message--title {
    font-size: 2rem;
  }
}

.p-mvv__message--list {
  margin-top: 2rem;
  width: 90.9090909091%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-mvv__message--list {
    margin-top: 3.25rem;
    row-gap: 1.4375rem;
  }
}

.p-mvv__message--item {
  padding: 1rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-mvv__message--item {
    padding: 1.5625rem 1.5rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-notfound {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-notfound {
    padding-top: 6.25rem;
    padding-bottom: 11.25rem;
  }
}

.p-notfound__inner {
  max-width: 65.625rem;
}

.p-notfound__read {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-notfound__read {
    font-size: 1.375rem;
  }
}

.p-notfound__btn {
  max-width: 22.5rem;
  margin-inline: auto;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-notfound__btn {
    margin-top: 7.5rem;
  }
}

.p-obsession {
  padding-top: 3.75rem;
  padding-bottom: 6rem;
  background: transparent url(../images/concept/bg_obsession.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-obsession {
    padding-top: 6.875rem;
    padding-bottom: 9.875rem;
  }
}

.p-obsession__wrap {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-obsession__wrap {
    margin-top: 3.125rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
    row-gap: 4.25rem;
  }
}

.p-page-link {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-page-link {
    padding-top: 8.75rem;
  }
}

.p-page-link__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page-link__wrap {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.25rem;
  }
}

.p-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.p-pagination .wp-pagenavi span,
.p-pagination .wp-pagenavi a {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #4f4f4f;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span,
  .p-pagination .wp-pagenavi a {
    width: 3.375rem;
    height: 3.375rem;
  }
}

.p-pagination .current,
.p-pagination .page {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-pagination .current,
  .p-pagination .page {
    font-size: max(10px, 1rem);
  }
}

.p-pagination .current {
  color: #fff;
  background: #4f4f4f;
}

.p-pagination .wp-pagenavi span.current {
  font-weight: 400;
}

.p-pagination .page {
  color: #222;
}

.p-pagination .previouspostslink,
.p-pagination .nextpostslink {
  width: 2.5rem;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink,
  .p-pagination .nextpostslink {
    width: 2.625rem;
  }
}

.p-pagination .previouspostslink img,
.p-pagination .nextpostslink img {
  width: 0.5625rem;
  height: 1.0625rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-pagination .previouspostslink img,
  .p-pagination .nextpostslink img {
    width: 0.6875rem;
    height: 1.1875rem;
  }
}

.p-pagination .wp-pagenavi span.pages {
  width: 4.5625rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.pages {
    width: 4.8125rem;
    font-size: 1rem;
  }
}

.p-pagination .wp-pagenavi span.extend {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi span.extend {
    width: 2.625rem;
    height: 2.625rem;
    font-size: max(10px, 0.9375rem);
  }
}

.p-pagination .wp-pagenavi a.first,
.p-pagination .wp-pagenavi a.last {
  width: 4.5625rem;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 600;
  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;
}
@media screen and (min-width: 768px) {
  .p-pagination .wp-pagenavi a.first,
  .p-pagination .wp-pagenavi a.last {
    width: 4.6875rem;
    font-size: max(10px, 0.875rem);
  }
}

.p-recruit-culture {
  padding-top: 4.5rem;
  padding-bottom: 8.375rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-culture {
    padding-top: 6.25rem;
    padding-bottom: 10.625rem;
  }
}

.p-recruit-culture__title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-culture__title {
    max-width: 71.875rem;
    margin-inline: auto;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-recruit-culture__wrap {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-culture__wrap {
    max-width: 71.875rem;
    margin-inline: auto;
    margin-top: 4.5rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    row-gap: 5.625rem;
  }
}

.p-recruit-curriculum {
  padding-top: 4rem;
  background: transparent url(../images/recruit/curriculum_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum {
    padding-top: 7.5rem;
    padding-bottom: 9.875rem;
  }
}

.p-recruit-curriculum__head {
  margin-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__head {
    margin-top: 4.875rem;
    padding-bottom: 5.625rem;
    row-gap: 4.375rem;
  }
}

.p-recruit-curriculum__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__text {
    font-size: 1rem;
    text-align: center;
    line-height: 2;
  }
}

.p-recruit-curriculum__cate01List {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__cate01List {
    margin-top: 1.75rem;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
    row-gap: 1rem;
  }
}

.p-recruit-curriculum__cate01Item {
  height: 2.75rem;
  padding: 0.3125rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: #fff;
  -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__cate01Item {
    height: 3.125rem;
    padding: 0.625rem 1.625rem;
    font-size: 1.125rem;
  }
}

.p-recruit-curriculum__cate02List {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__cate02List {
    margin-top: 1.25rem;
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
    row-gap: 1rem;
  }
}

.p-recruit-curriculum__cate02Item {
  height: 2.75rem;
  padding: 0.3125rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, .75);
  -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.25rem 0.125rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__cate02Item {
    height: 3.125rem;
    padding: 0.625rem 1.75rem;
    font-size: 1.125rem;
  }
}

.p-recruit-curriculum__career {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-curriculum__career {
    margin-top: 6.0625rem;
  }
}

.p-recruit-features {
  padding-top: 3rem;
  padding-bottom: 8.25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-features {
    padding-top: 3.75rem;
    padding-bottom: 13rem;
  }
}

.p-recruit-features__wrap {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-features__wrap {
    margin-top: 3.75rem;
    row-gap: 4.25rem;
  }
}

.p-recruit-features__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-recruit-features__item:nth-child(odd)::after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
            box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-features__item:nth-child(even)::after {
    content: "";
    width: 100vw;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
            box-shadow: 0 0 1.25rem 0.125rem rgba(34, 34, 34, .08);
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-recruit-greeting {
  padding-top: 4rem;
  padding-bottom: 6.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting {
    padding-top: 5rem;
    padding-bottom: 12.5rem;
  }
}

.p-recruit-greeting__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__inner {
    padding-right: 0;
    padding-left: 0;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-recruit-greeting__img {
  margin-top: 2.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__img {
    width: 50%;
    margin-top: 7.5rem;
  }
}

.p-recruit-greeting__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 701/622;
}

.p-recruit-greeting__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__body {
    display: block;
    width: 35%;
    margin-left: 10.7142857143%;
    padding-bottom: 4.75rem;
  }
}

.p-recruit-greeting__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-recruit-greeting__area {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__area {
    margin-top: 3.875rem;
    row-gap: 2rem;
  }
}

.p-recruit-greeting__text {
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Marcellus", serif;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__text {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-recruit-greeting__name {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
  font-weight: 700;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (min-width: 768px) {
  .p-recruit-greeting__name {
    margin-top: 2.75rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-recruit-interview {
  padding-top: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-recruit-interview {
    padding-top: 8.75rem;
  }
}

.p-recruit-mv {
  position: relative;
  z-index: 2;
}

.p-recruit-mv__head {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__head {
    bottom: 4.5rem;
  }
}

.p-recruit-mv__title {
  display: inline-block;
  position: relative;
}

.p-recruit-mv__title--sub {
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__title--sub {
    font-size: 3.875rem;
    line-height: 1.5;
  }
}

.p-recruit-mv__title--main {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__title--main {
    margin-top: -0.3125rem;
    font-size: 1.125rem;
  }
}

.p-recruit-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/460;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__img img {
    aspect-ratio: 1400/550;
  }
}

.p-recruit-mv--salon .p-recruit-mv__img img {
  aspect-ratio: 380/480;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv--salon .p-recruit-mv__img img {
    aspect-ratio: 1400/550;
  }
}

.p-recruit-mv__body {
  width: 100%;
  margin-top: -7.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__body {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-recruit-mv__wrap {
  padding: 1.5rem 1.5rem 2rem 1rem;
  background: #fbf9f3;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.3125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.3125rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__wrap {
    width: 61.0909090909%;
    padding: 2.75rem 3.4375rem 4.25rem 2.625rem;
  }
}

.p-recruit-mv__logo {
  display: block;
  width: 6.5rem;
}

.p-recruit-mv__logo img {
  width: 100%;
  height: auto;
}

.p-recruit-mv__name {
  margin-top: 0.625rem;
  margin-left: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__name {
    font-size: 1.5rem;
  }
}

.p-recruit-mv__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__text {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-recruit-mv__btn {
  max-width: 20rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-mv__btn {
    width: 20rem;
    margin-inline: 0;
    margin-top: 0;
    margin-bottom: 0.5625rem;
  }
}

.p-recruit-mvv {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit-mvv {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit-mvv__inner {
    max-width: 65.625rem;
  }
}

.p-relation {
  padding-top: 5.125rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-relation {
    padding-top: 6.875rem;
    padding-bottom: 10rem;
  }
}

.p-relation--column {
  background: transparent url(../images/column/relation_bg.png) no-repeat center center/cover;
}

.p-relation--gallery {
  padding-bottom: 10.5rem;
  background: transparent url(../images/stylegallery/relation_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-relation--gallery {
    padding-bottom: 14rem;
  }
}

.p-relation--staff {
  background: transparent url(../images/staff/relation_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-relation--staff {
    padding-top: 8.125rem;
    padding-bottom: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .p-relation__inner {
    max-width: 86.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-relation--gallery .p-relation__inner,
  .p-relation--staff .p-relation__inner {
    max-width: 71.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-relation__title {
    max-width: 69.0625rem;
    margin-inline: auto;
  }
}

.p-relation__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-relation__list {
    margin-top: 4rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-relation--staff .p-relation__list {
  /*grid-template-columns: repeat(2, 1fr);*/
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-relation--staff .p-relation__list {
    max-width: 66.75rem;
    margin-inline: auto;
    margin-top: 3.5rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3rem;
  }
}

.p-relation--gallery .p-relation__list {
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-relation--gallery .p-relation__list {
    max-width: 68.75rem;
    margin-inline: auto;
    margin-top: 2.25rem;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.875rem;
       -moz-column-gap: 2.875rem;
            column-gap: 2.875rem;
    row-gap: 3rem;
  }
}

.p-relation--gallery .p-relation__item img {
  aspect-ratio: 240/300;
}

.p-salon-gallery {
  padding-top: 4rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-salon-gallery {
    padding-top: 5.625rem;
    padding-bottom: 16.5rem;
  }
}

.p-salon-gallery__wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-salon-gallery__wrap {
    margin-top: 5.625rem;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
    row-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-salon-gallery__item {
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .p-salon-gallery__item:nth-child(even) {
    margin-top: 1.625rem;
  }
}

.p-salon-gallery__item img {
  width: 100%;
  height: auto;
}

.p-salon-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-salon-list {
    row-gap: 3.125rem;
  }
}

.p-salon-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-salon-list__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-salon-list__img {
    width: 66.3636363636%;
    border-radius: 20px;
    overflow: hidden;
  }
}

.p-salon-list__img img {
  width: 100%;
  height: auto;
}

.p-salon-list__body {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-salon-list__body {
    margin-top: 0;
    width: 30.9090909091%;
    padding-bottom: 1.125rem;
  }
}

.p-salon-list__name {
  font-size: 1.25rem;
  text-align: right;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-salon-list__name {
    font-size: 1.5rem;
  }
}

.p-salon-list__access {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  text-align: right;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-salon-list__access {
    margin-top: 0.375rem;
    font-size: 0.8rem;
  }
}

.p-salon-list__btn {
  width: 6.25rem;
  margin-left: auto;
  margin-top: 1.125rem;
}

.p-side:nth-child(n+2) {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-side:nth-child(n+2) {
    margin-top: 5.375rem;
  }
}

.p-side__head {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #222;
}

.p-side__title {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-side__title {
    font-size: 1.25rem;
  }
}

.p-side__body {
  margin-top: 1.3125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
}

.p-side__list {
  padding-left: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-side__list {
    row-gap: 1.4375rem;
  }
}

.p-side__list .cat-item {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-side__list .cat-item {
    font-size: 1rem;
  }
}

.p-side__list .cat-item::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  background: #222;
  position: absolute;
  top: 0.4375rem;
  left: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-side__list .cat-item::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.4375rem;
    left: -1.0625rem;
  }
}

.p-side__box--head {
  padding-left: 0.1875rem;
  cursor: pointer;
  position: relative;
}

.p-side__box--head::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-top: 0.625rem solid #f691be;
  border-bottom: 0;
  position: absolute;
  top: 58%;
  right: 0.6875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.p-side__box--head.active::after {
  top: 10%;
  transform: rotateZ(180deg) translate(0, -50%);
  -webkit-transform: rotateZ(180deg) translate(0, -50%);
}

.p-side__box--title {
  padding: 0 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-side__box--title {
    font-size: 1rem;
  }
}

.p-side__subList {
  padding-left: 1.125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.375rem;
}

.p-side__subItem {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-side__subItem {
    font-size: 1rem;
  }
}

.p-solicitation {
  padding-top: 4.5rem;
  padding-bottom: 8.25rem;
}
@media screen and (min-width: 768px) {
  .p-solicitation {
    padding-top: 8.75rem;
    padding-bottom: 12.5rem;
  }
}

.p-solicitation__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-solicitation__list {
    margin-top: 4.75rem;
    row-gap: 2.5rem;
  }
}

.p-solicitation__item {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, .5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-solicitation__item {
    padding-bottom: 2.125rem;
    -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;
    row-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-solicitation__head {
    width: 18.125rem;
  }
}

.p-solicitation__term {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-solicitation__term {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-solicitation__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-solicitation__body {
    width: 50.625rem;
    row-gap: 2.25rem;
  }
}

.p-solicitation__desc {
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-solicitation__desc {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-solicitation__desc em {
  font-weight: 700;
  font-style: normal;
}

.p-solicitation__btn {
  max-width: 23.125rem;
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-solicitation__btn {
    margin-top: 5rem;
  }
}

.p-staff-single {
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-staff-single {
    padding-bottom: 10rem;
  }
}

.p-staff-single__inner {
  padding-top: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__inner {
    padding-top: 8.75rem;
  }
}

.p-staff-single__wrap {
  padding-bottom: 6rem;
  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: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__wrap {
    padding-bottom: 8.25rem;
    -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;
    row-gap: 0;
  }
}

.p-staff-single__wrap::after {
  content: "";
  width: 30.9090909091%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.p-staff-single__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__head {
    width: 45.4545454545%;
  }
}

.p-staff-single__cate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.125rem 1rem 2.0625rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(0, 0, 0, .75);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-staff-single__cate {
    font-size: 1rem;
  }
}

.p-staff-single__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/665;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media screen and (min-width: 768px) {
  .p-staff-single__body {
    width: 47.6363636364%;
    padding-top: 1.1875rem;
  }
}

.p-staff__alphabet {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-staff__alphabet {
    font-size: 2.625rem;
  }
}

.p-staff__title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-staff__title {
    margin-top: 0.875rem;
    font-size: 1rem;
  }
}

.p-staff-single__message {
  margin-top: 3rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__message {
    margin-top: 3.875rem;
    padding-bottom: 1.625rem;
    font-size: 1.375rem;
  }
}

.p-staff-single__message::after {
  content: "";
  width: 95vw;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-staff-single__message::after {
    width: 50vw;
  }
}

.p-staff-single__detail {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single__detail {
    margin-top: 3.125rem;
    row-gap: 4.25rem;
  }
}

.p-staff-single__area--title {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__area--title {
    padding-left: 1.375rem;
    font-size: 1rem;
  }
}

.p-staff-single__area--title::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: #222;
  position: absolute;
  top: 0.5rem;
  left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single__area--title::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.625rem;
    left: 0.3125rem;
  }
}

.p-staff-single__area--text {
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-single__area--text {
    margin-top: 0.6875rem;
    margin-left: 1.375rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-staff-single__bottom {
  margin-top: 3rem;
  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;
}
@media screen and (min-width: 768px) {
  .p-staff-single__bottom {
    margin-top: 3.75rem;
    -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;
    row-gap: 0;
  }
}

.p-staff-single__btn {
  width: 10.875rem;
}

.p-staff-single__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single__snsList {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

.p-staff-single__link {
  width: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-staff-single__link {
    width: 3.25rem;
  }
}

.p-staff-single__link img {
  width: 100%;
  height: auto;
}

.p-staff {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .p-staff {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.p-staff:first-of-type {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-staff:first-of-type {
    padding-top: 7.5rem;
  }
}

.p-staff:last-of-type {
  padding-bottom: 13.125rem;
}
@media screen and (min-width: 768px) {
  .p-staff:last-of-type {
    padding-bottom: 22.875rem;
  }
}

.p-staff:nth-of-type(even) {
  background: transparent url(../images/staff/staff_bg.png) no-repeat center center/cover;
}

.p-staff__title--main {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff__title--main {
    font-size: 1.875rem;
  }
}

.p-staff__title--sub {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-staff__title--sub {
    font-size: 1rem;
  }
}

.p-staff__wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__wrap {
    max-width: 66.875rem;
    margin-inline: auto;
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3rem;
  }
}

.p-stylegallery-single {
  padding-bottom: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single {
    padding-bottom: 8.125rem;
  }
}

.p-stylegallery-single__inner {
  padding-top: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__inner {
    padding-top: 8.75rem;
  }
}

.p-stylegallery-single__wrap {
  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: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__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;
    row-gap: 0;
  }
}

.p-stylegallery-single__head {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__head {
    width: 45.4545454545%;
  }
}

.p-stylegallery-single__mainImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/665;
}

.p-stylegallery-single__bottom {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__bottom {
    margin-top: 1.5rem;
  }
}

.p-stylegallery-single__read {
  display: inline-block;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__read {
    font-size: 1rem;
  }
}

.p-stylegallery-single__read::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-top: 0.4375rem solid #222222;
  border-bottom: 0;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__read::after {
    border-right: 0.25rem solid transparent;
    border-left: 0.25rem solid transparent;
    border-top: 0.4375rem solid #222222;
  }
}

.p-stylegallery-single__subList {
  margin-top: 0.625rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__subList {
    margin-top: 1.25rem;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
    row-gap: 0.4375rem;
  }
}

.p-stylegallery-single__subItem {
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__subItem {
    cursor: pointer;
  }
}

.p-stylegallery-single__subItem.active {
  opacity: 0.7;
}

.p-stylegallery-single__subItem img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 96/128;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-stylegallery-single__subItem:hover img {
    scale: 1.1;
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-stylegallery-single__body {
    width: 47.6363636364%;
    padding-top: 2.25rem;
  }
}

.p-stylegallery-single__name {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__name {
    padding-bottom: 1.625rem;
    font-size: 1.375rem;
  }
}

.p-stylegallery-single__name::after {
  content: "";
  width: 95vw;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__name::after {
    width: 50vw;
  }
}

.p-stylegallery-single__detail {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__detail {
    margin-top: 3.125rem;
    row-gap: 4.25rem;
  }
}

.p-stylegallery-single__area--title {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__area--title {
    padding-left: 1.375rem;
    font-size: 1rem;
  }
}

.p-stylegallery-single__area--title::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: #222;
  position: absolute;
  top: 0.5rem;
  left: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__area--title::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.625rem;
    left: 0.3125rem;
  }
}

.p-stylegallery-single__area--text {
  margin-top: 0.5rem;
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__area--text {
    margin-top: 0.6875rem;
    margin-left: 1.375rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-stylegallery-single__btn {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__btn {
    margin-top: 5rem;
  }
}

.p-stylegallery-single__btn .c-btn02 {
  height: 2.875rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery-single__btn .c-btn02 {
    height: 3.25rem;
    font-size: 1rem;
  }
}

.p-stylegallery {
  padding-bottom: 9.25rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery {
    padding-bottom: 12.375rem;
  }
}

.p-stylegallery__inner {
  padding-top: 6.375rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__inner {
    padding-top: 8.625rem;
  }
}

.p-stylegallery__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__head {
    -webkit-column-gap: 0.875rem;
       -moz-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }
}

.p-stylegallery__cateTitle {
  width: 5.625rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__cateTitle {
    font-size: 1rem;
  }
}

.p-stylegallery__cateList {
  width: calc(100% - 5.625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__cateList {
    width: calc(100% - 7.125rem);
    -webkit-column-gap: 2.875rem;
       -moz-column-gap: 2.875rem;
            column-gap: 2.875rem;
  }
}

.p-stylegallery__cateItem {
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__cateItem {
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}

.p-stylegallery__cateItem::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #fff;
  border: 1px solid #b0b0b0;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__cateItem::before {
    width: 0.92375rem;
    height: 0.92375rem;
    top: 0;
    left: 0;
  }
}

.p-stylegallery__cateItem--active::before {
  background: #b0b0b0;
}

.p-stylegallery__body {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__body {
    margin-top: 4.375rem;
  }
}

.p-stylegallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__list {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.75rem;
       -moz-column-gap: 2.75rem;
            column-gap: 2.75rem;
    row-gap: 3.375rem;
  }
}

.p-stylegallery__item img {
  aspect-ratio: 240/300;
}

.p-stylegallery__pagination {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .p-stylegallery__pagination {
    margin-top: 8.375rem;
  }
}

.p-sub-about {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about {
    padding-top: 17.5rem;
    padding-bottom: 6rem;
  }
}

.p-sub-about__swiper {
  width: 89.2857142857%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__swiper {
    margin-top: 3.5rem;
  }
}

.p-sub-about__swiper .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 0.75rem;
  left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__swiper .swiper-pagination {
    bottom: 2rem;
    left: 1.875rem;
  }
}

.p-sub-about__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #8c8c8c;
  -webkit-box-shadow: 0 0 1.3125rem rgba(255, 255, 255, .08);
          box-shadow: 0 0 1.3125rem rgba(255, 255, 255, .08);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-about__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 0.3125rem;
  }
}

.p-sub-about__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fbf9f3;
}

.p-sub-about__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-about__body {
  width: 84%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__body {
    width: 82.1428571429%;
    margin-top: 3.875rem;
  }
}

.p-sub-about__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__list {
    row-gap: 1.875rem;
  }
}

.p-sub-about__item {
  background: rgba(195, 183, 168, .2);
}

.p-sub-about__item--inner {
  width: 94%;
  margin-right: auto;
  padding: 1.125rem 0 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__item--inner {
    width: 87.3913043478%;
    padding: 2.3125rem 0 2.375rem 2rem;
  }
}

.p-sub-about__item--title {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-about__item--title {
    font-size: 1.25rem;
  }
}

.p-sub-about__item--text {
  margin-top: 1rem;
  margin-left: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-sub-about__item--text {
    margin-top: 1.5625rem;
    font-size: 0.875rem;
  }
}

.p-sub-about__detail {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p-sub-about__detail {
    margin-top: 3rem;
  }
}

.p-sub-about__detail--item {
  border-bottom: 1px solid rgba(34, 34, 34, .5);
}

.p-sub-about__detail--inner {
  width: 94%;
  margin-right: auto;
  padding: 1rem 0 1rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-about__detail--inner {
    width: 87.3913043478%;
    padding: 1.625rem 0 1.625rem 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-sub-about__detail--term {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-about__detail--term {
    width: 26.8656716418%;
    font-size: 1rem;
  }
}

.p-sub-about__detail--desc {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-about__detail--desc {
    width: 70.6467661692%;
    font-size: 1rem;
  }
}

.p-sub-access {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  background: transparent url(../images/salon/bg_access.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-access {
    padding-top: 6.25rem;
    padding-bottom: 11rem;
  }
}

.p-sub-access__read {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-access__read {
    margin-top: 2.25rem;
    font-size: 1rem;
  }
}

.p-sub-access__map {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-access__map {
    margin-top: 1.875rem;
  }
}

.p-sub-access__map iframe {
  display: block;
  width: 100%;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-sub-access__map iframe {
    height: 28.125rem;
  }
}

.p-sub-access__body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-access__body {
    margin-top: 2rem;
  }
}

.p-sub-access__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-sub-access__subtitle {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-access__subtitle {
    font-size: 1rem;
  }
}

.p-sub-access__btn {
  display: inline-block;
  margin-left: 0.875rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-access__btn {
    margin-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1rem;
  }
}

.p-sub-access__btn::before {
  content: "";
  width: 0.8125rem;
  height: 0.5625rem;
  background: transparent url(../images/common/arrow_01.svg) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  left: -0.875rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-sub-access__btn::before {
    left: -1.8125rem;
  }
}

.p-sub-access__btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-sub-access__bottom {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-access__bottom {
    margin-top: 1.875rem;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

.p-sub-access__step {
  position: relative;
}

.p-sub-access__step:not(:nth-child(4n+1)):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1.625rem solid transparent;
  border-left: 1.625rem solid transparent;
  border-top: 1.25rem solid #800020;
  border-bottom: 0;
  border-style: solid;
  position: absolute;
  top: -1.875rem;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-sub-access__step:not(:nth-child(4n+1)):before {
    border-top: 1.625rem solid transparent;
    border-bottom: 1.625rem solid transparent;
    border-left: 1.25rem solid #800020;
    border-right: 0;
    position: absolute;
    top: 52%;
    left: -1.9375rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}

.p-sub-breadcrumb {
  margin-top: 1.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-sub-breadcrumb {
    margin-top: 0;
  }
}

.p-sub-breadcrumb .p-breadcrumb {
  position: relative;
}

.p-sub-features01 {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
  background: transparent url(../images/eyelash-menu/bg_features.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-features01 {
    padding-top: 8.125rem;
    padding-bottom: 11rem;
  }
}

.p-sub-features01__wrap {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features01__wrap {
    margin-top: 6rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 4.1875rem;
       -moz-column-gap: 4.1875rem;
            column-gap: 4.1875rem;
    row-gap: 6.25rem;
  }
}

.p-sub-features02 {
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02 {
    padding-top: 10rem;
    padding-bottom: 11.875rem;
  }
}

.p-sub-features02__head {
  margin-top: 3.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__head {
    margin-top: 5.625rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-sub-features02__body {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__body {
    margin-top: 8.375rem;
  }
}

.p-sub-features02__read {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__read {
    font-size: 1.875rem;
  }
}

.p-sub-features02__wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__wrap {
    margin-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3.625rem;
       -moz-column-gap: 3.625rem;
            column-gap: 3.625rem;
  }
}

.p-sub-features02__list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__list {
    margin-top: 0;
    width: 45.6363636364%;
  }
}

.p-sub-features02__item {
  padding: 1rem 1.5rem 1rem 3rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  background: rgba(195, 183, 168, .2);
  border-radius: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__item {
    padding: 1.625rem 1.875rem 1.6875rem 5.625rem;
    font-size: 1.125rem;
  }
}

.p-sub-features02__item::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: transparent url(../images/common/icon_check.svg) no-repeat center center/100%;
  position: absolute;
  top: 1.1875rem;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__item::before {
    width: 1.75rem;
    height: 1.75rem;
    top: 1.625rem;
    left: 2rem;
  }
}

.p-sub-features02__area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__area {
    width: 40%;
    margin-left: 4.5454545455%;
    row-gap: 3.125rem;
  }
}

.p-sub-features02__text {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-features02__text {
    font-size: 1.125rem;
    line-height: 2.6666666667;
  }
}

.p-sub-gallery {
  padding-top: 2rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-gallery {
    padding-top: 3.125rem;
    padding-bottom: 13.125rem;
  }
}

.p-sub-gallery__wrap {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-sub-gallery__wrap {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-gallery__img {
    cursor: pointer;
  }
}

.p-sub-gallery__img img {
  width: 100%;
  height: auto;
}

.p-sub-guide {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
  background: transparent url(../images/contact/bg_guide.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-guide {
    padding-top: 8.125rem;
    padding-bottom: 9.375rem;
  }
}

.p-sub-guide__title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3333333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-guide__title {
    font-size: 1.875rem;
  }
}

.p-sub-guide__list {
  margin-top: 4rem;
  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: 2.5rem;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-guide__list {
    width: 89.4545454545%;
    margin-inline: auto;
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4.5625rem;
       -moz-column-gap: 4.5625rem;
            column-gap: 4.5625rem;
    row-gap: 5.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-guide__item {
    width: 46.2906504065%;
  }
}

.p-sub-menu {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-menu {
    padding-bottom: 9rem;
  }
}

.p-sub-menu:last-of-type {
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-sub-menu:last-of-type {
    padding-bottom: 16.375rem;
  }
}

.p-sub-menu__head {
  padding: 0.625rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__head {
    width: 89.2857142857%;
    margin-left: auto;
    padding: 0;
  }
}

.p-sub-menu__detail {
  padding: 0 1.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-sub-menu__detail {
    width: 80%;
    margin-right: auto;
    margin-left: 2.8125rem;
    padding: 0;
    top: 53%;
  }
}

.p-sub-menu__title {
  color: #fff;
}

.p-sub-menu__title--sub {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__title--sub {
    font-size: 2.5rem;
  }
}

.p-sub-menu__title--main {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.3333333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__title--main {
    font-size: 1.125rem;
  }
}

.p-sub-menu__read {
  margin-top: 2.375rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__read {
    margin-top: 2.375rem;
    font-size: 1rem;
  }
}

.p-sub-menu__img {
  max-height: 17.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__img {
    max-height: none;
    overflow: visible;
  }
}

.p-sub-menu__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__img img {
    aspect-ratio: 1250/240;
  }
}

.p-sub-menu__body {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__body {
    padding-top: 4.125rem;
  }
}

.p-sub-menu__list {
  width: 85.3333333333%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__list {
    width: 71.4285714286%;
    row-gap: 1.375rem;
  }
}

.p-sub-menu__item {
  padding-left: 0.75rem;
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__item {
    padding-left: 1.4375rem;
    padding-bottom: 1.875rem;
  }
}

.p-sub-menu__item::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  background: #000;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__item::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.625rem;
  }
}

.p-sub-menu__item--name {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__item--name {
    font-size: 1rem;
  }
}

.p-sub-menu__item--detail {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 0.625rem;
}

.p-sub-menu__item--area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.3125rem;
}

.p-sub-menu__item--unit {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: right;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__item--unit {
    font-size: 1.125rem;
  }
}

.p-sub-menu__item--price {
  width: 4.375rem;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: right;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__item--price {
    width: 6.25rem;
    font-size: 1.125rem;
  }
}

.p-sub-menu__btn {
  width: 90%;
  margin-top: 5rem;
  max-width: 26.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-menu__btn {
    width: 100%;
    margin-top: 13.4375rem;
  }
}

.p-sub-message {
  padding-top: 5.5rem;
  padding-bottom: 3.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-message {
    padding-top: 7.75rem;
    padding-bottom: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-message__wrap {
    width: 89.0909090909%;
    margin-inline: auto;
  }
}

.p-sub-message__read {
  font-size: 1.375rem;
  text-align: center;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-message__read {
    font-size: 1.875rem;
  }
}

.p-sub-message__text {
  margin-top: 2.5rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-message__text {
    margin-top: 3.875rem;
    font-size: 1.125rem;
    line-height: 2.6666666667;
  }
}

.p-sub-mv {
  position: relative;
  z-index: 2;
}

.p-sub-mv__head {
  width: 100%;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__head {
    bottom: 6.875rem;
  }
}

.p-sub-mv--salon .p-sub-mv__head {
  bottom: auto;
  top: 24%;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--salon .p-sub-mv__head {
    top: 38%;
  }
}

.p-sub-mv__title {
  display: inline-block;
  position: relative;
}

.p-sub-mv__title--sub {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title--sub {
    font-size: 3.875rem;
  }
}

.p-sub-mv__title--main {
  margin-top: 0.1875rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__title--main {
    font-size: 1.125rem;
  }
}

.p-sub-mv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/240;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__img img {
    aspect-ratio: 1400/406;
  }
}

.p-sub-mv--salon .p-sub-mv__img img {
  aspect-ratio: 380/480;
}
@media screen and (min-width: 768px) {
  .p-sub-mv--salon .p-sub-mv__img img {
    aspect-ratio: 1400/550;
  }
}

.p-sub-mv__body {
  width: 100%;
  margin-top: -7.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__body {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}

.p-sub-mv__wrap {
  padding: 1.5rem 1.5rem 2rem 1rem;
  background: #fbf9f3;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.3125rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.3125rem rgba(0, 0, 0, .08);
}
@media screen and (min-width: 768px) {
  .p-sub-mv__wrap {
    width: 61.0909090909%;
    padding: 2.75rem 3.4375rem 4.25rem 2.625rem;
  }
}

.p-sub-mv__logo {
  display: block;
  width: 6.5rem;
}

.p-sub-mv__logo img {
  width: 100%;
  height: auto;
}

.p-sub-mv__name {
  margin-top: 0.625rem;
  margin-left: 0.1875rem;
  font-size: 1.25rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__name {
    font-size: 1.5rem;
  }
}

.p-sub-mv__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__text {
    margin-top: 1.625rem;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-sub-mv__btn {
  max-width: 20rem;
  margin-inline: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-mv__btn {
    width: 20rem;
    margin-inline: 0;
    margin-top: 0;
    margin-bottom: 0.5625rem;
  }
}

.p-sub-policy {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .p-sub-policy {
    padding-top: 9.125rem;
    padding-bottom: 11.875rem;
  }
}

.p-sub-policy__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-policy__list {
    margin-top: 4.25rem;
    row-gap: 4.5rem;
  }
}

.p-sub-policy__item {
  padding: 1.5rem 1rem 2rem;
  background: #fff;
  -webkit-box-shadow: 0 0 1.3125rem 0.6875rem rgba(0, 0, 0, .08);
          box-shadow: 0 0 1.3125rem 0.6875rem rgba(0, 0, 0, .08);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-policy__item {
    padding: 2.4375rem 2.6875rem 3.8125rem;
  }
}

.p-sub-policy__item--number {
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  right: 0.625rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-sub-policy__item--number {
    font-size: 3.5rem;
    right: 1.25rem;
  }
}

.p-sub-policy__item--title {
  font-size: 1.375rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sub-policy__item--title {
    font-size: 1.75rem;
  }
}

.p-sub-policy__item--text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sub-policy__item--text {
    margin-top: 1.75rem;
    font-size: 1.125rem;
  }
}

.p-sub-qa {
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
  background: transparent url(../images/eyelash-menu/bg_qa.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-sub-qa {
    padding-top: 9.25rem;
    padding-bottom: 14.25rem;
  }
}

.p-sub-qa__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-sub-qa__list {
    width: 92.7272727273%;
    margin-inline: auto;
    margin-top: 5.25rem;
    row-gap: 3.625rem;
  }
}

.p-sub-qa__item {
  border-bottom: 1px solid #222;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-qa__item {
    padding-bottom: 2.1875rem;
  }
}

.p-sub-salon {
  padding-top: 5.5rem;
  padding-bottom: 6rem;
  background: transparent url(../images/salon/salon_bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-salon {
    padding-top: 8.875rem;
    padding-bottom: 10rem;
  }
}

.p-top-column {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: transparent url(../images/top/column_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-column {
    padding-top: 9rem;
    padding-bottom: 9.375rem;
  }
}

.p-top-column__inner {
  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-column__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-column__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-top-column__title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-column__title {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-top-column__btn {
  width: 7.25rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-column__btn {
    margin-top: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-top-column__wrapper {
  width: 89.2857142857%;
  margin-left: auto;
  margin-top: 2rem;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-column__wrapper {
    margin-top: 3.3125rem;
  }
}

.p-top-column__slide {
  height: auto !important;
}

.p-top-column__swiper--prev,
.p-top-column__swiper--next {
  width: 2.75rem;
  height: 2.75rem;
  background: #222;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 55%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-column__swiper--prev,
  .p-top-column__swiper--next {
    width: 4.375rem;
    height: 4.375rem;
    top: 51.5%;
  }
}

.p-top-column__swiper--prev {
  left: -1.375rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .p-top-column__swiper--prev {
    left: -2.1875rem;
  }
}

.p-top-column__swiper--next {
  right: 9.1%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .p-top-column__swiper--prev:hover,
  .p-top-column__swiper--next:hover {
    background: #f691be;
  }
}

.p-top-column__swiper--prev::after,
.p-top-column__swiper--next::after {
  content: "";
  width: 0.5rem;
  height: 1.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-column__swiper--prev::after,
  .p-top-column__swiper--next::after {
    width: 0.75rem;
    height: 1.4375rem;
  }
}

.p-top-column__swiper--prev::after {
  background: transparent url(../images/common/arrow_slide-prev.png) no-repeat center center/100%;
}

.p-top-column__swiper--next::after {
  background: transparent url(../images/common/arrow_slide-next.png) no-repeat center center/100%;
}

.p-top-concept {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept {
    padding-top: 9rem;
    padding-bottom: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__inner {
    width: 89.2857142857%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-top-concept__top {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__top {
    width: 28.8%;
    padding-top: 5.125rem;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-concept__title {
    margin-left: 0.125rem;
  }
}

.p-top-concept__read {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  line-height: 3;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-concept__read {
    margin-top: 2.75rem;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
}

.p-top-concept__btn {
  margin-top: 1.5625rem;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__btn {
    margin-top: 1.5625rem;
  }
}

.p-top-concept__bottom {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__bottom {
    width: 68%;
    margin-top: 0;
  }
}

.p-top-concept__img--01 {
  width: 85%;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--01 {
    width: 91.7647058824%;
  }
}

.p-top-concept__img--02 {
  width: 45%;
  margin-top: -3.375rem;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img--02 {
    width: 42.3529411765%;
    margin-top: -8.375rem;
    left: -2.5rem;
  }
}

.p-top-concept__img img {
  width: 100%;
  height: auto;
}

.p-top-gallery {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-gallery {
    padding-top: 8.75rem;
    padding-bottom: 9.375rem;
  }
}

.p-top-gallery__inner {
  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-gallery__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-top-gallery__title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__title {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-top-gallery__btn {
  width: 7.25rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__btn {
    margin-top: 2.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-top-gallery__wrap {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-gallery__wrap {
    margin-top: 2.25rem;
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-top-menu {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
  background: transparent url(../images/top/menu_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-menu {
    padding-top: 9.375rem;
    padding-bottom: 15rem;
  }
}

.p-top-menu__wrap {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 8.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-menu__wrap {
    margin-top: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-menu__item:nth-child(odd) {
    margin-top: 3.75rem;
  }
}

.p-top-news {
  width: 85.3333333333%;
  max-width: 25rem;
  border-radius: 2.1875rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    width: 25rem;
  }
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  row-gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-news__title {
  width: 20%;
  min-height: 4.375rem;
  padding: 0.625rem 0.75rem 0.625rem 0.75rem;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  background: #f691be;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    padding: 0.9375rem 1.25rem 0.9375rem 1.1875rem;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-top-news__body {
  width: 80%;
  position: relative;
}

.p-top-news__list {
  height: 100%;
}

.p-top-news__item {
  height: 100%;
}

.p-top-news__link {
  height: 100%;
  padding: 0.9375rem 2.25rem 0.9375rem 0.625rem;
  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;
  row-gap: 0.3125rem;
  background: rgba(255, 255, 255, .7);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    padding: 0.9375rem 2.5rem 0.9375rem 1.4375rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__link:hover {
    background: #e99dbf;
    opacity: 1;
  }
}

.p-top-news__link::after {
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url(../images/common/arrow_01.svg);
          mask-image: url(../images/common/arrow_01.svg);
  background: #222;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .p-top-news__link:hover::after {
    opacity: 1;
    background: #fff;
  }
}

.p-top-news__date {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-news__date {
    font-size: 0.875rem;
  }
}

.p-top-news__text {
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "MS Pゴシック", "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .p-top-news__text {
    font-size: 0.875rem;
  }
}

.p-top-recruit {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background: transparent url(../images/top/recruit_img.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    padding-top: 8.0625rem;
    padding-bottom: 8.625rem;
  }
}

.p-top-recruit__inner {
  position: relative;
}

.p-top-recruit__area {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__area {
    margin-top: 1.75rem;
    margin-left: 3rem;
  }
}

.p-top-recruit__read {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__read {
    font-size: 1rem;
    line-height: 3;
  }
}

.p-top-recruit__btn {
  width: 6.25rem;
  margin-top: 1.625rem;
}

.p-top-salon {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background: transparent url(../images/top/salon_bg.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-top-salon {
    padding-top: 9.625rem;
    padding-bottom: 9.625rem;
  }
}

.p-top-salon__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-top-salon__title {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-top-salon__list {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-salon__list {
    margin-top: 0;
  }
}

.p-top-staff {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-staff {
    padding-top: 9rem;
    padding-bottom: 9.375rem;
  }
}

.p-top-staff__inner {
  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-staff__top {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-top-staff__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-top-staff__title {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-staff__title {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-top-staff__btn {
  width: 7.25rem;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: 1.25rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-top-staff__btn {
    margin-top: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-top-staff__wrapper {
  margin-top: 2.625rem;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-staff__wrapper {
    margin-top: 3.125rem;
  }
}

.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

.grecaptcha-badge {
	display: none !important;
}
@media screen and (min-width: 768px) {
	.p-sub-guide__item:nth-of-type(4) .p-guide-card__img img, .p-sub-guide__item:nth-of-type(5) .p-guide-card__img img {
		height: 122.75px;
	}
}
