@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.copy {
  letter-spacing: 0.1em; }

.img_box {
  margin-bottom: 10%; }
  .img_box .mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_5 {
    margin-bottom: 5%; }
  .img_box.mb_20 {
    margin-bottom: 20%; }

.txt {
  margin-bottom: 10%; }

.mini_title {
  font-size: 1.8rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .mini_title {
      font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.9569471624 ); } }
  @media (min-width: 1280px) {
    .mini_title {
      font-size: 2.8rem; } }

.orange_txt {
  font-size: 1.7rem;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #ED9227;
  margin-bottom: 5%; }
  @media (min-width: 769px) {
    .orange_txt {
      font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
  @media (min-width: 1280px) {
    .orange_txt {
      font-size: 2.5rem; } }

.txt_attensiton {
  font-size: 1.5rem;
  text-align: justify; }
  @media (min-width: 769px) {
    .txt_attensiton {
      font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
  @media (min-width: 1280px) {
    .txt_attensiton {
      font-size: 1.6rem; } }

/*土地活用*/
#hero .what_wrap .img_box {
  width: 70%;
  margin: 0 auto 5%; }
#hero .what_wrap .copy {
  text-align: justify; }

/*コンセプト*/
#hero_concept .concept_wrap .concept_box {
  margin-bottom: 10%; }
  #hero_concept .concept_wrap .concept_box .concept_img {
    margin: auto;
    width: 80%; }
  #hero_concept .concept_wrap .concept_box .copy {
    text-align: justify;
    margin-bottom: 10%; }
  #hero_concept .concept_wrap .concept_box .efficacy_box {
    vertical-align: text-top;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: solid 1px #ED9227;
    position: relative;
    font-weight: bold;
    padding: 4% 2%;
    background: #fff;
    align-items: center;
    height: 100px; }
    @media (min-width: 769px) {
      #hero_concept .concept_wrap .concept_box .efficacy_box {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
    @media (min-width: 1280px) {
      #hero_concept .concept_wrap .concept_box .efficacy_box {
        font-size: 1.4rem; } }
    #hero_concept .concept_wrap .concept_box .efficacy_box .txt_box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 90%;
      text-indent: -1em;
      padding-left: 1em; }
      #hero_concept .concept_wrap .concept_box .efficacy_box .txt_box .orange_box {
        color: #ED9227;
        font-size: 1rem; }
    #hero_concept .concept_wrap .concept_box .efficacy_box:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 11px 16px 11px;
      border-color: transparent transparent #ED9227 transparent;
      top: -16px;
      left: 50%;
      transform: translateX(-50%); }
    #hero_concept .concept_wrap .concept_box .efficacy_box:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 15px 10px;
      border-color: transparent transparent #fff transparent;
      top: -14px;
      left: 50%;
      transform: translateX(-50%); }

/*選ばれる4つの理由*/
#reason .mini_title {
  margin-bottom: 0; }
#reason .sab_title {
  font-size: 1.4rem;
  margin-bottom: 5%;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center; }
  @media (min-width: 769px) {
    #reason .sab_title {
      font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.782778865 ); } }
  @media (min-width: 1280px) {
    #reason .sab_title {
      font-size: 1.8rem; } }
  #reason .sab_title span {
    position: relative; }
    #reason .sab_title span::before {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      left: -20px;
      width: 15px;
      height: 1px;
      background: #000;
      transform: translate(0, -50%); }
    #reason .sab_title span::after {
      position: absolute;
      content: "";
      display: block;
      top: 50%;
      right: -20px;
      width: 15px;
      height: 1px;
      background: #000;
      transform: translate(0, -50%); }
#reason .reason_wrap {
  margin-bottom: 15%; }
  #reason .reason_wrap .img_sp {
    margin: 0 auto 3%; }
    #reason .reason_wrap .img_sp span {
      display: block;
      font-size: 12px;
      text-align: right; }
  #reason .reason_wrap .flex_wrap {
    margin-bottom: 10%; }
    #reason .reason_wrap .flex_wrap .txt_box {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%; }
      #reason .reason_wrap .flex_wrap .txt_box .reason_number {
        font-size: 1.7rem;
        font-family: "Karla", Arial, Helvetica, "sans-serif";
        color: #ED9227;
        font-weight: bold;
        margin-bottom: -2%; }
        @media (min-width: 769px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_number {
            font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
        @media (min-width: 1280px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_number {
            font-size: 2rem; } }
      #reason .reason_wrap .flex_wrap .txt_box .reason_title {
        font-size: 1.7rem;
        margin-bottom: 1%;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media (min-width: 769px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_title {
            font-size: calc( 1.7rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
        @media (min-width: 1280px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_title {
            font-size: 2.5rem; } }
      #reason .reason_wrap .flex_wrap .txt_box .reason_txt {
        font-size: 1.5rem;
        text-align: justify;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        margin-bottom: 3%; }
        @media (min-width: 769px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_txt {
            font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
        @media (min-width: 1280px) {
          #reason .reason_wrap .flex_wrap .txt_box .reason_txt {
            font-size: 1.6rem; } }
  #reason .reason_wrap table {
    font-size: 1.2rem;
    border: solid 1px #C0C0C0;
    width: 100%;
    margin-bottom: 5%; }
    @media (min-width: 769px) {
      #reason .reason_wrap table {
        font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
    @media (min-width: 1280px) {
      #reason .reason_wrap table {
        font-size: 1.4rem; } }
    #reason .reason_wrap table tbody {
      width: 100%; }
      #reason .reason_wrap table tbody tr {
        width: 100%; }
        #reason .reason_wrap table tbody tr th {
          border-right: solid 1px #C0C0C0;
          border-bottom: solid 1px #C0C0C0;
          background: #F4F4F4;
          padding: 2% 3%;
          width: 25%;
          text-align: left;
          font-weight: lighter; }
        #reason .reason_wrap table tbody tr td {
          border-right: solid 1px #C0C0C0;
          border-bottom: solid 1px #C0C0C0;
          padding: 2% 2%;
          width: 37%; }
          #reason .reason_wrap table tbody tr td.back_color {
            background: #F4F4F4; }
        #reason .reason_wrap table tbody tr:last-child td {
          border-bottom: none; }

/*プラン例*/
#plan .plan_box {
  border: solid 2px #1695CC;
  margin-bottom: 5%; }
  #plan .plan_box .plan_txt {
    font-size: 1.8rem;
    text-align: center;
    background: #1695CC;
    font-weight: bold;
    color: #fff;
    padding: 2% 0;
    width: 100%; }
    @media (min-width: 769px) {
      #plan .plan_box .plan_txt {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
    @media (min-width: 1280px) {
      #plan .plan_box .plan_txt {
        font-size: 2.5rem; } }
  #plan .plan_box .plan_wrap {
    padding: 4%; }
    #plan .plan_box .plan_wrap .plan_img {
      margin-bottom: 2%; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .img_box .mb_5 {
    margin-bottom: 2%; }

  .txt_wrap {
    flex-flow: row-reverse; }
    .txt_wrap .img_wrap {
      flex: 0 1 35%;
      width: 35%;
      max-width: 35%; }
      .txt_wrap .img_wrap img {
        width: 100%; }
    .txt_wrap .txt_box {
      flex: 0 1 60%;
      width: 60%;
      max-width: 60%; }
      .txt_wrap .txt_box .title_box {
        margin-bottom: 4%; }
        .txt_wrap .txt_box .title_box h2 {
          text-align: left; }

  /*土地活用*/
  #hero .what_wrap .img_box {
    width: 60%; }
    #hero .what_wrap .img_box.sp_tab_only {
      display: block; }
  #hero .what_wrap .copy {
    text-align: center; }

  /*コンセプト*/
  #hero_concept .concept_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #hero_concept .concept_wrap .concept_box {
      flex: 0 1 31%;
      width: 31%;
      max-width: 31%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      align-items: stretch;
      margin-bottom: 0; }
      #hero_concept .concept_wrap .concept_box .orange_txt {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }
      #hero_concept .concept_wrap .concept_box .copy {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }
      #hero_concept .concept_wrap .concept_box .concept_img {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%; }
      #hero_concept .concept_wrap .concept_box .efficacy_box {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        height: 150px;
        margin-top: auto; }

  /*選ばれる4つの理由*/
  #reason .reason_txt {
    text-align: left; }
  #reason .reason_wrap .flex_wrap {
    margin-bottom: 10%; }
    #reason .reason_wrap .flex_wrap span {
      display: block;
      font-size: 12px;
      text-align: right; }
    #reason .reason_wrap .flex_wrap .txt_box {
      flex: 0 1 50%;
      width: 50%;
      max-width: 50%; }
      #reason .reason_wrap .flex_wrap .txt_box .reason_number {
        margin-bottom: 0; }
      #reason .reason_wrap .flex_wrap .txt_box .reason_title {
        margin-bottom: 2%; }
    #reason .reason_wrap .flex_wrap .img_pc {
      flex: 0 1 45%;
      width: 45%;
      max-width: 45%;
      display: block; }
    #reason .reason_wrap .flex_wrap.last_mb {
      margin-bottom: 3%; }
  #reason .reason_wrap table tbody tr th {
    padding: 1.5% 2%; }
  #reason .reason_wrap table tbody tr td {
    padding: 1.5%; }

  /*プラン例*/
  #plan .plan_box {
    border: solid 4px #1695CC; }
    #plan .plan_box .plan_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 2%; }
      #plan .plan_box .plan_wrap .plan_img {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        margin-bottom: 0; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*土地活用*/
  #hero .what_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #hero .what_wrap .img_box {
      flex: 0 1 30%;
      width: 30%;
      max-width: 30%;
      margin: 0;
      width: 100%; }
      #hero .what_wrap .img_box.pc_only {
        display: block; }
      #hero .what_wrap .img_box.sp_tab_only {
        display: none; }
    #hero .what_wrap .copy {
      flex: 0 1 65%;
      width: 65%;
      max-width: 65%;
      text-align: justify; }

  /*コンセプト*/
  #hero_concept .concept_wrap .concept_box {
    flex: 0 1 27%;
    width: 27%;
    max-width: 27%; } }
/*------------------------------
		1280px以上
------------------------------*/

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