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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  height: 70px;
  background: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  height: 100%;
  align-items: center;
  display: flex;
  z-index: 0;
  padding-left: 5vw;
}
#header .block__left::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/hd__deco_01.png) center center/contain no-repeat;
  width: 22vw;
  height: 35vw;
  left: -1.5vw;
  top: -1.5vw;
}
#header .item__logo {
  display: block;
  width: fit-content;
  padding-left: 5vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  width: 55vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  height: 100%;
  align-items: center;
}
#header .group__info {
  height: fit-content;
  width: fit-content;
  align-items: center;
}
#header .group__info .unit__contact {
  margin-bottom: var(--margin-15);
}
#header .com__tel {
  gap: 5px;
  margin-right: var(--margin-20);
}
#header .com__tel .item__num {
  font-size: var(--font-size-24);
  letter-spacing: 0.02em;
}
#header .com__tel .item__attention {
  height: 10px;
}
#header .list__sns {
  width: fit-content;
  gap: 20px;
  display: flex;
  align-items: center;
  margin-right: var(--margin-30);
}
#header .list__sns .com__line {
  --size: 34px;
}
#header .list__sns .com__instagram {
  --size: 34px;
}
#header .btn__contact {
  height: 100%;
  width: 120px;
  background: var(--col--acc-01);
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .btn__contact span {
  position: relative;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 700;
  padding-top: 50px;
}
#header .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
  width: 44px;
  height: 29px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
@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 {
  margin-right: var(--margin-30);
}
#nav .list-nav {
  width: fit-content;
  gap: 20px;
}
#nav .list-nav .item {
  width: fit-content;
  color: var(--col--main-01);
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 109vw;
  background: url(/img/mv/mv__img_01.jpg) center right -30vw/cover no-repeat;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
        width: 18vw;
        height: 28vw;
        right: 0;
        bottom: -6vw;
}
#mv .mv-catch {
  position: absolute;
        left: 5vw;
        width: 67vw;
        bottom: 10vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 20vw;
  height: 30vw;
  right: 0;
  bottom: -2vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  text-align: center;
  align-content: center;
  font-size: var(--font-size-48);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 2.5vw 3vw;
  font-size: 6.5vw;
  width: 90%;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #bfbfbf;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
  margin-inline: auto;
  width: 58vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 95%;
  padding-block: 10vw;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .btn__official {
  margin-bottom: var(--margin-60);
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 25px 70px;
  height: 200px;
  flex-wrap: wrap;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 700;
  position: relative;
  transition: ease 0.2s;
}
#footer .item__address {
  margin-bottom: var(--margin-40);
  position: relative;
  padding-left: 6vw;
  font-size: 3.6vw;
  letter-spacing: 0;
}
#footer .item__address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin_01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .com__times {
  gap: 3vw;
  flex-direction: column;
  margin-bottom: var(--margin-20);
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 7vw;
  flex-direction: row;
}
#footer .com__times .item {
  gap: 1vw;
}
#footer .com__times .item dt, #footer .com__times .item dd {
  font-size: 3.5vw;
}
#footer .com__tel {
  margin-bottom: var(--margin-60);
  flex-direction: column;
  width: fit-content;
  margin-inline: auto;
}
#footer .com__tel .item__num {
  font-size: 8vw;
}
#footer .list__contact {
  display: flex;
  align-items: center;
  gap: 5vw;
  flex-direction: column;
  width: 100%;
  margin-bottom: 8vw;
}
#footer .list__contact .item {
  width: 100%;
}
#footer .list__contact .item > a {
  height: 14vw;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: var(--font-size-14);
  color: #8c8c8c;
  padding-bottom: var(--margin-30);
}
#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 {
    color: #8c8c8c;
    font-size: var(--font-size-14);
    font-weight: 400;
    letter-spacing: 0.04em;
    font-size: 3vw;
    letter-spacing: 0;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries .inner {
  position: relative;
  padding-block: 20vw 5vw;
}
#top__worries .ttl03 {
  position: relative;
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
/* #top__worries .ttl03::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--col--main-01);
  left: 0;
  top: -50px;
  width: 40vw;
  translate: -100% 0;
} */
#top__worries .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-size: 6vw;
}
#top__worries .list__images {
  position: relative;
  width: 100%;
  height: 71vw;
  margin-bottom: 5vw;
}
#top__worries .list__images .item__img {
  position: absolute;
  width: 100%;
  margin-bottom: 4vw;
}
#top__worries .list__images .item__img:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 55vw;
}
#top__worries .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 48vw;
}
#top__worries .list__worries {
  width: fit-content;
}
#top__worries .list__worries > .item {
  position: relative;
  padding-left: 7.5vw;
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #ccc;
  margin-bottom: var(--margin-20);
  line-height: 1.7;
}
#top__worries .list__worries > .item::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: 2vw;
}
#top__worries .list__worries > .item .text {
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 4.5vw;
}
#top__worries .list__worries > .item .str-01 {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 70%, #ffeb00 70%);
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  background: url(/img/top/top__solution__bg_01.png) center top/230% auto no-repeat, #fff;
}
#top__solution .ttl03 {
  text-align: center;
  line-height: 1.8;
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}
#top__solution .ttl03 .ttl__ja {
  font-size: var(--font-size-32);
  font-size: 4.5vw;
}
#top__solution .ttl03 .str-01 {
  font-size: var(--font-size-44);
}
#top__solution .item__text_lead {
  text-align: left;
  margin-bottom: 10vw;
}
#top__solution .item__text_lead p br {
  display: none;
}
#top__solution .block__area {
  background: #fff;
  padding: 5vw 5vw;
  position: relative;
  margin-bottom: 8vw;
  display: flex;
  flex-direction: column;
}
#top__solution .block__area .ttl04 {
  background: var(--col--main-01);
  padding: 2vw 5vw;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-bottom: var(--margin-30);
  order: 1;
}
#top__solution .block__area .ttl04 .ttl__en {
  color: var(--col--base-b1);
  font-size: 30vw;
  font-weight: 700;
  font-family: var(--fot--Roboto-Condensed);
  letter-spacing: 0.07em;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
  white-space: nowrap;
  opacity: 0.5;
}
#top__solution .block__area .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 5vw;
}
#top__solution .block__area .item__img {
  position: relative;
  width: 70%;
  margin-inline: auto;
  margin-bottom: 4vw;
  order: 3;
}
#top__solution .block__area .item__text {
  text-align: left;
  text-align: center;
  width: 100%;
  margin-left: auto;
  order: 2;
  margin-bottom: 4vw;
}
#top__solution .block__area .item__text br {
  display: none;
}

/* top__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__target .inner {
  padding-top: 0;
  border-top: 1px solid transparent;
}
#top__target .ttl03 {
  margin-inline: auto;
  text-align: center;
  position: relative;
  margin-top: -5vw;
  margin-bottom: var(--margin-70);
}
#top__target .ttl03 .ttl__ja {
  line-height: 1.8;
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-size: 6vw;
}
#top__target .ttl03 .str-01 {
  font-size: 7.4vw;
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 70%, #ffeb00 70%);
}
#top__target .list__target {
  gap: 5vw;
  display: flex;
}
#top__target .list__target > .item {
  width: calc((100% - 5vw) / 2);
}
#top__target .list__target > .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top__target .list__target > .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top__target .list__target > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  left: 50%;
  translate: -50% 0;
  bottom: -3vw;
}
#top__target .list__target > .item .ttl04 {
  order: 2;
}
#top__target .list__target > .item .ttl04 .ttl__num {
  position: absolute;
  left: 0;
  top: -6vw;
  z-index: -1;
  color: var(--col--base-b1);
  font-size: 10vw;
  letter-spacing: 0;
  font-family: var(--fot--Roboto-Condensed);
  font-weight: 700;
}
#top__target .list__target > .item .ttl04 .ttl__ja {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  font-size: 4.4vw;
  letter-spacing: 0;
}
#top__target .list__target > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__target .list__target > .item .item__text {
  order: 3;
  text-align: left;
  margin-bottom: var(--margin-30);
}
#top__target .list__target > .item .item__text p {
  font-size: 3.5vw;
}
#top__target .list__target > .item .item__text br {
  display: none;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: var(--col--base-01);
}
#top__feature .inner {
  padding-top: 0;
  border-top: 1px solid transparent;
}
#top__feature .ttl03 {
  gap: 2vw;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-inline: auto;
  margin-top: -7vw;
  margin-bottom: var(--margin-80);
}
#top__feature .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
}
#top__feature .ttl03 .ttl__en {
  color: var(--col--main-01);
  opacity: 0.16;
  font-size: 15vw;
}
#top__feature .list__feature > .item {
  width: 100%;
  position: relative;
  min-height: 380px;
  margin-bottom: var(--margin-60);
}
#top__feature .list__feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list__feature > .item .ttl04 {
  position: relative;
  width: 100%;
  padding-left: 11vw;
  padding-bottom: 5vw;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--col--main-01);
}
#top__feature .list__feature > .item .ttl04 .ttl__num {
  position: absolute;
  left: -3vw;
  bottom: -2vw;
  width: 12vw;
}
#top__feature .list__feature > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  font-size: 5vw;
}
#top__feature .list__feature > .item .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#top__feature .list__feature > .item .item__text {
  width: 100%;
}
/* top__subpages_nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages_nav {
  position: relative;
  z-index: 0;
}
#top__subpages_nav .inner {
  display: flex;
  padding-block: 0;
}
#top__subpages_nav .list__subpages {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10vw;
}
#top__subpages_nav .list__subpages > .item {
  width: 100%;
  width: 33.3333333333%;
  height: 70vw;
  width: 100%;
}
#top__subpages_nav .list__subpages > .item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#top__subpages_nav .list__subpages > .item a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1.01;
}
#top__subpages_nav .list__subpages > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  right: 3vw;
  bottom: 3vw;
}
#top__subpages_nav .list__subpages > .item .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2vw;
}
#top__subpages_nav .list__subpages > .item .ttl03 .ttl__ja span img {
  height: 7vw;
}
#top__subpages_nav .list__subpages > .item .ttl03 .ttl__en {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: var(--fot--Roboto-Condensed);
  letter-spacing: 0.02em;
  font-size: 14vw;
}
#top__subpages_nav .list__subpages .item__flow a::before {
  background: url(/img/top/top__subpages__bg_01.png) center center/cover no-repeat;
}
#top__subpages_nav .list__subpages .item__works a::before {
  background: url(/img/top/top__subpages__bg_02.png) center center/cover no-repeat;
}
#top__subpages_nav .list__subpages .item__company a::before {
  background: url(/img/top/top__subpages__bg_03.png) center center/cover no-repeat;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #8c8c8c;
  position: relative;
  font-size: 3.2vw;
}
.com__tag .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 7px;
}
.com__tag .item:last-child::after {
  display: none;
}

.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-20);
  font-size: 3.5vw;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  background: var(--col--main-01);
  color: #fff;
  padding: 0.7vw 2vw;
  font-weight: 700;
  margin-bottom: var(--margin-20);
  font-size: 3vw;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  justify-content: end;
}
.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);
  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 .inner {
  padding-top: 18vw;
  position: relative;
}
#top__news .ttl03 {
  gap: 1vw;
  display: flex;
  flex-direction: column-reverse;
  width: fit-content;
  margin-left: auto;
  align-items: end;
  text-align: end;
  position: relative;
  margin-inline: auto;
  margin-bottom: 8vw;
  align-items: center;
}
#top__news .ttl03 .ttl__ja {
  color: var(--col--main-01);
  font-size: var(--font-size-32);
}
#top__news .ttl03 .ttl__en {
  color: var(--col--main-01);
  font-size: 18vw;
}
#top__news .cont__latest {
  display: flex;
  align-items: start;
  gap: 5vw;
  position: relative;
  margin-bottom: var(--margin-30);
  justify-content: center;
  flex-wrap: wrap;
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 5vw) / 2);
}
#top__news .cont__latest .block__latest a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
#top__news .cont__latest .block__latest .group__info .item__time {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#top__news .cont__latest .block__latest .group__img {
  width: 100%;
  height: 38vw;
  margin-bottom: var(--margin-15);
}
#top__news .com__btn_01 {
  margin-inline: auto;
}

#contents-u .com__latest {
  margin-bottom: var(--margin-40);
}

/* top__contact 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/top__contact__bg_01.png) center center/cover no-repeat;
}
#top__contact .inner {
  padding-block: 20vw;
}
#top__contact .wrap__contact {
  width: 100%;
  border: 3px solid #fff;
  border-top: 1px solid transparent;
  margin-inline: auto;
  padding: 5vw;
  padding-top: 0;
}
#top__contact .wrap__contact .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--margin-50);
  margin-top: -10vw;
}
#top__contact .wrap__contact .ttl03::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  width: 7vw;
  left: -12.2vw;
  top: 9.5vw;
}
#top__contact .wrap__contact .ttl03::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  width: 7vw;
  right: -12.2vw;
  top: 9.5vw;
}
#top__contact .wrap__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
  margin-top: -5vw;
  z-index: 1;
}
#top__contact .wrap__contact .ttl03 .ttl__en {
  color: #fff;
  opacity: 0.4;
  font-size: 16vw;
}
#top__contact .wrap__contact .com__tel {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-60);
}
#top__contact .wrap__contact .com__tel .item__num {
  font-size: 7.5vw;
}
#top__contact .wrap__contact .list__contact {
  display: flex;
  margin-inline: auto;
  width: fit-content;
  gap: 4vw;
  flex-direction: column;
  width: 100%;
}
#top__contact .wrap__contact .list__contact > .item {
  width: 100%;
}
#top__contact .wrap__contact .list__contact > .item > a {
  height: 14vw;
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__guide .block__about {
  position: relative;
  margin-bottom: var(--margin-60);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.common__guide .block__about .ttl03 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3vw;
  flex-direction: row-reverse;
  margin-bottom: var(--margin-40);
  width: fit-content;
  order: 2;
}
.common__guide .block__about .ttl03 .ttl__icon {
  width: 8vw;
  height: 9vw;
  object-fit: contain;
}
.common__guide .block__about .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.07em;
  font-size: 6.5vw;
}
.common__guide .block__about .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
  order: 1;
}
.common__guide .block__about .item__text {
  order: 3;
}
.common__guide .block__compare {
  position: relative;
  order: 3;
}
.common__guide .block__compare .ttl04 {
  margin-inline: auto;
  width: fit-content;
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 60%, #ffeb00 60%);
  margin-bottom: var(--margin-50);
}
.common__guide .block__compare .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.07em;
}
.common__guide .block__compare .group__compare {
  display: flex;
  gap: 5vw;
  margin-bottom: var(--margin-60);
  flex-direction: column;
}
.common__guide .block__compare .group__compare .item__merit {
  position: relative;
  width: calc((100% - 5vw) / 2);
  width: 100%;
  border: 2px solid var(--col--main-01);
  background: #fff;
}
.common__guide .block__compare .group__compare .item__merit .ttl05 {
  width: 100%;
  background: var(--col--main-01);
  min-height: 11vw;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-15);
}
.common__guide .block__compare .group__compare .item__merit .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--acc-01);
  font-size: 5vw;
}
.common__guide .block__compare .group__compare .item__merit .list {
  margin-bottom: var(--margin-20);
}
.common__guide .block__compare .group__compare .item__merit .list .item {
  margin-bottom: var(--margin-10);
}
.common__guide .block__compare .group__compare .item__merit .list .item .text {
  display: flex;
  align-items: start;
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: 20px;
  line-height: 1.6;
}
.common__guide .block__compare .group__compare .item__merit .list .item .text::before {
  content: "・";
  position: relative;
}
.common__guide .block__compare .group__compare .item__demerit {
  position: relative;
  width: calc((100% - 5vw) / 2);
  width: 100%;
  border: 2px solid #4d4d4d;
  background: #fff;
}
.common__guide .block__compare .group__compare .item__demerit .ttl05 {
  width: 100%;
  background: #4d4d4d;
  min-height: 11vw;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-15);
}
.common__guide .block__compare .group__compare .item__demerit .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 5vw;
}
.common__guide .block__compare .group__compare .item__demerit .list {
  margin-bottom: var(--margin-20);
}
.common__guide .block__compare .group__compare .item__demerit .list .item {
  margin-bottom: var(--margin-10);
}
.common__guide .block__compare .group__compare .item__demerit .list .item .text {
  display: flex;
  align-items: start;
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: 20px;
  line-height: 1.6;
}
.common__guide .block__compare .group__compare .item__demerit .list .item .text::before {
  content: "・";
  position: relative;
}
.common__guide .block__recommend {
  background: #e1f1fd;
  padding: 5vw;
  border-radius: 1.5vw;
  order: 4;
}
.common__guide .block__recommend .ttl04 {
  width: 100%;
  text-align: center;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-35);
  border-bottom: 2px solid var(--col--main-01);
}
.common__guide .block__recommend .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  font-size: 5vw;
}
.common__guide .block__recommend .list__compare {
  margin-inline: auto;
  width: fit-content;
}
.common__guide .block__recommend .list__compare > .item {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: var(--margin-20);
  gap: 3vw;
}
.common__guide .block__recommend .list__compare > .item::before {
  content: "";
  position: relative;
  background: url(/img/common/icon__check_02_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  top: 1.7vw;
}
.common__guide .block__recommend .list__compare > .item .text {
  line-height: 1.8;
  flex: 1;
}

.common__guide:nth-last-of-type(even) {
  background: #f5f5f5;
}
.common__guide:nth-last-of-type(even) .block__recommend {
  background: #fff;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow .ttl03 {
  margin-bottom: var(--margin-50);
}
#flow .cont__flow .list__flow > .item {
  position: relative;
  margin-bottom: var(--margin-90);
  margin-bottom: 14vw;
}
#flow .cont__flow .list__flow > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-45);
  padding-left: 9vw;
  position: relative;
}
#flow .cont__flow .list__flow > .item .ttl04 .ttl__num {
  position: absolute;
  left: -3vw;
  bottom: -2vw;
}
#flow .cont__flow .list__flow > .item .ttl04 .ttl__num img {
  height: 12vw;
}
#flow .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-36);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  line-height: 1.5;
  font-size: 4.8vw;
}
#flow .cont__flow .list__flow > .item .unit__info {
  width: 100%;
  margin-left: auto;
  position: relative;
}
#flow .cont__flow .list__flow > .item .unit__info .item__img {
  position: relative;
  width: 66%;
  margin-inline: auto;
  margin-bottom: 4vw;
}
#flow .cont__flow .list__flow > .item .unit__info .item__text p {
  line-height: 2;
  font-size: 3.8vw;
}
#flow .cont__flow .list__flow > .item .unit__info .com__tel {
  display: flex;
  flex-direction: column;
  margin-block: 5vw;
  margin-inline: auto;
}
#flow .cont__flow .list__flow > .item .unit__info .com__tel .item__num {
  font-size: 8vw;
}
#flow .cont__flow .list__flow > .item .unit__info .list__contact {
  display: flex;
  gap: 5vw;
  flex-direction: column;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__owner .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__owner .cont__message {
  position: relative;
  width: 100%;
  z-index: 0;
}
#company__owner .cont__message .list__images {
  width: 100dvw;
  height: 86vw;
  position: relative;
  margin-bottom: 5vw;
  left: 50%;
  translate: -50% 0;
}
#company__owner .cont__message .list__images .item__img {
  position: absolute;
  width: 100%;
  margin-bottom: 4vw;
}
#company__owner .cont__message .list__images .item__img:nth-of-type(1) {
  z-index: 1;
  left: 0;
  top: 0;
  width: 70vw;
}
#company__owner .cont__message .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
  width: 47vw;
}
#company__owner .cont__message .item__text {
  margin-bottom: var(--margin-20);
}
#company__owner .cont__message .item__text p {
  line-height: 2.2;
}
#company__owner .cont__message dl {
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: end;
}
#company__owner .cont__message dl dt,
#company__owner .cont__message dl dd {
  font-weight: 700;
  color: var(--col--main-01);
}
#company__owner .cont__message dl dt {
  font-size: var(--font-size-21);
}
#company__owner .cont__message dl dd {
  font-size: var(--font-size-30);
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: #e8f4fa;
}
#company__info .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__info .cont__info .item__table {
  width: 100%;
}
#company__info .cont__info .item__table tr {
  width: 100%;
}
#company__info .cont__info .item__table tr th,
#company__info .cont__info .item__table tr td {
  line-height: 1.7;
  padding-block: 5vw;
  padding-inline: 5vw;
  font-size: 3.4vw;
}
#company__info .cont__info .item__table tr th {
  width: 30vw;
  background: var(--col--main-01);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#company__info .cont__info .item__table tr td {
  background: #fff;
  border-bottom: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table tr:first-of-type th,
#company__info .cont__info .item__table tr:first-of-type td {
  border-top: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table tr:last-of-type th,
#company__info .cont__info .item__table tr:last-of-type td {
  border-bottom: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table .wrap__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0;
  flex-direction: column;
  align-items: start;
}
#company__info .cont__info .item__table .wrap__tel .tel-attention {
  height: 13px;
}

/* company__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__map {
  width: 100%;
  height: 70vw;
}
#company__map .item__map {
  width: 100%;
  height: 100%;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .ttl03 {
  margin-bottom: var(--margin-80);
}
#case .cont__post .block__post {
  margin-bottom: var(--margin-60);
}
#case .cont__post .block__post .ttl04 {
  line-height: 1.6;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
  padding-left: 5vw;
  border-left: 3vw solid var(--col--main-01);
}
#case .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  font-size: 5vw;
}
#case .cont__post .block__post .block__about {
  display: flex;
  gap: 5vw;
  flex-direction: column;
}
#case .cont__post .block__post .block__about .group__image {
  width: 100%;
  height: 56vw;
}
#case .cont__post .block__post .block__about .group__image .item__img {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .block__about .group__info {
  flex: 1;
}
#case .cont__post .block__post .block__about .group__info .item__price {
  width: 100%;
  background: #e1f1fd;
  padding: 2.5vw 3vw;
  gap: 2vw;
  line-height: 1.4;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-20);
}
#case .cont__post .block__post .block__about .group__info .item__price dt {
  font-size: var(--font-size-19);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
  min-width: 20vw;
}
#case .cont__post .block__post .block__about .group__info .item__price dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
}
#case .cont__post .block__post .block__about .group__info .item__price dd small {
  font-size: var(--font-size-18);
}
#case .cont__post .block__post .block__about .group__info .list__info {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item {
  display: flex;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt,
#case .cont__post .block__post .block__about .group__info .list__info > .item dd {
  font-size: var(--font-size-17);
  line-height: 1.4;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt {
  position: relative;
  width: fit-content;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt:last-child::after {
  display: none;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dd {
  flex: 1;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .wrap__post .ttl04 {
  line-height: 1.6;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
  padding-left: 5vw;
  border-left: 3vw solid var(--col--main-01);
}
.case__in_post .wrap__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  font-size: 5vw;
}
.case__in_post .wrap__post .block__about {
  display: flex;
  gap: 5vw;
  flex-direction: column;
}
.case__in_post .wrap__post .block__about .group__image {
  width: 100%;
  height: 56vw;
}
.case__in_post .wrap__post .block__about .group__image .item__img {
  width: 100%;
  height: 100%;
}
.case__in_post .wrap__post .block__about .group__info {
  flex: 1;
}
.case__in_post .wrap__post .block__about .group__info .item__price {
  width: 100%;
  background: #e1f1fd;
  padding: 2.5vw 3vw;
  gap: 2vw;
  line-height: 1.4;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-20);
}
.case__in_post .wrap__post .block__about .group__info .item__price dt {
  font-size: var(--font-size-19);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
  min-width: 20vw;
}
.case__in_post .wrap__post .block__about .group__info .item__price dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
}
.case__in_post .wrap__post .block__about .group__info .item__price dd small {
  font-size: var(--font-size-18);
}
.case__in_post .wrap__post .block__about .group__info .list__info {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  margin-bottom: 8vw;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item {
  display: flex;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt,
.case__in_post .wrap__post .block__about .group__info .list__info > .item dd {
  font-size: var(--font-size-17);
  line-height: 1.4;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt {
  position: relative;
  width: fit-content;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt:last-child::after {
  display: none;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dd {
  flex: 1;
}
.case__in_post .wrap__post .block__detail {
  border: 1px solid #808080;
  padding: 5vw;
  margin-bottom: var(--margin-40);
}
.case__in_post .wrap__post .list__images {
  position: relative;
  width: 100%;
  gap: 5vw;
  margin-bottom: 5vw;
}
.case__in_post .wrap__post .list__images > .item {
  width: calc((100% - 5vw) / 2);
  height: 40vw;
}
.case__in_post .com__btn_01 {
  margin-inline: auto;
}

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

共通下層ページ　( 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;
  }
}