@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  scroll-padding-top: 48px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 58px;
  }
}

body {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  overflow-x: hidden;
  color: #222222;
  background: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  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;
  cursor: pointer;
}
@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 */
html {
  scroll-behavior: smooth;
}

/* 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.visible {
  overflow: auto;
}

.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: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-main {
  overflow: hidden;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 3.625rem;
  }
}
.l-main.works {
  overflow: visible;
}

.l-sidebar {
  width: 100%;
}
.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;
  }
}

.l-works {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-works {
    margin-top: 3.5rem;
    margin-bottom: 9.375rem;
    grid-template-columns: 1fr 13.125rem;
    gap: 3.625rem;
    max-width: 71.875rem;
    margin-inline: auto;
    padding-left: 1.5625rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-works {
    padding-right: 1.5625rem;
  }
}
.l-works .p-works {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .l-works .p-works {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-works .c-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .l-works .c-sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: #222222;
  font-weight: 700;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .c-blog__head {
    height: 15rem;
  }
}
.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 {
  background: #fff;
}
.c-breadcrumbs__inner {
  max-width: 100%;
  padding: 9px 20px 9px;
  padding: 0.5625rem 1.25rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__inner {
    padding: 0.5625rem 2.5rem 0.5625rem;
  }
}
.c-breadcrumbs i {
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-breadcrumbs span {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs span {
    font-size: 0.875rem;
  }
}

.c-button__primary {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: solid 1px #222;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-button__primary {
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-button__primary:after {
  content: "";
  position: absolute;
  background: url(../images/common/case-arrow.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button__secondary {
  width: 100%;
  max-width: 225px;
  max-width: 14.0625rem;
  height: 52px;
  height: 3.25rem;
  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;
  background: #4E98BF;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-radius: 9999px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button__secondary {
    max-width: 14.0625rem;
  }
}
.c-button__secondary:after {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 11px;
  height: 0.6875rem;
  background-image: url(../images/common/btn_white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button__more {
  display: inline-block;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  color: #222222;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  position: relative;
  border-bottom: 1px solid #222;
}
.c-button__more:after {
  position: absolute;
  content: "";
  background: url(../images/common/more_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button__contact {
  width: 225px;
  width: 14.0625rem;
  height: 52px;
  height: 3.25rem;
  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;
  background: #fff;
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-radius: 9999px;
  position: relative;
}
.c-button__contact:after {
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 11px;
  height: 0.6875rem;
  background-image: url(../images/common/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-button__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 2.5714285714;
}
.c-button__next img {
  margin-left: 18px;
  margin-left: 1.125rem;
  height: 5px;
  height: 0.3125rem;
  width: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button__next:hover img {
  margin-left: 24px;
  margin-left: 1.5rem;
}
.c-button__form-back {
  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;
  color: #fff;
  border-radius: 9999px;
  background: #222;
  border-bottom: solid 1px #222222;
  width: 150px;
  width: 9.375rem;
  padding: 8px;
  padding: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
.c-button__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: #222222;
  border-bottom: solid 1px #222222;
  width: 104px;
  width: 6.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: relative;
}
.c-button__back:after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background-image: url(../images/common/btn_back-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  left: 0.25rem;
  top: 8px;
  top: 0.5rem;
}
.c-button__search {
  display: inline-block;
  background: #222;
  color: #fff;
  border-radius: 6px;
  border: solid 1px #222;
  -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.625rem 2.625rem;
  }
}
.c-button__search:hover {
  background: #fff;
  color: #222;
}
.c-button__send {
  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%;
  max-width: 275px;
  max-width: 17.1875rem;
  height: 52px;
  height: 3.25rem;
  font-size: 16px;
  font-size: 1rem;
  background: #4E98BF;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 9999px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button__send {
    font-size: 1.125rem;
    max-width: 18.75rem;
    height: 3.25rem;
  }
}
.c-button__send:after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 14px;
  height: 0.875rem;
  right: 18px;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow_send.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button__send:hover {
  opacity: 0.7;
}

.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-contact {
  background: url(../images/common/contact-bg-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-contact {
    background: url(../images/common/contact-bg-pc.jpg) no-repeat center center/cover;
  }
}
.c-contact .l-inner {
  padding-top: 86px;
  padding-top: 5.375rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .c-contact .l-inner {
    padding-top: 7.125rem;
    padding-bottom: 7.125rem;
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 3.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-contact__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-contact__title {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-contact__textarea {
  margin-top: 16px;
  margin-top: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-contact__textarea {
    margin-top: 1.5rem;
  }
}
.c-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-contact__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-contact__btn {
  width: 225px;
  width: 14.0625rem;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-contact__btn {
    margin: 0;
    margin-top: 1.4375rem;
  }
}
.c-contact__btn img {
  width: 100%;
  height: auto;
}
.c-contact__image {
  width: 100%;
  height: auto;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .c-contact__image {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.c-contact__image img {
  width: 100%;
  height: auto;
}

.c-event-card__head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-event-card__head {
    height: 12.5rem;
  }
}
.c-event-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-event-card__head--noimage {
  width: 100%;
  height: 180px;
  height: 11.25rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__head--noimage {
    height: 18.125rem;
  }
}
.c-event-card__body {
  margin-top: 8px;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  gap: 1.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__body {
    margin-top: 1rem;
  }
}
.c-event-card__body p {
  color: #7B7B7B;
}
.c-event-card__body p:nth-child(2) {
  position: relative;
}
.c-event-card__body p:nth-child(2):after {
  content: "";
  position: absolute;
  left: -14px;
  left: -0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 12px;
  height: 0.75rem;
  background: #7B7B7B;
}
.c-event-card__foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  gap: 0.375rem;
}
.c-event-card__foot > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-event-card__foot > div p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .c-event-card__foot > div p {
    font-size: 0.875rem;
  }
}
.c-event-card__wrapper {
  background: #F4F0EC;
  padding: 20px 20px 25px;
  padding: 1.25rem 1.25rem 1.5625rem;
}
.c-event-card__wrapper .c-event-card__cat {
  background: #fff;
}
.c-event-card__cat {
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  background: #F4F0EC;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-event-card__cat {
    font-size: 0.875rem;
  }
}
.c-event-card__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-event-card__text {
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-event-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-event-card__title {
    font-size: 1rem;
  }
}

.c-event-card__head.end {
  position: relative;
  overflow: hidden;
}
.c-event-card__head.end:before {
  width: 100%;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  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;
  text-align: center;
  content: "イベントは終了しました";
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .c-event-card__head.end:before {
    font-size: 1.25rem;
  }
}
.c-event-card__head.end:after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(20, 20, 20, .75);
  inset: 0;
  position: absolute;
  z-index: 5;
}

.p-top-event__contents .c-event-card__head.end:before {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__contents .c-event-card__head.end:before {
    font-size: 1.25rem;
  }
}

.c-fnav__list > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__list > * + * {
    margin-top: 0.75rem;
  }
}

.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__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: 0;
  right: 0;
  z-index: 9999;
  width: 115px;
  width: 7.1875rem;
  height: 49px;
  height: 3.0625rem;
  background: #222;
}
@media screen and (min-width: 768px) {
  .c-hamburger__btn {
    width: 7.1875rem;
    height: 3.625rem;
    right: 0;
    top: 0;
  }
}
.c-hamburger__line-title {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.15em;
  margin-left: 45px;
  margin-left: 2.8125rem;
  position: relative;
  top: -2px;
  top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__line-title {
    top: -0.125rem;
    margin-left: 2.8125rem;
    font-size: 0.875rem;
  }
}
.c-hamburger__line {
  position: absolute;
  top: -2px;
  top: -0.125rem;
  bottom: 0;
  left: 22px;
  left: 1.375rem;
  margin: auto;
  width: 22px;
  width: 1.375rem;
  height: 2px;
  height: 0.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-hamburger__line {
    width: 1.5625rem;
    left: 1.125rem;
    top: -0.125rem;
    right: auto;
  }
}
.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: -6px;
  top: -0.375rem;
  visibility: visible;
}
.c-hamburger__line:after {
  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;
  bottom: -6px;
  bottom: -0.375rem;
  visibility: visible;
}
.c-hamburger__wrapper {
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__wrapper {
    padding-bottom: 3rem;
  }
}
.c-hamburger__nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__nav {
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-hamburger__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: calc(100% - 2.5rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-hamburger__links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.5625rem;
    margin-top: 3rem;
    max-width: 61.1875rem;
    margin-inline: auto;
  }
}
.c-hamburger__links a {
  display: block;
  width: 100%;
  height: auto;
}
.c-hamburger__links a img {
  width: 100%;
  height: auto;
}
.c-hamburger__links .sns {
  max-width: 94px;
  max-width: 5.875rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__links .sns {
    display: none;
  }
}
.c-hamburger__list {
  text-align: left;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 2.1875rem 1.5625rem;
  }
}
.c-hamburger__item {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item {
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-hamburger__item.u-mobile:not(.no-border):before {
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  border-top: 1px dashed rgba(255, 255, 255, .14);
}
.c-hamburger__item.parent {
  position: relative;
}
@media (max-width: 767px) {
  .c-hamburger__item.parent:before {
    content: "";
    background: transparent;
    display: block;
    width: 100%;
    border-top: 1px dashed rgba(255, 255, 255, .14);
  }
}
@media screen and (min-width: 768px) {
  .c-hamburger__item.parent:hover .c-hamburger__sub {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-hamburger__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  bottom: 0;
  background: #fff;
}
.c-hamburger__item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item a {
    font-size: 1.25rem;
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.c-hamburger__item a:after {
  content: attr(data-text);
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item a:after {
    width: 100%;
  }
}
.c-hamburger__item a:before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 11px;
  height: 0.6875rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/header-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-hamburger__item > span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item > span {
    font-size: 1.25rem;
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.c-hamburger__item > span:after {
  content: attr(data-text);
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item > span:after {
    width: 100%;
  }
}
.c-hamburger__item > span:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item > span:before {
    position: absolute;
    content: "";
    width: 0.75rem;
    height: 0.6875rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/common/header-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .c-hamburger__sub {
    display: none;
    position: absolute;
    z-index: 999;
    bottom: -14.0625rem;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.c-hamburger__sub-item a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", serif;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-hamburger__sub-item a {
    font-size: 1.25rem;
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    color: #222;
    background: #fff;
    padding: 0.8125rem 4.5625rem 0.8125rem 1.125rem;
    border: 1px solid #222;
  }
}
.c-hamburger__sub-item a:before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 11px;
  height: 0.6875rem;
  right: 18px;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/sub-item_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-hamburger__sub-item a:after {
  content: attr(data-text);
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-hamburger__sub-item a:after {
    width: 100%;
    white-space: nowrap;
  }
}
.c-hamburger__sub-item a:hover {
  opacity: 1;
}
.c-hamburger__nav-bottom {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 38px;
  padding-left: 2.375rem;
  padding-right: 38px;
  padding-right: 2.375rem;
}
.c-hamburger__contact {
  width: 100%;
  height: auto;
}
.c-hamburger__contact img {
  width: 100%;
  height: auto;
}

.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;
  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-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__nav {
  width: calc(100% - 238px);
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    margin-left: auto;
  }
}
.c-header__nav--sub .c-header__item a {
  color: #4E98BF;
}
.c-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@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;
  }
}
.c-header__item a {
  font-weight: 700;
  position: relative;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .c-header__item a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -8px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.c-header__item--sns {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  .c-header__item--sns {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-right: 1.5rem;
  }
}
.c-header__item--sns img {
  width: 100%;
  height: auto;
}
.c-header__item--sns2 {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .c-header__item--sns2 {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-right: 7.5rem;
  }
}
.c-header__item--sns2 img {
  width: 100%;
  height: auto;
}
.c-header__logo {
  display: block;
  width: 123px;
  width: 7.6875rem;
  height: auto;
  top: -2px;
  top: -0.125rem;
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 8.875rem;
  }
}
.c-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-info__list {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-info__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-info__list dt {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  letter-spacing: 0.09em;
  margin-right: -0.09em;
}
@media screen and (min-width: 768px) {
  .c-info__list dt {
    border-left: solid 2px #4E98BF;
    padding-left: 0.9375rem;
    font-size: 1rem;
  }
}
.c-info__list dt:before {
  position: absolute;
  content: "";
  width: 2px;
  width: 0.125rem;
  height: 18px;
  height: 1.125rem;
  background: #4E98BF;
  left: 0;
  top: 1px;
  top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-info__list dt:before {
    display: none;
  }
}
.c-info__list dd {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-info__list dd {
    letter-spacing: 0.09em;
    margin-right: -0.09em;
    font-size: 1rem;
  }
}

.c-interview-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 40px;
  gap: 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-interview-card {
    gap: 2rem 3.5rem;
  }
}
.c-interview-card__head {
  width: 100%;
  height: 240px;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .c-interview-card__head {
    height: 19.6875rem;
  }
}
.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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: #222222;
}
@media screen and (min-width: 768px) {
  .c-interview-card__title {
    font-size: 1.25rem;
  }
}

.c-lineup-concept-second {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-inline: 12px;
  margin-inline: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second {
    margin-inline: 0;
    margin-top: 4.0625rem;
    margin-bottom: 7.5rem;
  }
}
.c-lineup-concept-second.sg-box {
  background: url(../images/sg-box/content-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second.sg-box {
    background: url(../images/sg-box/content-bg-pc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-lineup-concept-second.sg-flat {
  background: url(../images/sg-flat/content-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second.sg-flat {
    background: url(../images/sg-flat/content-bg-pc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-lineup-concept-second.sg-life {
  background: url(../images/sg-life/content-bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second.sg-life {
    background: url(../images/sg-life/content-bg-pc.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.c-lineup-concept-second .l-inner {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 7.5rem;
    padding-bottom: 8.125rem;
    max-width: 65.625rem;
  }
}
.c-lineup-concept-second h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    text-align: left;
  }
}
.c-lineup-concept-second__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second__container {
    grid-template-columns: 1fr 26.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
    padding: 0 1.25rem;
  }
}
.c-lineup-concept-second__textarea {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second__textarea {
    margin-top: 1.25rem;
  }
}
.c-lineup-concept-second__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second__textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept-second ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second ul {
    margin-top: 3.375rem;
  }
}
.c-lineup-concept-second li {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept-second li {
    padding: 1.4375rem 0.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.4705882353;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept-second__image {
  width: 100%;
  height: auto;
}
.c-lineup-concept-second__image img {
  width: 100%;
  height: auto;
}

.c-lineup-concept .l-inner {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.c-lineup-concept__top {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__top {
    grid-template-columns: 1fr 27.125rem;
    gap: 4.875rem;
  }
}
.c-lineup-concept__top > div .c-lineup-cencept__textarea {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__top > div .c-lineup-cencept__textarea {
    margin-top: 2.125rem;
  }
}
.c-lineup-concept__top > div .c-lineup-cencept__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__top > div .c-lineup-cencept__textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept__bottom {
  background: #F4F0EC;
  display: grid;
  grid-template-columns: 1fr;
  padding: 22px 16px;
  padding: 1.375rem 1rem;
  margin-top: 26px;
  margin-top: 1.625rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom {
    grid-template-columns: 20rem 1fr;
    gap: 5.125rem;
    padding: 1.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.5rem;
    margin-bottom: 0;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) {
  position: relative;
}
@media (max-width: 767px) {
  .c-lineup-concept__bottom > div:nth-child(1) {
    border-bottom: solid 1px rgba(34, 34, 34, .1137254902);
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1):after {
    position: absolute;
    content: "";
    width: 0.0625rem;
    height: 5.4375rem;
    background: rgba(34, 34, 34, .1137254902);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2.4375rem;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1) h3 {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xs {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xs {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.1176470588;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xl {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xl {
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.2666666667;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xl.flat {
  color: #65AABF;
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text--xl.box {
  color: #67BE9C;
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  display: inline-block;
  padding-right: 8px;
  padding-right: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg {
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg:after {
  position: absolute;
  content: "(税込)";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  top: -12px;
  top: -0.75rem;
  left: 6px;
  left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg:after {
    top: -1rem;
    left: 0.25rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg.flat {
  color: #65AABF;
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg.flat:after {
  color: #65AABF;
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg.box {
  color: #67BE9C;
}
.c-lineup-concept__bottom > div:nth-child(1) .c-lineup-concept__text-lg.box:after {
  color: #67BE9C;
}
.c-lineup-concept__bottom .c-lineup-concept__container {
  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) {
  .c-lineup-concept__bottom .c-lineup-concept__container {
    -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: 2.375rem;
  }
}
.c-lineup-concept__bottom .c-lineup-concept__container h4 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0833333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom .c-lineup-concept__container h4 {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.7857142857;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-concept__bottom .c-lineup-concept__container ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__bottom .c-lineup-concept__container ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-lineup-concept__bottom .c-lineup-concept__container li {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  padding: 0.75rem 0.5rem;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.c-lineup-concept__heading {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-concept__heading {
    margin-bottom: 2.1875rem;
  }
}
.c-lineup-concept__image {
  width: 100%;
  height: auto;
}
.c-lineup-concept__image img {
  width: 100%;
  height: auto;
}

.c-lineup-design {
  background: #fff;
}
.c-lineup-design .l-inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-design .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 3.75rem;
    padding-bottom: 5.3125rem;
    max-width: 65.625rem;
  }
}
.c-lineup-design__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-design__container {
    gap: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-lineup-design a h3 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: solid 1px #222;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-design a h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-design a h3:after {
  content: "";
  position: absolute;
  background: url(../images/common/case-arrow.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-lineup-design__heading {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-design__heading {
    margin-bottom: 3.75rem;
  }
}
.c-lineup-design__image {
  width: 100%;
  height: auto;
}
.c-lineup-design__image img {
  width: 100%;
  height: auto;
}

.c-lineup-equipment {
  background: #fff;
}
.c-lineup-equipment .l-inner {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 82px;
  padding-bottom: 5.125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-equipment .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
  }
}
.c-lineup-equipment__heading {
  text-align: center;
  margin-bottom: 38px;
  margin-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-equipment__heading {
    text-align: left;
    margin-bottom: 2.125rem;
  }
}

.c-lineup-feature {
  background: #F4F0EC;
}
.c-lineup-feature .l-inner {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 71.875rem;
  }
}
.c-lineup-feature__heading {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__heading {
    margin-bottom: 2.1875rem;
  }
}
.c-lineup-feature__container > * + * {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__container > * + * {
    margin-top: 3.125rem;
  }
}
.c-lineup-feature__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__head {
    grid-template-columns: 4.6875rem 1fr;
    gap: 1.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.4375rem;
  }
}
.c-lineup-feature__head span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2916666667;
  letter-spacing: 0;
  margin-right: 0;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__head span {
    text-align: left;
    font-size: 4.6875rem;
    font-weight: 400;
    line-height: 1.0666666667;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-feature__head h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__head h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-feature__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body {
    margin-bottom: 1.5625rem;
  }
}
.c-lineup-feature__body p {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body p {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .c-lineup-feature__body p br {
    display: none !important;
  }
}
.c-lineup-feature__body--2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body--2col {
    grid-template-columns: 1.1fr 1fr;
    gap: 2.5rem;
  }
}
.c-lineup-feature__body--2col p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body--2col p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-feature__body.mb {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body.mb {
    margin-bottom: 3rem;
  }
}
.c-lineup-feature__body p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__body p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-feature__content {
  background: #fff;
  padding: 28px 20px 48px;
  padding: 1.75rem 1.25rem 3rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__content {
    padding: 3.5rem 6.25rem 2.25rem;
  }
}
.c-lineup-feature__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.c-lineup-feature__list > * + * {
  margin-top: 6px;
  margin-top: 0.375rem;
}
.c-lineup-feature__list li {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.c-lineup-feature__list li:after {
  position: absolute;
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: #222;
  border-radius: 9999px;
  left: 0;
  top: 8px;
  top: 0.5rem;
}
.c-lineup-feature__list.flat li:after {
  background: #65AABF;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__description-list > * + * {
    margin-top: 0.5rem;
  }
}
.c-lineup-feature__description-list > div {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__description-list > div {
    grid-template-columns: 17.125rem 1fr;
  }
}
.c-lineup-feature__description-list > div dt {
  background: #222;
  color: #fff;
  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;
  text-align: center;
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__description-list > div dt {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    padding: 1.5rem 0.5rem;
  }
}
.c-lineup-feature__description-list > div dd {
  background: #F4F0EC;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
  padding: 14px 5px;
  padding: 0.875rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__description-list > div dd {
    padding: 1.5rem 1.875rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-feature__images--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__images--2col {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.c-lineup-feature__images--3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__images--3col {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
  }
}
.c-lineup-feature__image {
  width: 100%;
  height: auto;
}
.c-lineup-feature__image img {
  width: 100%;
  height: auto;
}
.c-lineup-feature__image.mt {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-feature__image.mt {
    margin-top: 2.9375rem;
    max-width: 45.75rem;
    margin-inline: auto;
  }
}

.c-lineup-floor {
  background: #F4F0EC;
}
.c-lineup-floor .l-inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
    max-width: 59.375rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup-floor .c-section-title h2 {
    line-height: 1.7;
  }
}
.c-lineup-floor__heading {
  text-align: center;
}
.c-lineup-floor__desc {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: #fff;
  padding: 22px 15px;
  padding: 1.375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__desc {
    padding: 1.5rem 4.6875rem;
  }
}
.c-lineup-floor__top {
  border-bottom: solid 1px rgba(34, 34, 34, .0901960784);
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top {
    padding-bottom: 0.75rem;
    margin-bottom: 1.375rem;
  }
}
.c-lineup-floor__top h3 {
  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;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block {
    display: inline-block;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.first {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.first {
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0;
    margin-right: 0;
    margin-top: 1.5rem;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.second {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.second {
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.second strong {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.second strong {
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text--xs {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text--xs {
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.1176470588;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text {
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text:after {
  content: "(税込)";
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: 0;
  color: #4E98BF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__block.second .c-lineup-floor__text:after {
    top: -1.25rem;
    left: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__top h3 .c-lineup-floor__text--num {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__top h3 .c-lineup-floor__text--num {
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.2647058824;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-lineup-floor__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem 2.8125rem;
  }
}
.c-lineup-floor__bottom.flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat {
    gap: 0.625rem;
  }
}
.c-lineup-floor__bottom.flat > div:nth-child(1) {
  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;
}
.c-lineup-floor__bottom.flat > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat > div:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.c-lineup-floor__bottom.flat .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.3125;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat .title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom.flat .num {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat .num {
    white-space: nowrap;
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2692307692;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom.flat .slash {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat .slash {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom.flat .text-sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom.flat .text-sm {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom li .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom li .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom li .num {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom li .num {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom li .slash {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom li .slash {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__bottom li .text-sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__bottom li .text-sm {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-floor__image {
  width: 100%;
  height: auto;
  max-width: calc(100% - 6.25rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__image {
    max-width: 40rem;
  }
}
.c-lineup-floor__image.flat {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-lineup-floor__image.flat {
    max-width: 40rem;
  }
}
.c-lineup-floor__image img {
  width: 100%;
  height: auto;
}

.c-lineup-kv {
  position: relative;
  overflow: hidden;
}
.c-lineup-kv:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #F4F0EC;
  z-index: 1;
  top: 0;
  left: 0;
}
.c-lineup-kv__image {
  margin: auto 0 auto calc(50% - 50vw);
  width: calc(100vw - 1.875rem);
  height: auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-lineup-kv__image {
    width: calc(50% + 50vw);
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}
.c-lineup-kv__image img {
  width: 100%;
  height: auto;
}

.c-lineup-links {
  background: #F4F0EC;
}
.c-lineup-links.box {
  background: #fff;
}
.c-lineup-links .l-inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-links .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.c-lineup-links__heading {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-links__heading {
    margin-bottom: 2.1875rem;
  }
}
.c-lineup-links__lead {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-links__lead {
    margin-bottom: 3.75rem;
  }
}
.c-lineup-links__lead p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-links__lead p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-links__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-links__container {
    gap: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-lineup-links a h3 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: solid 1px #222;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-links a h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-links a h3:after {
  content: "";
  position: absolute;
  background: url(../images/common/case-arrow.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-lineup-links__image {
  width: 100%;
  height: auto;
}
.c-lineup-links__image img {
  width: 100%;
  height: auto;
}

.c-lineup-option {
  margin-top: 58px;
  margin-top: 3.625rem;
  background: #fff;
  padding: 40px 14px;
  padding: 2.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-option {
    margin-top: 5.5rem;
    padding: 3.75rem 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.c-lineup-option__inner {
    max-width: 1150px;
  }
}

.c-lineup-option__grid {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 9px;
  gap: 1.25rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-option__grid {
    margin-top: 2.625rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}

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

.c-lineup-option__name {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-lineup-option__name {
    font-size: 1rem;
  }
}

.c-lineup-option__text {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .c-lineup-option__text {
    font-size: 0.75rem;
  }
}

.c-lineup-style {
  background: #F4F0EC;
}
.c-lineup-style .l-inner {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 62px;
  padding-bottom: 3.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 71.875rem;
  }
}
.c-lineup-style__container > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__container > * + * {
    margin-top: 3.75rem;
  }
}
.c-lineup-style__content {
  background: #fff;
}
.c-lineup-style__head {
  background: #222222;
  padding: 18px 15px;
  padding: 1.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__head {
    padding: 1.5625rem;
  }
}
.c-lineup-style__head h3 {
  color: #fff;
  text-align: center;
}
.c-lineup-style__head h3 .en {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__head h3 .en {
    margin-bottom: 0;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2916666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__head h3 .slash {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__head h3 .slash {
    display: inline-block;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2916666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__head h3 .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__head h3 .title {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__body {
  padding: 0 0 40px;
  padding: 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__body {
    padding: 3.75rem 6.25rem;
  }
}
.c-lineup-style__desc {
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__desc {
    padding-left: 0;
    padding-right: 0;
    margin-top: 3.5625rem;
  }
}
.c-lineup-style__desc h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__desc h4 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 0.5rem;
    text-align: left;
  }
}
.c-lineup-style__desc p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__desc p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__desc .c-lineup-style__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 17px;
  gap: 1.0625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__desc .c-lineup-style__images {
    margin-top: 3.375rem;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.c-lineup-style__map {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__map {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5rem;
  }
}
.c-lineup-style__map h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__map h4 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.8181818182;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__map.is-hidden {
  display: none;
}
.c-lineup-style__map-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__map-container {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2.0625rem;
    max-width: 46.875rem;
    margin-inline: auto;
  }
}
.c-lineup-style__map-container.col-1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__map-container.col-1 {
    max-width: 25rem;
    margin-inline: auto;
  }
}
.c-lineup-style__map-container > div p {
  display: block;
  border-radius: 9999px;
  background: #222;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__map-container > div p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__info {
  margin-top: 30px;
  margin-top: 1.875rem;
  background: #F4F0EC;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info {
    padding: 1.75rem 3.125rem;
    margin-top: 2.625rem;
    grid-template-columns: 1fr 1fr;
    max-width: 46.875rem;
    margin-inline: auto;
    gap: 0.5rem 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info.lg {
    padding: 1.75rem 1.875rem;
    gap: 0.5rem 1.875rem;
  }
}
.c-lineup-style__info p .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.3125;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info p .title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__info p .num {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info p .num {
    white-space: nowrap;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__info p .slash {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info p .slash {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__info p .sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  padding-left: 8px;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__info p .sm {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__caution-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__caution-text {
    max-width: 46.875rem;
    margin-inline: auto;
  }
}
.c-lineup-style__feature-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 40px;
  margin-top: 2.5rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__feature-container {
    margin-top: 3.75rem;
    grid-template-columns: 21.6875rem 1fr;
    max-width: 46.875rem;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.0625rem;
  }
}
.c-lineup-style__feature-desc h4 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2916666667;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__feature-desc h4 {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2857142857;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__feature-textarea {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__feature-textarea {
    margin-top: 0.875rem;
  }
}
.c-lineup-style__feature-textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__feature-textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-lineup-style__btn {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__btn {
    padding-bottom: 2.8125rem;
  }
}
.c-lineup-style__btn span {
  border: solid 1px #222222;
  padding: 8px 64px;
  padding: 0.5rem 4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__btn span:hover {
    color: #fff;
    background: #222;
    cursor: pointer;
  }
}
.c-lineup-style__btn span:hover.close:after {
  background: #fff;
}
.c-lineup-style__btn span.close:after {
  content: "";
  position: absolute;
  background: #222;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
  height: 1px;
  height: 0.0625rem;
}
.c-lineup-style__heading {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__heading {
    margin-bottom: 4rem;
  }
}
.c-lineup-style__image {
  width: 100%;
  height: auto;
}
.c-lineup-style__image img {
  width: 100%;
  height: auto;
}
.c-lineup-style__image.col1 {
  max-width: 200px;
  max-width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-lineup-style__image.col1 {
    max-width: 30.5625rem;
  }
}

.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;
}

@media screen and (min-width: 768px) {
  .c-list {
    border-bottom: solid 1px #F5F3ED;
    display: grid;
    grid-template-columns: 13.75rem 1fr;
  }
}
.c-list:last-child {
  border-bottom: none;
}
.c-list__term {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: #4E98BF;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
  line-height: 1.825;
  border-bottom: solid 2px #4E98BF;
}
@media screen and (min-width: 768px) {
  .c-list__term {
    font-size: 1rem;
    padding: 1.875rem 0.75rem 1.875rem 0;
    border-bottom: solid 2px #4E98BF;
  }
}
.c-list__desc {
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  background: #fff;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .c-list__desc {
    font-size: 1rem;
    padding: 1.875rem 1.125rem 1.875rem 1.25rem;
    border-bottom: solid 2px #EAEAEA;
  }
}
.c-list__desc a {
  text-decoration: underline;
}

.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-message__scroll-infinity {
  width: 100vw;
  height: auto;
  margin: 1.875rem calc(50% - 50vw) 0;
}
@media screen and (min-width: 768px) {
  .c-message__scroll-infinity {
    margin: 2.5rem calc(50% - 50vw) 0;
  }
}
.c-message__scroll-infinity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.c-message__scroll-infinity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.c-message__scroll-infinity-list-left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
@media screen and (min-width: 768px) {
  .c-message__scroll-infinity-list-left {
    -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
            animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}
.c-message__scroll-infinity-item {
  font-size: 94px;
  font-size: 5.875rem;
  color: #f4f2f2;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .c-message__scroll-infinity-item {
    font-size: 10rem;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 300;
  color: #dbdbdb;
  position: absolute;
  right: 0;
  top: 0;
}
.c-modal__title {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-news > * + * {
    margin-top: 0.625rem;
  }
}
.c-news__content {
  background: #fff;
}
.c-news__content a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 40px 12px 20px;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-news__content a {
    grid-template-columns: 5rem 1fr;
    gap: 1.5625rem;
    padding: 1.5625rem 4.125rem 1.5625rem 2.25rem;
  }
}
.c-news__content a:after {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 13px;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/news_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-news__content a:after {
    right: 2.25rem;
  }
}
.c-news__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
}
@media screen and (min-width: 768px) {
  .c-news__date {
    font-size: 1rem;
  }
}
.c-news__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .c-news__title {
    font-size: 1rem;
    font-weight: 700;
    -webkit-line-clamp: 1;
  }
}

.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-page-links {
  background: #F4F0EC;
}
.c-page-links.renovation {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-page-links.renovation {
    margin-top: 3.25rem;
  }
}
.c-page-links .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-page-links .l-inner {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    max-width: 65.625rem;
  }
}
.c-page-links__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-page-links__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.125rem;
  }
}
.c-page-links a > div:nth-child(2) {
  background: #fff;
  padding: 12px 8px 30px;
  padding: 0.75rem 0.5rem 1.875rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-page-links a > div:nth-child(2) {
    padding: 1rem 0.5rem 1.875rem;
  }
}
.c-page-links a > div:nth-child(2) p {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-page-links a > div:nth-child(2) p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-page-links a > div:nth-child(2):after {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  bottom: 13px;
  bottom: 0.8125rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/our-mind/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-page-links__image {
  width: 100%;
  height: auto;
}
.c-page-links__image img {
  width: 100%;
  height: auto;
}

.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: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-section-contact__textarea p {
    font-size: 1rem;
    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-header {
  background: #f8f8f8;
}
.c-section-header .l-inner {
  padding-top: 108px;
  padding-top: 6.75rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .c-section-header .l-inner {
    padding-top: 7.75rem;
    padding-bottom: 3.25rem;
    max-width: 65.625rem;
  }
}
.c-section-header__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-header__title {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}
.c-section-header__textarea {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-section-header__textarea {
    margin-top: 1.25rem;
  }
}
.c-section-header__text {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  line-height: 2.1666666667;
}
@media screen and (min-width: 768px) {
  .c-section-header__text {
    line-height: 1.9375;
    font-size: 1rem;
  }
}

.c-section-title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-section-title h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-section-title span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-left: 18px;
  padding-left: 1.125rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    padding-left: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.c-section-title span:before {
  width: 9px;
  width: 0.5625rem;
  height: 13px;
  height: 0.8125rem;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/title-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.c-section-title.border {
  text-align: center;
}
.c-section-title.border h2 {
  display: inline-block;
  position: relative;
}
.c-section-title.border h2:before {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  background: #1C1C1C;
  left: -50px;
  left: -3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-section-title.border h2:before {
    left: -4rem;
    width: 3.125rem;
  }
}
.c-section-title.border h2:after {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  background: #1C1C1C;
  right: -50px;
  right: -3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-section-title.border h2:after {
    right: -4rem;
    width: 3.125rem;
  }
}
.c-section-title.border span {
  display: block;
}

.c-sidebar {
  background: #F4F0EC;
  padding: 25px;
  padding: 1.5625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-sidebar {
    grid-template-columns: 1fr;
    gap: 1.375rem;
    position: sticky;
    top: 4rem;
  }
}
.c-sidebar h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: 2px solid #222;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-sidebar h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sidebar ul li {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #cbcbcb;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-right: 16px;
  padding-right: 1rem;
  position: relative;
}
.c-sidebar ul li:after {
  content: "";
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: url(../images/common/sidebar_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-sidebar ul a {
  display: block;
  width: 100%;
}

.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-spec > * + * {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .c-spec > * + * {
    margin-top: 5.625rem;
  }
}
.c-spec__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 6px;
  gap: 1.5rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-spec__container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.25rem 1.25rem;
  }
}
.c-spec__textarea {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  border-left: solid 1px #222222;
}
@media screen and (min-width: 768px) {
  .c-spec__textarea {
    padding-left: 0.75rem;
  }
}
.c-spec__textarea h4 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
}
@media screen and (min-width: 768px) {
  .c-spec__textarea h4 {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7142857143;
    letter-spacing: 0.07em;
    margin-right: -0.07em;
  }
}
.c-spec__textarea p {
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 400;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
@media screen and (min-width: 768px) {
  .c-spec__textarea p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 2.1666666667;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
  }
}
.c-spec__image {
  width: 100%;
  height: auto;
}
.c-spec__image img {
  width: 100%;
  height: auto;
}
.c-spec h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-spec h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-spec h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #4E98BF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-sub-header-second .l-inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-sub-header-second .l-inner {
    padding: 0.5625rem 2.5rem 0.5625rem;
  }
}
.c-sub-header-second__image {
  width: 100%;
  height: auto;
}
.c-sub-header-second__image img {
  width: 100%;
  height: auto;
}

.c-sub-header {
  min-height: 200px;
  min-height: 12.5rem;
  max-height: 800px;
  max-height: 50rem;
  height: 100%;
  overflow: hidden;
}
.c-sub-header.lineup {
  max-height: 100%;
  overflow: visible;
}
.c-sub-header .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  gap: 53px;
  gap: 3.3125rem;
  margin-top: 54px;
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header .l-inner {
    margin-top: 0;
    grid-template-columns: 1.6fr 1fr;
    gap: 0;
  }
}
.c-sub-header .l-inner.lineup {
  gap: 37px;
  gap: 2.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-header .l-inner.lineup {
    gap: 0;
  }
}
.c-sub-header .l-inner.lineup .c-sub-header__images {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .c-sub-header .l-inner.lineup .c-sub-header__images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-sub-header .l-inner.lineup .c-sub-header__desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-header .l-inner.lineup .c-sub-header__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-sub-header__images {
  position: relative;
}
.c-sub-header__sub-image.sg-box {
  width: 100%;
  max-width: 187px;
  max-width: 11.6875rem;
  position: absolute;
  right: -8px;
  right: -0.5rem;
  margin: auto;
  bottom: -48px;
  bottom: -3rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-sub-header__sub-image.sg-box {
    max-width: 20.875rem;
    bottom: -5.625rem;
    right: -21.875rem;
    left: 0;
    margin: auto;
  }
}
.c-sub-header__sub-image.sg-box img {
  width: 100%;
  height: auto;
}
.c-sub-header__sub-image.sg-flat {
  width: 100%;
  max-width: 201px;
  max-width: 12.5625rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  margin: auto;
  bottom: -25px;
  bottom: -1.5625rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-sub-header__sub-image.sg-flat {
    max-width: 27.9375rem;
    bottom: -3.75rem;
    right: -21.875rem;
    left: 0;
    margin: auto;
  }
}
.c-sub-header__sub-image.sg-flat img {
  width: 100%;
  height: auto;
}
.c-sub-header__sub-image.sg-life {
  width: 100%;
  max-width: 208px;
  max-width: 13rem;
  position: absolute;
  right: 12px;
  right: 0.75rem;
  margin: auto;
  bottom: -25px;
  bottom: -1.5625rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-sub-header__sub-image.sg-life {
    max-width: 31.8125rem;
    bottom: -3.75rem;
    right: -21.875rem;
    left: 0;
    margin: auto;
  }
}
.c-sub-header__sub-image.sg-life img {
  width: 100%;
  height: auto;
}
.c-sub-header__image {
  width: calc(100% - 1.875rem);
  height: 100%;
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .c-sub-header__image {
    width: 100%;
    height: auto;
    max-height: 50rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-sub-header__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.c-sub-header__image.lineup {
  max-height: 800px;
  max-height: 50rem;
  overflow: hidden;
}
.c-sub-header__price {
  border-top: solid 1px rgba(34, 34, 34, .1019607843);
  max-width: 315px;
  max-width: 19.6875rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__price {
    padding-top: 1.125rem;
    margin-top: 1.5625rem;
  }
}
.c-sub-header__desc {
  padding: 0 20px 0 25px;
  padding: 0 1.25rem 0 1.5625rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc {
    padding: 0 1.5625rem 0 5.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-sub-header__desc span {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.7777777778;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc h1 {
  color: #222222;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc p {
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.lineup {
    margin-top: -7.5rem;
  }
}
.c-sub-header__desc.lineup h1 {
  color: #222222;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.lineup h1 {
    font-size: 3.1875rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc.lineup span.lineup {
  color: #222222;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.lineup span.lineup {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc.lineup span.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.lineup span.desktop {
    color: #222222;
    display: inline-block;
    margin-bottom: 1.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc.lineup p {
  color: #222222;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.lineup p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc.our-mind h1 {
  color: #222222;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.our-mind h1 {
    margin-top: 0.375rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc.our-mind p {
  color: #222222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc.our-mind p {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.9047619048;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: left;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc h2 {
    text-align: left;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc .c-sub-header__text--xs {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.0625;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc .c-sub-header__text--xs {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.c-sub-header__desc .c-sub-header__text--xl {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  padding-left: 4px;
  padding-left: 0.25rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc .c-sub-header__text--xl {
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1.2666666667;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-sub-header__desc .c-sub-header__text--xl.flat {
  color: #65AABF;
}
.c-sub-header__desc .c-sub-header__text--xl.box {
  color: #67BE9C;
}
.c-sub-header__desc .c-sub-header__text-lg {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  display: inline-block;
  padding-right: 8px;
  padding-right: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc .c-sub-header__text-lg {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-sub-header__desc .c-sub-header__text-lg:after {
  position: absolute;
  content: "(税込)";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  letter-spacing: 0;
  margin-right: 0;
  color: #4E98BF;
  top: -12px;
  top: -0.75rem;
  left: 6px;
  left: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-sub-header__desc .c-sub-header__text-lg:after {
    top: -0.625rem;
    left: 0.25rem;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.c-sub-header__desc .c-sub-header__text-lg.flat {
  color: #65AABF;
}
.c-sub-header__desc .c-sub-header__text-lg.flat:after {
  color: #65AABF;
}
.c-sub-header__desc .c-sub-header__text-lg.box {
  color: #67BE9C;
}
.c-sub-header__desc .c-sub-header__text-lg.box:after {
  color: #67BE9C;
}

.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: #4E98BF;
  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: #4E98BF;
  color: #222222;
  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 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
  line-height: 1.75;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 1.75rem;
    line-height: 1.8928571429;
  }
}

.c-works-card__head {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-works-card__head {
    height: 15.625rem;
  }
}
.c-works-card__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-card__head--noimage {
  width: 100%;
  height: 180px;
  height: 11.25rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__head--noimage {
    height: 15.625rem;
  }
}
.c-works-card__info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  gap: 0.375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__info {
    margin-top: 1.25rem;
  }
}
.c-works-card__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-works-card__info > div p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .c-works-card__info > div p {
    font-size: 0.875rem;
  }
}
.c-works-card__cat {
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  background: #F4F0EC;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__cat {
    font-size: 0.875rem;
  }
}
.c-works-card__foot {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: 1fr 4.5rem;
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__foot {
    margin-top: 1.25rem;
    grid-template-columns: 1fr 4.5rem;
  }
}
.c-works-card__foot p {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.c-works-card__icon {
  width: 100%;
  height: 100%;
}
.c-works-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works-card__body {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__body {
    margin-top: 1.25rem;
  }
}
.c-works-card__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
  font-weight: 500;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 75px;
  max-height: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .c-works-card__text {
    max-height: 4.6875rem;
  }
}
.c-works-card__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-works-card__title {
    font-size: 1.125rem;
  }
}

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

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

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

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

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;
  font-weight: bold;
}
@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: 8px;
  margin-bottom: 0.5rem;
  gap: 12px;
  gap: 0.75rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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: #4E98BF;
  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: #4E98BF;
}

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

/* チェック前のボタン */
.p-contact__radio-button .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #222222;
  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: #4E98BF;
  /* チェック後の中心の色 */
  -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;
  border-radius: 4px;
  top: 2px;
  top: 0.125rem;
  vertical-align: middle;
  width: 20px;
  width: 1.25rem;
  background: #fff;
}
.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;
}

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

/* ラジオボタンのデフォルトスタイルを隠す */
.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;
  /* 内側の円の色 */
}

.p-top-mainview .slick-dots {
  position: absolute;
  right: -150px;
  right: -9.375rem;
  bottom: 100px;
  bottom: 6.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 380px) and (max-width: 440px) {
  .p-top-mainview .slick-dots {
    right: -10.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mainview .slick-dots {
    left: 1.5625rem;
    width: 9.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-top-mainview .slider-dot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 40px;
  bottom: 2.5rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .slider-dot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: 0;
            transform: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    bottom: 2.5rem;
    left: 2rem;
  }
}
.p-top-mainview .slider-dot button {
  position: relative;
  width: 30px;
  height: 50px;
  border: none;
  background-color: transparent;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.p-top-mainview .slider-inner-dot {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(231, 231, 231, .8);
}
.p-top-mainview .slider-inner-dot svg {
  position: relative;
  top: -5px;
  top: -0.3125rem;
}
.p-top-mainview .slick-active .slider-inner-dot {
  background-color: #fff;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0.25rem;
  margin: 8px;
  margin: 0.5rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #7B7B7B;
}
.wp-pagenavi .current {
  color: #222;
  position: relative;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  border-radius: 9999px;
  padding: 8px 11px;
  padding: 0.5rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .current {
    font-size: 1rem;
  }
}
.wp-pagenavi a {
  padding: 4px;
  padding: 0.25rem;
  margin: 8px;
  margin: 0.5rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #7B7B7B;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    font-size: 1rem;
  }
}
.wp-pagenavi .previouspostslink {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  background: #222;
  margin-right: 16px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    font-size: 0.875rem;
  }
}
.wp-pagenavi .nextpostslink {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  background: #222;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    font-size: 0.875rem;
  }
}
.wp-pagenavi i {
  color: #fff;
}

.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__foot a {
  margin-left: auto;
  margin-right: auto;
}
.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-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__foot {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__foot {
    margin-top: 7.5rem;
  }
}

.p-construction-history > .l-inner {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-construction-history > .l-inner {
    padding-bottom: 7.5rem;
    max-width: 65.625rem;
  }
}
.p-construction-history__heading {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction-history__heading {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.p-construction-history__table {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-construction-history__table {
    margin-top: 5rem;
  }
}
.p-construction-history__table dl {
  display: grid;
  grid-template-columns: 1fr;
  border-top: solid 1px #b4bdc4;
  border-bottom: solid 1px #b4bdc4;
  border-right: solid 1px #b4bdc4;
  border-left: solid 1px #b4bdc4;
}
.p-construction-history__table dl:not(:first-of-type) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-construction-history__table dl {
    grid-template-columns: 13.75rem 1fr;
  }
}
.p-construction-history__table dt {
  padding: 6px 4px;
  padding: 0.375rem 0.25rem;
  background: #4E98BF;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-construction-history__table dt {
    display: grid;
    text-align: left;
    place-items: center;
    font-size: 1.125rem;
    padding: 1rem 0.25rem;
  }
}
.p-construction-history__table dd {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-construction-history__table dd {
    font-size: 1rem;
    padding: 1rem 1.125rem;
    line-height: 1.75;
  }
}
.p-construction-history__title--sm {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
}
@media screen and (min-width: 768px) {
  .p-construction-history__title--sm {
    font-size: 1.5rem;
  }
}

.p-events .l-inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-events .l-inner {
    padding-top: 5rem;
    padding-bottom: 9.375rem;
    max-width: 65.625rem;
  }
}
.p-events__contents {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-events__contents {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.125rem 1.75rem;
    margin-bottom: 5rem;
  }
}

.p-news {
  background: #F4F0EC;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-news {
    margin-top: 3.25rem;
  }
}
.p-news .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-news .l-inner {
    padding-top: 4.625rem;
    padding-bottom: 7.5rem;
    max-width: 65.625rem;
  }
}
.p-news__heading {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__heading {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.p-news__contents {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-works .l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-works__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works__heading {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2.625rem;
  }
}
.p-works__btn {
  text-align: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-works__btn {
    text-align: right;
    margin-top: 2.5rem;
  }
}
.p-works__foot {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-works__foot {
    margin-top: 4rem;
  }
}
.p-works__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works__container {
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-works__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75rem 2rem;
  }
}
.p-works__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 88px;
  gap: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__contents {
    gap: 6.25rem;
  }
}
.p-works__contents .c-works-card__head {
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__contents .c-works-card__head {
    height: 10.1875rem;
  }
}
.p-works__contents .c-works-card__text {
  -webkit-line-clamp: 2;
  max-height: 52px;
  max-height: 3.25rem;
}

.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-info {
  background: #fff;
}
.p-company-info .l-inner {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company-info .l-inner {
    padding-top: 6.875rem;
    padding-bottom: 9.375rem;
    max-width: 59.375rem;
  }
}
.p-company-info__heading {
  text-align: center;
}
.p-company-info__heading .c-section-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__heading .c-section-title {
    margin-bottom: 1.75rem;
  }
}
.p-company-info__list {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__list {
    margin-top: 5.25rem;
  }
}
.p-company-info__list > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__list > * + * {
    margin-top: 0;
  }
}
.p-company-info__list .c-list__term {
  border-color: #222;
  color: #222;
}
.p-company-info__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-company-info__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-company-info__image {
  width: 100%;
  height: auto;
}
.p-company-info__image img {
  width: 100%;
  height: auto;
}
.p-company-info__map {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  height: 300px;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-company-info__map {
    margin-top: 3.25rem;
    height: 25.9375rem;
  }
}
.p-company-info__map iframe {
  width: 100%;
  height: 100%;
}

.p-company {
  background: #F4F0EC;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company {
    margin-top: 3.625rem;
  }
}
.p-company .l-inner {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-company .l-inner {
    padding-top: 4.5rem;
    padding-bottom: 8.125rem;
  }
}
.p-company__heading {
  text-align: center;
}
.p-company__heading-image {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-company__heading-image {
    margin-bottom: 3.5rem;
    max-width: 36.25rem;
    margin: auto;
  }
}
.p-company__heading-image img {
  width: 100%;
  height: auto;
}
.p-company__head {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__head {
    text-align: left;
    margin-bottom: 0.9375rem;
  }
}
.p-company__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
    margin-right: -0.11em;
  }
}
.p-company__image {
  width: 100%;
  height: auto;
}
.p-company__image img {
  width: 100%;
  height: auto;
}
.p-company__content {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-company__content {
    padding: 4.8125rem 6.25rem;
    grid-template-columns: 1fr 24.8125rem;
    gap: 4.4375rem;
    margin-top: 5.5rem;
  }
}
.p-company__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 2.1875rem;
  }
}
.p-company__content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-company__content p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-company__content-greeting {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-company__content-greeting {
    padding: 4.8125rem 3.125rem;
    margin-top: 6.75rem;
  }
}
.p-company__content-greeting .p-company__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-company__content-greeting .p-company__container {
    grid-template-columns: 1fr 24.5rem;
    gap: 5.6875rem;
  }
}
.p-company__content-greeting h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-company__content-greeting h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 2.1875rem;
  }
}
.p-company__content-greeting .p-company__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company__content-greeting .p-company__textarea > * + * {
    margin-top: 1.5rem;
  }
}
.p-company__content-greeting figcaption {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-company__content-greeting p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-company__content-greeting p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

.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-thanks__btn a {
  margin-left: auto;
  margin-right: auto;
}

.p-contact.request .l-inner {
  padding-top: 0;
}
@media (max-width: 767px) {
  .p-contact.request .l-inner {
    width: 100vw;
    margin: auto calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-contact.request .p-contact__wrapper {
    padding: 2.5rem 1.25rem 2.5rem;
  }
}
.p-contact.confirm {
  padding-top: 64px;
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-contact.confirm {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .p-contact.confirm .p-contact__wrapper {
    width: 100vw;
    margin: auto calc(50% - 50vw);
  }
}
.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: 65.625rem;
  }
}
.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__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__heading {
    margin-bottom: 3.25rem;
  }
}
.p-contact__heading p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-contact__heading p {
    font-size: 0.875rem;
  }
}
.p-contact__heading h3 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__heading h3 {
    margin-bottom: 0.625rem;
    font-size: 1.5rem;
  }
}
.p-contact__wrapper {
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  background: #F4F0EC;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 4.375rem;
  }
}
.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__body--event {
  background: #F4F0EC;
  padding: 48px 20px;
  padding: 3rem 1.25rem;
  width: 100vw;
  margin: auto calc(50% - 50vw) 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body--event {
    padding: 4.5rem 5.5rem;
    margin: 0 auto 4.875rem;
    width: 100%;
    max-width: 59.375rem;
  }
}
.p-contact__body--event h3 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__body--event h3 {
    font-size: 1.75rem;
  }
}
.p-contact__body--event.end {
  position: relative;
  height: 200px;
  height: 12.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-contact__body--event.end {
    height: 18.75rem;
  }
}
.p-contact__body--event.end:before {
  width: 280px;
  width: 17.5rem;
  height: 40px;
  height: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  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;
  text-align: center;
  content: "イベント受付終了しました";
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4E98BF;
  background: #fff;
  inset: 0;
  margin: auto;
  position: absolute;
  z-index: 6;
}
.p-contact__body--event.end:after {
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(20, 20, 20, .95);
  inset: 0;
  position: absolute;
  z-index: 5;
}
.p-contact__foot {
  text-align: center;
  position: relative;
}
.p-contact__foot input {
  margin-left: auto;
  margin-right: auto;
}
.p-contact__foot--confirm {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__foot--confirm {
    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 rgba(34, 34, 34, .2);
  border: solid 0.0625rem rgba(34, 34, 34, .2);
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
@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.625rem 1.25rem;
  }
}
.p-contact__input::-webkit-input-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__input::-moz-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__input::-ms-input-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__input::placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__input:focus::-webkit-input-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__input:focus::-moz-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__input:focus::-ms-input-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__input:focus::placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__date:after {
  display: none !important;
}
.p-contact__textarea {
  border: solid 1px rgba(34, 34, 34, .2);
  border: solid 0.0625rem rgba(34, 34, 34, .2);
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    max-width: 100%;
    padding: 0.875rem 1.25rem;
  }
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::-moz-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #cecece;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-contact__textarea::placeholder {
  color: #cecece;
  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__radio--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-contact__radio--grid {
    gap: 1rem 1.875rem;
  }
}
.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;
  border-radius: 4px;
  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%;
  position: relative;
}
.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 #c4c4c4;
  border: solid 0.0625rem #c4c4c4;
  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: #222;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.p-contact__select--sm {
  border: solid 1px #EFEFEF;
  border: solid 0.0625rem #EFEFEF;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
}
.p-contact__select--xs {
  border: solid 1px #EFEFEF;
  border: solid 0.0625rem #EFEFEF;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 14px;
  padding: 0.75rem 0.875rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: #222;
  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--sm {
  font-size: 13px;
  font-size: 0.8125rem;
}
.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;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-contact__pp {
    margin-top: 1.5rem;
  }
}
.p-contact__pp a {
  text-decoration: underline;
  color: #4E98BF;
  font-weight: 700;
}
.p-contact__pp .wpcf7-list-item label {
  padding-left: 0;
}
.p-contact__pp > p .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__pp > p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  max-width: 400px;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.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__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: 34.375rem;
  }
}
.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: 180px;
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__member {
    max-width: 8.75rem;
  }
}
.p-contact__member > div {
  position: relative;
}
.p-contact__member > 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__member > div:after {
    right: 1.0625rem;
  }
}

.p-form-banner {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-form-banner {
    margin-top: 3.25rem;
    margin-bottom: 7.5rem;
  }
}
.p-form-banner .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-form-banner .l-inner {
    max-width: 65.625rem;
  }
}
.p-form-banner a {
  display: block;
  width: 100%;
  height: auto;
}
.p-form-banner a img {
  width: 100%;
  height: auto;
}

.p-form-select {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-form-select {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form-select .l-inner {
    max-width: 65.625rem;
  }
}
.p-form-select__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-form-select__heading {
    margin-bottom: 3rem;
  }
}
.p-form-select__heading h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-form-select__heading h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4583333333;
    letter-spacing: 0.11em;
    margin-right: -0.11em;
  }
}
.p-form-select__heading span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-form-select__heading span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-form-select__select-btn {
  position: relative;
  text-align: center;
  border: solid #D8D4D1 1px;
  padding: 20px 8px;
  padding: 1.25rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-form-select__select-btn {
    padding: 0.9375rem 0.5rem;
    min-height: 10.3125rem;
  }
}
.p-form-select__select-btn:hover {
  cursor: pointer;
}
.p-form-select__select-btn h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form-select__select-btn h2 {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2727272727;
    letter-spacing: 0.11em;
    margin-right: -0.11em;
  }
}
.p-form-select__select-btn h2:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-select__select-btn h2:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-select__select-btn.active h2::after {
  background-color: #000;
}
.p-form-select__select-btn p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-form-select__select-btn p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.p-form-select__btn {
  max-width: 500px;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-form-select__btn {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-form-select__btn > div {
    width: calc(50% - 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-form-select__btn > div:nth-child(1) {
    margin-right: auto;
  }
}
.p-form-select__btn > div:nth-child(2) {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 600px) {
  .p-form-select__btn > div:nth-child(2) {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form-select__btn > div:nth-child(2) {
    margin-top: 0;
    margin-left: auto;
  }
}
.p-form-select__btn a {
  display: block;
  width: 100%;
  height: auto;
}
.p-form-select__btn a img {
  width: 100%;
  height: auto;
}
.p-form-select .p-form-select__left-slider,
.p-form-select .p-form-select__right-slider {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  /* スライダードット全体のスタイル */
  /* ドットを横棒に変更 */
  /* ドットのボタンを非表示にする */
  /* アクティブなドットのスタイル */
}
@media screen and (min-width: 768px) {
  .p-form-select .p-form-select__left-slider,
  .p-form-select .p-form-select__right-slider {
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.p-form-select .p-form-select__left-slider figure,
.p-form-select .p-form-select__right-slider figure {
  width: 100%;
  height: auto;
}
.p-form-select .p-form-select__left-slider img,
.p-form-select .p-form-select__right-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-form-select .p-form-select__left-slider .slick-prev,
.p-form-select .p-form-select__left-slider .slick-next,
.p-form-select .p-form-select__right-slider .slick-prev,
.p-form-select .p-form-select__right-slider .slick-next {
  background-color: #000;
  color: #fff;
  border: none;
  height: 39px;
  /* remからpxに変換しました */
  width: 39px;
  /* remからpxに変換しました */
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-form-select .p-form-select__left-slider .slick-prev,
.p-form-select .p-form-select__right-slider .slick-prev {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .p-form-select .p-form-select__left-slider .slick-prev,
  .p-form-select .p-form-select__right-slider .slick-prev {
    left: -20px;
  }
}
.p-form-select .p-form-select__left-slider .slick-next,
.p-form-select .p-form-select__right-slider .slick-next {
  right: -10px;
}
@media screen and (min-width: 768px) {
  .p-form-select .p-form-select__left-slider .slick-next,
  .p-form-select .p-form-select__right-slider .slick-next {
    right: -20px;
  }
}
.p-form-select .p-form-select__left-slider .slick-prev:before,
.p-form-select .p-form-select__left-slider .slick-next:before,
.p-form-select .p-form-select__right-slider .slick-prev:before,
.p-form-select .p-form-select__right-slider .slick-next:before {
  content: "";
  /* デフォルトのコンテンツを削除 */
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-form-select .p-form-select__left-slider .slick-prev:before,
.p-form-select .p-form-select__right-slider .slick-prev:before {
  background-image: url("../images/common/slider-prev.svg");
  width: 10px;
  height: 10px;
}
.p-form-select .p-form-select__left-slider .slick-next:before,
.p-form-select .p-form-select__right-slider .slick-next:before {
  background-image: url("../images/common/slider-next.svg");
  width: 10px;
  height: 10px;
}
.p-form-select .p-form-select__left-slider .slick-dots,
.p-form-select .p-form-select__right-slider .slick-dots {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-form-select .p-form-select__left-slider .slick-dots,
  .p-form-select .p-form-select__right-slider .slick-dots {
    bottom: -1.5625rem;
  }
}
.p-form-select .p-form-select__left-slider .slick-dots li,
.p-form-select .p-form-select__right-slider .slick-dots li {
  width: 28px;
  width: 1.75rem;
  /* 横棒の幅 */
  height: 5px;
  /* 横棒の高さ */
  background-color: rgba(34, 34, 34, .1176470588);
  /* 横棒のデフォルトカラー */
  margin: 0 2px;
  /* 横棒間のマージン */
  cursor: pointer;
}
.p-form-select .p-form-select__left-slider .slick-dots li button,
.p-form-select .p-form-select__right-slider .slick-dots li button {
  display: none;
}
.p-form-select .p-form-select__left-slider .slick-dots .slick-active,
.p-form-select .p-form-select__right-slider .slick-dots .slick-active {
  background-color: #222222;
  /* アクティブな横棒のカラー */
}

.p-custom-about .l-inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
  gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-custom-about .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
    grid-template-columns: 1fr 1fr;
    gap: 5.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-about__desc {
    max-width: 29.5rem;
  }
}
.p-custom-about__desc h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
  padding-left: 26px;
  padding-left: 1.625rem;
  position: relative;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-custom-about__desc h2 {
    padding-left: 1.5rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 1.75rem;
  }
}
.p-custom-about__desc h2:before {
  content: "";
  background: url(../images/common/title-slash.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  width: 0.75rem;
  height: 18px;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 8px;
  top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-custom-about__desc h2:before {
    top: 0.5rem;
  }
}
.p-custom-about__desc p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-about__desc p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-about__image {
  width: 100%;
  height: auto;
}
.p-custom-about__image img {
  width: 100%;
  height: auto;
}

.p-custom-case {
  background: #F4F0EC;
}
.p-custom-case .l-inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-custom-case .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.p-custom-case__heading {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-custom-case__heading {
    margin-bottom: 2.1875rem;
  }
}
.p-custom-case__lead {
  text-align: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-custom-case__lead {
    margin-bottom: 3.75rem;
  }
}
.p-custom-case__lead p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-case__lead p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-case__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-custom-case__container {
    gap: 1.75rem;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-custom-case a h3 {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: solid 1px #222;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-custom-case a h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-case a h3:after {
  content: "";
  position: absolute;
  background: url(../images/common/case-arrow.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-custom-case__image {
  width: 100%;
  height: auto;
}
.p-custom-case__image img {
  width: 100%;
  height: auto;
}

.p-custom-flow .l-inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.875rem;
  }
}
.p-custom-flow__heading {
  text-align: center;
}
.p-custom-flow__textarea {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__textarea {
    margin-top: 2.1875rem;
    margin-bottom: 5.25rem;
    text-align: center;
  }
}
.p-custom-flow__textarea h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__textarea h3 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 0.875rem;
  }
}
.p-custom-flow__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-flow__wrapper {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  background: url(../images/custom-house/flow-bg-sp.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__wrapper {
    background: url(../images/custom-house/flow-bg-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__wrapper .l-inner {
    max-width: 65.625rem;
  }
}
.p-custom-flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.5625rem 2.1875rem;
  }
}
.p-custom-flow__content {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .p-custom-flow__content:after {
    content: "";
    position: absolute;
    width: 2.125rem;
    height: 0.9375rem;
    background: url(../images/custom-house/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1.875rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
  }
}
.p-custom-flow__content:nth-child(1):before {
  content: "";
  position: absolute;
  width: 130px;
  width: 8.125rem;
  height: 23px;
  height: 1.4375rem;
  background: url(../images/custom-house/start.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  top: -1.875rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(1):before {
    top: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(1):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5.9375rem;
    right: -1.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(2) {
    padding-top: 1.875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(2):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 8.125rem;
    right: -1.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(3) {
    padding-top: 3.75rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(3):after {
    content: "";
    position: absolute;
    width: 2.125rem;
    height: 0.9375rem;
    background: url(../images/custom-house/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -2.1875rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(4):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 5.625rem;
    left: -1.5625rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(5) {
    padding-top: 1.875rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(5):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 18.75rem;
    left: -1.5625rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(6) {
    padding-top: 15.625rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(6):after {
    content: "";
    position: absolute;
    width: 2.125rem;
    height: 0.9375rem;
    background: url(../images/custom-house/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1.875rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(7) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(7):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15rem;
    right: -1.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(8) {
    padding-top: 12.8125rem;
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(8):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 18.125rem;
    right: -1.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(9) {
    padding-top: 15.25rem;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(9):after {
    content: "";
    position: absolute;
    width: 2.125rem;
    height: 0.9375rem;
    background: url(../images/custom-house/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -2.1875rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(10):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15rem;
    left: -1.5625rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(11) {
    padding-top: 12.125rem;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(11):after {
    content: "";
    position: absolute;
    width: 0.9375rem;
    height: 2.125rem;
    background: url(../images/custom-house/left-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 16.875rem;
    left: -1.5625rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content:nth-child(12) {
    padding-top: 11.25rem;
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media (max-width: 767px) {
  .p-custom-flow__content:nth-child(12):after {
    display: none !important;
  }
}
.p-custom-flow__content > div:nth-child(1) {
  background: #333333;
  display: grid;
  grid-template-columns: 2.875rem 1fr;
  gap: 11px;
  gap: 0.6875rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-custom-flow__content > div:nth-child(1) span {
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content > div:nth-child(1) span {
    font-size: 2.75rem;
    font-weight: 400;
    line-height: 1.1363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-flow__content > div:nth-child(1) h3 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-custom-flow__content > div:nth-child(2) {
  background: #F4F0EC;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}
.p-custom-flow__content > div:nth-child(2) p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__content > div:nth-child(2) p {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-flow__content > div:nth-child(2) .p-custom-flow__image {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-custom-flow__point-container {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point-container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-custom-flow__point-container > * + * {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-custom-flow__point-container .p-custom-flow__textarea {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.p-custom-flow__point-container .p-custom-flow__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point-container .p-custom-flow__textarea p {
    display: inline-block;
  }
}
.p-custom-flow__point {
  background: #F4F0EC;
  padding: 24px 25px 32px 25px;
  padding: 1.5rem 1.5625rem 2rem 1.5625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point {
    gap: 2.625rem;
    grid-template-columns: 1fr 14.75rem;
    padding: 2rem 3.125rem;
  }
}
.p-custom-flow__point-head {
  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;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point-head {
    margin-bottom: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-custom-flow__point-head h3 {
  color: #222222;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point-head h3 {
    text-align: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-flow__point-head span {
  display: inline-block;
  color: #222222;
  border-right: solid 1px #222222;
  border-left: solid 1px #222222;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-top: 8px;
  padding-top: 0.5rem;
  position: relative;
  max-width: 55px;
  max-width: 3.4375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-custom-flow__point-head span {
    max-width: auto;
    margin-inline: 0;
  }
}
.p-custom-flow__point-head span:after {
  content: "POINT";
  position: absolute;
  top: -6px;
  top: -0.375rem;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-custom-flow__image {
  width: 100%;
  height: auto;
}
.p-custom-flow__image img {
  width: 100%;
  height: auto;
}

.p-custom-lineup {
  background: #F4F0EC;
}
.p-custom-lineup .l-inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
  gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.p-custom-lineup__heading {
  text-align: center;
}
.p-custom-lineup__container > * + * {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__container > * + * {
    margin-top: 1.3125rem;
  }
}
.p-custom-lineup__content {
  background: #fff;
  padding: 10px 18px 15px;
  padding: 0.625rem 1.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__content {
    padding: 1.875rem 3.875rem;
  }
}
.p-custom-lineup__content:nth-child(2) .num,
.p-custom-lineup__content:nth-child(2) .md,
.p-custom-lineup__content:nth-child(2) .md::after,
.p-custom-lineup__content:nth-child(2) h3 {
  color: #65AABF;
}
.p-custom-lineup__content:nth-child(3) .num,
.p-custom-lineup__content:nth-child(3) .md,
.p-custom-lineup__content:nth-child(3) .md::after,
.p-custom-lineup__content:nth-child(3) h3 {
  color: #67BE9C;
}
.p-custom-lineup__head {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  border-bottom: solid 1px rgba(34, 34, 34, .1882352941);
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-custom-lineup__head .p-custom-lineup__image {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-inline: auto;
}
.p-custom-lineup__head > p {
  color: #222;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > p {
    text-align: left;
    margin-left: auto;
    white-space: nowrap;
  }
}
.p-custom-lineup__head > p .small {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-custom-lineup__head > p .num {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #4E98BF;
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-custom-lineup__head > p .md {
  color: #4E98BF;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > p .md {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4545454545;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-lineup__head > p .md:after {
  position: absolute;
  content: "(税込)";
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #4E98BF;
  top: -14px;
  top: -0.875rem;
  left: 4px;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > p .md:after {
    content: "(税込)";
    font-size: 0.75rem;
    top: -1.125rem;
    left: 0.25rem;
  }
}
.p-custom-lineup__head > h3 {
  color: #4E98BF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > h3 {
    text-align: left;
  }
}
.p-custom-lineup__head > h3 .slash {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-left: 8px;
  margin-left: 0.5rem;
}
.p-custom-lineup__head > h3 .num {
  color: #4E98BF;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 400;
  line-height: 2.3793103448;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-custom-lineup__head > h3 .dot {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > h3 .dot {
    color: #222;
    letter-spacing: 0.2em;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    font-weight: 400;
  }
}
.p-custom-lineup__head > h3 .small {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__head > h3 .small {
    text-align: left;
    display: inline-block;
  }
}
.p-custom-lineup__desc ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__desc ul {
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-custom-lineup__desc li {
  width: 100%;
  border-radius: 6px;
  background: #222222;
  color: #fff;
  text-align: center;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__desc li {
    padding: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-lineup__textarea p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__textarea p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8571428571;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-lineup__body {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__body {
    grid-template-columns: 30.6875rem 1fr;
    gap: 2.8125rem;
  }
}
.p-custom-lineup__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-custom-lineup__btn {
    text-align: left;
  }
}
.p-custom-lineup__image {
  width: 100%;
  height: auto;
}
.p-custom-lineup__image img {
  width: 100%;
  height: auto;
}

.p-custom-spec {
  /* モーダル */
  /* モーダルアニメーション */
}
.p-custom-spec .l-inner {
  padding-top: 67px;
  padding-top: 4.1875rem;
  padding-bottom: 67px;
  padding-bottom: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.p-custom-spec__heading {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__heading {
    margin-bottom: 2.1875rem;
  }
}
.p-custom-spec__lead {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.p-custom-spec__lead p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__lead p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec__container {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__container {
    gap: 2.75rem 1.75rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 7.5rem;
  }
}
.p-custom-spec__content:hover {
  cursor: pointer;
}
.p-custom-spec__head {
  border-top: solid 1px #222222;
  border-bottom: solid 1px #222222;
  padding: 20px 0;
  padding: 1.25rem 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__head {
    padding: 0.5rem 0;
    display: grid;
    grid-template-columns: 5.625rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.125rem;
  }
}
.p-custom-spec__head h3 {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6363636364;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__head h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    text-align: left;
  }
}
.p-custom-spec__head > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #fff;
  top: -20px;
  top: -1.25rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  width: 6.25rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__head > span {
    position: static;
    top: auto;
    width: auto;
    padding-left: 0.5rem;
  }
}
.p-custom-spec__head .point {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.p-custom-spec__head .num {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__head .num {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4375;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-spec__textarea p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec__image {
  width: 100%;
  height: auto;
}
.p-custom-spec__image img {
  width: 100%;
  height: auto;
}
.p-custom-spec .modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, .45);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.p-custom-spec .modal-container {
  background-color: #fff;
  max-height: 80vh;
  max-width: 1000px;
  overflow-y: auto;
  padding: 30px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-container {
    padding: 5rem 6.25rem;
    min-height: 32.5rem;
  }
}
.p-custom-spec .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-custom-spec .modal-header > span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-header > span {
    font-size: 2.9375rem;
    font-weight: 400;
    line-height: 1.4255319149;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec .modal-header h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  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-custom-spec .modal-header h2 {
    display: block;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2307692308;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec .modal-header h2 span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-header h2 span {
    margin-left: 0.75rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec .modal-close {
  background: transparent;
  border: 0;
  display: inline-block;
  margin: auto;
  text-align: center;
}
.p-custom-spec .modal-btn {
  text-align: center;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-btn {
    margin-top: 0;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
  }
}
.p-custom-spec .modal-content {
  line-height: 1.5;
  margin-bottom: auto;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-custom-spec .modal-content h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-left: 18px;
  padding-left: 1.125rem;
  border-left: 2px solid #000;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-content h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec .modal-textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-custom-spec .modal-textarea p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-custom-spec .modal-open {
  display: block;
  margin: 100px auto;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.p-custom-spec .micromodal-slide {
  display: none;
}
.p-custom-spec .micromodal-slide.is-open {
  display: block;
}
.p-custom-spec .micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.p-custom-spec .micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.p-custom-spec .micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.p-custom-spec .micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.p-custom-spec .micromodal-slide .modal-container,
.p-custom-spec .micromodal-slide .modal-overlay {
  will-change: transform;
}

/* Google Mapを囲う要素 */
.p-event-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46.740220662%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.p-event-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-event-map__wrap {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-event-map__wrap {
    padding-top: 3.125rem;
    padding-bottom: 4.875rem;
  }
}

.p-event-message {
  background: #fff;
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-event-message {
    padding-top: 3.9375rem;
    padding-bottom: 3.3125rem;
  }
}

.p-event-message__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-event-message__text {
    font-size: 1.125rem;
    line-height: 2.1111111111;
  }
}

.p-event-message__desc {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-event-message__desc {
    margin-top: 0.125rem;
    font-size: 0.75rem;
  }
}

.p-event-point {
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 81px;
  padding-bottom: 5.0625rem;
}
@media screen and (min-width: 768px) {
  .p-event-point {
    padding-top: 5.8125rem;
    padding-bottom: 5.625rem;
  }
}

.p-event-point__list {
  margin-top: 28px;
  margin-top: 1.75rem;
}
.p-event-point__list > * + * {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-event-point__list > * + * {
    margin-top: 3.125rem;
  }
}

.p-event-point__title {
  background: #DEDCD7;
  padding: 9px 12px;
  padding: 0.5625rem 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
@media screen and (min-width: 768px) {
  .p-event-point__title {
    padding: 0 1rem;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2.4090909091;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .p-event-point__row {
    margin-top: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6875rem;
  }
}

.p-event-point__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-event-point__text {
    margin-top: 0;
    width: calc(100% - 26.6875rem);
    font-size: 1rem;
    line-height: 1.875;
  }
}

.p-event-point__img {
  margin-top: 26px;
  margin-top: 1.625rem;
  width: 100%;
  height: auto;
}
.p-event-point__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-event-point__img {
    margin-top: 0;
    width: 25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-event__slider {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  /* スライダードット全体のスタイル */
  /* ドットを横棒に変更 */
  /* ドットのボタンを非表示にする */
  /* アクティブなドットのスタイル */
}
@media screen and (min-width: 768px) {
  .p-event__slider {
    margin-top: 5rem;
    margin-bottom: 5.625rem;
  }
}
.p-event__slider figure {
  width: 100%;
  height: auto;
}
.p-event__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__slider .slick-prev,
.p-event__slider .slick-next {
  background-color: #000;
  color: #fff;
  border: none;
  height: 39px;
  /* remからpxに変換しました */
  width: 39px;
  /* remからpxに変換しました */
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-event__slider .slick-prev {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .p-event__slider .slick-prev {
    left: -20px;
  }
}
.p-event__slider .slick-next {
  right: -10px;
}
@media screen and (min-width: 768px) {
  .p-event__slider .slick-next {
    right: -20px;
  }
}
.p-event__slider .slick-prev:before,
.p-event__slider .slick-next:before {
  content: "";
  /* デフォルトのコンテンツを削除 */
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-event__slider .slick-prev:before {
  background-image: url("../images/common/slider-prev.svg");
  width: 10px;
  height: 10px;
}
.p-event__slider .slick-next:before {
  background-image: url("../images/common/slider-next.svg");
  width: 10px;
  height: 10px;
}
.p-event__slider .slick-dots {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 15px;
  bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-event__slider .slick-dots {
    bottom: 1.5625rem;
  }
}
.p-event__slider .slick-dots li {
  width: 28px;
  width: 1.75rem;
  /* 横棒の幅 */
  height: 5px;
  /* 横棒の高さ */
  background-color: #FFFFFF;
  /* 横棒のデフォルトカラー */
  margin: 0 2px;
  /* 横棒間のマージン */
  cursor: pointer;
}
.p-event__slider .slick-dots li button {
  display: none;
}
.p-event__slider .slick-dots .slick-active {
  background-color: #222222;
  /* アクティブな横棒のカラー */
}

@media screen and (min-width: 768px) {
  .p-event__list .c-list:nth-child(1) .c-list__desc {
    border-top: solid 2.5px #EAEAEA;
  }
}
.p-event__list .c-list__desc a {
  color: #222;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-event__list .c-list__desc {
    border-right: solid 2px #EAEAEA;
  }
}
.p-event__list .c-list__term {
  background: #222222;
  color: #fff;
  border-color: #CCCCCC;
}
.p-event__desc-content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content {
    margin-top: 3.25rem;
  }
}
.p-event__desc-content > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content > * + * {
    margin-top: 3.25rem;
  }
}
.p-event__desc-content > div > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content > div > div {
    grid-template-columns: 1fr 17.3125rem;
    gap: 2.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-event__desc-content > div figure {
    margin-right: 5rem;
  }
}
.p-event__desc-content img {
  width: 100%;
  height: auto;
}
.p-event__desc-content h2 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content h2 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc-content h2:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-event__desc-content h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc-content h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-event__desc-content h4 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content h4 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc-content h4:before {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 2px;
  height: 0.125rem;
  background: #222;
  left: 0;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-event__desc-content h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 5.3125rem);
  height: 2px;
  height: 0.125rem;
  background: #F4F0EC;
  left: 85px;
  left: 5.3125rem;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-event__desc-content h5 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content h5 {
    margin-bottom: 1.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc-content h6 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  border-left: solid 4px #222;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content h6 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc-content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-event__desc-content ul {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.p-event__desc-content li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content li {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-event__desc-content a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
  color: #222;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-event__desc-content a {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-event__desc img {
  width: 100%;
  height: auto;
}
.p-event__desc h2 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc h2 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc h2:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-event__desc h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-event__desc h4 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-event__desc h4 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc h4:before {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 2px;
  height: 0.125rem;
  background: #222;
  left: 0;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-event__desc h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 5.3125rem);
  height: 2px;
  height: 0.125rem;
  background: #F4F0EC;
  left: 85px;
  left: 5.3125rem;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-event__desc h5 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc h5 {
    margin-bottom: 1.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc h6 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  border-left: solid 4px #222;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__desc h6 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-event__desc p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-event__desc p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-event__desc ul {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.p-event__desc li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-event__desc li {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-event__desc a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
  color: #222;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-event__desc a {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
  }
}
.p-event__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-event__info > div span {
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  background: #F4F0EC;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__info > div span {
    font-size: 0.875rem;
  }
}
.p-event__info > div p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-event__info > div p {
    font-size: 0.875rem;
  }
}
.p-event .p-single__table {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-event .p-single__table {
    margin-top: 4rem;
  }
}
.p-event .p-single {
  padding-top: 42px;
  padding-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-event .p-single {
    padding-top: 4.5rem;
  }
}
.p-event .c-section-title h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.p-event .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-event .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-event .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-event .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-event .c-section-title h2 {
    font-size: 2rem;
  }
}
.p-event .c-section-title span {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-event .c-section-title span {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-event .l-inner {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-event__sub-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.1666666667;
  letter-spacing: 0.06em;
  color: #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-event__sub-title {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-event__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  border-bottom: solid 3px #222;
}
@media screen and (min-width: 768px) {
  .p-event__title {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    font-size: 1.75rem;
    line-height: 1.5714285714;
    letter-spacing: 0.07em;
  }
}

.p-event__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-event__text {
    margin-top: 1.875rem;
    font-size: 1.125rem;
    line-height: 2.2777777778;
  }
}



.p-footer {
  background: #222222;
}
.p-footer > * {
  color: #fff;
}
.p-footer .l-inner {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-left: 56px;
  padding-left: 3.5rem;
  padding-right: 56px;
  padding-right: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 4.5rem;
    max-width: 65.625rem;
  }
}
.p-footer__logo {
  width: 114px;
  width: 7.125rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 12.6875rem;
    margin-bottom: 2.25rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper {
    display: grid;
    grid-template-columns: 13.75rem 12.1875rem 6.75rem 14.875rem;
    gap: 6.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .p-footer__wrapper {
    display: grid;
    grid-template-columns: 12.8125rem 12.1875rem 5.625rem 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(1) {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(1):after {
    content: "";
    position: absolute;
    top: 0;
    right: -3.125rem;
    width: 1px;
    height: 100%;
    background: #fff;
  }
}
.p-footer__wrapper > div:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(2) {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    right: -3.125rem;
    width: 1px;
    height: 100%;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(2) ul {
    text-align: right;
  }
}
.p-footer__wrapper > div:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper > div:nth-child(3) {
    display: block;
    position: relative;
  }
}
.p-footer__wrapper > div:nth-child(3) .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
.p-footer__wrapper > div:nth-child(3) .sns img {
  width: 100%;
  height: auto;
}
.p-footer__wrapper ul > * + * {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-footer__wrapper ul a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-footer__wrapper .info p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper .info p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.2857142857;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-footer__wrapper .info p:nth-child(2) {
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.2;
}
.p-footer__wrapper .tel-link {
  display: block;
  width: 100%;
  max-width: 164px;
  max-width: 10.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
.p-footer__wrapper .tel-link svg {
  width: 100%;
  height: auto;
}
.p-footer__wrapper .link {
  display: block;
  width: 100%;
  max-width: 148px;
  max-width: 9.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-footer__wrapper .link svg {
  width: 100%;
  height: auto;
}
.p-footer__wrapper .privacy-policy {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-right: 0;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper .privacy-policy {
    margin-top: 3.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0;
    margin-right: 0;
  }
}
.p-footer__wrapper .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  max-width: 100%;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper .menu-link {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .p-footer__wrapper .menu-link {
    max-width: 12.5rem;
  }
}
.p-footer__wrapper .menu-link a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.p-footer__wrapper .menu-link img {
  width: 100%;
  height: auto;
}
.p-footer__wrapper .mobile-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__wrapper .mobile-sns {
    display: none;
  }
}
.p-footer__wrapper .mobile-sns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}
.p-footer__wrapper .mobile-sns > div img {
  width: 40px;
  height: 40px;
}
.p-footer__wrapper .mobile-sns > a {
  display: inline-block;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-footer__copyright {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 9px;
  font-size: 0.5625rem;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 0.75rem;
    padding-bottom: 2.1875rem;
  }
}
.p-footer__fixed {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 3.125rem;
    height: auto;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5000;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.p-footer__fixed.is-scroll {
  opacity: 1;
  visibility: visible;
}
.p-footer__fixed a {
  width: 100%;
  height: auto;
  display: inline-block;
}
.p-footer__fixed a img {
  width: 100%;
  height: auto;
}
.p-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1666666667;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1rem;
    line-height: 2.0625;
  }
}
.p-footer__mobile-fixed {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3000;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-footer__mobile-fixed {
    display: none;
  }
}
.p-footer__mobile-fixed a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__mobile-fixed img,
.p-footer__mobile-fixed svg {
  width: 100%;
  height: 100%;
}
.p-footer__text--medium {
  font-weight: 500;
}
.p-footer__link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-fixed-bg {
  height: 370px;
  height: 23.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fixed-bg {
    height: 21.875rem;
  }
}
.p-fixed-bg__bg {
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: -1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.p-fixed-bg__bg img {
  width: 100%;
  height: auto;
}

.p-images-slider {
  overflow: hidden;
}
.p-images-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news-ticker {
  position: absolute;
  z-index: 101;
  max-width: 1000px;
  max-width: 62.5rem;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -64px;
  bottom: -4rem;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-news-ticker {
    bottom: -1.375rem;
  }
}
.p-news-ticker .l-inner {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.p-news-ticker .p-news-ticker__slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-news-ticker .p-news-ticker__slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.p-news-ticker .c-news__cat {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-news-ticker .c-news__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1;
  font-weight: 300;
}
.p-news-ticker .c-news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-news-ticker .c-news__title {
    width: calc(100% - 16.625rem);
  }
}
.p-news-ticker .c-news__content {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-news-ticker .c-news__content a {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  border: none;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-news-ticker .c-news__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
  }
}
.p-news-ticker .c-news__content a:after {
  display: none;
}
.p-news-ticker .c-news__content a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-news-ticker .c-news__content a > div {
    width: 8.75rem;
    gap: 1.25rem;
    grid-template-columns: 4.375rem 1fr;
  }
}
.p-news-ticker .slick-prev,
.p-news-ticker .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  cursor: pointer;
  z-index: 999;
  padding: 6px;
  padding: 0.375rem;
}
.p-news-ticker .slick-prev:before,
.p-news-ticker .slick-next:before {
  display: none;
}
.p-news-ticker__count {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news-ticker__count {
    display: inline-block;
    font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 999;
  }
}
@media screen and (min-width: 768px) {
  .p-news-ticker .slick-prev {
    background: url(../images/common/news-prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.4375rem;
    height: 0.6875rem;
    left: auto;
    right: 6.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news-ticker .slick-next {
    background: url(../images/common/news-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 0.4375rem;
    height: 0.6875rem;
    right: 1.875rem;
  }
}
@media (max-width: 767px) {
  .p-news-ticker .slick-prev,
  .p-news-ticker .slick-next {
    display: none !important;
  }
}

.p-top-blog {
  background: url(../images/front-page/blog-bg-sp.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .p-top-blog {
    background: url(../images/front-page/blog-bg-pc.jpg);
    background-size: contain;
    background-repeat: repeat;
  }
}
.p-top-blog .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog .l-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.p-top-blog__heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-blog__heading {
    margin-bottom: 1.5rem;
  }
}
.p-top-blog__btn {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__btn {
    margin-top: 3.25rem;
  }
}

.p-top-concept {
  position: relative;
}
.p-top-concept .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 76px;
  padding-bottom: 4.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-concept .l-inner {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.p-top-concept__desc {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__desc {
    width: 100%;
    max-width: calc(100% - 21.25rem);
    margin-left: auto;
    margin-top: -3.75rem;
  }
}
.p-top-concept__textarea {
  width: 100%;
  max-width: 568px;
  max-width: 35.5rem;
}
.p-top-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text {
    letter-spacing: 0.07em;
    margin-right: -0.07em;
    line-height: 2.9285714286;
    font-size: 0.875rem;
  }
}
.p-top-concept__image {
  width: 100%;
  height: auto;
}
.p-top-concept__image img {
  width: 100%;
  height: auto;
}
.p-top-concept__image--bottom {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image--bottom {
    margin-top: 7.5rem;
  }
}
.p-top-concept__image--left {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image--left {
    display: block;
    border-radius: 0 0 28px 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 12.5rem;
    width: 100%;
    max-width: clamp(12.5rem, 1.4375rem + 23.0469vw, 19.875rem);
  }
}
.p-top-concept__image--right {
  border-radius: 28px 0 0 0;
  overflow: hidden;
  width: 100vw;
  margin: auto calc(50% - 50vw) 4.125rem auto;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image--right {
    width: calc(100vw - 21.25rem);
    margin: auto calc(100% - 50vw) 5.875rem auto;
    height: 30.9375rem;
    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: 1440px) {
  .p-top-concept__image--right {
    display: block;
    height: 40rem;
  }
}
.p-top-concept__image--right img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-concept__image--right img {
    border-radius: 28px 0 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-concept__desc .c-title {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__desc .c-title {
    margin-bottom: 3rem;
  }
}
.p-top-concept__textarea {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-concept__textarea {
    margin-bottom: 4rem;
  }
}

.p-top-event {
  background: #fff;
}
.p-top-event .l-inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-event .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
    max-width: 65.625rem;
    margin: auto;
  }
}
.p-top-event__heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-event__heading {
    margin-bottom: 3.25rem;
  }
}
.p-top-event__btn {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__btn {
    margin-top: 3.25rem;
  }
}
.p-top-event__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-event__contents {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.625rem;
  }
}
.p-top-event__contents a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-event__contents .c-event-card__body {
  margin-top: 0;
}
.p-top-event__contents .c-event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-event__contents .c-event-card:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-top-event__contents .c-event-card__foot > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-event__contents .c-event-card__wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top-event__contents .c-event-card__wrapper {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
.p-top-event__contents .c-event-card__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .p-top-event__contents .c-event-card__title {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .p-top-event .c-event-card__wrapper {
    padding: 0.625rem 0.625rem 0.9375rem;
  }
}

.p-top-lineup {
  background: url(../images/front-page/lineup-bg-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .p-top-lineup {
    background: url(../images/front-page/lineup-bg-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-top-lineup .l-inner {
  padding-top: 65px;
  padding-top: 4.0625rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-lineup .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.875rem;
  }
}
.p-top-lineup__heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-lineup__heading {
    margin-bottom: 2.625rem;
  }
}

/* slide */
.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.fv__img {
  width: 100%;
}

.fvSlide__left {
  width: 50%;
  overflow: hidden;
  height: calc(100vh - 3rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .fvSlide__left {
    height: calc(100vh - 3.625rem);
  }
}

.fvSlide__right {
  width: 50%;
  overflow: hidden;
  height: calc(100vh - 3rem);
}
@media screen and (min-width: 768px) {
  .fvSlide__right {
    height: calc(100vh - 3.625rem);
  }
}

.fvSlide {
  position: relative;
  width: 100%;
}

.fvSlide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 3rem);
}
@media screen and (min-width: 768px) {
  .fvSlide__item {
    height: calc(100vh - 3.625rem);
  }
}

.fvSlide__img {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.2) translateY(0);
          transform: scale(1.2) translateY(0);
}

.fvSlide__left .fvSlide__img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 0%, 0% 100%);
}

.fvSlide__left .fvSlide__item.before .fvSlide__img {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-name: fvSlide_before_left;
          animation-name: fvSlide_before_left;
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fvSlide__left .fvSlide__item.active .fvSlide__img {
  position: relative;
  z-index: 3;
  -webkit-animation-name: fvSlide_left;
          animation-name: fvSlide_left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fvSlide__right .fvSlide__img {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.fvSlide__right .fvSlide__item.before .fvSlide__img {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-animation-name: fvSlide_before_right;
          animation-name: fvSlide_before_right;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.fvSlide__right .fvSlide__item.active .fvSlide__img {
  position: relative;
  z-index: 3;
  -webkit-animation-name: fvSlide_right;
          animation-name: fvSlide_right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* imgタグの出し分け */
.pc_only_img {
  display: none;
}

.sp_only_img {
  display: block;
}

/* SP表示 メディアクエリ */
@media screen and (max-width: 768px) {
  /* imgタグの出し分け */
  .pc_only_img {
    display: block;
  }
  .sp_only_img {
    display: none;
  }
  .fv {
    display: block;
    height: 100svh;
  }
  .fvSlide__item {
    width: 100%;
    height: 50svh;
  }
  .fvSlide__img {
    width: 100%;
    height: 46svh;
    -webkit-transform: scale(1.2) translateX(0);
            transform: scale(1.2) translateX(0);
  }
  .fvSlide__left {
    width: 100%;
    height: 50svh;
  }
  .fvSlide__right {
    width: 100%;
    height: 50svh;
  }
  .fvSlide__left .fvSlide__img {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  .fvSlide__left .fvSlide__item.before .fvSlide__img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation-name: fvSlide_before_left_sp;
            animation-name: fvSlide_before_left_sp;
  }
  .fvSlide__left .fvSlide__item.active .fvSlide__img {
    -webkit-animation-name: fvSlide_left_sp;
            animation-name: fvSlide_left_sp;
  }
  .fvSlide__right .fvSlide__img {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .fvSlide__right .fvSlide__item.before .fvSlide__img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-animation-name: fvSlide_before_right_sp;
            animation-name: fvSlide_before_right_sp;
  }
  .fvSlide__right .fvSlide__item.active .fvSlide__img {
    -webkit-animation-name: fvSlide_right_sp;
            animation-name: fvSlide_right_sp;
  }
}
@-webkit-keyframes fvSlide_left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1.2) translateY(0);
            transform: scale(1.2) translateY(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
}
@keyframes fvSlide_left {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    -webkit-transform: scale(1.2) translateY(0);
            transform: scale(1.2) translateY(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
}
@-webkit-keyframes fvSlide_before_left {
  0% {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(100px);
            transform: scale(1.2) translateY(100px);
  }
}
@keyframes fvSlide_before_left {
  0% {
    -webkit-transform: scale(1.2) translateY(30px);
            transform: scale(1.2) translateY(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(100px);
            transform: scale(1.2) translateY(100px);
  }
}
@-webkit-keyframes fvSlide_left_sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0);
            transform: scale(1.2) translateX(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(30px);
            transform: scale(1.2) translateX(30px);
  }
}
@keyframes fvSlide_left_sp {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0);
            transform: scale(1.2) translateX(0);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(30px);
            transform: scale(1.2) translateX(30px);
  }
}
@-webkit-keyframes fvSlide_before_left_sp {
  0% {
    -webkit-transform: scale(1.2) translateX(30px);
            transform: scale(1.2) translateX(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(100px);
            transform: scale(1.2) translateX(100px);
  }
}
@keyframes fvSlide_before_left_sp {
  0% {
    -webkit-transform: scale(1.2) translateX(30px);
            transform: scale(1.2) translateX(30px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(100px);
            transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes fvSlide_right {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(70px);
            transform: scale(1.2) translateY(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(0px);
            transform: scale(1.2) translateY(0px);
  }
}
@keyframes fvSlide_right {
  0% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(70px);
            transform: scale(1.2) translateY(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateY(0px);
            transform: scale(1.2) translateY(0px);
  }
}
@-webkit-keyframes fvSlide_before_right {
  0% {
    -webkit-transform: scale(1.2) translateY(0px);
            transform: scale(1.2) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-30px);
            transform: scale(1.2) translateY(-30px);
  }
}
@keyframes fvSlide_before_right {
  0% {
    -webkit-transform: scale(1.2) translateY(0px);
            transform: scale(1.2) translateY(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateY(-30px);
            transform: scale(1.2) translateY(-30px);
  }
}
@-webkit-keyframes fvSlide_right_sp {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-transform: scale(1.2) translateX(70px);
            transform: scale(1.2) translateX(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0px);
            transform: scale(1.2) translateX(0px);
  }
}
@keyframes fvSlide_right_sp {
  0% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    -webkit-transform: scale(1.2) translateX(70px);
            transform: scale(1.2) translateX(70px);
  }
  50% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: scale(1.2) translateX(0px);
            transform: scale(1.2) translateX(0px);
  }
}
@-webkit-keyframes fvSlide_before_right_sp {
  0% {
    -webkit-transform: scale(1.2) translateX(0px);
            transform: scale(1.2) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-30px);
            transform: scale(1.2) translateX(-30px);
  }
}
@keyframes fvSlide_before_right_sp {
  0% {
    -webkit-transform: scale(1.2) translateX(0px);
            transform: scale(1.2) translateX(0px);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-30px);
            transform: scale(1.2) translateX(-30px);
  }
}
.p-top-mainview__scroll-down {
  width: 7px;
  width: 0.4375rem;
  height: 160px;
  height: 10rem;
  position: absolute;
  z-index: 1000;
  bottom: 80px;
  bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top-mainview__scroll-down {
    width: 0.5625rem;
    height: 10.6875rem;
    bottom: 1.875rem;
    right: auto;
    left: 2rem;
  }
}
.p-top-mainview__scroll-down img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-mainview__fv-text {
  width: 100%;
  height: 100%;
  max-width: 304.65px;
  max-width: 19.040625rem;
  max-height: 59.15px;
  max-height: 3.696875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .p-top-mainview__fv-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10.9375vw;
    max-width: 34.990625rem;
    max-height: 6.798125rem;
  }
}
.p-top-mainview__fv-text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-our-mind {
  background: url(../images/front-page/our-mind-bg-sp.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind {
    background: url(../images/front-page/our-mind-bg-pc.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.p-top-our-mind .l-inner {
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind .l-inner {
    padding-bottom: 8.125rem;
  }
}
.p-top-our-mind__links {
  padding-top: 46px;
  padding-top: 2.875rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  gap: 0.125rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__links {
    padding-top: 3.4375rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    width: 100%;
    max-width: 78.125rem;
    margin: auto;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-bottom: 8.75rem;
  }
}
.p-top-our-mind__links a {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__links a {
    width: 100%;
    height: auto;
  }
}
.p-top-our-mind__links a img {
  width: 100%;
  height: auto;
}
.p-top-our-mind__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
  gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__container {
    grid-template-columns: 1fr 21.375rem;
    gap: 6.25rem;
  }
}
.p-top-our-mind__desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-our-mind__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__textarea p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-top-our-mind__heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__heading {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.p-top-our-mind__heading h2 {
  line-height: 2;
}
.p-top-our-mind__btn {
  margin-top: 39px;
  margin-top: 2.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__btn {
    text-align: left;
    margin-top: 2rem;
  }
}
.p-top-our-mind__image {
  width: 100vw;
  margin: auto calc(50% - 50vw);
  height: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-top-our-mind__image {
    width: calc(50% + 50vw);
    margin: auto;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-top-our-mind__image img {
  width: 100%;
  height: auto;
}

.p-top-works {
  background: #fff;
  /* スライダードット全体のスタイル */
  /* ドットを横棒に変更 */
  /* ドットのボタンを非表示にする */
  /* アクティブなドットのスタイル */
}
.p-top-works .l-inner {
  padding-top: 84px;
  padding-top: 5.25rem;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .l-inner {
    padding-top: 5.25rem;
    padding-bottom: 9.0625rem;
  }
}
.p-top-works__heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-top-works__heading {
    margin-bottom: 3.25rem;
  }
}
.p-top-works__btn {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-works__btn {
    margin-top: 3.25rem;
  }
}
.p-top-works .slick-prev,
.p-top-works .slick-next {
  background-color: #000;
  color: #fff;
  border: none;
  height: 39px;
  /* remからpxに変換しました */
  width: 39px;
  /* remからpxに変換しました */
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.p-top-works .slick-prev {
  left: -15px;
}
@media screen and (min-width: 768px) {
  .p-top-works .slick-prev {
    left: -50px;
  }
}
.p-top-works .slick-next {
  right: -15px;
}
@media screen and (min-width: 768px) {
  .p-top-works .slick-next {
    right: -50px;
  }
}
.p-top-works .slick-prev:before,
.p-top-works .slick-next:before {
  content: "";
  /* デフォルトのコンテンツを削除 */
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-top-works .slick-prev:before {
  background-image: url("../images/common/slider-prev.svg");
  width: 10px;
  height: 10px;
}
.p-top-works .slick-next:before {
  background-image: url("../images/common/slider-next.svg");
  width: 10px;
  height: 10px;
}
.p-top-works .slick-dots {
  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;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-works .slick-dots {
    bottom: -2.1875rem;
  }
}
.p-top-works .slick-dots li {
  width: 28px;
  width: 1.75rem;
  /* 横棒の幅 */
  height: 1px;
  /* 横棒の高さ */
  background-color: #DED8D1;
  /* 横棒のデフォルトカラー */
  margin: 0 2px;
  /* 横棒間のマージン */
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-top-works .slick-slide {
    padding: 0 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-works .slick-list {
    margin: 0 -1.5625rem;
  }
}
.p-top-works .slick-dots li button {
  display: none;
}
.p-top-works .slick-dots .slick-active {
  background-color: #222222;
  /* アクティブな横棒のカラー */
}

.p-header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  max-height: 48px;
  max-height: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-header {
    max-height: 3.625rem;
  }
}
.p-header.is-scroll {
  background: #fff;
}
.p-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 8px 20px;
  padding: 0.5rem 20px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0.625rem 25px 0.6875rem;
  }
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  margin-left: auto;
  max-width: 100%;
  top: 0;
  right: 0;
  background-color: #222;
  visibility: hidden;
  display: block;
  overflow: hidden;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  height: auto;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-header__mobile-menu {
    top: 3.625rem;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 3.625rem);
    padding: 4.375rem 5rem 3.75rem;
  }
}
.p-header__mobile-menu.visible {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow-y: scroll;
}
.p-header__mobile-menu__content {
  overflow-y: auto;
  max-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-header__mobile-menu__content {
    max-height: calc(100vh - 3.625rem);
  }
}

@-webkit-keyframes accordion-open {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes accordion-open {
  0% {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  1% {
    visibility: visible;
  }
  100% {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes accordion-close {
  0% {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  99% {
    max-height: 0;
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
@keyframes accordion-close {
  0% {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  99% {
    max-height: 0;
    opacity: 0;
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}
.p-sub-header {
  width: 100%;
  height: 100%;
}
.p-sub-header img {
  width: 100%;
  height: 100%;
}

.p-history .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-history .l-inner {
    padding-top: 7.5rem;
    padding-bottom: 9.375rem;
    max-width: 59.375rem;
  }
}
.p-history__wrapper > * + * {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-history__wrapper > * + * {
    margin-top: 5rem;
  }
}
.p-history__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #191919;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: solid 3px #222222;
}
@media screen and (min-width: 768px) {
  .p-history__title {
    margin-bottom: 1.875rem;
    padding-bottom: 0.75rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-history__content:nth-child(1) .p-message__images {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-history__content:nth-child(1) .p-message__images {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-history__content:nth-child(1) .p-message__desc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-history__content:nth-child(1) .p-message__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-history__content > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-history__content > div {
    grid-template-columns: 1fr 25.4375rem;
    gap: 2.5rem;
  }
}
.p-history__content > div.p-history__full-size {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-history__content > div.p-history__full-size {
    grid-template-columns: 1fr;
  }
}
.p-history__images {
  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;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-history__images {
    gap: 1rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-history__image {
  width: 100%;
  height: auto;
}
.p-history__image img {
  width: 100%;
  height: auto;
}
.p-history__desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-history__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-history__desc > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-history__desc > * + * {
    margin-top: 1.75rem;
  }
}
.p-history__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
.p-history__btn {
  margin-top: 64px;
  margin-top: 4rem;
}
.p-history__btn a {
  margin-left: auto;
  margin-right: auto;
}

.p-line-up-concept {
  padding-top: 59px;
  padding-top: 3.6875rem;
  padding-bottom: 87px;
  padding-bottom: 5.4375rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept {
    padding-top: 4.9375rem;
    padding-bottom: 9.0625rem;
  }
}

.p-line-up-concept__list {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__list {
    max-width: 100%;
    margin-top: 2.125rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.p-line-up-concept__img {
  width: 100%;
  height: auto;
  position: relative;
}
.p-line-up-concept__img img {
  width: 100%;
  height: auto;
}

.p-line-up-concept__number {
  background: #222222;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__number {
    font-size: 1.125rem;
    width: 1.8125rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
}

.p-line-up-concept__card {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  height: 132px;
  height: 8.25rem;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__card {
    height: 10.25rem;
  }
}
.p-line-up-concept__card h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.625;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__card h3 {
    font-size: 1.375rem;
  }
}
.p-line-up-concept__card p {
  margin-top: -2px;
  margin-top: -0.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
}
.p-line-up-concept__card::before {
  content: "";
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  width: 0.625rem;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/line-up/arrow-black.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__card::before {
    width: 0.875rem;
    height: 0.4375rem;
    bottom: 1.25rem;
  }
}

.p-line-up-concept__wrap {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__wrap {
    margin-top: 5.4375rem;
  }
}
.p-line-up-concept__wrap > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__wrap > * + * {
    margin-top: 2.5rem;
  }
}

.p-line-up-concept__content {
  padding: 50px 13px;
  padding: 3.125rem 0.8125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__content {
    padding: 3.5rem 3.125rem;
  }
}
.p-line-up-concept__content .c-section-title {
  text-align: center;
}
.p-line-up-concept__content .c-section-title h3 {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.09em;
  margin-right: -0.09em;
  line-height: 1.75;
  color: #1C1C1C;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__content .c-section-title h3 {
    font-size: 2rem;
  }
}
.p-line-up-concept__content .c-section-title h3:before {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  background: #1C1C1C;
  left: -34px;
  left: -2.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__content .c-section-title h3:before {
    left: -4rem;
    width: 3.125rem;
  }
}
.p-line-up-concept__content .c-section-title h3:after {
  position: absolute;
  content: "";
  width: 28px;
  width: 1.75rem;
  height: 1px;
  background: #1C1C1C;
  right: -34px;
  right: -2.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__content .c-section-title h3:after {
    right: -4rem;
    width: 3.125rem;
  }
}
.p-line-up-concept__content .c-section-title span {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__content .c-section-title span {
    font-size: 1rem;
  }
}

.p-line-up-concept__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.0714285714;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__text {
    margin-top: 2.125rem;
    line-height: 2.2857142857;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-line-up-concept__inner {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .p-line-up-concept__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-line-up-concept__content-img {
  margin-top: 29px;
  margin-top: 1.8125rem;
  width: 100%;
  height: auto;
}
.p-line-up-concept__content-img img {
  width: 100%;
  height: auto;
}

.p-line-up-design {
  padding-top: 74px;
  padding-top: 4.625rem;
  padding-bottom: 91px;
  padding-bottom: 5.6875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-line-up-design {
    padding-top: 6.8125rem;
    padding-bottom: 8.75rem;
  }
}
.p-line-up-design .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-design .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up-design .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-design .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up-design .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
}

.p-line-up-design__list {
  margin-top: 41px;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__list {
    margin-top: 4.375rem;
  }
}
.p-line-up-design__list > * + * {
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__list > * + * {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(odd) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-line-up-design__item:nth-child(odd) .p-line-up-design__img {
  width: calc(50% + 50vw);
  margin-left: calc(50% - 50vw);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(odd) .p-line-up-design__img {
    width: 29.3125rem;
    margin-left: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(odd) .p-line-up-design__text-wrap {
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 6.4375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-line-up-design__item:nth-child(even) .p-line-up-design__img {
  width: calc(50% + 50vw);
  margin-right: calc(50% - 50vw);
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(even) .p-line-up-design__img {
    width: 42.6363636364%;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-line-up-design__item:nth-child(even) .p-line-up-design__text-wrap {
    padding-left: 3.125rem;
  }
}

.p-line-up-design__img {
  width: 100%;
  height: auto;
}
.p-line-up-design__img img {
  width: 100%;
  height: auto;
}

.p-line-up-design__text-wrap {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__text-wrap {
    margin-top: 0;
  }
}

.p-line-up-design__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__title {
    font-size: 1.5rem;
    line-height: 1.5833333333;
  }
}

.p-line-up-design__text {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4285714286;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__text {
    line-height: 2.2857142857;
  }
}

.p-line-up-design__tsunagu-title {
  margin-top: 90px;
  margin-top: 5.625rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__tsunagu-title {
    font-size: 1.5rem;
    letter-spacing: 0.11em;
  }
}

.p-line-up-design__tsunagu-img {
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__tsunagu-img {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-line-up-design__tsunagu-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-design__tsunagu-img {
    margin-top: 2.5rem;
  }
}

.p-line-up-equipment {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 92px;
  padding-bottom: 5.75rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment {
    padding-top: 5.875rem;
    padding-bottom: 6.25rem;
  }
}
.p-line-up-equipment .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up-equipment .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up-equipment .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-line-up-equipment .l-inner {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment .l-inner {
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.p-line-up-equipment__grid {
  margin-top: 41px;
  margin-top: 2.5625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 12px;
  gap: 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment__grid {
    margin-top: 2.875rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.875rem 0.75rem;
  }
}

.p-line-up-equipment__img {
  width: 100%;
  height: auto;
}
.p-line-up-equipment__img img {
  width: 100%;
  height: auto;
}

.p-line-up-equipment__name {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment__name {
    font-size: 1rem;
  }
}

.p-line-up-equipment__text {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-line-up-equipment__text {
    font-size: 0.75rem;
  }
}

.p-line-up-option {
  margin-top: 58px;
  margin-top: 3.625rem;
  background: #fff;
  padding: 40px 14px;
  padding: 2.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-option {
    margin-top: 5.5rem;
    padding: 3.75rem 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-inner.p-line-up-option__inner {
    max-width: 1150px;
  }
}

.p-line-up-option__grid {
  margin-top: 28px;
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 9px;
  gap: 1.25rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-option__grid {
    margin-top: 2.625rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}

.p-line-up-option__img {
  width: 100%;
  height: auto;
}
.p-line-up-option__img img {
  width: 100%;
  height: auto;
}

.p-line-up-option__name {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-line-up-option__name {
    font-size: 1rem;
  }
}

.p-line-up-option__text {
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-line-up-option__text {
    font-size: 0.75rem;
  }
}

.p-line-up-plan {
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan {
    padding-top: 6.125rem;
    padding-bottom: 8.6875rem;
  }
}
.p-line-up-plan .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up-plan .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up-plan .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-line-up-plan__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.375rem;
  }
}

.p-line-up-plan__img {
  width: 100%;
  height: auto;
}
.p-line-up-plan__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__img {
    width: 38.6875rem;
  }
}

.p-line-up-plan__card {
  background: #84A35F;
  color: #fff;
  padding: 31px 30px;
  padding: 1.9375rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__card {
    width: calc(100% - 38.6875rem);
    padding: 3.0625rem;
  }
}
.p-line-up-plan__card table {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__card table {
    margin-left: 0;
    margin-top: 1.6875rem;
  }
}
.p-line-up-plan__card tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -moz-text-align-last: left;
       text-align-last: left;
}
.p-line-up-plan__card tr:not(:first-child) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-line-up-plan__card th {
  width: 35.8565737052%;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
.p-line-up-plan__card th::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 14px;
  width: 0.875rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
}
.p-line-up-plan__card td {
  position: relative;
}
.p-line-up-plan__card td::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -38px;
  left: -2.375rem;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}

.p-line-up-plan__title {
  height: 27px;
  height: 1.6875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #84A35F;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  max-width: 251px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__title {
    max-width: 100%;
    font-size: 1.25rem;
  }
}

.p-line-up-price__images {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-price__images {
    width: 100%;
  }
}

.p-line-up-price__textarea {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-line-up-price__textarea {
    margin-top: 3.875rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.07em;
    margin-right: -0.07em;
    line-height: 2.25;
  }
}

.p-line-up-plan__price {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7333333333;
  letter-spacing: 0.11em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__price {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    line-height: 1.7083333333;
  }
}
.p-line-up-plan__price span {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  margin-left: 10px;
  margin-left: 0.625rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-plan__price span {
    font-size: 3rem;
    line-height: 1.4583333333;
  }
}

.p-line-up-price {
  background: #fff;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-price {
    padding-top: 5.6875rem;
    padding-bottom: 5.9375rem;
  }
}
.p-line-up-price .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-price .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up-price .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-price .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up-price .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-line-up-price .l-inner {
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .p-line-up-price .l-inner {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1050px;
  }
}

.p-line-up-price__img {
  margin-top: 44px;
  margin-top: 2.75rem;
  width: 100%;
  height: auto;
}
.p-line-up-price__img img {
  width: 100%;
  height: auto;
}

.p-line-up-price__desc {
  width: 100%;
  height: auto;
}
.p-line-up-price__desc img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up-price__desc {
    margin-top: 3.9375rem;
  }
}

.p-line-up-style {
  padding-top: 91px;
  padding-top: 5.6875rem;
  padding-bottom: 134px;
  padding-bottom: 8.375rem;
  background: #F4F0EC;
  background: url(../images/line-up/style-bg.png) no-repeat center center/cover;
}
.p-line-up-style .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up-style .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up-style .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}
.p-line-up-style .l-inner {
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 14px;
  padding-right: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.p-line-up-style__wrap {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style__wrap {
    margin-top: 3.9375rem;
  }
}
.p-line-up-style__wrap > * + * {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style__wrap > * + * {
    margin-top: 3.125rem;
  }
}

.p-line-up-style__row > * + * {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style__row > * + * {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-line-up-style__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-line-up-style__item {
  background: #222222;
  color: #fff;
  padding-top: 12px;
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-line-up-style__item {
    width: 21.25rem;
    max-width: 100%;
  }
}

.p-line-up-style__number {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.7142857143;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-line-up-style__title {
  margin-top: -10px;
  margin-top: -0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-line-up-style__img {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  height: auto;
}
.p-line-up-style__img img {
  width: 100%;
  height: auto;
}

.p-line-up-style__label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #222222;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  height: 28px;
  height: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.p-line-up-style__item-body {
  padding: 36px 40px;
  padding: 2.25rem 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-line-up-style__item-body {
    padding: 2.25rem 2.25rem;
  }
}

.p-line-up__mv {
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__mv {
    padding-top: 4.875rem;
    padding-bottom: 5.4375rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.p-line-up__info {
  background: #fff;
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__info {
    padding-top: 3.875rem;
    padding-bottom: 6.125rem;
  }
}
.p-line-up__info .c-section-title h2::before {
  width: 28px;
  width: 1.75rem;
  left: -36px;
  left: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__info .c-section-title h2::before {
    width: 3.0625rem;
    left: -4.125rem;
  }
}
.p-line-up__info .c-section-title h2::after {
  width: 28px;
  width: 1.75rem;
  right: -36px;
  right: -2.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__info .c-section-title h2::after {
    width: 3.0625rem;
    right: -4.125rem;
  }
}
.p-line-up__info .c-section-title span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__info > .l-inner {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-line-up__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-line-up__title {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.3461538462;
    letter-spacing: 0.11em;
  }
}

.p-line-up__info-img {
  margin-top: 22px;
  margin-top: 1.375rem;
  width: 100%;
  height: auto;
}
.p-line-up__info-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-line-up__info-img {
    margin-top: 3.4375rem;
  }
}

.p-line-up__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__list {
    margin-top: 1.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-line-up__list > * + * {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__list > * + * {
    margin-top: 0;
  }
}

.p-line-up__item {
  width: 100%;
}
.p-line-up__item h3 {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-line-up__item h3 {
    font-size: 1.125rem;
  }
}
.p-line-up__item p {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-line-up__item p {
    padding-left: 0;
  }
}

.p-line-up__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222222;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-line-up__link {
    padding-top: 2.5rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    display: block;
    text-align: center;
  }
}
.p-line-up__link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 10px;
  width: 0.625rem;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/line-up/arrow.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-line-up__link::before {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.p-wood {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.p-wood__name {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-wood__name {
    margin-top: 0.0625rem;
    font-size: 0.75rem;
  }
}

.p-our-mind-about {
  background: #F4F0EC;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-about {
    margin-top: 3.625rem;
  }
}
.p-our-mind-about .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-about .l-inner {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    max-width: 59.375rem;
  }
}
.p-our-mind-about .l-inner > * + * {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-about .l-inner > * + * {
    margin-top: 4.5rem;
  }
}
.p-our-mind-about__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-about__content {
    grid-template-columns: 1.2fr 1fr;
    gap: 3.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-our-mind-about__content:nth-child(2) {
    grid-template-columns: 1fr 1.2fr;
  }
  .p-our-mind-about__content:nth-child(2) .p-our-mind-about__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-our-mind-about__content:nth-child(2) .p-our-mind-about__desc {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-our-mind-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
}
.p-our-mind-about__image {
  width: 100%;
  height: auto;
}
.p-our-mind-about__image img {
  width: 100%;
  height: auto;
}

.p-our-mind-concept {
  background: #fff;
}
.p-our-mind-concept .l-inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 9.375rem;
    max-width: 65.625rem;
  }
}
.p-our-mind-concept__heading {
  text-align: center;
}
.p-our-mind-concept__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__links {
    margin-top: 3.25rem;
    margin-bottom: 5.375rem;
    gap: 1.125rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-our-mind-concept__links a {
  position: relative;
}
.p-our-mind-concept__links a:after {
  content: attr(data-num);
  position: absolute;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 500;
  top: 8px;
  top: 0.5rem;
  left: 8px;
  left: 0.5rem;
}
.p-our-mind-concept__links a > div:nth-child(2) {
  padding: 16px 12px 30px;
  padding: 1rem 0.75rem 1.875rem;
  background: #F4F0EC;
  text-align: center;
  position: relative;
}
.p-our-mind-concept__links a > div:nth-child(2) p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__links a > div:nth-child(2) p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-our-mind-concept__links a > div:nth-child(2):after {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  bottom: 13px;
  bottom: 0.8125rem;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/our-mind/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-our-mind-concept__container > * + * {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__container > * + * {
    margin-top: 7.5rem;
  }
}
.p-our-mind-concept__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__lead {
    margin-top: 3.4375rem;
  }
}
.p-our-mind-concept__lead h2 {
  padding-left: 15px;
  padding-left: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #191919;
  border-left: solid 4px #222;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__lead h2 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-our-mind-concept__lead > div {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__lead > div {
    margin-top: 1.25rem;
  }
}
.p-our-mind-concept__lead > div p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
}
.p-our-mind-concept__grid-container.top {
  margin-top: 24px;
  margin-top: 1.5rem;
  background: #F4F0EC;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  padding: 24px 16px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.top {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
    padding: 2.375rem 3.125rem;
  }
}
.p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head {
    gap: 1.0625rem;
  }
}
.p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head h3 {
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head span {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: #222;
  font-weight: 600;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  border-left: solid 1px #222;
  border-right: solid 1px #222;
  position: relative;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head span {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
}
.p-our-mind-concept__grid-container.top > div .p-our-mind-concept__head span:after {
  position: absolute;
  content: "POINT";
  color: #222;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  left: 0;
  right: 0;
  top: -2px;
  top: -0.125rem;
  margin: auto;
  text-align: center;
}
.p-our-mind-concept__grid-container.bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.bottom {
    margin-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem 2rem;
  }
}
.p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc {
    margin-top: 2rem;
  }
}
.p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
}
.p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) {
    margin-bottom: 1.25rem;
  }
}
.p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) span {
  color: #222;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) span {
    font-size: 2rem;
  }
}
.p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__grid-container.bottom .p-our-mind-concept__desc > div:nth-child(1) h3 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-our-mind-concept__block {
  background: #F4F0EC;
  padding: 24px 15px;
  padding: 1.5rem 0.9375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__block {
    margin-top: 2.5rem;
    padding: 3.125rem;
  }
}
.p-our-mind-concept__block h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__block h3 {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-our-mind-concept__block ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__block ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0.75rem 0.625rem;
  }
}
.p-our-mind-concept__block li {
  width: 100%;
  height: 56px;
  height: 3.5rem;
  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;
  background: #222;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__block li {
    font-size: 0.9375rem;
    height: 4rem;
  }
}
.p-our-mind-concept__images {
  margin-top: 24px;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-our-mind-concept__images {
    margin-top: 2.25rem;
    gap: 2rem;
  }
}
.p-our-mind-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
}
.p-our-mind-concept__image {
  width: 100%;
  height: auto;
}
.p-our-mind-concept__image img {
  width: 100%;
  height: 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: 6.25rem;
    padding-bottom: 9.375rem;
    max-width: 65.625rem;
  }
}
.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;
}
.p-privacy-policy__content {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__content {
    margin-bottom: 2.5rem;
  }
}
.p-privacy-policy__content:last-child {
  margin-bottom: 0;
}
.p-privacy-policy__head {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head {
    margin-bottom: 0.375rem;
  }
}
.p-privacy-policy__heading-title {
  background: #F4F0EC;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__heading-title {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-privacy-policy__heading .p-privacy-policy__textarea {
  border-left: solid 4px #222;
  padding-left: 12px;
  padding-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__heading .p-privacy-policy__textarea {
    padding-left: 1rem;
  }
}
.p-privacy-policy__heading .p-privacy-policy__textarea p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__heading .p-privacy-policy__textarea p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-privacy-policy__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    padding-left: 1rem;
  }
}
.p-privacy-policy__title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.6875rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title:before {
    top: 0.75rem;
  }
}
.p-privacy-policy__name {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.p-privacy-policy__name p {
  font-weight: bold;
}
.p-privacy-policy__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-left: 14px;
  padding-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    padding-left: 1rem;
  }
}

.p-recruit .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit .l-inner {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    max-width: 55rem;
  }
}
.p-recruit__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__head {
    margin-bottom: 1.875rem;
  }
}
.p-recruit__text--lg {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-right: -0.08em;
}
@media screen and (min-width: 768px) {
  .p-recruit__text--lg {
    font-size: 1.125rem;
  }
}
.p-recruit__body > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__body > * + * {
    margin-top: 4rem;
  }
}

.p-renovation-bottom-links {
  background: #fff;
}
.p-renovation-bottom-links .l-inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  gap: 8px;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-renovation-bottom-links .l-inner {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    max-width: 65.625rem;
    gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-renovation-bottom-links a {
  display: inline-block;
  width: 100%;
  padding: 20px 4px 10px;
  padding: 1.25rem 0.25rem 0.625rem;
  text-align: center;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  background: #222;
}
@media screen and (min-width: 768px) {
  .p-renovation-bottom-links a {
    font-size: 1.125rem;
    padding: 1.5rem 0.25rem 0.8125rem;
  }
}
.p-renovation-bottom-links a:after {
  position: absolute;
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/renovation/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 8px;
  top: 0.5rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-renovation-bottom-links a:after {
    top: 0.8125rem;
    width: 0.75rem;
    height: 0.375rem;
  }
}

.p-renovation-case {
  background: #F4F0EC;
}
.p-renovation-case .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case .l-inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.p-renovation-case__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__heading {
    margin-bottom: 2.5rem;
  }
}
.p-renovation-case__image {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__image {
    margin-bottom: 4rem;
  }
}
.p-renovation-case__image img {
  width: 100%;
  height: auto;
}
.p-renovation-case__container > * + * {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__container > * + * {
    margin-top: 3.75rem;
  }
}
.p-renovation-case__body {
  margin-bottom: 58px;
  margin-bottom: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body {
    margin-bottom: 5.3125rem;
  }
}
.p-renovation-case__body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #fff;
  background: #222;
  padding: 11px;
  padding: 0.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body h3 {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-case__body > div {
  background: #fff;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div {
    padding: 2.25rem 3.125rem;
  }
}
.p-renovation-case__body > div > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 8rem 1fr;
    gap: 2.8125rem;
  }
}
.p-renovation-case__body > div > div:nth-child(1) {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div > div:nth-child(1) {
    padding-bottom: 1.5625rem;
    border-bottom: solid 1px rgba(34, 34, 34, .1333333333);
  }
}
.p-renovation-case__body > div > div:nth-child(1) p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div > div:nth-child(1) p {
    text-align: left;
  }
}
.p-renovation-case__body > div > div h4 {
  width: 100%;
  padding: 4px;
  padding: 0.25rem;
  background: #F4F0EC;
  text-align: center;
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div > div h4 {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5555555556;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-case__body > div > div p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__body > div > div p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-case__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  gap: 2.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 9.8125rem;
    max-width: 52.8125rem;
    margin-inline: auto;
  }
}
.p-renovation-case__wrapper:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__wrapper:after {
    display: block;
    content: "";
    position: absolute;
    width: 1.25rem;
    height: 3.75rem;
    background: url(../images/renovation/arrow_pc.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-renovation-case__wrapper.bottom {
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__wrapper.bottom {
    margin-top: 1.5rem;
  }
}
.p-renovation-case__wrapper > div:nth-child(1) {
  position: relative;
}
.p-renovation-case__wrapper > div:nth-child(1):after {
  content: "";
  position: absolute;
  width: 42px;
  width: 2.625rem;
  height: 14px;
  height: 0.875rem;
  background: url(../images/renovation/arrow_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -18px;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__wrapper > div:nth-child(1):after {
    display: none;
  }
}
.p-renovation-case__wrapper h3 {
  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;
  color: #fff;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  background: #222;
  width: 100%;
  padding: 3px;
  padding: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__wrapper h3 {
    margin-bottom: 1.5rem;
    max-width: 10.75rem;
    border-radius: 9999px;
    padding: 0.125rem;
    margin-inline: auto;
  }
}
.p-renovation-case__content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-case__content p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

.p-renovation-feature {
  background: #F4F0EC;
}
.p-renovation-feature .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 59.375rem;
  }
}
.p-renovation-feature__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__heading {
    margin-bottom: 2.5rem;
  }
}
.p-renovation-feature__image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.p-renovation-feature__image img {
  width: 100%;
  height: auto;
}
.p-renovation-feature__container > * + * {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__container > * + * {
    margin-top: 3.75rem;
  }
}
.p-renovation-feature__content {
  padding: 64px 25px 30px;
  padding: 4rem 1.5625rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__content {
    padding: 5rem 4rem 3.75rem;
  }
}
.p-renovation-feature__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-renovation-feature__bg img {
  width: 100%;
  height: 100%;
}
.p-renovation-feature__head {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__head {
    margin-bottom: 3rem;
  }
}
.p-renovation-feature__head h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__head h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-feature__desc {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__desc {
    margin-top: 2.5rem;
  }
}
.p-renovation-feature__desc > * + * {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__desc > * + * {
    margin-top: 2.5rem;
  }
}
.p-renovation-feature__desc h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-left: 12px;
  padding-left: 0.75rem;
  border-left: solid 2px #222222;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__desc h4 {
    margin-bottom: 1.5rem;
    padding-left: 1.125rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-feature__desc p {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.03em;
  margin-right: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__desc p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation-feature__num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  display: inline-block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-feature__num {
    margin-bottom: 0.75rem;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

.p-renovation-lineup .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 65.625rem;
  }
}
.p-renovation-lineup__heading {
  text-align: center;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup__heading {
    margin-bottom: 2.5rem;
  }
}
.p-renovation-lineup__image {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: auto;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup__image {
    width: 100%;
    height: auto;
    margin-inline: auto;
    margin-bottom: 4rem;
  }
}
.p-renovation-lineup__image img {
  width: 100%;
  height: auto;
}
.p-renovation-lineup__container > * + * {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup__container > * + * {
    margin-top: 3.75rem;
  }
}
.p-renovation-lineup__content h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup__content h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
@media (max-width: 767px) {
  .p-renovation-lineup__content h3 .none {
    display: none;
  }
}
.p-renovation-lineup__content h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-renovation-lineup__content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation-lineup__content p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

.p-renovation__heading {
  text-align: center;
}
.p-renovation .l-inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-renovation .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    max-width: 59.375rem;
  }
}
.p-renovation__heading {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__heading {
    margin-bottom: 2.5rem;
  }
}
.p-renovation__textarea {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__textarea {
    margin-bottom: 3rem;
  }
}
.p-renovation__textarea p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__textarea p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation__textarea > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__textarea > * + * {
    margin-top: 0;
  }
}
.p-renovation__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.p-renovation__top .p-renovation__content > div {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-left: solid 1px #222222;
}
@media screen and (min-width: 768px) {
  .p-renovation__top .p-renovation__content > div {
    margin-bottom: 1.125rem;
  }
}
.p-renovation__top .p-renovation__content > div p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__top .p-renovation__content > div p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation__top .p-renovation__content > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.p-renovation__top .p-renovation__content > div span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 768px) {
  .p-renovation__top .p-renovation__content > div span {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation__top .p-renovation__content > div h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__top .p-renovation__content > div h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.1666666667;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation__bottom {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom {
    margin-top: 7.1875rem;
  }
}
.p-renovation__bottom > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom > * + * {
    margin-top: 3.25rem;
  }
}
.p-renovation__bottom .p-renovation__content > * + * {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content > * + * {
    margin-top: 1.875rem;
  }
}
.p-renovation__bottom .p-renovation__content:nth-child(2) .p-renovation__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content:nth-child(2) .p-renovation__images {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.p-renovation__bottom .p-renovation__content:nth-child(3) .p-renovation__images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content:nth-child(3) .p-renovation__images {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.p-renovation__bottom .p-renovation__content h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.6470588235;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
@media (max-width: 767px) {
  .p-renovation__bottom .p-renovation__content h3 .none {
    display: none;
  }
}
.p-renovation__bottom .p-renovation__content h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #4E98BF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-renovation__bottom .p-renovation__content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-renovation__bottom .p-renovation__content p strong {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__bottom .p-renovation__content p strong {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
@media (max-width: 767px) {
  .p-renovation__scroll-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  .p-renovation__scroll-wrap .p-renovation__image {
    width: 26.125rem;
    height: auto;
  }
}
.p-renovation__text--caution {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  text-align: right;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-renovation__text--caution {
    display: none;
  }
}
.p-renovation__title-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-renovation__title-image {
    margin-bottom: 2.5rem;
  }
}
.p-renovation__title-image img {
  width: 100%;
  height: auto;
}
.p-renovation__image {
  width: 100%;
  height: auto;
}
.p-renovation__image img {
  width: 100%;
  height: auto;
}
.p-renovation__image.md {
  max-width: 640px;
  max-width: 40rem;
  margin-inline: auto;
}
.p-renovation__image.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-renovation__image.grid {
    display: block;
  }
}
.p-renovation__image figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8571428571;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-renovation__image figcaption {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}

@media screen and (min-width: 768px) {
  .p-single-works__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-single-works__title-area {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  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;
  border-bottom: solid 3px #222;
  gap: 8px;
  gap: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__title-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    gap: 1.25rem;
    padding-bottom: 0.25rem;
  }
}
.p-single-works__title-area h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-single-works__title-area h2 {
    font-size: 1.75rem;
  }
}
.p-single-works__title-area p {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: bold;
  color: #191919;
}
@media screen and (min-width: 768px) {
  .p-single-works__title-area p {
    font-size: 1.125rem;
  }
}
.p-single-works__comment {
  background: #F4F0EC;
  padding: 7px 15px;
  padding: 0.4375rem 0.9375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  display: grid;
  grid-template-columns: 1fr 5rem;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__comment {
    grid-template-columns: 1fr 5rem;
    gap: 0.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.1875rem;
    padding: 1.25rem 2.1875rem;
  }
}
.p-single-works__comment p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single-works__comment p {
    font-size: 0.875rem;
  }
}
.p-single-works__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.75rem;
    margin-bottom: 2.1875rem;
  }
}
.p-single-works__info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single-works__info > div span {
  display: inline-block;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  background: #F4F0EC;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__info > div span {
    font-size: 0.875rem;
  }
}
.p-single-works__info > div p {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-single-works__info > div p {
    font-size: 0.875rem;
  }
}
.p-single-works__text {
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.2857142857;
}
@media screen and (min-width: 768px) {
  .p-single-works__text {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.2777777778;
  }
}
.p-single-works__desc {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
}
.p-single-works__desc h2 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc h2 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single-works__desc h2:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single-works__desc h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single-works__desc h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single-works__desc h4 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc h4 {
    margin-bottom: 2rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single-works__desc h4:before {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 2px;
  height: 0.125rem;
  background: #222;
  left: 0;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-single-works__desc h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 5.3125rem);
  height: 2px;
  height: 0.125rem;
  background: #F4F0EC;
  left: 85px;
  left: 5.3125rem;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-single-works__desc h5 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc h5 {
    margin-bottom: 1.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single-works__desc h6 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: block;
  position: relative;
  border-left: solid 4px #222;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc h6 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single-works__desc p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-single-works__desc 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-works__desc li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc li {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-single-works__desc img {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-single-works__desc a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
  color: #222;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-single-works__desc a {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.p-single-works__grid-items {
  margin: 0 -4px 64px;
  margin: 0 -0.25rem 4rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__grid-items {
    margin: 0 -0.625rem 6.25rem;
  }
}
.p-single-works__grid-item {
  width: 50%;
  float: left;
  padding: 0 4px;
  padding: 0 0.25rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__grid-item {
    margin-bottom: 1.25rem;
    padding: 0 0.625rem;
  }
}
.p-single-works__grid-item img {
  width: 100%;
  height: auto;
  display: block;
}
.p-single-works__slider {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  /* Slick Sliderのページネーションのカスタマイズ */
  /* Next ボタンのスタイル */
}
@media screen and (min-width: 768px) {
  .p-single-works__slider {
    max-width: 100%;
    margin-bottom: 6.25rem;
  }
}
.p-single-works__slider .slick-dots {
  bottom: -32px;
  bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__slider .slick-dots {
    bottom: -3.125rem;
  }
}
.p-single-works__slider .slick-dots li {
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.p-single-works__slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #a6a6a6;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-single-works__slider .slick-dots li.slick-active button:before {
  background-color: #222;
  /* アクティブな線の色 */
}
.p-single-works__slider .slick-prev:before,
.p-single-works__slider .slick-next:before {
  content: "";
  display: none;
}
.p-single-works__slider .slick-prev {
  z-index: 100;
  background: url("../images/slider/prev-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 35px;
  height: 5px;
  left: -20px;
  left: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__slider .slick-prev {
    left: -3rem;
    width: 80px;
    height: 10px;
  }
}
.p-single-works__slider .slick-next {
  z-index: 100;
  background: url("../images/slider/next-arrow.svg") no-repeat center center;
  background-size: contain;
  width: 35px;
  height: 5px;
  right: -20px;
  right: -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single-works__slider .slick-next {
    right: -3rem;
    width: 80px;
    height: 10px;
  }
}

.p-single > .l-inner {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single > .l-inner {
    margin-top: 2.8125rem;
    margin-bottom: 9.375rem;
    max-width: 59.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-single__breadcrumbs {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__breadcrumbs {
    margin-top: 1.875rem;
  }
}
.p-single__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single__container {
    grid-template-columns: 1fr 13.125rem;
  }
}
.p-single__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  margin-right: -0.09em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-single__text {
    font-size: 1rem;
  }
}
.p-single__text--medium {
  font-weight: 500;
}
.p-single__heading {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__heading {
    margin-bottom: 1.75rem;
    text-align: left;
  }
}
.p-single__head {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 32px;
  margin-top: 2rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: solid 3px #222;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    margin-top: 5rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.75rem;
  }
}
.p-single__head .l-inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single__head .l-inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 62.5rem;
  }
}
.p-single__category {
  display: inline-block;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  color: #c7a877;
  background: #fff;
  border: solid 1px #c7a877;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", 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 {
    margin-bottom: 5rem;
  }
}
.p-single__body--event {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-single__body--event {
    margin-top: 5rem;
    max-width: 59.375rem;
    margin-inline: auto;
  }
}
.p-single__images {
  padding-top: 48px;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  gap: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-single__images {
    gap: 1.25rem;
    padding-top: 4rem;
  }
}
.p-single__thumbnail--sm {
  width: 100%;
  height: 100px;
  height: 6.25rem;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .p-single__thumbnail--sm {
    height: 11.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-single__thumbnail--sm {
    height: 17.5rem;
  }
}
.p-single__thumbnail--sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single__table {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-single__table {
    margin-top: 5rem;
  }
}
.p-single__table dl:not(.c-list) {
  display: grid;
  grid-template-columns: 1fr;
  border-top: solid 1px #b4bdc4;
  border-bottom: solid 1px #b4bdc4;
  border-right: solid 1px #b4bdc4;
  border-left: solid 1px #b4bdc4;
}
.p-single__table dl:not(.c-list):not(:first-of-type) {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .p-single__table dl:not(.c-list) {
    grid-template-columns: 13.75rem 1fr;
  }
}
@media (max-width: 767px) {
  .p-single__table .c-list:last-child .c-list__desc {
    text-align: left;
  }
}
.p-single__table dt {
  padding: 6px 4px;
  padding: 0.375rem 0.25rem;
  background: #4E98BF;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-right: -0.06em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__table dt {
    display: grid;
    text-align: left;
    place-items: center;
    font-size: 1.125rem;
    padding: 1rem 0.25rem;
  }
}
.p-single__table dd {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__table dd {
    font-size: 1rem;
    padding: 1rem 1.125rem;
    line-height: 1.75;
  }
}
.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 #4E98BF;
  border-bottom: solid 0.125rem #4E98BF;
}
@media screen and (min-width: 768px) {
  .p-single__description h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.p-single__description h2 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__description h2 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single__description h2:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single__description h3 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__description h3 {
    padding: 0.625rem 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single__description h3:after {
  content: "";
  position: absolute;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background: #222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single__description h4 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__description h4 {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6363636364;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single__description h4:before {
  content: "";
  position: absolute;
  width: 85px;
  width: 5.3125rem;
  height: 2px;
  height: 0.125rem;
  background: #222;
  left: 0;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-single__description h4:after {
  content: "";
  position: absolute;
  width: calc(100% - 5.3125rem);
  height: 2px;
  height: 0.125rem;
  background: #F4F0EC;
  left: 85px;
  left: 5.3125rem;
  bottom: -6px;
  bottom: -0.375rem;
}
.p-single__description h5 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  position: relative;
  background: #F4F0EC;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__description h5 {
    margin-bottom: 1.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single__description h6 {
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  display: inline-block;
  position: relative;
  border-left: solid 4px #222;
  padding-left: 16px;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__description h6 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-single__description p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-single__description p {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.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;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
}
@media screen and (min-width: 768px) {
  .p-single__description li {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.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 img {
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.p-single__description a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  line-height: 1.825;
  color: #4E98BF;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-single__description a {
    font-size: 1rem;
    line-height: 1.7647058824;
  }
}
.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-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
}
.p-single__title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}
.p-single__title--sm {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
  margin-right: -0.11em;
}
@media screen and (min-width: 768px) {
  .p-single__title--sm {
    font-size: 1.5rem;
  }
}
.p-single__date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #222222;
  font-weight: 300;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: block;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}
.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;
}
@media (max-width: 767px) {
  .p-single__foot--center .p-single__archive {
    width: 100%;
  }
}
.p-single__foot--center .p-single__archive a {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-single__foot--center.event .p-single__archive {
    width: 100%;
  }
}
.p-single__foot--center.event .p-single__archive a {
  margin-left: auto;
  margin-right: auto;
}
.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-owner {
  margin-top: 32px;
  margin-top: 2rem;
  background: #F4F0EC;
}
@media screen and (min-width: 768px) {
  .p-owner {
    margin-top: 3.5rem;
  }
}
.p-owner .l-inner {
  padding-top: 52px;
  padding-top: 3.25rem;
  padding-bottom: 68px;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-owner .l-inner {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}
.p-owner__content {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-owner__content {
    padding: 4.8125rem 6.25rem;
    grid-template-columns: 1fr 24.8125rem;
    gap: 4.4375rem;
    margin-top: 5.5rem;
  }
}
.p-owner__content h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-owner__content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 2.1875rem;
  }
}
.p-owner__content p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-owner__content p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-owner__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-owner__container {
    grid-template-columns: 1fr 24.5rem;
    gap: 5.6875rem;
  }
}
.p-owner__container h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-owner__container h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    margin-bottom: 1.5rem;
  }
}
.p-owner__container > div:nth-child(1) .p-owner__image {
  margin-top: 34px;
  margin-top: 2.125rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-owner__container > div:nth-child(1) .p-owner__image {
    margin-top: 4rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-owner__container > .p-owner__image {
    margin-top: 5rem;
  }
}
.p-owner__container p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-owner__container p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-owner__image {
  width: 100%;
  height: auto;
}
.p-owner__image img {
  width: 100%;
  height: auto;
}

.p-staff {
  background: #fff;
}
.p-staff .l-inner {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-staff .l-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
    max-width: 59.375rem;
  }
}
.p-staff__heading {
  text-align: center;
  margin-bottom: 42px;
  margin-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-staff__heading {
    margin-bottom: 2.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__lead {
    text-align: center;
  }
}
.p-staff__lead p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-staff__lead p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-staff__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
.p-staff__btn a {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  border-bottom: solid 1px #222;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-staff__btn a {
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-staff__btn a:after {
  content: "";
  position: absolute;
  background: url(../images/common/case-arrow.svg);
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-size: contain;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-staff__kv {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 62px;
  margin-bottom: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-staff__kv {
    width: 100%;
    height: auto;
    margin-inline: auto;
    margin-top: 4.375rem;
    margin-bottom: 7.5rem;
  }
}
.p-staff__kv img {
  width: 100%;
  height: auto;
}
.p-staff__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 70px;
  gap: 3.75rem 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-staff__container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.p-staff__head {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.p-staff__head h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2727272727;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-staff__head h3 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.2727272727;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-staff__head span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  padding-left: 18px;
  padding-left: 1.125rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-staff__head span {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.3333333333;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
    padding-left: 1.125rem;
    margin-bottom: 0.375rem;
  }
}
.p-staff__head span:before {
  width: 9px;
  width: 0.5625rem;
  height: 13px;
  height: 0.8125rem;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/title-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-staff__desc > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-staff__desc dt {
  background: #F4F0EC;
  padding: 4px 13px;
  padding: 0.25rem 0.8125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dt {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-staff__desc dd {
  background: #fff;
  padding: 0 13px;
  padding: 0 0.8125rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-staff__desc dd {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-right: -0.05em;
  }
}
.p-staff__image {
  width: 100%;
  height: auto;
}
.p-staff__image img {
  width: 100%;
  height: auto;
}

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

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

.u-delay-time2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.u-delay-time3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.u-delay-time4 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.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;
  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);
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
}
.u-scroll-fade.done {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(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;
  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);
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
}
.u-load-fade.done {
  opacity: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0);
          filter: blur(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 */
