@charset "UTF-8";
html {
  scroll-padding-top: 100px;
}

.wrap-allover{
  overflow: hidden;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 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;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}
#header .com__btn_02 {
  --width: 200px;
  --height: 64px;
  box-shadow: 0px 2px 6px 0px rgba(32, 34, 36, 0.14);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  width: fit-content;
  margin-right: 25px;
}
#nav .list-nav {
  width: fit-content;
  gap: 25px;
}
#nav .list-nav-item {
  width: fit-content;
}
#nav .list-nav-item a {
  transition: ease 0.17s;
  position: relative;
}
#nav .list-nav-item a::before {
  content: "";
  position: absolute;
  width: 10%;
  left: 50%;
  translate: -50% 0;
  bottom: -38px;
  border-bottom: 3px solid var(--col--txt-01);
  transition: ease 0.2s;
  opacity: 0;
}
#nav .list-nav-item a:hover {
  color: var(--col--main-02);
  position: relative;
}
#nav .list-nav-item a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -38px;
  border-bottom: 3px solid var(--col--txt-01);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 700px;
  margin-top: 100px;
}
#mv::before {
  z-index: 5;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__chara.png) center center/contain no-repeat;
  width: 198px;
  height: 220px;
  right: max(50px, 50vw - 570px);
  bottom: 100px;
}
#mv .mv-catch {
  z-index: 5;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(50vw - 580px);
}
#mv .swiper-wrapper {
  width: max(2154px, 100%) !important;
  margin: 0 auto;
}
#mv .swiper-wrapper .swiper-slide {
  text-align: center;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
#mv .ttl02 {
  margin-bottom: 100px;
}
#mv .list-btn {
  position: relative;
  z-index: 5;
  width: fit-content;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  gap: 20px;
}
#mv .list-btn-item {
  width: fit-content;
}
#mv .list-btn-item .com__btn_02 {
  width: 280px;
  height: 80px;
  box-shadow: 0px 2px 6px 0px rgba(32, 34, 36, 0.14);
}
#mv .list-btn-item .com__tel {
  background: var(--col--txt-01);
  padding: 15px 25px;
  position: relative;
  border-radius: 6px;
}
#mv .list-btn-item .com__tel dt {
  font-size: var(--font-size-14);
  margin-bottom: 8px;
}
#mv .list-btn-item .com__tel .tel-num {
  font-size: var(--font-size-28);
  padding-left: 30px;
  margin-bottom: 0;
}
#mv .list-btn-item .com__tel .tel-num::before {
  background: url(/img/common/icon__tel__a_01.png) center center/contain no-repeat;
  width: 22px;
  height: 22px;
}
#mv .list-btn-item .com__tel .tel-attention {
  position: absolute;
  bottom: -20px;
  height: 11px;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  height: 330px;
  margin-top: 100px;
}
#sv .sv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left:max(30px,50vw - 580px);
  color: #fff;
  font-size: var(--font-size-60);
  font-weight: 700;
  font-family: var(--fot--Zen-Kaku-Goth);
  padding-bottom: 40px;
}
#sv .sv-catch::before {
  content: "";
  position: absolute;
  width: 40px;
  bottom: 0;
  left: 10px;
  height: 6px;
  background: linear-gradient(90deg, black 50%, #356bb9 50%);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer:not(.footer__ent) {
  position: relative;
  width: 100%;
  background: var(--pt--texture-01-db);
  position: relative;
}
#footer:not(.footer__ent) .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-80);
}
#footer:not(.footer__ent) .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer:not(.footer__ent) .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer:not(.footer__ent) .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer:not(.footer__ent) .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer:not(.footer__ent) .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer:not(.footer__ent) .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer:not(.footer__ent) .item-address {
  margin-bottom: var(--margin-30);
  color: #fff;
  font-family: var(--font-size-16);
  letter-spacing: 0.03em;
}
#footer:not(.footer__ent)::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  background: var(--pt--dot-01);
  top: 0;
  left: 0;
}
#footer:not(.footer__ent) .footer__contact {
  margin: 0 auto;
  background: var(--pt--texture-01-b);
  width: min(1600px, 100% - 80px);
  padding: 120px clamp(40px, 50vw - 600px, 278px) 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 100px;
}
#footer:not(.footer__ent) .footer__contact .wrap-info {
  --num: 2;
  --column-gap: 70px;
  --row-gap: 0;
  margin-bottom: -40px;
  position: relative;
}
#footer:not(.footer__ent) .footer__contact .wrap-info::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_04.png) center center/contain no-repeat;
  width: 252px;
  height: 318px;
  left: 240px;
  bottom: -100px;
}
#footer:not(.footer__ent) .footer__contact .wrap-info::before {
  content: "";
  position: absolute;
  height: calc(100% + 60px);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  translate: -50% 0;
  top: -50px;
}
#footer:not(.footer__ent) .footer__contact .wrap-info hgroup .ttl03 {
  margin-bottom: var(--margin-50);
}
#footer:not(.footer__ent) .footer__contact .wrap-info hgroup .ttl03 .en {
  font-size: 76px;
  font-weight: 300;
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 1600px) {
  #footer:not(.footer__ent) .footer__contact .wrap-info hgroup .ttl03 .en {
    font-size: 60px;
  }
}
#footer:not(.footer__ent) .footer__contact .wrap-info hgroup .ttl03 .ja {
  font-weight: 500;
  font-size: var(--font-size-20);
}
#footer:not(.footer__ent) .footer__contact .wrap-info hgroup p {
  line-height: 2;
  color: #fff;
}
#footer:not(.footer__ent) .footer__contact .wrap-info .block-info .com__btn_02 {
  --width: 400px;
  --height: 90px;
  margin-bottom: var(--margin-30);
}
#footer:not(.footer__ent) .footer__contact .wrap-info .block-info .com__tel .tel-num {
  padding-left: 40px;
}
@media screen and (max-width: 1600px) {
  #footer:not(.footer__ent) .footer__contact .wrap-info .block-info .com__tel .tel-num {
    font-size: 36px;
  }
}
#footer:not(.footer__ent) .footer__contact .wrap-info .block-info .com__tel .tel-num::before {
  background: url(/img/common/icon__tel__a_02.png) center center/contain no-repeat;
  width: 31px;
  height: 31px;
}
#footer:not(.footer__ent) .footer__contact .item-map {
  position: relative;
  left: 50%;
  translate: -50% 0;
  width: min(1280px, 100% - 40px);
  height: 230px;
  min-height: 200px;
  background: #fff;
  border-radius: 6px;
  bottom: -140px;
}
#footer:not(.footer__ent) .footer__contact .item-map iframe {
  width: 100%;
  border-radius: 6px;
  height: 100%;
}
#footer:not(.footer__ent) .list-link {
  gap: 30px;
}
#footer:not(.footer__ent) .list-link-item {
  width: fit-content;
  position: relative;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer:not(.footer__ent) .list-link-item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__a_01.png) center center/contain no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
}
#footer:not(.footer__ent) .list-link-item a {
  color: #fff;
  position: relative;
  transition: ease 0.2s;
}
#footer:not(.footer__ent) .list-link-item a:hover {
  opacity: 0.6;
}
#footer:not(.footer__ent) .list-nav {
  gap: 20px 50px;
  height: 165px;
}
#footer:not(.footer__ent) .list-nav-item {
  width: fit-content;
  position: relative;
}
#footer:not(.footer__ent) .list-nav-item::before {
  content: "";
  position: absolute;
  border-left: 1px solid #5e656e;
  left: -20px;
  top: 50%;
  translate: 0 -50%;
  height: 220%;
}
#footer:not(.footer__ent) .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: var(--font-size-17);
  font-weight: 600;
}
#footer:not(.footer__ent) .list-nav-item a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #footer:not(.footer__ent) .list-nav {
    display: none;
  }
}
#footer:not(.footer__ent) #copyright {
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  background: var(--pt--texture-01-b);
  padding: 20px 0;
}
#footer:not(.footer__ent) #copyright small {
  display: block;
  width: 1080px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 auto;
}
#footer:not(.footer__ent) #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer:not(.footer__ent) #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer:not(.footer__ent) #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer:not(.footer__ent) #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

body {
  background: var(--pt--dot-01);
}

.pagetop {
  z-index: 10;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: fit-content;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  padding-bottom: 10px;
  transition: ease 0.35s;
}
.pagetop:hover {
  background: var(--col--main-01);
  bottom: 35px;
}
.pagetop:hover img {
  filter: var(--col--fil-white);
}

/* entrance
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ent__header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ent__header {
  padding-top: 40px;
}
#ent__header hgroup {
  margin-bottom: var(--margin-50);
}
#ent__header hgroup .item-logo {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-10);
}
#ent__header hgroup .ent__catch {
  display: block;
  margin: 0 auto;
  width: 205px;
  text-align: center;
  font-size: var(--font-size-14);
  font-weight: 500;
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ent__text {
  text-align: center;
  margin-bottom: var(--margin-60);
}

/* entrance__contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ent__contents {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  height: 67.8dvh;
  min-height: 500px;
}
#ent__contents .inner {
  padding: 0;
  width: min(100%, 1480px);
  height: 440px;
  display: grid;
  gap: 20px 40px;
  grid-template-areas: " item_a item_b" " item_a item_c";
}
#ent__contents .block {
  position: relative;
  border-radius: 10px;
  transition: ease 0.3s;
}
#ent__contents .block > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px;
}
#ent__contents .block.block-systems {
  grid-area: item_a;
  border: 5px solid var(--col--main-02);
  background: url(/img/ent/bg__deco_03.png) right bottom -100px no-repeat, var(--pt--texture-01-lb);
  position: relative;
}
#ent__contents .block.block-systems::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/ent/icon__arrow.png) center center/contain no-repeat;
  width: 80px;
  height: 80px;
  right: -3px;
  bottom: -3px;
}
#ent__contents .block.block-systems::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/ent/bg__deco_04.png) center center/contain no-repeat;
  width: 183px;
  height: 208px;
  left: 50px;
  bottom: -20px;
}
#ent__contents .block.block-official {
  grid-area: item_b;
  background: url(/img/ent/bg__deco_01.png) right 50px center no-repeat, var(--pt--texture-01-b);
  border: 5px solid var(--col--txt-01);
  position: relative;
}
#ent__contents .block.block-official::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/ent/icon__arrow_02.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  right: -3px;
  bottom: -3px;
}
#ent__contents .block.block-official a .item-ttl {
  position: relative;
  top: 10px;
}
#ent__contents .block.block-electric_works {
  grid-area: item_c;
  background: url(/img/ent/bg__deco_02.png) right 50px center no-repeat, var(--pt--texture-01-b);
  border: 5px solid var(--col--txt-01);
  position: relative;
}
#ent__contents .block.block-electric_works::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/ent/icon__arrow_02.png) center center/contain no-repeat;
  width: 60px;
  height: 60px;
  right: -3px;
  bottom: -3px;
}
#ent__contents .block.block-electric_works a .item-ttl {
  position: relative;
  top: 10px;
}
#ent__contents .block:hover {
  opacity: 0.8;
}

.footer__ent {
  background: var(--pt--texture-01-db);
  text-align: center;
  padding: 13px 0;
}
.footer__ent #copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #d0d4d9;
  margin-bottom: var(--margin-25);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.unit-latest a {
  width: 100%;
  transition: ease 0.2s;
  height: 100%;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  color: var(--col--main-01);
  letter-spacing: 0.05em;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-20);
  opacity: 0.4;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
}
.unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-20);
  gap: 15px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
}
.unit-latest .tag_list-item::before {
  content: "|";
  right: -10px;
  color: #adb1b7;
  position: absolute;
}
.unit-latest .tag_list-item:last-child::before {
  display: none;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  right: -5px;
  opacity: 0.8;
}
.unit-latest:hover .item-ttl,
.unit-latest:hover .item-time {
  color: var(--col--main-02);
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
}
.s-post-taglist .tag-name::before {
  content: "|";
  right: -10px;
  color: #adb1b7;
  position: absolute;
}
.s-post-taglist .tag-name:last-child::before {
  display: none;
}

#top__news .inner {
  position: relative;
  min-height: 370px;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 100px;
}
#top__news .cont-latest {
  width: 690px;
  margin-left: auto;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-25);
  border-bottom: 1px solid #d0d4d9;
  margin-bottom: var(--margin-25);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
#top__news .unit-latest a {
  width: 100%;
  transition: ease 0.2s;
  height: 100%;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--font-size-17);
  color: var(--col--main-01);
  letter-spacing: 0.05em;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-20);
  opacity: 0.4;
  margin-bottom: var(--margin-20);
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
}
#top__news .unit-latest .tag_list {
  order: 2;
  width: 70%;
  margin-bottom: var(--margin-20);
  gap: 15px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
  position: relative;
}
#top__news .unit-latest .tag_list-item::before {
  content: "|";
  right: -10px;
  color: #adb1b7;
  position: absolute;
}
#top__news .unit-latest .tag_list-item:last-child::before {
  display: none;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  right: -5px;
  opacity: 0.8;
}
#top__news .unit-latest:hover .item-ttl,
#top__news .unit-latest:hover .item-time {
  color: var(--col--main-02);
}
#top__news .com__btn_01 {
  position: absolute;
  left: 0;
  top: 240px;
}

/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  background: var(--pt--texture-01-b);
  position: relative;
}
#top__reason .inner {
  width: 1200px;
  position: relative;
}
#top__reason .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_02.png) center center/contain no-repeat;
  width: 202px;
  height: 253px;
  left: 70px;
  bottom: -85px;
}
#top__reason .ttl03 {
  margin-bottom: var(--margin-55);
}
#top__reason .topic-reason {
  margin-bottom: var(--margin-50);
}
#top__reason .topic-reason .block-reason {
  background: url(/img/common/deco__logo_02.png) right bottom no-repeat, #fff;
  margin-bottom: var(--margin-40);
  border-bottom: 4px solid var(--col--txt-01);
  --column-gap: 40px;
  --row-gap: 0px;
  padding-right: 50px;
}
#top__reason .topic-reason .block-reason:last-child {
  margin-bottom: 0;
}
#top__reason .topic-reason .block-reason .ttl04 {
  display: flex;
  align-items: end;
  margin-bottom: var(--margin-40);
}
#top__reason .topic-reason .block-reason .ttl04 .num {
  width: max-content;
  margin-right: var(--margin-20);
}
#top__reason .topic-reason .block-reason .ttl04 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-30);
  flex: 1;
  padding-bottom: 15px;
  font-weight: 700;
  border-bottom: 2px solid var(--col--main-01);
  border-image: linear-gradient(to right, var(--col--main-02) 100px, var(--col--txt-01) 40px) 1;
}
#top__reason .topic-reason .block-reason .item-text p {
  color: var(--col--main-01);
}
#top__reason .topic-reason .block-reason:nth-of-type(even) {
  background: url(/img/common/deco__logo_02.png) right 400px bottom no-repeat, #fff;
  padding-left: 60px;
  padding-right: unset;
}
#top__reason .com__btn_02 {
  margin: 0 auto;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service {
  background: var(--pt--dot-01);
}
#top__service .inner .ttl03 {
  margin-bottom: var(--margin-55);
}
#top__service .inner .topic_service {
  --num: 2;
  --column-gap: 20px;
  --row-gap: 20px;
}
#top__service .inner .topic_service .block_service {
  background: var(--col--base-02);
  border-radius: 6px;
  border: 2px solid var(--col--main-02);
}
#top__service .inner .topic_service .block_service a {
  --column-gap: 20px;
  --row-gap: 0px;
  padding: 35px 40px;
  transition: ease 0.2s;
  position: relative;
}
#top__service .inner .topic_service .block_service a::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_01.png) center center/contain no-repeat;
  width: 8px;
  height: 13px;
  right: 35px;
  top: 40px;
}
#top__service .inner .topic_service .block_service a .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #b7cae7;
  margin-bottom: var(--margin-15);
}
#top__service .inner .topic_service .block_service a .ttl04 .ja {
  font-size: var(--font-size-22);
  font-weight: 700;
  color: var(--col--main-01);
}
#top__service .inner .topic_service .block_service a:hover {
  opacity: 0.7;
  background: #fff;
}
#top__service .inner .topic_service .block_service a .item-text p {
  font-weight: 400;
}

/* top__pickup
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__pickup {
  position: relative;
  background: var(--pt--texture-01-db);
  z-index: 0;
}
#top__pickup::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 530px;
  height: 100%;
  background: var(--pt--texture-01-b);
  right: 0;
  top: 0;
}
#top__pickup .inner {
  position: relative;
}
#top__pickup .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/illust__human__a_03.png) center center/contain no-repeat;
  width: 216px;
  height: 245px;
  right: 169px;
  bottom: -70px;
}
#top__pickup .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__pickup .ttl03 .en {
  left: 15px;
}
#top__pickup .topic-system {
  position: relative;
}
#top__pickup .topic-system .item-img {
  position: absolute;
  top: -100px;
  right: -185px;
}
#top__pickup .topic-system .item-text {
  margin-bottom: var(--margin-50);
}
#top__pickup .topic-system .item-text .list {
  margin-bottom: var(--margin-20);
}
#top__pickup .topic-system .item-text .list-item {
  margin-bottom: 5px;
}
#top__pickup .topic-system .item-text .list-item .text {
  position: relative;
  padding-left: 1.5em;
}
#top__pickup .topic-system .item-text .list-item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 16px;
  height: 13px;
  left: 0;
  top: 7px;
}
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case .inner .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__case .inner .cont-post {
  margin-bottom: var(--margin-50);
}
#top__case .inner .com__btn_02 {
  margin: 0 auto;
}

.case__in_post .wrap-post {
  padding: 50px;
  border-radius: 6px;
  border: 2px solid var(--col--main-02);
  margin-bottom: var(--margin-40);
  background: #fff;
}
.case__in_post .wrap-post .ttl03 {
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
}
.case__in_post .wrap-post .ttl03 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.case__in_post .wrap-post .list-compare {
  --num: 2;
  --column-gap: 30px;
  --row-gap: 30px;
  margin-bottom: var(--margin-30);
}
.case__in_post .wrap-post .list-compare-item {
  height: 470px;
}
.case__in_post .com__btn_02 {
  margin: 0 auto;
}

/* feature
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* feature__in_btn
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.feature__in_btn .inner {
  padding-bottom: var(--margin-50);
}
.feature__in_btn .list-btn {
  gap: 30px;
}
.feature__in_btn .list-btn-item {
  width: calc((100% - 60px) / 3);
}
.feature__in_btn .list-btn-item a {
  width: 100%;
}

/* feature__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#feature__about .inner {
  width: 1280px;
  padding-top: var(--margin-50);
}
#feature__about .topic-feature .block-feature {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
#feature__about .topic-feature .block-feature::before {
  pointer-events: none;
  content: "";
  z-index: -1;
  position: absolute;
  background: url(/img/common/deco__logo_01.png) center center/contain no-repeat;
  width: 216px;
  height: 255px;
  right: 0;
  bottom: 0;
}
#feature__about .topic-feature .block-feature:last-child {
  margin-bottom: 0;
}
#feature__about .topic-feature .block-feature .wrap-info {
  --column-gap: 40px;
  --row-gap: 0px;
}
/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works__in_btn
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.works__in_btn .inner {
  padding-bottom: var(--margin-50);
}
.works__in_btn .list-btn {
  gap: 30px;
}
.works__in_btn .list-btn-item {
  width: calc((100% - 60px) / 3);
}
.works__in_btn .list-btn-item a {
  width: 100%;
}

/* works__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works__about .inner {
  width: 1280px;
  padding-top: var(--margin-50);
}
#works__about .topic-works .block-works {
  margin-bottom: 100px;
}
#works__about .topic-works .block-works:last-child {
  margin-bottom: 0;
}
#works__about .topic-works .block-works .ttl04 {
  margin-bottom: var(--margin-55);
}
#works__about .topic-works .block-works .unit-works {
  background: #fff;
  padding: var(--margin-30) 0;
}
#works__about .topic-works .block-works .unit-works .wrap-text {
  --column-gap: 30px;
  --row-gap: 0px;
  padding: 0 30px;
}
#works__about .topic-works .block-works .unit-works .wrap-text .item-text p {
  color: var(--col--main-01);
}
#works__about .topic-works .block-works .com__btn_02 {
  margin: 0 auto;
  margin-top: var(--margin-30);
}
#works__about .topic-works .block-works:nth-of-type(1) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(1)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__01.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}
#works__about .topic-works .block-works:nth-of-type(2) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__02.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}
#works__about .topic-works .block-works:nth-of-type(3) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(3)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__03.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}
#works__about .topic-works .block-works:nth-of-type(4) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(4)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__04.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}
#works__about .topic-works .block-works:nth-of-type(5) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(5)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__05.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}
#works__about .topic-works .block-works:nth-of-type(6) {
  position: relative;
}
#works__about .topic-works .block-works:nth-of-type(6)::before {
  content: "";
  position: absolute;
  background: url(/img/works/works__deco__06.png) center center/contain no-repeat;
  width: 169px;
  height: 127px;
  right: 100px;
  top: 30px;
}

/* systems
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* systems__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#systems__about .inner {
  width: 1280px;
  padding-bottom: var(--margin-50);
}
#systems__about .wrap-systems {
  background: var(--pt--texture-01-db);
}
#systems__about .wrap-systems .ttl03 {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#systems__about .wrap-systems .ttl03 .sub {
  width: fit-content;
  display: block;
  padding: 3px 5px;
  background: var(--col--main-02);
  color: #fff;
  font-size: var(--font-size-22);
  margin-bottom: var(--margin-10);
}
#systems__about .wrap-systems .ttl03 .ja {
  color: #fff;
  line-height: 1.4;
  font-size: var(--font-size-44);
}
#systems__about .wrap-systems .wrap-text {
  margin-bottom: var(--margin-60);
  --column-gap: 20px;
  --row-gap: 0px;
}
#systems__about .wrap-systems .wrap-text .item-text p {
  font-weight: 400;
  font-size: var(--font-size-17);
}
#systems__about .wrap-systems .list-button {
  --num: 4;
  --column-gap: 20px;
  --row-gap: 0;
}
#systems__about .wrap-systems .list-button-item .com__btn_02 {
  width: 100%;
}

/* systems__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#systems__feature .inner {
  width: 1280px;
  padding: var(--margin-50) 0;
}
#systems__feature .wrap-systems .block-feature {
  background: var(--pt--texture-01-db);
  padding: 30px 40px;
  padding-right: 0;
  margin-bottom: var(--margin-30);
  --column-gap: 0px;
  --row-gap: 0px;
}
#systems__feature .wrap-systems .block-feature:last-child {
  margin-bottom: 0;
}
#systems__feature .wrap-systems .block-feature .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 1px dashed #5e656e;
  margin-bottom: var(--margin-20);
  padding-left: 30px;
}
#systems__feature .wrap-systems .block-feature .ttl04 .ja {
  font-weight: 700;
  color: #fff;
  font-size: var(--font-size-30);
}
#systems__feature .wrap-systems .block-feature .item-img {
  position: relative;
}
#systems__feature .wrap-systems .block-feature .item-img .num {
  position: absolute;
  left: 0;
  top: 0;
}
#systems__feature .wrap-systems .block-feature .item-text {
  padding-left: 30px;
  padding-right: 30px;
}
#systems__feature .wrap-systems .block-feature .item-text p {
  letter-spacing: 0.05em;
}

/* systems__function
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#systems__function .inner {
  width: 1280px;
  padding: var(--margin-50) 0;
}
#systems__function .wrap-systems .topic-function {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
}
#systems__function .wrap-systems .topic-function .block-function .ttl04 {
  text-align: center;
  order: 2;
}
#systems__function .wrap-systems .topic-function .block-function .ttl04 .ja {
  font-size: var(--font-size-30);
  color: #fff;
  line-height: 1.5;
}
#systems__function .wrap-systems .topic-function .block-function .item-img {
  order: 1;
  margin-bottom: var(--margin-15);
}

/* systems__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#systems__area .inner {
  width: 1280px;
  padding: var(--margin-50) 0;
}
#systems__area .wrap-systems .block-area {
  background: var(--pt--texture-01-db);
  padding: 40px;
  margin-bottom: var(--margin-30);
}
#systems__area .wrap-systems .block-area:last-child {
  margin-bottom: 0;
}
#systems__area .wrap-systems .block-area .ttl04 {
  width: 50%;
  text-align: center;
  background: #fff;
  padding: 30px;
  min-height: 100px;
}
#systems__area .wrap-systems .block-area .ttl04 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-30);
  font-weight: 700;
}
#systems__area .wrap-systems .block-area .item-text {
  text-align: center;
  width: 50%;
}
#systems__area .wrap-systems .block-area .item-text p {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 700;
}
/* systems__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#systems__price .inner {
  width: 1280px;
  padding: var(--margin-50) 0 100px;
}
#systems__price .wrap-systems .item-text {
  text-align: center;
}
#systems__price .wrap-systems .item-text strong {
  width: fit-content;
  margin: 0 auto;
  display: block;
  font-size: var(--font-size-30);
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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: 1.2rem;
  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;
  }
}/*# sourceMappingURL=style.css.map */