@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 共通
===========================================*/
/*このページで使用するフォントカラーを定義*/
/*==========================================
 SDGsページ
===========================================*/
.land .land-head .page-ttl {
  margin-bottom: 0; }
  .land .land-head .page-ttl .ttl {
    text-align: left;
    color: #381706;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1140px) {
      .land .land-head .page-ttl .ttl {
        max-width: 740px; } }
    @media screen and (max-width: 767px) {
      .land .land-head .page-ttl .ttl {
        max-width: 590px; } }
    .land .land-head .page-ttl .ttl .ttl-ja {
      font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-weight: 300;
      font-size: 6rem;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 1140px) {
        .land .land-head .page-ttl .ttl .ttl-ja {
          font-size: 3.8rem; } }
      @media screen and (max-width: 767px) {
        .land .land-head .page-ttl .ttl .ttl-ja {
          font-size: 2.8rem; } }
    .land .land-head .page-ttl .ttl .ttl-sub {
      font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      font-weight: 300;
      font-size: 2rem;
      letter-spacing: 0.05em;
      padding-right: 5em;
      padding-left: 1em;
      position: relative; }
      @media screen and (max-width: 1140px) {
        .land .land-head .page-ttl .ttl .ttl-sub {
          font-size: 1.8rem;
          padding-right: 0; } }
      @media screen and (max-width: 767px) {
        .land .land-head .page-ttl .ttl .ttl-sub {
          font-size: 1.6rem; } }
      .land .land-head .page-ttl .ttl .ttl-sub::before {
        content: "";
        display: block;
        width: 5px;
        height: 90%;
        position: absolute;
        top: 5px;
        left: 0;
        background-color: #381706; }
.land .land-head .item-area {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 3em; }
  @media screen and (max-width: 576px) {
    .land .land-head .item-area {
      display: block; } }
  .land .land-head .item-area .item {
    flex-basis: calc(100% * 1/3);
    /*padding: 0 5.5%;*/ }
    @media screen and (max-width: 576px) {
      .land .land-head .item-area .item {
        padding: 3em 2.5%; } }
    .land .land-head .item-area .item .img-box {
      margin-bottom: 1em;
      text-align: center;
      max-width: 260px;
      margin: 0 auto;
      padding: 0 2.5%; }
      @media screen and (max-width: 767px) {
        .land .land-head .item-area .item .img-box {
          max-width: 180px; } }
      @media screen and (max-width: 576px) {
        .land .land-head .item-area .item .img-box {
          max-width: initial; } }
    .land .land-head .item-area .item .txt-area {
      max-width: 260px;
      margin: 0 auto;
      padding: 0 2.5%; }
      @media screen and (max-width: 767px) {
        .land .land-head .item-area .item .txt-area {
          max-width: 180px; } }
      @media screen and (max-width: 576px) {
        .land .land-head .item-area .item .txt-area {
          max-width: 320px; } }
      .land .land-head .item-area .item .txt-area .txt {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        line-height: 1.8;
        font-size: 1.8rem;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          .land .land-head .item-area .item .txt-area .txt {
            font-size: 1.6rem; } }
  .land .land-head .item-area .item2 {
    position: relative; }
    .land .land-head .item-area .item2::before {
      content: "";
      display: block;
      width: 2px;
      height: 198px;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #bfbfbf; }
      @media screen and (max-width: 767px) {
        .land .land-head .item-area .item2::before {
          height: 100%; } }
      @media screen and (max-width: 576px) {
        .land .land-head .item-area .item2::before {
          height: 2px;
          width: 100%; } }
    .land .land-head .item-area .item2::after {
      content: "";
      display: block;
      width: 2px;
      height: 198px;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #bfbfbf; }
      @media screen and (max-width: 767px) {
        .land .land-head .item-area .item2::after {
          height: 100%; } }
      @media screen and (max-width: 576px) {
        .land .land-head .item-area .item2::after {
          height: 2px;
          width: 100%;
          top: initial;
          bottom: 0; } }
.land .land-body {
  margin-top: 6em; }
  @media screen and (max-width: 576px) {
    .land .land-body {
      margin-top: 2em; } }
  .land .land-body .sec-merit {
    background-color: #f2e9dd;
    padding: 3em 0 6em; }
    @media screen and (max-width: 576px) {
      .land .land-body .sec-merit {
        padding: 3em 0; } }
    .land .land-body .sec-merit .ttl {
      color: #b28247;
      text-align: center; }
      .land .land-body .sec-merit .ttl .ttl-en {
        font-size: 9rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-merit .ttl .ttl-en {
            font-size: 7rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-merit .ttl .ttl-en {
            font-size: 5rem; } }
      .land .land-body .sec-merit .ttl .ttl-ja {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-merit .ttl .ttl-ja {
            font-size: 3rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-merit .ttl .ttl-ja {
            font-size: 2rem; } }
    .land .land-body .sec-merit .item {
      margin-top: 3em; }
      .land .land-body .sec-merit .item .nom-circle {
        width: 64px;
        height: 64px;
        margin: 0 auto;
        background-color: #b28247;
        border-radius: 50%; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-merit .item .nom-circle {
            width: 54px;
            height: 54px; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-merit .item .nom-circle {
            width: 44px;
            height: 44px; } }
        .land .land-body .sec-merit .item .nom-circle .inner {
          text-align: center;
          color: #f2e9dd;
          padding: 0.4em; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-merit .item .nom-circle .inner {
              padding: 0.25em; } }
          .land .land-body .sec-merit .item .nom-circle .inner .mrt {
            display: block;
            font-family: "Quicksand", sans-serif;
            font-weight: bold;
            font-size: 1rem;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 1140px) {
              .land .land-body .sec-merit .item .nom-circle .inner .mrt {
                line-height: 1; } }
          .land .land-body .sec-merit .item .nom-circle .inner .nom {
            display: block;
            font-family: "Quicksand", sans-serif;
            font-weight: bold;
            font-size: 3.6rem;
            line-height: 1;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 576px) {
              .land .land-body .sec-merit .item .nom-circle .inner .nom {
                font-size: 2.6rem; } }
      .land .land-body .sec-merit .item .ttl {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 3rem;
        letter-spacing: 0.05em;
        font-weight: 300;
        margin-bottom: 0.1em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-merit .item .ttl {
            font-size: 2.5rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-merit .item .ttl {
            font-size: 2rem; } }
      .land .land-body .sec-merit .item .txt {
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.05em; }
    .land .land-body .sec-merit .item1 .txt {
      margin: 0 auto;
      max-width: 620px; }
    .land .land-body .sec-merit .item2 .txt {
      margin: 0 auto;
      max-width: 930px; }
    .land .land-body .sec-merit .item3 .txt {
      margin: 0 auto;
      max-width: 960px; }
  .land .land-body .sec-search {
    margin-top: 3em; }
    .land .land-body .sec-search .ttl {
      color: #b28247;
      text-align: center; }
      .land .land-body .sec-search .ttl .ttl-en {
        font-size: 9rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-search .ttl .ttl-en {
            font-size: 7rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-search .ttl .ttl-en {
            font-size: 5rem; } }
      .land .land-body .sec-search .ttl .ttl-ja {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-search .ttl .ttl-ja {
            font-size: 3rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-search .ttl .ttl-ja {
            font-size: 2rem; } }
    .land .land-body .sec-search .circle-area {
      display: flex;
      justify-content: space-between;
      max-width: 930px;
      margin: 0 auto; }
      @media screen and (max-width: 1140px) {
        .land .land-body .sec-search .circle-area {
          max-width: 760px; } }
      @media screen and (max-width: 576px) {
        .land .land-body .sec-search .circle-area {
          display: block; } }
      .land .land-body .sec-search .circle-area .circle {
        width: 258px;
        height: 258px;
        border-radius: 50%;
        background-color: #b28247;
        margin-top: 3em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-search .circle-area .circle {
            width: 208px;
            height: 208px; } }
        @media screen and (max-width: 767px) {
          .land .land-body .sec-search .circle-area .circle {
            width: 188px;
            height: 188px; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-search .circle-area .circle {
            margin: 2em auto 0; } }
        .land .land-body .sec-search .circle-area .circle .ttl {
          color: #fff;
          padding: 3em 2em; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-search .circle-area .circle .ttl {
              padding: 1.5em 1em; } }
          @media screen and (max-width: 767px) {
            .land .land-body .sec-search .circle-area .circle .ttl {
              padding: 0.9em; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-search .circle-area .circle .ttl {
              padding: 1em; } }
          .land .land-body .sec-search .circle-area .circle .ttl .ttl-en {
            font-size: 3rem;
            margin-bottom: 0.2em; }
            @media screen and (max-width: 767px) {
              .land .land-body .sec-search .circle-area .circle .ttl .ttl-en {
                margin-bottom: 0; } }
          .land .land-body .sec-search .circle-area .circle .ttl .ttl-ja {
            font-size: 1.8rem; }
            @media screen and (max-width: 1140px) {
              .land .land-body .sec-search .circle-area .circle .ttl .ttl-ja {
                font-size: 1.6rem; } }
  .land .land-body .sec-point {
    padding: 6em 0;
    margin-top: 6em;
    background-color: #f2e9dd; }
    @media screen and (max-width: 576px) {
      .land .land-body .sec-point {
        padding: 3em 0;
        margin-top: 3em; } }
    .land .land-body .sec-point .ttl {
      color: #b28247;
      text-align: center;
      margin-bottom: 3em; }
      @media screen and (max-width: 576px) {
        .land .land-body .sec-point .ttl {
          margin-bottom: 0; } }
      .land .land-body .sec-point .ttl .ttl-en {
        font-size: 9rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-point .ttl .ttl-en {
            font-size: 7rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-point .ttl .ttl-en {
            font-size: 5rem; } }
      .land .land-body .sec-point .ttl .ttl-ja {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-point .ttl .ttl-ja {
            font-size: 3rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-point .ttl .ttl-ja {
            font-size: 2rem; } }
    .land .land-body .sec-point .item-area {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 576px) {
        .land .land-body .sec-point .item-area {
          display: block; } }
      .land .land-body .sec-point .item-area .item {
        flex-basis: calc(100% * 1/2); }
        .land .land-body .sec-point .item-area .item:nth-child(-n + 2) {
          /*2番目まで*/
          padding-bottom: 3em; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-point .item-area .item:nth-child(-n + 2) {
              padding-bottom: 2em; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item:nth-child(-n + 2) {
              padding-top: 3em;
              padding-bottom: 0; } }
        .land .land-body .sec-point .item-area .item:nth-child(n + 3) {
          /*3番目以降*/
          padding-top: 3em; }
        .land .land-body .sec-point .item-area .item:nth-child(1) {
          border-bottom: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item:nth-child(1) {
              border-bottom: initial; } }
        .land .land-body .sec-point .item-area .item:nth-child(2) {
          border-left: 1px solid #b28247;
          border-bottom: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item:nth-child(2) {
              border-left: initial;
              border-bottom: initial; } }
        .land .land-body .sec-point .item-area .item:nth-child(4) {
          border-left: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item:nth-child(4) {
              border-left: initial; } }
        .land .land-body .sec-point .item-area .item .nom-circle {
          width: 64px;
          height: 64px;
          margin: 0 auto;
          background-color: #b28247;
          border-radius: 50%; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-point .item-area .item .nom-circle {
              width: 54px;
              height: 54px; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item .nom-circle {
              width: 44px;
              height: 44px; } }
          .land .land-body .sec-point .item-area .item .nom-circle .inner {
            text-align: center;
            color: #f2e9dd;
            padding: 0.4em; }
            @media screen and (max-width: 1140px) {
              .land .land-body .sec-point .item-area .item .nom-circle .inner {
                padding: 0.25em; } }
            .land .land-body .sec-point .item-area .item .nom-circle .inner .mrt {
              display: block;
              font-family: "Quicksand", sans-serif;
              font-weight: bold;
              font-size: 1rem;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1140px) {
                .land .land-body .sec-point .item-area .item .nom-circle .inner .mrt {
                  line-height: 1; } }
            .land .land-body .sec-point .item-area .item .nom-circle .inner .nom {
              display: block;
              font-family: "Quicksand", sans-serif;
              font-weight: bold;
              font-size: 3.6rem;
              line-height: 1;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 576px) {
                .land .land-body .sec-point .item-area .item .nom-circle .inner .nom {
                  font-size: 2.6rem; } }
        .land .land-body .sec-point .item-area .item .ttl {
          font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          font-size: 3rem;
          font-weight: 300;
          letter-spacing: 0.05em;
          margin: 0.5em 0; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-point .item-area .item .ttl {
              padding: 0 2.5%;
              font-size: 2.2rem; } }
          @media screen and (max-width: 767px) {
            .land .land-body .sec-point .item-area .item .ttl {
              font-size: 2rem; } }
        .land .land-body .sec-point .item-area .item .txt {
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.8;
          max-width: 427px;
          margin: 0 auto;
          text-align: justify; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-point .item-area .item .txt {
              padding: 0 2.5%; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-point .item-area .item .txt {
              padding: 0; } }
  .land .land-body .sec-step {
    padding: 6em 0 0; }
    @media screen and (max-width: 576px) {
      .land .land-body .sec-step {
        padding: 3em 0 0; } }
    .land .land-body .sec-step .ttl {
      color: #b28247;
      text-align: center;
      margin-bottom: 3em; }
      @media screen and (max-width: 576px) {
        .land .land-body .sec-step .ttl {
          margin-bottom: 0; } }
      .land .land-body .sec-step .ttl .ttl-en {
        font-size: 9rem;
        font-family: "Quicksand", sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-step .ttl .ttl-en {
            font-size: 7rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-step .ttl .ttl-en {
            font-size: 5rem; } }
      .land .land-body .sec-step .ttl .ttl-ja {
        font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 4rem;
        font-weight: 300;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 1140px) {
          .land .land-body .sec-step .ttl .ttl-ja {
            font-size: 3rem; } }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-step .ttl .ttl-ja {
            font-size: 2rem; } }
    .land .land-body .sec-step .item-area {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 576px) {
        .land .land-body .sec-step .item-area {
          display: block; } }
      .land .land-body .sec-step .item-area .item {
        flex-basis: calc(100% * 1/3); }
        @media screen and (max-width: 576px) {
          .land .land-body .sec-step .item-area .item {
            display: flex; } }
        .land .land-body .sec-step .item-area .item:nth-child(1) {
          /*一番目*/
          border-bottom: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(1) {
              border-bottom: initial; } }
        .land .land-body .sec-step .item-area .item:nth-child(2) {
          border-left: 1px solid #b28247;
          border-right: 1px solid #b28247;
          border-bottom: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(2) {
              border-left: initial;
              border-right: initial;
              border-bottom: initial; } }
        .land .land-body .sec-step .item-area .item:nth-child(3) {
          border-bottom: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(3) {
              border-bottom: initial; } }
        .land .land-body .sec-step .item-area .item:nth-child(5) {
          border-left: 1px solid #b28247;
          border-right: 1px solid #b28247; }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(5) {
              border-left: initial;
              border-right: initial; } }
        .land .land-body .sec-step .item-area .item:nth-child(n + 4) {
          /*4番目以降*/
          padding: 2em; }
          @media screen and (max-width: 767px) {
            .land .land-body .sec-step .item-area .item:nth-child(n + 4) {
              padding: 1em; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(n + 4) {
              padding: 3em 0 0 0; } }
        .land .land-body .sec-step .item-area .item:nth-child(-n + 3) {
          /*3番目まで*/
          padding: 0 2em 2em 2em; }
          @media screen and (max-width: 767px) {
            .land .land-body .sec-step .item-area .item:nth-child(-n + 3) {
              padding: 0 1em 1em 1em; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item:nth-child(-n + 3) {
              padding: 3em 0 0 0; } }
        .land .land-body .sec-step .item-area .item .nom-circle {
          width: 64px;
          height: 64px;
          margin: 0 auto;
          background-color: #b28247;
          border-radius: 50%; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-step .item-area .item .nom-circle {
              width: 54px;
              height: 54px; } }
          @media screen and (max-width: 576px) {
            .land .land-body .sec-step .item-area .item .nom-circle {
              width: 44px;
              height: 44px;
              margin: 0;
              margin-right: 1em; } }
          .land .land-body .sec-step .item-area .item .nom-circle .inner {
            text-align: center;
            color: #fff;
            padding: 0.4em; }
            @media screen and (max-width: 1140px) {
              .land .land-body .sec-step .item-area .item .nom-circle .inner {
                padding: 0.25em; } }
            .land .land-body .sec-step .item-area .item .nom-circle .inner .mrt {
              display: block;
              font-family: "Quicksand", sans-serif;
              font-weight: bold;
              font-size: 1rem;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 1140px) {
                .land .land-body .sec-step .item-area .item .nom-circle .inner .mrt {
                  line-height: 1; } }
            .land .land-body .sec-step .item-area .item .nom-circle .inner .nom {
              display: block;
              font-family: "Quicksand", sans-serif;
              font-weight: bold;
              font-size: 3.6rem;
              line-height: 1;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 576px) {
                .land .land-body .sec-step .item-area .item .nom-circle .inner .nom {
                  font-size: 2.6rem; } }
        .land .land-body .sec-step .item-area .item .ttl {
          font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          font-weight: 300;
          font-size: 3rem;
          letter-spacing: -0.01em;
          text-align: center;
          margin: 0.5em 0; }
          @media screen and (max-width: 1140px) {
            .land .land-body .sec-step .item-area .item .ttl {
              font-size: 2.5rem; } }
          @media screen and (max-width: 767px) {
            .land .land-body .sec-step .item-area .item .ttl {
              font-size: 2rem; } }

/*==========================================
 土地リクエストボタン
===========================================*/
.btn-area {
  margin: 6em 0 0; }
  @media screen and (max-width: 576px) {
    .btn-area {
      margin: 3em 0 0; } }
  .btn-area .item a {
    display: block;
    border: 1px solid #b28247;
    padding: 0.5em 0.5em 0.5em 2.5em;
    border-radius: 60px;
    max-width: 517px;
    margin: 0 auto; }
    .btn-area .item a:hover {
      background-color: #ebdcca; }
    .btn-area .item a .item-wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .btn-area .item a .item-wrap .item-ttl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        color: #b28247; }
        @media screen and (max-width: 576px) {
          .btn-area .item a .item-wrap .item-ttl {
            display: block; } }
        .btn-area .item a .item-wrap .item-ttl .ttl-ja {
          font-size: 2rem;
          font-family: "Kiwi Maru", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
          font-weight: 300;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 576px) {
            .btn-area .item a .item-wrap .item-ttl .ttl-ja {
              font-size: 1.8rem; } }
        .btn-area .item a .item-wrap .item-ttl .ttl-en {
          font-size: 1.6rem;
          font-family: "Quicksand", sans-serif;
          font-weight: bold;
          letter-spacing: 0.05em;
          padding-left: 2.4em; }
          @media screen and (max-width: 576px) {
            .btn-area .item a .item-wrap .item-ttl .ttl-en {
              padding-left: 0; } }
      .btn-area .item a .item-wrap .btn-moreL_nolink .arw {
        background-color: #b28247; }
        .btn-area .item a .item-wrap .btn-moreL_nolink .arw::before {
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; }

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