@charset "UTF-8";
/*! Writen  by SCSS */
.inner_main .main_bg {
  background-image: url("../images/aftersupport/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main .main_bg {
      background-image: url("../images/aftersupport/main_sp.jpg"); } }

.page_ttl_wrap .page_read.big {
  font-size: clamp(14px, 2.167vw, 26px); }

.after_ttl {
  line-height: 1.4;
  font-size: clamp(18px, 1.858vw, 26px);
  font-weight: 700; }
  @media screen and (max-width: 820px) {
    .after_ttl {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    .after_ttl {
      font-size: 5.4vw; } }
  .after_ttl.orange {
    color: #eb612a; }
  .after_ttl.border {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC; }
    @media screen and (max-width: 480px) {
      .after_ttl.border {
        padding-bottom: 10px;
        margin-bottom: 10px; } }
  .after_ttl.sub {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 820px) {
      .after_ttl.sub {
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
        text-align: center; } }
    .after_ttl.sub .sub_txt {
      margin-right: 20px;
      border: 2px solid #eb612a;
      color: #eb612a;
      padding: 5px 15px;
      background: #FFF;
      font-size: 76%; }
  .after_ttl .orange {
    color: #eb612a; }
  .after_ttl .underline {
    background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 100%, transparent 100%); }

/*	ページ下部共通バナーエリア	*/
.banner_area {
  max-width: 960px;
  margin: clamp(80px, 7.858vw, 110px) auto 0;
  background: #ececec;
  padding: 40px 40px 50px; }
  @media screen and (max-width: 480px) {
    .banner_area {
      padding: 10px;
      flex-direction: column;
      row-gap: 10px; } }
  .banner_area a {
    width: 47.73%;
    background: #fff9ef; }
    @media screen and (max-width: 480px) {
      .banner_area a {
        width: 100%; } }
    body:not(.mobile) .banner_area a:hover .banner_text_group .d02 {
      background: #FFF;
      color: #de5f2d; }
    .banner_area a.comingsoon {
      pointer-events: none; }
    .banner_area a .image_wrap {
      width: 38.1%;
      background: #fff9ef;
      display: flex; }
      .banner_area a .image_wrap.fit .image {
        height: 100%; }
        .banner_area a .image_wrap.fit .image img {
          height: 100%;
          object-fit: cover; }
      .banner_area a .image_wrap.white {
        background: #FFF; }
      .banner_area a .image_wrap .image {
        align-self: center; }
    .banner_area a .banner_text_group {
      width: 61.91%;
      padding: 20px; }
      @media screen and (max-width: 480px) {
        .banner_area a .banner_text_group {
          padding: 15px 10px; } }
      .banner_area a .banner_text_group .banner_ttl {
        font-size: clamp(15px, 1.539vw, 20px);
        margin-bottom: 10px; }
      .banner_area a .banner_text_group .banner_read {
        margin-bottom: 5px;
        font-size: clamp(11px, 1.077vw, 14px); }
      .banner_area a .banner_text_group .banner_detail {
        justify-content: flex-end;
        align-items: center;
        font-size: clamp(10px, 1vw, 12px);
        column-gap: 10px; }
        .banner_area a .banner_text_group .banner_detail .d01.coming {
          background: #666;
          border-radius: 15px;
          padding: 4px 15px 6px;
          color: #fff;
          line-height: 1; }
        .banner_area a .banner_text_group .banner_detail .d02 {
          color: #FFF;
          width: 24px;
          aspect-ratio: 1;
          background: #de5f2d;
          border: 1px solid #de5f2d;
          border-radius: 50%;
          line-height: 1;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s all ease-in-out 0s; }

/*	すまいの保証・点検ページ	*/
.aftersupport_area .side_content .guarantee {
  max-width: 140px;
  width: 100%;
  background: #eb612a;
  font-size: clamp(20px, 2vw, 28px);
  color: #FFF;
  padding: clamp(15px, 1.429vw, 20px) 10px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .guarantee {
      margin: 0 auto 20px;
      padding: 10px; } }
  .aftersupport_area .side_content .guarantee:before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: calc(100% - 0.5px);
    top: auto;
    height: 20px;
    background: #eb612a;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%); }
  .aftersupport_area .side_content .guarantee.green {
    background: #59a65a; }
    .aftersupport_area .side_content .guarantee.green:before {
      background: #59a65a; }
@media screen and (max-width: 480px) {
  .aftersupport_area .side_content .after_ttl .sub_txt {
    margin-right: 0;
    padding: 2px 10px;
    font-size: 70%; } }
.aftersupport_area .side_content .page_ttl_wrap {
  margin-bottom: clamp(40px, 7.143vw, 100px); }
  @media screen and (max-width: 820px) {
    .aftersupport_area .side_content .page_ttl_wrap {
      margin-bottom: 30px; } }
.aftersupport_area .side_content .item_group01 {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .item_group01 {
      flex-direction: column;
      row-gap: 10px; } }
  .aftersupport_area .side_content .item_group01 .item_in {
    width: 32%; }
    @media screen and (max-width: 820px) {
      .aftersupport_area .side_content .item_group01 .item_in {
        width: 100%; } }
.aftersupport_area .side_content .item_group02 {
  background: rgba(255, 194, 153, 0.2);
  padding: 40px 0 clamp(40px, 5vw, 70px); }
  .aftersupport_area .side_content .item_group02 .item_group02_in {
    max-width: 1254px; }
    .aftersupport_area .side_content .item_group02 .item_group02_in .after_ttl {
      color: #eb612a;
      text-align: center;
      font-weight: 700;
      margin-bottom: clamp(30px, 3.572vw, 50px); }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group02 .item_group02_in .graph_image_wrap .sp_scroll_in > img {
        width: 1000px; } }
.aftersupport_area .side_content .item_group03 {
  padding: clamp(40px, 5vw, 70px) 0 50px; }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .item_group03 {
      padding-bottom: 30px; } }
  .aftersupport_area .side_content .item_group03 .after_ttl {
    color: #eb612a; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group03 .after_ttl {
        text-align: center;
        padding-bottom: 5px;
        margin-bottom: 5px; } }
  .aftersupport_area .side_content .item_group03 .read.big .big {
    font-size: 112%;
    display: block; }
  .aftersupport_area .side_content .item_group03 .item01 {
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group03 .item01 {
        flex-wrap: wrap;
        row-gap: 20px; } }
    .aftersupport_area .side_content .item_group03 .item01 .photo {
      width: 21.6%; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group03 .item01 .photo {
          width: 48%; } }
  .aftersupport_area .side_content .item_group03 .item02 {
    flex-wrap: wrap;
    row-gap: 40px; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group03 .item02 {
        row-gap: 30px; } }
    .aftersupport_area .side_content .item_group03 .item02 .item {
      width: 32%; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group03 .item02 .item {
          width: 100%; } }
      .aftersupport_area .side_content .item_group03 .item02 .item.full {
        width: 100%; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group03 .item02 .item .item_in {
          flex-direction: column;
          row-gap: 20px; } }
      .aftersupport_area .side_content .item_group03 .item02 .item .item_in .left {
        width: 45.6%; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group03 .item02 .item .item_in .left {
            width: 100%; } }
      .aftersupport_area .side_content .item_group03 .item02 .item .item_in .right {
        width: 60.4%;
        margin-left: -6%; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group03 .item02 .item .item_in .right {
            width: 100%;
            margin-left: 0; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group03 .item02 .item.item04 .e_img {
          width: 75%; } }
.aftersupport_area .side_content .item_group04 {
  background: rgba(223, 180, 3, 0.2);
  padding: 50px 0 40px; }
  .aftersupport_area .side_content .item_group04 .item01 {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px; }
    .aftersupport_area .side_content .item_group04 .item01 .photo {
      width: 21.6%; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group04 .item01 .photo {
          width: 48%; } }
      .aftersupport_area .side_content .item_group04 .item01 .photo .read {
        text-align: center; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group04 .item01 .photo .read {
            text-align: left; } }
.aftersupport_area .side_content .item_group05 {
  padding: 60px 0; }
  .aftersupport_area .side_content .item_group05 .item01 {
    margin-bottom: 40px;
    justify-content: center;
    column-gap: clamp(15px, 2.143vw, 30px); }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group05 .item01 {
        flex-direction: column;
        row-gap: 20px;
        row-gap: 15px; } }
    .aftersupport_area .side_content .item_group05 .item01 .item_in {
      justify-content: center;
      align-items: center;
      padding: 10px 30px 14px;
      background: #6d8ba8;
      border-radius: 20px;
      column-gap: 20px;
      line-height: 1.4;
      font-weight: 700; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group05 .item01 .item_in {
          width: 100%; } }
      .aftersupport_area .side_content .item_group05 .item01 .item_in .i01 {
        font-size: clamp(14px, 1.572vw, 22px);
        color: #FFF; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item01 .item_in .i01 {
            font-size: 18px;
            width: 45%;
            text-align: center; } }
        .aftersupport_area .side_content .item_group05 .item01 .item_in .i01 .small {
          display: block;
          font-size: 50%; }
      .aftersupport_area .side_content .item_group05 .item01 .item_in .i02 {
        font-size: clamp(30px, 3vw, 42px);
        line-height: 1;
        color: #fff8a5; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item01 .item_in .i02 {
            font-size: 40px;
            font-size: 32px; } }
  .aftersupport_area .side_content .item_group05 .item02 {
    max-width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
    row-gap: 10px; }
    .aftersupport_area .side_content .item_group05 .item02 .item_in {
      border-radius: 20px;
      padding: 30px clamp(20px, 2.143vw, 30px); }
      .aftersupport_area .side_content .item_group05 .item02 .item_in.left {
        width: 59.83%;
        background: rgba(235, 97, 42, 0.2); }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item02 .item_in.left {
            width: 100%; } }
      .aftersupport_area .side_content .item_group05 .item02 .item_in.right {
        width: 35.9%;
        background: rgba(85, 84, 83, 0.2); }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item02 .item_in.right {
            width: 100%; } }
      .aftersupport_area .side_content .item_group05 .item02 .item_in .item_ttl {
        text-align: center;
        font-size: clamp(18px, 1.858vw, 26px);
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item02 .item_in .item_ttl {
            font-size: 22px; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box {
          flex-direction: column; } }
      .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box.small li {
        width: 42%; }
        .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box.small li:nth-of-type(2) {
          width: 55%; }
      .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li {
        width: 60%; }
        .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li:nth-of-type(2) {
          width: 38%; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li {
            width: 100% !important; } }
        .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li .list_txt {
          font-size: clamp(12px, 1.143vw, 16px);
          text-indent: -1.2em;
          padding-left: 1.2em; }
          @media screen and (max-width: 480px) {
            .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li .list_txt {
              font-size: 15px;
              text-indent: 0;
              padding-left: 0; } }
          .aftersupport_area .side_content .item_group05 .item02 .item_in .list_box li .list_txt.etc {
            text-align: right; }
    .aftersupport_area .side_content .item_group05 .item02 .cap_l {
      width: 100%; }
.aftersupport_area .side_content .item_group06 {
  padding: 40px 0;
  background: rgba(223, 180, 3, 0.2); }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .item_group06 .graph_image_wrap .sp_scroll_in > img {
      width: 1000px; } }
.aftersupport_area .side_content .item_group07 {
  padding: 60px 0 clamp(60px, 5.715vw, 80px); }
  .aftersupport_area .side_content .item_group07 .item01 {
    flex-wrap: wrap;
    row-gap: clamp(40px, 3.572vw, 50px);
    margin-bottom: clamp(40px, 3.572vw, 50px); }
    .aftersupport_area .side_content .item_group07 .item01 .item_in {
      align-items: center;
      width: 48%;
      padding: 30px 20px;
      position: relative;
      background: #FFF;
      box-shadow: 0 10px 0px 0px rgba(255, 168, 64, 0.1); }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in {
          width: 100%; } }
      @media screen and (max-width: 820px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.air_col {
          justify-content: flex-start;
          flex-direction: column;
          row-gap: 15px; } }
      @media screen and (max-width: 820px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.air_col .illust {
          width: 100%; } }
      @media screen and (max-width: 820px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.air_col .text_group {
          width: 100%; } }
      .aftersupport_area .side_content .item_group07 .item01 .item_in.bg {
        padding: 20px 40px 30px;
        border-radius: 10px;
        background: rgba(235, 97, 42, 0.2);
        box-shadow: none; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in.bg {
            padding: 20px; } }
        .aftersupport_area .side_content .item_group07 .item01 .item_in.bg:after {
          content: none; }
      .aftersupport_area .side_content .item_group07 .item01 .item_in:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid #eb612a;
        pointer-events: none; }
      .aftersupport_area .side_content .item_group07 .item01 .item_in.full {
        width: 100%; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in.full {
            flex-direction: column;
            row-gap: 15px; } }
        .aftersupport_area .side_content .item_group07 .item01 .item_in.full .illust {
          width: 11.33%; }
          @media screen and (max-width: 820px) {
            .aftersupport_area .side_content .item_group07 .item01 .item_in.full .illust {
              width: 15%; } }
          @media screen and (max-width: 480px) {
            .aftersupport_area .side_content .item_group07 .item01 .item_in.full .illust {
              width: 100%;
              text-align: center;
              text-align: left; } }
        .aftersupport_area .side_content .item_group07 .item01 .item_in.full .text_group {
          width: 89.26%; }
          @media screen and (max-width: 480px) {
            .aftersupport_area .side_content .item_group07 .item01 .item_in.full .text_group {
              width: 100%; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.item_in01 .illust {
          padding-left: 27.12%; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.item_in02 .illust {
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in.item_in03 .illust {
          padding-left: 42.38%; } }
      .aftersupport_area .side_content .item_group07 .item01 .item_in .after_ttl {
        font-size: clamp(13px, 1.53vw, 26px); }
        @media screen and (max-width: 820px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in .after_ttl {
            font-size: 20px; } }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in .after_ttl {
            font-size: 5vw; } }
        .aftersupport_area .side_content .item_group07 .item01 .item_in .after_ttl .icon {
          display: inline-block;
          margin-right: 10px;
          line-height: 0; }
          @media screen and (max-width: 480px) {
            .aftersupport_area .side_content .item_group07 .item01 .item_in .after_ttl .icon {
              display: none; } }
      .aftersupport_area .side_content .item_group07 .item01 .item_in .illust {
        width: 24.47%;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in .illust {
            text-align: left; } }
      .aftersupport_area .side_content .item_group07 .item01 .item_in .text_group {
        width: 71.43%; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in .text_in {
          width: fit-content;
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item01 .item_in .text_in .cap_l {
          text-align: right; } }
      .aftersupport_area .side_content .item_group07 .item01 .item_in .response_txt {
        font-size: clamp(15px, 1.429vw, 20px);
        font-weight: 700; }
      .aftersupport_area .side_content .item_group07 .item01 .item_in .border_icon {
        display: none; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item01 .item_in .border_icon {
            display: inline-block;
            position: absolute;
            top: 15px;
            right: 20px;
            border: 1px solid #eb612a;
            border-radius: 50%;
            padding: 8px; } }
  .aftersupport_area .side_content .item_group07 .item02 {
    flex-direction: column; }
    .aftersupport_area .side_content .item_group07 .item02 .item02_in {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid #CCC; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group07 .item02 .item02_in {
          padding-bottom: 15px;
          margin-bottom: 15px;
          flex-direction: column;
          row-gap: 10px; } }
      .aftersupport_area .side_content .item_group07 .item02 .item02_in:last-child {
        margin-bottom: 0; }
      .aftersupport_area .side_content .item_group07 .item02 .item02_in .item02_ttl {
        font-size: clamp(15px, 1.286vw, 18px);
        flex-shrink: 0;
        width: 320px; }
        @media screen and (max-width: 820px) {
          .aftersupport_area .side_content .item_group07 .item02 .item02_in .item02_ttl {
            width: 280px; } }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item02 .item02_in .item02_ttl {
            width: 100%; } }
        .aftersupport_area .side_content .item_group07 .item02 .item02_in .item02_ttl .color {
          color: #eb612a; }
      .aftersupport_area .side_content .item_group07 .item02 .item02_in .read {
        width: 72%; }
        @media screen and (max-width: 480px) {
          .aftersupport_area .side_content .item_group07 .item02 .item02_in .read {
            width: 100%; } }
.aftersupport_area .side_content .item_group08 {
  padding: 40px 0 50px;
  background: rgba(205, 255, 206, 0.2); }
  .aftersupport_area .side_content .item_group08 .text_group {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group08 .text_group {
        flex-direction: column; } }
    .aftersupport_area .side_content .item_group08 .text_group .after_ttl {
      color: #59a65a;
      flex-shrink: 0; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group08 .text_group .after_ttl {
          text-align: left; } }
    .aftersupport_area .side_content .item_group08 .text_group .read {
      border-left: 1px solid #59a65a;
      padding-left: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group08 .text_group .read {
          border-left: none;
          padding-left: 0;
          margin-left: 0;
          border-top: 1px solid #59a65a;
          padding-top: 15px;
          margin-top: 15px; } }
  .aftersupport_area .side_content .item_group08 .schedule_txt {
    text-align: center;
    font-size: clamp(15px, 1.429vw, 20px);
    color: #59a65a;
    font-weight: 700;
    border: 2px solid #59a65a;
    background: #FFF; }
  .aftersupport_area .side_content .item_group08 .schedule_image_wrap {
    margin-top: -15px;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group08 .schedule_image_wrap {
        margin-top: 20px; } }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group08 .schedule_image_wrap .sp_scroll_in > img {
        width: 1000px; } }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .item_group08 .item01 {
      flex-wrap: wrap;
      row-gap: 20px; } }
  .aftersupport_area .side_content .item_group08 .item01 .photo {
    width: 22.4%; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group08 .item01 .photo {
        width: 48%; } }
.aftersupport_area .side_content .item_group09 {
  padding-top: 45px; }
  .aftersupport_area .side_content .item_group09 .text_group {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group09 .text_group {
        flex-direction: column; } }
    .aftersupport_area .side_content .item_group09 .text_group .after_ttl {
      color: #59a65a;
      flex-shrink: 0; }
    .aftersupport_area .side_content .item_group09 .text_group .read {
      border-left: 1px solid #59a65a;
      padding-left: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group09 .text_group .read {
          border-left: none;
          padding-left: 0;
          margin-left: 0;
          border-top: 1px solid #59a65a;
          padding-top: 15px;
          margin-top: 15px; } }
  @media screen and (max-width: 480px) {
    .aftersupport_area .side_content .item_group09 .item01 {
      flex-direction: column;
      row-gap: 25px; } }
  .aftersupport_area .side_content .item_group09 .item01 .item_in {
    width: 32%; }
    @media screen and (max-width: 480px) {
      .aftersupport_area .side_content .item_group09 .item01 .item_in {
        width: 100%; } }
    .aftersupport_area .side_content .item_group09 .item01 .item_in .i01 {
      font-size: clamp(15px, 1.429vw, 20px);
      padding-left: 10px;
      border-left: 4px solid #59a65a;
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .aftersupport_area .side_content .item_group09 .item01 .item_in .i01 {
          margin-bottom: 5px; } }

/*	メンテナンスプログラムページ	*/
.maintenance_area .item01_group {
  padding-bottom: clamp(40px, 5.358vw, 75px); }
  .maintenance_area .item01_group .item01_cont {
    flex-wrap: wrap;
    row-gap: clamp(50px, 5vw, 70px); }
    @media screen and (max-width: 480px) {
      .maintenance_area .item01_group .item01_cont {
        flex-direction: column; } }
    .maintenance_area .item01_group .item01_cont .item {
      width: 48%;
      position: relative;
      border-radius: 10px;
      background: #f29600;
      padding: 3px;
      /* ボーダーの太さ */ }
      @media screen and (max-width: 480px) {
        .maintenance_area .item01_group .item01_cont .item {
          width: 100%; } }
      .maintenance_area .item01_group .item01_cont .item.full {
        width: 100%; }
        .maintenance_area .item01_group .item01_cont .item.full .item_in {
          display: grid;
          padding-top: 0;
          grid-template-columns: 49.59% 50.41%; }
          @media screen and (max-width: 480px) {
            .maintenance_area .item01_group .item01_cont .item.full .item_in {
              grid-template-columns: 100%; } }
          .maintenance_area .item01_group .item01_cont .item.full .item_in .safe_img {
            right: auto;
            left: 19%; }
            @media screen and (max-width: 480px) {
              .maintenance_area .item01_group .item01_cont .item.full .item_in .safe_img {
                right: 0;
                left: 0; } }
          .maintenance_area .item01_group .item01_cont .item.full .item_in .item_ttl {
            padding-top: 35px; }
          .maintenance_area .item01_group .item01_cont .item.full .item_in .photo {
            grid-row: 1/3;
            grid-column: 2/3;
            background: #f29600; }
            @media screen and (max-width: 480px) {
              .maintenance_area .item01_group .item01_cont .item.full .item_in .photo {
                grid-row: auto;
                grid-column: auto; } }
            .maintenance_area .item01_group .item01_cont .item.full .item_in .photo img {
              border-top-right-radius: 7px;
              border-bottom-right-radius: 7px;
              overflow: hidden;
              object-fit: cover;
              height: 100%; }
              @media screen and (max-width: 480px) {
                .maintenance_area .item01_group .item01_cont .item.full .item_in .photo img {
                  border-top-right-radius: 0;
                  border-bottom-right-radius: 0;
                  object-fit: unset;
                  height: auto; } }
      .maintenance_area .item01_group .item01_cont .item .item_in {
        background: #FFF;
        padding-top: 35px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        position: relative; }
        .maintenance_area .item01_group .item01_cont .item .item_in .safe_img {
          position: absolute;
          inset: 0;
          bottom: auto;
          text-align: center;
          margin: auto;
          top: -35px; }
        .maintenance_area .item01_group .item01_cont .item .item_in .item_ttl {
          font-size: clamp(18px, 1.858vw, 26px);
          text-align: center;
          font-weight: 700;
          margin-bottom: 20px; }
        .maintenance_area .item01_group .item01_cont .item .item_in .item_read {
          font-size: clamp(12px, 1vw, 15px);
          color: #FFF;
          line-height: 1.73;
          padding: 20px;
          background: #f29600; }
          @media screen and (max-width: 820px) {
            .maintenance_area .item01_group .item01_cont .item .item_in .item_read {
              padding: 12px; } }
          .maintenance_area .item01_group .item01_cont .item .item_in .item_read .ruby_wrap {
            position: relative;
            display: inline-block;
            /* テキストサイズに合わせる */ }
            .maintenance_area .item01_group .item01_cont .item .item_in .item_read .ruby_wrap .dot {
              position: absolute;
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #FFF; }
              .maintenance_area .item01_group .item01_cont .item .item_in .item_read .ruby_wrap .dot.dot1 {
                top: 0;
                /* 文字の上に出す */
                left: 17%; }
              .maintenance_area .item01_group .item01_cont .item .item_in .item_read .ruby_wrap .dot.dot2 {
                top: 0px;
                left: 67%; }
.maintenance_area .item02_group {
  padding: clamp(40px, 4.286vw, 60px) 0 clamp(30px, 2.858vw, 40px);
  background: rgba(255, 194, 153, 0.2); }
  .maintenance_area .item02_group .after_ttl {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center; }
    .maintenance_area .item02_group .after_ttl span {
      width: fit-content; }
    .maintenance_area .item02_group .after_ttl .small {
      display: block;
      font-size: 50%;
      font-weight: 300; }
      @media screen and (max-width: 480px) {
        .maintenance_area .item02_group .after_ttl .small {
          display: block; } }
  .maintenance_area .item02_group .item02_read {
    text-align: center;
    font-size: clamp(12px, 1.072vw, 15px);
    margin-bottom: clamp(40px, 4.286vw, 60px); }
  .maintenance_area .item02_group .graph_group {
    flex-direction: column; }
    .maintenance_area .item02_group .graph_group .graph_in {
      padding-bottom: 30px;
      margin-bottom: clamp(30px, 3.572vw, 50px);
      border-bottom: 1px dashed #CCC; }
      .maintenance_area .item02_group .graph_group .graph_in:last-child {
        margin-bottom: 0; }
      .maintenance_area .item02_group .graph_group .graph_in .graph_ttl {
        display: flex;
        align-items: center;
        font-size: clamp(15px, 1.429vw, 20px);
        margin-bottom: 20px;
        column-gap: 5px;
        line-height: 1.6; }
      .maintenance_area .item02_group .graph_group .graph_in .graph_image_wrap {
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .maintenance_area .item02_group .graph_group .graph_in .graph_image_wrap .sp_scroll_in > img {
            width: 900px; } }
      .maintenance_area .item02_group .graph_group .graph_in .hanrei {
        font-size: clamp(10px, 1vw, 14px);
        column-gap: 20px;
        justify-content: flex-start; }
        .maintenance_area .item02_group .graph_group .graph_in .hanrei .box {
          width: 20px;
          display: inline-block;
          height: 10px; }
          .maintenance_area .item02_group .graph_group .graph_in .hanrei .box.second {
            margin-left: 10px; }
        .maintenance_area .item02_group .graph_group .graph_in .hanrei .color01 {
          background: #849aaf; }
        .maintenance_area .item02_group .graph_group .graph_in .hanrei .color02 {
          background: #e5d29b; }
        .maintenance_area .item02_group .graph_group .graph_in .hanrei .circle {
          display: inline-block;
          width: 10px;
          border-radius: 50%;
          aspect-ratio: 1; }
.maintenance_area .item03_group {
  padding-top: clamp(40px, 4.286vw, 60px); }
  .maintenance_area .item03_group .midashi_wrap {
    flex-direction: column;
    margin-bottom: clamp(40px, 4.286vw, 60px);
    text-align: center; }
    .maintenance_area .item03_group .midashi_wrap .after_ttl {
      margin-bottom: clamp(20px, 2.143vw, 30px); }
    .maintenance_area .item03_group .midashi_wrap .sub_ttl {
      font-size: clamp(15px, 1.429vw, 20px);
      color: #eb612a;
      margin-bottom: 0.5em;
      font-weight: 700; }
  .maintenance_area .item03_group .item01 {
    flex-direction: column; }
    .maintenance_area .item03_group .item01 .item_in {
      align-items: flex-start;
      padding-bottom: clamp(30px, 3.572vw, 50px);
      margin-bottom: clamp(30px, 3.572vw, 50px);
      border-bottom: 1px dashed #CCC; }
      .maintenance_area .item03_group .item01 .item_in:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .maintenance_area .item03_group .item01 .item_in {
          flex-direction: column;
          row-gap: 20px; } }
      .maintenance_area .item03_group .item01 .item_in .photo {
        width: 28.01%;
        position: relative; }
        @media screen and (max-width: 480px) {
          .maintenance_area .item03_group .item01 .item_in .photo {
            width: 100%; } }
        .maintenance_area .item03_group .item01 .item_in .photo.border:after {
          content: "";
          position: absolute;
          inset: 0;
          border: 1px solid #CCC;
          pointer-events: none; }
      .maintenance_area .item03_group .item01 .item_in .text_group {
        width: 67.2%; }
        @media screen and (max-width: 480px) {
          .maintenance_area .item03_group .item01 .item_in .text_group {
            width: 100%; } }
        .maintenance_area .item03_group .item01 .item_in .text_group .ttl_wrap {
          justify-content: flex-start;
          font-size: clamp(15px, 1.429vw, 20px);
          font-weight: 700;
          margin-bottom: clamp(15px, 2.143vw, 30px); }
          @media screen and (max-width: 480px) {
            .maintenance_area .item03_group .item01 .item_in .text_group .ttl_wrap {
              font-size: 16px; } }
          .maintenance_area .item03_group .item01 .item_in .text_group .ttl_wrap .ttl {
            color: #eb612a; }
          .maintenance_area .item03_group .item01 .item_in .text_group .ttl_wrap .box {
            font-size: 70%;
            padding: 5px 10px;
            margin-right: 15px;
            margin-left: 30px;
            line-height: 1;
            align-self: center;
            border: 1px solid #de5f2d;
            color: #de5f2d; }
            @media screen and (max-width: 480px) {
              .maintenance_area .item03_group .item01 .item_in .text_group .ttl_wrap .box {
                margin-right: 10px;
                margin-left: 10px; } }

/*	ポイントページ	*/
.point_area .side_content .point_ttl {
  /*color:#eb612a;
  text-align: center;
  font-weight:700;
  margin-bottom:clamp_gm(30,1400,50);
  font-size: clamp_gm(20,1400,34);*/ }
  @media screen and (max-width: 820px) {
    .point_area .side_content .point_ttl {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    .point_area .side_content .point_ttl {
      font-size: 5.4vw; } }
  .point_area .side_content .point_ttl .underline {
    background: linear-gradient(transparent 60%, rgba(255, 209, 5, 0.3) 60%, rgba(255, 209, 5, 0.3) 100%, transparent 100%); }
.point_area .side_content .read .underline.orange {
  background: linear-gradient(transparent 60%, rgba(255, 156, 58, 0.6) 60%, rgba(255, 156, 58, 0.6) 100%, transparent 100%); }
.point_area .side_content .point_read {
  font-size: clamp(13px, 1.286vw, 18px); }
.point_area .side_content .page_ttl_wrap {
  margin-bottom: clamp(40px, 7.143vw, 100px); }
  @media screen and (max-width: 820px) {
    .point_area .side_content .page_ttl_wrap {
      margin-bottom: 30px; } }
.point_area .side_content .item_group01 {
  margin-bottom: clamp(50px, 5.358vw, 75px); }
  .point_area .side_content .item_group01 .item_wrap {
    flex-wrap: wrap;
    row-gap: clamp(30px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group01 .item_wrap {
        row-gap: 50px; } }
    .point_area .side_content .item_group01 .item_wrap .item {
      width: 48%;
      position: relative;
      border-radius: 10px;
      background: #f29600;
      padding: 3px; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group01 .item_wrap .item {
          width: 100%; } }
      .point_area .side_content .item_group01 .item_wrap .item .item_in {
        background: #FFF;
        padding-top: 35px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        position: relative;
        padding-inline: 3.2%;
        padding-bottom: clamp(15px, 1.667vw, 20px);
        border-radius: 10px; }
        .point_area .side_content .item_group01 .item_wrap .item .item_in .text_img {
          position: absolute;
          inset: 0;
          bottom: auto;
          text-align: center;
          margin: auto;
          top: -35px;
          display: inline-block;
          background: #fff;
          width: fit-content; }
        .point_area .side_content .item_group01 .item_wrap .item .item_in .ttl {
          font-size: clamp(14px, 1.429vw, 20px);
          line-height: 1.35;
          text-align: center;
          margin-bottom: 0.5em;
          font-weight: 700; }
          .point_area .side_content .item_group01 .item_wrap .item .item_in .ttl .big {
            font-size: 130%;
            color: #f39800;
            font-weight: 700; }
        .point_area .side_content .item_group01 .item_wrap .item .item_in .read {
          font-size: clamp(12px, 1.072vw, 15px);
          margin-bottom: 1.5em;
          letter-spacing: 0.1em; }
        .point_area .side_content .item_group01 .item_wrap .item .item_in .img {
          text-align: center; }
      .point_area .side_content .item_group01 .item_wrap .item.item01 .item_in .read {
        margin-bottom: 3em; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group01 .item_wrap .item.item01 .item_in .read {
            margin-bottom: 1.5em; } }
      .point_area .side_content .item_group01 .item_wrap .item.item03 {
        width: 100%; }
        .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 30px;
          padding-top: 35px; }
          @media screen and (max-width: 1200px) {
            .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in {
              padding: 30px 2.4% 20px; } }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in {
              flex-wrap: wrap; } }
          .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_img {
            left: 24%;
            transform: translate(-50%, 0);
            margin: 0; }
            @media screen and (max-width: 480px) {
              .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_img {
                left: 0;
                transform: translate(0, 0);
                margin: auto; } }
          .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_wrap {
            width: 45.61%; }
            @media screen and (max-width: 480px) {
              .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_wrap {
                width: 100%; } }
            .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_wrap .ttl {
              margin-bottom: 1em; }
            .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_wrap .read {
              margin-bottom: 0em; }
              @media screen and (max-width: 480px) {
                .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .text_wrap .read {
                  margin-bottom: 1.5em; } }
          .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .img {
            width: 54.14%; }
            @media screen and (max-width: 480px) {
              .point_area .side_content .item_group01 .item_wrap .item.item03 .item_in .img {
                width: 100%; } }
.point_area .side_content .item_group02 {
  margin-bottom: clamp(40px, 6.25vw, 75px); }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group02 {
      margin-bottom: 50px; } }
  .point_area .side_content .item_group02 .img {
    text-align: center;
    margin-top: clamp(30px, 4.286vw, 60px); }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group02 .img img {
        width: 600px;
        max-width: 600px; } }
.point_area .side_content .item_group03 {
  padding-top: 45px;
  background: rgba(255, 194, 153, 0.2);
  padding-bottom: 80px;
  margin-bottom: 45px; }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group03 {
      padding-bottom: 50px;
      padding-top: 50px;
      margin-bottom: 50px; } }
  .point_area .side_content .item_group03 .ttl01 {
    font-size: clamp(18px, 2.125vw, 34px);
    display: flex;
    column-gap: 0.5em;
    align-items: baseline;
    line-height: 1.18;
    margin-bottom: 2em; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group03 .ttl01 {
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
        line-height: 1.5;
        align-items: center; } }
    .point_area .side_content .item_group03 .ttl01 .text_img {
      display: block;
      width: 16.33%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .ttl01 .text_img {
          width: 41.8%;
          margin-inline: auto; } }
  .point_area .side_content .item_group03 .ttl_wrap {
    display: flex;
    column-gap: 2.8%;
    align-items: center;
    border-bottom: 2px solid #cccccc;
    margin-bottom: clamp(15px, 1.429vw, 20px); }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group03 .ttl_wrap {
        flex-direction: column;
        row-gap: 5px; } }
    .point_area .side_content .item_group03 .ttl_wrap .ttl {
      color: #eb612a; }
    .point_area .side_content .item_group03 .ttl_wrap .img {
      width: 47.52%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .ttl_wrap .img {
          width: 95%;
          margin-inline: auto; } }
  .point_area .side_content .item_group03 .group03_wrap .ttl {
    letter-spacing: 0.05em; }
  .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 {
    display: flex;
    flex-direction: column;
    row-gap: clamp(15px, 1.429vw, 20px);
    align-items: center;
    padding-bottom: clamp(30px, 5.715vw, 80px);
    margin-bottom: clamp(30px, 3.572vw, 50px);
    border-bottom: 2px dashed #cccccc; }
    .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap {
          flex-wrap: wrap;
          row-gap: 15px; } }
      .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap .img01 {
        width: 56.01%; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap .img01 {
            width: 100%; } }
      .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap .img02 {
        width: 42.4%; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap .img02 {
            background: #fff;
            width: 100%;
            text-align: center; }
            .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .img_wrap .img02 img {
              width: 75.72%; } }
    .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .ttl {
      text-align: center; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .ttl {
          font-size: 16px; } }
      .point_area .side_content .item_group03 .group03_wrap.group03_wrap01 .ttl .big {
        font-size: 180%;
        color: #eb612a;
        font-weight: 700; }
  .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 {
        flex-direction: column;
        row-gap: 10px; } }
    .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .ttl {
      color: #eb612a;
      font-weight: 700;
      width: 19.36%; }
      @media screen and (max-width: 1200px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .ttl {
          font-size: calc(19vw/12); } }
      @media screen and (max-width: 768px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .ttl {
          width: 100%;
          font-size: 3vw;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .ttl {
          font-size: 5.4vw; } }
    .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .icon {
      width: 2.72%; }
      @media screen and (max-width: 768px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .icon {
          transform: rotate(90deg); } }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .icon {
          width: 100%;
          text-align: center; } }
    .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .img {
      width: 74.4%; }
      @media screen and (max-width: 768px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .img {
          width: 80%;
          margin-inline: auto; } }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group03 .group03_wrap.group03_wrap02 .img {
          width: 100%; } }
.point_area .side_content .item_group04 {
  margin-bottom: 70px; }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group04 {
      margin-bottom: 50px; } }
  .point_area .side_content .item_group04 .ttl01 {
    font-size: clamp(18px, 2vw, 34px);
    display: flex;
    column-gap: 0.5em;
    align-items: center;
    margin-bottom: 1.5em;
    line-height: 1.18; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group04 .ttl01 {
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
        align-items: center;
        line-height: 1.5; } }
    .point_area .side_content .item_group04 .ttl01 .text_img {
      display: block;
      width: 16.24%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group04 .ttl01 .text_img {
          width: 41.8%;
          margin-inline: auto; } }
  .point_area .side_content .item_group04 .group04_wrap01 {
    margin-bottom: clamp(30px, 5vw, 70px); }
    .point_area .side_content .item_group04 .group04_wrap01 .item_wrap {
      display: flex;
      justify-content: space-between;
      margin-bottom: clamp(15px, 1.429vw, 20px); }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap {
          flex-wrap: wrap;
          row-gap: 10px; } }
      .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 20.48%;
        row-gap: clamp(20px, 1.786vw, 25px); }
        @media screen and (max-width: 768px) {
          .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item {
            width: 23.31%; } }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item {
            width: 48%;
            row-gap: 10px; } }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item .text {
          font-size: clamp(12px, 1.286vw, 18px);
          font-weight: 700; }
          @media screen and (max-width: 768px) {
            .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item .text {
              letter-spacing: -0.06em; } }
          .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item .text .color {
            display: block;
            color: #eb612a; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item .img {
          margin-inline: auto; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item.item01 .img {
          width: 79.3%; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item.item02 .img {
          width: 93.36%; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item.item03 .img {
          width: 85.94%; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item.item03 .text {
          margin-right: -9.5%; }
        .point_area .side_content .item_group04 .group04_wrap01 .item_wrap .item.item04 .img {
          width: 80.86%; }
    .point_area .side_content .item_group04 .group04_wrap01 .cap_l {
      line-height: 1.4; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group04 .group04_wrap01 .cap_l {
          font-size: 9px; } }
  .point_area .side_content .item_group04 .group04_wrap02 {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group04 .group04_wrap02 {
        flex-direction: column;
        row-gap: 10px; } }
    .point_area .side_content .item_group04 .group04_wrap02 .item {
      position: relative;
      width: 31.2%;
      padding: clamp(15px, 1.429vw, 20px) 1.2%;
      border-radius: 10px; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group04 .group04_wrap02 .item {
          width: 100%;
          padding: 20px 15px; } }
      .point_area .side_content .item_group04 .group04_wrap02 .item.grey {
        background: rgba(85, 84, 83, 0.2); }
      .point_area .side_content .item_group04 .group04_wrap02 .item.orange {
        background: rgba(235, 97, 42, 0.2); }
      .point_area .side_content .item_group04 .group04_wrap02 .item .text {
        font-size: clamp(13px, 1.143vw, 16px);
        letter-spacing: -0.06em; }
        .point_area .side_content .item_group04 .group04_wrap02 .item .text span {
          border-bottom: 1px solid; }
      .point_area .side_content .item_group04 .group04_wrap02 .item .img {
        position: absolute;
        bottom: 0;
        right: 3.59%; }
      .point_area .side_content .item_group04 .group04_wrap02 .item.item01 .img {
        width: 17.44%; }
      .point_area .side_content .item_group04 .group04_wrap02 .item.item02 .img {
        width: 15.39%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group04 .group04_wrap02 .item.item03 {
          padding-bottom: 13%; } }
      .point_area .side_content .item_group04 .group04_wrap02 .item.item03 .img {
        width: 30.52%; }
.point_area .side_content .item_group05 {
  padding: 60px 0;
  margin-bottom: 60px;
  background: rgba(255, 194, 153, 0.2); }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group05 {
      margin-bottom: 50px;
      padding: 50px 0; } }
  .point_area .side_content .item_group05 .ttl01 {
    color: #eb612a;
    line-height: 1;
    border-bottom: 2px solid #cccccc;
    padding-bottom: clamp(10px, 1.429vw, 20px);
    margin-bottom: clamp(20px, 2.5vw, 35px); }
  .point_area .side_content .item_group05 .group05_cont {
    display: flex;
    flex-direction: column;
    row-gap: clamp(15px, 1.429vw, 20px);
    align-items: center; }
    .point_area .side_content .item_group05 .group05_cont .group05_wrap01 {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group05 .group05_cont .group05_wrap01 {
          flex-direction: column;
          row-gap: 10px; } }
      .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item {
        position: relative;
        width: 31.2%;
        border-radius: 10px;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item {
            width: 100%; } }
        .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item::after {
          content: '';
          position: absolute;
          inset: 0;
          border: 1px solid #f39800;
          border-radius: 10px;
          pointer-events: none; }
        .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item > .text01 {
          padding: clamp(5px, 0.715vw, 10px) 5.13%;
          font-size: clamp(16px, 1.715vw, 24px);
          line-height: 1.42;
          background: #fff;
          display: flex;
          align-items: center;
          font-weight: 700; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item > .text01 {
              padding: 10px;
              text-align: center;
              justify-content: center; } }
          .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item > .text01 .color {
            color: #f39800;
            border-bottom: 1px solid; }
        .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in {
          padding: 10px;
          background: #f39800;
          padding: clamp(5px, 0.715vw, 10px) 5.13%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in {
              flex-direction: column;
              row-gap: 10px; } }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in {
              padding: 10px; } }
          .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text {
            font-size: clamp(14px, 1.125vw, 18px);
            line-height: 1.34; }
            .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text.text01 {
              line-height: 1.2; }
              .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text.text01 .big {
                font-size: 140%; }
            .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text.text02 {
              font-size: clamp(14px, 1.125vw, 18px);
              line-height: 1.2; }
              .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text.text02 .big {
                font-size: 180%;
                letter-spacing: 0.05em; }
              @media screen and (max-width: 768px) {
                .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .text.text02 {
                  text-align: center; } }
          .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .icon {
            width: 14px;
            aspect-ratio: 14/10;
            aspect-ratio: 1;
            background: #fff;
            clip-path: polygon(100% 50%, 0 0, 0 100%); }
            @media screen and (max-width: 768px) {
              .point_area .side_content .item_group05 .group05_cont .group05_wrap01 .item .text_in .icon {
                clip-path: polygon(50% 100%, 0 0, 100% 0); } }
.point_area .side_content .item_group06 {
  margin-bottom: 60px;
  /*.group06_wrap02 {
  		width: 100%;
  		margin-bottom: 50px;
  		@include mq($br_sp){
  			margin-bottom: 30px;
  		}
  		.ttl {
  			margin-bottom: 1em;
  			text-align: center;
  			color: #eb612a;
  			font-size: clamp_gm(18,1400,30);
  			@include mq($br_sp){
  				font-size: 16px;
  				margin-bottom: 1em;
  			}
  			@include mq($br_air){
  				font-size: 2.5vw;
  			}
  			@include mq($br_sp){
  				font-size: 5vw;
  			}
  		}
  		.item_wrap {
  			display: flex;
  			justify-content: space-between;
  			@include mq($br_sp){
  				flex-wrap: wrap;
  				row-gap: 10px;
  			}
  			
  			.img {
  				width: cal_per(1194,585);
  				@include mq($br_sp){
  					width: 100%;
  				}
  			}
  		}
  	}*/ }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group06 {
      margin-bottom: 50px; } }
  .point_area .side_content .item_group06 .img_wrap {
    margin-bottom: clamp(40px, 4.286vw, 60px); }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group06 .img_wrap {
        width: 85%;
        margin-inline: auto; } }
    .point_area .side_content .item_group06 .img_wrap .img03 {
      width: 98.46%;
      text-align: right;
      margin-inline: auto 0; }
  .point_area .side_content .item_group06 .group06_wrpa01 {
    max-width: 1250px;
    margin-inline: auto;
    background: #ffa840;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    align-items: center;
    padding: 30px 0; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group06 .group06_wrpa01 {
        flex-direction: column;
        row-gap: 15px;
        padding: 20px 0 30px; } }
    .point_area .side_content .item_group06 .group06_wrpa01 .cv_area {
      width: 95%;
      background: #ffefaa;
      display: flex;
      justify-content: center;
      column-gap: 2.59%;
      padding: 20px 0; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group06 .group06_wrpa01 .cv_area {
          flex-direction: column;
          row-gap: 20px;
          width: 90%; } }
      .point_area .side_content .item_group06 .group06_wrpa01 .cv_area .text {
        font-size: clamp(18px, 2.286vw, 32px);
        text-align: center;
        line-height: 1.44;
        color: #eb612a;
        font-weight: 700; }
      .point_area .side_content .item_group06 .group06_wrpa01 .cv_area a {
        position: relative;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 5.56%;
        font-size: clamp(16px, 1.715vw, 24px);
        max-width: 360px;
        width: 30%;
        border-radius: 10px;
        color: #eb612a;
        transition: opacity 0.3s ease-in-out 0s;
        background: linear-gradient(90deg, #e7e7e7 0%, #ffffff 100%);
        filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.1));
        transition: filter 0.3s ease-in-out 0s; }
        @media (hover: hover) {
          .point_area .side_content .item_group06 .group06_wrpa01 .cv_area a:hover {
            filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1)); } }
        .point_area .side_content .item_group06 .group06_wrpa01 .cv_area a::after {
          content: '';
          border: 1px solid #ffa840;
          position: absolute;
          inset: 5px;
          border-radius: 10px;
          pointer-events: none; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group06 .group06_wrpa01 .cv_area a::after {
              inset: 3px; } }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group06 .group06_wrpa01 .cv_area a {
            width: 100%;
            padding: 12px 0;
            margin-inline: auto;
            max-width: 250px; } }
    .point_area .side_content .item_group06 .group06_wrpa01 .ttl {
      text-align: center;
      color: #fff;
      font-size: clamp(18px, 3.572vw, 50px); }
      @media screen and (max-width: 820px) {
        .point_area .side_content .item_group06 .group06_wrpa01 .ttl {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group06 .group06_wrpa01 .ttl {
          font-size: 6vw; } }
    .point_area .side_content .item_group06 .group06_wrpa01 .item_wrap {
      display: flex;
      justify-content: space-between;
      max-width: 1200px;
      margin: auto;
      width: 95%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group06 .group06_wrpa01 .item_wrap {
          flex-wrap: wrap;
          row-gap: 10px;
          width: 90%; } }
      .point_area .side_content .item_group06 .group06_wrpa01 .item_wrap .img {
        width: 48.75%; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group06 .group06_wrpa01 .item_wrap .img {
            width: 100%; } }
.point_area .side_content .item_group07 {
  padding: 60px 0 90px;
  background: rgba(255, 250, 226, 0.5); }
  @media screen and (max-width: 480px) {
    .point_area .side_content .item_group07 {
      padding-top: 50px; } }
  .point_area .side_content .item_group07 .group07_wrap01 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(20px, 3.572vw, 50px);
    margin-bottom: clamp(30px, 3.572vw, 50px); }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group07 .group07_wrap01 {
        flex-wrap: wrap; } }
    .point_area .side_content .item_group07 .group07_wrap01 .img01 {
      filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.09)); }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group07 .group07_wrap01 .img01 {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group07 .group07_wrap01 .img02 {
        width: 30%;
        margin-inline: auto 0;
        text-align: right;
        margin-top: -20px; } }
  .point_area .side_content .item_group07 .group07_wrap02 {
    display: flex;
    justify-content: center;
    max-width: 1014px;
    margin-inline: auto;
    margin-bottom: clamp(50px, 6.429vw, 90px);
    column-gap: 4.44%; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group07 .group07_wrap02 {
        flex-wrap: wrap; } }
    .point_area .side_content .item_group07 .group07_wrap02 .img {
      width: 30.48%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group07 .group07_wrap02 .img {
          width: 70%;
          margin-inline: auto; } }
    .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text {
      width: 65.09%; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text {
          width: 100%; } }
      .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list {
        margin-top: clamp(0px, 1.786vw, 25px);
        display: flex;
        flex-direction: column;
        margin-bottom: clamp(30px, 2.858vw, 40px); }
        .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl {
          display: flex;
          justify-content: space-between;
          align-items: baseline;
          margin-bottom: clamp(20px, 2.143vw, 30px);
          margin-bottom: 1em;
          margin-bottom: 0;
          padding-bottom: 3em; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-child(1), .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-child(4) {
            padding-bottom: 2em; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-child(3) {
            padding-bottom: 2.5em; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-child(2) {
            padding-bottom: 1em; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-last-child(1) {
            padding-bottom: 0; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl.item_canter {
            align-items: center; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl {
              flex-direction: column;
              row-gap: 5px;
              padding-bottom: 20px !important; }
              .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl:nth-last-child(1) {
                padding-bottom: 0 !important; } }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dt {
            width: 33.34%;
            display: flex;
            column-gap: 10px;
            align-items: center;
            font-size: clamp(14px, 1.572vw, 22px);
            line-height: 1;
            font-weight: 700;
            color: #f39800; }
            @media screen and (max-width: 480px) {
              .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dt {
                width: 100%;
                column-gap: 5px; } }
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dt .icon {
              font-size: 0;
              line-height: 1; }
              @media screen and (max-width: 480px) {
                .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dt .icon {
                  width: 25px; } }
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dt .s {
              font-size: 70%; }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dd {
            width: 63.64%;
            font-size: clamp(13px, 1.231vw, 16px); }
            @media screen and (max-width: 480px) {
              .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .list dl dd {
                width: 100%; } }
      .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 {
        position: relative;
        display: flex;
        background: rgba(243, 152, 0, 0.2);
        padding: 10px 0; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 {
            flex-direction: column-reverse;
            padding-inline: 15px;
            padding-bottom: 0; } }
        .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .img {
          margin-left: 3.04%;
          position: absolute;
          bottom: 0;
          width: 15.91%; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .img {
              position: relative;
              margin-left: auto;
              margin-right: 15px;
              margin-top: -7%;
              width: 20%; } }
        .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .text_wrap {
          margin-left: 22.73%; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .text_wrap {
              margin-left: 0; } }
          .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .text_wrap .ttl {
            font-size: clamp(15px, 1.572vw, 22px);
            margin-bottom: 0.3em;
            color: #eb612a;
            font-weight: 700; }
          @media screen and (max-width: 480px) {
            .point_area .side_content .item_group07 .group07_wrap02 .wrap02_text .wrap01 .text_wrap .read {
              font-size: 12px; } }
  .point_area .side_content .item_group07 .group07_wrap03 {
    max-width: 670px;
    margin-inline: auto;
    background: #ffffff;
    padding: clamp(20px, 2.143vw, 30px) 20px; }
    @media screen and (max-width: 480px) {
      .point_area .side_content .item_group07 .group07_wrap03 {
        padding: 20px 10px; } }
    .point_area .side_content .item_group07 .group07_wrap03 .ttl {
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 3.04%;
      font-size: clamp(13px, 1.429vw, 20px);
      line-height: 1;
      font-weight: 700;
      margin-bottom: 2em; }
      .point_area .side_content .item_group07 .group07_wrap03 .ttl .icon {
        line-height: 1; }
    .point_area .side_content .item_group07 .group07_wrap03 .read {
      font-weight: 700; }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group07 .group07_wrap03 .read {
          line-height: 1.4;
          font-size: 12px; } }
    .point_area .side_content .item_group07 .group07_wrap03 .item_wrap {
      display: flex;
      column-gap: 6.67%;
      text-align: center;
      justify-content: center;
      margin-bottom: clamp(10px, 1.429vw, 20px); }
      @media screen and (max-width: 480px) {
        .point_area .side_content .item_group07 .group07_wrap03 .item_wrap {
          flex-wrap: wrap;
          row-gap: 15px;
          margin-bottom: 20px; } }
      .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .item:nth-child(1) {
        width: 31.91%; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .item:nth-child(1) {
            width: 63.81%; } }
      .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .item:nth-child(2) {
        width: 39.37%; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .item:nth-child(2) {
            width: 78.74%; } }
      .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .read {
        margin-bottom: 0.5em; }
        @media screen and (max-width: 480px) {
          .point_area .side_content .item_group07 .group07_wrap03 .item_wrap .read {
            font-size: 13px; } }

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

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