/*! Writen  by SCSS */
.midashi_group {
  margin-bottom: clamp(40px, 5vw, 60px); }
  .midashi_group .sec_head {
    font-size: clamp(24px, 3.667vw, 44px); }
  .midashi_group .read {
    line-height: 2.18; }

.thumb_group {
  max-width: 1040px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(40px, 5.385vw, 70px) 7.3%; }
  @media screen and (max-width: 480px) {
    .thumb_group {
      gap: 20px 0;
      flex-direction: column; } }
  .thumb_group .thumb {
    width: 46.35%;
    display: flex;
    flex-wrap: wrap;
    background: #f4f9e8;
    transition: 0.3s box-shadow ease-in-out 0s,transform,opacity 0.8s ease-in-out 0s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); }
    @media screen and (max-width: 480px) {
      .thumb_group .thumb {
        width: 100%; } }
    body:not(.mobile) .thumb_group .thumb:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); }
    .thumb_group .thumb .type_name_group {
      background: #604c3f;
      width: 28.22%; }
      .thumb_group .thumb .type_name_group .type_name {
        padding: 15px 5px;
        font-size: clamp(14px, 1.917vw, 23px);
        color: #FFF;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .thumb_group .thumb .type_name_group .type_name {
            font-size: 3.5vw; } }
        .thumb_group .thumb .type_name_group .type_name .big {
          line-height: 1;
          font-size: 400%;
          display: block; }
    .thumb_group .thumb .area_group {
      align-self: center;
      flex-grow: 1; }
      .thumb_group .thumb .area_group .area_num {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        row-gap: 3px;
        font-size: clamp(40px, 6.667vw, 80px); }
        @media screen and (max-width: 480px) {
          .thumb_group .thumb .area_group .area_num {
            font-size: 13vw; } }
        .thumb_group .thumb .area_group .area_num .a01 {
          font-size: 25%;
          line-height: 1.2; }
        .thumb_group .thumb .area_group .area_num .a02 {
          line-height: 1; }
          .thumb_group .thumb .area_group .area_num .a02 .small {
            font-size: 80%; }
        .thumb_group .thumb .area_group .area_num .a03 {
          font-size: 20%; }
    .thumb_group .thumb .detail {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #007390;
      color: #f4f9e8; }
      .thumb_group .thumb .detail .d01 {
        font-size: clamp(20px, 2.667vw, 32px); }
        .thumb_group .thumb .detail .d01 .big {
          display: inline-block;
          font-size: 140%;
          line-height: 1; }
      .thumb_group .thumb .detail .d02 {
        font-size: clamp(13px, 1.584vw, 19px);
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #FFF; }

.sec01 {
  position: relative;
  padding: clamp(50px, 8.334vw, 100px) 0 clamp(80px, 12.5vw, 150px); }
  @media screen and (max-width: 820px) {
    .sec01 {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding: 60px 0; } }
  .sec01 .midashi_group {
    margin-bottom: clamp(40px, 5.834vw, 70px); }

.sec02 {
  padding: clamp(50px, 8.334vw, 100px) 0;
  background: rgba(0, 114, 114, 0.05); }
  @media screen and (max-width: 480px) {
    .sec02 {
      padding: 60px 0; } }
  .sec02 .midashi_group {
    margin-bottom: clamp(30px, 4.167vw, 50px); }
  .sec02 .sec02_item01 {
    max-width: 1040px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: clamp(40px, 5vw, 60px) 0; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_item01 {
        gap: 40px 0; } }
    .sec02 .sec02_item01 .sec02_item01_in {
      width: 46.35%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_item01 .sec02_item01_in {
          width: 100%; } }
      .sec02 .sec02_item01 .sec02_item01_in.full {
        width: 100%; }
      .sec02 .sec02_item01 .sec02_item01_in.item01 {
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .sec02_item01_in.item01 {
            flex-direction: column;
            row-gap: 20px; } }
        .sec02 .sec02_item01 .sec02_item01_in.item01 .read {
          width: 47.12%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item01 .read {
              width: 100%; } }
        .sec02 .sec02_item01 .sec02_item01_in.item01 .image {
          width: 49.91%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item01 .image {
              width: 100%; } }
      .sec02 .sec02_item01 .sec02_item01_in.item02 {
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .sec02_item01_in.item02 {
            flex-direction: column;
            row-gap: 20px; } }
        .sec02 .sec02_item01 .sec02_item01_in.item02 .text_group {
          width: 50%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item02 .text_group {
              width: 100%; } }
        .sec02 .sec02_item01 .sec02_item01_in.item02 .image {
          width: 46.35%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item02 .image {
              width: 100%; } }
      .sec02 .sec02_item01 .sec02_item01_in.item03 {
        flex-direction: row-reverse;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .sec02_item01_in.item03 {
            flex-direction: column;
            row-gap: 20px; } }
        .sec02 .sec02_item01 .sec02_item01_in.item03 .text_group {
          width: 50%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item03 .text_group {
              width: 100%; } }
        .sec02 .sec02_item01 .sec02_item01_in.item03 .image {
          width: 46.35%; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in.item03 .image {
              width: 100%; } }
      .sec02 .sec02_item01 .sec02_item01_in .point_group {
        justify-content: flex-start;
        align-items: center;
        column-gap: 10px;
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .sec02_item01_in .point_group {
            margin-bottom: 10px;
            column-gap: 20px; } }
        .sec02 .sec02_item01 .sec02_item01_in .point_group .p01 {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          flex-direction: column;
          color: #FFF;
          aspect-ratio: 1;
          line-height: 1.2;
          border-radius: 50%;
          padding: 15px;
          background: #007272;
          font-size: clamp(12px, 1.417vw, 17px); }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in .point_group .p01 {
              font-size: 3.6vw; } }
          .sec02 .sec02_item01 .sec02_item01_in .point_group .p01 .big {
            font-size: 140%;
            display: block;
            line-height: 1; }
        .sec02 .sec02_item01 .sec02_item01_in .point_group .p02 {
          font-size: clamp(16px, 2.167vw, 26px); }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .sec02_item01_in .point_group .p02 {
              font-size: 5vw;
              line-height: 1.6; } }
      .sec02 .sec02_item01 .sec02_item01_in .text_photo .read {
        width: 47.72%; }
      .sec02 .sec02_item01 .sec02_item01_in .text_photo .photo {
        width: 49.8%; }

.sec03 {
  padding: clamp(50px, 8.334vw, 100px) 0;
  background: rgba(245, 249, 232, 0.3); }
  .sec03 .sec03_ttl {
    font-size: clamp(26px, 3vw, 36px);
    text-align: center;
    line-height: 1.4; }
    .sec03 .sec03_ttl .jp {
      display: block;
      font-size: 70%; }
  .sec03 .sec03_item01 {
    flex-wrap: wrap;
    gap: clamp(30px, 4.167vw, 50px) 0; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item01 {
        gap: 40px 0; } }
    .sec03 .sec03_item01 .sec03_item01_in {
      width: 46.67%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item01 .sec03_item01_in {
          width: 100%; } }
      .sec03 .sec03_item01 .sec03_item01_in .item_name {
        font-size: clamp(12px, 1.334vw, 16px);
        line-height: 1.4;
        text-align: center;
        margin: 20px 0 30px; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item01 .sec03_item01_in .item_name {
            font-size: 4vw;
            margin: 20px 0; } }
        .sec03 .sec03_item01 .sec03_item01_in .item_name .big {
          display: block;
          font-size: 160%; }
      .sec03 .sec03_item01 .sec03_item01_in .read .cap_l {
        display: block;
        margin-top: 5px; }

.bottom_thumb {
  padding: 50px 0; }

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