@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#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;
  width: 45vw;
}
#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-right: auto;
    padding-left: 4vw;
  }
  #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: 3vw;
}
#header .block-right .cont-info .btn-instagram {
  width: 220px;
  height: 58px;
  border-radius: 30px;
  background: #fff09a;
  position: relative;
}
#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 .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;
}
#header .block-right .cont-info .btn-contact span {
  font-size: var(--font-size-20);
  position: relative;
  padding-left: var(--margin-35);
}
#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);
}
#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: 1.5vw;
  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: 3vw;
}
#nav .list-nav .item {
  font-size: var(--font-size-16);
  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%;
  overflow: hidden;
  height: 930px;
  background: url(/img/mv/mv__bg_03_l.png) left bottom/38vw no-repeat, url(/img/mv/mv__bg_03_r.png) right bottom/40vw no-repeat, url(/img/mv/mv__bg_01.png) center center/cover no-repeat;
}

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

#mv .swiper-wrapper {
  position: absolute;
  bottom: -1vw;
  right: 24vw;
}

#mv .swiper-wrapper .swiper-slide {
  background: linear-gradient(130deg, rgba(220, 246, 239, 0) 0%, #dcf6ef 40%);

  background: #dcf6ef;
  text-align: end;
}

#mv .swiper-wrapper .swiper-slide img {
  width: 145vw;
  max-width: unset;
  background: #dcf6ef;
}

#mv .mv-catch {
z-index: 1;
        position: absolute;
        left: 56%;
        translate: -50% 0;
        width: 105vw;
        bottom: 5vw;
}

@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/21vw no-repeat, url(/img/sv/sv__bg_03_l.png) left bottom/21vw 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: 20vw;
  bottom: 0;
}
#sv .sv-img {
  position: absolute;
  width: 100%;
  height: 55vw;
  right: -15vw;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  background: url(/img/sv/sv__catch_bg.png) center center/contain no-repeat;
  width: 78vw;
  height: 44vw;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8vw;
  left: -3vw;
  text-align: center;
}
#sv .sv-catch span {
  position: relative;
  left: -5vw;
  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;
  font-size: 4.7vw;
  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: 55vw;
    max-width: 100%;
  }
}

#sv .sv-img.sv-feeling {
  position: absolute;
  width: 100%;
  height: 55vw;
  right: 0vw;
  bottom: 0;
}

.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;
  margin-bottom: 7vw;
  width: 54vw;
}
#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: 1.5vw;
  padding: 5vw 5vw;
  padding: 5vw;
  position: relative;
  z-index: 0;
  width: 95%;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#footer .common__contact .ttl03 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#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;
  font-size: 5.5vw;
}
#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: 29vw;
  height: 4vw;
  left: -9vw;
  bottom: -5vw;
}
#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: 29vw;
  height: 4vw;
  right: -9vw;
  bottom: -5vw;
}
#footer .common__contact .block__contact {
  gap: 5vw;
  flex-direction: column;
  gap: 4vw;
}
#footer .common__contact .block__contact .btn-instagram {
  width: 100%;
  height: 12vw;
  border-radius: 10vw;
  background: #fff09a;
  position: relative;
  order: 2;
}
#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);
  font-size: 3.8vw;
  padding-left: 10vw;
}
#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: 6vw;
  height: 6vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .common__contact .block__contact .com__tel {
  width: fit-content;
  order: 1;
}
#footer .common__contact .block__contact .com__tel dd .tel-num {
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  padding-left: var(--margin-20);
  padding-left: 6vw;
  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: 12vw;
  border-radius: 10vw;
  background: var(--col--main-01);
  position: relative;
  order: 3;
}
#footer .common__contact .block__contact .btn-contact span {
  font-size: var(--font-size-20);
  position: relative;
  padding-left: var(--margin-35);
  font-size: 3.8vw;
  padding-left: 10vw;
}
#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: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .inner {
  padding: 0;
  position: relative;
  margin-bottom: var(--margin-35);
  align-items: center;
}
#footer .block-right .com__btn_01 {
  position: relative;
  width: 100%;
  width: 90%;
  margin: 0 auto;
  height: 12vw;
}
#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: 4vw;
  height: 4vw;
  right: 6vw;
  inset-block: auto;
}
#footer nav {
  margin: 4vw auto;
  width: 100%;
  position: relative;
  margin-bottom: var(--margin-20);
  margin-bottom: 6vw;
}
#footer .list-nav {
  width: 85%;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  gap: 3vw;
}
#footer .list-nav .item {
  width: calc((100% - 4vw) / 2);
  position: relative;
}
#footer .list-nav .item a {
  font-size: var(--font-size-13);
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  transition: ease 0.2s;
  font-size: 2.6vw;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: #dcf6ef;
  padding-block: 5vw;
  font-size: 2.5vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@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);
  margin-left: -5.5vw;
}
#top__about .ttl03 img {
  max-width: unset;
  height: 23vw;
}
#top__about .block__intro {
  position: relative;
  min-height: 420px;
}
#top__about .block__intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__about .block__intro .item-text {
  width: 100%;
  margin-left: auto;
}
#top__about .block__intro .item-text br {
  display: none;
}
#top__about .block__intro .item-text p {
  font-size: 3.8vw;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg_deco__nature_01_03.png) center bottom/100% no-repeat, url(/img/common/bg_deco__nature_01_01.png) right top no-repeat, url(/img/common/bg_deco__nature_01_02.png) left bottom no-repeat, var(--col--base-03);
}
#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: 18vw;
  height: 12vw;
  right: -10vw;
  bottom: -5vw;
}
#top__service .cont__service .block__service {
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 1.5vw;
  padding: 5vw;
  position: relative;
  margin-bottom: 10vw;
}
#top__service .cont__service .block__service:last-child {
  margin-bottom: 0;
}
#top__service .cont__service .block__service .ttl04 {
  width: 100%;
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #66b032;
  margin-bottom: var(--margin-30);
}
#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;
  font-size: 5vw;
}
#top__service .cont__service .block__service .ttl04 .ja::first-letter {
  color: var(--col--main-01);
}
#top__service .cont__service .block__service .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__service .cont__service .block__service .item-text {
  width: 100%;
  margin-bottom: var(--margin-20);
}
#top__service .cont__service .block__service .item-text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  line-height: 1.75;
  line-height: 2;
  font-size: 3.8vw;
}
#top__service .cont__service .block__service .item-text br {
  display: none;
}
#top__service .cont__service .block__service .com__btn_01 {
  width: 100%;
}

/* 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 .ttl03 img {
  height: 15vw;
}
#top__feeling .block__intro {
  position: relative;
  display: flex;
  flex-direction: column;
}
#top__feeling .block__intro .ttl04 {
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #66b032;
  margin-bottom: var(--margin-35);
  width: 100%;
  margin-left: auto;
  order: 2;
}
#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;
  font-size: 5vw;
}
#top__feeling .block__intro .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  order: 1;
}
#top__feeling .block__intro .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-40);
  order: 3;
}
#top__feeling .block__intro .item-text p {
  font-size: 3.8vw;
}
#top__feeling .block__intro .item-text br {
  display: none;
}
#top__feeling .block__intro .com__btn_01 {
  width: 100%;
  order: 4;
  margin-left: auto;
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg_deco__star__01_01.png) right top/39vw 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: 15vw;
  height: 12vw;
  right: -8vw;
  bottom: -4vw;
}
#top__voice .cont__post {
  display: flex;
  gap: 5vw;
  margin-bottom: var(--margin-50);
  flex-wrap: wrap;
}
#top__voice .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 1.5vw;
  display: flex;
  position: relative;
  gap: 5vw;
}
#top__voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 5vw 5vw;
  gap: 3vw;
  display: flex;
  flex-direction: column-reverse;
}
#top__voice .cont__post .block__post .group__text {
  width: 100%;
  flex: 1;
}
#top__voice .cont__post .block__post .group__text .ttl04 {
  width: 100%;
  margin-left: auto;
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-25);
}
#top__voice .cont__post .block__post .group__text .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.6;
  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;
  font-size: 3.8vw;
  overflow: hidden;
  height: 16vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top__voice .cont__post .block__post .group__img {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  gap: 3vw;
}
#top__voice .cont__post .block__post .group__img .item-img {
  width: 20vw;
  height: 20vw;
  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;
  font-size: 3.7vw;
}
#top__voice .com__btn_01 {
  margin: 0 auto;
  width: 100%;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed #66b032;
  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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: 3.6vw;
  margin-bottom: 3vw;
}
.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);
  font-size: 3.6vw;
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  border-radius: 1.5vw;
  color: #fff;
  padding: 1vw 3vw;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: 3.2vw;
  border-radius: 6vw;
}
.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: 1.5vw;
  color: #fff;
  padding: 1vw 3vw;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: 3.2vw;
  border-radius: 6vw;
}

#top__news {
  background: var(--col--base-03);
  min-height: 540px;
  position: relative;
  z-index: 0;
}
#top__news .inner {
  position: relative;
  min-height: auto;
}
#top__news .ttl03 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 6vw;
}
#top__news .cont-latest {
  position: relative;
  width: 100%;
  margin-left: 0;
  margin: 0 auto;
  background: #fff;
  padding: 5vw 5vw;
  border-radius: 1.5vw;
  border: 1px solid var(--col--acc-02);
}
#top__news .cont-latest .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed #66b032;
  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: 85%;
}
@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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: 3.6vw;
  margin-bottom: 3vw;
}
#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);
  font-size: 3.6vw;
}
#top__news .cont-latest .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
  justify-content: end;
}
#top__news .cont-latest .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  border-radius: 1.5vw;
  color: #fff;
  padding: 1vw 3vw;
  font-size: var(--font-size-15);
  background: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 400;
  font-size: 3.2vw;
  border-radius: 6vw;
}
#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: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 5vw;
}

/* 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: 15vw;
  height: 12vw;
  left: -11vw;
  bottom: -4vw;
}
#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: 15vw;
  height: 12vw;
  right: -11vw;
  bottom: -4vw;
}
/* 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: relative;
  width: 100%;
  margin-bottom: 4vw;
}
.common__worries .cont__worries .list {
  background: #fff;
  width: 100%;
  padding: 5vw 5vw;
  padding-left: 5vw;
  border-radius: 1.5vw;
  margin-left: auto;
}
.common__worries .cont__worries .list > .item {
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #6bc4de;
  margin-bottom: var(--margin-15);
  position: relative;
  padding-left: var(--margin-20);
  line-height: 1.6;
}
.common__worries .cont__worries .list > .item::before {
  content: "●";
  font-size: 1.2vw;
  color: var(--col--main-01);
  left: 0;
  top: 3vw;
  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);
  font-size: 3.7vw;
}

/* 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;
  font-size: 4.2vw;
  line-height: 1.7;
  text-align: center;
}
.common__service .ttl03_wrap .ttl_lead::before {
  content: "＼";
  position: absolute;
  font-size: var(--font-size-18);
  font-weight: 800;
  left: -2em;
  bottom: 0;
}
.common__service .ttl03_wrap .ttl_lead::after {
  content: "／";
  position: absolute;
  font-size: var(--font-size-18);
  font-weight: 800;
  right: -2em;
  bottom: 0;
}
.common__service .block__about .tt04__wrap {
  width: 100%;
  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;
  font-size: 4.6vw;
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__service .block__about .tt04__wrap .ttl_lead {
  position: absolute;
        right: -5vw;
        top: -14vw;
        width: 29vw;
}
.common__service .block__about .item-text {
  text-align: left;
  margin-bottom: var(--margin-50);
}
.common__service .block__about .item-text p {
  font-size: 4vw;
}
.common__service .block__about .item-text br {
  display: none;
}
.common__service .wrap__feature {
  gap: 5vw;
  flex-direction: column;
}
.common__service .wrap__feature .block__feature {
  z-index: 0;
  background: #fff;
  border-radius: 1.5vw;
  padding: 5vw;
  position: relative;
  border: 1px solid var(--col--acc-02);
  width: calc((100% - 40px) / 2);
  width: 100%;
}
.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: 25vw;
  height: 25vw;
  right: -5vw;
  top: -5vw;
}
.common__service .wrap__feature .block__feature .ttl04 {
  order: 2;
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #66b032;
  margin-bottom: var(--margin-25);
}
.common__service .wrap__feature .block__feature .ttl04 span.ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  font-size: 4.3vw;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.common__service .wrap__feature .block__feature .item-img {
  order: 1;
  margin-bottom: var(--margin-30);
}
.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.5;
  line-height: 2;
  font-size: 4vw;
}

/* common__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__merit {
  background: var(--bg--nature_03);
}
.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;
  font-size: 4vw;
}
.common__merit .block__merit .list__merit {
  gap: 5vw 3vw;
  flex-wrap: wrap;
  margin-bottom: var(--margin-30);
}
.common__merit .block__merit .list__merit > .item {
  position: relative;
  background: #fff;
  border-radius: 1.5vw;
  border: 1px solid var(--col--acc-02);
  padding: 5vw;
  width: calc((100% - 40px) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.common__merit .block__merit .list__merit > .item .ttl04 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--acc-02);
  margin-bottom: var(--margin-20);
  text-align: center;
}
.common__merit .block__merit .list__merit > .item .ttl04 span.num {
  position: absolute;
  left: 0vw;
  top: -5vw;
  width: 14vw;
}
.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%;
  font-size: 4.8vw;
  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: 30vw;
  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: 3.8vw;
}
.common__merit .block__merit .item__note {
  text-align: center;
}
/* common__price
- - - - - - - - - - - - - - - 


- - - - - - - - - - - - - - - - */
.common__price {
  background: url(/img/common/bg_deco__star__01_01.png) right 5vw top/42vw 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 .ttl03 span.ja {
  position: relative;
}
.common__price .cont__post {
  gap: 5vw;
}
.common__price .cont__post .block__post {
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
  border: 1px solid var(--col--acc-02);
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
.common__price .cont__post .block__post .ttl04 {
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-25);
}
.common__price .cont__post .block__post .ttl04 span.ja {
  line-height: 1.6;
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.15em;
  font-size: var(--font-size-22);
  font-size: 4.2vw;
}
.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;
  font-size: 3.8vw;
  line-height: 2;
}

/* 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;
}
/* 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 .ttl03 span.ja {
  font-size: 5vw;
}
#online_care__merit .block__merit .list__merit {
  gap: 5vw 5vw;
}
#online_care__merit .block__merit .list__merit > .item {
  width: calc((100% - 10px) / 2);
  padding: 5vw;
  width: 100%;
}
#online_care__merit .block__merit .list__merit > .item .ttl04 span.ja {
  line-height: 1.4;
}
#online_care__merit .block__merit .list__merit > .item .ttl04 span.ja br {
  display: none;
}
#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: 100%;
  margin: 0 auto;
  padding-block: var(--margin-20);
  border-block: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-30);
  position: relative;
  line-height: 1.6;
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 4.5vw;
    font-family: var(--fot--Zen-Maru-Goth);
}
#feeling__greeting .cont__porf {
  position: relative;
}
#feeling__greeting .cont__porf .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#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: 1.5vw;
  padding: 5vw 5vw;
  padding-left: 5vw;
  width: 100%;
  margin-left: auto;
}
#feeling__greeting .cont__porf .list-prof > .item {
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #81cde3;
  margin-bottom: var(--margin-25);
  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: 4vw;
  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: 5vw;
}
#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: 25vw;
  font-size: 3.7vw;
  margin-right: var(--margin-10);
}
#feeling__greeting .cont__porf .list-prof > .item > dd > dl > div > dd {
  font-size: 3.7vw;
  line-height: 1.4;
  flex: 1;
}

/* feeling__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feeling__motto {
  background: var(--bg--nature_02);
  position: relative;
  z-index: 0;
}
#feeling__motto .ttl03 {
  margin-bottom: var(--margin-60);
}
#feeling__motto .cont__motto {
  gap: 5vw 0;
  position: relative;
}
#feeling__motto .cont__motto .item-img {
  position: relative;
  width: 47vw;
  margin: 0 auto;
    margin-bottom: 4vw;
}
#feeling__motto .cont__motto .block__motto {
  width: 100%;
  order: 2;
  background: #fff;
  padding: 5vw 5vw;
  border-radius: 1.5vw;
  border: 1px solid var(--col--acc-02);
  position: relative;
}
#feeling__motto .cont__motto .block__motto .ttl04 {
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-25);
  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);
  font-size: 4.6vw;
}
#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;
  font-size: 3.5vw;
}
#feeling__motto .cont__motto .block__motto .item-text p br {
  display: none;
}

/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  background: var(--bg--nature_01);
}
#voice .ttl03 {
  margin-bottom: var(--margin-60);
}
#voice .cont__post {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-bottom: var(--margin-50);
}
#voice .cont__post .block__post {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 1.5vw;
  display: flex;
  position: relative;
  gap: 5vw;
}
#voice .cont__post .block__post a {
  width: 100%;
  height: 100%;
  padding: 5vw 5vw;
  gap: 5.5vw;
  display: flex;
  flex-direction: column-reverse;
}
#voice .cont__post .block__post .group__text {
  width: 100%;
  flex: 1;
}
#voice .cont__post .block__post .group__text .ttl04 {
  width: 100%;
  margin-left: auto;
  padding-bottom: var(--margin-25);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-25);
}
#voice .cont__post .block__post .group__text .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.6;
  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;
  font-size: 3.8vw;
  overflow: hidden;
  height: 16vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .cont__post .block__post .group__img {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  gap: 3vw;
}
#voice .cont__post .block__post .group__img .item-img {
  width: 20vw;
  height: 20vw;
  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;
  font-size: 3.7vw;
}

.voice__in_post {
  background: var(--bg--nature_01);
}
.voice__in_post .block__post {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: #fff;
  border: 1px solid var(--col--acc-02);
  border-radius: 1.5vw;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  gap: 5vw;
  padding: 5vw;
}
.voice__in_post .block__post .group__text {
  width: 100%;
  flex: 1;
}
.voice__in_post .block__post .group__text .ttl03_wrap {
  width: 100%;
  margin-left: auto;
}
.voice__in_post .block__post .group__text .ttl03 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #a3d084;
  margin-bottom: var(--margin-35);
  width: 100%;
}
.voice__in_post .block__post .group__text .ttl03 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.6;
  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);
  font-size: 3.2vw;
  margin-bottom: 2vw;
}
.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;
  font-size: 3.8vw;
}
.voice__in_post .block__post .group__img {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  gap: 5vw;
  margin-bottom: 6vw;
}
.voice__in_post .block__post .group__img .item-img {
  width: 30vw;
  height: 30vw;
  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;
  font-size: 3.7vw;
}
.voice__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: 5vw;
  width: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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_sp.css.map */