@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "LibertinusMath-Regular";
  src: url(../fonts/LibertinusMath-Regular.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "LibertinusMath-Regular";
  src: url(../fonts/LibertinusMath-Regular.ttf);
}
/*	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: #30332a;
  font-family: "Noto sansCJK Medium", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* 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
ロゴ、ヘッダーナビ、ヘッダーリンク等
------------------------------------ */
#header {
  width: 100%;
}
#header .ent {
  width: 100%;
  max-width: 1815px;
  margin: 0 auto;
  padding: 30px 10px;
}
@media screen and (max-width: 1300px) {
  #header .ent-logo {
    width: 300px;
  }
}
#header .headline {
  position: absolute;
  width: 100%;
  padding: 30px 3.125vw 0 2vw;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .logo {
  display: inline-block;
  width: 27vw;
  max-width: 518px;
  min-width: 370px;
  transition: all 0.3s ease;
}
#header .logo:hover {
  opacity: 0.7;
}
#header .logo a,
#header .logo img {
  display: block;
}
#header .current {
  color: #568300 !important;
}

/*	gnav  PC
ヘッダーナビ（PC時）
------------------------------------ */
#gnav .list {
  padding: 1vw 1.82vw;
  background-color: #fff;
}
#gnav .list-item:nth-of-type(n + 2) {
  margin-left: 1.82vw;
}
#gnav .list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  color: #30332a;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnav .list-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#gnav .list-link::before {
  background: #568300;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  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);
}

/*	mv  PC
メインビジュアル（トップ用）
------------------------------------ */
#top-mv .mv {
  position: relative;
  width: 100%;
  height: 48.4vw;
  background: url(/img/all/mv.jpg) no-repeat center/cover;
  border-top: 8px solid #86b801;
}
#top-mv .mv-ttl {
  position: absolute;
  width: 40.62vw;
  top: 20.57vw;
  right: 7.8vw;
}
#top-mv .mv-ttl-top {
  width: 100%;
}
#top-mv .mv-ttl-btm {
  width: 36.71vw;
  margin-top: 1.56vw;
}
#top-mv .mv-primary {
  position: absolute;
  font-family: "LibertinusMath-Regular", sans-serif;
  font-size: clamp(25px, 1.56vw, 30px);
  padding-left: 15px;
  bottom: 35px;
  left: 60px;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(86, 131, 0, 0.2), -3px -3px 5px rgba(86, 131, 0, 0.2), -3px 3px 5px rgba(86, 131, 0, 0.2), 3px -3px 5px rgba(86, 131, 0, 0.2);
}
#top-mv .mv-primary::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

/*	page-top  PC
page-top リンク
------------------------------------ */
.fixed {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}
.fixed-contact {
  font-size: 23px;
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  width: 75px;
  height: 250px;
  padding-top: 75px;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #568300;
  border-radius: 40px 40px 8px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixed-contact {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.fixed-contact::before {
  position: absolute;
  content: "";
}
.fixed-contact::before {
  width: 25px;
  height: 24px;
  transform: translateX(-50%);
  left: 50%;
  top: 42px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
  transition: all 0.5s ease;
}
.fixed-contact:hover {
  opacity: 0.9;
}
.fixed-contact:hover::before {
  transform: translateX(-50%) scale(0.95);
}
.fixed-page {
  width: 75px;
  height: 75px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 50%;
}
.fixed-page:hover {
  transform: translate(0px, -5px);
}

/* =========================================
  footer  PC
  フッター
========================================= */
#footer .ent-copy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer .ent-copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .ent-copy-link {
  color: #30332a;
}
#footer .bg {
  background-color: #30332a;
}
#footer .current {
  border-bottom: 1px solid #fff !important;
}
#footer .link-list {
  margin-top: 60px;
}
#footer .link-list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#footer .btn {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  width: 237px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1350px) {
  #footer .box {
    margin-right: 120px;
  }
}
#footer .list {
  margin-top: 40px;
}
#footer .list:nth-of-type(n + 2) {
  margin-left: 75px;
}
#footer .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#footer .list-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #footer .list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#footer .list-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
#footer .list-link:hover::after {
  width: 100%;
}
#footer .list-btm {
  margin-top: 60px;
}
#footer .list-btm-item:nth-of-type(n + 2) {
  margin-left: 22px;
  padding-left: 25px;
  position: relative;
}
#footer .list-btm-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#footer .list-btm-item:nth-of-type(n + 2)::before {
  width: 1px;
  height: 12px;
  left: 0;
  transform: translateY(-50%);
  top: 55%;
  background-color: #fff;
}
#footer .list-btm-link {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #footer .list-btm-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .list-btm-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s ease;
}
#footer .list-btm-link:hover::after {
  width: 100%;
}
#footer .copy {
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 95px;
  color: #fff;
}
#footer .copy-link {
  color: #fff;
}

/* =========================================
  sub  PC
  sv 共通部分
========================================= */
#top-mv .sv {
  width: 100%;
  height: 39vw;
  min-height: 550px;
  border-top: 8px solid #86b801;
  position: relative;
}
#top-mv .sv-ttl {
  position: absolute;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  width: 100%;
  max-width: 720px;
  text-align: center;
  letter-spacing: 0.02em;
  padding: 7.5px 15px;
  transform: translate(-50%, -50%);
  top: 52.9%;
  left: 50%;
  color: #fff;
  background-image: linear-gradient(90deg, #568300, #82be00 50%, #a6dc00);
}
@media screen and (max-width: 767px) {
  #top-mv .sv-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* =========================================
    sub  PC
    sv
========================================= */
#top-mv .sv-first {
  background: url(/img/sv/sv-first.jpg) no-repeat center/cover;
}
#top-mv .sv-divorce {
  background: url(/img/sv/sv-divorce.jpg) no-repeat center/cover;
}
#top-mv .sv-children {
  background: url(/img/sv/sv-children.jpg) no-repeat center/cover;
}
#top-mv .sv-case {
  background: url(/img/sv/sv-case.jpg) no-repeat center/cover;
}
#top-mv .sv-company {
  background: url(/img/sv/sv-company.jpg) no-repeat center/cover;
}
#top-mv .sv-news {
  background: url(/img/sv/sv-news.jpg) no-repeat center/cover;
}
#top-mv .sv-site {
  background: url(/img/sv/sv-site.jpg) no-repeat center/cover;
}
#top-mv .sv-privacy {
  background: url(/img/sv/sv-privacy.jpg) no-repeat center/cover;
}
#top-mv .sv-error {
  background: url(/img/sv/sv-error.jpg) no-repeat center/cover;
}
#top-mv .sv-contact {
  background: url(/img/sv/sv-contact.jpg) no-repeat center/cover;
}
#top-mv .sv-complete {
  background: url(/img/sv/sv-complete.jpg) no-repeat center/cover;
}

/*	breadcrumb  PC
パンくずリスト
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 15px 0;
}
@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: #30332a;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@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: #30332a;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 15px;
  color: #30332a;
}

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

  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
  ------------------------------------ */
  #header .ent {
    display: block;
    padding: 15px 10px;
  }
  #header .ent-logo {
    width: 250px;
  }
  #header .ent-wrap {
    display: block;
  }
  #header .headline {
    padding: 5px 10px;
  }
  #header .logo {
    width: 250px;
    min-width: unset;
  }
  #header .btn {
    display: block;
    width: 220px;
    margin: 20px 0 0 auto;
    padding: 13.4px 20px 13.4px 0;
    border-radius: 35px;
  }
  #gnav .list {
    margin-top: 20px;
  }
  #gnav .list-item:nth-of-type(n + 2) {
    margin-left: 15px;
  }
  /*	mv  SP
  ------------------------------------ */
  #top-mv .mv {
    height: 300px;
    border-top: 4px solid #86b801;
    background: url(/img/all/mv.jpg) no-repeat calc(50% + 30px) center/cover;
  }
  #top-mv .mv-ttl {
    width: 300px;
    top: unset;
    right: 10px;
    bottom: 14.2vw;
  }
  #top-mv .mv-ttl-btm {
    width: 270px;
    margin-top: 10px;
  }
  #top-mv .mv-primary {
    font-size: 16px;
    padding-left: 10px;
    bottom: 5px;
    left: 15px;
  }
  #top-mv .mv-primary::before {
    width: 4px;
    height: 4px;
  }
  /*	fixed  SP
  ページトップへのリンク
  ------------------------------------ */
  .fixed {
    width: 100%;
    display: flex;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .fixed-item01 {
    flex: 1;
    width: 100%;
  }
  .fixed-contact {
    width: 100%;
    height: 70px;
    justify-content: center;
    padding-top: 0;
    border-radius: 0;
    writing-mode: unset;
  }
  .fixed-contact::before {
    position: unset;
    transform: none;
    margin-right: 15px;
  }
  .fixed-page {
    width: 70px;
    height: 70px;
    margin-top: 0;
    border-top: 2px solid #568300;
    border-radius: 0;
  }
  .fixed-page:hover {
    transform: none;
  }
  /*	gnav  SP
  ハンバーガーメニュー、メニュー内のcss
  ------------------------------------ */
  .sp-menu-btn-wrp {
    width: 50px;
    height: 50px;
    padding-top: 16px;
    background-color: #86b801;
    top: 0;
    right: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn {
    width: 47%;
    height: 18px;
    margin: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .top {
    top: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .middle {
    top: 0;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: auto;
    bottom: 0;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    margin: 8px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
    top: auto;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt img {
    height: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active span {
    width: 28px;
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .top {
    transform: translateY(9px) translateX(-3px) rotate(45deg);
  }
  .sp-menu-btn-wrp .sp-menu-btn.active .bottom {
    bottom: 10px;
    transform: translateY(3px) translateX(-3px) rotate(-45deg);
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background-image: linear-gradient(90deg, rgba(86, 131, 0, 0.2), rgba(130, 190, 0, 0.2) 50%, rgba(166, 220, 0, 0.2));
  }
  #drawer-nav .current::after {
    display: none;
  }
  #drawer-nav .com-tel-num {
    color: #30332a;
  }
  #drawer-nav .com-tel-txt {
    color: #30332a;
  }
  #drawer-nav .btn {
    width: 200px;
    height: 50px;
    margin: 15px auto 0;
    padding: 13.4px 20px 13.4px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #30332a;
    border: 1px solid #568300;
    border-radius: 30px;
  }
  #drawer-nav .drawer-logo {
    width: 73%;
    margin-bottom: 15px;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .list-link {
    display: block;
    border-bottom: 1px solid #568300;
    padding: 6% 0;
    font-size: clamp(18px, 4.8vw, 36px);
    letter-spacing: 0.1em;
    color: #30332a;
    line-height: 1.22;
  }
  /* --- info系 --- */
  .drawer-info {
    display: flex;
    margin: 5% auto 0;
    flex-direction: column;
    align-items: center;
  }
  .drawer-info .pcnav-info-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .drawer-info .shop-btn {
    margin-left: 0px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    background-color: #ff957d;
    position: relative;
    color: #ffffff;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .current {
    color: #568300;
    border-bottom: none !important;
  }
  #footer .container {
    display: block;
    padding-bottom: 100px;
    position: relative;
  }
  #footer .logo {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  #footer .link-list {
    margin-top: 35px;
  }
  #footer .link-list-item:nth-of-type(n + 2) {
    margin-top: 35px;
  }
  #footer .btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
  }
  #footer .box {
    margin-right: 0;
  }
  #footer .nav {
    width: 100%;
  }
  #footer .list {
    flex-wrap: wrap;
    justify-content: left;
    border: 1px solid #568300;
  }
  #footer .list:nth-of-type(n + 2) {
    margin-left: 0;
  }
  #footer .list-sp {
    display: flex !important;
  }
  #footer .list-item {
    width: 50%;
    margin-left: 0;
  }
  #footer .list-item:first-of-type {
    width: 100%;
    border-bottom: 1px solid #568300;
  }
  #footer .list-item:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px solid #568300;
  }
  #footer .list-item:nth-of-type(2n) {
    border-right: 1px solid #568300;
  }
  #footer .list-item:last-of-type {
    border-bottom: none;
  }
  #footer .list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 1.2;
    height: 60px;
    text-align: center;
    padding: 10px 5px;
  }
  #footer .list-link::after {
    display: none;
  }
  #footer .copy {
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
  }
  /* =========================================
    sub  SP
    下層（サブビジュアル）のcss
  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* =========================================
    sub  SP
    sv 共通部分
  ========================================= */
  #top-mv .sv {
    height: 300px;
    min-height: unset;
    border-top: 4px solid #568300;
  }
  #top-mv .sv-ttl {
    width: 320px;
    padding: 5px 15px;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */