@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@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;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .wrap-block {
  background: #fff;
  padding-right: var(--margin-20);
}
#header .wrap-contact {
  width: fit-content;
  margin-right: var(--margin-30);
}
#header .wrap-contact .unit-contact {
  width: fit-content;
  margin-bottom: var(--margin-10);
}
#header .cont-info {
  width: fit-content;
}
#header .com__tel {
  margin-right: var(--margin-20);
}
#header .com__tel .tel-num {
  position: relative;
  margin-bottom: 5px;
}
#header .com__tel .tel-attention {
  height: 10px;
  margin-top: 5px;
}
#header .com__line {
  --size: 30px;
}
#header .item-schedule small {
  display: block;
  width: fit-content;
  margin-left: auto;
  font-size: 12px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: #fff;
  width: fit-content;
  margin-left: auto;
  border-radius: 0 0 0 20px;
  padding: 20px 40px;
  position: relative;
}
#nav::before {
  content: "";
  position: absolute;
  background: url(/img/common/nav__deco_01.png) center center/contain no-repeat;
  width: 27px;
  height: 26px;
  top: 0;
  left: 0;
  translate: -100% 0;
}
#nav .list-nav {
  width: fit-content;
  gap: 25px;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
  font-size: var(--font-size-15);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.08em;
}
#nav .list-nav-item a:hover {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 880px;
  z-index: 0;
  overflow: hidden;
}
#mv::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  background: url(/img/mv/mv__bg_01.png) center center/100% 100px no-repeat;
  bottom: -1px;
}
#mv .mv-catch {
  z-index: 5;
  position: absolute;
  left: max(20px, 60vw - 900px);
  top: 400px;
}
#mv .mv-catch::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__catch_deco_01.png) center center/contain no-repeat;
  width: 480px;
  height: 532px;
  left: -110px;
  top: -160px;
}
#mv .mv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__catch_deco_02.png) center center/contain no-repeat;
  width: 205px;
  height: 201px;
  right: -68px;
  bottom: -85px;
}
#mv .swiper-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1538px !important;
  height: 760px !important;
}
#mv .swiper-wrapper img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 620px;
  z-index: 0;
}
#sv .sv-img {
  width: 1540px;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sv .sv-img::before {
  z-index: -2;
  content: "";
  position: absolute;
  background: url(/img/sv/sv__catch_deco_01.png) center center/contain no-repeat;
  width: 368px;
  height: 388px;
  top: 55%;
  translate: 0 -50%;
  left: -210px;
}
#sv .sv-catch {
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 50%;
  translate: 0% -50%;
  left: clamp(-60px, -75vw + 1240px, 290px);
  font-size: var(--font-size-38);
  font-weight: 500;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.15em;
  padding: 10px 15px;
  background: #fff;
  border-radius: 5px;
}
@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-intro {
  background: url(../img/sv/sv__intro.png) center center/cover no-repeat;
}

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

.sv-access {
  background: url(../img/sv/sv__access.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(--pattern--stripe_a_04);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-top: -50px;
  margin-bottom: var(--margin-50);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 50px 0 30px;
}
@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 .item-schedule {
  background: #fff;
  padding: 15px;
  width: fit-content;
  margin-left: auto;
  margin-bottom: var(--margin-30);
}
#footer .item-schedule .item-table {
  margin-bottom: var(--margin-10);
}
#footer .item-schedule small {
  font-size: 12px;
}
#footer .item-address {
  line-height: 1.7;
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-14);
}
#footer nav {
  width: fit-content;
}
#footer .list-nav {
  gap: 25px;
  width: 510px;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  font-family: var(--fot--Noto-Sans);
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-14);
  font-weight: 400;
}
@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--txt-01);
  padding-bottom: 30px;
}
#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 {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__worries__bg_deco_01.png) center top/contain no-repeat, url(/img/top/top__worries__bg_01.png) center center/cover no-repeat;
}
#top__worries::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 225px;
  height: 95px;
  bottom: -60px;
  left: 50%;
  translate: -50% 0;
}
#top__worries .ttl03 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding: 0 50px;
  margin-bottom: var(--margin-70);
}
#top__worries .ttl03::before {
  font-size: var(--font-size-38);
  content: "＼";
  position: absolute;
  left: 0;
  bottom: 0;
}
#top__worries .ttl03::after {
  font-size: var(--font-size-38);
  content: "／";
  position: absolute;
  right: 0;
  bottom: 0;
}
#top__worries .ttl03 .ja {
  font-size: var(--font-size-38);
  letter-spacing: 0.15em;
}
#top__worries .ttl03 .ja .str-01 {
  position: relative;
  font-size: var(--font-size-40);
}
#top__worries .ttl03 .ja .str-01::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__ttl_deco_01.png) center center/contain no-repeat;
  width: 150px;
  height: 70px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__worries .list-worries {
  position: relative;
  gap: 15px;
  height: 460px;
  align-content: space-between;
  margin-bottom: var(--margin-70);
}
#top__worries .list-worries::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__list_img_01.png) center center/contain no-repeat;
  width: 498px;
  height: 449px;
  z-index: -1;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__worries .list-worries-item {
  z-index: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 343px;
}
#top__worries .list-worries-item .text {
  position: relative;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-21);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-left: 30px;
  line-height: 1.5;
}
#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: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
#top__worries .list-worries-item .text .str-01 {
  position: relative;
}
#top__worries .list-worries-item .text .str-01::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  left: 0;
  bottom: 0;
  background: var(--col--acc-02);
}
#top__worries .block-text {
  margin: 0 auto;
  width: fit-content;
  position: relative;
}
#top__worries .block-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__text_bg_01.png) center center/contain no-repeat;
  width: 373px;
  height: 275px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/bg_deco__shape__a_01.png) left top 160px no-repeat, url(/img/common/bg_deco__shape__a_02.png) right bottom 80px no-repeat;
}
#top__about .inner {
  position: relative;
}
#top__about .ttl03 {
  position: relative;
  background: url(/img/top/top__about__ttl_bg_01.png) center center no-repeat;
  width: 299px;
  height: 255px;
  margin-left: 50px;
  margin-bottom: var(--margin-15);
}
#top__about .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_03.png) center center/contain no-repeat;
  width: 62px;
  height: 54px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#top__about .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_04.png) center center/contain no-repeat;
  width: 277px;
  height: 48px;
  bottom: 25px;
  left: 50%;
  translate: -50% 0;
}
#top__about .ttl03 .ja {
  position: relative;
}
#top__about .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_01.png) center center/contain no-repeat;
  width: 40px;
  height: 38px;
  left: 30px;
  top: -60px;
}
#top__about .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__ttl_deco_02.png) center center/contain no-repeat;
  width: 40px;
  height: 38px;
  right: 30px;
  top: -60px;
}
#top__about .item-img {
  position: absolute;
  right: -100px;
  top: 120px;
}
#top__about .item-text {
  width: 415px;
}




/* top__topic
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__topic {
  background:
    url(/img/top/top__topic__bg_img_02.png) right -100px center no-repeat,
    #fffecf;
  position: relative;
  z-index: 0;

  .inner {
    position: relative;
  }

  .ttl03 {
    width: 500px;
    margin-left: auto;
    margin-bottom: -30px;
    margin-top: -80px;

    .ja {
      margin: 0 auto;
      width: fit-content;
      display: block;
    }
  }

  .item-img {
    position: absolute;
    left: -100px;
    z-index: 0;
    top: 100px;

    &::before {
      content: "";
      position: absolute;
      background: url(/img/top/top__topic__bg_img_01.png)center center / contain no-repeat;
      width: 461px;
      height: 463px;
      left: -190px;
      bottom: 0;
      z-index: -1;
    }

  }

  .item-text {
    width: 500px;
    position: relative;
    margin-left: auto;
    padding-block: 30px;
    background: url(/img/top/top__topic__border_t.png)top left / 100% no-repeat, url(/img/top/top__topic__border_b.png)bottom left / 100% no-repeat;


    &::before {
      content: "";
      position: absolute;
      background: url(/img/top/top__topic__deco_01.png)center center / contain no-repeat;
      width: 111px;
      height: 128px;
      left: -70px;
      top: -55px;
    }

    &::after {
      content: "";
      position: absolute;
      background: url(/img/top/top__topic__deco_02.png)center center / contain no-repeat;
      width: 54px;
      height: 56px;
      right: -35px;
      top: -32px;
    }
  }

  .com__btn_01{
    margin-left: auto;
    margin-top: var(--margin-35);
    margin-right: 104px;
  }
}



/* top__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__menu {
  background: url(/img/top/top__menu__bg_img_01.png) center bottom no-repeat, var(--separate--wave_a_03), var(--pattern--stripe_a_01);
}
#top__menu .inner {
  padding-bottom: 270px;
}
#top__menu .list-menu {
  --num: 2;
  --column-gap: 50px;
  --row-gap: 50px;
}
#top__menu .list-menu-item {
  z-index: 0;
  height: 250px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  transition: ease 0.2s;
  top: 0;
}
#top__menu .list-menu-item::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) repeat-x;
  height: 4px;
  width: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  top: 15px;
}
#top__menu .list-menu-item::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) repeat-x;
  height: 4px;
  width: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  bottom: 15px;
}
#top__menu .list-menu-item a {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100%;
}
#top__menu .list-menu-item .ttl04 {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: fit-content;
  text-align: center;
  margin-left: var(--margin-40);
}
#top__menu .list-menu-item .ttl04 .ja {
  box-decoration-break: clone;
  line-height: 2;
  font-size: var(--font-size-32);
  background: var(--pattern--stripe_a_02);
  border-radius: 10px;
  padding: 2px 15px;
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  letter-spacing: 0.1em;
}
#top__menu .list-menu-item .item-img {
  z-index: -1;
  position: absolute;
  right: 45px;
  bottom: 0;
}
#top__menu .list-menu-item:hover {
  opacity: 0.8;
  top: -3px;
}
#top__menu .list-menu-item:nth-of-type(1) {
  width: 100%;
}
#top__menu .list-menu-item:nth-of-type(1) .ttl04 {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: fit-content;
  text-align: center;
  left: 200px;
}
#top__menu .list-menu-item:nth-of-type(1) .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__menu__list_deco_01.png) center center/contain no-repeat;
  width: 137px;
  height: 140px;
  translate: -100% -50%;
  left: -30px;
  top: 50%;
}
#top__menu .list-menu-item:nth-of-type(1) .item-img {
  z-index: 1;
  position: absolute;
  right: 160px;
  bottom: 0;
}
#top__menu .list-menu-item:nth-of-type(6) .item-img, #top__menu .list-menu-item:nth-of-type(7) .item-img {
  right: 0;
}

/* top__reserved
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reserved {
  position: relative;
  margin-top: -50px;
}
#top__reserved .inner {
  padding-top: 0;
}
#top__reserved .topic-contact {
  background: url(/img/common/border__double__a_01.png) top left repeat-x, url(/img/common/border__double__a_01.png) bottom left repeat-x;
  width: 100%;
  padding: 50px 0;
  position: relative;
}
#top__reserved .topic-contact::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__reserved__deco_01.png) center center/contain no-repeat;
  width: 405px;
  height: 406px;
  left: -150px;
  top: -200px;
}
#top__reserved .topic-contact::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__reserved__deco_02.png) center center/contain no-repeat;
  width: 283px;
  height: 371px;
  right: -120px;
  top: -50px;
}
#top__reserved .topic-contact .item-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__reserved .topic-contact .unit-contact {
  margin: 0 auto;
  width: fit-content;
  gap: 55px;
}
#top__reserved .topic-contact .unit-contact a {
  --height: 56px;
  border-radius: 30px;
}
/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: #f3f3f3;
}
#top__subpages .list-nav {
  --num: 2;
  --column-gap: 70px;
  --row-gap: 60px;
}
#top__subpages .list-nav-item {
  position: relative;
  border-radius: 15px;
  height: 140px;
  background: var(--pattern--stripe_a_02);
  border: 10px solid rgba(255, 255, 255, 0.2);
  transition: ease 0.2s;
  top: 0;
}
#top__subpages .list-nav-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top__subpages .list-nav-item a::before {
  content: "";
  position: absolute;
  width: 26px;
  border-bottom: 1px solid #fff;
  right: -10px;
  top: 50%;
  translate: 0 -50%;
}
#top__subpages .list-nav-item a .ttl03 {
  position: absolute;
  text-align: center;
  right: 50px;
  top: 50%;
  translate: 0 -50%;
  width: 230px;
}
#top__subpages .list-nav-item a .ttl03 .ja {
  font-size: var(--font-size-28);
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
#top__subpages .list-nav-item a .item-img {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__subpages .list-nav-item:hover {
  opacity: 0.7;
  top: -3px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-left: auto;
  padding-bottom: var(--margin-35);
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: var(--margin-35);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-10);
}
.unit-latest .tag_list {
  order: 1;
  width: 70%;
  margin-bottom: var(--margin-10);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #9b9b9b;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.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 {
  opacity: 0.8;
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #9b9b9b;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

#top__news {
  background: var(--separate--wave_a_02), var(--pattern--stripe_b_01);
  min-height: 410px;
}
#top__news .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#top__news .ttl03 {
  position: absolute;
  width: fit-content;
  margin: unset;
  margin-right: auto;
}
#top__news .cont-latest {
  width: 640px;
  margin-left: auto;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-35);
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: var(--margin-35);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-10);
  margin-right: var(--margin-10);
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 70%;
  margin-bottom: var(--margin-10);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #9b9b9b;
  padding: 3px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
#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 {
  opacity: 0.8;
  right: -5px;
}
#top__news .com__btn_01 {
  --width: 190px;
  position: absolute;
  left: 70px;
  top: 300px;
  margin: 0 auto;
}

/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr {
  background: var(--pattern--stripe_b_01);
}
#top__bnr .inner {
  padding-top: var(--margin-50);
}
#top__bnr .wrap-bnr {
  position: relative;
  background: #fff;
  padding: 70px 90px;
  border-radius: 15px 0 0 15px;
  flex: 1;
}
#top__bnr .wrap-bnr::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) center left repeat-x;
  height: 4px;
  width: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  top: 25px;
}
#top__bnr .wrap-bnr::after {
  content: "";
  position: absolute;
  background: url(/img/common/border__double__a_01.png) center left repeat-x;
  height: 4px;
  width: calc(100% - 30px);
  left: 50%;
  translate: -50% 0;
  bottom: 25px;
}
#top__bnr .wrap-bnr .ttl03 {
  position: relative;
  margin-bottom: var(--margin-40);
}
#top__bnr .wrap-bnr .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__bnr__deco_01.png) center center/contain no-repeat;
  width: 130px;
  height: 150px;
  left: -175px;
  top: -35px;
}
#top__bnr .wrap-bnr .item-text {
  position: relative;
  margin-bottom: var(--margin-40);
  text-align: center;
}
#top__bnr .wrap-bnr .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__bnr__deco_02.png) center center/contain no-repeat;
  width: 54px;
  height: 56px;
  right: -70px;
  bottom: -30px;
}
#top__bnr .wrap-bnr .item-text p {
  font-size: var(--font-size-16);
  font-weight: 500;
}
#top__bnr .item-img {
  position: relative;
}
/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__point {
  position: relative;
}
#about__point::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__shape__a_03.png) center center/contain no-repeat;
  width: 342px;
  height: 555px;
  left: 0;
  top: 550px;
}
#about__point .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#about__point .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__nature__a_01.png) center center/contain no-repeat;
  width: 219px;
  height: 155px;
  right: -100px;
  top: 100px;
}
#about__point .list-point {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 95px;
}
#about__point .list-point-item .ttl04 {
  position: relative;
  margin: 0 auto;
  margin-bottom: var(--margin-20);
}
#about__point .list-point-item .ttl04 .num {
  position: absolute;
  left: 50%;
  translate: -50% -100%;
  top: -10px;
}
#about__point .list-point-item .ttl04 .ja {
  font-size: var(--font-size-24);
}
#about__point .list-point-item .item-text p {
  font-weight: 500;
}
#about__point .list-point-item:nth-of-type(odd):last-of-type {
  position: relative;
  margin-bottom: 200px;
}
#about__point .list-point-item:nth-of-type(odd):last-of-type::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__point__img_01.png) center center/contain no-repeat;
  width: 648px;
  height: 425px;
  top: -40px;
  left: 900px;
}

/* about__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__staff {
  background: var(--pattern--stripe_b_01);
}
#about__staff .topic-owner {
  position: relative;
}
#about__staff .topic-owner .item-img {
  position: absolute;
  right: -100px;
  top: 0;
}
#about__staff .topic-owner .block-staff .ttl04 {
  width: 500px;
  margin-bottom: var(--margin-20);
  position: relative;
}
#about__staff .topic-owner .block-staff .ttl04 .ja small {
  font-size: var(--font-size-22);
}
#about__staff .topic-owner .block-staff .ttl05 {
  width: 500px;
  margin-bottom: var(--margin-20);
  padding-left: 30px;
}
#about__staff .topic-owner .block-staff .ttl05::before {
  content: "●";
  position: absolute;
  left: 0;
}
#about__staff .topic-owner .block-staff .ttl05 .ja {
  font-size: var(--font-size-16);
  font-weight: 700;
}
#about__staff .topic-owner .block-staff .item-text {
  width: 500px;
  margin-bottom: var(--margin-50);
}

/* intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* intro__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#intro__guide .topic-note {
  position: relative;
  padding: 50px;
  background: var(--pattern--stripe_b_01);
}
#intro__guide .topic-note::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__nature__a_02.png) center center/contain no-repeat;
  width: 144px;
  height: 199px;
  right: -45px;
  top: 50px;
}
#intro__guide .topic-note .list-note-item {
  margin-bottom: var(--margin-20);
}
#intro__guide .topic-note .list-note-item .text {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
  font-weight: 500;
  font-family: var(--fot--Noto-Sans);
}
#intro__guide .topic-note .list-note-item .text::before {
  content: "●";
  position: absolute;
  font-size: var(--font-size-14);
  left: 0;
  top: 0;
}
#intro__guide .topic-note .block-attention {
  position: relative;
  margin-top: var(--margin-40);
  background: url(/img/common/border__double__a_01.png) top left repeat-x, url(/img/common/border__double__a_01.png) bottom left repeat-x;
  padding: 30px;
}
/* intro__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#intro__point {
  background: var(--separate--wave_a_01), var(--pattern--stripe_a_01);
}
#intro__point .list-point {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 60px;
}
#intro__point .list-point-item {
  background: #fff;
  padding-bottom: var(--margin-55);
}
#intro__point .list-point-item .text {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  font-size: var(--font-size-25);
  position: relative;
  padding-top: 60px;
  margin-top: -20px;
}
#intro__point .list-point-item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__nature__a_03.png) center center/contain no-repeat;
  width: 62px;
  height: 54px;
  left: 50%;
  top: 0;
  translate: -50% 0;
}
#intro__point .list-point-item .text .str-01 {
  z-index: 0;
  position: relative;
}
#intro__point .list-point-item .text .str-01::before {
  opacity: 0.6;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: var(--col--acc-01);
  border-radius: 10px;
  bottom: 0;
}

/* intro__insurance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#intro__insurance {
  background: url(/img/common/bg_deco__shape__a_04.png) top 110px left 90px no-repeat, url(/img/common/bg_deco__shape__a_05.png) top 90px right 180px no-repeat;
}
#intro__insurance .item-text {
  text-align: center;
}

/* access
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* access__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#access__info .inner {
  position: relative;
}
#access__info .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__nature__a_04.png) center center/contain no-repeat;
  width: 137px;
  height: 140px;
  left: 0;
  top: 110px;
}
#access__info .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/bg_deco__shape__b_01.png) center center/contain no-repeat;
  width: 98px;
  height: 96px;
  right: 50px;
  top: 130px;
}
#access__info .topic-info {
  position: relative;
  margin-bottom: var(--margin-50);
  width: 100%;
}
#access__info .topic-info .item-table {
  width: 100%;
}
#access__info .topic-access {
  position: relative;
  z-index: 0;
}
#access__info .topic-access::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(/img/common/bg_deco__shape__a_06.png) center center/contain no-repeat;
  width: 438px;
  height: 606px;
  right: -200px;
  bottom: -100px;
}
#access__info .topic-access .item-map {
  width: 100%;
  height: 500px;
}
#access__info .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu .topic-post .block-post {
  font-family: var(--fot--Noto-Sans);
  margin-bottom: var(--margin-50);
}
#menu .topic-post .block-post:last-child {
  margin-bottom: 0;
}
#menu .topic-post .block-post .ttl04 {
  width: 100%;
  margin-bottom: var(--margin-40);
}
#menu .topic-post .block-post .item-text {
  margin-bottom: var(--margin-50);
}
#menu .topic-post .block-post .list-menu-item {
  padding: 40px 0;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  padding-left: var(--margin-20);
  gap: 30px;
}
#menu .topic-post .block-post .list-menu-item .wrap-ttl{
  flex: 1;
}
#menu .topic-post .block-post .list-menu-item .wrap-ttl .ttl05 {
  margin-bottom: var(--margin-15);
}
#menu .topic-post .block-post .list-menu-item .wrap-ttl .ttl05 .ja {
  display: inline-block;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.1em;
  background: var(--col--acc-02);
}
#menu .topic-post .block-post .list-menu-item .wrap-ttl .item-text {
  line-height: 1.8;
  margin-left: var(--margin-40);
  margin-bottom: 0;
  font-size: var(--font-size-15);
}
#menu .topic-post .block-post .list-menu-item .price {
  font-size: var(--font-size-15);
  line-height: 1.8;
}
#menu .topic-post .block-post .list-menu-item:first-of-type {
  border-top: 1px solid #b7b7b7;
}
#menu .topic-post .block-post .item-note{
  width: fit-content;
  font-size: var(--font-size-13);
  color: #777;
  margin: 20px 0;
  margin-left: auto;
}

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