@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1080px;
  height: 120px;
  padding: 0;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 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;
  background: var(--col--main-02);
  padding: 3vw;
}
#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-right: auto;
  }
  #header .item-logo img {
    height: 17vw;
  }
}
#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;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 3vw;
  margin-right: var(--margin-50);
}
#nav .list-nav .item {
  width: fit-content;
}
#nav .list-nav .item a {
  color: #fff;
  transition: ease 0.17s;
  font-weight: 500;
  font-size: var(--font-size-16);
  transition: ease 0.2s;
}
#nav .list-nav .item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 70px;
}
#mv::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/mv/mv__deco_01.svg) center bottom/100% 18vw no-repeat;
  width: 100%;
  height: 18vw;
  bottom: -3px;
  left: 0;
  filter: var(--col--fil-white);
}
#mv .swiper-container {
  width: 1460px;
  height: 780px;
  position: absolute;
  left: 55%;
  translate: -50% 0;
  bottom: 0;
}
#mv .swiper-wrapper {
  width: 1460px;
  height: 780px;
  position: absolute;
  left: 55%;
  translate: -50% 0;
  bottom: 0;
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
}
#mv .mv-news {
  display: none;
}
#mv .mv-catch {
  z-index: 2;
  position: absolute;
  left: 5vw;
  bottom: 25vw;
  width: 90vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 550px;
  background: var(--col--main-02);
}
#sv .sv-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
#sv .sv-catch .ja {
  font-size: var(--font-size-40);
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #fff;
  margin-top: 8vw;
  font-size: 5.5vw;
}
#sv .sv-catch .en {
  position: relative;
  left: 0;
  bottom: -4vw;
  color: #fff;
  font-size: 120px;
  font-weight: 400;
  font-family: var(--fot--Cardo);
  color: #899d76;
  opacity: 0.6;
  font-size: 12vw;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 55vw;
    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-works {
  background: url(/img/sv/sv__works.jpg) center center/cover no-repeat;
}

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

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

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

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

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

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: #ecefe8;
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-top: var(--margin-80);
  padding-bottom: var(--margin-30);
}
@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 .wrap-contact {
  gap: 3vw;
  width: fit-content;
  margin-bottom: var(--margin-50);
  align-items: end;
  flex-direction: column;
  align-items: center;
}
#footer .wrap-contact .item-logo {
  width: max-content;
  margin-bottom: 4vw;
}
#footer .wrap-contact .item-logo img {
  height: 19vw;
}
#footer .wrap-contact .wrap-sns {
  width: fit-content;
  gap: 3vw;
  gap: 7vw;
}
#footer .wrap-contact .wrap-sns a {
  --size: 8vw;
}
#footer .item-address {
  font-size: 3.6vw;
  margin-bottom: 6vw;
}
#footer .ft-hr {
  border: unset;
  border-bottom: 1px solid var(--col--main-03);
}
#footer .wrap-copy {
  margin: 0 auto;
  width: 100%;
  margin-top: var(--margin-30);
  height: fit-content;
  padding-bottom: var(--margin-30);
  flex-direction: column;
}
#footer .wrap-copy #copyright {
  width: 100%;
}
#footer .wrap-copy ul {
  width: fit-content;
}
#footer .wrap-copy .list-nav {
  flex-direction: row;
  gap: var(--margin-20);
  height: fit-content;
}
#footer .wrap-copy .list-nav > .item a {
  font-size: 12px;
}
#footer .list-nav {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  height: 175px;
  flex-wrap: wrap;
}
#footer .list-nav .item {
  width: fit-content;
  font-weight: 500;
}
#footer .list-nav .item .list-sub {
  margin-top: var(--margin-20);
}
#footer .list-nav .item .list-sub .list-sub-item {
  margin-bottom: var(--margin-15);
  position: relative;
  padding-left: var(--margin-20);
  font-size: var(--font-size-14);
}
#footer .list-nav .item .list-sub .list-sub-item::before {
  font-size: var(--font-size-13);
  content: "◆";
  position: absolute;
  color: var(--col--main-02);
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#footer .list-nav .item .list-sub .list-sub-item:last-child {
  margin-bottom: 0;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  font-size: 3vw;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wrap__ent {
  background: url(/img/common/pattern__dot__01_a.png);
}

/* ent__header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ent__header .unit-ttl01 {
  margin: 0 auto;
  width: fit-content;
  margin-top: var(--margin-40);
}
.ent__header .unit-ttl01 .item-logo {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
.ent__header .unit-ttl01 .item-logo a {
  width: fit-content;
  display: block;
}
.ent__header .unit-ttl01 .lead-text {
  font-size: var(--font-size-14);
  text-align: center;
  font-weight: 500;
}
.ent__header .unit-ttl01 .lead-text p {
  line-height: 1.6;
}

/* entrance
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.entrance {
  padding-top: var(--margin-50);
  position: relative;
  margin-bottom: var(--margin-50);
}
.entrance .lead-text {
  margin: 0 auto;
  width: fit-content;
  font-size: var(--font-size-17);
  font-weight: 500;
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-60);
  line-height: 2.1;
  text-align: center;
}
.entrance .wrap-entrance {
  width: 100%;
  margin: 0 auto;
  gap: 3vw;
  gap: 6vw;
  flex-direction: column;
}
.entrance .wrap-entrance .block-entrance {
  width: 100%;
  height: 50vw;
}
.entrance .wrap-entrance .block-entrance a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.entrance .wrap-entrance .block-entrance a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.entrance .wrap-entrance .block-entrance a .ttl02 {
  position: absolute;
  width: fit-content;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  white-space: nowrap;
}
.entrance .wrap-entrance .block-entrance a .ttl02 .en {
  z-index: 2;
  position: absolute;
  right: -20vw;
  top: -15vw;
}
.entrance .wrap-entrance .block-entrance a .ttl02 .en img {
  width: 40vw;
}
.entrance .wrap-entrance .block-entrance a .ttl02 .ja {
  z-index: 1;
  font-size: var(--font-size-24);
  color: #fff;
  text-shadow: 0px 0px 18px rgba(32, 34, 36, 0.6);
  line-height: 1.6;
  position: relative;
  font-weight: 500;
}
.entrance .wrap-entrance .block-entrance a .ttl02::before {
  z-index: 2;
  content: "";
  position: absolute;
  background: url(/img/ent/ent__arrow_01.png) center center/contain no-repeat;
        width: 9vw;
        height: 9vw;
        right: -9vw;
        bottom: 0vw;
}
.entrance .wrap-entrance .block-entrance a .ttl02 .ja .str-01 {
  display: block;
  font-size: var(--font-size-36);
}
.entrance .wrap-entrance .block-corporate a::before {
  background: url(/img/ent/ent__img_01.jpg) center center/cover no-repeat;
}
.entrance .wrap-entrance .block-exterior a::before {
  background: url(/img/ent/ent__img_02.jpg) center center/cover no-repeat;
}

#ent__footer {
  text-align: center;
  background: var(--col--main-01);
  padding: 5vw;
  color: rgba(255, 255, 255, 0.6);
  font-size: 3vw;
  font-weight: 300;
}
#ent__footer a {
  padding: 2px;
  transition: ease 0.2s;
}
#ent__footer a:hover {
  background: #fff;
  color: var(--col--main-02);
}

.mv-news {
  z-index: 2;
  background: url(/img/common/separate__shape__01_c.svg) center bottom -1px/100% 18vw no-repeat, white;
  width: 100%;
  padding: 5vw 0 25vw;
}
.mv-news .ttl03 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-70);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv-news .ttl03 .en {
  font-size: var(--font-size-36);
  font-family: var(--fot--Cardo);
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: var(--margin-10);
  font-size: 11vw;
}
.mv-news .ttl03 .ja {
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 4.8vw;
}
.mv-news .btn-news {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.mv-news .btn-news span {
  position: relative;
  padding-right: var(--margin-20);
}
.mv-news .btn-news span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_b.svg) center center/contain no-repeat;
  width: 7px;
  height: 13px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.mv-news .cont-latest {
  width: 100%;
  padding: 0 5vw;
  margin-bottom: 10vw;
}
.mv-news .cont-latest .unit-latest-text {
  gap: 3vw;
  display: flex;
  width: fit-content;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.mv-news .cont-latest .unit-latest-text .item-time {
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.04em;
  width: fit-content;
}
.mv-news .cont-latest .unit-latest-text .wrap-info {
  width: 100%;
}
.mv-news .cont-latest .unit-latest-text .wrap-info .item-ttl {
  width: 100%;
}

/* top__greeting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: var(--col--main-01);
}
#top__greeting .inner {
  padding-top: 16vw;
  padding-bottom: 10vw;
}
#top__greeting .wrap-text {
  gap: 5vw;
  gap: 0;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--margin-50);
  flex-direction: column;
}
#top__greeting .wrap-text .ttl03 {
  text-align: center;
  position: relative;
  margin-bottom: 6vw;
}
#top__greeting .wrap-text .ttl03 .en {
  position: absolute;
  left: -8vw;
  top: -11vw;
}
#top__greeting .wrap-text .ttl03 .en img {
  height: 17vw;
}
#top__greeting .wrap-text .ttl03 .ja {
  font-size: var(--font-size-28);
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2;
  font-size: 5.4vw;
}
#top__greeting .wrap-text .item-text {
  width: 100%;
}
#top__greeting .wrap-text .item-text p {
  color: #fff;
}
#top__greeting .com__btn_01 {
  margin: 0 auto;
}
/* top__reason
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  position: relative;
  background: url(/img/common/separate__shape__01_a.svg) center top -1px/100% 18vw no-repeat, var(--col--base-01);
}
#top__reason .inner {
  padding-top: 25vw;
}
#top__reason .ttl03 {
  margin-bottom: 15vw;
}
#top__reason .topic-feature {
  position: relative;
  z-index: 0;
}
#top__reason .topic-feature .block-feature {
  position: relative;
  margin-bottom: 5vw;
  width: 100%;
  background: var(--col--main-02);
  padding: 5vw;
  margin-bottom: 18vw;
  padding-top: 12vw;
}
#top__reason .topic-feature .block-feature:last-child {
  margin-bottom: 0;
}
#top__reason .topic-feature .block-feature .unit-ttl04 {
  width: 100%;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-40);
  margin-bottom: 8vw;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl04 .ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl-en {
  position: absolute;
  left: -5vw;
  top: -5vw;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl-en img {
  height: 12vw;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl-num {
  position: absolute;
  left: 3vw;
  top: 8vw;
}
#top__reason .topic-feature .block-feature .unit-ttl04 .ttl-num img {
  height: 12vw;
}
#top__reason .topic-feature .block-feature .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__reason .topic-feature .block-feature .item-text {
  width: 100%;
}
#top__reason .topic-feature .block-feature .item-text br {
  display: none;
}
#top__reason .topic-feature .block-feature .item-text p {
  color: #fff;
}
#top__reason .topic-feature .block-01 {
  position: relative;
}
#top__reason .topic-feature .block-01::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__bg_img_01.jpg) center center no-repeat;
  width: 75vw;
  height: 100%;
  left: 21vw;
  top: -15vw;
}
#top__reason .topic-feature .block-02 {
  position: relative;
}
#top__reason .topic-feature .block-02::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__bg_img_02.jpg) center center no-repeat;
  width: 75vw;
  height: 100%;
  left: -8vw;
  top: -15vw;
}
#top__reason .topic-feature .block-03 {
  position: relative;
}
#top__reason .topic-feature .block-03::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__bg_img_03.jpg) center center no-repeat;
  width: 75vw;
  height: 100%;
  left: 21vw;
  top: -15vw;
}

/* top__case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__case {
  position: relative;
  z-index: 0;
  background: url(/img/common/separate__shape__02_d.svg) center top -1px/100% 18vw no-repeat, url(/img/common/separate__shape__01_c.svg) center bottom -1px/100% 18vw no-repeat, #fff;
}
#top__case .inner {
  padding-top: 30vw;
  padding-bottom: 45vw;
}
#top__case .cont-post {
  gap: 5vw;
  margin-top: 5vw;
  position: relative;
  margin-bottom: 13vw;
  margin-top: -10vw;
}
#top__case .cont-post::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--col--main-02);
  width: 120%;
  left: 18%;
  height: 120%;
  top: 10vw;
}
#top__case .cont-post .block-post {
  width: calc((100% - 5vw) / 2);
}
#top__case .cont-post .block-post a {
  padding: 5vw;
  background: #f4f6f2;
}
#top__case .cont-post .block-post .ttl04 {
  position: relative;
  order: 3;
  width: 100%;
}
#top__case .cont-post .block-post .ttl04 .ja {
  color: var(--col--main-01);
  font-size: var(--font-size-20);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow: hidden;
  height: 8vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#top__case .cont-post .block-post .item-img {
  width: 100%;
  height: 30vw;
  margin-bottom: var(--margin-20);
  order: 1;
  position: relative;
}
#top__case .cont-post .block-post .list-tags {
  gap: 2vw;
  margin-bottom: var(--margin-20);
  order: 2;
}
#top__case .cont-post .block-post .list-tags .item {
  position: relative;
  font-size: var(--font-size-14);
  font-weight: 500;
  color: var(--col--main-01);
  letter-spacing: 0.04em;
  padding-left: var(--margin-30);
}
#top__case .cont-post .block-post .list-tags .item::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--col--main-01);
  font-size: var(--font-size-14);
  font-weight: 500;
}
#top__case .cont-post .block-post:nth-of-type(odd) {
  margin-top: 15vw;
  margin-bottom: -15vw;
}
#top__case .ttl03 {
  margin-bottom: 9vw;
}
#top__case .ttl03 .en {
  margin-bottom: 4vw;
  margin-left: -1vw;
}
#top__case .ttl03 .ja {
  margin-left: 2vw;
}
#top__case .com__btn_01 {
  margin-left: auto;
}

/* top__business
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__business
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__business {
  background: var(--col--main-01);
}
#top__business .inner {
  padding-top: 10vw;
  padding-bottom: 10vw;
}
#top__business .ttl03 {
  margin-bottom: 15vw;
}
#top__business .ttl03 .en {
  color: #fff;
  margin-bottom: var(--margin-15);
  margin-bottom: 4vw;
}
#top__business .ttl03 .ja {
  color: #fff;
}
#top__business .topic-works .block-works .group-works {
  width: 100%;
  margin-bottom: 15vw;
  position: relative;
}
#top__business .topic-works .block-works .group-works:last-child {
  margin-bottom: 0;
}
#top__business .topic-works .block-works .group-works hgroup {
  width: 100%;
  padding-bottom: var(--margin-35);
  border-bottom: 1px solid #fff;
  margin-bottom: var(--margin-30);
}
#top__business .topic-works .block-works .group-works hgroup .ttl04 .ja {
  font-size: var(--font-size-36);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}
#top__business .topic-works .block-works .group-works hgroup .ttl-en {
  display: none;
}
#top__business .topic-works .block-works .group-works .item-img {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 4vw;
}
#top__business .topic-works .block-works .group-works .item-text {
  margin-bottom: var(--margin-40);
}
#top__business .topic-works .block-works .group-works .item-text p {
  color: #fff;
}
#top__business .topic-works .block-works .group-works .com__btn_01 {
  margin-left: auto;
}
#top__business .topic-works .block-works .group-service {
  margin-bottom: 15vw;
}
#top__business .topic-works .block-works .group-service .ttl05 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-50);
}
#top__business .topic-works .block-works .group-service .ttl05::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-03);
  width: 5vw;
  top: 50%;
  left: -7vw;
  translate: -100% -50%;
}
#top__business .topic-works .block-works .group-service .ttl05::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-03);
  width: 5vw;
  top: 50%;
  right: -7vw;
  translate: 100% -50%;
}
#top__business .topic-works .block-works .group-service .ttl05 .ja {
  font-weight: 500;
  font-size: var(--font-size-28);
  color: #fff;
}
#top__business .topic-works .block-works .group-service .list-service {
  --num: 1;
  --column-gap: 3vw;
  --row-gap: 3vw;
  justify-content: center;
}
#top__business .topic-works .block-works .group-service .list-service > .item {
  position: relative;
  background: #fff;
  height: 14vw;
}
#top__business .topic-works .block-works .group-service .list-service > .item a {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 5vw;
}
#top__business .topic-works .block-works .group-service .list-service > .item .icon {
  margin-right: var(--margin-10);
  width: 14vw;
  text-align: center;
}
#top__business .topic-works .block-works .group-service .list-service > .item .text {
  font-size: var(--font-size-17);
  color: var(--col--main-01);
  font-weight: 500;
  letter-spacing: 0.08em;
}
#top__business .topic-works .block-works .group-service .list-service > .item .btn {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 10px;
  padding-right: 5vw;
  margin-right: 2vw;
  font-size: 2.5vw;
}
#top__business .topic-works .block-works .group-service .list-service > .item .btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_b.svg) center center/contain no-repeat;
  width: 3.4vw;
  height: 3.4vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__business .topic-works .block-build .group-works {
  margin-bottom: 15vw;
}
#top__business .topic-works .block-build .group-works hgroup .ttl-en {
  pointer-events: none;
  display: block;
  position: absolute;
  right: -5vw;
  top: -5vw;
  width: 36vw;
}
#top__business .topic-works .block-carrier .group-works {
  z-index: 0;
  margin-bottom: 15vw;
  position: relative;
}
#top__business .topic-works .block-carrier .group-works hgroup .ttl-en {
  pointer-events: none;
  z-index: -1;
  display: block;
  position: absolute;
  right: -5vw;
  top: -5vw;
  width: 60vw;
}

/* top__company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__company {
  z-index: 0;
  position: relative;
  background: url(/img/common/separate__shape__01_d.svg) center top -1px/100% 18vw no-repeat, #fff;
}
#top__company .inner {
  position: relative;
  padding-top: 35vw;
  padding-bottom: 5vw;
}
#top__company .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/logo__img_03.png) center center/contain no-repeat;
  width: 46vw;
  height: 37vw;
  left: 56vw;
  top: 8vw;
}
#top__company .ttl03 {
  width: fit-content;
  margin-right: auto;
  align-items: start;
  margin-bottom: 10vw;
}
#top__company .ttl03 .en {
  margin-bottom: 4vw;
}
#top__company .list-links {
  background: var(--col--main-02);
  width: 100%;
  margin-left: auto;
  padding: 5vw;
  position: relative;
}
#top__company .list-links::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 1px;
  top: 0;
  width: calc((100% - 5vw) / 2);
  translate: 100% 0;
  background: var(--col--main-02);
}
#top__company .list-links .item {
  width: 100%;
  height: 20vw;
  margin-left: auto;
  margin-bottom: var(--margin-20);
  position: relative;
  background: url(/img/common/border__double__01_b.png) center bottom repeat-x;
}
#top__company .list-links .item:last-child {
  margin-bottom: 0;
}
#top__company .list-links .item a {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-left: var(--margin-40);
}
#top__company .list-links .item a .unit-ttl04 {
  width: fit-content;
  gap: 3vw;
}
#top__company .list-links .item a .unit-ttl04 .ttl04 .ja {
  font-size: var(--font-size-20);
  font-size: 4.2vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
}
#top__company .list-links .item a .btn {
  width: fit-content;
  margin-left: auto;
  position: relative;
  padding-right: var(--margin-20);
  color: #fff;
  font-size: 3vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-right: 5vw;
}
#top__company .list-links .item a .btn::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_a.svg) center center/contain no-repeat;
  width: 3.2vw;
  height: 3.2vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__bnr
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__bnr
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__bnr .inner {
  padding-bottom: 5vw;
}
#top__bnr .block-bnr {
  display: block;
  width: 100%;
  height: 92vw;
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: -8px;
  padding: 8vw 7vw;
  background: url(/img/top/top__bnr__img_01.png) left -42vw center/cover no-repeat;
}
#top__bnr .block-bnr .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-25);
  margin-top: 8vw;
  margin-bottom: 6vw;
}
#top__bnr .block-bnr .item-text {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  margin-bottom: var(--margin-25);
  margin-bottom: 7vw;
}
#top__bnr .block-bnr .item-text br {
  display: none;
}
#top__bnr .block-bnr .item-text p {
  color: #fff;
}
#top__bnr .block-bnr .btn-link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
#top__bnr .block-bnr .btn-link span {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: var(--font-size-14);
  color: #fff;
  position: relative;
  padding-right: var(--margin-20);
  padding-right: var(--margin-40);
}
#top__bnr .block-bnr .btn-link span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__01_a.svg) center center/contain no-repeat;
  width: 3.2vw;
  height: 3.2vw;
  right: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* top__contact
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#com__contact {
  position: relative;
  z-index: 0;
}
#com__contact::before {
  display: none;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: 0;
  background: var(--col--main-01);
}
#com__contact::after {
  display: none;
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/common/separate__shape__01_c.svg) center bottom/100% 177px no-repeat;
  bottom: 250px;
  width: 100%;
  height: 177px;
  left: 0;
}
#com__contact .inner {
  width: 100%;
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#com__contact .wrap-block {
  width: 100%;
  padding: 5vw;
  background: #fff;
  border-top: 2px solid var(--col--main-03);
}
#com__contact .unit-ttl03 {
  position: relative;
  width: 100%;
  margin-top: var(--margin-30);
  margin-bottom: var(--margin-30);
}
#com__contact .unit-ttl03 .ttl03 .en {
  font-size: var(--font-size-20);
  font-family: var(--fot--Cardo);
  color: var(--col--main-02);
  font-weight: 400;
}
#com__contact .unit-ttl03 .ttl03 .ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
}
#com__contact .unit-ttl03 .note {
  position: absolute;
  left: -7vw;
  top: -23vw;
}
#com__contact .unit-ttl03 .note img {
  width: 23vw;
}
#com__contact .item-text {
  width: 100%;
  margin-bottom: 7vw;
}
#com__contact .list-contact {
  width: 100%;
  margin-left: auto;
  position: relative;
}
#com__contact .list-contact > .item {
  margin-bottom: var(--margin-10);
}
#com__contact .list-contact > .item:last-child {
  margin-bottom: 0;
}
#com__contact .list-contact > .item-btn {
  width: 100%;
  height: 14vw;
  background: var(--col--txt-01);
}
#com__contact .list-contact > .item-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#com__contact .list-contact > .item-btn a .ttl04 .ja {
  color: #fff;
}
#com__contact .list-contact > .btn-mail a {
  gap: 3vw;
  flex-direction: row-reverse;
}
#com__contact .list-contact > .btn-line a {
  gap: 3vw;
  flex-direction: row-reverse;
}
#com__contact .list-contact > .btn-line a .icon {
  width: 30px;
  height: 30px;
}
#com__contact .list-contact > .item-tel {
  width: 100%;
  height: 14vw;
  background: #f4f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#com__contact .list-contact > .item-tel .tel-attention {
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -20px;
  height: 3vw;
  max-width: unset;
}
#com__contact.in_subpages {
  background: var(--col--base-01);
}
#com__contact.in_works-build {
  background: url(/img/common/separate__shape__01_f.svg) center top -1px/100% 18vw no-repeat, var(--col--base-01);

  .inner {
    padding-top: 25vw;
  }
}



/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.unit-latest a {
  width: 100%;
  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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-02);
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 100%;
  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: 100%;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--main-03);
  right: -5px;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-02);
}

#top__news .unit-latest {
  padding-bottom: var(--margin-30);
  border-bottom: 1px solid var(--col--main-02);
  margin-bottom: var(--margin-30);
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
#top__news .unit-latest a {
  width: 100%;
  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: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-bottom: var(--margin-20);
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-25);
  gap: 3vw;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: var(--col--main-02);
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 100%;
  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: 100%;
}
@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--main-03);
  right: -5px;
}
#top__news .com__btn_01 {
  margin: 0 auto;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting{
  background: url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat, #fff;
}
#about__greeting .inner {
  padding-bottom: 30vw;
}
#about__greeting .block-message {
  width: 100%;
  background: var(--col--main-01);
  padding: 5vw;
  gap: 3vw;
  flex-direction: column;
  gap: 5vw;
}
#about__greeting .block-message .item-img {
  position: relative;
}
#about__greeting .block-message .item-img figcaption {
  position: absolute;
  width: fit-content;
  font-weight: 500;
  color: #fff;
  padding: 7px 15px;
  background: var(--col--txt-01);
  bottom: 2vw;
  left: -5vw;
}
#about__greeting .block-message .item-text {
  flex: 1;
}
#about__greeting .block-message .item-text p {
  color: #fff;
}

/* about__advantages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__advantages{
  background: var(--col--main-02);
}
#about__advantages .inner {

  padding-top: 5vw;
}
#about__advantages .wrap-topic {
  background: var(--col--main-02);
  width: 100%;
  padding: 5vw;
}
#about__advantages .wrap-topic .ttl03 {
  gap: 3vw;
}
#about__advantages .wrap-topic .ttl03 .en {
  font-size: 10vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages {
  position: relative;
  padding: 7vw 5vw;
  background: var(--col--main-01);
  width: 100%;
  margin-bottom: var(--margin-40);
  margin-bottom: 12vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:last-child {
  margin-bottom: 0;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 {
  width: 100%;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl04 {
  margin-bottom: var(--margin-40);
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl04 .ja {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: var(--font-size-28);
  font-size: 5vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl-num {
  top: 30px;
  position: absolute;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl-num img {
  height: 12vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl-en {
  position: absolute;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .unit-ttl04 .ttl-en img {
  height: 12vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .item-text {
  width: 100%;
}
#about__advantages .wrap-topic .wrap-block .block-advantages .item-text p {
  color: #fff;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(odd) {
  margin-right: auto;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_a.svg) center center/100% 100% no-repeat;
  width: 100%;
  height: 30vw;
  bottom: 0;
  left: 0;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(odd) .unit-ttl04 .ttl-en {
  left: 0vw;
  bottom: 0vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(odd) .unit-ttl04 .ttl-num {
  left: 0vw;
  top: 0vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(odd) .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  right: 0vw;
  translate: 0 0;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) {
  margin-left: auto;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even)::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__shape__02_b.svg) center center/100% 100% no-repeat;
  width: 100%;
  height: 30vw;
  bottom: 0;
  left: 0;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) .unit-ttl04 {
  margin-left: auto;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) .unit-ttl04 .ttl-en {
  right: -5vw;
  bottom: -5vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) .unit-ttl04 .ttl-num {
  right: 0vw;
  top: 0vw;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) .item-text {
  margin-left: auto;
}
#about__advantages .wrap-topic .wrap-block .block-advantages:nth-of-type(even) .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
  left: 0vw;
  translate: 0 0;
}
/* works-build
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works-build__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-build__nav {
  background: 
  url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat,
  var(--col--base-01);

  .inner{
    padding-bottom: 22vw;
  }
}

#works-build__nav .list-nav {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin: 0 auto;
  justify-content: center;
}
#works-build__nav .list-nav > .item {
  height: 16vw;
  background: #fff;
  border-bottom: 1px solid var(--col--main-01);
  
}
#works-build__nav .list-nav > .item a {
  width: 100%;
  height: 100%;
  padding: 5vw;
  position: relative;

  .icon{
    text-align: center;
    width: 14vw;
  }
}
#works-build__nav .list-nav > .item a::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__arrow_b__b.svg) center center/contain no-repeat;
  width: 3vw;
  height: 3vw;
  right: 5vw;
  top: 50%;
  translate: 0 -50%;
}
#works-build__nav .list-nav > .item a .ttl {
  display: flex;
  align-items: center;
  gap: 3vw;
}
#works-build__nav .list-nav > .item a .ttl .ja {
  font-weight: 500;
  color: var(--col--main-01);
}
#works-build__nav .list-nav > .item:nth-of-type(1) {
  margin-left: 0vw;
}
#works-build__nav .list-nav > .item:nth-of-type(2) {
  margin-right: 0vw;
}

/* works-build__garden
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.works-build__common {
  background: var(--col--base-01);
}
.works-build__common .inner {
  padding: 5vw 0;
}
.works-build__common .ttl03 {
  margin-bottom: var(--margin-50);
}
.works-build__common .wrap-works {
  width: 100%;
  background: var(--col--main-01);
  padding: 5vw;
}
.works-build__common .wrap-works .item-leadtext {
  text-align: left;
  margin-bottom: var(--margin-40);
}
.works-build__common .wrap-works .item-leadtext br {
  display: none;
}
.works-build__common .wrap-works .item-leadtext p {
  color: #fff;
}
.works-build__common .wrap-works .block-works {
  margin-bottom: var(--margin-40);
}
.works-build__common .wrap-works .block-works:last-child {
  margin-bottom: 0;
}
.works-build__common .wrap-works .block-works .ttl04 {
  padding: 4vw;
  position: relative;
  background: var(--col--main-02);
  margin-bottom: var(--margin-30);
}
.works-build__common .wrap-works .block-works .ttl04::before {
  content: "";
  position: absolute;
  height: 5vw;
  width: 2px;
  background: var(--col--txt-01);
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.works-build__common .wrap-works .block-works .ttl04 .ja {
  font-size: var(--font-size-28);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 5vw;
}
.works-build__common .wrap-works .block-works .wrap-detail {
  gap: 3vw;
  flex-direction: column;
  margin-bottom: 11vw;
}
.works-build__common .wrap-works .block-works .wrap-detail .item-text {
  flex: 1;
}
.works-build__common .wrap-works .block-works .wrap-detail .item-text br {
  display: none;
}
.works-build__common .wrap-works .block-works .wrap-detail .item-text p {
  color: #fff;
}

/* works-build__landscaping
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* works-build__garden
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* works-build__exterior
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* works-build__parking
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* works-build__wooddeck
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-build__wooddeck .wrap-works .block-works .ttl04 {
  padding: 0;
  position: absolute;
}


.works-build__common:nth-of-type(odd) {
  background: 

  var(--col--main-02);

  .inner{
    padding-top: 0px;
  }

  .ttl03 {
    .en {
      color: #fff;
    }

    .ja {
      color: #fff;
    }
  }
}


.works-build__common:nth-of-type(even) {

  background:
    url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat,
    url(/img/common/separate__shape__01_f.svg) center top -1px/100% 18vw no-repeat,
    #fff;

  .inner {
    padding-top: 15vw;
    padding-bottom: 25vw;
  }
}



/* works-carrier
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* works-carrier__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-carrier__intro {
  background: 
  url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat, 
  var(--col--base-01);
}
#works-carrier__intro .inner {
  padding-bottom: var(--margin-70);
  padding-bottom: 25vw;
}
#works-carrier__intro .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#works-carrier__intro .ttl03 .ja {
  font-weight: 500;
  font-size: var(--font-size-28);
}
#works-carrier__intro .topic-intro {
  background: var(--col--main-01);
  padding: 5vw;
  gap: 3vw;
  flex-direction: column;
}
#works-carrier__intro .topic-intro .item-img {
  width: 100%;
  margin-bottom: 4vw;
}
#works-carrier__intro .topic-intro .item-text {
  flex: 1;
}
#works-carrier__intro .topic-intro .item-text br {
  display: none;
}
#works-carrier__intro .topic-intro .item-text p {
  color: #fff;
}

/* works-carrier__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-carrier__service {
  background: var(--col--base-01);
  background: var(--col--main-02);
}
#works-carrier__service .inner {
  padding-top: var(--margin-70);
  padding-bottom: var(--margin-50);
  padding-top: 0;
  padding-bottom: 0;
}
#works-carrier__service .wrap-topic {
  background: var(--col--main-02);
  padding: 5vw;
}
#works-carrier__service .ttl03 .en {
  font-size: 10vw;
}
#works-carrier__service .list-service {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#works-carrier__service .list-service > .item {
  background: var(--col--main-01);
  padding: 5vw;
  display: flex;
  flex-direction: column;
}
#works-carrier__service .list-service > .item .ttl04 {
  text-align: center;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-20);
  order: 2;
}
#works-carrier__service .list-service > .item .ttl04 .ja {
  font-weight: 500;
  font-size: var(--font-size-20);
  letter-spacing: 0.08em;
  color: #fff;
}
#works-carrier__service .list-service > .item .item-img {
  order: 1;
  width: 100%;
  margin-bottom: var(--margin-30);
}
#works-carrier__service .list-service > .item .item-img img {
  width: 100%;
}
#works-carrier__service .list-service > .item .item-text {
  order: 3;
}
#works-carrier__service .list-service > .item .item-text p {
  color: #fff;
}

/* works-carrier__dump
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-carrier__dump {
  background: 
  url(/img/common/separate__shape__01_f.svg) center top -1px/100% 18vw no-repeat,
url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat, 
  var(--col--base-01);
}
#works-carrier__dump .inner {
  padding-top: var(--margin-50);
  padding-bottom: var(--margin-50);
  padding-top: 30vw;
  padding-bottom: 30vw;
}
#works-carrier__dump .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
}
#works-carrier__dump .ttl03 .ja {
  font-weight: 500;
  font-size: var(--font-size-28);
}
#works-carrier__dump .block-introduce {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-direction: column-reverse;
  padding: 5vw;
  background: var(--col--main-01);
  gap: 5vw;
  justify-content: center;
}
#works-carrier__dump .block-introduce .list-cars {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 3vw;
}
#works-carrier__dump .block-introduce .list-cars dt {
  color: #fff;
  text-align: center;
  padding: 2vw;
  font-size: var(--font-size-20);
  font-weight: 500;
  width: 100%;
  border: 1px solid var(--col--main-03);
}
#works-carrier__dump .block-introduce .list-cars dd {
  color: #fff;
}
/* works-carrier__recruit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#works-carrier__recruit {
  background: var(--col--base-01);
  background: var(--col--main-02);
}
#works-carrier__recruit .inner {
  padding-top: var(--margin-50);
  padding: 0;
}
#works-carrier__recruit .ttl03 .en {
  font-size: 10vw;
}
#works-carrier__recruit .block-recruit {
  background: url(/img/works-carrier/works-carrier__recruit__bg_img_01.png) right top/80vw no-repeat, var(--col--main-02);
  padding: 5vw;
  width: 100%;
}
#works-carrier__recruit .block-recruit .item-lead {
  text-align: center;
  margin-bottom: var(--margin-40);
  text-align: left;
}
#works-carrier__recruit .block-recruit .item-lead p {
  color: #fff;
}
#works-carrier__recruit .block-recruit .ttl04 {
  margin: 0 auto;
  width: fit-content;
  position: relative;
  margin-bottom: var(--margin-40);
}
#works-carrier__recruit .block-recruit .ttl04::before {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-03);
  top: 50%;
  translate: -100% -50%;
  left: -5vw;
}
#works-carrier__recruit .block-recruit .ttl04::after {
  content: "";
  position: absolute;
  width: 5vw;
  border-bottom: 1px solid var(--col--main-03);
  top: 50%;
  translate: 100% -50%;
  right: -5vw;
}
#works-carrier__recruit .block-recruit .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 500;
  font-size: 5.5vw;
  letter-spacing: 0.08em;
}
#works-carrier__recruit .block-recruit .item-table tr th {
  width: 35vw;
}

/* flow
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#flow{
  position: relative;
  z-index: 0;
  background: var(--col--base-01);
}
#flow .list-flow{
  position: relative;
  z-index: 0;
}
#flow .list-flow > .item {
  position: relative;
  margin-bottom: 12vw;
}
#flow .list-flow > .item:last-child {
  margin-bottom: 0;
}
#flow .list-flow > .item .ttl04 {
  position: relative;
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-50);
}
#flow .list-flow > .item .ttl04 .num {
  position: absolute;
  font-family: var(--fot--Cardo);
  letter-spacing: 0;
  color: var(--col--main-02);
  font-size: var(--font-size-40);
  left: 0;
}
#flow .list-flow > .item .ttl04 .ja {
  font-size: var(--font-size-28);
  letter-spacing: 0.2em;
  font-weight: 500;
}
#flow .list-flow > .item .wrap-item {
  background: var(--col--main-01);
  padding: 5vw;
}
#flow .list-flow > .item .item-text {
  margin-bottom: var(--margin-40);
}
#flow .list-flow > .item .item-text:last-child {
  margin-bottom: 0;
}
#flow .list-flow > .item .item-text p {
  color: #fff;
}
#flow .list-flow > .item .list-contact {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 8vw;
}
#flow .list-flow > .item .list-contact > .item dt {
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: var(--margin-10);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-20);
}
#flow .list-flow > .item .list-contact > .item dd {
  width: 100%;
  background: var(--col--txt-01);
  height: 17vw;
}
#flow .list-flow > .item .list-contact > .item dd a {
  width: 100%;
  height: 100%;
  justify-content: center;
  gap: 3vw;
}
#flow .list-flow > .item .list-contact > .item dd .ja {
  color: #fff;
}
#flow .list-flow > .item .list-contact .item-line dd .icon {
  width: 24px;
  height: 24px;
}
#flow .list-flow > .item .list-contact .item-tel dd a {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  font-size: var(--font-size-28);
  font-weight: 500;
  font-family: var(--fot--Cardo);
  gap: 2vw;
}
#flow .list-flow > .item .wrap-list {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  margin-bottom: 15vw;
}
#flow .list-flow > .item .wrap-list .unit .ttl05 {
  text-align: center;
  position: relative;
  margin-bottom: var(--margin-50);
}
#flow .list-flow > .item .wrap-list .unit .ttl05 .ja {
  font-size: var(--font-size-28);
  letter-spacing: 0.2em;
  font-weight: 500;
}
#flow .list-flow > .item .wrap-list .unit .item-text {
  background: var(--col--main-01);
  padding: 5vw;
  position: relative;
}
#flow .list-flow > .item .wrap-list .unit .item-text p {
  color: #fff;
}



#flow .list-flow{
  position: relative;
}

#flow .list-flow>.item:nth-of-type(even) {
  position: relative;
  .ttl04, .ttl05{
    .ja{
            color: #fff;
    }
    .num{
      color: #fff;
    }
  }
}



#flow .list-flow>.item{
margin-block: 200px;
}
#flow .list-flow>.item:first-of-type{
  margin-top: 0;
}
#flow .list-flow>.item:last-of-type{
  margin-bottom: 90px;
}


#flow .list-flow>.item{
margin-block: 30vw;
}
#flow .list-flow>.item:first-of-type{
  margin-top: 0;
}
#flow .list-flow>.item:last-of-type{
  margin-bottom: 10vw;
}

#flow .list-flow>.item:nth-of-type(even)::before {
  z-index: -2;
  content: "";
  background:
    url(/img/common/separate__shape__01_f.svg) center bottom 1vw / 100% 18vw  no-repeat,
    url(/img/common/separate__shape__01_e.svg) center top 1vw / 100% 18vw  no-repeat
    ;
  width: 100vw;
  height: calc(100% + (18vw * 2));
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%
}
#flow .list-flow>.item:nth-of-type(even)::after {
  z-index: -2;
  content: "";
  background:
  var(--col--main-02);
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%
}


/* case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* case
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#case .tag-select-box{
  margin-bottom: 15vw;
}
#case .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#case .cont-post .block-post {
  background: var(--col--main-02);
  padding: 0;
  gap: 3vw;
  display: flex;
  flex-direction: column;
}
#case .cont-post .block-post .ttl04 {
  order: 3;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 4vw;
  color: #fff;
  padding-inline: 3vw;
}
#case .cont-post .block-post .ttl04 .ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 400;
  font-size: 3.6vw;
  letter-spacing: 0.08em;
}
#case .cont-post .block-post .unit-taglist {
  order: 2;
  padding-inline: 3vw;
  gap: 2vw;
}
#case .cont-post .block-post .unit-taglist .item {
  font-size: var(--font-size-14);
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 3vw;
  font-size: 3vw;
}
#case .cont-post .block-post .unit-taglist .item::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
#case .cont-post .block-post .item-img {
  order: 1;
  width: 100%;
  height: 35vw;
  position: relative;
}
.works__in_post .wrap-post {
  background: var(--col--main-02);
  padding: 5vw;
}
.works__in_post .ttl03 {
  order: 2;
  position: relative;
  padding-left: var(--margin-30);
  margin-bottom: var(--margin-30);
}
.works__in_post .ttl03::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-03);
  width: 3vw;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
.works__in_post .ttl03 .ja {
  color: #fff;
  font-size: var(--font-size-28);
  font-weight: 500;
  font-size: 4.7vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.works__in_post .list-tags {
  order: 1;
  gap: 3vw;
  margin-bottom: var(--margin-25);
}
.works__in_post .list-tags > .item {
  font-size: var(--font-size-17);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  position: relative;
  padding-left: var(--margin-15);
  font-size: 3vw;
}
.works__in_post .list-tags > .item::before {
  content: "#";
  left: 0;
  top: 0;
  position: absolute;
}
.works__in_post .item-img {
  order: 3;
  width: 100%;
  height: 60vw;
  margin-bottom: var(--margin-40);
}
.works__in_post .item-text {
  order: 4;
}
.works__in_post .com__btn_01 {
  margin: 0 auto;
  margin-top: var(--margin-40);
}
.works__in_post .com__btn_01 span {
  color: var(--col--main-01);
}
.works__in_post .com__btn_01 span::before {
  content: "";
  position: absolute;
  filter: brightness(0) saturate(100%) invert(37%) sepia(23%) saturate(835%) hue-rotate(47deg) brightness(94%) contrast(89%);
}

/* partnership
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* partnership__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__intro{
  background: 
  url(/img/common/separate__shape__01_e.svg) center bottom -1px/100% 18vw no-repeat, 
  var(--col--base-02);
}
#partnership__intro .inner {
  padding-bottom: var(--margin-50);
  padding-bottom: 32vw;
}
#partnership__intro .ttl03 {
  line-height: 1.8;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-50);
  text-align: center;
}
#partnership__intro .ttl03 .ja {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: var(--font-size-28);
  font-size: 4.8vw;
}
#partnership__intro .block-text {
  width: 100%;
  background: var(--col--main-01);
  padding: 5vw;
  gap: 3vw;
  flex-direction: column;
}
#partnership__intro .block-text .item-text {
  flex: 1;
}
#partnership__intro .block-text .item-text p {
  color: #fff;
}

/* partnership__merit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#partnership__merit{
  background: var(--col--main-02);
}
#partnership__merit .inner {
  padding-top: var(--margin-50);
  padding: 0;
}
#partnership__merit .wrap-topic {
  width: 100%;
  padding: 5vw;
  background: var(--col--main-02);
}
#partnership__merit .ttl03 {
  gap: 3vw;
  text-align: center;
}
#partnership__merit .ttl03 .ja {
  line-height: 1.8;
  font-size: 4vw;
}
#partnership__merit .list-merit {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#partnership__merit .list-merit > .item {
  background: var(--col--main-01);
  padding: 8vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
#partnership__merit .list-merit > .item .ttl04 {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-20);
  text-align: center;
  order: 2;
}
#partnership__merit .list-merit > .item .ttl04 .num {
  position: absolute;
  color: #fff;
  font-size: var(--font-size-40);
  font-weight: 400;
  font-family: var(--fot--Cardo);
  left: -2vw;
  font-size: 12vw;
  top: -2vw;
}
#partnership__merit .list-merit > .item .ttl04 .ja {
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 2;
}
#partnership__merit .list-merit > .item .item-img {
  position: relative;
  margin-bottom: var(--margin-30);
  order: 1;
  width: 100%;
  text-align: center;
  margin-bottom: 3vw;
}
#partnership__merit .list-merit > .item .item-img img {
  width: 33vw;
}
#partnership__merit .list-merit > .item .item-text {
  order: 3;
}
#partnership__merit .list-merit > .item .item-text p {
  color: #fff;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company {
  background: var(--col--base-01);
}
#company .ttl03 {
  gap: 3vw;
  gap: 5vw;
}
#company .item-table {
  margin: 0 auto;
  margin-bottom: 10vw;
}
#company .item-table td .wrap-tel {
  flex-direction: column;
  align-items: start;
  gap: 2vw;
}
#company .item-map {
  width: 100%;
  height: 70vw;
  min-height: 200px;
}
#company .item-map iframe {
  width: 100%;
  height: 100%;
}

/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.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_sp.css.map */