@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
html,
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
body {
  color: #222;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: sawarabi-mincho, Helvetica, Arial, serif;
  font-weight: normal;
}
.inner__wrap {
  margin-inline: auto;
}


@media (max-width: 767px) {
  :root {
    --vw: calc(100vw / 375px); /* ●●● = 基準値、vwの計算に使用：calc(var(--vw) * px) */
    --fs-10: min(2.67vw, 10px);
    --fs-12: min(3.20vw, 12px);
    --fs-13: min(3.47vw, 13px);
    --fs-14: min(3.73vw, 14px);
    --fs-15: min(4.00vw, 15px);
    --fs-16: min(4.27vw, 16px);
    --fs-17: min(4.53vw, 17px);
    --fs-18: min(4.80vw, 18px);
    --fs-19: min(5.07vw, 19px);
    --fs-20: min(5.33vw, 20px);
    --fs-21: min(5.60vw, 21px);
    --fs-22: min(5.87vw, 22px);
    --fs-23: min(6.13vw, 23px);
    --fs-24: min(6.40vw, 24px);
    --fs-25: min(6.67vw, 25px);
    --fs-26: min(6.93vw, 26px);
    --fs-30: min(8.00vw, 30px);
  }
  .pc__only {
    display: none;
  }
  body {
    font-size: 14px;
    letter-spacing: .12em;
  }
  .inner__wrap {
    width: 84%;
  }
}

@media (min-width: 768px) {
  :root {
    --vw: calc(100vw / 1440px); /* ●●● = 基準値、vwの計算に使用：calc(var(--vw) * px) */
    --fs-14: min(0.97vw, 14px);
    --fs-15: min(1.04vw, 15px);
    --fs-16: min(1.11vw, 16px);
    --fs-17: min(1.18vw, 17px);
    --fs-18: min(1.25vw, 18px);
    --fs-19: min(1.32vw, 19px);
    --fs-20: min(1.39vw, 20px);
    --fs-21: min(1.46vw, 21px);
    --fs-22: min(1.53vw, 22px);
    --fs-23: min(1.60vw, 23px);
    --fs-24: min(1.67vw, 24px);
    --fs-25: min(1.74vw, 25px);
    --fs-26: min(1.81vw, 26px);
    --fs-27: min(1.88vw, 27px);
    --fs-28: min(1.94vw, 28px);
    --fs-29: min(2.01vw, 29px);
    --fs-30: min(2.08vw, 30px);
    --fs-31: min(2.15vw, 31px);
    --fs-32: min(2.22vw, 32px);
    --fs-33: min(2.29vw, 33px);
    --fs-34: min(2.36vw, 34px);
    --fs-35: min(2.43vw, 35px);
    --fs-36: min(2.50vw, 36px);
    --fs-37: min(2.57vw, 37px);
    --fs-38: min(2.64vw, 38px);
    --fs-39: min(2.71vw, 39px);
    --fs-40: min(2.78vw, 40px);
    --fs-41: min(2.85vw, 41px);
    --fs-42: min(2.92vw, 42px);
    --fs-43: min(2.99vw, 43px);
    --fs-44: min(3.06vw, 44px);
    --fs-45: min(3.13vw, 45px);
    --fs-46: min(3.19vw, 46px);
    --fs-47: min(3.26vw, 47px);
    --fs-48: min(3.33vw, 48px);
  }
  .sp__only {
    display: none;
  }
  body {
    font-size: 16px;
    letter-spacing: .06em;
  }
  .inner__wrap {
    width: 100%;
    max-width: calc(1100px + 40px);
    padding: 0 20px;
  }
}

@media (any-hover: hover) {
  a,
  button {
    transition: all .3s;
  }
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}

.more__btn {
  text-align: center;
}
.more__btn a {
  background: #222;
  border-radius: 50vh;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}
.more__btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  background: #fff;
  width: 1em;
  height: 2px;
}
@media (max-width: 767px) {
  .more__btn a {
    /* font-size: var(--fs-16); */
    font-size: min(calc(var(--vw) * 16px),16px);
    line-height: 3;
    padding: 0 2.24em;
  }

}
@media (min-width: 768px) {
  .more__btn a {
    font-size: 16px;
    line-height: 48px;
    padding: 0 2.5em;
  }

}



ul.anc__list {
  margin-inline: auto;
}
a.anc__link {
  border: 1px solid #222222;
  position: relative;
  border-radius: 50vh;
  display: block;
  text-align: center;
}
.anc__link::after {
  content: "";
  aspect-ratio: 1 / 1;
  background: url(../images/common/icon_arrow_btm.svg) 50% / contain no-repeat;
  width: 1.44em;
  height: auto;
  display: block;
  top: 50%;
  right: 1em;
  position: absolute;
}
.anc__link span {
  padding-right: 1.5em;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  ul.anc__list {
    width: 95.24%;
  }
  .anc__link {
    font-size: min(calc(var(--vw) * 16px),16px);
    width: 100%;
    line-height: 3.75em;
    margin-bottom: 20px;
  }
  .anc__link::after {
    top: calc(50% - 0.72em);
  }


}

@media (min-width: 768px) {
  ul.anc__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 980px;
  }
  .anc__link {
    font-size: min(calc(var(--vw) * 18px),18px);
    width: 300px;
    line-height: 80px;
  }
  .anc__link::after {
    top: calc(50% - 0.72em);
  }

}



/* -----------------------------------------------
header
----------------------------------------------- */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
header .header__logo {
  display: block;
}
.sub__nav__list {
  display: none;
}

@media (max-width: 767px) {
  header {
    width: 100%;
    height: 50px;
  }
  header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    height: 50px;
  }
  .header__logo {
    width: 46%;
  }
  /* ハンバーガー */
  #nav__toggle {
    background: #222;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    border: none;
    padding: 0;
  }
  #nav__toggle span {
    width: 25px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
  }
  #nav__toggle span:nth-child(1) {
    top: 14px;
  }
  #nav__toggle span:nth-child(2) {
    top: 24px;
  }
  #nav__toggle span:nth-child(3) {
    top: 34px;
  }
  body.menu__open #nav__toggle span:nth-child(1) {
    top: 24px;
    transform: translateX(-50%) rotate(45deg);
  }
  body.menu__open #nav__toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  body.menu__open #nav__toggle span:nth-child(3) {
    top: 24px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header__nav__wrap {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all 0.5s;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    padding: 75px 4% 150px;
    overflow-y: scroll;
    z-index: 9;
  }
  body.menu__open .header__nav__wrap {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  .header__nav__wrap ul.header__nav__list > li:not(:last-child) {
    border-bottom: 1px solid #97A791;
  }
  .header__nav__list > li > a {
    display: block;
    line-height: 80px;
    text-align: center;
    padding-inline: 1.34em;
    font-size: 1rem;
  }
  .header__nav__list > li:last-child a {
    background-color: #3A7322;
    padding-inline: 34px;
    color: #fff;
  }
  .header__nav__list > li:last-child a span {
    background: url(../images/common/icon_contact.svg) 100% 50% / 20px auto no-repeat;
    padding-right: 2em;
  }


  .header__nav__list > li:has(i) {
    position: relative;
  }
  .header__nav__list > li:has(i) i {
    display: block;
    position: absolute;
    top: 10px;
    right: -2%;
    width: 18%;
    height: auto;
    aspect-ratio: 1 / 1;
    /* background: #cfcfcf; */
  }
  .header__nav__list > li:has(i) i:before {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    color: #fff;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    z-index: 1;
  }
  .header__nav__list > li:has(i) i:after {
    content: "";
    aspect-ratio: 1 / 1;
    background: #397121;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .header__nav__list > li.open i:before {
    content: "-";
  }
  .sub__nav__list {
    padding-inline: 1em;
  }
  .sub__nav__list li:not(:last-child) {
    border-bottom: 1px dotted #97A791;
  }
  .sub__nav__list li a {
    display: block;
    line-height: 60px;
    padding-inline: 1em;
    font-size: 1rem;
  }

}

@media (min-width: 768px) {

  header {
    background: rgba(255,255,255,0);
    /* -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0); */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
    transition: all .3s;
  }
  body.scroll header {
    background: rgba(255,255,255,0.9);
    /* -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); */
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
  }
  .scroll .header__nav__wrap li:not(:last-child) a {
    color: #222;
  }
  header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
  }
  .header__logo {
    width: min(24.75vw,286px);
  }
  .header__inner .header__nav__wrap {}
  .header__nav__wrap ul.header__nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header__nav__list > li {
    position: relative;
  }
  .header__nav__list > li > a {
    color: #fff;
    display: block;
    /* font-size: var(--fs-15); */
    font-size: min(calc(var(--vw) * 15px),15px);
    line-height: 80px;
    text-align: center;
    padding-inline: 1.34em;
  }
  .header__nav__list > li:last-child {
    margin-left: 32px;
  }
  .header__nav__list > li:last-child a {
    background-color: #3A7322;
    padding-inline: 34px;
  }
  .header__nav__list > li:last-child a span {
    background: url(../images/common/icon_contact.svg) 100% 50% / 20px auto no-repeat;
    padding-right: 2em;
  }
  .header__nav__list > li i {
    display: none;
  }
  body:not(.scroll) .header__nav__list > li:has(.sub__nav__list):hover {
    background: #fff;
  }
  body:not(.scroll) .header__nav__list > li:has(.sub__nav__list):hover a {
    color: #000;
  }
  .sub__nav__list {
    background: #fff;
    position: absolute;
    left: 0;
    width: 200%;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }
  .sub__nav__list li:not(:first-child) {
    border-top: 1px solid #eee;
  }
  .sub__nav__list li a {
    display: block;
    font-size: min(calc(var(--vw) * 15px),15px);
    line-height: 60px;
    /* text-align: center; */
    padding-inline: 1em;
  }




}
@media (min-width: 768px) and (max-width: 960px) {

  header {}

}


/* -----------------------------------------------
bc__wrap
----------------------------------------------- */
.bc__wrap {}
.bc__wrap .bc__list {
  display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bc__list li * {
  font-size: 16px;
}
.bc__list li:not(:last-child)::after {
  content: ">";
  margin-inline: 1em;
}

@media (max-width: 767px) {
  .bc__wrap {
    padding-top: 32px;
    margin-bottom: 35px;
  }
  .bc__wrap .bc__list {
    display: none;
  }

}
@media (min-width: 768px) {
  .bc__wrap {
    padding-top: 44px;
    margin-bottom: 94px;
  }

}


/* -----------------------------------------------
banner__wrap
----------------------------------------------- */
.banner__wrap .ec__banner {
  background-image: url(../images/common/footer_ec_bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  margin-inline: auto;
}
.banner__wrap .ec__banner a {
  display: block;
}
.banner__list__wrap {
  margin-inline: auto;
}

@media (max-width: 767px) {

  .banner__wrap {
    padding: 90px 0 130px;
  }
  .banner__wrap .ec__banner {
    max-width: 100%;
    line-height: 1.66;
    /* font-size: var(--fs-18); */
    font-size: min(calc(var(--vw) * 18px),18px);
    letter-spacing: 0.06em;
    margin-bottom: 16%;
    padding-block: 1.1em .62em;
  }
  .banner__list__wrap .banner__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .banner__list li {
    width: 26.04%;
  }

}

@media (min-width: 768px) {

  .banner__wrap {
    padding: 100px 0 90px;
  }
  .banner__wrap .ec__banner {
    max-width: 1040px;
    line-height: 120px;
    font-size: 24px;
    letter-spacing: 0.06em;
    margin-bottom: 65px;
  }
  .banner__list__wrap {
    max-width: 460px;
  }
  .banner__list__wrap .banner__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .banner__list li {
    max-width: 120px;
  }

}



/* -----------------------------------------------
footer
----------------------------------------------- */
footer {
  background: #222222;
}
body.scroll .scroll__top {
  visibility: visible;
  opacity: 1;
}
.scroll__top {
  position: fixed;
  z-index: 8;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.scroll__top a {
  aspect-ratio: 1 / 1;
  background-image: url(../images/common/icon_arrow_top.svg);
  background-repeat: no-repeat;
  background-size: auto 1em;
  background-color: #3A7322;
  display: block;
  border-radius: 50vh;
  height: auto;
  text-align: center;
  position: relative;
}
footer *:not(.footer__btn_list) {
  color: #fff;
}
.footer__logo__wrap a.footer__logo {
  display: block;
}

.footer__btn {
  text-align: center;
}
.footer__btn a {
  background: #fff;
  border-radius: 50vh;
  color: #222;
  text-align: center;
  display: inline-block;
}
.footer__btn a span {
 color: #222; 
}
.footer__btn_list li:last-child a span {
  background: url(../images/common/icon_contact_k.svg) 100% 50% / 20px auto no-repeat;
  padding-right: 2em;
}
.copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    padding: 31px 0;
  }
  .scroll__top {
    right: 3%;
    bottom: 1%;
  }
  .scroll__top a {
    background-position: 50% 50%;
    width: 50px;
  }
  .scroll__top a span {
    display: none;
  }
  .footer__fx {
    margin-bottom: 11.4%;
  }
  .footer__nav__wrap {
    margin-bottom: 16%;
  }
  .footer__nav__wrap .footer__nav {
    margin-bottom: 40px;
  }
  .footer__nav li {
    position: relative;
    padding: 0 min(1.5vw,20px);
    border-bottom: 1px solid #fff;
  }
  .footer__nav li a {
    /* font-size: var(--fs-16); */
    font-size: min(calc(var(--vw) * 16px),16px);
    display: block;
    text-align: center;
    line-height: 59px;
  }
  .footer__btn_list {
    width: 85.08%;
    max-width: 268px;
    margin-inline: auto;
  }
  .footer__btn_list .footer__btn {
    margin-bottom: 15px;
  }
  .footer__btn_list .footer__btn a {
    /* font-size: var(--fs-15); */
    font-size: min(calc(var(--vw) * 15px),15px);
    line-height: 50px;
    display: block;
  }
  .footer__btn_list li:last-child a {
    padding: 0 2.06em;
  }
  .footer__logo__wrap a.footer__logo {
    margin-bottom: 5%;
    width: 100%;
    height: auto;
  }
  .footer__logo__wrap dl {
    /* font-size: var(--fs-14); */
    font-size: min(calc(var(--vw) * 14px),14px);
    line-height: 2.14;
    text-align: center;
  }
  .copyright {
    /* font-size: var(--fs-10); */
    font-size: min(calc(var(--vw) * 10px),10px);
    letter-spacing: .02em;
  }

}

@media (min-width: 768px) {

  footer {
    padding: 27px 0 17px;
  }
  .scroll__top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 8;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .scroll__top a {
    background-position: 50% 28%;
    width: 76px;
  }
  .scroll__top a span {
    bottom: 14px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    width: 100%;
    display: block;
  }
  
  .footer__inner {
    width: 100%;
    max-width: calc(1360px + 40px);
    padding: 0 20px;
  }
  .footer__fx {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 77px;
  }
  .footer__logo__wrap a.footer__logo {
    margin-bottom: 20px;
    max-width: min(24vw,286px);
    height: auto;
  }
  .footer__logo__wrap dl {
    /* font-size: var(--fs-16); */
    font-size: min(calc(var(--vw) * 16px),16px);
    line-height: 1.875;
  }
  .footer__nav__wrap .footer__nav,
  .footer__nav__wrap .footer__btn_list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .footer__nav__wrap .footer__nav {
    margin-bottom: 20px;
  }
  
  .footer__nav li {
    position: relative;
    padding: 0 min(1.5vw,20px);
  }
  .footer__nav li:last-child {
    padding-right: 0;
  }
  .footer__nav li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    background: #fff;
  }
  .footer__nav li a {
    font-size: min(1.42vw, 16px);
  }
  .footer__btn_list .footer__btn {
    margin-left: 10px;
  }
  .footer__btn_list .footer__btn a {
    /* font-size: 15px; */
    font-size: min(1.6129vw, 15px);
    line-height: 50px;
    padding: 0 2.4em;
  }
  .footer__btn_list li:last-child a {
    padding: 0 2.06em;
  }
  .copyright {
    font-size: 12px;
  }

}



/* -----------------------------------------------
pagination
----------------------------------------------- */
.pagination {}
.pagination .page-numbers {
  display: flex;
	justify-content: center;
	align-items: stretch;
}
.page-numbers li > * {
  aspect-ratio: 1 / 1;
  height: auto;
  text-align: center;
}
.page-numbers a.prev,
.page-numbers a.next {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  font-size: 0;
}
.page-numbers a.prev {
  background-image: url(../images/common/icon_arrow_lf.svg);
}
.page-numbers a.next {
  background-image: url(../images/common/icon_arrow_rg.svg);
}
.page-numbers span {
  background: #E6EAE2;
  color: #397121;
  border-radius: 50vh;
}

@media (max-width: 767px) {

  .page-numbers {
    flex-wrap: wrap;
  }

  .page-numbers li {
    margin-inline: 10px;
    margin-bottom: 10px;
  }
  .page-numbers li > * {
    width: 36px;
    line-height: 36px;
  }



}

@media (min-width: 768px) {

  .page-numbers li {
    margin-inline: 15px;
  }
  .page-numbers li > * {
    width: 40px;
    line-height: 40px;
  }



}

/*

<div class="pagination"><ul class="page-numbers">
	<li><a class="prev page-numbers" href="https://sasakimokuzaibofu.com/example/page/1/">&lt;</a></li>
	<li><a class="page-numbers" href="https://sasakimokuzaibofu.com/example/page/1/">1</a></li>
	<li><span aria-current="page" class="page-numbers current">2</span></li>
	<li><a class="page-numbers" href="https://sasakimokuzaibofu.com/example/page/3/">3</a></li>
	<li><a class="next page-numbers" href="https://sasakimokuzaibofu.com/example/page/3/">&gt;</a></li>
</ul>
</div>

*/