@charset "utf-8";
/* ===================================================================
CSS information

  file name  :page.css
  style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
  トップページ
----------------------------------------------------------- */
:root {
  --top-main-height: calc(100vh - 120px);
}

#top .m_main .main {
  /* height: var(--top-main-height); */
}

#top .m_main .main .main_visual {
  width: 100%;
}

#top .m_main .main .main_visual .mv_box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: var(--top-main-height);
  width: 100%;
}

#top .m_main .main .main_visual .mv_box.mv_box01 {
  background-image: url("../img/top/mv01.jpg");
}

#top .m_main .main .main_visual .mv_box.mv_box02 {
  background-image: url("../img/top/mv02.jpg");
}

#top .m_main .main .main_visual .mv_box.mv_box03 {
  background-image: url("../img/top/mv03.jpg");
}

#top .m_main .main .main_visual .mv_box:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

#top .m_main .main .main_visual .mv_box .slide {
  display: flex;
  align-items: center;
  height: 100%;
}

#top .m_main .main .main_visual .mv_box .slide .headline .headline_ttl {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.2), 0 0 16px rgba(0, 0, 0, 0.1);
}

#top #news_sec {
  display: flex;
}

#top #news_sec .news_heading {
  flex: 1 1;
  flex-direction: column;
}

#top #news_sec .news_heading .link_box {
  margin-top: 3vw;
}

#top #news_sec .news_contents {
  flex: 0 1 72.5%;
  margin-left: 7.5vw;
}

#top #news_sec .news_contents .news_list article {
  margin-top: -1px;
}

#top #news_sec .news_contents .news_list article a {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  display: flex;
  align-items: center;
  padding-bottom: 2vw;
  padding-top: 2vw;
}

#top #news_sec .news_contents .news_list article a .news_head {
  display: flex;
  align-items: center;
}

#top #news_sec .news_contents .news_list article a .news_head .news_cat {
  border: 1px solid #5e7bcb;
  color: #5e7bcb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-left: 20px;
  padding: 0.5em;
  height: 25px;
  width: 90px;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_cat {
  background-color: #5e7bcb;
  color: #fff;
}

#top #news_sec .news_contents .news_list article a .news_body {
  flex: 1 1;
  margin-left: 30px;
  margin-right: 30px;
  width: 0;
}

#top #news_sec .news_contents .news_list article a .news_body .news_ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#top #news_sec .news_contents .news_list article a:hover .news_head .news_date,
#top #news_sec .news_contents .news_list article a:hover .news_body .news_ttl {
  opacity: 0.5;
}

#top #company_sec {
  background-image: url("../img/top/company_sec_map.png"), url("../img/top/company_sec_bg.jpg");
  background-position: right 10vw center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 26vw auto, cover;
  display: flex;
  padding: 10vw 0;
  position: relative;
  z-index: 0;
}

#top #company_sec .company_sec_box .company_box .company_box_ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
}

#top #company_sec .company_sec_box .company_box .company_box_lead {
  margin-top: 2.5vw;
}

#top #company_sec .company_sec_box .company_box .company_box_lead .lead_txt {
  font-size: 1.8rem;
  line-height: 1.8;
}

#top #company_sec .company_sec_box .company_box .company_box_lead .lead_txt:not(:first-of-type) {
  margin-top: 1vw;
}

#top #company_sec .company_sec_box .company_box .link_txt {
  margin-top: 4.5vw;
}

#top #facilities_sec {
  background-image: url("../img/top/facilities_sec_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  padding: 10vw 0;
  position: relative;
  z-index: 0;
}

#top #facilities_sec:before {
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.6) 0%,rgba(10, 33, 6, 0.5) 25%,rgba(10, 33, 6, 0.4) 50%,rgba(10, 33, 6, 0) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#top #facilities_sec .facilities_sec_box .facilities_box .facilities_box_ttl {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

#top #facilities_sec .facilities_sec_box .facilities_box .facilities_box_sub {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.5vw;
}

#top #facilities_sec .facilities_sec_box .facilities_box .facilities_box_lead {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 1.5vw;
}

#top #facilities_sec .facilities_sec_box .facilities_box .link_txt {
  margin-top: 3.5vw;
}

/* -----------------------------------------------------------
  会社案内
----------------------------------------------------------- */


/* -----------------------------------------------------------
  廃棄物収集・処分
----------------------------------------------------------- */


/* -----------------------------------------------------------
  事業者向け - 廃棄物収集・処分
----------------------------------------------------------- */


/* -----------------------------------------------------------
  ご家庭向け - 廃棄物収集・処分
----------------------------------------------------------- */


/* -----------------------------------------------------------
  木くずリサイクル・解体土木工事
----------------------------------------------------------- */


/* -----------------------------------------------------------
  施設・車両
----------------------------------------------------------- */


/* -----------------------------------------------------------
  保有許可
----------------------------------------------------------- */


/* -----------------------------------------------------------
  お知らせ
----------------------------------------------------------- */
.news .news_box .news_list {
  margin-bottom: 5vw;
}

.news .news_box .news_list .news_head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1vw;
}

.news .news_box .news_list .news_head .news_heading {
  display: flex;
  align-items: center;
}

.news .news_box .news_list .news_head .news_heading .news_cat {
  border: 1px solid #00756a;
  color: #00756a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-left: 20px;
  padding: 0.5em;
  height: 25px;
  width: 90px;
}

.news .news_box .news_list .news_head .news_title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1vw;
}

.news .news_box .news_list .news_body {
  margin-top: 1.25vw;
}

.news .news_box .news_list .news_body > p {
  line-height: 1.8;
}

.news .news_box .news_list .news_body > p:not(:first-of-type) {
  margin-top: 1vw;
}

.news .pager_box {
  margin-top: calc(10vw / 1.5);
}

.news .pager {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.news .pager li {
  background-color: #ffffff;
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}

.news .pager li.prev:before,
.news .pager li.next:before {
  font-family: FontAwesome;
  font-weight: normal;
}

.news .pager li.prev:before {
  content: "\f104";
}

.news .pager li.next:before {
  content: "\f105";
}

.news .pager li.current {
  background-color: #2fafa3;
  border: 1px solid #2fafa3;
  color: #ffffff;
}

.news .pager li:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.news .pager li.current:hover {
  background-color: #2fafa3;
  cursor: default;
}

.news .pager li.invalid {
  color: #dcdcdc;
  pointer-events: none;
}

.news .pager li.ellipsis {
  pointer-events: none;
}

.news .pager li.ellipsis:hover {
  cursor: default;
}

/* -----------------------------------------------------------
  お問い合わせ
----------------------------------------------------------- */
.contact .tel_box>dl {
  border: 1px solid #2fafa3;
  display: flex;
}

.contact .tel_box>dl dt {
  background-color: #2fafa3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 1.5em;
  text-align: center;
}

.contact .tel_box>dl dd {
  display: flex;
  align-items: center;
  flex: 1 1;
  padding: 1em 1.75em;
}

.contact .tel_box>dl dd .tel_num {
  font-size: 3.2rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.contact .tel_box>dl dd .tel_num a {
  display: flex;
  align-items: center;
}

.contact .tel_box>dl dd .tel_num a:before {
  color: #2fafa3;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 85%;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.25em;
}

.contact .tel_box>dl dd .tel_num a:hover {
  color: #2fafa3;
}

.contact .tel_box>dl dd .tel_time {
  margin-left: 1.5vw;
}

.contact .form_box .form_wrap {
  border-bottom: 1px solid #b9b9b9;
  border-top: 1px solid #b9b9b9;
  padding-bottom: 3vw;
  padding-top: 3vw;
}

.contact .form_box .form_wrap>dl:not(:first-of-type) {
  margin-top: 2vw;
}

.contact .form_box .form_wrap>dl dt {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.contact .form_box .form_wrap>dl dt .required {
  background-color: #dc0000;
  border-radius: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  height: 20px;
  margin-right: 1em;
  padding: 0.25em 0.5em;
}

.contact .form_box .form_wrap>dl dt span.optional {
  display: none;
}

.contact .form_box .form_wrap>dl dd {
  margin-top: 0.5vw;
}

.horizontal {
  display: flex;
}

.horizontal>*:not(:first-of-type) {
  margin-left: 1vw;
}

.horizontal_flx1 {
  flex: 1 1;
}

.horizontal.equal>li {
  flex: 1 1;
}

.add li.postal {
  width: 9em;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  /* color: #b2b2b2; */
  cursor: pointer;
  height: 50px;
  width: 100%;
  padding-left: 1em;
  padding-right: 3em;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #444444;
}

.select {
  position: relative;
  z-index: 0;
}

.select:after {
  background-image: url(../img/common/arr_bm_select.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1em;
  height: 15px;
  width: 15px;
  transition: all .1s;
  transform: scale(1, 1) translateY(-50%);
  z-index: 1;
}

.select.is-active:after {
  transform: scale(1, -1) translateY(50%);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  width: 100%;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="button"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
  border: 1px solid #c5c5c5;
  border-radius: 3px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"] {
  height: 50px;
  padding: 0 1em;
}

input[type="email"] {
  width: 100%;
}

input[type="tel"] {
  width: 100%;
}

input[type="checkbox"] {
  border-radius: 0;
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 0.5em;
  position: relative;
  top: 0.15em;
}

textarea {
  padding: 0.75em 1em;
  width: 100%;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #afafaf;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #afafaf;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border-color: #656565 !important;
}

.contact .form_box .send_wrap .agree {
  margin-bottom: 3vw;
  margin-top: 2vw;
}

.agree_check[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

span.error_blank,
span.error_format,
span.error_match {
  color: #be1a21;
  display: block;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -----------------------------------------------------------
  お問い合わせ完了
----------------------------------------------------------- */
.contact.complete .complete_box {
  text-align: center;
}

.contact.complete .complete_box .complete_ttl {
  font-size: 3.0rem;
  font-weight: 700;
}

.contact.complete .complete_box .complete_content {
  font-size: 1.8rem;
  margin-top: 3vw;
}

.contact.complete .complete_box .complete_content p:not(:first-of-type) {
  margin-top: 0.75em;
}

.contact.complete .complete_box .complete_btn {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
  個人情報保護方針
----------------------------------------------------------- */
.privacypolicy .m_main .main {
  background-image: url("../img/privacypolicy/mv.jpg");
}

.privacypolicy .privacy_box {
  counter-reset: section;
}

.privacypolicy .privacy_box > dl {
    counter-increment: section;
}

.privacypolicy .privacy_box > dl:not(:first-of-type) {
  margin-top: 3vw;
}

.privacypolicy .privacy_box > dl > dt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.privacypolicy .privacy_box > dl > dt:before {
  content: counter(section) ".";
  margin-right: 0.25em;
}

.privacypolicy .privacy_box > dl > dd {
  margin-top: 10px;
}

.privacypolicy .privacy_box > dl > dd .list {
  margin-top: 10px;
}

.privacypolicy .privacy_box > dl > dd .contact_info {
  margin-top: 10px;
}

.privacypolicy .privacy_box > dl > dd .contact_info {
  display: flex;
}

.privacypolicy .privacy_box > dl > dd .contact_info .contact_info_ttl {
  display: flex;
}

.privacypolicy .privacy_box > dl > dd .contact_info .contact_info_ttl:after {
  content: "：";
  margin: 0 0.25em;
}

.privacypolicy .privacy_box > dl > dd .contact_info .contact_info_txt {
  flex: 1 1;
}

.privacypolicy .privacy_box > dl > dd .contact_info .contact_info_txt span:first-of-type {
  margin-right: 0.5em;
}

.roman {
  counter-reset: roman;
  line-height: 1.4;
  margin-top: 10px;
}

.roman > li {
  counter-increment: roman;
  display: flex;
  align-items: baseline;
  margin-top: 0.25em;
}

.roman > li:first-of-type {
  margin-top: 0;
}

.roman > li:before {
  content: counter(roman, lower-roman) "）";
  display: block;
  width: 1.75em;
  flex-shrink: 0;
  text-align: right;
  margin-right: 0.125em;
}

.parentheses > li {
  counter-increment: num;
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

.parentheses > li:before {
  content: "（" counter(num) "）";
  flex-shrink: 0;
  margin-right: 0.25em;
}

.parentheses_inner {
  flex: 1;
  min-width: 0;
}