@charset "UTF-8";
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 16vw;
  background: var(--col--base-01);
  border-bottom: 1px solid var(--col--main-01);
}
#header .inner {
  width: 100%;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
  left: 3.3333333333vw;
  top: 2.6666666667vw;
}
#header .item__logo img {
  width: 31.2vw;
  height: 8.9333333333vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 144vw;
  background: url(/img/mv/mv-img.png) center bottom/100% auto no-repeat, #fff;
  

  margin-top: 16vw;
}
#mv .mv-catch {
  z-index: 1;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 13.3333333333vw;
  width: max-content;
}
#mv .mv-catch img {
  width: 92.2666666667vw;
  height: 76.1333333333vw;
}
#mv .btn__line {
  width: 77.3333333333vw;
  height: 14.6666666667vw;
  border: 2px solid #fff;
  background: var(--col--main-01);
  border-radius: 70px;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 96vw;
}
#mv .btn__line .sub_ttl {
  position: absolute;
  left: -10.6666666667vw;
  top: -9.3333333333vw;
  width: fit-content;
}
#mv .btn__line .sub_ttl img {
  width: 27.6vw;
  height: 15.8666666667vw;
}
#mv .btn__line .ja {
  position: relative;
  padding-left: 9.3333333333vw;
}
#mv .btn__line .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 53.3333333333vw;

    margin-top: 16vw;
}
#sv .sv-img {
  position: absolute;
  left: 0;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  font-size: 6.6666666667vw;
  font-weight: 700;
  padding: 1.8666666667vw;
  color: #fff;
  border-radius: 1.6vw;
  width: 72vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--col--main-01);
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

.sv-guide {
  background: url(/img/sv/sv__guide.jpg) center center/cover no-repeat;
}

.sv-mowing {
  background: url(/img/sv/sv__mowing.jpg) center center/cover no-repeat;
}

.sv-weeding {
  background: url(/img/sv/sv__weeding.jpg) center center/cover no-repeat;
}

.sv-company {
  background: url(/img/sv/sv__company.jpg) center center/cover no-repeat;
}

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  padding-inline: 0;
  background: url(/img/common/ft__bg_01.png) right top/80.5333333333vw 66.6666666667vw no-repeat, var(--col--base-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  margin-bottom: 6.6666666667vw;
}
#footer .item__logo img {
  width: 46.6666666667vw;
  height: 13.3333333333vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .item__address {
  margin-bottom: 4vw;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  color: var(--col--txt-01);
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0.14em;
  font-weight: 500;
}
#footer .item__address dt {
  position: relative;
}
#footer .item__address dt::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 1.3333333333vw;
}
#footer .item__address dt:last-child::after {
  display: none;
}
#footer .inner {
  padding-inline: 0;
  padding-bottom: 0;
  padding-top: 8vw;
}
#footer .btn__line {
  width: 77.3333333333vw;
  height: 14.6666666667vw;
  border-radius: 50px;
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: var(--col--main-01);
  margin-inline: auto;
  margin-bottom: 4vw;
}
#footer .btn__line span {
  position: relative;
  padding-left: 10vw;
}
#footer .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .wrap__contact {
  gap: 3vw;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 6.6666666667vw;
}
#footer .wrap__contact .com__tel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#footer .wrap__contact .com__tel .item__num {
  font-size: 6.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-01);
  width: fit-content;
}
#footer .wrap__contact .com__tel .item__num small {
  font-size: 4.5333333333vw;
  margin-right: 2vw;
}
#footer .wrap__contact .com__tel .item__attention {
  height: 3vw;
  object-fit: contain;
  width: 80%;
}
#footer .wrap__contact .btn__contact {
  width: 12.8vw;
  height: 12.8vw;
}
#footer .btn__official {
  width: 77.3333333333vw;
  height: 14.6666666667vw;
  border-radius: 50px;
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #599f65;
  margin-inline: auto;
  margin-bottom: 4vw;
  position: relative;
}
#footer .btn__official::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_01.png) center center/contain no-repeat;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  right: 2.6666666667vw;
  top: 50%;
  translate: 0 -50%;
}
#footer .btn__other_site {
  width: 77.3333333333vw;
  height: 14.6666666667vw;
  border-radius: 50px;
  color: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.15em;
  font-weight: 700;
  background: #91af69;
  margin-inline: auto;
  margin-bottom: 10.6666666667vw;
  position: relative;
}
#footer .btn__other_site::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_01.png) center center/contain no-repeat;
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  right: 2.6666666667vw;
  top: 50%;
  translate: 0 -50%;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer nav {
  background: var(--col--main-01);
  padding-block: 6.6666666667vw;
  padding-inline: 8vw;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  height: 20vw;
  gap: 5.3333333333vw 2.6666666667vw;
}
#footer .list-nav .item {
  width: calc((100% - 5.3333333333vw) / 3);
  width: fit-content;
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: left;
  transition: ease 0.2s;
}
#footer #copyright {
  background: var(--col--main-01);
  text-align: center;
  font-size: 2.6666666667vw;
  color: #fff;
  font-size: 2.6666666667vw;
  padding-block: 2.6666666667vw;
  padding-top: 0;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: var(--col--main-01);
}

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

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.main-contents-container {
  padding-inline: 0;
  position: relative;
  background: #fff;
}
.main-contents-container .main-contents header h1 {
  z-index: 1;
  position: absolute;
  left: 4vw;
  top: 6.6666666667vw;
  width: 13.3333333333vw;
  height: 23.7333333333vw;
}

.main-contents {
  font-size: 3.7333333333vw;
  overflow: hidden;
}
.main-contents .inner {
  width: 100%;
  padding: 14.6666666667vw;
  padding-inline: 6.6666666667vw;
  color: var(--col--txt-01);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
}
.main-contents .item__text p {
  line-height: 2;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__trouble
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__trouble {
  background: var(--col--base-01);
  position: relative;
  z-index: 0;
}
#top__trouble .inner {
  padding-inline: 3.3333333333vw;
}
#top__trouble .ttl03 {
  text-align: left;
  margin-bottom: 2.6666666667vw;
  position: relative;
}
#top__trouble .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__trouble__irr_01.png) center center/contain no-repeat;
  width: 25.3333333333vw;
  height: 34.5333333333vw;
  right: -21.3333333333vw;
  bottom: -2.6666666667vw;
}
#top__trouble .ttl03 .ttl__ja {
  font-size: 9.3333333333vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#top__trouble .cont__trouble .list__trouble {
  background: #fff;
  padding: 4vw 3.3333333333vw;
  border-radius: 4vw;
}
#top__trouble .cont__trouble .list__trouble > .item {
  text-align: left;
  margin-bottom: 4vw;
  position: relative;
  padding-left: 6.6666666667vw;
}
#top__trouble .cont__trouble .list__trouble > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  left: 0;
  top: 0;
}
#top__trouble .cont__trouble .list__trouble > .item:last-child {
  margin-bottom: 0;
}
#top__trouble .cont__trouble .list__trouble > .item .text {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: 3.8666666667vw;
  font-weight: 700;
  letter-spacing: 0em;
}
#top__trouble .cont__trouble .list__trouble > .item .text .str-01 {
  background: linear-gradient(180deg, rgba(255, 235, 180, 0) 60%, #ffebb4 60%);
}

/* top__weed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__weed {
  border-top: 1px solid var(--col--main-01);
}
#top__weed .ttl03 {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
#top__weed .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__weed__irr_01.png) center center/contain no-repeat;
  width: 46.2666666667vw;
  height: 34.2666666667vw;
  right: -5.3333333333vw;
  top: -14.6666666667vw;
}
#top__weed .ttl03 .ttl__ja {
  position: relative;
  z-index: 1;
}
#top__weed .item__text {
  margin-bottom: 6vw;
  text-align: left;
}
#top__weed .item__text p {
  font-size: 4vw;
  line-height: 1.55;
  letter-spacing: 0.08em;
}
/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  background: var(--col--base-01);
}
#top__service .inner {
  padding-top: 53.3333333333vw;
}
#top__service .inner > .item__img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#top__service .ttl03 {
  margin-bottom: 5.3333333333vw;
}
#top__service .ttl03 .ttl__ja img {
  width: 69.8666666667vw;
  height: 18vw;
}
#top__service .block__service_01 {
  background: #f9f4e9;
  display: flex;
  flex-direction: column;
  margin-bottom: 5.3333333333vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  border: 1px solid var(--col--main-01);
}
#top__service .block__service_01:last-child {
  margin-bottom: 0;
}
#top__service .block__service_01 .ttl04 {
  order: 2;
  margin-bottom: 4vw;
}
#top__service .block__service_01 .ttl04 .ttl__ja {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 6.4vw;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Kaku-Goth);
}
#top__service .block__service_01 .item__img {
  order: 1;
  margin-bottom: 4vw;
  margin-top: 5.3333333333vw;
}
#top__service .block__service_01 .item__img img {
  object-fit: contain;
  width: 38.2666666667vw;
  height: 33.7333333333vw;
}
#top__service .block__service_01 a {
  order: 3;
  width: 100%;
  background: var(--col--main-01);
  padding-block: 3.3333333333vw;
  padding-right: 10.6666666667vw;
  text-align: end;
  display: block;
  position: relative;

    &::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_01.png)center center / contain no-repeat;
  right: 2vw;
  width: 2vw;
  height: 2vw;
  top: 50%;
  translate: 0 -50%;
  }

}
#top__service .block__service_01 a span {
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.02em;
}
#top__service .wrap__blocks {
  gap: 6.6666666667vw;
  display: flex;
  align-items: start;
  margin-bottom: 6.6666666667vw;
}
#top__service .wrap__blocks .block__service_02 {
  border: 1px solid var(--col--main-01);
  overflow: hidden;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  width: calc(100% - 3.3333333333vw);
  background: #f9f4e9;
}
#top__service .wrap__blocks .block__service_02 .ttl04 {
  order: 2;
  margin-bottom: 3.3333333333vw;
}
#top__service .wrap__blocks .block__service_02 .ttl04 .ttl__ja {
  font-size: 5.0666666667vw;
  font-weight: 900;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.1em;
}
#top__service .wrap__blocks .block__service_02 .item__img {
  order: 1;
  margin-bottom: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
#top__service .wrap__blocks .block__service_02 .item__img img {
  object-fit: contain;
  width: 34.4vw;
  height: 20vw;
}
#top__service .block__feature .ttl04 {
  border: 1px solid var(--col--main-01);
  width: 100%;
  padding: 3.3333333333vw 4.6666666667vw;
  border-radius: 2.6666666667vw;
  margin-bottom: 4.6666666667vw;
  background: #f9f4e9;
}
#top__service .block__feature .ttl04 .ttl__ja {
  font-size: 6.2666666667vw;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-01);
}
#top__service .block__feature .list > .item {
  position: relative;
  margin-bottom: 2.6666666667vw;
  text-align: start;
  padding-left: 6vw;
}
#top__service .block__feature .list > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  left: 0;
  top: 0.6666666667vw;
}
#top__service .block__feature .list > .item .text {
  font-size: 4.2666666667vw;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.02em;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature .inner {
  padding-top: 24vw;
}
#top__feature .ttl03 {
  margin-inline: auto;
  position: relative;
  margin-bottom: 12vw;
}
#top__feature .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 20.6666666667vw;
  height: 9.7333333333vw;
  left: 50%;
  translate: -50% 0;
  top: -13.3333333333vw;
}
#top__feature .cont__reason .block__reason {
  display: flex;
  flex-direction: column;
  margin-bottom: 12vw;
  position: relative;
}
#top__feature .cont__reason .block__reason:last-child {
  margin-bottom: 0;
}
#top__feature .cont__reason .block__reason .ttl04 {
  order: 2;
  margin-bottom: 4vw;
}
#top__feature .cont__reason .block__reason .ttl04 .ttl__num {
  position: absolute;
  left: 4vw;
  top: -5.3333333333vw;
  z-index: 1;
}
#top__feature .cont__reason .block__reason .ttl04 .ttl__num img {
  object-fit: contain;
  width: 14vw;
  height: 14.2666666667vw;
}
#top__feature .cont__reason .block__reason .ttl04 .ttl__ja {
  font-size: 5.6vw;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Kaku-Goth);
}
#top__feature .cont__reason .block__reason .item__img {
  order: 1;
  margin-bottom: 4vw;
}
#top__feature .cont__reason .block__reason .item__text {
  order: 3;
  text-align: left;
}
/* top__links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__links {
  background: var(--col--base-01);
}
#top__links .inner {
  padding-block: 13.3333333333vw;
}
#top__links .block__official {
  width: 86.6666666667vw;
  height: 45.3333333333vw;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
  border-radius: 4vw;
}
#top__links .block__official a {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  background: url(/img/top/top__links__bg_img_01.png) center center/cover no-repeat;
}
#top__links .block__official a .ttl03 {
  text-align: start;
  position: relative;
  left: 9.3333333333vw;
  top: 4vw;
}
#top__links .block__official a .ttl03 .ttl__ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: 7.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.3;
}
#top__links .block__official a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_05_01.png) center center/contain no-repeat;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: var(--col--base-01);
}
#top__contact .inner {
  padding-inline: 0;
  padding-top: 0;
}
#top__contact .ttl03 {
  background: var(--col--main-01);
  padding-block: 6vw;
  padding-inline: 6.6666666667vw;
  text-align: left;
  margin-bottom: 8vw;
  position: relative;
}
#top__contact .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.svg) center center/contain no-repeat;
  width: 7.3333333333vw;
  height: 3.3333333333vw;
  bottom: 0.2666666667vw;
  left: 50%;
  translate: -50% 100%;
}
#top__contact .ttl03 .ttl__ja {
  font-size: 6.9333333333vw;
  color: #fff;
  line-height: 1.4;
  font-weight: 800;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.07em;
}
#top__contact .cont__contact .btn__line {
  width: 77.3333333333vw;
  height: 14.6666666667vw;
  background: var(--col--main-01);
  margin-inline: auto;
  border-radius: 100px;
  margin-bottom: 5.3333333333vw;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.01em;
}
#top__contact .cont__contact .btn__line span {
  position: relative;
  padding-left: 9.3333333333vw;
}
#top__contact .cont__contact .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .cont__contact .wrap__contact {
  gap: 3.3333333333vw;
  margin-inline: auto;
  width: fit-content;
}
#top__contact .cont__contact .wrap__contact .com__tel {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#top__contact .cont__contact .wrap__contact .com__tel .item__num {
  font-size: 6.6666666667vw;
  font-weight: 900;
  letter-spacing: 0.07em;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-01);
}
#top__contact .cont__contact .wrap__contact .com__tel .item__num small {
  font-size: 4.5333333333vw;
  margin-right: 2vw;
}
#top__contact .cont__contact .wrap__contact .com__tel .item__attention {
  height: 3vw;
  object-fit: contain;
  width: 80%;
}
#top__contact .cont__contact .wrap__contact .btn__contact {
  width: 12.8vw;
  height: 12.8vw;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__news .ttl03 {
  position: relative;
  margin-bottom: 16vw;
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__irr_01.png) center center/contain no-repeat;
  width: 28.2666666667vw;
  height: 26vw;
  left: -4vw;
  top: -6.6666666667vw;
}
#top__news .ttl03 .ttl__ja {
  position: relative;
  padding-left: 6.6666666667vw;
}
#top__news .cont__latest .com__latest {
  margin-inline: auto;
  width: 77.3333333333vw;
}
#top__news .cont__latest .com__latest a .group__info .item__ttl {
  margin-bottom: 2vw;
}
#top__news .cont__latest .com__latest a .group__info .item__time {
  width: 100%;
  text-align: end;
  color: var(--col--main-01);
}
#top__news .cont__latest .com__latest a .group__img {
  width: 100%;
  height: 52vw;
  margin-bottom: 2.6666666667vw;
}
.com__tag {
  display: flex;
  gap: 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
.com__tag .item {
  border-radius: 1.3333333333vw;
  background: var(--col--main-01);
  color: #fff;
  font-size: 2.6666666667vw;
  padding: 0.8vw 1.3333333333vw;
}

.com__latest {
  padding-bottom: 6.6666666667vw;
  margin-bottom: 6.6666666667vw;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 3.7333333333vw;
}
.com__latest .item__time {
  position: relative;
  order: 3;
  margin-bottom: 2.6666666667vw;
  width: fit-content;
}
.com__latest .list__tag {
  order: 1;
  width: 100%;
  margin-bottom: 2.6666666667vw;
  gap: 1.6vw;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}

#contents-u .com__latest .group__info {
  width: 75%;
}
#contents-u .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
#contents-u .item__time {
  position: relative;
  order: 3;
  margin-bottom: 2.6666666667vw;
  width: fit-content;
  margin-bottom: 2.6666666667vw;
}
#contents-u .list__tag {
  order: 1;
  width: 100%;
  margin-bottom: 2.6666666667vw;
  gap: 1.6vw;
}
#contents-u .group__img {
  height: 17.3333333333vw;
  width: 17.3333333333vw;
  margin-right: 4vw;
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__intro {
  background: var(--col--base-01);
}
#guide__intro .ttl03 {
  text-align: left;
  margin-bottom: 6.6666666667vw;
  position: relative;
}
#guide__intro .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/guide/guide__intro__ill_01.png) center center/contain no-repeat;
  width: 19.4666666667vw;
  height: 18.2666666667vw;
  right: -16vw;
  bottom: -4vw;
}
#guide__intro .ttl03 .ttl__ja {
  font-weight: 800;
  font-size: 9.3333333333vw;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
#guide__intro .ttl03 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#guide__intro .item__img {
  margin-bottom: 6.6666666667vw;
}
#guide__intro .item__text {
  text-align: left;
}
#guide__intro .item__text p {
  font-size: 4vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}

/* guide__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__case .ttl03 {
  padding-bottom: 4vw;
  border-bottom: 1px solid var(--col--main-01);
  margin-bottom: 6.6666666667vw;
  width: 100%;
  text-align: left;
  position: relative;
}
#guide__case .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/guide/guide__case__ill_01.png) center center/contain no-repeat;
  width: 22.1333333333vw;
  height: 22.1333333333vw;
  right: 24vw;
  bottom: 0;
}
#guide__case .ttl03 .ttl__ja {
  color: var(--col--main-01);
  font-size: 5.8666666667vw;
  font-weight: 900;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#guide__case .list__case > .item {
  text-align: left;
  margin-bottom: 4vw;
  position: relative;
  padding-left: 6.6666666667vw;
}
#guide__case .list__case > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  left: 0;
  top: 0.6666666667vw;
}
#guide__case .list__case > .item:last-child {
  margin-bottom: 0;
}
#guide__case .list__case > .item .text {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: 3.8666666667vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
}
#guide__case .list__case > .item .text .str-01 {
  background: linear-gradient(180deg, rgba(255, 235, 180, 0) 60%, #ffebb4 60%);
}

/* guide__type
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__type {
  background: var(--col--base-01);
}
#guide__type .ttl03 {
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding-top: 12vw;
  margin-bottom: 12vw;
}
#guide__type .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 20.6666666667vw;
  height: 9.7333333333vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#guide__type .ttl03 .ttl__ja {
  font-size: 9.3333333333vw;
  letter-spacing: 0.07em;
  font-weight: 800;
}
#guide__type .block__type {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--col--main-01);
  border-radius: 2.6666666667vw;
  background: #f9f4e9;
  overflow: hidden;
  margin-bottom: 8vw;
}
#guide__type .block__type:last-child {
  margin-bottom: 0;
}
#guide__type .block__type .ttl04 {
  order: 2;
  position: relative;
  margin-bottom: 4vw;
  padding-inline: 4vw;
  width: 100%;
}
#guide__type .block__type .ttl04 .ttl__ja {
  font-size: 5.8666666667vw;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: var(--col--main-01);
}
#guide__type .block__type .item__img {
  order: 1;
  margin-bottom: 4vw;
  margin-top: 5.3333333333vw;
}
#guide__type .block__type .item__img img {
  object-fit: contain;
  width: 38.2666666667vw;
  height: 35.7333333333vw;
}
#guide__type .block__type .item__text {
  order: 3;
  margin-bottom: 5.3333333333vw;
  padding-inline: 4vw;
  width: 100%;
}
#guide__type .block__type .item__text p {
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.7;
}
#guide__type .block__type .item__btn {
  order: 4;
  width: 100%;
  padding: 3.3333333333vw;
  padding-right: 10.6666666667vw;
  background: var(--col--main-01);
  color: #fff;
  text-align: end;
  position: relative;

      &::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_01_01.png)center center / contain no-repeat;
  right: 2vw;
  width: 2vw;
  height: 2vw;
  top: 50%;
  translate: 0 -50%;
  }

}

/* guide__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__point .inner {
  position: relative;
}
#guide__point .inner::before {
  content: "";
  position: absolute;
  background: url(/img/guide/guide__point__ill_01.png) center center/contain no-repeat;
  width: 18.6666666667vw;
  height: 23.3333333333vw;
  right: 2.6666666667vw;
  bottom: 0.6666666667vw;
}
#guide__point .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 9.3333333333vw;
  position: relative;
  padding-top: 16vw;
}
#guide__point .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__lamp__01_01.png) center center/contain no-repeat;
  width: 5.3333333333vw;
  height: 13.2vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#guide__point .ttl03 .ttl__ja {
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 9.3333333333vw;
}
#guide__point .list__point > .item {
  position: relative;
  margin-bottom: 2.6666666667vw;
  text-align: start;
  padding-left: 6vw;
}
#guide__point .list__point > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  left: 0;
  top: 0.6666666667vw;
}
#guide__point .list__point > .item .text {
  font-size: 4.2666666667vw;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.02em;
}

/* mowing weeding
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__recommend .inner {
  padding-top: 18.6666666667vw;
}
.common__recommend .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 11.3333333333vw;
  position: relative;
}
.common__recommend .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/recommend__deco_ttl_01.png) center center/contain no-repeat;
  width: 89.3333333333vw;
  height: 5.3333333333vw;
  bottom: -6.4vw;
}
.common__recommend .ttl03 .ttl__ja {
  font-size: 9.3333333333vw;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.common__recommend .cont__recommend .list__recommend > .item {
  position: relative;
  margin-bottom: 4.9333333333vw;
  text-align: start;
  padding-left: 6.6666666667vw;
}
.common__recommend .cont__recommend .list__recommend > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  left: 0;
  top: 0.6666666667vw;
}
.common__recommend .cont__recommend .list__recommend > .item .text {
  font-size: 4.2666666667vw;
  line-height: 1.3;
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.02em;
}

#weeding__recommend .inner {
  position: relative;
}
#weeding__recommend .inner::before {
  content: "";
  position: absolute;
  background: url(/img/weeding/weeding__recommend__ill_01.png) center center/contain no-repeat;
  width: 13.3333333333vw;
  height: 34.9333333333vw;
  right: 2.6666666667vw;
  bottom: 8.6666666667vw;
}

#mowing__recommend .inner {
  position: relative;
}
#mowing__recommend .inner::before {
  content: "";
  position: absolute;
  background: url(/img/mowing/mowing__recommend__ill_01.png) center center/contain no-repeat;
  width: 13.3333333333vw;
  height: 34.9333333333vw;
  right: 2.6666666667vw;
  bottom: 8.6666666667vw;
}

/* works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__works {
  background: var(--col--base-01);
}
.common__works .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 10.6666666667vw;
}
.common__works .ttl03 .ttl__ja {
  font-size: 9.3333333333vw;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.common__works .item__img {
  margin-bottom: 2.6666666667vw;
}
.common__works .item__text {
  text-align: left;
}
.common__works .item__text p {
  font-size: 4vw;
  font-weight: 700;
}

#weeding__works .inner {
  position: relative;
}
#weeding__works .inner::before {
  content: "";
  position: absolute;
  background: url(/img/weeding/weeding__works__ill_01.png) center center/contain no-repeat;
  width: 17.0666666667vw;
  height: 16vw;
  left: 9.3333333333vw;
  top: 13.3333333333vw;
}

#mowing__works .inner {
  position: relative;
}
#mowing__works .inner::before {
  content: "";
  position: absolute;
  background: url(/img/mowing/mowing__works__ill_01.png) center center/contain no-repeat;
  width: 17.0666666667vw;
  height: 16vw;
  right: 9.3333333333vw;
  top: 13.3333333333vw;
}

/* merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__merit .ttl03 {
  margin-inline: auto;
  margin-bottom: 10.6666666667vw;
  position: relative;
  padding-top: 13.3333333333vw;
}
.common__merit .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 20.6666666667vw;
  height: 9.7333333333vw;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
.common__merit .cont__merit .block__merit {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 16vw;
}
.common__merit .cont__merit .block__merit:last-child {
  margin-bottom: 0;
}
.common__merit .cont__merit .block__merit .ttl04 {
  order: 2;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 2vw;
}
.common__merit .cont__merit .block__merit .ttl04 .ttl__num {
  z-index: 2;
  position: absolute;
  top: -6.6666666667vw;
  left: 2.6666666667vw;
}
.common__merit .cont__merit .block__merit .ttl04 .ttl__num img {
  object-fit: contain;
  width: 14vw;
  height: 14vw;
}
.common__merit .cont__merit .block__merit .ttl04 .ttl__ja {
  color: var(--col--main-01);
  font-size: 5.8666666667vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.common__merit .cont__merit .block__merit .item__img {
  order: 1;
  position: relative;
  margin-bottom: 3.3333333333vw;
}
.common__merit .cont__merit .block__merit .item__text {
  order: 3;
}
.common__merit .cont__merit .block__merit .item__text p {
  text-align: left;
  font-size: 4vw;
  letter-spacing: 0.05em;
  font-weight: 800;
}

/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__menu {
  background: var(--col--base-01);
  border-bottom: 2.6666666667vw solid var(--col--main-01);
}
.common__menu .ttl03 {
  margin-inline: auto;
  margin-bottom: 10.6666666667vw;
}
.common__menu .item__text_note {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  text-align: left;
  margin-bottom: 6.6666666667vw;
}
.common__menu .item__text_note small {
  font-size: 3.7333333333vw;
}
.common__menu .cont__post {
  border-block: 1px solid var(--col--acc-01);
  padding-block: 2.6666666667vw;
}
.common__menu .cont__post .list__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common__menu .cont__post .list__menu > .item {
  width: fit-content;
}
.common__menu .cont__post .list__menu > .item .ttl04 {
  position: relative;
}
.common__menu .cont__post .list__menu > .item .ttl04::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-inline: 1.3333333333vw;
}
.common__menu .cont__post .list__menu > .item .ttl04:last-child::after {
  display: none;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__area {
  background: var(--col--base-01);
}
#company__area .ttl03 {
  margin-inline: auto;
  margin-bottom: 8.5333333333vw;
}
#company__area .block__area {
  border: 1px solid var(--col--main-01);
  border-radius: 2.6666666667vw;
  padding: 2.6666666667vw;
  background: #f9f4e9;
  display: flex;
  flex-direction: column;
}
#company__area .block__area .ttl04 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 3.3333333333vw;
  order: 2;
}
#company__area .block__area .ttl04 .ttl__ja {
  font-size: 5.8666666667vw;
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
}
#company__area .block__area .item__img {
  order: 1;
  margin-bottom: 3.3333333333vw;
}
#company__area .block__area .item__img img {
  width: 71.8666666667vw;
  height: 40.1333333333vw;
}
#company__area .block__area .item__text {
  order: 3;
}
#company__area .block__area .item__text p {
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-inline: unset;
  padding-bottom: 0;
}
#company__info .ttl03 {
  margin-inline: auto;
  margin-bottom: 8.5333333333vw;
}
#company__info .wrap__table {
  border: 1px solid var(--col--main-01);
  border-radius: 2.6666666667vw;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 14.6666666667vw;
  width: calc(100% - 10.6666666667vw);
}
#company__info .item__table {
  position: relative;
}
#company__info .item__table tr th,
#company__info .item__table tr td {
  line-height: 1.4;
  padding-inline: 2.6666666667vw;
  padding-block: 2.6666666667vw;
  border-bottom: 1px solid var(--col--acc-01);
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.12em;
}
#company__info .item__table tr th {
  color: #fff;
  background: var(--col--main-01);
  width: 26.6666666667vw;
}
#company__info .item__table tr:last-of-type th,
#company__info .item__table tr:last-of-type td {
  border-bottom: unset;
}
#company__info .item__map {
  width: 100%;
  height: 66.6666666667vw;
}

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

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post {
  text-align: left;
}
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
  font-size: var(--font-size-18);
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-size: var(--font-size-14);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  text-align: start;
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-18);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #contents-u.privacy .privacy-box .ttl02 span {
    font-size: 4.2666666667vw;
  }
}
#contents-u.privacy .privacy-box p {
  text-align: start;
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: var(--fot--Noto-Serif);
  font-size: var(--font-size-14);
}
#contents-u.privacy .privacy-box ul {
  margin-block: 20px;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  text-align: start;
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: var(--font-size-14);
  font-family: var(--fot--Noto-Serif);
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10% 10%;
    flex-direction: column;
  }
  #site-map ul li {
    width: 45%;
    text-align: start;
    width: 100%;
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
    font-size: var(--font-size-14);
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    color: var(--col--acc-01);
    border: 1px solid var(--col--acc-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact-form {
  width: 100%;
}

#contact {
  width: 100%;
  min-width: unset;
}
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  display: block;
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 100%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 100%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}
#contact table {
  min-width: unset;
}
#contact table tr {
  min-width: unset;
}
#contact table tr th, #contact table tr td {
  min-width: unset;
}
#contact input {
  width: 100%;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}



.fixed_bnr {
z-index: 5;
        position: fixed;
        right: 0vw;
        top: 130vw;
        width: 20vw;

    &:hover {
        opacity: .6;
    }
}


/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}