/*# sourceMappingURL=style.css.map */ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ

STYLE.css (PC)

ใใใใใผใธใใใใณๅใใผใธใฎในใฟใคใชใณใฐ

๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผ๏ผใ*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ใใใใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 5;
  position: absolute;
  width: 100%;
  min-width: 1080px;
  height: 100px;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-50);
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav ใฐใญใผใใซใใใฒใผใทใงใณ
========================================================================= */
#nav {
  width: 100%;
  background: #cbf0f9;
}
#nav .list-nav {
  margin: 0 auto;
  width: 1080px;
  padding: 20px 0;
  justify-content: space-between;
  align-items: center;
}
#nav .list-nav .item {
  width: fit-content;
  text-align: center;
  line-height: 1.4;
}
#nav .list-nav .item a {
  font-size: var(--font-size-16);
  letter-spacing: 0.02em;
  font-weight: 700;
  transition: ease 0.17s;
  position: relative;
}
#nav .list-nav .item a span {
  display: inline-block;
  position: relative;
}
#nav .list-nav .item a span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--col--main-01);
  right: -27px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item a:hover {
  color: var(--col--txt-03);
}
#nav .list-nav .item:last-child a span::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

mv ใกใคใณใใธใฅใขใซ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 830px;
  background: url(/img/mv/mv__bg_img_01.jpg) center center/cover no-repeat;
}
#mv .mv__catch {
  position: absolute;
  width: fit-content;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#mv .mv__catch .mv__catch_main {
  margin-bottom: var(--margin-30);
}
#mv .mv__img_list {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#mv .mv__img_list .item {
  position: absolute;
}
#mv .mv__img_list .item__01 {
  left: clamp(-320px, 50vw - 970px, 0px);
  top: 120px;
}
#mv .mv__img_list .item__02 {
  right: clamp(-270px, 50vw - 920px, 0px);
  top: 100px;
}

/* sv ใตใใใธใฅใขใซ
========================================================================= */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 740px;
  background: url(/img/sv/sv__bg_img_01.jpg) center center/cover no-repeat;
}
#sv .sv-img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1700px;
  height: 550px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 870px;
  border-radius: 55px;
  border: 3px solid #fff;
  background: #66d5f5;
  text-align: center;
  padding: 25px 0;
  font-size: var(--font-size-44);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.12em;
  color: #fff;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 96px;
  height: 161px;
  left: -36px;
  top: 45%;
  translate: 0 -50%;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 97px;
  height: 112px;
  right: -50px;
  top: 50%;
  translate: 0 -50%;
}

.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;
}

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

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

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

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

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

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

/* //////////////////////////////////////////////////////////////////////////////////////////////////

footer ใใใฟใผ

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: #004054;
  color: #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .btn__other_site {
  margin-bottom: var(--margin-50);
  margin-left: auto;
}
#footer .list-nav {
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  flex-direction: column;
  gap: 30px 70px;
  height: 300px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  padding-left: var(--margin-25);
  font-size: var(--font-size-16);
}
#footer .list-nav .item a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--col--main-02);
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav .item a:hover {
  opacity: 0.6;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: #a1e9fa;
  color: #004054;
  padding: 15px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .com__times {
  gap: 10px;
  position: relative;
  width: 480px;
  margin-bottom: var(--margin-40);
}
#footer .com__times .item {
  width: fit-content;
  align-items: start;
}
#footer .com__times .item:last-child {
  margin-bottom: 0;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: var(--font-size-17);
  letter-spacing: 0.07em;
  width: fit-content;
  line-height: 1.4;
}
#footer .com__times .item dt {
  white-space: nowrap;
  margin-right: 1em;
}
#footer .com__tel {
  margin-bottom: var(--margin-30);
  gap: 10px;
}
#footer .com__tel .item__attention {
  height: 13px;
}
#footer .list__contact {
  gap: 20px;
}
#footer .list__contact .item {
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#footer .list__contact .item a {
  --size: 40px;
}
#footer .list__contact .item:hover {
  opacity: 0.6;
  top: -3px;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.fixed_bnr {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 2px solid var(--col--txt-03);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fixed_bnr .title {
  color: var(--col--txt-03);
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-24);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: var(--margin-10);
  font-weight: 700;
}
.fixed_bnr .com__tel {
  margin-bottom: var(--margin-15);
  gap: 8px;
}
.fixed_bnr .com__tel .item__num {
  padding-left: 20px;
}
.fixed_bnr .com__tel .item__attention {
  height: 11px;
}
.fixed_bnr .com__btn_01 {
  width: 230px;
  height: 50px;
}
.fixed_bnr .com__btn_01 span {
  position: relative;
  padding-left: 30px;
}
.fixed_bnr .com__btn_01 span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

TOPใใผใธ / ๅบๆไธๅฑคใใผใธ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* index
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .ttl03 {
  width: 510px;
  margin-left: auto;
  margin-bottom: var(--margin-60);
}
#top__about .cont__about {
  position: relative;
  margin-bottom: var(--margin-80);
  min-height: 220px;
}
#top__about .cont__about .item__img {
  position: absolute;
  left: -40px;
  top: -150px;
}
#top__about .cont__about .item__text {
  width: 510px;
  margin-left: auto;
}
#top__about .cont__bnr {
  margin: 0 auto;
  width: 780px;
  height: 290px;
  padding-top: 10px;
  background: var(--col--main-01);
  position: relative;
  margin-bottom: var(--margin-60);
}
#top__about .cont__bnr::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__item__01_01.png) center center/contain no-repeat;
  width: 69px;
  height: 94px;
  left: -10px;
  bottom: -10px;
}
#top__about .cont__bnr::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_01.png) center center/contain no-repeat;
  width: 91px;
  height: 167px;
  right: -10px;
  bottom: -20px;
}
#top__about .cont__bnr .ttl04 {
  width: 100%;
  height: 180px;
  background: url(/img/top/top__about__bg_img_01.png) right center/auto 100% no-repeat, #fff;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-15);
}
#top__about .cont__bnr .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
  margin-left: var(--margin-40);
}
#top__about .cont__bnr .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-38);
  color: #30b3dc;
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 50%, #ffedb0 50%);
}
#top__about .cont__bnr .ttl04 .ttl__ja .str-01 small {
  font-size: var(--font-size-30);
}
#top__about .cont__bnr .item__text {
  text-align: center;
}
#top__about .cont__bnr .item__text p {
  color: #fff;
}
#top__about .com__btn_01 {
  margin: 0 auto;
}

/* top__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__guide {
  background: var(--col--base-02);
}
#top__guide .inner {
  width: 1200px;
}
#top__guide .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__guide .ttl03 .ttl__ja {
  margin-bottom: var(--margin-40);
}
#top__guide .ttl03 .ttl__ja::before {
  left: 50%;
  translate: -50% 0;
}
#top__guide .ttl03 .ttl__lead {
  text-align: center;
  font-weight: 500;
  font-size: var(--font-size-20);
}
#top__guide .cont__guide .list__guide {
  gap: 20px 0;
  margin-left: 30px;
}
#top__guide .cont__guide .list__guide .item .ttl04 {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-35);
}
#top__guide .cont__guide .list__guide .item .ttl04 .ttl__ja {
  order: 2;
  font-size: var(--font-size-40);
  letter-spacing: 0.02em;
  color: #30b3dc;
  line-height: 1.5;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}
#top__guide .cont__guide .list__guide .item .ttl04 .ttl__num {
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__guide .cont__guide .list__guide .item .com__btn_01 {
  width: 180px;
  height: 45px;
  min-height: 0;
}
#top__guide .cont__guide .list__guide .item__01 {
  background: url(/img/top/top__guide__item_01.png) center center/contain no-repeat;
  width: 542px;
  height: 375px;
  padding-left: 30px;
  padding-top: 50px;
}
#top__guide .cont__guide .list__guide .item__02 {
  background: url(/img/top/top__guide__item_02.png) center center/contain no-repeat;
  width: 594px;
  height: 352px;
  margin-left: -10px;
  padding-top: 30px;
  padding-left: 45px;
}
#top__guide .cont__guide .list__guide .item__03 {
  background: url(/img/top/top__guide__item_03.png) center center/contain no-repeat;
  width: 542px;
  height: 352px;
  padding-left: 30px;
  padding-top: 30px;
}
#top__guide .cont__guide .list__guide .item__04 {
  background: url(/img/top/top__guide__item_04.png) center center/contain no-repeat;
  width: 570px;
  height: 352px;
  margin-left: -10px;
  padding-left: 50px;
  padding-top: 60px;
}

/* top__works_removal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works_removal {
  background: url(/img/top/top__works_removal__bg_img_01.png) center center/cover no-repeat;
}
#top__works_removal .ttl03 {
  width: 520px;
  margin-left: auto;
}
#top__works_removal .cont__about {
  position: relative;
  width: 520px;
  margin-left: auto;
}
#top__works_removal .cont__about .item__text {
  margin-bottom: var(--margin-40);
}
#top__works_removal .cont__about .item__text p {
  line-height: 2.2;
}
#top__works_removal .cont__about .item__img {
  position: absolute;
  left: -50px;
  top: -140px;
  translate: -100% 0;
}
/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: var(--pattern--stripe--01-01b);
  position: relative;
}
#top__voice .inner {
  position: relative;
}
#top__voice .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_02.png) center center/contain no-repeat;
  width: 162px;
  height: 180px;
  left: -30px;
  bottom: -20px;
}
#top__voice .block__voice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: var(--margin-50);
  background: #fff;
  width: 580px;
  height: 170px;
  margin: 0 auto;
  box-shadow: 0 12px 0 rgba(48, 179, 220, 0.2);
  border-radius: 10px;
  transition: ease 0.2s;
}
#top__voice .block__voice::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.svg) center center/20px 15px no-repeat, #ffd552;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  right: 40px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__voice .block__voice .ttl03 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding-left: var(--margin-100);
}
#top__voice .block__voice .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_01.png) center center/contain no-repeat;
  width: 63px;
  height: 95px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__voice .block__voice .ttl03 .ttl__ja {
  order: 2;
  font-weight: 600;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-28);
  letter-spacing: 0.08em;
  color: var(--col--txt-01);
}
#top__voice .block__voice .ttl03 .ttl__en {
  font-size: var(--font-size-45);
  letter-spacing: 0.08em;
  color: var(--col--main-01);
  order: 1;
}
#top__voice .block__voice:hover {
  translate: 0 12px;
  box-shadow: 0 0 0 rgba(48, 179, 220, 0.2);
}
#top__voice .block__voice:hover::before {
  content: "";
  position: absolute;
  translate: 10px -50%;
}

/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company .inner {
  position: relative;
}
#top__company .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_03.png) center center/contain no-repeat;
  width: 168px;
  height: 162px;
  right: -100px;
  bottom: -65px;
}
#top__company .ttl03 {
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__company .ttl03 .ttl__ja::before {
  left: 50%;
  translate: -50% 0;
}
#top__company .cont__info .item__table {
  margin-bottom: var(--margin-50);
}
#top__company .cont__info .item__map {
  width: 100%;
  height: 350px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  background: #cbf0f9;
  font-size: var(--font-size-15);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 30px;
  width: fit-content;
  padding: 5px 20px;
}

.com__latest {
  margin-bottom: var(--margin-20);
  right: 0;
  position: relative;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 25px 40px;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  color: var(--col--txt-03);
  font-size: var(--font-size-18);
  font-weight: 700;
  margin-right: var(--margin-20);
  margin-bottom: var(--margin-15);
  margin-top: 5px;
}
.com__latest .list__tag {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--txt-03);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  background: #f0f0f0;
  min-height: 500px;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 50px;
  top: 150px;
}
#top__news .ttl03 .ttl__ja::before {
  left: 50%;
  translate: -50% 0;
}
#top__news .cont__latest {
  width: 750px;
  margin-left: auto;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 300px;
  width: 280px;
}

/* feature
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* feature__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__works .cont__works .list__works {
  --num: 2;
  --column-gap: 60px;
  --row-gap: 0;
}
#feature__works .cont__works .list__works .item {
  display: flex;
  flex-direction: column;
}
#feature__works .cont__works .list__works .item .ttl04 {
  text-align: center;
  order: 2;
  margin-bottom: var(--margin-30);
}
#feature__works .cont__works .list__works .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.02em;
  color: var(--col--txt-03);
}
#feature__works .cont__works .list__works .item .item__img {
  order: 1;
  margin-bottom: var(--margin-30);
}
#feature__works .cont__works .list__works .item .item__text {
  order: 3;
}
#feature__works .cont__works .list__works .item .item__text br {
  display: none;
}
#feature__works .cont__works .list__works .item .item__text p {
  line-height: 2;
}

/* feature__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__point {
  background: var(--col--base-02);
}
#feature__point .cont__feature .list__feature {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
#feature__point .cont__feature .list__feature .item {
  position: relative;
  background: #fff;
  padding: 50px 60px;
  width: 100%;
  min-height: 350px;
}
#feature__point .cont__feature .list__feature .item .ttl04 {
  width: 500px;
  margin-bottom: var(--margin-40);
}
#feature__point .cont__feature .list__feature .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.02em;
  font-weight: 700;
  color: var(--col--txt-03);
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 60%, #ffedb0 60%);
}
#feature__point .cont__feature .list__feature .item .item__img {
  position: absolute;
  top: 50px;
}
#feature__point .cont__feature .list__feature .item .item__text {
  width: 500px;
}
#feature__point .cont__feature .list__feature .item .item__text br {
  display: none;
}
#feature__point .cont__feature .list__feature .item .item__text p {
  line-height: 2.2;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
  margin-top: 10px;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(odd) .item__img {
  left: 60px;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(even) .ttl04 {
  margin-top: 10px;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(even) .item__img {
  right: 60px;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__point__deco_01.png) center center/contain no-repeat;
  width: 75px;
  height: 193px;
  right: -35px;
  bottom: 0;
}
#feature__point .cont__feature .list__feature .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(/img/feature/feature__point__deco_02.png) center center/contain no-repeat;
  width: 160px;
  height: 149px;
  left: -100px;
  bottom: 0;
}

/* feature__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__staff .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}
#feature__staff .cont__post .block__post {
  width: calc((100% - 60px) / 2);
  background: var(--pattern--stripe--01-01b);
  padding: var(--margin-50);
  gap: 30px;
  flex-direction: column-reverse;
}
#feature__staff .cont__post .block__post .group__info {
  flex: 1;
}
#feature__staff .cont__post .block__post .group__info .ttl04 {
  position: relative;
  border-left: 5px solid var(--col--txt-03);
  padding-left: var(--margin-25);
  margin-bottom: var(--margin-30);
}
#feature__staff .cont__post .block__post .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.02em;
}
#feature__staff .cont__post .block__post .group__info .item__career {
  margin-bottom: var(--margin-20);
}
#feature__staff .cont__post .block__post .group__info .item__career dt {
  color: #fff;
  background: var(--col--txt-03);
  padding: 5px 15px;
  width: fit-content;
  font-size: var(--font-size-18);
  letter-spacing: 0.04em;
  margin-bottom: var(--margin-10);
}
#feature__staff .cont__post .block__post .group__info .item__career dd {
  font-size: var(--font-size-16);
  letter-spacing: 0.04em;
  line-height: 2;
}
#feature__staff .cont__post .block__post .group__info .item__text p {
  font-size: var(--font-size-17);
  letter-spacing: 0.04em;
  line-height: 2.2;
}
#feature__staff .cont__post .block__post .group__image {
  width: 400px;
  height: 280px;
}
#feature__staff .cont__post .block__post .group__image .item__img {
  width: 100%;
  height: 100%;
}
#feature__staff .cont__post .post__owner {
  width: 100%;
  flex-direction: row-reverse;
  gap: 50px;
}
#feature__staff .cont__post .post__owner .group__image {
  width: 430px;
  height: 390px;
}
#feature__staff .cont__post .post__owner .group__image .item__img {
  width: 100%;
  height: 100%;
}
/* feature__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__company {
  background: #f0f0f0;
}
#feature__company .cont__info .item__table {
  margin-bottom: var(--margin-60);
}
#feature__company .cont__info .item__map {
  position: relative;
  width: 100%;
  height: 350px;
}
#feature__company .cont__info .item__map::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_03.png) center center/contain no-repeat;
  width: 168px;
  height: 162px;
  right: -100px;
  bottom: -45px;
}

/* common__subpages
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* common__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__target .inner {
  position: relative;
}
.common__target .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_04.png) center center/contain no-repeat;
  width: 195px;
  height: 285px;
  left: 0;
  bottom: 0;
}
.common__target .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_05.png) center center/contain no-repeat;
  width: 195px;
  height: 285px;
  right: 0;
  bottom: 0;
}
.common__target .ttl03 {
  margin-bottom: var(--margin-50);
}
.common__target .cont__target .list__target {
  min-width: 550px;
  width: fit-content;
  min-height: 230px;
  height: fit-content;
  padding: 40px;
  margin: 0 auto;
  border: 2px solid var(--col--txt-03);
}
.common__target .cont__target .list__target .item {
  margin-bottom: var(--margin-35);
}
.common__target .cont__target .list__target .item:last-child {
  margin-bottom: 0;
}
.common__target .cont__target .list__target .item .text {
  font-size: var(--font-size-22);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  padding-left: 40px;
}
.common__target .cont__target .list__target .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 27px;
  height: 21px;
  left: 0;
}

#moving__target .inner {
  position: relative;
}
#moving__target .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_08.png) center center/contain no-repeat;
  width: 175px;
  height: 285px;
  left: 0;
  bottom: 0;
}
#moving__target .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_07.png) center center/contain no-repeat;
  width: 176px;
  height: 292px;
  right: 0;
  bottom: 0;
}

#live_in__target .inner {
  position: relative;
}
#live_in__target .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_09.png) center center/contain no-repeat;
  width: 175px;
  height: 276px;
  left: 0;
  bottom: 0;
}
#live_in__target .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_10.png) center center/contain no-repeat;
  width: 171px;
  height: 277px;
  right: 0;
  bottom: 0;
}

#for_corporate__target .inner {
  position: relative;
}
#for_corporate__target .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_11.png) center center/contain no-repeat;
  width: 185px;
  height: 287px;
  left: 0;
  bottom: 0;
}
#for_corporate__target .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_12.png) center center/contain no-repeat;
  width: 195px;
  height: 285px;
  right: 0;
  bottom: 0;
}

#works_removal__target .inner {
  position: relative;
}
#works_removal__target .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_13.png) center center/contain no-repeat;
  width: 176px;
  height: 292px;
  left: 0;
  bottom: 0;
}
#works_removal__target .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_14.png) center center/contain no-repeat;
  width: 175px;
  height: 285px;
  right: 0;
  bottom: 0;
}

/* common__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__about {
  background: var(--pattern--stripe--01-01b);
}
.common__about .cont__about {
  gap: 80px;
  margin-bottom: var(--margin-70);
}
.common__about .cont__about .group__info {
  flex: 1;
}
.common__about .cont__about .group__info .ttl04 {
  margin-bottom: var(--margin-40);
}
.common__about .cont__about .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  font-family: var(--fot--Zen-Maru-Goth);
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 60%, #ffedb0 60%);
}
.common__about .cont__about .group__info .item__text p {
  line-height: 2.2;
}
.common__about .cont__service {
  margin-bottom: var(--margin-70);
  background: #fff;
  width: 880px;
  height: 280px;
  margin-inline: auto;
  display: flex;
  gap: 30px;
}
.common__about .cont__service .group__info {
  padding: 50px;
  padding-right: 0;
  flex: 1;
}
.common__about .cont__service .group__info .ttl04 {
  border-left: 5px solid var(--col--txt-03);
  margin-bottom: var(--margin-20);
  padding-left: var(--margin-20);
}
.common__about .cont__service .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.02em;
}
.common__about .cont__service .group__info .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0;
}
.common__about .cont__service .item__img {
  height: 100%;
}
.common__about .cont__service .item__img img {
  max-width: unset;
  height: 100%;
  width: 100%;
}
.common__about .cont__point {
  padding-bottom: var(--margin-50);
  border-bottom: 2px solid var(--col--txt-03);
}
.common__about .cont__point .ttl04 .ttl__ja {
  display: flex;
  align-items: center;
  font-size: var(--font-size-32);
  color: var(--col--txt-03);
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  gap: 30px;
  margin-bottom: var(--margin-50);
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.common__about .cont__point .ttl04 .ttl__ja::before {
  content: "";
  position: relative;
  flex: 1;
  border-bottom: 2px solid var(--col--txt-03);
}
.common__about .cont__point .ttl04 .ttl__ja::after {
  content: "";
  position: relative;
  flex: 1;
  border-bottom: 2px solid var(--col--txt-03);
}
.common__about .cont__point .list__point {
  --num: 4;
  --column-gap: 50px;
  --row-gap: 60px;
  margin-bottom: var(--margin-50);
}
.common__about .cont__point .list__point .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common__about .cont__point .list__point .item .ttl05 {
  order: 2;
  text-align: center;
}
.common__about .cont__point .list__point .item .ttl05 .ttl__ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-23);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.common__about .cont__point .list__point .item .item__img {
  order: 1;
  margin-bottom: var(--margin-15);
}
.common__about .cont__point .item__text_note {
  text-align: center;
}
#for_corporate__about .cont__point .list__point {
  --num: 4;
  --column-gap: 30px;
  --row-gap: 0;
}
#for_corporate__about .cont__point .list__point .item .ttl05 .ttl__ja {
  font-size: var(--font-size-17);
  letter-spacing: 0.02em;
}

/* common__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__price .cont__price {
  border: 2px solid var(--col--txt-03);
  padding: 60px;
}
.common__price .cont__price .ttl04 {
  width: 100%;
  padding: 20px;
  background: var(--col--txt-03);
  text-align: center;
  margin-bottom: var(--margin-50);
}
.common__price .cont__price .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
  color: #fff;
}
.common__price .cont__price .wrap__plan {
  margin-bottom: var(--margin-60);
}
.common__price .cont__price .block__plan {
  padding: 30px 40px;
  background: var(--pattern--stripe--01-01b);
  margin-bottom: var(--margin-30);
}
.common__price .cont__price .block__plan .ttl05 {
  padding-left: 25px;
  border-left: 4px solid var(--col--txt-03);
  margin-bottom: var(--margin-20);
}
.common__price .cont__price .block__plan .ttl05 .ttl__ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-23);
  color: var(--col--txt-03);
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.common__price .cont__price .block__other .ttl05 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-30);
}
.common__price .cont__price .block__other .ttl05 .ttl__ja {
  position: relative;
  font-size: var(--font-size-23);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__price .cont__price .block__other .ttl05 .ttl__ja::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  translate: -100% 0;
  background: var(--col--txt-03);
  left: -10px;
  top: 50%;
  translate: -100% -50%;
}
.common__price .cont__price .block__other .ttl05 .ttl__ja::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  translate: -100% 0;
  background: var(--col--txt-03);
  right: -10px;
  top: 50%;
  translate: 100% -50%;
}
.common__price .cont__price .block__other .list__menu {
  position: relative;
  margin-bottom: var(--margin-40);
  width: 100%;
}
.common__price .cont__price .block__other .list__menu .item {
  border: 1px solid #f0f0f0;
}
.common__price .cont__price .block__other .list__menu .item dt,
.common__price .cont__price .block__other .list__menu .item dd {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.common__price .cont__price .block__other .list__menu .item dt {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  width: 50%;
  background: #f0f0f0;
  border-bottom: 1px solid #fff;
}
.common__price .cont__price .block__other .list__menu .item dd {
  font-weight: 500;
  width: 50%;
}
.common__price .cont__price .block__other .item__text_note {
  gap: 4px;
}
.common__price .cont__price .block__other .item__text_note small {
  display: inline-block;
  line-height: 1.8;
  font-size: var(--font-size-23);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 60%, #ffedb0 60%);
}

/* common__insurance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__insurance {
  background: #f0f0f0;
}
.common__insurance .ttl03 {
  margin-bottom: var(--margin-50);
}
.common__insurance .cont__insurance {
  background: #fff;
  padding: 50px 30px;
  width: 100%;
  position: relative;
}
.common__insurance .cont__insurance::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__item__01_02.png) center center/contain no-repeat;
  width: 97px;
  height: 112px;
  right: -35px;
  top: -25px;
}
.common__insurance .cont__insurance::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_06.png) center center/contain no-repeat;
  width: 66px;
  height: 168px;
  left: -20px;
  bottom: -30px;
}
.common__insurance .cont__insurance .item__text {
  text-align: center;
}
.common__insurance .cont__insurance .item__text p {
  font-size: var(--font-size-20);
  line-height: 2.1;
  font-weight: 500;
}
.common__insurance .cont__insurance .item__text p small {
  margin-top: var(--margin-10);
  display: block;
}

/* common__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__flow .cont__flow .list__flow .item {
  border: 2px solid var(--col--txt-03);
  width: 100%;
  margin-bottom: var(--margin-45);
  position: relative;
}
.common__flow .cont__flow .list__flow .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 30px;
  height: 18px;
  bottom: -32px;
  left: 50%;
  translate: -50% 0;
  filter: var(--col--acc-01-f);
}
.common__flow .cont__flow .list__flow .item:last-child {
  margin-bottom: 0;
}
.common__flow .cont__flow .list__flow .item:last-child::before {
  display: none;
}
.common__flow .cont__flow .list__flow .item .ttl04 {
  padding: 25px;
  background: var(--col--txt-03);
  text-align: center;
}
.common__flow .cont__flow .list__flow .item .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
}
.common__flow .cont__flow .list__flow .item .item__text {
  text-align: center;
  padding: 40px;
}
.common__flow .cont__flow .list__flow .item .item__text p {
  font-size: var(--font-size-20);
  letter-spacing: 0.04em;
}

/* works_removal
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
/* works_removal__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works_removal__target .item__text_note {
  margin-top: var(--margin-25);
}
#works_removal__target .item__text_note small {
  display: block;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.8;
  font-size: var(--font-size-28);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 60%, #ffedb0 60%);
}

/* works_removal__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works_removal__about {
  background: var(--col--base-02);
}
#works_removal__about .cont__service {
  position: relative;
}
#works_removal__about .cont__service::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__human__01_06.png) center center/contain no-repeat;
  width: 66px;
  height: 168px;
  left: -40px;
  bottom: -10px;
}
#works_removal__about .cont__service::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__item__01_02.png) center center/contain no-repeat;
  width: 97px;
  height: 112px;
  right: -40px;
  top: -40px;
}
#works_removal__about .cont__service .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-27);
}
#works_removal__about .cont__subject .block__subject {
  background: var(--pattern--stripe--01-01b);
  padding: 60px;
  margin-bottom: var(--margin-40);
}
#works_removal__about .cont__subject .block__subject:last-child {
  margin-bottom: 0;
}
#works_removal__about .cont__subject .block__subject .ttl04 {
  padding-left: var(--margin-20);
  border-left: 4px solid var(--col--txt-03);
  margin-bottom: var(--margin-20);
}
#works_removal__about .cont__subject .block__subject .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.02em;
}
#works_removal__about .cont__subject .block__subject .list > .item {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
#works_removal__about .cont__subject .block__subject .list > .item::before {
  content: "ใป";
  left: 0;
  position: absolute;
}

/* works_removal__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works_removal__price .list__menu {
  position: relative;
  margin-bottom: var(--margin-40);
  width: 100%;
}
#works_removal__price .list__menu .item dt,
#works_removal__price .list__menu .item dd {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid var(--col--txt-03);
}
#works_removal__price .list__menu .item dt {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  width: 50%;
  background: var(--col--txt-03);
  border-bottom: 1px solid #fff;
  color: #fff;
}
#works_removal__price .list__menu .item dd {
  font-weight: 500;
  width: 50%;
  border-right: 1px solid var(--col--txt-03);
}
#works_removal__price .list__menu .item:first-of-type {
  border-top: 1px solid var(--col--txt-03);
}
#works_removal__price .item__text_note small {
  width: fit-content;
  display: inline-block;
  margin: 0 auto;
  line-height: 1.8;
  font-size: var(--font-size-23);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--fot--Zen-Maru-Goth);
  text-align: center;
}
#works_removal__price .item__text_note small span {
  line-height: 1.4;
  background: linear-gradient(180deg, rgba(255, 237, 176, 0) 60%, #ffedb0 60%);
}

/* works_removal__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works_removal__contact {
  background: #f0f0f0;
}
#works_removal__contact .cont__contact .com__tel {
  padding: 10px 15px;
  background: #fff;
  gap: 8px;
}
#works_removal__contact .cont__contact .com__tel .item__num {
  font-size: var(--font-size-38);
  padding-left: 20px;
}
#works_removal__contact .cont__contact .com__tel .item__attention {
  height: 12px;
}
#works_removal__contact .cont__contact .com__btn_01 {
  height: 80px;
  border-radius: 40px;
}
#works_removal__contact .cont__contact .com__btn_01 span {
  font-size: var(--font-size-22);
}
#works_removal__contact .cont__contact .btn__contact span {
  position: relative;
  padding-left: 1.7em;
}
#works_removal__contact .cont__contact .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__02_01.png) center center/contain no-repeat;
  width: 30px;
  height: 21px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#works_removal__contact .cont__contact .btn__line span {
  position: relative;
  padding-left: 1.9em;
}
#works_removal__contact .cont__contact .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////

ๅฑ้ไธๅฑคใใผใธใ( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

////////////////////////////////////////////////////////////////////////////////////////////////// */
/*ใ็ฅใใไธ่ฆง
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

/*ใใฉใคใใทใผใใชใทใผ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

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

/* ใๅใๅใใๅฎไบ
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ใใผใธใ่ฆใคใใใพใใใ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

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