@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-note {
  line-height: 1;
}

.com-box01 {
  margin-top: 40px;
  padding: 25px 15px;
}

.com-ttl01-main {
  margin-top: 15px;
}
.com-ttl01::before {
  width: 150px;
  height: 165px;
  left: -50px;
  top: -45px;
}

.com-ttl02 {
  padding: 15px 15px;
}

.com-ttl03 {
  padding-left: 15px;
}
.com-ttl03::before {
  width: 4px;
  height: 25px;
}

.com-btn01 {
  width: 300px;
  padding: 13px 40px;
}
.com-btn01::after {
  background: url(/img/all/arrow.png) no-repeat center/12px, #fff;
  width: 25px;
  height: 25px;
  right: 15px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-sv {
  padding-top: 50vw;
}

.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #1782dd;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #b3b3b3;
}

.com-tag-list-item {
  padding-left: 17px;
}
.com-tag-list-item::before {
  width: 14px;
  height: 15px;
  top: 55%;
}

.foo-current {
  border-bottom: none;
}

/* =========================================
    top  sp
    top-mission
========================================= */
#top-mission .bg {
  background: url(/img/top/map.png) no-repeat center calc(100% - 78.3vw)/100%;
}
@media screen and (min-width: 400px) {
  #top-mission .bg {
    background: url(/img/top/map.png) no-repeat center calc(100% - 70.3vw)/100%;
  }
}
@media screen and (max-width: 350px) {
  #top-mission .bg {
    background: url(/img/top/map.png) no-repeat center calc(100% - 274px)/100%;
  }
}
#top-mission .inner {
  padding: 50px 15px;
}
#top-mission .container {
  display: block;
  padding: 0;
}
#top-mission .container-img {
  width: 100%;
  margin: 35px auto 0;
}
#top-mission .ttl-main {
  font-size: 28px;
}
#top-mission .txt {
  margin-top: 15px;
}
#top-mission .btn {
  display: block;
  margin: 35px auto 0;
}
#top-mission .btn:nth-of-type(n + 2) {
  margin: 25px auto 0;
}

/* =========================================
    top  sp
    top-video
========================================= */
#top-video .bg {
  overflow: hidden;
}
#top-video .inner {
  padding: 50px 0;
}
#top-video .video {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
#top-video .container {
  padding-right: 0;
  margin-top: 35px;
}
#top-video .ttl-box {
  position: unset;
  writing-mode: unset;
  padding: 0 15px;
}
#top-video .ttl-box-span {
  font-size: 20px;
  padding: 6px 15px;
  line-height: 2.2;
}

/* =========================================
    top  sp
    top-works
========================================= */
#top-works .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/80%;
}
#top-works .inner {
  padding: 50px 15px 100px;
}
#top-works .list {
  display: block;
  margin-top: 50px;
}
#top-works .list-item {
  width: 100%;
}
#top-works .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#top-works .list-ttl {
  margin-top: 20px;
}
#top-works .list-txt {
  margin-top: 15px;
}
#top-works .btn {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-btn-list
========================================= */
#top-btn-list .inner {
  padding: 0 0 50px;
}
#top-btn-list .container {
  padding-left: 0;
}
#top-btn-list .ttl {
  top: -63px;
  left: 15px;
  writing-mode: unset;
}
#top-btn-list .ttl-box {
  font-size: 20px;
  padding: 6px 15px;
  line-height: 2.2;
}
#top-btn-list .list {
  width: 320px;
  margin: 35px auto 0;
}
#top-btn-list .list-item {
  width: 150px;
}
#top-btn-list .list-link {
  height: 125px;
  padding: 0 5px;
}
#top-btn-list .list-link::after {
  width: 37px;
  height: 37px;
  background: url(/img/all/arrow-lg.png) no-repeat center/15px;
}
#top-btn-list .list-link:hover::after {
  transform: translate(5px, 0);
}

/* =========================================
    top  sp
    top-entry
========================================= */
#top-entry .bg {
  background: url(/img/top/entry-bg-deco.png) no-repeat calc(50% - 50px) top/80%;
}
#top-entry .bg::before {
  width: 137px;
  height: 135px;
  top: 0px;
  left: 0;
}
#top-entry .bg::after {
  width: 182px;
  height: 122px;
  top: unset;
  bottom: 0;
  left: 0;
}
#top-entry .position::before {
  width: 140px;
  height: 90px;
  bottom: unset;
  right: 0;
  top: 0;
}
#top-entry .position::after {
  width: 155px;
  height: 161px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
#top-entry .inner {
  padding: 100px 15px 150px;
}
#top-entry .com-tel {
  margin-top: 25px;
}
#top-entry .btn {
  width: 100%;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .container {
  display: block;
  padding-left: 0;
}
#top-access .wrap {
  width: 100%;
}
#top-access .txt {
  font-size: 18px;
  margin-top: 25px;
}
#top-access .address {
  font-size: 18px;
  margin-top: 15px;
}
#top-access .map {
  width: 100%;
  height: 250px;
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#top-news .container {
  position: relative;
  display: block;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl::before {
  width: 150px;
  height: 167px;
  left: -70px;
  top: -50px;
}
#top-news .list {
  margin-top: 25px;
}
#top-news .list-link {
  padding: 15px 40px 15px 5px;
}
#top-news .list-link::after {
  width: 30px;
  height: 30px;
  background: url(/img/all/arrow.png) no-repeat center/12px;
}
#top-news .list-left {
  padding-right: 15px;
}
#top-news .list-box {
  padding-left: 15px;
}
#top-news .btn {
  transform: translateX(-50%);
  left: 50%;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-appeal .list {
  display: block;
  margin-top: 35px;
}
#sub-appeal .list-item {
  max-width: 100%;
}
#sub-appeal .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 35px;
}
#sub-appeal .list-img {
  width: 180px;
  margin: 25px auto 0;
}
#sub-appeal .list-txt {
  margin-top: 20px;
}

#sub-about-staff .list {
  gap: 30px 15px;
  margin-top: 35px;
}
#sub-about-staff .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-about-staff .list-img {
  height: 43.4vw;
  min-height: 152px;
}

#sub-voice .list {
  margin-top: 35px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 45px;
}
#sub-voice .question-item {
  padding: 20px 15px 30px;
}

#sub-info .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/90%;
}
#sub-info .container {
  display: block;
}
#sub-info .wrap {
  width: 100%;
  margin-top: 35px;
}
#sub-info .map {
  height: 250px;
  margin-top: 25px;
}

#sub-banner .bg {
  background: url(/img/about/img.png) no-repeat calc(100% + 200px) center, #1782dd;
}
#sub-banner .link {
  height: 400px;
}
#sub-banner .link-wrap {
  width: 300px;
  margin-left: auto;
  left: 0;
}
#sub-banner .link-wrap::after {
  width: 62px;
  height: 62px;
  background: url(/img/all/arrow-lg.png) no-repeat center/20px;
}

/* =========================================
    sub  SP
    sub-driver
========================================= */
#sub-role .list {
  margin-top: 35px;
}
#sub-role .list-item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-role .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-role .list-img {
  width: 100%;
  margin-left: 0;
}
#sub-role .list-wrap {
  margin-top: 15px;
}
#sub-role .list-txt {
  margin-top: 10px;
}

#sub-support .list {
  display: block;
  margin-top: 35px;
}
#sub-support .list-item {
  max-width: 100%;
}
#sub-support .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
  margin-left: 0;
}
#sub-support .list-img {
  width: 180px;
  margin: 15px auto 0;
}
#sub-support .list-txt {
  margin-top: 20px;
}

#sub-schedule .list {
  margin-top: 70px;
  display: block;
}
#sub-schedule .list-item:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 100px;
}
#sub-schedule .list-item:nth-of-type(2)::before {
  background-size: 100%;
}
#sub-schedule .list-item:nth-of-type(3) {
  margin-top: 130px;
}
#sub-schedule .list-item:nth-of-type(3)::before {
  width: 160px;
  top: -50px;
  bottom: unset;
  right: unset;
  left: 0;
  background-size: 100%;
}
#sub-schedule .list-item::before {
  width: 121px;
  height: 50px;
  top: unset;
  bottom: -80px;
  right: 0px;
}
#sub-schedule .list-ttl {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
#sub-schedule .list-ttl::after {
  width: 26px;
  height: 66px;
  top: unset;
  bottom: -270px;
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  right: unset;
}
#sub-schedule .list-ttl01::before {
  width: 65px;
  height: 32px;
  top: -31px;
}
#sub-schedule .list-ttl02::after {
  background-size: 100%;
  bottom: -225px;
}
#sub-schedule .list-map {
  margin-top: 15px;
  padding-left: 28px;
  background: url(/img/driver/pin1.png) no-repeat left 4px/20px;
}
#sub-schedule .list-map02 {
  background: url(/img/driver/pin2.png) no-repeat left 4px/20px;
}
#sub-schedule .list-map03 {
  background: url(/img/driver/pin3.png) no-repeat left 4px/20px;
}
#sub-schedule .time-list {
  margin-top: 15px;
}

#sub-safety .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/80%;
}
#sub-safety .list {
  margin-top: 35px;
}
#sub-safety .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-safety .list-txt {
  margin-top: 10px;
}

/* =========================================
    sub  SP
    sub-staff
========================================= */
#sub-staff-role .staff {
  display: block;
  margin-top: 35px;
}
#sub-staff-role .staff-img {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}
#sub-staff-role .staff-txt {
  margin-top: 20px;
}
#sub-staff-role .process {
  margin-top: 50px;
}
#sub-staff-role .process-txt {
  margin-top: 20px;
}
#sub-staff-role .process-fle {
  display: block;
  padding-bottom: 35px;
  margin-top: 25px;
}
#sub-staff-role .process-fle-item {
  width: 100%;
}
#sub-staff-role .process-fle-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-staff-role .process-fle-ttl {
  height: 60px;
  line-height: 60px;
}
#sub-staff-role .process-fle-txt {
  padding: 15px;
}
#sub-staff-role .recycling-item {
  display: block;
  padding: 15px;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box {
  width: 100%;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box:nth-of-type(n + 2) {
  margin-left: 0;
  margin-top: 50px;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box:nth-of-type(n + 2)::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: -40px;
}
#sub-staff-role .recycling-ttl {
  margin: 0 auto;
}
#sub-staff-role .recycling-ttl::before {
  transform: translateX(-50%) rotate(90deg);
  left: 50%;
  top: unset;
  bottom: -40px;
}
#sub-staff-role .recycling-wrap {
  display: block;
  width: 100%;
}
#sub-staff-role .recycling-box {
  margin-top: 50px;
  padding: 20px 25px;
}
#sub-staff-role .need {
  margin-top: 50px;
}
#sub-staff-role .need-txt {
  margin-top: 20px;
}

#sub-staff-appeal .list {
  display: block;
  margin-top: 35px;
}
#sub-staff-appeal .list-item {
  max-width: 100%;
}
#sub-staff-appeal .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-staff-appeal .list-img {
  width: 160px;
  margin: 20px auto 0;
}
#sub-staff-appeal .list-txt {
  margin-top: 20px;
}

#sub-fit .container {
  display: block;
}
#sub-fit .list {
  margin-left: 0;
  margin-top: 35px;
}
#sub-fit .list-item {
  padding-left: 30px;
  background: url(/img/all/checkbox.png) no-repeat left 10px/20px;
}
#sub-fit .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

#sub-staff-schedule .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/80%;
}
#sub-staff-schedule .list-item {
  display: block;
}
#sub-staff-schedule .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-staff-schedule .list-item:nth-of-type(n + 2)::before {
  width: 2px;
  height: 50px;
  top: -55px;
  left: 20px;
}
#sub-staff-schedule .list-ttl {
  width: 100%;
  text-align: left;
}
#sub-staff-schedule .list-txt {
  margin-left: 0;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-recruit
========================================= */
#sub-recruit .list {
  margin-top: 35px;
}
#sub-recruit .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-recruit .list-ttl {
  padding: 12px;
}
#sub-recruit .table {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  margin-top: 50px;
  display: block;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .tag-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-method .container {
  display: block;
}
#sub-method .wrap {
  width: 100%;
  margin-top: 35px;
}
#sub-method .com-tel {
  margin-top: 30px;
}

#sub-contact .com-btn01 {
  width: 280px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom/70%;
}
#sub-error .ttl-main {
  font-size: 28px;
}