/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .page_ttl .main_head .jp {
    line-height: 1.8; } }

.bg_ttl {
  background: #e0c55a;
  display: flex;
  padding-inline: 20px;
  justify-content: center;
  column-gap: 2.09%;
  align-items: center;
  padding: 30px 0;
  margin-bottom: clamp(30px, 4.167vw, 50px); }
  @media screen and (max-width: 480px) {
    .bg_ttl {
      flex-direction: column;
      row-gap: 15px; } }
  .bg_ttl .icon {
    font-size: clamp(16px, 2.334vw, 28px);
    background: #990000;
    color: #fff;
    line-height: 1;
    padding: 10px 25px;
    border-radius: 99px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 480px) {
      .bg_ttl .icon {
        font-size: 20px;
        padding: 7px 30px; } }
    .bg_ttl .icon .small {
      font-size: 70%; }
  .bg_ttl .txt {
    color: #990000;
    font-size: clamp(20px, 2.834vw, 34px);
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .bg_ttl .txt {
        line-height: 1.4;
        text-align: center; } }

.sec01 {
  margin-bottom: clamp(60px, 8.34%, 100px);
  padding-top: 0; }
  .sec01 .sec01_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_wrap {
        row-gap: 20px; } }
    .sec01 .sec01_wrap .main_img {
      width: 83.34%;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap .main_img {
          width: 100%;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .main_img {
          width: calc(100% + 40px);
          margin-top: 20px; } }
      .sec01 .sec01_wrap .main_img .cap {
        font-size: clamp(10px, 1vw, 12px); }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .main_img .cap {
            margin-right: 20px; } }
    .sec01 .sec01_wrap .text_area {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap .text_area {
          width: 100%;
          flex-direction: column;
          margin-inline: auto; } }
      .sec01 .sec01_wrap .text_area .ttl {
        text-align: center;
        font-size: clamp(18px, 2.5vw, 30px);
        margin-bottom: 1em;
        letter-spacing: 0.1em;
        width: 100%; }
        .sec01 .sec01_wrap .text_area .ttl .red {
          color: #9a0000; }
      .sec01 .sec01_wrap .text_area .sec_wrap {
        width: 47.5%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap .text_area .sec_wrap {
            width: 100%;
            margin-inline: auto; } }
        .sec01 .sec01_wrap .text_area .sec_wrap .img {
          width: 44.22%; }
          .sec01 .sec01_wrap .text_area .sec_wrap .img .cap {
            bottom: auto; }
        .sec01 .sec01_wrap .text_area .sec_wrap.wrap01 {
          margin-bottom: clamp(30px, 4.167vw, 50px); }
          .sec01 .sec01_wrap .text_area .sec_wrap.wrap01 .text_img {
            width: 49.13%; }
        .sec01 .sec01_wrap .text_area .sec_wrap.wrap02 .text_img {
          width: 49.13%; }

.sec02 {
  margin-bottom: clamp(60px, 8.334vw, 100px); }
  .sec02 .sec02_wrap {
    margin-bottom: clamp(30px, 5vw, 60px); }
    @media screen and (max-width: 768px) {
      .sec02 .sec02_wrap {
        flex-direction: column; } }
    .sec02 .sec02_wrap .left {
      width: 51.25%; }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap .left {
          width: 100%;
          max-width: 615px;
          margin-inline: auto;
          margin-bottom: 40px; } }
      .sec02 .sec02_wrap .left .left_item {
        display: flex;
        justify-content: space-between;
        margin-bottom: clamp(30px, 5vw, 60px); }
        @media screen and (max-width: 768px) {
          .sec02 .sec02_wrap .left .left_item {
            margin-bottom: 20px; } }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .left .left_item {
            flex-direction: column; } }
        .sec02 .sec02_wrap .left .left_item .text_wrap {
          width: 67.32%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap .left .left_item .text_wrap {
              width: 100%;
              margin-bottom: 15px; } }
          .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: clamp(15px, 1.667vw, 20px); }
            .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_in {
              width: fit-content; }
              .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_in .icon {
                font-size: clamp(14px, 1.667vw, 20px);
                background: linear-gradient(90deg, #6d5400 0%, #a48a24 50%, #6d5400 100%);
                line-height: 1;
                color: #fff;
                display: inline-block;
                padding: 10px 0;
                width: 140px;
                text-align: center;
                letter-spacing: 0.2em;
                margin-bottom: 10px; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_in .icon {
                    width: 100px; } }
              .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_in .text {
                font-size: clamp(16px, 2.167vw, 26px);
                line-height: 1;
                color: #000; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_in .text {
                    font-size: 20px; } }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_wrap .left .left_item .text_wrap .ttl_wrap .text_img {
                width: 45%; } }
        .sec02 .sec02_wrap .left .left_item .img {
          width: 25.86%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap .left .left_item .img {
              width: 100%;
              text-align: center; } }
    .sec02 .sec02_wrap .item_wrap {
      width: 46.67%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      row-gap: clamp(20px, 2.084vw, 25px); }
      @media screen and (max-width: 768px) {
        .sec02 .sec02_wrap .item_wrap {
          width: 100%;
          max-width: 615px;
          margin-inline: auto; } }
      .sec02 .sec02_wrap .item_wrap .item {
        width: 48.22%;
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap .item_wrap .item {
            row-gap: 7px; } }
        .sec02 .sec02_wrap .item_wrap .item .bg {
          background: #2b4c48;
          text-align: center;
          padding: 12px 0;
          line-height: 1;
          color: #fff; }
        .sec02 .sec02_wrap .item_wrap .item .lead sup {
          vertical-align: super; }
        .sec02 .sec02_wrap .item_wrap .item .img {
          text-align: center; }

.sec03 {
  margin-bottom: clamp(60px, 8.334vw, 100px); }
  .sec03 .sec03_wrap {
    margin-bottom: clamp(30px, 5vw, 60px); }
    .sec03 .sec03_wrap .text {
      font-size: clamp(16px, 1.667vw, 20px);
      margin-bottom: 3em; }
    .sec03 .sec03_wrap .img_wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      row-gap: clamp(20px, 4.584vw, 55px); }
      .sec03 .sec03_wrap .img_wrap .img {
        width: 46.75%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap .img_wrap .img {
            width: 100%; } }

.sec04 {
  margin-bottom: clamp(60px, 8.334vw, 100px); }
  .sec04 .sec04_head {
    position: relative;
    font-size: clamp(15px, 2.167vw, 26px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 16px; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_head {
        margin-bottom: 30px; } }
    .sec04 .sec04_head::after, .sec04 .sec04_head:before {
      content: '';
      width: 100%;
      max-width: 960px;
      margin-inline: auto;
      height: 1px;
      background: #990000;
      pointer-events: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .sec04 .sec04_head::before {
      bottom: 2px; }
    .sec04 .sec04_head span {
      font-weight: bold; }
    .sec04 .sec04_head .big {
      font-size: 160%; }
    .sec04 .sec04_head .big02 {
      font-size: 250%; }
    .sec04 .sec04_head .red {
      color: #990000; }
  .sec04 .draw_cont {
    display: grid;
    gap: 30px 0;
    margin: clamp(40px, 5.834vw, 70px) 0 0;
    grid-template-columns: 58.34% 39%;
    justify-content: space-between;
    align-items: start; }
    @media screen and (max-width: 820px) {
      .sec04 .draw_cont {
        grid-template-columns: 36% 60%; } }
    @media screen and (max-width: 480px) {
      .sec04 .draw_cont {
        margin-top: 0;
        margin-bottom: 30px;
        grid-template-columns: 100%;
        grid-auto-rows: 0frs;
        grid-template-rows: auto; } }
    .sec04 .draw_cont .type_wrap .ttl_wrap {
      display: flex;
      justify-content: space-between;
      padding-bottom: clamp(20px, 2.5vw, 30px);
      border-bottom: 1px solid #1d4472;
      margin-bottom: clamp(15px, 1.667vw, 20px); }
      @media screen and (max-width: 820px) {
        .sec04 .draw_cont .type_wrap .ttl_wrap {
          flex-direction: column;
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; } }
    .sec04 .draw_cont .type_wrap .type_name_wrap {
      justify-content: center;
      align-items: baseline;
      align-items: center;
      column-gap: 12px;
      width: fit-content;
      position: relative; }
      @media screen and (max-width: 820px) {
        .sec04 .draw_cont .type_wrap .type_name_wrap {
          column-gap: 10px;
          margin-inline: auto; } }
      .sec04 .draw_cont .type_wrap .type_name_wrap .type_name {
        display: flex;
        align-items: baseline;
        font-size: clamp(20px, 2.5vw, 30px);
        color: #1d4472;
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .type_wrap .type_name_wrap .type_name {
            font-size: 10vw;
            font-size: 8vw; } }
        .sec04 .draw_cont .type_wrap .type_name_wrap .type_name .big {
          font-size: 200%; }
      .sec04 .draw_cont .type_wrap .type_name_wrap .plan_name {
        border: 1px solid #ddc18e;
        font-size: clamp(12px, 1.667vw, 20px);
        color: #a5803f;
        text-align: center;
        padding: 7px 20px;
        line-height: 1; }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .type_wrap .type_name_wrap .plan_name {
            font-size: 4.4vw; } }
      .sec04 .draw_cont .type_wrap .type_name_wrap .modelroom_type {
        position: absolute;
        right: 0;
        top: 0;
        text-align: right;
        background: #1d4472;
        font-size: clamp(10px, 1.5vw, 18px);
        color: #f3d295;
        line-height: 1;
        padding: 5px 20px 7px; }
        @media screen and (max-width: 820px) {
          .sec04 .draw_cont .type_wrap .type_name_wrap .modelroom_type {
            top: -5px;
            padding: 5px 15px; } }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .type_wrap .type_name_wrap .modelroom_type {
            top: -5px;
            font-size: 4.2vw; } }
        .sec04 .draw_cont .type_wrap .type_name_wrap .modelroom_type:after {
          content: "";
          position: absolute;
          inset: 0;
          border: 1px solid;
          border-image: linear-gradient(45deg, #7c6311 0%, #e3cd77 100%);
          border-image-slice: 1; }
    .sec04 .draw_cont .type_wrap .ldk_txt {
      border-left: 1px solid #1d4472;
      justify-content: center;
      align-items: baseline;
      padding-top: 1.7%;
      padding-left: 2.15%;
      line-height: 1;
      padding-left: 10px;
      padding-left: 2.15%;
      font-size: clamp(14px, 1.924vw, 25px);
      text-align: center;
      color: #1d4472; }
      @media screen and (max-width: 820px) {
        .sec04 .draw_cont .type_wrap .ldk_txt {
          padding: 10px 0 15px;
          margin: 20px 0 15px;
          text-align: center;
          border-left: none;
          border-top: 1px solid #1d4472;
          border-bottom: 1px solid #1d4472; } }
      @media screen and (max-width: 480px) {
        .sec04 .draw_cont .type_wrap .ldk_txt {
          font-size: 5.8vw; } }
      .sec04 .draw_cont .type_wrap .ldk_txt .big {
        font-size: 140%;
        line-height: 1; }
    .sec04 .draw_cont .type_wrap .ttl_wrap02 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: clamp(20px, 2.5vw, 30px);
      border-bottom: 1px dashed #1d4472;
      margin-bottom: clamp(15px, 1.667vw, 20px); }
      @media screen and (max-width: 820px) {
        .sec04 .draw_cont .type_wrap .ttl_wrap02 {
          flex-direction: column;
          margin-bottom: 15px;
          padding-bottom: 15px;
          row-gap: 10px; } }
      .sec04 .draw_cont .type_wrap .ttl_wrap02 .area_txt_wrap01 {
        width: fit-content; }
        @media screen and (max-width: 820px) {
          .sec04 .draw_cont .type_wrap .ttl_wrap02 .area_txt_wrap01 {
            width: 100%; } }
      .sec04 .draw_cont .type_wrap .ttl_wrap02 .area_txt_wrap02 {
        width: fit-content; }
        @media screen and (max-width: 820px) {
          .sec04 .draw_cont .type_wrap .ttl_wrap02 .area_txt_wrap02 {
            width: 100%; } }
    .sec04 .draw_cont .type_wrap .area_txt_wrap {
      flex-direction: column;
      row-gap: 15px;
      row-gap: 10px; }
      .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt {
        padding-left: 10px;
        display: flex;
        justify-content: flex-start;
        justify-content: space-between;
        align-items: baseline;
        column-gap: 5px;
        font-size: clamp(12px, 1.231vw, 16px);
        line-height: 1; }
        @media screen and (max-width: 820px) {
          .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt {
            padding-left: 0;
            justify-content: flex-start; } }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt {
            padding-left: 10px;
            font-size: 4vw; } }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .lt {
          letter-spacing: 0.18em; }
          @media screen and (max-width: 820px) {
            .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .lt {
              letter-spacing: 0.05em; } }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .lt2 {
          letter-spacing: 0.75em; }
          @media screen and (max-width: 820px) {
            .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .lt2 {
              letter-spacing: 0.4em; } }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .big {
          font-size: 250%;
          line-height: 1; }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .big02 {
          font-size: 160%; }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt .brown {
          color: #a37e39; }
        .sec04 .draw_cont .type_wrap .area_txt_wrap .area_txt.border {
          padding-top: 15px;
          margin-top: 5px;
          border-top: 1px dashed #1d4472; }
    .sec04 .draw_cont .draw_wrap {
      grid-row: 1/3;
      grid-column: 2/3;
      				/*border: 1px solid #1d4472;
      				margin-right: 0.84%;
      				//height: 100%;
      				padding:clamp_gm(40,1200,50) clamp_gm(30,1200,40) clamp_gm(100,1200,120);
      				text-align: center;
      				position: relative;
      
      				display: flex;
      				justify-content: center;
      				align-items:center;*/
      /*@include b_shadow_spr(5,rgba(#000,0.05));*/
      /*&:after{
      	content:"";
      	position: absolute;
      	inset:5px;
      	pointer-events: none;
      	display: block;
      	border:1px solid rgba(#1d4472,0.4);
      }*/ }
      @media screen and (max-width: 820px) {
        .sec04 .draw_cont .draw_wrap {
          height: auto; } }
      @media screen and (max-width: 480px) {
        .sec04 .draw_cont .draw_wrap {
          grid-row: auto;
          grid-column: auto; } }
      .sec04 .draw_cont .draw_wrap .hanrei {
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        column-gap: 10px; }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .draw_wrap .hanrei {
            column-gap: 5px; } }
        .sec04 .draw_cont .draw_wrap .hanrei .hanrei_txt {
          font-size: 12px;
          column-gap: 5px;
          align-items: center; }
          @media screen and (max-width: 480px) {
            .sec04 .draw_cont .draw_wrap .hanrei .hanrei_txt {
              font-size: 10px; } }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .draw_wrap .hanrei .icon {
            width: 40px; } }
        .sec04 .draw_cont .draw_wrap .hanrei .box {
          width: 30px;
          height: 13px; }
          .sec04 .draw_cont .draw_wrap .hanrei .box.storage {
            background: #c8b99a; }
          .sec04 .draw_cont .draw_wrap .hanrei .box.water {
            background: #cddff6; }
      .sec04 .draw_cont .draw_wrap .btn_wrap {
        position: absolute;
        width: calc(100% - 60px);
        left: 0;
        right: 0;
        bottom: 30px;
        max-width: 400px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          .sec04 .draw_cont .draw_wrap .btn_wrap {
            bottom: 20px; } }
        .sec04 .draw_cont .draw_wrap .btn_wrap a {
          display: flex;
          border: 1px solid #093155;
          text-align: center;
          align-items: center;
          padding: 10px 0;
          transition: all 0.3s ease-in-out;
          column-gap: clamp(5px, 0.77vw, 10px);
          justify-content: center;
          color: #000033; }
          @media (hover: hover) {
            .sec04 .draw_cont .draw_wrap .btn_wrap a:hover {
              opacity: .7; } }
          @media screen and (max-width: 480px) {
            .sec04 .draw_cont .draw_wrap .btn_wrap a {
              width: 100%; } }
          .sec04 .draw_cont .draw_wrap .btn_wrap a .text {
            font-size: clamp(12px, 1.334vw, 16px);
            font-weight: 600; }
            @media screen and (max-width: 480px) {
              .sec04 .draw_cont .draw_wrap .btn_wrap a .text {
                font-size: 13px; } }
    .sec04 .draw_cont .torikago {
      max-width: 363px;
      margin-bottom: clamp(20px, 2.5vw, 30px);
      position: relative; }
      .sec04 .draw_cont .torikago:after {
        content: "";
        position: absolute;
        top: 0;
        background: #ddf0ff;
        mix-blend-mode: multiply; }
      .sec04 .draw_cont .torikago.type_a:after {
        left: 9.3%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_b:after {
        left: 22.1%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_c:after {
        left: 35.1%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_d:after {
        left: 48.5%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_e:after {
        left: 61.5%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_f:after {
        left: 74.4%;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_g:after {
        right: 0;
        width: 12.7%;
        height: 90%; }
      .sec04 .draw_cont .torikago.type_a1:after {
        top: auto;
        bottom: 0;
        left: 9.2%;
        width: 12.8%;
        height: 10%; }
      .sec04 .draw_cont .torikago.type_b1:after {
        top: auto;
        bottom: 0;
        left: 22.4%;
        width: 12.8%;
        height: 10%; }
      .sec04 .draw_cont .torikago.type_c1:after {
        top: auto;
        bottom: 0;
        left: 35.4%;
        width: 12.8%;
        height: 10%; }
      .sec04 .draw_cont .torikago.type_d1:after {
        top: auto;
        bottom: 0;
        left: 48.3%;
        width: 12.8%;
        height: 10%; }
    .sec04 .draw_cont .point_wrap .point_ttl {
      border: 1px solid #8e6100;
      font-size: clamp(15px, 1.834vw, 22px);
      color: #937638;
      text-align: center;
      position: relative;
      margin-bottom: 20px;
      line-height: 1;
      padding: 6px 5px 8px; }
      @media screen and (max-width: 480px) {
        .sec04 .draw_cont .point_wrap .point_ttl {
          font-size: 6vw;
          padding: 10px 5px; } }
      .sec04 .draw_cont .point_wrap .point_ttl:after {
        content: "";
        position: absolute;
        inset: 3px;
        pointer-events: none;
        display: block;
        border: 1px solid #937638; }
    .sec04 .draw_cont .point_wrap .point_box {
      flex-direction: column;
      row-gap: 10px; }
      .sec04 .draw_cont .point_wrap .point_box .point_box_in {
        background: rgba(181, 177, 142, 0.3);
        padding: 15px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        row-gap: 15px; }
        .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_name {
          font-size: clamp(15px, 1.834vw, 22px);
          line-height: 1; }
          @media screen and (max-width: 480px) {
            .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_name {
              font-size: 18px; } }
          .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_name .small {
            font-size: 70%; }
        .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_read {
          font-size: clamp(10px, 1.167vw, 14px); }
          @media screen and (max-width: 820px) {
            .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_read {
              text-align: left; } }
          @media screen and (max-width: 480px) {
            .sec04 .draw_cont .point_wrap .point_box .point_box_in .point_read {
              font-size: 13px; } }
        .sec04 .draw_cont .point_wrap .point_box .point_box_in .movie_wrap {
          width: 100%;
          max-width: 350px;
          margin: 0 auto;
          aspect-ratio: 16/9;
          position: relative; }
          .sec04 .draw_cont .point_wrap .point_box .point_box_in .movie_wrap:before {
            content: "";
            display: block;
            pointer-events: none;
            padding-bottom: 56.25%; }
          .sec04 .draw_cont .point_wrap .point_box .point_box_in .movie_wrap iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%; }
  .sec04 .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: clamp(10px, 1.667vw, 20px); }
    .sec04 .item .bg_txt {
      font-size: clamp(14px, 1.834vw, 22px);
      color: #2b4c48;
      width: 100%;
      background: #2b4c48;
      color: #fff;
      padding: 5px 10px; }
    .sec04 .item .text_wrap .ttl {
      color: #2b4c48;
      margin-bottom: 0.7em;
      font-size: clamp(14px, 1.5vw, 18px);
      line-height: 1.4;
      font-weight: bold; }
    .sec04 .item.item01 .img {
      width: 48.58%; }
      @media screen and (max-width: 820px) {
        .sec04 .item.item01 .img {
          width: 100%; } }
    .sec04 .item.item01 .text_wrap {
      width: 49.15%; }
      @media screen and (max-width: 820px) {
        .sec04 .item.item01 .text_wrap {
          width: 100%; } }
      .sec04 .item.item01 .text_wrap .lead_wrap {
        position: relative; }
        .sec04 .item.item01 .text_wrap .lead_wrap .lead {
          margin-bottom: 1em; }
          @media screen and (max-width: 820px) {
            .sec04 .item.item01 .text_wrap .lead_wrap .lead {
              font-size: 13px;
              margin-bottom: 0.25em; } }
          @media screen and (max-width: 480px) {
            .sec04 .item.item01 .text_wrap .lead_wrap .lead {
              font-size: 14px; } }
        .sec04 .item.item01 .text_wrap .lead_wrap .icon {
          width: fit-content;
          position: absolute;
          top: 0;
          right: 0; }
          @media screen and (max-width: 820px) {
            .sec04 .item.item01 .text_wrap .lead_wrap .icon {
              position: relative;
              top: auto;
              right: 0;
              margin-inline: auto; } }
      @media screen and (max-width: 820px) {
        .sec04 .item.item01 .text_wrap .cap_l {
          margin-top: 10px; } }
      .sec04 .item.item01 .text_wrap .cap_l .cap {
        display: block;
        padding-left: 1em;
        text-indent: -1em; }
    .sec04 .item.item02 {
      grid-column: span 2; }
      @media screen and (max-width: 820px) {
        .sec04 .item.item02 {
          flex-direction: column;
          grid-column: auto; } }
      .sec04 .item.item02 .wrap01 {
        width: 55.34%;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 820px) {
          .sec04 .item.item02 .wrap01 {
            width: 100%;
            max-width: 664px;
            margin-inline: auto; } }
        @media screen and (max-width: 480px) {
          .sec04 .item.item02 .wrap01 {
            flex-direction: column;
            row-gap: 20px;
            margin-bottom: 30px; } }
        .sec04 .item.item02 .wrap01 .text_wrap {
          width: 39.16%;
          display: flex;
          flex-direction: column;
          grid-row-gap: clamp(5px, 0.834vw, 10px); }
          @media screen and (max-width: 480px) {
            .sec04 .item.item02 .wrap01 .text_wrap {
              width: 100%;
              row-gap: 10px; } }
          .sec04 .item.item02 .wrap01 .text_wrap .ttl_wrap {
            display: flex;
            justify-content: space-between;
            align-items: end; }
            @media screen and (max-width: 480px) {
              .sec04 .item.item02 .wrap01 .text_wrap .ttl_wrap {
                justify-content: center;
                column-gap: 10px; } }
            .sec04 .item.item02 .wrap01 .text_wrap .ttl_wrap .icon {
              width: 54.24%; }
              @media screen and (max-width: 480px) {
                .sec04 .item.item02 .wrap01 .text_wrap .ttl_wrap .icon {
                  width: fit-content; } }
          .sec04 .item.item02 .wrap01 .text_wrap .img01 {
            width: 100%; }
            @media screen and (max-width: 480px) {
              .sec04 .item.item02 .wrap01 .text_wrap .img01 {
                max-width: 260px;
                margin-inline: auto; } }
          @media screen and (max-width: 480px) {
            .sec04 .item.item02 .wrap01 .text_wrap .lead {
              text-align: center; } }
        .sec04 .item.item02 .wrap01 .img {
          width: 57.23%; }
          @media screen and (max-width: 480px) {
            .sec04 .item.item02 .wrap01 .img {
              width: 100%; } }
      .sec04 .item.item02 .wrap02 {
        width: 42.5%; }
        @media screen and (max-width: 820px) {
          .sec04 .item.item02 .wrap02 {
            width: 100%;
            max-width: 664px;
            margin-inline: auto; } }
        .sec04 .item.item02 .wrap02 .text_wrap {
          margin-bottom: clamp(15px, 2.084vw, 25px); }
          .sec04 .item.item02 .wrap02 .text_wrap .lead .color {
            color: #990000; }
        .sec04 .item.item02 .wrap02 .img_wrap .img01 {
          width: 63.14%;
          margin-bottom: clamp(15px, 2.084vw, 25px);
          margin-inline: auto;
          text-align: center; }
        .sec04 .item.item02 .wrap02 .img_wrap .img02 {
          width: 100%;
          text-align: center; }

.notes-area {
  margin-top: 0;
  background: #f2f2f2; }

.bnr_point {
  max-width: 400px;
  display: block;
  margin: 0 auto 80px; }
  @media screen and (max-width: 480px) {
    .bnr_point {
      width: 100%;
      max-width: 280px;
      margin: 0 auto 30px; } }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

.ls_08 {
  letter-spacing: -0.08em !important; }

.ls_1 {
  letter-spacing: -0.1em !important; }

@media screen and (max-width: 480px) {
  .ls02_sp {
    letter-spacing: -0.02em !important; }

  .ls04_sp {
    letter-spacing: -0.04em !important; }

  .ls06_sp {
    letter-spacing: -0.06em !important; }

  .ls08_sp {
    letter-spacing: -0.08em !important; }

  .ls1_sp {
    letter-spacing: -0.1em !important; } }
.vpc820 {
  display: block; }
  @media screen and (max-width: 820px) {
    .vpc820 {
      display: none; } }
