@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/* container
========================================================== */
#container {
  position: relative;
  width: 100%;
}
#container a {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container a:hover {
  text-decoration: none;
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*main_bar*/
.main_bar {
  margin: 1px auto 0 auto !important;
}

/* hedaer
========================================================== */
#header {
  width: 100%;
  background-color: #ffffff;
}
#header .head_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
#header .head_inner .logo {
  width: 400px;
  float: left;
  padding-left: 10px;
}
#header .head_inner .head_navi_bx {
  width: 670px;
  float: right;
  margin: -8px 22px 0 0;
}
#header .head_inner .tel_bx {
  text-align: right;
}
#header .head_inner .tel_bx p {
  margin-top: 5px;
}
#header .head_inner .FTI-img {
  float: right;
  margin: 11px auto 0;
  padding: 0;
  cursor: pointer;
}
#header .head_inner .FTI-img a {
  margin: 0 17px 0;
  padding: 0;
}
#header .head_inner .FTI-img a:last-child {
  margin: 0 0 0 8.5px;
}
#header .head_inner .tel_bx .free {
  width: 38px;
  display: inline-block;
}
#header .head_inner .tel_bx .free img {
  vertical-align: bottom;
}
#header .head_inner .tel_bx .tel {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2em;
}
#header .head_inner .time {
  font-size: 12px;
  line-height: 1.6em;
  text-align: right;
}
#header .head_inner .menu {
  font-size: 16px;
  line-height: 1.6em;
  text-align: right;
  padding: 5px 0 0;
}
#header .head_inner .menu a {
  color: #333333;
  text-decoration: none;
}
#header .head_inner .menu_sp {
  display: none;
}
#header .head_inner .menu_sp a {
  color: #333333;
  text-decoration: none;
}
#header .head_inner .mail_btn {
  display: block;
  float: right;
  margin: 5px 10px 0 15px;
  width: 120px;
  height: 44 px;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #f86b74;
  padding: 5px 0 5px 0;
}
#header .head_inner .mail_btn span {
  font-size: 13px;
  color: #f86b74;
  position: relative;
  line-height: 1em;
  text-align: center;
}
#header .head_inner .mail_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f86b74;
  border-right: 1px solid #f86b74;
  transform: rotate(45deg);
  margin-top: -3px;
}
#header .head_inner .mail_btn_sp {
  display: none;
}

/* main_img
========================================================== */
#main_img {
  width: 100%;
  height: 220px;
  position: relative;
  text-align: left;
}
#main_img.information {
  background: url(../img/infor_main.png) no-repeat center top;
  background-size: cover;
}
#main_img.ihin {
  background: url(../img/ihin_main.png) no-repeat center top;
  background-size: cover;
}
#main_img.fuyou {
  background: url(../img/fuyou_main.png) no-repeat center top;
  background-size: cover;
}
#main_img.recycle {
  background: url(../img/recycle_main.png) no-repeat center top;
  background-size: cover;
}
#main_img .main_tit {
  width: 1000px;
  margin: 0 auto;
  font-size: 40px;
  color: #339933;
  font-weight: bold;
  padding: 70px 0 0 0;
}

/* showcase
========================================================== */
#showcase {
  width: 100%;
  height: 680px;
  position: relative;
  text-align: left;
  background: url(../img/Tcare-01.png) no-repeat center top;
  background-size: cover;
}
#showcase .showcase_title {
  width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 -315px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#showcase .showcase_title h2 {
  font-size: 46px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
}
#showcase .showcase_title span {
  font-size: 14px;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}
#showcase .main_sub {
  font-size: 26px;
  color: #ffffff;
  font-weight: normal;
  position: absolute;
  top: 520px;
  left: 60px;
  margin: 0 0;
  border-left: 5px solid #339933;
  padding: 0 0 0 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.main_img_scroll {
  width: 50px;
  height: 50px;
  background: url(../img/Tcare-scroll.png) no-repeat center center;
  position: absolute;
  bottom: 23px;
  left: 50%;
  margin: -25px 0 0 -25px;
}

/* pankuzu
========================================================== */
.pankuzu {
  width: 100%;
  padding: 10px 0 0;
  text-align: left;
}
.pankuzu p {
  font-size: 15px;
  color: #333333;
  padding: 0 10px;
}

/* contents
========================================================== */
#contents {
  width: 100%;
}

/* foot_info
========================================================== */
#foot_info {
  width: 100%;
  height: 347px;
  background: url(../img/foot_info_bg.png) no-repeat;
  background-size: cover;
}
#foot_info .footinfo_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}
#foot_info h3 {
  font-size: 34px;
  color: #333;
  font-weight: 600;
}
#foot_info .infolist {
}
#foot_info .infolist li {
  width: 50%;
  float: left;
}
#foot_info .infolist li .pc {
  display: block;
}
#foot_info .infolist li .sp {
  display: none;
}
#foot_info .infolist li a {
  display: block;
  cursor: pointer;
}
#foot_info .infolist .tel {
  font-size: 48px;
  margin-top: 55px;
}
#foot_info .infolist .tel img {
  vertical-align: middle;
}
#foot_info .infolist .mail {
  font-size: 30px;
  background: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  border: 1px solid #333;
  margin-top: 43px;
}
#foot_info .infolist .mail img {
  vertical-align: -2px;
}
#foot_info .brsp {
  display: none;
}

/* footer
========================================================== */
#footer {
  width: 100%;
  text-align: center;
  background-color: #333333;
}
#footer .foot_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 40px 0;
}
#footer .foot_inner .area_bx {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  text-align: left;
}
#footer .foot_inner .area_bx .ttl {
  font-size: 14px;
  color: #ffffff;
  padding: 0;
}
#footer .foot_inner .area_bx .text {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.8em;
  padding: 5px 0 0;
}
#footer .foot_inner .info_p {
  font-size: 12px;
  color: #ffffff;
  padding: 40px 0 30px;
  margin: 0 auto;
  width: 489px;
}
#footer .foot_inner .info_p a {
  font-size: 14px;
  color: #ffffff;
  padding: 0 0 30px;
  display: block;
  float: left;
  margin: 0 40px 0 0;
}
#footer .foot_inner .info_p a:last-child {
  margin: 0px;
}
#footer .foot_inner .info_p a:first-child {
  margin: 0 40px 0 0px;
}
#footer .foot_inner .foot_tit {
  padding: 0 0 20px;
  clear: both;
}
#footer .foot_inner .copy_p {
  color: #ffffff;
}
.ABOUT_SP {
  display: none !important;
}
.WE_SP {
  display: none !important;
}
/* btnPageTop
========================================================== */
.btnPageTop {
  position: fixed;
  display: block;
  display: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background: url(../img/pageTopBtn.png) no-repeat left top;
  -webkit-background-size: 60px 60px;
  background-size: 60px 60px;
  z-index: 99999;
  cursor: pointer;
}

#foot_fix {
  width: 100%;
  display: none;
}

#foot_bnr {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background-color: #f5f5f5;
}
#foot_bnr .inner {
  width: 640px;
  margin: 0 auto;
}
#foot_bnr img {
  width: 100%;
}
#foot_bnr .bnr_L {
  width: 305px;
  float: left;
}
#foot_bnr .bnr_R {
  width: 305px;
  float: right;
}

.br-pc {
  display: inline-block;
}
.br-sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  #container img {
    width: 100%;
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* container
========================================================== */
  #container {
    position: relative;
  }
  #container a {
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #container a:hover {
    text-decoration: none;
    opacity: 0.6;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* hedaer
========================================================== */
  #header {
    width: 100%;
    background-color: #ffffff;
  }
  #header .head_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
  }
  #header .head_inner .logo {
    width: 70%;
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
  }
  #header .head_inner .logo img {
    vertical-align: top;
  }
  #header .head_inner .head_navi_bx {
    width: 30%;
    float: right;
    margin: 0 !important;
  }
  #header .head_inner .menu {
    display: none;
  }
  #header .head_inner .menu_sp {
    width: 100%;
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    padding: 14px 2px 0;
    margin: 0;
    display: block;
    margin: 0 auto;
  }
  #header .head_inner .menu_sp a {
    display: block;
    float: left;
    margin: 0 15px 0 0;
  }
  #header .head_inner .menu_sp a:first-child {
    margin: 0 10px 0 15px;
  }
  #header .head_inner .menu_sp a:last-child {
    margin: 0 10px 0 0;
  }
  #header .head_inner .mail_btn,
  #header .head_inner .FTI-img,
  .tel_bx {
    display: none;
  }
  #header .head_inner .mail_btn_sp {
    display: block;
    float: right;
    width: 30px;
    margin: 0 10px 0;
    padding: 0;
    cursor: pointer;
  }
  #header .head_inner .mail_btn_sp:nth-child(1) {
    margin: 0 10px 0 0;
  }
  #header .head_inner .mail_btn_sp img {
    padding: 0;
  }

  /* pankuzu
========================================================== */
  .pankuzu {
    display: none;
  }

  /* main_img
========================================================== */
  #main_img {
    width: 100%;
    height: 140px;
    position: relative;
    text-align: left;
  }
  #main_img.information {
    background: url(../img/infor_main_sp.png) no-repeat center top;
    background-size: cover;
  }
  #main_img.ihin {
    background: url(../img/ihin_main_sp.png) no-repeat center top;
    background-size: cover;
  }
  #main_img.fuyou {
    background: url(../img/fuyou_main_sp.png) no-repeat center top;
    background-size: cover;
  }
  #main_img.recycle {
    background: url(../img/recycle_main_sp.png) no-repeat center top;
    background-size: cover;
  }
  #main_img .main_tit {
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #339933;
    font-weight: bold;
    padding: 45px 0 0 10px;
  }

  /* showcase
========================================================== */
  #showcase {
    width: 100%;
    height: 260px;
    position: relative;
    text-align: left;
    background: url(../img/Tcare-01.png) no-repeat center center;
    background-size: cover;
  }
  #showcase .showcase_title {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -43px 0 0 -150px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    text-align: center;
  }
  #showcase .showcase_title h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 2px;
  }
  #showcase .showcase_title span {
    font-size: 10px;
    display: block;
    color: #fff;
    letter-spacing: 2px;
  }
  #showcase .main_sub {
    display: none;
  }
  #showcase .main_img {
    width: 60%;
    position: absolute;
    top: 175px;
    left: 10px;
    margin: 0 0;
  }
  .main_img_scroll {
    width: 13px;
    height: 13px;
    background: url(../img/scroll_sp.png) no-repeat center center;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin: -6.5px 0 0 -6.5px;
  }

  /* contents
========================================================== */
  #contents {
    width: 100%;
  }

  /* foot_info
========================================================== */
  #foot_info {
    width: 100%;
    height: 281px;
    background: url(../img/foot_info_bg.png) no-repeat;
    background-size: cover;
  }
  #foot_info .footinfo_inner {
    width: 100%;
    margin: 0 auto;
    padding: 22px 0 0;
  }
  #foot_info h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
  }
  #foot_info .infolist {
    font-size: 0;
  }
  #foot_info .infolist li {
    width: 100%;
    float: none;
  }
  #foot_info .infolist li {
    margin: 29.2px auto 0;
  }
  #foot_info .infolist li + li {
    margin: 22px auto 0;
  }
  #foot_info .infolist li .pc {
    display: none;
  }
  #foot_info .infolist li .sp {
    display: block;
  }
  #foot_info .infolist .sp a {
    display: inline-block;
    cursor: pointer;
    width: 90.6%;
    font-weight: 600;
    padding: 5px 0 4px;
  }
  #foot_info .infolist .sp .tel .imgbx,
  #foot_info .infolist .sp .mail .imgbx {
    margin-left: 33px;
  }
  #foot_info .infolist .sp .tel {
    font-size: 20px;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #333;
    margin: 0;
  }
  #foot_info .infolist .sp .tel .imgbx {
    width: 21px;
    height: 27px;
    float: left;
  }
  #foot_info .infolist .sp .tel .imgbx img {
    width: 100%;
    height: auto;
  }
  #foot_info .infolist .sp .tel img {
    vertical-align: middle;
  }
  #foot_info .infolist .sp .mail {
    font-size: 20px;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #333;
    margin: 0;
  }
  #foot_info .infolist .sp .mail .imgbx {
    width: 27px;
    height: 21px;
    float: left;
  }
  #foot_info .infolist .sp .mail .imgbx img {
    width: 100%;
    height: auto;
  }
  #foot_info .infolist .sp .mail img {
    vertical-align: -2px;
  }
  #foot_info .brsp {
    display: block;
  }

  /* footer
========================================================== */
  #footer {
    width: 100%;
    text-align: center;
    background-color: #333333;
    box-sizing: border-box;
  }
  #footer .foot_inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  #footer .foot_inner .area_bx {
    display: none;
  }
  #footer .foot_inner .info_p {
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    padding: 0 0 16px;
  }
  #footer .foot_inner .info_p a + a {
    padding-left: 12px;
  }
  #footer .foot_inner .info_p a {
    font-size: 12px;
    color: #ffffff;
    font-weight: 100;
    margin: 0;
    padding: 0;
  }
  #footer .foot_inner .foot_tit {
    width: 240px;
    margin: 20px auto 10px;
    padding: 0 0 0px;
  }
  #footer .foot_inner .copy_p {
    color: #ffffff;
    font-size: 10px;
  }
  .ABOUT {
    display: none !important;
  }
  .ABOUT_SP {
    display: block !important;
  }
  .WE {
    display: none !important;
  }
  .WE_SP {
    display: block !important;
    padding: 0 0 0 9px !important;
  }
  /* btnPageTop
========================================================== */
  .btnPageTop {
    position: fixed;
    display: block;
    display: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    bottom: 90px;
    right: 10px;
    background: url(../img/pageTopBtn.png) no-repeat left top;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    z-index: 99999;
    cursor: pointer;
  }

  #foot_fix {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 2px solid #60a100;
  }
  #foot_fix .fix_box {
    width: 50%;
    float: left;
  }
  #foot_fix .fix_box img {
    width: 100%;
    vertical-align: bottom;
  }
  #footer {
    margin: 0px;
  }

  #foot_bnr {
    width: 100%;
    margin: 0;
    padding: 30px 15px;
    background-color: #f5f5f5;
  }
  #foot_bnr .inner {
    width: 100%;
    margin: 0 auto;
  }
  #foot_bnr img {
    width: 100%;
  }
  #foot_bnr .bnr_L {
    width: 100%;
    float: none;
  }
  #foot_bnr .bnr_R {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }

  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}

/* module
========================================================== */
.font10 {
  font-size: 84% !important;
}
.font11 {
  font-size: 92% !important;
}
.font12 {
  font-size: 100% !important;
}
.font13 {
  font-size: 109% !important;
}
.font14 {
  font-size: 117% !important;
}
.font15 {
  font-size: 125% !important;
}
.font16 {
  font-size: 134% !important;
}
.font17 {
  font-size: 142% !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 167% !important;
}
.font21 {
  font-size: 175% !important;
}
.font22 {
  font-size: 184% !important;
}
.font23 {
  font-size: 192% !important;
}
.font24 {
  font-size: 200% !important;
}
.font25 {
  font-size: 209% !important;
}
.font30 {
  font-size: 30px !important;
}
.font35 {
  font-size: 35px !important;
}
.font40 {
  font-size: 40px !important;
}
.font50 {
  font-size: 50px !important;
}
.font60 {
  font-size: 60px !important;
}

.red {
  color: #ff0000 !important;
}
.enji {
  color: #cc356c !important;
}
.blue {
  color: #182987 !important;
}
.orange {
  color: #f58b01 !important;
}
.bold {
  font-weight: bold;
}

.mTop0 {
  margin-top: 0 !important;
}
.mTop5 {
  margin-top: 5px !important;
}
.mTop10 {
  margin-top: 10px !important;
}
.mTop20 {
  margin-top: 20px !important;
}
.mTop30 {
  margin-top: 30px !important;
}

.mLef-10 {
  margin-left: -10px !important;
}
.mLef-20 {
  margin-left: -20px !important;
}

.pTop0 {
  padding-top: 0 !important;
}
.pTop5 {
  padding-top: 5px !important;
}
.pTop10 {
  padding-top: 10px !important;
}
.pTop15 {
  padding-top: 15px !important;
}
.pTop20 {
  padding-top: 20px !important;
}
.pTop25 {
  padding-top: 25px !important;
}
.pTop30 {
  padding-top: 30px !important;
}
.pTop40 {
  padding-top: 40px !important;
}
.pTop45 {
  padding-top: 45px !important;
}
.pTop50 {
  padding-top: 50px !important;
}
.pTop60 {
  padding-top: 60px !important;
}
.pTop70 {
  padding-top: 70px !important;
}
.pTop110 {
  padding-top: 110px !important;
}
.pTop130 {
  padding-top: 130px !important;
}

.pBot5 {
  padding-bottom: 5px !important;
}
.pBot10 {
  padding-bottom: 10px !important;
}
.pBot15 {
  padding-bottom: 15px !important;
}
.pBot20 {
  padding-bottom: 20px !important;
}
.pBot25 {
  padding-bottom: 25px !important;
}
.pBot40 {
  padding-bottom: 40px !important;
}
.pBot50 {
  padding-bottom: 50px !important;
}
.pBot60 {
  padding-bottom: 60px !important;
}
.pBot90 {
  padding-bottom: 90px !important;
}
.pBot145 {
  padding-bottom: 145px !important;
}

.pLef5 {
  padding-left: 5px !important;
}
.pLef10 {
  padding-left: 10px !important;
}
.pLef15 {
  padding-left: 15px !important;
}
.pLef20 {
  padding-left: 20px !important;
}
.pLef25 {
  padding-left: 25px !important;
}

.pRig5 {
  padding-right: 5px !important;
}
.pRig10 {
  padding-right: 10px !important;
}
.pRig15 {
  padding-right: 15px !important;
}
.pRig20 {
  padding-right: 20px !important;
}
.pRig25 {
  padding-right: 25px !important;
}
.pRig30 {
  padding-right: 30px !important;
}

.FltL {
  float: left;
}
.FltR {
  float: right;
}

.txtRight {
  text-align: right !important;
}
.txtLeft {
  text-align: left !important;
}
.txtCenter {
  text-align: center !important;
}
.txtNomal {
  font-weight: normal !important;
}
@media (max-width: 320px) {
  #header .head_inner .menu_sp {
    width: 100%;
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    padding: 14px 0 0 0;
    margin: 0;
    display: block;
  }
  #header .head_inner .menu_sp a {
    display: block;
    float: left;
    margin: 0 5px 0 0;
  }
  #header .head_inner .menu_sp a:first-child {
    margin: 0 5px;
  }
  #header .head_inner .menu_sp a:last-child {
    margin: 0;
  }

  #foot_info .infolist .sp .tel .imgbx,
  #foot_info .infolist .sp .mail .imgbx {
    margin-left: 12px;
  }
  #footer .foot_inner .info_p {
    font-size: 12px;
    color: #ffffff;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  #footer .foot_inner .info_p a {
    font-size: 9px !important;
    color: #ffffff;
    padding: 0 0 15px;
    display: block;
    float: left;
    margin: 0 15px 0 0 !important;
  }
  #footer .foot_inner .info_p a + a {
    padding-left: 0px;
  }
  #footer .foot_inner .info_p a:first-child {
    padding: 0;
    margin: 0 15px 0 9px !important;
  }
  #footer .foot_inner .info_p a:last-child {
    padding: 0 !important;
    margin: 0 !important;
  }
  #footer .foot_inner .foot_tit {
    padding: 0 0 20px;
    clear: both;
  }
}
