@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: relative;
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-40);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#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 img {
  width: 34vw;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  gap: 3vw;
  margin-right: var(--margin-30);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .item-tel {
  width: fit-content;
}
#header .item-tel .tel-num {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-26);
  color: var(--col--main-01);
  font-family: var(--fot--Cardo);
  letter-spacing: 0;
  padding-left: var(--margin-20);
}
#header .item-tel .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_01.png) center center/contain no-repeat;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#header .group__contact {
  width: fit-content;
}
#header .group__contact .text {
  font-weight: 500;
  font-size: var(--font-size-14);
  color: var(--col--main-02);
  margin-right: var(--margin-25);
}
#header .com__instagram {
  width: 60px;
  height: 60px;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .com__instagram > img {
  filter: var(--col--white-f);
}
#header .cont-info {
  gap: 3vw;
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
}
#nav .list-nav > .item {
  width: fit-content;
}
#nav .list-nav > .item a {
  font-size: var(--font-size-16);
  transition: ease 0.17s;
  color: var(--col--main-01);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url(/img/mv/mv__img_01.png) left -9vw top -20vw/41vw no-repeat, url(/img/mv/mv__img_02.png) right 0vw bottom 0vw/99vw no-repeat;
}
#mv .mv-catch {
        position: absolute;
        left: 5vw;
        top: 36vw;
        width: 91vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 103vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
#sv .wrap__sv {
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#sv .sv-img {
  position: relative;
  margin-left: auto;
  width: 40vw;
  height: 49vw;
  top: -4vw;
}
#sv .sv-img::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco.png) center center/contain no-repeat;
  width: 32vw;
  height: 15vw;
  right: -6vw;
  bottom: -4vw;
}
#sv .sv-catch {
  position: relative;
  margin-right: auto;
  top: 50%;
  translate: 0 -50%;
  color: var(--col--main-01);
  font-size: var(--font-size-44);
  font-weight: 500;
  letter-spacing: 0.05em;
  left: 5vw;
  font-size: 5vw;
  background: #fff;
}
#sv p.en {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #sv {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  border-top: 1px solid var(--col--main-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: 3vw;
}
#footer .item-logo img {
  width: 42vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 5vw 0;
  padding: 10vw 0;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 3vw;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .com__instagram {
  filter: var(--col--main-01-f);
  margin-bottom: 3vw;
}
#footer .item-tel {
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#footer .item-tel .tel-num {
  position: relative;
  font-weight: 700;
  font-size: var(--font-size-26);
  color: var(--col--main-01);
  font-family: var(--fot--Cardo);
  letter-spacing: 0;
  padding-left: var(--margin-20);
  padding-left: 7vw;
  font-size: 8vw;
}
#footer .item-tel .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav {
  gap: 20px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer .footer_sub {
  display: none;
}
#footer .footer_sub .list-nav .item a {
  font-size: var(--font-size-12);
  color: #fff;
  font-weight: 300;
}
#footer .wrap__info {
  width: 100%;
  align-items: center;
  background: var(--col--main-01);
  padding: 5vw 0;
}
#footer .ft__inner {
  margin: 0 auto;
  width: 100%;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  font-size: 2.5vw;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}
#footer #copyright .copy {
  transition: ease 0.12s;
}
#footer #copyright .copy:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  position: relative;
}
#top__about .ttl03 {
  text-align: center;
  margin-bottom: 5vw;
  gap: 5vw;
}
#top__about .ttl03 .ja {
  line-height: 1.6;
}
#top__about .ttl03 img {
  height: 12vw;
}
#top__about .list-images {
  position: relative;
  top: 0vw;
  width: 100%;
  height: 57vw;
  margin-bottom: 4vw;
}
#top__about .list-images .item:nth-of-type(1) {
  position: absolute;
  width: 59vw;
  left: -23vw;
  top: -15vw;
}
#top__about .list-images .item:nth-of-type(2) {
  position: absolute;
  width: 59vw;
  right: -10vw;
  top: -3vw;
}
#top__about .item-text {
  text-align: left;
}
#top__about .item-text br {
  display: none;
}
#top__about .item-text .str-01 {
  font-weight: 500;
  color: var(--col--acc-01);
}
#top__about .item-text br {
  display: none;
}

/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason .inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: var(--margin-60);
  padding-bottom: var(--margin-60);
}
#top__reason .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__reason .ttl03 img {
  height: 12vw;
}
#top__reason .cont__reason {
  margin: 0 auto;
  width: 100%;
  padding: 15vw 5vw;
  padding-top: 0;
  background: linear-gradient(180deg, white 10%, #e8edf9 40%);
  position: relative;
}
#top__reason .cont__reason::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
  background: linear-gradient(180deg, white 10%, #e8edf9 40%);
}
#top__reason .cont__reason .list-reason {
  margin-bottom: var(--margin-40);
  gap: 3vw;
  position: relative;
  margin-bottom: 10vw;
}
#top__reason .cont__reason .list-reason::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_01.png) center center/contain no-repeat;
  width: 29vw;
  height: 23vw;
  left: -7vw;
  bottom: -13vw;
}
#top__reason .cont__reason .list-reason::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_02.png) center center/contain no-repeat;
  width: 43vw;
  height: 29vw;
  translate: 0 100%;
  right: -14vw;
  bottom: -22vw;
}
#top__reason .cont__reason .list-reason > .item {
  background: #fff;
  padding: 5vw;
  z-index: 0;
  width: calc((100% - 5vw) / 2);
  position: relative;
  width: 100%;
  border: 1px solid var(--col--base-b);
}
#top__reason .cont__reason .list-reason > .item .ttl04 {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-bottom: var(--margin-10);
  width: 60vw;
}
#top__reason .cont__reason .list-reason > .item .ttl04 .num {
  z-index: -1;
  position: absolute;
  left: -20vw;
  top: 0vw;
}
#top__reason .cont__reason .list-reason > .item .ttl04 .num img {
  height: 10vw;
}
#top__reason .cont__reason .list-reason > .item .ttl04 .ja {
  display: block;
  color: var(--col--main-01);
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-24);
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  font-size: 4.6vw;
}
#top__reason .cont__reason .list-reason > .item .ttl04 .ja .str-01 {
  color: var(--col--acc-01);
}
#top__reason .cont__reason .list-reason > .item .list-images {
  width: 100%;
  height: 50vw;
  position: relative;
  margin-bottom: 2vw;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item {
  position: absolute;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item:nth-of-type(1) {
  width: 51vw;
  left: 0vw;
  top: 8vw;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item:nth-of-type(2) {
  width: 28vw;
  right: 0vw;
  bottom: 1vw;
}
#top__reason .cont__reason .list-reason > .item .item-text {
  text-align: left;
}
#top__reason .cont__reason .list-reason > .item .item-text br {
  display: none;
}
#top__reason .cont__reason .list-reason > .item .list-images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 5vw;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item {
  position: absolute;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item:nth-of-type(1) {
width: 56vw;
        left: -5vw;
        top: 3vw;
}
#top__reason .cont__reason .list-reason > .item .list-images > .item:nth-of-type(2) {
  width: 26vw;
  right: 0vw;
  bottom: 0vw;
}
#top__reason .cont__reason .list-reason > .item br {
  display: none;
}
#top__reason .cont__reason .com__btn_01 {
  margin: 0 auto;
}
/* top__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__menu .inner {
  z-index: 0;
  position: relative;
  padding-top: 5vw;
  padding-top: 10vw;
}
#top__menu .ttl03 {
  position: relative;
  padding: 7vw 0;
  width: 100%;
  margin-bottom: var(--margin-60);
  text-align: left;
  padding-left: 4vw;
  gap: 3.5vw;
}
#top__menu .ttl03::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  background: url(/img/top/top__menu__bg_img_01.png) center center/cover no-repeat;
}
#top__menu .ttl03 .ja,
#top__menu .ttl03 .en {
  z-index: 1;
}
#top__menu .ttl03 .ja {
  font-size: 5vw;
}
#top__menu .ttl03 img {
  height: 12vw;
}
#top__menu .cont__menu {
  position: relative;
  z-index: 0;
  margin-left: auto;
}
#top__menu .cont__menu .list__post {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-50);
  width: 55vw;
  margin-right: auto;
}
#top__menu .cont__menu .list__post > .item {
  margin-bottom: var(--margin-50);
}
#top__menu .cont__menu .list__post > .item:last-child {
  margin-bottom: 0;
}
#top__menu .cont__menu .list__post > .item .wrap__ttl {
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid var(--col--main-01);
  display: flex;
  gap: 2vw;
  flex-direction: column;
  align-items: start;
}
#top__menu .cont__menu .list__post > .item .ttl04 {
  padding-left: var(--margin-25);
  position: relative;
}
#top__menu .cont__menu .list__post > .item .ttl04::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--col--acc-01);
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__menu .cont__menu .list__post > .item .ttl04 .ja {
  color: var(--col--main-01);
  font-weight: 700;
  font-size: var(--font-size-20);
  font-weight: 500;
  font-size: 3.7vw;
}
#top__menu .cont__menu .list__post > .item .ttl04 img {
  height: 12vw;
}
#top__menu .cont__menu .list__post > .item .price {
  font-weight: 500;
  font-size: 3.4vw;
  color: var(--col--acc-01);
}
#top__menu .cont__menu .list__post > .item .item-text {
  padding-left: var(--margin-25);
  padding-left: 0;
}
#top__menu .cont__menu .list__post > .item .item-text p {
  text-align: start;
  font-size: 3.4vw;
  line-height: 1.5;
}
#top__menu .cont__menu .item-img {
  position: absolute;
  width: 56vw;
  right: -25vw;
  top: -25vw;
  margin-bottom: 4vw;
}
#top__menu .cont__menu .com__btn_01 {
  z-index: unset;
  position: relative;
}
#top__menu .cont__menu .com__btn_01::after {
    pointer-events: none;
  z-index: -2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_03.png) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  left: 0vw;
  bottom: 0vw;
}
/* top__effect
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__effect .inner {
  width: 100%;
  padding-bottom: 5vw;
}
#top__effect .ttl03 img {
  height: 12vw;
}
#top__effect .cont__effect {
  margin: 0 auto;
  width: 100%;
  padding: 5vw;
  padding-top: 0;
  background: linear-gradient(180deg, white 10%, #e8edf9 40%);
  position: relative;
}
#top__effect .cont__effect::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  translate: 100% 0;
  background: linear-gradient(180deg, white 10%, #e8edf9 40%);
}
#top__effect .cont__effect .com__btn_01 {
  margin: 0 auto;
}
#top__effect .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  margin-bottom: var(--margin-60);
  flex-direction: column;
}
#top__effect .cont__post .block__post {
  position: relative;
  width: calc((100% - 30px) / 2);
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 5vw;
  padding: 5vw 5vw;

      &::before {
    content: "";
    position: absolute;
    background: url(/img/common/deco__arrow__r.svg)center center / 100% 100% no-repeat;
width: 2vw;
            height: 4vw;
            left: 50%;
            top: 45%;
    translate: -50% -50%;
    filter: var(--col--acc-01-f);
    }


}
#top__effect .cont__post .block__post .ttl04 {
  order: 2;
  padding-bottom: var(--margin-15);
  border-bottom: 1px solid var(--col--main-02);
  position: relative;
  padding-left: var(--margin-20);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__effect .cont__post .block__post .ttl04::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--col--main-02);
  left: 0;
  top: 7px;
}
#top__effect .cont__post .block__post .ttl04 .ja {
  font-size: var(--font-size-16);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__effect .cont__post .block__post .list-compare {
  order: 1;
  display: flex;
  gap: 5vw;
  margin: 0 auto;
  width: 100%;
  margin-bottom: var(--margin-30);
}
#top__effect .cont__post .block__post .list-compare .item {
  width: calc((100% - 5vw) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
  gap: 2vw;
}
#top__effect .cont__post .block__post .list-compare .item dt {
  letter-spacing: 0.04em;
  font-size: var(--font-size-30);
  font-family: var(--fot--Cardo);
  font-size: 3.5vw;
}
#top__effect .cont__post .block__post .list-compare .item dd {
  width: 100%;
  height: 30vw;
}
#top__effect .cont__post .block__post .list-compare .item dd .item-img {
  width: 100%;
  height: 100%;
}
#top__effect .cont__post .block__post .list-compare .item-before dt {
  color: #c1c1c1;
}
#top__effect .cont__post .block__post .list-compare .item-after dt {
  color: var(--col--acc-01);
}

#top__effect{
  position: relative;
}

#top__effect .cont__post::before{
    pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_04.png)center center / contain no-repeat;
        width: 24vw;
        height: 24vw;
        right: -4vw;
        bottom: 15vw;
}

#top__effect::after{
  pointer-events: none;
    z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_05.png)center center / contain no-repeat;
width: 36vw;
        height: 32vw;
        left: 0vw;
        bottom: -15vw;
}



/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__contact .inner {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-bottom: 5vw;
  padding-top: 5vw;
}
.com__contact .ttl03 {
  position: relative;
  margin-bottom: 5vw;
}
.com__contact .ttl03 img {
  height: 12vw;
}
.com__contact .lead-text {
  position: relative;
  text-align: center;
  margin-bottom: 5vw;
}
.com__contact .block__contact {
  margin: 0 auto;
  width: 90%;
  background: #fff;
  padding: 5vw;
  box-shadow: 0px 26px 50px 0px rgba(15, 38, 93, 0.26);
  gap: 3vw;
  flex-direction: column;
}
.com__contact .block__contact .com__tel dd .tel-num {
  position: relative;
  font-size: var(--font-size-40);
  color: var(--col--main-01);
  letter-spacing: 0;
  font-weight: 400;
  padding-left: var(--margin-35);
  font-family: var(--fot--Cardo);
  padding-left: 8vw;
}
.com__contact .block__contact .com__tel dd .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__02_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.com__contact .block__contact .btn_mail {
  width: 100%;
}
.com__contact .block__contact .btn_mail span {
  position: relative;
  padding-left: var(--margin-30);
  padding-left: 8vw;
}
.com__contact .block__contact .btn_mail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.com__contact .block__contact .btn_line {
  width: 100%;
}
.com__contact .block__contact .btn_line span {
  position: relative;
  padding-left: var(--margin-30);
  padding-left: 8vw;
}
.com__contact .block__contact .btn_line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.com__contact .block__contact .btn_instagram {
  width: 100%;
}
.com__contact .block__contact .btn_instagram span {
  position: relative;
  padding-left: var(--margin-35);
  padding-left: 8vw;
}
.com__contact .block__contact .btn_instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  filter: var(--col--white-f);
  translate: 0 -50%;
}
.com__contact .block__info {
  z-index: -1;
  width: 100%;
  background: url(/img/top/top__contact__bg_img_01.png) center center/cover no-repeat;
  position: relative;
  margin-top: -90px;
  padding: 5vw;
  padding-bottom: 15vw;
  padding-top: 30vw;
}
.com__contact .block__info .ttl04 {
  position: relative;
  text-align: center;
  margin-bottom: var(--margin-50);
}
.com__contact .block__info .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.com__contact .block__info .ttl04 img {
  height: 12vw;
}
.com__contact .block__info .item-map {
  width: 100%;
  height: 50vw;
  min-height: 200px;
  position: relative;
  margin-bottom: var(--margin-40);
}
.com__contact .block__info .item-map iframe {
  width: 100%;
  height: 100%;
}
.com__contact .block__info .com__times {
  align-items: center;
  gap: 8vw;
}
.com__contact .block__info .com__times-item {
  width: 100%;
  flex-direction: column;
  align-items: start;
  gap: 2vw;
}
.com__contact .block__info .com__times-item dt {
  letter-spacing: 0;
  font-size: 3.4vw;
  color: #fff;
}
.com__contact .block__info .com__times-item dd {
  letter-spacing: 0;
  font-size: 3.4vw;
  line-height: 1.4;
  color: #fff;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  margin-bottom: var(--margin-50);
  padding-bottom: var(--margin-40);
  border-bottom: 1px solid var(--col--main-02);
}
.unit-latest::before {
  content: "";
  position: absolute;
  height: 3vw;
  border-right: 1px solid var(--col--main-02);
  left: 24vw;
  bottom: 0;
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  position: relative;
  width: 100%;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
  position: relative;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 71%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 27vw;
  text-overflow: ellipsis;
  color: var(--col--main-01);
  font-weight: 600;
  font-size: 3.5vw;
}
.unit-latest .item-time {
  position: absolute;
  order: 1;
  width: fit-content;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--fot--Cardo);
  font-size: var(--font-size-20);
  color: var(--col--main-01);
  letter-spacing: 0.04em;
}
.unit-latest .tag_list {
  order: 2;
  width: 71%;
  margin-left: 27vw;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  font-size: 3.5vw;
}
.unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--acc-01);
  right: -6px;
}
.unit-latest .tag_list-item:last-child::before {
  display: none;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  font-size: 3.5vw;
}
.s-post-taglist .tag-name::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--acc-01);
  right: -6px;
}
.s-post-taglist .tag-name:last-child::before {
  display: none;
}

#top__news .inner {
  position: relative;
  padding-top: var(--margin-60);

    &::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_06.png)center center / contain no-repeat;
            width: 30vw;
            height: 35vw;
            right: -7vw;
            top: -15vw;
  }

}



#top__news .ttl03 {
  position: relative;
  left: 0vw;
  top: 0vw;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-bottom: 10vw;
}
#top__news .unit-latest {
  position: relative;
  margin-bottom: var(--margin-50);
  padding-bottom: var(--margin-40);
  border-bottom: 1px solid var(--col--main-02);
}
#top__news .unit-latest::before {
  content: "";
  position: absolute;
  height: 3vw;
  border-right: 1px solid var(--col--main-02);
  left: 24vw;
  bottom: 0;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  position: relative;
  width: 100%;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
  position: relative;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 71%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 27vw;
  text-overflow: ellipsis;
  color: var(--col--main-01);
  font-weight: 600;
  font-size: 3.5vw;
}
#top__news .unit-latest .item-time {
  position: absolute;
  order: 1;
  width: fit-content;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--fot--Cardo);
  font-size: var(--font-size-20);
  color: var(--col--main-01);
  letter-spacing: 0.04em;
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 71%;
  margin-left: 27vw;
  margin-bottom: var(--margin-15);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--acc-01);
  font-size: var(--font-size-14);
  letter-spacing: 0.05em;
  font-weight: 700;
  position: relative;
  font-size: 3.5vw;
}
#top__news .unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid var(--col--acc-01);
  right: -6px;
}
#top__news .unit-latest .tag_list-item:last-child::before {
  display: none;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: relative;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__motto .ttl03 img {
  height: 12vw;
}
#about__motto .cont__message {
  position: relative;
  margin-bottom: 5vw;
}
#about__motto .cont__message .item-img {
  margin: 0 auto;
  position: relative;
  margin-bottom: 4vw;
  text-align: center;
}
#about__motto .cont__message .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_03s.png) center center/contain no-repeat;
  width: 15vw;
  height: 16vw;
  left: 2vw;
  bottom: 0vw;
}
#about__motto .cont__message .item-img img {
  width: 69vw;
}
#about__motto .cont__message .item-text {
  width: 100%;
  text-align: left;
  margin-bottom: var(--margin-60);
}
#about__motto .cont__message .item-text p {
  font-size: 3.8vw;
  letter-spacing: 0em;
}
#about__motto .cont__message .item-text p .str-01 {
  font-weight: 500;
  color: var(--col--acc-01);
}
#about__motto .cont__links {
  background: var(--col--base-01);
  padding: 5vw;
  position: relative;
}
#about__motto .cont__links::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__01_07.png) center center/contain no-repeat;
  width: 15vw;
  height: 15vw;
  right: 0vw;
  bottom: 0vw;
}
#about__motto .cont__links .list-nav {
  display: flex;
  gap: 5vw;
  flex-wrap: wrap;
  flex-direction: column;
}
#about__motto .cont__links .list-nav > .item {
  width: calc((100% - 5vw) / 2);
  height: 140px;
  width: 100%;
  height: 37vw;
  border: 2px solid #fff;
  box-shadow: 0px 10px 13px 0px rgba(15, 38, 93, 0.1);
}
#about__motto .cont__links .list-nav > .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#about__motto .cont__links .list-nav > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 10vw;
  height: 2vw;
  right: 4vw;
  top: 55%;
  translate: 0 -50%;
}
#about__motto .cont__links .list-nav > .item .ttl04 {
  display: flex;
  flex-direction: column;
  gap: var(--margin-40);
  gap: 3vw;
  margin-left: 5vw;
}
#about__motto .cont__links .list-nav > .item .ttl04 .ja {
  color: #fff;
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#about__motto .cont__links .list-nav > .item .ttl04 img {
  height: 12vw;
}
#about__motto .cont__links .list-nav > .item .ttl04 .en {
  color: var(--col--main-02);
  font-size: 2.8vw;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: var(--fot--Cardo);
}
#about__motto .cont__links .list-nav .item:nth-of-type(1) {
  background: url(/img/about/about__motto__bnr_bg_01.png) center center/cover no-repeat;
}
#about__motto .cont__links .list-nav .item:nth-of-type(2) {
  background: url(/img/about/about__motto__bnr_bg_02.png) center center/cover no-repeat;
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__flow .inner {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
#about__flow .ttl03 img {
  height: 12vw;
}
#about__flow .cont__flow {
  width: 100%;
  margin: 0 auto;
  background: var(--col--base-01);
  padding: 5vw;
}
#about__flow .cont__flow .list-flow {
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#about__flow .cont__flow .list-flow > .item {
  background: #fff;
  padding: 5vw;
  padding-left: 5vw;
}
#about__flow .cont__flow .list-flow > .item .ttl04 {
  position: relative;
  margin-bottom: 5vw;
  display: flex;
  flex-direction: column;
}
#about__flow .cont__flow .list-flow > .item .ttl04 .num {
  position: relative;
  font-family: var(--fot--Cardo);
  letter-spacing: 0;
  font-size: 5.5vw;
  color: var(--col--main-01);
  margin-bottom: 4vw;
  width: fit-content;
}
#about__flow .cont__flow .list-flow > .item .ttl04 .num small {
  position: relative;
  margin-right: 3vw;
}
#about__flow .cont__flow .list-flow > .item .ttl04 .num::before {
  content: "";
  position: absolute;
  width: 11vw;
  border-bottom: 1px solid var(--col--main-02);
  right: -16vw;
  top: 50%;
  translate: 0 -50%;
}
#about__flow .cont__flow .list-flow > .item .ttl04 .ja {
  font-size: 5.5vw;
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#about__flow .cont__flow .list-flow > .item .ttl04 img {
  height: 12vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact {
  margin-top: 5vw;
  flex-direction: column;
  gap: 5vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .com__tel dd .tel-num {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  font-size: 7.2vw;
  color: var(--col--main-01);
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 8vw;
  font-family: var(--fot--Cardo);
}
#about__flow .cont__flow .list-flow > .item .block__contact .com__tel dd .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__02_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: 0vw;
  top: 1.2vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_mail {
  width: 100%;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_mail span {
  position: relative;
  padding-left: 8vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_mail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 0vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_line {
  width: 100%;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_line span {
  position: relative;
  padding-left: 8vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line__01_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 0vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_instagram {
  width: 100%;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_instagram span {
  position: relative;
  padding-left: 8vw;
}
#about__flow .cont__flow .list-flow > .item .block__contact .btn_instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  left: 0vw;
  top: 0vw;
  filter: var(--col--white-f);
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq .inner {
  padding-top: 5vw;
}
#about__faq .ttl03 img {
  height: 12vw;
}
#about__faq .cont__post .block__post {
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: 5vw;
}
#about__faq .cont__post .block__post dt {
  position: relative;
  padding-left: 12vw;
  font-size: 3.6vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
  margin-bottom: 5vw;
  font-size: 5vw;
  line-height: 2;
}
#about__faq .cont__post .block__post dt::before {
  content: "Q";
  color: #fff;
  font-size: 4.6vw;
  width: 7vw;
  height: 7vw;
  background: var(--col--main-01);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-family: var(--fot--Cardo);
  left: 0vw;
  top: 2vw;
}
#about__faq .cont__post .block__post dd {
  color: var(--col--main-01);
  padding-left: 12vw;
  font-weight: 400;
  line-height: 1.6;
}

/* menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#menu .inner {
  width: 100%;
}
#menu .ttl03 img {
  height: 12vw;
}
#menu .cont__post {
  width: 100%;
  margin-bottom: 10vw;
}
#menu .cont__post .ttl04 img {
  height: 12vw;
}
#menu .cont__post .block__post {
  background: var(--col--base-01);
  padding: 10vw 5vw;
}
#menu .cont__post .block__post .ttl05 {
  width: 100%;
  background: #fff;
  padding: 3vw 5vw;
  margin-bottom: 5vw;
  border-left: 2px solid var(--col--acc-01);
}
#menu .cont__post .block__post .ttl05 .ja {
  font-size: 4.5vw;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--col--main-01);
}
#menu .cont__post .block__post .ttl05 img {
  height: 12vw;
}
#menu .cont__post .block__post .item-price {
  position: relative;
  width: 100%;
  color: var(--col--acc-01);
  text-align: end;
  font-size: 5vw;
  font-weight: 500;
  margin-bottom: 5vw;
}
#menu .cont__post .block__post .item-text {
  text-align: left;
}
#menu .cont__post .block__post .item-text br {
  display: none;
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .inner {
  width: 100%;
}
#case .ttl03 img {
  height: 12vw;
}
#case .cont__post {
  background: var(--col--base-01);
  padding: 9vw 5vw;
}
#case .cont__post .block__post {
  position: relative;
  margin-bottom: 15vw;
}
#case .cont__post .block__post .ttl04 {
  padding: 3vw 5vw;
  width: 100%;
  background: #fff;
  text-align: center;
  margin-bottom: 5vw;
}
#case .cont__post .block__post .ttl04 .ja {
  color: var(--col--main-01);
  font-size: 3.6vw;
  font-size: 4.6vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#case .cont__post .block__post .ttl04 img {
  height: 12vw;
}
#case .cont__post .block__post .list-compare {
  display: flex;
  gap: 5vw;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 5vw;
  position: relative;

        &::before {
    content: "";
    position: absolute;
    background: url(/img/common/deco__arrow__r.svg)center center / 100% 100% no-repeat;
width: 2vw;
            height: 4vw;
            left: 50%;
            top: 55%;
    translate: -50% -50%;
    filter: var(--col--acc-01-f);
    }

}
#case .cont__post .block__post .list-compare .item {
  width: calc((100% - 5vw) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3vw;
}
#case .cont__post .block__post .list-compare .item dt {
  letter-spacing: 0.04em;
  font-size: 4.6vw;
  font-family: var(--fot--Cardo);
}
#case .cont__post .block__post .list-compare .item dd {
  width: 100%;
  height: 40vw;
}
#case .cont__post .block__post .list-compare .item dd .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 4vw;
}
#case .cont__post .block__post .list-compare .item-before dt {
  color: #c1c1c1;
}
#case .cont__post .block__post .list-compare .item-after dt {
  color: var(--col--acc-01);
}
#case .cont__post .block__post .item-text {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#case .cont__post .block__post .item-text br {
  display: none;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__staff
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__staff .inner {
  width: 100%;
  padding-bottom: 5vw;
}
#company__staff .ttl03 img {
  height: 12vw;
}
#company__staff .cont__post {
  background: var(--col--base-01);
  padding: 5vw;
  display: flex;
  flex-direction: column;
  gap: 5vw;
}
#company__staff .cont__post .block__psot {
  background: #fff;
  padding: 5vw;
  position: relative;
}
#company__staff .cont__post .block__psot .ttl04 {
  position: relative;
  padding-bottom: 5vw;
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: 5vw;
  padding-left: 5vw;
  width: 100%;
}
#company__staff .cont__post .block__psot .ttl04::before {
  content: "";
  position: absolute;
  width: 2vw;
  height: 0.5vw;
  background: var(--col--acc-01);
  top: 3vw;
  left: 0vw;
}
#company__staff .cont__post .block__psot .ttl04 .ja {
  font-size: 5vw;
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#company__staff .cont__post .block__psot .ttl04 img {
  height: 12vw;
}
#company__staff .cont__post .block__psot .item-img {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-bottom: 4vw;
}
#company__staff .cont__post .block__psot .item-text {
  width: 100%;
  text-align: left;
}
#company__staff .cont__post .block__psot .item-text br {
  display: none;
}
#company__staff .cont__post .block__psot .item-text p {
  font-size: 3.8vw;
  line-height: 1.8;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-top: 5vw;
}
#company__info .ttl03 img {
  height: 12vw;
}
#company__info .cont__info .item-table {
  width: 100%;
  margin-bottom: 9vw;
}
#company__info .cont__info .item-table tr th {
  width: 30vw;
}
#company__info .cont__info .item-table tr th,
#company__info .cont__info .item-table tr td {
  font-size: 3.8vw;
}
#company__info .cont__info .item-map {
  width: 100%;
  height: 60vw;
  min-height: 300px;
}
#company__info .cont__info .item-map iframe {
  width: 100%;
  height: 100%;
}

#contact__about .inner {
  padding-bottom: 0;
}
#contact__about .lead-text {
  text-align: left;
  margin-bottom: var(--margin-30);
}
#contact__about .lead-text p {
  font-size: 3.5vw;
}
#contact__about .lead-text p br {
  display: none;
}
#contact__about .block__contact {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 5vw;
  box-shadow: 0px 26px 50px 0px rgba(15, 38, 93, 0.26);
  gap: 3vw;
  flex-direction: column;
  align-items: center;
}
#contact__about .block__contact > * {
  position: relative;
}
#contact__about .block__contact > *:last-child::before {
  display: none;
}
#contact__about .block__contact .com__tel dd .tel-num {
  position: relative;
  font-size: var(--font-size-40);
  color: var(--col--main-01);
  letter-spacing: 0;
  font-weight: 400;
  padding-left: var(--margin-35);
  font-family: var(--fot--Cardo);
}
#contact__about .block__contact .com__tel dd .tel-num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel__02_01.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: -4vw;
  top: 50%;
  translate: 0 -50%;
}
#contact__about .block__contact .btn_mail {
  width: 100%;
}
#contact__about .block__contact .btn_mail span {
  position: relative;
  padding-left: var(--margin-30);
  padding-left: 6vw;
}
#contact__about .block__contact .btn_mail span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#contact__about .block__contact .btn_line {
  width: 100%;
}
#contact__about .block__contact .btn_line span {
  position: relative;
  padding-left: var(--margin-30);
  padding-left: 8vw;
}
#contact__about .block__contact .btn_line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line__01_01.png) center center/contain no-repeat;
  width: 5.5vw;
  height: 5.5vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#contact__about .block__contact .btn_instagram {
  width: 100%;
}
#contact__about .block__contact .btn_instagram span {
  position: relative;
  padding-left: 9vw;
}
#contact__about .block__contact .btn_instagram span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__instagram.svg) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: 0;
  top: 50%;
  filter: var(--col--white-f);
  translate: 0 -50%;
}
#contact__about .times {
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  margin-top: var(--margin-10);
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: var(--font-size-14);
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

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

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

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

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

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

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

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