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

2tトラック不用品回収｜東仙台クリーンセンター(宮城県仙台市宮城野区)

	[01] 基本設定
	[02] メインコンテンツ
	[03] メインコンテンツのメディアクエリ
	[04] フッター

---------------------------------------------*/
/*--------------------------------------------
  [01] 基本設定
---------------------------------------------*/
* {
  font-family: 'Noto Sans JP', sans-serif; }

html {
  font-size: 62.5%;
  /*1rem=10px*/ }

body {
  font-size: 1.6rem;
  /*本文サイズ 1.6rem=16px*/
  line-height: 1.5;
  color: #1a1a1e; }

img {
  max-width: 100%;
  height: auto;
  text-align: center; }

a {
  transition: 0.4s; }
  a:hover {
    transition: 0.4s;
    opacity: 0.7; }

h1, h2, h3, h4, h5, th {
  font-weight: bold; }

h2 {
  font-size: 2.8rem;
  position: relative; }

p {
  line-height: 2; }

i {
  margin-right: 5px; }

/*改行
-------------------------------*/
.br_480, .br_768, .br_900 {
  display: none; }

@media screen and (max-width: 900px) {
  .br_900 {
    display: inline; } }
@media screen and (max-width: 768px) {
  .br_768 {
    display: inline; } }
@media screen and (max-width: 480px) {
  .br_480 {
    display: inline; } }
/*セクション設定
-------------------------*/
.w_limit_sp {
  width: 95%; }

.w_limit_1200 {
  max-width: 1200px;
  margin: 0 auto; }

.w_limit_1100 {
  max-width: 1100px;
  margin: 0 auto; }

.w_limit_1000 {
  max-width: 1000px;
  margin: 0 auto; }

.w_limit_800 {
  max-width: 800px;
  margin: 0 auto; }

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto; }

main {
  width: 100%; }

.disp-pc {
  display: block; }

.disp-sp {
  display: none; }

a[href*="tel:"] {
  pointer-events: none; }

@media screen and (max-width: 480px) {
  .disp-pc {
    display: none; }

  .disp-sp {
    display: block; }

  a[href*="tel:"] {
    pointer-events: initial;
    text-decoration: underline; } }
/*--------------------------------------------
  [02] メインコンテンツ
---------------------------------------------*/
section {
  padding: 100px 0; }

h2 {
  text-align: center; }

@media screen and (max-width: 1200px) {
  section {
    padding: 50px 0; } }
/* メインビジュアル
---------------------------------------------*/
#MainVisual {
  position: relative; }
  #MainVisual::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/bg-mv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right 60%; }
  #MainVisual::after {
    content: '';
    width: 100%;
    height: 14px;
    background: #10ab4e;
    background: linear-gradient(90deg, #10ab4e 0%, #10ab4e 26%, #4fdb59 43%, #10ab4e 100%);
    position: absolute;
    bottom: 0; }
  #MainVisual .w_limit_1200 {
    position: relative; }

.mv-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-left: 40%;
  position: relative;
  padding-bottom: 50px; }
  .mv-inner h1 {
    margin-top: 15px; }
    .mv-inner h1 img {
      width: 730px;
      height: auto;
      max-width: 100%; }
  .mv-inner p {
    font-size: 23px;
    text-align: center;
    margin: 0 auto; }

.mv-txt {
  margin-right: -50px; }

@media screen and (max-width: 1200px) {
  .mv-inner {
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }

  .mv-txt {
    margin-right: -15px; } }
@media screen and (max-width: 600px) {
  .mv-inner p {
    font-size: 15px; }

  .mv-txt {
    width: 120%;
    margin-left: -30px; } }
/*2tトラック不用品回収
---------------------------------------------*/
.about-inner {
  background-color: #ffffff;
  padding: 70px 80px 50px;
  border: solid 2px #f1fdf2;
  border-radius: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.title-about-2t {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .title-about-2t h2 {
    text-align: left;
    font-size: 3.6rem;
    color: #10ab4e;
    position: relative;
    line-height: 1.2;
    z-index: 0;
    margin-right: 15px; }
    .title-about-2t h2::before {
      content: '';
      background: url("../images/figure-gomi.svg");
      position: absolute;
      width: 170px;
      height: 95px;
      right: -180px;
      bottom: -30px; }
    .title-about-2t h2::after {
      content: '';
      background: #fcde42;
      background: linear-gradient(90deg, #fcde42 0%, #fccc00 100%);
      width: 100%;
      height: 18px;
      position: absolute;
      bottom: -10px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
  .title-about-2t figure img {
    width: 170px;
    height: auto;
    max-width: 100%; }

.fc-green {
  color: #10ab4e; }

.fc-orange {
  color: #ff7c17; }

.fl-yellow {
  padding-bottom: 5px;
  background: linear-gradient(transparent 70%, #fccc00 30%); }

.fd-fuchi {
  text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px,  #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px; }

.fd-fuchi-shadow {
  text-shadow: #ffffff 2px 0px 0px, #ffffff -2px 0px 0px, #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px,  #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px, 5px 5px 2px #bbb; }

.about-2t-img div:first-of-type {
  margin-bottom: 40px; }
.about-2t-img div img {
  width: 356px;
  height: auto;
  max-width: 100%; }

.about-txt {
  width: 75%;
  margin-right: 25px; }

ul.point-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column; }
  ul.point-box li {
    margin-top: 20px; }
    ul.point-box li img {
      max-width: 500px; }

@media screen and (max-width: 1200px) {
  .about-inner {
    padding: 50px 50px 25px; }

  .title-about-2t h2 {
    font-size: 3.5vw; }
  .title-about-2t figure {
    width: 12vw; } }
@media screen and (max-width: 900px) {
  .about-inner {
    flex-direction: column;
    padding: 100px 15px 25px; }

  .about-txt {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    text-align: center; }

  .title-about-2t {
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
    .title-about-2t h2 {
      font-size: 3.2rem;
      text-align: center;
      margin: 0 auto 15px; }
      .title-about-2t h2::before {
        content: '';
        right: 0px;
        left: 0px;
        bottom: 0px;
        top: -180px;
        margin: auto; } }
@media screen and (max-width: 480px) {
  .about-txt p {
    text-align: left; }

  .title-about-2t h2::before {
    bottom: 15px; } }
/*スムーズに回収いたします
-----------------------------------------------*/
.smooth h2 {
  font-size: 2.8rem; }
  .smooth h2 span {
    font-size: 3.2rem; }

.smooth-flexbox {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .smooth-flexbox li {
    width: calc(92%/3);
    margin-right: calc(8%/2); }
    .smooth-flexbox li:last-of-type {
      margin-right: 0; }
    .smooth-flexbox li img {
      width: 300px;
      height: auto;
      max-width: 100%; }

@media screen and (max-width: 480px) {
  .smooth h2 {
    font-size: 2.1rem; }
    .smooth h2 span {
      font-size: 3.2rem;
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }

  .smooth-flexbox {
    /*	flex-direction: column;*/
    flex-wrap: wrap; }

  .smooth-flexbox li {
    width: 46%;
    margin: 0 auto 25px;
    text-align: center; }
    .smooth-flexbox li:last-of-type {
      margin: 0 auto; } }
/*
 許認可
------------------------------------ */
#kyoninka {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  position: relative; }
  #kyoninka::before {
    content: '';
    background: url("../images/bg-kyoninka.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #kyoninka::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.kyokaList {
  text-align: center;
  margin: 0px auto;
  padding: 100px 30px 30px;
  background: #ffffff;
  max-width: 640px;
  border-radius: 10px;
  position: relative;
  z-index: 1; }
  .kyokaList::before {
    content: '';
    background: url("../images/nintei-miyagi.svg");
    background-repeat: no-repeat;
    width: 100px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto; }
  .kyokaList h2 {
    color: #10ab99;
    margin-bottom: 25px; }
  .kyokaList ul {
    margin: 0 auto;
    max-width: 500px; }
    .kyokaList ul li {
      margin-bottom: 10px;
      text-align: left;
      position: relative; }
      .kyokaList ul li:last-of-type {
        margin-bottom: 0; }

img.nintei-miyagi {
  width: 94px;
  height: auto; }

.EigyouArea {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.EigyouArea h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 15px; }

.EigyouArea h2::before {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 70px;
  height: 5px;
  background: #74ba5d; }

.areaBox {
  max-width: 900px;
  padding: 45px;
  background: #ffffff;
  border: solid 10px #f1fdf2;
  border-radius: 10px;
  margin: 0 auto; }

.areaBox > div {
  color: #00872d;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center; }

.areaBox > p:first-of-type {
  margin-bottom: 15px; }

.areaBox p span.b-green {
  color: #00872d;
  font-weight: 700;
  font-size: 1.8rem; }

br.br-768 {
  display: none; }

@media screen and (max-width: 768px) {
  br.br-768 {
    display: inline; } }
@media screen and (max-width: 767px) {
  .areaBox {
    padding: 45px 20px; } }
/* 粗大ごみ・不用品回収の流れ
---------------------------------------------*/
#nagare {
  position: relative; }
  #nagare::before {
    content: '';
    background-image: url("../images/bg-hako.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 25px;
    width: 288px;
    height: 394px;
    z-index: -1; }
  #nagare::after {
    content: '';
    background-image: url("../images/bg-truck.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 370px;
    height: 356px;
    z-index: -1; }

#nagare h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 30px; }
  #nagare h2::before {
    content: '';
    position: absolute;
    margin: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 70px;
    height: 5px;
    background: #74ba5d; }

.nagareBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px; }

.nagareBox li {
  width: 33%; }

.nagareBox li > div {
  background: #ffffff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  border: solid 5px #d9d9d9;
  position: relative;
  margin: 0 auto 15px; }

.nagareBox li > div > img:nth-of-type(1) {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -15px;
  width: 70px;
  height: auto; }

.nagareBox li > div > img:nth-of-type(2) {
  width: 70px;
  height: auto; }

.nagareBox li:nth-of-type(2) > div > img:nth-of-type(2) {
  width: 54px;
  height: auto;
  margin-left: 5px; }

.nagareBox li div p {
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 15px; }

.nagareBox li:nth-of-type(1) > div::after,
.nagareBox li:nth-of-type(2) > div::after {
  content: '';
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 18px;
  border-color: transparent transparent transparent #ffd102; }

.nagareBox li > p {
  width: 90%;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #nagare {
    /*
    &::before,&::after{
    	display: none;
    }
    */ }
    #nagare::before {
      opacity: 0.4;
      top: -50px;
      left: -50px; }
    #nagare::after {
      bottom: -100px;
      right: -50px;
      opacity: 0.4; } }
@media screen and (max-width: 767px) {
  .nagareBox {
    flex-direction: column; }

  .nagareBox li {
    width: 100%;
    position: relative;
    margin-bottom: 50px; }

  .nagareBox li:last-of-type {
    margin-bottom: 25px; }

  .nagareBox li:nth-of-type(1) > div::after,
  .nagareBox li:nth-of-type(2) > div::after {
    display: none; }

  .nagareBox li:nth-of-type(1)::after,
  .nagareBox li:nth-of-type(2)::after {
    content: '';
    position: absolute;
    margin: auto;
    top: auto;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent #ffd102;
    transform: rotate(90deg);
    z-index: 11; } }
/*--------------------------------------------
  [04] フッター
---------------------------------------------*/
footer {
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative; }
  footer::before {
    content: '';
    background: url("../images/bg-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
  footer::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  footer .w_limit_1200 {
    padding: 75px 15px 80px;
    text-align: center; }
  footer h2 {
    background: #28aaef;
    color: #ffffff;
    padding: 10px;
    margin-bottom: 50px; }

.contact-comment {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  max-width: 650px;
  margin: 0 auto 25px;
  padding-left: 30px;
  padding-right: 30px; }
  .contact-comment::before, .contact-comment::after {
    content: '';
    width: 3px;
    height: 70px;
    border-radius: 4px;
    background-color: #10ab4e;
    position: absolute;
    bottom: -10px; }
  .contact-comment::before {
    left: 10px;
    transform: rotate(-25deg); }
  .contact-comment::after {
    right: 10px;
    transform: rotate(25deg); }

.footer-logo {
  text-align: center;
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px; }
  .footer-logo img {
    width: 338px;
    height: 35px; }

small {
  display: block;
  text-align: center; }

@media screen and (max-width: 767px) {
  .contact-comment span {
    display: block; } }
@media screen and (max-width: 480px) {
  .contact-comment {
    font-size: 7.0vw;
    padding: 0; }
    .contact-comment::before, .contact-comment::after {
      width: 1px; }
    .contact-comment::before {
      left: 0; }
    .contact-comment::after {
      right: 0; }

  footer .tel-Btn {
    width: 105%;
    margin-left: -10px; } }
/*--------------------------------------------
背景設定
---------------------------------------------*/
.bg-green-gomiimg {
  background: url("../images/bg_green.png") repeat; }

.bg-hougan {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 14px, #dafddd 16px), linear-gradient(90deg, rgba(255, 255, 255, 0) 14px, #dafddd 16px);
  background-size: 16px 16px; }

.bg-shasen-bold {
  background-size: auto auto;
  background-color: #f1fdf2;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 12px, white 12px, white 24px); }
