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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  height: 80px;
  padding: 0;
  width: 100%;
}
#header .group__info {
  width: fit-content;
  gap: 20px;
  margin-bottom: var(--margin-30);
}
#header .group__info .com__times {
  width: fit-content;
}
#header .group__info .com__times .item dt, #header .group__info .com__times .item dd {
  font-size: var(--font-size-18);
}
#header .group__info .com__times .item dt {
  position: relative;
}
#header .group__info .com__times .item dt::after {
  content: ":";
  color: currentColor;
  position: relative;
  margin-inline: 5px;
}
#header .group__info .com__times .item dt:last-child::after {
  display: none;
}
#header .block__left {
  position: relative;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
  top: 5vw;
  position: relative;
}
#header .item__logo img {
  width: 29vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 30px;
  background: #fff;
  padding: 25px 50px;
  border-radius: 70px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  font-size: var(--font-size-20);
  letter-spacing: 0.07em;
  font-weight: 800;
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 155vw;
  overflow: hidden;
}
#mv .mv-img {
  position: absolute;
  background: url(/img/mv/mv__img_sp.png) center center/contain no-repeat;
  width: 100vw;
  height: 86vw;
  left: 0vw;
  top: 14vw;
}
#mv .mv-catch {
  position: absolute;
  width: 89vw;
  left: 6vw;
  bottom: -39vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 70vw;
  overflow: hidden;
  background: url(/img/sv/sv__deco_01.png) left 5vw top/30vw no-repeat;
}
#sv .sv-img {
  position: absolute;
  width: 102vw;
  height: 45vw;
  left: 50%;
  top: calc(50% + 7vw);
  translate: -50% -50%;
}
#sv .sv-img::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 25vw;
  left: -1vw;
  bottom: -12vw;
}
#sv .sv-img::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_03.png) center center/contain no-repeat;
  width: 30vw;
  height: 25vw;
  right: -4vw;
  top: -12vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 6vw;
  letter-spacing: 0.07em;
  font-weight: 800;
  width: 80vw;
  height: 14vw;
  text-align: center;
  align-content: center;
  background: #fff3d8;
  border-radius: 2vw;
  border: 5px solid #fff;
}

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: url(/img/common/ft__deco_02.png) right bottom/50vw no-repeat, url(/img/common/ft__separate_01.png) center top/250vw 20vw no-repeat, #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-70);
  width: 28vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-top: 35vw;
  padding-bottom: 5vw;
  width: 95vw;
  margin-inline: auto;
  align-items: end;
  position: relative;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 95%;
  }
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .com__tel {
  margin-bottom: var(--margin-70);
  gap: 5px;
  flex-direction: column;
  align-items: center;
}
#footer .com__tel .item__num {
  font-size: 8.5vw;
}
#footer .com__tel .item__attention {
  height: 3vw;
}
#footer .com__times {
  margin-bottom: var(--margin-60);
  gap: 2vw;
  align-items: start;
}
#footer .com__times .item {
  justify-content: start;
  align-items: start;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.7;
  font-size: var(--font-size-18);
}
#footer .com__times .item dt {
  position: relative;
  width: 30vw;
  text-align: left;
}
#footer .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-inline: 2vw;
}
#footer .com__times .item dt:last-child::after {
  display: none;
}
#footer .com__times .item dd {
  flex: 1;
}
#footer .btn__contact {
  margin-bottom: var(--margin-50);
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  height: 200px;
  gap: 30px 40px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-20);
  position: relative;
  transition: ease 0.2s;
}
#footer .block__info {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--margin-80);
  flex-direction: column-reverse;
  justify-content: center;
  gap: 6vw;
  align-items: center;
}
#footer .list__other_pages {
  display: flex;
}
#footer .list__other_pages .item {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
}
#footer .list__other_pages .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
}
#footer .list__other_pages .item:last-child::after {
  display: none;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: 20vw;
}
#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ページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  background: #fff8ea;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries {
  z-index: 1;
  position: relative;
  background: url(/img/top/top__worries__deco_01.png) left top 55vw/36vw no-repeat;
}
#top__worries::after {
  z-index: 3;
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__arr_01.png) center center/contain no-repeat;
  width: 10vw;
  height: 14vw;
  left: 50%;
  translate: -50% 0;
  bottom: -10vw;
}
#top__worries::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(/img/top/top__worries__deco_02.png) center center/contain no-repeat;
  width: 31vw;
  height: 27vw;
  right: -8vw;
  top: 30vw;
}
#top__worries .inner {
  padding-top: 5vw;
  padding-bottom: 13vw;
  position: relative;
}
#top__worries .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: -3vw;
  position: relative;
}
#top__worries .ttl03 .ttl__ja img {
  width: 70vw;
}
#top__worries .list__images {
  position: relative;
  width: 53vw;
  height: 60vw;
  margin-inline: auto;
  margin-bottom: 4vw;
}
#top__worries .list__images .item__img {
  position: absolute;
  width: 23vw;
}
#top__worries .list__images .item__img:nth-of-type(1) {
  left: 0vw;
  bottom: 0vw;
}
#top__worries .list__images .item__img:nth-of-type(2) {
  right: 0vw;
  bottom: 0vw;
}
#top__worries .list__worries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  gap: 5vw;
}
#top__worries .list__worries > .item {
  width: calc((100% - 5vw) / 2);
  padding: 4vw;
  width: 100%;
  background: #fff3d8;
  border: 3px solid #fff;
  border-radius: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#top__worries .list__worries > .item .text {
  font-size: var(--font-size-22);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid transparent;
}
#top__solution .inner {
  padding-top: 7vw;
  padding-bottom: 15vw;
}
#top__solution .wrap__solution {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 10vw 5vw 10vw;
}
#top__solution .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-60);
  margin-inline: auto;
  position: relative;
}
#top__solution .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__deco_ttl_01.png) center center/contain no-repeat;
  width: 19vw;
  height: 15vw;
  left: -10vw;
  top: -13vw;
}
#top__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__deco_ttl_02.png) center center/contain no-repeat;
  width: 19vw;
  height: 15vw;
  right: -10vw;
  top: -13vw;
}
#top__solution .list__images {
  position: relative;
  width: 100%;
  height: 65vw;
  top: 0;
  left: 0;
  margin-bottom: 3.5vw;
}
#top__solution .list__images .item__img {
  position: absolute;
  width: 35vw;
}
#top__solution .list__images .item_01 {
  left: 0vw;
  width: 49vw;
  top: 0;
}
#top__solution .list__images .item_02 {
  right: 0vw;
  bottom: 0;
}
#top__solution .item__text {
  margin-bottom: var(--margin-40);
  text-align: left;
}
#top__solution .item__text p {
  font-weight: 800;
}
#top__solution .item__text br {
  display: none;
}
#top__solution .com__btn_01 {
  margin-inline: auto;
}
/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: url(/img/top/top__service__separate_01.png) top center/max(1280px, 100%) auto no-repeat, #fff;
  background: #fff;
  position: relative;
}
#top__service .inner {
  padding-top: 15vw;
  position: relative;
  padding-bottom: 15vw;
}
#top__service .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/border__dotted_01_01.svg) repeat-x;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
}
#top__service .ttl03 {
  margin-bottom: var(--margin-60);
  width: 100%;
  width: fit-content;
  margin-inline: auto;
}
#top__service .ttl03 .ttl__ja {
  font-size: var(--font-size-55);
  font-weight: 800;
  letter-spacing: 0.07em;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#top__service .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__service .item__text {
  margin-bottom: var(--margin-50);
  width: 100%;
}
#top__service .item__text p {
  font-weight: 800;
}
#top__service .item__text p br {
  display: none;
}
/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: #fff;
  position: relative;
}
#top__voice::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_02.png) center center/contain no-repeat;
  width: 14vw;
  height: 25vw;
  right: 3vw;
  top: 4vw;
}
#top__voice .inner {
  padding-top: 15vw;
  padding-bottom: 0;
}
#top__voice .ttl03 {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-60);
}
#top__voice .ttl03 .ttl__ja {
  font-size: var(--font-size-55);
  font-size: 8vw;
  font-weight: 800;
  letter-spacing: 0.07em;
}
#top__voice .cont__post {
  display: flex;
  flex-direction: column;
  gap: 10vw;
  margin-bottom: var(--margin-60);
  position: relative;
}
#top__voice .cont__post .block__post {
  background: var(--col--base-01);
  border-radius: 3vw;
  padding: 5vw;
  gap: 5vw;
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column-reverse;
}
#top__voice .cont__post .block__post .group__info {
  flex: 1;
}
#top__voice .cont__post .block__post .group__info .ttl04 {
  margin-bottom: var(--margin-25);
}
#top__voice .cont__post .block__post .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  line-height: 1.6;
}
#top__voice .cont__post .block__post .group__info .ttl04 img {
  height: 12vw;
}
#top__voice .cont__post .block__post .group__info .item__property {
  position: relative;
  margin-bottom: var(--margin-20);
  padding-left: 7vw;
}
#top__voice .cont__post .block__post .group__info .item__property::before {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 3vw;
  left: 0vw;
  top: 1vw;
}
#top__voice .cont__post .block__post .group__info .item__text {
  overflow: hidden;
  height: 26vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#top__voice .cont__post .block__post .group__info .item__text br {
  display: none;
}
#top__voice .cont__post .block__post .group__info .item__text p {
  line-height: 1.9;
}
#top__voice .cont__post .block__post .group__img {
  width: 45vw;
  height: 45vw;
  position: relative;
  margin-inline: auto;
}
#top__voice .cont__post .block__post .group__img .item__img {
  width: 100%;
  height: 100%;
}
#top__voice .com__btn_01 {
  z-index: 2;
  margin-inline: auto;
}
/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company {
  z-index: 0;
  position: relative;
  background: url(/img/top/top__company__separate_01.png) top center/max(1280px, 100%) 304px no-repeat, var(--col--base-01);
}
#top__company::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__company__deco_01.png) center center/contain no-repeat;
  width: 32vw;
  height: 51vw;
  right: -1vw;
  top: -10vw;
}
#top__company::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__company__deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 100px;
  top: 180px;
}
#top__company .inner {
  padding-top: 15vw;
  padding-bottom: var(--margin-80);
}
#top__company .wrap__company {
  background: url(/img/common/pat__dot_01_02.png);
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding: 10vw 5vw;
  border-radius: 9vw;
}
#top__company .wrap__company::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__company__ill_01.png) center center/contain no-repeat;
  width: 29vw;
  height: 18vw;
  left: 0vw;
  top: 9vw;
  z-index: 2;
}
#top__company .ttl03 {
  margin-bottom: var(--margin-40);
  width: fit-content;
  margin-inline: auto;
}
#top__company .ttl03 .ttl__ja {
  font-size: 65px;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #fff;
  font-size: 8.5vw;
  margin-inline: auto;
}
#top__company .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* common__news top__news
========================================================================= */
.com__tag .item {
  color: #fff;
  border-radius: 40px;
  padding: 3px 10px;
  background: var(--col--acc-02);
  font-size: var(--font-size-16);
  font-weight: 700;
}

.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 3;
  width: 100%;
  font-size: var(--font-size-20);
  font-weight: 900;
  letter-spacing: 0.07em;
  overflow: hidden;
  height: 94px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.com__latest .item__time {
  position: relative;
  order: 2;
  width: fit-content;
  font-size: var(--font-size-22);
  font-weight: 900;
  letter-spacing: 0.07em;
}
.com__latest .list__tag {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.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 {
    width: 70%;
  }
  .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 {
  z-index: 1;
  position: relative;
  background: url(/img/top/top__news__deco_02.png) left bottom 15vw/20vw no-repeat;
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_01.png) center center/contain no-repeat;
  width: 26vw;
  height: 60vw;
  right: 0vw;
  top: 0vw;
}
#top__news::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_03.png) center center/contain no-repeat;
  width: 32vw;
  height: 28vw;
  right: -11vw;
  bottom: -20vw;
}
#top__news .inner {
  position: relative;
  padding-top: var(--margin-80);
  padding-bottom: 0;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#top__news .ttl03 .ttl__ja {
  font-size: 8.5vw;
  font-weight: 800;
  letter-spacing: 0.07em;
}
#top__news .cont__latest {
  display: flex;
  gap: 5vw;
  margin-bottom: 10vw;
  flex-direction: column;
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 5vw) / 2);
  width: 100%;
}
#top__news .cont__latest .block__latest a {
  background: #fff;
  padding: 4vw;
  border-radius: 2vw;
}
#top__news .cont__latest .block__latest .group__info {
  order: 2;
}
#top__news .cont__latest .block__latest .group__info .item__ttl {
  order: 3;
  overflow: hidden;
  height: 14vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top__news .cont__latest .block__latest .group__info .item__time {
  order: 1;
  margin-bottom: var(--margin-15);
}
#top__news .cont__latest .block__latest .group__info .list__tag {
  order: 2;
}
#top__news .cont__latest .block__latest .group__img {
  order: 1;
  width: 100%;
  height: 50vw;
  border-radius: 2vw;
  margin-bottom: var(--margin-15);
}
#top__news .cont__latest .block__latest .group__img .item__thum {
  border-radius: 2vw;
}
#top__news .com__btn_01 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  width: 95%;
  height: 14vw;
}
#contents-u .com__latest {
  margin-bottom: 7vw;
  position: relative;
  transition: ease 0.2s;
  right: 0;
}
#contents-u .com__latest .item__time {
  order: 1;
  margin-bottom: var(--margin-10);
}
#contents-u .com__latest .item__ttl {
  order: 2;
  overflow: hidden;
  height: 8vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#contents-u .com__latest .list__tag {
  order: 3;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro {
  position: relative;
  z-index: 4;
}
#about__intro::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__intro__deco_01.png) center center/contain no-repeat;
  width: 22vw;
  height: 38vw;
  right: 0vw;
  top: 0vw;
}
#about__intro::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__intro__deco_02.png) center center/contain no-repeat;
  width: 20vw;
  height: 36vw;
  left: 0vw;
  top: 51vw;
}
#about__intro .inner {
  position: relative;
  padding-bottom: 25vw;
}
#about__intro .ttl03 {
  margin-bottom: 10vw;
}
#about__intro .ttl03 .ttl__ja {
  font-size: var(--font-size-50);
  font-size: 5.2vw;
  line-height: 1.9;
  letter-spacing: 0em;
}
#about__intro .ttl03 .ttl__ja .str-01 {
  color: #1c78b1;
}
#about__intro .ttl03 .ttl__ja .str-02 {
  color: #ff992b;
}
#about__intro .ttl03 .ttl__ja .str-03 {
  color: #f3738b;
}
#about__intro .ttl03 img {
  height: 12vw;
}
#about__intro .cont__intro {
  position: relative;
}
#about__intro .cont__intro .list__images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 8vw;
}
#about__intro .cont__intro .list__images .item__01 {
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 54vw;
}
#about__intro .cont__intro .list__images .item__02 {
  position: absolute;
  left: 0vw;
  bottom: 0vw;
  width: 31vw;
}
#about__intro .cont__intro .item__text p {
  font-size: var(--font-size-20);
}
#about__intro .cont__intro .item__text p br {
  display: none;
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  position: relative;
  z-index: 3;
}
#about__feature::before {
  content: "";
  position: absolute;
  background: url(/img/common/contact__ill_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 19vw;
  left: 0vw;
  top: -16vw;
}
#about__feature {
  background: url(/img/about/about__feature__bg_01.png) right 0vw top 33vw/34vw no-repeat, url(/img/about/about__feature__bg_02.png) left 0vw bottom 82vw/30vw no-repeat, #fff;
}
#about__feature .inner {
  padding-top: 15vw;
  padding-bottom: 0;
  position: relative;
}
#about__feature .inner::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_02.png) center center/contain no-repeat;
  width: 35vw;
  height: 41vw;
  right: -11vw;
  bottom: -16vw;
}
#about__feature .ttl03 {
  margin-bottom: 100px;
}
#about__feature .ttl03 .ttl__ja {
  font-size: 7.5vw;
}
#about__feature .cont__feature {
  position: relative;
}
#about__feature .cont__feature .list__feature {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 15vw;
  justify-content: center;
}
#about__feature .cont__feature .list__feature .item {
  width: 340px;
  background: #fff3d8;
  padding: 5vw;
  padding-top: 8vw;
  border-radius: 4vw;
  display: flex;
  flex-direction: column;
  position: relative;
}
#about__feature .cont__feature .list__feature .item .ttl04 {
  margin-inline: auto;
  text-align: center;
  order: 2;
  margin-bottom: var(--margin-15);
}
#about__feature .cont__feature .list__feature .item .ttl04 .ttl__num {
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50% 0;
}
#about__feature .cont__feature .list__feature .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  line-height: 1.4;
}
#about__feature .cont__feature .list__feature .item .ttl04 img {
  height: 12vw;
}
#about__feature .cont__feature .list__feature .item .item__img {
  order: 1;
  margin-bottom: var(--margin-15);
  width: fit-content;
  margin-inline: auto;
}
#about__feature .cont__feature .list__feature .item .item__text {
  order: 3;
}
#about__feature .cont__feature .list__feature .item .item__text p {
  font-size: var(--font-size-16);
  font-weight: 800;
  letter-spacing: 0.07em;
}

/* about__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact .inner {
  padding-top: 30vw;
  padding-bottom: 5vw;
}
.common__contact .wrap__contact {
  background: url(/img/common/pat__dot_01_01.png);
  position: relative;
  border-radius: 4vw;
  padding: 5vw;
  gap: 5vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.common__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/contact__ill_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 19vw;
  left: 0vw;
  top: -16vw;
}
.common__contact .wrap__contact .group__text .ttl03 {
  text-align: center;
  margin-bottom: var(--margin-20);
}
.common__contact .wrap__contact .group__text .ttl03 .ttl__ja {
  font-size: 55px;
  letter-spacing: 0.07em;
  color: #fff;
  font-weight: 900;
  font-size: 8vw;
}
.common__contact .wrap__contact .group__text .ttl03 img {
  height: 12vw;
}
.common__contact .wrap__contact .group__text .item__text {
  text-align: left;
}
.common__contact .wrap__contact .group__text .item__text p {
  font-size: var(--font-size-16);
  color: #fff;
}
.common__contact .wrap__contact .group__text .item__text br {
  display: none;
}
.common__contact .wrap__contact .group__info {
  flex-direction: column-reverse;
  gap: 5vw;
}
.common__contact .wrap__contact .group__info .com__times {
  margin-bottom: var(--margin-20);
  color: #fff;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 8vw;
}
.common__contact .wrap__contact .group__info .com__times .item dt,
.common__contact .wrap__contact .group__info .com__times .item dd {
  font-size: var(--font-size-20);
}
.common__contact .wrap__contact .group__info .com__times .item dt {
  position: relative;
}
.common__contact .wrap__contact .group__info .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-inline: 5px;
}
.common__contact .wrap__contact .group__info .com__times .item dt:last-child::after {
  display: none;
}
.common__contact .wrap__contact .group__info .unit__contact {
  display: flex;
  align-items: center;
  gap: 5vw;
  flex-direction: column;
}
.common__contact .wrap__contact .group__info .unit__contact .com__tel {
  background: #fff;
  padding: 5vw;
  border-radius: 15px;
  flex-direction: column;
  margin-inline: auto;
}
.common__contact .wrap__contact .group__info .unit__contact .com__tel .item__num {
  font-size: 7.6vw;
}
.common__contact .wrap__contact .group__info .unit__contact .btn__contact {
  width: 16vw;
}
#about__contact {
  background: url(/img/common/contact__separate_01.png) center top no-repeat;
  position: relative;
  z-index: 2;
}
#about__contact::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__contact__deco_01.png);
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#about__contact::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__contact__deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  left: 0vw;
  bottom: 0vw;
}

#voice__contact {
  position: relative;
  z-index: 2;
  margin-bottom: -70px;
}
#voice__contact::before {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__contact__deco_01.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#voice__contact .inner {
  padding-top: 5vw;
}

/* price
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* price__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__about {
  position: relative;
  z-index: 4;
}
#price__about::before {
  content: "";
  position: absolute;
  background: url(/img/price/price__about__deco_03.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 60px;
  bottom: 0vw;
}
#price__about {
  background: url(/img/price/price__about__deco_01.png) left min(0px, 50vw - 960px) top 160px no-repeat, url(/img/price/price__about__deco_02.png) right min(0px, 50vw - 960px) bottom no-repeat;
}
#price__about .inner {
  padding-bottom: 0;
}
#price__about .ttl03 {
  margin-bottom: var(--margin-60);
}
#price__about .ttl03 .ttl__ja {
  letter-spacing: 0.02em;
  font-size: 7.2vw;
}
#price__about .cont__intro {
  position: relative;
}
#price__about .cont__intro .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#price__about .cont__intro > .item__text {
  margin-bottom: var(--margin-30);
}
#price__about .cont__intro > .item__text p {
  font-size: var(--font-size-18);
  font-weight: 800;
  line-height: 2.4;
}
#price__about .cont__intro > .item__text p br {
  display: none;
}
#price__about .cont__intro .block__method {
  width: 100%;
  border-radius: 3vw;
  border: 5px solid #fff3d8;
  padding: 8vw 5vw;
  background: #fff;
  margin-bottom: var(--margin-60);
}
#price__about .cont__intro .block__method .ttl04 {
  margin-bottom: var(--margin-20);
}
#price__about .cont__intro .block__method .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
#price__about .cont__intro .block__method .ttl04 img {
  height: 12vw;
}
#price__about .cont__intro .block__method .item__text p {
  line-height: 1.9;
  font-size: var(--font-size-18);
}
#price__about .cont__repertory {
  border-radius: 2vw;
  border: 5px solid #fff3d8;
  padding: 8vw 5vw;
  background: #fff;
}
#price__about .cont__repertory .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#price__about .cont__repertory .ttl04 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
#price__about .cont__repertory .ttl04 img {
  height: 12vw;
}
#price__about .cont__repertory .list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
}
#price__about .cont__repertory .list > .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  border-radius: 2vw;
  text-align: center;
  height: 15vw;
  line-height: 1.5;
  background: #fff3d8;
  align-content: center;
}
/* price__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__menu {
  position: relative;
  z-index: 3;
  background: #fff;
}
#price__menu::before {
  content: "";
  position: absolute;
  background: url(/img/price/price__contact__deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  left: min(0px, 50vw - 960px);
  bottom: 0vw;
}
#price__menu .inner {
  padding-top: 15vw;
  padding-bottom: 0;
}
#price__menu .ttl03 .ttl__ja {
  font-size: 7vw;
}
#price__menu .item__text_note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
  margin-bottom: var(--margin-60);
}
#price__menu .item__text_note small {
  line-height: 1.8;
  display: block;
  font-size: var(--font-size-18);
}
#price__menu .cont__post {
  display: flex;
  flex-direction: column;
  gap: 10vw;
}
#price__menu .cont__post .block__post {
  background: #fff8ea;
  padding: 5vw;
  border-radius: 2vw;
}
#price__menu .cont__post .block__post .ttl04 {
  width: 100%;
  padding: 17px;
  border-radius: 2vw;
  text-align: center;
  background: #fff;
  margin-bottom: var(--margin-35);
}
#price__menu .cont__post .block__post .ttl04 .ttl__ja {
  color: var(--col--main-01);
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: var(--font-size-40);
  font-size: 5.2vw;
}
#price__menu .cont__post .block__post .ttl04 img {
  height: 12vw;
}
#price__menu .cont__post .block__post .item__text {
  margin-bottom: var(--margin-35);
}
#price__menu .cont__post .block__post .item__text p {
  font-size: var(--font-size-18);
  font-weight: 800;
  letter-spacing: 0.07em;
}
#price__menu .cont__post .block__post .item__price {
  text-align: end;
  font-size: var(--font-size-25);
  color: var(--col--acc-01);
  font-weight: 600;
  margin-bottom: var(--margin-40);
}
#price__menu .cont__post .block__post .list__images {
  gap: 5vw;
  align-items: start;
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
#price__menu .cont__post .block__post .list__images .item:nth-of-type(1),
#price__menu .cont__post .block__post .list__images .item:nth-of-type(2) {
  width: 100%;
  border-radius: 2vw;
  background: #fff;
}
#price__menu .cont__post .block__post .list__images .item:nth-of-type(1) img,
#price__menu .cont__post .block__post .list__images .item:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 3vw;
}
#price__menu .cont__post .block__post .list__images .item:not(:nth-of-type(1), :nth-of-type(2)) {
  width: calc((100% - 5vw) / 2);
  height: 30vw;
  border-radius: 3vw;
}
#price__menu .cont__post .block__post .list__images .item:not(:nth-of-type(1), :nth-of-type(2)) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3vw;
}

#price__contact {
  background: url(/img/common/contact__separate_01.png) center top no-repeat;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: -100px;
}
#price__contact::before {
  content: "";
  position: absolute;
  background: url(/img/price/price__contact__deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#price__contact::after {
  content: "";
  position: absolute;
  background: url(/img/price/price__contact__deco_03.png) center center/contain no-repeat;
  width: 15vw;
  height: 25vw;
  left: 0vw;
  bottom: 0vw;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice__view {
  position: relative;
  background: url(/img/voice/voice__view__deco_01.png) left top 36vw/30vw no-repeat, url(/img/voice/voice__view__deco_02.png) right top 0vw/20vw no-repeat;
}
#voice__view::before {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__view__deco_03.png) center center/contain no-repeat;
  width: 26vw;
  height: 56vw;
  left: 0vw;
  bottom: -9vw;
}
#voice__view .ttl03 .ttl__ja {
  font-size: 6.5vw;
  letter-spacing: 0.02em;
}
#voice__view .cont__post {
  display: flex;
  flex-direction: column;
  gap: 10vw;
  margin-bottom: var(--margin-60);
  position: relative;
}
#voice__view .cont__post .block__post {
  background: var(--col--base-01);
  background: #fff;
  border-radius: 3vw;
  padding: 5vw 5vw 11vw;
  gap: 5vw;
  display: flex;
  flex-direction: row-reverse;
  flex-direction: column-reverse;
}
#voice__view .cont__post .block__post .group__info {
  flex: 1;
}
#voice__view .cont__post .block__post .group__info .ttl04 {
  margin-bottom: var(--margin-25);
}
#voice__view .cont__post .block__post .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
  line-height: 1.8;
}
#voice__view .cont__post .block__post .group__info .ttl04 img {
  height: 12vw;
}
#voice__view .cont__post .block__post .group__info .item__text {
  margin-bottom: 5vw;
}
#voice__view .cont__post .block__post .group__info .item__text br {
  display: none;
}
#voice__view .cont__post .block__post .group__info .item__text p {
  line-height: 1.9;
}
#voice__view .cont__post .block__post .group__info .item__price {
  color: var(--col--acc-01);
  font-size: 5vw;
  line-height: 1.5;
}
#voice__view .cont__post .block__post .group__img {
  width: 45vw;
  height: 45vw;
  position: relative;
  margin-inline: auto;
  margin-bottom: 7vw;
}
#voice__view .cont__post .block__post .group__img .item__property {
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--margin-20);
  padding-inline: 7vw;
  width: fit-content;
}
#voice__view .cont__post .block__post .group__img .item__property::before {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 3vw;
  left: 0vw;
  top: 1vw;
}
#voice__view .cont__post .block__post .group__img .item__property::after {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 3vw;
  right: 0vw;
  top: 1vw;
}
#voice__view .cont__post .block__post .group__img .item__img {
  width: 100%;
  height: 100%;
  margin-bottom: 3vw;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__message {
  background: url(/img/company/company__message__deco_01.png) left top 5vw no-repeat;
  position: relative;
  z-index: 3;
}
#company__message::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 43vw;
  bottom: 0vw;
  right: 0vw;
}
#company__message .inner {
  padding-bottom: 15vw;
}
#company__message .wrap__message {
  background: url(/img/company/company__message__bg_01.png) center center/contain no-repeat;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 5vw;
  padding-top: 14vw;
  background: #fff;
}
#company__message .wrap__message::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__ill_01.png) center center/contain no-repeat;
  width: 28vw;
  height: 18vw;
  left: -4vw;
  bottom: -3vw;
}
#company__message .wrap__message .ttl03 {
  position: relative;
}
#company__message .wrap__message .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__deco_ttl_01.png) center center/contain no-repeat;
  width: 13vw;
  height: 15vw;
  left: -12vw;
  top: -9vw;
}
#company__message .wrap__message .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__deco_ttl_02.png) center center/contain no-repeat;
  width: 13vw;
  height: 15vw;
  right: -12vw;
  top: -9vw;
}
#company__message .wrap__message .ttl03 img {
  height: 12vw;
}
#company__message .wrap__message .item__text {
  text-align: left;
}
#company__message .wrap__message .item__text br {
  display: none;
}
#company__message .wrap__message .item__text p {
  font-size: var(--font-size-18);
  letter-spacing: 0.07em;
  line-height: 2;
}
#company__message .wrap__message .item__text .name {
  text-align: end;
  font-size: var(--font-size-40);
  font-weight: 800;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}

/* company__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__gallery {
  position: relative;
  z-index: 2;
  background: url(/img/company/company__gallery__deco_01.png) right top 16vw/35vw no-repeat, #fff;
}
#company__gallery::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__gallery__deco_02.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  left: 0vw;
  bottom: 0vw;
}
#company__gallery .inner {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#company__gallery .list__images {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  position: relative;
  width: 100%;
  margin-bottom: 5vw;
}
#company__gallery .list__images .item__img {
  width: calc((100% - 5vw) / 2);
  left: 0vw;
  top: 0vw;
  bottom: 0vw;
  right: 0vw;
}
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  position: relative;
  z-index: 1;
}
#company__info::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__deco_02.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#company__info::after {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__deco_03.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  left: 100px;
  bottom: 0vw;
}
#company__info .inner {
  padding-top: 15vw;
  z-index: 0;
  position: relative;
  padding-bottom: 0;
}
#company__info .wrap__table {
  width: 100%;
  position: relative;
  border: 3px solid var(--col--acc-02);
  border-radius: 3vw;
  margin-bottom: var(--margin-60);
}
#company__info .wrap__table::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  right: 0vw;
  top: 0vw;
  z-index: -1;
}
#company__info .wrap__table .item__table {
  width: 100%;
}
#company__info .wrap__table .item__table tr {
  background: #fff;
}
#company__info .wrap__table .item__table th,
#company__info .wrap__table .item__table td {
  padding-block: 4vw;
  font-size: var(--font-size-18);
  font-weight: 900;
  letter-spacing: 0.07em;
  padding-left: 3vw;
  line-height: 1.8;
  font-size: 3.8vw;
}
#company__info .wrap__table .item__table th {
  color: #fff;
  background: var(--col--acc-02);
  border-bottom: 3px solid #fff;
  width: 35vw;
}
#company__info .wrap__table .item__table td {
  border-bottom: 3px solid var(--col--acc-02);
}
#company__info .wrap__table .item__table td .wrap__tel {
  gap: 2vw;
  flex-direction: column;
  align-items: start;
}
#company__info .wrap__table .item__table tr:first-of-type th {
  border-radius: 2vw 0 0 0;
}
#company__info .wrap__table .item__table tr:first-of-type td {
  border-radius: 0 2vw 0 0;
}
#company__info .wrap__table .item__table tr:last-of-type th {
  border-radius: 0 0 0 2vw;
  border-bottom: unset;
}
#company__info .wrap__table .item__table tr:last-of-type td {
  border-radius: 0 0 2vw 0;
  border-bottom: unset;
}
#company__info .item__map {
  width: 100%;
  height: 70vw;
}

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

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