/*! Writen  by SCSS */
.breadlist {
  display: none; }

div.wrap {
  padding-top: 0 !important; }

.container {
  padding: 0; }

.inner_main .main_txt {
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(28px, calc(48vw / 16), 48px);
  letter-spacing: 0.15em; }
  .inner_main .main_txt .last_txt {
    display: inline-block;
    letter-spacing: -0.25em; }
    @media screen and (max-width: 480px) {
      .inner_main .main_txt .last_txt {
        letter-spacing: -0.5em; } }

.container {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .container::before {
    content: '';
    position: fixed;
    inset: 0;
    background: url("../images/common/bg.png") left top/cover no-repeat;
    z-index: -1; }

.sec01 {
  position: relative;
  padding-bottom: 0;
  position: relative; }
  .sec01 .text_wrap .ttl {
    font-size: clamp(20px, calc(32vw / 11.8), 32px);
    font-size: clamp(20px, calc(30vw / 11.8), 30px);
    line-height: 1;
    margin-bottom: 1em;
    letter-spacing: 0.1em;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap .ttl {
        font-size: calc(22vw / 3.9);
        margin-bottom: 20px; } }
  .sec01 .text_wrap .text {
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: clamp(12px, calc(19vw / 11.8), 19px);
    font-size: clamp(12px, calc(16vw / 11.8), 16px);
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .sec01 .text_wrap .text {
        font-size: calc(14vw / 3.9); } }
  .sec01::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: url("../images/common/bg01.png") left top/100% auto no-repeat; }
    @media screen and (max-width: 767px) {
      .sec01::before {
        background: url("../images/common/bg01.png") left top/160% auto no-repeat; } }

.sec02 {
  padding-top: clamp(50px, calc(85vw / 11.8), 85px);
  padding-bottom: clamp(50px, calc(85vw / 11.8), 85px);
  background: #fff;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding-bottom: 80px; } }
  .sec02 .text_wrap {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: clamp(20px, calc(40vw / 11.8), 40px); }
    .sec02 .text_wrap .ttl {
      font-size: clamp(16px, calc(24vw / 11.8), 24px);
      font-size: clamp(16px, calc(22vw / 11.8), 22px);
      margin-bottom: 1em;
      line-height: 1.45;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        .sec02 .text_wrap .ttl {
          font-size: calc(16vw / 3.9); } }
    .sec02 .text_wrap .read {
      font-size: clamp(12px, calc(18vw / 11.8), 18px);
      font-size: clamp(12px, calc(16vw / 11.8), 16px);
      line-height: 2;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        .sec02 .text_wrap .read {
          font-size: calc(14vw / 3.9); } }
  .sec02 .img02 {
    margin-bottom: clamp(40px, calc(65vw / 11.8), 65px); }
    @media screen and (max-width: 480px) {
      .sec02 .img02 {
        max-width: 80%;
        margin: 0 auto 40px; } }
    @media screen and (max-width: 480px) {
      .sec02 .img02 .img01 {
        max-width: 228px;
        margin: 0 auto 15px; } }
  .sec02 .text_wrap {
    margin-bottom: clamp(50px, calc(85vw / 11.8), 85px); }
  .sec02 .item_ttl {
    font-size: clamp(13px, calc(19vw / 11.8), 19px);
    font-size: clamp(13px, calc(18vw / 11.8), 18px);
    font-weight: 400;
    padding: 0.4em 0.8em 0.3em;
    background: #4f4a44;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto 1.1em; }
    @media screen and (max-width: 600px) {
      .sec02 .item_ttl {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0.05em; } }
  .sec02 .items01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    gap: 40px 0; }
    @media screen and (max-width: 600px) {
      .sec02 .items01 {
        gap: 25px 0; } }
    .sec02 .items01 .item {
      width: calc(323%/10); }
      @media screen and (max-width: 600px) {
        .sec02 .items01 .item {
          width: 48%; }
          .sec02 .items01 .item:nth-child(1) {
            order: 1; }
          .sec02 .items01 .item:nth-child(2) {
            order: 2; }
          .sec02 .items01 .item:nth-child(3) {
            order: 3; }
          .sec02 .items01 .item:nth-child(6) {
            order: 4; }
          .sec02 .items01 .item:nth-child(4) {
            order: 5; }
          .sec02 .items01 .item:nth-child(5) {
            order: 6; } }
      .sec02 .items01 .item.wide {
        width: calc(662%/10); }
        @media screen and (max-width: 600px) {
          .sec02 .items01 .item.wide {
            width: 100%; } }
        .sec02 .items01 .item.wide .img_wrap {
          display: flex;
          justify-content: space-between; }
          .sec02 .items01 .item.wide .img_wrap .img_cap {
            width: calc(323%/6.62); }
      .sec02 .items01 .item .txt_box {
        font-size: clamp(12px, calc(17vw / 11.8), 17px);
        text-align: center;
        background: #cecdca;
        display: flex;
        flex-direction: column;
        gap: 5px 0;
        justify-content: center;
        align-items: center;
        min-height: 3.2em;
        font-weight: 400; }
        @media screen and (max-width: 600px) {
          .sec02 .items01 .item .txt_box {
            min-height: 3em;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.05em; } }
        .sec02 .items01 .item .txt_box p {
          line-height: 1; }
          .sec02 .items01 .item .txt_box p.min {
            font-size: 90%; }
      .sec02 .items01 .item .img_cap {
        margin-bottom: 15px; }
        @media screen and (max-width: 480px) {
          .sec02 .items01 .item .img_cap {
            margin-bottom: 5px; } }
        .sec02 .items01 .item .img_cap.bor {
          position: relative; }
          .sec02 .items01 .item .img_cap.bor::after {
            content: "";
            border: 1px solid #ccc;
            position: absolute;
            inset: 0;
            margin: auto; }

.sec03 {
  background: #fff;
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding-bottom: 80px; } }
  .sec03 .text_wrap {
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: clamp(20px, calc(40vw / 11.8), 40px); }
    .sec03 .text_wrap .ttl {
      font-size: clamp(16px, calc(24vw / 11.8), 24px);
      font-size: clamp(16px, calc(22vw / 11.8), 22px);
      font-weight: 400;
      margin-bottom: 1em;
      line-height: 1.45; }
      @media screen and (max-width: 480px) {
        .sec03 .text_wrap .ttl {
          font-size: calc(16vw / 3.9); } }
    .sec03 .text_wrap .read {
      font-size: clamp(12px, calc(18vw / 11.8), 18px);
      font-size: clamp(12px, calc(16vw / 11.8), 16px);
      line-height: 2;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        .sec03 .text_wrap .read {
          font-size: calc(14vw / 3.9); } }
  .sec03 .img {
    max-width: 382px;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec03 .img {
        width: 80%; } }

/*# sourceMappingURL=sustainable.css.map */
