@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;
  background: url(/img/common/header__deco_01.png) left top no-repeat, var(--pt--texture__a_w_02);
  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;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: 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__times_02-item {
  letter-spacing: 0.07em;
  font-weight: 500;
}
#header .com__btn_01 {
  --width: 195px;
  --height: 40px;
  margin-right: var(--margin-20);
  font-size: var(--font-size-14);
  border-radius: 8px;
}
#header .com__line {
  --size: 34px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 50px;
}
#nav .list-nav-item {
  width: fit-content;
  position: relative;
  transition: ease 0.2s;
}
#nav .list-nav-item::before {
  content: "";
  position: absolute;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col--main-02);
  right: -25px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
  position: relative;
  transition: ease 0.15s;
  font-size: var(--font-size-16);
}
#nav .list-nav-item a small {
  font-size: var(--font-size-14);
}
#nav .list-nav-item:last-child::before {
  display: none;
}
#nav .list-nav-item:hover a {
  color: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 845px;
  margin-top: 120px;
  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: 260px;
  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: 370px;
  bottom: 0;
  left: 0;
}
#mv .swiper-wrapper {
  width: 1720px !important;
  height: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
  width: 1720px;
}
#mv .mv-catch {
  z-index: 5;
  position: absolute;
  left: max(40px, 50vw - 710px);
  bottom: 90px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 545px;
  margin-top: 120px;
  overflow: hidden;
    background: var(--pt--texture__a_w_02);
}
#sv::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__bg_deco_01.png) center center/cover no-repeat;
  width: 100%;
  height: 260px;
  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: 100%;
  height: 370px;
  bottom: 0;
  left: 0;
}
#sv .sv-img {
  position: absolute;
  width: 1720px;
  height: 500px;
  top: 0;
  left: 50%;
  translate: -50% 0;
  border-radius: 20px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#sv .sv-catch .sp-catch {
  display: none;
}
@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:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-bottom: var(--margin-50);
}
@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: 10px;
}
#footer .item-address {
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#footer .list-nav {
  gap: 25px 50px;
  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 {
  width: 1080px;
  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);
}
#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: 50px 0 70px;
}
#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;
  margin-bottom: var(--margin-70);
}
#top__worries .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_01.png) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  translate: -100% 0;
  left: -25px;
  bottom: 0;
}
#top__worries .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 35px;
  height: 35px;
  translate: 100% 0;
  right: -25px;
  bottom: 0;
}
#top__worries .ttl03 .ja img {
  vertical-align: baseline;
  position: relative;
  bottom: -17px;
  margin: 0 3px;
}
#top__worries .list-worries {
  height: 320px;
  background: url(/img/top/top__worries__illust_01.png) center bottom no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 20px 370px;
}
#top__worries .list-worries-item {
  background: var(--pt--texture__a_w_01);
  border-radius: 8px;
  padding: 18px 20px;
  width: calc((100% - 370px) / 2);
}
#top__worries .list-worries-item .text {
  position: relative;
  padding-left: 35px;
  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: 28px;
  height: 27px;
  left: 0;
  top: -3px;
}
#top__worries .list-worries-item .text .str-01 {
  color: var(--col--main-01);
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  position: relative;
  background: url(/img/top/top__solution__separate_b.png) center bottom/max(1580px, 100%) 142px 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: 425px;
  height: 96px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#top__solution .inner {
  padding: 160px 0;
  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: 312px;
  height: 271px;
  right: -60px;
  top: 120px;
}
#top__solution .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-80);
  position: relative;
}
#top__solution .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__ttl_deco_01.png) center center/contain no-repeat;
  width: 340px;
  height: 165px;
  left: -260px;
  top: -7px;
}
#top__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__ttl_deco_02.png) center center/contain no-repeat;
  width: 340px;
  height: 165px;
  right: -47px;
  top: 7px;
}
#top__solution .ttl03 .ja {
  font-size: var(--font-size-60);
  letter-spacing: 0.18em;
}
#top__solution .wrap-about {
  --column-gap: 90px;
  --row-gap: 20px;
}
#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: 234px;
  height: 114px;
  right: 225px;
  top: 0;
  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: 434px;
  height: 558px;
  right: -30px;
  bottom: -80px;
}
#top__solution .wrap-about .item-text {
  position: relative;
  width: 450px;
}
#top__solution .wrap-about .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__text_deco_01.png) center center/contain no-repeat;
  width: 281px;
  height: 421px;
  left: -180px;
  top: -80px;
}

/* top__about_closed
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about_closed {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_y_01);
}
#top__about_closed .inner {
  position: relative;
  width: 1280px;
  padding: 170px 0 var(--margin-50);
}
#top__about_closed .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about_closed__deco_01.png) center center/contain no-repeat;
  width: 629px;
  height: 580px;
  left: -40px;
  top: 140px;
}
#top__about_closed .ttl03 {
  position: absolute;
  top: 95px;
  left: 270px;
}
#top__about_closed .item-text {
  width: 500px;
  margin-left: auto;
  margin-right: 240px;
  margin-bottom: 90px;
}
#top__about_closed .list-images {
  position: relative;
  width: 1180px;
  height: 510px;
  margin-left: auto;
}
#top__about_closed .list-images-item {
  position: absolute;
}
#top__about_closed .list-images-item:nth-of-type(1) {
  z-index: 1;
  left: 0;
  bottom: 0;
}
#top__about_closed .list-images-item:nth-of-type(2) {
  right: 0;
  top: 0;
}
#top__about_closed .list-images-item:nth-of-type(2)::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__about_closed__img_deco_01.png) center center/contain no-repeat;
  width: 369px;
  height: 120px;
  right: 35px;
  top: 0;
  translate: 0 -100%;
}

/* top__about_cemetery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about_cemetery {
  position: relative;
  z-index: 0;
  background: var(--pt--texture__a_y_01);
}
#top__about_cemetery .inner {
  position: relative;
  width: 1280px;
  padding: var(--margin-50) 0 var(--margin-100);
}
#top__about_cemetery .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about_cemetery__deco_01.png) center center/contain no-repeat;
  width: 629px;
  height: 588px;
  right: -30px;
  top: 150px;
}
#top__about_cemetery .ttl03 {
  position: absolute;
  right: 290px;
  top: 0;
}
#top__about_cemetery .item-text {
  width: 490px;
  margin-right: auto;
  margin-left: 250px;
  margin-bottom: 60px;
}
#top__about_cemetery .list-images {
  position: relative;
  width: 1180px;
  height: 510px;
  margin-right: auto;
}
#top__about_cemetery .list-images-item {
  position: absolute;
}
#top__about_cemetery .list-images-item:nth-of-type(1) {
  left: 0;
  top: 0;
}
#top__about_cemetery .list-images-item:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#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: 369px;
  height: 120px;
  right: 0px;
  top: 15px;
  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: 150px;
  padding-bottom: 50px;
}
#top__info .ttl03 {
  z-index: 0;
  margin: 0 auto;
  margin-bottom: var(--margin-95);
}
#top__info .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__info__ttl_deco_02.png) center center/contain no-repeat;
  width: 196px;
  height: 81px;
  left: -55px;
  top: -5px;
  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: 113px;
  height: 48px;
  right: -70px;
  top: 10px;
  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: 144px;
  height: 144px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__info .topic-info {
  position: relative;
  z-index: 0;
}
#top__info .topic-info::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__deco_01.png) center center/contain no-repeat;
  width: 500px;
  height: 554px;
  right: -160px;
  bottom: -400px;
}
#top__info .topic-info .wrap-info {
  --column-gap: 40px;
  --row-gap: 0px;
  margin-bottom: var(--margin-70);
}
#top__info .topic-info .wrap-info .item-map {
  width: 540px;
  height: 370px;
  border-radius: 15px;
}
#top__info .topic-info .wrap-info .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#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: 3px;
  bottom: 0;
}
#top__info .topic-access .ttl04 {
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__info .topic-access .ttl04 .ja {
  position: relative;
  gap: 25px;
  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::after {
  content: "";
  position: relative;
  background: url(/img/common/border__img__a_01.png) repeat-x;
  flex: 1;
  height: 3px;
}
#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 .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__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: 250px;
}
#top__subpages::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__bg_deco_01.png);
  bottom: 250px;
  left: 0;
  width: 100%;
  height: 303px;
}
#top__subpages .inner {
  padding-top: 50px;
}
#top__subpages .list-subpages {
  position: relative;
  z-index: 0;
  --num: 2;
  --column-gap: 60px;
  --row-gap: 70px;
}
#top__subpages .list-subpages-item {
  position: relative;
  height: 250px;
  top: 0;
  transition: ease 0.2s;
  border-radius: 15px;
}
#top__subpages .list-subpages-item a {
  display: block;
  width: 100%;
  height: 100%;
}
#top__subpages .list-subpages-item .ttl03 {
  width: 430px;
  height: 57px;
  background: var(--pt--texture__a_v_01);
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -25px;
}
#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: 17px;
  height: 17px;
  right: 20px;
  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;
}
#top__subpages .list-subpages-item .ttl03 .ja .weak-01 {
  font-size: var(--font-size-18);
}
#top__subpages .list-subpages-item:hover {
  top: -5px;
  opacity: 0.8;
}
#top__subpages .list-subpages-item:hover .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  right: 15px;
}
#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-top: 5px;
}
#top__line .wrap-line {
  padding: 50px 80px;
  border-radius: 15px;
  background: url(/img/top/top__line__bg_img_01.png) left center/contain no-repeat, var(--pt--texture__a_w_01);
}
#top__line .wrap-info {
  width: fit-content;
  margin-left: auto;
  gap: 40px;
  position: relative;
  background: url(/img/top/top__line__bg_deco_01.png) center center no-repeat;
}
#top__line .wrap-info .ttl03 .icon {
  margin-bottom: var(--margin-20);
}
#top__line .wrap-info .ttl03 .icon img {
  width: 36px;
  aspect-ratio: 1;
}
#top__line .wrap-info .ttl03 .ja {
  font-size: var(--font-size-30);
}
#top__line .wrap-info .item-text {
  text-align: center;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-20);
  transition: ease 0.2s;
  right: 0;
  width: 757px;
  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: 30px;
  border-radius: 10px;
  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: 12px;
}
.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: 4px;
}
.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;
  opacity: 0.8;
}

.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: 4px;
}

#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: 30px;
  border-radius: 10px;
  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: 12px;
}
#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: 4px;
}
#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;
  opacity: 0.8;
}
#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;
  min-height: 500px;
  z-index: 0;
  position: relative;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 137px;
}
#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: 202px;
  height: 84px;
  left: -117px;
  top: -45px;
}
#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: 96px;
  height: 34px;
  right: -60px;
  bottom: -30px;
}
#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: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 343px;
}

/* top__consult
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__consult {
  background: var(--pt--texture__a_w_02);
}
#top__consult .inner {
  position: relative;
}
#top__consult .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__consult .ttl03 .ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.18em;
}
#top__consult .ttl03 .ja img {
  vertical-align: baseline;
  margin-right: var(--margin-10);
}
#top__consult .list-images {
  width: 540px;
  height: 370px;
  position: absolute;
  right: -100px;
  top: 100px;
}
#top__consult .list-images-item {
  position: absolute;
}
#top__consult .list-images-item:nth-of-type(1) {
  top: 0;
}
#top__consult .list-images-item:nth-of-type(2) {
  bottom: 0;
  right: 70px;
}
#top__consult .item-text {
  position: relative;
  width: 560px;
  margin-bottom: var(--margin-60);
}
#top__consult .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__consult__deco_01.png) center center/contain no-repeat;
  width: 458px;
  height: 310px;
  top: -80px;
  left: -90px;
}
#top__consult .item-text::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__consult__deco_02.png) center center/contain no-repeat;
  width: 107px;
  height: 99px;
  right: 0;
  bottom: 0;
  translate: 0 100%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  background: var(--pt--separate__nature__a_b_01), var(--pt--texture__a_w_02);
}
#about__greeting .inner {
  padding-bottom: 120px;
}
#about__greeting .item-text {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
}
#about__greeting .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__text_deco_01.png) center center/contain no-repeat;
  width: 287px;
  height: 186px;
  left: -40px;
  top: -25px;
  translate: -100% 0;
}
#about__greeting .item-text::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__text_deco_02.png) center center/contain no-repeat;
  width: 292px;
  height: 369px;
  right: -35px;
  top: -65px;
  translate: 100% 0;
}
#about__greeting .item-img {
  border-radius: 15px;
}
#about__greeting .item-img img {
  border-radius: 15px;
}

/* about__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__merit {
  z-index: 0;
  position: relative;
  background: var(--pt--texture__a_y_01);
}
#about__merit .ttl03 {
  position: relative;
}
#about__merit .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__merit__ttl_deco_01.png) center center/contain no-repeat;
  width: 121px;
  height: 123px;
  left: -30px;
  top: 50%;
  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: 414px;
  height: 330px;
  right: -225px;
  bottom: -282px;
}
#about__merit .ttl03 .ja {
  font-size: var(--font-size-40);
}
#about__merit .list-merit {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
}
#about__merit .list-merit-item {
  background: url(/img/about/about__merit__bg_deco_01.png) left top no-repeat, var(--pt--texture__a_w_01);
  border-radius: 15px;
  padding: 50px;
  padding-bottom: var(--margin-35);
}
#about__merit .list-merit-item .ttl04 {
  position: relative;
  margin-bottom: var(--margin-30);
  text-align: center;
}
#about__merit .list-merit-item .ttl04 .num {
  position: relative;
  margin-bottom: var(--margin-35);
  left: 20px;
}
#about__merit .list-merit-item .ttl04 .ja {
  font-size: var(--font-size-35);
  font-family: var(--fot--Hina-Mincho);
  color: var(--col--main-01);
}
/* 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: 56px;
  height: 68px;
  left: -70px;
  top: -8px;
  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: 78px;
  height: 56px;
  right: -50px;
  top: -8px;
  translate: 100% 0;
}
#about__gallery .cont-post {
  --num: 3;
  --column-gap: 45px;
  --row-gap: 50px;
}
#about__gallery .cont-post .block-post .ttl04 {
  position: relative;
  padding-left: 30px;
  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: 22px;
  height: 22px;
  left: 0;
  top: 0;
}
#about__gallery .cont-post .block-post .ttl04 .ja {
  position: relative;
  font-size: var(--font-size-18);
}
#about__gallery .cont-post .block-post .item-img {
  position: relative;
  margin-bottom: var(--margin-15);
  order: 1;
  width: 100%;
  border-radius: 15px;
  height: 250px;
}
/* price
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* price__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__about {
  position: relative;
  background: var(--pt--texture__a_w_02);
}
#price__about::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__pattern__a_01.png) center center/contain no-repeat;
  width: 100%;
  height: 303px;
  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: 284px;
  height: 144px;
  left: -60px;
  top: -9px;
  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: 232px;
  height: 82px;
  right: -70px;
  top: -9px;
  translate: 100% 0;
}
#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: 242px;
  height: 206px;
  left: -154px;
  top: -44px;
}
#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: 158px;
  height: 65px;
  right: -40px;
  top: 0;
  translate: 100% 0;
}
#price__info .wrap-info {
  background: var(--pt--texture__a_w_01);
  padding: 60px;
  border-radius: 15px;
}
#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: 56px;
  height: 68px;
  left: -70px;
  top: -15px;
  translate: -100% 0;
}
#voice .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__ttl_deco_02.png) center center/contain no-repeat;
  width: 218px;
  height: 89px;
  right: 40px;
  translate: 100% 0;
  top: -30px;
}
#voice .cont-post {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 80px;
}
#voice .block-post .ttl04 {
  position: relative;
  padding-left: 50px;
  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: 40px;
  height: 40px;
  left: 0;
  top: -10px;
}
#voice .block-post .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 700;
}
#voice .block-post .item-movie {
  height: 287px;
}
#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: 56px;
  height: 68px;
  top: -15px;
  left: -70px;
  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: 174px;
  height: 89px;
  right: 40px;
  translate: 100% 0;
  top: -30px;
}
#company .topic-info {
  position: relative;
  margin-bottom: var(--margin-50);
}
#company .topic-info .item-table tr th {
  width: 50%;
}
#company .topic-access .item-map {
  width: 100%;
  height: 370px;
  min-height: 200px;
  border-radius: 15px;
}
#company .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

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