@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "Noto Sans Japanese";
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_nt {
  font-family: "Noto Sans Japanese";
}

.ft_ttl {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
.h_word {
  background: #559b9d;
  padding: .3em 0;
}

.h_word p {
  color: #fff;
  font-size: 1.2rem;
}

.h_main {
  background: url(../img/bg_pattern01.png);
  padding: 1.6em 0;
}

.h_logo {
  float: left;
  width: 16.05em;
}

.h_logo img {
  display: block;
}

.h_info {
  float: right;
}

.h_info p {
  font-size: 1.1rem;
  margin-bottom: .5em;
}

.h_info p em {
  font-size: 4.5rem;
  color: #559b9d;
  display: block;
  line-height: 1;
  margin-bottom: .15em;
}

.h_info li {
  display: inline-block;
}

.h_info li a {
  color: #fff;
  display: block;
  background: #338989;
  border-radius: 1.5em;
  font-size: 1.2rem;
  padding: .4em 1.5em;
}

.h_info li + li {
  margin-left: .2em;
}

.h_nav_bg {
  background: url(../img/bg_nav.png) repeat-x;
}

.h_nav ul {
  display: table;
  width: 100%;
  height: 3em;
}

.h_nav li {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.h_nav li.sp {
  display: none;
}

.h_nav a {
  display: block;
  color: #0c485a;
  font-size: 1.6rem;
}

.h_nav small {
  display: block;
  font-size: 1.1rem;
  color: #000;
}

.h_nav span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
}

.h_nav span + a {
  opacity: .2;
}

.f_img {
  background: url(../img/f_bg01.png) repeat-x top center;
  height: 4.05em;
  margin-top: 2.5em;
}

#footer {
  background: url(../img/bg_pattern04.png);
  padding: 1.5em 0;
  color: #fff;
}

.f_info {
  float: left;
  font-size: 1.4rem;
  font-weight: normal;
}

.f_copy {
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 3em;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

@media all and (min-width: 768px) {
  .h_sp_inner {
    height: auto !important;
  }
  #overlay {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .h_menu {
    position: fixed;
    right: 1em;
    top: 1em;
    width: 5em;
    z-index: 1;
    cursor: pointer;
  }
  .h_close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 5em;
    z-index: 1;
    cursor: pointer;
  }
  #toggle_menu {
    position: fixed;
    top: 0;
    right: -70%;
    z-index: 9;
    width: 70%;
    height: 100%;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .h_sp_inner {
    overflow-y: auto;
    background: #fff;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    right: 0;
  }
  .h_word {
    padding: .5em 0;
  }
  .h_word p {
    font-size: 1rem;
    text-align: center;
  }
  .h_main {
    background: none;
    padding: 1em 0;
  }
  .h_info {
    float: right;
  }
  .h_info p {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
  .h_info p em {
    font-size: 4.5rem;
    color: #ea5514;
    display: block;
    line-height: 1;
    margin-bottom: .15em;
  }
  .h_info li {
    display: inline-block;
  }
  .h_info li a {
    color: #fff;
    display: block;
    background: #ea5514;
    border-radius: 1.5em;
    font-size: 1.2rem;
    padding: .4em 1.5em;
  }
  .h_info li + li {
    margin-left: .2em;
  }
  .h_nav_bg {
    background: none;
  }
  .h_nav {
    position: relative;
    background: url(../img/bg_pattern04.png);
  }
  .h_nav.u_inner {
    padding-top: 7em;
    margin: 0 auto;
  }
  .h_nav ul {
    display: block;
    height: auto;
    border-top: solid 1px #f8c09b;
  }
  .h_nav li {
    display: block;
    width: auto;
    border-bottom: solid 1px #f8c09b;
  }
  .h_nav li.sp {
    display: block;
  }
  .h_nav a {
    color: #fff;
    font-size: 2.8rem;
    padding: .6em 0;
    font-weight: normal;
  }
  .h_nav a:hover {
    background: url(../img/bg_pattern05.png);
    opacity: 1;
  }
  .h_nav small {
    display: none;
  }
  .h_nav span {
    font-size: 1.6rem;
  }
  .h_sp_tel {
    text-align: center;
    margin: 1em 0 2.5em;
  }
  .h_sp_tel em {
    display: block;
  }
  .h_sp_tel a {
    font-size: 5.9rem;
    display: block;
    color: #ea5514;
  }
  .h_sp_tel span {
    font-size: 1.45rem;
    display: block;
  }
  .h_sp_logo {
    text-align: center;
  }
  .h_sp_logo img {
    width: 12.05em;
  }
  .f_img {
    background: none;
    height: auto;
    margin-top: 2.5em;
  }
  #footer {
    background: #ea5514;
    padding: 1.2em 0;
    text-align: center;
  }
  .f_info {
    float: none;
    font-size: 2rem;
  }
  .f_copy {
    float: none;
    font-size: 2rem;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.c_list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #338989;
  margin-bottom: 1.2em;
  letter-spacing: .1em;
}

.c_ttl small {
  display: block;
  font-size: 1.1rem;
  color: #545555;
  letter-spacing: .05em;
}

.c_sec {
  padding: 3em 0;
}

@media all and (max-width: 767px) {
  .c_ttl {
    font-size: 4rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  background: url(../img/img_top_mv.jpg) no-repeat top center;
  background-size: cover;
  height: 17.5em;
}

.top_main .u_inner {
  display: table;
  width: 100%;
  height: 100%;
}

.top_main p {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 0 0 .5em #fff;
}

.top_main em {
  color: #ea5514;
  font-size: 5rem;
  display: block;
}

.top_main span {
  display: block;
  font-size: 1.8rem;
}

.top_biz li {
  flex-basis: 22%;
}

.top_biz li p {
  font-size: 1.4rem;
}

.top_biz li a {
  display: block;
}

.top_biz .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: .2em 0 .3em;
}

.top_biz .ttl.a {
  color: #ea5514;
}

.top_biz .ttl.b {
  color: #148d92;
}

.top_biz .ttl.c {
  color: #0c485a;
}

.top_biz .ttl.d {
  color: #65489a;
}

.top_sv {
  background: url(../img/bg_pattern02.png);
}

.top_sv ul {
  margin-bottom: -2em;
}

.top_sv li {
  flex-basis: 48%;
  margin-bottom: 2em;
  background: #fff;
}

.top_sv li a {
  display: block;
}

.top_sv li p {
  font-size: 1.4rem;
  padding: 0 .5em;
  line-height: 1.4;
}

.top_sv li p.strong {
  font-size: 2.6rem;
  text-align: center;
  margin-top: .6em;
}

.top_sv li p.strong em {
  color: #ea5514;
  line-height: 1;
}

.top_sv li img {
  float: left;
  width: 42.5%;
}

.top_sv li div {
  padding: .8em .5em 0;
  float: right;
  width: 57.5%;
}

.top_sv .ttl {
  background: url(../img/bg_pattern04.png);
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  border-radius: 1em;
  padding: .2em 0 .3em;
  margin-bottom: .7em;
}

.top_sv .ttl.a {
  background: url(../img/bg_pattern03.png);
}

.top_bn {
  padding-top: 4em;
}

.top_bn .a {
  margin-bottom: 1.5em;
}

.top_bn .a a {
  display: block;
}

.top_bn .a li {
  flex-basis: 31%;
  background: url(../img/bg_pattern01.png);
  border: solid 3px #abaaaa;
  padding: 1.5em 1em 1.8em;
}

.top_bn .a li div {
  position: relative;
  padding-left: 55%;
  padding-top: 1em;
  margin-bottom: 1.5em;
}

.top_bn .a li div.c {
  padding-left: 40%;
}

.top_bn .a li div.c img {
  left: -.5em;
}

.top_bn .a li div p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.top_bn .a li div span {
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
}

.top_bn .a li div img {
  width: 5.6em;
  position: absolute;
  left: .5em;
  top: 0;
}

.top_bn .a li div + p {
  font-size: 1.4rem;
}

.top_bn .b li {
  flex-basis: 24.3%;
}

@media all and (max-width: 767px) {
  .top_main {
    overflow: hidden;
  }
  .top_main em {
    font-size: 5.4rem;
  }
  .top_main span {
    font-size: 2rem;
  }
  .top_biz ul {
    margin-bottom: -2em;
  }
  .top_biz li {
    flex-basis: 46%;
    margin-bottom: 2em;
  }
  .top_biz li img {
    width: 100%;
  }
  .top_biz li p {
    font-size: 2.2rem;
  }
  .top_biz .ttl {
    font-size: 2.8rem;
  }
  .top_sv ul {
    margin-bottom: -2em;
  }
  .top_sv li {
    flex-basis: 100%;
  }
  .top_sv li p {
    font-size: 1.8rem;
    padding: 0 .5em;
  }
  .top_sv li p.strong {
    font-size: 3.2rem;
    margin-top: .6em;
  }
  .top_sv li div {
    padding: .8em .5em 0;
  }
  .top_sv .ttl {
    font-size: 2.2rem;
  }
  .top_bn .a {
    margin-bottom: 1em;
  }
  .top_bn .a li {
    flex-basis: 100%;
    padding: 1.5em 2em 1.8em;
    margin-bottom: 2em;
  }
  .top_bn .a li div {
    padding-left: 45%;
  }
  .top_bn .a li div.c {
    padding-left: 45%;
  }
  .top_bn .a li div.c img {
    left: 1em;
  }
  .top_bn .a li div p {
    font-size: 4.4rem;
  }
  .top_bn .a li div span {
    font-size: 2.8rem;
  }
  .top_bn .a li div img {
    width: 8em;
    left: 1em;
  }
  .top_bn .a li div + p {
    font-size: 2.4rem;
  }
  .top_bn .b li {
    flex-basis: 48%;
  }
}

.low {
  margin-top: 3em;
  color: #595757;
}

.low_nav {
  text-align: center;
  margin: -.5em 0 1.75em;
}

.low_nav li {
  float: left;
  width: 20%;
}

.low_nav a {
  display: block;
  background: url(../img/btn_bg02.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  height: 3.231em;
  padding-top: .38em;
}

.low_nav a:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: .55em .35em 0 .35em;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: .6em;
}

@media screen and (min-width: 768px) {
  .low_nav.b li:nth-child(1) {
    margin-left: 20%;
  }
}

@media screen and (max-width: 767px) {
  .low_nav li {
    width: 50%;
    margin-bottom: .5em;
  }
  .low_nav a {
    font-size: 2rem;
  }
}

.low_nav2 {
  text-align: center;
  margin: -.5em 0 1.75em;
}

.low_nav2 li {
  float: left;
  width: 27%;
}

.low_nav2 li:nth-child(1) {
  margin-left: 9.5%;
}

.low_nav2 a {
  display: block;
  background: url(../img/btn_bg01.png) no-repeat center center;
  background-size: contain;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  height: 2.625em;
  padding-top: .5em;
}

@media screen and (max-width: 767px) {
  .low_nav2 li {
    width: 50%;
    margin-bottom: .5em;
  }
  .low_nav2 li:nth-child(1) {
    margin-left: 0;
  }
  .low_nav2 a {
    font-size: 2rem;
    height: 2.4em;
  }
}

.low_bg {
  background: url(../img/bg_pattern06.png);
  padding: 3em 0;
}

.low_ttl {
  position: relative;
  margin-bottom: 1.2em;
}

.low_ttl span {
  color: #ea5514;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}

.low_ttl small {
  font-size: 1.4rem;
  background: #fff url(../img/bg_pattern06.png);
  padding-right: .3em;
}

.low_ttl:before {
  content: '';
  border-bottom: solid 1px #595757;
  position: absolute;
  top: .8em;
  width: 100%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .low_ttl span {
    font-size: 2.8rem;
  }
  .low_ttl small {
    font-size: 2rem;
  }
}

.low_ttl2 {
  color: #ea5514;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1em 0 .4em;
}

@media screen and (max-width: 767px) {
  .low_ttl2 {
    font-size: 2.2rem;
  }
}

.com.c_sec {
  padding-bottom: 0;
}

.com table {
  width: 100%;
  position: relative;
}

.com table:before {
  content: '';
  border-top: solid 1px #cfcbc8;
  width: 100%;
  position: absolute;
  top: -.5em;
}

.com th {
  text-align: left;
  width: 23%;
  font-size: 1.4rem;
  color: #0c485a;
  padding: 1em .8em .4em;
  vertical-align: top;
  border-bottom: solid 1px #a19a95;
}

.com th + td {
  width: 2%;
}

.com th + td + td {
  border-bottom: solid 1px #a19a95;
  font-size: 1.4rem;
  color: #595757;
  padding: 1em .8em .4em;
}

@media all and (max-width: 767px) {
  .com th {
    float: left;
    width: 100%;
    font-size: 2.4rem;
    border-bottom: none;
  }
  .com th + td {
    display: none;
  }
  .com th + td + td {
    padding-top: 0;
    float: left;
    width: 100%;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .form {
    margin: 0 5.5em;
  }
}

.form p {
  text-align: center;
  font-size: 1.4rem;
}

.form dl {
  margin: 1.5em 0 3em;
}

.form dl > * {
  font-size: 1.2rem;
}

.form dt {
  margin: 1.2em 0 .5em;
}

.form dt em {
  color: #b04a48;
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  width: 100%;
  border: solid 1px #d3d4d4;
  padding: 1em;
}

.form dd input[type="text"]::placeholder, .form dd input[type="email"]::placeholder, .form dd input[type="tel"]::placeholder, .form dd textarea::placeholder, .form dd select::placeholder {
  color: #dbdbdb;
}

.form dd input[type="text"]:-ms-input-placeholder, .form dd input[type="email"]:-ms-input-placeholder, .form dd input[type="tel"]:-ms-input-placeholder, .form dd textarea:-ms-input-placeholder, .form dd select:-ms-input-placeholder {
  color: #dbdbdb;
}

.form dd input[type="text"]::-ms-input-placeholder, .form dd input[type="email"]::-ms-input-placeholder, .form dd input[type="tel"]::-ms-input-placeholder, .form dd textarea::-ms-input-placeholder, .form dd select::-ms-input-placeholder {
  color: #dbdbdb;
}

.form dd.form_error input[type="text"], .form dd.form_error input[type="email"], .form dd.form_error input[type="tel"], .form dd.form_error textarea, .form dd.form_error select {
  border: solid 1px #b94a48;
}

.form dd .formErrorContent {
  color: #b94a48;
}

.form dd textarea {
  height: 15em;
}

.form .btn {
  text-align: center;
}

.form .btn input {
  background: url(../img/btn_bg03.png);
  background-size: contain;
  font-size: 2.1rem;
  color: #fff;
  width: 19.14em;
  height: 3.905em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form dl > * {
    font-size: 1.8rem;
  }
  .form .btn input {
    font-size: 2.4rem;
  }
}

.form #thanks {
  display: none;
}

@media screen and (min-width: 768px) {
  .eco_sec {
    margin: 0 2.3em;
  }
  .eco_sec .link {
    margin: 1.5em 1.2em;
  }
  .eco_sec .link > * {
    width: 48.5%;
  }
  .eco_sec .link > *:nth-child(even) {
    float: right;
  }
  .eco_sec .link > *:nth-child(odd) {
    float: left;
    clear: both;
  }
  .eco_sec .box {
    margin: 1.5em 1.2em 2.5em;
  }
  .eco_sec .box img {
    float: left;
    width: 30em;
  }
  .eco_sec .box dl {
    float: right;
    width: 10em;
  }
  .eco_sec .box2 {
    margin: 1.5em 1.2em 2.5em;
  }
  .eco_sec .box2 img {
    float: left;
    width: 22.1em;
  }
  .eco_sec .box2 .right {
    float: right;
    width: 17.5em;
  }
  .eco_sec .mode {
    margin-top: .6em;
  }
  .eco_sec .mode > * {
    width: 49%;
  }
  .eco_sec .mode > *:nth-child(even) {
    float: right;
  }
  .eco_sec .mode > *:nth-child(odd) {
    float: left;
    clear: both;
  }
  .eco_sec .case {
    margin: 0 1.2em;
  }
}

.eco_sec + .eco_sec {
  margin-top: 4.5em;
}

.eco_sec p {
  font-size: 1.2rem;
  line-height: 2;
}

.eco_sec p + p {
  margin-top: 1.8em;
}

.eco_sec .img {
  display: block;
  margin: 0 auto 1.6em;
}

.eco_sec .img.b {
  margin-top: 1.2em;
}

.eco_sec .img.c {
  border: solid 1px #d5d6d6;
}

.eco_sec .link li {
  border: solid 3px #aa9b4a;
  border-radius: .3em;
}

.eco_sec .link li + li {
  border-color: #b04b48;
}

.eco_sec .link li + li .ttl {
  background: #b04b48;
}

.eco_sec .link li + li dt {
  color: #b04b48;
}

.eco_sec .link .ttl {
  font-size: 1.4rem;
  padding: .1em 2.5%;
  background: #aa9b4a;
  color: #fff;
}

.eco_sec .link dl {
  padding: .6em .7em;
  background: #fff;
}

.eco_sec .link dt {
  font-size: 1.2rem;
  margin-bottom: .5em;
  color: #aa9b4a;
}

.eco_sec .link dd p {
  line-height: 1.8;
}

.eco_sec .link .btn {
  border-top: solid 1px #585757;
  text-align: center;
  padding-top: .8em;
  margin-top: 1.2em;
}

.eco_sec .box dt {
  color: #22ac38;
  font-size: 1.6rem;
  margin-bottom: .2em;
}

.eco_sec .box dd {
  font-size: 1.2rem;
  margin-bottom: 1.2em;
}

.eco_sec .txt > * {
  font-size: 1.2rem;
  line-height: 2;
}

.eco_sec .txt dt {
  font-weight: bold;
}

.eco_sec .txt dt small {
  font-weight: 500;
}

.eco_sec .txt dd {
  margin-bottom: 1.5em;
}

.eco_sec .case ul {
  margin-left: -2.2%;
}

.eco_sec .case ul > * {
  margin-left: 2.2%;
  width: 22.8%;
  float: left;
}

@media screen and (max-width: 767px) {
  .eco_sec .case ul {
    margin-left: -4%;
  }
  .eco_sec .case ul > * {
    margin-left: 4%;
    width: 46%;
  }
}

.eco_sec .case ul li {
  margin-bottom: 1.5em;
}

.eco_sec .case ul img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .eco_sec .link li {
    margin-top: 1.5em;
  }
  .eco_sec .link .ttl {
    font-size: 1.9rem;
  }
  .eco_sec .link dt {
    font-size: 1.8rem;
  }
  .eco_sec .box img {
    display: block;
    margin: 1.5em auto;
  }
  .eco_sec .box2 img {
    display: block;
    margin: 1.5em auto;
  }
  .eco_sec p {
    font-size: 1.8rem;
  }
  .eco_sec .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .eco_sec .box dt {
    font-size: 2rem;
  }
  .eco_sec .box dd {
    font-size: 1.8rem;
  }
  .eco_sec .txt > * {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .rec_sec {
    margin: 0 2.9em;
  }
}

.rec_sec + .rec_sec {
  margin-top: 2.5em;
}

.rec_sec table {
  width: 100%;
  margin: 2em 0;
}

.rec_sec th {
  font-weight: bold;
  text-align: left;
  width: 10em;
  padding-left: 2em;
  font-size: 1.4rem;
}

.rec_sec td {
  font-size: 1.2rem;
  line-height: 2;
  padding-bottom: .8em;
}

.rec_sec .ttl {
  background: #73b8bd;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: .2em .8em;
}

.rec_sec .btn {
  text-align: center;
  margin-bottom: 1.2em;
}

.rec_sec .btn a {
  display: inline-block;
  font-size: 2.1rem;
  color: #fff;
  font-weight: bold;
  background: url(../img/btn_bg03.png) no-repeat center center;
  background-size: contain;
  width: 19.143em;
  height: 3.905em;
  padding-top: .9em;
}

.rec_sec .btn img {
  width: 1.9048em;
  vertical-align: -30%;
  margin-right: .8em;
}

.rec_sec p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.rec_sec p em {
  display: block;
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .rec_sec th {
    font-size: 1.8rem;
    width: 8em;
  }
  .rec_sec td {
    font-size: 1.8rem;
  }
  .rec_sec .ttl {
    font-size: 2rem;
  }
  .rec_sec .btn a {
    font-size: 2.4rem;
  }
  .rec_sec p {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .recycle_inner {
    margin: 0 2.7em;
  }
  .recycle_inner ul {
    margin-left: -2%;
  }
  .recycle_inner ul > * {
    margin-left: 2%;
    width: 31.33333%;
    float: left;
  }
  .recycle_inner .desc img {
    float: left;
    width: 27.75em;
  }
  .recycle_inner dl {
    float: right;
    width: 13.5em;
  }
}

.recycle_inner li {
  margin-bottom: 1.2em;
}

.recycle_inner li p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: .2em;
}

.recycle_inner .box {
  border: solid 1px #e9e8e7;
  background: #fff;
  text-align: center;
  padding: 1em 0 .2em;
}

.recycle_inner .box img {
  width: 35em;
}

.recycle_inner .desc {
  margin-top: 1.5em;
}

.recycle_inner dt {
  margin-bottom: 2em;
}

.recycle_inner dt em {
  display: block;
  color: #3f9138;
}

.recycle_inner dl > * {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .recycle_inner li img {
    display: block;
    width: 40%;
    margin: 0 auto .5em;
  }
  .recycle_inner li p {
    font-size: 1.6rem;
  }
  .recycle_inner .desc img {
    display: block;
    margin: 0 auto 1.5em;
  }
  .recycle_inner dl > * {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .util_sec {
    margin: 0 2.5em;
  }
  .util_sec ul > * {
    width: 48.2%;
  }
  .util_sec ul > *:nth-child(even) {
    float: right;
  }
  .util_sec ul > *:nth-child(odd) {
    float: left;
    clear: both;
  }
  .util_sec .box {
    position: relative;
  }
  .util_sec .box img {
    position: absolute;
    right: 0;
    width: 11.9em;
    bottom: -2em;
  }
  .util_sec dt {
    position: absolute;
    font-weight: bold;
  }
  .util_sec dd {
    margin-left: 12em;
  }
}

.util_sec + .util_sec {
  margin-top: 4.5em;
}

.util_sec .ttl2 {
  color: #ea5514;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 2.5em 0 .4em;
}

.util_sec p {
  font-size: 1.2rem;
  line-height: 2;
}

.util_sec li {
  margin-bottom: .5em;
  position: relative;
}

.util_sec li img {
  float: left;
  width: 47%;
}

.util_sec li img + img {
  margin-left: 6%;
}

.util_sec li:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: .4em 0 .4em .5em;
  border-color: transparent transparent transparent #816141;
  top: 54%;
  left: 49%;
}

.util_sec dl {
  margin-bottom: -1em;
}

.util_sec dl > * {
  font-size: 1.2rem;
  line-height: 2;
}

.util_sec dd {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .util_sec .box img {
    width: 60%;
    display: block;
    margin: 1em auto 0;
  }
  .util_sec .ttl2 {
    font-size: 2.2rem;
  }
  .util_sec p {
    font-size: 1.8rem;
  }
  .util_sec dl > * {
    font-size: 1.8rem;
  }
  .util_sec dt {
    margin-bottom: .3em;
  }
}

@media screen and (min-width: 768px) {
  .mark_sec {
    margin: 0 2.3em;
  }
  .mark_sec .sup {
    margin: 0 1.2em;
  }
  .mark_sec .sup ul > * {
    width: 48.5%;
  }
  .mark_sec .sup ul > *:nth-child(even) {
    float: right;
  }
  .mark_sec .sup ul > *:nth-child(odd) {
    float: left;
    clear: both;
  }
  .mark_sec .flow {
    margin: 0 6em;
  }
}

.mark_sec + .mark_sec {
  margin-top: 4.5em;
}

.mark_sec p {
  font-size: 1.2rem;
  line-height: 2;
}

.mark_sec p + p {
  margin-top: 1.8em;
}

.mark_sec .img {
  display: block;
  margin: 0 auto 1.6em;
}

.mark_sec .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.mark_sec .ttl.b {
  margin-top: 1em;
}

.mark_sec .sup {
  margin-top: 2.5em;
}

.mark_sec .sup dd {
  margin-top: 1.3em;
}

.mark_sec .sup li {
  margin-bottom: .8em;
}

.mark_sec .flow dt {
  text-align: center;
  color: #fff;
  background: #73b8bd;
  font-size: 1.8rem;
  font-weight: bold;
  padding: .5em 0;
  border-radius: .3em;
  margin: 1.1em 0 .5em;
}

.mark_sec .flow dd {
  font-size: 1.2rem;
  line-height: 2;
}

.mark_sec .list {
  margin: 1.2em 1.5em 0;
}

.mark_sec .list ul {
  margin-left: -2.7%;
}

.mark_sec .list ul > * {
  margin-left: 2.7%;
  width: 30.63333%;
  float: left;
}

@media screen and (max-width: 767px) {
  .mark_sec p {
    font-size: 1.8rem;
  }
  .mark_sec .ttl {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .mark_sec .flow dt {
    font-size: 2.2rem;
  }
  .mark_sec .flow dd {
    font-size: 1.8rem;
  }
  .mark_sec .list {
    margin: 1.2em 0 0;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 4.6875%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}

/*# sourceMappingURL=style.css.map */