@charset "UTF-8";
/* ========================================================
# フォント
======================================================== */
/* ========================================================
# カラー
======================================================== */
/* ========================================================
# メディアクエリ
======================================================== */
.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

.c-title1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  display: grid;
  grid-template-columns: 120px auto 120px;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-title1::before, .c-title1::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/top2/title_img.png) no-repeat center center/contain;
  height: 16px;
}
.c-title1::before {
  scale: 1 -1;
  rotate: 180deg;
}
.c-title1.--en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.c-btn1 {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  align-items: center;
  min-width: 258px;
  min-height: 50px;
  background-color: #221815;
  position: relative;
  padding: 10px 28px;
  border: 1px solid #221815;
  box-sizing: border-box;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
.c-btn1::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
}
.c-btn1::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  z-index: 1;
  background: url(../img/top2/icon_arrow.png) no-repeat center center/contain;
  transition: color 0.3s ease-in-out;
}
.c-btn1.--sm {
  min-width: 100%;
  padding: 15px 11px;
}

.c-btn1__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
  min-width: 176px;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: color 0.3s ease-in-out;
}

.p-catalog {
  background-color: #e8eeff;
  position: relative;
  padding: 80px 0;
  font-family: "Noto Serif JP", serif;
}

.p-catalog__inner {
  position: relative;
  z-index: 1;
}

.p-catalog__head {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.p-catalog__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}

.p-catalog__list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.p-catalog__item {
  width: 100%;
}
.p-catalog__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 276/450;
}

.p-catalog__btn {
  margin-top: 56px;
  text-align: center;
}

.p-catalog__pattern {
  width: 400px;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}

.p-catalog__pattern:nth-child(1) {
  top: 37px;
  left: 0;
}

.p-catalog__pattern:nth-child(2) {
  bottom: 95px;
  right: 0;
  scale: -1 1;
}

.p-catalog__pattern:nth-child(3) {
  bottom: 0;
  left: 0;
}

.p-event {
  font-family: "Noto Serif JP", serif;
  padding: 80px 0;
  background-color: #F6DEE9;
  position: relative;
}

.p-event__inner {
  position: relative;
  z-index: 1;
}

.p-event__list {
  display: grid;
  gap: 80px;
}

.p-event__item {
  display: grid;
  grid-template-columns: 258px 1fr;
  gap: 95px;
}

.p-event__itemText {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.34em;
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.p-event__head {
  display: grid;
}

.p-event__btn {
  margin-top: auto;
}

.p-event__img {
  width: 100%;
  position: relative;
}
.p-event__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0 #fff inset;
  transition: box-shadow 0.3s ease-in-out;
}
.p-event__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 847/636;
}

.p-event__label {
  width: 108px;
  height: 244px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.p-event__labelText {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4em;
  color: #fff;
  writing-mode: vertical-rl;
  display: block;
  position: relative;
  z-index: 1;
}

.p-event__label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-event__pattern {
  width: 400px;
  height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
}

.p-event__pattern:nth-child(1) {
  top: 80px;
  left: 0;
}

.p-event__pattern:nth-child(2) {
  top: 50%;
  right: 0;
  translate: 0 -50%;
  scale: -1 1;
}

.p-event__pattern:nth-child(3) {
  bottom: 146px;
  left: 0;
}

.p-feature {
  padding: 80px 0;
  background-color: #fcfcfc;
  position: relative;
  z-index: 0;
  font-family: "Noto Serif JP", serif;
}
.p-feature::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: url(../img/top2/common_bg.png) repeat center center/cover;
  z-index: -1;
}

.p-feature__text {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-feature__list {
  margin-top: 56px;
}

.p-feature__item {
  position: relative;
  z-index: 0;
}
.p-feature__item::before {
  content: "";
  height: calc(100% - 86px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D1171E;
  z-index: -1;
}

.p-feature__item.--item2::before {
  background-color: #21396F;
}

.p-feature__itemInner {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.p-feature__itemImg {
  width: 360px;
}
.p-feature__itemImg img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.p-feature__itemBody {
  padding-top: 140px;
  width: 360px;
}

.p-feature__itemTitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  padding: 44px 20px 37px;
  box-sizing: border-box;
  min-width: 300px;
  text-align: center;
  background: url(../img/top2/feature_titleBg.png) no-repeat center center/100% 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.p-feature__itemText {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.p-feature__itemBg {
  position: absolute;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-feature__itemBg.--bg1 {
  top: 108px;
  right: calc(50% + 548px);
}
.p-feature__itemBg.--bg2 {
  top: 136px;
  left: calc(50% + 541px);
}
.p-feature__itemBg.--bg3 {
  bottom: 27px;
  left: calc(50% + 580px);
}

.p-feature__itemBg2 {
  position: absolute;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-feature__itemBg2.--bg1 {
  top: 140px;
  right: calc(50% + 535px);
}
.p-feature__itemBg2.--bg2 {
  bottom: 20px;
  right: calc(50% + 620px);
}
.p-feature__itemBg2.--bg3 {
  top: 153px;
  left: calc(50% + 520px);
}
.p-feature__itemBg2.--bg4 {
  bottom: 40px;
  left: calc(50% + 570px);
}

.p-flow {
  font-family: "Noto Serif JP", serif;
  padding: 80px 0;
  background-color: #FCFCFC;
  position: relative;
}
.p-flow::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: url(../img/top2/common_bg.png) repeat center center/cover;
}

.p-flow__inner {
  position: relative;
  z-index: 1;
}

.p-flow__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}

.p-flow__boxes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 56px;
}

.p-flow__box {
  background-color: #D1171E;
  border-radius: 10px;
  display: grid;
}

.p-flow__boxInner {
  display: block;
  color: #fff;
  padding: 18px 25px;
  display: grid;
  place-content: center;
  box-sizing: border-box;
}
.p-flow__boxInner:hover {
  opacity: 0.8;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
}

.p-flow__boxLead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.p-flow__boxLeadIcon {
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
  display: block;
  flex-shrink: 0;
}

.p-flow__boxLeadText {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-flow__boxText {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 4px;
}

.p-flow__scrollArea {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 42px;
  padding-bottom: 20px;
  margin-top: 56px;
  font-family: "Noto Sans JP", sans-serif;
}

/* スクロールバー全体を対象にする */
.p-flow__scrollArea::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.p-flow__scrollArea::-webkit-scrollbar-track {
  background: #F0F0F0; /* スクロールバーの背景色 */
  border-radius: 100px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.p-flow__scrollArea::-webkit-scrollbar-thumb {
  background: #D1171E; /* スクロールバーの操作部分の背景色 */
  border-radius: 100px; /* 角丸にする */
}

.p-flow__list {
  display: grid;
  grid-template-columns: repeat(10, 180px);
  grid-template-rows: auto 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  counter-reset: num;
}

.p-flow__item {
  background-color: #ffeebe;
  border-radius: 10px;
  width: 180px;
  counter-increment: num;
  position: relative;
  padding: 51px 15px 15px;
  min-height: 323px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.p-flow__item::after {
  content: "";
  display: block;
  width: 18px;
  height: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #D1171E;
  position: absolute;
  top: 50%;
  right: -21px;
  translate: 0 -50%;
}

.p-flow__item:last-child::after {
  display: none;
}

.p-flow__itemLabel {
  width: 84px;
  height: auto;
  aspect-ratio: 1;
  color: #fff;
  text-align: center;
  background: url(../img/top2/flow_img.svg) no-repeat center center/cover;
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.p-flow__itemStep {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.p-flow__ItemNum {
  display: grid;
  text-align: center;
}
.p-flow__ItemNum::before {
  content: counter(num, decimal-leading-zero);
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-flow__itemTitle {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  align-self: center;
}

.p-flow__itemText {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-top: 17px;
  margin-top: 14px;
  border-top: 1px dashed #D1171E;
}

.p-gallery {
  padding: 80px 0;
  background-color: #fcfcfc;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.p-gallery::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/top2/common_bg2.png) repeat-y center top/cover;
  pointer-events: none;
  opacity: 0.6;
}

.p-gallery__content {
  position: relative;
  padding-bottom: 32px;
}

.p-gallery__content + .p-gallery__content {
  margin-top: 40px;
}

.p-gallery__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background-color: #D1171E;
}
.p-gallery__bg::before, .p-gallery__bg::after {
  content: "";
  display: block;
  width: 184px;
  height: 100%;
  background: url(../img/top2/gallery_bg.png) no-repeat center center/cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  opacity: 0.8;
}
.p-gallery__bg::before {
  left: 0;
}
.p-gallery__bg::after {
  right: 0;
}

.p-gallery__inner {
  position: relative;
  z-index: 1;
}

.p-gallery__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}

.p-gallery__wrap {
  display: grid;
  grid-template-columns: 488fr 336fr 336fr;
  grid-template-rows: 254fr 526fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 56px;
  position: relative;
}

.p-gallery__label {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  padding: 6px 16px 2px;
  color: #fff;
  min-width: 389px;
  min-height: 56px;
  display: grid;
  place-items: center;
  background-color: #D1171E;
  grid-column: 2/4;
  grid-row: 1/2;
  align-self: center;
  justify-self: center;
}

.p-gallery__img {
  width: 100%;
}
.p-gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-gallery__img:nth-child(1 of .p-gallery__img) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-gallery__img:nth-child(2 of .p-gallery__img) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.p-gallery__img:nth-child(3 of .p-gallery__img) {
  grid-column: 3/4;
  grid-row: 2/3;
}

/* ========================================================
# 偶数版目
======================================================== */
.p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__wrap {
  grid-template-columns: 336fr 336fr 488fr;
}
.p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__label {
  grid-column: 1/3;
}
.p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(1 of .p-gallery__img) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(2 of .p-gallery__img) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(3 of .p-gallery__img) {
  grid-column: 3/4;
  grid-row: 1/3;
}
.p-gallery__content.--blue .p-gallery__bg {
  background-color: #21396f;
}
.p-gallery__content.--blue .p-gallery__bg::before, .p-gallery__content.--blue .p-gallery__bg::after {
  opacity: 0.4;
}
.p-gallery__content.--blue .p-gallery__label {
  background-color: #21396f;
}

.p-gallery__btn {
  margin-top: 56px;
  text-align: center;
}

.p-information {
  padding: 80px 0;
  background-color: #FCFCFC;
  position: relative;
  z-index: 0;
}
.p-information::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: url(../img/top2/common_bg.png) repeat center center/cover;
  z-index: -1;
}

.p-information__bnrList {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 57px;
}

.p-information__bnr {
  width: calc(50% - 25px);
}
.p-information__bnr img {
  width: 100%;
  height: auto;
}

.p-plan {
  background-color: #e8eeff;
  padding: 80px 0;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 0;
  overflow: clip;
}

.p-plan__wrap {
  display: grid;
  gap: 104px;
  grid-template-columns: 600fr 496fr;
  align-items: center;
  margin-top: 64px;
}

.p-plan__text {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-plan__img {
  padding-right: 16px;
  padding-bottom: 16px;
  position: relative;
  z-index: 0;
}
.p-plan__img img {
  aspect-ratio: 480/340;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-plan__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background-color: #21396f;
  z-index: -1;
}

.p-plan__item {
  background-color: #fcfcfc;
  margin-top: 130px;
  border: 2px solid #21396f;
  position: relative;
  padding: 50px 42px 20px;
}
.p-plan__item::before {
  content: "";
  display: block;
  width: 229px;
  height: 92px;
  background: url(../img/top2/plan_head.svg) no-repeat center center/contain;
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
}

.p-plan__corner {
  position: absolute;
  width: 100px;
  height: 100px;
}
.p-plan__corner.--topLeft {
  top: 10px;
  left: 10px;
}
.p-plan__corner.--topRight {
  top: 10px;
  right: 10px;
  rotate: 90deg;
}
.p-plan__corner.--bottomLeft {
  bottom: 10px;
  left: 10px;
  rotate: -90deg;
}
.p-plan__corner.--bottomRight {
  bottom: 10px;
  right: 10px;
  rotate: 180deg;
}

.p-plan__num {
  font-family: "Cormorant Garamond", serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 36px;
  color: #21396f;
  font-weight: 600;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: block;
}

.p-plan__numText {
  font-family: "Caveat", cursive;
  font-weight: bold;
  line-height: 1.3;
  font-size: 112px;
  color: #21396f;
  display: block;
  margin-top: -40px;
  margin-left: -25px;
}

.p-plan__title {
  background: linear-gradient(274.21deg, #f02e34 -9.2%, #b81c2c 85.21%, #600011 113.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  position: relative;
  padding-bottom: 10px;
}
.p-plan__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e8eeff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.p-plan__itemWrap {
  display: grid;
  grid-template-columns: 517fr 663fr;
  gap: 15px;
  align-items: center;
}

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

.p-plan__body {
  margin-top: 36px;
}

.p-plan__itemText {
  font-size: 18px;
  line-height: 1.5;
}

.p-plan__setTitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #21396f;
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  margin-top: 12px;
}
.p-plan__setTitle::before, .p-plan__setTitle::after {
  content: "";
  display: block;
  width: 260px;
  height: 26px;
  background: url(../img/top2/plan_title1.png) no-repeat center center/contain;
}

.p-price {
  margin-top: 12px;
}

.p-price__item {
  background: url(../img/top2/plan_title2.png) no-repeat center center/cover;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 11px;
  min-height: 80px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-price__item.--lg {
  flex-direction: row;
}

.p-price__text {
  font-size: 18px;
  text-align: center;
}

.p-price__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-price__heading {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: inline-block;
}

.p-price__badge {
  background-color: white;
  color: #21396f;
  padding: 5px 16px;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

.p-price__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.p-price__column {
  width: 45%;
}

.p-price__icon {
  font-size: 24px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-price__icon--plus {
  color: #1e3c72;
  font-size: 36px;
  font-weight: bold;
}

.p-price__total {
  margin-top: 10px;
}

.p-price__amount {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 88px;
  line-height: 130%;
  background: linear-gradient(274.21deg, #f02e34 -9.2%, #b81c2c 85.21%, #600011 113.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transform: matrix(1, 0, -0.21, 0.98, 0, 0);
}

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

.p-price__note {
  font-size: 14px;
  margin-top: 4px;
}

.p-plan__btn {
  text-align: center;
  margin-top: 18px;
}

.p-plan__cloud {
  position: absolute;
  width: 400px;
  height: 180px;
  z-index: -1;
}
.p-plan__cloud.--cloud1 {
  top: 62px;
  left: -10px;
}
.p-plan__cloud.--cloud2 {
  bottom: 345px;
  left: -10px;
}
.p-plan__cloud.--cloud3 {
  bottom: 176px;
  right: -10px;
  scale: -1 1;
}

.p-plan__flower {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.p-plan__flower.--flower1 {
  top: 506px;
  left: 150px;
}
.p-plan__flower.--flower2 {
  bottom: 603px;
  right: 20px;
}

.p-reason {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  background-color: #fefbd2;
  font-family: "Noto Serif JP", serif;
}
.p-reason::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background: url(../img/top2/common_bg2.png) repeat center center/cover;
  z-index: -1;
}
.p-reason .p-reason__head {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  padding-top: 114px;
  padding-bottom: 114px;
}
.p-reason .p-reason__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-width: 1200px;
}
.p-reason .p-reason__img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-reason .p-reason__inner {
  position: relative;
}
.p-reason .p-reason__title {
  position: absolute;
  top: -154px;
  white-space: nowrap;
  right: 0;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 20px 26px;
  writing-mode: vertical-rl;
  background: url(../img/top2/title_bg1.png) no-repeat center center/100% 100%;
}
.p-reason .p-reason__textBox {
  width: 517px;
}
.p-reason .p-reason__text {
  font-size: 16px;
  line-height: 1.5;
}
.p-reason .p-reason__text2 .p-reason__text:nth-child(n+2) {
  margin-top: 16px;
}
.p-reason .p-reason__img2 {
  border-radius: 10px;
  aspect-ratio: 529/375;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-reason .p-reason__imgList.u-desktop {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
  margin-top: 80px;
}
.p-reason .p-reason__flow {
  margin-top: 80px;
}
.p-reason .p-reason__flowTitle {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 600;
  color: #d1171e;
  text-align: center;
  letter-spacing: 0.04em;
}
.p-reason .p-reason__flowText {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.p-reason .p-reason__flowList {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.p-reason .p-reason__flowItem {
  border-radius: 10px;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.p-reason .p-reason__flowItemImg img {
  aspect-ratio: 286/182;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-reason .p-reason__flowItemTitle {
  padding: 10px 15px;
  background-color: #e00008;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.p-reason .p-reason__flowItemTitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top2/reason_titleBg.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.4;
}
.p-reason .p-reason__flowItemBody {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 17px 28px;
  position: relative;
  z-index: 1;
}
.p-reason .p-reason__flowItemBody::before {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../img/top2/reason_cardBg.png) no-repeat center center/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.p-reason .p-reason__flowItemBody::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../img/top2/reason_cardBg.png) no-repeat center center/100% 100%;
  position: absolute;
  bottom: 8px;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}
.p-reason .p-reason__flowItemText {
  font-size: 16px;
  line-height: 1.5;
}
.p-reason .p-reason__btn {
  padding-top: 16px;
  margin-top: auto;
}

.p-studio {
  padding: 80px 0;
  background-color: #fcfcfc;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.p-studio::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: url(../img/top2/common_bg2.png) repeat-y center top/cover;
  pointer-events: none;
  opacity: 0.6;
}

.p-studio__inner {
  position: relative;
  z-index: 1;
}

.p-studio__titleArea {
  text-align: center;
  margin-top: 56px;
}
.p-studio__titleArea img {
  width: 240px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.p-studio__lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.p-studio__subTitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-studio__wrap {
  display: grid;
  grid-template-columns: auto 520px;
  align-items: center;
  gap: 37px;
  margin-top: 32px;
}

.p-studio__list {
  display: grid;
  gap: 16px;
}

.p-studio__item {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
}
.p-studio__item::before {
  content: "";
  display: block;
  width: 5px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #221815;
  margin-top: 12px;
}

.p-studio__img {
  width: 100%;
}
.p-studio__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.p-table {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
}

.p-table__label {
  display: grid;
  place-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 152px;
  min-height: 50px;
  background-color: #e00008;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}
.p-table__label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/top2/table_label_bg.png) repeat center center/contain;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
}

.p-table__label.--blue {
  background-color: #083498;
}

.p-table__labelText {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-table__wrap {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 20px;
}

.p-table__item {
  display: grid;
  grid-template-columns: 148px 1fr;
  min-height: 80px;
  box-sizing: border-box;
}

.p-table__item.--pt {
  padding-top: 18px;
}

.p-table__item:nth-child(n+2) {
  border-top: 1px dashed #cbcbcb;
}

.p-table__itemTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  align-self: center;
}

.p-table__itemTextArea {
  padding: 6px 32px;
  position: relative;
  display: grid;
}
.p-table__itemTextArea::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px dashed #cbcbcb;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.p-table__itemText {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  align-self: center;
}

.p-table__itemLead {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.p-table__itemLead img {
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-table__itemLead:nth-child(2 of .p-table__itemLead) {
  margin-top: 16px;
}

.p-table__itemLeadText {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.p-table__itemNote {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.p-voice {
  font-family: "Noto Serif JP", serif;
  padding: 80px 0;
  background-color: #FCFCFC;
  position: relative;
}
.p-voice::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background: url(../img/top2/common_bg.png) repeat center center/cover;
}

.p-voice__inner {
  position: relative;
  z-index: 1;
}

.p-voice__text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
}

.p-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 56px;
}

.p-voice__item {
  background-color: #FFEEBE;
  border-radius: 10px;
  padding: 22px;
}

.p-voice__itemTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #d1171e;
}

.p-voice__itemImg {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.p-voice__itemImg::before, .p-voice__itemImg::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d1171e;
  border-radius: 100px;
}
.p-voice__itemImg img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1;
}

.p-voice__itemText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  min-height: 72px;
}

.p-voice__itemText2 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 6px;
}

.p-voice__btn {
  margin-top: 56px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
  .u-mobile {
    display: block;
  }
  .c-title1 {
    font-size: 24px;
    font-weight: bold;
    gap: 8px;
    grid-template-columns: 70px auto 70px;
    text-align: center;
  }
  .c-title1::before, .c-title1::after {
    height: 10px;
  }
  .c-btn1 {
    min-width: 300px;
    padding: 12px 50px 8px;
  }
  .c-btn1__text {
    font-size: 16px;
  }
  .p-catalog__text {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
    font-size: 16px;
  }
  .p-catalog__list {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }
  .p-catalog__item img {
    aspect-ratio: 343/450;
  }
  .p-catalog__btn {
    margin-top: 48px;
  }
  .p-catalog__pattern {
    width: 220px;
    height: 100px;
  }
  .p-catalog__pattern:nth-child(1) {
    top: 153px;
  }
  .p-catalog__pattern:nth-child(2) {
    bottom: 10px;
  }
  .p-catalog__pattern:nth-child(3) {
    display: none;
  }
  .p-event__item {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .p-event__itemText {
    writing-mode: initial;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .p-event__btn {
    margin-top: 32px;
    text-align: center;
  }
  .p-event__img {
    order: -1;
  }
  .p-event__img img {
    aspect-ratio: 343/257;
  }
  .p-event__pattern {
    width: 220px;
    height: 100px;
  }
  .p-event__pattern:nth-child(1) {
    top: 13px;
  }
  .p-event__pattern:nth-child(2) {
    display: none;
  }
  .p-event__pattern:nth-child(3) {
    bottom: 13px;
    left: initial;
    right: 0;
    scale: -1 1;
  }
  .p-feature__inner {
    padding: 0 16px;
  }
  .p-feature__text {
    font-size: 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .p-feature__item {
    padding-top: 40px;
    padding-bottom: 68px;
  }
  .p-feature__item::before {
    height: 100%;
  }
  .p-feature__itemInner {
    display: block;
    padding: 0 16px;
  }
  .p-feature__itemImg {
    width: 100%;
  }
  .p-feature__itemBody {
    width: 100%;
    padding-top: 0;
  }
  .p-feature__itemTitle {
    font-size: 16px;
    padding-top: 38px;
    padding-bottom: 30px;
    min-width: 260px;
  }
  .p-feature__itemText {
    font-weight: 300;
  }
  .p-feature__itemBg {
    width: 60px;
    height: 60px;
  }
  .p-feature__itemBg.--bg1 {
    top: 127px;
    left: 25px;
    right: auto;
  }
  .p-feature__itemBg.--bg2 {
    top: 187px;
    left: auto;
    right: 4px;
  }
  .p-feature__itemBg.--bg3 {
    bottom: 230px;
    left: 15px;
  }
  .p-feature__itemBg2 {
    width: 60px;
    height: 60px;
  }
  .p-feature__itemBg2.--bg1 {
    top: 168px;
    right: auto;
    left: 48px;
  }
  .p-feature__itemBg2.--bg2 {
    bottom: 285px;
    left: 15px;
    right: auto;
  }
  .p-feature__itemBg2.--bg3 {
    top: 310px;
    left: auto;
    right: 18px;
  }
  .p-feature__itemBg2.--bg4 {
    display: none;
  }
  .p-flow__text {
    font-size: 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .p-flow__boxes {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 48px;
  }
  .p-flow__boxInner {
    padding: 14px 25px;
    min-height: 92px;
  }
  .p-flow__boxLeadIcon {
    width: 16px;
  }
  .p-flow__boxLeadText {
    font-size: 14px;
  }
  .p-flow__boxText {
    font-size: 14px;
  }
  .p-flow__scrollArea {
    padding-bottom: 48px;
    margin-top: 48px;
  }
  .p-gallery::before {
    background: url(../img/top2/common_bg2.png) repeat-y center top/auto auto;
  }
  .p-gallery__content {
    padding-bottom: 79px;
  }
  .p-gallery__bg {
    height: 551px;
    height: calc(100% - 226px - 24px);
  }
  .p-gallery__bg::before, .p-gallery__bg::after {
    background: url(../img/top2/gallery_bg_sp.png) no-repeat center center/cover;
    width: 100%;
    height: 110px;
  }
  .p-gallery__bg::after {
    top: initial;
    bottom: 0;
  }
  .p-gallery__text {
    font-size: 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .p-gallery__wrap {
    margin-top: 38px;
    grid-template-columns: 164fr 15fr 99fr 10fr 57fr;
    grid-template-rows: 226fr 219fr 15fr 343fr;
    gap: 0;
  }
  .p-gallery__label {
    font-size: 24px;
    writing-mode: vertical-rl;
    min-width: 57px;
    min-height: 226px;
    line-height: 1;
    letter-spacing: 0.4em;
    align-self: flex-start;
    justify-self: flex-start;
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .p-gallery__img:nth-child(1 of .p-gallery__img) {
    grid-column: 1/4;
    grid-row: 1/3;
  }
  .p-gallery__img:nth-child(2 of .p-gallery__img) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .p-gallery__img:nth-child(3 of .p-gallery__img) {
    grid-column: 3/6;
    grid-row: 4/5;
  }
  .p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__wrap {
    grid-template-columns: 57fr 8fr 98fr 15fr 164fr;
  }
  .p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__label {
    grid-column: 1/2;
  }
  .p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(1 of .p-gallery__img) {
    grid-column: 1/4;
    grid-row: 4/5;
  }
  .p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(2 of .p-gallery__img) {
    grid-column: 5/6;
    grid-row: 4/5;
  }
  .p-gallery__content:nth-child(even of .p-gallery__content) .p-gallery__img:nth-child(3 of .p-gallery__img) {
    grid-column: 3/6;
    grid-row: 1/3;
  }
  .p-gallery__btn {
    margin-top: 38px;
  }
  .p-information__bnrList {
    flex-direction: column;
    gap: 24px;
    margin-top: 48px;
  }
  .p-information__bnr {
    width: 100%;
  }
  .p-plan__inner {
    padding: 0 16px;
  }
  .p-plan__wrap {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 24px;
  }
  .p-plan__text {
    font-size: 16px;
  }
  .p-plan__img {
    padding-right: 8px;
    padding-bottom: 8px;
  }
  .p-plan__img::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .p-plan__item {
    padding: 39px 0 90px;
  }
  .p-plan__item::before {
    background: url(../img/top2/plan_head_sp.svg) no-repeat center center/contain;
    width: 150px;
    height: 71px;
    top: -71px;
  }
  .p-plan__corner {
    width: 40px;
    height: 40px;
  }
  .p-plan__corner.--topLeft {
    top: 2px;
    left: 2px;
  }
  .p-plan__corner.--topRight {
    top: 2px;
    right: 2px;
  }
  .p-plan__corner.--bottomLeft {
    bottom: 2px;
    left: 2px;
  }
  .p-plan__corner.--bottomRight {
    bottom: 2px;
    right: 2px;
  }
  .p-plan__num {
    font-size: 20px;
    top: -50px;
  }
  .p-plan__numText {
    font-size: 69px;
    margin-top: -25px;
    margin-left: -15px;
  }
  .p-plan__title {
    font-size: 38px;
  }
  .p-plan__itemWrap {
    margin-top: 10px;
    display: block;
    margin-left: 0;
  }
  .p-plan__body {
    margin-top: 19px;
    padding: 0 15px;
  }
  .p-plan__itemText {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 7px;
    letter-spacing: 0.04em;
  }
  .p-plan__setTitle {
    font-size: 14px;
    gap: 7px;
  }
  .p-plan__setTitle::before, .p-plan__setTitle::after {
    width: 110px;
    height: 20px;
  }
  .p-price {
    margin-top: 22px;
  }
  .p-price__item {
    min-height: 45px;
    padding: 5px;
    border-radius: 4px;
  }
  .p-price__text {
    font-size: 12px;
  }
  .p-price__heading {
    font-size: 14px;
  }
  .p-price__badge {
    font-size: 12px;
    padding: 5px 6px;
    line-height: 1.3;
  }
  .p-price__icon--plus {
    font-size: 20px;
  }
  .p-price__total {
    margin-top: 24px;
  }
  .p-price__amount {
    font-size: 48px;
  }
  .p-price__tax {
    font-size: 10px;
  }
  .p-price__note {
    font-size: 10px;
    margin-top: 0;
  }
  .p-plan__btn {
    margin-top: 40px;
  }
  .p-plan__cloud {
    width: 220px;
    height: 100px;
  }
  .p-plan__cloud.--cloud1 {
    top: 249px;
  }
  .p-plan__cloud.--cloud2 {
    bottom: 4px;
  }
  .p-plan__cloud.--cloud3 {
    bottom: auto;
    top: 584px;
  }
  .p-plan__flower {
    width: 60px;
    height: 60px;
  }
  .p-plan__flower.--flower1 {
    top: 595px;
    left: 15px;
  }
  .p-plan__flower.--flower2 {
    bottom: 10px;
    right: 23px;
  }
  .p-reason {
    padding-top: 80px;
  }
  .p-reason::before {
    background: url(../img/top2/common_bg2.png) repeat center center/auto auto;
  }
  .p-reason .p-reason__head {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .p-reason .p-reason__img {
    position: static;
    min-width: initial;
  }
  .p-reason .p-reason__img img {
    border-radius: 0;
  }
  .p-reason .p-reason__body {
    background: url(../img/top2/reason_bg.png) no-repeat top center/cover;
    padding-bottom: 100px;
  }
  .p-reason .p-reason__inner {
    padding: 0 16px;
    position: static;
  }
  .p-reason .p-reason__title {
    font-size: 21px;
    padding: 18px 15px;
    top: 21px;
    right: 16px;
  }
  .p-reason .p-reason__textBox {
    width: 100%;
  }
  .p-reason .p-reason__text {
    font-weight: 300;
  }
  .p-reason .p-reason__text2 {
    margin-top: 32px;
  }
  .p-reason .p-reason__img2 {
    width: 78.7172011662%;
    margin: 0 auto;
    border-radius: 7px;
    height: auto;
    margin-top: 32px;
  }
  .p-reason .p-reason__imgList.u-desktop {
    display: none;
  }
  .p-reason .p-reason__flowTitle {
    font-size: 20px;
  }
  .p-reason .p-reason__flowText {
    font-size: 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .p-reason .p-reason__flowList {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px 20px;
  }
  .p-reason .p-reason__flowItemBody {
    padding: 20px 23px 48px;
  }
  .p-reason .p-reason__inner2 {
    padding: 0 16px;
  }
  .p-studio::before {
    background: url(../img/top2/common_bg2.png) repeat-y center top/auto auto;
  }
  .p-studio__titleArea {
    margin-top: 48px;
  }
  .p-studio__titleArea img {
    width: 144px;
    height: 30px;
  }
  .p-studio__lead {
    font-size: 14px;
    margin-top: 7px;
  }
  .p-studio__subTitle {
    font-size: 24px;
  }
  .p-studio__wrap {
    grid-template-columns: 1fr;
    margin-top: 24px;
    gap: 33px;
  }
  .p-studio__list {
    gap: 12px;
  }
  .p-studio__item {
    font-size: 14px;
  }
  .p-studio__item::before {
    width: 4px;
    margin-top: 10px;
  }
  .p-studio__img {
    order: -1;
  }
  .p-table {
    margin-top: 40px;
  }
  .p-table__label {
    min-width: 120px;
    min-height: 40px;
  }
  .p-table__labelText {
    font-size: 16px;
  }
  .p-table__wrap {
    padding: 0;
  }
  .p-table__item {
    display: block;
    min-height: initial;
    padding: 24px;
  }
  .p-table__item.--pt {
    padding: 24px;
  }
  .p-table__itemTitle {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  .p-table__itemTextArea {
    padding: 0;
    margin-top: 2px;
  }
  .p-table__itemTextArea::before {
    content: none;
  }
  .p-table__itemText {
    font-size: 16px;
  }
  .p-table__itemLead {
    margin-bottom: 7px;
    margin-top: 24px;
  }
  .p-table__itemLead:nth-child(2 of .p-table__itemLead) {
    margin-top: 24px;
  }
  .p-table__itemLeadText {
    font-size: 16px;
  }
  .p-table__itemNote {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-voice__text {
    font-size: 16px;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0;
  }
  .p-voice__list {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 42px;
  }
  .p-voice__item {
    padding: 32px 11px;
  }
  .p-voice__itemImg {
    margin-top: 15px;
  }
  .p-voice__itemImg img {
    width: 20px;
  }
  .p-voice__itemText {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-top: 16px;
    font-weight: 300;
  }
  .p-voice__itemText2 {
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-top: 16px;
    font-weight: 300;
  }
  .p-voice__btn {
    margin-top: 48px;
  }
}

@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #fff;
  }
  .c-btn1:hover::before {
    background-color: #221815;
  }
  .c-btn1:hover .c-btn1__text {
    color: #fff;
  }
  .c-btn1:hover::after {
    color: #fff;
  }
  .p-event__img:hover {
    opacity: 1;
  }
  .p-event__img:hover::before {
    box-shadow: 0 0 120px 10px #fff inset;
  }
}

/*# sourceMappingURL=top.css.map */