@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: #fff;
  padding: 0;
}
#header .block__left {
  position: relative;
  width: fit-content;
  height: 100%;
  align-items: center;
  display: flex;
  padding-left: 30px;
  z-index: 0;
}
#header .block__left::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/hd__deco_01.png) center center/contain no-repeat;
  width: 236px;
  height: 376px;
  left: 0;
  top: 0;
}
#header .item__logo {
  display: block;
  width: fit-content;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  position: relative;
  width: fit-content;
  height: 100%;
  align-items: center;
}
#header .group__info {
  height: fit-content;
  width: fit-content;
  align-items: center;
}
#header .group__info .unit__contact {
  margin-bottom: var(--margin-15);
}
#header .com__tel {
  gap: 5px;
  margin-right: var(--margin-20);
}
#header .com__tel .item__num {
  font-size: var(--font-size-24);
  letter-spacing: 0.02em;
  padding-left: 28px;
}
#header .com__tel .item__num::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
}
#header .com__tel .item__attention {
  height: 9px;
}
#header .list__sns {
  width: fit-content;
  gap: 20px;
  display: flex;
  align-items: center;
  margin-right: var(--margin-30);
}
#header .list__sns .com__line {
  --size: 34px;
}
#header .list__sns .com__instagram {
  --size: 34px;
}
#header .btn__contact {
  height: 100%;
  width: 120px;
  background: var(--col--acc-01);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#header .btn__contact span {
  position: relative;
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 700;
  padding-top: 40px;
}
#header .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_02.png) center center/contain no-repeat;
  width: 44px;
  height: 29px;
  left: 50%;
  translate: -50% 0;
  top: 0;
}
#header .btn__contact:hover {
  background: #fff;
  position: relative;
  opacity: 0.7;
}
@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 {
  margin-right: var(--margin-30);
}
#nav .list-nav {
  width: fit-content;
  gap: 20px;
}
#nav .list-nav .item {
  width: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-16);
  font-weight: 600;
}
#nav .list-nav .item a {
  transition: ease 0.17s;
  position: relative;
}
#nav .list-nav .item a::before {
  content: "";
  position: absolute;
  width: 0%;
  bottom: -5px;
  border-bottom: 2px solid var(--col--main-01);
  transition: ease 0.2s;
}
#nav .list-nav .item a:hover::before {
  width: 100%;
}
#nav .list-nav .item a.current::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  border-bottom: 2px solid var(--col--main-01);
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 810px;
  background: url(/img/mv/mv__img_01.jpg) center center/cover no-repeat;
}
#mv::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.png) center center/contain no-repeat;
  width: 226px;
  height: 339px;
  right: 0;
  bottom: -20px;
}
#mv .mv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 120px;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 520px;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_01.png) center center/contain no-repeat;
  width: 226px;
  height: 339px;
  right: 0;
  bottom: -30px;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  text-align: center;
  align-content: center;
  font-size: var(--font-size-48);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0.14em;
  min-width: 600px;
  min-height: 76px;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  border-top: 1px solid #bfbfbf;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-60);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  width: 1080px;
  padding-block: 100px 60px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .btn__official {
  margin-bottom: var(--margin-60);
  margin-left: auto;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  align-content: end;
  gap: 30px 70px;
  height: 220px;
  flex-wrap: wrap;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 700;
  position: relative;
  transition: ease 0.2s;
}
#footer .list-nav .item a::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--col--main-01);
  bottom: -3px;
  width: 0%;
  transition: ease 0.3s;
}
#footer .list-nav .item a:hover {
  opacity: 0.7;
}
#footer .list-nav .item a:hover::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--col--main-01);
  width: 100%;
}
#footer .item__address {
  margin-bottom: var(--margin-20);
  position: relative;
  padding-left: 25px;
}
#footer .item__address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin_01_01.png) center center/contain no-repeat;
  width: 16px;
  height: 23px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .com__times {
  gap: 10px;
  flex-direction: column;
  margin-bottom: var(--margin-20);
}
#footer .com__tel {
  margin-bottom: var(--margin-30);
  flex-direction: column;
}
#footer .list__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: var(--font-size-14);
  color: #8c8c8c;
  padding-bottom: var(--margin-30);
}
#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);
}
#footer .com__tel{
  .item__num{
      font-family: var(--fot--Noto-Sans);
    font-size: 25px;
    
  }

  .item__attention{
    height: 11px;
  }
}
@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 {
    color: #8c8c8c;
    font-size: var(--font-size-14);
    font-weight: 400;
    letter-spacing: 0.04em;
  }
  #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ページ / 固有下層ページ

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__worries .inner {
  position: relative;
  padding-block: 160px 10px;
}
#top__worries .ttl03 {
  position: relative;
  margin-bottom: var(--margin-60);
}
#top__worries .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__border_01.png) center center/contain no-repeat;
  width: 589px;
  height: 13px;
  left: 0;
  top: -50px;
}
#top__worries .ttl03::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--col--main-01);
  left: 0;
  top: -50px;
  width: 40vw;
  translate: -100% 0;
}
#top__worries .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
}
#top__worries .list__images {
  position: absolute;
  width: 550px;
  height: 590px;
  right: -210px;
  top: 160px;
}
#top__worries .list__images .item__img {
  position: absolute;
}
#top__worries .list__images .item__img:nth-of-type(1) {
  left: 0;
  top: 0;
}
#top__worries .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#top__worries .list__worries {
  width: fit-content;
}
#top__worries .list__worries > .item {
  position: relative;
  padding-left: 45px;
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #ccc;
  margin-bottom: var(--margin-20);
}
#top__worries .list__worries > .item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check_01_01.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: -2px;
}
#top__worries .list__worries > .item .text {
  font-size: var(--font-size-24);
  color: var(--col--main-01);
  font-weight: 700;
  letter-spacing: 0.07em;
}
#top__worries .list__worries > .item .str-01 {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 70%, #ffeb00 70%);
}

/* top__solution
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__solution {
  background: url(/img/top/top__solution__bg_01.png) center center/100% 100% no-repeat, #fff;
}
#top__solution .inner {
  padding-top: 130px;
}
#top__solution .ttl03 {
  text-align: center;
  line-height: 1.6;
  margin-inline: auto;
  margin-bottom: var(--margin-40);
}
#top__solution .ttl03 .ttl__ja {
  font-size: var(--font-size-32);
}
#top__solution .ttl03 .str-01 {
  font-size: var(--font-size-44);
}
#top__solution .item__text_lead {
  text-align: center;
  margin-bottom: 110px;
}
#top__solution .block__area {
  background: #fff;
  padding: 60px 80px;
  position: relative;
  min-height: 280px;
  margin-bottom: 190px;
  margin-top: -20px;
}
#top__solution .block__area .ttl04 {
  background: var(--col--main-01);
  padding: 10px;
  width: 470px;
  text-align: center;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#top__solution .block__area .ttl04 .ttl__en {
  color: var(--col--base-b1);
  font-size: 100px;
  font-weight: 700;
  font-family: var(--fot--Roboto-Condensed);
  letter-spacing: 0.07em;
  position: absolute;
  right: 25px;
  bottom: -15px;
  opacity: 0.5;
}
#top__solution .block__area .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
}
#top__solution .block__area .item__img {
  position: absolute;
  left: 80px;
  top: -90px;
}
#top__solution .block__area .item__text {
  text-align: center;
  width: 470px;
  margin-left: auto;
}
/* top__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__target .inner {
  padding-top: 0;
  padding-bottom: 150px;
  border-top: 1px solid transparent;
}
#top__target .ttl03 {
  margin-inline: auto;
  text-align: center;
  position: relative;
  margin-top: -30px;
  margin-bottom: var(--margin-80);
}
#top__target .ttl03 .ttl__ja {
  line-height: 1.6;
  font-size: var(--font-size-40);
  font-weight: 700;
  letter-spacing: 0.07em;
}
#top__target .ttl03 .str-01 {
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 70%, #ffeb00 70%);
}
#top__target .list__target {
  gap: 60px;
  display: flex;
  align-items: start;
}
#top__target .list__target > .item {
  width: calc((100% - 120px) / 2);
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#top__target .list__target > .item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top__target .list__target > .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 3px solid var(--col--main-01);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#top__target .list__target > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_01.png) center center/contain no-repeat;
  width: 40px;
  height: 40px;
  left: 50%;
  translate: -50% 0;
  bottom: -17px;
}
#top__target .list__target > .item .ttl04 {
  order: 2;
}
#top__target .list__target > .item .ttl04 .ttl__num {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: var(--col--base-b1);
  font-size: 84px;
  letter-spacing: 0;
  font-family: var(--fot--Roboto-Condensed);
  font-weight: 700;
}
#top__target .list__target > .item .ttl04 .ttl__ja {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__target .list__target > .item .item__img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#top__target .list__target > .item .item__text {
  order: 3;
  text-align: center;
  margin-bottom: var(--margin-30);
}
#top__target .list__target > .item:hover {
  opacity: 0.7;
  top: -4px;
}

/* top__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__feature {
  background: var(--col--base-01);
}
#top__feature .inner {
  padding-top: 0;
  border-top: 1px solid transparent;
}
#top__feature .ttl03 {
  gap: 10px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-inline: auto;
  margin-top: -50px;
  margin-bottom: var(--margin-80);
}
#top__feature .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
}
#top__feature .ttl03 .ttl__en {
  color: var(--col--main-01);
  opacity: 0.16;
  font-size: 120px;
}
#top__feature .list__feature > .item {
  width: 520px;
  position: relative;
  min-height: 380px;
  margin-bottom: var(--margin-60);
}
#top__feature .list__feature > .item:last-child {
  margin-bottom: 0;
}
#top__feature .list__feature > .item .ttl04 {
  position: relative;
  width: 100%;
  padding-left: 70px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--col--main-01);
}
#top__feature .list__feature > .item .ttl04 .ttl__num {
  position: absolute;
  left: -3px;
  bottom: -10px;
}
#top__feature .list__feature > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
#top__feature .list__feature > .item .item__img {
  position: absolute;
  top: -30px;
}
#top__feature .list__feature > .item .item__text {
  width: 100%;
}
#top__feature .list__feature > .item:nth-of-type(odd) {
  margin-left: auto;
}
#top__feature .list__feature > .item:nth-of-type(odd) .item__img {
  left: -40px;
  translate: -100% 0;
}
#top__feature .list__feature > .item:nth-of-type(even) {
  margin-right: auto;
}
#top__feature .list__feature > .item:nth-of-type(even) .item__img {
  right: -40px;
  translate: 100% 0;
}

/* top__subpages_nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages_nav {
  position: relative;
  z-index: 0;
}
#top__subpages_nav .inner {
  width: 100%;
  display: flex;
  padding-block: 0;
}
#top__subpages_nav .list__subpages {
  display: flex;
  width: 100%;
}
#top__subpages_nav .list__subpages > .item {
  width: 100%;
  width: 33.3333333333%;
  height: 460px;
}
#top__subpages_nav .list__subpages > .item a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#top__subpages_nav .list__subpages > .item a::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1.01;
  transition: ease 0.4s;
}
#top__subpages_nav .list__subpages > .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_02_02.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  transition: ease 0.3s;
}
#top__subpages_nav .list__subpages > .item .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
#top__subpages_nav .list__subpages > .item .ttl03 .ttl__en {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  font-family: var(--fot--Roboto-Condensed);
  letter-spacing: 0.02em;
}
#top__subpages_nav .list__subpages > .item:hover a::before {
  scale: 1.05;
  opacity: 0.8;
}
#top__subpages_nav .list__subpages > .item:hover a::after {
  right: 15px;
}
#top__subpages_nav .list__subpages .item__flow a::before {
  background: url(/img/top/top__subpages__bg_01.png) center center/cover no-repeat;
}
#top__subpages_nav .list__subpages .item__works a::before {
  background: url(/img/top/top__subpages__bg_02.png) center center/cover no-repeat;
}
#top__subpages_nav .list__subpages .item__company a::before {
  background: url(/img/top/top__subpages__bg_03.png) center center/cover no-repeat;
}

/* common__news top__news
========================================================================= */
.com__tag .item {
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #8c8c8c;
  position: relative;
}
.com__tag .item::after {
  content: "|";
  color: currentColor;
  position: relative;
  margin-inline: 7px;
}
.com__tag .item:last-child::after {
  display: none;
}

.com__latest {
  position: relative;
  transition: ease 0.3s;
  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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-15);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  background: var(--col--main-01);
  color: #fff;
  padding: 5px;
  font-weight: 700;
  margin-bottom: var(--margin-10);
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  justify-content: end;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  opacity: 0.8;
  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 {
  padding-top: 160px;
  position: relative;
}
#top__news .inner::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--col--main-01);
  width: 1080px;
  top: 130px;
}
#top__news .inner::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--col--main-01);
  width: 50vw;
  translate: -100% 0;
  top: 130px;
  left: 0;
}
#top__news .ttl03 {
  gap: 10px;
  display: flex;
  flex-direction: column-reverse;
  width: fit-content;
  margin-left: auto;
  align-items: end;
  text-align: end;
  position: relative;
}
#top__news .ttl03 .ttl__ja {
  color: var(--col--main-01);
  font-size: var(--font-size-32);
}
#top__news .ttl03 .ttl__en {
  color: var(--col--main-01);
  font-size: 90px;
}
#top__news .cont__latest {
  display: flex;
  align-items: start;
  gap: 30px;
  position: relative;
  margin-top: -30px;
  margin-bottom: var(--margin-30);
}
#top__news .cont__latest .block__latest {
  width: calc((100% - 60px) / 3);
}
#top__news .cont__latest .block__latest a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
#top__news .cont__latest .block__latest .group__info .item__time {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#top__news .cont__latest .block__latest .group__img {
  width: 340px;
  height: 280px;
  margin-bottom: var(--margin-15);
}
#top__news .cont__latest .block__latest:nth-of-type(2) {
  margin-top: 40px;
}
#top__news .cont__latest .block__latest:nth-of-type(3) {
  margin-top: 80px;
}
#top__news .com__btn_01 {
  margin-inline: auto;
}

#contents-u .com__latest {
  margin-bottom: var(--margin-40);
}

/* top__contact 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: url(/img/top/top__contact__bg_01.png) center center/cover no-repeat;
}
#top__contact .inner {
  padding-block: 120px;
}
#top__contact .wrap__contact {
  width: 850px;
  height: 375px;
  border: 3px solid #fff;
  border-top: 1px solid transparent;
  margin-inline: auto;
  padding: 80px 100px;
  padding-top: 0;
}
#top__contact .wrap__contact .ttl03 {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-inline: auto;
  position: relative;
  margin-bottom: var(--margin-70);
  margin-top: -50px;
}
#top__contact .wrap__contact .ttl03::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  width: 150px;
  left: -180px;
  top: 47px;
}
#top__contact .wrap__contact .ttl03::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  width: 150px;
  right: -180px;
  top: 47px;
}
#top__contact .wrap__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-34);
  font-weight: 700;
  letter-spacing: 0.07em;
  position: relative;
  margin-top: -35px;
  z-index: 1;
}
#top__contact .wrap__contact .ttl03 .ttl__en {
  color: #fff;
  opacity: 0.4;
  font-size: 120px;
}
#top__contact .wrap__contact .com__tel {
  margin-inline: auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#top__contact .wrap__contact .list__contact {
  display: flex;
  margin-inline: auto;
  width: fit-content;
  gap: 40px;
}
/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__guide .block__about {
  position: relative;
  min-height: 350px;
  margin-bottom: var(--margin-60);
  width: 470px;
  border-top: 1px solid transparent;
}
.common__guide .block__about .ttl03 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row-reverse;
  margin-bottom: var(--margin-40);
  width: fit-content;
  margin-top: 30px;
}
.common__guide .block__about .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_ttl__border_02.png) center center/contain no-repeat;
  width: 475px;
  height: 13px;
  left: 0;
  top: -25px;
}
.common__guide .block__about .ttl03::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--col--main-01);
  width: 40vw;
  left: 0;
  top: -25px;
  translate: -100% 0;
}
.common__guide .block__about .ttl03 .ttl__ja {
  font-size: var(--font-size-40);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.07em;
}
.common__guide .block__about .item__img {
  position: absolute;
  top: 0;
  width: max-content;
  right: -60px;
  translate: 100% 0;
}
.common__guide .block__about .item__text p {
  line-height: 2;
}
.common__guide .block__compare {
  position: relative;
}
.common__guide .block__compare .ttl04 {
  margin-inline: auto;
  width: fit-content;
  background: linear-gradient(180deg, rgba(255, 235, 0, 0) 60%, #ffeb00 60%);
  margin-bottom: var(--margin-40);
}
.common__guide .block__compare .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.07em;
}
.common__guide .block__compare .group__compare {
  display: flex;
  gap: 40px;
  margin-bottom: var(--margin-60);
}
.common__guide .block__compare .group__compare .item__merit {
  position: relative;
  width: calc((100% - 40px) / 2);
  border: 2px solid var(--col--main-01);
  background: #fff;
}
.common__guide .block__compare .group__compare .item__merit .ttl05 {
  width: 100%;
  background: var(--col--main-01);
  min-height: 60px;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-15);
}
.common__guide .block__compare .group__compare .item__merit .ttl05 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--acc-01);
}
.common__guide .block__compare .group__compare .item__merit .list {
  margin-bottom: var(--margin-20);
}
.common__guide .block__compare .group__compare .item__merit .list .item {
  margin-bottom: var(--margin-10);
}
.common__guide .block__compare .group__compare .item__merit .list .item .text {
  display: flex;
  align-items: start;
  position: relative;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: 20px;
  line-height: 1.6;
}
.common__guide .block__compare .group__compare .item__merit .list .item .text::before {
  content: "・";
  position: relative;
}
.common__guide .block__compare .group__compare .item__demerit {
  position: relative;
  width: calc((100% - 40px) / 2);
  border: 2px solid #4d4d4d;
  background: #fff;
}
.common__guide .block__compare .group__compare .item__demerit .ttl05 {
  width: 100%;
  background: #4d4d4d;
  min-height: 60px;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-15);
}
.common__guide .block__compare .group__compare .item__demerit .ttl05 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.common__guide .block__compare .group__compare .item__demerit .list {
  margin-bottom: var(--margin-20);
}
.common__guide .block__compare .group__compare .item__demerit .list .item {
  margin-bottom: var(--margin-10);
}
.common__guide .block__compare .group__compare .item__demerit .list .item .text {
  display: flex;
  align-items: start;
  position: relative;
  gap: 5px;
  font-size: var(--font-size-18);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-inline: 20px;
  line-height: 1.6;
}
.common__guide .block__compare .group__compare .item__demerit .list .item .text::before {
  content: "・";
  position: relative;
}
.common__guide .block__recommend {
  background: #e1f1fd;
  padding: 60px 80px;
  border-radius: 20px;
}
.common__guide .block__recommend .ttl04 {
  width: 100%;
  text-align: center;
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-25);
  border-bottom: 2px solid var(--col--main-01);
}
.common__guide .block__recommend .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
.common__guide .block__recommend .list__compare {
  margin-inline: auto;
  width: fit-content;
}
.common__guide .block__recommend .list__compare > .item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-20);
  gap: 20px;
  font-size: var(--font-size-20);
}
.common__guide .block__recommend .list__compare > .item::before {
  content: "";
  position: relative;
  background: url(/img/common/icon__check_02_01.png) center center/contain no-repeat;
  width: 26px;
  height: 26px;
}

.common__guide:nth-last-of-type(even) {
  background: #f5f5f5;
}
.common__guide:nth-last-of-type(even) .block__recommend {
  background: #fff;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow .ttl03 {
  margin-bottom: var(--margin-50);
}
#flow .cont__flow .list__flow > .item {
  position: relative;
  margin-bottom: var(--margin-70);
}
#flow .cont__flow .list__flow > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-45);
  padding-left: 80px;
  position: relative;
}
#flow .cont__flow .list__flow > .item .ttl04 .ttl__num {
  position: absolute;
  left: -5px;
  bottom: -18px;
}
#flow .cont__flow .list__flow > .item .ttl04 .ttl__ja {
  font-size: var(--font-size-36);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
#flow .cont__flow .list__flow > .item .unit__info {
  width: 670px;
  margin-left: auto;
  position: relative;
  min-height: 350px;
}
#flow .cont__flow .list__flow > .item .unit__info .item__img {
  position: absolute;
  left: -40px;
  top: 0;
  translate: -100% 0;
}
#flow .cont__flow .list__flow > .item .unit__info .item__text p {
  line-height: 2;
}
#flow .cont__flow .list__flow > .item .unit__info .com__tel {
  display: flex;
  flex-direction: column;
  margin-block: 30px;
}
#flow .cont__flow .list__flow > .item .unit__info .list__contact {
  display: flex;
  gap: 40px;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__owner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__owner .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__owner .cont__message {
  position: relative;
  width: 540px;
  min-height: 600px;
}
#company__owner .cont__message .list__images {
  width: 550px;
  height: 600px;
  position: absolute;
  right: -60px;
  top: 0;
  translate: 100% 0;
}
#company__owner .cont__message .list__images .item__img {
  position: absolute;
}
#company__owner .cont__message .list__images .item__img:nth-of-type(1) {
  left: 0;
  top: 0;
}
#company__owner .cont__message .list__images .item__img:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#company__owner .cont__message .item__text {
  margin-bottom: var(--margin-20);
}
#company__owner .cont__message .item__text p {
  line-height: 2.2;
  font-size: var(--font-size-16);
}
#company__owner .cont__message dl {
  width: fit-content;
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: end;
}
#company__owner .cont__message dl dt,
#company__owner .cont__message dl dd {
  font-weight: 700;
  color: var(--col--main-01);
}
#company__owner .cont__message dl dt {
  font-size: var(--font-size-21);
}
#company__owner .cont__message dl dd {
  font-size: var(--font-size-30);
}

/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  background: #e8f4fa;
}
#company__info .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__info .cont__info .item__table {
  width: 100%;
}
#company__info .cont__info .item__table tr {
  width: 100%;
}
#company__info .cont__info .item__table tr th,
#company__info .cont__info .item__table tr td {
  line-height: 1.7;
  padding-block: 15px;
  padding-inline: 50px;
  font-weight: 500;
}
#company__info .cont__info .item__table tr th {
  width: 380px;
  background: var(--col--main-01);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#company__info .cont__info .item__table tr td {
  background: #fff;
  border-bottom: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table tr:first-of-type th,
#company__info .cont__info .item__table tr:first-of-type td {
  border-top: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table tr:last-of-type th,
#company__info .cont__info .item__table tr:last-of-type td {
  border-bottom: 1px solid var(--col--main-01);
}
#company__info .cont__info .item__table .wrap__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}
#company__info .cont__info .item__table .wrap__tel .tel-attention {
  height: 13px;
}

/* company__map
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__map {
  width: 100%;
  height: 570px;
}
#company__map .item__map {
  width: 100%;
  height: 100%;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .ttl03 {
  margin-bottom: var(--margin-80);
}
#case .cont__post .block__post {
  margin-bottom: var(--margin-60);
  position: relative;
  top: 0;
  transition: ease .2s;

  &:hover{
    top: -5px;
    opacity: .7;
  }

}
#case .cont__post .block__post .ttl04 {
  line-height: 1.6;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
  padding-left: 50px;
  border-left: 20px solid var(--col--main-01);
}
#case .cont__post .block__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
#case .cont__post .block__post .block__about {
  display: flex;
  gap: 45px;
}
#case .cont__post .block__post .block__about .group__image {
  width: 620px;
  height: 420px;
}
#case .cont__post .block__post .block__about .group__image .item__img {
  width: 100%;
  height: 100%;
}
#case .cont__post .block__post .block__about .group__info {
  flex: 1;
}
#case .cont__post .block__post .block__about .group__info .item__price {
  width: 100%;
  background: #e1f1fd;
  padding: 10px;
  gap: 0px;
  line-height: 1.4;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-20);
}
#case .cont__post .block__post .block__about .group__info .item__price dt {
  font-size: var(--font-size-19);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
  min-width: 90px;
}
#case .cont__post .block__post .block__about .group__info .item__price dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
}
#case .cont__post .block__post .block__about .group__info .item__price dd small {
  font-size: var(--font-size-18);
}
#case .cont__post .block__post .block__about .group__info .list__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item {
  display: flex;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt,
#case .cont__post .block__post .block__about .group__info .list__info > .item dd {
  font-size: var(--font-size-17);
  line-height: 1.4;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt {
  position: relative;
  width: fit-content;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dt:last-child::after {
  display: none;
}
#case .cont__post .block__post .block__about .group__info .list__info > .item dd {
  flex: 1;
}

/* case__in_post
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.case__in_post .wrap__post .ttl04 {
  line-height: 1.6;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--main-01);
  margin-bottom: var(--margin-40);
  padding-left: 50px;
  border-left: 20px solid var(--col--main-01);
}
.case__in_post .wrap__post .ttl04 .ttl__ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}
.case__in_post .wrap__post .block__about {
  display: flex;
  gap: 45px;
  margin-bottom: var(--margin-40);
}
.case__in_post .wrap__post .block__about .group__image {
  width: 620px;
  height: 420px;
}
.case__in_post .wrap__post .block__about .group__image .item__img {
  width: 100%;
  height: 100%;
}
.case__in_post .wrap__post .block__about .group__info {
  flex: 1;
}
.case__in_post .wrap__post .block__about .group__info .item__price {
  width: 100%;
  background: #e1f1fd;
  padding: 10px;
  gap: 0px;
  line-height: 1.4;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: var(--margin-20);
}
.case__in_post .wrap__post .block__about .group__info .item__price dt {
  font-size: var(--font-size-19);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
  min-width: 90px;
}
.case__in_post .wrap__post .block__about .group__info .item__price dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  color: var(--col--main-01);
  width: fit-content;
}
.case__in_post .wrap__post .block__about .group__info .item__price dd small {
  font-size: var(--font-size-18);
}
.case__in_post .wrap__post .block__about .group__info .list__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item {
  display: flex;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt,
.case__in_post .wrap__post .block__about .group__info .list__info > .item dd {
  font-size: var(--font-size-17);
  line-height: 1.4;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt {
  position: relative;
  width: fit-content;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt::after {
  content: "：";
  color: currentColor;
  position: relative;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dt:last-child::after {
  display: none;
}
.case__in_post .wrap__post .block__about .group__info .list__info > .item dd {
  flex: 1;
}
.case__in_post .wrap__post .block__detail {
  border: 1px solid #808080;
  padding: 40px 60px;
  margin-bottom: var(--margin-40);
}
.case__in_post .wrap__post .list__images {
  gap: 40px;
}
.case__in_post .wrap__post .list__images > .item {
  width: calc((100% - 40px) / 2);
  height: 360px;
}
.case__in_post .com__btn_01 {
  margin-inline: auto;
  margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}