@charset "utf-8";

:root {
  --black: #404040;
  --white: #fff;
}

html,
body {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 2;
  font-style: normal;
  letter-spacing: 0.1em;
  overflow-x: clip;
  color: #404040;
  word-break: auto-phrase;
}

.bg-fix {
  background-image: url("../images/washi-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25em;
  margin: 0 !important;
}

a {
  color: #404040;
  text-decoration: none !important;
}

a:hover {
  color: #79ca92;
  cursor: pointer;
}

/* フォント */

.sen-r {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.sen-m {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.zen {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen.m {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.zen.b {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fc-white {
  color: #fff !important;
}

.fc-green {
  color: #3f9258 !important;
}

.fc-blue {
  color: #5589B6 !important;
}

.fc-brown {
  color: #B4833F !important;
}

.fc-green2 {
  color: #7FAF8E !important;
}

.fc-pink {
  color: #D691BC !important;
}

.v-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.text-shadow {
  text-shadow: 2px 2px 5px black;
}

.text-shadow-white {
  text-shadow: 2px 2px 5px white;
}

.has-shadow {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
}

/* 背景 */
.bg-white {
  background-color: #fff;
}

.bg-brown {
  background-color: #726030;
}

.bg-yellow {
  background-color: #e9e2c4;
}

.bg-blue {
  background-color: #5589B6 !important;
}

.bg-brown2 {
  background-color: #B4833F !important;
}

.bg-green {
  background-color: #7FAF8E !important;
}

.bg-pink {
  background-color: #D691BC !important;
}

/*罫線*/
.b-black {
  border: 1px solid #404040;
}

.bl-black {
  border-left: 1px solid #404040;
}

.br-black {
  border-right: 1px solid #404040;
}

.bb-black {
  border-bottom: 1px solid #404040;
}

.bt-black {
  border-bottom: 1px solid #404040;
}

/* ボタン */

.corner-btn {
  position: relative;
  display: flex;
  background: #fff;
  letter-spacing: 0.1em;
  overflow: hidden;  
}

.corner-btn-y {
  position: relative;
  display: flex;
  background: #E9E2C4;
  letter-spacing: 0.1em;
  overflow: hidden;  
}

/* 角線共通設定 */
.corner-btn .corner,
.corner-btn-y .corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0.5px solid #404040;
  transition: all 0.65s;
}

/* 四隅の線の不要部分を消して角だけを作る */
.corner-btn .tl,
.corner-btn-y .tl {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.corner-btn .tr,
.corner-btn-y .tr {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.corner-btn .bl,
.corner-btn-y .bl {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.corner-btn .br,
.corner-btn-y .br {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* ========= ホバー時 ========= */
.corner-btn:hover .br,
.corner-btn:hover .tl,
.corner-btn-y:hover .br,
.corner-btn-y:hover .tl {
  width: 100%;
  height: 100%;
  border: 0.8px solid #404040;
}

.corner-btn:hover .bl,
.corner-btn:hover .tr,
.corner-btn-y:hover .bl,
.corner-btn-y:hover .tr {
  display: none;
}

.corner-btn .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  padding: 0.6rem 5rem;
  margin: 1px 1px;
  text-decoration: none;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  letter-spacing: 0.1em;
  background-color: #FFF;
  width: 100%;
  z-index: 3;
}

.corner-btn-y .text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  padding: 0.6rem 5rem;
  margin: 1px 1px;
  text-decoration: none;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  letter-spacing: 0.1em;
  background-color: #E9E2C4;
  width: 100%;
  z-index: 3;
}

.corner-btn-y .text.short {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #404040;
  padding: 0.6rem 3rem;
  margin: 1px 1px;
  text-decoration: none;
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  letter-spacing: 0.1em;
  background-color: #E9E2C4;
  width: 100%;
  z-index: 3;
}

@media (min-width: 768px) {
  .corner-btn .text {
    padding: 0.8rem 6.5rem;
  }
  
  .corner-btn-y .text {
    padding: 0.8rem 6.5rem;
  }

  .corner-btn-y .text.short {
    padding: 0.8rem 3rem;
  }
}

@media (min-width: 1200px) {
  .corner-btn .text {
    padding: 0.8rem 8rem;
  }
  
  .corner-btn-y .text {
    padding: 0.8rem 8rem;
  }

  .corner-btn-y .text.short {
    padding: 0.8rem 6rem;
  }
}

.header-btn {
  display: none;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  letter-spacing: 0.1em;
  width: 210px;
  text-align: center;
  padding: 0.4rem 1rem;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  border: 1px solid #fff;
  background-color: #404040;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .header-btn {
    display: inline-block;
  }
}

.nav-btn {
  display: inline-block;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  letter-spacing: 0.1em;
  width: 210px;
  text-align: center;
  padding: 0.4rem 1rem;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
  border: 1px solid #fff;
  background-color: #baa661;
  line-height: 1.5;
}

.header-btn:hover,
.nav-btn:hover {
  border-left: none;
  border-right: none;
  letter-spacing: 0.2em;
}
.header-btn:hover:before,
.header-btn:hover:after,
.nav-btn:hover:before,
.nav-btn:hover:after {
  width: 100%;
  height: 1px;
  left: 0;
  top: 2px;
  transition: width 0.4s;
}
.header-btn:hover:after,
.nav-btn:hover:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 2px;
}
.header-btn:before,
.header-btn:after,
.nav-btn:before,
.nav-btn:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.header-btn:before,
.nav-btn:before {
  right: 3px;
}
.header-btn:after,
.nav-btn:after {
  left: 3px;
}

.header-btn .jp,
.nav-btn .jp {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  text-align: center;
}

.header-btn .en,
.nav-btn .en {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
  text-align: center;
}

.black-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #404040;
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  color: #FFF !important;
  padding: 1.2rem 6rem;
  transition: all 0.3s;
}

.black-btn:hover {
  background-color: #a3987c;
}

.button.is-free {
  width: auto;
  padding: 0 36px;
}

/* ナビ */

.a-nav-menu {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s;
  background-color: #404040;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .a-nav-menu {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .a-nav-menu {
    width: 45%;
  }
}

.a-nav-menu.edit {
  display: flex;
  opacity: 1;
}

.nav-menu-box {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.4rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .nav-menu-box {
    gap: 1.6rem;
  }
}

.nav-menu-box .nav-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  min-height: auto;
  line-height: 1.5;
}

.nav-list .jp {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.nav-list .en {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .nav-list .en {
    font-size: 20px;
  }
}

.nav-list:hover p {
  color: #3f9258 !important;
}

.nav-menu-deco {
  position: absolute;
  bottom: 6%;
  right: 10%;
  width: 50%;
  max-width: 145px;
  z-index: 0;
}

.nav-menu-button {
  position: absolute;
  top: 32px;
  right: 115px;
}

.header-wrap {
  position: fixed;
  background: linear-gradient(180deg, #FFF 18.27%, rgba(255, 255, 255, 0.56) 81.73%, rgba(255, 255, 255, 0.00) 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.4rem 0 1.4rem;
  z-index: 900;
}

@media (min-width: 768px) {
  .header-wrap {
    padding: 1.5rem 2rem 0 2rem;
  }
}

.header-logo {
  max-width: 80px;
  min-width: 60px;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  align-items: center;
  justify-content: center;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.menu-box {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}

.menu-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  padding: 0 !important;
  transition: all 0.3s;
  line-height: 1;
}

@media (min-width: 1200px) {
  .menu-box {
    display: flex;
  }
}

.menu-list:hover {
  color: #3f9258 !important;
}

.menu-list .jp {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 9px;
  text-align: center;
}

.menu-list .en {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.629rem + 0.53vw, 1.125rem);
  text-align: center;
}

.burger-posi {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.burger-posi p {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #404040;
}

.a-burger {
  position: relative;
  border: 1px solid #404040;
  border-radius: 100px;
  background-color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.a-burger div {
  width: 26px;
  height: 2px;
  background-color: #404040;
  border-radius: 2px;
  position: absolute;
  left: 12px;
  transform-origin: center;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
  min-height: 2px !important;
}

.a-burger div:nth-child(1) {
  top: 15px;
}

.a-burger div:nth-child(2) {
  top: 23px;
}

.a-burger div:nth-child(3) {
  bottom: 15px;
}

.a-burger.is-active div:nth-child(1) {
  transform: rotate(-45deg);
  top: 23px;
}

.a-burger.is-active div:nth-child(2) {
  display: none;
}

.a-burger.is-active div:nth-child(3) {
  transform: rotate(45deg);
  bottom: 23px;
}

@media (min-width: 1200px) {
  .burger-posi {
    display: none;
  }
}

.nav-tel-link {
  max-width: 200px;
}

/* フッター */

.foot-logo {
  max-width: 220px;
}

.foot-insta {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 10%;
  max-width: 50px;
}

.foot-insta img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .foot-logo {
    max-width: 250px;
  }

  .foot-insta {
    width: 40%;
  }
}

/* News表示 */

/* News表示 画像あり版 */
.news-list .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list .webgene-item {
  width: 100%;
}

@media (min-width: 768px) {
  .news-list .webgene-item {
    width: 48%;
  }
}

/* ページネーション共通 */
.webgene-pagination {
  width: 100%;
}

.webgene-pagination ul,
.pagelink {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 5rem;
}

.webgene-pagination ul li,
.pagelink p {
  padding: 0 1rem;
}
.webgene-pagination ul li a,
.pagelink p a {
  display: inline-flex !important;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 140px;
  height: 70px;
  padding: 1rem 1.5rem !important;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  background-color: #E9E2C4;
}
.webgene-pagination ul li a:hover,
.pagelink p a:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}

/* Nextボタン */
.webgene-pagination li.next a::after,
.pagelink p.next a::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.webgene-pagination ul li.next a:hover::after,
.pagelink p.next a:hover::after {
  transform: translateX(2px);
}

/* Prevボタン */
.webgene-pagination ul li.prev a::before,
.pagelink p.prev a::before {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("../images/arrow-prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.webgene-pagination ul li.prev a:hover::before,
.pagelink p.prev a:hover::after {
  transform: translateX(-2px);
}

/* フォーム */
.formInput,
.formTextArea {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
  margin-bottom: 2rem;
}

.formTextArea {
  height: 8rem;
}

.formInput:focus,
.formInput:focus-visible,
.formTextArea:focus,
.formTextArea:focus-visible,
.form-button:focus,
.form-button:focus-visible {
  border: 1px solid #cbc3b0;
  background-color: #fffcf5;
}
.zipInput {
  width: 6rem;
}
@media (min-width: 768px) {
  .formTh {
    padding-left: 2rem;
  }
}

.requiredText {
  background-color: #a3987c;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 1rem;
}
.privacyformError {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .privacyformError {
    padding-top: 0;
  }
}

/* ページ共通設定 */

.fv {
  position: relative;
  height: 85vh;
  width: 100%;
}

@media (min-width: 768px) {
  .fv {
    height: 100vh;
  }
}

.top-fv-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 74%;
  background: linear-gradient(
    109deg,
    #f9fffb 8.05%,
    #f3ffee 35.48%,
    #defeff 66.9%,
    #f1fdff 90.76%
  );
  z-index: 1;
}

.top-fv-img-l {
  position: absolute;
  left: 0%;
  bottom: 12%;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 40%;
  max-width: 1046px;
  z-index: 2;
}

.top-fv-img-r {
  position: absolute;
  right: 0;
  top: 20%;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
  width: 75%;
  height: 24%;
  max-width: 720px;
  z-index: 3;
}

@media (min-width: 768px) {
  .top-fv-bg {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 80%;
  }

  .top-fv-img-l {
    left: 7%;
    bottom: 15%;
    width: 84%;
    height: auto;
  }

  .top-fv-img-r {
    right: 0;
    top: 13%;
    width: 80%;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .top-fv-bg {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 65%;
  }

  .top-fv-img-l {
    left: 7%;
    bottom: 10%;
    width: 62%;
  }

  .top-fv-img-r {
    right: 0;
    top: 16%;
    width: 48%;
  }
}

.top-fv-img-l img,
.top-fv-img-r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-fv-title {
  position: absolute;
  right: 10%;
  bottom: 3%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  z-index: 6;
}

@media (min-width: 768px) {
  .top-fv-title {
    right: 10%;
    bottom: 8%;
  }
}

@media (min-width: 1200px) {
  .top-fv-title {
    right: 5%;
    bottom: 16%;
  }
}

.top-fv-title h1 {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(3.75rem, 2.94rem + 3.5vw, 6.25rem);
  letter-spacing: 0.15em !important;
}

.top-fv-title p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  letter-spacing: 0.15em !important;
}

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

.title-main {
  position: relative;
  display: block;
  align-items: center;
  justify-content: start;
}

.title-main2 {
  position: relative;
  display: block;
  align-items: center;
  justify-content: start;
}

.title-main h2 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem) !important;
  letter-spacing: 0.25em;
}

.title-main2 h2 {
  font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem) !important;
  letter-spacing: 0.25em;
}

.title-main h2::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/title-line.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}

.title-main2 h2::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/title-line.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
}

.title-main2 h2::after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/title-line.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}

.swiper {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .swiper {
    width: 80%;
    height: auto;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* プラシバシーポリシー */
.policy-box {
  overflow-y: scroll;
  height: 400px;
  border-radius: 30px;
}

.btn a::after {
  content: "→";
}

/* TOP */
.top-sec2-bg {
  background: linear-gradient(173deg, #FFF 9.49%, #FFFCF6 44.81%, #F7FFF2 62.58%, #FFF 88.48%);
}

.top-sec2-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .top-sec2-wrap {
    display: flex;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 0;
  }
}

.top-sec2-boxl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  flex: 3;
}

@media (min-width: 768px) {
  .top-sec2-boxl {
    flex-direction: column;
  }
}

.top-sec2-boxl .box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .top-sec2-boxl .box {
    margin-bottom: 8rem;
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .top-sec2-boxl .box {
    margin-bottom: 14rem;
    margin-top: 8rem;
  }
}

.box .title {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
  line-height: 1.5;
}

.box .text {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.4;
}

.box2 .title {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  line-height: 1.5;
  color: #3F9258;
}

.box2 .text {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.4;
}

.top-sec2-imgl {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-right: 0rem;
  margin-top: 4rem;
}

@media (min-width: 768px) {
  .top-sec2-imgl {
    position: relative;
    width: 95%;
    max-width: 620px;
    margin-right: 10.5rem;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .top-sec2-imgl {
    width: 90%;
  }
}

.top-sec2-imgl img {
  width: 100%;
  height: 100%;
}

.top-sec2-imgl .deco {
  position: absolute;
  width: 36%;
  top: -62%;
  left: 2%;
}

.top-sec2-boxr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  flex: 2;
}

.top-sec2-imgr {
  width: 100%;
  max-width: 650px;
  margin-right: 0%;
}

@media (min-width: 768px) {
  .top-sec2-imgr {
    margin-right: 12%;
  }
}

.top-sec2-imgr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-sec3-bg {
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 40%, #FFFCF6 100%);
}

.top-sec3-box {
  position: relative;
  background-color: #FFF;
  width: 90%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  z-index: 4;
}

@media (min-width: 768px) {
  .top-sec3-box {
    width: 85%;
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .top-sec3-box {
    width: 60%;
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .top-sec3-box {
    width: 50%;
  }
}

.top-sec3-box .deco {
  position: absolute;
  width: 35%;
  top: -24%;
  left: -2%;
}

@media (min-width: 768px) {
  .top-sec3-box .deco {
    width: 25%;
    top: -6%;
    left: -22%;
  }
}

.top-sec3-img {
  position: relative;
  width: 90%;
  max-width: 922px;
  transform: translateY(0%);
  margin-top: 2rem;
  z-index: 2;
}

.top-sec3-img .deco{
  position: absolute;
  width: 40%;
  bottom: -10%;
  right: -4%;
}

@media (min-width: 768px) {
  .top-sec3-img {
    width: 70%;
    transform: translateY(-20%);
    margin-top: 0;
  }
  
  .top-sec3-img .deco{
    width: 30%;
    bottom: 6%;
    right: -20%;
  }
}

.top-sec4-bg {
  background-color: #F3EFE4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-sec4-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  gap: 3rem;
}

.top-sec4-menu {
  background-image: url(../images/top-sec4-img1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
}

.top-sec4-styl {
  background-image: url(../images/top-sec4-img2.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 80vh;
  display: flex;
  margin-left: auto;
  justify-content: end;
  align-items: center;
  padding: 1rem 1rem;
}

@media (min-width: 768px) {
  .top-sec4-menu {
    height: auto;
    padding: 1.5rem 5rem;
  }
  
  .top-sec4-styl {
    height: auto;
    padding: 1.5rem 5rem;
    }
}

@media (min-width: 1200px) {
  .top-sec4-menu {
    height: auto;
    padding: 1.5rem 15rem;
  }
  
  .top-sec4-styl {
    height: auto;
    padding: 1.5rem 15rem;
  }
}

.top-sec4-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: #FFF;
  width: 100%;
  padding: 3.5rem 3rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .top-sec4-box {
    width: 55%;
    padding: 4.5rem 3rem;
    min-width: 390px;
  }
}

@media (min-width: 992px) {
  .top-sec4-box {
    width: 40%;
    min-width: 432px;
  }
}

@media (min-width: 1200px) {
  .top-sec4-box {
    width: 50%;
    max-width: 480px;
  }
}

.top-sec4-title2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .top-sec4-title2 {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: 3rem;
  }
}

 .top-sec5-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 5rem;
 }

 @media (min-width: 768px) {
  .top-sec5-wrap {
    margin-top: 0rem;
   }
 }

 @media (min-width: 992px) {
  .top-sec5-wrap {
    margin-top: 10rem;
   }

   .top-sec5-wrap.re {
    margin-top: 4rem;
   }
 }

 @media (min-width: 1200px) {
  .top-sec5-wrap {
    margin-top: 15rem;
   }

   .top-sec5-wrap.re {
    margin-top: 12rem;
    margin-bottom: 8rem;
   }
 }

.top-sec5-img,
.top-sec5-img2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200%;
  height: auto;
  z-index: 0;
  max-width: 1540px;
}

@media (min-width: 768px) {
  .top-sec5-img,
  .top-sec5-img2 {
    top: 50%;
    transform: translateY(-55%);
    width: 200%;
    height: auto;
    z-index: 0;
  }
}

@media (min-width: 992px) {
  .top-sec5-img,
  .top-sec5-img2 {
    top: 50%;
    transform: translateY(-52%);
    width: 100%;
    z-index: 0;
  }
}

.top-sec5-img img {
  width: 100%;
  display: block;
  /* 平行四辺形マスク */
  clip-path: polygon(
    0% 10%,   /* 左上を少し右に */
    100% 30%, /* 右上 */
    100% 95%,/* 右下を少し左に */
    0% 75%  /* 左下 */
  );
}

.top-sec5-img2 img {
  width: 100%;
  display: block;
  /* 平行四辺形マスク */
  clip-path: polygon(
    0% 30%,   /* 左上を少し右に */
    100% 10%, /* 右上 */
    100% 75%,/* 右下を少し左に */
    0% 95%  /* 左下 */
  );
}

.top-sec5-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0;
 }

 .top-sec5-box2 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0;
 }

 @media (min-width: 992px) {
  .top-sec5-box {
    flex-direction: row;
    padding: 0 4rem;
   }
}

@media (min-width: 992px) {
  .top-sec5-box2 {
    flex-direction: row-reverse;
    padding: 0 4rem;
   }
}

.top-sec5-boxl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 628px;
}

@media (min-width: 768px) {
  .top-sec5-boxl {
    width: 65%;
    margin-left: 4rem;
  }
}

@media (min-width: 992px) {
  .top-sec5-boxl {
    width: 100%;
    margin-left: 0;
    transform: translateY(-10%);
  }
}

.top-sec5-boxl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  .top-sec5-boxl img {
    width: 95%;
  }
}

.top-sec5-boxr {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.90);
  width: 90%;
  max-width: 640px;
  padding: 3.5rem 3rem;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .top-sec5-boxr {
    margin-top: 1rem;
    margin-right: 4rem;
    width: 65%;
  }
}

@media (min-width: 992px) {
  .top-sec5-boxr {
    padding: 5.5rem 4rem;
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    transform: translateX(-5%);
  }

  .top-sec5-boxr.re {
    transform: translateX(5%);
  }
}

.top-sec6-wrap {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 34.13%, #FFFCF6 66.83%, #FFF 100%);
  margin-top: 5rem;
}

.top-sec6-bg {
  position: absolute;
  width: 100%;
  height: 35%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.top-sec6-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.90);
  width: 90%;
  max-width: 640px;
  padding: 2rem 2rem;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .top-sec6-box {
    margin-top: 1rem;
    margin-right: 4rem;
    padding: 3.5rem 3rem;
    width: 65%;
  }
}

@media (min-width: 992px) {
  .top-sec6-box {
    padding: 5.5rem 4rem;
    margin-top: 0rem;
    margin-right: 0rem;
    width: 45%;
  }
}

.top-sec6-box .deco {
  position: absolute;
  width: 30%;
  bottom: -10%;
  left: -23%;
}

.sec6-inst {
  display: flex;
  align-items: center;
  justify-content: start;
}

.sec6-inst img {
  width: 50px;
  height: 50px;
  margin-right: 1.2rem;
}

.top-sec6-rec {
  background-image: url(../images/top-sec5-img4.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 2rem;
}

@media (min-width: 768px) {
  .top-sec6-rec {
    padding: 6rem 8rem;
  }
}

.salon-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-left: 2rem;
  gap: 2rem;
}

@media (min-width: 768px) {
  .salon-info {
    padding-left: 2rem;
  }
}

@media (min-width: 992px) {
  .salon-info {
    padding-left: 5rem;
  }
}

.salon-info .title {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.salon-info .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.salon-wrap {
  height: 50vh;
}

@media (min-width: 992px) {
  .salon-wrap {
    height: 100%;
  }
}

.salon-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.salon-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-items: center;
}

@media (min-width: 992px) {
  .salon-img {
    padding-right: 2rem;
  }
}

.ls-24 {
  letter-spacing: 0.24em !important;
}

.rec-wrap {
  background-image: url(../images/foot-bg-1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 10rem 0;
}

.iframe {
  border:none !important; 
  display:block !important;
}

.footer-wrap {
  background-color: #404040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #FFF;
  gap: 1.5rem;
}

.footer-logo img {
  width: 40%;
  max-width: 220px;
}

.footer-logo .title{
  font-size: clamp(1.125rem, 1.085rem + 0.18vw, 1.25rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer-logo .text{
  font-size: clamp(0.875rem, 0.835rem + 0.18vw, 1rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-box .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s;
}

.footer-box .list a {
  min-height: 100%;
}

.footer-box .list a p {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
  color: #FFF;
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-box .list a:hover p {
  color: #79ca92;
}

@media (min-width: 768px) {

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: start;
    gap: 2rem;
  }

  .footer-logo img {
    width: 100%;
  }

  .footer-box {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }

  .footer-box .list {
    justify-content: center;
    align-items: start;
    gap: 2rem;
  }
}

/* コンセプト　*/

.common-fv {
  position: relative;
  height:75vh;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .common-fv {
    height:100vh;
  }
}

.common-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(109deg, #F9FFFB 8.05%, #F3FFEE 35.48%, #DEFEFF 66.9%, #F1FDFF 90.76%);
  z-index: 0;
}

.common-fv-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-38%);
  width: 100%;
  height: 60%;
  z-index: 2;
}

@media (min-width: 768px) {
  .common-fv-img {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 75%;
  }
}

.common-fv-img h1 {
  font-family: "sen", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(3rem, 1.947rem + 4.55vw, 6.25rem);
  color: #FFF;
  text-align: center;
  letter-spacing: 0.15em;
}

.con-sec2-bg {
  background: linear-gradient(0deg, #FFF 0%, #F3F1EE 100%);
}

.con-sec2-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}

.con-sec2-wrap .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 2rem 2rem 2rem 2rem;
  background-color: #FFF;
  width: 90%;
}

@media (min-width: 768px) {
  .con-sec2-wrap .box {
    padding: 6rem 9rem 6rem 6rem;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .con-sec2-wrap .box {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .con-sec2-wrap .box {
    width: 76%;
  }
}

.con-sec2-wrap .box h2 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0;
  font-size: clamp(1.125rem, 0.761rem + 1.58vw, 2.25rem);
  white-space: nowrap;
}

.con-sec2-wrap .box p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 2.6;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  margin-top: 2rem;
  max-width: 468px;
}

@media (min-width: 768px) {
  .con-sec2-wrap .box p {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  .con-sec2-wrap .box p {
    margin-left: 5rem;
    margin-top: 0;
  }
}

.con-sec2-wrap .box .deco1 {
  position: absolute;
  bottom: 84%;
  left: 60%;
  width: 28%;
  max-width: 260px;
}

.con-sec2-wrap .box .deco2 {
  position: absolute;
  bottom: -14%;
  right: 12%;
  width: 28%;
  max-width: 250px;
}

@media (min-width: 768px) {
  .con-sec2-wrap .box .deco1 {
    bottom: 12%;
    left: -12%;
    width: 20%;
  }
  
  .con-sec2-wrap .box .deco2 {
    bottom: -11%;
    right: 12%;
    width: 26%;
  }
}

.con-sec2-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  gap: 0rem;
}

.con-sec2-img {
  flex: 1;
}

.con-sec2-img .l {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  transform: translateY(0);
}

.con-sec2-img .r {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .con-sec2-box2 {
    flex-direction: row;
    padding: 0 2rem;
    gap: 6rem;
  }

  .con-sec2-img .l {
    transform: translateY(-20%);
  }

  .con-sec2-img .r {
    margin-top: 0rem;
  }
}

.con-sec3-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 40%, #FFFCF6 100%);
}

.con-sec3-wrap .text2 {
  font-size: clamp(0.875rem, 0.673rem + 0.88vw, 1.5rem);
  text-align: center;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 2.8;
  margin-bottom: 2rem;
}

.con-sec3-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
}

.con-sec3-img img {
  width: 75%;
}

@media (min-width: 768px) {
  .con-sec3-img {
    gap: 1rem;
  }
  
  .con-sec3-img img {
    width: 100%;
  }
}

.con-sec3-img .title {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.338rem + 0.7vw, 2rem);
  color: #0C5B24;
  text-align: center;
}

.con-sec3-img .text {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.669rem + 0.35vw, 1rem);
  text-align: center;
}

.con-sec4-wrap,
.con-sec4-wrap3 {
  width: 100%;
  position: relative;
  background: linear-gradient(214deg, #FFF 24.14%, #FCFAF2 65.27%, #FFF 91.48%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con-sec4-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/con-sec4-bg01.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 50%;
}

.con-sec4-wrap3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/con-sec4-bg03.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 50%;
}

.con-sec4-wrap2 {
  width: 100%;
  position: relative;
  background: linear-gradient(215deg, #FFF 6.99%, #F7FFFA 59.66%, #FFF 95.34%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.con-sec4-wrap2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/con-sec4-bg02.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100%;
  height: 50%;
}

.con-sec4-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 0 3rem;
}

@media (min-width: 768px) {
  .con-sec4-title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .con-sec4-title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 3rem;
    padding: 0;
  }
}

.con-sec4-no {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9E2C4;
  width: 90px;
  height: 90px;
  border-radius: 900px;
  color: #404040;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.511rem + 1.58vw, 3rem);
}

.con-sec4-no2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B2E1C5;
  width: 90px;
  height: 90px;
  border-radius: 900px;
  color: #404040;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.875rem, 1.511rem + 1.58vw, 3rem);
}

@media (min-width: 992px) {
  .con-sec4-no {
    width: 110px;
    height: 110px;
  }

  .con-sec4-no2 {
    width: 110px;
    height: 110px;
  }
}

.con-sec4-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.con-sec4-text .text {
  max-width: 550px;
  line-height: 2.6;
}

.con-sec4-img {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4rem;
  margin-top: 3rem;
  max-width: 1360px;
}

@media (min-width: 768px) {
  .con-sec4-img {
    gap: 1.4;
    padding-left: 8rem;
    margin-top: 5rem;
  }
}

.left-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  flex: 1;
}

.right-col {
  flex: 1;
  margin-left: auto; /* 右端に寄せる */
  display: flex;
  align-items: center;
}

.img-small1 {
  width: 100%;
  height: auto;
  display: block;
}

.img-small2 {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .img-small2 {
    width: 80%;
    height: auto;
    display: block;
  }
}

.img-big {
  width: 100%;
  height: auto;
  display: block;
}

/* 下のセクションでは左右反転 */
.con-sec4-img.reverse {
  flex-direction: row-reverse;
}

.con-sec5-wrap {
  background-color: #FCFBFA;
  padding: 6rem 0;
}

.con-sec5-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

/* メニュー　*/

.menu-sec2-wrap {
  width: 100%;
  position: relative;
}

.menu-sec2-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #F6F6F6 0%, #F0ECE6 63.56%);
  width: 70%;
  height: 100%;
}

.menu-sec2-box {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 768px) {
  .menu-sec2-box {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .menu-sec2-box {
    gap: 7rem;
  }
}

.menu-sec2-box .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .menu-sec2-box .title {
    width: 50%;
  }
}

.menu-sec2-box h2 {
  font-size: clamp(1.125rem, 0.882rem + 1.05vw, 1.875rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.menu-sec2-box p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
  line-height: 2.4;
}

.menu-sec2-box .img {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-sec2-box .img img{
  width: 85%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .menu-sec2-box .img img{
    width: 100%;
  }
}

.menu-sec2-deco {
  position: relative;
  z-index: 0;
}

.menu-sec2-deco .bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 270%;
}

.menu-sec2-deco .bg img {
  object-position: center;
  width: 100%;
  display: block;
  /* 平行四辺形マスク */
  clip-path: polygon(
    0% 10%,   /* 左上を少し右に */
    100% 30%, /* 右上 */
    100% 95%,/* 右下を少し左に */
    0% 75%  /* 左下 */
  );
}

@media (min-width: 768px) {
  .menu-sec2-deco .bg {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .menu-sec2-deco .bg img {
    object-position: center;
    width: 100%;
    display: block;
    /* 平行四辺形マスク */
    clip-path: polygon(
      0% 10%,   /* 左上を少し右に */
      100% 30%, /* 右上 */
      100% 80%,/* 右下を少し左に */
      0% 60%  /* 左下 */
    );
  }
}

.menu-sec2-img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  z-index: 3;
}

@media (min-width: 768px) {
  .menu-sec2-img {
    flex-direction: row;
    gap: 3rem;
  }
}

.menu-sec2-img img {
width: 80%;
height: 100%;
}

.menu-sec2-img .l {
  transform: translateY(0%);
}

.menu-sec2-img .r {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (min-width: 768px) {
  .menu-sec2-img .l {
    transform: translateY(-10%);
  }

  .menu-sec2-img img {
    width: 100%;
    height: 100%;
    }

}

.menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}

.menu-btn a {
  background-color: #E9E2C4;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 90%;
}

.menu-btn a p {
  font-size: clamp(1rem, 0.919rem + 0.35vw, 1.25rem);
}

.menu-btn a:hover {
  background-color: #3f9258;
}

.menu-sec3-title {
  background: linear-gradient(90deg, #3F9258 28.37%, #79CA92 100%);
  padding: 1rem;
  display: flex;
  align-items: center;
}

.menu-sec3-title h2 {
  color: #FFF;
  font-size: clamp(1.25rem, 0.926rem + 1.4vw, 2.25rem);
}

.menu-sec3-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3F9258;
  padding: 3rem 0;
  font-size: clamp(1.25rem, 1.088rem + 0.7vw, 1.75rem);
}

.menu-pickup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E9E2C4;
  gap: 1.4rem;
  width: 100%;
  padding: 2rem;
}

@media (min-width: 768px) {
  .menu-pickup {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background-color: #E9E2C4;
  }
}

.menu-pickup .title {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  border: solid 1px #3F9258;
  padding: 0.6rem 2rem;
  color: #3F9258;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
}

.menu-pickup .text {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1rem, 0.757rem + 1.05vw, 1.75rem);
  text-align: center;
}

@media (min-width: 768px) {
  .menu-pickup .text {
text-align: start;
  }
}

.menu-gap {
  row-gap: 1.4rem;
}

.menu-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.menu-text {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.75rem, 0.588rem + 0.7vw, 1.25rem);
  gap: 0.8rem;
  width: 100%;
}

.menu-text div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: start;
}

.menu-text div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* 顔タイプ診断 */

.face-sec2-wrap {
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 40%, #FFFCF6 100%);
}

.face-type-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: #FFF;
  border: solid 0.5px #404040;
  border-radius: 20px;
  max-width: 920px;
}

@media (min-width: 768px) {
  .face-type-box {
    flex-direction: row;
    padding: 4rem;
  }
}

.face-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap:2rem;
}

.face-left-column .title {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.125rem, 0.68rem + 1.93vw, 2.5rem);
}

.face-left-column .title2 ,
.face-left-column .title3 {
  width: 100%;
}

.face-left-column .title2 .box,
.face-left-column .title3 .box {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  background-color: #5589B6;
  padding: 0.5rem;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.face-left-column .title2 .p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.face-left-column .title3 .p p {
  position: relative;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  margin-left: 40px;
}

.face-left-column .title3 .p p::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  background-image: url(../images/checkbox.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 25px;
  height: 25px;
}

.face-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  width: 100%;
}

.face-right-column img {
  width: 100%;
  height: 100%;
}

/* ギャラリー　*/ 

.gal-sec2-box {
  position: relative;
  background: rgba(255, 255, 255, 0.90);  width: 90%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2rem;
  z-index: 4;
}

@media (min-width: 768px) {
  .gal-sec2-box {
    width: 85%;
    padding: 4rem;
  }
}

@media (min-width: 992px) {
  .gal-sec2-box {
    width: 60%;
    padding: 4rem;
  }
}

.gal-sec3-wrap {
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 40%, #FFFCF6 100%);
}

.gal-sec3-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  background-color: #FFF;
  border: solid 0.5px #404040;
  border-radius: 20px;
  max-width: 920px;
}

@media (min-width: 768px) {
  .gal-sec3-box {
    flex-direction: row;
    padding: 4rem;
  }
}

.gal-left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap:1rem;
}

@media (min-width: 768px) {
  .gal-left-column {
    gap:2rem;
  }
}

.gal-left-column .title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: solid 0.5px #404040;
}

.gal-left-column .title h2 {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 1.048rem + 0.88vw, 1.875rem);
  color: #3F9258;
}

.gal-left-column .title2 ,
.gal-left-column .title3 {
  width: 100%;
}

.gal-left-column .title2 .box,
.gal-left-column .title3 .box {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFF;
  background-color: #B8AE82;
  padding: 0.5rem;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.gal-left-column .title2 .p {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
}

.gal-left-column .title3 .p {
  position: relative;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0.625rem, 0.504rem + 0.53vw, 1rem);
  line-height: 2.6;
}

.gal-right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  width: 100%;
}

.gal-right-column img {
  width: 100%;
  height: 100%;
}

/* 予約 */

.guide-sec2-wrap {
  width: 100%;
  background: linear-gradient(180deg, #FFF 0%, #F7FFFA 40%, #FFFCF6 100%);
}

.guide-sec2-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  gap: 2rem;
  background-color: #FFF;
  width: 100%;
}

@media (min-width: 768px) {
  .guide-sec2-title {
    width: 80%;
  }
}

.guide-sec3-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
}

@media (min-width: 768px) {
  .guide-sec3-title {
    justify-content: start;
    padding: 3rem 6rem;
  }
}

.guide-sec3-title h2 {
  position: relative;
  font-size: clamp(1.25rem, 0.683rem + 2.45vw, 3rem);
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3F9258;
  z-index: 2;
}

.guide-sec3-title h2::after {
  display: none;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../images/title-line.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .guide-sec3-title h2::after {
    display: block;
  }
}

.guide-sec3-title .deco {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 20%;
}

@media (min-width: 768px) {
  .guide-sec3-title .deco {
    transform: translateY(0%);
    right: 2%;
    width: 24%;
  }
}

@media (min-width: 992px) {
  .guide-sec3-title .deco {
    transform: translateY(-20%);
    right: 5%;
    width: 22%;
  }
}

.guide-sec3-step,
.guide-sec3-step2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0 1.5rem 0rem 1.5rem;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .guide-sec3-step,
  .guide-sec3-step2 {
    flex-direction: row;
    padding: 0 3rem 4rem 3rem;
    gap: 1rem;
    text-align: start;
  }
}

.guide-sec3-step .no,
.guide-sec3-step2 .no {
  position: relative;
  width: 100px;
  flex: 1;
  padding: 0.5rem;
}

.guide-sec3-step .no::after {
  display: none;
  content: "";
  width: 26px;
  height: 15px;
  background-image: url(../images/yazirushi.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .guide-sec3-step .no::after {
    display: flex;
  }
}

.guide-sec3-step .no img,
.guide-sec3-step2 .no img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  }

  .guide-sec3-step .box,
  .guide-sec3-step2 .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex: 2.5;
  }

  @media (min-width: 768px) {
    .guide-sec3-step .box,
    .guide-sec3-step2 .box {
      align-items: start;
      gap: 0.5rem;
      flex: 6;
    }
  }

  .guide-yazi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
  }

  .guide-yazi img {
    width: 26px;
    height: 15px;
    margin-left: 0rem;
  }

  @media (min-width: 768px) {
    .guide-yazi {
      padding: 1rem 0;
    }
  }

  .guide-sec4-wrap {
    width: 100%;
    background-color: #F3F1EE;
  }

  .guide-sec4-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .guide-sec4-box {
      display: flex;
      align-items: stretch;
      flex-direction: row;
    }
  }

  .guide-sec4-box .box {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #FFF;
    padding: 3rem;
  }

  @media (min-width: 768px) {
    .guide-sec4-box .box {
      align-items: start;
      justify-content: space-between;
    }
  }

  .guide-sec4-title {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  
  .guide-sec4-title h2 {
    position: relative;
    font-size: clamp(1rem, 0.838rem + 0.7vw, 1.5rem);
    font-family: "zen-kaku-gothic-new", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3F9258;
    letter-spacing: 0.2em;
  }
  
  .guide-sec4-title h2::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/title-line.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
  }

  /* FAQ */

 .faq-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
 }

 .faq-box .q {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  border-top: solid 1px #404040;
  padding: 3rem 1rem;
  gap: 2rem;
 }

 .faq-box .a {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  background-color: #F8F8F8;
  border-top: solid 1px #404040;
  border-bottom: solid 1px #404040;
  padding: 3rem 1rem;
  gap: 2rem;
 }

 @media (min-width: 768px) {
  .faq-box .q {
    padding: 3rem 2rem;
   }
  
   .faq-box .a {
    padding: 3rem 2rem;
   }
 }

 .faq-box p {
  font-size: clamp(0.875rem, 0.754rem + 0.53vw, 1.25rem);
  text-align: center;
 }

 .faq-box .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  }

  .faq-box .img img {
    width: 48px;
    height: 100%;
    object-fit: contain;
    object-position: center;
    }

    @media (min-width: 768px) {

      .faq-box p {
        text-align: start;
       }

      .faq-box .img img {
        width: 68px;
        }
    }

    .recr-sec3-box {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      gap: 2rem;
    }

    .recr-sec3-box .title {
      font-family: "zen-kaku-gothic-new", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: clamp(0.938rem, 0.634rem + 1.31vw, 1.875rem);
    }

    .recr-sec3-box .text {
      font-family: "zen-kaku-gothic-new", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: clamp(0.625rem, 0.423rem + 0.88vw, 1.25rem);
      line-height: 2.5;
    }


    .recr-sec3-title {
      display: flex;
      align-items: center;
      justify-content: start;
    }
    
    .recr-sec3-title h2 {
      position: relative;
      font-size: clamp(1.5rem, 1.014rem + 2.1vw, 3rem);
      font-family: "zen-kaku-gothic-new", sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #3F9258;
    }
    
    .recr-sec3-title h2::after {
      content: "";
      width: 35px;
      height: 35px;
      background-image: url(../images/title-line.svg);
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      position: absolute;
      top: 50%;
      right: -50px;
      transform: translateY(-50%);
    }

    .news-sec2-wrap {
      width: 100%;
      background: linear-gradient(0deg, #FFF 0%, #F3F1EE 100%);
    }

    .news-sec2-box {
      position: relative;
      background: rgba(255, 255, 255, 0.90);  width: 90%;
      padding: 4rem;
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: center;
      gap: 2rem;
      z-index: 1;
    }
    
    @media (min-width: 768px) {
      .news-sec2-box {
        width: 85%;
        padding: 4rem 4rem 8rem 4rem;
      }
    }
    
    @media (min-width: 992px) {
      .news-sec2-box {
        width: 70%;
        padding: 4rem 4rem 8rem 4rem;
      }
    }
    
    .news-sec2-box h2 {
      font-size: clamp(1.125rem, 0.882rem + 1.05vw, 1.875rem);
      font-family: "zen-kaku-gothic-new", sans-serif;
      font-style: normal;
      font-weight: 400;
      line-height: 2.0;
    }
    
    .news-sec2-box p {
      font-family: "zen-kaku-gothic-new", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: clamp(0.75rem, 0.71rem + 0.18vw, 0.875rem);
      line-height: 2.4;
    }

    .news-sec2-img {
      position: relative;
      width: 90%;
      max-width: 922px;
      transform: translateY(0%);
      z-index: 2;
    }

    .news-sec2-img img {
width: 100%;
object-fit: contain;
object-position: center;
    }
  
    @media (min-width: 768px) {
      .news-sec2-img {
        width: 70%;
        transform: translateY(-20%);
      }
    }

  .news-img {
    width: 80%;
    height: auto;
  }

  .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }