@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  word-break: normal;
  line-break: strict;
  height: 100%;
  margin: 0 auto;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  height: 100%;
  margin: 0 auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  display: block;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

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

figure {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

button {
  border: none;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  table-layout: auto;
  border-spacing: 0;
}

th, td {
  border: none;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-size: max(1.5rem, 11px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  background-color: #FAFAF7;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}

main {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  main {
    margin-top: 6rem;
  }
}

main.p-top {
  margin-top: 0;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* ------------------------------------------------
l-header
--------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
}

.l-header--top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 777;
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 50px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 30px;
    max-width: 600px;
  }
}

.l-inner--1300 {
  max-width: 1300px;
}
@media only screen and (max-width: 767px) {
  .l-inner--1300 {
    max-width: 600px;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  width: 26px;
  height: inherit;
  margin-left: auto;
  position: relative;
  display: block;
  z-index: 999;
}

.c-hamburger span {
  position: absolute;
  display: block;
  height: 2px;
  width: 26px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header.is-bg .c-hamburger span {
  background-color: #fff;
}

.p-header--top .c-hamburger span {
  background-color: #fff;
}

.c-hamburger:hover {
  cursor: pointer;
}

.c-hamburger span:nth-child(1) {
  top: 36%;
}

.c-hamburger span:nth-child(3) {
  top: 64%;
}

.c-hamburger.is-step01 span:nth-child(1) {
  top: 50%;
}

.c-hamburger.is-step01 span:nth-child(3) {
  top: 50%;
}

.c-hamburger.is-step02 span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 30px;
  background-color: #fff;
}

.c-hamburger.is-step02 span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-step02 span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 30px;
  background-color: #fff;
}

/* ------------------------------------------------
c-btn
--------------------------------------------------- */
.c-btn {
  min-width: 24rem;
  display: inline-block;
  text-align: center;
  background-color: #000;
  padding: 1.6rem 6rem;
  border: 0.2rem solid #000;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-btn {
    min-width: 22rem;
    padding: 1.6rem 1.4rem;
  }
}

.c-btn span {
  display: block;
  position: relative;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-btn span {
    font-size: 1.8rem;
  }
}

.c-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.c-btn--white {
  background-color: #fff;
  border: 0.2rem solid #fff;
}

.c-btn--white::after {
  background-color: #000;
}

.c-btn--white span {
  color: #000;
}

.c-btn--ja {
  padding: 1.8rem 6rem;
}

.c-btn--ja span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-btn--ja span {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.c-btn--post {
  padding: 1.8rem 6rem;
}
@media only screen and (max-width: 767px) {
  .c-btn--post {
    min-width: initial;
    padding: 1rem 3rem 1rem 2rem;
  }
}

.c-btn--post span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-btn--post span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-btn--post::after {
    right: 1.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}

.c-btn:hover span {
  color: #000;
}

.c-btn:hover::after {
  -webkit-transform: scale(100);
          transform: scale(100);
}

.c-btn--white:hover span {
  color: #fff;
}

.c-btn--white:hover::after {
  background-color: #000;
}

/* ------------------------------------------------
c-section-title
--------------------------------------------------- */
.c-section-title {
  text-align: center;
  position: relative;
}

.c-section-title span {
  display: block;
  color: #000;
}

.c-section-title span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .c-section-title span:nth-of-type(1) {
    font-size: 3.2rem;
  }
}

.c-section-title span:nth-of-type(2) {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1.7rem, 13px);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .c-section-title span:nth-of-type(2) {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.c-section-title--white span:nth-of-type(1) {
  color: #fff;
}

.c-section-title--white span:nth-of-type(2) {
  color: #fff;
}

.c-section-title--left {
  text-align: left;
}

.c-section-title--left::after {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .c-section-title--left::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.c-section-title--contact span:nth-of-type(1) {
  font-size: 1.8rem;
}

.c-section-title--contact span:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .c-section-title--contact span:nth-of-type(2) {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-section-title--sp {
    text-align: center;
  }
}

/* ------------------------------------------------
パンくず
--------------------------------------------------- */
/* パンくずリストの親要素 */
.c-breadcrumbs .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* パンくずリンクとテキスト */
.c-breadcrumbs a,
.c-breadcrumbs span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.c-breadcrumbs a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 1.3rem 1rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs a {
    padding: 0.8rem 0.6rem;
  }
}

.c-breadcrumbs span:not(:last-of-type) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.c-breadcrumbs span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 最後の要素が余分に広がらないよう調整 */
  max-width: 100%; /* 必ず幅を制限 */
  min-width: 0;
}

.c-breadcrumbs span.current-item {
  width: 100%;
  display: block;
  padding: 1.4rem 1rem 1.6rem 1rem;
  overflow: hidden; /* はみ出し部分を隠す */
  white-space: nowrap; /* テキストを1行に制限 */
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs span.current-item {
    padding: 0.8rem 0.6rem;
  }
}

.c-breadcrumbs .breadcrumb-icon {
  display: block;
  width: 0.8rem;
  aspect-ratio: 1/1;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-breadcrumbs .breadcrumb-icon {
    margin-top: 0.1rem;
    width: 0.6rem;
  }
}

.c-breadcrumbs a:hover {
  opacity: 0.5;
}

/* ------------------------------------------------
c-bg
--------------------------------------------------- */
.c-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  width: calc(50% + 50vw);
  height: 100%;
  background-color: #fff;
  border-top: 0.4rem solid #000;
  border-bottom: 0.4rem solid #000;
}

.c-bg--left {
  right: 0;
  border-right: 0.4rem solid #000;
}

.c-bg--right {
  left: 0;
  border-left: 0.4rem solid #000;
}

.c-bg--bk {
  background-color: #000;
}

.c-bg--red {
  background-color: #E00E0F;
  border: none;
}

/* ------------------------------------------------
c-business-container
--------------------------------------------------- */
.c-business-container {
  padding-block: 8rem 16rem;
}
@media only screen and (max-width: 767px) {
  .c-business-container {
    padding-block: 7.2rem 9.6rem;
  }
}

/* ------------------------------------------------
c-bg-bk-title
--------------------------------------------------- */
.c-bg-bk-title {
  display: inline-block;
  min-width: 40rem;
  height: 7rem;
  color: #fff;
  background-color: #000;
  padding-inline: 6rem;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title {
    min-width: 31.5rem;
    height: 5rem;
    padding-inline: 2rem;
  }
}

.c-bg-bk-title h2 {
  height: inherit;
  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;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-size: 1.8rem;
  padding-left: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title h2 {
    font-size: 1.5rem;
  }
}

.c-bg-bk-title span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title span {
    font-size: 3rem;
  }
}

.c-bg-bk-title--breeder {
  width: 68rem;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title--breeder {
    width: 20rem;
    height: auto;
    padding-block: 4rem;
    min-width: initial;
    position: relative;
    z-index: 3;
  }
}

.c-bg-bk-title--breeder h2 {
  font-size: 4rem;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title--breeder h2 {
    font-size: 2.4rem;
    -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;
    padding-left: 0;
    line-height: 1.4;
  }
}

.c-bg-bk-title--breeder h2 span {
  font-size: 2.6rem;
  display: inline-block;
  text-transform: lowercase;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .c-bg-bk-title--breeder h2 span {
    font-size: 1.6rem;
    margin-top: -1rem;
  }
}

/* ------------------------------------------------
c-lower-page-title
--------------------------------------------------- */
.c-lower-page-title {
  color: #fff;
}

.c-lower-page-title span {
  display: block;
}

.c-lower-page-title span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .c-lower-page-title span:nth-of-type(1) {
    font-size: 3rem;
    text-align: center;
  }
}

.c-lower-page-title span:nth-of-type(2) {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .c-lower-page-title span:nth-of-type(2) {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    text-align: center;
  }
}

/* ------------------------------------------------
c-point-title
--------------------------------------------------- */
.c-point-title {
  display: grid;
  place-content: center;
  width: 22rem;
  border-top: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-point-title {
    width: 18rem;
  }
}

.c-point-title--lg {
  width: 30rem;
}

.c-point-title h2 {
  font-size: 1.8rem;
  height: max(6rem, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-point-title h2 {
    font-size: 1.6rem;
    height: 5rem;
  }
}

.c-point-title > div {
  position: absolute;
  top: -3.5rem;
  right: 0;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-point-title > div {
    top: -3rem;
  }
}

.c-point-title > div span:nth-child(1) {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-point-title > div span:nth-child(1) {
    font-size: 1.8rem;
  }
}

.c-point-title > div span:nth-child(2) {
  font-size: 3rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .c-point-title > div span:nth-child(2) {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------------
c-deco
--------------------------------------------------- */
.c-deco {
  position: absolute;
  z-index: -1;
  top: -5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-size: 6.1538461538vw;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #EFEFEA;
  text-transform: capitalize;
}
@media only screen and (min-width: 1300px) {
  .c-deco {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-deco {
    font-size: 5rem;
    letter-spacing: 0;
  }
}

.c-deco--top8 {
  top: -8rem;
}

.p-point-item:nth-child(odd) .c-deco {
  left: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-point-item:nth-child(odd) .c-deco {
    top: -4rem;
    left: -2.4rem;
  }
}

.p-point-item:nth-child(even) .c-deco {
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-point-item:nth-child(even) .c-deco {
    top: -4rem;
    right: -2.4rem;
  }
}

/* ------------------------------------------------
c-lower-head-bk 下層ページ画像なし
--------------------------------------------------- */
.c-lower-head-bk {
  background-color: #000;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 13.8888888889vw;
}
@media only screen and (max-width: 767px) {
  .c-lower-head-bk {
    height: 16rem;
    padding-left: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* common */
/* ------------------------------------------------
p-header
--------------------------------------------------- */
.p-header {
  width: 100%;
  height: 8rem;
  color: #000;
  background-color: #fff;
  padding-inline: 5rem 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.5s, color 0.3s;
  transition: background-color 0.5s, color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .p-header {
    height: 60px;
    padding-inline: 16px;
  }
}

.p-header.is-bg {
  background-color: #000;
  color: #fff;
}

.p-header__logo {
  width: 5rem;
  height: inherit;
}
@media only screen and (max-width: 1024px) {
  .p-header__logo {
    width: 40px;
  }
}

.p-header__logo a {
  height: inherit;
  display: grid;
  place-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-header__logo a:hover {
  opacity: 0.7;
}

.p-header__right {
  height: inherit;
}

/* ------------------------------------------------
p-header-nav
--------------------------------------------------- */
.p-header-nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}

.p-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-header-nav__list {
  height: inherit;
}

.p-header-nav__list span,
.p-header-nav__list > a {
  height: inherit;
  display: grid;
  place-content: center;
  padding-inline: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-header-nav__list span:hover,
.p-header-nav__list a:hover {
  color: #E00E0F;
}

.p-header-nav__list--pulldown {
  position: relative;
}

.p-header-nav__sub {
  position: absolute;
  top: 0;
  left: -2rem;
  -webkit-transform: translateY(8rem);
          transform: translateY(8rem);
  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;
  width: 20rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem 2.4rem;
}

.p-header-nav__sub a {
  padding: 0.3rem;
  display: block;
  padding: 1rem;
  color: #000;
  font-size: max(1.4rem, 11px);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

/* ------------------------------------------------
p-header--top
--------------------------------------------------- */
.p-header--top {
  width: 100%;
  height: 8rem;
  color: #fff;
  padding-inline: 5rem 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (min-width: 1024px) {
  .p-header--top {
    -webkit-transform: translateY(-8rem);
            transform: translateY(-8rem);
    background-color: #000;
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1023px) {
  .p-header--top {
    height: 60px;
    padding-inline: 16px;
    background-color: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media only screen and (min-width: 1024px) {
  .p-header--top.is-bg {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 1023px) {
  .p-header--top.is-bg {
    background-color: #000;
  }
}

/* --------------------------------
p-drawer
----------------------------------- */
.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  padding-inline: 2.5rem;
  overflow-y: auto;
  padding-bottom: 6rem;
  z-index: 888;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-drawer__info {
  margin-top: 6.4rem;
}

/* --------------------------------
p-drawer-nav
----------------------------------- */
.p-drawer-nav__lists {
  margin-top: 5.6rem;
}

.p-drawer-nav__list {
  text-align: left;
}

.p-drawer-nav__list span,
.p-drawer-nav__list a {
  display: inline-block;
  position: relative;
  padding: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-width: 14rem;
}

.p-drawer-nav__list span {
  opacity: 0.5;
}

.p-drawer-nav__list--sub a {
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* --------------------------------
p-drawer-info
----------------------------------- */
.p-drawer-info__content {
  margin-top: 3.2rem;
  padding-left: 1.6rem;
  text-align: left;
}

.p-drawer-info__name {
  font-size: 1.8rem;
}

.p-drawer-info__address {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.p-drawer-info__tel {
  margin-top: 1.6rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: "Montserrat", sans-serif;
}

.p-drawer-info__tel a {
  display: inline-block;
  position: relative;
  padding-left: 2.4rem;
}

.p-drawer-info__tel a::before {
  position: absolute;
  content: "";
  top: 53%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  -webkit-mask-image: url(../img/common/icon_tel.svg);
          mask-image: url(../img/common/icon_tel.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/* ------------------------------------------------
p-footer
--------------------------------------------------- */
.p-footer {
  position: relative;
  padding-block: 4.8rem 5.6rem;
  padding-inline: 13rem 12rem;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-footer {
    padding-block: 5.6rem;
    padding-inline: 4rem;
  }
}

.p-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-footer__right {
  padding-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__right {
    padding-top: 0;
    margin-inline: auto;
  }
}

.p-footer__btn {
  margin-top: 5.6rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-footer__btn {
    text-align: center;
  }
}

.p-footer__foot {
  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;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .p-footer__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer__link {
    margin-top: 2rem;
    text-align: center;
  }
}

.p-footer__link a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 1rem 2rem 1rem 0;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-footer__link a {
    padding: 1rem;
  }
}

.p-footer__link a:hover {
  color: #E00E0F;
}

.p-footer__foot small {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-right: 1.2rem;
}

/* ------------------------------------------------
p-footer-info
--------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-footer-info {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-footer-info__company a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-footer-info__company a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer-info__name {
  margin-top: 5.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__name {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
}

.p-footer-info__name span {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__name span {
    font-size: 1.8rem;
  }
}

.p-footer-info__logo {
  width: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__logo {
    width: 8rem;
  }
}

.p-footer-info__content {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__content {
    margin-top: 2.4rem;
  }
}

.p-footer-info__content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-footer-info__content p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.875;
  }
}

/* ------------------------------------------------
p-footer-nav
--------------------------------------------------- */
.p-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer-nav__business span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__business span {
    font-size: 1.5rem;
    padding: 1.2rem;
  }
}

.p-footer-nav__sub-lists {
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__sub-lists {
    padding-left: 0;
  }
}

.p-footer-nav__sub-list a {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 1rem 1rem 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__sub-list a {
    font-size: 1.3rem;
    padding: 1.2rem;
    white-space: nowrap;
  }
}

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

.p-footer-nav__list a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 1rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-footer-nav__list a {
    font-size: 1.5rem;
    padding: 1.2rem 1.2rem;
    white-space: nowrap;
  }
}

.p-footer-nav__sub-list a:hover,
.p-footer-nav__list a:hover {
  color: #E00E0F;
}

/* ------------------------------------------------
p-banner
--------------------------------------------------- */
.p-banner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-banner__items {
    grid-template-columns: 1fr;
  }
}

.p-banner__item a {
  position: relative;
  display: block;
  height: 24.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-banner__item a {
    height: 16rem;
  }
}

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

.p-banner__item a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 26rem;
  padding-block: 2.4rem;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-banner__title {
    width: 20rem;
    padding-left: 0;
    padding-block: 1.6rem;
  }
}

.p-banner__title--contact {
  background-color: #E00E0F;
}

.p-banner__title--recruit {
  background-color: #000;
}

.p-banner__title span {
  display: block;
  text-align: center;
}

.p-banner__title span:nth-of-type(1) {
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-banner__title span:nth-of-type(1) {
    font-size: 2rem;
  }
}

.p-banner__title span:nth-of-type(2) {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-banner__title span:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

.p-banner__item a:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

/* ------------------------------------------------
p-post-pagination
--------------------------------------------------- */
.p-post-pagination {
  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;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-post-pagination {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.p-post-pagination__item {
  width: 10rem;
  height: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .p-post-pagination__item {
    width: 8rem;
    height: 3.8rem;
  }
}

.prev-link,
.next-link {
  width: 100%;
  height: inherit;
  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;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .prev-link,
  .next-link {
    font-size: 1.2rem;
  }
}

.prev-link:hover,
.next-link:hover {
  opacity: 0.6;
}

/* ------------------------------------------------
ページネーション
--------------------------------------------------- */
.wp-pagenavi {
  margin-top: 10.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  -webkit-column-gap: 2.1rem;
     -moz-column-gap: 2.1rem;
          column-gap: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 5rem;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  width: 4.8rem;
  height: 5.6rem;
  color: #000;
  border: 1px solid #000 !important;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    margin-top: 5.6rem;
    font-size: 1.6rem;
    width: 3.4rem;
    height: 4rem;
  }
}

.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  background-color: #000;
  color: #fff;
}

.wp-pagenavi span.current {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

/* ------------------------------------------------
p-about
--------------------------------------------------- */
.p-about__container {
  position: relative;
  padding-left: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__container {
    padding-left: 0;
  }
}

.p-about__heading {
  position: absolute;
  top: 5.6rem;
  left: 0;
}

.p-about__content {
  position: relative;
  padding: 16rem 0 5.6rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-about__content {
    padding: 14rem 0 5.6rem 3rem;
  }
}

.p-about__text {
  line-height: 2.6666666667;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }
}

.p-about--breeder {
  padding-block: 12.8rem;
  background-color: #EFEFEA;
}
@media only screen and (max-width: 767px) {
  .p-about--breeder {
    padding-top: 8rem;
  }
}
.p-about--breeder .p-about__wrapper {
  position: relative;
  z-index: 3;
  max-width: 1440px;
  margin-inline: auto;
}
.p-about--breeder .p-about__img {
  position: absolute;
}
.p-about--breeder .p-about__img--01 {
  top: 0;
  right: 0;
  width: 31.4516129032vw;
}
@media only screen and (min-width: 1240px) {
  .p-about--breeder .p-about__img--01 {
    width: 39rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__img--01 {
    top: -6rem;
    width: min(42.6666666667vw, 28rem);
    right: -3rem;
  }
}
.p-about--breeder .p-about__img--02 {
  top: 55rem;
  left: 0;
  width: 50.8064516129vw;
}
@media only screen and (min-width: 1240px) {
  .p-about--breeder .p-about__img--02 {
    width: 63rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__img--02 {
    top: initial;
    bottom: -30rem;
    left: -3rem;
    width: min(80vw, 40rem);
  }
}
.p-about--breeder .p-about__intro {
  padding-left: 8rem;
  width: 69rem;
  line-height: 2.6666666667;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__intro {
    padding-left: 0;
    width: 100%;
    line-height: 1.875;
    font-size: 1.4rem;
  }
}
.p-about--breeder .p-about__container {
  margin-top: 8rem;
}
.p-about--breeder .p-about__heading {
  top: 10.4rem;
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__heading {
    top: 12rem;
  }
}
.p-about--breeder .p-about__content {
  padding-top: 22rem;
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__content {
    padding-top: 32rem;
  }
}
.p-about--breeder .p-about__text {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-about--breeder .p-about__text {
    width: 100%;
    margin-left: 0;
  }
}

/* ------------------------------------------------
p-point
--------------------------------------------------- */
.p-point {
  overflow: hidden;
  padding-top: 16.8rem;
}
@media only screen and (max-width: 767px) {
  .p-point {
    padding-top: 9.6rem;
  }
}

.p-point__container {
  max-width: 1440px;
  margin-inline: auto;
}

.p-point__items {
  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: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-point__items {
    row-gap: 6.4rem;
  }
}

.p-point-item {
  position: relative;
  min-height: 27.7777777778vw;
}
@media only screen and (min-width: 1440px) {
  .p-point-item {
    min-height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-item {
    min-height: initial;
  }
}

.p-point-item__img {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41.6666%;
}
@media only screen and (max-width: 767px) {
  .p-point-item__img {
    margin-top: 2.4rem;
    position: relative;
    max-width: 600px;
    margin-inline: auto;
    padding-inline: 30px;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-point-item__text {
  margin-top: 5.6rem;
  font-size: max(1.5rem, 11px);
  line-height: 2;
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 767px) {
  .p-point-item__text {
    margin-top: 2.4rem;
    font-size: 1.4rem;
  }
}

.p-point-item__content {
  position: relative;
  z-index: 3;
  width: 50%;
  padding-top: 3rem;
  min-height: 27.7777777778vw;
  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;
}
@media only screen and (min-width: 1440px) {
  .p-point-item__content {
    min-height: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-point-item__content {
    width: 100%;
    min-height: initial;
  }
}

.p-point-item:nth-child(odd) .p-point-item__img {
  right: 0;
}
.p-point-item:nth-child(odd) .p-point-item__content {
  padding-left: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-point-item:nth-child(odd) .p-point-item__content {
    padding-left: 0;
  }
}

.p-point-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-point-item:nth-child(even) .p-point-item__img {
  left: 0;
}
.p-point-item:nth-child(even) .p-point-item__content {
  margin-left: auto;
  padding-right: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-point-item:nth-child(even) .p-point-item__content {
    padding-right: 0;
  }
}

.p-point--breeder {
  padding-top: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-point--breeder {
    padding-top: 24rem;
  }
}

/* ------------------------------------------------
p-lower-head 下層ページ画像あり
--------------------------------------------------- */
.p-lower-head {
  position: relative;
}

.p-lower-head__img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-lower-head__img {
    width: 100%;
    height: 24rem;
  }
}

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

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

.p-lower-head__title {
  position: absolute;
  top: 50%;
  left: 13.8888888889vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-lower-head__title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

/* ------------------------------------------------
p-message
--------------------------------------------------- */
.p-message {
  margin-top: 16rem;
}
@media only screen and (max-width: 767px) {
  .p-message {
    margin-top: 10rem;
  }
}

.p-message__container {
  position: relative;
  padding: 5.6rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-message__container {
    padding: 4rem 3rem 4rem 0;
  }
}

.p-message__text {
  line-height: 2;
}

.p-message__btn {
  margin-top: 5.6rem;
}

/* ------------------------------------------------
p-instagram
--------------------------------------------------- */
.p-instagram {
  background-color: #EFEFEA;
  padding-block: 14rem 22rem;
}
@media only screen and (max-width: 767px) {
  .p-instagram {
    padding-block: 8rem 9.6rem;
  }
}

.p-instagram__body {
  margin-top: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .p-instagram__body {
    margin-top: 6.4rem;
  }
}

/* ------------------------------------------------
p-tab-fixed
--------------------------------------------------- */
.p-tab-fixed {
  position: fixed;
  top: 10.4rem;
  right: -0.2rem;
  z-index: 999;
}

.p-tab-fixed__items {
  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: 3rem;
}

.p-tab-fixed__item a {
  padding: 3rem 1.6rem;
  color: #fff;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.p-tab-fixed__item a span {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.p-tab-fixed__item--recruit a {
  background-color: #000;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}

.p-tab-fixed__item--contact a {
  background-color: #E00E0F;
  border-top: 0.2rem solid #fff;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}

.p-tab-fixed__item--recruit a:hover {
  background-color: #fff;
  color: #000;
  border-top: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
}

.p-tab-fixed__item--contact a:hover {
  background-color: #fff;
  color: #000;
  border-top: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
}

/* --------------------------------
js-fadeUp
----------------------------------- */
.js-fadeUp {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media only screen and (max-width: 767px) {
  .js-fadeUp {
    -webkit-transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, transform 0.6s;
    transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.js-fadeUp--01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.js-fadeUp--02 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.js-fadeUp--03 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media only screen and (max-width: 767px) {
  .js-fadeUp--03 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.js-fadeUp--04 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-fadeUp--Right {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(10%, 50px);
          transform: translate(10%, 50px);
}
@media only screen and (max-width: 767px) {
  .js-fadeUp--Right {
    -webkit-transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, transform 0.6s;
    transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translate(5%, 50px);
            transform: translate(5%, 50px);
  }
}

.js-fadeUp--Left {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(-10%, 50px);
          transform: translate(-10%, 50px);
}
@media only screen and (max-width: 767px) {
  .js-fadeUp--Left {
    -webkit-transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, transform 0.6s;
    transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translate(-5%, 50px);
            transform: translate(-5%, 50px);
  }
}

.js-fadeUp.is-inview {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* --------------------------------
js-fadeRight js-fadeLeft
----------------------------------- */
.js-fadeRight {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .js-fadeRight {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, transform 0.5s;
    transition: opacity 0.8s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.js-fadeLeft {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .js-fadeLeft {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, -webkit-transform 0.5s;
    transition: opacity 0.8s, transform 0.5s;
    transition: opacity 0.8s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.js-fadeLeft--02 {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
@media only screen and (max-width: 767px) {
  .js-fadeLeft--02 {
    -webkit-transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, transform 0.6s;
    transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
}

.js-fadeRight--02 {
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media only screen and (max-width: 767px) {
  .js-fadeRight--02 {
    -webkit-transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, -webkit-transform 0.6s;
    transition: opacity 1s, transform 0.6s;
    transition: opacity 1s, transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
}

.js-fadeRight.is-inview {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.js-fadeLeft.is-inview {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* --------------------------------
js-catch
----------------------------------- */
.js-catch {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.3, 0.96);
  transition: opacity 1s ease-in-out, -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.3, 0.96);
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.3, 0.96), opacity 1s ease-in-out;
  transition: clip-path 1s cubic-bezier(0.4, 0, 0.3, 0.96), opacity 1s ease-in-out, -webkit-clip-path 1s cubic-bezier(0.4, 0, 0.3, 0.96);
}

.js-catch--01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-catch--02 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.js-catch--03 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.js-catch.is-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
}

/* page */
/* ------------------------------------------------
p-top
--------------------------------------------------- */
.p-top__wrapper {
  padding-top: 19.2rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top__wrapper {
    padding-top: 8rem;
  }
}

/* ------------------------------------------------
p-top-fv
--------------------------------------------------- */
.p-top-fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48.6111111111vw;
}
@media (min-width: 1440px) {
  .p-top-fv {
    max-height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-fv {
    height: 100vh;
  }
}

/* ------------------------------------------------
p-fv-movie
--------------------------------------------------- */
.p-fv-movie {
  width: calc(100% - 30rem);
  aspect-ratio: 1140/700;
}
@media only screen and (max-width: 1024px) {
  .p-fv-movie {
    width: 100%;
    aspect-ratio: initial;
    height: 100%;
  }
}

.p-fv-movie::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}

.p-fv-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -o-object-position: center center;
     object-position: center center;
}

/* ------------------------------------------------
p-fv-catch
--------------------------------------------------- */
.p-fv-catch {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: calc(50% + 13rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .p-fv-catch {
    left: 50%;
  }
}

.p-fv-catch h1 {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-fv-catch h1 {
    row-gap: 1.6rem;
  }
}

.p-fv-catch h1 span {
  display: block;
}

.p-fv-catch h1 span:nth-child(1),
.p-fv-catch h1 span:nth-child(2) {
  font-size: 3.75vw;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  margin-top: -2rem;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .p-fv-catch h1 span:nth-child(1),
  .p-fv-catch h1 span:nth-child(2) {
    font-size: 5.4rem;
  }
}
@media (max-width: 1024px) {
  .p-fv-catch h1 span:nth-child(1),
  .p-fv-catch h1 span:nth-child(2) {
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv-catch h1 span:nth-child(1),
  .p-fv-catch h1 span:nth-child(2) {
    font-size: 7.4666666667vw;
  }
}

.p-fv-catch h1 span:nth-child(3) {
  font-size: 2.2222222222vw;
  font-style: italic;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@media (min-width: 1440px) {
  .p-fv-catch h1 span:nth-child(3) {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .p-fv-catch h1 span:nth-child(3) {
    font-size: 2.734375vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv-catch h1 span:nth-child(3) {
    margin-top: -1rem;
    font-size: 4.8vw;
  }
}

/* ------------------------------------------------
p-fv-header
--------------------------------------------------- */
.p-fv-header {
  width: 30rem;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 5;
}

.p-fv-header__logo-wrap {
  padding-block: 2rem;
  padding-left: 4rem;
  border-bottom: 0.3rem solid #fff;
}

.p-fv-header__logo {
  width: 6rem;
}

.p-fv-header__list {
  border-bottom: 0.3rem solid #fff;
}

.p-fv-header__list p,
.p-fv-header__list a {
  font-size: max(1.4rem, 11px);
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-header__list p span,
.p-fv-header__list a span {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-fv-header__list:nth-child(1) {
  padding-block: 3rem 2rem;
}

.p-fv-header__list:nth-child(1) a {
  padding-block: 1rem;
}

.p-fv-header__list:not(:first-child) a {
  padding-block: 3rem;
  padding-inline: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fv-header__list p {
  padding-inline: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-fv-header__sub {
  margin-top: 1rem;
  padding-left: 4rem;
}

.p-fv-header__list a:hover span {
  color: #E00E0F;
}

.p-fv-header__sub a:hover {
  color: #E00E0F;
}

/* ------------------------------------------------
p-top-business
--------------------------------------------------- */
.p-top-business {
  padding-top: 12.8rem;
  background-color: #FAFAF7;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-business {
    padding-top: 8rem;
  }
}

.p-top-business__head {
  position: relative;
  z-index: 3;
  padding: 6.4rem 8rem 12.8rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-business__head {
    padding: 5.6rem 3rem 5.6rem 0;
  }
}

.p-top-business__text {
  margin-top: 5.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .p-top-business__text {
    margin-top: 3.2rem;
  }
}

.p-top-business__body {
  position: relative;
  z-index: 5;
  margin-top: -7rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-business__body {
    margin-top: -1rem;
  }
}

.p-top-business__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-top-business__items {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------------
p-top-business-item
--------------------------------------------------- */
.p-top-business-item {
  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-business-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-top-business-item__body {
  padding: 2.4rem;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.p-top-business-item__body span {
  position: absolute;
  top: 2.8rem;
  right: 3rem;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.p-top-business-item__body span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  right: -1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top-business-item__img img {
    width: 100%;
    aspect-ratio: 375/260;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-business-item__title {
  font-size: max(1.8rem, 13px);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-top-business-item__title {
    font-size: 1.6rem;
  }
}

.p-top-business-item__text {
  margin-top: 1.6rem;
  font-size: max(1.2rem, 10px);
  line-height: 1.5714285714;
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top-business-item:not(:first-child) .p-top-business-item__body {
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-business-item:not(:first-child) .p-top-business-item__body {
    border-left: none;
  }
}

.p-top-business-item a:hover {
  opacity: 0.6;
}

/* ------------------------------------------------
p-top-company
--------------------------------------------------- */
.p-top-company {
  padding-top: 9.6rem;
  background-color: #EFEFEA;
}
@media only screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 8rem;
  }
}

.p-top-company__container {
  position: relative;
  z-index: 3;
  padding: 6.4rem 0 6.4rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-company__container {
    padding: 5.6rem 0 5.6rem 3rem;
  }
}

.p-top-company__info {
  margin-top: 5.6rem;
}

.p-top-company__name {
  font-size: max(1.8rem, 13px);
  letter-spacing: 0.1em;
}

.p-top-company__address {
  margin-top: 1.6rem;
}

.p-top-company__address p {
  line-height: 1.5;
  text-transform: uppercase;
}

.p-top-company__tel {
  margin-top: 0.4rem;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 3.6rem;
  position: relative;
  display: inline-block;
}

.p-top-company__tel::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.p-top-company__fax {
  letter-spacing: 0.06em;
}

.p-top-company__btn {
  margin-top: 4rem;
}

.p-top-company__map {
  position: absolute;
  top: 6.4rem;
  right: 0;
  width: 52rem;
  aspect-ratio: 520/520;
}
@media only screen and (max-width: 767px) {
  .p-top-company__map {
    margin-top: 4rem;
    position: static;
    width: 100%;
  }
}

.p-top-company__map iframe {
  width: 100%;
  height: 100%;
}

.p-top__slider {
  margin-top: 14rem;
}
@media only screen and (max-width: 767px) {
  .p-top__slider {
    margin-top: 8rem;
  }
}

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

/* ------------------------------------------------
p-top-news
--------------------------------------------------- */
.p-top-news {
  padding-top: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 8rem;
  }
}

.p-top-news__container {
  max-width: 900px;
  margin-inline: auto;
  background-color: #fff;
  border: 0.4rem solid #000;
  padding: 8rem 9rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__container {
    padding: 5.6rem 3rem;
  }
}

.p-top-news__body {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .p-top-news__body {
    margin-top: 3.2rem;
  }
}

.p-top-news__item {
  border-bottom: 1px solid #EFEFEA;
}

.p-top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding-block: 3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-top-news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 2.4rem;
  }
}

.p-top-news__item a time {
  font-size: max(1.2rem, 10px);
  width: 7rem;
}

.p-top-news__item h3 {
  letter-spacing: 0.06em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
@media only screen and (max-width: 767px) {
  .p-top-news__item h3 {
    margin-top: 1.6rem;
    -webkit-line-clamp: 2;
    line-height: 1.875;
  }
}

.p-top-news__btn {
  margin-top: 7.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 4rem;
  }
}

.p-top-news__item a:hover {
  opacity: 0.6;
}

/* ------------------------------------------------
p-top-banner
--------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .p-top-banner__inner {
    padding-inline: 0;
  }
}

.p-top-banner__container {
  position: relative;
  z-index: 3;
  padding: 6.4rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-top-banner__container {
    padding: 5.6rem 3rem;
    width: 100%;
  }
}

.p-top-banner__text-wrap {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .p-top-banner__text-wrap {
    width: 100%;
  }
}

.p-top-banner__text {
  margin-top: 5.6rem;
  color: #fff;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .p-top-banner__text {
    max-width: 500px;
    margin-inline: auto;
  }
}

.p-top-banner__btn {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-banner__btn {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-banner--recruit {
    background-color: #000;
  }
}

.p-top-banner--recruit .p-top-banner__img {
  position: absolute;
  z-index: 5;
  width: 41rem;
  top: -8rem;
  right: -5rem;
}

.p-top-banner--contact {
  margin-top: 10rem;
  position: relative;
  height: 64.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-top-banner--contact {
    margin-top: 0;
    height: auto;
    background-color: #E00E0F;
  }
}

.p-top-banner--contact .p-top-banner__container {
  width: 57.7%;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-top-banner--contact .p-top-banner__container {
    width: 100%;
    padding: 5.6rem 3rem;
  }
}

.p-top-banner--contact .p-top-banner__text-wrap {
  width: 100%;
}

.p-top-banner--contact .p-top-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.1666666667vw;
  height: 64.4rem;
}
@media only screen and (max-width: 767px) {
  .p-top-banner--contact .p-top-banner__img {
    display: none;
  }
}

.p-top-banner--contact .p-top-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------------------
p-company
--------------------------------------------------- */
.p-company {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

/* ------------------------------------------------
p-company-link
--------------------------------------------------- */
.p-company-link {
  margin-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .p-company-link {
    margin-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.p-company-link__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.6rem;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-company-link__items {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    max-width: 240px;
    width: 100%;
  }
}

/* ------------------------------------------------
p-philosophy
--------------------------------------------------- */
.p-philosophy {
  padding-block: 10rem;
  background-color: #EFEFEA;
}
@media only screen and (max-width: 767px) {
  .p-philosophy {
    padding-block: 6.4rem;
  }
}

.p-philosophy__body {
  margin-top: 9.6rem;
  max-width: 56.6rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-philosophy__body {
    max-width: 40rem;
    margin-top: 4rem;
  }
}

.p-philosophy__content {
  font-size: 2.2rem;
  line-height: 2.4166666667;
  text-align: center;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .p-philosophy__content {
    font-size: 1.6rem;
    line-height: 1.6;
    padding-bottom: 0.48em;
  }
}

.p-philosophy__content:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-philosophy__content:not(:first-of-type) {
    margin-top: 2.4rem;
  }
}

/* ------------------------------------------------
p-policy
--------------------------------------------------- */
.p-policy {
  padding-block: 8rem;
  background-color: #EFEFEA;
}

.p-policy__container {
  max-width: 88rem;
  width: 100%;
  margin-inline: auto;
  border: 0.4rem solid #000;
  padding: 8rem 5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-policy__container {
    padding: 6.4rem 3rem;
  }
}

.p-policy__body {
  margin-top: 8rem;
  max-width: 62rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-policy__body {
    margin-top: 6.4rem;
  }
}

.p-policy__items {
  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: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-policy__items {
    row-gap: 5rem;
  }
}

.p-policy-item__title {
  display: grid;
  place-items: center;
  width: 22rem;
  height: max(6rem, 40px);
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
  border-top: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  border-left: 0.2rem solid #000;
}
@media only screen and (max-width: 767px) {
  .p-policy-item__title {
    width: 18rem;
    font-size: 1.6rem;
    height: 5rem;
  }
}

.p-policy-item__text {
  margin-top: 1.6rem;
  font-size: max(1.4rem, 11px);
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-policy-item__text {
    font-size: 1.3rem;
    line-height: 1.875;
  }
}

/* ------------------------------------------------
p-greeting
--------------------------------------------------- */
.p-greeting {
  padding-block: 35.8rem 10.4rem;
  background-image: url(../img/company/bg_greeting.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-greeting {
    padding-block: 16.8rem 10.4rem;
    background-size: contain;
  }
}

/* ------------------------------------------------
p-greeting-content
--------------------------------------------------- */
.p-greeting-content {
  margin-left: 16rem;
  position: relative;
  z-index: 3;
  padding: 9.6rem 3rem 9.6rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content {
    margin-left: 0;
    padding: 6.4rem 0 6.4rem 3rem;
  }
}

.p-greeting-content__body {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content__body {
    margin-top: 4rem;
  }
}

.p-greeting-content__name {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content__name {
    width: 100%;
    margin-top: 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-greeting-content__name span:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 0.4rem 0.2rem;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content__name span:nth-of-type(1) {
    font-size: 1.2rem;
  }
}

.p-greeting-content__name span:nth-of-type(2) {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content__name span:nth-of-type(2) {
    margin-top: 0.4rem;
    font-size: 1.7rem;
  }
}

.p-greeting-content__text {
  font-size: max(1.5rem, 11px);
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-greeting-content__text {
    font-size: 1.4rem;
    line-height: 1.875;
  }
}

/* ------------------------------------------------
p-overview
--------------------------------------------------- */
.p-overview {
  overflow: hidden;
  background-color: #FAFAF7;
}
.p-overview__head {
  padding-top: 10.4rem;
  position: relative;
}

.p-overview__bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 36rem;
  background-color: #000;
}

.p-overview__container {
  max-width: 1140px;
  padding-inline: 5rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-overview__container {
    padding-inline: 0;
  }
}

.p-overview__body {
  position: relative;
  z-index: 3;
  margin-top: 6.4rem;
  border: 0.4rem solid #000;
}
@media only screen and (max-width: 767px) {
  .p-overview__body {
    margin-top: 4.8rem;
    width: 100%;
  }
}

.p-overview__foot {
  margin-top: 9.6rem;
}

/* ------------------------------------------------
p-overview-info
--------------------------------------------------- */
.p-overview-info {
  background-color: #fff;
  padding: 4.8rem 8rem;
}
@media only screen and (max-width: 767px) {
  .p-overview-info {
    padding: 1.6rem 2rem;
  }
}

.p-overview-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 3.2rem 0 3.2rem 2.4rem;
  border-bottom: 0.1rem solid #707070;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__list {
    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: 0.8rem;
    padding: 1.6rem 0.8rem;
  }
}

.p-overview-info__list:last-of-type {
  border: none;
}

@media only screen and (max-width: 767px) {
  .p-overview-info__block:first-of-type {
    margin-top: 2rem;
  }
}

.p-overview-info__block:not(:first-of-type) {
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__block:not(:first-of-type) {
    margin-top: 4rem;
  }
}

.p-overview-info__label {
  width: 14rem;
  text-align: left;
  font-size: max(1.6rem, 11px);
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__label {
    font-size: 1.5rem;
  }
}

.p-overview-info__value {
  font-size: max(1.6rem, 11px);
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__value {
    font-size: 1.4rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-overview-info__value ul {
  margin-top: 1.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: 1.6rem;
}

.p-overview-info__value li p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: max(1.4rem, 11px);
  line-height: 1.6;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__value li p {
    font-size: 1.2rem;
  }
}

.p-overview-info__category {
  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;
  width: 16rem;
  height: 4rem;
  font-size: max(1.6rem, 11px);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  border-left: 0.1rem solid #000;
}
@media only screen and (max-width: 767px) {
  .p-overview-info__category {
    font-size: 1.4rem;
    width: 14rem;
    height: 3.6rem;
  }
}

/* ------------------------------------------------
p-overview-map
--------------------------------------------------- */
.p-overview-map {
  margin-top: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .p-overview-map {
    margin-top: 7.2rem;
  }
}

.p-overview-map iframe {
  width: 100%;
  height: 40rem;
}

/* ------------------------------------------------
p-history
--------------------------------------------------- */
.p-history {
  padding-block: 12.8rem 20rem;
  background-color: #EFEFEA;
}
@media only screen and (max-width: 767px) {
  .p-history {
    padding-block: 9.4rem 9.4rem;
  }
}

.p-history__inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-history__inner {
    max-width: 600px;
    width: 100%;
    padding-inline: 2rem;
  }
}

.p-history__body {
  margin-top: 7.2rem;
  max-width: 88rem;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-history__body {
    margin-top: 4.8rem;
  }
}

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

.p-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  padding: 2.4rem 3.6rem;
}
@media only screen and (max-width: 767px) {
  .p-history__list {
    -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;
    padding: 2rem;
  }
}

.p-history__list:nth-child(odd) {
  background-color: #fff;
}

.p-history__date {
  width: 16rem;
  font-size: max(1.6rem, 11px);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .p-history__date {
    width: 100%;
    font-size: 1.3rem;
  }
}

.p-history__event {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: max(1.6rem, 11px);
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-history__event {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------
p-history-images
--------------------------------------------------- */
.p-history-images {
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media only screen and (max-width: 767px) {
  .p-history-images {
    padding-top: 3.2rem;
    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: 3.2rem;
  }
}

.p-history-images__img {
  width: 36rem;
}
@media (max-width: 1260px) {
  .p-history-images__img {
    width: 28.5714285714vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-history-images__img {
    width: 100%;
  }
}

/* ------------------------------------------------
p-cafe
--------------------------------------------------- */
.p-menu {
  margin-top: 16rem;
}
@media only screen and (max-width: 767px) {
  .p-menu {
    margin-top: 9.6rem;
  }
}

.p-menu__container {
  margin-left: 8rem;
  padding: 6.4rem 1rem 7.2rem 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-menu__container {
    margin-left: 0;
    padding: 16rem 0 7.2rem 3rem;
  }
}

.p-menu__heading {
  position: absolute;
  top: 10.4rem;
  left: -8rem;
}
@media only screen and (max-width: 767px) {
  .p-menu__heading {
    top: 5.6rem;
    left: 0;
  }
}

.p-menu__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-menu__contents {
    -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;
  }
}

.p-menu__left {
  width: 38.6rem;
}
@media only screen and (max-width: 767px) {
  .p-menu__left {
    display: contents;
    width: 100%;
  }
}

.p-menu__right {
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  .p-menu__right {
    margin-top: 6.4rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}

.p-menu__morning h3 {
  font-size: max(2rem, 16px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-menu__morning h3 span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.p-menu__img {
  margin-top: 1.6rem;
}
.p-menu__img figcaption {
  font-size: max(1.4rem, 10px);
  letter-spacing: 0;
}
.p-menu__img figure {
  margin-top: 2rem;
}

.p-menu__img:nth-of-type(3) {
  margin-top: 7rem;
}

.p-menu__item {
  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-menu__menu:not(:first-child) {
  margin-top: 4.4rem;
}

.p-menu__menu h3 {
  text-transform: uppercase;
  font-size: max(2rem, 16px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p-menu__items {
  margin-top: 1.2rem;
  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.8rem;
}

.p-menu__item dt {
  letter-spacing: 0;
}

.p-menu__item dt span {
  font-size: 1.2rem;
}

.p-menu__item dd {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .p-menu__morning {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 767px) {
  .p-menu__img--morning {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .p-menu__img--pasta {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* ------------------------------------------------
p-breeder
--------------------------------------------------- */
.p-breeder {
  background-color: #EFEFEA;
  position: relative;
  z-index: 1;
}

.p-breeder__container {
  padding-bottom: 12.8rem;
  position: relative;
  z-index: 3;
  background-color: #FAFAF7;
}

/* ------------------------------------------------
p-news 一覧ページ
--------------------------------------------------- */
.p-news {
  position: relative;
  z-index: 3;
  min-height: 60rem;
}
@media only screen and (max-width: 767px) {
  .p-news {
    min-height: initial;
  }
}

.p-news__container {
  padding-block: 9.6rem 16rem;
}
@media only screen and (max-width: 767px) {
  .p-news__container {
    padding-block: 4rem 8rem;
  }
}

.p-news__lists {
  padding-block: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-news__lists {
    padding-block: 0 1.6rem;
  }
}

/* ------------------------------------------------
p-news-list
--------------------------------------------------- */
.p-news {
  background-color: #fff;
}

.p-news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.2rem 4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-news-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6rem 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-news-list:nth-child(odd) a {
  background-color: #EFEFEA;
}

@media only screen and (max-width: 767px) {
  .p-news-list:nth-child(even) a {
    padding: 2rem;
  }
}

.p-news-list__day {
  width: 14rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media only screen and (max-width: 767px) {
  .p-news-list__day {
    font-size: 1.2rem;
  }
}

.p-news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 任意の行数を指定 */
}
@media only screen and (max-width: 767px) {
  .p-news-list__title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0.5rem;
    -webkit-line-clamp: 2;
  }
}

.p-news-list a:hover {
  opacity: 0.5;
}

/* ------------------------------------------------
p-news-post 詳細ページ
--------------------------------------------------- */
.p-news-post {
  position: relative;
  z-index: 3;
  min-height: 60rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post {
    min-height: initial;
  }
}

.p-news-post__container {
  padding-block: 9.4rem 16rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__container {
    padding-block: 4rem 6.4rem;
  }
}

.p-news-post__contents {
  padding: 8rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-news-post__contents {
    padding: 3rem 2rem;
  }
}

.p-news-post__title h1 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 0.3rem solid #EFEFEA;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__title h1 {
    font-size: 2.2rem;
  }
}

.p-news-post__day {
  margin-top: 2rem;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-news-post__day {
    font-size: 1.2rem;
  }
}

.p-news-post__content h2 {
  margin-block: 6rem 3rem;
  padding-inline: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7142857143;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-news-post__content h2 {
    font-size: 2rem;
  }
}

.p-news-post__content h2::before {
  content: "";
  width: 0.8rem;
  height: 86%;
  background: #000;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-news-post__content h3 {
  margin-block: 6rem 3rem;
  font-size: 2.2rem;
  line-height: 1.5833333333;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #EFEFEA;
}
@media only screen and (max-width: 767px) {
  .p-news-post__content h3 {
    font-size: 1.8rem;
  }
}

.p-news-post__content p {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-news-post__content p {
    font-size: 1.4rem;
  }
}

.p-news-post__content figure {
  margin-block: 4rem 2rem;
}

.p-news-post__pagination {
  margin-top: 12.8rem;
}
@media only screen and (max-width: 767px) {
  .p-news-post__pagination {
    margin-top: 8rem;
  }
}

/* ------------------------------------------------
p-contact
--------------------------------------------------- */
.p-contact {
  position: relative;
  z-index: 3;
  background-color: #EFEFEA;
}

.p-contact__container {
  padding-bottom: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-contact__container {
    padding-bottom: 9.6rem;
  }
}

.p-contact__tel {
  padding-block: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-contact__tel {
    padding-block: 4rem 6.4rem;
  }
}

.p-tel__body {
  margin-top: 4rem;
  text-align: center;
  padding-block: 5.6rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-tel__body {
    margin-top: 2.4rem;
    padding-block: 3rem;
  }
}

.p-tel__body a {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-tel__body a {
    font-size: 3.2rem;
    padding-left: 3rem;
  }
}

.p-tel__body a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/common/icon_tel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .p-tel__body a::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.p-tel__business-hours {
  margin-top: 1.1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-tel__business-hours {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

.p-tel__form {
  padding-block: 10.2rem 17.6rem;
}
@media only screen and (max-width: 767px) {
  .p-tel__form {
    padding-block: 5.6rem 8rem;
  }
}

.p-form__body {
  margin-top: 8rem;
  background-color: #fff;
  padding: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-form__body {
    margin-top: 4rem;
    padding: 2rem 2rem 4rem;
  }
}

.p-form__items {
  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__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #d9dbde;
  padding: 3.2rem 0;
}
@media only screen and (max-width: 767px) {
  .p-form__item {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.p-form-item__label {
  font-size: 1.6rem;
  line-height: 1.4;
  width: 21rem;
  padding-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-form-item__label {
    padding-top: 0;
    font-size: 1.5rem;
    width: 100%;
    margin-top: 0;
  }
}

.p-form-item__label span {
  font-size: 1.2rem;
  color: #fff;
  background-color: #E00E0F;
  padding: 0.1rem 0.7rem 0.2rem;
  margin-left: 0.8rem;
  line-height: 1;
}

.p-form dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .p-form dd {
    margin-top: 0.8rem;
    width: 100%;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  width: 100%;
  height: 5rem;
  background: #ebebeb;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 1.8rem 0 1.8rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    padding: 0.8rem 0 0.8rem 1.2rem;
    font-size: 1.5rem;
    height: 4rem;
  }
}

.p-form-item__textarea {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-form-item__textarea {
    margin-top: 0.8rem;
  }
}

textarea {
  background: #ebebeb;
  width: 100%;
  min-height: 35rem;
  padding: 1.8rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  textarea {
    min-height: 20rem;
    padding: 0.8rem 0.8rem 0.8rem 1.2rem;
    font-size: 1.5rem;
  }
}

.p-contact-check {
  margin-top: 3.3rem;
  padding-left: 23rem;
}
@media only screen and (max-width: 767px) {
  .p-contact-check {
    margin-top: 1em;
    text-align: left;
    padding: 0;
  }
}

.p-contact-check__checkbox {
  cursor: pointer;
}

.p-contact__check input + span {
  position: relative;
  font-size: max(1.6rem, 11px);
  line-height: 1.4444444444;
  padding-left: max(3.6rem, 20px);
}
@media only screen and (max-width: 767px) {
  .p-contact__check input + span {
    font-size: 1.2rem;
    padding-left: 2.5rem;
    display: block;
  }
}

.p-contact__check input + span::before {
  position: absolute;
  content: "";
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  aspect-ratio: 1/1;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .p-contact__check input + span::before {
    width: 1.8rem;
    top: 0.1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-contact__check input + span::after {
  position: absolute;
  content: "";
  top: 47%;
  left: 0.62rem;
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
  width: max(1.5rem, 10px);
  height: 1.2rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-contact__check input + span::after {
    top: 0.9rem;
    left: 0.4rem;
    width: 1rem;
    height: 0.6rem;
  }
}

[type=checkbox]:checked + span::after {
  display: block;
}

.p-contact__button {
  margin-top: 10.1rem;
  width: 26rem;
  height: 7rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-contact__button {
    width: 20rem;
    margin-top: 5rem;
    height: 5rem;
  }
}

input[type=submit] {
  width: 100%;
  height: 100%;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  background-color: #c3c0c0;
  padding-left: 1rem;
  color: #fff;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    font-size: 1.6rem;
  }
}

.wpcf7-submit.is-active {
  background: #000;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

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

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
  font-size: 1.6rem;
  margin-top: max(1.3rem, 7px);
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block !important;
  font-size: max(1.2rem, 10px);
  margin-top: max(1.3rem, 7px);
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------
p-privacy-policy
--------------------------------------------------- */
.p-privacy-policy__container {
  padding-block: 11.2rem 16.8rem;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container {
    padding-block: 5.6rem 8rem;
  }
}
.p-privacy-policy__container h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container h2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
  }
}
.p-privacy-policy__container h3 {
  margin-top: 6.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container h3 {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}
.p-privacy-policy__container h4 {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container h4 {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.p-privacy-policy__container p,
.p-privacy-policy__container ul li {
  font-size: max(1.5rem, 11px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container p,
  .p-privacy-policy__container ul li {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.p-privacy-policy__container ul,
.p-privacy-policy__container p {
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-privacy-policy__container ul,
  .p-privacy-policy__container p {
    margin-top: 1.6rem;
  }
}
.p-privacy-policy__container p span,
.p-privacy-policy__container p a {
  text-transform: uppercase;
}

.p-privacy-policy__address {
  margin-top: 1.6rem;
}

.p-privacy-policy__address p {
  margin-top: 0.4rem;
}

.p-privacy-policy__list ul li {
  text-indent: -1em;
  padding-left: 1.5em;
}

/* ------------------------------------------------
p-thanks
--------------------------------------------------- */
.p-thanks {
  position: relative;
  z-index: 3;
}

.p-thanks__container {
  padding-block: 12.8rem;
  min-height: 100rem;
}
@media only screen and (max-width: 767px) {
  .p-thanks__container {
    padding-block: 6.4rem;
    min-height: initial;
  }
}

.p-thanks__title {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 3rem;
  }
}

.p-thanks__contents {
  margin-top: 7.2rem;
  max-width: 80rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-thanks__contents {
    margin-top: 4rem;
    max-width: 446px;
  }
}

.p-thanks__lead {
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}

.p-thanks__text {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.p-thanks__btn {
  margin-top: 5.6rem;
  text-align: center;
}
/* --------------------------------
p-404
----------------------------------- */
.p-404 {
  position: relative;
  z-index: 3;
  height: 76.3888888889vw;
}
@media (min-width: 1440px) {
  .p-404 {
    height: 1100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-404 {
    height: 70vh;
  }
}

.p-404__container {
  padding-block: 20rem;
}
@media only screen and (max-width: 767px) {
  .p-404__container {
    padding-block: 9.6rem;
  }
}

.p-404__text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-404__text {
    max-width: 420px;
    margin-inline: auto;
    margin-top: 3.6rem;
    text-align: left;
    font-size: 1.5rem;
  }
}

.p-404__btn {
  margin-top: 8rem;
  text-align: center;
}

/* --------------------------------
utility
----------------------------------- */
.u-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

@media only screen and (max-width: 1023px) {
  .u-min1024 {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .u-max1023 {
    display: none;
  }
}

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

.c-lower-page-title span:nth-of-type(1).u-capitalize {
  text-transform: capitalize;
}

.c-lower-page-title span:nth-of-type(1).u-font-family span {
  font-family: "Noto Sans JP", sans-serif;
  display: inline;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .c-lower-page-title span:nth-of-type(1).u-font-family span {
    display: block;
    font-size: 2rem;
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */