/*! Writen  by SCSS */
.inner_bg::after {
  display: none !important; }

.inner_main .main_ttl p {
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .inner_main .main_ttl p {
      line-height: 1.2; } }
  .inner_main .main_ttl p .min {
    font-size: 50%; }

.sec1 {
  margin-bottom: clamp(50px, 5vw, 60px); }
  .sec1 .ttl01 {
    border-bottom: 1px solid #f8f4e6;
    color: #333;
    padding: clamp(40px, 5vw, 60px) 0;
    background: #f8f4e6;
    line-height: 2; }
    @media screen and (min-width: 960px) {
      .sec1 .ttl01 {
        font-size: clamp(18px, 2.167vw, 26px); } }
  .sec1 .sec1_wrap01 .icon_wrap {
    text-align: center;
    margin-bottom: clamp(30px, 2.917vw, 35px);
    margin-bottom: 20px; }
    .sec1 .sec1_wrap01 .icon_wrap .icon {
      margin-bottom: clamp(20px, 2.5vw, 30px); }
      @media screen and (max-width: 480px) {
        .sec1 .sec1_wrap01 .icon_wrap .icon {
          max-width: 120px;
          margin-inline: auto; } }
    .sec1 .sec1_wrap01 .icon_wrap .txt {
      font-size: clamp(18px, 1.834vw, 22px);
      line-height: 1;
      font-weight: 500;
      color: #333; }
      .sec1 .sec1_wrap01 .icon_wrap .txt .min {
        font-size: 60%; }
  .sec1 .sec1_wrap01 .img_wrap {
    margin-inline: auto;
    max-width: 624px; }
    .sec1 .sec1_wrap01 .img_wrap .img_in {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      column-gap: 14.43%;
      row-gap: clamp(20px, 4.167vw, 50px); }
      @media screen and (max-width: 480px) {
        .sec1 .sec1_wrap01 .img_wrap .img_in {
          column-gap: 4%; } }
    .sec1 .sec1_wrap01 .img_wrap .img01 {
      width: 100%; }
    .sec1 .sec1_wrap01 .img_wrap .img02, .sec1 .sec1_wrap01 .img_wrap .img03 {
      width: 42.31%; }
      @media screen and (max-width: 480px) {
        .sec1 .sec1_wrap01 .img_wrap .img02, .sec1 .sec1_wrap01 .img_wrap .img03 {
          width: 48%; } }
    .sec1 .sec1_wrap01 .img_wrap .cap_r {
      width: 98%;
      margin-inline: auto; }
  .sec1 .sec1_wrap02 {
    max-width: 800px;
    margin-inline: auto; }
    .sec1 .sec1_wrap02 .sec_ttl {
      color: #333; }

.sec2 {
  background: #eeeceb;
  padding: clamp(50px, 5vw, 60px) 0;
  margin-bottom: clamp(50px, 5vw, 60px); }
  .sec2 .flex_box {
    justify-content: center;
    align-items: center;
    column-gap: 4.17%;
    max-width: 100%; }
    @media screen and (max-width: 480px) {
      .sec2 .flex_box {
        flex-direction: column;
        row-gap: 30px; } }
    .sec2 .flex_box .text_wrap {
      max-width: 440px;
      width: 36.67%; }
      @media screen and (max-width: 480px) {
        .sec2 .flex_box .text_wrap {
          width: 100%;
          text-align: center; } }
      .sec2 .flex_box .text_wrap .sec_ttl {
        color: #333; }
      .sec2 .flex_box .text_wrap .read {
        line-height: 1.63; }
        .sec2 .flex_box .text_wrap .read .cap_l {
          display: block;
          margin-top: 5px;
          letter-spacing: 0; }
          @media screen and (max-width: 480px) {
            .sec2 .flex_box .text_wrap .read .cap_l {
              display: none;
              line-height: 1.4;
              text-align: center; } }
    .sec2 .flex_box .img {
      max-width: 340px;
      width: 28.34%; }
      @media screen and (max-width: 480px) {
        .sec2 .flex_box .img {
          width: 70%;
          margin-inline: auto; } }

.sec3 {
  padding-bottom: 90px; }
  @media screen and (max-width: 480px) {
    .sec3 {
      padding-bottom: 60px; } }
  .sec3 .inner {
    max-width: 1000px;
    margin-inline: auto; }
  .sec3 .sec_ttl {
    color: #333; }
    .sec3 .sec_ttl.l {
      font-size: clamp(14px, 1.751vw, 21px);
      font-size: clamp(14px, 2.167vw, 26px); }
      @media screen and (max-width: 480px) {
        .sec3 .sec_ttl.l {
          font-size: calc(16vw / 3.9);
          font-size: calc(19vw / 3.9); } }
  @media screen and (max-width: 480px) {
    .sec3 .item_wrap {
      flex-direction: column;
      row-gap: 15px; } }
  .sec3 .item_wrap .item {
    padding: 15px;
    width: 23.5%;
    background: #8f8857;
    background: #f6f3e6;
    color: #fff;
    color: #333;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    row-gap: clamp(8px, 1vw, 12px); }
    @media screen and (max-width: 480px) {
      .sec3 .item_wrap .item {
        width: 100%;
        right: 12px; } }
    .sec3 .item_wrap .item .ttl {
      line-height: 0.8;
      font-size: clamp(24px, 2.5vw, 30px);
      padding-bottom: clamp(8px, 0.834vw, 10px);
      text-align: center;
      border-bottom: 1px solid #fff;
      color: #b49a2c;
      min-height: 2em;
      letter-spacing: 0.07em;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .sec3 .item_wrap .item .ttl {
          padding-bottom: 12px;
          letter-spacing: 0.08em;
          line-height: 1;
          min-height: inherit; } }
      .sec3 .item_wrap .item .ttl .min {
        font-size: 60%;
        color: #333333; }
    .sec3 .item_wrap .item .read {
      line-height: 1.38; }
  .sec3 .in_box .sec_ttl {
    color: #fff;
    line-height: 1;
    background: #35693b;
    padding: 15px 0; }
    @media screen and (max-width: 480px) {
      .sec3 .in_box .sec_ttl {
        line-height: 1.4;
        font-size: calc(16vw / 3.9);
        font-size: calc(15vw / 3.9);
        font-weight: 500;
        padding: 0;
        padding: 10px; } }
  .sec3 .in_box .img_wrap {
    max-width: 843px;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec3 .in_box .img_wrap {
        margin-inline: -20px; } }
    @media screen and (max-width: 480px) {
      .sec3 .in_box .img_wrap .swipe1 img {
        max-width: 600px;
        width: 600px; } }
    .sec3 .in_box .img_wrap .cap {
      padding: 0 !important; }
      @media screen and (max-width: 480px) {
        .sec3 .in_box .img_wrap .cap {
          display: none; } }
    .sec3 .in_box .img_wrap .cap_r {
      margin-top: 10px; }
      @media screen and (max-width: 480px) {
        .sec3 .in_box .img_wrap .cap_r {
          margin-top: 20px;
          display: flex;
          flex-direction: column;
          row-gap: 2px;
          padding-inline: 5px;
          margin-top: 5px; } }
      @media screen and (max-width: 480px) {
        .sec3 .in_box .img_wrap .cap_r span {
          font-size: 9px; } }

@media screen and (max-width: 480px) {
  .mt5_sp {
    margin-top: 5px !important; } }

/*# sourceMappingURL=zeh-m.css.map */
