@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
/* Noto Sans Japanese */
/* Zen Kaku Gothic New */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================
  base  PC
  ページ全体に付与するcss
  header/footer/フォームなど共通箇所
========================================= */
body {
  /* fontはcom-txtに合わせる */
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  position: relative;
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="fax:"] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

/*	parts  PC
共通パーツの設定
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* 横幅480px以内で改行したくないときにspanにクラスをつけて使う */
.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.fle {
  display: flex;
}

.fle-between {
  justify-content: space-between;
}

.fle-around {
  justify-content: space-around;
}

.fle-center {
  justify-content: center;
}

/* =========================================
  header  PC
  ヘッダー部分（MV含む）のcss
========================================= */
/*	headline  PC
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#ent-header {
  width: 100%;
}
#ent-header .headline {
  width: 100%;
  gap: 30px;
  padding: 18.5px 1.56vw 18.5px 2.6vw;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
#ent-header .logo {
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
#ent-header .logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1150px) {
  #ent-header .logo {
    width: 350px;
  }
}
#ent-header .logo a,
#ent-header .logo img {
  display: block;
}
#ent-header .current {
  color: #7fd054 !important;
}
#ent-header .com-tel {
  padding-bottom: 0;
}
#ent-header .tel-svg {
  display: block;
  width: 200px;
  padding-bottom: 6px;
}
#ent-header .contact-list-item:nth-of-type(2) {
  margin-left: 15px;
}
#ent-header .contact-list-item:nth-of-type(3) {
  margin-left: 7px;
}
#ent-header .contact-list-work {
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 5px;
}
#ent-header .contact-list-work-color {
  color: #8fab53;
}
#ent-header .note {
  letter-spacing: 0.02em;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #ent-header .note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#ent-header .wrap {
  gap: 10px 20px;
}
#ent-header .sns {
  gap: 25px;
}

#header {
  width: 100%;
}
#header .headline {
  width: 100%;
  height: 110px;
  padding: 0 2.6vw;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  position: relative;
}
#header .current::after {
  position: absolute;
  content: "";
}
#header .current {
  z-index: 1;
}
#header .current::after {
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -2px;
  background-color: #e33339;
  background-size: 100%;
}
#header .com-tel {
  padding-bottom: 0;
}
#header .tel-svg {
  display: block;
  width: 200px;
  padding-bottom: 6px;
}
#header .contact-list-item:nth-of-type(2) {
  margin-left: 15px;
}
#header .contact-list-item:nth-of-type(3) {
  margin-left: 7px;
}
#header .contact-list-work {
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 5px;
}
#header .contact-list-work-color {
  color: #569546;
}
#header .note {
  letter-spacing: 0.02em;
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #header .note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#header .wrap {
  gap: 10px 20px;
}
#header .sns {
  gap: 25px;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  justify-content: center;
  border-bottom: 2px solid #bfbfbf;
}
#gnav .list-link {
  width: 200px;
  height: 107px;
  text-align: center;
  letter-spacing: 0.06em;
  padding-top: 68px;
  color: #333333;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#gnav .list-link::before {
  background: #e33339;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#gnav .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#gnav .list-link01 {
  background: url(/img/all/nav-ico01.png) no-repeat center 28px;
}
#gnav .list-link02 {
  background: url(/img/all/nav-ico02.png) no-repeat center 33px;
}
#gnav .list-link03 {
  background: url(/img/all/nav-ico03.png) no-repeat center 32px;
}
#gnav .list-link04 {
  background: url(/img/all/nav-ico04.png) no-repeat center 32px;
}
#gnav .list-link05 {
  background: url(/img/all/nav-ico05.png) no-repeat center 32px;
}
#gnav .sns-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  background: url(/img/all/catch-deco.png) no-repeat left 16.4vw/21.5vw;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 14.3vw;
  left: 7.4vw;
  top: 8.5vw;
}
#top-mv .mv-ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-mv .mv-img {
  width: 1400px;
  margin-left: auto;
}
#top-mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-mv .mv-img img {
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 1850px) {
  #top-mv .mv-img {
    width: 75.6vw;
  }
}
@media screen and (min-width: 1921px) {
  #top-mv .mv-img {
    width: 72.9vw;
  }
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.fixed-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.fixed-page {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: 30px;
  transition: 0.3s ease;
}
.fixed-page:hover {
  transform: translate(0px, -5px);
}
.fixed-line {
  width: 280px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #333333;
  border-radius: 30px 0 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fixed-line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.fixed-line {
  position: relative;
}
.fixed-line::after {
  position: absolute;
  content: "";
}
.fixed-line {
  z-index: 1;
}
.fixed-line::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 15px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
}
.fixed-line::after {
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -30px;
  background: url(/img/all/fixed-line-deco.png) no-repeat;
  background-size: 100%;
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .ent-bg {
  background-color: #f2efe9;
}
#footer .ent-inner {
  padding: 10px 15px;
}
#footer .ent-copy {
  text-align: center;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer .ent-copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .ent-copy {
  color: #333333;
}
#footer .ent-copy-link {
  color: #333333;
}
#footer .current {
  color: #e33339 !important;
}
#footer .bg {
  background-color: #e8e3dc;
}
#footer .info {
  margin-top: 45px;
}
#footer .info-item {
  gap: 20px;
}
#footer .info-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#footer .info-item-ttl {
  letter-spacing: 0.02em;
  color: #569546;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #footer .info-item-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .info-item-txt {
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #footer .info-item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .link-list {
  margin-top: 20px;
}
#footer .link-list-item {
  gap: 35px;
}
#footer .link-list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#footer .link-list-txt {
  letter-spacing: 0.02em;
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #footer .link-list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .com-tel {
  flex-shrink: 0;
  gap: 22px;
}
#footer .com-tel-num {
  white-space: nowrap;
}
#footer .line {
  width: 320px;
  height: 70px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  background-color: #fff;
  border: 1px solid #7fd054;
  border-radius: 10px;
  position: relative;
}
#footer .line::before {
  position: absolute;
  content: "";
}
#footer .line::after {
  position: absolute;
  content: "";
}
#footer .line {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #footer .line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#footer .line::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
#footer .line::after {
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 22px;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#footer .line:hover::after {
  transform: translate(3px, -50%);
}
#footer .nav {
  margin-top: 30px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 65px;
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#footer .list-link {
  letter-spacing: 0;
  color: #333333;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #7fd054;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #footer .list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .list-link-top {
  padding: 0 40px 5px 0;
  border-bottom: 1px solid #7fd054;
  position: relative;
}
#footer .list-link-top::after {
  position: absolute;
  content: "";
}
#footer .list-link-top {
  z-index: 1;
}
#footer .list-link-top::after {
  width: 14px;
  height: 11px;
  bottom: 11px;
  left: unset;
  right: 0;
  background: url(/img/all/foo-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#footer .list-link-top:hover::after {
  width: 14px;
  transform: translateX(3px);
}
#footer .copy {
  text-align: center;
  padding: 10px 15px;
  background-color: #7fd054;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copy-link {
  color: #fff;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#sv .sv {
  width: 100%;
  height: 400px;
  position: relative;
}
#sv .sv-ttl {
  position: absolute;
  min-width: 280px;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
  padding: 8px 35.2px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  background: url(/img/all/pt01.png) left top;
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #sv .sv-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#sv .sv-treatment {
  background: url(/img/sv/sv-treatment.jpg) no-repeat center/cover;
}
#sv .sv-about {
  background: url(/img/sv/sv-about.jpg) no-repeat center/cover;
}
#sv .sv-voice {
  background: url(/img/sv/sv-voice.jpg) no-repeat center/cover;
}
#sv .sv-info {
  background: url(/img/sv/sv-info.jpg) no-repeat center/cover;
}
#sv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#sv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#sv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#sv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#sv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#sv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: 25px;
    padding: 0 2%;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li,
.breadcrumb a {
  color: #333333;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li,
  .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li {
  color: #e33339;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #333333;
}

/* =========================================

  layout  SP
  共通パーツのスマホ時css
========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 350px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active {
    /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner {
    width: 100% !important;
  }
  .breadcrumb {
    display: none;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  #ent-header .headline {
    display: block;
  }
  #ent-header .logo {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #ent-header .wrap {
    display: block;
  }
  #ent-header .contact-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px;
  }
  #ent-header .note {
    text-align: center;
  }
  #ent-header .sns {
    justify-content: center;
    margin-top: 25px;
  }
  #header .headline {
    height: 70px;
  }
  #header .logo {
    width: 70px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv::before {
    position: absolute;
    content: "";
    width: 64.2vw;
    min-width: 225px;
    height: 48.5vw;
    min-height: 170px;
    bottom: 0;
    left: 0px;
    background: url(/img/all/catch-deco.png) no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  #top-mv .mv-img {
    width: 100%;
    height: 71.4vw;
    min-height: 250px;
  }
  #top-mv .mv-img img {
    border-radius: 0;
  }
  #top-mv .mv-ttl {
    width: 52.8vw;
    min-width: 185px;
    left: 20px;
    top: unset;
    bottom: 10px;
    z-index: 1;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed {
    right: 10px;
    bottom: 30px;
  }
  .fixed-page {
    width: 50px;
    margin-right: 0;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .hamburger-drawer {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-drawer-icon {
    width: 100%;
    height: 100%;
  }
  .hamburger-drawer-line {
    fill: none;
    stroke: #7fd054;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 60 60;
  }
  .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 60 207;
  }
  .hamburger-drawer.active .hamburger-drawer-line {
    stroke: #7fd054;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(1) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(2) {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
  }
  .hamburger-drawer.active .hamburger-drawer-line:nth-child(3) {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
  }
  .nav-list-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .nav-list.active .nav-list-item:nth-child(1) {
    transition-delay: 0.3s;
  }
  .nav-list.active .nav-list-item:nth-child(2) {
    transition-delay: 0.4s;
  }
  .nav-list.active .nav-list-item:nth-child(3) {
    transition-delay: 0.5s;
  }
  .nav-list.active .nav-list-item:nth-child(4) {
    transition-delay: 0.6s;
  }
  .nav-list.active .nav-list-item:nth-child(5) {
    transition-delay: 0.7s;
  }
  .nav-list.active .nav-list-item:nth-child(6) {
    transition-delay: 0.8s;
  }
  .nav-list.active .nav-list-item:nth-child(7) {
    transition-delay: 0.9s;
  }
  .nav-list.active .nav-list-item:nth-child(8) {
    transition-delay: 1s;
  }
  .nav-list.active .nav-list-item:nth-child(9) {
    transition-delay: 1.1s;
  }
  .nav-list.active .nav-list-item:nth-child(10) {
    transition-delay: 1.2s;
  }
  .nav-list.active .nav-list-item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-list-link {
    position: relative;
    display: block;
    padding: 15px 15px 15px 35px;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
  }
  .nav-list-link01 {
    background: url(/img/all/nav-ico01.png) no-repeat left center/25px;
  }
  .nav-list-link02 {
    background: url(/img/all/nav-ico02.png) no-repeat 3px center/20px;
  }
  .nav-list-link03 {
    background: url(/img/all/nav-ico03.png) no-repeat 3px center/22px;
  }
  .nav-list-link04 {
    background: url(/img/all/nav-ico04.png) no-repeat 4px center/22px;
  }
  .nav-list-link05 {
    background: url(/img/all/nav-ico05.png) no-repeat 4px 16px/22px;
  }
  #drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 85px 15px 50px;
    overflow-y: scroll;
    background: #f2efe9;
    clip-path: circle(0% at calc(100% - 44px) 44px);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
  }
  #drawer-menu.active {
    clip-path: circle(150% at calc(100% - 44px) 44px);
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .headline {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  #drawer-nav .line {
    width: 250px;
    height: 70px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.04em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    background-color: #fff;
    border: 1px solid #7fd054;
    border-radius: 10px;
    position: relative;
  }
  #drawer-nav .line::before {
    position: absolute;
    content: "";
  }
  #drawer-nav .line::after {
    position: absolute;
    content: "";
  }
  #drawer-nav .line {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #drawer-nav .line {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav .line::before {
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
    background: url(/img/all/line-ico.png) no-repeat;
    background-size: 100%;
  }
  #drawer-nav .line::after {
    width: 20px;
    height: 15px;
    transform: translateY(-50%);
    top: 50%;
    right: 22px;
    background: url(/img/all/arw-color.png) no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
  }
  #drawer-nav .line:hover::after {
    transform: translate(3px, -50%);
  }
  #drawer-nav .sns-list {
    gap: 25px;
    margin-top: 20px;
  }
  #drawer-nav .instagram {
    width: 35px;
    height: 35px;
  }
  #drawer-nav .com-tel {
    position: relative;
    padding-bottom: 15px;
  }
  #drawer-nav .com-tel-svg {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 35px auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info {
    /* 初期状態: 非表示 + 下方向オフセット */
  }
  .drawer-info > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .drawer-info {
    /* ドロワーが開いたとき（#drawer-menu.active）に表示させる */
  }
  #drawer-menu.active .drawer-info > * {
    opacity: 1;
    transform: translateY(0);
  }
  #drawer-menu.active .drawer-info {
    /* nav リストのアニメーションの後に順次出現させる遅延を付与 */
  }
  #drawer-menu.active .drawer-info > *:nth-child(1) {
    transition-delay: 0.9s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(2) {
    transition-delay: 1s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(3) {
    transition-delay: 1.1s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(4) {
    transition-delay: 1.2s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(5) {
    transition-delay: 1.3s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(6) {
    transition-delay: 1.4s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(7) {
    transition-delay: 1.5s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(8) {
    transition-delay: 1.6s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(9) {
    transition-delay: 1.7s;
  }
  #drawer-menu.active .drawer-info > *:nth-child(10) {
    transition-delay: 1.8s;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .current {
    color: #7fd054;
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
  }
  #footer .logo {
    display: block;
    width: 92px;
    margin: 0 auto;
  }
  #footer .com-tel {
    display: block;
    position: relative;
    padding-bottom: 15px;
  }
  #footer .com-tel-svg {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  #footer .info {
    max-width: 400px;
    margin: 45px auto 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .info-item {
    width: 100%;
    gap: 15px;
  }
  #footer .info-item-ttl {
    flex-shrink: 0;
  }
  #footer .nav {
    justify-content: center;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 35px;
  }
  #footer .link-list {
    gap: 25px;
  }
  #footer .link-list-item {
    justify-content: center;
  }
  #footer .line {
    width: 250px;
    height: 70px;
    text-align: center;
    line-height: 1.3;
  }
  #footer .line::after {
    width: 15px;
    height: 11px;
    right: 15px;
  }
  #footer .com-instagram {
    width: 35px;
    height: 35px;
  }
  #footer .nav {
    width: 100%;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #sv .sv {
    height: 275px;
  }
  #sv .sv-ttl {
    min-width: 200px;
    padding: 8px 15.2px;
  }
  #sv .sv-treatment {
    background: url(/img/sv/sv-treatment.jpg) no-repeat calc(50% + 300px) center/cover;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */