/* --- 事業案内セクション --- */
.business-section {
  background: linear-gradient(180deg,#e6f5e6 0%,#fff 100%);
  padding: 0 0 48px 0;
  position: relative;
  overflow: hidden;
}
.business-leaves {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  pointer-events: none;
}
.business-leaves img {
  width: 100%;
  height: auto;
  display: block;
}
.business-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.business-header {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 140px;
}
.business-icon img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.business-title {
  font-size: 2.8rem;
  color: #22b573;
  font-weight: bold;
  margin-top: 8px;
  letter-spacing: 2px;
}
.business-bar {
  width: 60px;
  height: 3px;
  background: #22b573;
  margin: 16px auto 0 auto;
  border-radius: 2px;
}
.business-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
  justify-content: center;
  align-items: stretch;
}
.business-card {
  flex: 1 1 340px;
  min-width: 320px;
  max-width: 420px;
  background: rgba(255,255,255,0.95);
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(34,181,115,0.10);
  padding: 28px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-img {
  width: 100%;
  max-width: 340px;
  border-radius: 18px;
  margin-bottom: 18px;
  object-fit: cover;
  aspect-ratio: 4/3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.business-card-title {
  font-size: 2.2rem;
  color: #22b573;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 #fff;
}
.business-card-text {
  font-size: 1.5rem;
  color: #444;
  text-align: left;
  line-height: 1.9;
}
@media (max-width: 900px) {
  .business-cards {
    flex-direction: column;
    gap: 32px;
  }
  .business-card {
    max-width: 100%;
    min-width: 0;
  }
}
/* --- こだわりセクション --- */
.kodawari-section {
  background: url('../assets/img/wood-bg.jpg') center/cover no-repeat;
  padding: 70px 0 90px;
  position: relative;
  overflow: hidden;
}
.kodawari-inner {
  width: min(96%, 1180px);
  margin: 0 auto;
  position: relative;
}
.kodawari-card {
  background: rgba(255, 255, 255, 0.9);
  max-width: 980px;
  padding: 48px 56px;
  margin-left: 40px;
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.kodawari-title {
  margin: 0 0 24px;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.kodawari-text {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.9;
  font-weight: 600;
}
.kodawari-leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  max-width: 40vw;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
.hero__under {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  font-size: 1.5em;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease 1s, transform 0.8s ease 1s;
}
.hero__footer {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 2;
  height: 68px;
  width: 22px;
  overflow: hidden;
}
.hero__downarrow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6px;
  animation-name: kf-arrow-anime;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.hero__scrolltext {
  position: absolute;
  transform: rotate(90deg);
  color: #ffffff;
  left: -8px;
  top: 11px;
  font-size: 0.7em;
}

@keyframes kf-arrow-anime {
  0%, 50%, 100% {
    transform: translateY(-10%);
  }
  30% {
    transform: none;
  }
}
span.try {
  font-size: 0.6em;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  bottom: 0;
}

#top-header {
  padding: 0 0;
  width: 100%;
  position: absolute;
  background-color: #fffcfc;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-header .header-inner {
  padding: 10px 20px;
  flex-shrink: 0;
}

#top-header .header-inner p {
  margin: 0;
  color: #2f5d3a;
  padding: 0;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

#top-mainvisual {
  width: 100%;
}

#top-mainvisual .mainvisual-inner {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

#top-mainvisual .mainvisual-image {
  width: 100%;
  height: 760px;
  object-fit: cover;
  border-radius: 0;
}

#top-mainvisual .mainvisual-copy {
  position: absolute;
  right: 6%;
  top: 13%;
  color: #fff4e6;
  text-shadow: 0 2px 10px rgba(64, 40, 22, 0.45);
  text-align: left;
}

#top-mainvisual .copy-lead {
  margin: 0 0 12px;
  font-size: 5.2rem;
  font-weight: 700;
}

#top-mainvisual .copy-sub {
  margin: 0 0 8px;
  font-size: 4.2rem;
  font-weight: 500;
}

#top-mainvisual .mainvisual-points {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 22px;
  width: min(88%, 960px);
  justify-content: center;
}

#top-mainvisual .point-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

#top-mainvisual .point-circle p {
  margin: 0;
  line-height: 1.55;
  font-size: 2rem;
  font-weight: 600;
  color: #1d2420;
}

#top-mainvisual .point-green {
  background-color: rgba(142, 227, 156, 0.9);
}

#top-mainvisual .point-pink {
  background-color: rgba(246, 171, 191, 0.9);
}

#top-mainvisual .point-blue {
  background-color: rgba(140, 205, 236, 0.9);
}

#top-kodawari {
  position: relative;
  padding: 70px 0 90px;
  overflow: hidden;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(219, 208, 194, 0.3) 0px,
      rgba(219, 208, 194, 0.3) 2px,
      rgba(242, 236, 228, 0.92) 2px,
      rgba(242, 236, 228, 0.92) 32px
    );
}

#top-kodawari .kodawari-inner {
  width: min(96%, 1180px);
  margin: 0 auto;
  position: relative;
}

#top-kodawari .kodawari-card {
  background: rgba(255, 255, 255, 0.9);
  max-width: 980px;
  padding: 48px 56px;
  margin-left: 40px;
  border-radius: 2px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

#top-kodawari .kodawari-card h2 {
  margin: 0 0 24px;
  font-size: 4.4rem;
  letter-spacing: 0.04em;
}

#top-kodawari .kodawari-card p {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.9;
  font-weight: 600;
}

.kodawari-cta--floating {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483646;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px 14px 18px;
  border-radius: 999px;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f4faf6;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(155deg, #4a7c59 0%, #355e42 42%, #2a4a34 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 2px 0 rgba(0, 0, 0, 0.12),
    0 10px 26px rgba(26, 52, 34, 0.38),
    0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.kodawari-cta--floating::before {
  content: "";
  flex-shrink: 0;
  width: 1.35em;
  height: 1.35em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23c8e6c9' d='M26 6c-9 2-13 9-14 18 3-6 8-10 14-11C24 9 23 7 26 6zM18 14c-6 1-10 6-12 12 4-6 9-9 14-10l-2-2z'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.92;
}

.kodawari-cta--floating:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 3px 0 rgba(0, 0, 0, 0.1),
    0 14px 32px rgba(26, 52, 34, 0.42),
    0 6px 16px rgba(0, 0, 0, 0.1);
}

.kodawari-cta--floating:focus-visible {
  outline: 3px solid #c8e6c9;
  outline-offset: 3px;
}

#top-concerns {
  padding: 48px 0 72px;
  background-color: #f7f7f2;
}

#top-concerns .concerns-inner {
  width: min(96%, 1100px);
  margin: 0 auto;
}

#top-concerns .concerns-banner {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #4fb0a2;
  padding: 16px 28px;
  border-radius: 2px;
}

#top-concerns .concerns-banner-illus {
  flex-shrink: 0;
  width: 140px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-concerns .concerns-banner-illus svg {
  display: block;
  max-width: 100%;
  height: auto;
}

#top-concerns .concerns-banner-title {
  margin: 0;
  flex: 1;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

#top-concerns .concerns-grid {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
}

#top-concerns .concerns-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #fefce0;
  padding: 18px 20px;
  font-size: 1.8rem;
  line-height: 1.55;
  font-weight: 600;
  color: #3a3228;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

#top-concerns .concerns-item--wide {
  grid-column: 1;
  width: 100%;
}

#top-concerns .concerns-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  background-color: #f39800;
  border-radius: 2px;
  position: relative;
}

#top-concerns .concerns-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#top-concerns .concerns-outro {
  margin-top: 48px;
  text-align: center;
  color: #3a3228;
}

#top-concerns .concerns-outro-lead,
#top-concerns .concerns-outro-note {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.85;
  font-weight: 500;
}

#top-concerns .concerns-outro-heading {
  margin: 0 0 10px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

#top-concerns .concerns-outro-em {
  color: #4fb0a2;
}

#top-concerns .concerns-outro-note {
  margin: 0;
  padding-top: 2px;
}

#top-header.common {
  position: relative;
}

#top-header .title {
  display: flex;
}

#top-header .logo-img {
  width: 160px;
}

#top-header .line-header-common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px;
}

#top-header .line-header {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0 20px 0 auto;
  flex: 1;
}

#top-header .header-menu {
  display: flex;
}

#top-header .header-list {
  text-align: center;
  padding-right: 30px;
  position: relative;
}

#top-header .sub-list .menu {
  color: #4a4a4a;
  width: 100%;
}

#top-header .sub-menu {
  display: none;
  margin-left: -10px;
  position: absolute;
  background-color: #4a4a4a;
  z-index: 5;
  padding: 0 20px;
}

#top-header .sub-list {
  padding: 10px 0;
  width: 170px;
}

#top-header .header-menu {
  display: flex;
  align-items: center;
  margin: 5px 0;
  justify-content: flex-end;
  width: 100%;
}

#top-header .header-menu .menu {
  color: #3d4f3a;
  border-radius: 2px;
}

#top-header .header-menu .menu:hover {
  background-color: #eef4e8;
}

#top-header .name-text {
  margin: 0;
}

#top-header .btn-flat {
  width: 110px;
}

#top-header .sub-text {
  margin: 0;
}

#top-header .insta-icon,
#footer .insta-icon {
  width: 20px;
}

/* #footer {
  height: 300px;
} */

#footer .text-area {
  text-align: center;
  padding-top: 40px;
}

#footer .text {
  margin: 0;
}

#footer .name {
  margin: 0;
}

#footer .footer-list {
  margin: 30px;
}

#footer .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#footer .copy {
  font-size: 0.7em;
}

#form {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

#form .text {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 70px;
}

.explanation {
  margin: 30px 0;
}

#form .freebox {
  width: 100%;
  height: 100px !important;
}

#form .form-floating {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
}

#form .label {
  width: 30%;
  text-align: left;
  border-right: solid rgba(184, 183, 183, 0.7) 0.5px;
  margin: 0px;
  padding: 10px;
}

#form .control {
  width: 70%;
  margin: 0px;
  text-align: left;
  display: flex;
  align-items: center;
}

#form .child-control {
  width: 90%;
  margin-left: 10%;
}

#form .secound-child {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  margin-top: 10px;
  border-radius: rgba(0, 0, 0, 0.7);
  font-size: 15px;
}

#form .third-child {
  margin-top: 0px;
}

#form .name {
  display: flex;
  margin: 10px 0;
}

#form .tell {
  font-size: 20px;
  margin-top: 10px;
}

#form .inquery {
  height: 30px;
}

/* お問合せボタン */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

.btn_set {
  font-size: 1.3em !important;
  margin: 10px !important;
}

.btn,
a.btn,
button.btn {
  font-family: "Noto Serif JP", serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn--yellow {
  color: #000;
  background-color: #fff100;
}

a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 0.4rem 3rem 0.4rem 3rem;
  border-radius: 100vh;
  margin: 10px;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

.btn-copy {
  font-size: 0.7em;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}

.btn--orange,
a.btn--orange {
  border: none;
  color: white;
  background: #EB7CA3;
}

/* お問合せボタン終了 */
/* borderの点滅 */
.border-line {
  position: relative;
  margin-bottom: 110px;
}

#flow.border-line {
  margin-bottom: 155px;
}

.border-line:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  /*線の上下位置*/
  display: inline-block;
  width: 70%;
  /*線の長さ*/
  height: 0.5px;
  /*線の太さ*/
  transform: translateX(-50%);
  /*位置調整*/
  background-color: rgba(221, 200, 169, 0.2);
  /*線の色*/
  border-radius: 0.25px;
  /*線の丸み*/
}

#flow.border-line:before {
  bottom: -140px;
}

/* @keyframes blinkAnimation {
    0% {
        border-bottom: 0.5px solid rgba(221, 200, 169, 0.1);
    }

    100% {
        border-bottom: 0.5px solid rgba(221, 200, 169, 0.3);
    }
}

.border-line:before {
    content: '';
    animation: blinkAnimation 2s ease infinite alternate;
} */
/* borderの点滅 終了 */
/* スクロール CSS */
.container {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 65px;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 5s ease-out infinite;
}

.chevron:first-child {
  animation: move 5s ease-out 1.66s infinite;
}

.chevron:nth-child(2) {
  animation: move 5s ease-out 3.33s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgb(221, 200, 169);
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.scroll-text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: rgb(221, 200, 169);
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
/* スクロール CSS 終了 */
/* ヘッダーアンダーバーアニメーション */
#footer .menu,
#top-header a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
  padding: 3px 11px;
}

#top-header .btn-sns,
#footer .btn-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .menu::after,
#top-header .header-menu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(180, 243, 186);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.5s;
}

#footer .menu:hover::after,
#top-header a:hover::after {
  transform: scale(1, 1);
}

/* ヘッダーアンダーバーアニメーション 終了*/
/* インスタボタン */
/*主な共通部分は省略*/
a.btn-sns {
  font-size: 1.9rem;
  line-height: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  letter-spacing: 0;
  color: rgba(221, 200, 169, 0.5);
  border-radius: 50%;
}

a.btn-sns:hover {
  color: rgba(221, 200, 169, 0.5);
}

a.btn-sns--instagram {
  background: #d6249f !important;
  background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
}

/* 終了 */
/* 上下ボーダーボタン */
a.btn-border {
  border-radius: 0;
}

a.btn-border:before,
a.btn-border:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  transition: all 0.5s;
  background: rgba(221, 200, 169, 0.5);
}

a.btn-border:before {
  top: 0;
  left: 0;
}

a.btn-border:after {
  right: 0;
  bottom: 0;
}

a.btn-border:hover:before,
a.btn-border:hover:after {
  width: 0;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #4a4a4a;
}

a.btn-flat:hover {
  color: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 150%;
  height: 500%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: rgb(237, 175, 206);
}

a.btn-flat:hover:before {
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

li.btn--yellow {
  color: #000;
  cursor: auto;
  background-color: #fffcfc;
  border: 5px solid #ffe8f3;
  margin: 0 5px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

li.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 200px;
  height: 200px;
  padding: 0;
}

/* 終了 */
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fffcfc;
  z-index: 10;
}

.header__nav.no-active {
  display: none;
  opacity: 0;
  animation-name: fade-out;
  animation-duration: 0.5s;
}

@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
/* ナビのリンク */
.nav-items__item a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: #4a4a4a;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 40px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  position: relative;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 25px;
  height: 1px;
  background-color: #4a4a4a;
  position: relative;
  transition: ease 0.4s;
  display: block;
  z-index: 10;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  animation-name: fade-in;
  animation-duration: 0.5s;
  opacity: 1;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
body {
  margin: 0px;
  background-color: #fffcfc;
  /* background-color: #f5f5f5; */
  font-size: 17px;
  /* color: #000; */
  color: #4a4a4a;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.sp {
  display: none;
}

.md {
  display: none;
}

.font-big {
  font-size: 1.3em;
}

h2 {
  font-size: 2em;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(52, 255, 45, 0.3);
  border-radius: 5px;
}

#body {
  overflow-x: hidden;
}

.line-through {
  text-decoration: line-through;
}

.content-space {
  margin-bottom: 70px;
}

.margin-top {
  margin-top: 60px;
}

.titletext {
  font-size: 1.5em;
}

.textsize {
  font-size: 0.7em;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-flex {
  display: flex;
}

.sp-flex {
  display: none;
}

.brown {
  color: #4a4a4a;
}

.absolute {
  position: absolute;
}

img {
  vertical-align: top;
  border-radius: 3px;
}

.top-title {
  text-align: center;
  margin-top: 50px;
  font-size: 1.5em;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.weight {
  font-weight: 700;
}

a {
  text-decoration: none;
  /* color: #000; */
  color: rgb(0, 0, 0);
}

ul {
  list-style: none;
}

.width {
  width: 90%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#floating {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background-color: #fffcfc;
  z-index: 5;
  width: 100%;
}

@media (min-resolution: 192dpi) {
  /******************************************************************

  Stylesheet: Retinaディスプレイで適用

  ******************************************************************/
  /* 

  EXAMPLE 
  .icon {
  	background: url(images/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  */
}
@media (max-width: 1280px) {
  /******************************************************************

  Stylesheet: 1280px以上のモニタで適用

  ******************************************************************/
  .width-1080 {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 824px) {
  /******************************************************************

  Stylesheet: 600px以上のタブレットやモニタで適用

  ******************************************************************/
  .pc-block {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .hamburger span {
    height: 2px;
  }
  #top-header .line-header {
    margin: 0 12px 0 auto;
    width: auto;
  }
  #top-header .header-inner {
    padding: 6px 12px;
  }
  #top-header .header-inner p {
    font-size: 1.6rem;
    padding: 0;
  }
  #top-mainvisual .mainvisual-inner {
    min-height: 600px;
  }
  #top-mainvisual .mainvisual-image {
    height: 600px;
  }
  #top-mainvisual .mainvisual-copy {
    right: 4%;
    top: 12%;
  }
  #top-mainvisual .copy-lead {
    font-size: 4.2rem;
  }
  #top-mainvisual .copy-sub {
    font-size: 3.2rem;
  }
  #top-mainvisual .mainvisual-points {
    gap: 12px;
    bottom: 18px;
    width: min(94%, 720px);
  }
  #top-mainvisual .point-circle {
    width: 150px;
    height: 150px;
  }
  #top-mainvisual .point-circle p {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #top-kodawari {
    padding: 54px 0 76px;
  }
  #top-kodawari .kodawari-card {
    margin-left: 0;
    max-width: 100%;
    padding: 30px 26px;
  }
  #top-kodawari .kodawari-card h2 {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }
  #top-kodawari .kodawari-card p {
    font-size: 1.9rem;
    line-height: 1.75;
  }
  .kodawari-cta--floating {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    padding: 11px 16px 11px 14px;
    font-size: 1.45rem;
    gap: 8px;
  }
  #top-concerns {
    padding: 32px 0 56px;
  }
  #top-concerns .concerns-banner {
    flex-wrap: wrap;
    padding: 14px 18px;
  }
  #top-concerns .concerns-banner-title {
    font-size: 2.4rem;
  }
  #top-concerns .concerns-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #top-concerns .concerns-outro-heading {
    font-size: 2rem;
  }
  #top-header .header-list {
    padding: 0;
  }
  #experience .banner {
    width: 80%;
  }
  #top-header a.btn-sns {
    width: 140px;
    border-radius: 0.5rem;
  }
  #problem-definition {
    margin-bottom: 0px;
  }
  body {
    font-size: 1.5em;
  }
  .pb-lg, .hero {
    padding-bottom: 20px !important;
  }
  #form .tell {
    width: 29%;
    font-size: 15px;
  }
  #form .text {
    margin-bottom: 40px;
  }
  a.btn-c {
    font-size: 1.4rem;
    padding: 1.5rem 3.5rem 1.4rem 2rem;
  }
  .border-line {
    margin-bottom: 80px;
  }
  #flow .sub-title {
    margin-top: 0;
  }
  #top-img-area .trapezoid-text {
    font-size: 30px;
  }
  #top-img-area .left-top {
    border-width: 220px 220px 0 0;
  }
  #top-img-area .left-top2 {
    border-width: 220px 220px 0 0;
  }
  #top-img-area .gym-logo img {
    width: 120px;
  }
  #top-img-area .gym-logo {
    top: 40px;
    left: 10px;
  }
  #profile-detail .contents-area {
    width: 90%;
  }
  #problem-definition .back-color {
    width: 490px;
    height: 460px;
    max-width: 100%;
  }
  #problem-definition .definition-text {
    top: 90px;
  }
  #strength .text-area {
    top: -70px;
  }
  #strength .text-area2 {
    left: 160px;
  }
  #strength .text-area3 {
    left: 174px;
  }
  #problem-definition .owner-img {
    opacity: 0.7;
  }
}
@media (max-width: 746px) {
  /******************************************************************

  Stylesheet: 960px以上のモニタで適用

  ******************************************************************/
  .width {
    width: 100%;
  }
  .md {
    display: block;
  }
  #top-img-area .left-top {
    border-width: 160px 160px 0 0;
  }
  #top-img-area .left-top2 {
    border-width: 160px 160px 0 0;
  }
  #top-img-area .gym-logo img {
    width: 100px;
  }
  #top-img-area .gym-logo {
    top: 20px;
  }
  #top-img-area .trapezoid-text {
    font-size: 19px;
  }
  #problem-definition {
    height: 740px;
  }
  #profile-detail .contents-area {
    width: 100%;
  }
  #price .plan-title {
    font-size: 1.8rem;
  }
  #q-a .accordion {
    width: 90%;
  }
  .btn_set {
    font-size: 1.3em !important;
  }
  #problem-definition .definition-text {
    z-index: 0;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  #problem-definition .problem-definition-div {
    display: flex;
    justify-content: center;
  }
  #problem-definition .definition-img {
    bottom: 35px;
    right: 30px;
    transform: translateX(-50%) !important;
    left: 50%;
    text-align: center;
  }
  #problem-definition .problem-definition-title {
    text-align: center;
    margin-top: 0;
  }
  #strength .text-area2 {
    left: 120px;
  }
  #strength .text-area3 {
    left: 134px;
  }
  #problem-definition .owner-img {
    opacity: 1;
  }
  #problem-definition .back-color {
    width: 100%;
    height: 680px;
  }
  #problem-definition .owner-img {
    width: 400px;
  }
}
@media (max-width: 480px) {
  /******************************************************************

  Stylesheet: 480px以上(スマホの横向き)のモニタで適用

  ******************************************************************/
  .sp {
    display: block;
  }
  body {
    font-size: 1.15em;
  }
  .width {
    width: 100%;
  }
  .hamburger span:nth-child(2) {
    margin: 5px 0;
  }
  #products .lists {
    margin: 0;
  }
  .hamburger span {
    width: 20px;
  }
  #top-header {
    height: 30px;
  }
  #top-header .line-header {
    height: 30px;
  }
  #top-img-area .trapezoid-text {
    font-size: 14px;
    bottom: 10px;
  }
  #top-img-area .gym-logo {
    top: 20px;
  }
  #top-img-area .left-top {
    border-width: 130px 130px 0 0;
  }
  #top-img-area .left-top2 {
    border-width: 130px 130px 0 0;
  }
  #top-img-area .gym-logo img {
    width: 70px;
  }
  #top-header .logo-img {
    width: 80px;
  }
  #top-mainvisual .mainvisual-inner {
    min-height: 420px;
  }
  #top-mainvisual .mainvisual-image {
    height: 420px;
  }
  #top-mainvisual .mainvisual-copy {
    left: 4%;
    right: 4%;
    top: 9%;
  }
  #top-mainvisual .copy-lead {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  #top-mainvisual .copy-sub {
    font-size: 1.8rem;
    line-height: 1.35;
    margin-bottom: 4px;
  }
  #top-mainvisual .mainvisual-points {
    position: static;
    transform: none;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    margin-top: -6px;
    background-color: #f4f8f1;
  }
  #top-mainvisual .point-circle {
    width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 14px 10px;
  }
  #top-mainvisual .point-circle p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #top-kodawari {
    padding: 30px 0 60px;
  }
  #top-kodawari .kodawari-card {
    padding: 20px 16px;
  }
  #top-kodawari .kodawari-card h2 {
    font-size: 2.6rem;
  }
  #top-kodawari .kodawari-card p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .kodawari-cta--floating {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    font-size: 1.28rem;
    padding: 10px 14px 10px 12px;
    letter-spacing: 0.04em;
  }
  #top-concerns .concerns-banner-title {
    font-size: 1.9rem;
  }
  #top-concerns .concerns-item {
    font-size: 1.5rem;
    padding: 14px 16px;
  }
  #top-concerns .concerns-outro-lead,
  #top-concerns .concerns-outro-note {
    font-size: 1.4rem;
  }
  #top-concerns .concerns-outro-heading {
    font-size: 1.75rem;
  }
  #access .text-area {
    width: 250px;
  }
  #access .map {
    width: 90%;
    height: 310px;
  }
  #access .backcolor {
    height: 540px;
  }
  #q-a .backcolor {
    height: 810px;
  }
  #q-a .accordion .aco {
    padding: 5px 10px;
  }
  #floating {
    right: 0px;
  }
  #form {
    width: 90%;
  }
  a.btn-c {
    font-size: 1rem;
    padding: 0.8rem 2.8rem 0.7rem 1.3rem;
  }
  .btn-copy:before {
    margin: 0;
  }
  .btn-copy:after {
    margin: 0;
  }
  #footer .footer-list {
    margin: 35px 10px;
  }
  #footer {
    height: 230px;
  }
  #problem-definition {
    height: 610px;
  }
  #profile-detail .contents-area {
    width: 100%;
  }
  #problem-definition .definition-text {
    top: 50px;
  }
  #problem-definition .owner-img {
    width: 80%;
  }
  #problem-definition .back-color {
    height: 550px;
  }
  #strength {
    padding-bottom: 20px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  #strength .parallelogram1 {
    height: 160px;
    left: 37px;
  }
  #strength .text-area1 {
    left: 50px;
    top: 10px;
  }
  #strength .parallelogram2 {
    height: 160px;
    right: 37px;
  }
  #strength .text-area2 {
    left: 60px;
    top: 0px;
  }
  #strength .parallelogram3 {
    height: 160px;
    right: 37px;
  }
  #strength .text-area3 {
    left: 60px;
    top: -5px;
  }
  #strength .parallelogram4 {
    height: 160px;
    left: 37px;
  }
  #strength .text-area4 {
    left: 50px;
    top: -10px;
  }
  #strength .right-padding {
    padding-right: 50px;
  }
  #inquiry {
    margin-top: 50px;
  }
  #price.sub {
    margin-top: 60px;
  }
  #price .price-title {
    height: 50px;
    line-height: 50px;
  }
  #price .plan-title {
    padding: 20px 7px;
  }
  #price .plan-title {
    font-size: 1.6rem;
  }
  #price .plan-title {
    font-size: 1.1rem;
  }
  #price .price-detail {
    margin: 0 20px;
  }
  #price .price-title {
    font-size: 1.6rem;
  }
  #price .service-icon {
    width: 100px;
    height: 100px;
  }
  #price .icon {
    margin: 20px 0;
    width: 60px;
  }
  .btn, a.btn, button.btn {
    padding: 1rem 2rem;
  }
  #q-a .Q-img {
    width: 17px;
    margin: 15px 5px;
    height: 20px;
  }
  #q-a .arrow {
    width: 14px;
  }
  #q-a .accordion .aco {
    padding: 2px 10px;
  }
  #q-a .accordion .inner li {
    padding: 2px 10px;
  }
  #price .plan-text {
    padding-left: 15px;
    padding-right: 10px;
    width: 70%;
  }
}
@media print {
  /******************************************************************

  Stylesheet: プリンタのみに適用

  ******************************************************************/
}/*# sourceMappingURL=style.css.map */