/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  height: 106px;
  background: rgba(220, 246, 239, 0.7);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-10);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-20);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .block-right {
  width: fit-content;
}
#header .block-right .cont-info {
  width: fit-content;
  margin-bottom: 10px;
  gap: 23px;
}
#header .block-right .cont-info .btn-instagram {
  width: 220px;
  height: 58px;
  border-radius: 30px;
  background: #fff09a;
  position: relative;
  transition: ease 0.2s;
  border: 1px solid #fff09a;
}
#header .block-right .cont-info .btn-instagram span {
  position: relative;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  font-size: var(--font-size-20);
  padding-left: var(--margin-40);
  font-size: var(--font-size-17);
}
#header .block-right .cont-info .btn-instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .block-right .cont-info .btn-instagram:hover {
  background: #fff;
  border: 1px solid #fff09a;
  opacity: 0.7;
}
#header .block-right .cont-info .com__tel {
  width: fit-content;
}
#header .block-right .cont-info .com__tel dd {
  width: fit-content;
}
#header .block-right .cont-info .com__tel dd .tel-num {
  width: fit-content;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  padding-left: var(--margin-20);
  font-size: var(--font-size-37);
  font-size: var(--font-size-32);
}
#header .block-right .cont-info .com__tel dd .tel-attention {
  height: 13px;
}
#header .block-right .cont-info .btn-contact {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  transition: ease 0.2s;
}
#header .block-right .cont-info .btn-contact span {
  font-size: var(--font-size-20);
  position: relative;
  padding-left: var(--margin-35);
  transition: ease 0.2s;
}
#header .block-right .cont-info .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 28px;
  height: 20px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  filter: var(--col--main-01-f);
  transition: ease 0.2s;
}
#header .block-right .cont-info .btn-contact:hover {
  opacity: 0.7;
  background: var(--col--main-01);
}
#header .block-right .cont-info .btn-contact:hover span::before {
  filter: var(--col--fil-white);
}
#header .block-right .cont-info .com__times {
  width: fit-content;
}
#header .block-right .cont-info .com__times .item {
  width: 96px;
  gap: 6px;
}
#header .block-right .cont-info .com__times .item dt {
  text-align: center;
  padding: 2px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  color: var(--col--main-01);
  font-weight: 600;
  font-size: var(--font-size-14);
}
#header .block-right .cont-info .com__times .item dd {
  text-align: center;
  width: 100%;
  font-size: var(--font-size-15);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0;
}
#header .cont-info {
  width: fit-content;
}

html {
  scroll-padding-top: 100px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  font-size: var(--font-size-16);
  width: fit-content;
}
#nav .list-nav .item a {
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 930px;
  background: url(/img/mv/mv__bg_03_l.png) left bottom no-repeat, url(/img/mv/mv__bg_03_r.png) right bottom no-repeat, url(/img/mv/mv__bg_01.png) center center/cover no-repeat;

}
#mv::before{
  z-index: 2;
  content: "";
  position: absolute;
  background:url(/img/mv/mv__bg_02_b.png) center center / 100% 433px no-repeat;
  bottom: 0;
  height: 433px;
  width: 100%;
}

#mv .swiper-wrapper {
  position: absolute;
  width: 1395px;
  right: clamp(-400px, 50vw - 1050px, 0px);
  bottom: 0;
}
#mv .swiper-wrapper .swiper-slide{
    background: linear-gradient(130deg, rgba(220, 246, 239, 0) 0%, #dcf6ef 40%);
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
}
#mv .mv-catch {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: clamp(940px, 50vw + 300px, 1172px);
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: url(/img/sv/sv__bg_03_r.png) right bottom no-repeat, url(/img/sv/sv__bg_03_l.png) left bottom no-repeat, url(/img/sv/sv__bg_01.png) center center/cover no-repeat;
}
#sv::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__bg_02_b.png) center bottom/100% no-repeat;
  width: 100%;
  height: 433px;
  bottom: 0;
}
#sv .sv-img {
  position: absolute;
  width: 1395px;
  height: 548px;
  right: clamp(-200px, -50vw + 500px ,0px);
  bottom: 0;
}


#sv .sv-img.sv-feeling{
    right: 0px;
}

#sv .sv-catch {
  position: absolute;
  background: url(/img/sv/sv__catch_bg.png) center center/contain no-repeat;
  width: clamp(640px, 50vw + 100px  ,884px);
  height: 418px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: clamp(20px, 50vw - 800px  ,200px);
  translate: 0 -50%;
  text-align: center;
}
#sv .sv-catch span {
  position: relative;
  left: -30px;
  line-height: 1.5;
  z-index: 2;
  font-size: var(--font-size-46);
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 34px rgb(9, 157, 200), 0px 0px 8px rgb(9, 157, 200), 0px 0px 14px rgb(9, 157, 200);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

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

.sv-delivery_care {
  background: url(/img/sv/sv__delivery_care.png) center center/cover no-repeat;
}

.sv-feeling {
  background: url(/img/sv/sv__feeling.png) center center/cover no-repeat;
}

.sv-online_care {
  background: url(/img/sv/sv__online_care.png) center center/cover no-repeat;
}

.sv-voice {
  background: url(/img/sv/sv__voice.png) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: url(/img/common/bg_img__nature_04.png) center bottom/100% no-repeat, url(/img/common/bg_img__nature_05.png) center center/cover no-repeat;
  padding-top: var(--margin-75);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .common__contact {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 45px 50px;
  position: relative;
  z-index: 0;
  width: 1080px;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#footer .common__contact .ttl03 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#footer .common__contact .ttl03 .ja {
  width: fit-content;
  display: block;
  position: relative;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--font-size-38);
  text-shadow: rgb(248, 253, 251) 4px 0px 0px, rgb(248, 253, 251) 3.87565px 0.989616px 0px, rgb(248, 253, 251) 3.51033px 1.9177px 0px, rgb(248, 253, 251) 2.92676px 2.72656px 0px, rgb(248, 253, 251) 2.16121px 3.36588px 0px, rgb(248, 253, 251) 1.26129px 3.79594px 0px, rgb(248, 253, 251) 0.282949px 3.98998px 0px, rgb(248, 253, 251) -0.712984px 3.93594px 0px, rgb(248, 253, 251) -1.66459px 3.63719px 0px, rgb(248, 253, 251) -2.51269px 3.11229px 0px, rgb(248, 253, 251) -3.20457px 2.39389px 0px, rgb(248, 253, 251) -3.69721px 1.52664px 0px, rgb(248, 253, 251) -3.95997px 0.56448px 0px, rgb(248, 253, 251) -3.97652px -0.432781px 0px, rgb(248, 253, 251) -3.74583px -1.40313px 0px, rgb(248, 253, 251) -3.28224px -2.28625px 0px, rgb(248, 253, 251) -2.61457px -3.02721px 0px, rgb(248, 253, 251) -1.78435px -3.57996px 0px, rgb(248, 253, 251) -0.843183px -3.91012px 0px, rgb(248, 253, 251) 0.150409px -3.99717px 0px, rgb(248, 253, 251) 1.13465px -3.8357px 0px, rgb(248, 253, 251) 2.04834px -3.43574px 0px, rgb(248, 253, 251) 2.83468px -2.82216px 0px, rgb(248, 253, 251) 3.44477px -2.03312px 0px, rgb(248, 253, 251) 3.84068px -1.11766px 0px, rgb(248, 253, 251) 3.9978px -0.132717px 0px;
}
#footer .common__contact .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__star_01_01.png) center center/contain no-repeat;
  width: 203px;
  height: 36px;
  left: -30px;
  bottom: -20px;
}
#footer .common__contact .ttl03 .ja::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__star_01_02.png) center center/contain no-repeat;
  width: 203px;
  height: 36px;
  right: -30px;
  bottom: -20px;
}
#footer .common__contact .block__contact {
  gap: 45px;
}
#footer .common__contact .block__contact .btn-instagram {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background: #fff09a;
  position: relative;
  transition: ease 0.2s;
  border: 1px solid #fff09a;
}
#footer .common__contact .block__contact .btn-instagram span {
  position: relative;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  font-size: var(--font-size-20);
  padding-left: var(--margin-40);
}
#footer .common__contact .block__contact .btn-instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .common__contact .block__contact .btn-instagram:hover {
  border: 1px solid #fff09a;
  background: #fff;
  opacity: 0.6;
}
#footer .common__contact .block__contact .com__tel {
  width: fit-content;
}
#footer .common__contact .block__contact .com__tel dd .tel-num {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  padding-left: var(--margin-20);
  font-size: var(--font-size-37);
}
#footer .common__contact .block__contact .com__tel dd .tel-attention {
  height: 13px;
}
#footer .common__contact .block__contact .btn-contact {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background: var(--col--main-01);
  position: relative;
  transition: ease 0.2s;
}
#footer .common__contact .block__contact .btn-contact span {
  font-size: var(--font-size-20);
  position: relative;
  padding-left: var(--margin-35);
  transition: ease 0.2s;
}
#footer .common__contact .block__contact .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 28px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  filter: var(--col--fil-white);
  transition: ease 0.2s;
}
#footer .common__contact .block__contact .btn-contact:hover {
  background: #fff;
}
#footer .common__contact .block__contact .btn-contact:hover span::before {
  filter: var(--col--main-01-f);
}
#footer .inner {
  padding: 0;
  position: relative;
  margin-bottom: var(--margin-35);
  align-items: center;
}
#footer .block-right .com__btn_01 {
  position: relative;
  width: 280px;
  height: 60px;
}
#footer .block-right .com__btn_01::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01.png) center center/contain no-repeat;
  width: 14px;
  height: 13px;
  right: 20px;
  inset-block: auto;
}
#footer nav {
  margin: 0 auto;
  width: 1080px;
  position: relative;
  margin-bottom: var(--margin-20);
}
#footer .list-nav {
  justify-content: space-between;
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
}
#footer .list-nav .item::before {
  content: "|";
  position: absolute;
  right: -15px;
}
#footer .list-nav .item a {
  font-size: var(--font-size-13);
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--main-01);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: #dcf6ef;
  padding-block: 10px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/bg_img__nature_01.png) center bottom/100% no-repeat, var(--col--base-03);
}
#top__about .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-45);
}
#top__about .block__intro {
  position: relative;
  min-height: 420px;
}
#top__about .block__intro .item-img {
  position: absolute;
  left: -100px;
  top: 0;
}
#top__about .block__intro .item-text {
  width: 525px;
  margin-left: auto;
}
/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  z-index: 0;
  background: var(--bg--nature_02);
}
#top__service .ttl03 {
  margin-bottom: var(--margin-70);
}
#top__service .ttl03 .ja {
  position: relative;
}
#top__service .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__nature_01_01.png) center center/contain no-repeat;
  width: 137px;
  height: 73px;
  right: -80px;
  bottom: -30px;
}
#top__service .cont__service .block__service {
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 20px;
  padding: 60px 50px;
  position: relative;
  margin-bottom: 95px;
}
#top__service .cont__service .block__service:last-child {
  margin-bottom: 0;
}
#top__service .cont__service .block__service .ttl04 {
  width: 480px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #66b032;
  margin-bottom: var(--margin-20);
}
#top__service .cont__service .block__service .ttl04 .ja {
  width: 100%;
  display: block;
  font-size: var(--font-size-38);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  letter-spacing: 0.08em;
}
#top__service .cont__service .block__service .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#top__service .cont__service .block__service .item-img {
  position: absolute;
  top: 60px;
}
#top__service .cont__service .block__service .item-text {
  width: 480px;
  margin-bottom: var(--margin-50);
}
#top__service .cont__service .block__service .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#top__service .cont__service .block__service .com__btn_01 {
  width: 480px;
}
#top__service .cont__service .block__service:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_01.png) center center/contain no-repeat;
  width: 217px;
  height: 241px;
  right: -30px;
  top: -30px;
}
#top__service .cont__service .block__service:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#top__service .cont__service .block__service:nth-of-type(odd) .item-img {
  left: 50px;
}
#top__service .cont__service .block__service:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#top__service .cont__service .block__service:nth-of-type(odd) .com__btn_01 {
  margin-left: auto;
}
#top__service .cont__service .block__service:nth-of-type(even)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_02.png) center center/contain no-repeat;
  width: 217px;
  height: 241px;
  left: -30px;
  top: -30px;
}
#top__service .cont__service .block__service:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#top__service .cont__service .block__service:nth-of-type(even) .item-img {
  right: 50px;
}
#top__service .cont__service .block__service:nth-of-type(even) .item-text {
  margin-right: auto;
}
#top__service .cont__service .block__service:nth-of-type(even) .com__btn_01 {
  margin-right: auto;
}

/* top__feeling
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feeling {
  background: url(/img/common/bg_img__nature_02.png) center center/cover no-repeat;
}
#top__feeling .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__feeling .block__intro {
  position: relative;
  min-height: 430px;
}
#top__feeling .block__intro .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
  width: 525px;
  margin-left: auto;
  position: relative;
}
#top__feeling .block__intro .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__star__01_01.png) center center/contain no-repeat;
  width: 109px;
  height: 85px;
  right: -50px;
  bottom: -30px;
}
#top__feeling .block__intro .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-34);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4705882353;
}
#top__feeling .block__intro .item-img {
  position: absolute;
  left: -100px;
  top: 0;
}
#top__feeling .block__intro .item-text {
  width: 525px;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#top__feeling .block__intro .item-text p {
  line-height: 1.9;
}
#top__feeling .block__intro .com__btn_01 {
  width: 525px;
  margin-left: auto;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg_deco__star__01_01.png) right top no-repeat, url(/img/common/bg_img__nature_03.png) center center/cover no-repeat;
}
#top__voice .ttl03 .ja {
  position: relative;
}
#top__voice .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__nature_01_01.png) center center/contain no-repeat;
  width: 137px;
  height: 73px;
  right: -80px;
  bottom: -30px;
}
#top__voice .cont__post {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: var(--margin-50);
}
#top__voice .cont__post .block__post {
  width: 100%;
  min-height: 170px;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 20px;
  display: flex;
  gap: 25px;
  transition: ease 0.2s;
}
#top__voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  gap: 30px;
}
#top__voice .cont__post .block__post .group__text {
  width: 100%;
  flex: 1;
}
#top__voice .cont__post .block__post .group__text .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
}
#top__voice .cont__post .block__post .group__text .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--fot--Zen-Maru-Goth);
}
#top__voice .cont__post .block__post .group__text .item-text {
  width: 100%;
  font-weight: 400;
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0.15em;
  font-size: var(--font-size-16);
  line-height: 2;
  overflow: hidden;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top__voice .cont__post .block__post .group__img {
          max-width: 200px;
        line-height: 1.3;
  width: fit-content;
}
#top__voice .cont__post .block__post .group__img .item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--col--acc-02);
}
#top__voice .cont__post .block__post .group__img .item-age {
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  position: relative;
}
#top__voice .cont__post .block__post:hover {
  opacity: 0.7;
}
#top__voice .cont__post .block__post:nth-of-type(odd) a {
  flex-direction: row-reverse;
}
#top__voice .cont__post .block__post:nth-of-type(even) a {
  flex-direction: row;
}
#top__voice .com__btn_01 {
  margin: 0 auto;
  width: 480px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  border-radius: 12px;
  color: #fff;
  padding: 4px 16px;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  border-radius: 12px;
  color: #fff;
  padding: 4px 16px;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
}

#top__news {
  background: var(--col--base-03);
  min-height: 540px;
  position: relative;
  z-index: 0;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 200px;
}
#top__news .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__nature_01_02.png) center center/contain no-repeat;
  width: 285px;
  height: 296px;
  left: 50%;
  top: calc(50% + 40px);
  translate: -50% -50%;
}
#top__news .cont-latest {
  position: relative;
  width: 790px;
  margin-left: auto;
  background: #fff;
  padding: 55px 45px;
  border-radius: 20px;
  border: 1px solid var(--col--acc-02);
}
#top__news .cont-latest .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .cont-latest .unit-latest:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
#top__news .cont-latest .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .cont-latest .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .cont-latest .unit-latest .unit-latest-text.on_thumb {
  width: 78%;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .cont-latest .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
}
#top__news .cont-latest .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  letter-spacing: 0.12em;
  font-weight: 400;
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-15);
}
#top__news .cont-latest .unit-latest .tag_list {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .cont-latest .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  border-radius: 12px;
  color: #fff;
  padding: 4px 16px;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
}
#top__news .cont-latest .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .cont-latest .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .cont-latest .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .cont-latest .unit-latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: absolute;
  width: 210px;
  left: 0;
  top: 290px;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg_img__nature_01.png) center bottom/100% no-repeat, url(/img/common/bg_img__nature_03_02.png) center center/cover no-repeat, var(--col--base-03);
}
#top__info .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-65);
}
#top__info .ttl03 .ja {
  position: relative;
}
#top__info .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__nature_02_01.png) center center/contain no-repeat;
  width: 137px;
  height: 73px;
  left: -80px;
  bottom: -30px;
}
#top__info .ttl03 .ja::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__nature_02_02.png) center center/contain no-repeat;
  width: 137px;
  height: 73px;
  right: -80px;
  bottom: -30px;
}
/* delivery_care
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* common__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries {
  background: var(--bg--nature_01);
}
.common__worries .ttl03 {
  margin-bottom: var(--margin-80);
}
.common__worries .cont__worries {
  position: relative;
}
.common__worries .cont__worries .item-img {
  position: absolute;
  left: 0;
  top: -30px;
  width: max-content;
}
.common__worries .cont__worries .list {
  background: #fff;
  width: 670px;
  padding: 40px;
  padding-left: var(--margin-45);
  border-radius: 20px;
  margin-left: auto;
}
.common__worries .cont__worries .list > .item {
  padding-bottom: var(--margin-10);
  border-bottom: 1px dashed #6bc4de;
  margin-bottom: var(--margin-10);
  position: relative;
  padding-left: var(--margin-20);
  line-height: 1.7;
}
.common__worries .cont__worries .list > .item::before {
  content: "●";
  font-size: 7px;
  color: var(--col--main-01);
  left: 0;
  top: 10px;
  position: absolute;
}
.common__worries .cont__worries .list > .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.common__worries .cont__worries .list > .item p {
  font-weight: 400;
  font-size: var(--font-size-18);
}

/* common__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__service {
  background: var(--bg--nature_02);
}
.common__service .ttl03_wrap {
  margin-bottom: var(--margin-80);
}
.common__service .ttl03_wrap .ttl_lead {
  position: relative;
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.07em;
  margin-bottom: var(--margin-20);
  text-shadow: rgb(253, 255, 243) 4px 0px 0px, rgb(253, 255, 243) 3.87565px 0.989616px 0px, rgb(253, 255, 243) 3.51033px 1.9177px 0px, rgb(253, 255, 243) 2.92676px 2.72656px 0px, rgb(253, 255, 243) 2.16121px 3.36588px 0px, rgb(253, 255, 243) 1.26129px 3.79594px 0px, rgb(253, 255, 243) 0.282949px 3.98998px 0px, rgb(253, 255, 243) -0.712984px 3.93594px 0px, rgb(253, 255, 243) -1.66459px 3.63719px 0px, rgb(253, 255, 243) -2.51269px 3.11229px 0px, rgb(253, 255, 243) -3.20457px 2.39389px 0px, rgb(253, 255, 243) -3.69721px 1.52664px 0px, rgb(253, 255, 243) -3.95997px 0.56448px 0px, rgb(253, 255, 243) -3.97652px -0.432781px 0px, rgb(253, 255, 243) -3.74583px -1.40313px 0px, rgb(253, 255, 243) -3.28224px -2.28625px 0px, rgb(253, 255, 243) -2.61457px -3.02721px 0px, rgb(253, 255, 243) -1.78435px -3.57996px 0px, rgb(253, 255, 243) -0.843183px -3.91012px 0px, rgb(253, 255, 243) 0.150409px -3.99717px 0px, rgb(253, 255, 243) 1.13465px -3.8357px 0px, rgb(253, 255, 243) 2.04834px -3.43574px 0px, rgb(253, 255, 243) 2.83468px -2.82216px 0px, rgb(253, 255, 243) 3.44477px -2.03312px 0px, rgb(253, 255, 243) 3.84068px -1.11766px 0px, rgb(253, 255, 243) 3.9978px -0.132717px 0px;
}
.common__service .ttl03_wrap .ttl_lead::before {
  content: "＼";
  position: absolute;
  font-size: var(--font-size-18);
  font-weight: 800;
  left: -1.5em;
  bottom: 0;
}
.common__service .ttl03_wrap .ttl_lead::after {
  content: "／";
  position: absolute;
  font-size: var(--font-size-18);
  font-weight: 800;
  right: -1.5em;
  bottom: 0;
}
.common__service .block__about .tt04__wrap {
  width: 625px;
  margin: 0 auto;
  padding-block: var(--margin-20);
  border-block: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
  position: relative;
}
.common__service .block__about .tt04__wrap .ttl04 {
  text-align: center;
}
.common__service .block__about .tt04__wrap .ttl04 span.ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__service .block__about .tt04__wrap .ttl_lead {
  position: absolute;
  right: -20px;
  top: -65px;
}
.common__service .block__about .item-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
.common__service .block__about .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.common__service .wrap__feature {
  gap: 40px;
}
.common__service .wrap__feature .block__feature {
  z-index: 0;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  border: 1px solid var(--col--acc-02);
  width: calc((100% - 40px) / 2);
}
.common__service .wrap__feature .block__feature::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_01.png) center center/contain no-repeat;
  width: 217px;
  height: 241px;
  right: -20px;
  top: -20px;
}
.common__service .wrap__feature .block__feature .ttl04 {
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
}
.common__service .wrap__feature .block__feature .ttl04 span.ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-24);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.common__service .wrap__feature .block__feature .item-img {
  order: 1;
  margin-bottom: var(--margin-20);
}
.common__service .wrap__feature .block__feature .item-text {
  order: 3;
}
.common__service .wrap__feature .block__feature .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.6875;
}

/* common__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__merit {
  background: var(--bg--nature_03);
}
.common__merit .inner {
  padding-top: 160px;
}
.common__merit .ttl03_wrap {
  margin-bottom: var(--margin-50);
}
.common__merit .ttl03_wrap .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
}
.common__merit .ttl03_wrap .ttl_lead {
  position: relative;
  font-size: var(--font-size-26);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.07em;
  margin-bottom: var(--margin-20);
  text-shadow: rgb(253, 255, 243) 4px 0px 0px, rgb(253, 255, 243) 3.87565px 0.989616px 0px, rgb(253, 255, 243) 3.51033px 1.9177px 0px, rgb(253, 255, 243) 2.92676px 2.72656px 0px, rgb(253, 255, 243) 2.16121px 3.36588px 0px, rgb(253, 255, 243) 1.26129px 3.79594px 0px, rgb(253, 255, 243) 0.282949px 3.98998px 0px, rgb(253, 255, 243) -0.712984px 3.93594px 0px, rgb(253, 255, 243) -1.66459px 3.63719px 0px, rgb(253, 255, 243) -2.51269px 3.11229px 0px, rgb(253, 255, 243) -3.20457px 2.39389px 0px, rgb(253, 255, 243) -3.69721px 1.52664px 0px, rgb(253, 255, 243) -3.95997px 0.56448px 0px, rgb(253, 255, 243) -3.97652px -0.432781px 0px, rgb(253, 255, 243) -3.74583px -1.40313px 0px, rgb(253, 255, 243) -3.28224px -2.28625px 0px, rgb(253, 255, 243) -2.61457px -3.02721px 0px, rgb(253, 255, 243) -1.78435px -3.57996px 0px, rgb(253, 255, 243) -0.843183px -3.91012px 0px, rgb(253, 255, 243) 0.150409px -3.99717px 0px, rgb(253, 255, 243) 1.13465px -3.8357px 0px, rgb(253, 255, 243) 2.04834px -3.43574px 0px, rgb(253, 255, 243) 2.83468px -2.82216px 0px, rgb(253, 255, 243) 3.44477px -2.03312px 0px, rgb(253, 255, 243) 3.84068px -1.11766px 0px, rgb(253, 255, 243) 3.9978px -0.132717px 0px;
}
.common__merit .block__merit .list__merit {
  gap: 65px 40px;
  flex-wrap: wrap;
  margin-bottom: var(--margin-30);
}
.common__merit .block__merit .list__merit > .item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--col--acc-02);
  padding: 40px;
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-direction: column;
}
.common__merit .block__merit .list__merit > .item .ttl04 {
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed var(--col--acc-02);
  margin-bottom: var(--margin-15);
  text-align: center;
}
.common__merit .block__merit .list__merit > .item .ttl04 span.num {
  position: absolute;
  left: 10px;
  top: -30px;
}
.common__merit .block__merit .list__merit > .item .ttl04 span.ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.07em;
  width: 100%;
  display: block;
}
.common__merit .block__merit .list__merit > .item .item-img {
  text-align: center;
  order: 1;
  margin-bottom: var(--margin-20);
}
.common__merit .block__merit .list__merit > .item .item-img img {
  min-height: 135px;
  object-fit: none;
}
.common__merit .block__merit .list__merit > .item .item-text {
  order: 3;
}
.common__merit .block__merit .list__merit > .item .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.common__merit .block__merit .item__note {
  text-align: center;
}
/* common__price
- - - - - - - - - - - - - - - 


- - - - - - - - - - - - - - - - */
.common__price {
  background: url(/img/common/bg_deco__star__01_01.png) right top no-repeat, url(/img/common/bg_img__nature_03_02.png);
}
.common__price .inner {
  padding-bottom: var(--margin-50);
}
.common__price .ttl03 {
  margin-bottom: var(--margin-70);
}
.common__price .cont__post {
  gap: 42px;
}
.common__price .cont__post .block__post {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--col--acc-02);
  width: calc((100% - 42px) / 2);
}
.common__price .cont__post .block__post .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
}
.common__price .cont__post .block__post .ttl04 span.ja {
  line-height: 1.4;
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.15em;
  font-size: var(--font-size-22);
}
.common__price .cont__post .block__post .item-price {
  text-align: end;
  color: var(--col--main-01);
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: var(--margin-15);
}
.common__price .cont__post .block__post .item-text p {
  font-size: var(--font-size-16);
  line-height: 1.5;
  font-weight: 400;
}

/* common__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__bnr {
  background: url(/img/common/bg_img__nature_03_02.png);
}
.common__bnr .inner {
  padding-top: var(--margin-50);
}
.common__bnr a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  position: relative;
  top: 0;
  transition: ease 0.2s;
}
.common__bnr a:hover {
  top: -4px;
  opacity: 0.6;
}

/* online_care__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#online_care__merit {
  background: var(--bg--nature_03);
}
#online_care__merit .ttl03 {
  margin: 0 auto;
  position: relative;
  margin-bottom: var(--margin-100);
}
#online_care__merit .block__merit .list__merit {
  gap: 65px 55px;
}
#online_care__merit .block__merit .list__merit > .item {
  width: calc((100% - 110px) / 3);
  padding: 22px;
}
#online_care__merit .block__merit .list__merit > .item .ttl04 span.ja {
  line-height: 1.4;
}
#online_care__merit .block__merit .list__merit > .item .item-text p {
  font-size: var(--font-size-16);
}
#online_care__merit .block__merit .item__note {
  text-align: center;
}
/* feeling
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feeling__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feeling__greeting {
  background: var(--bg--nature_01);
}
#feeling__greeting .ttl03_wrap {
  margin-bottom: var(--margin-30);
}
#feeling__greeting .ttl03_wrap .ttl03 {
  margin-bottom: var(--margin-50);
}
#feeling__greeting .ttl03_wrap .ttl03_lead {
  text-align: center;
  width: 640px;
  margin: 0 auto;
  padding-block: var(--margin-20);
  border-block: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
  position: relative;
  font-size: var(--font-size-28);
  font-weight: 500;
    font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.08em;
}
#feeling__greeting .cont__porf {
  position: relative;
}
#feeling__greeting .cont__porf .item-img {
  position: absolute;
  left: 0;
  top: -30px;
  width: fit-content;
}
#feeling__greeting .cont__porf .item-img figcaption {
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.2em;
  font-size: var(--font-size-24);
  margin-top: var(--margin-20);
  text-align: center;
}
#feeling__greeting .cont__porf .list-prof {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  padding-left: 140px;
  width: 660px;
  margin-left: auto;
}
#feeling__greeting .cont__porf .list-prof > .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #81cde3;
  margin-bottom: var(--margin-20);
  display: flex;
  flex-direction: column;
  position: relative;
}
#feeling__greeting .cont__porf .list-prof > .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
#feeling__greeting .cont__porf .list-prof > .item > dt {
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: var(--font-size-20);
  width: fit-content;
  margin-bottom: 8px;
  background: linear-gradient(180deg, rgba(220, 246, 239, 0) 50%, #dcf6ef 50%);
}
#feeling__greeting .cont__porf .list-prof > .item > dd {
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: var(--font-size-16);
  letter-spacing: 0.15em;
}
#feeling__greeting .cont__porf .list-prof > .item > dd > dl > div {
  margin-bottom: 8px;
}
#feeling__greeting .cont__porf .list-prof > .item > dd > dl > div:last-child {
  margin-bottom: 0;
}
#feeling__greeting .cont__porf .list-prof > .item > dd > dl > div > dt {
  width: 70px;
  margin-right: var(--margin-10);
}
#feeling__greeting .cont__porf .list-prof > .item > dd > dl > div > dd {
  flex: 1;
}

/* feeling__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feeling__motto {
  background: var(--bg--nature_02);
}
#feeling__motto .ttl03 {
  margin-bottom: var(--margin-60);
}
#feeling__motto .cont__motto {
  gap: 50px 0;
}
#feeling__motto .cont__motto .item-img {
  order: 2;
  position: relative;
}
#feeling__motto .cont__motto .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_01.png) center center/contain no-repeat;
  width: 217px;
  height: 241px;
  right: -30px;
  top: -30px;
}
#feeling__motto .cont__motto .block__motto {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid var(--col--acc-02);
  position: relative;
}
#feeling__motto .cont__motto .block__motto .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-15);
  width: 100%;
}
#feeling__motto .cont__motto .block__motto .ttl04 .ja {
  display: block;
  font-size: var(--font-size-28);
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
}
#feeling__motto .cont__motto .block__motto .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#feeling__motto .cont__motto .block__motto .item-text p {
  font-weight: 500;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
}
#feeling__motto .cont__motto .block__motto:nth-of-type(1) {
  order: 1;
  width: 720px;
  margin-right: var(--margin-60);
}
#feeling__motto .cont__motto .block__motto:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/feeling/feeling__motto__arrow_01.png) center center/contain no-repeat;
  width: 36px;
  height: 16px;
  right: 0;
  top: 264px;
  translate: 100% 0;
}
#feeling__motto .cont__motto .block__motto:nth-of-type(2) {
  order: 3;
  width: 520px;
  margin-right: var(--margin-40);
}
#feeling__motto .cont__motto .block__motto:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(/img/feeling/feeling__motto__arrow_02.png) center center/contain no-repeat;
  width: 63px;
  height: 19px;
  right: 20px;
  top: 0;
  translate: 0 -100%;
}
#feeling__motto .cont__motto .block__motto:nth-of-type(3) {
  order: 4;
  width: 520px;
}
#feeling__motto .cont__motto .block__motto:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(/img/feeling/feeling__motto__arrow_03.png) center center/contain no-repeat;
  width: 19px;
  height: 34px;
  right: 190px;
  top: 0;
  translate: 0 -100%;
}

/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: var(--bg--nature_01);
}
#voice .ttl03 {
  margin-bottom: var(--margin-60);
}
#voice .cont__post {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: var(--margin-50);
}
#voice .cont__post .block__post {
  width: 100%;
  min-height: 170px;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 20px;
  display: flex;
  gap: 25px;
  transition: ease 0.2s;
}
#voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  gap: 30px;
}
#voice .cont__post .block__post .group__text {
  width: 100%;
  flex: 1;
}
#voice .cont__post .block__post .group__text .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
}
#voice .cont__post .block__post .group__text .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--fot--Zen-Maru-Goth);
}
#voice .cont__post .block__post .group__text .item-text {
  width: 100%;
  font-weight: 400;
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0.15em;
  font-size: var(--font-size-16);
  line-height: 2;
  overflow: hidden;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .cont__post .block__post .group__img {
            max-width: 200px;
        line-height: 1.3;
  width: fit-content;
}
#voice .cont__post .block__post .group__img .item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--col--acc-02);
}
#voice .cont__post .block__post .group__img .item-age {
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  position: relative;
}
#voice .cont__post .block__post:hover {
  opacity: 0.6;
}
#voice .cont__post .block__post:nth-of-type(odd) a {
  flex-direction: row-reverse;
}
#voice .cont__post .block__post:nth-of-type(even) a {
  flex-direction: row;
}

.voice__in_post {
  background: var(--bg--nature_01);
}
.voice__in_post .block__post {
  background: #fff;
  display: flex;
  width: 100%;
  min-height: 170px;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 20px;
  padding: 20px 40px;
  gap: 30px;
  flex-direction: row-reverse;
}
.voice__in_post .block__post .group__text {
  width: 100%;
  flex: 1;
}
.voice__in_post .block__post .group__text .ttl03_wrap {
  gap: 15px;
}
.voice__in_post .block__post .group__text .ttl03 {
  width: 100%;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-20);
}
.voice__in_post .block__post .group__text .ttl03 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: var(--fot--Zen-Maru-Goth);
}
.voice__in_post .block__post .group__text .item-point {
  color: var(--col--main-01);
}
.voice__in_post .block__post .group__text .item-text {
  width: 100%;
  font-weight: 400;
  font-family: var(--fot--Noto-Sans);
  letter-spacing: 0.15em;
  font-size: var(--font-size-16);
  line-height: 2;
}
.voice__in_post .block__post .group__img {
            max-width: 200px;
        line-height: 1.3;
  width: fit-content;
  gap: 10px;
}
.voice__in_post .block__post .group__img .item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--col--acc-02);
}
.voice__in_post .block__post .group__img .item-age {
  text-align: center;
  font-size: var(--font-size-18);
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  position: relative;
}
.voice__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
  width: 420px;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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 .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;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  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 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#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;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#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: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #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;
  }
  #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);
    border: 1px solid var(--col--main-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 table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  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: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  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;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#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);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  }
}/*# sourceMappingURL=style.css.map */