@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: 30px;
}
@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;
  background: var(--pt--texture__a_w_01);
  padding: 4vw 7vw;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 4vw;
  }
  #header .item-logo img {
    height: 7vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#header .com__tel {
  margin-right: var(--margin-20);
}
#header .com__times_02 {
  margin-right: var(--margin-20);
}
#header .com__btn_01 {
  --width: 195px;
  --height: 40px;
  margin-right: var(--margin-20);
  font-size: var(--font-size-14);
  border-radius: 1.5vw;
}
#header .com__line {
  --size: 34px;
}

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

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background: var(--pt--texture__a_w_02);
}
#mv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__bg_deco_01.png) center center/cover no-repeat;
  width: 100%;
  height: 20vw;
  bottom: -1px;
  left: 0;
}
#mv::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__bg_deco_02.png) center center/cover no-repeat;
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
}
#mv .swiper-wrapper {
  width: 95% !important;
  height: 91vw;
  overflow: hidden;
  border-radius: 1.5vw;
  position: absolute;
  bottom: 0;
  left: 60%;
  translate: -50% 0;
}
#mv .swiper-wrapper .swiper-slide img {
  height: 100%;
  position: relative;
  left: -30vw;
  max-width: unset;
}
#mv .mv-catch {
  z-index: 5;
  position: absolute;
  left: 0vw;
  bottom: 0vw;
}
#mv .mv-catch img {
  width: 37vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 40vw;
  overflow: hidden;
}
#sv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__bg_deco_01.png) center center/cover no-repeat;
  width: 90%;
  height: 20vw;
  bottom: -1px;
  left: 0;
}
#sv::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__bg_deco_02.png) center center/cover no-repeat;
  width: 90%;
  height: 20vw;
  bottom: 0;
  left: 0;
}
#sv .sv-img {
  position: absolute;
  width: 90%;
  height: 40vw;
  top: 0;
  left: 56%;
  translate: -50% 0;
  border-radius: 1.5vw;
}
#sv .sv-catch {
  position: absolute;
  left: -5vw;
  top: 60%;
  translate: 0 -50%;
}
#sv .sv-catch .pc-catch {
  display: none;
}
#sv .sv-catch .sp-catch {
  padding: 1vw 3vw;
  font-size: 4.7vw;
  color: #fff;
  font-family: var(--fot--Hina-Mincho);
  background: var(--col--main-01);
  background: var(--pt--texture__a_v_01);
  border-radius: 1.5vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

.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;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--base-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}
#footer .item-logo img {
  height: 9vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-bottom: var(--margin-50);
  padding-top: 8vw;
}
@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 .com__times {
  gap: 3vw;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4vw;
}
#footer .item-address {
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#footer .list-nav {
  gap: 3vw 5vw;
  height: 190px;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  padding-left: 1em;
  font-size: var(--font-size-15);
}
#footer .list-nav-item a::before {
  color: var(--col--main-01);
  content: "●";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  margin: 0 auto;
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  color: var(--col--txt-01);
  padding-bottom: var(--margin-40);
  text-align: center;
  font-size: 2.5vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: var(--pt--texture__a_v_03);
}
#top__worries .inner {
  padding: 5vw 0 5vw;
}
#top__worries .ttl03 {
  margin: 0 auto;
}
#top__worries .ttl03 .ja {
  margin: 0 auto;
  font-family: var(--fot--Hina-Mincho);
  font-size: var(--font-size-40);
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: var(--margin-30);
}
#top__worries .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  translate: -100% 0;
  left: -3vw;
  bottom: 1vw;
}
#top__worries .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  translate: 100% 0;
  right: -3vw;
  bottom: 1vw;
}
#top__worries .ttl03 .ja img {
  vertical-align: baseline;
  position: relative;
  bottom: -2.9vw;
  margin: 0 0.2vw;
  height: 11vw;
}
#top__worries .list-worries {
  background: url(/img/top/top__worries__illust_01.png) center top/70vw no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  padding-top: 45vw;
  gap: 3vw 5vw;
}
#top__worries .list-worries-item {
  background: var(--pt--texture__a_w_01);
  border-radius: 1.5vw;
  padding: 3.5vw 2vw;
  width: 100%;
}
#top__worries .list-worries-item .text {
  position: relative;
  padding-left: 7vw;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#top__worries .list-worries-item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 0vw;
}
#top__worries .list-worries-item .text .str-01 {
  color: var(--col--main-01);
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  z-index: 0;
  position: relative;
  background: url(/img/top/top__solution__separate_b.png) center bottom/110% 12vw no-repeat, var(--pt--texture__a_w_01);
}
#top__solution::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__arrow_01.png) center center/contain no-repeat;
  width: 31vw;
  height: 6vw;
  left: 50%;
  translate: -50% 0;
  top: 0vw;
}
#top__solution .inner {
  padding: 5vw 0 12vw;
  padding-top: 15vw;
  position: relative;
}
#top__solution .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__bg_img_01.png) center center/contain no-repeat;
  width: 30vw;
  height: 31vw;
  right: -5vw;
  top: 3vw;
}
#top__solution .ttl03 {
  margin: 0 auto;
  margin-right: 23vw;
  margin-bottom: var(--margin-50);
  position: relative;
  margin-top: 5vw;
}
#top__solution .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__ttl_deco_01.png) center center/contain no-repeat;
  width: 38vw;
  height: 18vw;
  left: -16vw;
  top: -11vw;
}
#top__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__ttl_deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: -4vw;
  top: 9vw;
}
#top__solution .ttl03 .ja {
  font-size: var(--font-size-60);
  letter-spacing: 0.18em;
}
#top__solution .ttl03 .ja img {
  height: 16vw;
}
#top__solution .wrap-about {
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#top__solution .wrap-about .item-movie {
  position: relative;
}
#top__solution .wrap-about .item-movie::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__movie_deco_01.png) center center/contain no-repeat;
  width: 26vw;
  height: 13vw;
  right: 0vw;
  top: 0vw;
  translate: 0 -100%;
}
#top__solution .wrap-about .item-movie::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__movie_deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  bottom: 0vw;
}
#top__solution .wrap-about .item-text {
  position: relative;
  width: 100%;
}
#top__solution .wrap-about .item-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__text_deco_01.png) center center/contain no-repeat;
  width: 55vw;
  height: 68vw;
  left: -21vw;
  top: -23vw;
}

/* top__about_closed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about_closed {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_y_01);
}
#top__about_closed .inner {
  position: relative;
  padding: 10vw 0 var(--margin-30);
}
#top__about_closed .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__about_closed__deco_01.png) center center/contain no-repeat;
  width: 63vw;
  height: 61vw;
  left: 3vw;
  top: 32vw;
}
#top__about_closed .ttl03 {
  position: absolute;
  left: 0;
  margin-bottom: var(--margin-50);
}
#top__about_closed .ttl03 img {
  width: 19vw;
}
#top__about_closed .item-text {
  width: 65%;
  margin-left: auto;
  margin-top: 17vw;
  margin-bottom: 7vw;
}
#top__about_closed .item-text p {
  font-size: 3.6vw;
}
#top__about_closed .item-text br {
  display: none;
}
#top__about_closed .list-images {
  position: relative;
  width: 100%;
  height: 55vw;
  margin-left: auto;
}
#top__about_closed .list-images-item {
  position: absolute;
}
#top__about_closed .list-images-item:nth-of-type(1) {
  left: 0;
  bottom: 0;
  width: 40vw;
  z-index: 1;
}
#top__about_closed .list-images-item:nth-of-type(2) {
  right: 0;
  top: 0;
  width: 75vw;
}

/* top__about_cemetery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about_cemetery {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_y_01);
}
#top__about_cemetery .inner {
  position: relative;
  padding: 1vw 0 7vw;
}
#top__about_cemetery .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__about_cemetery__deco_01.png) center center/contain no-repeat;
  width: 63vw;
  height: 61vw;
  right: 25.5vw;
  top: 0vw;
}
#top__about_cemetery .ttl03 {
  position: absolute;
  right: 0;
  margin-bottom: var(--margin-50);
  margin-bottom: var(--margin-50);
}
#top__about_cemetery .ttl03 img {
  width: 27vw;
}
#top__about_cemetery .item-text {
  width: 68%;
  margin-right: auto;
  margin-top: 19vw;
  margin-bottom: 7vw;
}
#top__about_cemetery .item-text p {
  font-size: 3.6vw;
}
#top__about_cemetery .item-text br {
  display: none;
}
#top__about_cemetery .list-images {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-left: auto;
}
#top__about_cemetery .list-images-item {
  position: absolute;
}
#top__about_cemetery .list-images-item:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 70vw;
  z-index: 1;
}
#top__about_cemetery .list-images-item:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 40vw;
}
#top__about_cemetery .list-images-item:nth-of-type(2)::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__about_cemetery__img_deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 8vw;
  right: 0vw;
  top: 0vw;
  translate: 0 -100%;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  background: var(--pt--separate__wave__a_y_t), var(--pt--texture__a_w_02);
}
#top__info .inner {
  padding-top: 17vw;
  padding-bottom: 7vw;
}
#top__info .ttl03 {
  z-index: 0;
  margin: 0 auto;
  margin-bottom: var(--margin-80);
}
#top__info .ttl03 img {
  height: 8vw;
}
#top__info .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__info__ttl_deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 10vw;
  left: -2vw;
  top: 3vw;
  translate: -100% 0;
}
#top__info .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__info__ttl_deco_03.png) center center/contain no-repeat;
  width: 15vw;
  height: 5vw;
  right: -2vw;
  top: -3vw;
  translate: 100% 0;
}
#top__info .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__ttl_deco_01.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__info .topic-info .wrap-info {
  --column-gap: 5vw;
  --row-gap: 0px;
  margin-bottom: var(--margin-70);
}
#top__info .topic-info .wrap-info .item-table {
  margin-bottom: 5vw;
}
#top__info .topic-info .wrap-info .item-map {
  width: 100%;
  height: 370px;
  border-radius: 1.5vw;
}
#top__info .topic-info .wrap-info .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
}
#top__info .topic-access {
  position: relative;
  padding-bottom: var(--margin-50);
}
#top__info .topic-access::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__img__a_01.png) repeat-x;
  width: 100%;
  height: 1vw;
  bottom: 0;
}
#top__info .topic-access .ttl04 {
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__info .topic-access .ttl04 .ja {
  position: relative;
  gap: 3vw;
  font-family: var(--fot--Hina-Mincho);
  font-size: var(--font-size-30);
  letter-spacing: 0.12em;
  color: var(--col--main-01);
}
#top__info .topic-access .ttl04 .ja::before {
  content: "";
  position: relative;
  background: url(/img/common/border__img__a_01.png) repeat-x;
  flex: 1;
  height: 1vw;
}
#top__info .topic-access .ttl04 .ja::after {
  content: "";
  position: relative;
  background: url(/img/common/border__img__a_01.png) repeat-x;
  flex: 1;
  height: 1vw;
}
#top__info .topic-access .list-access {
  position: relative;
}
#top__info .topic-access .list-access-item {
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__info .topic-access .list-access-item:last-child {
  margin-bottom: 0;
}
#top__info .topic-access .list-access-item .ttl05 {
  position: relative;
  padding-left: 70px;
}
#top__info .topic-access .list-access-item .ttl05 .icon {
  position: absolute;
  left: 0;
}
#top__info .topic-access .list-access-item .ttl05 .icon img {
  height: 12vw;
}
#top__info .topic-access .list-access-item .ttl05 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__info .topic-access .list-access-item .item-text {
  padding-left: 70px;
}
#top__info .topic-access .list-access-item .item-text br {
  display: none;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_w_02);
}
#top__subpages::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--pt--texture__a_y_01);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vw;
}
#top__subpages .inner {
  padding-top: 7vw;
}
#top__subpages .list-subpages {
  position: relative;
  z-index: 0;
  --num: 1;
  --column-gap: 10vw;
  --row-gap: 5vw;
}
#top__subpages .list-subpages-item {
  position: relative;
  height: 40vw;
  border-radius: 1.5vw;
  margin-bottom: 7vw;
}
#top__subpages .list-subpages-item:last-child {
  margin-bottom: 0;
}
#top__subpages .list-subpages-item a {
  display: block;
  width: 100%;
  height: 100%;
}
#top__subpages .list-subpages-item .ttl03 {
  width: 100%;
  width: fit-content;
  padding: 2vw 10vw;
  background: var(--pt--texture__a_v_01);
  display: flex;
  align-items: center;
  border-radius: 1.5vw;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -4vw;
}
#top__subpages .list-subpages-item .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__subpages .list-subpages-item .ttl03 .ja {
  color: #fff;
  font-size: var(--font-size-28);
  font-family: var(--fot--Hina-Mincho);
  letter-spacing: 0.12em;
  font-size: 4.8vw;
}
#top__subpages .list-subpages-item .ttl03 .ja .weak-01 {
  font-size: var(--font-size-18);
}
#top__subpages .list-subpages-about {
  background: url(/img/top/top__subpages__img_01.png) center center/cover no-repeat;
}
#top__subpages .list-subpages-price {
  background: url(/img/top/top__subpages__img_02.png) center center/cover no-repeat;
}
#top__subpages .list-subpages-voice {
  background: url(/img/top/top__subpages__img_03.png) center center/cover no-repeat;
}
#top__subpages .list-subpages-company {
  background: url(/img/top/top__subpages__img_04.png) center center/cover no-repeat;
}

/* top__line
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__line {
  background: var(--pt--texture__a_y_01);
}
#top__line .inner {
  padding: 7vw 0;
}
#top__line .wrap-line {
  padding: 5vw 5vw;
  border-radius: 1.5vw;
  background: var(--pt--texture__a_w_01);
}
#top__line .wrap-info {
  width: fit-content;
  margin-left: auto;
  gap: 5vw;
  position: relative;
}
#top__line .wrap-info .ttl03 {
  position: relative;
  margin-bottom: 52vw;
  flex-direction: row;
  gap: 4vw;
}
#top__line .wrap-info .ttl03::before {
  content: "";
  position: absolute;
  width: 90vw;
  height: 47vw;
  background: url(/img/top/top__line__bg_img_01.png) left center/cover no-repeat;
  left: 56%;
  translate: -50% 0;
  bottom: -52vw;
}
#top__line .wrap-info .ttl03 .icon {
  margin-bottom: var(--margin-20);
  position: relative;
  top: 2vw;
}
#top__line .wrap-info .ttl03 .icon img {
  width: 8vw;
  height: 12vw;
  aspect-ratio: 1;
}
#top__line .wrap-info .ttl03 .ja {
  font-size: var(--font-size-30);
}
#top__line .wrap-info .item-text {
  text-align: left;
}
#top__line .wrap-info .item-text br {
  display: none;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  right: 0;
  width: 100%;
  margin-left: auto;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  background: var(--pt--texture__a_w_01);
  width: 100%;
  height: 100%;
  padding: 5vw;
  border-radius: 1.5vw;
  transition: ease 0.2s;
}
.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;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--base-01);
  color: var(--col--main-01);
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 1.5vw;
}
.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;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--base-01);
  color: var(--col--main-01);
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 1.5vw;
}

#top__news .unit-latest {
  position: relative;
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  right: 0;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  background: var(--pt--texture__a_w_01);
  width: 100%;
  height: 100%;
  padding: 5vw;
  border-radius: 1.5vw;
  transition: ease 0.2s;
}
#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;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-01);
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-15);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--base-01);
  color: var(--col--main-01);
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 1.5vw;
}
#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 .com--btn-01 {
  margin: 0 auto;
}

#top__news {
  background: url(/img/top/top__news__bg_img_01.png) center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__news .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__news__ttl_deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 10vw;
  left: 0vw;
  top: 0vw;
}
#top__news .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__news__ttl_deco_03.png) center center/contain no-repeat;
  width: 10vw;
  height: 5vw;
  right: 0vw;
  bottom: 0vw;
}
#top__news .ttl03 .ja::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__news__ttl_deco_01.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__news .ttl03 .ja img {
  height: 23vw;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
  margin-top: var(--margin-50);
}

/* top__consult
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__consult {
  background: var(--pt--texture__a_w_02);
}
#top__consult .inner {
  position: relative;
}
#top__consult .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__consult .ttl03 .ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.18em;
  line-height: 1.5;
}
#top__consult .ttl03 .ja img {
  vertical-align: baseline;
  height: 6vw;
  margin-right: var(--margin-10);
}
#top__consult .list-images {
  width: 100%;
  height: 48vw;
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: var(--margin-50);
}
#top__consult .list-images::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__consult__deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 10vw;
  right: 19vw;
  bottom: 5vw;
  translate: 0 100%;
}
#top__consult .list-images::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__consult__deco_01.png) center center/contain no-repeat;
  width: 47vw;
  height: 33vw;
  top: -17vw;
  left: -4vw;
}
#top__consult .list-images-item {
  position: absolute;
}
#top__consult .list-images-item:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 70vw;
}
#top__consult .list-images-item:nth-of-type(2) {
  bottom: 0;
  width: 50vw;
}
#top__consult .item-text {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-60);
}
#top__consult .item-text br {
  display: none;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  position: relative;
  z-index: 0;
  background: var(--pt--separate__nature__a_b_01), var(--pt--texture__a_w_02);
}
#about__greeting .inner {
  padding-bottom: 5vw;
}
#about__greeting .ttl03 .ja img {
  height: 6vw;
}
#about__greeting .item-text {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  margin-bottom: var(--margin-90);
}
#about__greeting .item-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__text_deco_01.png) center center/contain no-repeat;
  width: 33vw;
  height: 21vw;
  left: -13vw;
  bottom: -23vw;
}
#about__greeting .item-text::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__text_deco_02.png) center center/contain no-repeat;
  width: 21vw;
  height: 39vw;
  right: -16vw;
  top: -12vw;
}
#about__greeting .item-text br {
  display: none;
}
#about__greeting .item-img {
  border-radius: 1.5vw;
  margin-bottom: 5vw;
}
#about__greeting .item-img img {
  border-radius: 1.5vw;
}

/* about__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__merit {
  z-index: 0;
  position: relative;
  background: var(--pt--texture__a_y_01);
}
#about__merit .ttl03 {
  text-align: center;
  position: relative;
  line-height: 1.4;
}
#about__merit .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__merit__ttl_deco_01.png) center center/contain no-repeat;
  width: 24vw;
  height: 24vw;
  left: -13vw;
  top: 0vw;
  translate: 0 -50%;
}
#about__merit .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__merit__ttl_deco_02.png) center center/contain no-repeat;
  width: 36vw;
  height: 32vw;
  right: -7vw;
  bottom: -6vw;
}
#about__merit .ttl03 .ja {
  font-size: var(--font-size-40);
  font-size: 5.8vw;
}
#about__merit .ttl03 .ja img {
  height: 5vw;
}
#about__merit .list-merit {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#about__merit .list-merit-item {
  background: url(/img/about/about__merit__bg_deco_01.png) left top/15vw no-repeat, var(--pt--texture__a_w_01);
  border-radius: 1.5vw;
  padding: 5vw;
  padding-top: 6vw;
  padding-bottom: var(--margin-35);
}
#about__merit .list-merit-item .ttl04 {
  position: relative;
  margin-bottom: var(--margin-20);
  text-align: center;
  flex-direction: row;
  margin-left: auto;
}
#about__merit .list-merit-item .ttl04 .num {
  position: relative;
  margin-right: 3.5vw;
  top: 0vw;
}
#about__merit .list-merit-item .ttl04 .num img {
  height: 10vw;
}
#about__merit .list-merit-item .ttl04 .ja {
  font-size: var(--font-size-35);
  font-family: var(--fot--Hina-Mincho);
  color: var(--col--main-01);
  font-size: 4.8vw;
}
#about__merit .list-merit-item .item-text p {
  font-size: 3.6vw;
}

/* about__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__gallery {
  background: var(--pt--separate__wave__a_y_t), var(--pt--texture__a_w_02);
}
#about__gallery .inner {
  padding-top: 110px;
}
#about__gallery .ttl03 {
  position: relative;
}
#about__gallery .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__gallery__ttl_deco_01.png) center center/contain no-repeat;
  width: 14vw;
  height: 7vw;
  left: 0vw;
  top: 0vw;
  translate: -100% 0;
}
#about__gallery .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__gallery__ttl_deco_02.png) center center/contain no-repeat;
  width: 17vw;
  height: 7vw;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
}
#about__gallery .ttl03 .ja img {
  height: 7vw;
}
#about__gallery .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#about__gallery .cont-post .block-post .ttl04 {
  position: relative;
  padding-left: 5vw;
  order: 2;
}
#about__gallery .cont-post .block-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__flour_a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 0.5vw;
}
#about__gallery .cont-post .block-post .ttl04 .ja {
  position: relative;
  font-size: var(--font-size-18);
  font-size: 3.5vw;
}
#about__gallery .cont-post .block-post .item-img {
  position: relative;
  margin-bottom: var(--margin-15);
  order: 1;
  width: 100%;
  border-radius: 1.5vw;
  height: 40vw;
}
/* price
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* price__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__about {
  z-index: 0;
  position: relative;
  background: var(--pt--texture__a_w_02);
}
#price__about::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__pattern__a_01.png) center center/contain no-repeat;
  width: 100%;
  height: 16vw;
  bottom: 0;
  left: 0;
}
#price__about .ttl03 {
  position: relative;
}
#price__about .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/price/price__about__ttl_deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  left: 0vw;
  top: 0vw;
  translate: -100% 0;
}
#price__about .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/price/price__about__ttl_deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 10vw;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
}
#price__about .ttl03 .ja img {
  height: 7vw;
}
#price__about .com__table_02 tr th {
  width: 43%;
}
/* price__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__info {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_y_01);
}
#price__info .ttl03 {
  position: relative;
}
#price__info .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/price/price__info__ttl_deco_01.png) center center/contain no-repeat;
  width: 34vw;
  height: 27vw;
  left: -32vw;
  top: 0vw;
}
#price__info .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/price/price__info__ttl_deco_02.png) center center/contain no-repeat;
  width: 21vw;
  height: 12vw;
  right: -8vw;
  top: -5vw;
  translate: 100% 0;
}
#price__info .ttl03 .ja img {
  height: 7vw;
}
#price__info .wrap-info {
  background: var(--pt--texture__a_w_01);
  padding: 5vw;
  border-radius: 1.5vw;
}
#price__info .wrap-info .list {
  margin-bottom: var(--margin-40);
}
#price__info .wrap-info .list-item {
  margin-bottom: var(--margin-35);
}
#price__info .wrap-info .list-item:last-child {
  margin-bottom: 0;
}
#price__info .wrap-info .list-item .text {
  position: relative;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-left: 1.5em;
}
#price__info .wrap-info .list-item .text::before {
  content: "◆";
  color: var(--col--main-01);
  position: absolute;
  left: 0;
  top: 0;
}
/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_w_02);
}
#voice .ttl03 {
  position: relative;
}
#voice .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__ttl_deco_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: -5vw;
  top: 0vw;
  translate: -100% 0;
}
#voice .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__ttl_deco_02.png) center center/contain no-repeat;
  width: 35vw;
  height: 16vw;
  right: 9vw;
  top: 0vw;
  translate: 100% 0;
}
#voice .ttl03 .ja img {
  height: 7vw;
}
#voice .cont-post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#voice .block-post .ttl04 {
  position: relative;
  padding-left: 7vw;
  margin-bottom: var(--margin-20);
}
#voice .block-post .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__ttl__flour_a_02.png) center center/contain no-repeat;
  width: 4.8vw;
  height: 4.8vw;
  left: 0;
  top: -0.2vw;
}
#voice .block-post .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  font-size: 4vw;
}
#voice .block-post .item-movie {
  height: 50vw;
}
#voice .block-post .item-movie iframe {
  width: 100%;
  height: 100%;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_w_02);
}
#company .ttl03 {
  position: relative;
}
#company .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/company/company__ttl_deco_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  top: 0vw;
  left: -10vw;
  translate: -100% 0;
}
#company .ttl03::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/company/company__ttl_deco_02.png) center center/contain no-repeat;
  width: 40vw;
  height: 30vw;
  right: 11vw;
  top: -8vw;
  translate: 100% 0;
}
#company .ttl03 .ja img {
  height: 7vw;
}
#company .topic-info {
  position: relative;
  margin-bottom: var(--margin-50);
}
#company .topic-info .item-table tr th {
  width: 32%;
}
#company .topic-access .item-map {
  width: 100%;
  height: 40vw;
  min-height: 200px;
  border-radius: 1.5vw;
}
#company .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

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

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

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */