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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  background: url(/img/common/pattern__texture__01_01.png) repeat;
  padding: 0;
}
#header .group__contact {
  margin-bottom: 20px;
  margin-top: -25px;
}
#header .group__contact .com__tel {
  flex-direction: column;
  gap: 10px;
  margin-right: 30px;
}
#header .group__contact .com__btn_01 {
  height: 70px;
  width: 210px;
  border-radius: 0 0 0 5px;
  line-height: 1.4;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 30px;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
  padding-left: 3vw;
}
#header .item__logo a img {
  width: 33vw;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

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

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  margin-right: 30px;
}
#nav .list-nav {
  width: fit-content;
  gap: 30px;
}
#nav .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 700;
  position: relative;
}
#nav .list-nav .item .list-drawer {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: ease 0.2s;
  min-width: 100%;
  width: fit-content;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  text-align: center;
  background: var(--pat--texture-01);
  padding: 12px;
  border-radius: 5px;
}
#nav .list-nav .item .list-drawer > li {
  transition: ease 0.2s;
  padding-block: 15px;
  font-size: var(--font-size-15);
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  white-space: nowrap;
}
#nav .list-nav .item .list-drawer > li:last-child {
  border-bottom: unset;
}
#nav .list-nav .item:hover .list-drawer {
  visibility: visible;
  opacity: 1;
}
#nav .list-nav .item:hover .list-drawer > li:hover {
  opacity: 0.5;
  color: var(--col--main-01);
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
#nav .list-nav .item a:hover {
  opacity: 0.8;
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
#mv .swiper-container {
  width: 158vw;
  margin-left: -31vw;
}
#mv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .mv-catch {
        z-index: 1;
        left: 3vw;
        bottom: 6vw;
        position: absolute;
        width: 87vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 60vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
  background: var(--pat--texture-01);
  width: 80%;
  padding: 3vw;
  border-radius: 1.5vw;
  font-size: 5vw;
  font-size: 5vw;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--base-01);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
}
#footer .item__logo img {
  width: 47vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer > .inner {
  width: 100%;
  padding-bottom: var(--margin-50);
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: var(--margin-30);
  padding-top: 20px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .item__address {
  font-size: var(--font-size-15);
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 3.6vw;
  margin-bottom: 6vw;
}
#footer .group__contact {
  display: flex;
  align-items: start;
  gap: 6vw;
  align-items: center;
}
#footer .group__contact .com__instagram {
  --size: 8vw;
}
#footer .group__contact .com__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  width: 890px;
  margin-inline: auto;
  justify-content: center;
  gap: 20px 40px;
  margin-bottom: var(--margin-40);
}
#footer .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-14);
  position: relative;
}
#footer .list-nav .item::before {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--txt-01);
  right: -20px;
  height: 100%;
  opacity: 0.4;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  background: var(--col--main-01);
  padding: 27px;
  color: #fff;
  font-size: 12px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  color: var(--col--main-01);
  background: #fff;
}
@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: url(/img/common/pattern__texture__01_01.png) repeat;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__message
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__message .cont__message {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-60);
  display: flex;
  flex-direction: column;
}
#top__message .cont__message .ttl04 {
  margin-bottom: var(--margin-25);
  display: flex;
  flex-direction: column;
  order: 2;
}
#top__message .cont__message .ttl04 .ttl__ja {
  order: 2;
  display: inline-block;
  font-size: var(--font-size-26);
  font-weight: 500;
  font-family: var(--fot--Kaisei-Tokumin);
  color: #fff;
  line-height: 2.8;
  font-size: 4.4vw;
}
#top__message .cont__message .ttl04 .ttl__ja span {
  padding: 0.8vw 2vw;
  box-decoration-break: clone;
  background: var(--col--main-01);
  border-radius: 5px;
  padding-bottom: 1vw;
}
#top__message .cont__message .ttl04 .ttl__lead {
  order: 1;
  font-size: var(--font-size-26);
  font-weight: 500;
  font-family: var(--fot--Kaisei-Tokumin);
  color: var(--col--main-01);
  margin-bottom: var(--margin-30);
  font-size: 5.7vw;
  line-height: 1.8;
  text-align: left;
}
#top__message .cont__message .item__img {
  position: relative;
  margin-bottom: 5vw;
  order: 1;
}
#top__message .cont__message .item__text {
  order: 3;
}
#top__message .cont__message .item__text p {
  font-weight: 500;
  margin-bottom: var(--margin-30);
  font-size: 4vw;
}
#top__message .cont__message .item__text p br {
  display: none;
}
#top__message .cont__message .item__text p .str-01 {
  font-weight: 800;
  color: var(--col--main-01);
}
#top__message .com__btn_01 {
  margin-inline: auto;
  margin-bottom: var(--margin-30);
}

/* top__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__voice {
  background: url(/img/top/top__voice__bg_01.png) center center/cover no-repeat;
}
#top__voice .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__voice .ttl03 .ttl__ja {
  color: #fff;
}
#top__voice .ttl03 .ttl__en {
  color: #fff;
}
#top__voice .item__text_lead {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__voice .item__text_lead p {
  font-size: 3.6vw;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}
#top__voice .cont__post {
  position: relative;
  margin-bottom: var(--margin-50);
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#top__voice .cont__post .block__post {
  background: #fff;
  padding: 2vw;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
}
#top__voice .cont__post .block__post .ttl04 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  order: 2;
}
#top__voice .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-21);
  font-weight: 400;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-size: 3.6vw;
}
#top__voice .cont__post .block__post .item__img {
  width: 100%;
  height: 49vw;
  margin-bottom: 3vw;
  border-radius: 5px;
  order: 1;
}
#top__voice .cont__post .block__post .com__btn_01 {
  width: 100%;
  height: 45px;
  order: 3;
}
#top__voice .com__btn_02 {
  margin-inline: auto;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  border-bottom: 2px solid #d9d9d9;
}
#top__about .inner {
  padding-bottom: 5vw;
}
#top__about .ttl03 {
  margin-bottom: var(--margin-40);
  text-align: center;
  line-height: 1.7;
}
#top__about .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-size: 5.5vw;
}
#top__about .item__text_lead {
  text-align: left;
  margin-bottom: var(--margin-60);
}
#top__about .item__text_lead p {
  font-weight: 500;
  font-size: var(--font-size-16);
  font-size: 3.8vw;
  line-height: 2.2;
}
#top__about .item__text_lead p br {
  display: none;
}
#top__about .cont__about .list__about > .item {
  width: 100%;
  position: relative;
  border-block: 1px solid transparent;
  display: flex;
  flex-direction: column;
  margin-bottom: 14vw;
}
#top__about .cont__about .list__about > .item:last-child::before {
  display: none;
}
#top__about .cont__about .list__about > .item .ttl04 {
  order: 2;
  display: flex;
  flex-direction: row;
  margin-bottom: var(--margin-20);
  position: relative;
  gap: 3vw;
  margin-top: -2vw;
}
#top__about .cont__about .list__about > .item .ttl04 .ttl__num img {
  height: 6vw;
}
#top__about .cont__about .list__about > .item .ttl04 .ttl__ja {
  line-height: 1.7;
  font-size: var(--font-size-30);
  font-family: var(--fot--Kaisei-Tokumin);
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: 5vw;
  margin-top: -2vw;
}
#top__about .cont__about .list__about > .item .ttl04 .ttl__ja .str-01 {
  line-height: 1.6;
  font-size: var(--font-size-43);
  font-size: 6vw;
}
#top__about .cont__about .list__about > .item .item__img {
  order: 1;
  position: relative;
  width: 100%;
  margin-bottom: 9vw;
}
#top__about .cont__about .list__about > .item .item__text {
  order: 3;
}
#top__about .cont__about .list__about > .item .item__text p {
  font-weight: 500;
  font-size: 3.8vw;
}
#top__about .cont__about .list__about > .item .item__text p br {
  display: none;
}

/* top__members
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__members .ttl03 {
  margin-bottom: var(--margin-45);
}
#top__members .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
}
#top__members .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__members .item__text_lead p {
  line-height: 2.4;
  font-size: 3.6vw;
}
#top__members .com__btn_01 {
  margin-inline: auto;
}

/* top__images_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__images_01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
#top__images_01 img {
  min-width: 100%;
  object-fit: cover;
  width: 100%;
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works .inner {
  position: relative;
  padding-bottom: 15vw;
}
#top__works .ttl03 {
  align-items: start;
  padding-bottom: 5vw;
  width: 100%;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10vw;
}
#top__works .ttl03 .ttl__ja {
  font-size: var(--font-size-46);
  font-size: 5vw;
}
#top__works .ttl03 .ttl__en {
  font-size: var(--font-size-24);
}
#top__works .cont__post {
  --num: 2;
  --column-gap: 6vw;
  --row-gap: 7vw;
  justify-content: start;
  margin-bottom: 8vw;
}
#top__works .cont__post .block__post {
  background: #fff;
  padding-bottom: 3vw;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
}
#top__works .cont__post .block__post .ttl04 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  order: 2;
  padding-inline: 2vw;
}
#top__works .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-21);
  font-weight: 400;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-size: 3.6vw;
}
#top__works .cont__post .block__post .item__img {
  width: 100%;
  height: 38vw;
  margin-bottom: 10px;
  border-radius: 5px;
  order: 1;
}
#top__works .cont__post .block__post .com__btn_01 {
  width: calc(100% - 4vw);
  height: 7vw;
  font-size: 3.6vw;
  margin-inline: auto;
  order: 3;
}
#top__works .btn__works {
  display: block;
  position: relative;
  padding-left: 7vw;
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--col--main-01);
  width: fit-content;
  margin-inline: auto;
}
#top__works .btn__works::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__menu
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__menu {
  position: relative;
}
#top__menu .inner {
  padding-top: 5vw;
  width: 100%;
}
#top__menu .ttl03 .ttl__ja {
  font-size: var(--font-size-46);
}
#top__menu .cont__menu {
  width: 100%;
}
#top__menu .cont__menu .list__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#top__menu .cont__menu .list__menu > .item {
  width: 50%;
  height: 45vw;
  border: 1px solid #fff;
}
#top__menu .cont__menu .list__menu > .item a {
  width: 100%;
  height: 100%;
  padding-bottom: 5vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
}
#top__menu .cont__menu .list__menu > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__menu__filter_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 150px;
  bottom: 0;
}
#top__menu .cont__menu .list__menu > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__menu__img_01.png) center center/cover no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  scale: 1;
  transition: ease 0.4s;
}
#top__menu .cont__menu .list__menu > .item a:hover::before {
  opacity: 0.8;
  scale: 1.04;
}
#top__menu .cont__menu .list__menu > .item .ttl04 {
  z-index: 1;
  width: fit-content;
}
#top__menu .cont__menu .list__menu > .item .ttl04 .ttl__ja {
  font-family: var(--fot--Kaisei-Tokumin);
  font-weight: 400;
  font-size: var(--font-size-28);
  color: #fff;
  font-size: 3.7vw;
}
#top__menu .cont__menu .list__menu .item__wall_paint a::before {
  background: url(/img/top/top__menu__img_01.png) center center/cover no-repeat;
}
#top__menu .cont__menu .list__menu .item__roof_paint a::before {
  background: url(/img/top/top__menu__img_02.png) center center/cover no-repeat;
}
#top__menu .cont__menu .list__menu .item__roof_repair a::before {
  background: url(/img/top/top__menu__img_03.png) center center/cover no-repeat;
}
#top__menu .cont__menu .list__menu .item__water_works a::before {
  background: url(/img/top/top__menu__img_04.png) center center/cover no-repeat;
}
#top__menu .cont__menu .list__menu .item__apartment_paint a::before {
  background: url(/img/top/top__menu__img_05.png) center center/cover no-repeat;
}
#top__menu .cont__menu .list__menu .item__paint_for_company a::before {
  background: url(/img/top/top__menu__img_06.png) center center/cover no-repeat;
}

/* top__movie
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__movie {
  background: url(/img/top/top__movie__bg_img_01.jpg) center center/cover no-repeat;
}
#top__movie .item__movie {
  width: 100%;
  height: 420px;
}
#top__movie .item__movie iframe {
  width: 100%;
  height: 100%;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  position: relative;
}
.common__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 120px;
  background: var(--col--base-01);
  bottom: 0;
}
.common__contact .inner {
  padding-top: 25vw;
  padding-bottom: 15vw;
}
.common__contact .cont__contact {
  z-index: 0;
  position: relative;
  background: #fff;
  padding: 5vw;
  padding-bottom: 5vw;
  width: 100%;
  margin-inline: auto;
}
.common__contact .cont__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__deco_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 17vw;
  top: 2px;
  left: 50%;
  translate: -50% -100%;
}
.common__contact .cont__contact .ttl03 {
  position: relative;
  font-size: var(--font-size-24);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  line-height: 1.7;
  margin-bottom: var(--margin-10);
}
.common__contact .cont__contact .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__01_01.png) center center/contain no-repeat;
  width: 56vw;
  height: 31vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.common__contact .cont__contact .ttl03 .str-01 {
  font-size: var(--font-size-40);
}
.common__contact .cont__contact .item__text_lead {
  text-align: left;
  margin-bottom: var(--margin-20);
  margin-bottom: 8vw;
}
.common__contact .cont__contact .item__text_lead p {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 3.6vw;
}
.common__contact .cont__contact .item__text_lead p br {
  display: none;
}
.common__contact .cont__contact .item__img {
  position: absolute;
  left: 6vw;
  bottom: 18vw;
  width: 26vw;
}
.common__contact .cont__contact .item__img img {
  width: 100%;
}
.common__contact .cont__contact .item__img figcaption {
  position: relative;
  top: -5vw;
}
.common__contact .cont__contact .group__contact {
  display: flex;
  align-items: center;
  gap: 5vw;
  width: 60%;
  margin-left: auto;
  margin-bottom: var(--margin-70);
  margin-bottom: 9vw;
  flex-direction: column;
}
.common__contact .cont__contact .group__contact .com__tel {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.common__contact .cont__contact .group__contact .com__tel .item__num {
  font-size: 5.8vw;
}
.common__contact .cont__contact .group__contact .com__btn_01 {
  width: 90%;
  height: 13vw;
  line-height: 1.5;
  border-radius: 8vw;
}
.common__contact .cont__contact .item__area {
  width: fit-content;
  margin-inline: auto;
  border-radius: 5px;
  display: flex;
  height: fit-content;
  background: var(--col--base-01);
  overflow: hidden;
}
.common__contact .cont__contact .item__area dt,
.common__contact .cont__contact .item__area dd {
  padding: 1.5vw 3vw;
  line-height: 1.4;
}
.common__contact .cont__contact .item__area dt {
  width: fit-content;
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 700;
  position: relative;
  font-size: 3.4vw;
  align-content: center;
}
.common__contact .cont__contact .item__area dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/100% 100% no-repeat;
  width: 9px;
  height: 110%;
  right: 1px;
  bottom: 0;
  translate: 100% 0;
}
.common__contact .cont__contact .item__area dd {
  flex: 1;
  font-size: var(--font-size-16);
  font-size: 3.6vw;
  font-weight: 700;
  padding-left: 5vw;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: 3vw;
}

.com__latest {
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid #d7d1c9;
  margin-bottom: var(--margin-50);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: unset;
  border-bottom: unset;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 75%;
}
.com__latest .group__info.on_thumb {
  width: 75%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: var(--font-size-16);
  text-overflow: ellipsis;
  margin-bottom: 4vw;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 500;
  margin-bottom: var(--margin-20);
}
.com__latest .list__tag {
  order: 3;
  width: 75%;
  margin-bottom: var(--margin-10);
  gap: 3vw;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 75%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 5vw;
}

#top__news .inner {
  position: relative;
  padding-top: 5vw;
}
#top__news .inner .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
}
#top__news .inner .ttl03 .ttl__en {
  font-size: var(--font-size-24);
}
#top__news .inner .cont__latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 60px;
}
#top__news .inner > .com__btn_01 {
  position: relative;
}
#top__news .cont__subpages {
  gap: 8vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 8vw;
}
#top__news .cont__subpages .block__link {
  background: #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.04);
  border-radius: 2vw;
  width: 100%;
  position: relative;
  padding: 7vw 2vw;
  display: flex;
  flex-direction: column;
}
#top__news .cont__subpages .block__link .ttl04 {
  width: 100%;
  text-align: center;
  margin-bottom: var(--margin-20);
  order: 2;
  width: 50vw;
  margin-left: auto;
  z-index: 1;
  background: #eeeded;
}
#top__news .cont__subpages .block__link .ttl04 .ttl__ja img {
  object-fit: contain;
  width: 53vw;
  height: 12vw;
}
#top__news .cont__subpages .block__link .item__img {
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 35vw;
  height: 100%;
}
#top__news .cont__subpages .block__link .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top__news .cont__subpages .block__link > .com__btn_01 {
  margin: unset;
  width: 90%;
  width: 50vw;
  margin-left: auto;
  height: 8vw;
  font-size: 3.6vw;
  order: 3;
}

/* welcome
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* welcome__concept
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__concept {
  background: var(--pat--texture-01);
}
#welcome__concept .inner {
  padding-bottom: 15vw;
}
#welcome__concept .inner .cont__about .ttl04 {
  margin-bottom: var(--margin-30);
  text-align: center;
}
#welcome__concept .inner .cont__about .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  color: var(--col--main-01);
}
#welcome__concept .inner .cont__about .item__text {
  text-align: left;
  margin-bottom: var(--margin-60);
}
#welcome__concept .inner .cont__about .item__text p {
  font-size: 3.8vw;
  font-weight: 500;
}
#welcome__concept .inner .cont__about .item__text p br {
  display: none;
}
/* welcome__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__motto {
  background: var(--pat--texture-01);
}
#welcome__motto .inner {
  padding-top: 5vw;
}
#welcome__motto .inner > .item__text_lead {
  text-align: left;
  margin-bottom: var(--margin-70);
}
#welcome__motto .inner > .item__text_lead p {
  font-size: 3.8vw;
  font-weight: 500;
}
#welcome__motto .inner > .item__text_lead p br {
  display: none;
}
#welcome__motto .inner .cont__about .block__about {
  margin-bottom: 20vw;
}
#welcome__motto .inner .cont__about .block__about:last-child {
  margin-bottom: 0;
}
#welcome__motto .inner .cont__about .block__about .group__intro {
  position: relative;
  width: 100%;
  margin-left: auto;
  height: fit-content;
  border-top: 1px solid transparent;
  margin-bottom: 10vw;
  display: flex;
  flex-direction: column;
}
#welcome__motto .inner .cont__about .block__about .group__intro:last-child {
  margin-bottom: 0;
}
#welcome__motto .inner .cont__about .block__about .group__intro .ttl04 {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  margin-bottom: var(--margin-40);
}
#welcome__motto .inner .cont__about .block__about .group__intro .ttl04 .ttl__num img {
  height: 6vw;
}
#welcome__motto .inner .cont__about .block__about .group__intro .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  line-height: 1.8;
}
#welcome__motto .inner .cont__about .block__about .group__intro .ttl04 .ttl__ja .str-01 {
  font-size: var(--font-size-43);
  line-height: 1.4;
}
#welcome__motto .inner .cont__about .block__about .group__intro > .item__img {
  order: 1;
  width: 100%;
  position: relative;
  margin-bottom: 7vw;
}
#welcome__motto .inner .cont__about .block__about .group__intro .item__text {
  order: 3;
}
#welcome__motto .inner .cont__about .block__about .group__aside {
  background: #fff;
  border-block: 1px solid transparent;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
  border-radius: 5px;
  padding: 5vw;
}
#welcome__motto .inner .cont__about .block__about .group__aside .ttl05 {
  background: var(--col--main-01);
  text-align: center;
  width: fit-content;
  padding: 3vw 2vw;
  border-radius: 5px;
  margin-top: 0;
  margin-inline: auto;
  width: 100%;
  margin-bottom: 5vw;
}
#welcome__motto .inner .cont__about .block__about .group__aside .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 4.5vw;
}
#welcome__motto .inner .cont__about .block__about .group__aside .item__img {
  position: relative;
  width: 100%;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox {
  position: relative;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox .item__img {
  margin-inline: auto;
  width: 60vw;
  margin-bottom: 4vw;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox .item__img img {
  width: 100%;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox .item__text {
  width: 100%;
  margin-left: auto;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox .item__text p {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2;
  font-size: 3.8vw;
}
#welcome__motto .inner .cont__about .block__about .group__txtbox .item__text p br {
  display: none;
}
#welcome__motto .inner .cont__about .block__about .group__compare .item__img {
  width: 100%;
  text-align: center;
  overflow-x: scroll;
  padding-bottom: 3vw;
}
#welcome__motto .inner .cont__about .block__about .group__compare .item__img img {
  display: block;
  max-width: unset;
  width: 170vw;
}
#welcome__motto .inner .cont__about .block__about .group__compare .swipe_mess {
  margin-block: 4vw;
  font-size: 3.5vw;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .item__text_lead {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link {
  gap: 8vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 8vw;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link {
  background: #ebebeb;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.04);
  border-radius: 2vw;
  width: 100%;
  position: relative;
  padding: 7vw 2vw;
  display: flex;
  flex-direction: column;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link .ttl04 {
  width: 100%;
  text-align: center;
  margin-bottom: var(--margin-20);
  order: 2;
  width: 50vw;
  margin-left: auto;
  z-index: 1;
  background: #eeeded;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link .ttl04 .ttl__ja img {
  height: 12vw;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link .item__img {
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 35vw;
  height: 100%;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#welcome__motto .inner .cont__about .block__about .group__challenge .wrap__link .block__link > .com__btn_01 {
  margin: unset;
  width: 90%;
  width: 50vw;
  margin-left: auto;
  height: 8vw;
  font-size: 3.6vw;
  order: 3;
}

/* welcome__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#welcome__feature {
  background: #fff;
}
#welcome__feature .inner .list__in_link {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 4vw;
  margin-bottom: var(--margin-80);
}
#welcome__feature .inner .list__in_link > .item {
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  height: 10vw;
  transition: ease 0.2s;
}
#welcome__feature .inner .list__in_link > .item a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 500;
}
#welcome__feature .inner .list__in_link > .item a::before {
  content: "";
  position: absolute;
  background: var(--col--txt-01);
  mask: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 2vw;
  height: 1vw;
  top: 50%;
  translate: 0 -50%;
  right: 3vw;
}
#welcome__feature .inner .list__in_link > .item:hover {
  border: 1px solid transparent;
  color: var(--col--main-01);
}
#welcome__feature .inner .cont__feature .block__feature {
  margin-bottom: 20vw;
}
#welcome__feature .inner .cont__feature .block__feature:last-child {
  margin-bottom: 0;
}
#welcome__feature .inner .cont__feature .block__feature .ttl04 {
  margin-bottom: var(--margin-50);
}
#welcome__feature .inner .cont__feature .block__feature .ttl04 .ttl__ja {
  gap: 5vw;
  display: flex;
  align-items: center;
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 5.5vw;
}
#welcome__feature .inner .cont__feature .block__feature .ttl04 .ttl__ja::before {
  content: "";
  position: relative;
  background: url(/img/common/deco__border_01_02.png) repeat-x;
  height: 10vw;
  flex: 1;
}
#welcome__feature .inner .cont__feature .block__feature .ttl04 .ttl__ja::after {
  content: "";
  position: relative;
  background: url(/img/common/deco__border_01_02.png) repeat-x;
  height: 10vw;
  flex: 1;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro {
  position: relative;
  display: flex;
  flex-direction: column;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .ttl05 {
  order: 2;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-10);
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .ttl05 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  color: var(--col--main-01);
  line-height: 2;
  font-weight: 500;
  font-size: 4.7vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .item__img {
  order: 1;
  position: relative;
  margin-bottom: 5vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .item__text {
  order: 3;
  width: 100%;
  margin-left: auto;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .item__text P {
  font-size: 3.8vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .item__text br {
  display: none;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .btn__sample {
  order: 4;
  width: 100%;
  height: 13vw;
  border-radius: 8vw;
  margin-top: 5vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .btn__sample span {
  line-height: 1.5;
  position: relative;
  padding-left: 10vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .btn__sample span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__sample__01_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  top: 50%;
  translate: 0 -50%;
  left: 0vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .btn__sample:hover span::before {
  background: url(/img/common/icon__sample__01_02.png) center center/contain no-repeat;
}
#welcome__feature .inner .cont__feature .block__feature .group__intro .btn__sample small {
  font-size: var(--font-size-13);
  font-size: 3vw;
  display: block;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .ttl05 {
  width: 100%;
  padding: 3vw;
  border-radius: 5px;
  background: var(--col--main-01);
  margin-bottom: var(--margin-40);
  text-align: center;
  margin-top: 12vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .ttl05 .ttl__ja {
  color: #fff;
  font-family: var(--fot--Kaisei-Tokumin);
  font-size: var(--font-size-26);
  font-weight: 500;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item {
  position: relative;
  border-top: 1px solid transparent;
  height: fit-content;
  margin-bottom: 13vw;
  flex-direction: column;
  display: flex;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .ttl06 {
  order: 2;
  width: 100%;
  margin-left: auto;
  margin-top: 30px;
  display: flex;
  gap: 3vw;
  align-items: baseline;
  margin-bottom: var(--margin-15);
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .ttl06 .ttl__num img {
  height: 6vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .ttl06 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--col--main-01);
  font-family: var(--fot--Kaisei-Tokumin);
  bottom: 2px;
  position: relative;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .item__text {
  order: 3;
  width: 100%;
  margin-left: auto;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .item__text p {
  font-size: 3.8vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .item__text br {
  display: none;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .item__img {
  order: 1;
  position: relative;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .btn__sample {
  order: 4;
  width: 100%;
  height: 13vw;
  border-radius: 8vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .btn__sample span {
  line-height: 1.5;
  position: relative;
  padding-left: 10vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .btn__sample span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__sample__01_01.png) center center/contain no-repeat;
  width: 7vw;
  height: 7vw;
  top: 50%;
  translate: 0 -50%;
  left: 0vw;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .btn__sample:hover span::before {
  background: url(/img/common/icon__sample__01_02.png) center center/contain no-repeat;
}
#welcome__feature .inner .cont__feature .block__feature .group__flow .list__flow > .item .btn__sample small {
  font-size: var(--font-size-13);
  font-size: 3vw;
  display: block;
}

/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#works__in_link .inner {
  padding-bottom: 0;
}
#works__in_link .list__in_link {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 3vw;
  margin-bottom: var(--margin-80);
}
#works__in_link .list__in_link > .item {
  border-radius: 8vw;
  border: 1px solid #d9d9d9;
  height: 10vw;
  background: #fff;
}
#works__in_link .list__in_link > .item a {
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#works__in_link .list__in_link > .item a::before {
  content: "";
  position: absolute;
  background: var(--col--txt-01);
  mask: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 2vw;
  height: 1vw;
  top: 50%;
  translate: 0 -50%;
  right: 3vw;
}

/* common__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__works {
  border-bottom: 2px solid #d9d9d9;
}
.common__works .inner {
  padding-top: 24vw;
}
.common__works .inner .group__intro {
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 7vw;
}
.common__works .inner .group__intro .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  line-height: 1.4;
}
.common__works .inner .group__intro .ttl03 .ttl__ja small {
  display: block;
  font-size: var(--font-size-24);
}
.common__works .inner .group__intro .item__img {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 6vw;
}
.common__works .inner .group__intro .item__text {
  width: 100%;
}
.common__works .inner .group__intro .item__text br {
  display: none;
}
.common__works .inner .group__sign {
  background: var(--col--base-01);
  padding: 5vw;
  border-top: 1px solid transparent;
}
.common__works .inner .group__sign .ttl04 {
  text-align: center;
  width: fit-content;
  margin-inline: auto;
  padding: 3.6vw 2vw;
  background: var(--col--main-01);
  border-radius: 5px;
  margin-bottom: var(--margin-30);
  width: 100%;
}
.common__works .inner .group__sign .ttl04 .ttl__ja {
  font-size: var(--font-size-25);
  font-family: var(--fot--Kaisei-Tokumin);
  color: #fff;
  font-weight: 500;
  font-size: 4.6vw;
}
.common__works .inner .group__sign .list__sign {
  display: flex;
  gap: 5vw;
  flex-direction: column;
}
.common__works .inner .group__sign .list__sign > .item {
  width: calc((100% - 5vw) / 2);
  display: flex;
  flex-direction: column;
  gap: 5vw;
  flex-direction: row;
  width: 100%;
}
.common__works .inner .group__sign .list__sign > .item .ttl05 {
  text-align: left;
  order: 2;
  flex: 1;
  align-content: center;
}
.common__works .inner .group__sign .list__sign > .item .ttl05 .ttl__ja {
  font-family: var(--fot--Kaisei-Tokumin);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: var(--font-size-20);
  line-height: 2;
  font-size: 3.7vw;
}
.common__works .inner .group__sign .list__sign > .item .item__img {
  order: 1;
  width: 34vw;
}
.common__works:last-of-type {
  border-bottom: unset;
}

/* staff
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* staff__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#staff__about .ttl03 {
  margin-bottom: 5vw;
}
#staff__about .ttl03 .ttl__ja {
  line-height: 2;
  font-size: 5.6vw;
}
#staff__about .cont__message .item__text {
  text-align: center;
  text-align: left;
}
#staff__about .cont__message .item__text p {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.04em;
}
/* staff__member
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#staff__member .cont__post .block__post {
  margin-bottom: 150px;
}
#staff__member .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#staff__member .cont__post .block__post .wrap__info {
  position: relative;
  display: flex;
  gap: 5vw;
  margin-bottom: var(--margin-70);
  flex-direction: column-reverse;
}
#staff__member .cont__post .block__post .wrap__info .group__info {
  flex: 1;
}
#staff__member .cont__post .block__post .wrap__info .group__info .ttl04 {
  margin-bottom: var(--margin-50);
  text-align: center;
}
#staff__member .cont__post .block__post .wrap__info .group__info .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 5.5vw;
}
#staff__member .cont__post .block__post .wrap__info .group__image {
  width: 80vw;
  height: 45vw;
  margin-inline: auto;
  margin-bottom: 4vw;
}
#staff__member .cont__post .block__post .wrap__info .group__image .item__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#staff__member .cont__post .block__post .wrap__comment {
  display: flex;
  gap: 5vw;
  margin-bottom: var(--margin-50);
  flex-direction: column;
}
#staff__member .cont__post .block__post .wrap__comment .item__reason {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
  padding: 5vw;
}
#staff__member .cont__post .block__post .wrap__comment .item__reason .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#staff__member .cont__post .block__post .wrap__comment .item__reason .ttl05 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
}
#staff__member .cont__post .block__post .wrap__comment .item__feature {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
  padding: 5vw;
}
#staff__member .cont__post .block__post .wrap__comment .item__feature .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#staff__member .cont__post .block__post .wrap__comment .item__feature .ttl05 .ttl__ja {
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 500;
}
#staff__member .cont__post .block__post .item__message {
  padding-block: 7vw;
  border-block: 2px solid var(--col--main-01);
}
#staff__member .cont__post .block__post .item__message .ttl05 {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#staff__member .cont__post .block__post .item__message .ttl05 .ttl__ja {
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 4px;
  font-weight: 500;
  font-size: 4.8vw;
}
#staff__member .cont__post .block__post .item__message .item__text {
  margin-inline: auto;
  width: 100%;
  text-align: left;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .inner {
  position: relative;
  padding-bottom: 5vw;
}
#case .side {
  width: 100%;
  margin-bottom: 13vw;
}
#case .side .list__tags > .item {
  padding-block: 5vw;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-left: 7vw;
  transition: ease 0.2s;
}
#case .side .list__tags > .item::before {
  content: "";
  position: absolute;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--col--main-01);
  top: 50%;
  translate: 0 -50%;
  left: 2vw;
}
#case .side .list__tags > .item:hover {
  color: var(--col--main-01);
  opacity: 0.7;
}
#case .side .list__tags .item:first-of-type {
  border-top: 1px solid #d9d9d9;
}
#case .cont__post {
  width: 100%;
  margin-left: auto;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#case .cont__post .block__post {
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
  height: fit-content;
  padding: 4vw;
}
#case .cont__post .block__post .ttl04 {
  order: 3;
  overflow: hidden;
  max-height: 13vw;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 2vw;
}
#case .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-21);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.8;
  font-size: 3.7vw;
}
#case .cont__post .block__post .list__tags {
  order: 2;
  margin-bottom: 7px;
}
#case .cont__post .block__post .list__tags > .item {
  font-size: var(--font-size-14);
  font-weight: 700;
  color: #fff;
  background: var(--col--main-01);
  border-radius: 5vw;
  font-size: 3vw;
  padding: 1vw 2vw;
}
#case .cont__post .block__post .item__img {
  order: 1;
  width: 100%;
  height: 50vw;
  margin-bottom: 10px;
}
#case .cont__post .block__post .item__text {
  order: 4;
  overflow: hidden;
  height: 12vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 3vw;
}
#case .cont__post .block__post .item__text > * {
  all: unset;
  line-height: 1.8;
  font-size: var(--font-size-16);
  font-size: 3.5vw;
}
#case .cont__post .block__post .com__btn_01 {
  order: 5;
  width: calc(100% - 20px);
  height: 8vw;
  margin-inline: auto;
  font-size: 3vw;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .wrap__post {
  display: flex;
  flex-direction: column;
}
.case__in_post .wrap__post .ttl03 {
  order: 3;
  padding-bottom: var(--margin-40);
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: var(--margin-70);
}
.case__in_post .wrap__post .ttl03 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 400;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 4.8vw;
}
.case__in_post .wrap__post .list__tags {
  order: 2;
  margin-bottom: var(--margin-10);
}
.case__in_post .wrap__post .list__tags > .item {
  background: var(--col--main-01);
  color: #fff;
  border-radius: 8vw;
  width: fit-content;
  padding: 1vw 2vw;
  font-size: 3vw;
}
.case__in_post .wrap__post .item__img {
  order: 1;
  width: 100%;
  height: 60vw;
  margin-inline: auto;
  margin-bottom: 7vw;
}
.case__in_post .wrap__post .wrp__info {
  order: 5;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin-bottom: var(--margin-30);
}
.case__in_post .wrap__post .item__table {
  order: 4;
  width: 100%;
}
.case__in_post .wrap__post .item__table tr th,
.case__in_post .wrap__post .item__table tr td {
  border-bottom: 1px solid #d9d9d9;
  padding: 3vw;
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 1.8;
  font-size: 3.5vw;
}
.case__in_post .wrap__post .item__table tr th {
  font-weight: 700;
  font-size: var(--font-size-16);
  border-right: 1px solid #d9d9d9;
  width: 30vw;
  font-size: 3.5vw;
}
.case__in_post .wrap__post .item__table tr:last-of-type th,
.case__in_post .wrap__post .item__table tr:last-of-type td {
  border-bottom: unset;
}
.case__in_post .wrap__post .sb-post-body {
  order: 5;
  margin-bottom: var(--margin-70);
  line-height: 2;
}
.case__in_post .wrap__post .list__compare {
  order: 6;
  gap: 5vw;
  display: flex;
}
.case__in_post .wrap__post .list__compare > .item {
  width: calc((100% - 5vw) / 2);
  gap: 3vw;
}
.case__in_post .wrap__post .list__compare > .item dt {
  margin-bottom: 3vw;
  background: gray;
  border-radius: 8vw;
  padding: 1vw 1vw;
  text-align: center;
  font-size: var(--font-size-20);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 3vw;
}
.case__in_post .wrap__post .list__compare > .item dd {
  width: 100%;
  height: 40vw;
}
.case__in_post .wrap__post .list__compare > .item dd .item__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.case__in_post .wrap__post .list__compare .item__before dt {
  background: #d9d9d9;
  color: var(--col--txt-01);
}
.case__in_post .wrap__post .list__compare .item__after dt {
  color: #fff;
  background: var(--col--main-01);
}
.case__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: 40px;
}

/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq .cont__post .ttl04 {
  margin-bottom: var(--margin-50);
}
#faq .cont__post .ttl04 .ttl__ja {
  gap: 5vw;
  display: flex;
  align-items: center;
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 400;
  font-size: 5vw;
}
#faq .cont__post .ttl04 .ttl__ja::before {
  content: "";
  position: relative;
  background: url(/img/common/deco__border_01_02.png) repeat-x;
  height: 6vw;
  flex: 1;
}
#faq .cont__post .ttl04 .ttl__ja::after {
  content: "";
  position: relative;
  background: url(/img/common/deco__border_01_02.png) repeat-x;
  height: 6vw;
  flex: 1;
}
#faq .cont__post .block__post {
  margin-bottom: 20vw;
}
#faq .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#faq .cont__post .block__post .unit__post {
  margin-bottom: var(--margin-50);
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
}
#faq .cont__post .block__post .unit__post:last-child {
  margin-bottom: 0;
}
#faq .cont__post .block__post .unit__post dt {
  background: var(--col--main-01);
  padding: 3vw 5vw;
}
#faq .cont__post .block__post .unit__post dt p {
  position: relative;
  font-size: var(--font-size-26);
  font-weight: 400;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  color: #fff;
  padding-left: 8vw;
  font-size: 4.7vw;
  line-height: 1.4;
}
#faq .cont__post .block__post .unit__post dt p::before {
  content: "Q.";
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  position: absolute;
  color: #fff;
  left: 0;
  top: -5px;
  font-size: 5vw;
}
#faq .cont__post .block__post .unit__post dd {
  background: #fff;
  padding: 5vw;
}
#faq .cont__post .block__post .unit__post dd p {
  position: relative;
  letter-spacing: 0.04em;
  margin-left: 9vw;
  line-height: 1.8;
  font-weight: 500;
}
#faq .cont__post .block__post .unit__post dd p::before {
  content: "A.";
  font-size: var(--font-size-32);
  font-family: var(--fot--Kaisei-Tokumin);
  position: absolute;
  color: var(--col--main-01);
  left: -9vw;
  top: -8px;
  font-size: 5vw;
}

/* voice
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#voice .inner {
  padding-bottom: 5vw;
}
#voice .cont__post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#voice .cont__post .block__post {
  background: #fff;
  padding: 3vw;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(244, 235, 228, 0.4);
}
#voice .cont__post .block__post .ttl04 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3vw;
  order: 2;
}
#voice .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-21);
  font-weight: 400;
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-size: 3.5vw;
}
#voice .cont__post .block__post .item__img {
  width: 100%;
  height: 49vw;
  margin-bottom: 3vw;
  border-radius: 5px;
  order: 1;
}
#voice .cont__post .block__post .com__btn_01 {
  width: 100%;
  height: 7vw;
  font-size: 3vw;
  order: 3;
}

/* voice__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.voice__in_post .block__post {
  display: flex;
  flex-direction: column;
}
.voice__in_post .block__post .ttl03 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: var(--margin-30);
}
.voice__in_post .block__post .ttl03 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: var(--fot--Kaisei-Tokumin);
  font-size: 4.8vw;
}
.voice__in_post .block__post .item__img {
  width: 80%;
  height: 102vw;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
  order: 1;
  border-radius: 2vw;
}
.voice__in_post .block__post .sb-post-body {
  order: 3;
  line-height: 1.7;
}
.voice__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: 40px;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#company__in_link .inner {
  padding-bottom: 0;
}
#company__in_link .list__in_link {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 4vw;
  margin-bottom: var(--margin-80);
}
#company__in_link .list__in_link > .item {
  border-radius: 7vw;
  border: 1px solid #d9d9d9;
  height: 10vw;
  background: #fff;
}
#company__in_link .list__in_link > .item a {
  font-weight: 500;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#company__in_link .list__in_link > .item a::before {
  content: "";
  position: absolute;
  background: var(--col--txt-01);
  mask: url(/img/common/deco__arrow__b.svg) center center/100% 100% no-repeat;
  width: 3vw;
  height: 2vw;
  top: 50%;
  translate: 0 -50%;
  right: 5vw;
}

/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting .inner {
  padding-top: 5vw;
}
#company__greeting .cont__about {
  position: relative;
}
#company__greeting .cont__about .block__txtbox {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10vw;
}
#company__greeting .cont__about .block__txtbox:last-child {
  margin-bottom: 0;
}
#company__greeting .cont__about .block__txtbox .ttl04 {
  order: 2;
  margin-bottom: var(--margin-20);
}
#company__greeting .cont__about .block__txtbox .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--col--main-01);
  line-height: 1.9;
  font-family: var(--fot--Kaisei-Tokumin);
  font-size: 4.8vw;
}
#company__greeting .cont__about .block__txtbox .item__img {
  order: 1;
  position: relative;
  margin-bottom: 5vw;
}
#company__greeting .cont__about .block__txtbox .item__text {
  order: 3;
}
#company__greeting .cont__about .block__txtbox .item__text br {
  display: none;
}
#company__greeting .cont__about .block__intro .item__img {
  position: relative;
  width: 60vw;
  margin-inline: auto;
}
#company__greeting .cont__about .block__motto .item__img {
  position: relative;
  width: 60vw;
  margin-inline: auto;
}
/* company__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__owner {
  background: var(--col--base-01);
}
#company__owner .cont__greeting {
  position: relative;
}
#company__owner .cont__greeting .item__img {
  position: relative;
  margin-bottom: 6vw;
}
#company__owner .cont__greeting .item__text {
  width: 100%;
  margin-left: auto;
}
#company__owner .cont__greeting .item__text br {
  display: none;
}
#company__owner .cont__greeting .item__text .name {
  text-align: end;
  font-size: var(--font-size-26);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: var(--fot--Kaisei-Tokumin);
  font-size: 4.6vw;
}
#company__owner .cont__greeting .item__text .name small {
  display: block;
  font-size: var(--font-size-18);
  font-size: 3vw;
}



#company__owner .cont__greeting {
  .block__prof {
    position: relative;
    margin-bottom: var(--margin-100);
    flex-direction: column;
    display: flex;
    gap: 3vw;
    align-items: center;

    .item__img {
      position: relative;
      width: fit-content;
    }

    .item__table {
      position: relative;
      margin-left: auto;
      width: 100%;
    }
  }

  .block__career {
    position: relative;
    width: 100%;
    margin-bottom: var(--margin-50);
    display: flex;
    flex-direction: column;
    gap: 5vw;

    .item__img {
      position: relative;
    }

    .group__career {
      margin-bottom: var(--margin-60);

      &:last-child {
        margin-bottom: 0;
      }

      .ttl04 {
        background: var(--col--main-01);
        padding: 2vw;
        margin-bottom: 4vw;
        border-radius: 1.5vw;

        .ttl__ja {
          font-size: var(--font-size-21);
          font-family: var(--fot--Zen-Kaku-Goth);
          color: #fff;
          font-weight: 700;
        }
      }

      .item__text {
        p {
          font-size: var(--font-size-16);
          font-weight: 500;
          letter-spacing: 0.04em;
          font-family: var(--fot--Zen-Kaku-Goth);
          letter-spacing: 0;
          font-size: 3.8vw;

          br{
              display: block;
          }
        }
      }
    }
  }

  .block__class {
    margin-bottom: 5vw;

    .item__img {
      position: absolute;
      right: 0;
      top: 0;
      translate: 100% 0;
    }

    .list__class {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      gap: 7vw 5vw;

      .item {
        width: calc((100% - 80px) / 2);
        width: 100%;

        dt {
          font-size: var(--font-size-18);
          font-weight: 700;
          padding-left: 5px;
          letter-spacing: 0.04em;
          line-height: 1.8;
          margin-bottom: var(--margin-20);

          &::before {
            content: "■";
            color: var(--col--main-01);
            position: relative;
          }
        }

        dd {
          .btn__class {
            width: 90%;
            margin-inline: auto;
            height: 13vw;
            border: 1px solid #d9d9d9;
            border-radius: 8vw;
            position: relative;
            background: #fff;

            &::before {
              content: "";
              position: absolute;
              background: url(/img/common/icon__link__01_01.png)center center / contain no-repeat;
              width: 3.8vw;
              height: 3.8vw;
              right: 2vw;
              top: 50%;
              translate: 0 -50%;
            }

            span {
              font-size: var(--font-size-17);
              font-family: var(--fot--Zen-Kaku-Goth);
              letter-spacing: 0.04em;
              font-weight: 700;
            }
          }
        }
      }
    }

    .ttl04 {
      background: var(--col--main-01);
      padding: 2vw;
      margin-bottom: 10vw;
      border-radius: 1.5vw;

      .ttl__ja {
        font-size: var(--font-size-21);
        font-family: var(--fot--Zen-Kaku-Goth);
        color: #fff;
        font-weight: 700;
      }
    }
  }

  .block__owner {
    width: 100%;
    margin-left: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    margin-bottom: 10vw;

    .item__img {
      position: relative;
      width: 100%;
    }

    .ttl04 {
      margin-bottom: var(--margin-30);

      .ttl__ja {
        font-size: var(--font-size-26);
        font-family: var(--fot--Kaisei-Tokumin);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: var(--col--main-01);
      }
    }

    .item__text {
      p {
        font-size: var(--font-size-16);
        font-weight: 500;
        letter-spacing: 0.04em;
        font-family: var(--fot--Zen-Kaku-Goth);
      }
    }

  }
}



/* company__motto
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__motto {
  background: var(--col--base-01);
  z-index: 0;
}
#company__motto .inner {
  padding-top: 5vw;
}
#company__motto .ttl03 {
  position: relative;
}
#company__motto .block__motto {
  z-index: 1;
  width: 100%;
  margin-inline: auto;
  padding: 5vw;
  background: #fff;
  margin-top: -3vw;
  position: relative;
}
#company__motto .block__motto .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-35);
}
#company__motto .block__motto .ttl04 .ttl__ja {
  color: var(--col--main-01);
  font-size: var(--font-size-26);
  font-family: var(--fot--Kaisei-Tokumin);
  letter-spacing: 0.04em;
  font-weight: 500;
}
#company__motto .block__motto .item__text {
  text-align: center;
  text-align: left;
}
#company__motto .block__motto .item__text br {
  display: none;
}
#company__motto .block__motto .item__text p {
  font-size: 3.7vw;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__map {
  width: 100%;
  height: 70vw;
}
#company__map iframe {
  width: 100%;
  height: 100%;
}

/* company__achievement
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__achievement .cont__post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#company__achievement .cont__post .item {
  display: flex;
  flex-direction: column;
}
#company__achievement .cont__post .item .ttl04 {
  order: 2;
  text-align: center;
}
#company__achievement .cont__post .item .ttl04 .ttl__ja {
  font-size: var(--font-size-21);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: var(--fot--Kaisei-Tokumin);
  font-size: 3.8vw;
}
#company__achievement .cont__post .item .item__img {
  order: 1;
  margin-bottom: var(--margin-15);
  width: 100%;
  height: 40vw;
}



#contact{
  .inner{
    padding-top: 5vw;
  }

  .ttl01{
    text-align: center;
    margin-bottom: var(--margin-20);

    .ja{
      font-size: var(--font-size-24);
      font-weight: 700;
      font-family: var(--fot--Zen-Kaku-Goth);
      letter-spacing: 0.08em;
    }
  }

  .text{
    text-align: center;
    margin-bottom: var(--margin-30);
    font-size: var(--font-size-16);
    line-height: 2;
    font-size: 3.6vw;

    text-align: left;
  }
}



#contact__about .inner {
  padding-bottom: 0;
}
#contact__about .item__text_lead {
  text-align: left;
  font-size: 3.8vw;
  margin-bottom: var(--margin-70);
}
#contact__about .item__text_lead .str-01 {
  color: var(--col--main-01);
  font-weight: 700;
}
#contact__about .com__tel {
  background: var(--col--base-01);
  margin-bottom: var(--margin-60);
  margin-inline: auto;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
}
#contact__about .com__tel dt,
#contact__about .com__tel dd {
  width: 100%;
  line-height: 1.4;
  padding: 2vw;
  text-align: center;
  br{
      display: none;
  }
}
#contact__about .com__tel dt {
  background: var(--col--main-01);
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 500;
  position: relative;
}
#contact__about .com__tel dt::before {
  content: "";
  position: absolute;
  background: var(--col--main-01);
  mask: url(/img/common/deco__arrow__r.svg) center center/100% 100% no-repeat;
  width: 5vw;
  height: 10vw;
  right: 0vw;
  top: 0vw;
  translate: 100% 0;
}
#contact__about .com__tel dt small {
  font-size: var(--font-size-16);
}
#contact__about .com__tel dd {
  padding-left: 2vw;
  padding-block: 2vw 4vw;
  gap: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////

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