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

STYLE.css (SP)

トップページ、および各ページのスタイリング

＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 0;
}
#header .inner::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/hd__bg_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 37vw;
  top: 0;
  left: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-30);
}
#header .item__logo {
  display: block;
  width: fit-content;
  width: 50vw;
  padding-left: 5vw;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  gap: 3vw;
  padding-right: var(--margin-30);
}
#header .list__sns {
  gap: 3vw;
}
#header .list__sns a {
  --size: 30px;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
  margin-right: var(--margin-20);
  align-items: end;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item ruby rt {
  padding-bottom: 1px;
}
#nav .list-nav .item::before {
  content: "|";
  position: absolute;
  right: -20px;
  bottom: 0;
}
#nav .list-nav .item:last-child::before {
  display: none;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
}
#mv .swiper-wrapper {
  width: 100%;
  height: 170vw;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 5vw;
  width: 40vw;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 60vw;
}
#sv .sv-catch {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  color: #fff;
  font-size: var(--font-size-38);
  font-size: 5.6vw;
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.2em;
  line-height: 2;
}
#sv .sv-catch br {
  display: none;
}
#sv .sv-catch span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 1vw;
}

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: url(/img/common/ft__bg_img_01.png) center bottom/100% auto no-repeat, var(--pattern--texture__01_01);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 25vw;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
  width: 40vw;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  height: 210px;
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 30px 100px;
  margin-bottom: var(--margin-50);
}
#footer .list-nav .item {
  font-size: var(--font-size-15);
  letter-spacing: 0.03em;
  font-weight: 300;
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: end;
  font-size: 10px;
  color: var(--col--main-02);
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
#footer .com__times {
  gap: 3.5vw;
  margin-bottom: var(--margin-50);
}
#footer .com__times .item {
  gap: 5vw;
}
#footer .com__times .item dt,
#footer .com__times .item dd {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.12em;
  font-family: var(--fot--Noto-Serif);
  font-size: 3vw;
}
#footer .com__times .item dt {
  position: relative;
}
#footer .com__times .item dt::before {
  content: "|";
  right: -3.5vw;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
}
#footer .com__times .item dd a {
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 5vw;
}
#footer .com__times .item dd a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 49%;
  translate: 0 -50%;
}
#footer .com__tel {
  margin-bottom: 7vw;
}
#footer .list__sns {
  gap: 3vw;
  margin-bottom: var(--margin-60);
  gap: 5vw;
}
#footer .list__sns .item a {
  --size: 7vw;
}
@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 {
    text-align: end;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__intro {
  background: url(/img/top/top__intro__bg_img_01.jpg) center bottom/cover no-repeat, var(--pattern--texture__01_01);
}
#top__intro .inner {
  position: relative;
  padding-top: 5vw;
}
#top__intro .ttl03 {
  position: absolute;
  z-index: 1;
  right: -1vw;
  width: 25vw;
}
#top__intro .ttl03 .ja img {
  width: 25vw;
}
#top__intro .cont__about .block {
  display: flex;
  position: relative;
  height: 90vw;
}
#top__intro .cont__about .block .item__text {
  writing-mode: vertical-rl;
}
#top__intro .cont__about .block .item__text p {
  font-weight: 500;
  left: 0.25em;
  font-size: var(--font-size-19);
}
#top__intro .cont__about .block__01 {
  margin-bottom: 5vw;
  position: relative;
  min-height: 135vw;
}
#top__intro .cont__about .block__01 .item__img {
  position: absolute;
  right: -26vw;
  top: -3vw;
  width: 84vw;
}
#top__intro .cont__about .block__01 .item__text {
  position: absolute;
  height: 80vw;
  left: 2vw;
  top: 60vw;
}
#top__intro .cont__about .block__02 {
  flex-direction: row-reverse;
  margin-bottom: 5vw;
  position: relative;
  min-height: 90vw;
}
#top__intro .cont__about .block__02 .item__img {
  position: absolute;
  left: -15vw;
  top: 0;
  width: 54vw;
}
#top__intro .cont__about .block__02 .item__text {
  position: absolute;
  right: 0vw;
  top: -15vw;
  height: 94vw;
}
#top__intro .cont__about .block__03 {
  position: relative;
  height: 70vw;
}
#top__intro .cont__about .block__03 .item__img {
  position: absolute;
  right: -28vw;
  top: -15vw;
  width: 68vw;
}
#top__intro .cont__about .block__03 .item__text {
  position: absolute;
  left: 0vw;
  top: 0;
  height: 80vw;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/top/top__about__bg_img_02.jpg) center bottom/clamp(1920px, 100%, 3000px) auto no-repeat, url(/img/top/top__intro__bg_img_01.jpg) center bottom/cover no-repeat, var(--pattern--texture__01_01);
}
#top__about .inner {
  padding-top: 0;
}
#top__about .wrap__about {
  margin: 0 auto;
  background: url(/img/top/top__about__bg_img_01.jpg) center center no-repeat;
  max-width: 100%;
  width: 100%;
  padding: 5vw;
  padding-bottom: 8vw;
}
#top__about .ttl03 {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
  width: 100%;
}
#top__about .ttl03 .ja {
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: var(--font-size-30);
  color: #fff;
}
#top__about .ttl03 .ja ruby {
  font-size: var(--font-size-38);
  ruby-align: center;
}
#top__about .ttl03 .ja ruby rt {
  font-size: var(--font-size-15);
  font-size: 2.6vw;
  padding-bottom: 2.5vw;
}
#top__about .block__message {
  margin: 0 auto;
  width: 100%;
}
#top__about .block__message .item__text {
  text-align: left;
  margin-bottom: 5vw;
}
#top__about .block__message .item__text br {
  display: none;
}
#top__about .block__message .item__text p {
  color: #fff;
}
#top__about .block__message .com__btn_01 {
  width: fit-content;
  margin: 0 auto;
}
/* top__product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__product {
  background: url(/img/top/top__product__bg_img_01.jpg) center center/cover no-repeat;
  position: relative;
  z-index: 0;
}
#top__product .inner {
  position: relative;
  padding-top: 15vw;
}
#top__product .ttl03 {
  position: absolute;
  right: 0;
  top: 10vw;
}
#top__product .ttl03 .ja img {
  width: 25vw;
}
#top__product .item__text_lead {
  width: 68%;
  margin-right: auto;
  margin-bottom: 15vw;
  margin-top: 25vw;
}
#top__product .item__text_lead br {
  display: none;
}
#top__product .cont__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw;
  margin-bottom: 15vw;
}
#top__product .cont__product .block__product {
  background: var(--col--main-01);
  margin-bottom: 5vw;
  display: flex;
  flex-direction: column;
  padding: 7.5vw 5vw;
  width: 100%;
}
#top__product .cont__product .block__product:last-child {
  margin-bottom: 0;
}
#top__product .cont__product .block__product .ttl04 {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 8vw;
  text-align: left;
}
#top__product .cont__product .block__product .ttl04 .ja {
  color: #fff;
  font-family: var(--fot--Hina-min);
  font-size: var(--font-size-30);
  letter-spacing: 0.25em;
  font-size: 5vw;
}
#top__product .cont__product .block__product .ttl04 .ja ruby rt {
  font-family: var(--fot--Noto-Serif);
  ruby-align: center;
  font-size: var(--font-size-14);
  font-size: 2.5vw;
  padding-bottom: 2vw;
}
#top__product .cont__product .block__product .item__img {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 8vw;
}
#top__product .cont__product .block__product .item__text {
  position: relative;
  margin-bottom: 7vw;
}
#top__product .cont__product .block__product .item__text p {
  color: #fff;
  font-size: var(--font-size-15);
  font-weight: 200;
  letter-spacing: 0.2em;
}
#top__product .cont__product .block__product .item__text p br {
  display: none;
}
#top__product .cont__product .block__product .com__btn_01 {
  width: fit-content;
  margin: unset;
  margin-left: auto;
}
#top__product .block__bnr {
  width: 100%;
  position: relative;
}
#top__product .block__bnr::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__product__deco_dot.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  top: 0vw;
  z-index: -1;
}
#top__product .block__bnr > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7.5vw 5vw;
  position: relative;
  background: url(/img/common/pattern__texture__01_02.png);
}
#top__product .block__bnr > a .ttl04 {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(73, 73, 73, 0.3);
  margin-bottom: 8vw;
  width: 100%;
}
#top__product .block__bnr > a .ttl04 .ja {
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: var(--font-size-40);
  font-size: 5.5vw;
}
#top__product .block__bnr > a .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 8vw;
}
#top__product .block__bnr > a .com__btn_01 {
  width: fit-content;
  margin: unset;
  margin-left: auto;
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/top/top__contact__bg_img_01.jpg) center bottom/550% no-repeat, url(/img/common/pattern__texture__01_01.jpg);
}
.common__contact .inner {
  position: relative;
  flex-direction: column;
}
.common__contact .inner .ttl03 {
  order: 1;
  position: absolute;
  width: fit-content;
  right: 6vw;
}
.common__contact .inner .ttl03 .ja img {
  width: 11vw;
}
.common__contact .inner .item__text_lead {
  margin-right: 16vw;
  margin-top: 15vw;
  order: 2;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 5vw;
}
.common__contact .inner .item__text_lead p {
  font-weight: 300;
  font-size: var(--font-size-16);
  letter-spacing: 0.35em;
  line-height: 2.4;
  color: #fff;
}
.common__contact .inner .item__text_lead p > * {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2vw;
}
.common__contact .inner .block__info {
  order: 3;
  margin-top: 4vw;
}
.common__contact .inner .block__info .com__tel {
  margin-bottom: 8vw;
}
.common__contact .inner .block__info .com__tel .item__num {
  font-size: var(--font-size-42);
  font-size: 7.5vw;
  letter-spacing: 0.15em;
  padding-left: 1em;
}
.common__contact .inner .block__info .com__tel .item__num::before {
  width: 5vw;
  height: 5vw;
}
.common__contact .inner .block__info > a {
  width: 95%;
}
/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--main-01);
  padding: 1vw 4vw;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 3vw;
}

.com__latest {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 5vw;
}
.com__latest a {
  width: 100%;
  height: 100%;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-16);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.3em;
  margin-bottom: 5vw;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-15);
  font-size: 3.7vw;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-right: 5vw;
  margin-bottom: 5vw;
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: 5vw;
  gap: 5vw;
  justify-content: end;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

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

#top__news {
  background: var(--pattern--texture__01_01);
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 14vw;
}
#top__news .ttl03 .ja {
  font-family: var(--fot--Hina-min);
  font-size: var(--font-size-38);
  letter-spacing: 0.25em;
}
#top__news .cont__latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 14vw;
}
#top__news .com__btn_01 {
  position: relative;
}

/* common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.common__nav_subpages {
  background: var(--pattern--texture__01_01);
  position: relative;
  z-index: 0;
}
.common__nav_subpages .list__subpages {
  gap: 5vw;
  flex-direction: column;
}
.common__nav_subpages .list__subpages .item {
  width: calc((100% - 5vw) / 2);
  width: 100%;
  background: var(--col--main-01);
  position: relative;
  padding: 7vw 0vw;
}
.common__nav_subpages .list__subpages .item::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/deco__dot__01_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  top: 0vw;
}
.common__nav_subpages .list__subpages .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5vw;
  padding-right: 0;
}
.common__nav_subpages .list__subpages .item .ttl03 {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 7vw;
}
.common__nav_subpages .list__subpages .item .ttl03 .ja {
  font-size: var(--font-size-40);
  font-family: var(--fot--Hina-min);
  font-size: 5.5vw;
  letter-spacing: 0.25em;
  color: #fff;
}
.common__nav_subpages .list__subpages .item .com__btn_01 {
  margin: unset;
  width: fit-content;
  margin-left: auto;
  margin-right: 5vw;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__nangohi
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__nangohi {
  background: url(/img/about/about__nangohi__bg_img_01.jpg) center center/cover no-repeat;
}
#about__nangohi .inner {
  position: relative;
}
#about__nangohi .ttl03 {
  position: absolute;
  top: 5vw;
  z-index: 1;
  right: 0;
}
#about__nangohi .ttl03 .ja span:last-of-type {
  top: 17vw;
  position: relative;
}
#about__nangohi .block__about {
  background: #fff;
  padding: 5vw;
  width: 100%;
  position: relative;
  margin-bottom: 12vw;
  margin-top: 5vw;
}
#about__nangohi .block__about .item__img {
  position: relative;
  width: 83%;
  margin-bottom: 4vw;
}
#about__nangohi .block__about .item__img img {
  width: 100%;
}
#about__nangohi .block__about .item__text br {
  display: none;
}
#about__nangohi .block__about .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 300;
  font-size: 3.8vw;
}
#about__nangohi .block__about .item__text p .str-01 {
  font-weight: 600;
  color: var(--col--acc-02);
}
#about__nangohi .block__feature {
  background: url(/img/about/about__nangohi__deco_01.png) right bottom no-repeat, var(--col--main-01);
  padding: 5vw;
  position: relative;
}
#about__nangohi .block__feature .ttl04 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8vw;
}
#about__nangohi .block__feature .ttl04 .ja {
  font-family: var(--fot--Hina-min);
  font-size: var(--font-size-30);
  color: #fff;
  letter-spacing: 0.25em;
}
#about__nangohi .block__feature .ttl04 .ja img {
  height: 12vw;
}
#about__nangohi .block__feature .list__feature {
  width: 100%;
  margin-left: auto;
  margin-right: 100px;
}
#about__nangohi .block__feature .list__feature .item {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5vw;
  padding-left: 8vw;
  line-height: 1.8;
  position: relative;
}
#about__nangohi .block__feature .list__feature .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__01_01.png) center center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  left: 0;
  top: 1.5vw;
}
#about__nangohi .block__feature .list__feature .item:last-child {
  margin-bottom: 0;
}
#about__nangohi .block__feature .list__feature .item .text {
  color: #fff;
  font-size: var(--font-size-19);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 4vw;
}

/* about__creative
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__creative {
  position: relative;
  z-index: 0;
  background: var(--pattern--texture__01_01);
}
#about__creative .inner {
  position: relative;
}
#about__creative .ttl03 {
  position: absolute;
  right: 0vw;
  top: 15vw;
  z-index: 1;
}
#about__creative .ttl03 .ja span {
  font-size: 5vw;
}
#about__creative .ttl03 .ja span:last-of-type {
  top: 5vw;
  position: relative;
}
#about__creative .cont__about {
  margin-bottom: 10vw;
}
#about__creative .cont__about .block {
  display: flex;
  flex-direction: row-reverse;
}
#about__creative .cont__about .block .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.25em;
  line-height: 2.1;
  font-weight: 300;
  font-family: var(--fot--Noto-Serif);
  font-size: 3.7vw;
}
#about__creative .cont__about .block_01 {
  position: relative;
  height: 140vw;
}
#about__creative .cont__about .block_01 .item__img {
  position: absolute;
  left: -5vw;
  width: 35vw;
  bottom: 5vw;
}
#about__creative .cont__about .block_01 .item__text {
  position: absolute;
  top: 20vw;
  left: 0vw;
  width: 63vw;
}
#about__creative .cont__about .block_02 {
  position: relative;
  height: 130vw;
}
#about__creative .cont__about .block_02 .item__img {
  position: absolute;
  width: 60vw;
  right: -15vw;
  bottom: 0vw;
}
#about__creative .cont__about .block_02 .text_01 {
  position: absolute;
  right: 0vw;
  top: -40vw;
  width: 53vw;
}
#about__creative .cont__about .block_02 .text_02 {
  position: absolute;
  right: 0vw;
  top: -40vw;
  width: 53vw;
}
#about__creative .cont__about .block_02 .text_03 {
  position: absolute;
  line-height: 1.7;
  left: 0vw;
  top: 7vw;
  width: 100%;
}
#about__creative .cont__about .block_03 {
  position: relative;
  height: 45vw;
}
#about__creative .cont__about .block_03 .item__text {
  position: absolute;
  left: 0vw;
  top: -40vw;
  width: 40vw;
}
#about__creative .cont__about .block_03 .item__text p {
  line-height: 2.3;
}
#about__creative .cont__lineup {
  background: url(/img/common/pattern__texture__01_02.png);
  padding: 7vw 5vw;
  position: relative;
}
#about__creative .cont__lineup .ttl04 {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 7vw;
  width: 100%;
}
#about__creative .cont__lineup .ttl04 .ja {
  font-size: var(--font-size-42);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: 5vw;
}
#about__creative .cont__lineup .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#about__creative .cont__lineup .item__img::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/about/about__creative__deco_01.png) center center/contain no-repeat;
  width: 25vw;
  height: 15vw;
  right: 0vw;
  top: 0vw;
}
#about__creative .cont__lineup .com__btn_01 {
  margin: unset;
  width: fit-content;
  margin-left: auto;
}

/* product
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* product__lineup
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#product__lineup {
  background: var(--pattern--texture__01_01);
}
#product__lineup .inner {
  position: relative;
  padding-top: 5vw;
}
#product__lineup .ttl03 {
  position: absolute;
  right: 0vw;
  top: 0vw;
}
#product__lineup .ttl03 .ja span:last-of-type {
  top: 10vw;
  position: relative;
}
#product__lineup .item__text_lead {
  width: fit-content;
  margin-right: auto;
  width: 63vw;
  margin-bottom: 15vw;
  margin-top: 1;
}
#product__lineup .item__text_lead br {
  display: none;
}
#product__lineup .item__text_lead p {
  font-weight: 300;
  font-size: var(--font-size-16);
  letter-spacing: 0.3em;
}
#product__lineup .item__text_lead .str-01 {
  font-weight: 700;
  color: var(--col--acc-02);
}
#product__lineup .item__text_lead .str-01 em {
  font-size: var(--font-size-20);
}
#product__lineup .cont__lineup .ttl04 {
  text-align: center;
  background: #fff;
  border: 1px solid var(--col--main-01);
  margin-bottom: 5vw;
  padding: 3.5vw 5vw;
}
#product__lineup .cont__lineup .ttl04 .ja {
  display: block;
  font-size: var(--font-size-30);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
}
#product__lineup .cont__lineup .cont__post .block__post {
  padding-top: 5vw;
  background: var(--col--main-01);
  padding: 5vw;
  margin-bottom: 10vw;
}
#product__lineup .cont__lineup .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#product__lineup .cont__lineup .cont__post .block__post .ttl05 {
  text-align: center;
  padding: 0 5vw;
  padding-bottom: 4vw;
  margin-bottom: 7vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#product__lineup .cont__lineup .cont__post .block__post .ttl05 .ja {
  color: #fff;
  font-size: var(--font-size-26);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: 5.4vw;
  line-height: 1.4;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images {
  width: 100%;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  gap: 5vw;
  justify-content: center;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images >.item{
  flex: 1;
  height: 65vw;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images .side_images{
  width: 30%;
  gap: 3vw;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images .side_images >.item{
  width: 100%;
  height: calc((65vw - 6vw) / 3);
}
#product__lineup .cont__lineup .cont__post .block__post .item__text {
  width: 100%;
  margin-bottom: 5vw;
}
#product__lineup .cont__lineup .cont__post .block__post .item__text br {
  display: none;
}
#product__lineup .cont__lineup .cont__post .block__post .item__text p {
  color: #fff;
  font-size: var(--font-size-16);
  letter-spacing: 0.2em;
  font-weight: 300;
}
#product__lineup .cont__lineup .cont__post .block__post .item__price {
  width: fit-content;
  margin-left: auto;
}
#product__lineup .cont__lineup .cont__post .block__post .item__price dt,
#product__lineup .cont__lineup .cont__post .block__post .item__price dd {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
}
#product__lineup .cont__lineup .cont__post .block__post .item__price dt {
  padding-right: 5vw;
  border-right: 1px solid #fff;
  margin-right: 5vw;
  width: 45vw;
}
#product__lineup .cont__lineup .cont__post .block__post .item__url {
  background: url(/img/common/pattern__texture__01_02.png);
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-top: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#product__lineup .cont__lineup .cont__post .block__post .item__url::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__01_01.png) center center/contain no-repeat;
  width: 13px;
  height: 10px;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
}
#product__lineup .cont__lineup .cont__post .block__post .item__url span {
  font-size: var(--font-size-16);
  font-weight: 300;
  letter-spacing: 0.1em;
  font-family: var(--fot--Noto-Serif);
}

/* product__voice
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#product__voice {
  background: var(--pattern--texture__01_01);
}
#product__voice .inner {
  position: relative;
  padding-top: 25vw;
}
#product__voice .ttl03 {
  position: absolute;
  left: 0;
  top: 15vw;
  writing-mode: horizontal-tb;
  margin-left: var(--margin-30);
}
#product__voice .ttl03 .ja span {
  font-size: 6.4vw;
  padding-left: 14vw;
  padding: 2.5vw 5vw;
  padding-right: 3.5vw;
}
#product__voice .ttl03 .ja span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5vw;
  rotate: 270deg;
}
#product__voice .item__text_lead {
  width: fit-content;
  margin-left: auto;
  margin-right: 5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
#product__voice .item__text_lead br {
  display: none;
}
#product__voice .cont__post .block__post {
  position: relative;
  background: var(--col--main-01);
  padding: 5vw;
  margin-bottom: 5vw;
}
#product__voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#product__voice .cont__post .block__post .group__info {
  order: 2;
  width: 100%;
  margin-left: auto;
}
#product__voice .cont__post .block__post .ttl04 {
  order: 2;
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5vw;
}
#product__voice .cont__post .block__post .ttl04 .ja {
  font-size: var(--font-size-26);
  letter-spacing: 0.25em;
  color: #fff;
  line-height: 1.3;
  font-family: var(--fot--Hina-min);
}
#product__voice .cont__post .block__post .item__value {
  margin-bottom: 4vw;
  order: 1;
}
#product__voice .cont__post .block__post .item__value img {
  height: 4vw;
}
#product__voice .cont__post .block__post .item__img {
  order: 1;
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 7vw;
}
#product__voice .cont__post .block__post .item__text {
  order: 3;
}
#product__voice .cont__post .block__post .item__text br {
  display: none;
}
#product__voice .cont__post .block__post .item__text p {
  font-size: var(--font-size-15);
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #fff;
  line-height: 2;
}

/* for_user
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* for_user__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_user__greeting {
  background: url(/img/for_user/for_user__greeting__bg_img_01.jpg) center center/cover no-repeat;
}
#for_user__greeting .inner {
  position: relative;
  padding-bottom: 5vw;
}
#for_user__greeting .ttl03 {
  position: absolute;
  right: 5vw;
  top: 5vw;
  z-index: 1;
}
#for_user__greeting .block__greeting {
  position: relative;
  width: 100%;
  padding: 5vw;
  background: #fff;
}
#for_user__greeting .block__greeting .item__img {
  position: relative;
  width: 80%;
  margin-bottom: 5vw;
}
#for_user__greeting .block__greeting .item__img img {
  width: 100%;
}
#for_user__greeting .block__greeting .item__text p {
  font-size: 3.7vw;
  line-height: 2;
}
#for_user__greeting .block__greeting .item__text br {
  display: none;
}

/* for_user__about_product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_user__about_product {
  background: var(--pattern--texture__01_01);
}
#for_user__about_product .inner {
  position: relative;
  padding-top: 15vw;
}
#for_user__about_product .ttl03 {
  position: absolute;
  left: 5vw;
  z-index: 1;
  top: 10vw;
}
#for_user__about_product .ttl03 .ja span:last-of-type {
  position: relative;
  top: 15vw;
}
#for_user__about_product .block__about {
  background: #fff;
  padding: 5vw;
  margin-left: auto;
  width: 100%;
  position: relative;
  margin-bottom: 5vw;
}
#for_user__about_product .block__about .item__img {
  position: relative;
  margin-left: auto;
  width: 80%;
  margin-bottom: 4vw;
}
#for_user__about_product .block__about .item__img img {
  width: 100%;
}
#for_user__about_product .block__about .item__text br {
  display: none;
}
#for_user__about_product .block__about .item__text p {
  font-size: 3.7vw;
  line-height: 2;
}
#for_user__about_product .cont__guide {
  background: var(--col--main-01);
  margin-bottom: 5vw;
  padding: 7vw 5vw;
  position: relative;
}
#for_user__about_product .cont__guide:last-child {
  margin-bottom: 0;
}
#for_user__about_product .cont__guide .ttl04 {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10vw;
  text-align: center;
}
#for_user__about_product .cont__guide .ttl04 br {
  display: none;
}
#for_user__about_product .cont__guide .ttl04 .ja {
  font-size: var(--font-size-30);
  font-size: 5vw;
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.6;
}
#for_user__about_product .cont__guide .ttl04 .ja img {
  height: 12vw;
}
#for_user__about_product .cont__guide .wrap__point {
  width: 100%;
  margin-left: auto;
}
#for_user__about_product .cont__guide .wrap__point .item__text_lead {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5vw;
}
#for_user__about_product .cont__guide .wrap__point .item__text_lead br {
  display: none;
}
#for_user__about_product .cont__guide .wrap__point .item__text_lead p {
  line-height: 1.8;
  color: #fff;
}
#for_user__about_product .cont__guide .wrap__point .block__point {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 5vw;
}
#for_user__about_product .cont__guide .wrap__point .block__point:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
#for_user__about_product .cont__guide .wrap__point .block__point .ttl05 {
  margin-bottom: 8vw;
  align-items: center;
  gap: 2vw;
}
#for_user__about_product .cont__guide .wrap__point .block__point .ttl05 .icon {
  width: 6vw;
  height: 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#for_user__about_product .cont__guide .wrap__point .block__point .ttl05 .ja {
  font-size: var(--font-size-24);
  font-size: 4.6vw;
  font-family: var(--fot--Noto-Serif);
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #fff;
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text {
  margin-bottom: 5vw;
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text br {
  display: none;
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text:last-child {
  margin-bottom: 0;
  margin-top: 5vw;
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text p {
  line-height: 1.8;
  color: #fff;
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text a {
  color: #60dcef;
  padding-bottom: 1vw;
  border-bottom: 1px solid #60dcef;
}
#for_user__about_product .cont__guide .wrap__point .block__point .list__point > .item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 5vw;
}
#for_user__about_product .cont__guide .wrap__point .block__point .list__point > .item::before {
  content: "";
  width: 1vw;
  height: 1vw;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 2.5vw;
  position: absolute;
}
#for_user__about_product .cont__guide .wrap__point .block__point .list__point > .item:last-child {
  margin-bottom: 0;
}
#for_user__about_product .cont__guide .wrap__point .block__point .list__point > .item .text {
  font-size: var(--font-size-15);
  font-weight: 300;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

/* for_user__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_user__faq {
  background: var(--pattern--texture__01_01);
}
#for_user__faq .inner {
  position: relative;
}
#for_user__faq .ttl03 {
  position: relative;
  writing-mode: horizontal-tb;
  margin-left: 5vw;
  margin-bottom: 5vw;
}
#for_user__faq .ttl03 .ja span {
  padding: 3vw;
  padding-left: 6vw;
  padding-right: 5vw;
}
#for_user__faq .ttl03 .ja span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -4vw;
  rotate: 270deg;
}
#for_user__faq .cont__post {
  background: #fff;
  padding: 5vw;
}
#for_user__faq .cont__post .item {
  padding-bottom: 6.5vw;
  border-bottom: 1px solid #b5a574;
  margin-bottom: 6.5vw;
}
#for_user__faq .cont__post .item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#for_user__faq .cont__post .item dt {
  position: relative;
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 5vw;
  margin-left: 6vw;
  font-size: 3.6vw;
}
#for_user__faq .cont__post .item dt::before {
  content: "Q";
  color: var(--col--main-01);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.1em;
  font-size: var(--font-size-35);
  position: absolute;
  font-size: 6vw;
  top: -2vw;
  left: -8vw;
}
#for_user__faq .cont__post .item dd {
  font-size: var(--font-size-18);
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
  margin-left: 6vw;
  font-size: 3.6vw;
}
#for_user__faq .cont__post .item dd::before {
  content: "A";
  color: var(--col--main-01);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.1em;
  font-size: var(--font-size-35);
  position: absolute;
  font-size: 6vw;
  top: -2.5vw;
  left: -8vw;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__greeting {
  background: url(/img/company/company__greeting__bg_img_01.jpg) center center/cover no-repeat;
}
#company__greeting .inner {
  position: relative;
  padding-top: 15vw;
}
#company__greeting .ttl03 {
  position: relative;
  writing-mode: horizontal-tb;
  margin-left: 5vw;
  margin-bottom: 4vw;
}
#company__greeting .ttl03 .ja span {
  font-size: 6.5vw;
  padding: 3vw;
  padding-left: 8vw;
  padding-right: 5vw;
}
#company__greeting .ttl03 .ja span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -4vw;
  rotate: 270deg;
}
#company__greeting .block__greeting {
  background: var(--col--main-01);
  padding: 7vw 5vw;
  position: relative;
}
#company__greeting .block__greeting .ttl04 {
  padding-bottom: 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 7vw;
  width: 100%;
}
#company__greeting .block__greeting .ttl04 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: 4.8vw;
  line-height: 1.6;
  color: #fff;
}
#company__greeting .block__greeting .item__img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#company__greeting .block__greeting .item__text {
  width: 100%;
  padding-right: 5vw;
}
#company__greeting .block__greeting .item__text br {
  display: none;
}
#company__greeting .block__greeting .item__text p {
  font-size: 3.8vw;
  color: #fff;
  line-height: 1.8;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: var(--pattern--texture__01_01);
}
#company__info .inner {
  position: relative;
  padding-top: 15vw;
}
#company__info .ttl03 {
  position: absolute;
  left: 0vw;
  top: 10vw;
}
#company__info .block__info {
  background: #fff;
  padding: 5vw;
  padding-left: 10vw;
  width: 95%;
  margin-left: auto;
}
#company__info .block__info .item__table {
  width: 100%;
}
#company__info .block__info .item__table tr {
  width: 100%;
}
#company__info .block__info .item__table tr th,
#company__info .block__info .item__table tr td {
  font-size: var(--font-size-16);
  letter-spacing: 0.25em;
  font-weight: 500;
  font-family: var(--fot--Noto-Serif);
  padding: 4vw;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 3.5vw;
  line-height: 1.6;
}
#company__info .block__info .item__table tr th {
  width: 35%;
}
#company__info .block__info .item__table tr:last-of-type th,
#company__info .block__info .item__table tr:last-of-type td {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

.company__item__map {
  width: 100%;
  height: 70vw;
}

#contact__about {
  background: var(--pattern--texture__01_01);
}
#contact__about .inner {
  padding-bottom: 0;
}
#contact__about .ttl03 {
  margin-bottom: 5vw;
}
#contact__about .block__about {
  background: #fff;
  padding: 5vw;
}
#contact__about .block__about .item__text {
  margin-bottom: 5vw;
}

#contact .ttl01 {
  width: fit-content;
  margin: unset;
  margin-bottom: 5vw;
}

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

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

}
#contents-u .com__latest {

  a{
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .group__info {
    width: calc(100% - 15vw);
    gap: 0;
  }

  .group__img {
    margin: 0 auto;
    width: 80%;
    height: 55vw;
    margin-bottom: 6vw;
  }

  .item__time {
    order: 1;
    font-size: var(--font-size-15);
    margin-bottom: var(--margin-20);
  }

  .item__ttl {
    order: 2;
    font-family: var(--fot--Hina-min);
    font-size: var(--font-size-28);
    color: var(--col--main-01);
    margin-bottom: var(--margin-20);
    font-size: 4.7vw;
  }

  .item__text {
    order: 4;
    color: var(--col--main-01);
    font-size: var(--font-size-16);
    font-weight: 500;
  }

  .list__tag {
    order: 3;
    width: 100%;
    gap: 4vw;
    margin-bottom: var(--margin-20);
    justify-content: start;

    .item {
      font-size: 3.5vw;
      padding: 1vw 3vw;
    }
  }
}


#contents-u .list__tags {
  width: 100%;
  gap: 5vw;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--margin-60);

  .item {
    width: 100%;
    height: 13vw;

    a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: relative;
      background: #fff;

      span {
        font-size: var(--font-size-17);
        letter-spacing: 0.08em;
        font-weight: 400;
      }

      &::before {
        content: "";
        position: absolute;
        width: 7vw;
        height: 7vw;
        border: 1px solid var(--col--txt-01);
        right: 3vw;
        top: 50%;
        translate: 0 -50%;
        border-radius: 50%;
        transition: ease 0.2s;
      }

      &::after {
        content: "";
        position: absolute;
        background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
                    width: 7vw;
                    height: 4vw;
                    right: 7vw;
        top: 50%;
        translate: 0 -50%;
        transition: ease 0.2s;
      }
    }
  }
}


/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#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 */