/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 90px;
  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;
  padding-left: var(--margin-30);
}
@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: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
  margin-bottom: var(--margin-10);
  gap: 20px;
}
#header .cont-info .com__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .cont-info .com__tel dt {
  color: var(--col--main-01);
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
  padding-right: var(--margin-20);
}
#header .cont-info .com__tel dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 14px;
  height: 11px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .cont-info .com__tel .tel-num {
  padding-left: var(--margin-20);
  font-size: var(--font-size-32);
  position: relative;
  top: -3px;
}
#header .cont-info .com__tel .tel-num::before {
  width: 15px;
  height: 26px;
}
#header .cont-info .com__instagram {
  --size:31px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 40px;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
  font-size: var(--font-size-16);
  letter-spacing: 0.07em;
  transition: ease 0.17s;
}
#nav .list-nav .item::before {
  content: "/";
  position: absolute;
  right: -20px;
  bottom: 0;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  transition: ease 0.2s;
}
#nav .list-nav .item a:hover {
  color: var(--col--acc-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 840px;
  background: url(/img/mv/mv__img.jpg) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 70px;
  top: 170px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 215px;
  height: 292px;
  left: clamp(-180px, 50vw - 820px, 0px);
  bottom: 0;
}
#sv .sv-catch {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: var(--font-size-58);
  font-family: var(--fot--kiwi_maru);
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 0 4px #ff7c33, 0 0 8px #ff7c33, 0 0 15px #ff9e66, 0 0 20px #ff9e66;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-notfound {
  background: url(/img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(/img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(/img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(/img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(/img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(/img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

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

.sv-faq {
  background: url(/img/sv/sv__faq.jpg) center center/cover no-repeat;
}

.sv-guide {
  background: url(/img/sv/sv__guide.jpg) center center/cover no-repeat;
}

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--acc-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .wrap__ttl {
  gap: 30px;
  position: relative;
  margin-bottom: var(--margin-50);
  display: flex;
  align-items: center;
}
#footer .wrap__ttl .com__instagram {
  --size: 42px ;
}
#footer .com__tel {
  position: relative;
  margin-bottom: var(--margin-30);
}
#footer .com__tel .tel-num {
  font-size: var(--font-size-36);
  padding-left: var(--margin-30);
}
#footer .com__tel .tel-num::before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  height: 220px;
  gap: 30px 60px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
  padding-bottom: 3px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  font-family: var(--fot--Noto-Sans);
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: #fff;
}
#footer .copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer .copyright a:hover {
  color: #fff;
  color: var(--col--acc-01);
  background: #fff;
}
@media screen and (max-width: 767px) {
  #footer .copyright a {
    margin: unset;
    padding: unset;
  }
  #footer .copyright a:hover {
    color: inherit;
    background: inherit;
  }
}



@keyframes move {
  0% {
    rotate: 0deg;
  }
  25% {
    rotate: 10deg;
  }
  75% {
    rotate: -10deg;
  }
  100% {
    rotate: 0deg;
  }
}
.fixed_bnr {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 65px;
  transition: ease 0.3s;
}
.fixed_bnr:hover {
  opacity: 0.8;
  bottom: 67px;
  animation: move 0.4s;
}


.pagetop {
    z-index: 5;
    position: fixed;
    right: 10px;
    bottom: 10px;
    transition: ease .3s;

    &:hover {
        opacity: .8;
        bottom: 13px;
    }
}



/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.top_wrap-allover {
  position: relative;
  z-index: 0;
}

/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: var(--col--base-y);
  padding-top: var(--margin-60);
  position: relative;
  padding-bottom: var(--margin-20);
  z-index: 1;
}
#top__greeting::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 403px;
  height: 549px;
  left: 0;
  top: -170px;
}
#top__greeting::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: 0;
  bottom: -140px;
}
#top__greeting .inner {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1800px;
  min-width: 1280px;
  padding: 100px clamp(100px, 50vw - 580px, 310px);
  background: #fff;
  border-radius: 60px;
}
#top__greeting .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#top__greeting .cont__greeting .item-img {
  position: relative;
  top: 20px;
}
#top__greeting .cont__greeting .item-text {
  width: 570px;
}
#top__greeting .cont__greeting .item-text p .str-01 {
  font-weight: 700;
  color: var(--col--acc-01);
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: var(--col--base-y);
}
#top__feature .inner {
  width: 1126px;
  padding-bottom: var(--margin-80);
}
#top__feature .ttl03 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__feature .cont__feature {
  width: 100%;
}
#top__feature .cont__feature .list-feature {
  --num: 3;
  --column-gap: 40px;
  --row-gap: 0;
}
#top__feature .cont__feature .list-feature .item {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
#top__feature .cont__feature .list-feature .item .ttl04 {
  position: relative;
  text-align: center;
  line-height: 1.6;
  margin-bottom: var(--margin-30);
  width: 100%;
}
#top__feature .cont__feature .list-feature .item .ttl04 .num {
  position: absolute;
  left: 0;
  top: -50px;
}
#top__feature .cont__feature .list-feature .item .ttl04 .ja {
  font-size: var(--font-size-24);
  letter-spacing: 0.03em;
}
#top__feature .cont__feature .list-feature .item .ttl04 .ja .str-01 {
  font-weight: 700;
  color: var(--col--acc-01);
  font-size: var(--font-size-26);
}
#top__feature .cont__feature .list-feature .item .item-img {
  margin-bottom: var(--margin-30);
}
#top__feature .cont__feature .list-feature .item .item-text p {
  font-size: var(--font-size-16);
  line-height: 1.7;
}

/* top__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__menu {
  position: relative;
}
#top__menu .inner {
  padding-top: 190px;
  padding-bottom: 170px;
  position: relative;
}
#top__menu .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_01.png) center center/contain no-repeat;
  width: 140px;
  height: 122px;
  right: -20px;
  top: 35px;
}
#top__menu::before {
  content: "";
  position: absolute;
  background: url(/img/common/separate__block__01_01o.svg) center center/100% 64px no-repeat;
  width: 100%;
  height: 64px;
  top: 0;
  left: 0;
}
#top__menu .ttl03 {
  width: fit-content;
  position: relative;
  padding-bottom: var(--margin-20);
  background: url(/img/common/border__img__01_01g.png) left bottom repeat-x;
  position: relative;
  padding-left: var(--margin-35);
  margin-bottom: var(--margin-40);
}
#top__menu .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__caesar__01_01.png) center center/contain no-repeat;
  width: 26px;
  height: 35px;
  left: 0;
  top: 40%;
  translate: 0 -50%;
}
#top__menu .ttl03 .ja {
  font-size: var(--font-size-46);
}
#top__menu .cont__menu {
  position: relative;
  min-height: 480px;
}
#top__menu .cont__menu .item-img {
  position: absolute;
  right: -100px;
  top: -120px;
}
#top__menu .cont__menu .item-img::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_02.png) center center/contain no-repeat;
  width: 210px;
  height: 253px;
  bottom: -30px;
  left: -85px;
}
#top__menu .cont__menu .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--col--base-y);
  width: 910px;
  height: 230px;
  bottom: -50px;
  left: 50px;
  border-radius: 20px 0 0 20px;
}
#top__menu .cont__menu .item-note {
  width: 400px;
  margin-bottom: var(--margin-30);
}
#top__menu .cont__menu .item-note small {
  line-height: 2;
  display: block;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: url(/img/common/top__case__bg_img_01.png) center top/100% 550px no-repeat;
}
#top__case .inner {
  padding-top: 130px;
  padding-bottom: 140px;
}
#top__case .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__case .lead-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__case .lead-text p {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4), 0px 0px 7px rgba(255, 255, 255, 0.4);
}
#top__case .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 50px;
  margin-bottom: var(--margin-60);
}
#top__case .cont__post .block__post {
  width: calc((100% - 110px) / 3);
  background: var(--col--base-y);
  border-radius: 20px;
  position: relative;
  top: 0;
  transition: ease 0.2s;
}
#top__case .cont__post .block__post a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#top__case .cont__post .block__post a .ttl04 {
  order: 2;
  overflow: hidden;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top__case .cont__post .block__post a .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#top__case .cont__post .block__post a .item-img {
  order: 1;
  margin-bottom: var(--margin-15);
  width: 100%;
  height: 270px;
  border-radius: 20px;
}
#top__case .cont__post .block__post:hover {
  opacity: 0.7;
  top: -3px;
}
#top__case .com__btn_01 {
  margin: 0 auto;
}

/* top__reserve
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__reserve {
  background: var(--col--base-y);
  padding-bottom: 120px;
}
.common__reserve .inner {
  width: 1800px;
  padding-top: 0;
  background: var(--col--acc-01);
  padding: 120px clamp(140px, 50vw - 500px,360px);;
  border-radius: 60px;
}
.common__reserve .wrap__reserve {
  background: #fff;
  width: 1080px;
  padding: 75px 75px;
  border-radius: 30px;
  position: relative;
}
.common__reserve .wrap__reserve::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_03.png) center center/contain no-repeat;
  width: 109px;
  height: 258px;
  right: -26px;
  top: -58px;
}
.common__reserve .wrap__reserve::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_04.png) center center/contain no-repeat;
  width: 184px;
  height: 255px;
  left: -58px;
  bottom: -71px;
}
.common__reserve .wrap__reserve .ttl03 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  padding: 0 10px;
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-40);
  background: url(/img/common/border__img__01_02o.png) left bottom repeat-x;
}
.common__reserve .wrap__reserve .ttl03 .ja {
  font-size: var(--font-size-50);
  color: var(--col--acc-01);
  font-weight: 500;
  letter-spacing: 0.12em;
}
.common__reserve .wrap__reserve .lead-text {
  text-align: center;
  margin-bottom: var(--margin-50);
}
.common__reserve .wrap__reserve .group__contact {
  gap: 60px;
}
.common__reserve .wrap__reserve .group__contact .com__btn_01 span {
  position: relative;
  padding-left: var(--margin-45);
}
.common__reserve .wrap__reserve .group__contact .com__btn_01 span::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 32px;
  height: 32px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.common__reserve.on_top {
  background: #fff;
}

/* top__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__faq {
  position: relative;
}
#top__faq::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_02.png) center center/contain no-repeat;
  width: 281px;
  height: 469px;
  left: 0;
  bottom: -90px;
}
#top__faq .inner {
  padding-top: 170px;
}
#top__faq .ttl03 {
  width: fit-content;
  position: relative;
  padding-bottom: var(--margin-20);
  background: url(/img/common/border__img__01_01g.png) left bottom repeat-x;
  position: relative;
  padding-left: var(--margin-35);
  margin-bottom: var(--margin-40);
}
#top__faq .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__caesar__01_01.png) center center/contain no-repeat;
  width: 26px;
  height: 35px;
  left: 0;
  top: 40%;
  translate: 0 -50%;
}
#top__faq .ttl03 .ja {
  font-size: var(--font-size-46);
}
#top__faq .cont__post {
  position: relative;
  margin-bottom: var(--margin-45);
}
#top__faq .cont__post::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_05.png) center center/contain no-repeat;
  width: 160px;
  height: 194px;
  right: 0;
  top: 0;
  translate: 0 -100%;
}
#top__faq .cont__post .block__post {
  background: var(--col--base-y);
  padding: 40px;
  border-radius: 20px;
  margin-bottom: var(--margin-25);
}
#top__faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#top__faq .cont__post .block__post dt,
#top__faq .cont__post .block__post dd {
  line-height: 1.7;
  padding-left: var(--margin-40);
}
#top__faq .cont__post .block__post dt {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
}
#top__faq .cont__post .block__post dt::before {
  content: "Q";
  position: absolute;
  color: var(--col--main-01);
  font-size: var(--font-size-35);
  left: 0;
  top: -15px;
}
#top__faq .cont__post .block__post dd {
  font-size: var(--font-size-16);
  letter-spacing: 0.013em;
  font-weight: 400;
  position: relative;
}
#top__faq .cont__post .block__post dd::before {
  content: "A";
  position: absolute;
  color: var(--col--acc-01);
  font-size: var(--font-size-35);
  left: 0;
  top: -20px;
}
#top__faq .com__btn_01 {
  margin: 0 auto;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed var(--col--acc-01);
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  letter-spacing: 0.012em;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  margin-bottom: var(--margin-15);
  letter-spacing: 0.12em;
  margin-right: var(--margin-20);
}
.unit-latest .tag_list {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-01);
  border-radius: 12px;
  padding: 2px 7px;
  color: #fff;
  font-size: var(--font-size-14);
}
.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: -10px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-01);
  border-radius: 12px;
  padding: 2px 7px;
  color: #fff;
  font-size: var(--font-size-14);
}

#top__news {
  min-height: 430px;
  background: var(--col--base-y);
}
#top__news .inner {
  position: relative;
  padding: 130px 0;
}
#top__news .ttl03 {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 130px;
  padding-bottom: var(--margin-20);
  background: url(/img/common/border__img__01_02g.png) left bottom repeat-x;
  padding-left: var(--margin-35);
  margin-bottom: var(--margin-40);
}
#top__news .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__caesar__01_01.png) center center/contain no-repeat;
  width: 26px;
  height: 35px;
  left: 0;
  top: 40%;
  translate: 0 -50%;
}
#top__news .ttl03 .ja {
  font-size: var(--font-size-46);
}
#top__news .cont-latest {
  background: #fff;
  width: 780px;
  margin-left: auto;
  padding: 45px;
  border-radius: 20px;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed var(--col--acc-01);
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  letter-spacing: 0.012em;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-17);
  margin-bottom: var(--margin-15);
  letter-spacing: 0.12em;
  margin-right: var(--margin-20);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: var(--col--acc-01);
  border-radius: 12px;
  padding: 2px 7px;
  color: #fff;
  font-size: var(--font-size-14);
}
#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: -10px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 250px;
  width: 230px;
  margin: 0 auto;
}

/* common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.common__nav .inner {
  padding-top: 0;
}
.common__nav .list-nav {
  gap: 60px;
}
.common__nav .list-nav .item {
  width: calc((100% - 60px) / 2);
  height: 160px;
  border-radius: 30px;
  position: relative;
  bottom: 0;
  transition: ease 0.25s;
}
.common__nav .list-nav .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: var(--col--main-01);
  box-shadow: 0 5px 0 #317e71;
  transition: ease 0.25s;
}
.common__nav .list-nav .item .ttl03 .ja {
  font-size: var(--font-size-38);
  color: #fff;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  position: relative;
  padding-right: var(--margin-15);
}
.common__nav .list-nav .item .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  translate: 100% -50%;
}
.common__nav .list-nav .item:hover {
  bottom: -5px;
  opacity: 0.7;
}
.common__nav .list-nav .item:hover a {
  box-shadow: 0 0 0 #317e71;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__service {
  background: var(--col--base-y);
  padding: 50px 0 20px;
  position: relative;
  z-index: 1;
}
#menu__service .inner {
  width: 95%;
  max-width: 1800px;
  min-width: 1280px;
  padding: 100px clamp(100px, 50vw - 580px, 310px);
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  position: relative;
}
#menu__service .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: -60px;
  bottom: -90px;
}
#menu__service .ttl03 .ja {
  font-size: var(--font-size-40);
}
#menu__service .cont__service .block__service {
  min-height: 330px;
  position: relative;
  margin-bottom: var(--margin-80);
}
#menu__service .cont__service .block__service:last-child {
  margin-bottom: 0;
}
#menu__service .cont__service .block__service .ttl04 {
  width: 480px;
  padding-bottom: var(--margin-30);
  background: url(/img/common/border__img__01_01g.png) left bottom repeat-x;
  margin-bottom: var(--margin-10);
}
#menu__service .cont__service .block__service .ttl04 .ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.08em;
}
#menu__service .cont__service .block__service .item-img {
  position: absolute;
  right: 0;
  top: 0;
  width: max-content;
}
#menu__service .cont__service .block__service .item-text {
  width: 480px;
}
#menu__service .cont__service .block__service .item-text p {
  letter-spacing: 0.05em;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
}
#menu__service .cont__service .block__service_01 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/menu/menu__service__deco_01.png) center center/contain no-repeat;
  width: 143px;
  height: 193px;
  right: -30px;
  bottom: -20px;
}
#menu__service .cont__service .block__service_02 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/menu/menu__service__deco_02.png) center center/contain no-repeat;
  width: 100px;
  height: 183px;
  right: -30px;
  bottom: -20px;
}
#menu__service .cont__service .block__service_03 .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/menu/menu__service__deco_03.png) center center/contain no-repeat;
  width: 177px;
  height: 157px;
  right: -30px;
  bottom: -20px;
}

/* menu__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__price {
  z-index: 0;
  background: url(/img/common/deco__shape__01_02.png) left bottom no-repeat, var(--col--base-y);
  position: relative;
}
#menu__price .cont__post .block__post {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  padding-top: 0;
  border-radius: 40px 40px 20px 20px;
  margin-bottom: var(--margin-60);
}
#menu__price .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#menu__price .cont__post .block__post .ttl04 {
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background: var(--col--main-01);
  padding: 20px 50px;
  margin-bottom: var(--margin-30);
}
#menu__price .cont__post .block__post .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
  font-size: var(--font-size-24);
  color: #fff;
}
#menu__price .cont__post .block__post .list__price {
  width: 1000px;
  margin: 0 auto;
}
#menu__price .cont__post .block__post .list__price .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#menu__price .cont__post .block__post .list__price .item:last-child {
  padding-bottom: 0;
  border-bottom: unset;
  margin-bottom: 0;
}
#menu__price .cont__post .block__post .list__price .item .ttl05 {
  position: relative;
  width: 700px;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  font-weight: 500;
}
#menu__price .cont__post .block__post .list__price .item .ttl05::before {
  content: "・・・・";
  letter-spacing: 0;
  position: absolute;
  font-size: var(--font-size-20);
  color: #a1a1a1;
  right: 0;
  translate: 100% 0;
}
#menu__price .cont__post .block__post .list__price .item .price {
  text-align: end;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 200px;
}

/* menu__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu__nav {
  background: var(--col--base-y);
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  background: var(--col--base-y);
  padding: 50px 0 100px;
  position: relative;
  z-index: 0;
}
#case .inner {
  width: 95%;
  max-width: 1800px;
  min-width: 1280px;
  padding: 100px clamp(100px, 50vw - 580px, 310px);
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  position: relative;
}
#case .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: -60px;
  bottom: -90px;
}
#case .ttl03 .ja {
  font-size: var(--font-size-40);
}
#case .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 50px;
}
#case .cont__post .block__post {
  width: calc((100% - 110px) / 3);
  background: var(--col--base-y);
  border-radius: 20px;
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#case .cont__post .block__post a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
#case .cont__post .block__post a .ttl04 {
  order: 2;
  overflow: hidden;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .cont__post .block__post a .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#case .cont__post .block__post a .item-img {
  order: 1;
  margin-bottom: var(--margin-15);
  width: 100%;
  height: 270px;
  border-radius: 20px;
}
#case .cont__post .block__post:hover {
  opacity: 0.7;
  top: -3px;
}

/* case__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case__nav {
  background: var(--col--base-y);
}
/* case__in_post
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post {
  padding: 80px 0;
}
.case__in_post .inner {
  background: var(--col--base-y);
  padding: 40px;
  border-radius: 20px;
}
.case__in_post .ttl03 {
  position: relative;
  margin-bottom: var(--margin-35);
}
.case__in_post .ttl03 .ja {
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.05em;
}
.case__in_post .item-img {
  width: 550px;
  height: 550px;
  margin: 0 auto;
  margin-bottom: var(--margin-25);
  border-radius: 20px;
}
.case__in_post .item-text {
  position: relative;
  margin-bottom: var(--margin-25);
}
.case__in_post .item-text p {
  line-height: 1.6;
}
.case__in_post .unit-imglist {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
.case__in_post .unit-imglist .unit-imglist-item {
  width: calc((100% - 40px) / 2);
  height: 480px;
  border-radius: 20px;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}

/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq {
  background: var(--col--base-y);
  padding: 50px 0 100px;
  position: relative;
  z-index: 0;
}
#faq .inner {
  width: 95%;
  max-width: 1800px;
  min-width: 1280px;
  padding: 100px clamp(100px, 50vw - 580px, 310px);
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  position: relative;
}
#faq .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: -60px;
  bottom: -90px;
}
#faq .cont__post .block__post {
  margin-bottom: var(--margin-50);
}
#faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#faq .cont__post .block__post dt {
  width: 100%;
  background: var(--col--main-01);
  color: #fff;
  padding: 20px 30px;
  padding-left: 70px;
  border-radius: 30px;
  position: relative;
  font-size: var(--font-size-24);
  font-weight: 500;
}
#faq .cont__post .block__post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 15px;
  top: 9px;
}
#faq .cont__post .block__post dd {
  width: 100%;
  padding: 20px 30px;
  padding-left: 70px;
  position: relative;
  line-height: 1.7;
  font-size: var(--font-size-17);
  font-weight: 500;
}
#faq .cont__post .block__post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 15px;
  top: 23px;
}

#faq__nav {
  background: var(--col--base-y);
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__greeting {
  background: var(--col--base-y);
  padding: 50px 0 100px;
  position: relative;
  z-index: 0;
}
#guide__greeting .inner {
  width: 95%;
  max-width: 1800px;
  min-width: 1280px;
  padding: 140px clamp(100px, 50vw - 580px, 310px) 100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 60px;
  position: relative;
}
#guide__greeting .inner::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: -60px;
  bottom: -90px;
}
#guide__greeting .ttl03 span.ja {
  font-size: var(--font-size-40);
}
#guide__greeting .block__representative .ttl04 {
  width: 870px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 0px 0px 5.4px 3px rgba(244, 145, 78, 0.4);
  margin-bottom: var(--margin-30);
  text-align: center;
  border-radius: 17px;
}
#guide__greeting .block__representative .ttl04 .ja {
  font-size: var(--font-size-30);
  color: var(--col--acc-01);
  font-weight: 500;
  letter-spacing: 0.06em;
}
#guide__greeting .block__representative .item-text {
  text-align: center;
}
#guide__greeting .block__representative .item-text p {
  font-family: var(--fot--Noto-Sans);
}

/* guide__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__info {
  background: url(/img/common/deco__shape__01_02.png) left bottom no-repeat, var(--col--base-y);
}
#guide__info .inner {
  padding-top: 30px;
}
/* guide__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__security {
  background: url(/img/common/separate__block__01_01o.svg) center top/100% 64px no-repeat, #fff;
}
#guide__security .inner {
  padding-top: 230px;
}
#guide__security .item-text {
  position: relative;
  width: 100%;
  background: var(--col--base-y);
  padding: 40px;
  border-radius: 20px;
}
#guide__security .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__illust__01_05.png) center center/contain no-repeat;
  width: 160px;
  height: 194px;
  right: 0;
  top: 0;
  translate: 0 -100%;
}

.wrap__contact {
  background: var(--col--base-y);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.wrap__contact_in {
  max-width: 1800px;
  width: 95%;
  min-width: 1280px;
  margin: 0 auto;
  background: #fff;
  padding: 0px 310px;
  border-radius: 60px;
  position: relative;
}
.wrap__contact_in::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_01.png) center center/contain no-repeat;
  width: 362px;
  height: 499px;
  right: -60px;
  bottom: -90px;
}

#contact__about .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#contact__about .item-text {
  text-align: center;
  margin-bottom: var(--margin-25);
}
#contact__about .group__contact {
  width: 690px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 35px;
  background: var(--col--base-y);
}
#contact__about .group__contact .com__tel {
  margin-bottom: var(--margin-20);
}
#contact__about .group__contact .times {
  text-align: center;
  line-height: 1.8;
}
#contact__about .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-50);
}

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

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

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

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

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

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

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

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