/*! Writen  by SCSS */
#contents-wrap {
  letter-spacing: -0.05em; }
  #contents-wrap .img_cap .cap {
    letter-spacing: normal; }

.mainvisual {
  position: relative; }
  .mainvisual .main_image img {
    width: 100%; }
  .mainvisual .main_title {
    position: absolute;
    inset: 0;
    width: 37.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto; }
    @media screen and (max-width: 480px) {
      .mainvisual .main_title {
        width: 75%; } }

.worries_area {
  position: relative;
  background: #cceeeb;
  padding: 30px 0; }
  @media screen and (max-width: 480px) {
    .worries_area {
      padding: 15px 0; } }
  .worries_area:before {
    content: "";
    position: absolute;
    inset: 0;
    right: auto;
    width: 51%;
    background: #e2f0f3;
    clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%); }
    @media screen and (max-width: 480px) {
      .worries_area:before {
        right: 0;
        top: 0%;
        height: 50%;
        width: 100%;
        bottom: auto;
        clip-path: inset(0 0 0 0); } }
  .worries_area .worries_in {
    align-items: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .worries_area .worries_in {
        flex-direction: column;
        row-gap: 5px; } }
    .worries_area .worries_in .w_in {
      justify-content: flex-start;
      align-items: center;
      column-gap: 10px; }
      @media screen and (max-width: 480px) {
        .worries_area .worries_in .w_in {
          width: 100%; } }
      .worries_area .worries_in .w_in.rev {
        flex-direction: row-reverse; }
        .worries_area .worries_in .w_in.rev .worries_txt {
          text-align: right; }
          @media screen and (max-width: 480px) {
            .worries_area .worries_in .w_in.rev .worries_txt {
              text-align: left; } }
          .worries_area .worries_in .w_in.rev .worries_txt .small.first {
            display: inline-block;
            margin-right: 20px; }
          .worries_area .worries_in .w_in.rev .worries_txt .big {
            letter-spacing: -0.2em; }
      .worries_area .worries_in .w_in .icon {
        filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.3)); }
        @media screen and (max-width: 820px) {
          .worries_area .worries_in .w_in .icon {
            width: 22.5%; } }
        @media screen and (max-width: 480px) {
          .worries_area .worries_in .w_in .icon {
            width: 40%; } }
      .worries_area .worries_in .w_in .worries_txt {
        font-size: clamp(15px, 2.429vw, 34px);
        line-height: 1.35; }
        @media screen and (max-width: 820px) {
          .worries_area .worries_in .w_in .worries_txt {
            font-size: 2.5vw; } }
        @media screen and (max-width: 480px) {
          .worries_area .worries_in .w_in .worries_txt {
            font-size: 6.6vw;
            line-height: 1.5; } }
        .worries_area .worries_in .w_in .worries_txt .small {
          font-size: 70%; }
        .worries_area .worries_in .w_in .worries_txt .big {
          display: inline-block;
          line-height: 1;
          font-size: 117%;
          color: #FFF;
          padding: 4px 10px 10px 6px; }
          .worries_area .worries_in .w_in .worries_txt .big.blue {
            background: #629fd6; }
          .worries_area .worries_in .w_in .worries_txt .big.green {
            background: #00a99d; }
        .worries_area .worries_in .w_in .worries_txt .blue_txt {
          color: #629fd6; }
        .worries_area .worries_in .w_in .worries_txt .green_txt {
          color: #00a99d; }
    .worries_area .worries_in .w_arrow {
      width: 3.84%; }
      @media screen and (max-width: 480px) {
        .worries_area .worries_in .w_arrow {
          width: auto;
          transform: rotate(90deg); } }

.sec01 .solution_group {
  display: flex;
  flex-direction: column; }
  .sec01 .solution_group .solution_in {
    padding: 60px 0; }
    @media screen and (max-width: 480px) {
      .sec01 .solution_group .solution_in {
        padding: 50px 0; } }
    .sec01 .solution_group .solution_in:nth-child(1) {
      padding-top: clamp(60px, 7.143vw, 100px); }
    .sec01 .solution_group .solution_in:nth-child(2n) {
      background: #f6f6f6; }
    .sec01 .solution_group .solution_in .solution_box01 {
      position: relative;
      padding: 0 20px 20px 0;
      align-items: flex-start;
      background: #FFF; }
      @media screen and (max-width: 480px) {
        .sec01 .solution_group .solution_in .solution_box01 {
          flex-direction: column;
          row-gap: 20px;
          padding-right: 15px; } }
      .sec01 .solution_group .solution_in .solution_box01:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px solid #629fd6;
        pointer-events: none; }
      .sec01 .solution_group .solution_in .solution_box01 .text_group {
        width: 68.04%; }
        @media screen and (max-width: 480px) {
          .sec01 .solution_group .solution_in .solution_box01 .text_group {
            width: 100%; } }
        .sec01 .solution_group .solution_in .solution_box01 .text_group.long {
          width: 71.32%; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box01 .text_group.long {
              width: 100%; } }
        .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl {
          justify-content: flex-start;
          align-items: center;
          column-gap: 20px;
          margin-bottom: 10px; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl {
              column-gap: 15px;
              align-items: flex-start; } }
          .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl .num {
            width: 20.49%;
            font-size: clamp(18px, 2.143vw, 30px);
            color: #FFF;
            background: #629fd6;
            padding: 15px 20px 25px 10px;
            line-height: 1;
            text-align: center;
            border-bottom-right-radius: 30px; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl .num {
                width: 100px;
                flex-shrink: 0;
                padding: 15px 15px 25px 10px; } }
            .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl .num .big {
              display: inline-block;
              line-height: 1;
              font-style: italic;
              font-size: 200%; }
          .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl .ttl {
            flex-grow: 1;
            font-size: clamp(18px, 1.929vw, 27px);
            color: #629fd6;
            line-height: 1.33; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box01 .text_group .text_ttl .ttl {
                margin-top: 15px;
                flex-grow: 1;
                font-size: 4.7vw; } }
        .sec01 .solution_group .solution_in .solution_box01 .text_group .read {
          margin-left: 20px;
          letter-spacing: -0.08em; }
          @media screen and (max-width: 1200px) {
            .sec01 .solution_group .solution_in .solution_box01 .text_group .read {
              line-height: 2; } }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box01 .text_group .read {
              font-size: 14px;
              line-height: 1.8;
              letter-spacing: normal; } }
      .sec01 .solution_group .solution_in .solution_box01 .photo {
        padding-top: 20px;
        width: 29.51%; }
        @media screen and (max-width: 480px) {
          .sec01 .solution_group .solution_in .solution_box01 .photo {
            padding-top: 0;
            width: calc(100% - 15px);
            margin-left: 15px; } }
        .sec01 .solution_group .solution_in .solution_box01 .photo.small {
          width: 26.23%; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box01 .photo.small {
              width: calc(100% - 15px);
              margin-left: 15px; } }
    .sec01 .solution_group .solution_in .arrow_txt_group {
      padding: 20px 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      row-gap: 15px; }
      .sec01 .solution_group .solution_in .arrow_txt_group .arrow_txt {
        font-size: clamp(20px, 2.715vw, 38px);
        color: #00a99d;
        line-height: 1.2; }
    .sec01 .solution_group .solution_in .solution_box02 {
      background: #00a99d;
      position: relative;
      padding: clamp(20px, 2.143vw, 30px) clamp(20px, 2.858vw, 40px) clamp(20px, 2.858vw, 40px); }
      .sec01 .solution_group .solution_in .solution_box02 .wappen {
        position: absolute;
        left: 10px;
        top: -20px;
        width: 9.84%; }
        @media screen and (max-width: 480px) {
          .sec01 .solution_group .solution_in .solution_box02 .wappen {
            width: 28%;
            top: 10px;
            left: 10px; } }
      .sec01 .solution_group .solution_in .solution_box02 .box_line {
        position: absolute;
        inset: 10px;
        pointer-events: none; }
        .sec01 .solution_group .solution_in .solution_box02 .box_line .line {
          position: absolute;
          background: #FFF;
          mix-blend-mode: soft-light; }
          .sec01 .solution_group .solution_in .solution_box02 .box_line .line.top, .sec01 .solution_group .solution_in .solution_box02 .box_line .line.bottom {
            height: 1px; }
          .sec01 .solution_group .solution_in .solution_box02 .box_line .line.top {
            right: 0;
            top: 0;
            width: calc(100% - 150px); }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_line .line.top {
                width: calc(100% - 80px); } }
          .sec01 .solution_group .solution_in .solution_box02 .box_line .line.bottom {
            top: auto;
            left: 0;
            right: 0;
            bottom: 0; }
          .sec01 .solution_group .solution_in .solution_box02 .box_line .line.left {
            left: 0;
            bottom: 0;
            width: 1px;
            height: calc(100% - 80px); }
          .sec01 .solution_group .solution_in .solution_box02 .box_line .line.right {
            right: 0;
            top: 0;
            bottom: 0;
            width: 1px;
            height: 100%; }
      .sec01 .solution_group .solution_in .solution_box02 .title_group {
        margin-left: 10%;
        align-items: center;
        justify-content: flex-start;
        column-gap: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .sec01 .solution_group .solution_in .solution_box02 .title_group {
            margin-top: 10px;
            margin-left: 0;
            flex-direction: column;
            row-gap: 15px;
            margin-bottom: 5px; } }
        .sec01 .solution_group .solution_in .solution_box02 .title_group.column {
          flex-direction: column;
          align-items: flex-start; }
        .sec01 .solution_group .solution_in .solution_box02 .title_group .t01 {
          font-size: clamp(18px, 3vw, 42px);
          color: #ffff00;
          font-weight: 600;
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .title_group .t01 {
              width: 68%;
              margin-left: 32%;
              font-size: 5.7vw; } }
        .sec01 .solution_group .solution_in .solution_box02 .title_group .t02 {
          font-size: clamp(13px, 1.572vw, 22px);
          color: #FFF;
          line-height: 1.25; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .title_group .t02 {
              width: 100%;
              font-size: 16px;
              line-height: 1.6;
              text-align: center; } }
        .sec01 .solution_group .solution_in .solution_box02 .title_group .t03 {
          position: absolute;
          right: 1.5%;
          top: -40px;
          width: 19.43%;
          text-align: right; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .title_group .t03 {
              position: static;
              margin: 0 auto;
              width: 75%; } }
      .sec01 .solution_group .solution_in .solution_box02 .box_in {
        background: rgba(255, 255, 255, 0.8);
        padding: clamp(20px, 2.143vw, 30px); }
        .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group {
          align-items: flex-start; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group {
              flex-direction: column;
              row-gap: 20px; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left {
            width: 47.28%;
            flex-direction: column;
            row-gap: 20px; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left {
                width: 100%;
                row-gap: 12px; } }
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l01 {
              font-size: clamp(18px, 3.077vw, 40px);
              color: #00a99d;
              line-height: 1.5; }
              @media screen and (max-width: 480px) {
                .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l01 {
                  font-size: 5.6vw; } }
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l01 .marker {
                background: linear-gradient(transparent 75%, #FF0 75%, #FF0 90%, transparent 90%); }
                @media screen and (max-width: 480px) {
                  .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l01 .marker {
                    background: linear-gradient(transparent 70%, #FF0 70%, #FF0 95%, transparent 95%); } }
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l02 {
              font-size: clamp(11px, 1.286vw, 18px);
              line-height: 2.2;
              letter-spacing: -0.07em; }
              @media screen and (max-width: 480px) {
                .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .left .l02 {
                  font-size: 14px;
                  letter-spacing: normal;
                  line-height: 1.8; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .right {
            width: 50.91%; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group .right {
                width: 100%; } }
        .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 {
          margin-top: 40px;
          align-items: flex-start; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 {
              flex-direction: column;
              row-gap: 30px;
              margin-top: 30px; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 {
            width: 48.19%;
            flex-direction: column;
            row-gap: 20px; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 {
                width: 100%; } }
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in {
              flex-direction: row-reverse;
              align-items: flex-start; }
              @media screen and (max-width: 480px) {
                .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in {
                  flex-direction: column;
                  row-gap: 20px; } }
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in .text_group {
                width: 49.06%; }
                @media screen and (max-width: 480px) {
                  .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in .text_group {
                    width: 100%; } }
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in .photo {
                width: 45.29%; }
                @media screen and (max-width: 480px) {
                  .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .left02 .left_in .photo {
                    width: 100%;
                    max-width: 240px;
                    margin: 0 auto; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .right02 {
            flex-direction: column;
            row-gap: 15px;
            width: 50%; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .right02 {
                width: 100%;
                flex-direction: column-reverse; } }
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .right02 .white_box {
              padding: 10px 10px 20px;
              background: #FFF; }
              @media screen and (max-width: 480px) {
                .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .right02 .white_box {
                  padding: 10px; } }
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .right02 .white_box .image {
                text-align: center; }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .text_group .t01 {
            font-size: clamp(14px, 1.539vw, 20px);
            color: #00a99d;
            margin-bottom: 10px;
            line-height: 1.4; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .text_group .t01 {
                font-size: 5.6vw; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .text_group .t02 {
            font-size: clamp(11px, 1.231vw, 16px); }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group02 .text_group .t02 {
                font-size: 14px; } }
        .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 {
          margin-top: 40px;
          align-items: flex-start; }
          @media screen and (max-width: 480px) {
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 {
              flex-direction: column;
              row-gap: 20px;
              margin-top: 30px; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 .text {
            width: 63.64%;
            font-size: clamp(13px, 1.286vw, 18px);
            line-height: 2.2; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 .text {
                width: 100%;
                font-size: 14px;
                letter-spacing: normal;
                line-height: 1.8; } }
          .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 .image {
            width: 30.91%;
            position: relative; }
            @media screen and (max-width: 480px) {
              .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 .image {
                width: 100%; } }
            .sec01 .solution_group .solution_in .solution_box02 .box_in .box_group03 .image:before {
              content: "";
              position: absolute;
              inset: 0;
              background: #FFF;
              mix-blend-mode: soft-light; }

.service_ttl {
  font-size: clamp(30px, 3.226vw, 40px);
  color: #00a99d;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .service_ttl {
      font-size: 9.6vw;
      margin-bottom: 25px; } }
  .service_ttl .small {
    display: block;
    font-size: 50%; }

.sec02 .service_main_group .service_title {
  background: #00a99d;
  padding: 25px 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 10px; }
  @media screen and (max-width: 480px) {
    .sec02 .service_main_group .service_title .title_img {
      width: 75%;
      margin: 0 auto; } }
  .sec02 .service_main_group .service_title .title_txt {
    text-align: center;
    font-size: clamp(30px, 3.226vw, 40px);
    color: #ffff00;
    line-height: 1.5; }
    @media screen and (max-width: 480px) {
      .sec02 .service_main_group .service_title .title_txt {
        line-height: 1.35; } }
    .sec02 .service_main_group .service_title .title_txt .small {
      display: block;
      font-size: 50%;
      color: #FFF; }
      @media screen and (max-width: 480px) {
        .sec02 .service_main_group .service_title .title_txt .small {
          margin-top: 5px;
          font-size: 55%; } }
.sec02 .service_main_group .service_main img {
  width: 100%; }
.sec02 .sec02_item01 {
  padding: clamp(40px, 4.839vw, 60px) 0; }
  .sec02 .sec02_item01 .item_group {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: clamp(30px, 4.033vw, 50px); }
    .sec02 .sec02_item01 .item_group .item {
      width: 30.65%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_item01 .item_group .item {
          width: 100%; } }
      .sec02 .sec02_item01 .item_group .item.full {
        width: 100%;
        position: relative; }
        .sec02 .sec02_item01 .item_group .item.full:after {
          content: "";
          position: absolute;
          inset: 0;
          border: 2px solid #00a99d;
          pointer-events: none; }
        .sec02 .sec02_item01 .item_group .item.full .item_ttl {
          text-align: left; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .item_group .item.full .item_ttl {
              text-align: center; } }
        .sec02 .sec02_item01 .item_group .item.full .follow_group {
          padding: 20px; }
          .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 {
            align-items: flex-start;
            margin-bottom: 30px; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 {
                flex-direction: column;
                row-gap: 20px; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 .follow_txt {
              font-size: clamp(11px, 1.291vw, 16px);
              width: 77.5%; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 .follow_txt {
                  width: 100%;
                  font-size: 13px; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 .photo {
              width: 20%;
              margin-top: -40px; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow01 .photo {
                  width: 100%;
                  max-width: 240px;
                  margin: 0 auto; } }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 {
              flex-direction: column;
              row-gap: 20px; } }
          .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .left {
            width: 28.42%; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .left {
                width: 100%; } }
          .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .center {
            width: 16.67%;
            justify-content: flex-end;
            flex-direction: column-reverse;
            row-gap: 10px; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .center {
                width: 100%;
                flex-direction: row;
                justify-content: space-between; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .center .center_txt {
              font-size: clamp(10px, 1.13vw, 14px); }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .center .center_txt {
                  width: 55%;
                  font-size: 13px; } }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .center .photo {
                width: 40%; } }
          .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right {
            width: 48.34%; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right {
                width: 100%; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .support_ttl {
              border-top: 1px solid #b28146;
              border-bottom: 1px solid #b28146;
              font-size: clamp(13px, 1.613vw, 20px);
              color: #b28146;
              text-align: center;
              letter-spacing: 0.05em; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .support_ttl {
                  font-size: 4.5vw; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .support_read {
              font-size: clamp(11px, 1.13vw, 14px);
              line-height: 1.4; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .support_read {
                  font-size: 3.4vw; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 {
              margin: 15px 0;
              align-items: center; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 {
                  flex-direction: column;
                  align-items: center;
                  row-gap: 5px; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 .call_txt {
                font-size: clamp(13px, 1.613vw, 20px);
                line-height: 1.2; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 .call_txt {
                    font-size: 15px; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 .call_img {
                width: 71.38%; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center01 .call_img {
                    width: 100%; } }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 {
              flex-wrap: wrap;
              align-items: center;
              row-gap: 5px;
              margin-bottom: 20px; }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c01 {
                width: 100%;
                line-height: 1;
                padding: 4px 5px;
                font-size: clamp(14px, 1.613vw, 20px);
                background: #9f0e15;
                color: #FFF;
                text-align: center; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c01 {
                    font-size: 4.4vw; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c02 {
                width: 9.32%; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c02 {
                    width: 20%; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c03 {
                width: 87.94%;
                font-size: clamp(10px, 1.13vw, 14px); }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c03 {
                    width: 78%;
                    font-size: 13px;
                    line-height: 1.5; } }
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center02 .c03 .red {
                  color: #be0008; }
            .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 {
              display: grid;
              align-items: flex-start;
              grid-template-columns: 65.52% 27.59%;
              justify-content: space-between; }
              @media screen and (max-width: 480px) {
                .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 {
                  grid-template-columns: 55% 40%;
                  row-gap: 15px; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 .support_ttl {
                margin-bottom: 15px; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 .support_ttl {
                    margin-bottom: 0;
                    grid-column: span 2; } }
              .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 .photo {
                grid-column: 2/3;
                grid-row: 1/3; }
                @media screen and (max-width: 480px) {
                  .sec02 .sec02_item01 .item_group .item.full .follow_group .follow02 .right .call_center03 .photo {
                    grid-column: 2/3;
                    grid-row: 2/3; } }
      .sec02 .sec02_item01 .item_group .item.flex {
        flex-direction: column;
        row-gap: 20px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .item_group .item.flex {
            row-gap: 12px; } }
      .sec02 .sec02_item01 .item_group .item .item_ttl {
        padding: 7px 15px;
        background: #00a99d;
        font-size: clamp(14px, 1.613vw, 20px);
        text-align: center;
        color: #FFF; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .item_group .item .item_ttl {
            font-size: 4.8vw;
            line-height: 1.5; } }
      .sec02 .sec02_item01 .item_group .item .item_read {
        font-size: clamp(12px, 1.452vw, 18px); }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_item01 .item_group .item .item_read {
            font-size: 13px; } }
      .sec02 .sec02_item01 .item_group .item .item_image {
        text-align: center; }

.sec03 {
  padding: 60px 0 clamp(80px, 11.291vw, 140px);
  background: #fffeed; }
  @media screen and (max-width: 480px) {
    .sec03 {
      padding: 50px 0; } }
  .sec03 .sec03_item01 {
    padding: 20px;
    background: #FFF;
    position: relative;
    align-items: center;
    margin-bottom: clamp(40px, 5.646vw, 70px); }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item01 {
        flex-direction: column;
        row-gap: 20px; } }
    .sec03 .sec03_item01:after {
      content: "";
      position: absolute;
      inset: 0;
      border: 2px solid #00a99d;
      pointer-events: none; }
    .sec03 .sec03_item01 .logo_happy {
      width: 22.17%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item01 .logo_happy {
          width: 100%;
          max-width: 180px;
          margin: 0 auto; } }
    .sec03 .sec03_item01 .text_group {
      width: 75%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item01 .text_group {
          width: 100%; } }
      .sec03 .sec03_item01 .text_group .read {
        line-height: 1.87; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item01 .text_group .read {
            font-size: 13px; } }
      .sec03 .sec03_item01 .text_group .logo_anabuki {
        width: 37.23%;
        margin-top: 10px;
        margin-left: auto; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item01 .text_group .logo_anabuki {
            margin-top: 20px;
            width: 100%; } }
  .sec03 .sec03_item02 .rushing_ttl {
    font-size: clamp(18px, 1.613vw, 20px);
    color: #FFF;
    padding: 5px;
    text-align: center;
    background: linear-gradient(to right, #af4552 0%, #5c011a 100%);
    margin-bottom: clamp(30px, 3.226vw, 40px); }
  .sec03 .sec03_item02 .rushing_group .icon_txt {
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px; }
    .sec03 .sec03_item02 .rushing_group .icon_txt .icon {
      line-height: 0; }
    .sec03 .sec03_item02 .rushing_group .icon_txt .txt {
      font-size: clamp(10px, 1.286vw, 18px);
      color: #973341; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item02 .rushing_group .icon_txt .txt {
          font-size: 4.4vw; } }
    .sec03 .sec03_item02 .rushing_group .icon_txt + .text {
      margin-top: 15px; }
  .sec03 .sec03_item02 .rushing_group .text {
    font-size: clamp(12px, 1.143vw, 16px); }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item02 .rushing_group .text {
        font-size: 13px; } }
  .sec03 .sec03_item02 .rushing_group .rushing01 {
    padding-bottom: clamp(20px, 3.226vw, 40px);
    margin-bottom: clamp(20px, 3.226vw, 40px);
    border-bottom: 1px solid #CCC; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item02 .rushing_group .rushing01 {
        flex-direction: column;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; } }
    .sec03 .sec03_item02 .rushing_group .rushing01 .item {
      width: 32.26%;
      padding: 0 1.61%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item02 .rushing_group .rushing01 .item {
          width: 100%;
          padding: 0;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #CCC; } }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item:after {
        content: "";
        position: absolute;
        inset: 0;
        left: auto;
        background: #CCC;
        width: 1px; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item02 .rushing_group .rushing01 .item:after {
            content: none; } }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item.long {
        width: 34.68%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item02 .rushing_group .rushing01 .item.long {
            width: 100%; } }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item.first {
        padding-left: 0; }
        .sec03 .sec03_item02 .rushing_group .rushing01 .item.first .text_group {
          width: 63.16%; }
        .sec03 .sec03_item02 .rushing_group .rushing01 .item.first .photo {
          width: 34.22%; }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item.second .text_group {
        width: 61.54%; }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item.second .photo {
        width: 33.34%; }
      .sec03 .sec03_item02 .rushing_group .rushing01 .item.third {
        padding-right: 0; }
        .sec03 .sec03_item02 .rushing_group .rushing01 .item.third:after {
          content: none; }
        .sec03 .sec03_item02 .rushing_group .rushing01 .item.third .text_group {
          width: 62.34%; }
        .sec03 .sec03_item02 .rushing_group .rushing01 .item.third .photo {
          width: 33.77%; }
  .sec03 .sec03_item02 .rushing_group .rushing02 {
    margin-bottom: clamp(60px, 7.259vw, 90px); }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item02 .rushing_group .rushing02 {
        flex-direction: column; } }
    .sec03 .sec03_item02 .rushing_group .rushing02 .item {
      width: 23.8%;
      padding: 0 1.61%;
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item02 .rushing_group .rushing02 .item {
          width: 100%;
          padding: 0;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #CCC; } }
      .sec03 .sec03_item02 .rushing_group .rushing02 .item:after {
        content: "";
        position: absolute;
        inset: 0;
        left: auto;
        background: #CCC;
        width: 1px; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item02 .rushing_group .rushing02 .item:after {
            content: none; } }
      .sec03 .sec03_item02 .rushing_group .rushing02 .item.long {
        width: 26.21%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item02 .rushing_group .rushing02 .item.long {
            width: 100%; } }
      .sec03 .sec03_item02 .rushing_group .rushing02 .item.first {
        padding-left: 0; }
      .sec03 .sec03_item02 .rushing_group .rushing02 .item.fourth {
        padding-right: 0; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item02 .rushing_group .rushing02 .item.fourth {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none; } }
        .sec03 .sec03_item02 .rushing_group .rushing02 .item.fourth:after {
          content: none; }
  .sec03 .sec03_item03 {
    margin-bottom: clamp(50px, 8.065vw, 100px); }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item03 {
        margin-bottom: 30px; } }
    .sec03 .sec03_item03 .free_image {
      text-align: center;
      margin-bottom: clamp(40px, 5.646vw, 70px); }
    .sec03 .sec03_item03 .free_ttl {
      text-align: center;
      font-size: clamp(20px, 2.42vw, 30px);
      color: #00a99d;
      margin-bottom: 20px; }
    .sec03 .sec03_item03 .trouble_group_wrap {
      max-width: 840px;
      margin: 0 auto; }
      .sec03 .sec03_item03 .trouble_group_wrap .trouble_group {
        margin-bottom: 10px;
        flex-wrap: wrap;
        row-gap: clamp(25px, 3.226vw, 40px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_item03 .trouble_group_wrap .trouble_group {
            flex-direction: column;
            row-gap: 20px; } }
        .sec03 .sec03_item03 .trouble_group_wrap .trouble_group .trouble_img {
          position: relative;
          width: 47.62%;
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
          @media screen and (max-width: 480px) {
            .sec03 .sec03_item03 .trouble_group_wrap .trouble_group .trouble_img {
              width: 100%; } }
          .sec03 .sec03_item03 .trouble_group_wrap .trouble_group .trouble_img:after {
            content: "";
            position: absolute;
            inset: 0;
            border: 1px solid #333;
            pointer-events: none; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item03 .trouble_group_wrap .cap_r {
          text-align: left; } }
  .sec03 .sec03_item04 {
    padding: 30px 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/mansion_merit/bg_texture.jpg");
    text-align: center;
    margin-bottom: clamp(50px, 7.259vw, 90px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    .sec03 .sec03_item04:after {
      content: "";
      position: absolute;
      inset: 0;
      border: 1px solid #FFF; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_item04 {
        padding: 20px 0px;
        margin-bottom: 30px; } }
    .sec03 .sec03_item04 .text {
      font-size: clamp(16px, 2.097vw, 26px);
      color: #FFF; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_item04 .text {
          font-size: 3.5vw; } }
      .sec03 .sec03_item04 .text .yellow {
        color: #FF0; }
  .sec03 .hapisapo_bnr {
    display: block;
    max-width: 570px;
    margin: 0 auto; }

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