@charset "UTF-8";
footer {
  background-color: #66BB6A;
}

/* --------------------------------------------------
 SERVICE
-------------------------------------------------- */
#sec_philosophy .title_m {
  margin: 20px 0;
}
#sec_philosophy .txt {
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_philosophy .txt_wrap {
    width: 50%;
  }
  #sec_philosophy .img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  #sec_philosophy .l_flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #sec_philosophy .l_flex {
    display: block;
  }
  #sec_philosophy .img {
    margin-right: -20px;
    position: relative;
    margin-top: 40px;
  }
}

.sec_border_b {
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .sec_border_b {
    border: 4px solid #29B6F6;
  }
}
@media screen and (max-width: 767px) {
  .sec_border_b {
    border: 2px solid #29B6F6;
  }
}

/* ------------------------------
 SEC_SERVICE
------------------------------ */
@media screen and (min-width: 1281px) {
  #sec_service01 {
    margin-top: 140px;
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_service01 {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service01 {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 65px;
  }
}

/* ------------------------------
 SEC_COMPANY
------------------------------ */
#sec_company {
  position: relative;
}
#sec_company .title_label {
  width: 200px;
  text-align: center;
  color: #fff;
  background: #29B6F6;
  font-weight: normal;
  position: absolute;
  left: 20px;
}
#sec_company .list_dots {
  display: flex;
  flex-wrap: wrap;
}
#sec_company .list_dots li:last-child {
  padding-left: 0;
  border-bottom: none;
}
#sec_company .list_dots li:last-child:before {
  content: none;
}
@media screen and (min-width: 1281px) {
  #sec_company {
    margin-top: 60px;
  }
  #sec_company .list_dots li {
    width: calc((100% - 160px) / 5);
  }
  #sec_company .list_dots li:nth-child(n+6) {
    margin-top: 40px;
  }
  #sec_company .list_dots li:not(:nth-child(5n+1)) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_company {
    margin-top: 50px;
  }
  #sec_company .list_dots li {
    width: calc((100% - 60px) / 3);
  }
  #sec_company .list_dots li:nth-child(n+4) {
    margin-top: 30px;
  }
  #sec_company .list_dots li:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec_company .content {
    padding: 50px;
  }
  #sec_company .title_label {
    height: 41px;
    line-height: 41px;
    border-radius: 21px;
    top: -20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_company {
    margin-top: 40px;
  }
  #sec_company .content {
    padding: 30px 20px;
  }
  #sec_company .title_label {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    top: -15px;
    font-size: 14px;
  }
  #sec_company .list_dots li {
    width: calc((100% - 30px) / 3);
    font-size: 14px;
  }
  #sec_company .list_dots li:nth-child(n+4) {
    margin-top: 15px;
  }
  #sec_company .list_dots li:not(:nth-child(3n+1)) {
    margin-left: 15px;
  }
}

/* ------------------------------
 SEC_SOUDAN
------------------------------ */
#sec_soudan .title_wrap {
  border-bottom: 2px solid #29B6F6;
  position: relative;
}
#sec_soudan .title em {
  color: #29B6F6;
}
#sec_soudan .list_dots {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1281px) {
  #sec_soudan {
    margin-top: 60px;
  }
  #sec_soudan .title_wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #sec_soudan .title {
    font-size: 28px;
  }
  #sec_soudan .btn_c_b_pc {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
  #sec_soudan .btn_c_b_sp {
    display: none;
  }
  #sec_soudan .txt_wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec_soudan .txt {
    width: 45%;
  }
  #sec_soudan .list_dots li {
    width: calc((100% - 40px) / 3);
  }
  #sec_soudan .list_dots li.list_s {
    width: calc((100% - 40px) / 3 * 2 + 20px);
    font-size: 14px;
  }
  #sec_soudan .list_dots li.list_s + li {
    margin-left: 0;
  }
  #sec_soudan .list_dots li:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  #sec_soudan .list_dots li:nth-child(n+4) {
    margin-top: 20px;
  }
  #sec_soudan .list_dots .list_mr {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #sec_soudan .btn_c_b_pc {
    display: none;
  }
  #sec_soudan .btn_c_b_sp {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_soudan {
    margin-top: 50px;
  }
  #sec_soudan .title_wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #sec_soudan .title {
    font-size: 24px;
  }
  #sec_soudan .btn_c_b {
    bottom: 25px;
  }
  #sec_soudan .list_dots li {
    margin: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 768px) {
  #sec_soudan .content {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  #sec_soudan {
    margin-top: 40px;
  }
  #sec_soudan .title_wrap {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #sec_soudan .title {
    font-size: 20px;
  }
  #sec_soudan .btn_c_b {
    bottom: 15px;
  }
  #sec_soudan .content {
    padding: 30px 20px;
  }
  #sec_soudan .list_dots li {
    margin: 10px 0 10px 10px;
    font-size: 14px;
  }
}
#sec_soudan .sec_item {
  border-radius: 20px;
  overflow: hidden;
}
#sec_soudan .sec_item .title_label {
  background: #29B6F6;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  #sec_soudan .sec_item {
    border: 4px solid #29B6F6;
    width: 50%;
  }
  #sec_soudan .sec_item .title_label {
    font-size: 20px;
    line-height: 58px;
  }
  #sec_soudan .sec_item .content_s {
    padding: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #sec_soudan .sec_item {
    border: 2px solid #29B6F6;
  }
  #sec_soudan .sec_item .title_label {
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_soudan .sec_item {
    margin-top: 20px;
  }
  #sec_soudan .sec_item .content_s {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 767px) {
  #sec_soudan .sec_item {
    margin-top: 20px;
  }
  #sec_soudan .sec_item .content_s {
    padding: 10px;
  }
}

/* ------------------------------
 SEC_AREA
------------------------------ */
#sec_area .l_flex {
  margin-top: 50px;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec_area .title_txt {
  margin: 20px auto 5px;
}
#sec_area .list_num {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec_area .list_num dt {
  width: 60px;
  font-weight: normal;
}
#sec_area .list_num dd {
  width: calc(100% - 60px);
}
@media screen and (min-width: 1281px) {
  #sec_area {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_area {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  #sec_area .txt_wrap {
    width: 53%;
  }
  #sec_area .img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #sec_area {
    margin-top: 50px;
  }
  #sec_area .l_flex {
    display: block;
  }
  #sec_area .img {
    margin-top: 20px;
  }
}

/* ------------------------------
 SEC_TAKEON
------------------------------ */
#sec_takeon .list_thumb {
  margin-top: 50px;
}
#sec_takeon .list_thumb .txt {
  text-align: center;
}
#sec_takeon .txt_note {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 1281px) {
  #sec_takeon {
    margin-top: 120px;
  }
  #sec_takeon .item {
    width: calc((100% - 80px) / 3);
  }
  #sec_takeon .item:nth-child(n+2) {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_takeon {
    margin-top: 80px;
  }
  #sec_takeon .item {
    width: calc((100% - 40px) / 3);
  }
  #sec_takeon .item:nth-child(n+2) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec_takeon .list_thumb {
    display: flex;
  }
  #sec_takeon .txt {
    margin-top: 20px;
  }
  #sec_takeon .txt_note {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #sec_takeon {
    margin-top: 50px;
  }
  #sec_takeon .item {
    font-size: 14px;
  }
  #sec_takeon .item + .item {
    margin-top: 30px;
  }
  #sec_takeon .txt {
    margin-top: 10px;
  }
  #sec_takeon .txt_note {
    margin: 20px 0 0;
  }
}

.txt_label {
  background: #FCBB00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1281px) {
  .txt_label {
    font-size: 24px;
    border-radius: 29px;
    line-height: 58px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .txt_label {
    font-size: 18px;
    height: 84px;
    border-radius: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .txt_label {
    font-size: 16px;
    line-height: 1.5;
    height: 84px;
    border-radius: 42px;
    margin-top: 50px;
  }
}

/* ------------------------------
 SEC_SERVICE02
------------------------------ */
@counter-style cjk-decimal {
  system: numeric;
  symbols: "０" "１" "２" "３" "４" "５" "６" "７" "８" "９";
  suffix: " ";
}
#sec_service02 {
  counter-reset: number 0;
}
#sec_service02 .box_num_wrap {
  margin-top: 50px;
}
#sec_service02 .box_num {
  border-radius: 20px;
  position: relative;
  border: 4px solid #66BB6A;
}
#sec_service02 .box_num p {
  position: relative;
}
#sec_service02 .num {
  font-family: "Alexandria-Medium";
  color: #FCBB00;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 40px;
}
#sec_service02 .list_num li {
  position: relative;
  padding-left: 30px;
}
#sec_service02 .list_num li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: "(" counter(number, cjk-decimal) ")";
}
#sec_service02 .l_flex_thumbtxt .content {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
#sec_service02 .l_flex_thumbtxt .content .title {
  color: #66BB6A;
  display: flex;
  align-items: flex-end;
  width: 60px;
  writing-mode: vertical-rl;
}
#sec_service02 .l_flex_thumbtxt .content .txt_wrap {
  width: calc(100% - 60px);
}
#sec_service02 .l_flex_thumbtxt dl {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
#sec_service02 .l_flex_thumbtxt dl dt {
  font-size: 12px;
  color: #fff;
  background: #66BB6A;
  width: 68px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  margin-right: 5px;
  margin-top: 3px;
}
#sec_service02 .content .title {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1281px) {
  #sec_service02 {
    padding-top: 120px;
  }
  #sec_service02 .box_num {
    padding: 40px;
    width: calc((100% - 70px) / 2);
    display: flex;
    align-items: center;
  }
  #sec_service02 .l_flex_thumbtxt .item {
    width: calc((100% - 70px) / 2);
  }
  #sec_service02 .l_flex_thumbtxt .item + .item {
    margin-left: 70px;
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_service02 {
    padding-top: 80px;
  }
  #sec_service02 .box_num {
    padding: 30px;
    width: calc((100% - 30px) / 2);
  }
  #sec_service02 .l_flex_thumbtxt .item {
    width: calc((100% - 30px) / 2);
  }
  #sec_service02 .l_flex_thumbtxt .item + .item {
    margin-left: 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #sec_service02 .box_num_wrap {
    display: flex;
    justify-content: space-between;
  }
  #sec_service02 .l_flex_thumbtxt {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  #sec_service02 .l_flex_thumbtxt .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #sec_service02 {
    padding-top: 60px;
  }
  #sec_service02 .box_num_wrap {
    display: block;
  }
  #sec_service02 .box_num {
    width: 100%;
    padding: 70px 20px 50px;
  }
  #sec_service02 .box_num + .box_num {
    margin-top: 30px;
  }
  #sec_service02 .l_flex_thumbtxt {
    display: block;
    margin-top: 30px;
  }
  #sec_service02 .l_flex_thumbtxt .item + .item {
    margin-top: 30px;
  }
  #sec_service02 .l_flex_thumbtxt .content .txt_wrap {
    width: calc(100% - 50px);
  }
  #sec_service02 .l_flex_thumbtxt .content .title {
    width: 20px;
    font-size: 20px;
  }
}

/* ------------------------------
 SEC_RECYCLING
------------------------------ */
#sec_recycling {
  background: #eee;
  border-radius: 30px;
}
#sec_recycling .list_item {
  margin-top: 50px;
}
#sec_recycling .list_item li {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#sec_recycling .list_item h4 {
  color: #66BB6A;
  text-align: center;
  padding: 10px;
  border-bottom: 1px dashed #66BB6A;
}
#sec_recycling .list_item .txt_wrap {
  background: #fff;
  text-align: center;
  padding: 0 7px;
  font-size: 14px;
}
#sec_recycling .list_item .txt_wrap p {
  padding: 10px 0;
}
#sec_recycling .list_item .thumb {
  background: #66BB6A;
}
#sec_recycling .list_item .thumb:before {
  background: #66BB6A;
}
#sec_recycling .list_item .thumb img {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1281px) {
  #sec_recycling {
    margin-top: 110px;
    padding: 60px 40px;
  }
  #sec_recycling .list_item li {
    width: calc((100% - 60px) / 3);
  }
  #sec_recycling .list_item li:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  #sec_recycling .list_item li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_recycling .list_item li {
    width: calc((100% - 20px) / 2);
  }
  #sec_recycling .list_item li:nth-child(even) {
    margin-left: 20px;
  }
  #sec_recycling .list_item li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec_recycling .list_item {
    display: flex;
    flex-wrap: wrap;
  }
  #sec_recycling .list_item li {
    border: 10px solid #66BB6A;
  }
  #sec_recycling .list_item h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_recycling {
    margin-top: 80px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec_recycling {
    margin-top: 60px;
    padding: 40px 20px;
  }
  #sec_recycling .list_item li {
    border: 4px solid #66BB6A;
  }
  #sec_recycling .list_item li + li {
    margin-top: 20px;
  }
  #sec_recycling .list_item h4 {
    font-size: 16px;
  }
}

/* ------------------------------
 SEC_FLOW
------------------------------ */
#sec_fow .title_s {
  padding: 10px 0;
  border-bottom: 1px dashed #66BB6A;
  margin-bottom: 10px;
}
#sec_fow .list_flow .thumb {
  position: relative;
}
#sec_fow .list_flow .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #66BB6A;
  font-size: 14px;
  font-family: "Alexandria-Medium";
  width: 68px;
  height: 63px;
  padding: 10px 7px 3px 0;
  line-height: 1;
  border-radius: 10px 0 20px 0;
  text-align: center;
}
#sec_fow .list_flow .num em {
  font-size: 30px;
}
@media screen and (min-width: 1281px) {
  #sec_fow {
    margin-top: 120px;
    padding-bottom: 150px;
  }
  #sec_fow .list_flow li {
    width: calc((100% - 100px) / 3);
  }
  #sec_fow .list_flow li:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_fow {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  #sec_fow .list_flow li {
    width: calc((100% - 20px) / 3);
  }
  #sec_fow .list_flow li:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  #sec_fow .list_flow {
    margin-top: 50px;
    background: url(../../assets/img/service/line_01.svg) repeat-x 0 35%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #sec_fow {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  #sec_fow .list_flow {
    margin-top: 30px;
    background: url(../../assets/img/service/line_01_sp.svg) no-repeat 95% 0;
    background-size: auto 80%;
  }
  #sec_fow li + li {
    margin-top: 30px;
  }
  #sec_fow p {
    padding-right: 40px;
  }
}/*# sourceMappingURL=service.css.map */