@charset "UTF-8";

/* normalize, 変数(for Sass) */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  letter-spacing: 0.05em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

section,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

h2,
h3 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* mixin(for Sass) */

/* ベースの要素スタイル */

a {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
}

a:hover,
a:focus,
a:active {
  color: #231815;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

.link-arrow::after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 16px;
}

/* ========================
hoverで横線が出てくるやつ
==========================*/

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 16px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol > li {
  counter-increment: number;
  position: relative;
}

ol > li:before {
  content: counter(number) ".";
  display: inline-block;
  margin-left: -1em;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

.sec-title {
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 28px;
  position: relative;
  font-weight: bold;
}

.sec-title:after {
  width: 50px;
  height: 1px;
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ライブラリ */

/* コンポーネント */

/* 共通レイアウト(header, footer, etc.) */

.l-footer {
  padding: 36px 0 0 0;
  font-size: 14px;
  background-color: #000;
  text-align: center;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.footer-bnr {
  margin: 0 0 20px 0;
}

.footer-bnr li {
  width: 230px;
}

.footer-list {
  display: block;
  width: 1040px;
  margin: 30px auto 0;
  padding: 0 20px;
  border: none;
  text-align: center;
  font-size: 0;
}

.footer-list li {
  width: auto;
  padding: 0 15px;
  margin-bottom: 10px;
  display: inline-block;
  border-top: none;
  border-right: 1px solid #fff;
  font-size: 14px;
  line-height: 1;
}

.footer-list:first-child {
  border-left: 1px solid #fff;
}

.footer-list:nth-child(odd) {
  border-right: 1px solid #fff;
}

.footer-list a {
  color: #fff;
  padding: 0;
  display: block;
}

.l-footer__copy {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  border-top: 1px solid #fff;
}

/*=========================
common header
==========================*/

.l-header {
  background-color: #fff;
}

.l-header .l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-header__title {
  line-height: 0;
  width: 512px;
  padding: 15px 0;
  position: relative;
  float: left;
}

.l-header__title:before {
  width: 100%;
  height: 4px;
  background-color: #109954;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.l-header__title__inner {
  padding: 10px 20px 7px;
  margin: 0 auto;
  width: 1040px;
}

.l-header__title__logo {
  line-height: 0;
  margin: 0;
}

.l-header__title__logo a {
  transition: all 0.2s ease;
}

.l-header__title__logo a:hover {
  opacity: 0.7;
}

.l-header__title__logo img {
  height: 34px;
  width: 87px;
}

.h_tel:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../images/header/ico_tel_green@2x.png) no-repeat;
  width: 24px;
  height: 33px;
  background-size: contain;
  top: -4px;
  left: -28px;
}

.h_tel {
  position: relative;
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  color: #109954;
  line-height: 26px;
  margin-top: 20px;
  float: right;
}

.h_tel span {
  font-size: 15px;
  font-weight: normal;
}

.h_tel a {
  color: #109954;
  text-decoration: none;
}

/*=========================
global-navigation
==========================*/

.globalnav {
  width: 100%;
  background: #f7f7f7;
  top: 46px;
  right: 0;
  z-index: 20;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  font-weight: bold;
}

.globalnav-list {
  width: 1040px;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  background-color: transparent;
}

.globalnav-list > li {
  width: 20%;
  display: table-cell;
  padding: 0 40px;
  letter-spacing: 0;
  text-align: center;
}

.globalnav-list > li:first-child {
  margin-left: 0;
  border-top: none;
}

.globalnav-list > li > a {
  display: block;
  color: #231815;
  padding: 25px 0 15px;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}

.globalnav-list > li > a span {
  font-size: 12px;
  display: block;
  color: #aeaeae;
}

.globalnav-list > li > a:after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 60px;
  height: 4px;
  left: 50%;
  margin-left: -30px;
  background-color: #109954;
  transition: all 0.3s ease;
}

.globalnav-list > li > a:hover:after {
  bottom: 0;
}

/*=========================
global-navigation active style
==========================*/

.index .gnav-index:after {
  bottom: 0;
}

.eco .gnav-eco:after {
  bottom: 0;
}

.company .gnav-company:after {
  bottom: 0;
}

.contact .gnav-contact:after {
  bottom: 0;
}

/*=========================
page header
==========================*/

.page-header {
  height: 175px;
  position: relative;
  background: #0f9451;
}

.page-header:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #0f9451;
  width: 0;
  height: 0;
}

.page-header .page-title {
  font-size: 32px;
}

.page-header .page-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.page-header .page-title span {
  display: block;
  padding-top: 6px;
  font-size: 17px;
  position: relative;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.contact .l-main {
  padding-bottom: 30px;
}

.company .l-main {
  padding-bottom: 40px;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 1040px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

/* ページごとのスタイル */

/*=========================
campany
==========================*/

#company {
  background-color: #f7f7f7;
}

#company .sec-content {
  line-height: 30px;
}

#company .sec-content:after {
  content: "";
  clear: both;
  display: block;
}

.sec-authorization,
.section-items-handled,
.section-access {
  padding: 60px 0;
}

.section-outline {
  padding: 70px 0 60px;
}

.section-outline .outline-list {
  display: table;
  margin-top: 20px;
}

.section-outline .outline-list > dt {
  display: table-cell;
  width: 130px;
  padding: 2px 0px;
  background-color: transparent;
  font-weight: bold;
}

.section-outline .outline-list > dd {
  display: table-cell;
  border-left: 5px solid #c8c8c8;
  padding: 2px 25px;
}

.sec-authorization dl dt {
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 8px 15px;
}

.sec-authorization dl dt h4 {
  border-left: 5px solid #109954;
  padding: 2px 25px;
  font-size: 20px;
}

.sec-authorization dl dd {
  margin-bottom: 30px;
}

.sec-authorization .last dd {
  margin-bottom: 0;
}

.sec-authorization dl dd ul:after {
  content: "";
  clear: both;
  display: block;
}

.sec-authorization dl dd li {
  background-color: #fff;
  width: 240px;
  float: left;
  margin-right: 13px;
  height: 66px;
  padding: 20px;
}

.sec-authorization dl dd li:last-child {
  margin-right: 0;
}

.section-items-handled dl dt {
  background-color: #f7f7f7;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.section-items-handled dl dd {
  margin-bottom: 40px;
}

.section-items-handled .last {
  margin-bottom: 0px;
}

.section-items-handled dl dt h4 {
  font-weight: bold;
  border-left: 5px solid #109954;
  padding: 2px 25px;
  font-size: 20px;
}

.section-items-handled h5 {
  font-size: 16px;
}

.section-access .access-map iframe {
  height: 440px;
}

.section-outline,
.section-items-handled {
  background-color: #fff;
}

.company-detail {
  float: left;
  width: 656px;
}

.companyPhoto {
  float: right;
  width: 338px;
}

.companyPhoto-03 {
  margin-top: 267px;
}

/*=========================
common-contact
==========================*/

.common-contact {
  background-color: #109954;
  text-align: center;
}

.conectbox {
  position: relative;
  color: #fff;
}

.conectbox .contact_lead {
  position: absolute;
  background-color: #109954;
  border-radius: 10px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 394px;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
}

.conectbox .contact_lead img {
  width: 10px;
  height: 17px;
  margin-right: 5px;
}

.meansContact ul {
  padding-top: 55px;
  display: inline-block;
}

.meansContact ul:after {
  content: "";
  clear: both;
  display: block;
}

.meansContact .tel ul {
  font-size: 0;
  display: inline-block;
}

.meansContact li {
  width: 440px;
  height: 110px;
  border: 1px solid #fff;
  margin-bottom: 40px;
  float: left;
  padding: 20px;
}

.meansContact li:first-child {
  margin-right: 30px;
}

.meansContact .telContact {
  font-size: 40px;
  font-weight: bold;
  line-height: 34px;
}

.meansContact .telContact a {
  color: #109954;
  text-decoration: none;
}

.meansContact .telContact span {
  font-size: 16px;
  font-weight: normal;
}

.formContact a {
  background-color: #fff;
  color: #109954;
  font-weight: bold;
  width: 320px;
  text-align: center;
  display: inline-block;
  padding: 20px;
  position: relative;
}

.formContact a:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 16px;
}

/*=========================
contact
==========================*/

.contact .l-main {
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.section-contact {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 60px;
}

.section-contact .red {
  color: #ff0f0f;
}

.section-contact__intro {
  margin-bottom: 30px;
}

.section-contact__intro .green {
  color: #0f9451;
}

.section-contact .contact-form dl {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.section-contact .contact-form dt:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  margin-right: 8px;
  background: #aeaeae;
  vertical-align: -4px;
}

.sec-content .contact-form dt {
  width: 190px;
  float: left;
  padding-top: 8px;
  margin-bottom: 5px;
  font-weight: bold;
}

.sec-content .contact-form__thanks dl {
  margin-bottom: 20px;
}

.sec-content .contact-form__thanks dd {
  padding-top: 8px;
}

input[type="text"],
textarea {
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0px 2px 6px -1px #ccc inset;
  float: left;
}

input[type="text"] {
  display: block;
  width: 340px;
  height: 40px;
  padding: 0 8px;
}

input[type="text"].input-fullwidth {
  width: 620px;
}

textarea {
  width: 620px;
  height: 85px;
  padding: 10px;
}

.btn-Confirmation {
  width: 188px;
  height: 56px;
  background-color: #231815;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin: 35px 0 0 311px;
  border: 0;
}

.btn-Confirmation:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 16px;
}

.privacy {
  margin: 60px auto;
}

.tit-privacy {
  margin-bottom: 30px;
}

.privacy dl {
  margin-bottom: 30px;
}

.privacy dt {
  font-weight: bold;
}

.section-contact__thanks p {
  margin-top: 15px;
}

/* ====================
導入
=======================*/

.section-recycl {
  padding: 60px 0;
}

.section-children {
  padding: 60px 0 100px;
}

.ecoMainImg {
  text-align: center;
  background-size: cover;
}

.ecoMainImg img {
  width: 100%;
  height: auto;
}

.section-recycl {
  background-color: #f7f7f7;
}

.section-recycl dl dt h4 {
  border-left: 5px solid #109954;
  padding: 2px 25px;
  font-size: 20px;
}

.section-recycl dl dt {
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 8px 15px;
}

.section-recycl dl dd,
.section-children dl dd {
  display: table;
}

#eco .left_text {
  display: table-cell;
  margin-right: 30px;
  min-width: 630px;
}

#eco .right_img {
  display: table-cell;
  min-width: 338px;
  padding-left: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}

.section-recycl-ex {
  overflow: hidden;
  position: relative;
}

.section-recycl-ex:after {
  content: "";
  clear: both;
  display: block;
}

.section-recycl-ex li {
  float: left;
  margin-right: 39px;
  width: 307px;
}

.section-recycl-ex li:nth-child(1),
.section-recycl-ex li:nth-child(2),
.section-recycl-ex li:nth-child(3) {
  margin-bottom: 40px;
}

.section-recycl-ex li:nth-child(3),
.section-recycl-ex li:nth-child(5) {
  margin-right: 0;
}

.section-recycl-ex p {
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  right: 0;
}

.section-children dl dt h4 {
  border-left: 5px solid #109954;
  padding: 2px 25px;
  font-size: 20px;
}

.section-children dl dt {
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  padding: 8px 15px;
}

.section-children .manifesto ul {
  overflow: hidden;
}

.section-children .manifesto ul:after {
  content: "";
  clear: both;
  display: block;
}

.section-children .manifesto .manifesto_left {
  float: left;
}

.section-children .manifesto .manifesto_right {
  float: right;
}

.section-children .manifesto h5 {
  font-size: 20px;
  color: #109954;
}

.manifesto_text {
  background-color: #e7f5ee;
  padding: 28px 15px;
  width: 480px;
  height: 355px;
  font-size: 16px;
  line-height: 24px;
}

.top-lead {
  background: url(../images/index/mainImg@2x.png) no-repeat;
  background-size: cover;
  height: 447px;
  width: 100%;
  position: relative;
}

.top-lead__title {
  line-height: 0;
  width: 1040px;
  margin: 0 auto;
}

.top-lead img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-lead__txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

.top-eco {
  padding: 60px 0 60px;
}

.top-business__inner {
  margin: 0 auto;
  width: 100%;
}

.top-business__list li {
  width: calc(325px - 25px);
  border-bottom: none;
}

.top-business__list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.top-business__list a:hover img {
  opacity: 0.6;
}

.top-business__list-title {
  margin: 15px 0 12px;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  text-align: center;
}

.top-business__list-title:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 10px;
  font-size: 16px;
}

.common-title__center {
  margin-bottom: 40px;
  font-size: 32px;
  position: relative;
  padding-bottom: 13px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}

.common-title__center span {
  display: block;
  font-size: 17px;
  color: #696969;
}

.common-title__center:after {
  width: 50px;
  height: 1px;
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-news {
  background: #f7f7f7;
  padding: 60px 0 90px;
}

.top-news .block-inner {
  width: 700px;
  margin: 0 auto;
}

.c-news > li {
  display: table;
  width: 100%;
  margin-bottom: 12px;
  padding: 15px;
  background-color: #ffffff;
}

.c-news__time {
  display: table-cell;
  width: 110px;
}

.c-news__txt {
  display: table-cell;
  border-left: 2px solid #109954;
  padding-left: 20px;
}

.c-news a {
  display: block;
  position: relative;
  padding-right: 15px;
}

.c-news a:after {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
  content: "\f105";
  position: absolute;
  right: 0;
  font-size: 16px;
}

.u-ta-r {
  text-align: right !important;
}

.section-news {
  padding: 70px 0 100px;
}

.section-news .c-news > li {
  background-color: #f7f7f7;
}

/* ユーティリティ(color, size, spacing, etc.) */