@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
  overflow-x: hidden;
  color: #231a0d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body p {
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5533980583vw;
  }
}
@media (min-width: 1030px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

br.sbr {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  br.sbr {
    display: none;
  }
}
br.pbr {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pbr {
    display: inline-block;
  }
}

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

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

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

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

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

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

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

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

.l-archive {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .l-archive {
    display: grid;
    grid-template-columns: 1fr 13.75rem;
    padding-top: 11.25rem;
    padding-bottom: 7.5rem;
  }
}

.body__fixed {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
.body__fixed .c-header__logo svg {
  fill: #fff;
}

body.contact .p-footer__fixed {
  display: none !important;
}
body.bg {
  position: relative;
}
body.bg:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .4);
  z-index: 100;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.l-footer__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1080px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-main {
  overflow: hidden;
}
.l-main__sub {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-main__sub {
    margin-top: 8.75rem;
  }
}

.l-sidebar {
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    margin-bottom: 0;
  }
}
.l-sidebar h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #fff;
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #c7a877;
}
@media screen and (min-width: 768px) {
  .l-sidebar h2 {
    font-size: 1.125rem;
  }
}
.l-sidebar li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .l-sidebar li {
    font-size: 1rem;
  }
}

.l-single {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  gap: 64px;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .l-single {
    display: grid;
    grid-template-columns: 1fr 13.75rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    min-height: 31.25rem;
  }
}

.c-accordion {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion {
    margin-top: 4rem;
  }
}

.c-accordion__container {
  width: 100%;
  margin: 0 auto;
}
.c-accordion__container > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__container > * + * {
    margin-top: 1.5rem;
  }
}

.c-accordion__question {
  background: #f2f0e8;
  padding: 16px 40px 16px 12px;
  padding: 1rem 2.5rem 1rem 0.75rem;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-accordion__question {
    padding: 1.25rem 5rem 1.25rem 2.0625rem;
  }
}
.c-accordion__question.is-active {
  border-radius: 0.75rem 0.75rem 0 0;
}
.c-accordion__question:hover {
  cursor: pointer;
}
.c-accordion__question span {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: #c7a877;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__question span {
    margin-right: 1.25rem;
    font-size: 1.75rem !important;
  }
}

.c-accordion__title {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  .c-accordion__title {
    font-size: 1.125rem;
  }
}

.c-accordion__question::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  width: 16px;
  height: 16px;
  right: 12px;
  background: url(../images/common/-.png);
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .c-accordion__question::after {
    top: 44%;
    right: 25px;
  }
}

.c-accordion__question.is-active::after {
  width: 16px;
  height: 16px;
  background: url(../images/common/-after.png);
  background-size: contain;
}

.c-accordion__content {
  padding: 16px 14px;
  padding: 1rem 0.875rem;
  height: 100%;
  overflow: hidden;
  background: #f2f0e8;
  border-radius: 0 0 0.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    padding: 1.25rem 2.0625rem;
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
.c-accordion__content:after {
  content: "";
  position: absolute;
  width: calc(100% - 1.75rem);
  height: 1px;
  background: #d9d9d9;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-accordion__content:after {
    width: calc(100% - 4.125rem);
  }
}
.c-accordion__content span {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  color: #231a0d;
  font-weight: 700;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__content span {
    margin-right: 1.25rem;
    font-size: 1.75rem !important;
  }
}

.c-accordion__head {
  padding: 24px 16px 40px 20px;
  padding: 1.5rem 1rem 2.5rem 1.25rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__head {
    border-radius: 1.25rem;
    padding: 3rem 2.5rem 4rem;
  }
}
.c-accordion__wrapper {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .c-accordion__wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    gap: 0.75rem;
  }
}
.c-accordion__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__text {
    font-size: 1rem;
  }
}
.c-accordion__link a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .c-accordion__link a {
    max-width: 34.0625rem;
    margin: 1.875rem auto 0;
  }
}
.c-accordion__link a:hover {
  opacity: 1;
}
.c-accordion__link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-blog__head {
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-blog__head {
    height: 14.125rem;
  }
}
.c-blog__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-blog__body {
    margin-top: 1.25rem;
  }
}
.c-blog__date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a7c7e;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-blog__date {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.c-blog__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-blog__title {
    font-size: 1.125rem;
  }
}

.c-breadcrumbs__inner {
  padding: 6px 16px 16px;
  padding: 0.375rem 16px 1rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__inner {
    padding: 0.5rem 25px 1rem;
  }
}
.c-breadcrumbs i {
  color: #888888;
}
.c-breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #888888;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs span {
    font-size: 0.875rem;
  }
}

.c-button__primary {
  display: inline-block;
  padding: 16px 96px 16px 56px;
  padding: 1rem 6rem 1rem 3.5rem;
  position: relative;
  border: solid 1px #231a0d;
  color: #231a0d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 280px;
  min-width: 17.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button__primary {
    font-size: 1rem;
  }
}
.c-button__primary:before {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 48px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-button__primary:hover {
    background: #231a0d;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-button__primary:hover:before {
    content: "";
    width: 1.5625rem;
    height: 0.625rem;
    position: absolute;
    background-image: url(../images/common/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-button__primary--back {
  padding: 21px 49px 20px 89px;
  padding: 1.3125rem 3.0625rem 1.25rem 5.5625rem;
}
.c-button__primary--back:before {
  background-image: url(../images/common/arrow-back.svg);
  left: 48px;
  left: 3rem;
  right: inherit;
}
.c-button__primary--back:hover:before {
  background-image: url(../images/common/arrow-back-white.svg);
  left: 40px;
  left: 2.5rem;
}
.c-button__secondary {
  display: inline-block;
  padding: 16px 96px 16px 56px;
  padding: 1rem 6rem 1rem 3.5rem;
  position: relative;
  border: solid 1px #c7a877;
  color: #231a0d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 280px;
  min-width: 17.5rem;
  text-align: center;
  background-color: #fbf9f3;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-button__secondary {
    font-size: 1rem;
    min-width: 20rem;
    text-align: center;
    padding: 1rem 6rem 1rem 5rem;
  }
}
.c-button__secondary:before {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 48px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button__secondary:after {
  content: "";
  width: 74px;
  width: 4.625rem;
  height: 45px;
  height: 2.8125rem;
  position: absolute;
  background-image: url(../images/common/catalog-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 12px;
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button__secondary:hover {
    background: #231a0d;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-button__secondary:hover:before {
    content: "";
    width: 1.5625rem;
    height: 0.625rem;
    position: absolute;
    background-image: url(../images/common/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-button__contact {
  display: inline-block;
  padding: 16px 96px 16px 56px;
  padding: 1rem 6rem 1rem 3.5rem;
  position: relative;
  border: solid 1px #c7a877;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 280px;
  min-width: 17.5rem;
  text-align: center;
  background-color: #c7a877;
  text-align: right;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button__contact {
    font-size: 1rem;
    min-width: 20rem;
    text-align: center;
    padding: 1rem 6rem 1rem 5rem;
  }
}
.c-button__contact:before {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  background-image: url(../images/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 48px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button__contact:after {
  content: "";
  width: 54px;
  width: 3.375rem;
  height: 45px;
  height: 2.8125rem;
  position: absolute;
  background-image: url(../images/common/contact-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 18px;
  left: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button__contact:hover {
    background: #231a0d;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-button__contact:hover:before {
    content: "";
    width: 1.5625rem;
    height: 0.625rem;
    position: absolute;
    background-image: url(../images/common/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.c-button__search {
  display: inline-block;
  background: #c7a877;
  color: #fff;
  border-radius: 6px;
  border: solid 1px #c7a877;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 500;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-button__search {
    font-size: 1rem;
    padding: 0.6875rem 2.625rem;
  }
}
.c-button__search:hover {
  background: #fff;
  color: #c7a877;
}
.c-button__back {
  background: #c8c4b9;
  color: #231a0d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  height: 64px;
  height: 4rem;
  display: inline-block;
  width: 100px;
  width: 6.25rem;
}
.c-button__send {
  background: #c7a877;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  width: 100%;
  height: 64px;
  height: 4rem;
  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;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button__send {
    width: 23.125rem;
  }
}
.c-button__send:after {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  background-image: url(../images/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 50px;
  right: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button__send:after {
    right: 6.25rem;
  }
}

.c-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  border-radius: 0 1.5rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .c-card:hover {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
.c-card__head {
  width: 100%;
  height: 100%;
  height: 220px;
  height: 13.75rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.c-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-card__head {
    height: 16.875rem;
  }
}
.c-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__body {
  padding: 12px 16px;
  padding: 0.75rem 1rem;
}
.c-card__categories {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.c-card__date {
  color: #909090;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-card__date {
    font-size: 0.875rem;
  }
}
.c-card__category {
  color: #909090;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-card__text--sm {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
}
@media screen and (min-width: 768px) {
  .c-card__text--sm {
    font-size: 0.875rem;
  }
}
.c-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 64px;
  min-height: 4rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card__title {
    font-size: 1.125rem;
    min-height: 3.125rem;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-card__list > * + * {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-card__item {
  border-bottom: solid 1px #d9d9d9;
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  position: relative;
}
.c-card__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 35%;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../images/front-page/blog-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-card__item:after {
    top: 20%;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-card__item:nth-child(1) {
  display: block;
  margin-top: 0;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-card__item:nth-child(1) {
    display: none;
  }
}
.c-card__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-card__item-title {
    font-size: 1rem;
  }
}

.c-fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  gap: 24px 32px;
  gap: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__list {
    padding-bottom: 0;
    gap: 1rem 2rem;
  }
}
.c-fnav__item a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-fnav__item a {
    font-size: 0.875rem;
  }
}

.c-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-footer__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__logo {
  width: 80px;
  width: 5rem;
  height: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.c-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-footer__link .c-fnav {
    margin-left: auto;
  }
}
.c-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-footer__text {
    font-size: 1rem;
  }
}
.c-footer__address {
  font-style: normal;
}
.c-footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.c-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer__sns-item {
  margin-right: 24px;
  margin-right: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-footer__sns-item:last-child {
  margin-right: 0;
}
.c-footer__sns-item a {
  background: #fff;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 62.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-footer__sns-item a {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-hamburger__btn {
  position: fixed;
  top: 10px;
  top: 0.625rem;
  right: 16px;
  right: 1rem;
  z-index: 9999;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  background: #c7a877;
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
  visibility: hidden;
}
.c-hamburger__line:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  top: -4px;
  top: -0.25rem;
  visibility: visible;
}
.c-hamburger__line:after {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  right: 0;
  background-color: inherit;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  bottom: -4px;
  bottom: -0.25rem;
  visibility: visible;
}
.c-hamburger__nav {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
.c-hamburger__nav:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 64px;
  height: 4rem;
  background: #fff;
}
.c-hamburger__list {
  color: #231a0d;
}
.c-hamburger__item {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #efefef;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item {
    font-size: 1.75rem;
  }
}
.c-hamburger__item a {
  display: block;
  width: 100%;
}
.c-hamburger__item:last-child {
  margin-bottom: 0;
}
.c-hamburger__item .c-button__primary {
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.c-hamburger__item--dot-line {
  position: relative;
}
.c-hamburger__item--dot-line:after {
  position: absolute;
  content: "";
  top: -4px;
  top: -0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100vw - 2rem);
  height: 1px;
  background-image: linear-gradient(to right, #efefef 4px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-hamburger__sub-list {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-hamburger__item--accordion {
  position: relative;
}
.c-hamburger__item--accordion:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-image: url(../images/common/before.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-hamburger__item--accordion.is-open:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  top: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-image: url(../images/common/after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-hamburger__dot-line {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  gap: 0.9375rem;
  background-image: linear-gradient(to right, #000 8px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left top;
}
.c-hamburger__sub-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  gap: 0.9375rem;
  text-align: left;
}
.c-hamburger__sub-item-grid img {
  width: 100%;
  height: auto;
}
.c-hamburger__sub-item-grid p {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.c-hamburger__sub-item-grid .c-hamburger__item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.c-hamburger__item-btn {
  width: 100%;
  height: auto;
  border: none;
  margin-bottom: 0;
}
.c-hamburger__item-btn img {
  width: 100%;
  height: 100%;
}
.c-hamburger__item--banner {
  margin: auto;
  width: 340px;
  width: 21.25rem;
  height: 110px;
  height: 6.875rem;
}
.c-hamburger__item--banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-hamburger__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hamburger__sub-item {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.c-hamburger__sub-item:last-child {
  margin-right: 0;
}
.c-hamburger__item--lg p {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-hamburger__btn[aria-expanded=true] .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:before {
  top: 0;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__btn[aria-expanded=true] .c-hamburger__line:after {
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.grecaptcha-badge {
  visibility: hidden;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.c-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: absolute;
  right: 80px;
  right: 5rem;
  top: 16px;
  top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-header__sns {
    gap: 1.5rem;
    right: 16.5625rem;
    top: 1.25rem;
  }
}
.c-header__sns a {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .c-header__sns a {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-header__sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header__nav--sub .c-header__item a {
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .c-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item {
    margin-right: 2.5rem;
    font-size: 1rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .c-header__item {
    margin-right: 0.75rem;
  }
}
.c-header__item:last-child {
  margin-right: 0;
}
.c-header__item:not(.c-header__item--document):not(.c-header__item--contact) {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
.c-header__item a {
  font-weight: 700;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .c-header__item a {
    font-size: 0.8125rem;
  }
}
.c-header__item--document {
  margin-right: 0;
  width: 112px;
  width: 7rem;
  height: auto;
}
.c-header__item--document img {
  width: 100%;
  height: 100%;
}
.c-header__item--document a:hover:after {
  display: none;
}
.c-header__item--contact {
  width: 112px;
  width: 7rem;
  height: auto;
}
.c-header__item--contact img {
  width: 100%;
  height: 100%;
}
.c-header__item--contact a:hover:after {
  display: none;
}
.c-header__logo {
  width: 137px;
  width: 8.5625rem;
  height: auto;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 13.3125rem;
  }
}
.c-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-header__tab-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  position: absolute;
  z-index: 9999;
  left: -100%;
  top: 26px;
  top: 1.625rem;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .c-header__tab-menu {
    left: -350%;
  }
}
.c-header__tab-menu.left {
  left: -550px;
  left: -34.375rem;
}
.c-header__tab-menu.left-sm {
  left: -250px;
  left: -15.625rem;
}
.c-header__tab-item {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  gap: 0.9375rem;
  padding: 40px;
  padding: 2.5rem;
  position: relative;
  z-index: 101;
}
.c-header__tab-item > h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 500;
}
.c-header__tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.c-header__tab-wrap p {
  color: #231a0d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  display: inline-block;
  margin-top: 12px;
  margin-top: 0.75rem;
  font-weight: 400;
}
.c-header__tab-image {
  width: 200px;
  width: 12.5rem;
  height: 125px;
  height: 7.8125rem;
}
.c-header__tab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__sub-tab-wrap {
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  gap: 2.875rem;
}
.c-header__sub-tab-wrap:after {
  position: absolute;
  content: "";
  top: -4px;
  top: -0.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #efefef 4px, transparent 8px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.c-header__sub-tab-wrap a {
  color: #231a0d;
}
.c-header__item span {
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  .c-header__item span {
    font-size: 0.8125rem;
  }
}
.c-header__item span:hover {
  cursor: pointer;
}
.c-header__item:hover > .c-header__tab-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0s;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.c-info__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  gap: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-bottom: solid 1px #d9d9d9;
  border-bottom: solid 0.0625rem #d9d9d9;
}
@media screen and (min-width: 768px) {
  .c-info__list {
    grid-template-columns: 11.25rem 1fr;
    gap: 2.5rem;
  }
}
.c-info__list:nth-child(1) {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: solid 1px #d9d9d9;
  border-top: solid 0.0625rem #d9d9d9;
}
.c-info__term {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-info__term {
    font-size: 1rem;
  }
}
.c-info__description {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-info__description {
    font-size: 1rem;
  }
}

.c-link {
  background: #fff;
}
.c-link.front-page {
  position: relative;
}
.c-link.front-page:after {
  content: "";
  width: 238px;
  width: 14.875rem;
  height: 150px;
  height: 9.375rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  top: 0rem;
  margin: auto;
  background-image: url(../images/front-page/06-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-link.front-page:after {
    width: 23.8125rem;
    height: 14.9375rem;
    top: 4rem;
    background-image: url(../images/front-page/06.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.c-link .c-section-heading {
  position: relative;
  z-index: 3;
}
.c-link .c-section-heading__title {
  text-align: center;
}
.c-link .c-section-heading__title:after {
  left: 0;
  right: 0;
  margin: auto;
}
.c-link .c-section-heading__subtitle {
  text-align: center;
}
.c-link__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-link__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.c-link .c-section-heading {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .c-link .c-section-heading {
    margin-bottom: 4.625rem;
  }
}
.c-link__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-link__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-link__banner {
  display: block;
  width: 100%;
  height: 100%;
}
.c-link__banner a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.c-link__banner a img {
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media screen and (min-width: 768px) {
  .c-link__banner a:hover img {
    scale: 1.03;
  }
}
.c-link__fukidashi {
  width: 343px;
  width: 21.4375rem;
  height: 87px;
  height: 5.4375rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .c-link__fukidashi {
    width: 24.125rem;
    height: 5.9375rem;
    margin: 3.5625rem auto 0;
  }
}
.c-link__fukidashi svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-map {
  width: 100%;
  height: 240px;
  height: 15rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-map {
    height: 25rem;
    margin-bottom: 6.25rem;
  }
}
.c-map iframe {
  width: 100%;
  height: 100%;
}

.c-modal__block {
  background: #fff;
  overflow-y: auto;
  padding: 20px 25px;
  width: 90%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 540px;
  -webkit-animation: show 0.6s linear 0s;
          animation: show 0.6s linear 0s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(119,119,119,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 6px #777);
          filter: drop-shadow(0px 2px 6px #777);
}
@media screen and (min-width: 768px) {
  .c-modal__block {
    max-width: 600px;
    max-height: 860px;
  }
}
.c-modal__content {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.c-modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1000;
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-modal__small-image {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.c-modal__small-image img {
  width: 100%;
  height: 100%;
}
.c-modal__profile {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
.c-modal__profile:after {
  content: attr(data-title);
  font-size: 32px;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 300;
  color: #dbdbdb;
  position: absolute;
  right: 0;
  top: 0;
}
.c-modal__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .c-modal__title {
    font-size: 1.125rem;
  }
}
.c-modal__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.c-modal__description .c-modal__text {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-modal__description .c-modal__text {
    font-size: 0.875rem;
  }
}
.c-modal__description .c-modal__text:last-child {
  margin-bottom: 0;
}
.c-modal__text {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-weight: 300;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-modal__text {
    font-size: 0.875rem;
  }
}
.c-modal__good-menu {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.c-modal__good-menu-title {
  font-size: 16px;
  font-size: 1rem;
  background: #98784d;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
  padding: 0.25rem 1.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-modal__good-menu-title {
    font-size: 1.125rem;
  }
}
.c-modal__list {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .c-modal__list {
    font-size: 1rem;
  }
}
.c-modal__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-modal__btn a {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.c-modal__btn a:last-child {
  margin-bottom: 0;
}

.c-news > * + * {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-news > * + * {
    margin-top: 1.5625rem;
  }
}
.c-news__content a {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #efefef;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-news__content a {
    grid-template-columns: 5rem 1fr;
    gap: 3rem;
    padding-bottom: 1.5625rem;
  }
}
.c-news__date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a7c7e;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-news__date {
    font-size: 1rem;
  }
}
.c-news__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.opening {
  width: 100%;
  height: 100vh;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  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;
}

.opening__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.opening__logo {
  display: block;
  width: 300px;
  height: auto;
  z-index: 2;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0); /*予め切り取り*/
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /*予め大きくしておく*/
  opacity: 0; /*予め透明に*/
}

.c-plan-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-plan-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.c-plan-link > * + * {
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c-plan-link > * + * {
    margin-left: 0;
  }
}
.c-plan-link p {
  width: 100%;
}
.c-plan-link a {
  width: 100%;
  display: grid;
  place-items: center;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  border: solid 1px #c7a877;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .c-plan-link a {
    height: 4.5rem;
    font-size: 1.5rem;
  }
}
.c-plan-link a.is-active {
  background: #c7a877;
  color: #fff;
}

.c-section-contact {
  background-image: url(../images/common/contact-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-section-contact {
    background-image: url(../images/common/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.c-section-contact .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-section-contact .l-inner {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.c-section-contact .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-contact .c-section-heading {
    margin-bottom: 4rem;
  }
}
.c-section-contact__textarea {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c-section-contact__textarea {
    margin-bottom: 3rem;
  }
}
.c-section-contact__textarea p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-section-contact__textarea p {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.c-section-contact__btn {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  gap: 1.75rem;
  max-width: 280px;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-section-contact__btn {
    max-width: 42rem;
    grid-template-columns: 1fr 1fr;
  }
}

.c-section-heading__title {
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  color: #231a0d;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .c-section-heading__title {
    font-size: 4rem;
    letter-spacing: 8px;
  }
}
.c-section-heading__sub-title {
  color: #231a0d;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1.2px;
  margin-right: -1.2px;
}
@media screen and (min-width: 768px) {
  .c-section-heading__sub-title {
    font-size: 1.25rem;
  }
}
.c-section-heading__sub-title--gray {
  color: #888;
}

.c-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slider .slick-slide {
  width: 340px !important;
  width: 21.25rem !important;
  height: 262px !important;
  height: 16.375rem !important;
  padding: 0 24px;
}
.c-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sub-header {
  text-align: center;
}
.c-sub-header__wrap {
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__wrap {
    padding: 4rem 1rem;
  }
}
.c-sub-header__title {
  text-transform: uppercase;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-sub-header__title {
    font-size: 4rem;
    letter-spacing: 8px;
    line-height: 1.25;
  }
}
.c-sub-header__title--sm {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__title--sm {
    font-size: 4rem;
  }
}
.c-sub-header__sub-title {
  color: #888;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-sub-header__sub-title {
    font-size: 1.5rem;
    letter-spacing: 2.4px;
  }
}
.c-sub-header__desc {
  padding-bottom: 32px;
  padding-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc {
    padding-bottom: 5rem;
    font-size: 1.25rem;
  }
}

.c-sub-mainview {
  width: 100%;
  position: relative;
}
.c-sub-mainview__image {
  width: 100%;
  height: 100%;
}
.c-sub-mainview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sub-mainview__wrapper {
  width: 70%;
  height: auto;
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -13%;
  background: #333333;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-sub-mainview__wrapper {
    width: 100%;
    max-width: 25rem;
  }
}
.c-sub-mainview__heading {
  text-align: center;
  padding: 16px 12px 16px;
  padding: 1rem 0.75rem 1rem;
  color: #fff;
}
.c-sub-mainview__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-sub-mainview__title {
    font-size: 2.5rem;
  }
}
.c-sub-mainview__sub-title {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-sub-mainview__sub-title {
    font-size: 0.875rem;
  }
}

.c-tab {
  margin: 40px auto;
  margin: 2.5rem auto;
  /* タブメニュー */
  /* is-activeがついている時のスタイル */
  /* タブパネル */
  /* is-showがついている時のスタイル */
}
.c-tab__menu {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 50px;
  min-height: 3.125rem; /* メニュー切替時にタブがズレないように */
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-tab__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; /* メニューを下揃え&高さを調整 */
  }
}
.c-tab__menu-item {
  list-style: none;
  display: inline-block;
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  width: 100%;
  max-width: 320px;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  border-radius: 0.375rem;
  text-align: center;
  color: #c7a877;
  background-color: #f2f0e8;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; /* アニメーション */
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-tab__menu-item {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    margin-right: 1.5rem;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-tab__menu-item:last-of-type {
    margin-right: 0;
  }
}
.c-tab__menu-item.is-active {
  background-color: #c7a877;
  color: #231a0d;
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-tab__menu-item.is-active {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.c-tab__panel {
  width: 100%;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .c-tab__panel {
    margin-top: 3rem;
    max-width: 47.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-tab__panel-box01 {
  display: none;
}
.c-tab__panel-box02 {
  display: none;
}
.c-tab__panel-box03 {
  display: none;
}
.c-tab__panel-box.is-show {
  display: block;
}

.c-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
  position: relative;
}
.c-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 72px;
  width: 4.5rem;
  height: 2px;
  height: 0.125rem;
  background: #c7a877;
}
@media screen and (min-width: 768px) {
  .c-title::before {
    width: 6.875rem;
    height: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.5rem;
    margin-top: 9.375rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
}
.c-title--blue::before {
  background: #E4E9F2;
}

.c-event-card__head {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-event-card__head {
    height: 21.25rem;
  }
}
.c-event-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-card__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__body {
    margin-top: 1.25rem;
  }
}
.c-event-card__foot {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__foot {
    margin-top: 1.25rem;
  }
}
.c-event-card__foot > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  gap: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-event-card__foot > div {
    grid-template-columns: 3.875rem 1fr;
    gap: 1.75rem;
  }
}
.c-event-card__foot > div:nth-child(2) .c-event-card__term {
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__foot > div:nth-child(2) .c-event-card__term {
    margin-top: 0.25rem;
  }
}
.c-event-card__foot > div:nth-child(2) .c-event-card__desc {
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__foot > div:nth-child(2) .c-event-card__desc {
    margin-top: 0.375rem;
  }
}
.c-event-card__term {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-event-card__term {
    font-size: 0.875rem;
  }
}
.c-event-card__desc {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-event-card__desc {
    font-size: 0.875rem;
  }
}
.c-event-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #231a0d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 行数を3行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .c-event-card__title {
    font-size: 1.25rem;
  }
}

.c-interview-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px 40px;
  gap: 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-interview-card {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem 2rem;
  }
}
.c-interview-card__head {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-interview-card__head {
    height: 14.125rem;
  }
}
.c-interview-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-interview-card__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-interview-card__body {
    margin-top: 1.25rem;
  }
}
.c-interview-card__cat {
  display: inline-block;
  color: #c7a877;
  border-color: #c7a877;
  border: solid 1px #c7a877;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-interview-card__cat {
    margin-bottom: 1rem;
  }
}
.c-interview-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .c-interview-card__title {
    font-size: 1.25rem;
  }
}

/* エラーメッセージの上部を消去 */
div.screen-reader-response {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

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

span.wpcf7-list-item {
  margin: 0 30px 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 16px;
  /* 項目のフォントサイズ */
}

input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}

.wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #cccccc;
  background: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  vertical-align: middle;
  width: 20px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 15px;
  left: 2px;
  position: absolute;
  top: 6px;
  width: 15px;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

.wpcf7-form-control.wpcf7-radio.p-contact__radio-button {
  display: grid;
  grid-template-columns: 7.5rem 7.5rem;
  grid-template-rows: 1fr;
  gap: 16px 20px;
  gap: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control.wpcf7-radio.p-contact__radio-button {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    max-width: 12.5rem;
    width: 100%;
  }
}

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

.wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
}

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

.wpcf7-form dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .wpcf7-form dl {
    grid-template-columns: 10rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.wpcf7-form dl:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form dl:nth-child(5) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wpcf7-form dl:last-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
}
.wpcf7-form dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7-form .p-contact__body.contact dl {
    grid-template-columns: 10.875rem 1fr;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: inline-block;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border-radius: 0.125rem;
  background: #c7a877;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

/* エラーメッセージ */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c7a877;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0;
  /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.p-contact__radio-button .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #231a0d;
  border-radius: 100%;
  /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
.p-contact__radio-button input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #c7a877;
  /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
  /* 中心の色のスタイル */
}

.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 0 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  /* labelにhoverした時にカーソルを表示させる */
  font-size: 14px;
  /* 項目のフォントサイズ */
}
@media screen and (min-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
    /* 項目のフォントサイズ */
  }
}
.wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #d9d9d9;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  position: relative;
  top: 2px;
  top: 0.125rem;
  vertical-align: middle;
  width: 20px;
  width: 1.25rem;
  background: #fff;
  border-radius: 2px;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 12px;
  width: 0.75rem;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #fff;
}

/* ラジオボタンの各項目のスタイル */
.wpcf7-list-item {
  margin-bottom: 0.5em;
  /* 項目間のスペース */
}

/* ラジオボタンのラベルスタイル */
.wpcf7-list-item label {
  display: inline-block;
  /* ラベルをブロック要素に */
  cursor: pointer;
  /* ホバー時にカーソルをポインターに */
  position: relative;
  /* ラジオボタンのカスタムスタイルの位置決めに使用 */
  line-height: 1.2;
  /* ラベルの行間 */
}

.p-contact__radio .wpcf7-list-item label {
  padding-left: 1.5em;
}

/* ラジオボタンのデフォルトスタイルを隠す */
.wpcf7-list-item input[type=radio] {
  position: absolute;
  /* 絶対位置 */
  opacity: 0;
  /* 透明にすることで非表示に */
  cursor: pointer;
  /* ホバー時にカーソルをポインターに */
}

/* カスタムラジオボタンのデザイン */
.wpcf7-list-item input[type=radio] + .wpcf7-list-item-label::before {
  content: "";
  /* 擬似要素のコンテンツ */
  position: absolute;
  /* 絶対位置 */
  left: 0;
  /* 左から0の位置に */
  top: 50%;
  /* 上から50%の位置に（中央に見えるように調整） */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Y軸で50%移動して中央に */
  width: 1em;
  /* 擬似要素の幅 */
  height: 1em;
  /* 擬似要素の高さ */
  border: 1px solid #ccc;
  /* 境界線のスタイル */
  border-radius: 50%;
  /* 円形に */
  background-color: #fff;
  /* 背景色 */
}

/* チェックされたときのカスタムラジオボタンのデザイン */
.wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  /* 擬似要素のコンテンツ */
  position: absolute;
  /* 絶対位置 */
  left: 0.25em;
  /* 左からの位置 */
  top: 50%;
  /* 上から50%の位置に */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* Y軸で50%移動して中央に */
  width: 0.5em;
  /* 内側の円の幅 */
  height: 0.5em;
  /* 内側の円の高さ */
  border-radius: 50%;
  /* 円形に */
  background-color: #333;
  /* 内側の円の色 */
}

.wpcf7 form .wpcf7-response-output {
  border: none !important;
}

@media (max-width: 767px) {
  .p-top-blog .c-blog {
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}
.p-top-blog__slider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-blog__slider .slick-list {
    overflow: visible;
  }
}
.p-top-blog__slider .slick-slide {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__slider .slick-slide {
    margin-left: 0;
    margin-right: 24px;
  }
}
.p-top-blog .slick-prev,
.p-top-blog .slick-next {
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-blog .slick-prev,
  .p-top-blog .slick-next {
    width: 4rem;
    height: 1.5625rem;
  }
}
.p-top-blog .slick-prev {
  position: absolute;
  bottom: -60px;
  bottom: -3.75rem;
  top: inherit;
  left: 30%;
}
@media screen and (min-width: 380px) and (max-width: 530px) {
  .p-top-blog .slick-prev {
    left: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-blog .slick-prev {
    bottom: -5rem;
  }
}
.p-top-blog .slick-next {
  position: absolute;
  bottom: -60px;
  bottom: -3.75rem;
  top: inherit;
  right: 30%;
}
@media screen and (min-width: 380px) and (max-width: 530px) {
  .p-top-blog .slick-next {
    right: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-blog .slick-next {
    bottom: -5rem;
  }
}
.p-top-blog .slick-prev:before {
  background-image: url(../images/common/slider-arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
  z-index: 10;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-top-blog .slick-prev:before {
    width: 4rem;
    height: 1.5625rem;
  }
}
.p-top-blog .slick-next:before {
  background-image: url(../images/common/slider-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
  z-index: 10;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-top-blog .slick-next:before {
    width: 4rem;
    height: 1.5625rem;
  }
}

.p-lineup-feature__slider-image {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.p-lineup-feature__slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup-feature__slider {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__slider .slick-list {
    overflow: visible;
  }
}
.p-lineup-feature__slider .slick-slide {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.p-lineup-feature .slick-prev,
.p-lineup-feature .slick-next {
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-prev,
  .p-lineup-feature .slick-next {
    width: 4rem;
    height: 1.5625rem;
  }
}
.p-lineup-feature .slick-prev {
  position: absolute;
  bottom: -60px;
  bottom: -3.75rem;
  top: inherit;
  left: 30%;
}
@media screen and (min-width: 380px) and (max-width: 530px) {
  .p-lineup-feature .slick-prev {
    left: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-prev {
    bottom: 50%;
    left: 18%;
  }
}
.p-lineup-feature .slick-next {
  position: absolute;
  bottom: -60px;
  bottom: -3.75rem;
  top: inherit;
  right: 30%;
}
@media screen and (min-width: 380px) and (max-width: 530px) {
  .p-lineup-feature .slick-next {
    right: 30%;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-next {
    bottom: 50%;
    right: 18%;
  }
}
.p-lineup-feature .slick-prev:before {
  background-image: url(../images/common/slider-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: 10;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-prev:before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.p-lineup-feature .slick-next:before {
  background-image: url(../images/common/slider-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  z-index: 10;
  inset: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-next:before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-dots {
    bottom: -3.125rem;
  }
}
.p-lineup-feature .slick-dots li {
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-dots li {
    width: 6.25rem;
  }
}
.p-lineup-feature .slick-dots li button:before {
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: #cccccc;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-dots li button:before {
    width: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .slick-slider {
    margin-bottom: 7.5rem;
  }
}
.p-lineup-feature .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #c7a877;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  border-radius: 0.25rem;
  margin: 8px;
  margin: 0.5rem;
}
.wp-pagenavi .current {
  color: #c7a877;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
}
.wp-pagenavi .current:after {
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 2px;
  height: 0.125rem;
  position: absolute;
  background: #c7a877;
  bottom: -2px;
  bottom: -0.125rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current:after {
    width: 2rem;
  }
}
.wp-pagenavi a {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
  margin: 8px;
  margin: 0.5rem;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
  }
}

.p-error__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-error__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-error__wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-error__wrapper:last-child {
  margin-top: 80px;
  margin-top: 5rem;
}
.p-error__head {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-error__head {
    margin-bottom: 2.5rem;
  }
}
.p-error__body {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-error__body {
    text-align: center;
  }
}
.p-error__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-error__title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-error__title {
    font-size: 1.5rem;
  }
}
.p-error__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-error__text {
    font-size: 1rem;
  }
}

.p-about-message {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about-message {
    margin-top: 2.5rem;
    padding-bottom: 6.9375rem;
  }
}
.p-about-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #f8f4ee;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-about-message::before {
    height: 56%;
  }
}
.p-about-message .c-title {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.p-about-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about-message__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.0625rem;
  }
}
.p-about-message__img {
  width: 520px;
  width: 32.5rem;
  max-width: 100%;
}
.p-about-message__img img {
  width: 100%;
  height: 100%;
}
.p-about-message__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-about-message__text {
    padding-top: 2.5rem;
    font-size: 1.75rem;
  }
}

.p-mission {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-mission {
    padding-bottom: 10rem;
  }
}
.p-mission::before {
  content: "";
  position: absolute;
  top: 40px;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: calc(100% - 11.25rem);
  background: #FAFAFA;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-mission::before {
    width: 57.6%;
  }
}
.p-mission__title {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .p-mission__title {
    margin-top: 3rem;
    font-size: 1.75rem;
  }
}
.p-mission__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mission__text {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}
.p-mission__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mission__bg {
    display: block;
    position: relative;
    position: relative;
  }
  .p-mission__bg::before {
    content: "";
    position: absolute;
    top: 18.75rem;
    left: 2.5rem;
    width: 11.9375rem;
    height: auto;
    aspect-ratio: 191/235;
    background: url(../images/about/mission01.png) no-repeat center center/contain;
  }
  .p-mission__bg::after {
    content: "";
    position: absolute;
    top: 36.25rem;
    right: 0;
    width: 14.4375rem;
    height: auto;
    aspect-ratio: 231/299;
    background: url(../images/about/mission02.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1280px) {
  .p-mission__bg::after {
    top: 41.875rem;
    width: 10.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-owner-message .l-inner {
    max-width: 61.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-owner-message__img {
  padding-left: 20%;
  padding-right: 20%;
}
.p-owner-message__img img {
  width: 100%;
  height: 100%;
}
.p-owner-message__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.71;
}
@media screen and (min-width: 768px) {
  .p-owner-message__title {
    margin-top: 4rem;
    font-size: 1.25rem;
    position: relative;
  }
  .p-owner-message__title::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: calc(50% - 50vw);
    width: 31.375rem;
    height: 17.9375rem;
    background: #f8f4ee;
    z-index: -1;
  }
}
.p-owner-message__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-owner-message__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}
.p-owner-message__text li {
  position: relative;
  padding-left: 14px;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-owner-message__text li {
    padding-left: 1rem;
  }
}
.p-owner-message__text li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}
.p-owner-message__btn {
  text-align: center;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-owner-message__btn {
    text-align: right;
  }
}
.p-owner-message__btn .c-button__primary {
  padding: 21px 89px 20px 47px;
  padding: 1.3125rem 5.5625rem 1.25rem 2.9375rem;
}

.p-staff__row {
  display: grid;
  grid-template-columns: 1fr;
  -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;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
  }
}
.p-staff__row .p-staff__item {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin: auto;
}
.p-staff__row-bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__row-bottom {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-staff__row-bottom .p-staff__item {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-staff__row-bottom .p-staff__item:nth-child(1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__row-bottom .p-staff__item:nth-child(2) {
    margin-left: 0;
  }
}
.p-staff__row-bottom > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__row-bottom > * + * {
    margin-top: 0;
  }
}
.p-staff__item {
  text-align: center;
  --dd-before-display: block;
  --dd-after-display: block;
}
@media screen and (min-width: 768px) {
  .p-staff__item {
    max-width: 28.5625rem;
  }
}
.p-staff__img {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-staff__img img {
  width: 50%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-staff__img img {
    width: 100%;
  }
}
.p-staff__cat {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  color: #888;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__cat {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
.p-staff__name {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-staff__name {
    font-size: 1.25rem;
  }
}
.p-staff__desc {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__desc {
    margin-top: 1rem;
  }
}
.p-staff__desc dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  gap: 0.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dl {
    grid-template-columns: 3rem 1fr;
    gap: 2rem;
  }
}
.p-staff__desc dl:last-child dd {
  position: relative;
  height: 70px;
  height: 4.375rem;
  overflow: hidden;
}
.p-staff__desc dl:last-child dd:hover {
  cursor: pointer;
}
.p-staff__desc dl:last-child dd:before {
  content: "詳しくみる";
  font-size: 12px;
  font-size: 0.75rem;
  color: #ab8344;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
  display: var(--dd-before-display);
}
.p-staff__desc dl:last-child dd:after {
  content: "";
  width: 100%;
  height: 30px;
  height: 1.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/common/white-noise.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 3;
  display: var(--dd-after-display);
}
@media screen and (min-width: 768px) {
  .p-staff__desc dl:last-child dd:after {
    height: 2.875rem;
  }
}
.p-staff__desc dt {
  color: #ab8344;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dt {
    font-size: 1rem;
  }
}
.p-staff__desc dd {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dd {
    font-size: 1rem;
  }
}
.p-staff__desc dd > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dd > * + * {
    margin-top: 1rem;
  }
}
.p-staff__desc > * + * {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__desc > * + * {
    margin-top: 1.5rem;
  }
}

.p-archive-banner .l-inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive-banner .l-inner {
    padding-top: 5rem;
    max-width: 51.75rem;
    padding-bottom: 7.5rem;
  }
}
.p-archive-banner img {
  width: 100%;
  height: auto;
}

.p-archive.p-archive__2col .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive.p-archive__2col .l-inner {
    gap: 2rem;
    grid-template-columns: 1fr 15rem;
  }
}
.p-archive.p-archive__3col .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive.p-archive__3col .l-inner {
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-archive__blog-contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-archive__blog-contents {
    gap: 2.5rem 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-archive__foot {
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__foot {
    margin-top: 7.5rem;
    margin-bottom: 10.5rem;
  }
}

.p-background .l-inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-background .l-inner {
    padding-bottom: 9.375rem;
  }
}
.p-background__heading {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-background__heading {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }
}
.p-background__title--xl {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-background__title--xl {
    font-size: 1.5rem;
  }
}
.p-background__contents {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  display: grid;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-background__contents {
    margin-bottom: 9.375rem;
    gap: 4rem;
  }
}
.p-background__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-background__content {
    grid-template-columns: 37.75rem 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-background__content:nth-child(even) {
    grid-template-columns: 1fr 37.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-background__content:nth-child(even) .p-background__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-background__content:nth-child(even) .p-background__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-background__content--01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--01:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    right: 0;
    top: 6.6875rem;
    width: 45%;
    height: 16.25rem;
  }
}
.p-background__content--02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--02:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    left: -8.25rem;
    top: 6.25rem;
    width: 40%;
    height: 16.25rem;
  }
}
.p-background__content--03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--03:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    right: -8.25rem;
    top: 2.5rem;
    width: 40%;
    height: 16.25rem;
  }
}
.p-background__content--04 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--04 {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-background__content--04:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    left: -8.25rem;
    top: 8.75rem;
    width: 52%;
    height: 16.25rem;
  }
}
.p-background__content--05 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--05:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    right: -8.25rem;
    top: 10rem;
    width: 30%;
    height: 16.25rem;
  }
}
.p-background__content--06 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--06:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    left: -8.25rem;
    top: 10rem;
    width: 32%;
    height: 16.25rem;
  }
}
.p-background__content--07 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--07:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    right: -8.25rem;
    top: 10rem;
    width: 30%;
    height: 16.25rem;
  }
}
.p-background__content--08 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--08:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    left: -8.25rem;
    top: 12.5rem;
    width: 32%;
    height: 16.25rem;
  }
}
.p-background__content--09 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content--09:after {
    z-index: -1;
    background: #f8f4ee;
    position: absolute;
    content: "";
    right: -8.25rem;
    top: 5rem;
    width: 30%;
    height: 16.25rem;
  }
}
.p-background__desc > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-background__desc > * + * {
    margin-top: 2rem;
  }
}
.p-background__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-background__text {
    font-size: 0.875rem;
  }
}
.p-background__text--primary {
  color: #c7a877;
}
.p-background__image {
  width: 100%;
  height: auto;
}
.p-background__image img {
  width: 100%;
  height: auto;
}
.p-background__image--01 {
  max-width: 348px;
  max-width: 21.75rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p-background__image--04 {
  max-width: 496px;
  max-width: 31rem;
  height: auto;
  margin-left: auto;
}
.p-background__image--05 {
  max-width: 532px;
  max-width: 33.25rem;
  height: auto;
}
.p-background__content-heading {
  text-align: center;
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-background__content-heading {
    margin-bottom: 6.25rem;
  }
}
.p-background__content-heading:after {
  content: "";
  width: 80px;
  width: 5rem;
  height: 4px;
  position: absolute;
  background: #e8dbc6;
  left: 0;
  right: 0;
  bottom: -18px;
  bottom: -1.125rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-background__content-heading:after {
    bottom: -1.5rem;
    width: 6.875rem;
  }
}
.p-background__content-heading h3 {
  font-weight: 500;
}
.p-background__title--lg {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-background__title--lg {
    font-size: 1.5rem;
  }
}
.p-background__profile {
  background: #fafafa;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-background__profile {
    padding: 3rem;
    max-width: 61.125rem;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.p-background__profile h3 {
  font-weight: 500;
}
.p-background__profile span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-background__title--sm {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-background__title--sm {
    font-size: 1.5rem;
  }
}
.p-background__text--gray {
  color: #6f6f6f;
}
.p-background__info {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-background__info {
    margin-top: 2rem;
  }
}
.p-background__info > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-background__info > * + * {
    margin-top: 0.0625rem;
  }
}
.p-background__info dl {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-background__info dl {
    grid-template-columns: 5.125rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-background__info dt {
  width: 82px;
  width: 5.125rem;
  height: 24px;
  height: 1.5rem;
  background: #e8dbc6;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-background__info dt {
    height: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-background__info dd {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  background: #fff;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-background__info dd {
    font-size: 0.875rem;
    padding-left: 0.75rem;
  }
}

.p-catalog-info {
  background-image: url(../images/catalog/info-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  height: 9.375rem;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-catalog-info {
    background-image: url(../images/catalog/info-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 12.5rem;
    margin-top: 6.25rem;
  }
}
.p-catalog-info__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-catalog-info__text {
    font-size: 1rem;
  }
}

.p-catalog-select .l-inner {
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-catalog-select .l-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.p-catalog-select__catalog {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-catalog-select__catalog:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-catalog-select__case:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-catalog-select img {
  width: 100%;
  height: 100%;
}

.p-company .l-inner {
  padding-top: 0;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company .l-inner {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
  }
}
.p-company .c-title {
  margin-top: 0;
}
.p-company__wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    padding-top: 2.5rem;
  }
}
.p-company__list {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
}
@media screen and (min-width: 768px) {
  .p-company__list {
    padding-bottom: 2rem;
    grid-template-columns: 12.5rem 1fr;
  }
}
.p-company__list:last-child {
  padding-bottom: 0;
}
.p-company__term {
  border-bottom: solid 1px #c7a877;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  line-height: 1.75;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__term {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.p-company__desc {
  border-bottom: solid 1px #efefef;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-company__desc {
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 1rem;
  }
}
.p-company__desc > * {
  line-height: 1.75;
}
.p-company__desc > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-company__desc > * + * {
    margin-top: 1.5rem;
  }
}
.p-company__text--semibold {
  font-weight: 600;
}

.p-message {
  overflow: hidden;
}
.p-message__inner {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-message__inner {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}
.p-message__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper {
    grid-template-columns: 28.75rem 1fr;
    gap: 3.5625rem;
  }
}
.p-message__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  top: -5rem;
  margin: auto;
  width: auto;
  height: 80px;
  height: 5rem;
  background-image: url(../images/company/message.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-message__wrapper:after {
    top: -8.125rem;
    width: 57.5625rem;
    height: 12.1875rem;
  }
}
.p-message__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.p-message__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message__desc {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-message__desc {
    margin-top: 6.875rem;
  }
}
.p-message__desc:after {
  width: 100vw;
  height: 500px;
  height: 31.25rem;
  background: #f2f0e8;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-message__desc:after {
    width: 80vw;
    min-width: 71.25rem;
    margin: auto calc(50% - 50vw) auto auto;
    height: 32.125rem;
    right: 0;
    top: 2.5rem;
  }
}
.p-message__cat {
  position: relative;
  z-index: 3;
  color: #c7a877;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-message__cat {
    font-size: 1rem;
  }
}
.p-message__title {
  position: relative;
  z-index: 3;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-message__title {
    font-size: 2.5rem;
  }
}
.p-message__textarea {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-message__textarea {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-message__text {
    font-size: 1rem;
  }
}
.p-message__name-text {
  text-align: right;
  position: relative;
  z-index: 3;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-concept-point {
  overflow: hidden;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point {
    padding-bottom: 12.75rem;
  }
}
.p-concept-point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-concept-point__head {
    margin-left: -5rem;
  }
}
.p-concept-point__number {
  position: relative;
}
.p-concept-point__number span {
  color: #c7a877;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 8px;
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-concept-point__number span {
    font-size: 5rem;
  }
}
.p-concept-point__number::before {
  content: "";
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  left: 0;
  width: 70px;
  width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-concept-point__number::before {
    width: 8.125rem;
    height: 8.125rem;
    top: -0.5rem;
    left: -0.625rem;
  }
}
.p-concept-point__number::after {
  content: "";
  position: absolute;
  top: 54px;
  top: 3.375rem;
  left: 9px;
  left: 0.5625rem;
  width: 100px;
  width: 6.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #c7a877;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-concept-point__number::after {
    width: 8.75rem;
    height: 0.0625rem;
    top: 6.25rem;
    left: 2.1875rem;
  }
}
.p-concept-point__titleWrap {
  width: 808px;
  width: 50.5rem;
  max-width: 100%;
  text-align: center;
  margin-left: -24px;
  margin-left: -1.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
  border: 1px solid #c7a877;
  border: 0.0625rem solid #c7a877;
}
@media screen and (min-width: 768px) {
  .p-concept-point__titleWrap {
    margin-top: 5.25rem;
    margin-left: -1.75rem;
    padding-top: 1.4375rem;
    padding-bottom: 1.25rem;
    padding-left: 3.125rem;
  }
}
.p-concept-point__titleWrap h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-concept-point__titleWrap h3 {
    font-size: 1.625rem;
  }
}
.p-concept-point__titleWrap p {
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #c7a877;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept-point__titleWrap p {
    margin-top: 0.3125rem;
    font-size: 1.125rem;
  }
}
.p-concept-point__titleWrap::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 42px 0 0;
  border-width: 2.625rem 2.625rem 0 0;
  border-color: #fff transparent transparent transparent;
}
.p-concept-point__wrap + .p-concept-point__wrap {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__wrap + .p-concept-point__wrap {
    margin-top: 10.625rem;
  }
}
.p-concept-point__itemWrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__itemWrap {
    margin-top: 5rem;
  }
}
.p-concept-point__itemWrap > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__itemWrap > * + * {
    margin-top: 7.625rem;
  }
}
.p-concept-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-point__item.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-concept-point__img {
  width: 100%;
  position: relative;
}
.p-concept-point__img img {
  width: 80%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-concept-point__img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-point__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 29.5625rem;
  }
  .p-concept-point__img--sm {
    width: 29.1875rem;
  }
  .p-concept-point__img__lg {
    width: 31.1875rem;
  }
  .p-concept-point__img__md {
    width: 29.8125rem;
  }
}
.p-concept-point__img::before {
  content: "";
  position: absolute;
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  background: #f8f4ee;
  z-index: -1;
}
.p-concept-point__img.bg-01::before {
  bottom: -46px;
  bottom: -2.875rem;
  left: -130px;
  left: -8.125rem;
}
.p-concept-point__img.bg-02::before {
  width: 130px;
  width: 8.125rem;
  height: 169px;
  height: 10.5625rem;
  bottom: -54px;
  bottom: -3.375rem;
  left: -64px;
  left: -4rem;
}
.p-concept-point__img.bg-03::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -64px;
  bottom: -4rem;
  left: auto;
  right: -75px;
  right: -4.6875rem;
}
.p-concept-point__img.bg-04::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -48px;
  bottom: -3rem;
  left: auto;
  right: -129px;
  right: -8.0625rem;
}
.p-concept-point__img.bg-05::before {
  width: 118px;
  width: 7.375rem;
  height: 177px;
  height: 11.0625rem;
  bottom: -84px;
  bottom: -5.25rem;
  right: -49px;
  right: -3.0625rem;
}
.p-concept-point__img.bg-06::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -64px;
  bottom: -4rem;
  left: -76px;
  left: -4.75rem;
}
.p-concept-point__img.bg-07::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -94px;
  bottom: -5.875rem;
  right: -117px;
  right: -7.3125rem;
}
.p-concept-point__img.bg-08::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -46px;
  bottom: -2.875rem;
  left: auto;
  right: -100px;
  right: -6.25rem;
}
.p-concept-point__img.bg-09::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: -46px;
  bottom: -2.875rem;
  left: -130px;
  left: -8.125rem;
}
.p-concept-point__img.bg-10::before {
  width: 209px;
  width: 13.0625rem;
  height: 182px;
  height: 11.375rem;
  bottom: -30px;
  bottom: -1.875rem;
  left: -129px;
  left: -8.0625rem;
}
.p-concept-point__img.bg-11::before {
  width: 245px;
  width: 15.3125rem;
  height: 128px;
  height: 8rem;
  bottom: 167px;
  bottom: 10.4375rem;
  left: auto;
  right: -130px;
  right: -8.125rem;
}
.p-concept-point__img.bg-12::before {
  width: 130px;
  width: 8.125rem;
  height: 169px;
  height: 10.5625rem;
  bottom: -56px;
  bottom: -3.5rem;
  left: auto;
  right: -52px;
  right: -3.25rem;
}
.p-concept-point__text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  .p-concept-point__text h3 {
    font-size: 1.375rem;
  }
}
.p-concept-point__text p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept-point__text p {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-concept-point__text .mt0 {
  margin-top: 0;
}
.p-concept-point__text li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept-point__text li {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept-point__text {
    width: 40.1875rem;
  }
}
.p-concept-point__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow-x: hidden;
    margin-bottom: 5rem;
  }
}
.p-concept-point__nav p {
  border: solid 1px #c7a877;
  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;
  height: 64px;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__nav p {
    min-width: 11.25rem;
    height: 5rem;
  }
}
.p-concept-point__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c7a877;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept-point__nav a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-concept-point__nav a {
    font-size: 0.875rem;
  }
}
.p-concept-point__nav a:hover {
  background: #c7a877;
  color: #fff;
}

.p-concept__mv {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-concept__mv {
    height: 18.75rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-concept__mv img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-concept__top {
  position: relative;
}
.p-concept__top::before {
  content: "";
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  aspect-ratio: 1;
  background: #f8f4ee;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-concept__top::before {
    width: 24%;
  }
}
.p-concept__head {
  background: url(../images/concept/concept-head-bg.png) no-repeat center center/cover;
  text-align: center;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__head {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-concept__head-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 6.4px;
  letter-spacing: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-concept__head-title {
    font-size: 3rem;
  }
}
.p-concept__head-subTitle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__head-subTitle {
    margin-top: 3.5rem;
  }
}
.p-concept__title {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    margin-top: 3.75rem;
    font-size: 1.5rem;
  }
}
.p-concept__subTitle {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #ab8344;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-concept__subTitle {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
}
.p-concept__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.p-concept__itemWrap {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-concept__itemWrap {
    margin-top: 6.25rem;
  }
}
.p-concept__itemWrap > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__itemWrap > * + * {
    margin-top: 4rem;
  }
}
.p-concept__item > .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .p-concept__item > .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4rem;
  }
}
.p-concept__item:nth-of-type(even) {
  background: #f8f4ee;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__item:nth-of-type(even) {
    padding-top: 4rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__item:nth-of-type(even) .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-concept__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept__img {
    width: 37.875rem;
  }
}
.p-concept__img img {
  width: 100%;
  height: 100%;
}
.p-concept__itemText {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept__itemText {
    width: calc(100% - 41.875rem);
  }
}
.p-concept__itemText h5 {
  color: #ab8344;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__itemText h5 {
    font-size: 1.375rem;
  }
}
.p-concept__itemText p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-concept__itemText p {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-contact-info {
  background-image: url(../images/contact/info-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  height: 9.375rem;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact-info {
    background-image: url(../images/contact/info-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 12.5rem;
  }
}
.p-contact-info__text {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-contact-info__text {
    font-size: 1rem;
  }
}

.p-contact-thanks .l-inner {
  min-height: 400px;
  min-height: 25rem;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.p-contact-thanks__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact.catalog {
  padding-top: 64px;
  padding-top: 4rem;
}
.p-contact.catalog .l-inner {
  padding-top: 0;
}
.p-contact.catalog .p-contact__heading {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact.catalog .p-contact__heading {
    text-align: left;
  }
}
.p-contact__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 61.25rem;
  }
}
.p-contact__heading p {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__heading p {
    font-size: 1rem;
  }
}
.p-contact__wrapper {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #fafafa;
  padding: 24px 12px;
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 4.375rem;
  }
}
.p-contact .address-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact .address-number > div {
  display: grid;
  grid-template-columns: 9.375rem 7.5rem;
  gap: 8px;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .address-number > div {
    grid-template-columns: 14.6875rem 11.5rem;
    gap: 0.75rem;
  }
}
.p-contact .address-number span:not(.wpcf7-not-valid-tip) {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.p-contact__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__foot {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__foot {
    margin-top: 1.5rem;
  }
}
.p-contact__foot input {
  margin-left: auto;
  margin-right: auto;
}
.p-contact__foot--confirm {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-contact__foot--confirm > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-contact__foot--confirm > * {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-contact__input {
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  background: #fff;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .p-contact__input {
    max-width: 23.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__input {
    max-width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
.p-contact__input::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b6b6;
}
.p-contact__input::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b6b6;
}
.p-contact__input::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b6b6;
}
.p-contact__input::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  color: #b6b6b6;
}
.p-contact__textarea {
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    max-width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::-moz-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::placeholder {
  color: #b6b6b6;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea--address {
  height: 80px;
  height: 5rem;
  padding: 4px 14px;
  padding: 0.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea--address {
    padding: 0.75rem 1.25rem;
  }
}
.p-contact__radio {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
.p-contact__check {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__check input {
  display: none;
}
.p-contact__check input:checked + .c-button__checkmark:after {
  opacity: 1;
}
.p-contact__check span.wpcf7-list-item {
  margin-right: 0;
}
.p-contact__check .wpcf7-list-item-label {
  display: grid;
  grid-template-columns: 1.875rem 1fr;
}
.p-contact__check .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #c4c4c4;
  background: #fff;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  vertical-align: middle;
  width: 20px;
}
.p-contact__check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../images/common/check.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 12px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 12px;
}
.p-contact__select-arrow {
  display: inline-block;
  position: relative;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
.p-contact__select-arrow:after {
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../images/contact/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 14px;
  right: 0.875rem;
  top: 20px;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__select-arrow:after {
    right: 1.0625rem;
  }
}
.p-contact__select {
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__select--sm {
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.p-contact__select--xs {
  border: solid 1px #cccccc;
  border: solid 0.0625rem #cccccc;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  background: #fff;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.p-contact__checkbox {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__checkbox {
    grid-template-columns: 12.5rem 12.5rem;
  }
}
.p-contact__checkbox input {
  display: none;
}
.p-contact__checkbox input:checked + .c-button__checkmark:after {
  opacity: 1;
}
.p-contact__checkbox span.wpcf7-list-item {
  margin-right: 0;
}
.p-contact__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.01em;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1rem;
  }
}
.p-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
.p-contact__text--primary {
  color: #f55151;
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}
.p-contact__text--secondary {
  background: #909090;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
}
.p-contact__pp {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background: #fafafa;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__pp {
    margin-top: 3rem;
  }
}
.p-contact__pp a {
  text-decoration: underline;
  color: #c7a877;
}
.p-contact__col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__col {
    grid-template-columns: 1fr 1fr;
  }
}
.p-contact__col--day {
  max-width: 180px;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__col--day {
    max-width: 27.5rem;
  }
}
.p-contact__col--day > div {
  position: relative;
}
.p-contact__col--day > div:after {
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../images/contact/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 14px;
  right: 0.875rem;
  top: 20px;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__col--day > div:after {
    right: 1.0625rem;
  }
}
.p-contact__member {
  max-width: 211px;
  max-width: 13.1875rem;
  position: relative;
}
.p-contact__member:after {
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../images/contact/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  right: 14px;
  right: 0.875rem;
  top: 20px;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__member:after {
    right: 1.0625rem;
  }
}
.p-contact__day {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__day {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact dd .p-contact__day {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact dd .p-contact__day {
    margin-bottom: 1rem;
  }
}
.p-contact dd .p-contact__day:last-child {
  margin-bottom: 0;
}

.p-form-select__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form-select__btn {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-form-select__image {
  width: 100%;
  height: 100%;
}
.p-form-select__image img {
  width: 100%;
  height: 100%;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.catlog_area {
  width: 100%;
  max-width: 450px;
  margin: 0 0 40px;
}
@media screen and (min-width: 768px) {
  .catlog_area {
    width: calc(50% - 20px);
    max-width: 450px;
    margin: 0 auto;
  }
}

.slider {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
}

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

.wrap h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0 10px;
}

.wrap p {
  font-size: 14px;
}

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-arrow {
  z-index: 2 !important;
}

.p-event-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-event-card {
    gap: 3rem 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-event-card .c-event-card__head {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-event-card .c-event-card__head {
    height: 14.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-event-card .c-event-card__title {
    font-size: 1.125rem;
  }
}

.p-event p {
  line-height: 1.8;
  font-size: 13px;
}
.p-event .p-single__head {
  background: none;
  position: relative;
}
.p-event .p-single__head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72.1527777778%;
  height: 100%;
  background: #f8f4ee;
  z-index: -1;
}
.p-event .c-event-card__foot > div {
  grid-template-columns: 5.5rem 1fr;
  gap: 28px;
  gap: 1.75rem;
  position: relative;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
.p-event .c-event-card__foot > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 372px;
  width: 23.25rem;
  max-width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: url(../images/common/line.svg) no-repeat center center/contain;
}
.p-event .c-event-card__term {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-event .c-event-card__term {
    font-size: 1rem;
  }
}

.p-flow .l-inner {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-flow .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    max-width: 82.0625rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow .l-inner {
    margin-left: auto;
  }
}
.p-flow__content {
  width: 100%;
  padding: 32px 16px 40px;
  padding: 2rem 1rem 2.5rem;
  position: relative;
}
.p-flow__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  background: #f8f4ee;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-flow__content::before {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__content {
    width: calc(100% - 29.9375rem);
    height: 87.9668049793%;
    padding: 6.125rem 12.3125rem 6rem 8.125rem;
  }
}
.p-flow__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 1.75rem;
  }
}
.p-flow__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}
.p-flow__text > ul > li {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
}
.p-flow__text > ul > li::before {
  content: "・";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1;
}
.p-flow__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-flow__imgWrap {
    display: block;
    margin-top: 0;
    width: 38.0625rem;
    margin-left: -8.125rem;
  }
  .p-flow__imgWrap > * + * {
    margin-top: 0.75rem;
  }
}
.p-flow__img {
  width: 100%;
  height: auto;
}
.p-flow__img img {
  width: 100%;
  height: 100%;
}

.p-step {
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-step {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}
.p-step .l-inner > * + * {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-step .l-inner > * + * {
    margin-top: 5rem;
  }
}
.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-step__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.375rem;
  }
}
.p-step__item:not(:last-child) .p-step__icon {
  position: relative;
}
.p-step__item:not(:last-child) .p-step__icon::before {
  content: "";
  position: absolute;
  top: 56px;
  top: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background: url(../images/flow/line-sp.svg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-step__item:not(:last-child) .p-step__icon::before {
    background: url(../images/flow/line.svg);
    width: 0.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-step__item:not(:last-child) .p-step__icon::before {
    top: 7.75rem;
  }
}
.p-step__icon {
  width: 56px;
  width: 3.5rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.p-step__icon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .p-step__icon {
    width: 7.75rem;
  }
}
.p-step__right {
  width: calc(100% - 4.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-step__right {
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 11.125rem);
  }
}
.p-step__img {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 768px) {
  .p-step__img {
    width: 24.75rem;
  }
}
.p-step__img img {
  width: 100%;
  height: 100%;
}
.p-step__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-step__content {
    width: calc(100% - 26.75rem);
  }
}
.p-step__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #AB8344;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  position: relative;
}
.p-step__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 2px;
  height: 0.125rem;
  background: url(../images/flow/step-line.svg) no-repeat center center;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-step__title {
    font-size: 1.25rem;
    padding-bottom: 0.875rem;
  }
}
.p-step__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-step__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-footer__info {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    margin-left: 3.75rem;
  }
}
.p-footer__tel a {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  font-weight: 600;
}
.p-footer__sns {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 3rem 3rem;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 2.25rem;
  }
}
.p-footer__sns a {
  display: block;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
.p-footer__sns a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 4rem;
  }
}
.p-footer__logo {
  width: 200px;
  width: 12.5rem;
  height: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin-bottom: 2rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1rem;
  }
}
.p-footer__text--lg {
  font-size: 18px;
  font-size: 1.125rem;
}
.p-footer__text--sm {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__text--sm {
    font-size: 0.875rem;
  }
}
.p-footer__text--sm.mt {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__text--sm.mt {
    margin-top: 1.5rem;
  }
}
.p-footer__copy-text {
  color: #c8c8c8;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  z-index: 3;
}
.p-footer__copyright {
  padding-bottom: 48px;
  padding-bottom: 3rem;
  text-align: center;
}
.p-footer__nav-inner {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 23.75rem 1fr;
  }
}
.p-footer__fixed {
  display: none;
}
.p-footer__fixed-wrapper {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 768px) {
  .p-footer__fixed-wrapper {
    display: none;
  }
}
.p-footer__fixed-wrapper a:nth-child(1) {
  background: #f8f4ee;
  height: 60px;
  height: 3.75rem;
  display: grid;
  place-items: center;
}
.p-footer__fixed-wrapper a:nth-child(1) > div {
  width: calc(100% - 2.5rem);
  height: auto;
}
.p-footer__fixed-wrapper a:nth-child(1) > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__fixed-wrapper a:nth-child(2) {
  background: #c7a877;
  height: 60px;
  height: 3.75rem;
  display: grid;
  place-items: center;
}
.p-footer__fixed-wrapper a:nth-child(2) > div {
  width: calc(100% - 2.5rem);
  height: auto;
}
.p-footer__fixed-wrapper a:nth-child(2) > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  height: 4rem;
}
.p-footer__link:nth-child(1) {
  background: #06c755;
}
.p-footer__link:nth-child(1) figure {
  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;
  margin: auto;
  width: 117px;
  width: 7.3125rem;
  height: 18px;
  height: 1.125rem;
}
.p-footer__link:nth-child(1) svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__link:nth-child(2) {
  background: #c7a877;
}
.p-footer__link:nth-child(2) figure {
  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;
  margin: auto;
  width: 123px;
  width: 7.6875rem;
  height: 15px;
  height: 0.9375rem;
}
.p-footer__link:nth-child(2) svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-about .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about .l-inner {
    padding-top: 7.5rem;
    padding-bottom: 14.25rem;
  }
}
.p-top-about .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about .c-section-heading {
    margin-bottom: 5.875rem;
  }
}
.p-top-about__contents {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__contents {
    grid-template-columns: 41.5625rem 1fr;
    gap: 2.5rem;
  }
}
.p-top-about__contents:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  left: 0;
  margin: auto calc(50% - 50vw);
  top: 40%;
  height: 100%;
  background-color: #fbf9f3;
}
@media screen and (min-width: 768px) {
  .p-top-about__contents:before {
    width: 100%;
    right: 0;
    left: inherit;
    top: -1.875rem;
    width: 50%;
    margin: 0;
    height: calc(100% + 3.75rem);
  }
}
.p-top-about__image {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
}
.p-top-about__image img {
  width: 100%;
  height: 100%;
}
.p-top-about__desc {
  position: relative;
  z-index: 3;
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-about__desc {
    margin: auto 0;
  }
}
.p-top-about__desc address {
  font-style: normal;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__desc address {
    margin-bottom: 1.875rem;
  }
}
.p-top-about__desc > * > div {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__desc > * > div {
    margin-top: 0.625rem;
  }
}
.p-top-about__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-top-about__title--border {
  position: relative;
}
.p-top-about__title--border:before {
  position: absolute;
  content: "";
  width: 48px;
  width: 3rem;
  height: 1px;
  background: #c7a877;
  top: -16px;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__title--border:before {
    top: -1.5rem;
    width: 4rem;
  }
}
.p-top-about__text--lg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-about__text--lg {
    font-size: 1.125rem;
  }
}
.p-top-about__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 0.8125rem;
  }
}
.p-top-about__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__btn {
    text-align: left;
    position: absolute;
    top: 13.5%;
    right: 1.875rem;
  }
}
.p-top-about__banner {
  margin-top: 48px;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__banner {
    margin-top: 5rem;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 61.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-top-banner .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-banner .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
}
.p-top-banner__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  max-width: 37.5rem;
  height: auto;
}
.p-top-banner__link img {
  width: 100%;
  height: 100%;
}

.p-top-blog .l-inner {
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog .l-inner {
    margin-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.p-top-blog .l-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 6rem);
  top: 3%;
  right: 0;
  left: 0;
  margin: auto;
  height: 77%;
  background: #f8f4ee;
}
@media screen and (min-width: 768px) {
  .p-top-blog .l-inner:before {
    width: 87vw;
    top: 8%;
    left: inherit;
    margin: auto calc(50% - 50vw) auto auto;
    height: 92%;
  }
}
.p-top-blog .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-top-blog__btn {
  text-align: center;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__btn {
    text-align: left;
    position: absolute;
    top: 3%;
    right: 1.875rem;
    margin-top: 3rem;
  }
}

.p-top-catalog {
  background-image: url(../images/front-page/catalog-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-top-catalog {
    background-image: url(../images/front-page/catalog-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-top-catalog .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-catalog .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-top-catalog__head {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-catalog__head {
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
}
.p-top-catalog__foot {
  text-align: center;
}
.p-top-catalog__text--xl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-catalog__text--xl {
    font-size: 1.5rem;
    letter-spacing: 4.8px;
  }
}
.p-top-catalog__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-catalog__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}
.p-top-catalog .c-section-heading {
  text-align: center;
  margin-top: -20px;
  margin-top: -1.25rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-catalog .c-section-heading {
    margin-top: -3rem;
  }
}
.p-top-catalog .c-section-heading__title {
  color: #fff;
}
.p-top-catalog .c-section-heading__sub-title {
  color: #fff;
}

.p-top-concept {
  position: relative;
}
.p-top-concept:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-concept:after {
    display: block;
    position: absolute;
    content: "";
    width: 44vw;
    height: 25rem;
    z-index: 1;
    left: 0;
    top: 24%;
    background: url(../images/front-page/concept.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-top-concept .l-inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept .l-inner {
    padding-bottom: 9.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-concept__image {
    display: none;
  }
}
.p-top-concept__wrapper {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  background-image: url(../images/front-page/concept-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-concept__wrapper {
    background-image: url(../images/front-page/concept-bg.jpg);
    background-size: 100% calc(100% - 3.125rem);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
@media screen and (min-width: 768px) {
  .p-top-concept__contents {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-top-concept__contents > div {
    width: 40rem;
    margin-left: auto;
  }
}
.p-top-concept__head {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__head {
    margin-bottom: 3.5rem;
  }
}
.p-top-concept__body {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__body {
    text-align: left;
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
}
.p-top-concept__foot {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-concept__foot {
    text-align: left;
    margin-left: 6rem;
  }
}
.p-top-concept__text--xl {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text--xl {
    font-size: 3rem;
    letter-spacing: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-concept__text--xl {
    font-size: 3rem;
  }
}
.p-top-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text {
    font-size: 1rem;
    line-height: 1.75;
    margin-left: 3rem;
  }
}
.p-top-concept .c-section-heading {
  text-align: center;
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept .c-section-heading {
    margin-top: -3rem;
    margin-bottom: 4rem;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.p-top-event .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-event .l-inner {
    padding-top: 7.5rem;
    padding-bottom: 14.25rem;
  }
}
.p-top-event .l-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 66%;
  background: #f8f4ee;
  top: 4.6%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top-event .l-inner:before {
    height: 70%;
    top: 16.7%;
    width: 44.125rem;
  }
}
.p-top-event .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-event .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-top-event__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-event__contents {
    max-width: 100%;
    grid-template-columns: 29.5625rem 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default > * + * {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 43.75rem;
    max-width: 30.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default .p-top-event__new-content .c-event-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default .p-top-event__new-content .c-event-card__head {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default .p-top-event__new-content .c-event-card__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__contents.p-top-event__contents--default .p-top-event__new-content .c-event-card__title {
    font-size: 1rem;
  }
}
.p-top-event__old-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__old-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__old-content .c-event-card {
    display: grid;
    grid-template-columns: 12.5rem 1fr;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__old-content .c-event-card__head {
    width: 100%;
    height: 9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__old-content .c-event-card__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-event__old-content .c-event-card__title {
    font-size: 1rem;
  }
}
.p-top-event__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__btn {
    text-align: left;
    position: absolute;
    top: 9%;
    right: 1.875rem;
  }
}

.p-top-mainview {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-mainview {
    height: 100vh;
  }
}
.p-top-mainview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-mainview img {
    -o-object-position: right;
       object-position: right;
  }
}
.p-top-mainview .slide {
  width: 100%;
  height: 100%;
}
.p-top-mainview .slick-list {
  width: 100%;
  height: 100%;
}
.p-top-mainview .slick-track {
  width: 100%;
  height: 100%;
}
.p-top-mainview .item {
  position: relative;
}
.p-top-mainview__title {
  position: absolute;
  top: 20%;
  left: 20px;
  left: 1.25rem;
  z-index: 5;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 44, 105, .15);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5.6px;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainview__title {
    left: 2.5rem;
    top: 30%;
    font-size: clamp(3.5rem, -1rem + 5vw, 5rem);
    line-height: 1.375;
  }
}

.pc_fv_flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc_fv_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

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

.p-top-news .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news .l-inner {
    padding-top: 9.375rem;
    padding-bottom: 2.5rem;
  }
}
.p-top-news .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-news .c-section-heading {
    margin-bottom: 5.875rem;
  }
}
.p-top-news__wrapper {
  width: 100%;
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
}
.p-top-news__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    text-align: left;
    position: absolute;
    top: 18%;
    right: 1.875rem;
  }
}

.p-top-plan .l-inner {
  max-width: 1300px;
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-plan .l-inner {
    margin-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.p-top-plan .l-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 87vw;
  top: 1.5%;
  left: 0;
  margin: auto auto auto calc(50% - 50vw);
  height: 98.5%;
  height: 100%;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-top-plan .l-inner:before {
    width: 87vw;
    top: 8%;
    margin: auto auto auto calc(50% - 50vw);
    height: 92%;
  }
}
.p-top-plan .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-top-plan__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-plan__contents {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.375rem;
    max-width: 100%;
  }
}
.p-top-plan__head {
  height: 100%;
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__head {
    margin-bottom: 1.25rem;
    height: 11.875rem;
  }
}
.p-top-plan__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-plan__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-plan__btn {
    text-align: left;
    position: absolute;
    top: 3%;
    right: 1.875rem;
  }
}

.p-top-works {
  background-image: url(../images/front-page/works-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-works {
    background-image: url(../images/front-page/works-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-top-works .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 160px;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-works .l-inner {
    padding-top: 7.5rem;
    padding-bottom: 14.25rem;
  }
}
.p-top-works .c-section-heading {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-top-works__slider {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p-top-works__slider li {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider li {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.p-top-works__slider-bottom {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__slider-bottom {
    margin-top: 2rem;
  }
}
.p-top-works__btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__btn {
    text-align: left;
    position: absolute;
    top: 10%;
    right: 1.875rem;
  }
}

.p-header {
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 9999;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 7rem;
  }
}
.p-header.is-scroll {
  background: #ffffff;
}
.p-header.is-scroll .c-header__item a {
  color: #231a0d;
}
.p-header.is-scroll .c-header__item span {
  color: #231a0d;
}
.p-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 12px 16px;
  padding: 0.75rem 16px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 0 0 25px;
  }
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
}

@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.p-sub-header {
  width: 100%;
  height: 100%;
}
.p-sub-header img {
  width: 100%;
  height: 100%;
}

.p-lineup-concept.-natur {
  position: relative;
}
.p-lineup-concept.-natur:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/lineup/concept-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept.-natur:after {
    height: 82%;
  }
}
.p-lineup-concept.-flat {
  position: relative;
}
.p-lineup-concept.-flat:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/lineup/concept-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept.-flat:after {
    height: 100%;
  }
}
.p-lineup-concept .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-concept .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept .l-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem;
  }
}
.p-lineup-concept__desc {
  color: #fff;
}
.p-lineup-concept__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1.2;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__title {
    font-size: 4rem;
    letter-spacing: 8px;
  }
}
.p-lineup-concept__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__text {
    font-size: 1rem;
  }
}
.p-lineup-concept__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__sub-title {
    font-size: 1.5rem;
    letter-spacing: 1.2px;
  }
}
.p-lineup-concept__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  gap: 0.3125rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__categories {
    margin-bottom: 2rem;
  }
}
.p-lineup-concept__cat {
  display: inline-block;
  background: #c7a877;
  color: #fff;
  font-weight: 700;
  line-height: 1.75;
  padding: 2px 14px;
  padding: 0.125rem 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__cat {
    font-size: 1rem;
    padding: 0.375rem 2rem;
  }
}
.p-lineup-concept__cat.flat {
  background: #427e9f;
  color: #fff;
}
.p-lineup-concept__price p > * {
  font-weight: 600;
}
.p-lineup-concept__text--lg {
  font-size: 14px;
  font-size: 0.875rem;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__text--lg {
    font-size: 1.25rem;
  }
}
.p-lineup-concept__text--xl {
  font-size: 28px;
  font-size: 1.75rem;
  color: #231a0d;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__text--xl {
    font-size: 3rem;
  }
}
.p-lineup-concept__body {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__body {
    margin-bottom: 2rem;
  }
}
.p-lineup-concept__body > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__body > * + * {
    margin-top: 1.25rem;
  }
}
.p-lineup-concept__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__head {
    margin-bottom: 4rem;
  }
}
.p-lineup-concept__image {
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-left: 5rem;
  padding-right: 80px;
  padding-right: 5rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__image {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    bottom: -2.5rem;
    max-width: 29.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-concept__image.flat {
    max-height: 20.0625rem;
    margin-bottom: 0;
    bottom: 0;
    margin-top: 12.5rem;
  }
}
.p-lineup-concept__image img {
  width: 100%;
  height: 100%;
}

.p-lineup-contents {
  background: #f5f5f5;
}
.p-lineup-contents .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-contents .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 767px) {
  .p-lineup-contents .c-sub-header__wrap {
    padding-top: 0;
  }
}
.p-lineup-contents .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-contents__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-contents__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
  }
}
.p-lineup-contents__wrapper > div {
  position: relative;
}
.p-lineup-contents__image {
  width: 100%;
  height: auto;
}
.p-lineup-contents__image img {
  width: 100%;
  height: auto;
}

.p-lineup-design .l-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-design .l-inner {
    padding-bottom: 0;
  }
}
.p-lineup-design .l-inner:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 80%;
  height: 95%;
  background: #f8f4ee;
  top: 100px;
  top: 6.25rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-design .l-inner:after {
    height: 100%;
    width: 75vw;
    top: 7.5rem;
    right: 0;
    left: 0;
    margin: auto calc(50% - 50vw) auto auto;
  }
}
.p-lineup-design .l-inner.flat:after {
  background-color: #edf5fa;
}
.p-lineup-design .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-design__heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__heading {
    margin-bottom: 2.5rem;
  }
}
.p-lineup-design__title--sm {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__title--sm {
    font-size: 1.75rem;
  }
}
.p-lineup-design__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__images {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.p-lineup-design__images.flat {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__images.flat {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-lineup-design__images--top {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__images--top {
    margin-bottom: 4rem;
  }
}
.p-lineup-design__images--bottom {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-lineup-design__images--bottom {
    margin-bottom: 4rem;
    grid-template-columns: 1fr;
  }
}
.p-lineup-design__image {
  width: 100%;
  height: 100%;
}
.p-lineup-design__image img {
  width: 100%;
  height: 100%;
}

.p-lineup-equipment .l-inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-equipment .l-inner {
    padding-bottom: 9.375rem;
  }
}
.p-lineup-equipment .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-equipment__image {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.p-lineup-equipment__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup-equipment__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 16px;
  gap: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-equipment__images {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}
.p-lineup-equipment__images > div {
  text-align: center;
}
.p-lineup-equipment__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-lineup-equipment__text {
    font-size: 0.875rem;
  }
}

.p-lineup-feature .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature .l-inner {
    padding-top: 9.375rem;
    padding-bottom: 1.875rem;
  }
}
.p-lineup-feature .c-sub-header__sub-title {
  color: #231a0d;
}
@media (max-width: 767px) {
  .p-lineup-feature .c-sub-header {
    padding-top: 3.75rem;
  }
}
.p-lineup-feature__slider {
  width: 100vw;
  margin: auto calc(50% - 50vw) 5rem;
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__slider {
    margin: auto calc(50% - 50vw) 0;
  }
}
.p-lineup-feature__slider .slick-dots {
  bottom: -35px;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__slider .slick-dots {
    bottom: -40px;
  }
}
.p-lineup-feature__images {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
  margin-top: -20px;
  margin-top: -1.25rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.75rem;
    margin-top: -7.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-lineup-feature__contents {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__contents {
    margin-bottom: 2.5rem;
  }
}
.p-lineup-feature__contents > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__contents > * + * {
    margin-top: 6.25rem;
  }
}
.p-lineup-feature__content--natur {
  position: relative;
}
.p-lineup-feature__content--natur:nth-child(1):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #f8f4ee;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(1):after {
    width: 25rem;
    height: 11.25rem;
    top: 50%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--natur:nth-child(2):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #f8f4ee;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(2):after {
    width: 25rem;
    height: 20rem;
    top: 30%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--natur:nth-child(3):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #f8f4ee;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(3):after {
    width: 25rem;
    height: 17.1875rem;
    top: 55%;
    left: -8.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(3) .p-lineup-feature__image {
    max-width: 23rem;
    margin-left: auto;
  }
}
.p-lineup-feature__content--natur:nth-child(4):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #f8f4ee;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(4):after {
    width: 25rem;
    height: 11.25rem;
    top: 48%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--natur:nth-child(5):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #f8f4ee;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--natur:nth-child(5):after {
    width: 25rem;
    height: 18.75rem;
    top: 45%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--flat {
  position: relative;
}
.p-lineup-feature__content--flat:nth-child(1):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #edf5fa;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 380px) and (max-width: 500px) {
  .p-lineup-feature__content--flat:nth-child(1):after {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--flat:nth-child(1):after {
    width: 25rem;
    height: 11.25rem;
    top: 45%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--flat:nth-child(2):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #edf5fa;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--flat:nth-child(2):after {
    width: 25rem;
    height: 20rem;
    top: 30%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--flat:nth-child(3):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #edf5fa;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--flat:nth-child(3):after {
    width: 25rem;
    height: 17.1875rem;
    top: 55%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--flat:nth-child(4):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #edf5fa;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--flat:nth-child(4):after {
    width: 25rem;
    height: 11.25rem;
    top: 48%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content--flat:nth-child(5):after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 60%;
  height: 120px;
  height: 7.5rem;
  background: #edf5fa;
  top: 0;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content--flat:nth-child(5):after {
    width: 25rem;
    height: 18.75rem;
    top: 45%;
    left: -8.125rem;
  }
}
.p-lineup-feature__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__content {
    gap: 3.875rem;
    grid-template-columns: 29.5625rem 1fr;
  }
}
.p-lineup-feature__grid {
  display: grid;
}
.p-lineup-feature__grid--primary {
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__grid--primary {
    grid-template-columns: 1fr 15.375rem;
  }
}
.p-lineup-feature__grid--secondary {
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__grid--secondary {
    grid-template-columns: 1fr 15.375rem;
  }
}
.p-lineup-feature__title--sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__title--sm {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}
.p-lineup-feature__text--primary {
  color: #c7a877;
}
.p-lineup-feature__text--border {
  border-bottom: solid 1px #c7a877;
}
.p-lineup-feature__num {
  font-size: 24px;
  font-size: 1.5rem;
  color: #c7a877;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  position: relative;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__num {
    margin-top: -0.75rem;
    left: -2rem;
    font-size: 3rem;
    margin-bottom: 3.25rem;
  }
}
.p-lineup-feature__num:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  height: 2.5rem;
  background-color: #c7a877;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -22px;
  bottom: -1.375rem;
  right: -4px;
  right: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__num:after {
    bottom: -1.875rem;
    height: 3.875rem;
    right: 0.25rem;
  }
}
.p-lineup-feature__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__head {
    margin-bottom: 2rem;
  }
}
.p-lineup-feature__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__text {
    font-size: 0.875rem;
  }
}
.p-lineup-feature__desc .p-lineup-feature__image {
  position: static;
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.p-lineup-feature__body {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__body {
    margin-bottom: 2rem;
  }
}
.p-lineup-feature__body > * + *:not(.p-lineup-feature__title--sm) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__body > * + *:not(.p-lineup-feature__title--sm) {
    margin-top: 1.5rem;
  }
}
.p-lineup-feature__body .p-lineup-feature__text {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-lineup-feature__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__title {
    font-size: 1.375rem;
  }
}
.p-lineup-feature__foot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  gap: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__foot {
    gap: 0.25rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-lineup-feature__foot .p-lineup-feature__image {
  width: 100%;
  height: auto;
}
.p-lineup-feature__foot .p-lineup-feature__image img {
  width: 100%;
}
.p-lineup-feature__foot p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__foot p {
    font-size: 1rem;
  }
}
.p-lineup-feature__foot-image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__foot-image {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}
.p-lineup-feature__foot-image img {
  width: 100%;
  height: 100%;
}
.p-lineup-feature__image {
  width: 100%;
  height: 100%;
}
.p-lineup-feature__image img {
  width: 70%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__image img {
    width: 100%;
  }
}
.p-lineup-feature__image.full img {
  width: 100%;
}
.p-lineup-feature__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow-x: hidden;
    margin-bottom: 5rem;
    width: 100%;
    max-width: calc(100% - 0.25rem);
    margin-left: auto;
    margin-right: auto;
  }
}
.p-lineup-feature__nav.flat p {
  border-color: #427e9f;
}
.p-lineup-feature__nav.flat a {
  color: #427e9f;
}
.p-lineup-feature__nav.flat a:hover {
  background: #427e9f;
}
.p-lineup-feature__nav.novel p {
  border-color: #231a0d;
}
.p-lineup-feature__nav.novel a {
  color: #231a0d;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-lineup-feature__nav.novel a:hover {
  background: #231a0d;
}
.p-lineup-feature__nav p {
  border: solid 1px #c7a877;
  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;
  height: 64px;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__nav p {
    min-width: 11.25rem;
    height: 5rem;
  }
}
.p-lineup-feature__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c7a877;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-feature__nav a {
    font-size: 1rem;
    width: 100%;
    padding: 0 0.875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-lineup-feature__nav a {
    font-size: 0.875rem;
  }
}
.p-lineup-feature__nav a:hover {
  background: #c7a877;
  color: #fff;
}

.p-lineup-novel-feature {
  background: #f5f5f5;
}
.p-lineup-novel-feature .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature .l-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .p-lineup-novel-feature .c-sub-header__wrap {
    padding-top: 0;
  }
}
.p-lineup-novel-feature .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-novel-feature__contents > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__contents > * + * {
    margin-top: 5rem;
  }
}
.p-lineup-novel-feature__content {
  padding: 32px 16px;
  padding: 2rem 1rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__content {
    padding: 2.5rem 5rem;
  }
}
.p-lineup-novel-feature__num {
  width: auto;
  height: 64px;
  height: 4rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__num {
    height: 5rem;
  }
}
.p-lineup-novel-feature__num img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup-novel-feature__text--xl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__text--xl {
    font-size: 1.5rem;
  }
}
.p-lineup-novel-feature__heading {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__heading {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-lineup-novel-feature__head {
  background-color: #ebecee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__head {
    margin-bottom: 2.5rem;
    padding: 0.75rem 1.5rem;
  }
}
.p-lineup-novel-feature__head--lg {
  margin-top: 60px;
  margin-top: 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__head--lg {
    margin-top: 6.25rem;
  }
}
.p-lineup-novel-feature__head--lg:before {
  position: absolute;
  top: -26px;
  top: -1.625rem;
  left: 0;
  content: attr(data-point);
  color: #fff;
  background: #231a0d;
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__head--lg:before {
    top: -1.8125rem;
    font-size: 0.875rem;
  }
}
.p-lineup-novel-feature__head--faq {
  gap: 10px;
  gap: 0.625rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1.5rem 1fr;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__head--faq {
    grid-template-columns: 3rem 1fr;
    padding: 0.75rem 1.5rem;
    gap: 0.75rem;
  }
}
.p-lineup-novel-feature__head--faq img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup-novel-feature__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__title {
    font-size: 1.25rem;
  }
}
.p-lineup-novel-feature__image-wrapper {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__image-wrapper {
    margin-bottom: 4rem;
  }
}
.p-lineup-novel-feature__image-wrapper--grid {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__image-wrapper--grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
    max-width: 45rem;
    margin-inline: auto;
  }
}
.p-lineup-novel-feature__image-wrapper--grid .p-lineup-novel-feature__image {
  width: 100%;
  height: auto;
}
.p-lineup-novel-feature__image-wrapper--grid-col {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__image-wrapper--grid-col {
    gap: 3.4375rem;
    margin-bottom: 4rem;
  }
}
.p-lineup-novel-feature__image-wrapper--grid-col .p-lineup-novel-feature__image {
  width: 100%;
  height: auto;
  max-width: 720px;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lineup-novel-feature__desc {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__desc {
    margin-top: 0.5rem;
  }
}
.p-lineup-novel-feature__text--lg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__text--lg {
    font-size: 1.125rem;
  }
}
.p-lineup-novel-feature__image {
  width: 100%;
  height: 100%;
}
.p-lineup-novel-feature__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__image.right {
    max-width: 45rem;
    margin-left: auto;
  }
}
.p-lineup-novel-feature__image.md {
  max-width: 720px;
  max-width: 45rem;
  margin-inline: auto;
}
.p-lineup-novel-feature__step > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__step > * + * {
    margin-top: 3rem;
  }
}
.p-lineup-novel-feature__step-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__step-content {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.p-lineup-novel-feature__step-num {
  display: inline-block;
  color: #fff;
  background: #231a0d;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__step-num {
    font-size: 0.875rem;
  }
}
.p-lineup-novel-feature__step-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__step-title {
    font-size: 1.25rem;
  }
}
.p-lineup-novel-feature__step-textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-lineup-novel-feature__step-textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__step-textarea p {
    font-size: 0.875rem;
  }
}
.p-lineup-novel-feature__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__nav {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    overflow-x: hidden;
  }
}
.p-lineup-novel-feature__nav p {
  border: solid 1px #231a0d;
  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;
  height: 64px;
  height: 4rem;
  min-width: 180px;
  min-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__nav p {
    height: 5rem;
  }
}
.p-lineup-novel-feature__nav p:nth-child(4) {
  min-width: 240px;
  min-width: 15rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__nav p:nth-child(4) {
    min-width: auto;
  }
}
.p-lineup-novel-feature__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #231a0d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-novel-feature__nav a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-lineup-novel-feature__nav a {
    font-size: 0.875rem;
  }
}
.p-lineup-novel-feature__nav a:hover {
  background: #231a0d;
  color: #fff;
}

.p-lineup-plan.novel .l-inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan.novel .l-inner {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
.p-lineup-plan.novel .c-sub-header__wrap {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan.novel .c-sub-header__wrap {
    padding-bottom: 1.5rem;
  }
}
.p-lineup-plan .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan .l-inner {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 767px) {
  .p-lineup-plan .c-sub-header__wrap {
    padding-top: 0;
  }
}
.p-lineup-plan .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-plan__desc {
  background: #f8f4ee;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    margin-bottom: 2.5rem;
  }
}
.p-lineup-plan__desc p {
  display: inline-block;
  padding: 10px 4px;
  padding: 0.625rem 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__desc p {
    padding: 0.75rem 0.75rem;
  }
}
.p-lineup-plan__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__text {
    font-size: 0.875rem;
  }
}
.p-lineup-plan__text--sm {
  font-size: 12px;
  font-size: 0.75rem;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.85px;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__text--sm {
    font-size: 1.0625rem;
  }
}
.p-lineup-plan__text--xl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__text--xl {
    font-size: 1.5rem;
  }
}
.p-lineup-plan__text--lg {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__text--lg {
    font-size: 1.25rem;
  }
}
.p-lineup-plan__text--num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__text--num {
    font-size: 3rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.p-lineup-plan__info {
  max-width: 650px;
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__info {
    margin-top: 2rem;
  }
}
.p-lineup-plan__info > * + * {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-lineup-plan__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__info > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.875rem;
  }
}
.p-lineup-plan__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 48px;
  margin-top: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__contents {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 6.25rem;
  }
}
.p-lineup-plan__contents:after {
  z-index: -1;
  width: 90%;
  height: 90%;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #f8f4ee;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__contents:after {
    width: 21.875rem;
    height: 21.875rem;
  }
}
.p-lineup-plan__contents.flat:after {
  background: #edf5fa;
}
.p-lineup-plan__content {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__content {
    grid-template-columns: 1fr 8.75rem;
    gap: 1rem;
  }
  .p-lineup-plan__content:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-lineup-plan__content:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-lineup-plan__content:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .p-lineup-plan__content:nth-child(5) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .p-lineup-plan__content:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-lineup-plan__content .p-lineup-plan__image {
  max-width: 140px;
  max-width: 8.75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 140px;
  height: 8.75rem;
}
.p-lineup-plan__content .p-lineup-plan__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup-plan__body {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__body {
    margin-top: 1.25rem;
  }
}
.p-lineup-plan__number {
  display: inline-block;
  background: #231a0d;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 4px 12px 6px;
  padding: 0.25rem 0.75rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__number {
    padding: 0.25rem 0.875rem 0.375rem;
    font-size: 1.5rem;
  }
}
.p-lineup-plan__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lineup-plan__title--sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-lineup-plan__title--sm {
    font-size: 1.375rem;
  }
}
.p-lineup-plan__image {
  width: 100%;
  height: 100%;
}
.p-lineup-plan__image img {
  width: 100%;
  height: 100%;
}
.p-lineup-plan__image.natur {
  max-width: 600px;
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.p-lineup-plan__image.novel {
  max-width: 720px;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}
.p-lineup-plan__caution {
  max-width: 600px;
  max-width: 37.5rem;
  margin: auto;
}

.p-lineup-price .l-inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lineup-price .l-inner {
    padding-bottom: 7.5rem;
  }
}
.p-lineup-price .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup-price__text--sm {
  font-size: 12px;
  font-size: 0.75rem;
  color: #707070;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-lineup-price__text--sm {
    font-size: 1.0625rem;
  }
}
.p-lineup-price__image {
  width: 100%;
  height: 100%;
}
.p-lineup-price__image.top img {
  width: 50%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-price__image.top img {
    width: 100%;
  }
}
.p-lineup-price__image.bottom {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-lineup-price__image.bottom img {
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-price__image.bottom img {
    width: 100%;
  }
}

.p-lineup-step .l-inner {
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-step .l-inner {
    padding-top: 3.5rem;
    padding-bottom: 9.375rem;
  }
}
.p-lineup-step__heading {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-step__heading {
    margin-bottom: 5rem;
  }
}
.p-lineup-step__heading:after {
  position: absolute;
  content: "";
  width: 64px;
  width: 4rem;
  height: 4px;
  height: 0.25rem;
  background: #ebecee;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup-step__heading:after {
    bottom: -1.875rem;
    width: 6.875rem;
  }
}
.p-lineup-step__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
  max-width: 1180px;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup-step__images {
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
    padding: 0 1.5625rem;
  }
}
.p-lineup-step__bg {
  width: 100%;
  height: auto;
  margin: 64px auto 0;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-step__bg {
    margin-top: 9.375rem;
  }
}
.p-lineup-step__bg img {
  width: 100%;
  height: auto;
}
.p-lineup-step__image {
  width: 100%;
  height: 100%;
}
.p-lineup-step__image img {
  width: 100%;
  height: 100%;
}
.p-lineup-step__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup-step__title {
    font-size: 2.5rem;
  }
}

.p-lineup .c-sub-header__sub-title {
  color: #231a0d;
}
.p-lineup .l-inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lineup .l-inner {
    padding-bottom: 9.375rem;
  }
}
.p-lineup__heading {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__heading {
    margin-bottom: 11.875rem;
  }
}
.p-lineup__heading.novel-top {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__heading.novel-top {
    margin-bottom: 5rem;
  }
}
.p-lineup__heading.novel {
  text-align: center;
  margin-bottom: 0;
}
.p-lineup__heading.novel .p-lineup__title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__heading.novel .p-lineup__title {
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }
}
.p-lineup__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-lineup__title {
    font-size: 4rem;
  }
}
.p-lineup__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-lineup__sub-title {
    font-size: 1rem;
  }
}
.p-lineup__title-image--natur {
  width: 100%;
  height: auto;
  max-width: 180px;
  max-width: 11.25rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup__title-image--natur {
    max-width: 18.75rem;
  }
}
.p-lineup__title-image--natur img,
.p-lineup__title-image--natur svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup__title-image--flat {
  width: 100%;
  height: auto;
  max-width: 150px;
  max-width: 9.375rem;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup__title-image--flat {
    max-width: 23.75rem;
  }
}
.p-lineup__title-image--flat img,
.p-lineup__title-image--flat svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup__about.novel {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__about.novel {
    padding-bottom: 6.25rem;
  }
}
.p-lineup__about.novel:before {
  position: absolute;
  content: "NOVEL";
  z-index: 1;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  color: #fff;
  opacity: 0.4;
  bottom: -24px;
  bottom: -1.5rem;
  left: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-lineup__about.novel:before {
    bottom: -3.125rem;
    left: 0.625rem;
    font-size: 9.375rem;
    max-width: 61.125rem;
  }
}
.p-lineup__about.novel:after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #ebecee;
  left: 0;
  right: 0;
  top: 28px;
  top: 1.75rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup__about.novel:after {
    top: 3rem;
  }
}
.p-lineup__about.novel .c-sub-header__wrap {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__about.novel .c-sub-header__wrap {
    padding-bottom: 2rem;
  }
}
.p-lineup__about-image {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-lineup__about-image {
    max-width: 37.5rem;
  }
}
.p-lineup__about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-lineup__about-image-wrap {
  position: relative;
}
.p-lineup__about-image-wrap:after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 400px;
  height: 25rem;
  background-image: url(../images/lineup/natur-about-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  top: -3.125rem;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__about-image-wrap:after {
    top: -5.625rem;
    left: -8.75rem;
  }
}
.p-lineup__about-image-wrap.flat:after {
  background-image: url(../images/lineup/flat-about-bg.jpg);
}
.p-lineup__desc {
  margin-top: -10px;
  margin-top: -0.625rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-lineup__desc {
    margin-top: -1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup__desc.flat {
    margin-top: -1.25rem;
  }
}
.p-lineup__textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-lineup__textarea {
    margin-top: 2rem;
  }
}
.p-lineup__text--lg {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__text--lg {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.p-lineup__image {
  width: 100%;
  height: 100%;
}
.p-lineup__image img {
  width: 100%;
  height: 100%;
}
.p-lineup__slider {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p-lineup__slider li {
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__slider li {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.p-lineup__slider-bottom {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-lineup__slider-bottom {
    margin-top: 2rem;
  }
}

.p-news .p-single__thumbnail {
  max-width: 776px;
  max-width: 48.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
  margin-top: 3.0625rem;
}
.p-news .c-news {
  max-width: 978px;
  max-width: 61.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-privacy-policy__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__inner {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}
.p-privacy-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__wrapper {
    margin-top: 4rem;
  }
}
.p-privacy-policy__content {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__content {
    margin-bottom: 4.375rem;
  }
}
.p-privacy-policy__content:last-child {
  margin-bottom: 0;
}
.p-privacy-policy__head {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head {
    margin-bottom: 1rem;
  }
}
.p-privacy-policy__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  display: inline-block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 1.25rem;
  }
}
.p-privacy-policy__name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-privacy-policy__name p {
  font-weight: bold;
}
.p-privacy-policy__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: 1rem;
  }
}

.p-sdgs .l-inner {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs .l-inner {
    padding-bottom: 9.375rem;
  }
}
.p-sdgs__contents > * + * {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__contents > * + * {
    margin-top: 6.25rem;
  }
}
.p-sdgs__content {
  position: relative;
}
.p-sdgs__content:after {
  content: "";
  margin: auto;
  inset: 0;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 70%;
  background: #f8f4ee;
}
@media screen and (min-width: 768px) {
  .p-sdgs__content:after {
    top: 24%;
    width: 31.25rem;
    height: 31.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__content:nth-child(3) {
    padding-bottom: 7.5rem;
  }
}
.p-sdgs__content:nth-child(3):after {
  content: "";
  margin: auto;
  inset: 0;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 70%;
  background: #f8f4ee;
}
@media screen and (min-width: 768px) {
  .p-sdgs__content:nth-child(3):after {
    top: 40%;
    width: 31.25rem;
    height: 31.25rem;
  }
}
.p-sdgs__content:nth-child(3) .p-sdgs__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 540px;
  max-width: 33.75rem;
}
.p-sdgs__content:nth-child(3) .p-sdgs__image {
  width: 100%;
  max-width: 100px;
  max-width: 6.25rem;
}
@media screen and (min-width: 380px) and (max-width: 440px) {
  .p-sdgs__content:nth-child(3) .p-sdgs__image {
    max-width: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-sdgs__content:nth-child(3) .p-sdgs__image {
    width: 100%;
    max-width: 23.3125rem;
  }
}
.p-sdgs__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-sdgs__head {
    margin-bottom: 3rem;
  }
}
.p-sdgs__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sdgs__title {
    font-size: 1.5rem;
  }
}
.p-sdgs__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__images {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sdgs__image {
  width: 100%;
  height: 100%;
}
.p-sdgs__image img {
  width: 100%;
  height: 100%;
}
.p-sdgs__body {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__body {
    margin-bottom: 3rem;
  }
}
.p-sdgs__title--sm {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-sdgs__title--sm {
    font-size: 1.25rem;
  }
}
.p-sdgs__foot {
  text-align: center;
}
.p-sdgs__foot > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sdgs__foot > * + * {
    margin-top: 2.5rem;
  }
}
.p-sdgs__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-sdgs__text {
    font-size: 0.875rem;
  }
}

.p-single-works__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__inner {
    padding-top: 9.375rem;
    padding-bottom: 7.5rem;
    max-width: 61.25rem;
  }
}
.p-single-works__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}
.p-single-works__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-left: solid 2px #c7a877;
  border-left: solid 0.125rem #c7a877;
  padding: 6px 12px 6px 24px;
  padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-single-works__title {
    font-size: 1.125rem;
  }
}
.p-single-works__text {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single-works__text {
    font-size: 0.875rem;
  }
}
.p-single-works__main-image {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.p-single-works__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
.p-single-works__thumbnail {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-single-works__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-works__thumbnail:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-single-works__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-single-works__list {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__list {
    margin-bottom: 2.25rem;
  }
}
.p-single-works__list:last-child {
  margin-bottom: 0;
}
.p-single-works__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__link {
    margin-top: 5rem;
  }
}
.p-single-works__prev {
  width: 30%;
  text-align: left;
}
.p-single-works__prev a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single-works__prev a {
    font-size: 1rem;
  }
}
.p-single-works__archive {
  width: 40%;
  text-align: center;
}
.p-single-works__archive a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__archive a {
    font-size: 1rem;
  }
}
.p-single-works__next {
  width: 30%;
  text-align: right;
}
.p-single-works__next a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single-works__next a {
    font-size: 1rem;
  }
}

.p-single > .l-inner {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single > .l-inner {
    margin-bottom: 9.375rem;
  }
}
.p-single__head {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  background: #f8f4ee;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    margin-top: 5rem;
    margin-bottom: 3.75rem;
  }
}
.p-single__head .l-inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__head .l-inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 62.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.p-single__category {
  display: inline-block;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  color: #c7a877;
  background: #fff;
  border: solid 1px #c7a877;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__category {
    margin-bottom: 1.25rem;
  }
}
.p-single__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__category-list {
    margin-top: 0rem;
  }
}
.p-single__category-item {
  display: inline-block;
  padding: 2px 12px;
  padding: 0.125rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  border-radius: 0.3125rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  background: rgba(152, 120, 77, .7176470588);
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__category-item {
    font-size: 0.875rem;
  }
}
.p-single__category-item:last-child {
  margin-right: 0;
}
.p-single__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__body {
    max-width: 61.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  }
}
.p-single__body .content-wrapper {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .content-wrapper {
    margin-top: 6.25rem;
  }
}
.p-single__body .content-wrapper > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .content-wrapper > * + * {
    margin-top: 6.25rem;
  }
}
.p-single__body .wp-block-image {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .wp-block-image {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.p-single__body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .content {
    gap: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-single__body .content:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-single__body .desc {
    width: calc(100% - 28.125rem);
  }
}
.p-single__body .desc p {
  line-height: 1.75;
}
.p-single__body .image {
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-single__body .image {
    height: 16.25rem;
  }
}
.p-single__body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__body h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
  position: relative;
}
.p-single__body h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  width: 6.875rem;
  height: 4px;
  height: 0.25rem;
  background: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__body h2 {
    font-size: 1.75rem;
    margin-top: 3.75rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
}
.p-single__body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 600;
  border-bottom: solid 1px #c7a877;
  border-bottom: solid 0.0625rem #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__body h3 {
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    margin-top: 3.875rem;
    margin-bottom: 1.5rem;
  }
}
.p-single__body h3.interview {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single__body h3.title--xl {
    font-size: 1.75rem;
  }
}
.p-single__body .thumbnail {
  width: 100%;
  height: auto;
}
.p-single__body .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-single__body .thumbnail img {
    width: 80%;
    margin-inline: auto;
  }
}
.p-single__body .blog-thumbnail {
  width: 100%;
  height: auto;
}
.p-single__body .blog-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single__body .description {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__body .description {
    font-size: 1rem;
  }
}
.p-single__body .description2 {
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__body .description2 {
    font-size: 1rem;
  }
}
.p-single__body .card {
  width: 100%;
  max-width: 360px;
  max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .card {
    max-width: none;
  }
}
.p-single__body .card-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-single__body .card-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-single__body .card-img {
  width: 100%;
  height: 240px;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .card-img {
    max-width: none;
    height: 19.6875rem;
  }
}
.p-single__body .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__body .card-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-single__body .card-title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single__body .card-title.title--xl {
    font-size: 1.75rem;
  }
}
.p-single__body .card-desc {
  padding-top: 8px;
  padding-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single__body .card-desc {
    padding-top: 1rem;
  }
}
.p-single__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-single__description h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-bottom: solid 2px #c7a877;
  border-bottom: solid 0.125rem #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__description h1 {
    font-size: 1.75rem;
  }
}
.p-single__description h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-bottom: solid 2px #c7a877;
  border-bottom: solid 0.125rem #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__description h2 {
    font-size: 1.5rem;
  }
}
.p-single__description h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-left: solid 2px #c7a877;
  border-left: solid 0.125rem #c7a877;
  padding: 6px 12px 6px 24px;
  padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-single__description h3 {
    font-size: 1.25rem;
  }
}
.p-single__description h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__description h4 {
    font-size: 1.25rem;
  }
}
.p-single__description h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__description h5 {
    font-size: 1.125rem;
  }
}
.p-single__description h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__description h6 {
    font-size: 1.125rem;
  }
}
.p-single__description p {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description p {
    font-size: 1rem;
  }
}
.p-single__description ul {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.p-single__description li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description li {
    font-size: 1rem;
  }
}
.p-single__description dl {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-single__description dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__description dt {
    font-size: 2.5rem;
  }
}
.p-single__description dl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description dl {
    font-size: 1rem;
  }
}
.p-single__term {
  display: inline-block;
  color: #c7a877;
  border-color: #c7a877;
  border: solid 1px #c7a877;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-single__term {
    margin-bottom: 1rem;
  }
}
.p-single__description--md {
  max-width: 1000px;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-single__description img {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.p-single__thumbnail {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 100%;
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
}
.p-single__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}
.p-single__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  display: inline-block;
  color: #888;
}
@media screen and (min-width: 768px) {
  .p-single__subtitle {
    font-size: 1rem;
  }
}
.p-single__date {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #939393;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single__date {
    margin-bottom: 0.75rem;
  }
}
.p-single__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single__foot--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single__prev {
  width: 33.3333%;
  text-align: left;
}
.p-single__prev a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}
@media screen and (min-width: 768px) {
  .p-single__prev a {
    font-size: 1rem;
  }
}
.p-single__archive {
  width: 33.3333%;
  text-align: center;
}
.p-single__archive a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single__archive a {
    font-size: 1rem;
  }
}
.p-single__next {
  width: 33.3333%;
  text-align: right;
}
.p-single__next a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
}
@media screen and (min-width: 768px) {
  .p-single__next a {
    font-size: 1rem;
  }
}
.p-single__table {
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single__table {
    font-size: 1rem;
  }
}
.p-single__table tr {
  width: 100%;
}
.p-single__table th,
.p-single__table td {
  border: 1px solid #e7e7e7;
}
.p-single__table th {
  width: 80px;
  width: 5rem;
  font-weight: 500;
  text-align: center;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-single__table th {
    width: 12.625rem;
  }
}
.p-single__table td {
  width: calc(100% - 5rem);
  font-weight: 400;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__table td {
    width: calc(100% - 12.625rem);
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2.5rem;
    padding-right: 2.9375rem;
  }
}
.p-single__reserve {
  padding-top: 70px;
  margin-top: -40px;
  max-width: 980px;
  max-width: 61.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__reserve {
    padding-top: 70px;
    margin-top: -40px;
    margin-bottom: 6.25rem;
  }
}
.p-single__reserve h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 600;
  border-bottom: solid 1px #c7a877;
  border-bottom: solid 0.0625rem #c7a877;
}
@media screen and (min-width: 768px) {
  .p-single__reserve h3 {
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    margin-top: 3.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-single__form {
  background: #fafafa;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__form {
    padding: 2.625rem 2.625rem;
  }
}
.p-single__form--event.end {
  position: relative;
  height: 400px;
  height: 25rem;
  overflow: hidden;
}
.p-single__form--event.end:before {
  content: "受付終了しました";
  position: absolute;
  display: inline-block;
  width: 200px;
  width: 12.5rem;
  text-align: center;
  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;
  height: 40px;
  height: 2.5rem;
  background: #c7a877;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  inset: 0;
  margin: auto;
  z-index: 3;
}
.p-single__form--event.end:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(57, 57, 57, .64);
  inset: 0;
  margin: auto;
  z-index: 2;
}

.p-support-about .l-inner {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-support-about .l-inner {
    padding-top: 1.5rem;
    padding-bottom: 7.5rem;
  }
}
.p-support-about__info {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-support-about__info {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-support-about__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-support-about__images {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.p-support-about__image {
  width: 100%;
  height: 100%;
}
.p-support-about__image img {
  width: 100%;
  height: 100%;
}
.p-support-about__desc {
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-support-about__desc {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-support-about__desc:after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 77%;
  right: -20px;
  right: -1.25rem;
  height: 100%;
  top: 0;
  background: #f8f4ee;
}
@media screen and (min-width: 768px) {
  .p-support-about__desc:after {
    width: 100vw;
    height: 30.625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto calc(50% - 50vw) auto auto;
  }
}
.p-support-about__desc > div {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support-about__desc > div {
    margin-top: 2.5rem;
  }
}
.p-support-about__desc > div > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-support-about__desc > div > * + * {
    margin-top: 1.5rem;
  }
}
.p-support-about__desc > div p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-support-about__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-support-about__title {
    font-size: 1.375rem;
  }
}
.p-support-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-support-about__text {
    font-size: 0.875rem;
  }
}

.p-support__contents > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-support__contents > * + * {
    margin-top: 5.625rem;
  }
}
.p-support__content:nth-child(2) {
  margin-top: 48px;
  margin-top: 3rem;
  background: #fafafa;
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-support__content:nth-child(2) {
    margin-top: 5.625rem;
  }
}
.p-support__content:nth-child(2) .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-support__content:nth-child(2) .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-support__heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__heading {
    margin-bottom: 2.5rem;
  }
}
.p-support__text-number {
  font-size: 16px;
  font-size: 1rem;
  color: #c7a877;
}
@media screen and (min-width: 768px) {
  .p-support__text-number {
    font-size: 1.25rem;
  }
}
.p-support__text-number-en {
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
  letter-spacing: 1px;
}
.p-support__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    font-size: 1.75rem;
  }
}
.p-support__textarea p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}
.p-support__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-support__textarea > * + * {
    margin-top: 1.5rem;
  }
}
.p-support__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    font-size: 0.875rem;
  }
}
.p-support__image {
  width: 100%;
  height: 100%;
}
.p-support__image img {
  width: 100%;
  height: 100%;
}
.p-support__sub-content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-support__sub-content {
    margin-top: 4rem;
  }
}
.p-support__title--sm {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__title--sm {
    font-size: 1.5rem;
  }
}
.p-support__text--primary {
  color: #c7a877;
}
.p-support__images {
  display: grid;
  gap: 16px;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-support__images {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.375rem;
    max-width: 100%;
  }
}
.p-support__image--lg {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__image--lg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 45.25rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-support__image--md {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__image--md {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    max-width: 42.625rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-works-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works-card {
    gap: 3rem 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-works-card__head {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-works-card__head {
    height: 14.125rem;
  }
}
.p-works-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-card__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-works-card__body {
    margin-top: 1.25rem;
  }
}
.p-works-card__cat {
  display: inline-block;
  color: #c7a877;
  border-color: #c7a877;
  border: solid 1px #c7a877;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "Marcellus", "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-works-card__cat {
    margin-bottom: 1rem;
  }
}
.p-works-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-works-card__title {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}
.p-works-card__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7c7e;
}
@media screen and (min-width: 768px) {
  .p-works-card__sub-title {
    font-size: 1rem;
  }
}

.p-works .p-single__body .thumbnail {
  height: 300px;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-works .p-single__body .thumbnail {
    height: 31.3125rem;
  }
}

.u-animation-fade {
  opacity: 0; /* 初期状態で非表示 */
}

.u-delay-time1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.u-delay-time2 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-transition: opacity 1.8s;
  transition: opacity 1.8s;
}

.u-delay-time3 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
  -webkit-transition: opacity 3.2s;
  transition: opacity 3.2s;
}
@media screen and (min-width: 768px) {
  .u-delay-time3 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
    -webkit-transition: opacity 1.8s;
    transition: opacity 1.8s;
  }
}

.u-delay-time4 {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-transition: opacity 4.2s;
  transition: opacity 4.2s;
}

.u-delay-time5 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.u-delay-time6 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.u-delay-time7 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.u-delay-time8 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.u-delay-time9 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.u-delay-time10 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-mobile-block {
    display: block;
  }
}

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

.u-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline-block {
    display: inline-block;
  }
}

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

.u-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .u-mobile-inline {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-inline {
    display: inline;
  }
}

.u-scroll-fade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-scroll-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-scroll-up.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fade {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-load-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-load-fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.u-load-fadeup.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-desktop-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

@media screen and (min-width: 768px) {
  .u-desktop-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-flex-center-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex-center-row {
  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;
}

.u-text-xs {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.u-text-sm {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.u-text-base {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.u-text-lg {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.u-text-xl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.u-text-2xl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.u-text-3xl {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.u-text-4xl {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.u-text-5xl {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

.u-text-6xl {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.u-text-7xl {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.u-text-8xl {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}

.u-text-9xl {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

.u-text-bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-bold {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-bold {
    font-weight: 700;
  }
}

.u-text-normal {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-normal {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-normal {
    font-weight: 400;
  }
}

.u-text-light {
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .u-desktop-text-light {
    font-weight: 300;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-light {
    font-weight: 300;
  }
}

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

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

.u-hidden {
  display: none;
}

.u-lineheight-s {
  line-height: 1.2;
}

.u-lineheight-m {
  line-height: 1.5;
}

.u-lineheight-l {
  line-height: 1.8;
}

.u-lineheight-xl {
  line-height: 2;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .u-mobile-m-auto {
    margin: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-m0 {
    margin: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-p0 {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mobile-pr0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-m-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-m0 {
    margin: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt-auto {
    margin-top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mt0 {
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb-auto {
    margin-bottom: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mb0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-ml0 {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr-auto {
    margin-right: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-mr0 {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-p0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pt0 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pb0 {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pl0 {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .u-desktop-pr0 {
    padding-right: 0 !important;
  }
}

.u-fixed {
  position: fixed;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-bottom {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-mobile-text-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop-text-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-text-bottom {
    text-align: right;
  }
}
/*# sourceMappingURL=styles.css.map */
