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

 header ヘッダー

////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
            height: 150px;
        overflow: hidden;
        
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 125px;
  background: #fff;
  padding: 0;
  position: relative;
}
#header .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/hd__wave_01.png) center center/100% 56px no-repeat;
  width: max(100%, 120px);
  height: 56px;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
}
#header .block__left {
  position: relative;
  padding-left: 30px;
  width: fit-content;
}
#header .item__logo {
  display: block;
  width: fit-content;
  margin-top: -35px;
}
#header .item__logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item__logo a:hover {
  opacity: 0.7;
}
#header .block__right {
  padding-right: 30px;
  width: fit-content;
}
#header .unit__info {
  align-items: center;
  margin-bottom: var(--margin-10);
  margin-top: -35px;
}
#header .wrap__tel {
  width: fit-content;
  margin-right: var(--margin-15);
  display: flex;
  align-items: end;
  flex-direction: column;
}
#header .wrap__tel .com__tel {
  display: flex;
  align-items: center;
}
#header .wrap__tel .com__tel .item__num {
  font-size: var(--font-size-26);
  padding-left: 30px;
}
#header .wrap__tel .com__tel .item__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_s.png) center center/contain no-repeat;
  width: 22px;
  height: 22px;
}
#header .wrap__tel .com__tel .item__attention {
  display: none;
}
#header .wrap__tel .item__fax {
  font-size: var(--font-size-23);
  font-weight: 600;
}
#header .wrap__tel .item__fax small {
  margin-right: var(--margin-10);
  font-size: var(--font-size-16);
  color: var(--col--main-01);
  font-weight: 600;
}
#header .com__times {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  flex-direction: column;
  align-items: start;
  margin-right: var(--margin-15);
}
#header .com__times > .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .com__times > .item dt {
  background: var(--col--main-01);
  color: #fff;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  border-radius: 4px;
  width: 73px;
  font-size: var(--font-size-14);
}
#header .com__times > .item dd {
  font-size: var(--font-size-18);
  font-weight: 600;
  font-size: var(--font-size-16);
}
#header .btn__line {
  width: 250px;
  height: 45px;
  box-shadow: unset;
  margin-right: var(--margin-20);
}
#header .btn__line span {
  position: relative;
  padding-left: 30px;
  font-size: var(--font-size-16);
}
#header .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 23px;
  height: 23px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#header .btn__contact {
  width: fit-content;
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#header .btn__contact:hover {
  top: -3px;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
  #header .block__left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
  #header .block__right {
    display: none;
  }
}

/* nav グローバルナビゲーション
========================================================================= */
#nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;

  max-width: 1080px;
}
#nav .list-nav {
  width: max-content;
}
#nav .list-nav .item {
  width: fit-content;
  padding-right: var(--margin-30);
  margin-right: var(--margin-30);
  position: relative;
  font-weight: 600;
}
#nav .list-nav .item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--col--main-01);
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#nav .list-nav .item a {
  transition: ease 0.1s;
}
#nav .list-nav .item a:hover {
  color: var(--col--acc-01);
}
#nav .list-nav .item:last-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

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

mv メインビジュアル

////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 42.1875vw;
  margin-top: min(6.7708333333vw, 130px);
  z-index: 0;
  background: url(/img/mv/mv__deco_01.png) center bottom/100% 2.0833333333vw no-repeat, url(/img/mv/mv_img.png) center center/cover no-repeat;
}
#mv .mv-catch {
  position: absolute;
  left: 50%;
  top: 45%;
  translate: -50% -50%;
}
#mv .mv-catch img {
  width: 31.71875vw;
  height: 20.6770833333vw;
}
#mv .item__img {
  z-index: -1;
  position: absolute;
  width: 83.0729166667vw;
  height: 39.6354166667vw;
  left: calc(50% + 2.1354166667vw);
  translate: -50% 0;
  top: -2.6041666667vw;
}
#mv .item__img img {
  width: 100%;
  max-width: unset;
}

/* sv サブビジュアル
========================================================================= */
#sv {
  position: relative;
  width: 100%;
  height: 520px;
  margin-top: 130px;
  z-index: 0;
  overflow: hidden;
}
#sv::before {
  content: "";
  position: absolute;
  background: url(/img/sv/sv__deco_03.png) center center/max(1920px, 100%) 40px no-repeat;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#sv::after {
  pointer-events: none;
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/img/sv/sv__deco_02.png) left bottom -60px no-repeat, url(/img/sv/sv__deco_01.png) right top -60px no-repeat;
}
#sv .sv-catch {
  position: absolute;
  width: 1280px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  padding-left: 30px;
}
#sv .sv-catch span {
  display: block;
  min-width: 640px;
  min-height: 130px;
  width: fit-content;
  padding-inline: 50px;
  background: #fff;
  align-content: center;
  border-radius: 20px;
  font-size: var(--font-size-50);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #faac50;
}

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

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

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

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

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

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

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

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

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

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

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

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

footer フッター

////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
  color: #fff;
}
#footer .item__logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-50);
}
#footer .item__logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding-block: 100px 80px;
  width: 1080px;
}
#footer .block__left {
  position: relative;
  width: fit-content;
}
#footer .block__right {
  position: relative;
  width: fit-content;
}
#footer .list-nav {
  flex-direction: column;
  align-content: end;
  gap: 35px 50px;
  height: 280px;
}
#footer .list-nav .item {
  width: fit-content;
}
#footer .list-nav .item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
}
#footer .list-nav .item a:hover {
  opacity: 0.4;
}
#footer .item__address {
  margin-bottom: var(--margin-20);
}
#footer .wrap__tel {
  margin-bottom: var(--margin-20);
}
#footer .wrap__tel .com__tel {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .wrap__tel .com__tel .item__num {
  font-size: var(--font-size-26);
  margin-bottom: var(--margin-10);
}
#footer .wrap__tel .com__tel .item__num::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__tel_01_white_m.png);
  width: 22px;
  height: 22px;
}
#footer .wrap__tel .com__tel .item__attention {
  height: 11px;
}
#footer .wrap__tel .item__fax {
  font-size: var(--font-size-23);
}
#footer .wrap__tel .item__fax small {
  margin-right: var(--margin-10);
  font-size: var(--font-size-16);
}
#footer .com__times {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: var(--margin-20);
}
#footer .com__times > .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .com__times > .item dt {
  background: var(--col--main-01);
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: var(--font-size-16);
  background: #78cbff;
  font-size: var(--font-size-14);
}
#footer .com__times > .item dd {
  font-size: var(--font-size-18);
  font-size: var(--font-size-16);
}
#footer .btn__line {
  width: 250px;
  height: 45px;
  box-shadow: unset;
}
#footer .btn__line span {
  position: relative;
  padding-left: 30px;
  font-size: var(--font-size-16);
}
#footer .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 23px;
  height: 23px;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding-bottom: var(--margin-30);
  color: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer .item-logo {
    width: 45vw;
  }
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .block__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .block__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #footer .list-nav {
    display: none;
  }
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

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

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

////////////////////////////////////////////////////////////////////////////////////////////////// */
/* top
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__greeting {
  background: url(/img/top/top__greeting__bg_01.png) center top 150px no-repeat, url(/img/top/top__greeting__bg_02.png) center bottom no-repeat;
}
#top__greeting .inner {
  padding-bottom: 220px;
}
#top__greeting .ttl03 {
  margin-bottom: var(--margin-50);
}
#top__greeting .item__text_lead {
  text-align: center;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__greeting .item__text_lead::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_01_01.png) center center/contain no-repeat;
  width: 273px;
  height: 185px;
  left: -290px;
  top: 65px;
}
/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  background: var(--col--base-beige-01);
}
#top__works .ttl03 {
  margin-bottom: var(--margin-60);
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
#top__works .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__ttl_deco_01.png) center center/contain no-repeat;
  width: 87px;
  height: 93px;
  translate: -100% -50%;
  top: 50%;
  left: -40px;
}
#top__works .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/top/top__works__ttl_deco_02.png) center center/contain no-repeat;
  width: 171px;
  height: 161px;
  translate: 100% -50%;
  top: 50%;
  right: -40px;
}
#top__works .block__works {
  display: flex;
  gap: 50px;
}
#top__works .block__works .item__works {
  display: flex;
  flex-direction: column;
  width: calc((100% - 50px) / 2);
  position: relative;
}
#top__works .block__works .item__works .ttl04 {
  order: 2;
  margin-bottom: var(--margin-10);
  margin-top: -40px;
  background: url(/img/top/top__works__frame_01.png) center center/contain no-repeat;
  width: 490px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top__works .block__works .item__works .ttl04 .ttl__num {
  position: absolute;
  left: 20px;
  top: -20px;
}
#top__works .block__works .item__works .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
#top__works .block__works .item__works .item__img {
  order: 1;
}
#top__works .block__works .item__works .item__text {
  order: 3;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: var(--margin-30);
}
#top__works .block__works .item__works .com__btn_01 {
  width: 100%;
  order: 4;
}
/* top__reason
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__reason {
  background: var(--sep--wave-01-beige-top);
}
#top__reason .inner {
  width: 1280px;
  padding-top: 140px;
}
#top__reason .ttl03 {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  gap: 25px;
}
#top__reason .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  translate: -100% 0;
  left: -20px;
  bottom: -60px;
}
#top__reason .block__reason {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#top__reason .block__reason .item__reason {
  background: #d6eef7;
  height: 410px;
  padding: 70px;
  position: relative;
  z-index: 0;
}
#top__reason .block__reason .item__reason .ttl04 {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--margin-30);
  gap: 4px;
  width: 490px;
}
#top__reason .block__reason .item__reason .ttl04 .ttl__num {
  width: fit-content;
  background: var(--col--main-01);
  color: #fff;
  padding: 1px 5px 5px;
  font-size: var(--font-size-22);
  font-weight: 900;
  border-radius: 5px;
}
#top__reason .block__reason .item__reason .ttl04 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  line-height: 1.6;
}
#top__reason .block__reason .item__reason .item__img {
  position: absolute;
  top: 60px;
}
#top__reason .block__reason .item__reason .item__text {
  width: 490px;
}
#top__reason .block__reason .item__reason:nth-of-type(odd) {
  border-radius: 0 300px 300px 0;
  position: relative;
}
#top__reason .block__reason .item__reason:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  background: #d6eef7;
  translate: -100% 0;
}
#top__reason .block__reason .item__reason:nth-of-type(odd) .ttl04 {
  position: relative;
  margin-left: auto;
  margin-right: 130px;
}
#top__reason .block__reason .item__reason:nth-of-type(odd) .item__text {
  position: relative;
  margin-left: auto;
  margin-right: 130px;
}
#top__reason .block__reason .item__reason:nth-of-type(odd) .item__img {
  left: 100px;
}
#top__reason .block__reason .item__reason:nth-of-type(even) {
  border-radius: 300px 0 0 300px;
}
#top__reason .block__reason .item__reason:nth-of-type(even)::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background: #d6eef7;
  translate: 100% 0;
}
#top__reason .block__reason .item__reason:nth-of-type(even) .ttl04 {
  position: relative;
  margin-left: 110px;
}
#top__reason .block__reason .item__reason:nth-of-type(even) .item__text {
  position: relative;
  margin-left: 110px;
}
#top__reason .block__reason .item__reason:nth-of-type(even) .item__img {
  right: 100px;
}
#top__reason .block__reason .item__reason:nth-of-type(1)::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__deco_01.png) center center/contain no-repeat;
  width: 308px;
  height: 163px;
  right: 75px;
  bottom: 20px;
}
#top__reason .block__reason .item__reason:nth-of-type(2)::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__deco_02.png) center center/contain no-repeat;
  width: 248px;
  height: 170px;
  left: 75px;
  bottom: 20px;
}
#top__reason .block__reason .item__reason:nth-of-type(3)::after {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/top/top__reason__deco_03.png) center center/contain no-repeat;
  width: 197px;
  height: 170px;
  right: 105px;
  bottom: 20px;
}

/* top__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__area {
  background: var(--sep--wave-01-white-top), var(--col--base-beige-01);
}
#top__area .inner {
  position: relative;
  padding-top: 120px;
}
#top__area .ttl03 {
  width: 540px;
  margin-bottom: var(--margin-50);
  position: relative;
}
#top__area .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__area__icon_01.png) center center/contain no-repeat;
  width: 114px;
  height: 121px;
  left: 20px;
  top: -5px;
}
#top__area .item__img {
  position: absolute;
  top: 90px;
  right: -80px;
}
#top__area .wrap__area {
  width: 540px;
}
#top__area .wrap__area .item__text_lead {
  text-align: center;
  width: 100%;
  margin-bottom: var(--margin-50);
}
#top__area .wrap__area .item__area {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  padding-block: 40px 17px;
  margin-bottom: var(--margin-40);
}
#top__area .wrap__area .item__area .ttl04 {
  width: 440px;
  margin-inline: auto;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  align-content: center;
  position: relative;
  margin-top: -55px;
  margin-bottom: 8px;
}
#top__area .wrap__area .item__area .ttl04 .ttl__ja {
  font-size: var(--font-size-26);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
}
#top__area .wrap__area .item__area .item__text p {
  font-size: var(--font-size-22);
  font-weight: 500;
}
#top__area .wrap__area .item__regular .ttl04 {
  background: #56b654;
}
#top__area .wrap__area .item__waste .ttl04 {
  background: #0974b8;
}
/* top__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__contact {
  background: var(--sep--wave-01-beige-top), url(/img/top/top__contact__bg_01.png) center center/cover no-repeat;
}
#top__contact .inner {
  padding-top: 125px;
}
#top__contact .ttl03 {
  margin-bottom: var(--margin-60);
}
#top__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
#top__contact .ttl03 .ttl__ja .str-01 {
  font-size: var(--font-size-38);
  background: var(--col--main-01);
  color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  margin-inline: 10px;
}
#top__contact .ttl03 .ttl__ja .str-02 {
  font-size: var(--font-size-43);
}
#top__contact .block__contact {
  background: #fff;
  margin-bottom: var(--margin-40);
  width: 670px;
  margin-inline: auto;
  padding: 30px 60px;
  border-radius: 10px;
  position: relative;
}
#top__contact .block__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_04_01.png) center center/contain no-repeat;
  width: 154px;
  height: 228px;
  right: -190px;
  bottom: -110px;
}
#top__contact .block__contact .wrap__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-15);
  gap: 20px;
}
#top__contact .block__contact .wrap__tel address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#top__contact .block__contact .wrap__tel .item__fax {
  font-weight: 700;
  font-size: var(--font-size-32);
}
#top__contact .block__contact .wrap__tel .item__fax small {
  font-size: var(--font-size-22);
  color: var(--col--main-01);
}
#top__contact .block__contact dl {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin-inline: auto;
}
#top__contact .block__contact dl > .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#top__contact .block__contact dl > .item dt {
  background: var(--col--main-01);
  color: #fff;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  border-radius: 4px;
  width: 81px;
}
#top__contact .block__contact dl > .item dd {
  font-size: var(--font-size-18);
}
#top__contact .block__links {
  width: 670px;
  gap: 30px;
  margin-inline: auto;
  display: flex;
}
#top__contact .block__links .com__btn_01 {
  width: calc((100% - 30px) / 2);
}
#top__contact .block__links .com__btn_01 span {
  font-size: var(--font-size-17);
}
#top__contact .block__links .btn__line span {
  position: relative;
  padding-left: 40px;
}
#top__contact .block__links .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__contact .block__links .btn__contact span {
  position: relative;
  padding-left: 40px;
}
#top__contact .block__links .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_white.png) center center/contain no-repeat;
  width: 23px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__tag .item {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--col--main-01);
  color: #fff;
  padding: 4px 6px 5px;
  border-radius: 4px;
}

.com__latest {
  background: var(--col--base-blue-01);
  height: fit-content;
  margin-bottom: var(--margin-20);
  border-radius: 10px;
  position: relative;
  right: 0;
  transition: ease 0.2s;
}
.com__latest:last-child {
  margin-bottom: 0;
}
.com__latest a {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.com__latest .group__info {
  width: 100%;
}
.com__latest .group__info.on_thumb {
  width: 85%;
}
.com__latest .item__ttl {
  order: 2;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-15);
  font-size: var(--font-size-16);
}
.com__latest .item__time {
  position: relative;
  order: 1;
  width: fit-content;
  margin-right: var(--margin-10);
  color: var(--col--main-01);
  margin-bottom: var(--margin-15);
}
.com__latest .list__tag {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  justify-content: end;
}
.com__latest .group__img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
.com__latest .item__thumb {
  height: 130px;
  width: 130px;
}
.com__latest:hover {
  color: var(--col--acc-01);
  color: var(--col--main-01);
  right: -5px;
}
@media screen and (max-width: 767px) {
  .com__latest .group__info.on_thumb {
    width: 70%;
  }
  .com__latest .group__img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
  .com__latest .item__thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}

.s-post-taglist {
  gap: 10px;
}

#top__news {
  position: relative;
}
#top__news .inner {
  position: relative;
  min-height: 510px;
}
#top__news .inner::before {
  content: "";
  position: absolute;
  background: url(/img/top/top__news__ill_01.png) center center/contain no-repeat;
  width: 256px;
  height: 209px;
  left: -100px;
  bottom: 0;
}
#top__news .ttl03 {
  position: absolute;
  left: 50px;
  top: 100px;
}
#top__news .cont__latest {
  width: 710px;
  margin-left: auto;
}
#top__news .com__btn_01 {
  position: absolute;
  width: 320px;
  left: 0;
  top: 260px;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature .inner {
  position: relative;
}
#about__feature .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_01_01.png) center center/contain no-repeat;
  width: 273px;
  height: 185px;
  top: 50px;
  left: -100px;
}
#about__feature .inner::after {
  content: "";
  position: absolute;
  background: url(/img/about/about__feature__deco_01.png) center center/contain no-repeat;
  width: 247px;
  height: 154px;
  top: 50px;
  right: -100px;
}
#about__feature .ttl03 {
  position: relative;
}
#about__feature .block__feature .list__feature {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#about__feature .block__feature .list__feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 80px) / 3);
}
#about__feature .block__feature .list__feature_item .ttl04 {
  position: relative;
  margin-top: -30px;
  order: 2;
  width: 100%;
  height: 40px;
  align-content: center;
  text-align: center;
  border-radius: 5px;
  margin-bottom: var(--margin-10);
  background: var(--col--main-01);
}
#about__feature .block__feature .list__feature_item .ttl04 .ttl__ja {
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#about__feature .block__feature .list__feature_item .item__img {
  order: 1;
}
#about__feature .block__feature .list__feature_item .item__text {
  width: 100%;
  order: 3;
}
#about__feature .block__feature .list__feature_item .item__text p {
  font-size: var(--font-size-16);
  line-height: 1.875;
}

/* about__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__flow {
  background: var(--sep--wave-01-white-top), var(--col--base-beige-01);
}
#about__flow .inner {
  padding-top: 150px;
  position: relative;
}
#about__flow .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_03_01.png) center center/contain no-repeat;
  width: 143px;
  height: 167px;
  right: -100px;
  top: -50px;
}
#about__flow .block__flow .list__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#about__flow .block__flow .list__flow_item {
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  position: relative;
}
#about__flow .block__flow .list__flow_item::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arr_03_orange.png) center center/contain no-repeat;
  width: 22px;
  height: 33px;
  top: 30%;
  translate: 0 -50%;
  right: -28px;
}
#about__flow .block__flow .list__flow_item:last-child::before {
  display: none;
}
#about__flow .block__flow .list__flow_item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-10);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#about__flow .block__flow .list__flow_item .ttl04 .ttl__num {
  width: fit-content;
  background: var(--col--main-01);
  border-radius: 5px;
  padding: 4px 10px;
  color: #fff;
  font-size: var(--font-size-20);
  font-weight: 900;
  letter-spacing: 0.07em;
}
#about__flow .block__flow .list__flow_item .ttl04 .ttl__ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.01em;
}
#about__flow .block__flow .list__flow_item .item__img {
  order: 1;
  margin-bottom: var(--margin-10);
}
#about__flow .block__flow .list__flow_item .item__text {
  order: 3;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) {
  position: relative;
  width: 100%;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1)::before {
  top: 50%;
  translate: 0 -50%;
  right: -50px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .ttl04 {
  margin-left: auto;
  width: 670px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .item__text {
  width: 670px;
  margin-left: auto;
  margin-bottom: var(--margin-20);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact {
  background: #fff;
  order: 4;
  margin-bottom: var(--margin-20);
  width: 670px;
  padding: 30px 60px;
  border-radius: 10px;
  margin-left: auto;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact .wrap__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-15);
  gap: 20px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact .wrap__tel address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact .wrap__tel .item__fax {
  font-weight: 700;
  font-size: var(--font-size-32);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact .wrap__tel .item__fax small {
  font-size: var(--font-size-22);
  color: var(--col--main-01);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact dl {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin-inline: auto;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact dl > .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact dl > .item dt {
  background: var(--col--main-01);
  color: #fff;
  padding: 4px;
  font-size: var(--font-size-16);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__contact dl > .item dd {
  font-size: var(--font-size-18);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links {
  width: 670px;
  gap: 30px;
  display: flex;
  margin-left: auto;
  order: 5;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links .com__btn_01 {
  width: calc((100% - 30px) / 2);
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links .btn__line span {
  position: relative;
  padding-left: 40px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links .btn__contact span {
  position: relative;
  padding-left: 40px;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .block__links .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_white.png) center center/contain no-repeat;
  width: 23px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .item__img {
  position: absolute;
  left: 0;
  top: 0;
}
#about__flow .block__flow .list__flow_item:nth-of-type(1) .item__img::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  left: -160px;
  bottom: -55px;
}

/* about__faq
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__faq {
  background: var(--sep--wave-01-beige-top), #fff;
}
#about__faq .inner {
  padding-top: 150px;
}
#about__faq .ttl03 {
  position: relative;
}
#about__faq .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__item_01_01.png) center center/contain no-repeat;
  width: 171px;
  height: 161px;
  right: -200px;
  top: 25%;
  translate: 0 -50%;
}
#about__faq .ttl03::after {
  content: "";
  position: absolute;
  background: url(/img/common/ill__item_02_01.png) center center/contain no-repeat;
  width: 87px;
  height: 93px;
  left: -130px;
  top: 40%;
  translate: 0 -50%;
}
#about__faq .ttl03 .ttl__en {
  letter-spacing: 0.3em;
}
#about__faq .block__faq .list__faq_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: var(--margin-50);
}
#about__faq .block__faq .list__faq_item:last-child {
  margin-bottom: 0;
}
#about__faq .block__faq .list__faq_item dt {
  width: 100%;
  min-height: 80px;
  height: fit-content;
  background: var(--col--base-blue-01);
  padding-block: 30px;
  padding-left: 95px;
  border-radius: 10px;
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
  position: relative;
}
#about__faq .block__faq .list__faq_item dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q.png) center center/contain no-repeat;
  width: 48px;
  height: 48px;
  left: 25px;
  top: 15px;
}
/* industrial_waste
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* industrial_waste__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#industrial_waste__about .inner {
  position: relative;
}
#industrial_waste__about .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  right: 50px;
  top: 40px;
}
#industrial_waste__about .item__text_lead {
  margin-bottom: var(--margin-50);
}
#industrial_waste__about .item__text_lead p {
  text-align: center;
}
#industrial_waste__about .block__types {
  width: 900px;
  border-radius: 10px;
  margin-inline: auto;
  padding: 50px;
  background: var(--col--base-blue-01);
  position: relative;
}
#industrial_waste__about .block__types::before {
  content: "";
  position: absolute;
  background: url(/img/industrial_waste/industrial_waste__about__deco_01.png) center center/contain no-repeat;
  width: 160px;
  height: 153px;
  top: -70px;
  left: -90px;
}
#industrial_waste__about .block__types::after {
  content: "";
  position: absolute;
  background: url(/img/industrial_waste/industrial_waste__about__deco_02.png) center center/contain no-repeat;
  width: 157px;
  height: 166px;
  bottom: -70px;
  right: -125px;
}
#industrial_waste__about .block__types .ttl04 {
  margin-bottom: var(--margin-40);
  width: fit-content;
  margin-inline: auto;
}
#industrial_waste__about .block__types .ttl04 .ttl__ja {
  font-size: var(--font-size-28);
  font-weight: 700;
  color: var(--col--main-01);
  letter-spacing: 0.1em;
}
#industrial_waste__about .block__types .list__types {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
#industrial_waste__about .block__types .list__types_item {
  background: #fff;
  width: calc((100% - 50px) / 2);
  border-radius: 20px;
  text-align: center;
  align-content: center;
  padding-block: 10px;
  min-height: 45px;
  height: fit-content;
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--col--main-01);
}

/* industrial_waste__worries
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#industrial_waste__worries {
  background: var(--sep--wave-01-white-top), var(--col--base-beige-01);
}
#industrial_waste__worries .inner {
  padding-top: 150px;
  width: 100%;
}
#industrial_waste__worries .block__worries .list__worries {
  position: relative;
  margin-bottom: var(--margin-20);
  max-width: 1588px;
  width: 1588px;
  height: 600px;
  left: 50%;
  translate: -50% 0;
  background: url(/img/industrial_waste/industrial_waste__worries__ill_01.png) center bottom no-repeat;
}
#industrial_waste__worries .block__worries .list__worries_item {
  position: absolute;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
  color: var(--col--main-01);
  align-content: center;
  padding-bottom: 30px;
}
#industrial_waste__worries .block__worries .item__01 {
  background: url(/img/industrial_waste/industrial_waste__worries__frame_02.png) center center/contain no-repeat;
  width: 430px;
  height: 162px;
  right: 420px;
  top: 20px;
}
#industrial_waste__worries .block__worries .item__02 {
  background: url(/img/industrial_waste/industrial_waste__worries__frame_01.png) center center/contain no-repeat;
  width: 430px;
  height: 162px;
  left: 280px;
  top: 100px;
}
#industrial_waste__worries .block__worries .item__03 {
  background: url(/img/industrial_waste/industrial_waste__worries__frame_03.png) center center/contain no-repeat;
  width: 430px;
  height: 162px;
  right: 250px;
  top: 200px;
}
#industrial_waste__worries .block__worries .item__text {
  text-align: center;
}
#industrial_waste__worries .block__worries .item__text span {
  color: #fff;
  background: var(--col--acc-green-01);
  font-size: var(--font-size-23);
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 2px 10px;
  border-radius: 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* common__contact
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.common__contact {
  background: var(--sep--wave-01-beige-top), url(/img/common/common__contact_bg_01.png) center center/cover no-repeat;
}
.common__contact .inner {
  padding-top: 150px;
}
.common__contact .ttl03 {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  gap: 15px;
  z-index: 0;
  margin-bottom: var(--margin-40);
}
.common__contact .ttl03 .ttl__ja {
  font-size: var(--font-size-42);
  font-weight: 700;
  position: relative;
  z-index: 0;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.common__contact .ttl03 .ttl__en {
  font-size: var(--font-size-22);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--col--main-01);
}
.common__contact .block__contact {
  background: #fff;
  margin-bottom: var(--margin-40);
  width: 670px;
  margin-inline: auto;
  padding: 30px 60px;
  border-radius: 10px;
  position: relative;
}
.common__contact .block__contact::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_04_01.png) center center/contain no-repeat;
  width: 154px;
  height: 228px;
  right: -190px;
  bottom: -110px;
}
.common__contact .block__contact .wrap__tel {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: var(--margin-15);
  gap: 20px;
}
.common__contact .block__contact .wrap__tel address {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.common__contact .block__contact .wrap__tel .item__fax {
  font-weight: 700;
  font-size: var(--font-size-32);
}
.common__contact .block__contact .wrap__tel .item__fax small {
  font-size: var(--font-size-22);
  color: var(--col--main-01);
}
.common__contact .block__contact dl {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin-inline: auto;
}
.common__contact .block__contact dl > .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.common__contact .block__contact dl > .item dt {
  background: var(--col--main-01);
  color: #fff;
  padding: 3px 4px;
  font-size: var(--font-size-16);
  border-radius: 4px;
  width: 81px;
}
.common__contact .block__contact dl > .item dd {
  font-size: var(--font-size-18);
}
.common__contact .block__links {
  width: 670px;
  gap: 30px;
  margin-inline: auto;
  display: flex;
}
.common__contact .block__links .com__btn_01 {
  width: calc((100% - 30px) / 2);
}
.common__contact .block__links .btn__line span {
  position: relative;
  padding-left: 40px;
}
.common__contact .block__links .btn__line span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__line.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.common__contact .block__links .btn__contact span {
  position: relative;
  padding-left: 40px;
}
.common__contact .block__links .btn__contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__mail_01_white.png) center center/contain no-repeat;
  width: 23px;
  height: 17px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* transport
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* transport__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#transport__about .ttl03 {
  position: relative;
}
#transport__about .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  left: -300px;
  top: -50px;
}
#transport__about .block__text .item__text_lead {
  width: 900px;
  min-height: 170px;
  margin-inline: auto;
  text-align: center;
  align-content: center;
  padding: 60px;
  border-radius: 10px;
  background: var(--col--base-blue-01);
  text-align: center;
}

/* transport__service
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#transport__service {
  background: var(--sep--wave-01-white-top), var(--col--base-beige-01);
}
#transport__service .inner {
  padding-bottom: 50px;
  padding-top: 150px;
  position: relative;
}
#transport__service .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_03_01.png) center center/contain no-repeat;
  width: 143px;
  height: 167px;
  right: 170px;
  top: 90px;
}
#transport__service .ttl03 {
  position: relative;
}
#transport__service .block__service {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
#transport__service .block__service .item__service {
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#transport__service .block__service .item__service .ttl04 {
  width: 100%;
  min-height: 40px;
  height: fit-content;
  background: var(--col--main-01);
  order: 2;
  padding: 10px;
  text-align: center;
  align-content: center;
  margin-bottom: var(--margin-10);
  border-radius: 5px;
}
#transport__service .block__service .item__service .ttl04 .ttl__ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
#transport__service .block__service .item__service .item__img {
  margin-bottom: var(--margin-20);
  order: 1;
}
#transport__service .block__service .item__service .item__text {
  order: 3;
}

/* transport__support
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#transport__support {
  background: url(/img/transport/transport__support__bg_01.png) center bottom no-repeat, var(--col--base-beige-01);
}
#transport__support .inner {
  padding-top: 50px;
  padding-bottom: 170px;
  position: relative;
}
#transport__support .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_01_01.png) center center/contain no-repeat;
  width: 273px;
  height: 185px;
  left: -120px;
  top: 0px;
}
#transport__support .inner::after {
  content: "";
  position: absolute;
  background: url(/img/common/ill__item_02_01.png) center center/contain no-repeat;
  width: 87px;
  height: 93px;
  right: 20px;
  top: 50px;
}
#transport__support .ttl03 {
  margin-bottom: var(--margin-50);
}
#transport__support .item__text_lead {
  text-align: center;
  margin-bottom: var(--margin-50);
}
#transport__support .item__text_lead p {
  font-size: var(--font-size-20);
  letter-spacing: 0.1em;
}
#transport__support .block__support .list__support {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
#transport__support .block__support .list__support_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: calc((100% - 120px) / 4);
}
#transport__support .block__support .list__support_item .ttl04 {
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  order: 2;
}
#transport__support .block__support .list__support_item .ttl04 .ttl__ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--col--main-01);
}
#transport__support .block__support .list__support_item .item__img {
  order: 1;
}
/* safety
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* safety__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#safety__about .item__text_lead {
  width: 900px;
  min-height: 170px;
  margin-inline: auto;
  text-align: center;
  align-content: center;
  padding: 60px;
  border-radius: 10px;
  background: var(--col--base-blue-01);
  text-align: center;
  margin-bottom: var(--margin-80);
  position: relative;
}
#safety__about .item__text_lead::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_01_01.png) center center/contain no-repeat;
  width: 273px;
  height: 185px;
  bottom: 0;
  left: -185px;
}
#safety__about .block__feature .list__feature_item {
  width: 550px;
  min-height: 420px;
  margin-bottom: var(--margin-60);
  position: relative;
}
#safety__about .block__feature .list__feature_item:last-child {
  margin-bottom: 0;
}
#safety__about .block__feature .list__feature_item .ttl04 {
  width: 100%;
  min-height: 75px;
  background: var(--col--main-01);
  align-content: center;
  padding-block: 20px;
  padding-inline: 60px;
  margin-bottom: var(--margin-20);
  border-radius: 5px;
}
#safety__about .block__feature .list__feature_item .ttl04 .ttl__ja {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: var(--font-size-25);
}
#safety__about .block__feature .list__feature_item .item__img {
  position: absolute;
  top: 0;
}
#safety__about .block__feature .list__feature_item .item__text {
  width: 100%;
}
#safety__about .block__feature .list__feature_item:nth-of-type(odd) {
  margin-left: auto;
}
#safety__about .block__feature .list__feature_item:nth-of-type(odd) .item__img {
  width: max-content;
  left: -60px;
  translate: -100% 0;
}
#safety__about .block__feature .list__feature_item:nth-of-type(even) {
  margin-right: auto;
}
#safety__about .block__feature .list__feature_item:nth-of-type(even) .item__img {
  width: max-content;
  right: -60px;
  translate: 100% 0;
}
#safety__about .block__feature .item__01::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_03_01.png) center center/contain no-repeat;
  width: 143px;
  height: 167px;
  right: -100px;
  bottom: 0;
}
#safety__about .block__feature .item__01 .ttl04 {
  background: url(/img/safety/safety__about_ttl_bg_01.png) left center/auto no-repeat, var(--col--main-01);
}
#safety__about .block__feature .item__02::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  left: -200px;
  bottom: 0;
}
#safety__about .block__feature .item__02 .ttl04 {
  background: url(/img/safety/safety__about_ttl_bg_02.png) left center/auto no-repeat, var(--col--main-01);
}
#safety__about .block__feature .item__03::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_04_01.png) center center/contain no-repeat;
  width: 154px;
  height: 228px;
  right: -100px;
  bottom: 0;
}
#safety__about .block__feature .item__03 .ttl04 {
  background: url(/img/safety/safety__about_ttl_bg_03.png) left center/auto no-repeat, var(--col--main-01);
}

/* guide
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* guide__company
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__company .inner {
  position: relative;
}
#guide__company .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_03_01.png) center center/contain no-repeat;
  width: 143px;
  height: 167px;
  left: 200px;
  top: 50px;
}
#guide__company .item__table {
  border-spacing: 0 10px;
  border-collapse: separate;
}
#guide__company .item__table tr th,
#guide__company .item__table tr td {
  font-size: var(--font-size-16);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-block: 10px;
  padding-inline: 10px;
  line-height: 1.8;
}
#guide__company .item__table tr th {
  background: var(--col--base-blue-01);
  color: var(--col--main-01);
  text-align: center;
  vertical-align: middle;
  width: 170px;
  border-radius: 5px;
}
#guide__company .item__table tr td .item__attention {
  display: block;
  height: 12px;
}
#guide__company .item__map {
  width: 670px;
  height: 420px;
  border-radius: 10px;
  position: absolute;
  right: -80px;
  top: 250px;
}

/* guide__vehicle
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#guide__vehicle {
  background: url(/img/guide/guide__vehicle__bg_01.png) center bottom no-repeat, var(--sep--wave-01-white-top), var(--col--base-beige-01);
}
#guide__vehicle .inner {
  position: relative;
  padding-top: 150px;
  min-height: 1100px;
}
#guide__vehicle .inner::before {
  content: "";
  position: absolute;
  background: url(/img/common/ill__man_02_01.png) center center/contain no-repeat;
  width: 267px;
  height: 171px;
  top: 70px;
  right: 100px;
}
#guide__vehicle .block__vehicle {
  width: 960px;
  margin-inline: auto;
  position: relative;
}
#guide__vehicle .block__vehicle .ttl04 {
  background: var(--col--acc-green-01);
  width: 100%;
  text-align: center;
  padding-block: 10px;
  margin-bottom: var(--margin-80);
  border-radius: 5px;
}
#guide__vehicle .block__vehicle .ttl04 .ttl__ja {
  font-size: var(--font-size-23);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
#guide__vehicle .block__vehicle .list__images {
  width: 730px;
  height: 650px;
  position: absolute;
  left: -270px;
  top: 75px;
}
#guide__vehicle .block__vehicle .list__images .item__img {
  position: absolute;
}
#guide__vehicle .block__vehicle .list__images .item__01 {
  right: 0;
  top: 0;
}
#guide__vehicle .block__vehicle .list__images .item__02 {
  bottom: 90px;
  right: 70px;
}
#guide__vehicle .block__vehicle .list__images .item__03 {
  left: 0;
  bottom: 0;
}
#guide__vehicle .block__vehicle .block__post {
  width: 470px;
  margin-left: auto;
}
#guide__vehicle .block__vehicle .block__post .list__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#guide__vehicle .block__vehicle .block__post .list__menu_item {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 55px;
  height: fit-content;
  padding: 20px 40px;
}
#guide__vehicle .block__vehicle .block__post .list__menu_item dt,
#guide__vehicle .block__vehicle .block__post .list__menu_item dd {
  color: var(--col--main-01);
  font-size: var(--font-size-18);
  font-weight: 700;
  letter-spacing: 0.06em;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////

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

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

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

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

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

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

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

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

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