@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: -3px;
  left: 0;
}

html {
  scroll-padding-top: 25vw;
}


#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 105px;
  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;
  background: #fff;
  padding: 5vw 5vw;
  border-radius: 0 0 2vw 0;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: 0;
  }
  #header .item-logo img {
    height: auto;
    height: 9vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: #fff;
  padding: 5vw 5vw;
  border-radius: 2vw;
  margin-right: var(--margin-20);
  margin-top: 3px;
}
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
  font-size: var(--font-size-17);
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
}
#nav .list-nav-item a:hover {
  border-bottom: 2px solid var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url(/img/mv/mv__img_01.png) center top/180% auto no-repeat, url(/img/mv/mv__img_02.png) center bottom/180% auto no-repeat, url(/img/mv/mv__deco_01.png) left 210px bottom 160px no-repeat, url(/img/mv/mv__deco_01.png) right 200px top 20px no-repeat, #f2f5e9;
}
#mv .mv-catch-wrap {
  position: absolute;
  left: 50%;
  top: 57%;
  translate: -50% -50%;
}
#mv .mv-catch-wrap .mv-catch {
  margin-bottom: var(--margin-40);
}
#mv .mv-catch-wrap .mv-catch .main {
  margin-bottom: var(--margin-30);
  margin-bottom: 3vw;
}
#mv .mv-catch-wrap .mv-catch .main img {
  width: 57vw;
}
#mv .mv-catch-wrap .mv-catch .sub img {
  width: 92vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45vw;
  background: url(/img/sv/sv__deco_01.png) left 50px top no-repeat, #f2f5e9;
}
#sv .sv-img {
  position: absolute;
        width: 78vw;
        height: 37vw;
  right: -10vw;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 71%;
  translate: 0 -50%;
  left: -29vw;
  color: var(--col--main-02);
  width: fit-content;
}
#sv .sv-catch .en {
  font-size: var(--font-size-24);
  font-size: 3.8vw;
  font-family: var(--fot--M_PLUS_R_1c);
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: .2vw;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-10);
  width: fit-content;
  margin-left: 1vw;
}
#sv .sv-catch .ja {
  font-size: var(--font-size-50);
  font-family: var(--fot--Kiwi-Maru);
  font-size: 5.5vw;
  font-weight: 500;
}
@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-case {
  background: url(../img/sv/sv__case.png) center center/cover no-repeat;
}

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

.sv-service {
  background: url(../img/sv/sv__service.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;
  z-index: 0;
  width: 100%;
  background: #f0f6df;
}
#footer .inner {
  width: 100%;
        border-top: 1px solid transparent;
}
/* #footer::before {
  z-index: 5;
  content: "";
  position: absolute;
  background: var(--sep--shape-01-b);
  width: 100%;
  height: 18vw;
  top: 0;
  translate: 0 -100%;
  left: 0;
} */
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#footer .item-logo img {
  height: 11vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-bottom: var(--margin-20);
}
@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 nav .list-nav {
  gap: 3vw;
}
#footer nav .list-nav-item {
  position: relative;
  width: fit-content;
}
#footer nav .list-nav-item::before {
  content: "";
  height: 100%;
  border-right: 1px solid var(--col--txt-01);
  position: absolute;
  right: -20px;
}
#footer nav .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-16);
  font-family: var(--fot--Kiwi-Maru);
}
@media screen and (max-width: 767px) {
  #footer nav .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--txt-01);
  opacity: 0.6;
  font-size: 2.5vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}
#footer .footer__contact {
  padding: 5vw 5vw;
  padding: 8vw 5vw;
  background: #fff;
  border-radius: 2vw;
  box-shadow: 2vw 2vw 0 #d2d6c8;
  gap: 5vw;
  width: 100%;
  width: 90%;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
  flex-direction: column;
  align-items: center;
  margin-top: -19vw;
}
#footer .footer__contact .block-text .ttl03 {
  z-index: 0;
  position: relative;
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#footer .footer__contact .block-text .ttl03 .ja {
  display: inline-block;
  font-size: var(--font-size-36);
  font-size: 5.5vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  position: relative;
}
#footer .footer__contact .block-text .ttl03 .ja::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 15px;
  background: var(--col--acc-03);
  border-radius: 10px;
  bottom: -5px;
}
#footer .footer__contact .block-text .item-text {
  text-align: center;
}
#footer .footer__contact .block-text .item-text p {
  font-size: var(--font-size-17);
  font-size: 3.7vw;
}
#footer .footer__contact .block-contact a {
  margin-bottom: var(--margin-15);
  margin-bottom: 6vw;
}
#footer .footer__contact .block-contact dl.com__tel {
  margin: 0 auto;
  position: relative;
  margin-bottom: var(--margin-15);
}
#footer .footer__contact .block-contact dl.com__tel dd a.tel-num {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
#footer .footer__contact .block-contact dl.com__tel dd img.tel-attention {
  margin: 0 auto;
}
#footer .item-address {
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-40);
}
#footer .item-map {
  width: 90%;
  height: 45vw;
  border-radius: 2vw;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#footer .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 2vw;
}
#footer .wrap-copy {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: var(--margin-20);
  padding-bottom: var(--margin-20);
  flex-direction: column-reverse;
  gap: 5vw;
}
#footer .wrap-copy .copyright {
  width: fit-content;
}
#footer .wrap-copy .copyright small {
  color: var(--col--txt-01);
}
#footer .wrap-copy .list-sublink {
  gap: 3vw;
  width: fit-content;
}
#footer .wrap-copy .list-sublink-item {
  font-size: var(--font-size-14);
  font-weight: 400;
  position: relative;
  font-size: 3.4vw;
}
#footer .wrap-copy .list-sublink-item:last-of-type::before {
  display: none;
}

.fixed_btn {
  z-index: 5;
  padding: 5vw 5vw;
  background: var(--col--acc-01);
  box-shadow: 5px 5px 0 #c0941d;
  position: fixed;
  right: 0;
  width: 20px;
  top: 120px;
  border-radius: 1.5vw 0 0 1.5vw;
  transition: ease 0.2s;
}
.fixed_btn .ja {
  writing-mode: vertical-rl;
  font-size: var(--font-size-17);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  position: relative;
  padding-top: 20px;
}
.fixed_btn .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__a_02.png) center center/contain no-repeat;
  width: 22px;
  height: 16px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.fixed_btn:hover {
  box-shadow: 0 0 0 #c0941d;
  translate: 5px 5px 0;
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 20px;
  width: fit-content;
  bottom: 20px;
  transition: ease 0.2s;
}
.pagetop:hover {
  opacity: 0.6;
  bottom: 25px;
}

.wrap-allover {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: var(--sep--shape-01-t);
}
#top__worries .inner {
  padding-top: 25vw;
  padding-bottom: var(--margin-30);
}
#top__worries .ttl03 {
  margin: 0 auto;
  width: fit-content;
  display: block;
  margin-bottom: var(--margin-60);
}
#top__worries .ttl03 .en {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-family: var(--fot--homemade_apple);
  font-size: 11vw;
  color: #f2f5e9;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: -5vw;
}
#top__worries .ttl03 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-size: var(--font-size-42);
  font-size: 5.5vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
  position: relative;
}
#top__worries .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: -7vw;
  bottom: 0vw;
}
#top__worries .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  right: -7vw;
  bottom: 0vw;
}
#top__worries .list-worries {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 7vw;
  position: relative;
  justify-content: center;
}
#top__worries .list-worries::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__c_01.png) center center/contain no-repeat;
        width: 7vw;
        height: 8vw;
        left: 50%;
        translate: -50% 0;
        bottom: -12vw;
}
#top__worries .list-worries-item {
  overflow: hidden;
  border: 5px solid #ebefdf;
  border-radius: 2vw;
  height: 69vw;
  position: relative;
  padding-top: 2vw;
  background: url(/img/top/top__worries__frame_01.png) top -2vw center/66vw no-repeat, #ddeece;
}
#top__worries .list-worries-item .text {
  text-align: center;
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  font-size: 4vw;
}
#top__worries .list-worries-item .text .str-01 {
  color: var(--col--main-01);
  font-weight: 700;
}
#top__worries .list-worries-item .item-img {
  position: absolute;
  width: max-content;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#top__worries .list-worries-item .item-img img {
  width: 100%;
  height: 43vw;
  object-fit: contain;
}
#top__worries .list-worries-item:nth-of-type(1) .item-img {
  left: 13vw;
}
#top__worries .list-worries-item:nth-of-type(3) .item-img {
  left: 24vw;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  padding-top: var(--margin-70);
  padding-bottom: var(--margin-50);
}
#top__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  text-align: center;
}
#top__about .ttl03 .ja {
  z-index: 0;
  position: relative;
  line-height: 1.8;
  margin-bottom: var(--margin-10);
}
#top__about .ttl03 .ja .str-01 {
  position: relative;
}
#top__about .ttl03 .ja .str-01::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 15px;
  background: var(--col--acc-02);
  border-radius: 10px;
  bottom: 4px;
}
#top__about .topic-about {
  --column-gap: 5vw;
  --row-gap: 0px;
  position: relative;
  margin-bottom: var(--margin-60);
}
#top__about .topic-about .item-img {
  width: 100%;
  margin-bottom: 5vw;
}
#top__about .topic-bnr {
  width: 100%;
  border-radius: 4vw;
  background: var(--col--main-02);
  box-shadow: 5px 5px 0 var(--col--main-01);
  padding: 5vw 5vw;
  position: relative;
  outline: 1px dashed #a5e271;
  outline-offset: -2vw;
}
#top__about .topic-bnr::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__bg_deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  top: 0vw;
}
#top__about .topic-bnr .ttl04 {
  margin-bottom: var(--margin-25);
  text-align: center;
  margin-bottom: 18vw;
}
#top__about .topic-bnr .ttl04 .ja {
  font-size: var(--font-size-36);
  color: var(--col--acc-02);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 2px solid #9fd84e;
  font-size: 4.8vw;
}
#top__about .topic-bnr .item-btn {
  position: absolute;
  width: 37vw;
  aspect-ratio: 1;
  background: var(--col--acc-03);
  box-shadow: 5px 5px 0 #c2b558;
  border-radius: 50%;
  margin: 0 auto;
  right: 3vw;
  bottom: 3vw;
}
#top__about .topic-bnr .item-btn .text {
  font-size: var(--font-size-17);
  font-size: 3.6vw;
  font-family: var(--fot--Kiwi-Maru);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  position: relative;
  padding-top: 9vw;
  padding-bottom: 6vw;
}
#top__about .topic-bnr .item-btn .text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__icon_document.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  top: 0vw;
  left: 50%;
  translate: -50% 0;
}
#top__about .topic-bnr .item-btn .text::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__icon_arrow.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  bottom: 0vw;
  left: 50%;
  translate: -50% 0;
}
#top__about .topic-bnr .item-btn .comment {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-size: var(--font-size-14);
  position: absolute;
  left: -35px;
  top: -4px;
  rotate: -48deg;
  font-size: 3vw;
}
#top__about .topic-bnr .item-btn .comment::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__b_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: -2vw;
  bottom: 0vw;
}
#top__about .topic-bnr .item-btn .comment::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__b_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: -2vw;
  bottom: 0vw;
}
#top__about .topic-bnr .item-text {
  width: 55%;
}
#top__about .topic-bnr .item-text p {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-20);
  letter-spacing: 0;
  font-size: 3.7vw;
  color: #fff;
}

/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: var(--sep--shape-02-b);
}
#top__case .inner {
  width: 100%;
  padding-top: var(--margin-50);
  padding-bottom: 20vw;
}
#top__case .wrap-case {
  width: 100%;
  margin: 0 auto;
  padding: 5vw 5vw;
  border: 4.5vw solid #f9f9f5;
  background: #f2f5e9;
  border-radius: 4vw;
  position: relative;
}
#top__case .wrap-case .ttl03 {
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: var(--margin-50);
}
#top__case .wrap-case .ttl03 .ja {
  margin-bottom: 3vw;
}
#top__case .wrap-case .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 7vw;
}
#top__case .wrap-case .cont-post .block-post .ttl04 {
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #babeb2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .wrap-case .cont-post .block-post .ttl04 .ja {
  font-size: 3.5vw;
}
#top__case .wrap-case .cont-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 30vw;
  border-radius: 2vw;
  border: 1.5vw solid #fff;
  margin-bottom: var(--margin-15);
}
/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: var(--col--base-01);
}
#top__service .inner {
  padding-top: 0;
  padding-bottom: 0;
}
#top__service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__service nav {
  margin-bottom: var(--margin-70);
}
#top__service nav .list-service {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 9vw;
}
#top__service nav .list-service-item {
  background: #fff;
  border-radius: 2vw;
}
#top__service nav .list-service-item a {
  border: 4px solid var(--col--main-02);
  box-shadow: 6px 6px 0 var(--col--main-01);
  padding: 5vw 5vw;
  border-radius: 2vw;
  position: relative;
}
#top__service nav .list-service-item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  right: 4vw;
  top: 4vw;
}
#top__service nav .list-service-item a .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 2px dotted #d6f0bf;
  margin-bottom: var(--margin-20);
}
#top__service nav .list-service-item a .ttl04 .ja {
  font-size: var(--font-size-30);
  font-size: 4.7vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
}
#top__service .list-link {
  margin: 0 auto;
  width: fit-content;
  gap: 3vw;
  flex-direction: column;
  width: 95%;
}
#top__service .list-link-item {
  width: 100%;
}
#top__service .list-link-item .com__btn_01 {
  width: 100%;
  border-radius: 2vw;
}
#top__service .list-link-flow .com__btn_01 {
  --height: 15vw;
  padding-left: 8vw;
}
#top__service .list-link-flow .com__btn_01 span {
  padding-left: 7vw;
}
#top__service .list-link-flow .com__btn_01 span::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__btn_flow.png) center center/contain no-repeat;
  width: 9vw;
  height: 9vw;
  left: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#top__service .list-link-faq .com__btn_01 {
  padding-left: 8vw;
}
#top__service .list-link-faq .com__btn_01 span {
  padding-left: 7vw;
}
#top__service .list-link-faq .com__btn_01 span::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__btn_faq.png) center center/contain no-repeat;
  width: 9vw;
  height: 9vw;
  left: 3vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__cost
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__cost {
  background: var(--sep--shape-02-t);
}
#top__cost .inner {
  width: 100%;
  padding-bottom: var(--margin-50);
  padding-top: 10vw;
  margin-bottom: 0vw;
}
#top__cost .wrap-cost {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 2px dotted var(--col--main-02);
  outline: 3vw solid #fff;
  outline-offset: -4vw;
  background: url(/img/top/top__cost__bg_deco_01.png) right 5vw top 5vw/5vw no-repeat, url(/img/top/top__cost__bg_img_01.png) center top 41vw/90% no-repeat, var(--col--base-01);
  border-radius: 4vw;
  padding: 10vw 8vw;
}
#top__cost .wrap-cost .ttl03 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-70);
  margin-top: 4vw;
}
#top__cost .wrap-cost .ttl03 .sub {
  font-size: var(--font-size-24);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: var(--margin-20);
}
#top__cost .wrap-cost .ttl03 .sub::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__c_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: -7vw;
  bottom: 0vw;
}
#top__cost .wrap-cost .ttl03 .sub::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__c_02.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  right: -7vw;
  bottom: 0vw;
}
#top__cost .wrap-cost .ttl03 .ja {
  margin-bottom: 3vw;
}
#top__cost .wrap-cost .item-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4vw;
}
#top__cost .wrap-cost .item-img img {
  margin-left: 15vw;
  width: 56%;
}
#top__cost .wrap-cost .item-text {
  width: 100%;
  margin-left: auto;
  text-align: left;
  margin-bottom: var(--margin-45);
}
#top__cost .wrap-cost .item-text br {
  display: none;
}
#top__cost .wrap-cost .com__btn_01 {
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed var(--col--main-02);
  margin-bottom: var(--margin-40);
  transition: ease 0.2s;
  position: relative;
  right: 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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  font-size: 3.6vw;
  margin-bottom: 4vw;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-02);
  font-size: var(--font-size-20);
  margin-right: var(--margin-20);
  margin-bottom: 4vw;
  font-size: 3.6vw;
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: 3vw;
  justify-content: end;
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 1.5vw;
  padding: 1vw 2vw;
  font-size: 3.2vw;
}
.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--main-02);
  right: -5px;
}
.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 1.5vw;
  padding: 1vw 2vw;
  font-size: 3.2vw;
}
#top__news {
    background: var(--sep--shape-01-b);
  /* border-bottom: 30px solid #f9f9f5; */
  position: relative;
}
#top__news .inner {
  position: relative;
  padding-top: var(--margin-50);
  margin-top: 3vw;
    padding-bottom: 27vw;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 10vw;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px dashed var(--col--main-02);
  margin-bottom: var(--margin-40);
  transition: ease 0.2s;
  position: relative;
  right: 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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  font-size: 3.6vw;
  margin-bottom: 4vw;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--main-02);
  font-size: var(--font-size-20);
  margin-right: var(--margin-20);
  margin-bottom: 4vw;
  font-size: 3.6vw;
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: 3vw;
  justify-content: end;
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 1.5vw;
  padding: 1vw 2vw;
  font-size: 3.2vw;
}
#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--main-02);
  right: -5px;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg__shape__a_01_02.png) left top 27vw/40vw no-repeat, url(/img/common/bg__shape__a_02_02.png) right bottom 12vw/40vw no-repeat, #f2f5e9;
}
#about__greeting .item-text {
  position: relative;
  text-align: left;
}
#about__greeting .item-text br {
  display: none;
}
#about__greeting .item-text p.name {
  font-weight: 700;
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  border-top: 30px solid #f9f9f5;
  border-bottom: 30px solid #f9f9f5;
}
#about__feature .block-feature {
  padding: 5vw 5vw;
  border-radius: 4vw;
  background: #f2f5e9;
  margin-bottom: var(--margin-50);
  --column-gap: 0px;
  --row-gap: 0px;
}
#about__feature .block-feature:last-child {
  margin-bottom: 0;
}
#about__feature .block-feature .ttl04 {
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  padding-bottom: var(--margin-25);
  border-bottom: 2px dotted var(--col--main-02);
  margin-bottom: var(--margin-25);
  margin-bottom: 7vw;
  gap: 3vw;
}
#about__feature .block-feature .ttl04 .num {
  color: var(--col--main-01);
}
#about__feature .block-feature .item-img {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  position: relative;
  margin-bottom: 5vw;
}
/* about__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__area {
  background: #f2f5e9;
}
#about__area .topic-area {
  overflow: hidden;
  position: relative;
  border: 2px solid var(--col--main-02);
  height: 60vw;
  background: #fff;
  border-radius: 4vw;
  padding-right: 5vw;
  padding: 7vw 4vw;
  align-items: end;
}
#about__area .topic-area .item-img {
  position: absolute;
  left: 0;
  top: 0;
}
#about__area .topic-area .item-text p {
  position: relative;
  z-index: 0;
  font-size: var(--font-size-20);
  font-weight: 500;
}
#about__area .topic-area .item-text p .str-01 {
  position: relative;
}
#about__area .topic-area .item-text p .str-01::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 9px;
  background: var(--col--acc-02);
  border-radius: 10px;
  bottom: -1px;
}

/* about__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__company {
    background: var(--sep--shape-01-b);
  border-top: 30px solid #f9f9f5;
  /* border-bottom: 30px solid #f9f9f5; */
  position: relative;
}
#about__company::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 20vw;
  width: 100%;
  left: 0;
  bottom: -20vw;
  background: #f2f5e9;
}
#about__company .inner {
  padding-bottom: 27vw;
}
#about__company .topic-info {
  margin: 0 auto;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#about__company .topic-access {
  width: 100%;
}
#about__company .topic-access .item-map {
  width: 100%;
  height: 50vw;
  min-height: 200px;
  border-radius: 2vw;
}
#about__company .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 2vw;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__about {
  background: #f2f5e9;
}
#service__about .inner{
  padding-top: 15vw;
}
#service__about .list__btn .list-btn {
  --num: 1;
  --column-gap: 3vw;
  --row-gap: 3vw;
  margin-bottom: 10vw;
}
#service__about .list__btn .list-btn-item a {
  --width: 100%;
}
#service__about .list__btn .list-btn-item a::before {
  content: "";
  position: absolute;
  rotate: 90deg;
}
#service__about .topic-about {
  background: #fff;
  padding: 7vw 5vw;
  border-radius: 4vw;
  box-shadow: 2vw 2vw 0 var(--col--main-01);
  margin-bottom: 10vw;
  position: relative;
}
#service__about .topic-about:last-child {
  margin-bottom: 0;
}
#service__about .topic-about .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 3px dotted var(--col--main-02);
  margin-bottom: var(--margin-30);
  text-align: center;
}
#service__about .topic-about .ttl04 .ja {
  font-size: var(--font-size-42);
  font-weight: 500;
  font-size: 5.5vw;
  font-family: var(--fot--Kiwi-Maru);
}
#service__about .topic-about .wrap-text {
  margin-bottom: var(--margin-40);
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 0;
}
#service__about .topic-about .wrap-text .item-img {
  margin-bottom: 4vw;
}
#service__about .topic-about .block-works .ttl05 {
  margin: 0 auto;
  width: fit-content;
  display: block;
  margin-bottom: var(--margin-30);
  text-align: center;
}
#service__about .topic-about .block-works .ttl05 .ja {
  position: relative;
  font-size: var(--font-size-30);
  font-size: 5.4vw;
  line-height: 1.4;
  font-weight: 500;
  color: var(--col--main-02);
  font-family: var(--fot--Kiwi-Maru);
}
#service__about .topic-about .block-works .ttl05 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__c_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: -7vw;
  bottom: 1vw;
}
#service__about .topic-about .block-works .ttl05 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__c_02.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: -7vw;
  bottom: 1vw;
}
#service__about .topic-about .block-works .list-works {
  background: #f2f5e9;
  border-radius: 1.5vw;
  padding: 5vw 5vw;
}
#service__about .topic-about .block-works .list-works-item {
  position: relative;
  text-align: left;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
}
#service__about .topic-about .block-works .list-works-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#service__about .topic-about .block-works .list-works-item .text {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding-left: 6vw;
  line-height: 1.4;
  font-size: var(--font-size-20);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
}
#service__about .topic-about .block-works .list-works-item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 1.2vw;
}

/* service__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__flow {
  overflow: hidden;
  border-top: 30px solid #f9f9f5;
  border-bottom: 30px solid #f9f9f5;
  position: relative;
}
#service__flow .list-flow {
  position: relative;
  z-index: 0;
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 9vw;
  position: relative;
}
#service__flow .list-flow-item {
  position: relative;
}
#service__flow .list-flow-item::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 150%;
  border-bottom: 2px solid var(--col--main-02);
  top: 24%;
}
#service__flow .list-flow-item:last-child::before {
  display: none;
}
#service__flow .list-flow-item:first-child::before {
  display: none;
}
#service__flow .list-flow-item .ttl04 {
  width: 94%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f2f5e9;
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-15);
}
#service__flow .list-flow-item .ttl04 .num {
  font-size: var(--font-size-40);
  font-size: 7vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  color: var(--col--main-02);
  position: absolute;
  left: 0;
  top: 0;
}
#service__flow .list-flow-item .ttl04 .ja {
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  font-size: var(--font-size-20);
  line-height: 1.5;
}
#service__flow .list-flow-item .item-text {
  padding: 0 5px;
}
#service__flow .list-flow-item .item-text p {
  font-size: 3.7vw;
}

/* service__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__faq {
  position: relative;
  background: var(--sep--shape-01-b),  #f2f5e9;
}
#service__faq::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 20vw;
  width: 100%;
  left: 0;
  bottom: -20vw;
  background: #f2f5e9;
}
#service__faq .inner {
  padding-bottom: 27vw;
}
#service__faq .cont-post .block-post .unit-post {
  background: #fff;
  padding: 5vw 5vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-30);
  line-height: 1.7;
}
#service__faq .cont-post .block-post .unit-post:last-child {
  margin-bottom: 0;
}
#service__faq .cont-post .block-post .unit-post dt {
  font-size: 5vw;
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  color: var(--col--main-01);
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
  gap: 3vw;
}
#service__faq .cont-post .block-post .unit-post dt .icon {
  width: 12.4vw;
}
#service__faq .cont-post .block-post .unit-post dd {
  font-size: var(--font-size-17);
  font-weight: 500;
  gap: 3vw;
  font-size: 3.8vw;
}
#service__faq .cont-post .block-post .unit-post dd .icon {
  width: 12.4vw;
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  position: relative;
  background:var(--sep--shape-01-b) , #f2f5e9;
}
#case::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 20vw;
  width: 100%;
  left: 0;
  bottom: -20vw;
  background: #f2f5e9;
}
#case .inner {
  padding-bottom: 15vw;
}
#case .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  flex-wrap: wrap;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post {
  position: relative;
  background: #f2f5e9;
}
.case__in_post::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 20vw;
  width: 100%;
  left: 0;
  bottom: -20vw;
  background: #f2f5e9;
}
.case__in_post .wrap-in_post {
  background: #fff;
  padding: 5vw;
  border-radius: 1.5vw;
}
.case__in_post .wrap-in_post .ttl03 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px dotted #c3c5c1;
  margin-bottom: var(--margin-35);
}
.case__in_post .wrap-in_post .ttl03 .ja {
  font-size: var(--font-size-42);
  font-size: 5.2vw;
  font-weight: 500;
  line-height: 1.4;
  font-family: var(--fot--Kiwi-Maru);
}
.case__in_post .wrap-in_post .item-img {
  width: 100%;
  height: 60vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-40);
}
.case__in_post .wrap-in_post .item-text {
  margin-bottom: var(--margin-40);
}
.case__in_post .wrap-in_post .item-text p {
  line-height: 1.7;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
}

/* cost
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* cost
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#cost {
  z-index: 0;
  position: relative;
  background: var(--sep--shape-01-b), #f2f5e9;
  padding: 0;
}
#cost >.inner{
  padding-top: 15vw;
    padding-bottom: 27vw;
}
#cost::before {
  content: "";
  position: absolute;
  height: 20vw;
  width: 100%;
  left: 0;
  bottom: -20vw;
  background: #f2f5e9;
}
#cost #chart {
  padding: 0;
}
#cost #chart .inner {
  padding: 0;
  width: 100%;
}
#cost #chart .inner .chart_container .com_chart {
  position: relative;
  border-radius: 2vw 2vw 0 0;
  border-radius: 2vw 2vw 2vw 2vw;
  background: #fff;
  padding-bottom: var(--margin-40);
  border: 3vw solid #f2f5e9;
  outline: 2px dotted var(--col--main-02);
  position: relative;
}
#cost #chart .inner .chart_container .com_chart .chart_title {
  position: relative;
  background: var(--col--main-01);
  border-radius: 2vw 2vw 0 0;
  height: 14vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cost #chart .inner .chart_container .com_chart .chart_title .q-icon {
  position: absolute;
  left: -3vw;
  padding-bottom: 0.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--col--acc-02);
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
  font-size: 4.8vw;
  top: -2.7vw;
  font-weight: 500;
}
#cost #chart .inner .chart_container .com_chart .chart_title .title {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  font-size: 4.6vw;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list {
  gap: 4vw;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item {
  margin: 0 auto;
  width: 95%;
  height: 12vw;
  background: unset;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item .chart_btn {
  width: 100%;
  height: 13vw;
  padding-left: 3vw;
  min-height: unset;
  justify-content: start;
  border-radius: 2vw;
  border: 2px solid var(--col--main-02);
  background: #fff;
  position: relative;
  transition: ease 0.2s;
  border-radius: 12vw;
  margin-bottom: 2vw;
  font-size: 3.8vw;
  text-align: left;
  padding: 2vw;
  padding-right: 16vw;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item .chart_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.svg) center center/contain no-repeat;
  width: 4.6vw;
  height: 4.6vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item .chart_btn:hover {
  color: var(--col--txt-01);
  top: -2px;
}
#cost #chart .inner .chart_container .result_chart {
  border-radius: 4vw;
  background: #fff;
  padding: 5vw 5vw;
  box-shadow: 10px 10px 0 var(--col--main-01);
}
#cost #chart .inner .chart_container .result_chart .result_title {
  position: relative;
}
#cost #chart .inner .chart_container .result_chart .result_title .result_title-icon {
  background: var(--col--main-01);
  color: #fff;
  border-radius: 50%;
  font-size: var(--font-size-36);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: var(--fot--Kiwi-Maru);
  outline: 1px dashed var(--col--main-02);
  outline-offset: -4px;
  position: absolute;
  left: -8vw;
  top: -14vw;
  font-size: 4vw;
}
#cost #chart .inner .chart_container .result_chart .result_title .result_title-icon::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__d_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: -2vw;
  top: -3vw;
}
#cost #chart .inner .chart_container .result_chart .result_title .sub {
  position: relative;
  font-size: var(--font-size-30);
  color: var(--col--txt-01);
  font-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  background: unset;
  width: 100%;
  margin-bottom: var(--margin-10);
  z-index: 0;
  font-size: 4.8vw;
}
#cost #chart .inner .chart_container .result_chart .result_title .sub::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/icon__money__a_01.png) center center/contain no-repeat;
  width: 12vw;
  height: 12vw;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
}
#cost #chart .inner .chart_container .result_chart .result_title .sub::before {
  display: none;
}
#cost #chart .inner .chart_container .result_chart .result_title .main {
  background: #fff39b;
  padding: 5vw;
  padding: 2vw 3vw;
  border-radius: 1.5vw;
  text-align: center;
  font-size: var(--font-size-50);
  color: var(--col--main-01);
  font-weight: 500;
  font-size: 5.5vw;
  font-family: var(--fot--Kiwi-Maru);
}
#cost #chart .inner .chart_container .result_container .result_txtxbx {
  width: 100%;
  line-height: 2;
}
#cost #chart .inner .chart_container .result_container .result_btn-list {
  gap: 3vw;
  width: 95%;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#cost #chart .inner .chart_container .result_container .result_btn-list li {
  width: 100%;
  margin-bottom: 0;
}
#cost #chart .inner .result_btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 12vw;
  padding-left: 5vw;
  min-height: unset;
  justify-content: start;
  border-radius: 2vw;
  border: 2px solid var(--col--main-02);
  background: #fff;
  position: relative;
  border-radius: 12vw;
  transition: ease 0.2s;
}
#cost #chart .inner .result_btn span {
  color: var(--col--txt-01);
}
#cost #chart .inner .result_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 4.6vw;
  height: 4.6vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#cost #chart .inner .result_btn:hover {
  color: var(--col--txt-01);
  top: -2px;
}
#cost #chart .inner .contact_btn {
  border: 2px solid var(--col--acc-01);
  background: var(--col--acc-01);
}
#cost #chart .inner .contact_btn span {
  color: var(--col--txt-01);
}
#cost #chart .inner .contact_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 4.6vw;
  height: 4.6vw;
  right: 3vw;
  top: 50%;
  translate: 0 -50%;
}
#cost #chart .inner .contact_btn:hover {
  color: var(--col--txt-01);
  top: -2px;
}
#cost #chart .inner .back_btn {
  border: 0;
  border-bottom: 1px solid var(--col--txt-01);
}
#cost #chart .inner .back_btn span {
  color: var(--col--txt-01);
}
#cost #chart .inner .back_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__d_01.png) center center/contain no-repeat;
  width: 20px;
  height: 16px;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  right: 5px;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  font-size: 3.5vw;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

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

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

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

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

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