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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 210px;
  padding: 0;
}
#header .group__info {
  width: fit-content;
  gap: 20px;
  margin-bottom: var(--margin-30);
}
#header .group__info .com__btn_01{
  width: 230px;
  height: 55px;

  position: relative;
  font-size: var(--font-size-17);

  &::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link_01_01.png)center center / contain no-repeat;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  }
}
#header .group__info .com__tel {
  gap: 10px;
}
#header .group__info .com__times {
  width: fit-content;
  gap: 5px;
}
#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 .group__info .btn__contact {
  position: relative;
  transition: ease 0.2s;
}
#header .group__info .btn__contact:hover {
  opacity: 0.5;
}
#header .block__left {
  position: relative;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 70px;
}
@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 28px;
  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;
  position: relative;
}
#nav .list-nav .item a::before {
  visibility: hidden;
  opacity: 0;
  transition: ease 0.2s;
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.png) center center/contain no-repeat;
  width: 13px;
  height: 11px;
  left: 50%;
  translate: -50% 0;
  bottom: -11px;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
#nav .list-nav .item a:hover::before {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 48.4375vw;
  background: url(/img/mv/mv__deco_01.png) left 17.2916666667vw top no-repeat, url(/img/mv/mv__deco_02.png) right top 11.9791666667vw no-repeat;
}
#mv .mv-img {
  background: url(/img/mv/mv__img.png) center center/contain no-repeat;
  width: 59.1666666667vw;
  height: 38.3333333333vw;
  position: absolute;
  left: 3.90625vw;
  top: 7.5520833333vw;
}
#mv .mv-catch {
  position: absolute;
  width: max-content;
  right: -29.6354166667vw;
  top: 14.8958333333vw;
  width: 38.0729166667vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 47.3958333333vw;
  overflow: hidden;
  background: url(/img/sv/sv__deco_01.png) left 22.3958333333vw top/24.5833333333vw 8.4895833333vw no-repeat;
}
#sv .sv-img {
  position: absolute;
  width: 91.9270833333vw;
  height: 31.5104166667vw;
  left: 50%;
  top: calc(50% + 4.1666666667vw);
  translate: -50% -50%;
}
#sv .sv-img::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_02.png) center center/contain no-repeat;
  width: 10.46875vw;
  height: 12.0833333333vw;
  left: -4.6875vw;
  bottom: -0.5208333333vw;
}
#sv .sv-img::after {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_03.png) center center/contain no-repeat;
  width: 14.1145833333vw;
  height: 16.6666666667vw;
  right: -4.6875vw;
  top: -2.0833333333vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 2.8645833333vw;
  letter-spacing: 0.07em;
  font-weight: 800;
  width: 40.1041666667vw;
  height: 5.7291666667vw;
  text-align: center;
  align-content: center;
  background: #fff3d8;
  border-radius: 15px;
  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 no-repeat, url(/img/common/ft__separate_01.png) center top/max(1280px, 100%) 304px no-repeat, #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-top: 390px;
  width: 1080px;
  margin-inline: auto;
  padding-bottom: 40px;
  align-items: end;
  position: relative;
}
#footer .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ft__deco_01.png) center center/contain no-repeat;
  width: 204px;
  height: 294px;
  right: -170px;
  top: 300px;
}
@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-30);
  gap: 5px;
}
#footer .com__times {
  margin-bottom: var(--margin-40);
  gap: 13px;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: var(--font-size-18);
}
#footer .com__times .item dt {
  position: relative;
}
#footer .com__times .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
  margin-inline: 5px;
}
#footer .com__times .item dt:last-child::after {
  display: none;
}
#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;
  margin-bottom: 60px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-20);
  position: relative;
  transition: ease 0.2s;
  transition: ease 0.2s;
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
  color: var(--col--acc-02);
}
#footer .block__info {
  width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: var(--margin-80);
}
#footer .list__other_pages {
  display: flex;
  background: #fff;
  padding: 2px 5px;
  border-radius: 10px;
}
#footer .list__other_pages .item {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
  transition: ease 0.2s;
}
#footer .list__other_pages .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 10px;
  color: var(--col--txt-01);
}
#footer .list__other_pages .item:last-child::after {
  display: none;
}
#footer .list__other_pages .item:hover {
  opacity: 0.7;
  color: var(--col--acc-02);
}
#footer .btn__contact {
  transition: ease 0.2s;
}
#footer .btn__contact:hover {
  opacity: 0.6;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
@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 200px 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: 88px;
  height: 193px;
  left: 50%;
  translate: -50% 0;
  bottom: -130px;
}
#top__worries::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__worries__deco_03.png) center center/contain no-repeat;
  width: 319px;
  height: 625px;
  right: 0;
  top: 420px;
}
#top__worries .inner {
  padding-top: 70px;
  padding-bottom: 45px;
  position: relative;
}
#top__worries .ttl03 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 100px;
  position: relative;
}
#top__worries .list__images {
  position: absolute;
  width: 1280px;
  left: 50%;
  translate: -50% 0;
  top: 640px;
  z-index: 1;
  pointer-events: none;
}
#top__worries .list__images .item__img {
  position: absolute;
}
#top__worries .list__images .item__img:nth-of-type(1) {
  left: 0;
  bottom: 0;
}
#top__worries .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#top__worries .list__worries {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#top__worries .list__worries::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: url(/img/top/top__worries__deco_02.png) center center/contain no-repeat;
  width: 200px;
  height: 195px;
  right: -100px;
  top: -80px;
}
#top__worries .list__worries {
  width: 100%;
  gap: 8px;
}
#top__worries .list__worries > .item {
  background: url(/img/top/top__worries__list_bg_01.png) center center/contain no-repeat;
  width: calc((100% - 16px) / 3);
  height: 183px;
  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__worries .list__worries > .item:nth-of-type(2),
#top__worries .list__worries > .item:nth-of-type(5) {
  position: relative;
  top: -65px;
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid transparent;
}
#top__solution::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__deco_01.png) center center/contain no-repeat;
  width: 235px;
  height: 301px;
  left: 0;
  top: 500px;
}
#top__solution .inner {
  width: 1280px;
  padding-top: 45px;
  padding-bottom: 0;
}
#top__solution .wrap__solution {
  background: url(/img/top/top__solution__bg_01.png) center center/contain no-repeat;
  width: 1280px;
  height: 865px;
  position: relative;
  padding-top: 140px;
  margin-bottom: -20px;
}
#top__solution .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-40);
  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: 319px;
  height: 215px;
  left: -276px;
  top: -119px;
}
#top__solution .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__solution__deco_ttl_02.png) center center/contain no-repeat;
  width: 319px;
  height: 215px;
  right: -276px;
  top: -119px;
}
#top__solution .list__images {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top__solution .list__images .item__img {
  position: absolute;
}
#top__solution .list__images .item_01 {
  left: -100px;
  top: 264px;
}
#top__solution .list__images .item_02 {
  right: -92px;
  bottom: 122px;
}
#top__solution .item__text {
  margin-bottom: var(--margin-40);
  text-align: center;
}
#top__solution .item__text p {
  font-weight: 800;
}
#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;
  position: relative;
}
#top__service::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_01.png) center center/contain no-repeat;
  width: 319px;
  height: 416px;
  right: min(0px, 50vw - 960px);
  top: 270px;
}
#top__service .inner {
  padding-top: 450px;
  position: relative;
  width: 1280px;
  padding-bottom: 140px;
}
#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: 535px;
  margin-left: auto;
  margin-right: 100px;
}
#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: absolute;
  left: 0;
  top: 440px;
}
#top__service .item__text {
  margin-bottom: var(--margin-50);
  width: 535px;
  margin-left: auto;
  margin-right: 100px;
}
#top__service .item__text p {
  font-weight: 800;
}
#top__service .com__btn_01 {
  margin-left: auto;
  margin-right: 320px;
}
/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: #fff;
  position: relative;
}
#top__voice::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_01.png) center center/contain no-repeat;
  width: 322px;
  height: 732px;
  left: min(0px, 50vw - 960px);
  top: -60px;
}
#top__voice .inner {
  padding-top: 140px;
  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-weight: 800;
  letter-spacing: 0.07em;
}
#top__voice .cont__post {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: var(--margin-60);
  position: relative;
}
#top__voice .cont__post::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__voice__deco_02.png) center center/contain no-repeat;
  width: 204px;
  height: 294px;
  right: -200px;
  top: -200px;
}
#top__voice .cont__post .block__post {
  background: var(--col--base-01);
  border-radius: 60px;
  padding: 80px 60px;
  gap: 40px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row-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;
  line-height: 1.4;
  color: var(--col--main-01);
}
#top__voice .cont__post .block__post .group__info .item__property {
  position: relative;
  margin-bottom: var(--margin-20);
  padding-left: 30px;
}
#top__voice .cont__post .block__post .group__info .item__property::before {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 4px;
}
#top__voice .cont__post .block__post .group__info .item__text {
  overflow: hidden;
  height: 85px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top__voice .cont__post .block__post .group__info .item__text p {
  line-height: 1.9;
}
#top__voice .cont__post .block__post .group__img {
  width: 220px;
  height: 220px;
  position: relative;
  margin-top: -20px;
}
#top__voice .cont__post .block__post .group__img .item__img {
  width: 100%;
  height: 100%;
}
#top__voice .com__btn_01 {
  margin-inline: auto;
}
/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company {
  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 {
  content: "";
  position: absolute;
  background: url(/img/top/top__company__deco_01.png) center center/contain no-repeat;
  width: 322px;
  height: 460px;
  right: 0;
  top: -350px;
}
#top__company::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__company__deco_02.png) center center/contain no-repeat;
  width: 195px;
  height: 174px;
  left: 100px;
  top: 180px;
}
#top__company .inner {
  padding-top: 150px;
  padding-bottom: var(--margin-80);
}
#top__company .wrap__company {
  background: url(/img/top/top__company__bg_01.png) center center/contain no-repeat;
  width: 1080px;
  height: 410px;
  margin-inline: auto;
  position: relative;
  padding: 100px;
  padding-top: 105px;
  padding-left: 135px;
}
#top__company .wrap__company::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__company__ill_01.png) center center/contain no-repeat;
  width: 177px;
  height: 142px;
  left: 70px;
  top: -105px;
}
#top__company .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__company .ttl03 .ttl__ja {
  font-size: 65px;
  letter-spacing: 0.07em;
  font-weight: 900;
  color: #fff;
}
#top__company .item__img {
  position: absolute;
  right: 100px;
  top: 80px;
  width: max-content;
}
/* 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: 85%;
  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: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

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

#top__news {
  z-index: 1;
  position: relative;
  background: url(/img/top/top__news__deco_02.png) left bottom no-repeat;
}
#top__news::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_01.png) center center/contain no-repeat;
  width: 318px;
  height: 625px;
  right: min(0px, 50vw - 960px);
  top: -200px;
}
#top__news::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__deco_03.png) center center/contain no-repeat;
  width: 233px;
  height: 207px;
  right: max(0px, 50vw - 640px);
  bottom: -200px;
}
#top__news .inner {
  position: relative;
  padding-top: var(--margin-80);
  padding-bottom: 0;
}
#top__news .ttl03 {
  margin-bottom: var(--margin-70);
}
#top__news .ttl03 .ttl__ja {
  font-size: 55px;
  font-weight: 800;
  letter-spacing: 0.07em;
}
#top__news .cont__latest {
  display: flex;
  gap: 45px;
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 90px) / 3);
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
#top__news .cont__latest .block__latest a {
  background: #fff;
  padding: 30px;
  border-radius: 40px;
}
#top__news .cont__latest .block__latest .group__info {
  order: 2;
}
#top__news .cont__latest .block__latest .group__info .item__ttl {
  order: 3;
}
#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: 220px;
  border-radius: 30px;
  margin-bottom: var(--margin-15);
}
#top__news .cont__latest .block__latest .group__img .item__thum {
  border-radius: 30px;
}
#top__news .cont__latest .block__latest:hover {
  top: -6px;
  right: 0;
  opacity: 0.7;
  color: var(--col--acc-02);
}
#top__news .com__btn_01 {
  position: absolute;
  right: 0;
  top: 100px;
}
#contents-u .com__latest {
  margin-bottom: 40px;
  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: 35px;
  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: 348px;
  height: 625px;
  right: 0;
  top: 0;
}
#about__intro::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__intro__deco_02.png) center center/contain no-repeat;
  width: 294px;
  height: 511px;
  left: 0;
  bottom: 140px;
}
#about__intro .inner {
  position: relative;
}
#about__intro .ttl03 {
  margin-bottom: 150px;
}
#about__intro .ttl03 .ttl__ja {
  font-size: var(--font-size-50);
}
#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 .cont__intro {
  position: relative;
}
#about__intro .cont__intro .list__images {
  position: absolute;
  right: -130px;
  top: -90px;
  width: 600px;
  height: 590px;
}
#about__intro .cont__intro .list__images .item__01 {
  position: absolute;
  right: 0;
  top: 0;
}
#about__intro .cont__intro .list__images .item__02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#about__intro .cont__intro .item__text p {
  font-size: var(--font-size-20);
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature {
  position: relative;
  z-index: 3;
  margin-top: -100px;
  background: url(/img/about/about__feature__bg_01.png) right min(0px, 50vw - 960px) top 450px no-repeat, url(/img/about/about__feature__bg_02.png) left min(0px, 50vw - 960px) bottom 0px no-repeat, url(/img/about/about__feature__separate_01.png) center top/max(1920px, 100%) no-repeat, #fff;
}
#about__feature .inner {
  padding-top: 450px;
  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: 270px;
  height: 262px;
  right: -200px;
  bottom: -200px;
}
#about__feature .ttl03 {
  margin-bottom: 100px;
}
#about__feature .ttl03 .ttl__ja {
  font-size: 55px;
}
#about__feature .cont__feature {
  position: relative;
}
#about__feature .cont__feature::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_01.png) center center/contain no-repeat;
  width: 204px;
  height: 294px;
  left: -300px;
  top: 0;
}
#about__feature .cont__feature .list__feature {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 60px;
  justify-content: center;
}
#about__feature .cont__feature .list__feature .item {
  width: 340px;
  background: #fff3d8;
  padding: 30px;
  padding-top: 50px;
  border-radius: 50px;
  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 .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: 500px;
  padding-bottom: 20px;
}
.common__contact .wrap__contact {
  background: url(/img/common/pat__dot_01_01.png);
  position: relative;
  height: 370px;
  border-radius: 80px;
  padding: 80px 100px;
  display: flex;
  align-items: center;
}
.common__contact .wrap__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/contact__ill_01.png) center center/contain no-repeat;
  width: 180px;
  height: 138px;
  left: 100px;
  top: -119px;
}
.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;
}
.common__contact .wrap__contact .group__text .item__text {
  text-align: center;
}
.common__contact .wrap__contact .group__text .item__text p {
  font-size: var(--font-size-16);
  color: #fff;
}
.common__contact .wrap__contact .group__info .com__times {
  margin-bottom: var(--margin-20);
  color: #fff;
  margin-left: 40px;
}
.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: 20px;
}
.common__contact .wrap__contact .group__info .unit__contact .com__tel {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.common__contact .wrap__contact .group__info .unit__contact .com__tel .item__attention {
  height: 13px;
}
#about__contact {
  background: url(/img/common/contact__separate_01.png) center top/max(1920px, 100%) no-repeat;
  position: relative;
  z-index: 2;
}
#about__contact::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__contact__deco_01.png);
  width: 233px;
  height: 207px;
  right: 0;
  bottom: -120px;
}
#about__contact::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__contact__deco_02.png) center center/contain no-repeat;
  width: 323px;
  height: 625px;
  left: 0;
  bottom: -530px;
}

#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: 233px;
  height: 207px;
  right: 60px;
  bottom: -60px;
}
#voice__contact .inner {
  padding-top: 50px;
}

/* 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: 270px;
  height: 262px;
  left: 60px;
  bottom: -280px;
}
#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 .cont__intro {
  position: relative;
}
#price__about .cont__intro .item__img {
  position: absolute;
  right: -80px;
  top: 10px;
}
#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 .block__method {
  width: 500px;
  border-radius: 40px;
  border: 5px solid #fff3d8;
  padding: 40px 50px 30px;
  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 .item__text p {
  line-height: 1.9;
  font-size: var(--font-size-18);
}
#price__about .cont__repertory {
  border-radius: 40px;
  border: 5px solid #fff3d8;
  padding: 40px 50px 30px;
  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 .list {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#price__about .cont__repertory .list > .item {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  text-align: center;
  height: 65px;
  background: #fff3d8;
  align-content: center;
}
/* price__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#price__menu {
  position: relative;
  z-index: 3;
  margin-top: -90px;
  background: url(/img/price/price__menu__deco_01.png) right top 410px no-repeat, url(/img/price/price__menu__deco_02.png) left top 800px no-repeat, url(/img/price/price__menu__deco_03.png) right top 1860px no-repeat, url(/img/price/price__menu__deco_04.png) left top 2515px no-repeat, url(/img/price/price__menu__deco_05.png) right top 3830px no-repeat, url(/img/price/price__menu__deco_06.png) left top 4440px no-repeat, url(/img/price/price__menu__deco_07.png) left top 4700px no-repeat, url(/img/price/price__menu__deco_08.png) right top 5410px no-repeat, url(/img/price/price__menu__deco_09.png) left top 6020px no-repeat, url(/img/price/price__menu__separate_01.png) center top/max(1920px, 100%) no-repeat, #fff;
}
#price__menu::before {
  content: "";
  position: absolute;
  background: url(/img/price/price__contact__deco_01.png) center center/contain no-repeat;
  width: 291px;
  height: 416px;
  left: min(0px, 50vw - 960px);
  bottom: -400px;
}
#price__menu .inner {
  padding-top: 400px;
  padding-bottom: 0;
}
#price__menu .item__text_note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-60);
}
#price__menu .item__text_note small {
  display: block;
  font-size: var(--font-size-18);
}
#price__menu .cont__post {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#price__menu .cont__post .block__post {
  background: #fff8ea;
  padding: 80px 90px;
  border-radius: 80px;
}
#price__menu .cont__post .block__post .ttl04 {
  width: 100%;
  padding: 17px;
  border-radius: 13px;
  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);
}
#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: 40px;
  align-items: start;
}
#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: calc((100% - 40px) / 2);
  border-radius: 55px;
  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: 55px;
}
#price__menu .cont__post .block__post .list__images .item:not(:nth-of-type(1), :nth-of-type(2)) {
  width: calc((100% - 120px) / 4);
  height: 180px;
  border-radius: 30px;
}
#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: 30px;
}

#price__contact {
  background: url(/img/common/contact__separate_01.png) center top/max(1920px, 100%) 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: 233px;
  height: 207px;
  right: 0;
  bottom: 0;
}
#price__contact::after {
  content: "";
  position: absolute;
  background: url(/img/price/price__contact__deco_03.png) center center/contain no-repeat;
  width: 234px;
  height: 301px;
  left: 0;
  bottom: -250px;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice__view {
  position: relative;
  background: url(/img/voice/voice__view__deco_01.png) left top 270px no-repeat, url(/img/voice/voice__view__deco_02.png) right top 450px no-repeat;
}
#voice__view::before {
  content: "";
  position: absolute;
  background: url(/img/voice/voice__view__deco_03.png) center center/contain no-repeat;
  width: 328px;
  height: 602px;
  left: 0;
  bottom: -300px;
}
#voice__view .cont__post {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: var(--margin-60);
  position: relative;
}
#voice__view .cont__post .block__post {
  background: var(--col--base-01);
  border-radius: 60px;
  padding: 80px 60px;
  gap: 40px;
  display: flex;
  flex-direction: row-reverse;
  background: #fff;
}
#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;
  line-height: 1.4;
  color: var(--col--main-01);
}
#voice__view .cont__post .block__post .group__info .item__text {
  margin-bottom: var(--margin-20);
}
#voice__view .cont__post .block__post .group__info .item__text p {
  font-size: var(--font-size-18);
  line-height: 1.9;
  font-weight: 900;
}
#voice__view .cont__post .block__post .group__info .item__price {
  font-size: var(--font-size-24);
  color: var(--col--acc-01);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
#voice__view .cont__post .block__post .group__img {
  width: 220px;
  height: 220px;
  position: relative;
  margin-top: -20px;
}
#voice__view .cont__post .block__post .group__img .item__property {
  position: relative;
  font-size: var(--font-size-20);
  font-weight: 800;
  letter-spacing: 0.06em;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 23px;
}
#voice__view .cont__post .block__post .group__img .item__property::before {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 1px;
}
#voice__view .cont__post .block__post .group__img .item__property::after {
  content: "●";
  color: var(--col--main-01);
  position: absolute;
  font-size: 16px;
  right: 0;
  top: 1px;
}
#voice__view .cont__post .block__post .group__img .item__img {
  width: 100%;
  height: 100%;
  margin-bottom: var(--margin-15);
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__message {
  background: url(/img/company/company__message__deco_01.png) left top 100px 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: 348px;
  height: 625px;
  bottom: -130px;
  right: 0;
}
#company__message::after {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__deco_03.png) center center/contain no-repeat;
  width: 270px;
  height: 262px;
  left: 170px;
  bottom: -260px;
}
#company__message .inner {
  width: 1280px;
  padding-bottom: 0;
}
#company__message .wrap__message {
  background: url(/img/company/company__message__bg_01.png) center center/contain no-repeat;
  width: 1280px;
  height: 880px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#company__message .wrap__message::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__message__ill_01.png) center center/contain no-repeat;
  width: 193px;
  height: 137px;
  left: 160px;
  bottom: 0;
}
#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: 319px;
  height: 215px;
  left: -400px;
  top: -100px;
}
#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: 319px;
  height: 215px;
  right: -400px;
  top: -100px;
}
#company__message .wrap__message .item__text {
  text-align: center;
}
#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 {
  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;
  margin-top: -100px;
  background: url(/img/company/company__gallery__deco_01.png) right top 900px no-repeat, url(/img/company/company__gallery__separate_01.png) center top/max(1920px, 100%) no-repeat, #fff;
}
#company__gallery::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__gallery__deco_02.png) center center/contain no-repeat;
  width: 321px;
  height: 416px;
  left: 0;
  bottom: -300px;
}
#company__gallery .inner {
  padding-top: 420px;
  padding-bottom: 0;
}
#company__gallery .list__images {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
#company__gallery .list__images .item__img {
  width: calc((100% - 40px) / 2);
}
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: url(/img/company/company__info__separate_01.png) center top/max(1920px, 100%) no-repeat;
  position: relative;
  z-index: 1;
  margin-bottom: -60px;
}
#company__info::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__deco_02.png) center center/contain no-repeat;
  width: 233px;
  height: 207px;
  right: 60px;
  bottom: -50px;
}
#company__info::after {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__deco_03.png) center center/contain no-repeat;
  width: 240px;
  height: 234px;
  left: 100px;
  bottom: -300px;
}
#company__info .inner {
  padding-top: 420px;
  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: 19px;
  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: 310px;
  height: 301px;
  right: -150px;
  top: -100px;
  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: 30px;
  font-size: var(--font-size-18);
  font-weight: 900;
  letter-spacing: 0.07em;
  padding-left: 50px;
  line-height: 1.4;
}
#company__info .wrap__table .item__table th {
  color: #fff;
  background: var(--col--acc-02);
  border-bottom: 3px solid #fff;
}
#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: 10px;
}
#company__info .wrap__table .item__table tr:first-of-type th {
  border-radius: 15px 0 0 0;
}
#company__info .wrap__table .item__table tr:first-of-type td {
  border-radius: 0 15px 0 0;
}
#company__info .wrap__table .item__table tr:last-of-type th {
  border-radius: 0 0 0 15px;
  border-bottom: unset;
}
#company__info .wrap__table .item__table tr:last-of-type td {
  border-radius: 0 0 15px 0;
  border-bottom: unset;
}
#company__info .item__map {
  width: 100%;
  height: 360px;
}

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

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