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

STYLE.css (PC)

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

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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1080px;
  height: 100px;
  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: 400px;
  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;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.5;
}
#header .block__right {
  position: relative;
  width: fit-content;
  gap: 20px;
  padding-right: var(--margin-30);
  min-width: 750px;
  margin-left: 30px;
}
#header .list__sns {
  gap: 30px;
}
#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: 35px;
  margin-right: var(--margin-20);
  align-items: end;
}
#nav .list-nav .item {
  width: fit-content;
  position: relative;
}
#nav .list-nav .item ruby rt {
  position: absolute;
  top: -15px;
  left: 28%;
  letter-spacing: 0.06em;
  translate: -50% 0;
}
#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;
  border-bottom: 1px solid transparent;
}
#nav .list-nav .item a:hover {
  opacity: 0.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
}
#mv .swiper-wrapper {
  width: 1920px;
  height: 930px;
}
#mv .swiper-wrapper .swiper-slide img {
  min-width: 1280px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  top: 200px;
  right: clamp(50px, 50vw - 600px, 300px);
}

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

.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: 490px;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-30);
}
#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;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
#footer .list-nav .item a:hover {
  opacity: 0.6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#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);
  background: var(--col--main-01);
  background: rgba(0, 0, 0, 0.3);
}
#footer .com__times {
  gap: 13px;
  margin-bottom: var(--margin-30);
}
#footer .com__times .item {
  gap: 30px;
}
#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);
}
#footer .com__times .item dt {
  position: relative;
}
#footer .com__times .item dt::before {
  content: "|";
  right: -15px;
  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: 21px;
}
#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: 16px;
  height: 22px;
  left: 0;
  top: 49%;
  translate: 0 -50%;
}
#footer .list__sns {
  gap: 30px;
  margin-bottom: var(--margin-60);
}
#footer .list__sns .item a {
  --size: 42px;
}
@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: 150px;
  padding-bottom: 30px;
}
#top__intro .ttl03 {
  position: absolute;
  top: 70px;
  right: 30px;
}
#top__intro .cont__about .block {
  display: flex;
}
#top__intro .cont__about .block .item__text {
  writing-mode: vertical-rl;
}
#top__intro .cont__about .block .item__text p {
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 2.2;
  font-size: var(--font-size-19);
}
#top__intro .cont__about .block__01 {
  margin-bottom: var(--margin-85);
}
#top__intro .cont__about .block__01 .item__img {
  margin-left: -50px;
  margin-right: 150px;
}
#top__intro .cont__about .block__01 .item__text {
  margin-top: var(--margin-40);
}
#top__intro .cont__about .block__02 {
  flex-direction: row-reverse;
  margin-bottom: var(--margin-60);
}
#top__intro .cont__about .block__02 .item__img {
  margin-right: 300px;
  margin-left: 150px;
}
#top__intro .cont__about .block__02 .item__text {
  position: relative;
  top: 40px;
}
#top__intro .cont__about .block__03 .item__img {
  margin-right: 125px;
  margin-left: 140px;
  margin-top: var(--margin-50);
}
/* 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 {
  width: 100%;
}
#top__about .wrap__about {
  margin: 0 auto;
  background: url(/img/top/top__about__bg_img_01.jpg) center center no-repeat;
  max-width: 1800px;
  width: 95%;
  padding: 100px 50px;
}
#top__about .ttl03 {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-40);
  width: 1080px;
}
#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);
  padding-bottom: var(--margin-10);
}
#top__about .block__message {
  margin: 0 auto;
  width: 1080px;
}
#top__about .block__message .item__text {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#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: 180px;
}
#top__product .ttl03 {
  position: absolute;
  left: 30px;
  z-index: 1;
  top: 140px;
}
#top__product .item__text_lead {
  width: 770px;
  margin-left: auto;
  margin-bottom: var(--margin-80);
  margin-right: var(--margin-80);
}
#top__product .cont__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 55px;
  margin-bottom: 180px;
}
#top__product .cont__product .block__product {
  background: var(--col--main-01);
  margin-bottom: var(--margin-50);
  display: flex;
  flex-direction: column;
}
#top__product .cont__product .block__product:last-child {
  margin-bottom: 0;
}
#top__product .cont__product .block__product .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: var(--margin-30);
  padding-left: var(--margin-60);
}
#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;
}
#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);
}
#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_01 {
  width: 100%;
  position: relative;
  min-height: 540px;
  padding-top: 100px;
}
#top__product .cont__product .block__product_01 .ttl04 {
  width: 560px;
  margin-left: auto;
}
#top__product .cont__product .block__product_01 .item__img {
  position: absolute;
  left: 0;
  top: 0;
}
#top__product .cont__product .block__product_01 .item__text {
  width: 560px;
  margin-left: auto;
  padding-inline: 60px;
  margin-bottom: var(--margin-40);
}
#top__product .cont__product .block__product_01 .com__btn_01 {
  width: fit-content;
  margin-left: auto;
  margin-right: var(--margin-60);
}
#top__product .cont__product .block__product_02,
#top__product .cont__product .block__product_03 {
  width: calc((100% - 55px) / 2);
  padding-top: 70px;
  height: 555px;
}
#top__product .cont__product .block__product_02 .ttl04,
#top__product .cont__product .block__product_03 .ttl04 {
  order: 2;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: var(--margin-30);
  padding-left: var(--margin-30);
}
#top__product .cont__product .block__product_02 .ttl04 .ja,
#top__product .cont__product .block__product_03 .ttl04 .ja {
  letter-spacing: 0.25em;
}
#top__product .cont__product .block__product_02 .item__img,
#top__product .cont__product .block__product_03 .item__img {
  order: 1;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__product .cont__product .block__product_02 .item__text,
#top__product .cont__product .block__product_03 .item__text {
  order: 3;
}
#top__product .cont__product .block__product_02 .com__btn_01,
#top__product .cont__product .block__product_03 .com__btn_01 {
  width: fit-content;
  margin-left: auto;
  margin-right: var(--margin-40);
  order: 4;
}
#top__product .block__bnr {
  width: 100%;
  position: relative;
  height: 300px;
}
#top__product .block__bnr::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__product__deco_dot.png) center center/contain no-repeat;
  width: 248px;
  height: 110px;
  right: -30px;
  top: -30px;
  z-index: -1;
}
#top__product .block__bnr > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 70px;
  position: relative;
  background: url(/img/common/pattern__texture__01_02.png);
}
#top__product .block__bnr > a .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(73, 73, 73, 0.3);
  margin-bottom: var(--margin-30);
  width: 560px;
}
#top__product .block__bnr > a .ttl04 .ja {
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  font-size: var(--font-size-40);
}
#top__product .block__bnr > a .item__img {
  position: absolute;
  right: 0;
  top: 0;
}
#top__product .block__bnr > a .com__btn_01 {
  width: fit-content;
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: url(/img/top/top__contact__bg_img_01.jpg) center bottom/max(1920px, 100%) no-repeat, url(/img/common/pattern__texture__01_01.jpg);
}
.common__contact .inner {
  position: relative;
  flex-direction: row-reverse;
  padding-top: 90px;
}
.common__contact .inner .ttl03 {
  order: 1;
  margin-right: 125px;
  margin-left: var(--margin-80);
}
.common__contact .inner .item__text_lead {
  margin-left: 100px;
  order: 2;
  writing-mode: vertical-rl;
  margin-top: 140px;
}
.common__contact .inner .item__text_lead p {
  font-weight: 300;
  font-size: var(--font-size-16);
  letter-spacing: 0.3em;
  line-height: 2.9;
  color: #fff;
}
.common__contact .inner .item__text_lead p > * {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 13px;
}
.common__contact .inner .block__info {
  order: 3;
  margin-top: 150px;
}
.common__contact .inner .block__info .com__tel {
  margin-bottom: var(--margin-30);
}
.common__contact .inner .block__info .com__tel .item__num {
  font-size: var(--font-size-42);
  letter-spacing: 0.15em;
  padding-left: 0.8em;
}
.common__contact .inner .block__info .com__tel .item__num::before {
  width: 22px;
  height: 32px;
}
/* common__news top__news
========================================================================= */
.com__tag .item {
  background: var(--col--main-01);
  padding: 2px 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.com__latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: var(--margin-30);
  right: 0;
  position: relative;
  transition: ease 0.2s;
}
.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: 3;
  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;
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-15);
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-right: var(--margin-30);
  margin-bottom: var(--margin-15);
}
.com__latest .list__tag {
  order: 2;
  width: 75%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  right: -5px;
  opacity: 0.7;
}
@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);
  min-height: 540px;
}
#top__news .inner {
  position: relative;
  padding-top: 125px;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 130px;
}
#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: 795px;
  margin-left: auto;
}
#top__news .com__btn_01 {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 350px;
}

/* common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.common__nav_subpages {
  background: var(--pattern--texture__01_01);
  position: relative;
  z-index: 0;
}
.common__nav_subpages .list__subpages {
  gap: 80px;
}
.common__nav_subpages .list__subpages .item {
  width: calc((100% - 80px) / 2);
  background: var(--col--main-01);
  position: relative;
  transition: ease 0.2s;
}
.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: 248px;
  height: 110px;
  right: -30px;
  top: -30px;
}
.common__nav_subpages .list__subpages .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 40px;
  padding-right: 0;
}
.common__nav_subpages .list__subpages .item .ttl03 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-30);
}
.common__nav_subpages .list__subpages .item .ttl03 .ja {
  font-size: var(--font-size-40);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  color: #fff;
}
.common__nav_subpages .list__subpages .item:hover {
  opacity: 0.8;
}
/* 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;
  right: 60px;
  top: 100px;
  width: 180px;
}
#about__nangohi .ttl03 .ja span:last-of-type {
  top: 150px;
  position: relative;
}
#about__nangohi .block__about {
  background: #fff;
  padding: 50px;
  width: 750px;
  position: relative;
  margin-bottom: var(--margin-80);
  margin-top: var(--margin-60);
}
#about__nangohi .block__about .item__img {
  position: absolute;
  right: 20px;
  bottom: -40px;
  translate: 100%;
}
#about__nangohi .block__about .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: 300;
}
#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: 50px;
  position: relative;
}
#about__nangohi .block__feature .ttl04 {
  position: absolute;
  left: 50px;
  top: 50px;
}
#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 .list__feature {
  width: 500px;
  margin-left: auto;
  margin-right: 100px;
}
#about__nangohi .block__feature .list__feature .item {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-20);
  position: relative;
  padding-left: var(--margin-40);
}
#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: 23px;
  height: 23px;
  left: 0;
  top: 0px;
}
#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: 300;
  letter-spacing: 0.2em;
}

/* 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;
  left: 50px;
  top: 100px;
}
#about__creative .ttl03 .ja span:last-of-type {
  top: 30px;
  position: relative;
}
#about__creative .cont__about {
  margin-bottom: 180px;
}
#about__creative .cont__about .block {
  display: flex;
  flex-direction: row-reverse;
}
#about__creative .cont__about .block .item__text {
  writing-mode: vertical-rl;
}
#about__creative .cont__about .block .item__text p {
  font-size: var(--font-size-16);
  letter-spacing: 0.25em;
  line-height: 2.2;
  font-weight: 300;
  font-family: var(--fot--Noto-Serif);
}
#about__creative .cont__about .block_01 {
  margin-top: 100px;
  margin-bottom: 100px;
}
#about__creative .cont__about .block_01 .item__img {
  margin-right: 110px;
  margin-left: 130px;
}
#about__creative .cont__about .block_01 .item__text {
  height: 320px;
  margin-top: 100px;
}
#about__creative .cont__about .block_02 {
  flex-direction: row;
}
#about__creative .cont__about .block_02 .item__img {
  margin-left: 140px;
  margin-right: 50px;
}
#about__creative .cont__about .block_02 .item__img img {
  width: max-content;
}
#about__creative .cont__about .block_02 .item__text {
  margin-top: 40px;
  height: 340px;
  width: fit-content;
  margin-left: auto;
}
#about__creative .cont__about .block_03 {
  position: relative;
  margin-top: -50px;
}
#about__creative .cont__about .block_03 .item__text {
  width: fit-content;
  height: 230px;
  margin-right: auto;
  margin-left: 190px;
}
#about__creative .cont__lineup {
  background: url(/img/common/pattern__texture__01_02.png);
  padding: 100px 70px;
  position: relative;
}
#about__creative .cont__lineup .ttl04 {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: var(--margin-30);
  width: 470px;
}
#about__creative .cont__lineup .ttl04 .ja {
  font-size: var(--font-size-42);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
}
#about__creative .cont__lineup .item__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#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: 248px;
  height: 110px;
  right: -20px;
  top: -20px;
}
/* product
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* product__lineup
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#product__lineup {
  background: var(--pattern--texture__01_01);
}
#product__lineup .inner {
  position: relative;
  padding-top: 150px;
}
#product__lineup .ttl03 {
  position: absolute;
  left: 50px;
  top: 100px;
}
#product__lineup .ttl03 .ja span:last-of-type {
  top: 30px;
  position: relative;
}
#product__lineup .item__text_lead {
  width: fit-content;
  margin-left: auto;
  margin-right: 160px;
  margin-bottom: var(--margin-70);
}
#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;
  padding: 12px;
  background: #fff;
  border: 1px solid var(--col--main-01);
  margin-bottom: 10px;
  padding: 14px;
}
#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: var(--margin-50);
  background: var(--col--main-01);
  padding: 50px 0;
  margin-bottom: var(--margin-50);
}
#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 50px;
  padding-bottom: var(--margin-30);
  margin-bottom: var(--margin-30);
  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;
  line-height: 1.4;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images {
  width: calc(580px + 30px + 370px);
  margin: 0 auto;
  margin-bottom: var(--margin-50);
  gap: 30px;
  justify-content: center;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images >.item{
  width: 640px;
  height: 550px;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images .side_images{
  width: 340px;
  gap: 20px;
}
#product__lineup .cont__lineup .cont__post .block__post .list__images .side_images >.item{
  width: 100%;
  height: 170px;
}
#product__lineup .cont__lineup .cont__post .block__post .item__text {
  width: 100%;
  padding: 0 50px;
  margin-bottom: var(--margin-30);
}
#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;
  line-height: 1.9;
}
#product__lineup .cont__lineup .cont__post .block__post .item__price {
  width: fit-content;
  margin-left: auto;
  margin-right: 50px;
}
#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: var(--margin-20);
  border-right: 1px solid #fff;
  margin-right: var(--margin-20);
}
#product__lineup .cont__lineup .cont__post .block__post .item__url {
  background: url(/img/common/pattern__texture__01_02.png);
  width: 450px;
  height: 60px;
  margin: 0 auto;
  margin-top: var(--margin-70);
  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;
}
#product__voice .ttl03 {
  position: absolute;
  left: 0;
  top: 120px;
  writing-mode: horizontal-tb;
  margin-left: var(--margin-30);
}
#product__voice .ttl03 .ja span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5px;
  rotate: 270deg;
}
#product__voice .item__text_lead {
  width: fit-content;
  margin-left: auto;
  margin-right: var(--margin-70);
  margin-top: var(--margin-20);
  margin-bottom: var(--margin-70);
}
#product__voice .cont__post .block__post {
  position: relative;
  background: var(--col--main-01);
  padding: 50px;
  padding-right: 0;
  margin-bottom: var(--margin-50);
  min-height: 440px;
}
#product__voice .cont__post .block__post:last-child {
  margin-bottom: 0;
}
#product__voice .cont__post .block__post .group__info {
  width: 560px;
  margin-left: auto;
}
#product__voice .cont__post .block__post .ttl04 {
  order: 2;
  padding: 0 50px;
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-30);
}
#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 {
  padding: 0 50px;
  margin-bottom: var(--margin-20);
  order: 1;
}
#product__voice .cont__post .block__post .item__img {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 470px;
  height: 340px;
}
#product__voice .cont__post .block__post .item__text {
  padding: 0 50px;
  order: 3;
}
#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: 160px;
}
#for_user__greeting .ttl03 {
  position: absolute;
  right: 60px;
  top: 120px;
  z-index: 1;
  width: 180px;
}
#for_user__greeting .block__greeting {
  position: relative;
  width: 750px;
  padding: 50px;
  background: #fff;
}
#for_user__greeting .block__greeting .item__img {
  position: absolute;
  right: 20px;
  bottom: -50px;
  translate: 100% 0;
}
#for_user__greeting .block__greeting .item__text p {
  line-height: 1.9;
}

/* for_user__about_product
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#for_user__about_product {
  background: var(--pattern--texture__01_01);
}
#for_user__about_product .inner {
  position: relative;
  padding-top: 220px;
}
#for_user__about_product .ttl03 {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 140px;
}
#for_user__about_product .ttl03 .ja span:last-of-type {
  position: relative;
  top: 150px;
}
#for_user__about_product .block__about {
  background: #fff;
  padding: 50px;
  margin-left: auto;
  width: 750px;
  position: relative;
  margin-bottom: 130px;
}
#for_user__about_product .block__about .item__img {
  position: absolute;
  left: 20px;
  bottom: -50px;
  translate: -100% 0;
}
#for_user__about_product .block__about .item__text p {
  line-height: 2;
}
#for_user__about_product .cont__guide {
  background: var(--col--main-01);
  margin-bottom: var(--margin-50);
  padding: 50px;
  position: relative;
}
#for_user__about_product .cont__guide:last-child {
  margin-bottom: 0;
}
#for_user__about_product .cont__guide .ttl04 {
  position: absolute;
  left: 50px;
  top: 50px;
}
#for_user__about_product .cont__guide .ttl04 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  color: #fff;
  line-height: 1.6;
}
#for_user__about_product .cont__guide .wrap__point {
  width: 625px;
  margin-left: auto;
}
#for_user__about_product .cont__guide .wrap__point .item__text_lead {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-40);
}
#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: var(--margin-20);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-40);
}
#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: var(--margin-20);
  align-items: center;
  gap: 5px;
}
#for_user__about_product .cont__guide .wrap__point .block__point .ttl05 .icon {
  width: 45px;
  height: 45px;
  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-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: var(--margin-15);
}
#for_user__about_product .cont__guide .wrap__point .block__point .item__text:last-child {
  margin-bottom: 0;
  margin-top: var(--margin-15);
}
#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: 4px;
  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: var(--margin-7);
}
#for_user__about_product .cont__guide .wrap__point .block__point .list__point > .item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 10px;
  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: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#for_user__faq .ttl03 .ja span:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -5px;
  rotate: 270deg;
}
#for_user__faq .cont__post {
  background: #fff;
  padding: 35px;
}
#for_user__faq .cont__post .item {
  padding-bottom: var(--margin-50);
  border-bottom: 1px solid #b5a574;
  margin-bottom: var(--margin-50);
}
#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: var(--margin-30);
  margin-left: var(--margin-40);
}
#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;
  top: -17px;
  left: -40px;
}
#for_user__faq .cont__post .item dd {
  font-size: var(--font-size-16);
  letter-spacing: 0.08em;
  line-height: 1.8;
  position: relative;
  margin-left: var(--margin-40);
}
#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;
  top: -17px;
  left: -40px;
}

/* 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: 150px;
}
#company__greeting .ttl03 {
  position: absolute;
  right: 60px;
  top: 100px;
  width: 100px;
  z-index: 3;
}
#company__greeting .ttl03 .ja span {
  padding-top: 25px;
}
#company__greeting .block__greeting {
  background: var(--col--main-01);
  padding: 50px;
  position: relative;
}
#company__greeting .block__greeting .ttl04 {
  padding-left: var(--margin-10);
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: var(--margin-30);
  width: 560px;
}
#company__greeting .block__greeting .ttl04 .ja {
  font-size: var(--font-size-30);
  font-family: var(--fot--Hina-min);
  letter-spacing: 0.25em;
  line-height: 1.6;
  color: #fff;
}
#company__greeting .block__greeting .item__img {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#company__greeting .block__greeting .item__text {
  width: 560px;
  padding-right: var(--margin-20);
}
#company__greeting .block__greeting .item__text p {
  color: #fff;
  line-height: 2;
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: var(--pattern--texture__01_01);
}
#company__info .inner {
  position: relative;
  padding-top: 180px;
}
#company__info .ttl03 {
  position: absolute;
  left: 40px;
  top: 140px;
}
#company__info .block__info {
  background: #fff;
  padding: 50px;
  width: 920px;
  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: var(--margin-30);
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#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: 450px;
}

#contact__about {
  background: var(--pattern--texture__01_01);
}
#contact__about .inner {
  padding-bottom: 0;
}
#contact__about .ttl03 {
  margin-bottom: var(--margin-40);
}
#contact__about .block__about {
  background: #fff;
  padding: 50px;
}
#contact__about .block__about .item__text {
  margin-bottom: var(--margin-30);
}

#contact .ttl01 {
  width: fit-content;
  margin: unset;
  margin-bottom: var(--margin-60);
}

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

共通下層ページ　( 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 {
  .ttl01{
    margin: unset;
    margin-bottom: 60px;
  }
}
#contents-u .com__latest {

  a{
    justify-content: space-between;
  }

  .group__info {
    width: 650px;
  }

  .group__img {
    width: 390px;
    height: 260px;
    margin-right: unset;
  }

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

  .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-25);
  }

  .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: 20px;
    margin-bottom: var(--margin-20);

    .item {
      font-size: 12px;
      padding: 5px 15px;
    }
  }
}


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

  .item {
    width: calc((100% - 120px) / 3);
    height: 60px;

    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: 34px;
        height: 34px;
        border: 1px solid var(--col--txt-01);
        right: -10px;
        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: 45px;
        height: 9px;
        right: 4px;
        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.css.map */