/*
@include layout-Large {
}
*/
.ete_mv {
  background: url("/assets/eco/img/eco-mv-bg_sp.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  padding-top: 40%; }
  @media screen and (min-width: 768px) {
    .ete_mv {
      width: 100%;
      min-width: 1140px;
      margin: 0 auto;
      height: 300px;
      background: url("/assets/eco/img/eco-mv-bg_pc.jpg") no-repeat center top;
      background-size: cover;
      padding-top: 0; } }

.ete_mv-txt {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 3.05rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .ete_mv-txt {
      font-size: 4rem;
      letter-spacing: 0.3em; } }

.ete_inv-l-inner,
.ete_perform-l-inner,
.ete_message-l-inner {
  width: 92%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .ete_inv-l-inner,
    .ete_perform-l-inner,
    .ete_message-l-inner {
      width: 1140px;
      margin: 0 auto; } }

.ete_inv-ttl,
.ete_perform-ttl,
.ete_message-ttl {
  border-bottom: 1px solid #d8dee5;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  padding-bottom: 9px; }
  .ete_inv-ttl::after,
  .ete_perform-ttl::after,
  .ete_message-ttl::after {
    content: "";
    display: block;
    width: 7.25%;
    height: 1px;
    background-color: #21409a;
    position: absolute;
    bottom: -1px;
    left: 0; }
    @media screen and (min-width: 768px) {
      .ete_inv-ttl::after,
      .ete_perform-ttl::after,
      .ete_message-ttl::after {
        width: 50px; } }
  @media screen and (min-width: 768px) {
    .ete_inv-ttl,
    .ete_perform-ttl,
    .ete_message-ttl {
      font-size: 3rem;
      padding-bottom: 10px; } }

.ete_inv {
  margin: 60px 0 45px; }
  @media screen and (min-width: 768px) {
    .ete_inv {
      margin: 62px 0 73px; } }

.ete_inv-why {
  background-color: #eff2f9;
  padding: 20px 0 21px;
  margin: 25px 0 22px; }
  @media screen and (min-width: 768px) {
    .ete_inv-why {
      padding: 36px 0;
      margin: 40px 0 36px; } }

.ete_inv-why-l-inner {
  width: 85.5%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .ete_inv-why-l-inner {
      width: 1060px; } }

.ete_inv-why-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px; }
  @media screen and (min-width: 768px) {
    .ete_inv-why-ttl {
      font-size: 1.8rem;
      margin-bottom: 13px; } }

.ete_inv-why-txt {
  font-size: 1.5rem;
  line-height: 1.53; }
  @media screen and (min-width: 768px) {
    .ete_inv-why-txt {
      font-size: 1.6rem;
      line-height: 1.75; } }

.ete_inv-contribution-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-ttl {
      font-size: 2.4rem;
      margin-bottom: 23px; } }

@media screen and (min-width: 768px) {
  .ete_inv-contribution-l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } }

.ete_inv-contribution-block {
  font-size: 1.5rem;
  line-height: 1.33; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-block {
      width: 570px;
      font-size: 1.6rem;
      line-height: 1.75; } }
  .ete_inv-contribution-block.sdg-target {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .ete_inv-contribution-block.sdg-target {
        margin-bottom: 0;
        border-right: 1px solid #ddd; } }

.ete_inv-contribution-block-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  height: 75.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eff2f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-block-ttl {
      font-size: 1.6rem;
      height: 82px;
      letter-spacing: 0.05em; } }
  .ete_inv-contribution-block-ttl span {
    display: inline-block;
    line-height: 1.46;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .ete_inv-contribution-block-ttl span {
        line-height: 1.5; } }

.ete_inv-contribution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-list {
      padding: 30px 0; } }

.ete_inv-contribution-list-ttl {
  width: 20%;
  text-align: right; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-list-ttl {
      width: 100px;
      margin-right: 20px; } }
  .ete_inv-contribution-list-ttl span {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .ete_inv-contribution-list-ttl span {
        width: 100px;
        height: 100px; } }
    .ete_inv-contribution-list-ttl span.small-sdgs-icon {
      width: 64.3%;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        .ete_inv-contribution-list-ttl span.small-sdgs-icon {
          width: 50px;
          height: 50px; } }

.ete_inv-contribution-list-txt {
  width: 75.3%; }
  @media screen and (min-width: 768px) {
    .ete_inv-contribution-list-txt {
      width: 420px;
      padding-right: 10px; } }
  .ete_inv-contribution-list-txt p:first-of-type {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .toyal-approach .ete_inv-contribution-list-ttl {
    display: none; } }

@media screen and (min-width: 768px) {
  .toyal-approach .ete_inv-contribution-list-txt {
    width: 540px;
    margin-left: 30px; } }

.ete_perform {
  margin-bottom: 45px; }
  @media screen and (min-width: 768px) {
    .ete_perform {
      margin-bottom: 73px; } }

.ete_perform-block {
  padding: 25px 0;
  margin-top: 25px;
  border: 1px solid #e5e5e5; }
  @media screen and (min-width: 768px) {
    .ete_perform-block {
      padding-left: 40px;
      margin-top: 30px; } }
  .ete_perform-block:first-of-type {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .ete_perform-block:first-of-type {
        margin-top: 40px; } }
  @media screen and (min-width: 768px) {
    .ete_perform-block:nth-of-type(2) {
      padding: 25px 40px; } }
  @media screen and (min-width: 768px) {
    .ete_perform-block:nth-of-type(2) .ete_perform-block-txt-wrap {
      width: 100%; } }

.ete_perform-block-ttl {
  width: 85.5%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
  line-height: 1.25;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-ttl {
      width: 100%;
      font-size: 2.2rem; } }

@media screen and (min-width: 768px) {
  .ete_perform-block-l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.ete_perform-block-txt-wrap {
  width: 85.5%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-txt-wrap {
      width: 750px;
      margin: 0; } }

.ete_perform-block-txt {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 19px; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-txt {
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 10px; } }

.ete_perform-block-supplement-txt {
  font-size: 1.3rem;
  line-height: 1.15;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-supplement-txt {
      line-height: 1.6;
      margin-bottom: 0; } }

.ete_perform-block-photo-wrap {
  width: 92.5%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-photo-wrap {
      width: 300px;
      margin: 0 0 0 30px; } }

.ete_perform-block-photo {
  width: 100%; }

.ete_perform-block-photo-txt {
  font-size: 1.3rem;
  line-height: 1.15;
  margin: 10px auto 0; }
  @media screen and (min-width: 768px) {
    .ete_perform-block-photo-txt {
      line-height: 1.6;
      margin: 6px auto 0; } }

@media screen and (min-width: 768px) {
  .ete_message-ttl {
    margin-bottom: 10px; } }

.ete_message-block {
  position: relative;
  padding: 25px 0 19px;
  border-top: 1px dotted #ddd; }
  @media screen and (min-width: 768px) {
    .ete_message-block {
      padding: 40px 0;
      min-height: 375px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .ete_message-block:first-of-type {
    border: none; }
    @media screen and (min-width: 768px) {
      .ete_message-block:first-of-type {
        min-height: 402px; } }
  .ete_message-block:nth-of-type(3) .ete_message-block-contribute-list li:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 7px; }
    @media screen and (min-width: 768px) {
      .ete_message-block:nth-of-type(3) .ete_message-block-contribute-list li:nth-of-type(3) {
        margin-right: 10px; } }
  .ete_message-block:nth-of-type(odd) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .ete_message-block:nth-of-type(odd) .ete_message-block-photo {
      float: left; }
      @media screen and (min-width: 768px) {
        .ete_message-block:nth-of-type(odd) .ete_message-block-photo {
          float: none;
          position: absolute;
          left: 0;
          top: 40px; } }
    .ete_message-block:nth-of-type(odd) .ete_message-block-name {
      float: right; }
      @media screen and (min-width: 768px) {
        .ete_message-block:nth-of-type(odd) .ete_message-block-name {
          float: none;
          position: absolute;
          left: 0;
          top: 280px; } }
    .ete_message-block:nth-of-type(odd) .ete_message-block-contribute-list {
      float: right; }
      @media screen and (min-width: 768px) {
        .ete_message-block:nth-of-type(odd) .ete_message-block-contribute-list {
          float: none; } }
  .ete_message-block:nth-of-type(even) .ete_message-block-photo {
    float: right; }
    @media screen and (min-width: 768px) {
      .ete_message-block:nth-of-type(even) .ete_message-block-photo {
        float: none;
        position: absolute;
        right: 0;
        top: 40px; } }
  .ete_message-block:nth-of-type(even) .ete_message-block-name {
    float: left;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .ete_message-block:nth-of-type(even) .ete_message-block-name {
        float: none;
        position: absolute;
        right: 0;
        top: 280px;
        text-align: left; } }
  .ete_message-block:nth-of-type(even) .ete_message-block-contribute-list {
    float: left;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .ete_message-block:nth-of-type(even) .ete_message-block-contribute-list {
        float: none; } }

.ete_message-block-photo {
  width: 29%; }
  @media screen and (min-width: 768px) {
    .ete_message-block-photo {
      width: 200px; } }

.ete_message-block-name {
  width: 66.6%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.37; }
  @media screen and (min-width: 768px) {
    .ete_message-block-name {
      width: 200px;
      font-size: 2rem;
      line-height: 1.3;
      margin-top: 6px; } }

.ete_message-block-name-position {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .ete_message-block-name-position {
      font-size: 1.3rem; } }

.ete_message-block-contribute-list {
  width: 66.6%;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .ete_message-block-contribute-list {
      width: 910px;
      margin-top: 20px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .ete_message-block-contribute-list li {
    width: 30.6%;
    margin-right: 2.6%; }
    @media screen and (min-width: 768px) {
      .ete_message-block-contribute-list li {
        width: 100px;
        margin-right: 10px; } }
    .ete_message-block-contribute-list li:last-of-type {
      margin-right: 0; }

.ete_message-block-txt {
  font-size: 1.5rem;
  line-height: 1.33;
  clear: both;
  padding-top: 17px; }
  @media screen and (min-width: 768px) {
    .ete_message-block-txt {
      width: 910px;
      font-size: 1.6rem;
      line-height: 1.75;
      padding-top: 0; } }

.ete-btn-wrap {
  width: 92%;
  margin: 0 auto;
  padding: 45px 0 75px; }
  @media screen and (min-width: 768px) {
    .ete-btn-wrap {
      width: 1140px;
      padding: 12px 0 100px;
      margin: 0 auto; } }

.ete_trans-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .ete_trans-btn-wrap {
      margin-bottom: 30px; } }

.ete_trans-btn {
  font-size: 1.5rem;
  border: 1px solid #21409a;
  text-align: center;
  font-weight: bold;
  width: 48.5%;
  margin-bottom: 10px;
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .ete_trans-btn {
      font-size: 1.6rem;
      font-weight: bold;
      border: 2px solid #21409a; } }
  .ete_trans-btn a {
    color: #21409a;
    width: 100%;
    min-height: 50px;
    line-height: 48px;
    display: block;
    position: relative; }
    @media screen and (min-width: 768px) {
      .ete_trans-btn a {
        padding: 0;
        min-height: 56px;
        line-height: 54px; }
        .ete_trans-btn a:hover {
          background-color: #21409a;
          color: #fff; } }
    .ete_trans-btn a > span {
      width: 100%;
      display: inline-block;
      line-height: 1.1;
      padding-right: 10px;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .ete_trans-btn a > span {
          padding-right: 0px; } }
      .ete_trans-btn a > span::after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #21409a;
        border-right: solid 1px #21409a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto; }
        @media screen and (min-width: 768px) {
          .ete_trans-btn a > span::after {
            width: 6px;
            height: 6px;
            right: 15px; } }
  .ete_trans-btn.back-btn {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .ete_trans-btn.back-btn {
        width: 270px;
        margin: 0 auto;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 40px;
        border: 1px solid #21409a;
        letter-spacing: -0.025em; } }
    @media screen and (min-width: 768px) {
      .ete_trans-btn.back-btn a {
        min-height: 40px;
        line-height: 40px; } }
    @media screen and (min-width: 768px) {
      .ete_trans-btn.back-btn a span {
        padding-right: 10px; } }
    @media screen and (min-width: 768px) {
      .ete_trans-btn.back-btn a span::after {
        right: 7px; } }
  @media screen and (min-width: 768px) {
    .ete_trans-btn {
      width: 270px;
      margin-bottom: 0;
      font-size: 1.5rem; } }
  .ete_trans-btn:nth-of-type(3), .ete_trans-btn:nth-of-type(4) {
    margin-bottom: 0; }
  .ete_trans-btn a {
    min-height: 84px;
    line-height: 82px; }
    @media screen and (min-width: 768px) {
      .ete_trans-btn a {
        min-height: 80px;
        line-height: 78px; } }
    .ete_trans-btn a span {
      line-height: 1.35; }
      @media screen and (min-width: 768px) {
        .ete_trans-btn a span {
          line-height: 1.25; } }

.ete_trans-back-btn {
  font-size: 1.5rem;
  border: 1px solid #21409a;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .ete_trans-back-btn {
      font-size: 1.6rem;
      font-weight: bold;
      border: 2px solid #21409a; } }
  .ete_trans-back-btn a {
    color: #21409a;
    width: 100%;
    min-height: 50px;
    line-height: 48px;
    display: block;
    position: relative; }
    @media screen and (min-width: 768px) {
      .ete_trans-back-btn a {
        padding: 0;
        min-height: 56px;
        line-height: 54px; }
        .ete_trans-back-btn a:hover {
          background-color: #21409a;
          color: #fff; } }
    .ete_trans-back-btn a > span {
      width: 100%;
      display: inline-block;
      line-height: 1.1;
      padding-right: 10px;
      vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .ete_trans-back-btn a > span {
          padding-right: 0px; } }
      .ete_trans-back-btn a > span::after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #21409a;
        border-right: solid 1px #21409a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto; }
        @media screen and (min-width: 768px) {
          .ete_trans-back-btn a > span::after {
            width: 6px;
            height: 6px;
            right: 15px; } }
  .ete_trans-back-btn.back-btn {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .ete_trans-back-btn.back-btn {
        width: 270px;
        margin: 0 auto;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 40px;
        border: 1px solid #21409a;
        letter-spacing: -0.025em; } }
    @media screen and (min-width: 768px) {
      .ete_trans-back-btn.back-btn a {
        min-height: 40px;
        line-height: 40px; } }
    @media screen and (min-width: 768px) {
      .ete_trans-back-btn.back-btn a span {
        padding-right: 10px; } }
    @media screen and (min-width: 768px) {
      .ete_trans-back-btn.back-btn a span::after {
        right: 7px; } }
