@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #FCFAF8;
  overflow-x: hidden;
  color: #350105;
  font-size: 16px;
  font-family: "KomorebiGothic";
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 20px 24px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

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

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  transform: translateY(-50%);
}

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

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -0.2em;
  width: 26px;
  height: 15.6px;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid #ccc;
  content: "";
  opacity: 1;
  transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: #e2e2e2;
  box-shadow: none;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "KomorebiGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/komorebi-gothic.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 2.5rem;
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
  border-left: 0.625rem solid #a96d77;
  padding-left: 1rem;
  border-bottom: 0.125rem solid #a96d77;
  padding-bottom: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-editorContents h2.wp-block-heading {
    font-size: 1.25rem;
  }
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  border-bottom: 0.125rem dotted #a96d77;
  padding-bottom: 0.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-editorContents h3.wp-block-heading {
    font-size: 1.125rem;
  }
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents p {
  line-height: 1.8;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
  border-radius: 0.625rem;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents a {
  text-decoration: underline;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 58/27;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-inner {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

/* ===============================================
トップページのレイアウトに関するスタイリング
=============================================== */
.l-top__message {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .l-top__message {
    margin-top: 3.5625rem;
  }
}

.l-top__service {
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-top__service {
    margin-top: 3.75rem;
  }
}

.l-top__flow {
  margin-top: 7.9375rem;
}

.l-top__instagramBanner {
  padding: 0 1.25rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-top__instagramBanner {
    margin-top: 5rem;
  }
}

.l-top__lineBanner {
  padding: 0 1.25rem;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-top__lineBanner {
    margin-top: 5rem;
  }
}

.l-top__footer {
  margin-top: 8.6875rem;
}
@media screen and (max-width: 768px) {
  .l-top__footer {
    margin-top: 5rem;
  }
}

/* ===============================================
下層ページのレイアウトに関するスタイリング
=============================================== */
.l-lower__lineBanner {
  margin-top: 9.375rem;
}

.l-lower__footer {
  margin-top: 10.5625rem;
}

/* ===============================================
下層サービスページのレイアウトに関するスタイリング
=============================================== */
.l-lowerService__explanation {
  margin-top: 3.8125rem;
}

.l-lowerService__price {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-lowerService__price {
    margin-top: 12.5rem;
  }
}

.l-lowerService__plan {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-lowerService__plan {
    margin-top: 12.5rem;
  }
}

.l-lowerService__location {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-lowerService__location {
    margin-top: 12.5rem;
  }
}

.l-lowerService__business {
  margin-top: 9.375rem;
}
@media screen and (max-width: 768px) {
  .l-lowerService__business {
    margin-top: 12.5rem;
  }
}

/* ===============================================
各セクションタイトル
=============================================== */
.c-sectionHead__title {
  margin-right: auto;
  margin-left: auto;
}

.c-sectionHead__title--service {
  width: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHead__title--service {
    width: 5.6875rem;
  }
}

.c-sectionHead__title--flow {
  width: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHead__title--flow {
    width: 3.75rem;
  }
}

.c-sectionHead__title--news {
  width: 5.6875rem;
}
@media screen and (max-width: 768px) {
  .c-sectionHead__title--news {
    width: 3.8125rem;
  }
}

.c-sectionHead__deco {
  width: 17.1875rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-sectionHead__deco {
    width: 11.625rem;
  }
}

.c-sectionHead__subtitle {
  font-family: "ZenMaruGothic";
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sectionHead__subtitle {
    font-size: 1rem;
  }
}

.c-serviceHead {
  display: flex;
  align-items: flex-end;
}

.c-serviceHead__number {
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__number {
    width: 1.8125rem;
  }
}

.c-serviceHead__speechBubble {
  margin-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble {
    margin-left: 1.625rem;
  }
}

.c-serviceHead__speechBubble1 {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble1 {
    width: 13.5rem;
  }
}

.c-serviceHead__speechBubble2 {
  width: 19.375rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble2 {
    width: 16.25rem;
  }
}

.c-serviceHead__speechBubble3 {
  width: 16.6875rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble3 {
    width: 15.125rem;
  }
}

.c-serviceHead__speechBubble4 {
  width: 16.875rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble4 {
    width: 14.6875rem;
  }
}

.c-serviceHead__speechBubble5 {
  width: 16.6875rem;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubble5 {
    width: 14.375rem;
  }
}

.c-serviceHead__speechBubbleText {
  font-family: "ZenMaruGothic";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: absolute;
  top: 1.25rem;
  left: 1.6875rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-serviceHead__speechBubbleText {
    font-size: 0.875rem;
    top: 0.6875rem;
    left: 1.5625rem;
  }
}

/* ===============================================
もっとみるボタン
=============================================== */
.c-btn {
  position: relative;
  display: inline-block;
  max-width: 18.125rem;
  width: 100%;
  transition: all 0.3s;
}
.c-btn img {
  width: 100%;
}
.c-btn p {
  font-family: "ZenMaruGothic";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.0625rem;
}
.c-btn::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  right: 3.625rem;
}
@media screen and (max-width: 768px) {
  .c-btn {
    max-width: 16.5rem;
  }
}

.c-btn:hover {
  opacity: 0.7;
}

/* ===============================================
フローsectionのタグリボン
=============================================== */
.c-tag {
  position: relative;
}

.c-tag__content {
  position: absolute;
  top: 1.0625rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-tag__step {
  width: 1.375rem;
  margin-right: auto;
  margin-left: auto;
}

.c-tag__number {
  font-family: "ZenMaruGothic";
  font-weight: 700;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  text-align: center;
}

/* ===============================================
instagramのバナー
=============================================== */
.c-instagramBanner {
  display: block;
  max-width: 51.5625rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  cursor: pointer;
}
.c-instagramBanner img {
  width: 100%;
}

.c-instagramBanner:hover {
  opacity: 0.7;
}

/* ===============================================
LINEのバナー
=============================================== */
.c-lineBanner {
  display: block;
  max-width: 73.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s;
  cursor: pointer;
}
.c-lineBanner img {
  width: 100%;
}

.c-lineBanner:hover {
  opacity: 0.7;
}

.c-lineBanner__pc {
  position: relative;
}

.c-lineBanner__lineBtnText {
  font-family: "Roboto";
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 120px);
  left: 29rem;
  bottom: 4.8125rem;
}
@media screen and (max-width: 1280px) {
  .c-lineBanner__lineBtnText {
    font-size: clamp(16px, 2.03125vw, 26px);
    left: 40%;
    bottom: 22.4%;
  }
}
@media screen and (max-width: 768px) {
  .c-lineBanner__lineBtnText {
    font-size: clamp(16px, 6.9333333333vw, 56px);
    left: 14%;
    bottom: 14.8%;
  }
}

/* ===============================================
トップに戻るボタン
=============================================== */
.c-toTopBtn {
  position: fixed;
  width: 3.75rem;
  bottom: 20.625rem;
  right: calc(50% - 36.5625rem);
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .c-toTopBtn {
    right: 1.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .c-toTopBtn {
    bottom: 5.6875rem;
    right: 1.875rem;
  }
}
.c-toTopBtn img {
  transition: all 0.3s;
}
.c-toTopBtn img:hover {
  opacity: 0.7;
}

/* ===============================================
ハンバーガーボタン
=============================================== */
.c-hamburger {
  position: relative;
  margin-top: 1.25rem;
  z-index: 300;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-hamburger {
    display: block;
  }
}

.c-hamburger__line {
  position: relative;
  width: 1.875rem;
  height: 1.375rem;
  margin-top: 0.5rem;
}

.c-hamburger__line span {
  display: inline-block;
  position: absolute;
  height: 2px;
  left: 0;
  border-radius: 5px;
  background-color: #350105;
  transition: all 0.5s;
}

.c-hamburger__line span:nth-of-type(1) {
  width: 100%;
  top: 0;
}

.c-hamburger__line span:nth-of-type(2) {
  width: 100%;
  top: 0.625rem;
}

.c-hamburger__line span:nth-of-type(3) {
  width: 53.3333333333%;
  bottom: 0;
}

.c-hamburger__line.active span:nth-of-type(1) {
  top: 0.5rem;
  transform: translateY(6px) rotate(-135deg);
}

.c-hamburger__line.active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger__line.active span:nth-of-type(3) {
  width: 100%;
  top: 1.25rem;
  transform: translateY(-6px) rotate(135deg);
}

/* ===============================================
ドロワーメニュー
=============================================== */
.c-drawer {
  position: fixed;
  max-width: 25rem;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -120%;
  background-color: #fff;
  padding: 6.25rem 2rem 6.25rem 2rem;
  z-index: 200;
  transition: all 0.5s;
  overflow-y: scroll;
}

.c-drawer.active {
  right: 0;
}

.c-drawer__navLink {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-family: "ZenMaruGothic";
  font-weight: 500;
  padding: 1.25rem 0;
  cursor: pointer;
  transition: all 0.3s;
}

.c-drawer__navLink:hover {
  opacity: 0.7;
}

.c-drawer__navSub {
  margin-left: 0.625rem;
}

.c-drawer__navLinkSub {
  display: block;
  padding: 0.625rem 0 0.625rem 1.25rem;
  font-family: "ZenMaruGothic";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  position: relative;
  transition: all 0.3s;
}
.c-drawer__navLinkSub p {
  margin-left: 0.625rem;
}
.c-drawer__navLinkSub::before {
  position: absolute;
  content: "-";
  left: 0;
}

.c-drawer__navLinkSub:hover {
  opacity: 0.7;
}

.c-drawer__lineBtn {
  display: block;
  margin-top: 1.25rem;
  transition: all 0.3s;
  position: relative;
}

.c-drawer__lineBtn:hover {
  opacity: 0.7;
}

.c-drawer__lineBtnText {
  font-family: "Roboto";
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}

/* ===============================================
ドロワーメニューOPEN時のオーバーレイ
=============================================== */
.c-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-overlay {
    display: block;
  }
}

.c-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===============================================
フローティングバナー
=============================================== */
.c-floatBanner {
  position: fixed;
  bottom: 0.3125rem;
  right: 2.9375rem;
  width: 21.25rem;
  border-radius: 14px;
  z-index: 10;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .c-floatBanner {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-floatBanner.appear {
  opacity: 1;
  visibility: visible;
}

.c-floatBanner__head {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3666666667;
  color: #fff;
  background-color: #A86D77;
  padding: 0.4375rem 0;
  text-align: center;
  border-radius: 14px 14px 0 0;
  border: 4px solid #A86D77;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .c-floatBanner__head {
    font-size: 1.625rem;
    line-height: 1.5769230769;
    padding: 0;
  }
}

.c-floatBanner__body {
  padding: 0.125rem 1rem 0.75rem;
  background-color: #fff;
  border-radius: 0 0 14px 14px;
  border: 4px solid #A86D77;
  border-top: none;
}
@media screen and (max-width: 768px) {
  .c-floatBanner__body {
    padding: 0.125rem 1rem 0.3125rem;
  }
}

.c-floatBanner__text {
  font-family: "ZenMaruGothic";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-floatBanner__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 1.3571428571;
  }
}

.c-floatBanner__btnWrapper {
  display: flex;
  gap: 1.125rem;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .c-floatBanner__btnWrapper {
    margin-top: 0.125rem;
  }
}

.c-floatBanner__lineBtn,
.c-floatBanner__instagramBtn {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.c-floatBanner__lineBtn:hover,
.c-floatBanner__instagramBtn:hover {
  opacity: 0.7;
}

.c-floatBanner__lineBtnText,
.c-floatBanner__instagramBtnText {
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-floatBanner__lineBtnText {
  left: 4.3125rem;
  text-transform: uppercase;
}

.c-floatBanner__instagramBtnText {
  left: 3rem;
  text-transform: capitalize;
}

.c-share-button {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.c-share-button__item {
  padding: 8px 12px;
  border: none;
  background-color: #f0f0f0;
  color: #333;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-share-button__item:hover {
  background-color: #e0e0e0;
}

/* コピー用のスタイル */
.c-share-button__item--copy {
  background-color: #a96d77;
  color: #fff;
}

.c-share-button__share-icon {
  width: 1.5rem;
}

/* ===============================================
ヘッダー
=============================================== */
.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}

.p-header.disappeared {
  transform: translateY(-100%);
}

.p-header.colored {
  background-color: rgba(255, 255, 255, 0.8);
}

.p-header__container {
  max-width: 88rem;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.p-header__logo {
  width: 11rem;
  margin-left: 2.25rem;
}
@media screen and (max-width: 1280px) {
  .p-header__logo {
    width: clamp(115px, 12.2222222222vw, 176px);
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 7.1875rem;
    margin-left: -1.875rem;
  }
}

.p-header__logo.underFv {
  width: 6.25rem;
}

.p-header__content {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1280px) {
  .p-header__content {
    display: none;
  }
}

.p-header__nav {
  display: flex;
  align-items: center;
}

.p-header__navItem {
  position: relative;
}

.p-header__navLink {
  transition: all 0.3s;
}

.p-header__navLink:hover {
  opacity: 0.7;
}

.p-header__navItem + .p-header__navItem {
  margin-left: 2.5rem;
}

.p-header__navSub {
  position: absolute;
  top: 100%;
  width: 18.75rem;
  z-index: 10;
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}

.p-header__navItemSub {
  padding: 0.625rem 0;
}

.p-header__navLinkSub {
  display: inline-block;
  padding-left: 0.8125rem;
  font-family: "ZenMaruGothic";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  position: relative;
  transition: all 0.3s;
}
.p-header__navLinkSub p {
  margin-left: 0.625rem;
}
.p-header__navLinkSub::before {
  position: absolute;
  content: "-";
  left: 0;
}

.p-header__navLinkSub:hover {
  opacity: 0.7;
}

.p-header__navLink {
  display: flex;
}
.p-header__navLink p {
  font-family: "ZenMaruGothic";
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 0.625rem;
}

.p-header__navArrow {
  margin-left: 0.625rem;
}

.p-header__instagram {
  margin-left: 2.5rem;
  transition: all 0.3s;
}

.p-header__instagram:hover {
  opacity: 0.7;
}

.p-header__lineBtn {
  margin-left: 3.5625rem;
  width: 14.25rem;
  position: relative;
  transition: all 0.3s;
}

.p-header__lineBtnText {
  font-family: "Roboto";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 1.3125rem;
  top: 50%;
  transform: translateY(-50%);
}

.p-header__lineBtn:hover {
  opacity: 0.7;
}

/* ===============================================
ファーストビュー
=============================================== */
.p-fv {
  height: 65.625rem;
  padding-top: 6.375rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-fv {
    height: 83vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-fv {
    height: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 229.3333333333vw;
  }
}

.p-fv::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/fv/bg-fv.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-fv::before {
    background-image: url("../../assets/img/fv/bg-fv-sp.svg");
  }
}

.p-fv__container {
  max-width: 76.25rem;
  width: 100%;
  position: relative;
}

.p-fv__container::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/fv/illustBg-fv.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 95.9016393443%;
  height: 100%;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-fv__container::after {
    background-image: url("../../assets/img/fv/illustBg-fv-sp.svg");
    width: 83.9572192513%;
    top: -2.5rem;
  }
}

.p-fv__mainImage {
  max-width: 44.625rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-fv__mainImage img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-fv__mainImage {
    width: 58.5245901639%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__mainImage {
    width: 100%;
  }
}

.p-fv__text1,
.p-fv__text2 {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  writing-mode: vertical-lr;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .p-fv__text1,
  .p-fv__text2 {
    font-size: clamp(22px, 2.0833333333vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text1,
  .p-fv__text2 {
    font-size: clamp(22px, 5.8666666667vw, 30px);
    letter-spacing: 0.5em;
  }
}

.p-fv__text1 {
  width: 4.375rem;
  height: 20.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 9.25rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text1 {
    width: clamp(50px, 4.8611111111vw, 70px);
    height: clamp(250px, 22.7083333333vw, 327px);
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text1 {
    width: clamp(43px, 11.4666666667vw, 70px);
    height: clamp(250px, 66.6666666667vw, 327px);
    top: 100vw;
    right: 36.27vw;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__text1 {
    top: 71.47vw;
  }
}

.p-fv__text2 {
  width: 4.375rem;
  height: 24.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 7.9375rem;
  left: 9.75rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text2 {
    width: clamp(50px, 4.8611111111vw, 70px);
    height: clamp(280px, 22.7083333333vw, 390px);
    left: 15%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__text2 {
    width: clamp(43px, 11.4666666667vw, 70px);
    height: clamp(282px, 75.2vw, 390px);
    top: 100vw;
    left: 36.27vw;
  }
}
@media screen and (max-width: 600px) {
  .p-fv__text2 {
    top: 71.47vw;
  }
}

.p-fv__lineBtn {
  position: relative;
  display: block;
  width: 18.75rem;
  margin: 2.8125rem auto 0;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .p-fv__lineBtn {
    width: clamp(250px, 20.8333333333vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .p-fv__lineBtn {
    width: clamp(314px, 83.7333333333vw, 400px);
    margin-top: 67.7333333333vw;
  }
}

.p-fv__lineBtnText {
  font-family: "Roboto";
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .p-fv__lineBtnText {
    font-size: clamp(22px, 1.8055555556vw, 26px);
    left: 9%;
  }
}
@media screen and (max-width: 768px) {
  .p-fv__lineBtnText {
    font-size: clamp(22px, 6.9333333333vw, 32px);
    left: 10%;
  }
}

.p-fv__lineBtn:hover {
  opacity: 0.7;
}

/* ===============================================
メッセージsection
=============================================== */
.p-message__container {
  max-width: 65rem;
  width: 100%;
  padding-bottom: 6.3125rem;
  position: relative;
}

.p-message__illustBg1 {
  position: absolute;
  left: 1.5625rem;
  bottom: 13rem;
}
@media screen and (max-width: 1280px) {
  .p-message__illustBg1 {
    left: 1.25rem;
    width: 7.625rem;
  }
}
@media screen and (max-width: 768px) {
  .p-message__illustBg1 {
    bottom: 0;
  }
}

.p-message__illustBg2 {
  position: absolute;
  right: 1.5625rem;
  top: 0;
}
@media screen and (max-width: 1280px) {
  .p-message__illustBg2 {
    right: 1.25rem;
    width: 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-message__illustBg2 {
    width: 5.1875rem;
    top: 4.5rem;
  }
}

.p-message__bg3 {
  position: absolute;
  left: 3rem;
  top: 14.5rem;
}

.p-message__title {
  font-family: "ZenMaruGothic";
  color: #A86D77;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-message__title {
    font-size: 1.5rem;
  }
}

.p-message__image {
  max-width: 16.75rem;
  width: 100%;
  margin: 1.0625rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-message__image {
    width: 11.375rem;
    margin-top: 0.8125rem;
  }
}

.p-message__text {
  font-size: 1rem;
  line-height: 2.625;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-message__text {
    line-height: 1.875;
    letter-spacing: -0.03em;
    margin-top: 3.125rem;
  }
}

/* ===============================================
スライドギャラリー
=============================================== */
.p-slide {
  display: flex;
  align-items: center;
  height: 51.3888888889vw;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-slide {
    height: 54.69vw;
  }
}
@media screen and (max-width: 768px) {
  .p-slide {
    height: 122.67vw;
  }
}

.p-slide__illustBg {
  position: absolute;
  width: 67.22vw;
  top: 6.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-slide__illustBg img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-slide__illustBg {
    top: 5.625rem;
    width: 72vw;
  }
}
@media screen and (max-width: 1024px) {
  .p-slide__illustBg {
    width: 67vw;
  }
}

.p-slide__illustBg2 {
  position: absolute;
  width: 26.67vw;
  top: 4.75rem;
  left: 1.25rem;
}
.p-slide__illustBg2 img {
  width: 100%;
}

.p-slide__illustBg3 {
  position: absolute;
  width: 23.73vw;
  top: 2.4375rem;
  right: 1.25rem;
}
.p-slide__illustBg3 img {
  width: 100%;
}

.p-slide::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/slide/bg-slide.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-slide::before {
    background-image: url("../../assets/img/slide/bg-slide-sp.svg");
  }
}

/* ===============================================
swiper
=============================================== */
.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-slide__even {
  margin-top: 6.125rem;
}
@media screen and (max-width: 768px) {
  .swiper-slide__even {
    margin-top: 3.75rem;
  }
}

/* ===============================================
サービスsection
=============================================== */
.p-service__container {
  max-width: 71.875rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-service__container {
    max-width: 37.5rem;
  }
}

.p-service__contents {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-service__contents {
    margin-top: 3.4375rem;
  }
}

.p-service__content {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 65.375rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-service__content {
    display: block;
  }
}
.p-service__content:not(:last-of-type) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-service__content:not(:last-of-type) {
    padding-bottom: 6.875rem;
  }
}

.p-service__content--odd::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/service/dotted-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18.125rem;
  height: 0.9375rem;
  bottom: 0;
  left: 0;
}

.p-service__image {
  width: 50.6692160612%;
}
@media screen and (max-width: 1024px) {
  .p-service__image {
    width: 100%;
  }
}

.p-service__body {
  width: 43.690248566%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-service__body {
    width: 100%;
    margin-top: 1.625rem;
  }
}

.p-service__titleBg {
  position: absolute;
  right: 0;
}

.p-service__titleBg1 {
  top: 5.6875rem;
}
@media screen and (max-width: 768px) {
  .p-service__titleBg1 {
    width: 3rem;
    top: 5.625rem;
  }
}

.p-service__titleBg2 {
  top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-service__titleBg2 {
    width: 3.0625rem;
  }
}

.p-service__titleBg3 {
  top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__titleBg3 {
    width: 3.5rem;
    top: 5.3125rem;
  }
}

.p-service__titleBg4 {
  top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-service__titleBg4 {
    width: 3.25rem;
    top: 4.875rem;
  }
}

.p-service__titleBg5 {
  top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .p-service__titleBg5 {
    width: 4.25rem;
    top: 5.3125rem;
  }
}

.p-service__title {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__title {
    font-size: 1.375rem;
    margin-top: 1.3125rem;
  }
}

.p-service__subtitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-service__subtitle {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-service__subtitle1 {
  color: #dcb99d;
}

.p-service__subtitle2 {
  color: #cbbdd3;
}

.p-service__subtitle3 {
  color: #d9daab;
}

.p-service__subtitle4 {
  color: #b4d0d6;
}

.p-service__subtitle5 {
  color: #f79e9e;
}

.p-service__subtitle6 {
  color: #baa13c;
}

.p-service__subtitle7 {
  color: #8da2d8;
}

.p-service__text {
  line-height: 1.875;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-service__text {
    font-size: 0.875rem;
    margin-top: 1.5rem;
  }
}

.p-service__btn {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__btn {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.p-service__dottedLine {
  position: absolute;
  width: 15.6875rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-47%);
}
@media screen and (max-width: 1024px) {
  .p-service__dottedLine {
    width: 6.25rem;
    bottom: 0.9375rem;
  }
}

.p-service__dottedLine--even {
  transform: translateX(-47%) rotate(115deg);
  bottom: -0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-service__dottedLine--even {
    transform: translateX(-50%) rotate(85deg);
    bottom: 0.3125rem;
  }
}

/* ===============================================
フローsection
=============================================== */
.p-flow {
  height: 95.8333333333vw;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-flow {
    height: 86.25rem;
  }
}
@media screen and (max-width: 400px) {
  .p-flow {
    height: 340.8vw;
  }
}

.p-flow::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/flow/bg-flow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 400px) {
  .p-flow::before {
    background-image: url("../../assets/img/flow/bg-flow-sp.svg");
  }
}

.p-flow__container {
  max-width: 48.375rem;
}

.p-flow__contents {
  margin-top: 5.1875rem;
}
@media screen and (max-width: 768px) {
  .p-flow__contents {
    margin-top: 3.1875rem;
  }
}

.p-flow__content2 {
  margin-top: 3.5rem;
}

.p-flow__contentTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__contentTitle {
    font-size: 1.125rem;
  }
}

.p-flow__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 95.3038674033%;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 3.75rem 0 4.875rem;
  margin-left: auto;
  margin-top: 1.375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    width: 90.7936507937%;
    height: auto;
    padding: 1.1875rem 0.9375rem 1.375rem 2.9375rem;
  }
}

.p-flow__listTag {
  position: absolute;
  left: -2.1875rem;
  top: -0.375rem;
}

.p-flow__listHead {
  display: flex;
  align-items: center;
}

.p-flow__listHeadTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #A86D77;
}

.p-flow__listHeadTitle1 {
  margin-left: 0.875rem;
}

.p-flow__listDescription {
  font-size: 0.9375rem;
  margin-top: 0.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__listDescription {
    font-size: 0.875rem;
  }
}

.p-flow__line {
  position: relative;
  padding-left: 1.25rem;
}

.p-flow__line::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/flow/line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8125rem;
  height: 0.8125rem;
  left: 0;
  top: 0;
}

.p-flow__instagram {
  position: relative;
  padding-left: 0.9375rem;
}

.p-flow__instagram::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/flow/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.8125rem;
  height: 0.8125rem;
  left: 0;
  top: 0;
}

/* ===============================================
ニュースsection
=============================================== */
.p-news__container {
  max-width: 53.125rem;
  width: 100%;
}

.p-news__lists {
  margin-top: 4.125rem;
}
@media screen and (max-width: 768px) {
  .p-news__lists {
    margin-top: 2.5625rem;
  }
}

.p-news__list {
  border-bottom: 1px solid #707070;
}

.p-news__link {
  display: flex;
  align-items: center;
  padding: 1.25rem 0 2.25rem 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-news__link {
    display: block;
    padding: 2.0625rem 0 2.125rem 0;
  }
}

.p-news__link:hover {
  opacity: 0.7;
}

.p-news__date {
  font-family: "ZenMaruGothic";
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #A86D77;
}

.p-news__title {
  font-family: "NotoSansJP";
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 2.2222222222;
  color: #000;
  margin-left: 3.25rem;
}
@media screen and (max-width: 768px) {
  .p-news__title {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 2.1428571429;
    margin-left: 0;
    margin-top: 0.9375rem;
  }
}

.p-news__btn {
  text-align: center;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 768px) {
  .p-news__btn {
    margin-top: 3.3125rem;
  }
}

/* ===============================================
フッター
=============================================== */
.p-footer__container {
  max-width: 76.375rem;
  width: 100%;
  padding-bottom: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-footer__container {
    padding-bottom: 0.875rem;
  }
}

.p-footer__message {
  font-family: "ZenMaruGothic";
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-footer__message {
    text-align: center;
    font-size: 1.125rem;
  }
}

.p-footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-footer__content {
    display: block;
  }
}

.p-footer__left {
  display: flex;
  flex-direction: column;
}

.p-footer__logo {
  width: 12.25rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-right: auto;
    margin-left: auto;
  }
}

.p-footer__logo:hover {
  opacity: 0.7;
}

.p-footer__right {
  display: flex;
  flex-direction: column;
}

.p-footer__nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__navItem {
    margin-top: 1rem;
  }
}

.p-footer__navLink {
  display: flex;
  align-items: center;
  font-family: "ZenMaruGothic";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.p-footer__navLink p {
  margin-left: 0.625rem;
}

.p-footer__navLink:hover {
  opacity: 0.7;
}

.p-footer__navItem--service {
  margin-left: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__navItem--service {
    margin-left: 0;
  }
}

.p-footer__navSub {
  margin-left: 1.75rem;
}

.p-footer__navItemSub {
  margin-top: 0.875rem;
}

.p-footer__navLinkSub {
  display: inline-block;
  padding-left: 0.8125rem;
  font-family: "ZenMaruGothic";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  position: relative;
  transition: all 0.3s;
}
.p-footer__navLinkSub p {
  margin-left: 0.625rem;
}
.p-footer__navLinkSub::before {
  position: absolute;
  content: "-";
  left: 0;
}

.p-footer__navLinkSub:hover {
  opacity: 0.7;
}

.p-footer__navItemWrapper {
  margin-left: 2.0625rem;
}
.p-footer__navItemWrapper .p-footer__navItem:not(:first-child) {
  margin-top: 0.6875rem;
}
@media screen and (max-width: 768px) {
  .p-footer__navItemWrapper {
    margin-left: 0;
  }
}

.p-footer__bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    display: block;
    margin-top: 2.0625rem;
  }
}

.p-footer__instagram {
  width: 1.25rem;
  margin-left: auto;
  transition: all 0.3s;
}

.p-footer__instagram:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  font-family: "NotoSansJP";
  font-size: 0.625rem;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    display: block;
    margin-top: 2.0625rem;
  }
}

.p-footer__bg img {
  width: 100%;
  object-fit: cover;
}

/* ===============================================
ファーストビュー（下層ページ）
=============================================== */
.p-lowerFv {
  padding-top: 6.9375rem;
  height: 41rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lowerFv {
    height: auto;
  }
}

.p-lowerFv::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/lower-bg-fv.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-lowerFv__container {
  max-width: 65rem;
  width: 100%;
  position: relative;
}

.p-lowerFv__container::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/common/lower-fv-illustBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 93.4615384615%;
  height: 100%;
  bottom: -5.3125rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lowerFv__container::after {
    bottom: -11.25rem;
    z-index: -1;
  }
}

.p-lowerFv__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-lowerFv__content {
    flex-direction: column;
  }
}

.p-lowerFv__body {
  margin-left: 4.5rem;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 768px) {
  .p-lowerFv__body {
    margin: 0;
  }
}

.p-lowerFv__title {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  margin-top: 1.0625rem;
}

.p-lowerFv__subtitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 0.5625rem;
}

.p-lowerFv__head {
  display: flex;
  align-items: flex-end;
}

.p-lowerFv__headImage {
  margin-left: 1.0625rem;
}

.p-lowerFv__image {
  width: 53.4343434343%;
}
@media screen and (max-width: 768px) {
  .p-lowerFv__image {
    margin-top: 2.5rem;
    width: 100%;
  }
}

/* ===============================================
サービス説明（サービスページ）
=============================================== */
.p-explanation {
  position: relative;
}

.p-explanation::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/lower/service/illustBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5rem;
  height: 15.875rem;
  right: 2.5625rem;
  bottom: -12.5rem;
}
@media screen and (max-width: 1280px) {
  .p-explanation::before {
    bottom: -18.75rem;
    right: 1.875rem;
    width: clamp(60px, 14.375vw, 184px);
  }
}

.p-explanation__container {
  max-width: 56.125rem;
  width: 100%;
}

.p-explanation__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .p-explanation__content {
    display: block;
  }
}

.p-explanation__image {
  width: 38.5613207547%;
  position: relative;
  z-index: 1;
  overflow: clip;
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-explanation__image {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .p-explanation__image {
    border-radius: 1.25rem;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 41/22;
  }
}
@media screen and (max-width: 600px) {
  .p-explanation__image img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
  }
}

.page-id-42 .p-explanation__image img {
  top: -3.125rem;
}

.page-id-40 .p-explanation__image img {
  top: -3.125rem;
}

.page-id-38 .p-explanation__image img {
  top: -5.625rem;
}

.page-id-35 .p-explanation__image img {
  bottom: -3.5rem;
}

.page-id-33 .p-explanation__image img {
  top: -7.8125rem;
}

.page-id-71 .p-explanation__image img,
.page-id-74 .p-explanation__image img {
  height: 100%;
}

.p-explanation__body {
  width: 77.8301886792%;
  font-size: 1.25rem;
  line-height: 1.8;
  padding: 6rem 3.25rem 5.1875rem 12.1875rem;
  background-color: #f4e6dc;
  border-radius: 20px;
  margin-left: -11.75rem;
  margin-top: 5.375rem;
}
@media screen and (max-width: 768px) {
  .p-explanation__body {
    width: 70%;
    padding: 3rem 3rem 3rem 20%;
  }
}
@media screen and (max-width: 600px) {
  .p-explanation__body {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
    padding: 2.5rem 1.875rem;
  }
}

/* ===============================================
撮影基本料金（サービスページ）
=============================================== */
.p-price {
  position: relative;
}

.p-price::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/lower/service/illustBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5rem;
  height: 15.875rem;
  left: 2.5625rem;
  bottom: -12.5rem;
}
@media screen and (max-width: 1280px) {
  .p-price::before {
    bottom: -18.75rem;
    left: 1.875rem;
    width: clamp(60px, 14.375vw, 184px);
  }
}

.p-price__container {
  max-width: 57.1875rem;
  width: 100%;
}

.p-price__head {
  text-align: center;
}

.p-price__headImage {
  width: 2.0625rem;
  margin-right: auto;
  margin-left: auto;
}

.p-price__sectionTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}

.p-price__sectionSubTitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #DCB99D;
  margin-top: 0.3125rem;
}

.p-price__priceListItem {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.625rem 1.625rem 1.625rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .p-price__priceListItem {
    display: block;
  }
}

.p-price__term {
  font-family: "ZenMaruGothic";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  width: 30.9826589595%;
}
@media screen and (max-width: 1024px) {
  .p-price__term {
    font-size: clamp(16px, 1.8181818182vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .p-price__term {
    width: 100%;
    font-size: 1.25rem;
  }
}

.p-price__description {
  font-family: "ZenMaruGothic";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  width: 69.0173410405%;
}
@media screen and (max-width: 1024px) {
  .p-price__description {
    font-size: clamp(16px, 2.0202020202vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-price__description {
    font-size: 1.25rem;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.p-price__descriptionFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-price__descriptionFlex {
    display: block;
    margin-top: 1.25rem;
  }
  .p-price__descriptionFlex p:not(:nth-child(1)) {
    margin-top: 0.625rem;
  }
}

/* ===============================================
プラン内容（サービスページ）
=============================================== */
.p-plan {
  position: relative;
}

.p-plan::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/lower/service/illustBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5rem;
  height: 15.875rem;
  right: 2.5625rem;
  bottom: -15.625rem;
}
@media screen and (max-width: 1280px) {
  .p-plan::before {
    bottom: -18.75rem;
    right: 1.875rem;
    width: clamp(60px, 14.375vw, 184px);
  }
}

.p-plan__container {
  max-width: 61.875rem;
  width: 100%;
}

.p-plan__head {
  text-align: center;
}

.p-plan__headImage {
  width: 3.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.p-plan__sectionTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}

.p-plan__sectionSubTitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #DCB99D;
  margin-top: 0.3125rem;
}

.p-plan__items {
  display: flex;
  justify-content: space-between;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-plan__items {
    display: block;
  }
}

.p-plan__item {
  position: relative;
  width: 47.5531914894%;
  background-color: #F4E6DC;
  border-radius: 20px;
  padding: 2.5625rem 2.0625rem 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan__item {
    max-width: 33.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-plan__item:not(:nth-child(1)) {
    margin-top: 1.25rem;
  }
}

.p-plan__itemBG {
  position: absolute;
}

.p-plan__itemBG1 {
  width: 15.8836689038%;
  top: 1.6875rem;
  left: 1.3125rem;
}

.p-plan__itemBG2 {
  width: 12.7516778523%;
  top: 1rem;
  right: 1.1875rem;
}

.p-plan__image {
  width: 80.7606263982%;
  margin-right: auto;
  margin-left: auto;
}

.p-plan__title {
  font-family: "ZenMaruGothic";
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.6875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 5px dotted #A86D77;
}

.p-plan__description {
  line-height: 1.875;
  margin-top: 33px;
}

/* ===============================================
ロケーション撮影（サービスページ）
=============================================== */
.p-location {
  position: relative;
}

.p-location::before {
  position: absolute;
  content: "";
  background-image: url("../../assets/img/lower/service/illustBg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.5rem;
  height: 15.875rem;
  left: 2.5625rem;
  bottom: -17.5rem;
}
@media screen and (max-width: 1280px) {
  .p-location::before {
    bottom: -18.75rem;
    left: 1.875rem;
    width: clamp(60px, 14.375vw, 184px);
  }
}

.p-location__container {
  max-width: 61.875rem;
  width: 100%;
}

.p-location__head {
  text-align: center;
}

.p-location__headImage {
  width: 3.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.p-location__sectionTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}

.p-location__sectionSubTitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #DCB99D;
  margin-top: 0.3125rem;
}

.p-location__sectionMessage {
  letter-spacing: 0.1em;
  margin-top: 0.875rem;
}

.p-location__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 3.125rem;
  column-gap: 4.375rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .p-location__items {
    column-gap: 2.5rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-location__items {
    grid-template-columns: 1fr;
  }
}

.p-location__item {
  max-width: 33.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-location__image {
  width: 95.1063829787%;
}

.p-location__body {
  font-family: "ZenMaruGothic";
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  width: 64.8936170213%;
  padding: 2.25rem 0;
  background-color: #FCFAF8;
  border-radius: 20px;
  margin-left: auto;
  margin-top: -4.6875rem;
  position: relative;
  z-index: 1;
}

.p-column * {
  font-family: "ZenMaruGothic";
}
.p-column__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__lists {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1rem;
  }
}
.p-column__link {
  transition: 0.6s;
}
@media (hover: hover) {
  .p-column__link:hover {
    filter: brightness(1.1);
  }
  .p-column__link:hover .p-column__title {
    text-decoration: underline;
  }
  .p-column__link:hover .p-column__image img {
    border-radius: 3.125rem 0 3.125rem 0;
  }
  .p-column__link:hover .p-column__image::after {
    border-radius: 3.125rem 0 3.125rem 0;
  }
}
.p-column__image {
  position: relative;
  z-index: 2;
}
.p-column__image img {
  transition: 0.6s;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-column__image img {
    border-radius: 3.125rem 0 3.125rem 0;
  }
}
.p-column__image::after {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #f5e5dc;
  z-index: 1;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-column__image::after {
    border-radius: 3.125rem 0 3.125rem 0;
  }
}
.p-column__lead {
  font-family: "ZenMaruGothic";
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-column__lead {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.6;
  }
}
.p-column__title {
  font-family: "ZenMaruGothic";
  transition: 0.6s;
  margin-top: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-column__title {
    font-size: 0.875rem;
  }
}
.p-column__category {
  font-family: "ZenMaruGothic";
  transition: 0.6s;
  margin-top: 1rem;
  background: #a96d77;
  border-radius: 0.625rem;
  padding: 0.25rem 0.5rem;
  width: fit-content;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-column__category {
    font-size: 0.75rem;
  }
}
.p-column__post-container {
  display: flex;
  gap: 2.5rem;
  width: 75rem;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__post-container {
    flex-direction: column;
  }
}
.p-column__main-container {
  width: calc(100% - 20rem);
}
@media screen and (max-width: 768px) {
  .p-column__main-container {
    width: 100%;
  }
}
.p-column__sidebar {
  width: 20rem;
  border-left: 1px solid #999;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-column__sidebar {
    width: 100%;
  }
}
.p-column__sidebar-title {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.p-column__sidebar-icon {
  width: 1rem;
}
.p-column__sidebar-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-column__sidebar-image {
  width: 7.5rem;
  flex-shrink: 0;
}
.p-column__sidebar-lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.p-column__sidebar-content .p-column__title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.p-column__sidebar-content .p-column__category {
  margin-top: 0;
  font-size: 0.625rem;
}
.p-column__thumbnail {
  border-radius: 0.625rem;
}
.p-column__cta-message {
  margin-top: 5rem !important;
  line-height: 1.6;
}
.p-column__author {
  border-radius: 0.625rem;
  background: #f3dde1;
  padding: 0.625rem;
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__author {
    margin-top: 1.25rem;
  }
}
.p-column__author-image {
  width: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__author-image {
    width: 5rem;
  }
}
.p-column__author-name {
  margin-top: 0.625rem;
}
.p-column__author-profile {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-column__thumbnail-container {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-column__thumbnail-container {
    margin-top: 1.25rem;
  }
}
.p-column__lead {
  margin-top: 2.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-column__lead {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-column__post-title {
    font-size: 1.25rem;
  }
}
.p-column__share {
  margin-top: 2.5rem;
}
.p-column__share-text {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.p-column__share-icon {
  width: 1rem;
}
.p-column__share-button {
  margin-top: 1rem;
}

/* ===============================================
出張可能エリア（サービスページ）
=============================================== */
.p-business__container {
  max-width: 62rem;
  width: 100%;
}

.p-business__head {
  text-align: center;
}

.p-business__headImage {
  width: 6.1875rem;
  margin-right: auto;
  margin-left: auto;
}

.p-business__sectionTitle {
  font-family: "ZenMaruGothic";
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 0.4375rem;
}

.p-business__sectionSubTitle {
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #DCB99D;
  margin-top: 0.3125rem;
}

.p-business__sectionMessage {
  letter-spacing: 0.1em;
  margin-top: 0.875rem;
}

.p-business__tableWrapper {
  overflow-x: scroll;
}

.p-business__table {
  width: 58.875rem;
  margin-top: 4.375rem;
  border: 1px solid #A86D77;
  table-layout: auto;
  font-family: "ZenMaruGothic";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.45;
  overflow-x: scroll;
}
.p-business__table tr:not(:nth-child(1)) {
  height: 6.5625rem;
}
.p-business__table th {
  border: 1px solid #A86D77;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
  background-color: #F4E6DC;
  height: 4.75rem;
}
.p-business__table th:nth-child(1) {
  width: 79.6178343949%;
}
.p-business__table td {
  border: 1px solid #A86D77;
  vertical-align: middle;
}

.p-business__prefecture {
  width: 11.5711252654%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-align: center;
}

.p-business__area {
  padding: 0 2.3125rem 0 1.625rem;
}

.p-business__price {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.u-flex {
  display: flex;
}

.u-reverse {
  flex-direction: row-reverse;
  margin-left: auto;
}

.u-grid {
  display: grid;
}

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

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

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

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

.u-notScroll {
  overflow: hidden;
}