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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  border-top: 7px solid var(--col--main-01);
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 135px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 50px;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  align-items: center;
  padding-right: 50px;
}
#header .group__contact {
  display: flex;
  align-items: center;
}
#header .com__tel {
  flex-direction: column;
  margin-right: var(--margin-30);
  gap: 10px;
}
#header .com__tel .item__num {
  font-size: var(--font-size-38);
}
#header .list__contact {
  display: flex;
  width: fit-content;
  align-items: center;
  margin-left: auto;
  gap: 40px;
}
#header .list__contact > .item.btn__line .com__line {
  --size: 55px;
}
#header .list__contact > .item.btn__facebook .com__facebook {
  --size: 55px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

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

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  width: 1080px;
  background: #fff;
  padding: 40px 20px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  translate: -50% 0;
  border-radius: 15px;
}
#nav .list-nav {
  width: 100%;
  gap: 50px;
  justify-content: center;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item::before {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  right: -30px;
  font-size: 12px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  font-size: var(--font-size-22);
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 135px;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  right: 100px;
  top: 40%;
  translate: 0 -50%;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: 135px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 40%;
  translate: -50% -50%;
  width: 680px;
  height: 100px;
  text-align: center;
  align-content: center;
  font-size: var(--font-size-50);
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--pt--border-01-02);
  border-radius: 8px;
}

.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-renounce_inheritance {
  background: url(/img/sv/sv__renounce_inheritance.png) center center/cover no-repeat;
}

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer nav {
  background: #fff;
  width: 410px;
  height: 260px;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: var(--margin-30);
  margin-left: auto;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  gap: 35px 45px;
  align-content: end;
  height: 200px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  padding-left: 20px;
  font-size: var(--font-size-17);
  font-weight: 900;
}
#footer .list-nav .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__dot_01_01.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav .item a:hover {
  opacity: 0.6;
  color: var(--col--main-01);
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--txt-01);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
#footer .com__times {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: var(--margin-40);
}
#footer .com__times .item {
  display: flex;
  gap: 5px;
  align-items: start;
  flex-direction: row;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
#footer .com__times .item dt {
  width: fit-content;
  justify-content: start;
  position: relative;
  padding-left: 25px;
}
#footer .com__times .item dt::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 2px;
  left: 0;
  top: 5px;
}
#footer .com__times .item dd {
  flex: 1;
}
#footer .com__times .item__add {
  flex-direction: column;
}
#footer .com__times .item__holiday {
  display: inline;
}
#footer .com__times .item__holiday dt,
#footer .com__times .item__holiday dd {
  display: inline;
}
#footer .com__tel {
  flex-direction: column;
}
#footer .com__tel .item__num {
  color: #fff;
  font-size: var(--font-size-26);
}
#footer .com__tel .item__num::before {
  background: url(/img/common/icon__tel_01_02.png) center center/contain no-repeat;
  width: 30px;
  height: 22px;
}
#footer .list__contact {
  display: flex;
  width: fit-content;
  margin-left: auto;
  gap: 35px;
  margin-bottom: var(--margin-30);
}
#footer .list__contact > .item.btn__line .com__line {
  --size: 40px;
}
#footer .list__contact > .item.btn__facebook .com__facebook {
  --size: 40px;
}
#footer .list__contact > .item a {
  transition: ease 0.2s;
}
#footer .list__contact > .item a:hover {
  opacity: 0.6;
}
#footer .list__links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}
#footer .list__links > .item {
  width: 220px;
  height: 60px;
  border-radius: 6px;
}
#footer .list__links > .item a {
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
#footer .list__links > .item a:hover {
  opacity: 0.6;
}
#footer .list__links .btn__official {
  background: var(--col--acc-01);
  color: #fff;
}
#footer .list__links .btn__reserve {
  border: 4px solid #fff;
  color: #fff;
}
#footer .list__links .btn__reserve span {
  position: relative;
  padding-left: 30px;
}
#footer .list__links .btn__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_01.png) center center/contain no-repeat;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .wrap__copy {
  background: #dff2dc;
}
#footer .wrap__copy .inner {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
}
#footer .wrap__copy .list__other_page {
  display: flex;
  justify-content: end;
}
#footer .wrap__copy .list__other_page .item {
  font-size: var(--font-size-14);
}
#footer .wrap__copy .list__other_page .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}
#footer .wrap__copy .list__other_page .item:last-child::after {
  display: none;
}
#footer .wrap__copy .list__other_page .item {
  transition: ease 0.2s;
}
#footer .wrap__copy .list__other_page .item:hover {
  color: var(--col--main-01);
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  position: relative;
  z-index: 0;
}
#top__worries .inner {
  padding-block: 140px;
  width: 1280px;
}
#top__worries .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__worries .ttl03 .ttl__ja .str-01 {
  font-size: 70px;
  color: var(--col--main-01);
  background: linear-gradient(180deg, rgba(223, 242, 220, 0) 70%, #dff2dc 70%);
}
#top__worries .cont__worries {
  width: 1080px;
  margin-inline: auto;
  margin-bottom: 100px;
  position: relative;
}
#top__worries .cont__worries::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__ill_01.png) center center/contain no-repeat;
  width: 160px;
  height: 283px;
  left: -120px;
  bottom: 0;
}
#top__worries .cont__worries::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__ill_02.png) center center/contain no-repeat;
  width: 160px;
  height: 269px;
  right: -120px;
  bottom: 0;
}
#top__worries .cont__worries .list__worries {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#top__worries .cont__worries .list__worries > .item {
  width: calc((100% - 20px) / 2);
  line-height: 75px;
  position: relative;
  background: #f0f0f0;
  border-radius: 6px;
  padding-left: 65px;
}
#top__worries .cont__worries .list__worries > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 25px;
  top: 25px;
}
#top__worries .cont__worries .list__worries > .item .text {
  font-size: var(--font-size-25);
  font-weight: 900;
  letter-spacing: 0;
}
#top__worries .cont__subpages {
  position: relative;
  width: 1180px;
  margin-inline: auto;
}
#top__worries .cont__subpages::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__deco_01.png) center center/contain no-repeat;
  width: 269px;
  height: 268px;
  right: -170px;
  top: 0;
}
#top__worries .cont__subpages::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__deco_02.png) center center/contain no-repeat;
  width: 269px;
  height: 268px;
  left: -200px;
  bottom: 90px;
}
#top__worries .cont__subpages .list__subpages {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
#top__worries .cont__subpages .list__subpages > .item {
  position: relative;
  z-index: 0;
  height: 360px;
  width: calc((100% - 50px) / 2);
}
#top__worries .cont__subpages .list__subpages > .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 30px;
  border-radius: 15px;
  overflow: hidden;
}
#top__worries .cont__subpages .list__subpages > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__link_bg_01.png) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  z-index: -1;
  transition: ease 0.2s;
}
#top__worries .cont__subpages .list__subpages > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_01.png) center center/contain no-repeat;
  width: 31px;
  height: 37px;
  right: 20px;
  bottom: 20px;
}
#top__worries .cont__subpages .list__subpages > .item a:hover::before {
  scale: 1.1;
}
#top__worries .cont__subpages .list__subpages > .item .ttl04 {
  text-align: center;
}
#top__worries .cont__subpages .list__subpages > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-45);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}
#top__worries .cont__subpages .list__subpages .item__renounce a::before {
  background: url(/img/top/top__worries__link_bg_01.png) center center/cover no-repeat;
}
#top__worries .cont__subpages .list__subpages .item__inheritance a::before {
  background: url(/img/top/top__worries__link_bg_02.png) center center/cover no-repeat;
}
#top__worries .cont__subpages .list__subpages .item__planning a::before {
  background: url(/img/top/top__worries__link_bg_03.png) center center/cover no-repeat;
}
#top__worries .cont__subpages .list__subpages .item__case a::before {
  background: url(/img/top/top__worries__link_bg_04.png) center center/cover no-repeat;
}

/* top__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__intro {
  background: url(/img/top/top__intro__bg_deco_01.png) right top no-repeat, var(--pt--border-01-01);
}
#top__intro .inner {
  width: 1280px;
  position: relative;
  padding-block: 140px 160px;
}
#top__intro .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__intro__ill_01.png) left bottom no-repeat;
  width: 260px;
  height: 303px;
  left: -200px;
  bottom: 0;
}
#top__intro .ttl03 {
  width: 100%;
  background: #fff;
  border-block: 3px solid var(--col--main-01);
  padding-block: 35px;
  text-align: center;
  margin-bottom: var(--margin-70);
}
#top__intro .ttl03 .ttl__ja {
  position: relative;
  font-size: 50px;
}
#top__intro .ttl03 .ttl__ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 42px;
  height: 43px;
  left: -60px;
  top: 50%;
  translate: 0 -50%;
}
#top__intro .ttl03 .ttl__ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_02.png) center center/contain no-repeat;
  width: 42px;
  height: 43px;
  right: -60px;
  top: 50%;
  translate: 0 -50%;
}
#top__intro .ttl03 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#top__intro .cont__about {
  position: relative;
}
#top__intro .cont__about .item__img {
  position: absolute;
  right: 0;
  top: 0;
}
#top__intro .cont__about .item__text {
  position: relative;
  margin-left: 100px;
}

/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/top__contact__bg_01.jpg) center center/cover no-repeat;
}
#top__contact .inner {
  width: 1280px;
}
#top__contact .wrap__contact {
  position: relative;
  padding-block: 110px 100px;
  padding-inline: 110px;
  overflow: hidden;
  background: url(/img/common/deco__dot_01_01.png) left 40px top 40px no-repeat, url(/img/common/deco__dot_01_01.png) right 40px top 40px no-repeat, url(/img/common/deco__dot_01_01.png) right 40px bottom 40px no-repeat, url(/img/common/deco__dot_01_01.png) left 40px bottom 40px no-repeat, #fff;
  border-radius: 20px;
}
#top__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__iil_01.png) center center/contain no-repeat;
  width: 290px;
  height: 225px;
  left: 120px;
  bottom: -10px;
}
#top__contact .wrap__contact::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__contact__iil_02.png) center center/contain no-repeat;
  width: 200px;
  height: 253px;
  right: 170px;
  bottom: -10px;
}
#top__contact .wrap__contact .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__contact .wrap__contact .list__contact {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: var(--margin-40);
}
#top__contact .wrap__contact .list__contact > .item {
  width: calc((100% - 60px) / 3);
  height: 100px;
  border-radius: 6px;
}
#top__contact .wrap__contact .list__contact > .item a {
  width: 100%;
  height: 100%;
}
#top__contact .wrap__contact .list__contact > .item .btn__contact span {
  position: relative;
  padding-left: 50px;
}
#top__contact .wrap__contact .list__contact > .item .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_03.png) center center/contain no-repeat;
  width: 34px;
  height: 34px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .wrap__contact .list__contact > .item .btn__line span {
  position: relative;
  padding-left: 50px;
}
#top__contact .wrap__contact .list__contact > .item .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#top__contact .wrap__contact .list__contact .item__tel {
  background: var(--col--main-02);
  display: flex;
  align-items: center;
  justify-content: center;
}
#top__contact .wrap__contact .btn__reserve {
  margin-inline: auto;
  width: 420px;
  height: 120px;
  font-size: 28px;
}
#top__contact .wrap__contact .btn__reserve span {
  position: relative;
  padding-left: 55px;
}
#top__contact .wrap__contact .btn__reserve span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__calendar_01_02.png) center center/contain no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag .item {
  color: #fff;
  font-weight: 900;
  font-size: var(--font-size-15);
  letter-spacing: 0.05em;
  background: var(--col--acc-01);
  width: 80px;
  height: 25px;
  text-align: center;
  align-content: center;
}

.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-18);
  font-weight: 900;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 900;
}
.com__latest .list__tag {
  order: 2;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
  outline: 3px solid #b6b6b6;
  border-radius: 6px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

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

#top__news {
  background: url(/img/top/top__news__bg_deco_01.png) right top no-repeat, url(/img/top/top__news__bg_deco_02.png) left bottom no-repeat;
}
#top__news .inner {
  position: relative;
  padding-block: 140px;
}
#top__news .ttl03 {
  margin-bottom: 70px;
}
#top__news .cont__latest {
  display: flex;
  gap: 60px;
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 120px) / 3);
  align-items: start;
  height: fit-content;
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
#top__news .cont__latest .block__latest a {
  flex-direction: column-reverse;
  gap: 20px;
}
#top__news .cont__latest .block__latest .group__info .item__ttl {
  line-height: 1.5;
  overflow: hidden;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: wrap;
}
#top__news .cont__latest .block__latest .group__info .item__time {
  margin-bottom: var(--margin-10);
}
#top__news .cont__latest .block__latest .group__info .list__tag {
  margin-bottom: var(--margin-10);
}
#top__news .cont__latest .block__latest .group__img {
  width: 100%;
  height: 280px;
  border-radius: 12px;
  outline: 5px solid #b6b6b6;
}
#top__news .cont__latest .block__latest:hover {
  opacity: 0.7;
  top: -5px;
  right: 0;
}
#top__news .com__btn_01 {
  position: absolute;
  top: 125px;
  right: 0;
}
#contents-u .cont-latest .com__latest {
  margin-bottom: var(--margin-40);
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
#contents-u .cont-latest .com__latest:last-child {
  margin-bottom: 0;
}
#contents-u .cont-latest .com__latest .group__info .item__ttl {
  order: 2;
  margin-bottom: var(--margin-10);
}
#contents-u .cont-latest .com__latest .group__info .item__time {
  order: 1;
  margin-bottom: var(--margin-10);
}
#contents-u .cont-latest .com__latest .group__info .list__tag {
  order: 3;
}
#contents-u .cont-latest .com__latest:hover {
  opacity: 0.7;
  right: -5px;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  background: #f0f0f0;
  position: relative;
  z-index: 0;
}
#top__info .inner {
  padding-block: 140px 160px;
}
#top__info .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-70);
}
#top__info .cont__info {
  position: relative;
}
#top__info .cont__info::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__deco_01.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  right: -100px;
  top: -100px;
}
#top__info .cont__info .wrap__table {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  border: 3px solid var(--col--acc-02);
  border-radius: 10px;
  margin-bottom: var(--margin-55);
}
#top__info .cont__info .item__table {
  width: 100%;
}
#top__info .cont__info .item__table tr {
  width: 100%;
}
#top__info .cont__info .item__table tr th,
#top__info .cont__info .item__table tr td {
  font-size: var(--font-size-18);
  font-weight: 900;
  line-height: 1.5;
  padding-inline: 30px;
  padding-block: 20px;
  letter-spacing: 0.05em;
}
#top__info .cont__info .item__table tr th {
  background: var(--col--acc-02);
  color: #fff;
  border-bottom: 3px solid #fff;
  width: 260px;
}
#top__info .cont__info .item__table tr td {
  border-bottom: 3px solid var(--col--acc-02);
  background: #fff;
}
#top__info .cont__info .item__table tr:last-of-type th,
#top__info .cont__info .item__table tr:last-of-type td {
  border-bottom: unset;
}
#top__info .cont__info .item__table .wrap__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
#top__info .cont__info .item__map {
  width: 100%;
  height: 360px;
  position: relative;
}
#top__info .cont__info .item__map::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__deco_02.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
}

/* common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* common__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__worries .inner {
  position: relative;
  padding-block: 120px 165px;
}
.common__worries .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
.common__worries .ttl03 .ttl__ja .str-01 {
  color: var(--col--main-01);
}
.common__worries .cont__worries .list__worries {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common__worries .cont__worries .list__worries > .item {
  width: calc((100% - 20px) / 2);
  background: #f0f0f0;
  padding: 20px;
  position: relative;
  padding-left: 55px;
}
.common__worries .cont__worries .list__worries > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_02.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  left: 25px;
  top: 20px;
}
.common__worries .cont__worries .list__worries > .item .text {
  font-size: var(--font-size-18);
  font-weight: 900;
  letter-spacing: 0;
}

#renounce_inheritance__worries .inner {
  position: relative;
}
#renounce_inheritance__worries .inner::before {
  content: "";
  position: absolute;
  background: url(/img/renounce_inheritance/renounce_inheritance__worries__ill_01.png) center center/contain no-repeat;
  width: 140px;
  height: 231px;
  left: 0;
  bottom: 0;
}
#renounce_inheritance__worries .inner::after {
  content: "";
  position: absolute;
  background: url(/img/renounce_inheritance/renounce_inheritance__worries__ill_02.png) center center/contain no-repeat;
  width: 195px;
  height: 233px;
  right: 0;
  bottom: 0;
}

#estate_inheritance__worries .inner {
  position: relative;
}
#estate_inheritance__worries .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/estate_inheritance/estate_inheritance__worries__ill_01.png) center center/contain no-repeat;
  width: 145px;
  height: 254px;
  left: -100px;
  bottom: 0;
}
#estate_inheritance__worries .inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/estate_inheritance/estate_inheritance__worries__ill_02.png) center center/contain no-repeat;
  width: 145px;
  height: 243px;
  right: -100px;
  bottom: 0;
}

#planning__worries .inner {
  position: relative;
}
#planning__worries .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/planning/planning__worries__ill_01.png) center center/contain no-repeat;
  width: 140px;
  height: 231px;
  left: -100px;
  bottom: 0;
}
#planning__worries .inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/planning/planning__worries__ill_02.png) center center/contain no-repeat;
  width: 195px;
  height: 233px;
  right: -100px;
  bottom: 0;
}

#case__worries .inner {
  position: relative;
}
#case__worries .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/case/case__worries__ill_01.png) center center/contain no-repeat;
  width: 140px;
  height: 231px;
  left: -100px;
  bottom: 0;
}
#case__worries .inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/case/case__worries__ill_02.png) center center/contain no-repeat;
  width: 195px;
  height: 233px;
  right: -100px;
  bottom: 0;
}

/* common__list
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__list_01 {
  --color: var(--col--main-01);
}
.common__list_01 .list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.common__list_01 .list .item {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 5px solid var(--color);
  padding: 60px 80px;
  padding-right: 60px;
  gap: 60px;
}
.common__list_01 .list .item .group__text {
  flex: 1;
}
.common__list_01 .list .item .ttl04 {
  margin-bottom: var(--margin-40);
}
.common__list_01 .list .item .ttl04 .ttl__num {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: var(--color);
  width: 80px;
  height: 80px;
  border-radius: 5px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}
.common__list_01 .list .item .ttl04 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 900;
  line-height: 1.5;
  color: var(--color);
}
.common__list_01 .list .item .item__img {
  width: max-content;
  max-width: 370px;
  width: 370px;
  text-align: center;
}

/* renounce_inheritance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* renounce_inheritance__note
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#renounce_inheritance__note {
  background: var(--pt--border-01-01);
  position: relative;
  z-index: 0;
}
#renounce_inheritance__note .inner {
  padding-block: 120px 140px;
}
#renounce_inheritance__note .ttl03 {
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--margin-50);
}
#renounce_inheritance__note .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_01.png) center center/contain no-repeat;
  width: 42px;
  height: 43px;
  left: -10px;
  bottom: 0;
  translate: -100% 0;
}
#renounce_inheritance__note .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__shine_01_02.png) center center/contain no-repeat;
  width: 42px;
  height: 43px;
  right: -10px;
  bottom: 0;
  translate: 100% 0;
}
#renounce_inheritance__note .item__text_lead {
  margin-bottom: var(--margin-50);
  text-align: center;
}
#renounce_inheritance__note .cont__note {
  position: relative;
}
#renounce_inheritance__note .cont__note::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/renounce_inheritance/renounce_inheritance__note__deco_01.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  right: -90px;
  top: -80px;
}
#renounce_inheritance__note .cont__note::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/renounce_inheritance/renounce_inheritance__note__deco_02.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  left: -90px;
  bottom: -80px;
}
#renounce_inheritance__note .cont__note .list__note {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
#renounce_inheritance__note .cont__note .list__note > .item {
  width: calc((100% - 50px) / 2);
  min-height: 295px;
  background: url(/img/common/deco__dot_01_02.png) left 25px top 25px no-repeat, url(/img/common/deco__dot_01_02.png) right 25px top 25px no-repeat, url(/img/common/deco__dot_01_02.png) right 25px bottom 25px no-repeat, url(/img/common/deco__dot_01_02.png) left 25px bottom 25px no-repeat, #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  border-radius: 6px;
}
#renounce_inheritance__note .cont__note .list__note > .item .ttl04 {
  margin-inline: auto;
  text-align: center;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#renounce_inheritance__note .cont__note .list__note > .item .ttl04 .ttl__ja {
  line-height: 1.5;
  font-weight: 900;
  font-size: var(--font-size-35);
  color: var(--col--main-01);
}
/* renounce_inheritance__method
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#renounce_inheritance__method .inner {
  position: relative;
}
#renounce_inheritance__method .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/renounce_inheritance/renounce_inheritance__method__ill_01.png) center center/contain no-repeat;
  width: 260px;
  height: 303px;
  right: -130px;
  bottom: 0;
}
#renounce_inheritance__method .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#renounce_inheritance__method .ttl03 .ttl__ja {
  line-height: 1.5;
}
#renounce_inheritance__method .cont__method .list > .item .item__text p {
  line-height: 2.1;
  font-size: var(--font-size-18);
}

/* estate_inheritance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* estate_inheritance__attention
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#estate_inheritance__attention {
  background: url(/img/estate_inheritance/estate_inheritance__attention__bg_deco_01.png) left bottom no-repeat, var(--pt--border-01-01);
}
#estate_inheritance__attention .inner {
  padding-block: 140px;
}
#estate_inheritance__attention .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-90);
}
#estate_inheritance__attention .cont__about {
  position: relative;
}
#estate_inheritance__attention .cont__about .item__img {
  position: absolute;
  right: 0;
}
#estate_inheritance__attention .cont__about .item__text {
  width: 570px;
}
#estate_inheritance__attention .cont__about .item__text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
}

/* estate_inheritance__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#estate_inheritance__about .inner {
  padding-block: 140px;
}
#estate_inheritance__about .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-90);
}
#estate_inheritance__about .cont__about {
  position: relative;
}
#estate_inheritance__about .cont__about .item__img {
  position: absolute;
  left: -100px;
}
#estate_inheritance__about .cont__about .item__text {
  width: 530px;
  margin-left: auto;
}
#estate_inheritance__about .cont__about .item__text p {
  font-size: var(--font-size-18);
  line-height: 2.2;
}

/* estate_inheritance__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#estate_inheritance__works {
  background: url(/img/estate_inheritance/estate_inheritance__works__bg_deco_01.png) right top no-repeat, url(/img/estate_inheritance/estate_inheritance__works__bg_deco_02.png) left bottom no-repeat, #f0f0f0;
}
#estate_inheritance__works .inner {
  padding-block: 140px;
}
#estate_inheritance__works .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-70);
}
#estate_inheritance__works .cont__works .list__works {
  width: 100%;
  gap: 80px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#estate_inheritance__works .cont__works .list__works > .item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 450px;
  gap: 20px;
}
#estate_inheritance__works .cont__works .list__works > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 800;
}
/* planning
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* planning__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#planning__about {
  background: url(/img/planning/planning__about__bg_deco_01.png) left bottom no-repeat, var(--pt--border-01-01);
}
#planning__about .inner {
  padding-block: 140px 240px;
}
#planning__about .ttl03 {
  margin-bottom: var(--margin-50);
}
#planning__about .cont__about {
  position: relative;
}
#planning__about .cont__about .item__img {
  position: absolute;
  top: -100px;
  right: -100px;
}
#planning__about .cont__about .item__text {
  width: 505px;
}
#planning__about .cont__about .item__text p {
  line-height: 2.1;
  font-size: var(--font-size-18);
}

/* planning__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#planning__case .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#planning__case .ttl03 .ttl__ja {
  line-height: 1.5;
}
#planning__case .ttl03 .ttl__ja .str-01 {
  color: var(--col--main-01);
}
#planning__case .cont__case .list > .item {
  flex-direction: row-reverse;
}
#planning__case .cont__case .list > .item .item__text p {
  line-height: 2.1;
  font-size: var(--font-size-18);
}

/* planning__family
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#planning__family {
  background: #f0f0f0;
  position: relative;
  z-index: 0;
}
#planning__family .inner {
  padding-block: 140px 110px;
}
#planning__family .ttl03 {
  margin-bottom: var(--margin-60);
  margin-top: 50px;
}
#planning__family .cont__about {
  position: relative;
  min-height: 320px;
  border-top: 1px solid transparent;
}
#planning__family .cont__about .item__img {
  position: absolute;
  right: -60px;
  top: -180px;
}
#planning__family .cont__about .item__img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/planning/planning__family__deco_01.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  right: -70px;
  top: -70px;
}
#planning__family .cont__about .item__text {
  width: 505px;
  position: relative;
}
#planning__family .cont__about .item__text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/planning/planning__family__deco_02.png) center center/contain no-repeat;
  width: 200px;
  height: 200px;
  left: -110px;
  bottom: -150px;
}
#planning__family .cont__about .item__text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
}

/* planning__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#planning__merit .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#planning__merit .ttl03 .ttl__ja .str-01 {
  color: var(--col--acc-01);
}
#planning__merit .cont__case {
  --color: var(--col--acc-01);
}
#planning__merit .cont__case .list > .item {
  flex-direction: row-reverse;
}
#planning__merit .cont__case .list > .item .item__text p {
  font-size: var(--font-size-18);
  line-height: 2.1;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case__view {
  background: var(--pt--border-01-01);
}
#case__view .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#case__view .cont__post {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#case__view .cont__post .block__post {
  background: #fff;
  border-radius: 15px;
  padding: 60px 70px;
}
#case__view .cont__post .block__post .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 3px solid var(--col--main-01);
  margin-bottom: var(--margin-30);
}
#case__view .cont__post .block__post .ttl04 .ttl__ja {
  font-weight: 900;
  font-size: var(--font-size-25);
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: var(--col--main-01);
}
#case__view .cont__post .block__post .group__property {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 25px;
  margin-bottom: var(--margin-30);
}
#case__view .cont__post .block__post .group__property > .item {
  gap: 8px;
  display: flex;
  align-items: center;
  width: fit-content;
}
#case__view .cont__post .block__post .group__property > .item dt,
#case__view .cont__post .block__post .group__property > .item dd {
  font-weight: 800;
  font-size: var(--font-size-20);
  padding: 3px 8px;
}
#case__view .cont__post .block__post .group__property > .item dt {
  border-right: 4px;
  background: #f0f0f0;
}
#case__view .cont__post .block__post .group__propose {
  position: relative;
  margin-bottom: var(--margin-30);
}
#case__view .cont__post .block__post .group__propose .ttl05 {
  background: var(--col--acc-01);
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: var(--margin-20);
  border-radius: 4px;
}
#case__view .cont__post .block__post .group__propose .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 900;
}
#case__view .cont__post .block__post .group__solution .ttl05 {
  background: var(--col--acc-02);
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: var(--margin-20);
  border-radius: 4px;
}
#case__view .cont__post .block__post .group__solution .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 900;
}
.pagetop {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 10px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

.fixed_bnr {
  z-index: 5;
  position: fixed;
  right: 0px;
  bottom: 150px;
  transition: ease 0.3s;
}
.fixed_bnr:hover {
  opacity: 0.6;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .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;
  }
}