/*! Writen  by SCSS */
.bottom_button_wrap {
  padding-top: clamp(40px, 5vw, 60px); }
  @media screen and (max-width: 480px) {
    .bottom_button_wrap {
      padding-top: 0; } }

.sec01 {
  padding: clamp(50px, 6.667vw, 80px) 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/plan/bg_plan.webp"); }
  .sec01 .sec_ttl_group {
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_group {
        margin-bottom: 40px; } }
    .sec01 .sec_ttl_group .sec_ttl {
      line-height: 2.3; }
  .sec01 .thum_group {
    max-width: 1160px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: clamp(50px, 6vw, 90px) 0; }
    @media screen and (max-width: 480px) {
      .sec01 .thum_group {
        row-gap: 30px; } }
    .sec01 .thum_group .thum_item {
      color: #000;
      display: flex;
      justify-content: space-between;
      position: relative;
      padding: clamp(15px, 2.5vw, 30px);
      padding-right: 10px;
      width: 46.56%;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/plan/bg_thum.webp"); }
      @media screen and (max-width: 1200px) {
        .sec01 .thum_group .thum_item {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        .sec01 .thum_group .thum_item {
          width: 100%;
          flex-wrap: wrap;
          padding: 20px; } }
      body:not(.mobile) .sec01 .thum_group .thum_item:hover .viewmore {
        background: #987726;
        color: #FFF; }
      .sec01 .thum_group .thum_item .type_wrap {
        width: 32%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 30px; }
        @media screen and (max-width: 1024px) {
          .sec01 .thum_group .thum_item .type_wrap {
            row-gap: 10px; } }
        @media screen and (max-width: 480px) {
          .sec01 .thum_group .thum_item .type_wrap {
            row-gap: 20px; } }
        .sec01 .thum_group .thum_item .type_wrap .type_name {
          font-size: clamp(26px, 3.334vw, 40px);
          border: 1px solid #dfba6e;
          text-align: center;
          padding: 10px 5px;
          line-height: 1;
          background: linear-gradient(to right, #f8eab4 0%, #a98d2f 100%);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
          letter-spacing: 0.1em; }
          .sec01 .thum_group .thum_item .type_wrap .type_name .name_sub {
            font-size: 80%; }
          .sec01 .thum_group .thum_item .type_wrap .type_name .small {
            font-size: 60%; }
        .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num {
          display: flex;
          align-items: baseline;
          column-gap: 10px;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #000; }
          @media screen and (max-width: 1024px) {
            .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num {
              padding-bottom: 8px;
              margin-bottom: 8px; } }
          @media screen and (max-width: 480px) {
            .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num {
              flex-direction: column;
              padding-bottom: 15px;
              margin-bottom: 15px; } }
          .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk {
            font-size: clamp(22px, 3vw, 36px); }
            @media screen and (max-width: 820px) {
              .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk {
                font-size: 2.8vw; } }
            @media screen and (max-width: 480px) {
              .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk {
                font-size: 9vw; } }
            .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk .small {
              font-size: 80%; }
          .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk_sub {
            font-size: clamp(10px, 1.167vw, 14px);
            line-height: 1; }
            @media screen and (max-width: 480px) {
              .sec01 .thum_group .thum_item .type_wrap .num_group .ldk_num .ldk_sub {
                font-size: 3.6vw; } }
        .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num {
          flex-direction: column;
          line-height: 1.2; }
          .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num .m01 {
            font-size: clamp(12px, 1.334vw, 16px); }
            @media screen and (max-width: 480px) {
              .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num .m01 {
                font-size: 3.6vw; } }
          .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num .m02 {
            font-size: clamp(17px, 2vw, 24px); }
            @media screen and (max-width: 480px) {
              .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num .m02 {
                font-size: 4.4vw; } }
            .sec01 .thum_group .thum_item .type_wrap .num_group .meter_num .m02 .big {
              font-size: 166%; }
      .sec01 .thum_group .thum_item .thum_img {
        align-self: center;
        width: 64%;
        text-align: center; }
      .sec01 .thum_group .thum_item .viewmore {
        position: absolute;
        left: 30px;
        bottom: 20px;
        border: 1px solid #987726;
        width: 29.63%;
        font-size: clamp(12px, 1.334vw, 16px);
        color: #987726;
        font-weight: 500;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        padding: 6px 5px 3px;
        transition: 0.3s all ease-in-out 0s; }
        @media screen and (max-width: 820px) {
          .sec01 .thum_group .thum_item .viewmore {
            left: 20px;
            font-size: 10px; } }
        @media screen and (max-width: 480px) {
          .sec01 .thum_group .thum_item .viewmore {
            position: static;
            width: 100%;
            font-size: 15px;
            padding: 5px;
            margin-top: 20px; } }

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