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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: var(--pt--texture-01-01);
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  padding-left: 20px;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  padding-right: 20px;
  gap: 15px;
  position: relative;
  margin-top: -25px;
}
#header .com__tel {
  flex-direction: column;
  gap: 5px;
  margin-right: var(--margin-15);
}
#header .com__tel .item__num {
  font-size: var(--font-size-30);
}
#header .com__tel .item__num small {
  font-size: var(--font-size-20);
}
#header .btn__contact {
  width: 195px;
  height: 65px;
  background: var(--col--main-01);
  border-radius: 0 0 15px 15px;
}
#header .btn__contact span {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
#header .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 13px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  filter: var(--col--white-f);
}
@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: 40px;
}
#nav .list-nav .item {
  width: fit-content;
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  position: relative;
  padding-bottom: 3px;
}
#nav .list-nav .item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 0%;
  border-bottom: 1px solid var(--col--main-01);
  transition: ease 0.3s;
}
#nav .list-nav .item a:hover {
  color: var(--col--main-01);
}
#nav .list-nav .item a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 840px;
  background: url(/img/mv/mv__img.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 360px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--pt--texture-01-b);
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  padding-top: 45px;
  padding-bottom: var(--margin-45);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-40);
}
@media screen and (max-width: 767px) {
  #footer .inner {
    width: 90%;
  }
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .com__btn_01 {
  width: 200px;
  color: var(--col--txt-01);
  font-weight: 600;
  font-size: var(--font-size-17);
}
#footer .com__btn_01:hover {
  background: transparent;
  color: #fff;
}
#footer nav {
  position: relative;
  margin-inline: auto;
  width: 1080px;
  margin-bottom: var(--margin-50);
}
#footer nav .list-nav {
  justify-content: space-between;
}
#footer nav .list-nav .item {
  color: #fff;
  width: fit-content;
  font-size: var(--font-size-14);
  font-weight: 400;
}
#footer nav .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
#footer nav .list-nav .item a:hover {
  opacity: 0.5;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: var(--margin-40);
  color: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.pagetop {
  z-index: 5;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: ease 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
  bottom: 13px;
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  background: var(--pt--texture-01-01);
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  background: url(/img/top/top__about__bg_img_03.png) center bottom/100% auto no-repeat, url(/img/top/top__about__bg_img_01.png) left top no-repeat, url(/img/top/top__about__bg_img_02.png) right top no-repeat;
}
#top__about .inner {
  padding-block: 230px;
  padding-top: 80px;
}
#top__about .ttl03 {
  width: 460px;
  margin-left: auto;
  position: relative;
  margin-bottom: var(--margin-25);
}
#top__about .ttl03 .ttl__ja {
  margin-bottom: var(--margin-25);
}
#top__about .cont__intro {
  width: 460px;
  margin-left: auto;
  position: relative;
}
#top__about .cont__intro .item__img {
  position: absolute;
  left: -80px;
  top: -190px;
  width: max-content;
  translate: -100% 0;
}
/* top__chart
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__chart {
  background: #fff;
  border-top: 1px solid transparent;
}
#top__chart .inner {
  padding-top: 0;
}
#top__chart .ttl03 {
  margin-inline: auto;
  margin-top: -20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: var(--margin-30);
}
#top__chart .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#top__chart .cont__chart {
  height: 975px;
  width: 100%;
  background: url(/img/top/top__chart__map_01.png) center top 315px no-repeat;
  position: relative;
}
#top__chart .cont__chart::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__chart__bg_img_01.png) center center/100% auto no-repeat;
  width: 1920px;
  height: 254px;
  left: 50%;
  translate: -50% 0;
  top: 440px;
}
#top__chart .cont__chart .list__chart {
  position: relative;
  width: 100%;
  height: 100%;
}
#top__chart .cont__chart .list__chart > .item {
  width: 240px;
  height: fit-content;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 6px;
  border: 2px solid var(--col--main-01);
  border-radius: 15px;
  background: #fff;
}
#top__chart .cont__chart .list__chart > .item .ttl04 {
  order: 2;
  height: 54px;
  text-align: center;
  margin-bottom: var(--margin-15);
}
#top__chart .cont__chart .list__chart > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  line-height: 1.4;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--main-01);
}
#top__chart .cont__chart .list__chart > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-10);
}
#top__chart .cont__chart .list__chart > .item .btn__chart {
  order: 3;
  width: 220px;
  height: 40px;
  margin-inline: auto;
  border-radius: 30px;
  background: var(--col--acc-01);
  position: relative;
  transition: ease 0.2s;
}
#top__chart .cont__chart .list__chart > .item .btn__chart::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#top__chart .cont__chart .list__chart > .item .btn__chart span {
  font-size: var(--font-size-20);
  font-weight: 700;
}
#top__chart .cont__chart .list__chart > .item .btn__chart:hover {
  background: transparent;
  color: var(--col--main-01);
}
#top__chart .cont__chart .list__chart > .item .btn__chart:hover::before {
  right: 15px;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(1) {
  left: 0;
  top: 160px;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(2) {
  left: 280px;
  top: 0;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(3) {
  right: 280px;
  top: 0;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(4) {
  right: 0;
  top: 160px;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(5) {
  left: 0;
  bottom: 160px;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(6) {
  left: 280px;
  bottom: 0;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(7) {
  right: 280px;
  bottom: 0;
}
#top__chart .cont__chart .list__chart .item:nth-of-type(8) {
  right: 0;
  bottom: 160px;
}

/* top__subpages_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages_01 .inner {
  padding-bottom: 35px;
}
#top__subpages_01 .list__subpages {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
#top__subpages_01 .list__subpages > .item {
  width: calc((100% - 60px) / 3);
  border-radius: 0 0 16px 16px;
  background: var(--col--base-02);
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#top__subpages_01 .list__subpages > .item a {
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}
#top__subpages_01 .list__subpages > .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-15);
  text-align: center;
  position: relative;
  margin-inline: 20px;
  padding-left: 15px;
}
#top__subpages_01 .list__subpages > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  left: 0;
  top: 3px;
}
#top__subpages_01 .list__subpages > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--main-01);
  font-weight: 700;
}
#top__subpages_01 .list__subpages > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-15);
}
#top__subpages_01 .list__subpages > .item .item__text {
  margin-inline: 25px;
  order: 3;
  text-align: center;
}
#top__subpages_01 .list__subpages > .item .item__text P {
  font-size: var(--font-size-17);
  font-weight: 500;
}
#top__subpages_01 .list__subpages > .item:hover {
  opacity: 0.7;
  top: -4px;
}

/* top__subpages_02
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages_02 .inner {
  padding-top: 35px;
  padding-bottom: 180px;
  width: 100%;
}
#top__subpages_02 .list__subpages {
  display: flex;
  gap: 80px;
}
#top__subpages_02 .list__subpages > .item {
  width: 880px;
  height: 320px;
  border-radius: 15px;
  position: relative;
  z-index: 0;
}
#top__subpages_02 .list__subpages > .item a {
  display: block;
  width: 100%;
  height: 100%;
  align-content: end;
  padding-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
#top__subpages_02 .list__subpages > .item a::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages_02__filter_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 253px;
  bottom: 0;
}
#top__subpages_02 .list__subpages > .item a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  transition: ease 0.4s;
}
#top__subpages_02 .list__subpages > .item a:hover::before {
  content: "";
  position: absolute;
  scale: 1.05;
  opacity: 0.8;
}
#top__subpages_02 .list__subpages > .item .ttl04 {
  width: fit-content;
  position: relative;
  padding-left: 35px;
  margin-inline: auto;
}
#top__subpages_02 .list__subpages > .item .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_02.png) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
  top: 5px;
}
#top__subpages_02 .list__subpages > .item .ttl04 .ttl__ja {
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  font-size: var(--font-size-32);
  color: #fff;
}
#top__subpages_02 .list__subpages > .item:nth-of-type(1) a::before {
  background: url(/img/top/top__subpages_02__img_01.png) center center/cover no-repeat;
}
#top__subpages_02 .list__subpages > .item:nth-of-type(2) a::before {
  background: url(/img/top/top__subpages_02__img_02.png) center center/cover no-repeat;
}

/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  background: url(/img/top/top__case__bg_img_01.png) center bottom no-repeat, var(--pt--texture-01-b);
}
#top__case .inner {
  position: relative;
  padding-top: 80px;
}
#top__case .ttl03 {
  width: 320px;
  margin-bottom: var(--margin-30);
  margin-left: auto;
  margin-right: 150px;
}
#top__case .ttl03 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-50);
}
#top__case .list__images {
  position: absolute;
  width: 1800px;
  gap: 60px;
  display: flex;
  left: 50%;
  translate: -50% 0;
  top: -50px;
}
#top__case .list__images .item__img {
  width: calc((100% - 195px) / 4);
}
#top__case .item__text_lead {
  width: 320px;
  color: #fff;
  margin-bottom: var(--margin-30);
  margin-left: auto;
  margin-right: 150px;
}
#top__case .com__btn_01 {
  width: 320px;
  margin-left: auto;
  margin-right: 150px;
}

/* top__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__info {
  position: relative;
  z-index: 0;
}
#top__info .inner {
  padding-block: 120px;
  padding-bottom: var(--margin-60);
  position: relative;
}
#top__info .ttl03 {
  margin-bottom: var(--margin-60);
  position: relative;
}
#top__info .ttl03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__info__deco_01.png) center center/contain no-repeat;
  width: 276px;
  height: 219px;
  left: -250px;
  top: 0;
}
#top__info .cont__info {
  position: relative;
}
#top__info .cont__info .item__table {
  width: 520px;
}
#top__info .cont__info .item__table tr th,
#top__info .cont__info .item__table tr td {
  font-size: var(--font-size-17);
  font-weight: 500;
  padding-block: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #d9d9d9;
}
#top__info .cont__info .item__table tr th {
  width: 160px;
}
#top__info .cont__info .item__table tr td .wrap__tel {
  width: fit-content;
  gap: 5px;
}
#top__info .cont__info .item__table tr td .wrap__tel .tel-attention {
  height: 14px;
}
#top__info .cont__info .item__table tr:last-of-type th, #top__info .cont__info .item__table tr:last-of-type td {
  border-bottom: unset;
}
#top__info .cont__info .item__map {
  position: absolute;
  width: 960px;
  height: 420px;
  right: -420px;
  top: -110px;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: var(--font-size-16);
}

#contents-u .com__latest{
  margin-bottom: var(--margin-60);
  &:last-child{
      margin-bottom: 0;
  }
}


.com__latest {
  position: relative;
  transition: ease 0.2s;
  top: 0;
}
.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;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-16);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-10);
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-16);
}
.com__latest .item__time::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-left: 10px;
  color: #d9d9d9;
}
.com__latest .item__time:last-child::after {
  display: none;
}
.com__latest .list__tag {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-15);
  gap: 12px;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
  margin-bottom: var(--margin-15);
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  top: -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 .inner {
  position: relative;
  padding-top: var(--margin-60);
}
#top__news .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__news .cont__latest {
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  align-items: start;
  padding: 20px;
  gap: 45px;
  display: flex;
  border-radius: 15px;
}
#top__news .cont__latest .com__latest {
  width: 310px;
}
#top__news .cont__latest .com__latest .group__img {
  width: 100%;
  height: 240px;
  border-radius: 15px;
  margin-bottom: var(--margin-15);
}
#top__news .com__btn_01 {
  position: absolute;
  right: 0;
  top: 60px;
  width: 210px;
}

.common__contact {
  position: relative;
}
.common__contact .inner {
  padding-top: var(--margin-40);
  padding-bottom: 45px;
}
.common__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__bg_01.png) center center/100% 100% no-repeat;
  width: max(1920px, 100%);
  height: 230px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.common__contact .wrap__contact {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 720px;
  height: fit-content;
  position: relative;
  margin-inline: auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.common__contact .ttl03 {
  margin-bottom: var(--margin-35);
  margin-inline: auto;
  position: relative;
}
.common__contact .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__deco_01.png) center center/contain no-repeat;
  width: 153px;
  height: 37px;
  left: -10px;
  top: 50%;
  translate: -100% -50%;
}
.common__contact .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/common__contact__deco_02.png) center center/contain no-repeat;
  width: 153px;
  height: 37px;
  right: -10px;
  top: 50%;
  translate: 100% -50%;
}
.common__contact .item__text_lead {
  margin-bottom: var(--margin-35);
  text-align: center;
}
.common__contact .group__contact {
  gap: 30px;
}
.common__contact .group__contact .com__tel {
  flex-direction: column;
  gap: 10px;
}
.common__contact .group__contact .com__tel .item__num {
  font-size: var(--font-size-30);
}
.common__contact .group__contact .com__tel .item__num small {
  font-size: var(--font-size-20);
}
.common__contact .group__contact .btn__contact {
  width: 280px;
  height: 65px;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  transition: ease 0.2s;
}
.common__contact .group__contact .btn__contact span {
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--main-01);
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}
.common__contact .group__contact .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 13px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .group__contact .btn__contact:hover {
  opacity: 0.7;
  border: 1px solid var(--col--main-01);
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__view
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__view {
  border-bottom: 1px solid #d9d9d9;
}
#about__view .cont__works .block__works {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
#about__view .cont__works .block__works:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#about__view .cont__works .block__works::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
  width: 100vw;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#about__view .cont__works .block__works:last-child::before {
  display: none;
}
#about__view .cont__works .block__works .group__intro {
  width: 540px;
  position: relative;
  margin-bottom: 100px;
  min-height: 400px;
}
#about__view .cont__works .block__works .group__intro .ttl04 {
  background: url(/img/common/frame__ttl_01_01.png) center center/100% 100% no-repeat;
  width: 540px;
  height: 70px;
  align-content: center;
  padding-left: 20px;
  margin-bottom: var(--margin-30);
}
#about__view .cont__works .block__works .group__intro .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-38);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  text-shadow: 0px 0px 15px rgba(34, 81, 111, 0.4);
}
#about__view .cont__works .block__works .group__intro .item__img {
  position: absolute;
  top: 0;
}
#about__view .cont__works .block__works .group__intro .item__text {
  width: 540px;
}
#about__view .cont__works .block__works .group__worries {
  background: var(--col--base-02);
  border-top: 1px solid transparent;
  margin-bottom: var(--margin-80);
}
#about__view .cont__works .block__works .group__worries .ttl05 {
  background: url(/img/common/frame__ttl_02_bg.png) center center/auto no-repeat, var(--col--main-01);
  width: 460px;
  height: 55px;
  border-radius: 30px;
  align-content: center;
  text-align: center;
  margin-inline: auto;
  margin-top: -30px;
}
#about__view .cont__works .block__works .group__worries .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  letter-spacing: 0;
  color: #fff;
}
#about__view .cont__works .block__works .group__worries .list__worries {
  width: 100%;
  padding: 40px 30px 50px;
  gap: 30px 20px;
  display: flex;
  flex-wrap: wrap;
}
#about__view .cont__works .block__works .group__worries .list__worries > .item {
  width: calc((100% - 40px) / 3);
}
#about__view .cont__works .block__works .group__worries .list__worries > .item .text {
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  padding-left: 3px;
}
#about__view .cont__works .block__works .group__worries .list__worries > .item .text::before {
  content: "●";
  color: var(--col--main-01);
  position: relative;
}
#about__view .cont__works .block__works .group__note {
  width: 930px;
  background: #3b8bc5;
  border-radius: 15px;
  padding: 30px 25px;
  color: #fff;
  margin-left: auto;
  position: relative;
}
#about__view .cont__works .block__works .group__note::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__icon__arrow_01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 17px;
  translate: -100% 0;
  top: 50px;
  left: 0;
}
#about__view .cont__works .block__works .group__note::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__icon__human_01.png) center center/contain no-repeat;
  width: 120px;
  height: 120px;
  translate: -100% 0;
  top: 0;
  left: -40px;
}
#about__view .cont__works .block__works .group__note .ttl05 {
  width: fit-content;
  margin-bottom: var(--margin-30);
}
#about__view .cont__works .block__works .group__note .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0;
  font-family: var(--fot--Zen-Maru-Goth);
}
#about__view .cont__works .block__works .group__note .item__text p {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.9;
}
#about__view .cont__works .block__works .group__note .item__text .str-01 {
  font-weight: 700;
  font-size: var(--font-size-19);
  letter-spacing: 0;
  background: linear-gradient(180deg, rgba(185, 186, 80, 0) 70%, #b9ba50 70%);
}
#about__view .cont__works .block__works:nth-of-type(odd) .group__intro {
  margin-left: auto;
}
#about__view .cont__works .block__works:nth-of-type(odd) .group__intro .item__img {
  translate: -100% 0;
  left: -40px;
}
#about__view .cont__works .block__works:nth-of-type(even) .group__intro {
  margin-right: auto;
}
#about__view .cont__works .block__works:nth-of-type(even) .group__intro .item__img {
  right: -40px;
  translate: 100% 0;
}
/* about__other
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__other .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#about__other .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_01.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  left: -50px;
  bottom: 7px;
}
#about__other .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_02.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  right: -50px;
  bottom: 7px;
}
#about__other .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
}
#about__other .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#about__other .item__text_lead {
  background: var(--col--base-02);
  padding: 30px 15px;
  text-align: center;
  width: 740px;
  margin-inline: auto;
  position: relative;
}
#about__other .item__text_lead::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__paint_01_01.png) center center/contain no-repeat;
  width: 51px;
  height: 66px;
  left: -20px;
  bottom: -6px;
}
#about__other .item__text_lead::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__paint_02_01.png) center center/contain no-repeat;
  width: 78px;
  height: 73px;
  right: -25px;
  bottom: -6px;
}
/* common__for
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* common__recommend
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__recommend .inner {
  padding-bottom: var(--margin-40);
}
.common__recommend .cont__recommend {
  margin-bottom: 110px;
  position: relative;
}
.common__recommend .cont__recommend::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_02.png) center center/contain no-repeat;
  width: 244px;
  height: 57px;
  left: 50%;
  translate: -50% 100%;
  bottom: -28px;
}
.common__recommend .cont__recommend .ttl03 {
  margin-bottom: var(--margin-50);
}
.common__recommend .cont__recommend .list__example {
  width: 100%;
  padding: 35px 10px;
  gap: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  background: var(--col--base-02);
  border-radius: 15px;
}
.common__recommend .cont__recommend .list__example > .item {
  width: calc((100% - 30px) / 3);
}
.common__recommend .cont__recommend .list__example > .item .text {
  font-size: var(--font-size-17);
  font-family: var(--fot--Zen-Maru-Goth);
  font-weight: 700;
  line-height: 1.6;
  padding-left: 3px;
}
.common__recommend .cont__recommend .list__example > .item .text::before {
  content: "●";
  color: var(--col--main-01);
  position: relative;
}
.common__recommend .cont__solution .ttl04 {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-55);
  position: relative;
}
.common__recommend .cont__solution .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_01.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  left: -42px;
  top: -3px;
}
.common__recommend .cont__solution .ttl04::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_02.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  right: -42px;
  top: -3px;
}
.common__recommend .cont__solution .ttl04 .ttl__ja {
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  font-size: var(--font-size-40);
  color: var(--col--main-01);
}
.common__recommend .cont__solution .item__text {
  text-align: center;
}
/* common__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__reason .inner {
  padding-top: var(--margin-40);
}
.common__reason .ttl03 {
  width: 100%;
  height: 400px;
  margin-bottom: var(--margin-60);
}
.common__reason .list__reason {
  flex-direction: column;
  display: flex;
  gap: 40px;
}
.common__reason .list__reason > .item {
  background: #fff;
  border-radius: 15px;
  border: 2px solid var(--col--main-01);
  padding: 20px;
}
.common__reason .list__reason > .item .ttl04 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: var(--margin-10);
}
.common__reason .list__reason > .item .ttl04 .ttl__num {
  width: fit-content;
}
.common__reason .list__reason > .item .ttl04 .ttl__ja {
  padding-bottom: 15px;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
  border-bottom: 1px solid #d9d9d9;
  flex: 1;
}
/* common__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__flow {
  background: var(--pt--texture-01-b);
}
.common__flow .ttl03 {
  margin-bottom: var(--margin-50);
}
.common__flow .ttl03 .ttl__ja {
  font-weight: 700;
  color: #fff;
}
.common__flow .list__flow {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.common__flow .list__flow > .item {
  height: fit-content;
  width: calc((100% - 60px) / 3);
  min-height: 80px;
  background: #fff;
  text-align: center;
  align-content: center;
  border-radius: 15px;
  position: relative;
}
.common__flow .list__flow > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 19px;
  height: 35px;
  top: 50%;
  translate: 100% -50%;
  right: -5px;
}
.common__flow .list__flow > .item:last-of-type::before {
  display: none;
}
.common__flow .list__flow > .item .text {
  font-size: var(--font-size-24);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
  color: var(--col--main-01);
}

#for_owner__message .ttl03 {
  position: relative;
  margin-bottom: var(--margin-30);
}
#for_owner__message .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_01.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  left: -50px;
  bottom: 7px;
}
#for_owner__message .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__emo_01_02.png) center center/contain no-repeat;
  width: 31px;
  height: 43px;
  right: -50px;
  bottom: 7px;
}
#for_owner__message .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
}
#for_owner__message .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-48);
}
#for_owner__message .item__text_lead {
  background: var(--col--base-02);
  padding: 40px 15px;
  text-align: center;
  width: 860px;
  margin-inline: auto;
  position: relative;
}
#for_owner__message .item__text_lead::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__paint_01_01.png) center center/contain no-repeat;
  width: 51px;
  height: 66px;
  left: -20px;
  bottom: -6px;
}
#for_owner__message .item__text_lead::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__paint_02_01.png) center center/contain no-repeat;
  width: 78px;
  height: 73px;
  right: -45px;
  bottom: -6px;
}
/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case（index）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .cont__post {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#case .cont__post .wrap__post {
  width: calc((100% - 40px) / 2);
}
#case .cont__post .wrap__post .group__tags {
  width: 100%;
  min-height: 30px;
  height: fit-content;
  margin-bottom: var(--margin-10);
}
#case .cont__post .wrap__post .list__tags {
  width: 100%;
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
}
#case .cont__post .wrap__post .list__tags > .item {
  background: var(--col--main-01);
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: var(--font-size-16);
  font-weight: 700;
}
#case .cont__post .wrap__post .block__post {
  background: #fff;
  border: 2px solid var(--col--main-01);
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#case .cont__post .wrap__post .block__post .ttl04 {
  order: 2;
  margin-bottom: var(--margin-20);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--col--main-01);
}
#case .cont__post .wrap__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
}
#case .cont__post .wrap__post .block__post .list__compare {
  order: 1;
  gap: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: var(--margin-20);
  align-items: start;
  position: relative;
}
#case .cont__post .wrap__post .block__post .list__compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 42px;
  height: 56px;
  left: 135px;
  bottom: 20px;
}
#case .cont__post .wrap__post .block__post .list__compare > .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
#case .cont__post .wrap__post .block__post .list__compare > .item dt {
  font-size: var(--font-size-15);
  text-align: center;
  padding: 3px;
  padding-bottom: 5px;
  border-radius: 5px;
}
#case .cont__post .wrap__post .block__post .list__compare > .item dd {
  border-radius: 12px;
}
#case .cont__post .wrap__post .block__post .list__compare > .item dd .item__img {
  border-radius: 12px;
}
#case .cont__post .wrap__post .block__post .list__compare .item__before dt {
  color: #5ca6db;
  background: #f1f1f1;
}
#case .cont__post .wrap__post .block__post .list__compare .item__before dd {
  width: 185px;
  height: 150px;
}
#case .cont__post .wrap__post .block__post .list__compare .item__before dd .item__img {
  width: 100%;
  height: 100%;
}
#case .cont__post .wrap__post .block__post .list__compare .item__after dt {
  color: #fff;
  background: #5ca6db;
}
#case .cont__post .wrap__post .block__post .list__compare .item__after dd {
  width: 285px;
  height: 235px;
}
#case .cont__post .wrap__post .block__post .list__compare .item__after dd .item__img {
  width: 100%;
  height: 100%;
}
#case .cont__post .wrap__post .block__post .btn__case {
  order: 3;
  width: 480px;
  height: 40px;
  background: var(--col--acc-01);
  border-radius: 30px;
  position: relative;
  transition: ease 0.15s;
}
#case .cont__post .wrap__post .block__post .btn__case::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 19px;
  height: 19px;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: ease 0.15s;
}
#case .cont__post .wrap__post .block__post .btn__case span {
  font-size: var(--font-size-17);
  font-weight: 700;
  font-family: var(--fot--Zen-Maru-Goth);
}
#case .cont__post .wrap__post .block__post .btn__case:hover {
  background: transparent;
  color: var(--col--main-01);
}
#case .cont__post .wrap__post .block__post .btn__case:hover::before {
  right: 15px;
}

/* case__in_post（detail）
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .list__tags {
  width: 100%;
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
  margin-bottom: var(--margin-15);
}
.case__in_post .list__tags > .item {
  background: var(--col--main-01);
  padding: 6px 10px;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  font-size: var(--font-size-16);
  font-weight: 700;
}
.case__in_post .wrap__post {
  border: 2px solid var(--col--main-01);
  border-radius: 15px;
  padding: 35px 30px;
  background: #fff;
}
.case__in_post .wrap__post .ttl03 {
  order: 2;
  margin-bottom: var(--margin-30);
}
.case__in_post .wrap__post .ttl03 .ttl__ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0;
  color: var(--col--main-01);
  font-family: var(--fot--Zen-Maru-Goth);
  line-height: 1.7;
}
.case__in_post .wrap__post .list__compare {
  display: flex;
  position: relative;
  justify-content: space-between;
  order: 1;
  margin-bottom: var(--margin-30);
}
.case__in_post .wrap__post .list__compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 42px;
  height: 56px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.case__in_post .wrap__post .list__compare > .item {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.case__in_post .wrap__post .list__compare > .item dt {
  font-size: var(--font-size-15);
  text-align: center;
  padding: 3px;
  padding-bottom: 5px;
  border-radius: 5px;
}
.case__in_post .wrap__post .list__compare > .item dd {
  width: 460px;
  height: 380px;
}
.case__in_post .wrap__post .list__compare > .item dd .item__img {
  width: 100%;
  height: 100%;
}
.case__in_post .wrap__post .list__compare .item__before dt {
  color: var(--col--main-01);
  background: #f1f1f1;
}
.case__in_post .wrap__post .list__compare .item__after dt {
  color: #fff;
  background: var(--col--main-01);
}
.case__in_post .wrap__post .item__text {
  order: 3;
}
.case__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: 50px;
}

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

共通下層ページ　( NEWS / POLICY / SITE / CONTACT / NOTFOUND )

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

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

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

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

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 40px;
    height: 350px;
  }
  #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;
  text-align: center;
}
.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;
  }
}