@charset "UTF-8";
.din-demi, .page_visual article h1 b {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*-------------------------------------------------------
各ページのインポート
-------------------------------------------------------*/
.page_visual {
  position: relative;
  background: no-repeat 50%/cover url(../img/photo/page_visual.jpg);
  margin-bottom: 25px;
}
.page_visual .photo_img:before {
  padding-top: 500px;
}
.page_visual article {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.page_visual article h1 {
  color: #fff;
}
.page_visual article h1 small {
  display: inline-block;
  margin-bottom: 40px;
  padding: 8px 20px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  border: 2px solid #fff;
}
.page_visual article h1 b {
  display: block;
  font-size: 85px;
  font-size: 5.3125rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page_visual .photo_img {
    height: auto;
  }
  .page_visual .photo_img:before {
    padding-top: 78.6666666667%;
  }
  .page_visual article h1 {
    color: #fff;
  }
  .page_visual article h1 small {
    margin-bottom: 20px;
    padding: 8px 20px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .page_visual article h1 b {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

.table {
  margin: 0 25px;
}
.table dl {
  display: flex;
  margin: 0 0 35px;
  padding: 0 0 35px;
  border-bottom: 2px solid #fff;
}
.table dt {
  width: 9em;
  padding-left: 1em;
  font-weight: 500;
  line-height: 2;
}
.table dd {
  width: calc(100% - 9em);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .table {
    margin: 0 0;
  }
  .table dl {
    flex-direction: column;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .table dt, .table dd {
    width: 100%;
  }
  .table dt {
    padding-left: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .table dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.map {
  margin-bottom: 47px;
  position: relative;
  width: 100%;
  padding-top: 47.0219435737%;
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .map {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 60px;
    padding-top: 159.5744680851%;
  }
  .map:last-child {
    margin-bottom: 0;
  }
}

.single {
  color: #e81010;
}
.single time {
  display: block;
  padding: 0 16px;
  margin-bottom: 7px;
  font-size: 16px;
  font-size: 1rem;
}
.single h2 {
  padding: 0 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 38px;
}
.single .photo_img {
  margin-bottom: 60px;
}
.single .photo_img::before {
  padding-top: 59.057591623%;
}
.single p {
  margin-bottom: 2em;
}
.single .article_inner {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .single time {
    padding: 0 0;
  }
  .single h2 {
    padding: 0 0;
    margin-bottom: 14px;
  }
  .single .photo_img {
    margin-bottom: 34px;
  }
  .single .article_inner {
    padding: 0 0;
  }
}

/*-------------------------------------------------
お問い合せ
-------------------------------------------------*/
#autozip {
  display: none !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 1em;
}

.att {
  color: #fe0808;
}

.tel_box {
  margin: 0 0 57px;
  padding: 25px 0;
  text-align: center;
  border: 1px solid #999999;
}
.tel_box h3 {
  margin: 0 0 0;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.tel_box p strong {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .tel_box h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .tel_box p strong {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.form {
  max-width: 827px;
  margin: 0 auto;
  /*
  .wpcf7-list-item-label {
  	box-sizing: border-box;
  	position: relative;
  	display: inline-block;
  	margin: 0 20px 0 0;
  	padding: 0 0 0 20px;
  	vertical-align: middle;
  	cursor: pointer;
  	&:after {
  		position: absolute;
  		top: 50%;
  		left: 0;
  		display: block;
  		margin-top: -8px;
  		width: 14px;
  		height: 14px;
  		background : #fff;
  		border : 1px solid #818A8E;
  		content: '';
  		z-index: 1;
  	}
  	&:before {
  		position: absolute;
  		top: 50%;
  		left: 5px;
  		display: block;
  		margin-top: -8px;
  		width: 6px;
  		height: 9px;
  		border-right: 2px solid #014A88;
  		border-bottom: 2px solid #014A88;
  		transform: rotate(45deg);
  		content: '';
  		opacity: 0;
  		z-index: 10;
  	}
  }
  */
}
.form p {
  margin-bottom: 2em;
}
.form dl {
  width: 100%;
  padding: 15px 0;
}
.form dt {
  margin: 0 0 25px;
  padding: 11px 10px 11px 70px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: #e50012;
}
.form dt a {
  color: #007ec4;
}
.form dt em {
  display: inline-block;
  margin-right: 14px;
  margin-left: -50px;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #222;
  font-weight: 500;
  background: #fff;
}
.form dd {
  margin: 0 0 20px 70px;
}
.form dd em {
  margin-left: 23px;
  color: #999999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.5;
}
.form dd textarea {
  padding: 1em;
  width: 100%;
  border: 1px solid #b1b1b1;
}
.form dd textarea + em {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form dd {
    margin: 0 0 20px;
  }
}
.form .att {
  margin: 1em 0 2em;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}
.form input,
.form textarea {
  font-size: 16px;
  font-size: 1rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel] {
  width: 70%;
  padding: 12px 1em;
  border: 1px solid #b1b1b1;
}
.form .wpcf7-form-control-wrap + .att {
  margin: 0.5em 0 0;
}
.form .select-wrap {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.form .select-wrap select {
  height: auto;
  padding: 12px 3em 12px 1em;
  color: #363636;
}
.form .select-wrap:nth-child(n+2) {
  margin-left: 10px;
}
.form input[disabled] {
  background: #efefef;
  border: none;
  color: #3c3c3c;
  -webkit-text-fill-color: black;
  opacity: 1;
}
.form .btn_area {
  display: flex;
  justify-content: center;
  padding: 36px 0 64px;
}
.form .btn_area .btn {
  width: auto;
  min-width: auto;
  padding: 2px 10px;
  font-weight: 400;
  color: #333;
  border-radius: 40px;
  background: #efe743;
  height: auto;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.form input[type=submit], .form button[type=submit] {
  position: relative;
  display: inline-block;
  width: 411px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  background: #e50012;
  border: 2px solid transparent;
  cursor: pointer;
}
.form input[type=submit]:after, .form button[type=submit]:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
}
.form input[type=submit]:hover, .form button[type=submit]:hover {
  color: #e81010;
  background: #fff;
  border: 2px solid #e81010;
}
.form input[type=submit]:hover:after, .form button[type=submit]:hover:after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #e81010;
}
.form #mail {
  margin-bottom: 5px;
}
.form .mwform-checkbox-field-text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .form dt em {
    margin-right: 9px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form dd {
    width: 100%;
  }
  .form dd em {
    display: block;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form input[type=text],
  .form input[type=email] {
    width: 100%;
  }
  .form .select-wrap {
    margin-bottom: 10px;
  }
  .form .select-wrap:nth-child(n+2) {
    margin-left: 0;
  }
  .form .btn_area {
    padding: 40px 0 80px;
  }
  .form input[type=radio] + label {
    display: inline-block;
    margin-bottom: 12px;
  }
  .form input[type=submit] {
    display: inline-block;
    width: 100%;
    padding: 23px 0;
  }
}
.form #formbtn {
  min-width: 400px;
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1;
  z-index: 1;
  font-weight: bold;
  overflow: hidden;
  color: #fff;
  background: #014a88;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form #formbtn {
    width: 100%;
    min-width: 100%;
  }
}

.mw_wp_form_confirm .form dd em {
  display: none;
}
.mw_wp_form_confirm .form dd .confirm {
  display: none;
}
.mw_wp_form_confirm .form dd.text_c {
  text-align: left;
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 120px;
  }
}

.page h2 {
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
}
.page h2 small {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #e81010;
}
.page .article_inner {
  margin: 0 40px 22px;
}
.page .page_img {
  margin-bottom: 57px;
}
.page .page_img:before {
  padding-top: 20.3%;
}
.page .bg_gy {
  padding: 67px 0 132px;
  color: #fff;
  background: #444;
}
.page .bg_gy article {
  margin-bottom: 100px;
}
.page .bg_gy article:last-child {
  margin-bottom: 0;
}
.page .bg_gy h3 {
  margin-bottom: 32px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
}
.page .bg_gy h3 b {
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #fff;
}
.page .bg_gy h4 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .page h2 {
    margin-bottom: 38px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .page h2 small {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: #e81010;
  }
  .page .article_inner {
    margin: 0 0 22px;
  }
  .page .article_01 {
    margin-bottom: 60px;
  }
  .page .page_img {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
  }
  .page .page_img:before {
    padding-top: 78.2841823056%;
  }
  .page .bg_gy {
    padding: 67px 0 0;
  }
  .page .bg_gy article {
    margin-bottom: 100px;
  }
  .page .bg_gy article:last-child {
    margin-bottom: 0;
  }
  .page .bg_gy h3 {
    margin-bottom: 32px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .page .bg_gy h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .page_corporate {
    padding-bottom: 53px;
  }
}

.page_works article {
  margin-bottom: 90px;
}
.page_works .article_inner {
  margin: 0 60px;
}
.page_works .article_inner ol li {
  margin: 0 0 0.5em 1em;
  list-style-type: decimal;
}
@media screen and (max-width: 768px) {
  .page_works {
    padding-bottom: 78px;
  }
  .page_works article:last-child {
    margin-bottom: 0;
  }
  .page_works .article_inner {
    margin: 0 0;
  }
}

/*-----------------------------------------------------
収集運搬の流れ
-----------------------------------------------------*/
.flow {
  margin: 0 50px;
}
.flow figure {
  position: relative;
  display: flex;
  margin-bottom: 34px;
}
.flow figure:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -26px;
  left: 30px;
  width: 74px;
  height: 18px;
  background: no-repeat 50%/cover url(../img/parts/arrow_bottom.svg);
}
.flow figure:last-child::after {
  display: none;
}
.flow figure img {
  max-width: 127px;
}
.flow figure figcaption {
  padding-left: 20px;
}
.flow figure figcaption b {
  display: block;
}
@media screen and (max-width: 768px) {
  .flow {
    margin: 0 0;
  }
  .flow figure {
    flex-direction: column;
    margin-bottom: 58px;
  }
  .flow figure:after {
    bottom: -36px;
    left: 0;
    right: 0;
    margin: auto;
    width: 341px;
    height: 18px;
    background: no-repeat 50%/cover url(../img/parts/arrow_bottom_sp.svg);
  }
  .flow figure img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .flow figure figcaption {
    padding-left: 0;
  }
  .flow figure figcaption b {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------------------
施工一例
-----------------------------------------------------*/
.exsample article {
  margin: 0 0 100px;
}
.exsample .article_inner {
  margin: 0 60px 73px;
}
.exsample h2 {
  margin: 0 0 28px;
  padding: 10px 0 10px 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #e81010;
  border-left: 9px solid #e81010;
}
.exsample .photo_img::before {
  padding-top: 20.3%;
}
@media screen and (max-width: 768px) {
  .exsample .article_inner {
    margin: 0 0 30px;
  }
  .exsample .photo_img::before {
    padding-top: 81.1046511628%;
  }
}/*# sourceMappingURL=page.css.map */