/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: absolute;
  z-index: 5;
  width: 100%;
  min-width: 1080px;
  padding: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  margin-top: -45px;
  padding-left: clamp(0px, 50vw - 560px, 40px);
}
@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: clamp(100px, 50vw - 430px, 195px);
  position: relative;
  top: -10px;
}
#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-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .btn-contact {
  width: 200px;
  height: 60px;
  background: url(/img/common/pattern__texture__02_g.png);
  border-radius: 0 0 20px 20px;
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
}
#header .btn-contact span {
  position: relative;
  color: #fff;
  font-size: var(--font-size-16);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  letter-spacing: 0.05em;
  padding-left: var(--margin-30);
  transition: ease 0.2s;
}
#header .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_01.png) center center/contain no-repeat;
  width: 20px;
  height: 14px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#header .btn-contact:hover {
  opacity: 0.7;
}
/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: url(/img/common/pattern__stripe__01_w.png);
  padding: 16px 30px;
  padding-left: var(--margin-50);
  border-radius: 60px 0 0 60px;
  position: relative;
  right: -30px;
}
#nav .list-nav {
  width: fit-content;
  gap: 60px;
  align-items: center;
}
#nav .list-nav .item {
  width: fit-content;
  text-align: center;
  line-height: 1.6;
  align-items: center;
  position: relative;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: -36px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item a {
  transition: ease 0.15s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
#nav .list-nav .item:nth-of-type(odd)::before {
  background: url(/img/common/deco_ttl__leaf__01_b.png) center center/contain no-repeat;
}
#nav .list-nav .item:first-of-type::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 1050px;
  background: url(/img/mv/mv__deco_01.png) left top no-repeat, url(/img/mv/mv__deco_02.png) right top no-repeat, url(/img/mv/mv__deco_03.png) right bottom no-repeat, url(/img/mv/mv__deco_04.png) left bottom no-repeat, var(--pattern--texture--01-w);
}
#mv .mv-img {
  position: absolute;
  top: 0;
  left: clamp(-90px, 50vw - 800px, 100px);
  background: url(/img/mv/mv__img_01.png) center center/contain no-repeat;
  width: 1085px;
  height: 1049px;
}
#mv .mv-catch {
  position: absolute;
  left: clamp(500px, 50vw - 200px, 660px);
  bottom: 80px;
  width: clamp(960px, 50vw + 200px, 100%);
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 580px;
  background: url(/img/sv/sv__bg_deco_01.png) left top no-repeat, url(/img/sv/sv__bg_deco_02.png) right top no-repeat, url(/img/sv/sv__bg_deco_03.png) right bottom no-repeat, var(--pattern--texture--01-w);
}
#sv .wrap-sv {
  position: relative;
  width: 1920px;
  margin: 0 auto;
  height: 100%;
}
#sv .sv-img {
  position: absolute;
  width: 1100px;
  height: 460px;
  left: clamp(-400px, 50vw - 800px, 60px);
  bottom: 20px;
}
#sv .sv-catch {
  width: 660px;
  text-align: center;
  padding-bottom: var(--margin-40);
  position: absolute;
  right: clamp(-70px, -50vw + 930px, 300px);
  translate: 100% 0;
  bottom: 140px;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 620px;
  height: 12px;
  bottom: 0;
  left: 0;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 105px;
  height: 94px;
  left: -49px;
  bottom: -40px;
}
#sv .sv-catch span {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: var(--font-size-40);
  display: inline-block;
}
#sv .sv-catch span::first-letter {
  color: var(--col--main-02);
}
@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-about {
  background: url(../img/sv/sv__about.png) center center/cover no-repeat;
}

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--pattern--texture--01-w2);
}
#footer::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__01_a.png) repeat-x;
  top: 0;
  height: 5px;
  width: 100%;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
}
#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 .btn-othersite {
  margin-bottom: var(--margin-50);
  width: 340px;
  height: 60px;
  background: var(--col--acc-01);
  border-radius: 30px;
  border: 1px solid var(--col--acc-01);
  transition: ease 0.2s;
}
#footer .btn-othersite span {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding-right: var(--margin-20);
  transition: ease 0.2s;
}
#footer .btn-othersite span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_a.png) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#footer .btn-othersite:hover {
  background: #fff;
}
#footer .btn-othersite:hover span {
  color: var(--col--acc-01);
}
#footer .btn-othersite:hover span::before {
  background: url(/img/common/icon__link__01_b.png) center center/contain no-repeat;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  height: 210px;
  gap: 25px 50px;
  position: relative;
  align-content: end;
  flex-wrap: wrap;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a::before {
  visibility: hidden;
  content: "";
  opacity: 0;
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  color: var(--col--acc-01);
  color: var(--col--main-02);
}
#footer .list-nav .item a:hover::before {
  opacity: 1;
  visibility: visible;
}
@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);
  color: var(--col--txt-01);
  font-size: 12px;
}
#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;
  }
}

main {
  background: var(--pattern--texture--01-w);
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/deco__shape__01_a.png) right top 80px no-repeat, url(/img/common/deco__shape__01_b.png) left bottom no-repeat, var(--separate--block--01-a);
}
#top__about .inner {
  position: relative;
}
#top__about .item-img {
  position: absolute;
  right: -355px;
  top: 260px;
}
#top__about .item-text {
  width: 630px;
  margin-bottom: var(--margin-40);
}
#top__about .item-text .ttl04 {
  border-radius: 5px;
  width: fit-content;
  background: var(--pattern--texture--02-g);
  margin-bottom: var(--margin-25);
  padding: 9px 28px;
}
#top__about .item-text .ttl04 .ja {
  font-family: var(--fot--M_PLUS);
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-30);
}
#top__about .item-text .ttl04 .ja .str-01 {
  color: var(--col--acc-02);
}
#top__about .item-text p {
  margin-bottom: 24px;
}
#top__about .item-text p:last-of-type {
  margin-bottom: var(--margin-60);
}



#top__about .btn__03 {
  width: 600px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  background: #f9ac50;
  margin-top: var(--margin-80);
  transition: ease .2s;

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

  span {
    font-family: var(--fot--M_PLUS);
    font-size: var(--font-size-20);
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    color: #fff;

    &::before {
      content: "";
      position: absolute;
      width: 61px;
      height: 64px;
      left: -68px;
      top: 50%;
      translate: 0 -50%;
      background: url(/img/common/icon__arrow__03_leaf.png)center center / contain no-repeat;
    }

  }
  
  &:hover{
    opacity: .6;
  }
}



/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  position: relative;
  z-index: 0;
  background: var(--separate--wave--01-a), var(--pattern--texture--01-b);
}
#top__service .inner {
  padding-top: 120px;
  padding-bottom: 130px;
}
#top__service .ttl03 {
  margin-bottom: var(--margin-80);
  margin-bottom: 155px;
}
#top__service .wrap-block {
  margin-bottom: 130px;
}
#top__service .block-service {
  background: #fff;
  position: relative;
  padding: 60px 60px;
  padding-bottom: var(--margin-100);
  margin-bottom: 160px;
  width: 600px;
  box-shadow: 5.657px 5.657px 0px 0px rgba(48, 26, 12, 0.1);
}
#top__service .block-service::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_block__paper__01_a.png) center center/contain no-repeat;
  width: calc(100% + 6px);
  height: 54px;
  top: 6px;
  left: calc(50% + 3px);
  translate: -50% -100%;
}
#top__service .block-service:last-child {
  margin-bottom: 0;
}
#top__service .block-service .ttl04 {
  position: relative;
  padding-bottom: var(--margin-40);
  margin-bottom: var(--margin-20);
  text-align: center;
}
#top__service .block-service .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_border__leaf__01_a.png) center center/contain no-repeat;
  width: 432px;
  height: 20px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top__service .block-service .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
#top__service .block-service .item-img {
  z-index: -2;
  position: absolute;
  top: -60px;
  width: max-content;
}
#top__service .block-service .item-text {
  margin-bottom: var(--margin-50);
}
#top__service .block-service .com__btn_01 {
  margin: 0 auto;
}
#top__service .block-cafe::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__01_1.png) center center/contain no-repeat;
  width: 161px;
  height: 165px;
  left: -50px;
  bottom: -40px;
}
#top__service .block-cafe .item-img {
  right: 40px;
  translate: 100% 0;
}
#top__service .block-health {
  margin-left: auto;
}
#top__service .block-health::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__01_2.png) center center/contain no-repeat;
  width: 179px;
  height: 167px;
  right: -50px;
  bottom: -40px;
}
#top__service .block-health .item-img {
  left: 40px;
  translate: -100% 0;
}
#top__service .topic-other {
  z-index: 0;
  background: var(--pattern--texture--03-b);
  border-radius: 20px;
  box-shadow: 5.657px 5.657px 0px 0px rgba(48, 26, 12, 0.1);
  position: relative;
  padding: 100px;
}
#top__service .topic-other::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: var(--pattern--texture--04-w), #fff;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__service .topic-other::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 163px;
  bottom: 0;
  background: url(/img/common/deco__leaf__01_3.png) left bottom no-repeat, url(/img/common/deco__leaf__01_4.png) right bottom no-repeat;
  left: 50%;
  translate: -50% 0;
}
#top__service .topic-other .ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-40);
  margin-bottom: var(--margin-80);
}
#top__service .topic-other .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_block__clip__01_a.png) center center/contain no-repeat;
  width: 188px;
  height: 53px;
  left: 50%;
  translate: -50% 0;
  top: -110px;
}
#top__service .topic-other .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_border__leaf__01_b.png) center center/contain no-repeat;
  width: 309px;
  height: 20px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top__service .topic-other .ttl04 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__service .topic-other .list-works {
  margin-bottom: var(--margin-60);
}
#top__service .topic-other .list-works > .item {
  position: relative;
  height: 275px;
  margin-bottom: 40px;
}
#top__service .topic-other .list-works > .item:last-child {
  margin-bottom: 0;
}
#top__service .topic-other .list-works > .item .ttl05 {
  width: 560px;
  margin-bottom: var(--margin-20);
}
#top__service .topic-other .list-works > .item .item-img {
  position: absolute;
  top: -60px;
}
#top__service .topic-other .list-works > .item .item-text {
  width: 560px;
}
#top__service .topic-other .list-works > .item .item-text p {
  line-height: 1.875;
}
#top__service .topic-other .list-works > .item:nth-of-type(even) .ttl05 {
  margin-left: auto;
}
#top__service .topic-other .list-works > .item:nth-of-type(even) .item-text {
  margin-left: auto;
}
#top__service .topic-other .list-works > .item:nth-of-type(even) .item-img {
  left: 0;
}
#top__service .topic-other .list-works > .item:nth-of-type(odd) .item-img {
  right: 0;
}
#top__service .topic-other .com__btn_01 {
  z-index: 1;
  margin: 0 auto;
}


#top__service .btn__02 {
  display: block;
  width: 300px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f9ac50;
  position: relative;
  transition: ease .2s;
  margin-top: var(--margin-40);

  &::before {
    content: "";
    position: absolute;
    background: url(/img/common/icon__arrow__02_a.png)center center / contain no-repeat;
    width: 7px;
    height: 15px;
    right: 0;
    top: 0;
  }

  span {
    rotate: .1deg;
    color: #f9ac50;
    font-size: var(--font-size-16);
    font-weight: 700;
    font-family: var(--fot--M_PLUS);
  }
  
  &:hover{
    opacity: .5;
  }
}







/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
.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;
  margin-bottom: var(--margin-25);
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  background: var(--col--main-02);
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 7px;
  font-family: var(--fot--Sigmar);
  border-radius: 3px;
  margin-bottom: var(--margin-20);
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 12px;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-13);
  padding: 5px 8px;
  border-radius: 15px;
}
.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);
  right: -5px;
}

#contents-u{
  .unit-latest{
    margin-bottom: 30px;
  }

  .tag_list{
    order: 3;
    tag_list-item{}
  }
}


.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-13);
  padding: 5px 8px;
  border-radius: 15px;
}

#top__news {
  /* background: var(--pattern--texture--01-b); */
  min-height: 530px;
  position: relative;
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_c.png) center center/contain no-repeat;
  width: 268px;
  height: 556px;
  right: 0;
  bottom: -180px;
}
#top__news .inner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 30px;
}
#top__news .ttl03 {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 130px;
}
#top__news .cont-latest {
  display: flex;
  align-items: start;
  width: 100%;
  gap: 40px;
  width: 800px;
  margin-left: auto;
}
#top__news .unit-latest {
  position: relative;
  transition: ease 0.2s;
  right: 0;
  flex-direction: row;
  width: 240px;
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-25);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  background: var(--col--main-02);
  color: #fff;
  padding: 4px 12px;
  margin-bottom: 7px;
  font-family: var(--fot--Sigmar);
  border-radius: 3px;
  margin-bottom: var(--margin-20);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 12px;
  justify-content: end;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-13);
  padding: 5px 8px;
  border-radius: 15px;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .unit-latest a {
  display: flex;
  flex-direction: column-reverse;
}
#top__news .unit-latest .unit-latest-text .item-ttl {
  width: 100%;
  order: 1;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed var(--col--acc-01);
  margin-bottom: var(--margin-15);
  position: relative;
  padding-left: var(--margin-25);
}
#top__news .unit-latest .unit-latest-text .item-ttl::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__01_a.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}
#top__news .unit-latest .unit-latest-text .item-time {
  position: absolute;
  top: 0;
  translate: 0 -100%;
  background: var(--col--main-02);
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 6px 9px;
  font-size: var(--font-size-15);
  font-family: var(--fot--Sigmar);
  letter-spacing: 0.1em;
}
#top__news .unit-latest .unit-latest-text .tag_list {
  width: 100%;
  order: 2;
  justify-content: end;
}
#top__news .unit-latest .unit-latest-text .tag_list .tag_list-item {
  color: #fff;
  font-size: var(--font-size-13);
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 10px;
  padding: 3px 10px;
}
#top__news .unit-latest .unit-latest-img {
  width: 240px;
  height: 240px;
  margin: unset;
  margin-bottom: var(--margin-20);
  border-radius: 5px;
}
#top__news .unit-latest .unit-latest-img img {
  border-radius: 0 5px 5px 5px;
  border: 1px solid var(--col--main-02);
  outline: 5px solid #fff;
  outline-offset: -6px;
}
#top__news .unit-latest:hover {
  opacity: 0.8;
}
#top__news .com__btn_01 {
  position: absolute;
  width: 165px;
  left: 35px;
  top: 370px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__contact {
  background: var(--separate--leaf--01-a), var(--pattern--texture--01-w2);
}
.com__contact .inner {
  width: 1280px;
}
.com__contact .wrap-contact {
  width: 100%;
  padding: 90px 180px;
  padding-bottom: 110px;
  background: var(--pattern--stripe--01-g);
  border-radius: 20px;
  position: relative;
}
.com__contact .wrap-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__01_5.png) center center/contain no-repeat;
  width: 191px;
  height: 146px;
  right: -20px;
  top: -20px;
}
.com__contact .wrap-contact::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__01_6.png) center center/contain no-repeat;
  width: 179px;
  height: 167px;
  left: -40px;
  bottom: -30px;
}
.com__contact .ttl03 .en img {
  margin-left: var(--margin-35);
}
.com__contact .list-contact {
  gap: 80px;
}
.com__contact .list-contact > .item {
  background: #fff;
  border-radius: 10px;
  width: 420px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com__contact .list-contact > .item .btn-contact {
  position: relative;
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
.com__contact .list-contact > .item .btn-contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 50px;
  height: 40px;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  transition: ease 0.2s;
}
.com__contact .list-contact > .item .btn-contact span {
  position: relative;
  padding-left: var(--margin-40);
}
.com__contact .list-contact > .item .btn-contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_02.png) center center/contain no-repeat;
  width: 25px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.com__contact .list-contact > .item .btn-contact:hover {
  opacity: 0.6;
}
.com__contact .list-contact > .item .btn-contact:hover::before {
  right: 25px;
}
.com__contact .list-contact > .item .tel-attention {
  height: 11px;
}

/* cafe
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* cafe__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cafe__about {
  background: url(/img/common/deco__shape__01_d.png) right bottom 170px no-repeat, var(--separate--block--01-a);
}
#cafe__about .inner {
  padding-bottom: 140px;
  position: relative;
}
#cafe__about .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
  padding-bottom: var(--margin-15);
  border-bottom: 4px dotted var(--col--border-02);
}
#cafe__about .item-img {
  position: absolute;
  top: 280px;
  right: -340px;
}
#cafe__about .item-text {
  width: 490px;
}

/* cafe__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cafe__feature {
  background: url(/img/common/deco__shape__01_e.png) left bottom 80px no-repeat, var(--pattern--texture--01-w2);
}
#cafe__feature .ttl03 {
  margin-bottom: 120px;
  gap: 15px;
}
#cafe__feature .list-feature .item {
  position: relative;
  min-height: 450px;
  margin-bottom: 100px;
}
#cafe__feature .list-feature .item:last-child {
  margin-bottom: 0;
}
#cafe__feature .list-feature .item .ttl04 {
  position: relative;
  padding-bottom: var(--margin-35);
  margin-bottom: var(--margin-25);
  width: 520px;
}
#cafe__feature .list-feature .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__leaf__01_a.png) left center/79px 20px repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#cafe__feature .list-feature .item .ttl04 .ja {
  font-size: var(--font-size-30);
  color: var(--col--main-01);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#cafe__feature .list-feature .item .ttl04 .ja small {
  display: block;
  letter-spacing: 0.05em;
  font-size: var(--font-size-25);
}
#cafe__feature .list-feature .item .item-img {
  position: absolute;
  top: -50px;
}
#cafe__feature .list-feature .item .item-text {
  width: 520px;
}
#cafe__feature .list-feature .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#cafe__feature .list-feature .item:nth-of-type(even) .ttl04 .num {
  position: absolute;
  right: -560px;
  top: -45px;
  z-index: 1;
}
#cafe__feature .list-feature .item:nth-of-type(even) .item-img {
  right: 0;
}
#cafe__feature .list-feature .item:nth-of-type(even) .item-text {
  margin-right: auto;
}
#cafe__feature .list-feature .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#cafe__feature .list-feature .item:nth-of-type(odd) .ttl04 .num {
  position: absolute;
  left: -560px;
  top: -45px;
  z-index: 1;
}
#cafe__feature .list-feature .item:nth-of-type(odd) .item-img {
  left: 0;
}
#cafe__feature .list-feature .item:nth-of-type(odd) .item-text {
  margin-left: auto;
}

/* cafe__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cafe__menu {
  position: relative;
  z-index: 0;
  background: var(--separate--wave--01-a);
}
#cafe__menu .ttl03 {
  margin-bottom: var(--margin-70);
}
#cafe__menu .block-menu {
  margin-bottom: 100px;
}
#cafe__menu .block-menu:last-child {
  margin-bottom: 0;
}
#cafe__menu .block-menu .ttl04 {
  background: var(--pattern--texture--02-g);
  width: 100%;
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: var(--margin-60);
}
#cafe__menu .block-menu .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--M_PLUS);
  color: #fff;
}
#cafe__menu .block-menu .group-menu {
  position: relative;
  margin-bottom: var(--margin-60);
}
#cafe__menu .block-menu .group-menu:last-child {
  margin-bottom: 0;
}
#cafe__menu .block-menu .group-menu .ttl05 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--acc-01);
  margin-bottom: var(--margin-30);
  position: relative;
  padding-left: 36px;
}
#cafe__menu .block-menu .group-menu .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__01_a.png) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 32%;
  translate: 0 -50%;
}
#cafe__menu .block-menu .group-menu .ttl05 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.05em;
}
#cafe__menu .block-menu .group-menu .wrap-block {
  width: 100%;
  gap: 40px;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-img {
  position: relative;
  z-index: 1;
  height: fit-content;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-img::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__01_4.png) center center/contain no-repeat;
  width: 163px;
  height: 190px;
  right: -20px;
  bottom: -10px;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-img .item-img {
  width: 480px;
  height: 380px;
  border-radius: 10px;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text {
  flex: 1;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .item-text {
  margin-bottom: var(--margin-30);
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .list-menu {
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .list-menu .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--border-01);
  margin-bottom: var(--margin-20);
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .list-menu .item:last-child {
  margin-bottom: 0;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .list-menu .item dt {
  width: 300px;
}
#cafe__menu .block-menu .group-menu .wrap-block .wrap-text .list-menu .item dd {
  width: 140px;
  text-align: end;
}

/* cafe__info 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cafe__info {
  background: url(/img/common/deco__shape__01_e.png) left top no-repeat, var(--pattern--texture--01-w2);
}
#cafe__info .inner {
  padding-bottom: var(--margin-50);
}
#cafe__info .ttl03 {
  margin-bottom: var(--margin-40);
}
#cafe__info .item-table {
  margin-bottom: var(--margin-60);
}
#cafe__info .item-table tr th {
  width: 340px;
}
#cafe__info .block-access .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#cafe__info .block-access .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__01_a.png) center center/contain no-repeat;
  width: 22px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#cafe__info .block-access .ttl04 .ja {
  font-family: var(--fot--M_PLUS);
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  font-size: var(--font-size-30);
}
#cafe__info .block-access .item-map {
  width: 100%;
  height: 350px;
  min-height: 200px;
  border-radius: 20px;
}
#cafe__info .block-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* health
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* health__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#health__about {
  background: url(/img/common/deco__shape__01_a_02.png) left 140px bottom 60px no-repeat, var(--separate--wave--01-a), url(/img/common/deco__shape__01_f.png) right top 120px no-repeat;
}
#health__about .inner {
  position: relative;
}
#health__about .ttl03 {
  margin-bottom: var(--margin-70);
}
#health__about .item-img {
  position: absolute;
  right: -100px;
  top: 300px;
}
#health__about .item-text {
  width: 520px;
  margin-bottom: 150px;
}
#health__about .item-text .ttl04 {
  background: var(--pattern--texture--02-g);
  text-align: center;
  padding: 13px 30px;
  border-radius: 5px;
  position: relative;
  margin-bottom: var(--margin-30);
}
#health__about .item-text .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__balloon__01_a.png) center center/contain no-repeat;
  width: 25px;
  height: 22px;
  right: 60px;
  bottom: 0;
  translate: 0 100%;
}
#health__about .item-text .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  color: #fff;
}
#health__about .item-text p {
  margin-bottom: var(--margin-25);
}
#health__about .topic-recommend {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  width: 100%;
  position: relative;
  padding-top: 0;
  border-top: 1px solid transparent;
  box-shadow: 5.657px 5.657px 0px 0px rgba(48, 26, 12, 0.1);
}
#health__about .topic-recommend::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
  height: 190px;
  background: url(/img/common/deco__leaf__01_3.png) left bottom no-repeat, url(/img/common/deco__leaf__01_4.png) right bottom no-repeat;
}
#health__about .topic-recommend .ttl04 {
  background: url(/img/common/deco_ttl__frame__02_a.png) center center/contain no-repeat;
  width: 670px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-40);
  margin-top: -40px;
}
#health__about .topic-recommend .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--M_PLUS);
  color: #fff;
}
#health__about .topic-recommend .list-recommend {
  width: 100%;
}
#health__about .topic-recommend .list-recommend .item {
  border-radius: 10px;
  background: var(--pattern--texture--01-w);
  margin-bottom: 5px;
  padding: 24px;
  padding-left: 120px;
}
#health__about .topic-recommend .list-recommend .item .text {
  position: relative;
  font-size: var(--font-size-20);
  font-family: var(--fot--M_PLUS);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: var(--margin-50);
}
#health__about .topic-recommend .list-recommend .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: -5px;
}
#health__about .topic-recommend .list-recommend .item .text .str-01 {
  color: var(--col--main-01);
}

/* health__product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#health__product {
  background: url(/img/common/deco__shape__01_e.png) left top 20px no-repeat, var(--pattern--texture--01-w2);
}
#health__product .ttl03 {
  margin-bottom: var(--margin-70);
}
#health__product .topic-product {
  gap: 40px;
}
#health__product .topic-product .block-product {
  border-radius: 10px;
      width: calc((100% - 40px) / 2);
  border: 2px solid var(--col--main-02);
  background: #fff;
}
#health__product .topic-product .block-product a {
  width: 100%;
  height: 100%;
  padding: 20px;
  gap: 20px;
  justify-content: space-between;
}
#health__product .topic-product .block-product .wrap-text {
  width: 270px;
}
#health__product .topic-product .block-product .wrap-text .ttl05 {
  padding-bottom: var(--margin-10);
  border-bottom: 1px dashed var(--col--acc-01);
  margin-bottom: var(--margin-20);
  position: relative;
  padding-left: var(--margin-25);
}
#health__product .topic-product .block-product .wrap-text .ttl05::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__01_a_02.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 4px;
}
#health__product .topic-product .block-product .wrap-text .ttl05 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: var(--col--main-01);
  font-family: var(--fot--M_PLUS);
        rotate: 1deg;
}
#health__product .topic-product .block-product .wrap-text .item-price {
  text-align: end;
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--fot--M_PLUS);
  margin-bottom: var(--margin-15);
}
#health__product .topic-product .block-product .wrap-text .item-text {
  overflow: hidden;
  height: 92px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#health__product .topic-product .block-product .wrap-text .item-text p {
  line-height: 1.875;
}
#health__product .topic-product .block-product .item-img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
}
#health__product{
  .pagenation{
    margin: 0 auto;
    margin-top: var(--margin-40);
  }
}


#health__product .cont-product {
  margin-bottom: var(--margin-50);


  .lead-text{
    text-align: left;
    margin-bottom: var(--margin-50);
    p{
      font-size: var(--font-size-16);
      line-height: 2;
    }
  }

  .ttl04 {
    background: var(--pattern--texture--02-g);
    width: 100%;
    padding: 8px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: var(--margin-40);

    .ja {
      font-size: var(--font-size-30);
      font-weight: 700;
      letter-spacing: 0.05em;
      font-family: var(--fot--M_PLUS);
      color: #fff;
    }
  }
}


#health__product .wrap-product{
  gap: 40px;
}








.in__health_post {
  background: var(--separate--leaf--01-a);
}
.in__health_post .wrap-block {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  gap: 30px;
  position: relative;
}
.in__health_post .wrap-block::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__02_b.png) center center/contain no-repeat;
  width: 163px;
  height: 158px;
  left: -60px;
  bottom: -40px;
}
.in__health_post .wrap-block .wrap-text {
  flex: 1;
}
.in__health_post .wrap-block .wrap-text .ttl03 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--acc-01);
  margin-bottom: var(--margin-40);
}
.in__health_post .wrap-block .wrap-text .ttl03 .ja {
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: var(--fot--M_PLUS);
}
.in__health_post .wrap-block .wrap-text .item-price {
  text-align: end;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: var(--fot--M_PLUS);
  margin-bottom: var(--margin-30);
  line-height: 1.5;
}
.in__health_post .wrap-block .wrap-text .item-text {
  background: var(--pattern--texture--01-w);
  padding: 30px 20px;
  border-radius: 10px;
}
.in__health_post .wrap-block .wrap-text .item-text p {
  line-height: 1.875;
}
.in__health_post .wrap-block .item-img {
  width: 410px;
  height: 420px;
}
.in__health_post .wrap-block .item-img img {
  border-radius: 10px;
}

/* other_works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* other_works__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#other_works__about {
  background: var(--separate--block--01-a);
}
#other_works__about .block-works {
  position: relative;
  margin-bottom: 120px;
}
#other_works__about .block-works:last-child {
  margin-bottom: 0;
}
#other_works__about .block-works .ttl03 {
  position: relative;
  padding-bottom: var(--margin-45);
  margin-bottom: var(--margin-20);
  padding-left: var(--margin-70);
  width: 520px;
}
#other_works__about .block-works .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__leaf__02_a.png) center center/contain no-repeat;
  width: 58px;
  height: 51px;
  left: 0;
  top: -15px;
}
#other_works__about .block-works .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/border_img__leaf__01_a.png) left center repeat-x;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
#other_works__about .block-works .ttl03 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  font-family: var(--fot--M_PLUS);
}
#other_works__about .block-works .item-img {
  position: absolute;
  border-radius: 20px;
}
#other_works__about .block-works .item-img img {
  border-radius: 20px;
}
#other_works__about .block-works .item-text {
  width: 520px;
}
#other_works__about .block-works:nth-of-type(odd) .ttl03 {
  margin-right: auto;
}
#other_works__about .block-works:nth-of-type(odd) .item-img {
  top: 0;
  right: 0;
}
#other_works__about .block-works:nth-of-type(odd) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__02_a.png) center center/contain no-repeat;
  width: 120px;
  height: 116px;
  right: -40px;
  bottom: -30px;
}
#other_works__about .block-works:nth-of-type(odd) .item-text {
  margin-right: auto;
}
#other_works__about .block-works:nth-of-type(even) .ttl03 {
  margin-left: auto;
}
#other_works__about .block-works:nth-of-type(even) .item-img {
  left: 0;
  top: 0;
}
#other_works__about .block-works:nth-of-type(even) .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__02_b.png) center center/contain no-repeat;
  width: 120px;
  height: 116px;
  left: -40px;
  bottom: -30px;
}
#other_works__about .block-works:nth-of-type(even) .item-text {
  margin-left: auto;
}
#other_works__about .block-works {
  .com__btn_02::before {
    position: relative;
    content: "";
    position: absolute;
    background: url(/img/common/icon__link__01_a.png) center center / contain no-repeat;
    width: 15px;
    height: 15px;
    right: 30px;
    top: 50%;
    translate: 0 -50%;
    transition:ease 0.2s;
  }
  
  .com__btn_02:hover::before{
        background: url(/img/common/icon__link__01_b.png) center center / contain no-repeat;
  }
}

#other_works__about .block-works .item-calendar {
  width: 800px;
  height: 600px;
  position: relative;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 190px;

  iframe {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .com__btn_02 {
    margin: 0 auto;
    margin-top: var(--margin-40);
  }
}


/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  background: var(--separate--block--01-a);
  position: relative;
  z-index: 0;
}
#about__greeting .inner {
  position: relative;
  padding-bottom: 140px;
}
#about__greeting .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__greeting .item-img {
  position: absolute;
  right: 0;
  top: 270px;
}
#about__greeting .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_a_02.png) center center/contain no-repeat;
  width: 390px;
  height: 390px;
  right: -200px;
  top: -140px;
}
#about__greeting .item-img::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__leaf__03_a.png) center center/contain no-repeat;
  width: 161px;
  height: 165px;
  right: -57px;
  bottom: -37px;
}
#about__greeting .item-text {
  width: 540px;
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq {
  background: url(/img/common/deco__shape__01_e.png) left bottom 60px no-repeat, var(--pattern--texture--01-w2);
}
#about__faq .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__faq .block-post {
  border-radius: 10px;
}
#about__faq .block-post .unit-post {
  position: relative;
  background: var(--pattern--texture--01-w);
  padding: 40px 60px;
  margin-bottom: var(--margin-40);
  border-radius: 10px;
}
#about__faq .block-post .unit-post dt {
  font-size: var(--font-size-20);
  font-family: var(--fot--M_PLUS);
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: var(--margin-25);
  line-height: 1.6;
  position: relative;
  padding-left: 70px;
  min-height: 50px;
}
#about__faq .block-post .unit-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 50px;
  height: 58px;
  left: 0;
  top: -10px;
}
#about__faq .block-post .unit-post dd {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.8;
  position: relative;
  padding-left: 100px;
  padding-top: 30px;
  min-height: 100px;
}
#about__faq .block-post .unit-post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 50px;
  height: 58px;
  left: 20px;
  top: 20px;
}

/* about__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__company {
  position: relative;
  background: url(/img/common/deco__shape__01_c2.png) right bottom 20px no-repeat;
}
#about__company .ttl03 {
  margin-bottom: var(--margin-70);
}
#about__company .item-table {
  margin-bottom: var(--margin-60);
}
#about__company .item-table tr th {
  width: 340px;
}
#about__company .block-access .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding-left: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#about__company .block-access .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__01_a.png) center center/contain no-repeat;
  width: 22px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#about__company .block-access .ttl04 .ja {
  font-family: var(--fot--M_PLUS);
  color: var(--col--main-01);
  letter-spacing: 0.05em;
  font-size: var(--font-size-30);
}
#about__company .block-access .item-map {
  width: 100%;
  height: 350px;
  min-height: 200px;
  border-radius: 20px;
}
#about__company .block-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  }
}


.pagetop{
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 5;
    transition: ease .2s;
}
.pagetop:hover{
    opacity: .6;
    bottom: 10px;
}




/*# sourceMappingURL=style.css.map */