@charset "UTF-8";
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-50);
}
#header .item__logo {
  display: block;
  width: fit-content;
  padding-left: 2vw;
}
#header .item__logo img {
  width: 52vw;
}
#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;
  padding-right: var(--margin-50);
}
#header .com__times {
  position: relative;
  margin-right: var(--margin-20);
}
#header .com__times .item dt {
  background: var(--col--blue-01);
  color: #fff;
}
#header .com__tel {
  position: relative;
  margin-right: var(--margin-20);
}
#header .com__tel dd {
  gap: 3vw;
}
#header .com__tel dd .item__num {
  padding-left: 1.2em;
}
#header .com__tel dd .item__num::before {
  background: url(/img/common/icon__tel__01_02.png) center center/contain no-repeat;
  width: 26px;
  height: 26px;
}
#header .com__tel dd .item__attention {
  height: 10px;
}
#header .btn__line {
  width: 260px;
  height: 55px;
}
#header .unit__info {
  margin-bottom: var(--margin-15);
}
@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;
  }
}


html {
  scroll-padding-top: 100px;
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 5vw;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__border__01_01.png) center center/contain no-repeat;
  width: 2px;
  height: 26px;
  right: -30px;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  font-weight: 700;
  font-size: var(--font-size-16);
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-top: 70px;
}
#mv .swiper-wrapper {
  margin-left: -65vw;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 230vw;
  max-width: unset;
}
#mv .mv-catch {
  z-index: 5;
  position: absolute;
  left: calc(50% + 5vw);
  top: 50%;
  translate: -50% -50%;
  width: 78vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 45vw;
  margin-top: 70px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: var(--col--blue-01);
  white-space: nowrap;
  color: #fff;
  padding: 2.5vw 4vw;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: 5.6vw;
  letter-spacing: 0.08em;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: -6vw;
  bottom: -3.5vw;
}
#sv .sv-catch::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  right: -6vw;
  bottom: -3.5vw;
}

.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-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-company {
  background: url(/img/sv/sv__company.png) center center/cover no-repeat;
}

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: #d6cfb5;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
}
#footer .item__logo img {
  width: 60vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list__address {
  margin-bottom: var(--margin-30);
}
#footer .list__address .item {
  margin-bottom: var(--margin-15);
}
#footer .list__address .item dt,
#footer .list__address .item dd {
  font-size: var(--font-size-17);
  font-weight: 700;
  font-size: 3.5vw;
}
#footer .list__address .item dt {
  color: var(--col--blue-01);
  margin-right: var(--margin-20);
  width: 20vw;
}
#footer .list__address .item dd {
  line-height: 1.5;
}
#footer .block__links {
  gap: 3vw;
  align-items: center;
  margin-bottom: var(--margin-30);
  gap: 6vw;
}
#footer .com__instagram {
  --size: 9vw;
}
#footer .com__tel dd {
  gap: 3vw;
  gap: 2vw;
}
#footer .com__tel .item__num {
  font-weight: 700;
  color: var(--col--blue-01);
  font-size: 7.5vw;
}
#footer .com__tel .item__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_02.png) center center/contain no-repeat;
  width: 26px;
  height: 26px;
}
#footer .btn__line {
  height: 14vw;
  margin-bottom: 8vw;
}
#footer .btn__official {
  margin-left: auto;
  margin-bottom: var(--margin-30);
  width: 95%;
  height: 14vw;
  position: relative;
}
#footer .btn__official::after {
  content: "";
  position: absolute;
  background: url(/img/common/chara_mascot__01_03.png) center center/contain no-repeat;
  width: 16vw;
  height: 18vw;
  left: 5vw;
  bottom: 0vw;
}
#footer .list-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 260px;
  gap: 30px 130px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--col--blue-01);
  border-radius: 50%;
  left: -30px;
  top: 50%;
  translate: 0 -50%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--blue-01);
  color: #fff;
  padding: 5vw;
  font-size: 2.8vw;
}
#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 .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;
  }
}

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

TOPページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top__worries
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  z-index: 0;
  position: relative;
}
#top__worries .inner {
  position: relative;
}
#top__worries .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  left: 0vw;
  top: 0vw;
}
#top__worries .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__nature__01_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  top: 0vw;
}
#top__worries .ttl03 {
  gap: 3vw;
  margin-bottom: var(--margin-80);
}
#top__worries .ttl03 .sub img {
  height: 15vw;
}
#top__worries .ttl03 .ja img {
  height: 15vw;
}
#top__worries .list__worries {
  position: relative;
  width: 100%;
  background: url(/img/top/top__worries__bg_img_01.png) center top/80vw no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  padding-top: 55vw;
}
#top__worries .list__worries::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/chara_mascot__01_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 28vw;
  right: 8vw;
  top: -11vw;
}
#top__worries .list__worries .item {
  position: relative;
  width: calc((100% - 5vw) / 2);
  background: var(--col--blue-01);
  border-radius: 1.5vw;
}
#top__worries .list__worries .item a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 4vw 3vw;
  position: relative;
}
#top__worries .list__worries .item a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__btn_01.png) center center/contain no-repeat;
  width: 13vw;
  height: 10vw;
  right: 0vw;
  top: 17vw;
}
#top__worries .list__worries .item .item__img {
  border-radius: 1.5vw;
  width: 100%;
  margin-bottom: 3vw;
}
#top__worries .list__worries .item .item__img img {
  border-radius: 1.5vw;
}
#top__worries .list__worries .item .item__text p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-size: var(--font-size-15);
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: 4vw;
}
#top__worries .list__worries .item .item__text p br {
  display: none;
}
#top__worries .list__worries .item .item__text p .small-01 {
  font-weight: 700;
  letter-spacing: 0em;
  font-size: var(--font-size-13);
  font-size: 2.7vw;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: var(--col--base-01);
}
#top__about .inner {
  position: relative;
}
#top__about .ttl03_wrap {
  position: relative;
  margin-bottom: var(--margin-90);
}
#top__about .ttl03 {
  position: relative;
}
#top__about .ttl03 .main {
  width: fit-content;
  color: var(--col--blue-01);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: var(--fot--Zen-Maru-Goth);
  position: relative;
  text-align: left;
  margin-bottom: 3vw;
  font-size: 8.2vw;
}
#top__about .ttl03 .main::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shine__01_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: -9vw;
  top: -5vw;
}
#top__about .ttl03 .sub {
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--blue-01);
  text-align: left;
}
#top__about .ttl03_lead {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 4vw;
}
#top__about .item__img {
  position: absolute;
  top: 2vw;
  right: 0vw;
  width: 43vw;
}
#top__about .item__text {
  width: 100%;
}
#top__about .item__text br {
  display: none;
}
#top__about .item__text p {
  font-weight: 500;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service .ttl03 {
  margin-bottom: 13vw;
}
#top__service .list__service {
  --num: 2;
  --column-gap: 4vw;
  --row-gap: 10vw;
}
#top__service .list__service .item a {
  position: relative;
  display: block;
}
#top__service .list__service .item a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__btn_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  right: 0vw;
  bottom: 0vw;
}
#top__service .list__service .item a .ttl04 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5vw;
  order: 2;
  left: 50%;
  translate: -50% 0;
  top: -6vw;
  background: url(/img/common/deco_ttl__frame__01_01.png) center center/contain no-repeat;
  width: 40vw;
  height: 17vw;
}
#top__service .list__service .item a .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.045em;
  color: var(--col--blue-01);
  font-size: var(--font-size-26);
  font-size: 4vw;
}
#top__service .list__service .item a .item__img {
  order: 1;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: var(--separate__wave__01_01w), var(--col--base-01);
}
#top__case .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__case .cont__post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: var(--margin-60);
  justify-content: center;
  flex-wrap: wrap;
}
#top__case .cont__post .block__post {
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  border-radius: 20px;
  padding: 5vw;
  position: relative;
}
#top__case .cont__post .block__post::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/common/border__dashed__01_lt.png) left top no-repeat, url(/img/common/border__dashed__01_rt.png) right top no-repeat, url(/img/common/border__dashed__01_rb.png) right bottom no-repeat, url(/img/common/border__dashed__01_lb.png) left bottom no-repeat;
}
#top__case .cont__post .block__post .ttl04 {
  order: 3;
  margin-bottom: var(--margin-40);
  width : 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__case .cont__post .block__post .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 500;
}
#top__case .cont__post .block__post .list__tags {
  order: 2;
  gap: 2vw;
  margin-bottom: var(--margin-20);
}
#top__case .cont__post .block__post .list__tags .item {
  width: fit-content;
  color: var(--col--blue-01);
  background: #f0e9d1;
  border-radius: 7vw;
  padding: 1vw 4vw;
  font-size: var(--font-size-15);
  font-size: 3.5vw;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 600;
  letter-spacing: 0.05em;
}
#top__case .cont__post .block__post .list__compare {
  order: 1;
  width: 100%;
  position: relative;
  margin-bottom: var(--margin-30);
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  gap: 6vw;
}
#top__case .cont__post .block__post .list__compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__05_01.png) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__case .cont__post .block__post .list__compare .item {
  height: 35vw;
  position: relative;
}
#top__case .cont__post .block__post .list__compare .item dt {
  background: var(--col--blue-01);
  color: #fff;
  width: fit-content;
  border-radius: 0 0 10px 0;
  padding: 1vw 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top__case .cont__post .block__post .list__compare .item__before {
  width: 100%;
}
#top__case .cont__post .block__post .list__compare .item__before dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#top__case .cont__post .block__post .list__compare .item__before dd {
  width: 100%;
  height: 100%;
}
#top__case .cont__post .block__post .list__compare .item__before dd .item-img {
  width: 100%;
  height: 100%;
}
#top__case .cont__post .block__post .list__compare .item__after {
  width: 100%;
}
#top__case .cont__post .block__post .list__compare .item__after dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#top__case .cont__post .block__post .list__compare .item__after dd {
  width: 100%;
  height: 100%;
}
#top__case .cont__post .block__post .list__compare .item__after dd .item-img {
  width: 100%;
  height: 100%;
}
#top__case .cont__post .block__post .item__btn {
  position: relative;
  width: fit-content;
  margin-left: auto;
  color: var(--col--blue-01);
  order: 4;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-right: var(--margin-40);
  font-size: 3.5vw;
}
#top__case .cont__post .block__post .item__btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__04_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  right: -3vw;
  bottom: -2vw;
}
#top__case .com__btn_01 {
  margin: 0 auto;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages {
  background: var(--separate__wave__01_01y), #efe7ca;
}
#top__subpages .list__subpages {
  --num: 2;
  --column-gap: 7vw;
  --row-gap: 4vw;
  justify-content: center;
}
#top__subpages .list__subpages .item a {
  position: relative;
  display: block;
}
#top__subpages .list__subpages .item a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__btn_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: 0vw;
  bottom: 0vw;
}
#top__subpages .list__subpages .item a .ttl03 {
  position: absolute;
  background: url(/img/common/deco_ttl__frame__02_01.png) center center/contain no-repeat;
  width: 35vw;
  height: 25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1vw;
  top: -5vw;
  left: -4vw;
  z-index: 3;
}
#top__subpages .list__subpages .item a .ttl03 .ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--blue-01);
  font-size: var(--font-size-34);
  font-size: 5vw;
  letter-spacing: 0.1em;
}
/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/top/top__contact__bg_img_01.jpg) center center/cover no-repeat;
}
.common__contact hgroup {
  width: fit-content;
  gap: 0;
  margin-bottom: var(--margin-10);
  position: relative;
  align-items: start;
}
.common__contact hgroup::before {
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/chara_mascot__01_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 35vw;
  right: -25vw;
  bottom: -1vw;
}
.common__contact hgroup .ttl03 {
  order: 2;
  text-align: left;
}
.common__contact hgroup .ttl03 .ja {
  line-height: 1.4;
  font-size: 7.5vw;
}
.common__contact hgroup .ttl03 .ja::before {
  display: none;
}
.common__contact hgroup .ttl03 .ja::after {
  display: none;
}
.common__contact hgroup .ttl03_lead {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/img/common/deco_ttl__frame__03_01.png) center center/contain no-repeat;
  width: 56vw;
  height: 11vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.045em;
  font-size: var(--font-size-30);
  padding-bottom: 3vw;
  font-size: 3.4vw;
}
.common__contact .block__contact {
  position: relative;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
.common__contact .block__contact .com__tel dd {
  gap: 2vw;
}
.common__contact .block__contact .com__tel dd .item__num {
  font-size: 8.5vw;
}
.common__contact .block__contact .com__tel dd .item__attention {
  height: 3vw;
}
.common__contact .block__contact .com__times {
  width: fit-content;
}
.common__contact .block__contact .com__times .item dt,
.common__contact .block__contact .com__times .item dd {
  font-size: 3.5vw;
}
.common__contact .block__contact .com__times .item dt {
  padding: 1vw 4vw;
}
.common__contact .block__links {
  gap: 5vw;
  position: relative;
  flex-direction: column;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--blue-01);
  border-radius: 9vw;
  color: #fff;
  padding: 1vw 3vw;
  font-size: var(--font-size-15);
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 2.8vw;
}

.com__latest {
  margin-bottom: 5vw;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
  flex-direction: row-reverse;
  gap: 3vw;
}
.com__latest .group__info {
  width: 70%;
}
.com__latest .group__info.on_thumb {
  width: 70%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  font-weight: 500;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-10);
  color: var(--col--blue-01);
  font-size: var(--font-size-16);
  font-weight: 700;
  margin-bottom: var(--margin-15);
}
.com__latest .list__tag {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-20);
  gap: 3vw;
}
.com__latest .group__img {
  height: 8vw;
  width: 8vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-15);
}
.com__latest .item__thumb {
  height: 8vw;
  width: 8vw;
}
.com__latest:hover {
  color: var(--col--acc-01);
  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: 5vw;
}

#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__news .cont__latest {
  display: flex;
  width: 100%;
  margin-bottom: var(--margin-30);
  flex-wrap: wrap;
  justify-content: center;
}
#top__news .cont__latest .com__latest {
  width: 100%;
}
#top__news .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.common__about .ttl03 {
  position: relative;
  margin-bottom: var(--margin-60);
}
.common__about .block__info {
  position: relative;
}
.common__about .block__info > .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
.common__about .block__info > .item__text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-60);
}
.common__about .block__info > .item__text br {
  display: none;
}
.common__about .block__info .block__point {
  width: 100%;
  margin-left: auto;
}
.common__about .block__info .block__point .ttl04 {
  width: calc(100% - 6vw);
  background: var(--col--blue-01);
  padding: 3vw 4vw;
  margin-bottom: var(--margin-40);
  position: relative;
}
.common__about .block__info .block__point .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__ribon__02_01.png) center center/100% 100% no-repeat;
  width: 6vw;
  height: 100%;
  right: 0.5vw;
  top: 50%;
  translate: 100% -50%;
}
.common__about .block__info .block__point .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  position: relative;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-size-20);
  color: #fff;
  font-size: 4vw;
}
.common__about .block__info .block__point .ttl04 .ja .str-01 {
  color: var(--col--yellow-01);
}
.common__about .block__info .block__point .list__point .item {
  position: relative;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px dashed var(--col--txt-01);
}
.common__about .block__info .block__point .list__point .item p {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Maru-Goth);
  position: relative;
  line-height: 1.8;
  padding-left: 2em;
}
.common__about .block__info .block__point .list__point .item p::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 1vw;
}

.common__about:nth-of-type(odd):not(:first-of-type) {
  background: var(--separate__wave__01_01y);
}

.common__about:nth-of-type(even) {
  background: var(--separate__wave__01_01w) var(--col--base-01);
}

/* about__exterior_painting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__exterior_painting .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_01.png) center center/contain no-repeat;
  width: 35vw;
  height: 35vw;
  right: -5vw;
  bottom: -5vw;
}

/* about__roof_reform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__roof_reform .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_02.png) center center/contain no-repeat;
  width: 35vw;
  height: 35vw;
  right: -5vw;
  bottom: -5vw;
}

/* about__exterior
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__exterior .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_03.png) center center/contain no-repeat;
  width: 35vw;
  height: 35vw;
  right: -5vw;
  bottom: -5vw;
}

/* about__interior_reform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__interior_reform .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_04.png) center center/contain no-repeat;
  width: 35vw;
  height: 35vw;
  right: -5vw;
  bottom: -5vw;
}

/* about__water_area_reform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__water_area_reform .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_05.png) center center/contain no-repeat;
  width: 40vw;
  height: 40vw;
  right: -10vw;
  bottom: -5vw;
}

/* about__electrical_work
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__electrical_work .block__info > .item__img::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/about/about__mascot__img_06.png) center center/contain no-repeat;
  width: 45vw;
  height: 45vw;
  right: -10vw;
  bottom: -5vw;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__point {
  background: var(--col--base-01);
}
#feature__point .ttl03 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5vw;
}
#feature__point .ttl03 .ja {
  line-height: 1.5;
}
#feature__point .ttl03 .ja .str-01 {
  font-size: var(--font-size-50);
}
#feature__point .ttl03 .ja .str-02 {
  display: inline-block;
  line-height: 1;
  background: linear-gradient(180deg, rgba(248, 211, 97, 0) 70%, #f8d361 70%);
}
#feature__point .cont__feature .list__feature .item {
  position: relative;
  background: #fff;
  border-radius: 1.5vw;
  padding: 8vw 5vw;
  margin-bottom: 5vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#feature__point .cont__feature .list__feature .item:last-child {
  margin-bottom: 0;
}
#feature__point .cont__feature .list__feature .item .ttl04 {
  margin-bottom: var(--margin-10);
  order: 2;
}
#feature__point .cont__feature .list__feature .item .ttl04 .num {
  position: absolute;
  color: var(--col--yellow-01);
  font-size: 15vw;
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0.04em;
  right: 0vw;
  top: 53vw;
  z-index: 2;
}
#feature__point .cont__feature .list__feature .item .ttl04 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-30);
  letter-spacing: 0.04em;
  color: var(--col--blue-01);
  font-weight: 700;
  line-height: 1.8;
  font-size: 5.5vw;
}
#feature__point .cont__feature .list__feature .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
  order: 1;
}
#feature__point .cont__feature .list__feature .item .item__text {
  order: 3;
}
#feature__point .cont__feature .list__feature .item .item__text br {
  display: none;
}
#feature__point .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.04em;
  font-size: 3.8vw;
}

/* greeting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* greeting__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#greeting__owner hgroup {
  margin-bottom: var(--margin-60);
}
#greeting__owner hgroup .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-25);
}
#greeting__owner hgroup .ttl03_lead {
  background: var(--col--blue-01);
  padding: 2vw 5vw;
  width: fit-content;
  margin: 0 auto;
  align-items: end;
}
#greeting__owner hgroup .ttl03_lead > * {
  color: #fff;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
}
#greeting__owner hgroup .ttl03_lead .class {
  font-size: var(--font-size-28);
  position: relative;
  margin-right: var(--margin-30);
  font-size: 3vw;
}
#greeting__owner hgroup .ttl03_lead .main {
  font-size: var(--font-size-36);
  position: relative;
  margin-right: var(--margin-20);
  font-size: 5.5vw;
}
#greeting__owner hgroup .ttl03_lead .en {
  font-size: var(--font-size-26);
  font-size: 3vw;
}
#greeting__owner .item__img {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
#greeting__owner .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/common/chara_mascot__01_04.png) center center/contain no-repeat;
  width: 20vw;
  height: 34vw;
  right: -5vw;
  bottom: -5vw;
}
/* greeting__interview
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#greeting__interview {
  background: var(--col--base-01);
}
#greeting__interview .ttl03 {
  margin-bottom: var(--margin-60);
}
#greeting__interview .cont__interview .list__interview .item {
  position: relative;
  margin-bottom: 15vw;
}
#greeting__interview .cont__interview .list__interview .item:last-child {
  margin-bottom: 0;
}
#greeting__interview .cont__interview .list__interview .item .ttl04 {
  width: 100%;
  background: var(--col--blue-01);
  padding: 3vw 5vw;
  border-radius: 1.5vw;
  margin-bottom: var(--margin-25);
  align-items: center;
  display: flex;
  gap: 4vw;
}
#greeting__interview .cont__interview .list__interview .item .ttl04 > span {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
}
#greeting__interview .cont__interview .list__interview .item .ttl04 .num {
  font-size: var(--font-size-26);
  color: var(--col--yellow-01);
  position: relative;
  width: 10vw;
}
#greeting__interview .cont__interview .list__interview .item .ttl04 .ja {
  font-size: var(--font-size-17);
  color: #fff;
  line-height: 1.4;
}
#greeting__interview .cont__interview .list__interview .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#greeting__interview .cont__interview .list__interview .item .item__text {
  width: 100%;
}
#greeting__interview .cont__interview .list__interview .item .item__text br {
  display: none;
}
#greeting__interview .cont__interview .list__interview .item .item__text p {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#greeting__interview .cont__interview .list__interview .item:nth-of-type(odd) .ttl04 {
  margin-left: auto;
}
#greeting__interview .cont__interview .list__interview .item:nth-of-type(odd) .item__text {
  margin-left: auto;
}
#greeting__interview .cont__interview .list__interview .item:nth-of-type(even) .ttl04 {
  margin-right: auto;
}
#greeting__interview .cont__interview .list__interview .item:nth-of-type(even) .item__text {
  margin-right: auto;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__info .cont__info .item__table {
  margin-bottom: var(--margin-40);

  th,td{
    font-size: 3.7vw;
  }

  th{
    padding-inline: 2vw;
    width: 38vw;
  }
}
#company__info .cont__info .item__map {
  width: 100%;
  height: 60vw;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case {
  background: var(--col--base-01);
}
#case .inner {
  position: relative;
}
#case .ttl03 {
  margin-bottom: var(--margin-60);
}
#case .cont__tag_menu {
  position: relative;
  width: 100%;
  margin-bottom: 15vw;
}
#case .cont__tag_menu .list__tags {
  display: flex;
  flex-direction: column;
}
#case .cont__tag_menu .list__tags .item {
  position: relative;
  width: 100%;
  padding: 3vw 4vw;
  padding-left: 10vw;
  background: var(--col--blue-01);
  margin-bottom: 2vw;
}
#case .cont__tag_menu .list__tags .item:last-child {
  margin-bottom: 0;
}
#case .cont__tag_menu .list__tags .item > a {
  color: #fff;
}
#case .cont__tag_menu .list__tags .item > a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 2.5vw;
  height: 2.5vw;
  left: 5vw;
  top: 50%;
  translate: 0 -50%;
}
#case .wrap__post {
  width: 100%;
  margin-left: auto;
}
#case .cont__post {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  width: 100%;
  margin-bottom: var(--margin-40);
}
#case .cont__post .block__post {
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  border-radius: 20px;
  padding: 5vw;
  position: relative;
}
#case .cont__post .block__post::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/common/border__dashed__01_lt.png) left top no-repeat, url(/img/common/border__dashed__01_rt.png) right top no-repeat, url(/img/common/border__dashed__01_rb.png) right bottom no-repeat, url(/img/common/border__dashed__01_lb.png) left bottom no-repeat;
}
#case .cont__post .block__post .ttl04 {
  order: 3;
  margin-bottom: var(--margin-40);
  width : 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#case .cont__post .block__post .list__tags {
  order: 2;
  gap: 2vw;
  margin-bottom: var(--margin-20);
}
#case .cont__post .block__post .list__tags .item {
  width: fit-content;
  color: var(--col--blue-01);
  background: #f0e9d1;
  border-radius: 5vw;
  padding: 1vw 4vw;
  font-size: var(--font-size-15);
  font-size: 3vw;
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 600;
  letter-spacing: 0.05em;
}
#case .cont__post .block__post .list__compare {
  order: 1;
  width: 100%;
  height: 55vw;
  position: relative;
  margin-bottom: var(--margin-30);
}
#case .cont__post .block__post .list__compare .item dt {
  background: var(--col--blue-01);
  color: #fff;
  width: fit-content;
  border-radius: 0 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw 4vw;
  font-size: 3vw;
}
#case .cont__post .block__post .list__compare .item__before {
  width: 38%;
  height: 26vw;
  position: absolute;
  left: 0;
  top: 0;
}
#case .cont__post .block__post .list__compare .item__before::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  translate: 0% 100%;
  bottom: -5vw;
  right: 0vw;
}
#case .cont__post .block__post .list__compare .item__before dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#case .cont__post .block__post .list__compare .item__before dd {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .list__compare .item__before dd .item-img {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .list__compare .item__after {
  position: absolute;
  width: 57%;
  height: 35vw;
  right: 0;
  bottom: 0;
}
#case .cont__post .block__post .list__compare .item__after dt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#case .cont__post .block__post .list__compare .item__after dd {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .list__compare .item__after dd .item-img {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .item__btn {
  position: relative;
  width: fit-content;
  margin-left: auto;
  color: var(--col--blue-01);
  order: 4;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-right: var(--margin-60);
}
#case .cont__post .block__post .item__btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__04_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  right: -2vw;
  bottom: -2vw;
}

/* case__in_post
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .wrap__post {
  background: #fff;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px), repeating-linear-gradient(180deg, #000000, #000000 4px, transparent 4px, transparent 7px, #000000 7px, #000000 9px, transparent 9px, transparent 11px, #000000 11px, #000000 16px, transparent 16px, transparent 23px, #000000 23px, #000000 34px, transparent 34px, transparent 38px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  border-radius: 10px;
  padding: 5vw;
  position: relative;
}
.case__in_post .wrap__post::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/common/border__dashed__01_lt.png) left top no-repeat, url(/img/common/border__dashed__01_rt.png) right top no-repeat, url(/img/common/border__dashed__01_rb.png) right bottom no-repeat, url(/img/common/border__dashed__01_lb.png) left bottom no-repeat;
}
.case__in_post .list__compare {
  order: 1;
  width: 100%;
  height: 68vw;
  position: relative;
  margin-bottom: var(--margin-20);
}
.case__in_post .list__compare .item {
  position: absolute;
}
.case__in_post .list__compare .item dt {
  z-index: 2;
  position: absolute;
  border-radius: 0 0 10px 0;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--col--blue-01);
}
.case__in_post .list__compare .item__before {
  left: 0;
  top: 0;
  width: 42%;
  height: 24vw;
}
.case__in_post .list__compare .item__before::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  translate: 0% 100%;
  bottom: -2vw;
  right: 15vw;
}
.case__in_post .list__compare .item__before dt {
  font-size: var(--font-size-17);
  font-size: 3.5vw;
  padding: 1vw 4vw;
}
.case__in_post .list__compare .item__before dd {
  width: 100%;
  height: 100%;
}
.case__in_post .list__compare .item__before dd .item-img {
  width: 100%;
  height: 100%;
}
.case__in_post .list__compare .item__after {
  right: 0;
  bottom: 0;
  width: 73%;
  height: 41vw;
}
.case__in_post .list__compare .item__after dt {
  font-size: var(--font-size-20);
  font-size: 3.5vw;
  padding: 1vw 4vw;
}
.case__in_post .list__compare .item__after dd {
  width: 100%;
  height: 100%;
}
.case__in_post .list__compare .item__after dd .item-img {
  width: 100%;
  height: 100%;
}
.case__in_post .list__tags {
  order: 2;
  margin-bottom: var(--margin-20);
  gap: 2vw;
}
.case__in_post .list__tags .item {
  width: fit-content;
  color: var(--col--blue-01);
  background: #f0e9d1;
  border-radius: 16px;
  padding: 4px 13px;
  font-size: var(--font-size-15);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.case__in_post .ttl03 {
  order: 3;
  padding-bottom: var(--margin-30);
  border-bottom: 2px dashed #aeaca5;
  margin-bottom: var(--margin-30);
}
.case__in_post .ttl03 .ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-size-30);
  font-size: 5vw;
  line-height: 1.4;
}
.case__in_post .item__text {
  order: 4;
}
.case__in_post .item__text > p {
  font-weight: 500;
  line-height: 2;
}
.case__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}

#contact .item__text {
  border: 1px solid #ccc;
  padding: 5vw;
  margin-bottom: var(--margin-60);
}
#contact .item__text p .str-01 {
  background: linear-gradient(180deg, rgba(250, 230, 169, 0) 70%, #fae6a9 70%);
}
#contact .item__text p .str-02 {
  font-weight: 700;
}
#contact .item__text .list .item {
  line-height: 1.8;
}

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

共通下層ページ　( 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 th small {
  display: block;
  margin: 0.5em 0;
  line-height: 1.7;
  font-size: 0.8em;
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

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

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

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