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

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

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


/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: -3px;
  left: 0;
}
#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: 20px 35px;
  border-radius: 0 0 40px 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: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  background: #fff;
  padding: 30px 50px;
  border-radius: 40px;
  margin-right: var(--margin-20);
  margin-top: 3px;
}
#nav .list-nav {
  width: fit-content;
  gap: 20px;
}
#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 {
  position: relative;
  width: 100%;
  height: 960px;
  background: url(/img/mv/mv__img_01.png) center top no-repeat, url(/img/mv/mv__img_02.png) center bottom 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: 54%;
  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);
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 380px;
  background: url(/img/sv/sv__deco_01.png) left 50px top no-repeat, #f2f5e9;
}
#sv .sv-img {
  position: absolute;
  width: 801px;
  height: 380px;
  right: 0;
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: clamp(-700px, -50vw + 200px, -400px);
  color: var(--col--main-02);
  width: fit-content;
}
#sv .sv-catch .en {
  font-size: var(--font-size-24);
  font-family: var(--fot--M_PLUS_R_1c);
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-10);
  width: fit-content;
  margin-left: 10px;
}
#sv .sv-catch .ja {
  font-size: var(--font-size-50);
  font-family: var(--fot--Kiwi-Maru);
  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: min(100%, 1400px);
  padding-top: 0;
      border-top: 1px solid transparent;

}

/* #footer::before {
  z-index: 5;
  content: "";
  position: absolute;
  background: var(--sep--shape-01-b);
  width: 100%;
  height: 180px;
  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: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 {
  border-top: 1px dashed var(--col--main-02);
  border-bottom: 1px dashed var(--col--main-02);
  padding: 20px 0;
  width: 100%;
}
#footer nav .list-nav {
  gap: 40px;
}
#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;
}
#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: 40px 80px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 8px 8px 0 #d2d6c8;
  gap: 70px;
  width: 1080px;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
          margin-top: -50px;
}
#footer .footer__contact .block-text .ttl03 {
  z-index: 0;
  position: relative;
  margin-bottom: var(--margin-40);
}
#footer .footer__contact .block-text .ttl03 .ja {
  display: inline-block;
  font-size: var(--font-size-36);
  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);
}
#footer .footer__contact .block-contact a {
  margin-bottom: var(--margin-15);
}
#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: 100%;
  height: 240px;
  border-radius: 30px;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#footer .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#footer .wrap-copy {
  position: relative;
  margin: 0 auto;
  width: 1080px;
  margin-top: var(--margin-20);
  padding-bottom: var(--margin-20);
}
#footer .wrap-copy .copyright {
  width: fit-content;
}
#footer .wrap-copy .copyright small {
  color: var(--col--txt-01);
}
#footer .wrap-copy .list-sublink {
  gap: 40px;
  width: fit-content;
}
#footer .wrap-copy .list-sublink-item {
  font-size: var(--font-size-14);
  font-weight: 400;
  position: relative;
}
#footer .wrap-copy .list-sublink-item::before {
  content: "|";
  right: -20px;
  top: 0;
  height: 100%;
  position: absolute;
}
#footer .wrap-copy .list-sublink-item:last-of-type::before {
  display: none;
}

.fixed_btn {
  z-index: 5;
  padding: 20px 30px;
  background: var(--col--acc-01);
  box-shadow: 5px 5px 0 #c0941d;
  position: fixed;
  right: 0;
  width: 20px;
  top: 120px;
  border-radius: 10px 0 0 10px;
  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;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  background: var(--sep--shape-01-t);
}
#top__worries .inner {
  padding-top: 160px;
  padding-bottom: var(--margin-70);
}
#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: 80px;
  color: #f2f5e9;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: -40px;
}
#top__worries .ttl03 .ja {
  margin: 0 auto;
  width: fit-content;
  display: block;
  font-size: var(--font-size-42);
  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: 32px;
  height: 42px;
  left: -40px;
  bottom: -7px;
}
#top__worries .ttl03 .ja::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__a_02.png) center center/contain no-repeat;
  width: 32px;
  height: 42px;
  right: -40px;
  bottom: -7px;
}
#top__worries .list-worries {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
  position: relative;
}
#top__worries .list-worries::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__c_01.png) center center/contain no-repeat;
  width: 41px;
  height: 60px;
  left: 50%;
  translate: -50% 0;
  bottom: -100px;
}
#top__worries .list-worries-item {
  overflow: hidden;
  border: 10px solid #ebefdf;
  border-radius: 30px;
  height: 380px;
  position: relative;
  padding-top: 25px;
  background: url(/img/top/top__worries__frame_01.png) top -16px center no-repeat, #ddeece;
}
#top__worries .list-worries-item .text {
  text-align: center;
  font-size: var(--font-size-22);
  font-weight: 500;
  line-height: 1.7;
  position: relative;
}
#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:nth-of-type(1) .item-img {
  left: calc(50% - 25px);
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/common/bg__shape__a_01.png) left top 400px no-repeat, url(/img/common/bg__shape__a_02.png) right top 350px no-repeat;
}
#top__about .inner {
  padding-top: var(--margin-80);
  padding-bottom: var(--margin-50);
}
#top__about .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__about .ttl03 .ja {
  z-index: 0;
  position: relative;
  margin-bottom: var(--margin-30);
}
#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: 40px;
  --row-gap: 0px;
  position: relative;
  margin-left: -40px;
  margin-bottom: var(--margin-60);
}
#top__about .topic-bnr {
  width: 100%;
  border-radius: 150px;
  background: var(--col--main-02);
  box-shadow: 5px 5px 0 var(--col--main-01);
  padding: 65px 100px;
  position: relative;
  outline: 2px dashed #a5e271;
  outline-offset: -15px;
}
#top__about .topic-bnr::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__bg_deco_01.png) center center/contain no-repeat;
  width: 202px;
  height: 141px;
  right: 330px;
  top: 0;
}
#top__about .topic-bnr .ttl04 {
  margin-bottom: var(--margin-25);
}
#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: 1.8055555556;
  padding-bottom: 5px;
  border-bottom: 2px solid #9fd84e;
}
#top__about .topic-bnr .item-btn {
  position: absolute;
  width: 200px;
  aspect-ratio: 1;
  background: var(--col--acc-03);
  box-shadow: 5px 5px 0 #c2b558;
  border-radius: 50%;
  right: 80px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__about .topic-bnr .item-btn .text {
  font-size: var(--font-size-17);
  font-family: var(--fot--Kiwi-Maru);
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  position: relative;
  padding-top: 65px;
  padding-bottom: 20px;
}
#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: 44px;
  height: 60px;
  top: 0;
  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: 7px;
  height: 11px;
  bottom: 0;
  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;
}
#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: 12px;
  height: 19px;
  left: -10px;
  bottom: 0;
}
#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: 12px;
  height: 19px;
  right: -10px;
  bottom: 0;
}
#top__about .topic-bnr .item-btn:hover {
  right: 75px;
  top: calc(50% + 5px);
  box-shadow: 0 0 0 #c2b558;
}
#top__about .topic-bnr .item-text p {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-20);
  color: #fff;
}

/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: var(--sep--shape-02-b);
}
#top__case .inner {
  width: 100%;
  padding-top: var(--margin-50);
  padding-bottom: 300px;
}
#top__case .wrap-case {
  width: 1400px;
  margin: 0 auto;
  padding: 100px 160px;
  border: 30px solid #f9f9f5;
  background: #f2f5e9;
  border-radius: 55px;
  position: relative;
}
#top__case .wrap-case .ttl03 {
  gap: 30px;
  margin-bottom: var(--margin-50);
}
#top__case .wrap-case .ttl03 .ja {
  margin-bottom: 0;
}
#top__case .wrap-case .cont-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  flex-wrap: wrap;
}
#top__case .wrap-case .cont-post .block-post {
  transition: ease 0.2s;
}
#top__case .wrap-case .cont-post .block-post .ttl04 {
  order: 2;
  padding: 0 10px;
  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 .item-img {
  order: 1;
  width: 100%;
  height: 210px;
  border-radius: 30px;
  border: 15px solid #fff;
  margin-bottom: var(--margin-15);
}
#top__case .wrap-case .cont-post .block-post:hover {
  opacity: 0.6;
}
#top__case .wrap-case .com__btn_01 {
  position: absolute;
  right: 160px;
  top: 110px;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: var(--col--base-01);
}
#top__service .inner {
  width: 1140px;
  padding-top: 0;
  padding-bottom: 0;
}
#top__service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__service .ttl03 .ja {
  font-size: var(--font-size-42);
}
#top__service nav {
  margin-bottom: var(--margin-70);
}
#top__service nav .list-service {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 40px;
}
#top__service nav .list-service-item {
  background: #fff;
  border-radius: 30px;
}
#top__service nav .list-service-item a {
  border: 4px solid var(--col--main-02);
  box-shadow: 6px 6px 0 var(--col--main-01);
  padding: 30px 50px;
  border-radius: 30px;
  transition: ease 0.2s;
  position: relative;
  bottom: 0;
  right: 0;
}
#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: 40px;
  height: 40px;
  right: 40px;
  top: 25px;
}
#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-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  letter-spacing: 0.05em;
}
#top__service nav .list-service-item a:hover {
  right: -5px;
  bottom: -5px;
  box-shadow: 0 0 0 var(--col--main-01);
  opacity: 0.8;
}
#top__service .list-link {
  margin: 0 auto;
  width: fit-content;
  gap: 40px;
}
#top__service .list-link-item .com__btn_01 {
  --height: 75px;
  border-radius: 40px;
}
#top__service .list-link-flow .com__btn_01 {
  padding-left: 40px;
}
#top__service .list-link-flow .com__btn_01 span {
  padding-left: 35px;
}
#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: 50px;
  height: 50px;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
}
#top__service .list-link-faq .com__btn_01 {
  padding-left: 40px;
}
#top__service .list-link-faq .com__btn_01 span {
  padding-left: 35px;
}
#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: 50px;
  height: 50px;
  left: 15px;
  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: 300px;
}
#top__cost .wrap-cost {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  border: 3px dotted var(--col--main-02);
  outline: 23px solid #fff;
  outline-offset: -25px;
  background: url(/img/top/top__cost__bg_deco_01.png) right 170px top 70px no-repeat, url(/img/top/top__cost__bg_img_01.png) left top 80px no-repeat, var(--col--base-01);
  border-radius: 46px;
  padding: 80px 180px;
}
#top__cost .wrap-cost .ttl03 {
  width: 540px;
  margin-left: auto;
  margin-bottom: var(--margin-45);
}
#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: 15px;
  height: 19px;
  left: -25px;
  bottom: 0;
}
#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: 15px;
  height: 19px;
  right: -25px;
  bottom: 0;
}
#top__cost .wrap-cost .ttl03 .ja {
  font-size: var(--font-size-42);
}
#top__cost .wrap-cost .item-img {
  position: absolute;
  left: 304px;
  bottom: 23px;
}
#top__cost .wrap-cost .item-text {
  width: 540px;
  margin-left: auto;
  text-align: center;
  margin-bottom: var(--margin-45);
}
#top__cost .wrap-cost .com__btn_01 {
  margin-left: auto;
  margin-right: 110px;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-02);
  margin-bottom: var(--margin-30);
  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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
}
.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: var(--margin-15);
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 20px;
  padding: 5px 15px;
}
.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: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 20px;
  padding: 5px 15px;
}
#top__news{
    background: var(--sep--shape-01-b);
}
#top__news .inner {
  position: relative;
  min-height: 520px;
  padding-top: var(--margin-50);
  padding-bottom: 250px;
}
#top__news .ttl03 {
  position: absolute;
  left: 20px;
  width: fit-content;
  top: var(--margin-50);
}
#top__news .ttl03 .en {
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: var(--fot--M_PLUS_R_1c);
}
#top__news .cont-latest {
  width: 780px;
  margin-left: auto;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px dashed var(--col--main-02);
  margin-bottom: var(--margin-30);
  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: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
}
#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: var(--margin-15);
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  background: #f2f5e9;
  font-size: var(--font-size-14);
  border-radius: 20px;
  padding: 5px 15px;
}
#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 {
  --width: 210px;
  position: absolute;
  left: 0;
  top: 220px;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  position: relative;
  z-index: 0;
  background: url(/img/common/bg__shape__a_01_02.png) left bottom 70px no-repeat, url(/img/common/bg__shape__a_02_02.png) right bottom 70px no-repeat, #f2f5e9;
}
#about__greeting .item-text {
  position: relative;
  text-align: center;
}
#about__greeting .item-text::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/bg__shape__a_03.png) center center/contain no-repeat;
  width: 259px;
  height: 267px;
  left: 40px;
  top: -80px;
}
#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: 40px 50px;
  border-radius: 46px;
  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-weight: 500;
  font-family: var(--fot--Kiwi-Maru);
  padding-bottom: var(--margin-20);
  border-bottom: 3px dotted var(--col--main-02);
  margin-bottom: var(--margin-25);
  gap: 10px;
}
#about__feature .block-feature .ttl04 .num {
  color: var(--col--main-01);
}
#about__feature .block-feature .item-img {
  margin-top: -60px;
}
#about__feature .block-feature:nth-of-type(odd) .ttl04 {
  padding-left: 30px;
}
#about__feature .block-feature:nth-of-type(odd) .item-text {
  padding-left: 30px;
}
#about__feature .block-feature:nth-of-type(even) .ttl04 {
  padding-right: 30px;
}
#about__feature .block-feature:nth-of-type(even) .item-text {
  padding-right: 30px;
}

/* about__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__area {
  background: #f2f5e9;
}
#about__area .topic-area {
  overflow: hidden;
  position: relative;
  border: 2px solid var(--col--main-02);
  height: 200px;
  background: #fff;
  border-radius: 46px;
  padding-right: 90px;
}
#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;
  font-family: var(--fot--Kiwi-Maru);
}
#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: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
#about__company .inner {
  width: 1280px;
  padding-bottom: 250px;
}
#about__company .topic-info {
  margin: 0 auto;
  width: 1080px;
  margin-bottom: var(--margin-50);
}
#about__company .topic-access {
  width: 100%;
}
#about__company .topic-access .item-map {
  width: 100%;
  height: 300px;
  min-height: 200px;
  border-radius: 30px;
}
#about__company .topic-access .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

/* service
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* service__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__about {
  position: relative;
  background: #f2f5e9;
}
#service__about .list__btn .list-btn {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  margin-bottom: 100px;
}
#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: 50px;
  border-radius: 46px;
  box-shadow: 10px 10px 0 var(--col--main-01);
  margin-bottom: 100px;
  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-family: var(--fot--Kiwi-Maru);
}
#service__about .topic-about .wrap-text {
  margin-bottom: var(--margin-40);
  --num: 1;
  --column-gap: 40px;
  --row-gap: 0;
}
#service__about .topic-about .block-works .ttl05 {
  margin: 0 auto;
  width: fit-content;
  display: block;
  margin-bottom: var(--margin-30);
}
#service__about .topic-about .block-works .ttl05 .ja {
  position: relative;
  font-size: var(--font-size-30);
  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: 15px;
  height: 19px;
  left: -30px;
  bottom: 10px;
}
#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: 15px;
  height: 19px;
  right: -30px;
  bottom: 10px;
}
#service__about .topic-about .block-works .list-works {
  background: #f2f5e9;
  border-radius: 20px;
  padding: 20px 30px;
}
#service__about .topic-about .block-works .list-works-item {
  position: relative;
  text-align: center;
  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: 40px;
  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: 30px;
  height: 30px;
  left: 0;
  top: -4px;
}

/* service__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__flow {
  border-top: 30px solid #f9f9f5;
  border-bottom: 30px solid #f9f9f5;
  position: relative;
}
#service__flow .list-flow {
  position: relative;
  z-index: 0;
  --num: 6;
  --column-gap: 20px;
  --row-gap: 0;
  position: relative;
}
#service__flow .list-flow::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  border-bottom: 2px solid var(--col--main-02);
  top: 20%;
}
#service__flow .list-flow-item .ttl04 {
  width: 100%;
  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-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__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#service__faq {
  position: relative;
  background: 
  var(--sep--shape-01-b),
  #f2f5e9;
}
#service__faq::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
#service__faq .inner{
    padding-bottom: 250px;
}

#service__faq .cont-post .block-post .unit-post {
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
  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: var(--font-size-30);
  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: 15px;
}
#service__faq .cont-post .block-post .unit-post dd {
  font-size: var(--font-size-17);
  font-weight: 500;
  gap: 10px;
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  position: relative;
  background:var(--sep--shape-01-b), #f2f5e9;
}
#case .inner{
    padding-bottom: 250px;
}
#case::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
#case .cont-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 30px;
  flex-wrap: wrap;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post {
  position: relative;
  background: #f2f5e9;
}
.case__in_post::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
.case__in_post .wrap-in_post {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.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-weight: 500;
  line-height: 1.4;
  font-family: var(--fot--Kiwi-Maru);
}
.case__in_post .wrap-in_post .item-img {
  width: 100%;
  height: 570px;
  border-radius: 16px;
  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 {
  position: relative;
  background:
  var(--sep--shape-01-b),
  #f2f5e9;
}
#cost::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: -200px;
  background: #f2f5e9;
}
#cost >.inner{
    padding-bottom: 250px;
}
#cost #chart {
  padding: 0;
}
#cost #chart .inner {
  padding: 0;
  width: 100%;
}
#cost #chart .inner .chart_container .com_chart {
  position: relative;
  border-radius: 60px 60px 0 0;
  border-radius: 60px 60px 60px 60px;
  background: #fff;
  padding-bottom: var(--margin-40);
  border: 24px 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: 44px 44px 0 0;
  height: 80px;
  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: 20px;
  top: 15px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  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-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);
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item {
  width: 460px;
  height: 60px;
  background: unset;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item .chart_btn {
  width: 460px;
  height: 60px;
  padding-left: 30px;
  min-height: unset;
  justify-content: start;
  border-radius: 30px;
  border: 2px solid var(--col--main-02);
  background: #fff;
  position: relative;
  transition: ease 0.2s;
}
#cost #chart .inner .chart_container .com_chart .chart_btn_list-item .chart_btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  right: 15px;
  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: 46px;
  background: #fff;
  padding: 30px 50px;
  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: -70px;
  top: -75px;
}
#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: 41px;
  height: 33px;
  left: -20px;
  top: -15px;
}
#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;
}
#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: 56px;
  height: 62px;
  right: 270px;
  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: 18px;
  border-radius: 20px;
  text-align: center;
  font-size: var(--font-size-50);
  color: var(--col--main-01);
  font-weight: 500;
  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: 20px;
  width: fit-content;
  margin: 0 auto;
}
#cost #chart .inner .chart_container .result_container .result_btn-list li {
  margin-bottom: 0;
}
#cost #chart .inner .result_btn {
  display: flex;
  align-items: center;
  width: 460px;
  height: 60px;
  padding-left: 30px;
  min-height: unset;
  justify-content: start;
  border-radius: 30px;
  border: 2px solid var(--col--main-02);
  background: #fff;
  position: relative;
  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__arrow__a_01.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  right: 15px;
  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: 30px;
  height: 30px;
  right: 15px;
  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;
}
.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 */