@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  overflow-x: hidden;
  color: #222;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

body {
  overflow-x: hidden;
}
body.contact .p-footer__fixed {
  display: none !important;
}

.l-footer {
  background: #888888;
  color: #fff;
}
.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: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.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: #999;
}
@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;
}
@media screen and (min-width: 768px) {
  .l-sidebar li {
    font-size: 1rem;
  }
}
.l-sidebar .cat-item-9 {
  display: none;
}

.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;
}
.l-single main {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-single {
    display: grid;
    grid-template-columns: 1fr 13.75rem;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    min-height: 31.25rem;
  }
}

.c-accordion {
  margin-top: 10px;
}

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

.c-accordion__title {
  background-position: center;
  border-radius: 0.5rem;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 48px 12px 0;
  padding: 0.75rem 3rem 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .c-accordion__title {
    font-size: 1.25rem;
    border-radius: 1.25rem;
    margin-left: 2.1875rem;
    padding: 1.25rem 4rem 1.25rem 0;
  }
}
.c-accordion__title.is-active {
  border-radius: 1.25rem 1.25rem 0 0;
}

.c-accordion__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  width: 12px;
  height: 12px;
  right: 25px;
  background: url(../images/front-page/faq-arrow-open.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-accordion__title::after {
    top: 37%;
  }
}

.c-accordion__title-text {
  width: calc(100% - 2rem);
}
@media screen and (min-width: 768px) {
  .c-accordion__title-text {
    width: calc(100% - 2.6875rem);
  }
}

.c-accordion__icon {
  width: 22px;
  width: 1.375rem;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__icon {
    width: 1.5625rem;
    height: 1.4375rem;
    margin-right: 1.125rem;
  }
}
.c-accordion__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-accordion__title.is-active::after {
  background: url(../images/front-page/faq-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.c-accordion__contents {
  border-bottom: solid 1px #dedede;
}

.c-accordion__content {
  height: 100%;
  overflow: hidden;
  margin-left: 32px;
  margin-left: 2rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__content {
    padding-bottom: 1.5rem;
    margin-left: 5rem;
  }
}

.c-accordion__text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-accordion__text {
    font-size: 1rem;
  }
}

.c-accordion__content.is-open {
  background: #f5f5f5;
  padding: 0.625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

.c-blog {
  border: solid 1px #efefef;
  display: block;
  padding: 8px 12px 16px;
  padding: 0.5rem 0.75rem 1rem;
  background: #fff;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
@media screen and (min-width: 768px) {
  .c-blog {
    padding: 1.125rem 2rem;
  }
}
.c-blog:hover {
  background: #e8e8e8;
}
.c-blog__item {
  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-blog__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-blog__meta {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
.c-blog__date {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
.c-blog__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  width: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-blog__title {
    margin-bottom: 0;
    -webkit-line-clamp: 1;
  }
}
.c-blog__arrow {
  margin-left: auto;
  display: block;
  width: 25px;
  width: 1.5625rem;
  height: 8px;
  height: 0.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;
}
@media screen and (min-width: 768px) {
  .c-blog__arrow {
    width: 1.875rem;
    height: 0.625rem;
    padding-left: 0.875rem;
  }
}
.c-blog__arrow svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-blog__category {
  display: inline-block;
  background: #fcb1b1;
  color: #fff;
  font-weight: 400;
  padding: 2px 15px;
  padding: 0.125rem 0.9375rem;
  border-radius: 62.4375rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-blog__category {
    font-size: 0.75rem;
    margin-left: 1.5rem;
    padding: 0.125rem 1.25rem;
  }
}

.c-breadcrumbs__inner {
  padding: 6px 20px 16px;
  padding: 0.375rem 20px 1rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs__inner {
    padding: 0.5rem 25px 1rem;
  }
}
.c-breadcrumbs span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs span {
    font-size: 1rem;
  }
}

.c-button__primary {
  display: inline-block;
  padding: 14px 64px;
  padding: 0.875rem 4rem;
  color: #c13653;
  border: solid 1px #c13653;
  position: relative;
}
.c-button__primary:before {
  content: "";
  display: block;
  width: 33px;
  width: 2.0625rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: -20px;
  right: -1.25rem;
  background: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-button__primary--small {
  padding: 7px 26px;
  padding: 0.4375rem 1.625rem;
  position: relative;
}
.c-button__primary--small:before {
  content: "";
  display: block;
  width: 28px;
  width: 1.75rem;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  right: -14px;
  right: -0.875rem;
  background: url(../images/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-button__header-btn {
  display: block;
  background: #c13653;
  color: #fff;
  font-weight: 400;
  text-align: center;
  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;
  width: 100%;
  height: 56px;
  height: 3.5rem;
}
.c-button__send {
  background: #c13653;
  color: #fff;
  border-radius: 9999px;
  width: 320px;
  width: 20rem;
  height: 64px;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}

.c-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
@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;
}
.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: 12.5rem;
  }
}
.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;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    min-height: 8.75rem;
  }
}
.c-card__categories {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.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__arrow {
  text-align: right;
  margin: 8px 12px 8px 0;
  margin: 0.5rem 0.75rem 0.5rem 0;
}
.c-card__title {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 52px;
  min-height: 3.25rem;
  font-size: 16px;
  font-size: 1rem;
}

.c-cta__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 32px;
  gap: 2rem;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, .25);
  background: #fff;
  padding: 32px 12px;
  padding: 2rem 0.75rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-cta__wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem 5rem;
  }
}
.c-cta__tel {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cta__form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-cta__tel-text {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #4c88ad;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-cta__tel-text {
    font-size: 2.75rem;
  }
}
.c-cta__icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}
.c-cta__text {
  font-size: 18px;
  font-size: 1.125rem;
}
.c-cta__text--sm {
  font-size: 14px;
  font-size: 0.875rem;
}
.c-cta__text--bold {
  font-weight: 700;
}
.c-cta__text--gray {
  color: #909090;
}
.c-cta__btn {
  text-align: center;
  margin: 8px 0;
  margin: 0.5rem 0;
}
.c-cta__btn .c-button__primary {
  background: #f0858a;
  border-color: #f0858a;
  position: relative;
}
.c-cta__btn .c-button__primary .p-top-cta__mail {
  fill: #fff;
  position: relative;
  left: -12px;
  left: -0.75rem;
  top: 2px;
  top: 0.125rem;
}
.c-cta__btn .c-button__primary:hover {
  background: #fff;
  color: #f0858a;
}
.c-cta__btn .c-button__primary:hover .p-top-cta__mail {
  fill: #f0858a;
}

.c-fnav {
  border: solid 1px #dbdbdb;
  border-left: none;
  border-right: none;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}
@media screen and (min-width: 768px) {
  .c-fnav {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-fnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__list {
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-fnav__item {
  margin-right: 32px;
  margin-right: 2rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__item {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
.c-fnav__item:last-child {
  margin-right: 0;
}
.c-fnav__item a {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-fnav__item a {
    font-size: 1rem;
  }
}

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

.c-hamburger__btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  background: #222;
}
.c-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #fff;
}
.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;
}
.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;
}
.c-hamburger__nav {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  margin-top: 7.5rem;
}
.c-hamburger__list {
  text-align: center;
  color: #333333;
}
.c-hamburger__item {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-hamburger__item {
    font-size: 1.75rem;
  }
}
.c-hamburger__item:last-child {
  margin-bottom: 0;
}
.c-hamburger__item .c-button__primary {
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.c-hamburger__item--contact a {
  display: inline-block;
  background: #c13653;
  color: #fff;
  padding: 8px 48px;
  padding: 0.5rem 3rem;
}
.c-hamburger__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-hamburger__sub-item {
  margin-right: 12px;
  margin-right: 0.75rem;
}
.c-hamburger__sub-item:last-child {
  margin-right: 0;
}

.c-hamburger__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%;
}
@media screen and (min-width: 768px) {
  .c-header__nav {
    margin-left: auto;
  }
}
@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__list.page .c-header__item:not(.c-header__item--contact) a {
  color: #333333;
}
@media screen and (min-width: 768px) {
  .c-header__item {
    margin-right: 2.5rem;
    font-size: 1rem;
  }
}
.c-header__item:last-child {
  margin-right: 0;
}
.c-header__item a {
  font-weight: 700;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-header__item a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #c13653;
    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;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item--contact a {
    display: inline-block;
    color: #fff;
    background: #c13653;
    font-weight: 700;
    height: 5rem;
    text-align: center;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-header__item--contact a {
    height: 6.25rem;
    width: 6.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;
  }
}
@media screen and (min-width: 768px) {
  .c-header__item--contact a:hover:after {
    display: none;
  }
}
.c-header__logo {
  width: 87px;
  width: 5.4375rem;
  height: 56px;
  height: 3.5rem;
  position: relative;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 11rem;
    height: 3.5rem;
  }
}
.c-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.c-link {
  background: #f4f4f4;
}
.c-link__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
  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;
    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-map {
  width: 100%;
  height: 240px;
  height: 15rem;
}
@media screen and (min-width: 768px) {
  .c-map {
    height: 26.875rem;
  }
}
.c-map__inner {
  position: relative;
}
.c-map iframe {
  width: 100% !important;
  height: 240px !important;
  height: 15rem !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .c-map iframe {
    height: 26.875rem !important;
  }
}

.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: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-weight: 300;
  color: #dbdbdb;
  position: absolute;
  right: 0;
  top: 0;
}
.c-modal__title {
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", 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: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", 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: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", 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-number-card {
  position: relative;
}
.c-number-card:after {
  position: absolute;
  top: -36px;
  top: -2.25rem;
  left: 0;
  right: 0;
  margin: auto;
  content: attr(data-num);
  color: #fff;
  background: #c13653;
  display: block;
  font-weight: 700;
  border-radius: 50%;
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.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;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-number-card:after {
    font-size: 1.5rem;
  }
}
.c-number-card__head {
  margin: 48px auto 18px;
  margin: 3rem auto 1.125rem;
  width: 164px;
  width: 10.25rem;
  height: 164px;
  height: 10.25rem;
  text-align: center;
  background: #fafafa;
  border-radius: 50%;
  padding: 0 12px;
  padding: 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-number-card__head {
    margin: 4rem auto 1.125rem;
  }
}
.c-number-card__icon {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  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-number-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-number-card__body {
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 0 12px;
  padding: 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-number-card__body {
    margin-bottom: 1rem;
  }
}
.c-number-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #c13653;
}
@media screen and (min-width: 768px) {
  .c-number-card__title {
    font-size: 1.5rem;
  }
}
.c-number-card__foot {
  padding: 0 20px 24px;
  padding: 0 1.25rem 1.5rem;
}
.c-number-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .c-number-card__text {
    font-size: 1rem;
  }
}

.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-section-contact {
  background: url(../images/contact/background-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-section-contact {
    background: url(../images/contact/background-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.c-section-contact__inner {
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  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-section-contact__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.c-section-contact__title {
  position: relative;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .c-section-contact__title {
    font-size: 3.5rem;
  }
}
.c-section-contact__title:after {
  position: absolute;
  content: attr(data-subtitle);
  bottom: -18px;
  bottom: -1.125rem;
  left: 0;
  font-weight: 400;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-contact__title:after {
    font-size: 1rem;
  }
}
.c-section-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-contact__text {
    font-size: 1rem;
  }
}
.c-section-contact__link {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 320px;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.c-section-contact .c-button__primary {
  max-width: 100%;
}

.c-section-heading {
  position: relative;
  text-align: center;
}
.c-section-heading__top {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-section-heading__top {
    margin-bottom: 1.5rem;
  }
}
.c-section-heading__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}
.c-section-heading__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-section-heading__sub-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-family: "Spectral", sans-serif;
  font-weight: 700;
  color: #c13653;
  text-transform: uppercase;
  letter-spacing: 0em;
  position: relative;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-heading__sub-title {
    font-size: 1.25rem;
  }
}
.c-section-heading__sub-title:after {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -10px;
  top: -0.625rem;
  border-radius: 62.4375rem;
  left: 0;
  right: 0;
  margin: auto;
}
.c-section-heading__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
  color: #231815;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-section-heading__title {
    font-size: 2.5rem;
  }
}

.c-section-subheader {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-section-subheader {
    margin-top: 5rem;
  }
}
.c-section-subheader__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-section-subheader__image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 65%;
    height: 23.75rem;
  }
}
.c-section-subheader__image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  z-index: 3;
}
.c-section-subheader__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-section-subheader__heading {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  height: 12.5rem;
  width: 100%;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-top: 32px;
  padding-top: 2rem;
  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-section-subheader__heading {
    background: url(../images/common/sub-header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    width: 50%;
    padding-left: 8.75rem;
  }
}
@media (max-width: 767px) {
  .c-section-subheader__heading.about {
    background: url(../images/about/fv-sp.jpg);
  }
}
@media (max-width: 767px) {
  .c-section-subheader__heading.scene {
    background: url(../images/scene/fv-sp.jpg);
  }
}
@media (max-width: 767px) {
  .c-section-subheader__heading.menu {
    background: url(../images/menu/fv-sp.jpg);
  }
}
@media (max-width: 767px) {
  .c-section-subheader__heading.access {
    background: url(../images/access/fv-sp.jpg);
  }
}
.c-section-subheader__heading > div {
  position: relative;
}
.c-section-subheader__heading > div:after {
  position: absolute;
  content: "";
  width: 248px;
  width: 15.5rem;
  height: 1px;
  background: #c13653;
  top: -24px;
  top: -1.5rem;
  left: 0;
}
.c-section-subheader__title {
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-subheader__title {
    font-size: 2.5rem;
  }
}
.c-section-subheader__sub-title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Spectral", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-subheader__sub-title {
    color: #999999;
    font-size: 1rem;
  }
}

.c-site-link__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  max-width: 400px;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .c-site-link__inner {
    max-width: 60rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    grid-template-columns: 1fr 1fr;
  }
}
.c-site-link__banner {
  display: block;
  width: 100%;
  height: 100%;
}
.c-site-link__banner a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.c-site-link__banner a img {
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
@media screen and (min-width: 768px) {
  .c-site-link__banner a:hover img {
    scale: 1.02;
  }
}

.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: 340px;
  width: 21.25rem;
  height: 262px;
  height: 16.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.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: solid 2px #c13653;
  border: solid 0.125rem #c13653;
  text-align: center;
  color: #c13653;
  background-color: #fff;
  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: #c13653;
  color: #fff;
  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-box {
  min-height: 400px; /* テキスト量が多くなっても対応できるように */
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-form dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.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;
}

.wpcf7-not-valid-tip {
  margin-top: 12px;
  margin-top: 0.75rem;
  display: inline-block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
  background: #c13653;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}

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

/* チェック前のボタン */
.p-contact__radio-button .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333333;
  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: #c13653; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

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

.p-top-mainview .slide {
  position: relative;
}
.p-top-mainview .prev-arrow,
.p-top-mainview .next-arrow {
  position: absolute;
  z-index: 11;
  top: inherit;
  bottom: -38px;
  bottom: -2.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .prev-arrow,
  .p-top-mainview .next-arrow {
    bottom: -1.75rem;
  }
}
.p-top-mainview .prev-arrow {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  right: 64px;
  right: 4rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .prev-arrow {
    width: 5rem;
    height: 5rem;
    right: 6.25rem;
  }
}
.p-top-mainview .prev-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-mainview .next-arrow {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  right: 0px;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .next-arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-top-mainview .next-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-mainview .slick-dots li {
  width: 40px;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .slick-dots li {
    width: 4rem;
  }
}
.p-top-mainview .slick-dots li button {
  position: relative;
  text-indent: -9999px;
}
.p-top-mainview .slick-dots li button:before {
  height: 2px;
  height: 0.125rem;
  border-radius: 0;
  width: 40px;
  width: 2.5rem;
  top: 14px;
  top: 0.875rem;
  background-color: #f59393;
}
@media screen and (min-width: 768px) {
  .p-top-mainview .slick-dots li button:before {
    width: 4rem;
    top: 1.125rem;
  }
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin: 8px;
  margin: 0.5rem;
  border: solid 2px #c13653;
}
.wp-pagenavi .current {
  border-color: #c13653;
  color: #fff;
  background-color: #c13653;
}
.wp-pagenavi a {
  border-color: #c13653;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  margin: 8px;
  margin: 0.5rem;
  border-radius: 0.25rem;
  border: solid 2px #c13653;
  color: #c13653;
  font-weight: 700;
}
.wp-pagenavi .wp-pagenavi span.current {
  border-color: #c13653 !important;
}

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

.p-concept {
  overflow: hidden;
  position: relative;
  background: url(../images/about/concept-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-concept {
    background: url(../images/about/concept-bg-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-concept:before {
  content: "concept";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #c13653;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-concept__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-concept__wrapper > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__wrapper > * + * {
    margin-top: 0;
  }
}
.p-concept__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-concept__head {
    margin-bottom: 3rem;
  }
}
.p-concept__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-concept__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    line-height: 1.875;
  }
}
.p-concept__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-concept__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    font-size: 2rem;
  }
}
.p-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: 1rem;
  }
}
.p-concept__wrapper {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p-concept__content {
  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-concept__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-concept__content:nth-child(1) {
  position: relative;
}
.p-concept__icon {
  position: absolute;
  width: 64px;
  width: 4rem;
  height: 53px;
  height: 3.3125rem;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__icon {
    top: 0rem;
    right: 8.75rem;
    width: 6.25rem;
    height: 5.1875rem;
  }
}
.p-concept__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__icon2 {
  position: absolute;
  width: 82px;
  width: 5.125rem;
  height: 36px;
  height: 2.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  left: 20px;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__icon2 {
    width: 8.9375rem;
    height: 3.9375rem;
    right: 8.75rem;
    bottom: 1.25rem;
    left: 5.1875rem;
  }
}
.p-concept__icon2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-concept__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept__image {
    width: 50%;
    height: auto;
  }
}
.p-concept__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-concept__desc {
  width: 100%;
  height: 100%;
  padding: 32px 16px 0;
  padding: 2rem 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concept__desc {
    width: 50%;
    padding: 3rem 4.75rem 0;
    min-height: 25rem;
  }
}
.p-concept__desc:after {
  position: absolute;
  content: attr(data-num);
  color: #fff;
  opacity: 0.1;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  font-weight: 700;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__desc:after {
    top: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-concept__desc:after {
    font-size: 10.25rem;
  }
}
.p-concept__num {
  color: #c13653;
  font-family: "Spectral", sans-serif;
  font-weight: 700;
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  line-height: 1;
  display: inline-block;
  border-bottom: solid 1px #c13653;
}
@media screen and (min-width: 768px) {
  .p-concept__num {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.p-concept__desc-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept__desc-title {
    font-size: 1.75rem;
  }
}
.p-concept__textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-concept__textarea {
    margin-top: 1.75rem;
  }
}
.p-concept__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: 1rem;
  }
}

.p-instagram {
  overflow: hidden;
  background: #222;
  color: #fff;
  position: relative;
}
.p-instagram:before {
  content: "instagram";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-instagram:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-instagram__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-instagram__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__head {
    margin-bottom: 3rem;
  }
}
.p-instagram__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #fff;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-instagram__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-instagram__title {
    line-height: 1.875;
  }
}
.p-instagram__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-instagram__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-instagram__title {
    font-size: 2rem;
  }
}
.p-instagram__link {
  text-align: right;
}

.p-access {
  overflow: hidden;
  position: relative;
}
.p-access:before {
  content: "access";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #c13653;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-access:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-access__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-access__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-access__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__wrapper {
    gap: 2.5rem 1.875rem;
    padding-top: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-access__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access__head {
    margin-bottom: 3rem;
  }
}
.p-access__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-access__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    line-height: 1.875;
  }
}
.p-access__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-access__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-access__title {
    font-size: 2rem;
  }
}
.p-access__content-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-access__content-title {
    line-height: 1.875;
  }
}
.p-access__content-title:after {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 1px;
  background: #c13653;
  bottom: -8px;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-access__content-title {
    font-size: 1.125rem;
  }
}
.p-access__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    font-size: 1rem;
  }
}
.p-access__image {
  width: 100%;
  height: 230px;
  height: 14.375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-access__image {
    margin-bottom: 1.5rem;
  }
}
.p-access__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-access__desc > * + * {
  margin-top: 32px;
  margin-top: 2rem;
}
.p-access__desc-title {
  color: #c13653;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-access__desc-title {
    font-size: 1rem;
  }
}
.p-access__textarea {
  margin-top: 12px;
  margin-top: 0.75rem;
}
.p-access__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-access__text {
    font-size: 1rem;
  }
}
.p-access__info {
  margin-top: 48px;
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-access__info {
    margin-top: 4rem;
    grid-template-columns: 55% 1fr;
    gap: 1.875rem;
  }
}
.p-access__map {
  position: relative;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    height: 26.125rem;
  }
}
.p-access__map iframe {
  width: 100% !important;
  height: 100% !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
}
@media screen and (min-width: 768px) {
  .p-access__map iframe {
    height: 100% !important;
  }
}

.p-company {
  overflow: hidden;
  position: relative;
  background: url(../images/company/company-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-company {
    background: url(../images/company/company-bg-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-company:before {
  content: "company";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #c13653;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-company:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-company__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-company__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-company__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company__head {
    margin-bottom: 3rem;
  }
}
.p-company__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-company__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-company__title {
    line-height: 1.875;
  }
}
.p-company__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-company__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-company__title {
    font-size: 2rem;
  }
}
.p-company__wrapper {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-company__wrapper {
    padding-top: 2.5rem;
  }
}

.p-archive__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-archive__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-archive__wrapper {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    margin-bottom: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem;
  }
}
.p-archive__wrapper > * + * {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-archive .c-card {
  border: solid 1px #e9e9e9;
}

.p-company-about {
  background: url(../images/company/lead-bg-sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-company-about {
    background: url(../images/company/lead-bg-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.p-company-about__inner {
  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;
  min-height: 250px;
  min-height: 15.625rem;
}
@media screen and (min-width: 768px) {
  .p-company-about__inner {
    min-height: 24.625rem;
  }
}
.p-company-about__lead {
  width: 100%;
  height: 100%;
  margin: 70px auto auto;
  margin: 4.375rem auto auto;
  position: relative;
  z-index: 5;
  max-width: 350px;
  max-width: 21.875rem;
  max-height: 150px;
  max-height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-company-about__lead {
    margin: auto;
    padding: 1rem;
    max-width: 38.4375rem;
    max-height: 16.5rem;
  }
}
.p-company-about__lead img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-map__inner {
  width: 100%;
  height: 300px;
  height: 18.75rem;
}
@media screen and (min-width: 768px) {
  .p-map__inner {
    height: 26.25rem;
  }
}
.p-map__inner iframe {
  width: 100%;
  height: 100%;
}

.p-profile {
  overflow: hidden;
}
.p-profile__inner {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-profile .c-section-heading {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-profile .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-profile .c-section-heading__bg {
  width: 370px;
  width: 23.125rem;
  height: 103px;
  height: 6.4375rem;
  top: -18px;
  top: -1.125rem;
  left: -5%;
}
@media screen and (min-width: 768px) {
  .p-profile .c-section-heading__bg {
    width: 49.375rem;
    height: 13.9375rem;
    top: -2rem;
    left: 0;
  }
}
.p-profile__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-profile__text {
    font-size: 1rem;
  }
}
.p-profile__company {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-profile__company {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 50rem;
  }
}

.p-training {
  background: #fafafa;
  overflow: hidden;
}
.p-training__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-training__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-training .c-section-heading {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-training .c-section-heading {
    margin-bottom: 4rem;
  }
}
.p-training .c-section-heading__bg {
  width: 353px;
  width: 22.0625rem;
  height: 99px;
  height: 6.1875rem;
  top: -18px;
  top: -1.125rem;
  left: -3%;
}
@media screen and (min-width: 768px) {
  .p-training .c-section-heading__bg {
    width: 45.625rem;
    height: 12.8125rem;
    top: 0;
    left: 0;
  }
}
.p-training__desc {
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-training__desc {
    padding: 2.5rem 4.375rem;
  }
}
.p-training__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-training__text {
    font-size: 1rem;
  }
}
.p-training__company {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-training__company {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 50rem;
  }
}
.p-training__image {
  width: 100%;
  height: 100%;
}
.p-training__image img {
  width: 100%;
  height: 100%;
}

.p-contact__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
.p-contact .c-section-heading {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact .c-section-heading {
    margin-bottom: 3rem;
  }
}
.p-contact__wrapper {
  border-radius: 0.75rem;
  padding: 24px 12px;
  padding: 1.5rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrapper {
    padding: 4rem 5rem;
  }
}
.p-contact__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact__foot {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__foot {
    margin-top: 2.5rem;
  }
}
.p-contact__foot button {
  margin-left: auto;
  margin-right: auto;
}
.p-contact__input {
  border: solid 1px #d9d9d9;
  border: solid 0.0625rem #d9d9d9;
  border-radius: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 16px 14px;
  padding: 1rem 0.875rem;
  letter-spacing: 0.07em;
  margin-right: -0.07em;
  background: #fff;
}
@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: 1.375rem 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__textarea {
  border: solid 1px #d9d9d9;
  border: solid 0.0625rem #d9d9d9;
  border-radius: 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  max-width: 100%;
  padding: 16px 14px;
  padding: 1rem 0.875rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-contact__textarea {
    max-width: 100%;
    padding: 1.375rem 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:focus::-webkit-input-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__textarea:focus::-moz-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__textarea:focus::-ms-input-placeholder {
  color: #555;
  opacity: 0.6;
}
.p-contact__textarea:focus::placeholder {
  color: #555;
  opacity: 0.6;
}
.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 {
  margin-left: 28px;
  margin-left: 1.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-contact__radio {
    width: 8.75rem;
  }
}
.p-contact__checkbox {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__checkbox {
    grid-template-columns: 12.5rem 12.5rem;
  }
}
.p-contact__checkbox input {
  display: none;
}
.p-contact__checkbox input:checked + .c-button__checkmark:after {
  opacity: 1;
}
.p-contact__checkbox span.wpcf7-list-item {
  margin-right: 0;
}
.p-contact__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-right: -0.01em;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1rem;
  }
}
.p-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
.p-contact__text--primary {
  background: #f94b4b;
  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__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-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-top: 48px;
  margin-top: 3rem;
  text-align: center;
  background: #fafafa;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__pp {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-contact__pp a {
  text-decoration: underline;
  color: #3952d2;
}
.p-contact__day {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 4px;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__day {
    grid-template-columns: 5rem 1fr;
    gap: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact dd .p-contact__day {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact dd .p-contact__day {
    margin-bottom: 1rem;
  }
}
.p-contact dd .p-contact__day:last-child {
  margin-bottom: 0;
}

.p-footer__inner {
  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;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-footer__desc {
  background: url(../images/common/footer-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 80px 16px 48px;
  padding: 5rem 1rem 3rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__desc {
    background: url(../images/common/footer-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 9.75rem;
    padding-left: 12rem;
    padding-bottom: 5.1875rem;
    padding-right: 1.5rem;
    width: 65%;
  }
}
.p-footer__desc:after {
  content: "reserve";
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.08;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 72px;
  font-size: 4.5rem;
  font-family: "Spectral", sans-serif;
}
@media screen and (min-width: 1024px) {
  .p-footer__desc:after {
    top: -1.25rem;
    left: 0;
    font-size: clamp(2rem, -9.2405rem + 23.4177vw, 11.25rem);
  }
}
.p-footer__content {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-template-rows: 1fr;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    grid-template-columns: 3.625rem 1fr;
  }
}
.p-footer__text--status {
  background: #fff;
  color: #222;
  display: block;
  text-align: center;
  height: 18px;
  height: 1.125rem;
  width: 48px;
  width: 3rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-family: "Spectral", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-footer__text--status {
    font-size: 0.875rem;
    height: 1.3125rem;
    width: 3.625rem;
    line-height: 1.3125rem;
  }
}
.p-footer__text--sm {
  line-height: 1.8333333333;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .p-footer__text--sm {
    line-height: 2;
    font-size: 0.875rem;
  }
}
.p-footer__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-footer__image {
    width: 35%;
    height: 35.4375rem;
  }
}
.p-footer__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-footer__heading {
  position: relative;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__heading {
    margin-bottom: 2.5rem;
  }
}
.p-footer__heading:after {
  position: absolute;
  content: "";
  height: 8px;
  height: 0.5rem;
  width: 24px;
  width: 1.5rem;
  background: #c13653;
  top: -24px;
  top: -1.5rem;
  left: 0;
}
.p-footer__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .p-footer__title {
    font-size: 2rem;
  }
}
.p-footer__subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #999999;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-footer__subtitle {
    font-size: 0.875rem;
  }
}
.p-footer__tel {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-footer__tel a {
  display: block;
  width: 204px;
  width: 12.75rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__tel a {
    width: 15.25rem;
    height: 1.875rem;
  }
}
.p-footer__tel a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__body {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    margin-bottom: 2.375rem;
  }
}
.p-footer__foot > * + * {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 1024px) {
  .p-footer__foot > * + * {
    margin-top: 1rem;
  }
}
.p-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1rem;
  }
}
.p-footer__bottom-inner {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom-inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-footer__logo a {
  display: block;
  width: 140px;
  width: 8.75rem;
  height: 44px;
  height: 2.75rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo a {
    width: 10.9375rem;
    height: 3.5rem;
  }
}
.p-footer__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  color: #222222;
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Spectral", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    text-align: left;
    margin-bottom: 0;
  }
}
.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-footer__list > * + * {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list > * + * {
    margin-left: 2.9375rem;
  }
}
.p-footer__item a {
  font-family: "Spectral", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    font-size: 1rem;
  }
}
.p-footer__fixed {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__fixed {
    display: none;
  }
}
.p-footer__link {
  width: 100%;
  height: 100%;
  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;
}
.p-footer__link a {
  width: 100%;
  height: 100%;
  display: block;
}
.p-footer__link a svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 9999;
  height: 56px;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.25rem;
  }
}
.p-header__inner {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0;
  }
}
.p-header__mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(36, 2, 2, .8431372549);
  visibility: hidden;
  display: block;
  overflow-y: scroll;
}
.p-header__mobile-menu.visible {
  visibility: visible;
  -webkit-animation: fade-in 0.3s ease-in-out;
          animation: fade-in 0.3s ease-in-out;
}

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

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

.p-privacy-policy__inner {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-privacy-policy__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__wrapper {
    margin-top: 4rem;
  }
}
.p-privacy-policy__content {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__content {
    margin-bottom: 4.375rem;
  }
}
.p-privacy-policy__content:last-child {
  margin-bottom: 0;
}
.p-privacy-policy__head {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__head {
    margin-bottom: 1rem;
  }
}
.p-privacy-policy__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__title {
    font-size: 1.5rem;
  }
}
.p-privacy-policy__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-right: -0.04em;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: 1rem;
  }
}

.p-scene {
  overflow: hidden;
  position: relative;
}
.p-scene:before {
  content: "scene";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #c13653;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-scene:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-scene__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-scene__inner {
    padding-top: 6.25rem;
    padding-bottom: 7.5rem;
  }
}
.p-scene__wrapper > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-scene__wrapper > * + * {
    margin-top: 0;
  }
}
.p-scene__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-scene__head {
    margin-bottom: 3rem;
  }
}
.p-scene__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-scene__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-scene__title {
    line-height: 1.875;
  }
}
.p-scene__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-scene__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scene__title {
    font-size: 2rem;
  }
}
.p-scene__content-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-scene__content-title {
    line-height: 1.875;
  }
}
.p-scene__content-title:after {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 1px;
  background: #c13653;
  bottom: -8px;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-scene__content-title {
    font-size: 1.5rem;
  }
}
.p-scene__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-scene__text {
    font-size: 1rem;
  }
}
.p-scene__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-scene__wrapper {
    gap: 2.5rem 1.875rem;
    padding-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-scene__image {
  width: 100%;
  height: 200px;
  height: 12.5rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 600px) {
  .p-scene__image {
    height: 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scene__image {
    height: 21.25rem;
    margin-bottom: 1.5rem;
  }
}
.p-scene__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-scene__icon {
  position: absolute;
  width: 64px;
  width: 4rem;
  height: 53px;
  height: 3.3125rem;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-scene__icon {
    top: 0rem;
    right: 8.75rem;
    width: 6rem;
    height: 6.9375rem;
  }
}
.p-scene__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-scene__icon2 {
  position: absolute;
  width: 82px;
  width: 5.125rem;
  height: 36px;
  height: 2.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  left: 20px;
  left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-scene__icon2 {
    width: 8.9375rem;
    height: 3.9375rem;
    right: 8.75rem;
    bottom: 1.25rem;
    left: 5.1875rem;
  }
}
.p-scene__icon2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-scene__textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-scene__textarea {
    margin-top: 1.75rem;
  }
}
.p-scene__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-scene__text {
    font-size: 1rem;
  }
}

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

.p-single__inner--works {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-single__inner--works {
    padding-top: 5rem;
    padding-bottom: 5rem;
    max-width: 61.25rem;
  }
}
.p-single__head {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    margin-bottom: 2.5rem;
  }
}
.p-single__meta {
  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: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.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__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 #c13653;
  border-bottom: solid 0.125rem #c13653;
}
@media screen and (min-width: 768px) {
  .p-single__description h1 {
    font-size: 1.75rem;
  }
}
.p-single__description h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-bottom: solid 2px #c13653;
  border-bottom: solid 0.125rem #c13653;
}
@media screen and (min-width: 768px) {
  .p-single__description h2 {
    font-size: 1.5rem;
  }
}
.p-single__description h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-weight: 700;
  border-left: solid 2px #c13653;
  border-left: solid 0.125rem #c13653;
  padding: 6px 12px 6px 24px;
  padding: 0.375rem 0.75rem 0.375rem 1.5rem;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-single__description h3 {
    font-size: 1.25rem;
  }
}
.p-single__description h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c13653;
}
@media screen and (min-width: 768px) {
  .p-single__description h4 {
    font-size: 1.25rem;
  }
}
.p-single__description h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c13653;
}
@media screen and (min-width: 768px) {
  .p-single__description h5 {
    font-size: 1.125rem;
  }
}
.p-single__description h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #c13653;
}
@media screen and (min-width: 768px) {
  .p-single__description h6 {
    font-size: 1.125rem;
  }
}
.p-single__description p {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description p {
    font-size: 1rem;
  }
}
.p-single__description ul {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 24px;
  margin-left: 1.5rem;
}
.p-single__description li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description li {
    font-size: 1rem;
  }
}
.p-single__description dl {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.p-single__description dt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__description dt {
    font-size: 2.5rem;
  }
}
.p-single__description dl {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-single__description dl {
    font-size: 1rem;
  }
}
.p-single__description img {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.p-single__thumbnail {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 100%;
}
.p-single__thumbnail img {
  width: 100%;
  height: 100%;
}
.p-single__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.75rem;
  }
}
.p-single__date {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #939393;
}
@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__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-taxonomy__inner {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__inner {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}
.p-taxonomy__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__title {
    font-size: 1rem;
  }
}
.p-taxonomy__head {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__head {
    margin-bottom: 2.75rem;
  }
}
.p-taxonomy__head > * + * {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__head > * + * {
    margin-top: 1.875rem;
  }
}
.p-taxonomy__link {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  border-left: dashed 1px #231815;
  border-right: dashed 1px #231815;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.p-taxonomy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-taxonomy__item {
  display: inline-block;
  background: #fff;
  border: dashed 1px #d9d9d9;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.p-taxonomy__item.is-current {
  background: #c13653;
  color: #fff;
}
.p-taxonomy__item:last-child {
  margin-right: 0;
}
.p-taxonomy__item a {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 22px;
  padding: 0.25rem 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__item a {
    font-size: 0.875rem;
  }
}
.p-taxonomy__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-taxonomy__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.p-taxonomy__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-about {
  background: url(../images/front-page/about-bg-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    background: url(../images/front-page/about-bg-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.p-top-about:before {
  content: "about";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-about:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-top-about__icon1 {
  width: 44px;
  width: 2.75rem;
  height: 47px;
  height: 2.9375rem;
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 75px;
  top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__icon1 {
    width: 3.75rem;
    height: 4rem;
    left: 11rem;
    top: 5.1875rem;
  }
}
.p-top-about__icon1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-about__icon2 {
  width: 59px;
  width: 3.6875rem;
  height: 49px;
  height: 3.0625rem;
  position: absolute;
  right: 11px;
  right: 0.6875rem;
  top: 83px;
  top: 5.1875rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__icon2 {
    right: 11.25rem;
    top: 15.8125rem;
    width: 6.25rem;
    height: 5.1875rem;
  }
}
.p-top-about__icon2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-about__icon3 {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-about__icon3 {
    width: 4.6875rem;
    height: 3.8125rem;
    position: absolute;
    display: block;
    left: 13.1875rem;
    bottom: 6.25rem;
  }
}
.p-top-about__icon3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-about__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-about__inner {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}
.p-top-about__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about__head {
    margin-bottom: 3rem;
  }
}
.p-top-about__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-about__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-about__title {
    line-height: 1.875;
  }
}
.p-top-about__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-top-about__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__title {
    font-size: 2rem;
  }
}
.p-top-about__body > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__body > * + * {
    margin-top: 1.5rem;
  }
}
.p-top-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.875;
  color: #d9d9d9;
}
@media screen and (min-width: 768px) {
  .p-top-about__text {
    font-size: 1rem;
  }
}
.p-top-about__foot {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-about__foot {
    display: none;
  }
}
.p-top-about__foot a {
  display: block;
  width: 131px;
  width: 8.1875rem;
  height: 40px;
  height: 2.5rem;
  margin-inline: auto;
}
.p-top-about__foot a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-blog {
  background: #222;
  overflow: hidden;
  position: relative;
}
.p-top-blog:before {
  content: "blog";
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-blog:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-top-blog__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-blog__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-top-blog__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog__head {
    margin-bottom: 3rem;
  }
}
.p-top-blog__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-blog__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-blog__title {
    line-height: 1.875;
  }
}
.p-top-blog__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-blog__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-blog__title {
    font-size: 2rem;
  }
}
.p-top-blog__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.875;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-blog__text {
    font-size: 1rem;
  }
}
.p-top-blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__wrapper {
    overflow-x: inherit;
  }
}
.p-top-blog__wrapper > * + * {
  margin-left: 24px;
  margin-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog__wrapper > * + * {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-blog__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1.875rem;
  }
}
.p-top-blog__link {
  width: 132px;
  width: 8.25rem;
  margin-left: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-blog__link {
    margin-left: auto;
    width: 8.25rem;
  }
}
.p-top-blog__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-blog__link a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-blog .c-card {
  min-width: 274px;
  min-width: 17.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-card {
    min-width: 100%;
  }
}
.p-top-blog .c-card__meta {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  color: #909090;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-card__meta {
    font-size: 0.875rem;
  }
}
.p-top-blog .c-card__meta {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-blog .c-card__meta {
    margin-bottom: 0.75rem;
  }
}
.p-top-blog .c-card__arrow {
  background: #fff;
  margin-right: 0;
}

.p-top-faq {
  position: relative;
}
.p-top-faq:before {
  content: "faq";
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  top: 0rem;
  right: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 2;
  color: #c13653;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-faq:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-top-faq__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-top-faq__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-top-faq__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-faq__head {
    margin-bottom: 3rem;
  }
}
.p-top-faq__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-faq__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-faq__title {
    line-height: 1.875;
  }
}
.p-top-faq__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-faq__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-faq__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-faq__wrapper {
    max-width: 55.625rem;
    margin-inline: auto;
  }
}
.p-top-faq__link {
  width: 132px;
  width: 8.25rem;
  margin-left: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-faq__link {
    width: 8.25rem;
    margin-right: 8.75rem;
  }
}
.p-top-faq__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-faq__link a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-feature {
  overflow: hidden;
  background: #222;
  color: #fff;
  position: relative;
}
.p-top-feature:before {
  content: "feature";
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 1;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-feature:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-top-feature__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__inner {
    padding-top: 6.25rem;
    padding-bottom: 0;
  }
}
.p-top-feature__wrapper > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__wrapper > * + * {
    margin-top: 0;
  }
}
.p-top-feature__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-feature__head {
    margin-bottom: 3rem;
  }
}
.p-top-feature__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-feature__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-feature__title {
    line-height: 1.875;
  }
}
.p-top-feature__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .p-top-feature__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature__title {
    font-size: 2rem;
  }
}
.p-top-feature__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-top-feature__text {
    font-size: 1rem;
  }
}
.p-top-feature__wrapper {
  width: 100vw;
  margin: auto calc(50% - 50vw);
}
.p-top-feature__content {
  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-top-feature__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature__content:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-top-feature__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-feature__image {
    width: 50%;
    height: auto;
  }
}
.p-top-feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-feature__desc {
  width: 100%;
  height: 100%;
  padding: 32px 16px 0;
  padding: 2rem 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-feature__desc {
    width: 50%;
    padding: 4.625rem 4.75rem 0;
    min-height: 25rem;
  }
}
.p-top-feature__desc:after {
  position: absolute;
  content: attr(data-num);
  color: #fff;
  opacity: 0.1;
  font-size: 120px;
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  font-weight: 700;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-top-feature__desc:after {
    top: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-feature__desc:after {
    font-size: 10.25rem;
  }
}
.p-top-feature__num {
  color: #c13653;
  font-family: "Spectral", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-top-feature__num {
    font-size: 1rem;
  }
}
.p-top-feature__desc-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-feature__desc-title {
    font-size: 1.75rem;
  }
}
.p-top-feature__textarea {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-feature__textarea {
    margin-top: 1.75rem;
  }
}
.p-top-feature__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-top-feature__text {
    font-size: 1rem;
  }
}

.p-top-mainview {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-mainview img {
  width: 100%;
  height: 100%;
}
.p-top-mainview__copy {
  width: 100%;
  height: 100%;
  max-width: 298px;
  max-width: 18.625rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top-mainview__copy {
    max-width: 42.8125rem;
  }
}
.p-top-mainview__copy img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-price {
  position: relative;
  background: url(../images/front-page/price-bg-pc.png);
  background-repeat: repeat;
  background-size: contain;
  overflow: hidden;
}
.p-top-price:before {
  content: "menu";
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  top: 0rem;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 2;
  color: #c13653;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-price:before {
    top: -1.25rem;
    font-size: 11.25rem;
  }
}
.p-top-price__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-price__inner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-top-price__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-price__head {
    margin-bottom: 3rem;
  }
}
.p-top-price__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-price__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-price__title {
    line-height: 1.875;
  }
}
.p-top-price__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-price__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-price__title {
    font-size: 2rem;
  }
}
.p-top-price__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.875;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-price__text {
    font-size: 1rem;
  }
}
.p-top-price__wrapper > * + * {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-price__wrapper > * + * {
    margin-top: 4rem;
  }
}
.p-top-price__plan {
  display: inline-block;
  padding: 7px 16px;
  padding: 0.4375rem 1rem;
  color: #fff;
  background: #222;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-price__plan {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    padding: 0.5rem 1.125rem;
  }
}
.p-top-price__image {
  width: 100%;
  height: 100%;
}
.p-top-price__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-price__contents {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-price__contents {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 1.875rem;
  }
}
.p-top-price__content {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-template-rows: 1fr;
  gap: 11px;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-price__content {
    grid-template-columns: 11.5625rem 1fr;
    gap: 1.5rem;
  }
}
.p-top-price__title--sm {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-price__title--sm {
    font-size: 1.25rem;
  }
}
.p-top-price__sub-title {
  font-family: "Spectral", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}
@media screen and (min-width: 768px) {
  .p-top-price__sub-title {
    font-size: 1rem;
  }
}
.p-top-price__textarea {
  padding-top: 8px;
  padding-top: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  border-top: solid 1px #e2e2e2;
}
@media screen and (min-width: 768px) {
  .p-top-price__textarea {
    margin-top: 0.75rem;
    padding-top: 1.5625rem;
  }
}
.p-top-price__text--xs {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
}
.p-top-price__link {
  width: 132px;
  width: 8.25rem;
  margin-left: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-price__link {
    margin-left: auto;
    width: 8.25rem;
    margin-right: 8.75rem;
  }
}
.p-top-price__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top-price__link a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-price__icon {
  width: 53px;
  width: 3.3125rem;
  height: 78px;
  height: 4.875rem;
  position: absolute;
  top: -20px;
  top: -1.25rem;
  left: -200px;
  left: -12.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-price__icon {
    width: 5.9375rem;
    height: 8.75rem;
    top: -11.25rem;
    right: -5.875rem;
  }
}
.p-top-price__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-price__icon--bottom {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-price__icon--bottom {
    position: absolute;
    width: 5.9375rem;
    height: 8.75rem;
    bottom: 5rem;
    right: 1.5rem;
  }
}
.p-top-price__icon--bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-slider__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-slider__inner {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-top-sns {
  background: #f4f1ed;
}
.p-top-sns__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-top-sns__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-top-sns__image a {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-top-sns__image a {
    max-width: 32.875rem;
  }
}
.p-top-sns__image img {
  width: 100%;
  height: 100%;
}

.p-top-use {
  position: relative;
  background: #f4f1ed;
  overflow: hidden;
}
.p-top-use__icon1 {
  width: 44px;
  width: 2.75rem;
  height: 47px;
  height: 2.9375rem;
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 75px;
  top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-top-use__icon1 {
    width: 3.75rem;
    height: 4rem;
    left: 11rem;
    top: 5.1875rem;
  }
}
.p-top-use__icon1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-use:before {
  content: "how to use";
  text-transform: uppercase;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Spectral", sans-serif;
  color: #fff;
  opacity: 0.08;
  z-index: 1;
  color: #c13653;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-use:before {
    top: 4rem;
    font-size: 11.25rem;
  }
}
.p-top-use__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-top-use__inner {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }
}
.p-top-use__head {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-use__head {
    margin-bottom: 3rem;
  }
}
.p-top-use__head:after {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 6px;
  height: 0.375rem;
  background: #c13653;
  top: -16px;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-use__title {
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
  font-weight: 500;
  font-family: hiragino-mincho-pron, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", "MS 明朝", serif;
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-use__title {
    line-height: 1.875;
  }
}
.p-top-use__title:after {
  position: absolute;
  content: attr(data-subtitle);
  color: #999;
  font-family: "Spectral", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: -24px;
  bottom: -1.5rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #999999;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-top-use__title:after {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-use__title {
    font-size: 2rem;
  }
}
.p-top-use__body > * + * {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-use__body > * + * {
    margin-top: 1.5rem;
  }
}
.p-top-use__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-top-use__text {
    font-size: 1rem;
  }
}
.p-top-use__foot {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-use__foot {
    max-width: 33.125rem;
    margin-inline: auto;
  }
}
.p-top-use__foot a {
  display: block;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-use__foot a {
    max-width: 33.125rem;
  }
}
.p-top-use__foot a img {
  width: 100%;
  height: 100%;
}
.p-top-use__icon {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-top-use__icon {
    position: absolute;
    left: -7.5rem;
    bottom: 0;
    display: block;
  }
}

.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;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.u-scroll-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

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

.u-load-fadeup {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -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 */

/*tsuika20231120*/
.p-footer__tel{
	font-size: 1.8rem;
}
.p-footer__tel a{
	width: fit-content;
	border-bottom: 1px solid #fff;
   padding-bottom: 1.5em;
}

.small_tel{
	font-size:0.6em;
	margin-right: 10px;
}

 .drinkmenu {
      width: 100%;
      border-collapse: collapse;
    }

    .drinkmenu th, .drinkmenu td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: left;
    }

    .drinkmenu th {
      background-color: #333;
      color: #fff;
    }

    .drinkmenu tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    .drinkmenu td.price {
      text-align: right;
    }

@media screen and (min-width: 768px) {
	.p-top-price__link {
		margin-left: auto;
		width: 8.25rem;
		margin-right: 0;
	}

	.p-top-price__icon {
		width: 5.9375rem;
		height: 8.75rem;
		top: -11.25rem;
		left: -5.875rem;
	}
}