/*# sourceMappingURL=style.css.map */ー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  width: 100%;
  min-width: 1080px;
  height: 115px;
  background: #fff;
  padding: 0;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/hd__bg_img.png) center center/max(1920px, 100%) 166px no-repeat;
  width: 100%;
  height: 166px;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .wrap-head {
  margin: 0 auto;
  width: 1080px;
  height: 100%;
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@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;
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .cont-info {
  width: fit-content;
}

html {
  scroll-padding-top: 115px;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 35px;
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  gap: 10px;
  transition: ease 0.17s;
  position: relative;
  top: 0;
}
#nav .list-nav .item a .ja {
  font-size: var(--font-size-16);
  font-weight: 400;
}
#nav .list-nav .item a:hover {
  top: -3px;
}
#nav .list-nav .item a:hover .ja {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 920px;
}
#mv .swiper-wrapper {
  position: absolute;
  width: 1840px;
  height: 740px;
  left: 50%;
  translate: -50% 0;
  top: 110px;
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
}
#mv .mv-catch {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 47%;
  translate: -50% -50%;
  width: min(1420px, 90%);
}
#mv .mv__contact {
  z-index: 2;
  position: absolute;
  background: url(/img/mv/mv__contact__bg_01.png) center center/contain no-repeat;
  width: 1180px;
  height: 180px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  align-items: center;
}
#mv .mv__contact::before {
  content: "";
  position: absolute;
  background: url(/img/mv/mv__contact__deco_01.png) center center/contain no-repeat;
  width: 188px;
  height: 165px;
  left: 80px;
  bottom: 10px;
}
#mv .mv__contact .ttl03 {
  margin-right: var(--margin-30);
  margin-left: var(--margin-80);
}
#mv .mv__contact .ttl03 img {
  width: max-content;
}
#mv .mv__contact .list-contact {
  width: fit-content;
  gap: 20px;
}
#mv .mv__contact .list-contact .item {
  background: #fff;
  width: fit-content;
  height: 100px;
  padding: 10px;
  border-radius: 4px;
}
#mv .mv__contact .list-contact .item a {
  width: 100%;
  height: 100%;
}
#mv .mv__contact .list-contact .item .btn-line {
  background: var(--col--main-01);
  border-radius: 4px;
  width: 280px;
  gap: 15px;
}
#mv .mv__contact .list-contact .item .btn-line .icon {
  width: 26px;
  height: 26px;
}
#mv .mv__contact .list-contact .item .btn-line .ja {
  font-size: var(--font-size-17);
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
}
#mv .mv__contact .list-contact .item .btn-contact {
  background: var(--col--txt-01);
  border-radius: 10px;
  width: 300px;
}
#mv .mv__contact .list-contact .item .btn-contact .ja {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
#mv .mv__contact .list-contact .item-line {
  padding: 13px;
}
#mv .mv__contact .list-contact .item-line a {
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
}
#mv .mv__contact .list-contact .item-line a:hover {
  background: #fff;
  opacity: 0.8;
}
#mv .mv__contact .list-contact .item-line a:hover .ja {
  color: var(--col--main-01);
}
#mv .mv__contact .list-contact .item-code img {
  width: max-content;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 120px;
}
#sv .sv-img {
  width: 1840px;
  height: 434px;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 0;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  color: #fff;
  font-size: var(--font-size-48);
  font-family: var(--fot--Zen_Antique);
  text-shadow: 0px 0px 12.61px rgba(29, 29, 29, 0.71);
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

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

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

.sv-company {
  background: url(../img/sv/sv__company.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;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--base-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-right: var(--margin-20);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-top: var(--margin-40);
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .unit-ttl {
  margin-bottom: var(--margin-50);
}
#footer .unit-ttl .unit-sns {
  width: fit-content;
  gap: 15px;
}
#footer .item-address {
  line-height: 1.8;
  margin-bottom: var(--margin-30);
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px 40px;
  height: 190px;
  justify-content: end;
  align-content: end;
  position: relative;
}
#footer .list-nav::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 2px;
  background: url(/img/common/border__img__01_01.png) repeat-y;
  height: calc(100% - 30px);
}
#footer .list-nav::after {
  content: "";
  position: absolute;
  left: 210px;
  bottom: 0;
  width: 2px;
  background: url(/img/common/border__img__01_01.png) repeat-y;
  height: calc(100% - 60px);
}
#footer .list-nav .item {
  width: fit-content;
  position: relative;
}
#footer .list-nav .item a {
  font-weight: 700;
  position: relative;
  transition: ease 0.15s;
}
#footer .list-nav .item a:hover {
  color: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: left;
  color: var(--col--main-02);
  color: var(--col--txt-01);
  font-family: var(--fot--Noto-Serif);
  font-size: 12px;
  font-weight: 400;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-01);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.fixed-btn {
  z-index: 5;
  gap: 15px;
  width: fit-content;
  position: fixed;
  right: 20px;
  top: 140px;
}
.fixed-btn > .item {
  transition: ease 0.2s;
  position: relative;
  left: 0;
}
.fixed-btn > .item:hover {
  opacity: 0.7;
  left: -5px;
}

.pagetop {
  z-index: 5;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: fit-content;
  transition: ease 0.2s;
}
.pagetop:hover {
  opacity: 0.6;
  bottom: 65px;
}

/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
  z-index: 0;
  background: url(/img/top/top__about__bg_img_01.png) right bottom no-repeat;
}
#top__about::before {
  z-index: 1;
  position: absolute;
  content: "";
  background: url(/img/common/separate__wave__01_b_y.svg) center bottom/max(1920px, 100%) 100px no-repeat;
  width: 100%;
  height: 100px;
  bottom: 0;
}
#top__about .inner {
  padding-bottom: 200px;
}
#top__about .ttl03 {
  margin-left: auto;
  margin-bottom: var(--margin-40);
  margin-right: var(--margin-80);
}
#top__about .item-img {
  position: absolute;
  left: clamp(-170px, 50vw - 835px, 0px);
  bottom: 0;
}
#top__about .item-text {
  width: 540px;
  margin-left: auto;
  text-align: center;
  position: relative;
}
#top__about .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__about__deco_01.png) center center/contain no-repeat;
  width: 182px;
  height: 163px;
  right: -135px;
  top: -110px;
}
#top__about .item-text p {
  font-weight: 300;
}

/* top__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__point {
  background: var(--col--base-01);
}
#top__point .inner {
  padding-top: 0;
}
#top__point .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#top__point .wrap-point {
  margin-bottom: var(--margin-50);
}
#top__point .block-point {
  position: relative;
  background: url(/img/common/border__img__01_o.png) center top 10px/100% 1px repeat-x, url(/img/common/border__img__01_o.png) center bottom 10px/100% 1px repeat-x, #fff;
  padding: 50px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  min-height: 420px;
}
#top__point .block-point::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  top: 0;
  background: url(/img/common/deco_block__shape__01_w.png) left center/35px 100% no-repeat, url(/img/common/deco_block__shape__01_w.png) right center/35px 100% no-repeat;
}
#top__point .block-point:last-child {
  margin-bottom: 0;
}
#top__point .block-point .ttl04 {
  text-align: center;
  line-height: 1.5;
  width: 440px;
  margin-bottom: var(--margin-20);
  margin-top: var(--margin-40);
  padding-bottom: var(--margin-20);
  background: url(/img/common/deco_ttl__dashed__01_o.png) bottom center/43px 8px no-repeat;
}
#top__point .block-point .ttl04 .num {
  position: absolute;
}
#top__point .block-point .ttl04 .en {
  position: absolute;
}
#top__point .block-point .ttl04 .ja {
  font-family: var(--fot--Zen_Antique);
  letter-spacing: 0;
  font-size: var(--font-size-28);
}
#top__point .block-point .ttl04 .ja .str-01 {
  color: var(--col--main-01);
}
#top__point .block-point .ttl04 .ja .str-02 {
  font-size: var(--font-size-34);
}
#top__point .block-point .item-img {
  position: absolute;
}
#top__point .block-point .item-text {
  width: 440px;
}
#top__point .block-point:nth-of-type(odd) .ttl04 .num {
  left: 370px;
  bottom: 25px;
}
#top__point .block-point:nth-of-type(odd) .ttl04 .en {
  left: 0;
  top: 35px;
}
#top__point .block-point:nth-of-type(odd) .item-img {
  top: 35px;
  right: 0;
}
#top__point .block-point:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#top__point .block-point:nth-of-type(even) .ttl04 .num {
  right: 0;
  bottom: 25px;
}
#top__point .block-point:nth-of-type(even) .ttl04 .en {
  right: 420px;
  top: 35px;
}
#top__point .block-point:nth-of-type(even) .item-img {
  top: 35px;
  left: 0;
}
#top__point .block-point:nth-of-type(even) .item-text {
  margin-left: auto;
}
#top__point .block-point:nth-of-type(1) {
  position: relative;
}
#top__point .block-point:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__tools__01_01.png) center center/contain no-repeat;
  width: 159px;
  height: 159px;
  bottom: 50px;
  right: -80px;
}
#top__point .block-point:nth-of-type(1) .ttl04 .en {
  left: -85px;
  top: 35px;
}
#top__point .block-point:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__tools__01_02.png) center center/contain no-repeat;
  width: 195px;
  height: 150px;
  bottom: 0;
  left: -80px;
}
#top__point .block-point:nth-of-type(3)::after {
  content: "";
  position: absolute;
  background: url(/img/common/deco__tools__01_03.png) center center/contain no-repeat;
  width: 169px;
  height: 181px;
  bottom: -30px;
  right: -120px;
}
#top__point .com__btn_01 {
  margin: 0 auto;
}

/* top__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__service .inner {
  width: 1190px;
  padding-bottom: 270px;
}
#top__service .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-50);
}
#top__service .list-service {
  --num: 2;
  --column-gap: 30px;
  --row-gap: 30px;
}
#top__service .list-service .item {
  position: relative;
  min-height: 320px;
  transition: ease 0.2s;
  top: 0;
}
#top__service .list-service .item::before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 20px;
}
#top__service .list-service .item::after {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  bottom: 0;
  right: 20px;
}
#top__service .list-service .item a {
  border: 2px solid var(--col--main-01);
  outline: 20px solid #fff;
  outline-offset: -22px;
  background: var(--col--base-01);
  padding: 60px;
  width: 100%;
  height: 100%;
}
#top__service .list-service .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 4px dotted var(--col--main-01);
  margin-bottom: var(--margin-20);
}
#top__service .list-service .item .ttl04 .ja {
  font-size: var(--font-size-32);
  font-family: var(--fot--Zen_Antique);
  color: var(--col--main-01);
  letter-spacing: 0;
}
#top__service .list-service .item .item-img {
  position: absolute;
  right: 20px;
  top: 20px;
}
#top__service .list-service .item .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__service__btn_01.png) center center/contain no-repeat;
  width: 169px;
  height: 80px;
  right: 0;
  bottom: 0;
}
#top__service .list-service .item .list li {
  font-weight: 400;
  font-size: var(--font-size-16);
  line-height: 1.8;
}
#top__service .list-service .item:hover {
  top: -5px;
  opacity: 0.7;
}

/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works .inner {
  width: min(1600px,100%);
  border-radius: 20px;
  background: var(--col--base-01);
  padding-top: 80px;
  position: relative;
  margin-bottom: 100px;
  padding-bottom: 80px;
}
#top__works .inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_human_01.png) center center/contain no-repeat;
  width: 211px;
  height: 201px;
  left: 200px;
  top: -100px;
}
#top__works .inner::after {
  z-index: 1;
  content: "";
  position: absolute;
  background: url(/img/top/top__service__deco_tool_01.png) center center/contain no-repeat;
  width: 223px;
  height: 201px;
  right: clamp(-50px, 50vw - 620px    ,200px);
  top: -100px;
}
#top__works .wrap-block {
  z-index: 0;
  width: 1400px;
  margin: 0 auto;
  padding: 80px 160px;
  background: url(/img/common/pattern__texture__01_o.png);
  position: relative;
  padding-top: 0;
  border-top: 1px solid transparent;
}
#top__works .wrap-block::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__block_deco_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 260px;
  top: 0;
  left: 50%;
  translate: -50% -100%;
}
#top__works .unit-ttl {
  margin-top: -100px;
}
#top__works .unit-ttl .ttl03 {
  position: relative;
  z-index: 1;
  margin-bottom: var(--margin-40);
}
#top__works .unit-ttl .ttl03 .ja {
  font-size: var(--font-size-28);
}
#top__works .unit-ttl .ttl03 .ja .str-01 {
  font-size: var(--font-size-36);
  color: var(--col--main-01);
}
#top__works .unit-ttl .item-lead {
  font-weight: 400;
  margin-bottom: var(--margin-50);
}
#top__works .cont-post {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: var(--margin-40);
}
#top__works .cont-post .block-post {
  background: url(/img/common/deco__shape__02_b_lt.png) left top no-repeat, url(/img/common/deco__shape__02_b_rb.png) right bottom no-repeat, #fff;
  height: fit-content;
  width: calc((100% - 60px) / 3);
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#top__works .cont-post .block-post .ttl04 {
  order: 2;
  width: 100%;
  border-left: 8px solid var(--col--main-01);
  padding-left: var(--margin-30);
  margin-bottom: var(--margin-20);
}
#top__works .cont-post .block-post .ttl04 .ja {
  font-family: var(--fot--Zen_Antique);
  font-size: var(--font-size-17);
  letter-spacing: 0.05em;
}
#top__works .cont-post .block-post .list-compare {
  order: 1;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  width: 300px;
  height: 240px;
  margin-bottom: var(--margin-15);
}
#top__works .cont-post .block-post .list-compare-before {
  position: absolute;
  left: 0;
  top: 0;
}
#top__works .cont-post .block-post .list-compare-before dt {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-family: var(--fot--Zen_Antique);
  color: var(--col--main-01);
  font-size: var(--font-size-16);
}
#top__works .cont-post .block-post .list-compare-before dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 28px;
  height: 16px;
  bottom: -40px;
  left: 40px;
}
#top__works .cont-post .block-post .list-compare-before dd {
  position: relative;
  width: 120px;
  height: 120px;
}
#top__works .cont-post .block-post .list-compare-before dd::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__07_w_lt.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
}
#top__works .cont-post .block-post .list-compare-before dd .item-img {
  width: 100%;
  height: 100%;
}
#top__works .cont-post .block-post .list-compare-after {
  position: absolute;
  right: 0;
  bottom: 0;
}
#top__works .cont-post .block-post .list-compare-after dt {
  z-index: 2;
  position: absolute;
  right: 0;
  top: -70px;
}
#top__works .cont-post .block-post .list-compare-after dd {
  position: relative;
  width: 200px;
  height: 200px;
}
#top__works .cont-post .block-post .list-compare-after dd::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__07_w_rb.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
}
#top__works .cont-post .block-post .list-compare-after dd .item-img {
  width: 100%;
  height: 100%;
}
#top__works .cont-post .block-post:hover {
  position: relative;
  top: -5px;
  opacity: 0.6;
}
#top__works .com__btn_01 {
  margin: 0 auto;
}

/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company {
  background: url(/img/top/top__company__bg_img_01.png) center center/max(1920px, 100%) 100% no-repeat;
}
#top__company .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
}
#top__company .list-btns {
  gap: 20px;
  margin-bottom: 220px;
}
/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  background: url(/img/common/pattern__texture__01_o.png);
  padding: 20px 40px;
  margin-bottom: var(--margin-10);
  position: relative;
}
.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-family: var(--fot--Zen_Antique);
  margin-left: 140px;
}
.unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--fot--Libertinus_Math);
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0;
}
.unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  gap: 12px;
  margin-left: 140px;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  position: relative;
  padding-left: var(--margin-10);
  font-size: var(--font-size-14);
  font-weight: 500;
  font-family: var(--fot--Zen_Antique);
}
.unit-latest .tag_list-item::before {
  content: "#";
  color: var(--col--main-01);
  position: absolute;
  left: 0;
}
.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 {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  position: relative;
  padding-left: var(--margin-10);
  font-size: var(--font-size-14);
  font-weight: 500;
  font-family: var(--fot--Zen_Antique);
}
.s-post-taglist .tag-name::before {
  content: "#";
  color: var(--col--main-01);
  position: absolute;
  left: 0;
}

#top__news {
  margin-top: -235px;
}
#top__news .inner {
  width: 1240px;
  padding-top: 0;
}
#top__news .wrap-block {
  position: relative;
  padding: 60px 80px;
  border: 2px solid var(--col--main-02);
  background: var(--col--base-01);
  min-height: 350px;
}
#top__news .ttl03 {
  position: absolute;
  width: 180px;
  left: 80px;
  top: 60px;
}
#top__news .ttl03 .ja {
  font-size: var(--font-size-20);
}
#top__news .cont-latest {
  width: 800px;
  margin-left: auto;
}
#top__news .unit-latest {
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  background: url(/img/common/pattern__texture__01_o.png);
  padding: 20px 40px;
  margin-bottom: var(--margin-10);
  position: relative;
}
#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-family: var(--fot--Zen_Antique);
  margin-left: 140px;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 2;
  width: fit-content;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-family: var(--fot--Libertinus_Math);
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0;
}
#top__news .unit-latest .tag_list {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-10);
  gap: 12px;
  margin-left: 140px;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-01);
  position: relative;
  padding-left: var(--margin-10);
  font-size: var(--font-size-14);
  font-weight: 500;
  font-family: var(--fot--Zen_Antique);
}
#top__news .unit-latest .tag_list-item::before {
  content: "#";
  color: var(--col--main-01);
  position: absolute;
  left: 0;
}
#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 {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
#top__news .com__btn_01 {
  position: absolute;
  left: 80px;
  height: 50px;
  top: 195px;
  width: 180px;
}

/* com__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__contact {
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}
.com__contact::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 140px);
  background: var(--col--base-01);
  bottom: 0;
}
.com__contact .inner {
  width: 1500px;
  padding-top: 0;
  padding-bottom: var(--margin-40);
}
.com__contact .wrap-block {
  padding: 80px 110px;
  padding-top: 50px;
  background: url(/img/common/deco__shape__01_w_lt.png) left top no-repeat, url(/img/common/deco__shape__01_w_rt.png) right top no-repeat, url(/img/common/deco__shape__01_b_rb.png) right bottom no-repeat, url(/img/common/deco__shape__01_b_lb.png) left bottom no-repeat, url(/img/common/pattern__texture__01_o.png);
}
.com__contact .unit-ttl {
  position: relative;
}
.com__contact .unit-ttl::before {
  content: "";
  position: absolute;
  background: url(/img/top/com__contact__deco_human_01.png) center center/contain no-repeat;
  width: 171px;
  height: 265px;
  right: 100px;
  bottom: -45px;
}
.com__contact .unit-ttl .ttl03 {
  position: relative;
  margin-bottom: var(--margin-20);
}
.com__contact .unit-ttl .ttl03 .en {
  position: absolute;
  left: -95px;
  top: -65px;
}
.com__contact .unit-ttl .ttl-lead {
  text-align: center;
  line-height: 2;
  margin-bottom: var(--margin-30);
}
.com__contact .list-contact {
  width: 100%;
  height: 160px;
  background: var(--col--acc-01);
  padding: 30px 65px;
  border-radius: 10px;
  gap: 20px;
  justify-content: center;
  position: relative;
}
.com__contact .list-contact .item {
  background: #fff;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px;
  border-radius: 10px;
}
.com__contact .list-contact .item a {
  width: 100%;
  height: 100%;
}
.com__contact .list-contact .item .btn-line {
  background: var(--col--main-01);
  border-radius: 10px;
  width: 300px;
  gap: 15px;
  border: 1px solid var(--col--main-01);
  transition: ease 0.2s;
}
.com__contact .list-contact .item .btn-line .icon {
  width: 26px;
  height: 26px;
}
.com__contact .list-contact .item .btn-line .ja {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.com__contact .list-contact .item .btn-line:hover {
  background: #fff;
}
.com__contact .list-contact .item .btn-line:hover .ja {
  color: var(--col--main-01);
}
.com__contact .list-contact .item .btn-contact {
  background: var(--col--txt-01);
  border-radius: 10px;
  width: 300px;
  gap: 15px;
  border: 1px solid var(--col--txt-01);
  transition: ease 0.2s;
}
.com__contact .list-contact .item .btn-contact .ja {
  font-size: var(--font-size-17);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.com__contact .list-contact .item .btn-contact:hover {
  background: #fff;
}
.com__contact .list-contact .item .btn-contact:hover .ja {
  color: var(--col--txt-01);
}
.com__contact .list-contact .item .btn-contact:hover .icon {
  filter: var(--col--fil-black);
}
.com__contact .list-contact .item-code img {
  width: max-content;
}
.com__contact .list-contact .item-tel {
  width: 300px;
}
.com__contact .list-contact .item-tel .com__tel {
  height: fit-content;
}
.com__contact .list-contact .item-tel .tel-num {
  display: block;
  margin-bottom: 5px;
  height: fit-content;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting .inner {
  position: relative;
  padding-bottom: var(--margin-50);
}
#about__greeting .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#about__greeting .item-img {
  position: absolute;
  width: fit-content;
  left: 0;
  top: 310px;
}
#about__greeting .item-img::before {
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__deco_01.png) center center/contain no-repeat;
  width: 223px;
  height: 180px;
  left: -60px;
  top: -40px;
}
#about__greeting .item-img::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__greeting__deco_02.png) center center/contain no-repeat;
  width: 341px;
  height: 163px;
  right: -30px;
  bottom: -100px;
}
#about__greeting .item-img figcaption {
  position: absolute;
  font-family: var(--fot--Zen_Antique);
  width: fit-content;
  padding: 10px 20px;
  background: var(--col--txt-01);
  color: #fff;
  bottom: 20px;
  left: -20px;
}
#about__greeting .item-text {
  width: 520px;
  margin-left: auto;
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature .inner {
  width: 1280px;
  padding-top: var(--margin-50);
}
#about__feature .wrap-feature {
  width: 100%;
  background: var(--col--base-01);
  border-radius: 20px;
  padding: 100px;
}
#about__feature .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#about__feature .block-feature {
  position: relative;
  background: url(/img/common/border__img__01_o.png) center top 10px/100% 1px repeat-x, url(/img/common/border__img__01_o.png) center bottom 10px/100% 1px repeat-x, #fff;
  padding: 50px 20px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: var(--margin-30);
  min-height: 420px;
  min-height: 540px;
}
#about__feature .block-feature::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  left: 50%;
  translate: -50% 0;
  top: 0;
  background: url(/img/common/deco_block__shape__01_w.png) left center/35px 100% no-repeat, url(/img/common/deco_block__shape__01_w.png) right center/35px 100% no-repeat;
}
#about__feature .block-feature:last-child {
  margin-bottom: 0;
}
#about__feature .block-feature .ttl04 {
  margin: 0 auto;
  text-align: center;
  margin-bottom: var(--margin-60);
}
#about__feature .block-feature .ttl04 .num {
  position: absolute;
  bottom: 50px;
}
#about__feature .block-feature .ttl04 .num_en {
  position: absolute;
  top: 50px;
}
#about__feature .block-feature .ttl04 .ja {
  font-family: var(--fot--Zen_Antique);
  font-size: var(--font-size-28);
  letter-spacing: 0;
  background: url(/img/common/deco_ttl__dashed__01_o.png) center bottom no-repeat;
  padding-bottom: var(--margin-30);
}
#about__feature .block-feature .item-img {
  position: absolute;
  top: 135px;
}
#about__feature .block-feature .item-text {
  width: 460px;
}
#about__feature .block-feature:nth-of-type(odd) .item-img {
  left: -5px;
}
#about__feature .block-feature:nth-of-type(odd) .ttl04 .num {
  right: 30px;
}
#about__feature .block-feature:nth-of-type(odd) .ttl04 .num_en {
  left: 150px;
}
#about__feature .block-feature:nth-of-type(odd) .item-text {
  margin-left: auto;
}
#about__feature .block-feature:nth-of-type(even) .item-img {
  right: -5px;
}
#about__feature .block-feature:nth-of-type(even) .ttl04 .num {
  left: 30px;
}
#about__feature .block-feature:nth-of-type(even) .ttl04 .num_en {
  right: 150px;
}
#about__feature .block-feature:nth-of-type(even) .item-text {
  margin-right: auto;
}
#about__feature .block-feature:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__01_deco_01.png) center center/contain no-repeat;
  width: 159px;
  height: 159px;
  right: -130px;
  bottom: 20px;
}
#about__feature .block-feature:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__02_deco_01.png) center center/contain no-repeat;
  width: 195px;
  height: 150px;
  left: -170px;
  bottom: 10px;
}
#about__feature .block-feature:nth-of-type(3)::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__03_deco_01.png) center center/contain no-repeat;
  width: 169px;
  height: 181px;
  right: -140px;
  bottom: -40px;
}

/* works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#works__nav .list-nav {
  gap: 30px;
  margin-bottom: 80px;
}
#works__nav .list-nav .item {
  width: 340px;
  height: 70px;
  background: var(--col--main-01);
  border-radius: 4px;
}
#works__nav .list-nav .item a {
  position: relative;
  width: 100%;
  height: 100%;
}
#works__nav .list-nav .item span {
  color: #fff;
  font-weight: 700;
  font-size: var(--font-size-17);
  position: relative;
  padding-right: var(--margin-20);
}
#works__nav .list-nav .item span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__02_01.png) center center/contain no-repeat;
  width: 13px;
  height: 8px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

/* common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.works__com_section_01 .inner {
  width: 1280px;
  padding: 100px;
  padding-top: 130px;
  background: var(--col--base-01);
  border-radius: 20px;
  margin-bottom: 160px;
}
.works__com_section_01 .wrap-cont {
  width: 100%;
  padding: 60px;
  background: url(/img/common/pattern__texture__01_o.png);
  position: relative;
}
.works__com_section_01 .wrap-cont::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco_block__roof__01_01.png) center center/100% 100% no-repeat;
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  translate: 0 -100%;
}
.works__com_section_01 .wrap-cont .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
  margin-top: -150px;
}
.works__com_section_01 .wrap-cont .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
.works__com_section_01 .wrap-cont .item-lead p {
  font-weight: 400;
}
.works__com_section_01 .wrap-cont .topic-works {
  margin-bottom: var(--margin-40);
}
.works__com_section_01 .wrap-cont .topic-works .block-works {
  background: url(/img/common/deco__shape__02_b_lt.png) left top no-repeat, url(/img/common/deco__shape__02_b_rb.png) right bottom no-repeat, url(/img/common/border__img__01_o.png) center top 10px/100% 1px repeat-x, url(/img/common/border__img__01_o.png) center bottom 10px/100% 1px repeat-x, #fff;
  margin-bottom: var(--margin-30);
  min-height: 240px;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.works__com_section_01 .wrap-cont .topic-works .block-works:last-child {
  margin-bottom: 0;
}
.works__com_section_01 .wrap-cont .topic-works .block-works .ttl05 {
  position: relative;
  padding-left: var(--margin-20);
  border-left: 3px solid var(--col--main-01);
  width: 630px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
.works__com_section_01 .wrap-cont .topic-works .block-works .ttl05 .ja {
  letter-spacing: 0;
  font-family: var(--fot--Zen_Antique);
  color: var(--col--main-01);
  font-size: var(--font-size-28);
}
.works__com_section_01 .wrap-cont .topic-works .block-works .item-img {
  position: absolute;
  left: 30px;
  top: 30px;
}
.works__com_section_01 .wrap-cont .topic-works .block-works .item-text {
  width: 630px;
  margin-left: auto;
}
.works__com_section_01 .wrap-cont .topic-price .ttl04 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-30);
}
.works__com_section_01 .wrap-cont .topic-price .ttl04 .ja {
  letter-spacing: 0;
  font-family: var(--fot--Zen_Antique);
  font-size: var(--font-size-28);
}
.works__com_section_01 .wrap-cont .topic-price .item-table {
  width: 100%;
}
.works__com_section_01 .wrap-cont .topic-price .item-table tr {
  width: 100%;
}
.works__com_section_01 .wrap-cont .topic-price .item-table tr th,
.works__com_section_01 .wrap-cont .topic-price .item-table tr td {
  text-align: center;
  padding: 20px;
  width: 33.3333333333%;
  background: #fff;
  border: 1px solid #ffddb5;
}
.works__com_section_01 .wrap-cont .topic-price .item-table tr:first-of-type th {
  background: var(--col--main-01);
  text-align: center;
  color: #fff;
}
.works__com_section_01 .wrap-cont .topic-price .item-text {
  text-align: center;
}
.works__com_section_01 .wrap-cont .topic-price .item-text p {
  font-weight: 400;
}

#works__cont_corporate .list-images {
  gap: 30px;
  margin-bottom: var(--margin-40);
}
#works__cont_corporate .list-images .item {
  position: relative;
}
#works__cont_corporate .list-images .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/common/deco__shape__03_b_lt.png) left top no-repeat, url(/img/common/deco__shape__03_b_rt.png) right top no-repeat, url(/img/common/deco__shape__03_b_rb.png) right bottom no-repeat, url(/img/common/deco__shape__03_b_lb.png) left bottom no-repeat;
}

/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .inner {
  width: 1280px;
  background: var(--col--base-01);
  border-radius: 20px;
  padding: 100px;
  margin-block: 100px;
}
#case .cont-post .block-post {
  z-index: 0;
  position: relative;
  right: 0;
  background: url(/img/common/deco__shape__04_b_lt.png) left top no-repeat, url(/img/common/deco__shape__04_b_lb.png) left bottom no-repeat, url(/img/common/pattern__texture__01_o.png);
  margin-bottom: var(--margin-50);
  height: fit-content;
  transition: ease .2s;
}
#case .cont-post .block-post:hover{
  opacity: .85;
  right: -10px;
}
#case .cont-post .block-post::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__04_b_rt.png) right top no-repeat, url(/img/common/deco__shape__04_b_rb.png) right bottom no-repeat, var(--col--main-01);
  width: 20px;
  height: 100%;
  right: 0;
  top: 0;
}
#case .cont-post .block-post::after {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_01.png) center center/contain no-repeat;
  width: 8px;
  height: 14px;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
}
#case .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#case .cont-post .block-post a {
  min-height: 320px;
  height: fit-content;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: block;
}
#case .cont-post .block-post .ttl04 {
  border-block: 1px solid var(--col--main-01);
  padding-block: 10px;
  margin-bottom: var(--margin-25);
  width: 650px;
  margin-left: auto;
  overflow: hidden;
  max-height: 80px;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .cont-post .block-post .ttl04 .ja {
  font-size: var(--font-size-24);
  font-family: var(--fot--Zen_Antique);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
#case .cont-post .block-post .list-compare {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 300px;
  height: 240px;
}
#case .cont-post .block-post .list-compare-before {
  position: absolute;
  left: 0;
  top: 0;
}
#case .cont-post .block-post .list-compare-before dt {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-family: var(--fot--Zen_Antique);
  color: var(--col--main-01);
  font-size: var(--font-size-16);
}
#case .cont-post .block-post .list-compare-before dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_01.png) center center/contain no-repeat;
  width: 28px;
  height: 16px;
  bottom: -40px;
  left: 40px;
}
#case .cont-post .block-post .list-compare-before dd {
  position: relative;
  width: 120px;
  height: 120px;
}
#case .cont-post .block-post .list-compare-before dd::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__05_b_lt.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
}
#case .cont-post .block-post .list-compare-before dd .item-img {
  width: 100%;
  height: 100%;
}
#case .cont-post .block-post .list-compare-after {
  position: absolute;
  right: 0;
  bottom: 0;
}
#case .cont-post .block-post .list-compare-after dt {
  z-index: 2;
  position: absolute;
  right: 0;
  top: -70px;
}
#case .cont-post .block-post .list-compare-after dd {
  position: relative;
  width: 200px;
  height: 200px;
}
#case .cont-post .block-post .list-compare-after dd::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__05_b_rb.png) center center/contain no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
}
#case .cont-post .block-post .list-compare-after dd .item-img {
  width: 100%;
  height: 100%;
}
#case .cont-post .block-post .unit-text {
  width: 650px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#case .cont-post .block-post .unit-text .ttl05 {
  padding-left: var(--margin-20);
  border-left: 4px solid var(--col--main-01);
  margin-bottom: var(--margin-10);
}
#case .cont-post .block-post .unit-text .ttl05 .ja {
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen_Antique);
  letter-spacing: 0.05em;
}
#case .cont-post .block-post .unit-text .item-text {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--font-size-16);
  margin-left: var(--margin-30);
  overflow: hidden;
  height: fit-content;
  max-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#case .cont-post .block-post .unit-text .item-tag .tag {
  margin-right: 1em;
  position: relative;
}
#case .cont-post .block-post .unit-text .item-tag .tag::before {
  content: "、";
  position: absolute;
  right: -1.2em;
  bottom: -5px;
}
#case .cont-post .block-post .unit-text .item-tag .tag:last-child::before {
  display: none;
}

.case__in_post .wrap-post {
  background: url(/img/common/deco__shape__06_w_lt.png) left top no-repeat, url(/img/common/deco__shape__06_w_rt.png) right top no-repeat, url(/img/common/deco__shape__06_w_rb.png) right bottom no-repeat, url(/img/common/deco__shape__06_w_lb.png) left bottom no-repeat, url(/img/common/pattern__texture__01_o.png);
  padding: 60px;
}
.case__in_post .ttl03 {
  border-block: 1px solid var(--col--main-01);
  padding-block: 20px;
  margin-bottom: 110px;
}
.case__in_post .ttl03 .ja {
  font-family: var(--fot--Zen_Antique);
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: var(--font-size-32);
}
.case__in_post .list-compare {
  position: relative;
  gap: 110px;
  margin-bottom: var(--margin-40);
}
.case__in_post .list-compare::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__03_02.png) center center/contain no-repeat;
  width: 49px;
  height: 27px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.case__in_post .list-compare-item {
  width: 400px;
  position: relative;
}
.case__in_post .list-compare-item dt {
  z-index: 2;
  position: absolute;
  left: -50px;
  top: -70px;
}
.case__in_post .list-compare-item dd .item-img {
  width: 400px;
  height: 400px;
}
.case__in_post .unit-text {
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
.case__in_post .unit-text .ttl05 {
  padding-left: var(--margin-20);
  border-left: 4px solid var(--col--main-01);
  margin-bottom: var(--margin-10);
}
.case__in_post .unit-text .ttl05 .ja {
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen_Antique);
  letter-spacing: 0.05em;
}
.case__in_post .unit-text .item-text {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  font-size: var(--font-size-16);
  margin-left: var(--margin-30);
}
.case__in_post .unit-text .item-tag .tag {
  margin-right: 1em;
  position: relative;
}
.case__in_post .unit-text .item-tag .tag::before {
  content: "、";
  position: absolute;
  right: -1.2em;
  bottom: -5px;
}
.case__in_post .unit-text .item-tag .tag:last-child::before {
  display: none;
}
.case__in_post .com__btn_01{
  margin: 0 auto;
  margin-top: var(--margin-40);
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info .inner {
  padding-bottom: var(--margin-50);
}
#company__info .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-60);
  position: relative;
}
#company__info .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/company/company__info__img_01.png) center center/contain no-repeat;
  width: 211px;
  height: 156px;
  left: -300px;
  bottom: -62px;
}
#company__info .ttl03 .en {
  position: absolute;
  right: -280px;
  bottom: -40px;
}
#company__info .item-table {
  margin-bottom: var(--margin-40);
}
#company__info .item-table tr th, #company__info .item-table tr td {
  border-bottom: 1px solid var(--col--main-02);
}
#company__info .item-table tr th {
  width: 200px;
}
#company__info .item-table tr td {
  background: #fefcf7;
}
#company__info .item-table tr:last-of-type th,
#company__info .item-table tr:last-of-type td {
  border-bottom: 0;
}
#company__info .item-map {
  width: 100%;
  height: 340px;
  min-height: 200px;
  border-radius: 4px;
}
#company__info .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* company__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__recruit .inner {
  width: 1280px;
  background: var(--col--base-01);
  padding-inline: 100px;
  margin-block: 50px 100px;
  border-radius: 20px;
}
#company__recruit .ttl03 {
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
#company__recruit .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
}
#company__recruit .item-lead p {
  font-weight: 400;
}
#company__recruit .cont-post .block-post {
  margin-bottom: var(--margin-40);
}
#company__recruit .cont-post .block-post:last-child {
  margin-bottom: 0;
}
#company__recruit .cont-post .block-post tr th, #company__recruit .cont-post .block-post tr td {
  border-bottom: 1px solid var(--col--main-02);
}
#company__recruit .cont-post .block-post tr th {
  width: 200px;
}
#company__recruit .cont-post .block-post tr td {
  background: #fefcf7;
}
#company__recruit .cont-post .block-post tr:last-of-type th,
#company__recruit .cont-post .block-post tr:last-of-type td {
  border-bottom: 0;
}
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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;
  }
}/*# sourceMappingURL=style.css.map */