/*! Writen  by SCSS */
.sec01 {
  padding-top: 0;
  padding-bottom: clamp(50px, 6.154vw, 80px); }
  .sec01 .shikihai .cap {
    right: 25%; }
    @media screen and (max-width: 480px) {
      .sec01 .shikihai .cap {
        right: 10px; } }
  .sec01 .sec_ttl_wrap.first {
    margin: clamp(40px, 4.616vw, 60px) 0; }
  @media screen and (max-width: 480px) {
    .sec01 .sec_ttl_wrap .sec_read_group {
      display: flex;
      flex-direction: column;
      row-gap: 20px; } }
  .sec01 .image_illust_group {
    max-width: 833px;
    margin: 0 auto clamp(70px, 7.693vw, 100px);
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec01 .image_illust_group {
        margin-bottom: 50px; } }
    .sec01 .image_illust_group .hanrei_img {
      position: absolute;
      right: 12%;
      top: calc(100% - 10px);
      width: 30.14%; }
      @media screen and (max-width: 480px) {
        .sec01 .image_illust_group .hanrei_img {
          position: static;
          width: auto;
          margin-top: 5px; } }
  .sec01 .sec01_item01 {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: clamp(40px, 4.616vw, 60px) 3.21%;
    align-items: flex-start; }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_item01 {
        gap: 30px 4%; } }
    .sec01 .sec01_item01 .item {
      width: 22.59%; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_item01 .item {
          width: 48%; } }
      .sec01 .sec01_item01 .item.item01 {
        width: 48.39%; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item01 .item.item01 {
            width: 100%;
            flex-direction: column;
            row-gap: 30px; } }
        .sec01 .sec01_item01 .item.item01 .text_group .item_name {
          border: none;
          text-align: left;
          padding-bottom: 0;
          margin-top: 0;
          margin-bottom: clamp(15px, 2.308vw, 30px); }
      .sec01 .sec01_item01 .item .num_ttl {
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 5px;
        padding-bottom: clamp(10px, 1.539vw, 20px);
        margin: 15px 0 clamp(10px, 1.539vw, 20px);
        border-bottom: 1px solid #c6932f; }
        .sec01 .sec01_item01 .item .num_ttl .num {
          width: 21px;
          aspect-ratio: 1;
          line-height: 1;
          border-radius: 50vw;
          background: #b91a00;
          transform: translateY(2px);
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: clamp(12px, 1.291vw, 16px);
          color: #FFF;
          text-align: center; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item01 .item .num_ttl .num {
              width: 17px; } }
        .sec01 .sec01_item01 .item .num_ttl .item_name {
          flex-grow: 1;
          font-size: clamp(15px, 1.693vw, 22px);
          color: #c6932f;
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .sec01 .sec01_item01 .item .num_ttl .item_name {
              font-size: 4vw; } }
          .sec01 .sec01_item01 .item .num_ttl .item_name .small {
            display: block;
            font-size: 80%; }
      .sec01 .sec01_item01 .item .item_read {
        font-size: clamp(11px, 1.231vw, 16px); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_item01 .item .item_read {
            font-size: 13px; } }
        .sec01 .sec01_item01 .item .item_read .cap_l {
          display: block;
          font-size: clamp(10px, 0.924vw, 12px); }
      .sec01 .sec01_item01 .item .item_sub {
        margin-top: 10px;
        line-height: 1.3;
        border: 1px solid #000;
        padding: 5px;
        font-size: clamp(10px, 0.847vw, 11px); }

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