@charset "UTF-8";
/* Foundation
  ------------------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --base: #F5F3F1;
  --text: #272C29;
  --white: #ffffff;
  --orange: #FF5722;
  --light_green: #AFC8A1;
  --pink: #FFAB90;
  --green_gray: #9BA88D;
  --khaki: #8A8565;
  --dark_green: #425841;
  --gray: #f6f6f6;
  --brown: #3F3439;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

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

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: var(--base);
  color: var(--text);
}

main {
  overflow-x: hidden;
  flex: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--white) inset !important;
  -webkit-text-fill-color: var(--black) !important;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-inline: auto;
  margin-bottom: 80px;
  padding-inline: 15px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    margin-bottom: 48px;
  }
}

.l-wrapper--secondary {
  position: relative;
  width: 100%;
  max-width: 670px;
  margin-inline: auto;
  padding-inline: 15px;
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.l-header {
  position: fixed;
  padding-inline: 32px;
  background-color: var(--white);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-inline: 10px;
  }
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 24px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    height: 56px;
  }
}

.l-header-logo {
  width: 246px;
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    width: 163px;
  }
}

.l-header-logo__link {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: var(--text);
  }
}

@media screen and (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__list {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .l-header-nav__list {
    margin-top: 20px;
  }
}

.l-header-nav__link {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-header-nav__link {
    font-size: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header-nav__link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: var(--text);
  }
}

.l-footer {
  margin-top: 176px;
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 120px;
  }
}

.l-footer__inner {
  padding-block: 64px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 24px 8px;
    display: block;
  }
}

.l-footer__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-footer__list {
    gap: 16px;
    justify-content: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-footer__item--link:hover {
    opacity: 0.7;
    text-decoration: none;
    color: var(--text);
  }
}

.l-footer__copy {
  font-size: 0.6875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 32px;
  }
}

.l-pagenation {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  list-style: none;
}

.l-pagenation__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 0.9rem;
  font-weight: 300;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-pagenation__link:hover {
    opacity: 0.7;
  }
}

.l-pagenation__link--active {
  pointer-events: none;
  border: 1px solid var(--black);
}

.l-pagenation__dot {
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: -0.1em;
}

.l-pagenation__arrow {
  display: flex;
  align-items: center;
}
.l-pagenation__arrow img {
  width: 8px;
}

.l-pagenation__arrow--prev {
  margin-right: 12px;
  transform: rotate(180deg);
}

.l-pagenation__arrow--next {
  margin-left: 12px;
}

/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.5rem;
  }
}

.c-heading__sub {
  font-size: 2.625rem;
  font-weight: 400;
  text-align: center;
  font-family: "Allura", cursive;
  color: var(--light_green);
  position: relative;
}
.c-heading__sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 64px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: var(--light_green);
}
@media screen and (max-width: 768px) {
  .c-heading__sub {
    font-size: 1.75rem;
  }
}

.c-heading__ttl {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .c-heading__ttl {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
}

.c-heading__txt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}

.c-heading__wrapper {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .c-heading__wrapper {
    margin-bottom: 32px;
  }
}

.c-link {
  display: block;
  width: fit-content;
  padding: 16px 40px;
  margin-top: 48px;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  background-color: var(--orange);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.c-link::before {
  content: "";
  position: absolute;
  top: -100%;
  /* ボタン外の上に配置 */
  left: -150%;
  /* ボタン外の左に配置 */
  width: 300%;
  /* ボタン全体をカバーする幅 */
  height: 300%;
  /* 十分な高さを確保 */
  background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.6) 50%, transparent 100%);
  /* 細い光の筋 */
  transform: rotate(45deg);
  /* 斜めに光を傾ける */
  transform-origin: center;
  /* 中心を基準に移動 */
  transition: none;
  opacity: 0;
  /* 初期状態では非表示 */
}
.c-link:hover {
  background-color: #ff531d;
  /* transform: translateY(2px); */
  color: var(--white);
  text-decoration: none;
}
.c-link:hover::before {
  animation: shine 1s ease-in-out forwards;
  /* アニメーション追加 */
  opacity: 1;
  /* ホバー時に光を表示 */
}
@media screen and (max-width: 768px) {
  .c-link {
    padding-inline: 40px;
    margin-top: 24px;
  }
}

/* 光の筋がボタンを斜めに通り抜けるアニメーション */
@keyframes shine {
  0% {
    top: -150%;
    /* ボタン外上部 */
    left: -150%;
    /* ボタン外左 */
    opacity: 0;
    /* 初期は透明 */
  }
  50% {
    opacity: 1;
    /* 中間で見える */
  }
  100% {
    top: 150%;
    /* ボタン下部 */
    left: 150%;
    /* ボタン右 */
    opacity: 0;
    /* 最後は透明 */
  }
}
.c-link__arrow {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 10px;
}
.c-link__arrow::before {
  transform: rotate(42.5deg);
}
.c-link__arrow::after {
  transform: rotate(-42.5deg);
}

.c-link__arrow::before,
.c-link__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9.1px;
  height: 1px;
  border-radius: 9999px;
  background-color: var(--white);
  transform-origin: calc(100% - 0.5px) 50%;
}

.c-btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--green_gray);
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.c-btn::before {
  content: "open";
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
  position: absolute;
  top: 16px;
  left: 24px;
  color: var(--white);
}
.c-btn::after {
  content: "";
  border-top: 3px solid var(--white);
  border-left: 3px solid var(--white);
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(-135deg) translateY(9px);
  position: absolute;
  left: 24px;
  bottom: 18px;
}
.c-btn.is-open::before {
  content: "close";
}
.c-btn.is-open::after {
  transform: rotate(45deg) translateY(-10px);
  bottom: 8px;
}

.c-benefits__ttl {
  padding-block: 56px 24px;
  background: linear-gradient(rgba(156, 169, 142, 0.8), rgba(156, 169, 142, 0.8)), url(../images/wood_bg.jpg);
  background-size: cover;
  text-align: center;
  position: relative;
}
.c-benefits__ttl::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 30px;
  background-image: url(../images/close.png);
  background-size: contain;
  position: absolute;
  top: 32px;
  left: 49%;
  transition: all 0.3s ease;
}
.c-benefits__ttl.is-open::before {
  width: 52px;
  height: 48px;
  background-image: url(../images/open.png);
  top: 16px;
  left: 47%;
}
@media screen and (max-width: 768px) {
  .c-benefits__ttl {
    padding-block: 40px 16px;
    transition: 0.3s ease;
  }
  .c-benefits__ttl::before {
    top: 24px;
  }
  .c-benefits__ttl.is-open::before {
    width: 46px;
    top: 8px;
  }
}

.c-benefits__wrapper {
  background-color: var(--white);
  padding-block: 30px;
  box-shadow: 4px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .c-benefits__wrapper {
    padding-block: 12px;
  }
}

.c-benefits__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease; /* 0.5秒かけて開閉 */
}
.c-benefits__content.is-open {
  max-height: fit-content;
  padding-block: 42px 16px;
}
@media screen and (max-width: 768px) {
  .c-benefits__content.is-open {
    padding: 40px 0 8px;
  }
}

.c-benefits__caution {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-benefits__caution {
    margin-top: 16px;
  }
}

.c-benefits-alert {
  margin-top: 48px;
  /* padding-left: 86px; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-benefits-alert {
    margin-top: 24px;
    padding-inline: 30px;
    text-align: left;
  }
}

.c-benefits-alert__link {
  color: var(--orange);
  text-decoration: underline;
}

/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* ボタンのアニメーション */
.js-ac {
  transition: transform 0.5s ease, background-color 0.5s ease;
  /* 回転や色変更をスムーズに */
}

/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top-mv__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__img {
    margin-top: 56px;
  }
}

.p-top-mv__txt {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-top-mv__txt {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.p-top-recommend__list {
  background-image: url(../images/recommend_bg.jpg);
  /* background-color:rgba(255,255,255,0.75); */
  /* background-blend-mode:lighten; */
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-top-recommend__list--wrapper {
  padding-block: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__list--wrapper {
    padding: 48px 30px;
    gap: 16px;
  }
}

.p-top-recommend__item {
  max-width: 322px;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__item {
    max-width: 148px;
  }
}

.p-top-recommend__item--img {
  margin-bottom: 16px;
}

.p-top-recommend__item--txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-recommend__item--txt {
    font-size: 0.75rem;
  }
}

.p-top-owner__body {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 992px) {
  .p-top-owner__body {
    display: block;
    text-align: center;
  }
}

.p-top-owner__body--lead {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 24px 16px;
  border-radius: 50%;
  background-color: var(--pink);
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  color: #000000;
  text-align: center;
  width: 132px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .p-top-owner__body--lead {
    margin-bottom: 32px;
    width: 125px;
    height: 125px;
    font-size: 1.25rem;
  }
}
.p-top-owner__body--lead::before {
  content: "";
  position: absolute;
  top: 92px;
  right: 12px;
  border-style: solid;
  border-width: 10px 0 10px 29px;
  border-color: transparent transparent transparent var(--pink);
  translate: 100% -50%;
  transform: skew(0, 15deg);
  transform-origin: left;
}
@media screen and (max-width: 992px) {
  .p-top-owner__body--lead::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 1px;
    right: 48px;
    border-style: solid;
    border-width: 23px 8px 0 8px;
    border-color: var(--pink) transparent transparent;
    translate: -50% 100%;
    transform: unset;
    transform-origin: unset;
  }
}

.p-top-owner__body--lead-strong {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-owner__body--lead-strong {
    font-size: 1.75rem;
  }
}

.p-top-owner__list {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-top-owner__list {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-owner__list {
    display: block;
  }
}

.p-top-owner__item {
  position: relative;
  width: 172px;
}
.p-top-owner__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid var(--light_green);
  border-right: 0;
  position: absolute;
  right: -24px;
  top: 50%;
}
.p-top-owner__item:last-child::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-top-owner__item {
    width: 204px;
    margin: 0 auto 32px;
  }
  .p-top-owner__item::after {
    top: auto;
    bottom: -24px;
    right: 50%;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 16px solid var(--light_green);
    border-bottom: 0;
  }
}

.p-top-owner__item--lead {
  text-align: center;
}

.p-top-owner__item--content {
  position: relative;
  margin-top: 24px;
  background-color: var(--gray);
}

.p-top-owner__item--ttl {
  padding-inline: 16px;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  color: var(--white);
  background-color: #906767;
  border-radius: 30px;
  position: absolute;
  top: -18px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  .p-top-owner__item--ttl {
    left: 60px;
  }
}

.p-top-owner__item--ttl-large {
  font-size: 1.5rem;
}

.p-top-owner__item--txt {
  padding-block: 24px 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-owner__item--txt--last {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
  }
}
.p-top-owner__item--txt--last .p-top-owner__item--txt-heading {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .p-top-owner__item--txt--last .p-top-owner__item--txt-heading {
    font-size: 1.25rem;
    padding-top: 8px;
  }
}

.p-top-owner__item--txt-price {
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  display: inline-block;
}
.p-top-owner__item--txt-price::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px; /*線の上下位置*/
  display: inline-block;
  width: 97px; /*線の長さ*/
  height: 6px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: var(--pink); /*線の色*/
  border-radius: 2px; /*線の丸み*/
}

.p-top-owner__item--txt-strong {
  font-size: 3rem;
}

.p-top-business {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-top-business {
    margin-top: 32px;
  }
}

.p-top-business__ttl {
  background: linear-gradient(rgba(138, 133, 101, 0.8), rgba(138, 133, 101, 0.8)), url(../images/wood_bg.jpg);
}

.p-top-business__main {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(transparent 80%, var(--pink) 0);
  display: table;
  margin: 0 auto;
  position: relative;
}
.p-top-business__main::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: -24px;
  background-image: url(../images/decoration.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-top-business__main {
    font-size: 3rem;
  }
  .p-top-business__main::before {
    top: -8px;
  }
}

.p-top-business__btn {
  background-color: var(--khaki);
}

.p-top-client__ttl {
  background: linear-gradient(rgba(66, 88, 65, 0.8), rgba(66, 88, 65, 0.8)), url(../images/wood_bg.jpg);
}

.p-top-client__ttl--small {
  color: var(--white);
  font-family: "Zen Old Mincho", serif;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin-block: 24px -16px;
}
@media screen and (max-width: 768px) {
  .p-top-client__ttl--small {
    font-size: 0.875rem;
  }
}

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

.p-top-client__txt--large {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-client__txt--large {
    font-size: 1.25rem;
  }
}

.p-top-client__body {
  text-align: center;
}

.p-top-client__body--img {
  max-width: 440px;
}

.p-top-client__body--txt {
  color: var(--orange);
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top-client__body--txt {
    font-size: 1.5rem;
  }
}

.p-top-client__body--txt-small {
  color: var(--orange);
}

.p-top-client__btn {
  background-color: var(--dark_green);
}

.p-top-flow__wrapper {
  background-color: var(--white);
  padding: 32px 50px;
  box-shadow: 4px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-flow__wrapper {
    padding: 24px 15px;
  }
}

.p-top-flow__ttl {
  color: var(--text);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__ttl {
    margin-bottom: 24px;
  }
}

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

.p-top-flow__item {
  background-color: rgba(138, 133, 101, 0.2);
  width: 33.3333333333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .p-top-flow__item:last-child {
    margin-bottom: 0;
  }
}

.p-top-flow__item--number {
  color: var(--white);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 18px;
  background-color: var(--brown);
}

.p-top-flow__item--wrapper {
  padding: 68px 32px 32px;
}

.p-top-flow__item--img {
  width: 130px;
  display: block;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .p-top-flow__item--img {
    margin-bottom: 24px;
  }
}

.p-top-detail {
  margin-bottom: 0;
}

.p-top-detail__wrapper {
  background-color: var(--white);
  text-align: center;
  padding-inline: 72px;
  box-shadow: 4px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-top-detail__wrapper {
    padding-inline: 30px;
  }
}

.p-top-detail__heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-detail__heading {
    margin-bottom: 24px;
  }
}

.p-top-detail__txt {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 2.4px;
  margin-bottom: 32px;
}
.p-top-detail__txt:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-detail__txt {
    font-size: 1.25rem;
    letter-spacing: 1.4px;
    margin-bottom: 24px;
  }
}

.p-top-detail__conditions {
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-detail__conditions {
    margin-top: 24px;
  }
}

.p-top-event__wrapper {
  padding-block: 32px 40px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-event__wrapper {
    padding-block: 32px;
  }
}

.p-top-summery__wrapper {
  padding-block: 40px 72px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-summery__wrapper {
    padding-block: 40px;
  }
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

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

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

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

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

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

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

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

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

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

.u-anchor {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .u-anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}/*# sourceMappingURL=style.css.map */