/*! Writen  by SCSS */
.flex {
  display: flex;
  justify-content: space-between; }

@media screen and (min-width: 960px) {
  div.wrap {
    padding-top: 0 !important; } }

.main ul {
  display: flex; }
  @media screen and (max-width: 480px) {
    .main ul {
      display: block;
      height: calc(100vh - 65px - 58px);
      height: calc(100svh - 65px - 58px); } }
  .main ul li {
    width: 25%; }
    @media screen and (max-width: 480px) {
      .main ul li {
        width: 100%;
        height: 25%; }
        .main ul li figure {
          display: block;
          height: 100%; }
        .main ul li img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }

.breadlist {
  display: none; }

.wide_cap .t_cap {
  max-width: 1230px;
  width: calc(100% - 10px);
  margin: auto;
  left: 0;
  right: 0; }

.garden,
.common {
  margin-top: 55px;
  padding-top: 40px; }
  @media screen and (max-width: 480px) {
    .garden,
    .common {
      margin-top: 40px;
      padding-top: 20px; } }

.common .sec_lead_wrap {
  margin-bottom: clamp(40px, 6.51%, 80px); }

.read {
  font-size: clamp(11px, calc(14vw / 12), 14px);
  line-height: 1.4; }

.ti {
  text-indent: -1em;
  padding-left: 1em; }

.btns01 {
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .btns01 {
      margin-bottom: 20px;
      grid-gap: 0;
      justify-content: space-between;
      flex-wrap: wrap;
      grid-row-gap: 10px; } }
  .btns01 li {
    width: calc(370%/9);
    width: calc(300%/12.3); }
    @media screen and (max-width: 480px) {
      .btns01 li {
        width: 48%; } }
    @media screen and (min-width: 960px) {
      .btns01 li:nth-child(3) a {
        font-size: clamp(14px, calc(20vw / 9), 20px); } }
    .btns01 li a {
      padding: 0;
      height: 70px;
      color: #fff;
      text-align: center;
      font-size: clamp(14px, calc(27vw / 9), 27px);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      transition: all 0.5s ease-in-out;
      background: #000;
      line-height: 1;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 480px) {
        .btns01 li a {
          letter-spacing: normal;
          padding: 0.9em 10px 0.7em;
          height: fit-content; } }
      .btns01 li a.on, .btns01 li a:hover {
        background: linear-gradient(to right, #236890, #114b2e); }
      .btns01 li a span {
        display: block;
        line-height: 1; }
      .btns01 li a img {
        width: calc(30%/3.36);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 480px) {
          .btns01 li a img {
            width: calc(35%/4);
            right: 6px; } }

.ttl_wrap {
  background: url("../images/design/bg_tree.jpg") center right/50% auto no-repeat;
  background-position: top right; }
  @media screen and (max-width: 480px) {
    .ttl_wrap {
      background: none;
      padding-bottom: 40px; } }

.bg_img {
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .bg_img {
      margin-bottom: 40px;
      aspect-ratio: 283/129; }
      .bg_img img {
        width: 100%;
        height: 100%;
        object-fit: cover; } }

.sec {
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sec {
      margin-bottom: 80px; } }

.pointer {
  margin-top: -30px;
  padding-top: 30px; }

@media screen and (max-width: 480px) {
  .sec01 .big_img {
    aspect-ratio: 1000/640; }
    .sec01 .big_img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 53%; } }
.sec01 .inner02 {
  max-width: 996px; }
.sec01 .obj_img {
  width: 76.21%;
  margin-inline: auto;
  margin-top: -15%;
  margin-bottom: clamp(30px, calc(50vw / 11), 50px); }
  @media screen and (max-width: 480px) {
    .sec01 .obj_img {
      width: 100%;
      margin-top: -5%;
      max-width: 250px;
      margin-inline: auto; } }
.sec01 .cont_wrap {
  display: flex;
  flex-direction: column;
  row-gap: clamp(30px, calc(35vw / 11), 35px); }
  .sec01 .cont_wrap .cont {
    background: linear-gradient(90deg, #f5f5f5 0%, #e6e5e7 100%); }
    @media screen and (max-width: 480px) {
      .sec01 .cont_wrap .cont {
        margin-inline: -20px; } }
    .sec01 .cont_wrap .cont .head {
      font-size: clamp(20px, calc(25vw / 11), 25px);
      line-height: 1;
      padding: 10px clamp(20px, calc(45vw / 11), 45px) 7px;
      color: #fff;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont .head {
          text-align: center;
          padding-block: 10px;
          font-weight: bold; } }
    .sec01 .cont_wrap .cont .box {
      padding: 20px clamp(20px, calc(45vw / 11), 45px) 15px; }
      .sec01 .cont_wrap .cont .box .ttl {
        font-size: clamp(15px, calc(22vw / 11), 22px);
        letter-spacing: 0.1em;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont .box .ttl {
            line-height: 1.4;
            margin-bottom: 15px;
            letter-spacing: -0.01em;
            font-weight: bold;
            text-align: center; } }
      .sec01 .cont_wrap .cont .box .item_wrap {
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont .box .item_wrap {
            flex-direction: column;
            row-gap: 20px; } }
        .sec01 .cont_wrap .cont .box .item_wrap .item02 .cap {
          font-size: clamp(10px, calc(11vw / 11), 11px);
          font-weight: 600;
          line-height: 1.2;
          padding-bottom: clamp(5px, calc(15vw / 11), 15px); }
    .sec01 .cont_wrap .cont.cont01 .head {
      background: linear-gradient(90deg, #9685ab 11%, #beb3cc 62%, #a193b3 92%); }
    .sec01 .cont_wrap .cont.cont01 .box {
      padding: 20px clamp(20px, calc(45vw / 11), 45px) 15px; }
      .sec01 .cont_wrap .cont.cont01 .box .ttl {
        letter-spacing: 0.1em;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont.cont01 .box .ttl {
            line-height: 1.4;
            margin-bottom: 15px;
            letter-spacing: -0.01em; } }
      .sec01 .cont_wrap .cont.cont01 .box .item_wrap {
        align-items: center; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont.cont01 .box .item_wrap {
            flex-direction: column;
            row-gap: 20px; } }
        .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item01 {
          width: 42.28%; }
          @media screen and (max-width: 480px) {
            .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item01 {
              width: 100%; } }
        .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 {
          width: 53.32%; }
          @media screen and (max-width: 480px) {
            .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 {
              width: 100%; } }
          .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .read {
            font-weight: 600; }
          .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap {
            align-items: flex-end; }
            @media screen and (max-width: 480px) {
              .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap {
                margin-top: 10px;
                flex-direction: column; } }
            .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap .img {
              width: 73.3%; }
              @media screen and (max-width: 480px) {
                .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap .img {
                  width: 100%; } }
            .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap .cap {
              width: 34.58%;
              margin-left: -11.37%;
              margin-right: -5%; }
              @media screen and (max-width: 767px) {
                .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap .cap {
                  padding-bottom: 0;
                  margin-right: -7%; } }
              @media screen and (max-width: 480px) {
                .sec01 .cont_wrap .cont.cont01 .box .item_wrap .item02 .item02_wrap .cap {
                  width: 100%;
                  margin-inline: 0; } }
    .sec01 .cont_wrap .cont.cont02 .head {
      background: linear-gradient(90deg, #4492ba 11%, #77b1d8 62%, #4995be 92%); }
    .sec01 .cont_wrap .cont.cont02 .box .ttl {
      margin-bottom: clamp(15px, calc(20vw / 11), 20px); }
    .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 {
      width: 42.5%;
      margin-left: 4.33%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 {
          width: 100%;
          margin-left: 0; } }
      .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 .item_in {
        width: 46.76%;
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
        .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 .item_in .img {
          position: relative; }
        .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 .item_in .read {
          line-height: 1.2;
          font-weight: 600; }
          @media screen and (max-width: 480px) {
            .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item01 .item_in .read {
              font-size: 12px;
              line-height: 1.6;
              letter-spacing: -0.03em; } }
    .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 {
      width: 45.81%;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 {
          width: 100%;
          flex-wrap: wrap;
          row-gap: 10px; } }
      .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 .img {
        width: 74.22%; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 .img {
            width: 90%;
            margin-inline: auto; } }
      .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 .cap {
        width: 34.7%;
        margin-left: -24%; }
        @media screen and (max-width: 480px) {
          .sec01 .cont_wrap .cont.cont02 .box .item_wrap .item02 .cap {
            width: 100%;
            margin-left: 0; } }
    .sec01 .cont_wrap .cont.cont03 .head {
      background: linear-gradient(90deg, #cb8f95 11%, #e1b3b6 62%, #cc9399 92%); }
    .sec01 .cont_wrap .cont.cont03 .box .ttl {
      margin-bottom: clamp(15px, calc(20vw / 11), 20px); }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont.cont03 .box .ttl {
          margin-bottom: 30px; } }
    .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item01 {
      width: 41.29%;
      margin-left: 4.33%; }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item01 {
          width: 100%; } }
    .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item02 {
      width: 48.13%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(10px, calc(15vw / 11), 15px); }
      @media screen and (max-width: 480px) {
        .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item02 {
          width: 100%; } }
      .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item02 .text_wrap {
        font-weight: 600; }
        .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item02 .text_wrap .sud_ttl {
          font-size: clamp(13px, calc(16vw / 11), 16px); }
      .sec01 .cont_wrap .cont.cont03 .box .item_wrap .item02 .cap {
        letter-spacing: -0.03em; }

.sec02 .sec02_wrap {
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap {
      margin-bottom: 80px; } }
  .sec02 .sec02_wrap .item_wrap .item_ttl {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
    font-size: clamp(20px, calc(30vw / 9), 30px);
    margin-bottom: 2em;
    color: #221815; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item_wrap .item_ttl {
        margin-bottom: 1.25em; } }
  .sec02 .sec02_wrap .item_wrap .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2.44%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    row-gap: 35px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap .item_wrap .list {
        row-gap: 30px;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 4%; } }
    .sec02 .sec02_wrap .item_wrap .list li.double {
      grid-column: span 2; }
    .sec02 .sec02_wrap .item_wrap .list li .img {
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item_wrap .list li .img {
          margin-bottom: 10px; } }
    .sec02 .sec02_wrap .item_wrap .list li .ttl {
      position: relative;
      font-size: clamp(14px, calc(21vw / 14), 21px);
      line-height: 1.39;
      text-align: center;
      padding-bottom: 1em;
      border-bottom: 1px solid;
      margin-bottom: 0.5em;
      padding-bottom: 10px;
      border-bottom: 1px solid;
      margin-bottom: 7px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item_wrap .list li .ttl {
          padding-bottom: 3px;
          margin-bottom: 3px; } }
    .sec02 .sec02_wrap .item_wrap .list li .txt {
      border-top: 1px solid;
      padding-top: 10px;
      font-size: clamp(12px, calc(17vw / 9), 17px);
      line-height: 1.56; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap .item_wrap .list li .txt {
          padding-top: 5px; } }
.sec02 .sec02_wrap04 {
  padding: 100px 0 60px;
  background: linear-gradient(to right, #236890, #114b2e); }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap04 {
      padding: 50px 0; } }
  .sec02 .sec02_wrap04 .wrap01 {
    column-gap: 5%;
    flex-wrap: wrap;
    color: #fff;
    justify-content: flex-start;
    row-gap: 20px; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap04 .wrap01 {
        column-gap: 1.88%;
        row-gap: 30px; } }
    .sec02 .sec02_wrap04 .wrap01 .img01 {
      width: 29.57%;
      max-height: 1121px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap04 .wrap01 .img01 {
          width: 100%; } }
      @media screen and (min-width: 960px) {
        .sec02 .sec02_wrap04 .wrap01 .img01 img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
    .sec02 .sec02_wrap04 .wrap01 .right {
      width: 56.88%;
      max-width: 910px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: clamp(-55px, -3.43%, -10px);
      row-gap: 10px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap04 .wrap01 .right {
          width: calc(100% - 40px);
          margin-inline: auto;
          row-gap: 30px;
          margin-top: 0; } }
      .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 {
        grid-column: 2/3;
        grid-row: 1/2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: flex-start;
        max-width: 910px; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 {
            margin-top: 0;
            flex-direction: column;
            row-gap: 15px; } }
        .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 .ttl_in {
          width: fit-content;
          display: flex;
          flex-direction: column;
          row-gap: 20px; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 .ttl_in {
              justify-content: center;
              width: 100%;
              text-align: center;
              row-gap: 10px; } }
          .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 .ttl_in .sec_ttl {
            margin-bottom: 0;
            line-height: 1.67;
            font-size: clamp(16px, calc(30vw / 14), 30px); }
        .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 .icon {
          width: 56.6%;
          max-width: 515px; }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap04 .wrap01 .right .ttl_wrap01 .icon {
              width: 65%;
              margin-inline: auto; } }
      .sec02 .sec02_wrap04 .wrap01 .right .item_wrap {
        grid-row: 2/3;
        max-width: 910px;
        grid-column: 2/3; }
        .sec02 .sec02_wrap04 .wrap01 .right .item_wrap .list {
          column-gap: 3.02%;
          grid-template-columns: repeat(3, 1fr); }
          @media screen and (max-width: 480px) {
            .sec02 .sec02_wrap04 .wrap01 .right .item_wrap .list {
              grid-template-columns: repeat(2, 1fr); } }
          .sec02 .sec02_wrap04 .wrap01 .right .item_wrap .list li .t_cap_bg {
            bottom: auto;
            top: 0;
            font-size: 12px;
            background: #898989; }
            @media screen and (max-width: 480px) {
              .sec02 .sec02_wrap04 .wrap01 .right .item_wrap .list li .t_cap_bg {
                font-size: 10px; } }
    .sec02 .sec02_wrap04 .wrap01 .cap01 {
      max-width: 1230px; }

.sec03 .sec_ttl {
  letter-spacing: 0.1em; }
  .sec03 .sec_ttl sup {
    font-size: 50%; }
.sec03 .icon01 {
  position: relative;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: clamp(-120px, -7.5%, -10px); }
  @media screen and (max-width: 480px) {
    .sec03 .icon01 {
      width: 70%;
      margin-inline: auto; } }
.sec03 .text_wrap01 .sec_ttl {
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    .sec03 .text_wrap01 .sec_ttl:nth-child(2) {
      line-height: 1.6; } }
  .sec03 .text_wrap01 .sec_ttl .small {
    font-size: 55%; }
@media screen and (max-width: 480px) {
  .sec03 .img_wrap {
    flex-direction: column;
    row-gap: 10px; } }
.sec03 .img_wrap .img {
  width: 48.87%; }
  @media screen and (max-width: 480px) {
    .sec03 .img_wrap .img {
      width: 100%; } }
.sec03 .item_wrap .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  align-content: start;
  grid-auto-flow: dense;
  column-gap: 2.44%;
  row-gap: 35px; }
  @media screen and (max-width: 480px) {
    .sec03 .item_wrap .list {
      row-gap: 30px;
      grid-template-columns: repeat(2, 1fr); } }
  .sec03 .item_wrap .list li .img {
    margin-bottom: 20px; }
    @media screen and (max-width: 480px) {
      .sec03 .item_wrap .list li .img {
        margin-bottom: 10px; } }
  .sec03 .item_wrap .list li .lead {
    text-align: center;
    line-height: 1; }
.sec03 .item_wrap .cap01 {
  padding-left: 1em;
  text-indent: -1em; }
.sec03 .sec03_wrap .in_box {
  flex-wrap: wrap;
  align-items: center;
  row-gap: 40px; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap .in_box {
      row-gap: 20px; } }
.sec03 .sec03_wrap .text_wrap {
  line-height: 1;
  font-weight: 400;
  width: fit-content; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap .text_wrap {
      text-align: center;
      margin-inline: auto; } }
  .sec03 .sec03_wrap .text_wrap .txt01 {
    font-size: clamp(24px, calc(48vw / 11), 48px);
    line-height: 1.2;
    margin-bottom: 0.25em; }
  .sec03 .sec03_wrap .text_wrap .txt02 {
    font-size: clamp(35px, calc(70vw / 11), 70px); }
    .sec03 .sec03_wrap .text_wrap .txt02 .big {
      font-size: 140%; }
.sec03 .sec03_wrap .img {
  width: 66.09%; }
  @media screen and (max-width: 480px) {
    .sec03 .sec03_wrap .img {
      width: 100%; } }

.sec04 .sec04_wrap01 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2.44%;
  row-gap: 50px;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_wrap01 {
      row-gap: 20px; } }
  .sec04 .sec04_wrap01 .img01 {
    width: 36.18%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap01 .img01 {
        width: 70%; } }
  .sec04 .sec04_wrap01 .img02 {
    width: 17%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap01 .img02 {
        width: 30%; } }
  .sec04 .sec04_wrap01 .ttl01 {
    width: 100%;
    letter-spacing: 0.1em; }
  .sec04 .sec04_wrap01 .ttl02 {
    width: 30.49%;
    letter-spacing: 0.1em;
    font-size: clamp(17px, 1.954vw, 25px); }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap01 .ttl02 {
        width: 100%;
        text-align: center; } }
  .sec04 .sec04_wrap01 .img03 {
    width: 65.86%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap01 .img03 {
        width: 80%;
        width: 65%;
        margin-inline: auto; } }
.sec04 .sec04_wrap02 {
  flex-wrap: wrap;
  row-gap: 60px; }
  @media screen and (max-width: 480px) {
    .sec04 .sec04_wrap02 {
      row-gap: 30px; } }
  .sec04 .sec04_wrap02 .item {
    width: 48.87%; }
    @media screen and (max-width: 480px) {
      .sec04 .sec04_wrap02 .item {
        width: 100%; } }
    .sec04 .sec04_wrap02 .item .ttl01 {
      background: #054a94;
      font-size: clamp(18px, calc(26vw / 12.7), 26px);
      color: #fff;
      text-align: center;
      line-height: 1.6;
      padding: 15px 0 10px; }
      .sec04 .sec04_wrap02 .item .ttl01 .small {
        font-size: 70%;
        display: block; }
    .sec04 .sec04_wrap02 .item .img {
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        .sec04 .sec04_wrap02 .item .img {
          margin-bottom: 15px; } }
    .sec04 .sec04_wrap02 .item .text_wrap {
      margin-bottom: 30px; }
      .sec04 .sec04_wrap02 .item .text_wrap .ttl {
        font-weight: 500;
        border-bottom: 1px solid;
        padding-bottom: 15px;
        margin-bottom: 25px;
        position: relative; }
        .sec04 .sec04_wrap02 .item .text_wrap .ttl:after {
          content: "";
          position: absolute;
          inset: 0;
          top: auto;
          bottom: -6px;
          border-bottom: 1px solid; }
        @media screen and (max-width: 480px) {
          .sec04 .sec04_wrap02 .item .text_wrap .ttl {
            padding-bottom: 5px;
            margin-bottom: 1em; } }
      .sec04 .sec04_wrap02 .item .text_wrap .txt {
        line-height: 1.56;
        font-size: clamp(12px, calc(18vw / 12.7), 18px); }
        .sec04 .sec04_wrap02 .item .text_wrap .txt.ls05 {
          letter-spacing: 0.05em; }
    .sec04 .sec04_wrap02 .item .img02 {
      /*
      padding-top: 5px;
      border-top: 1px solid;
      */ }

.ls_02 {
  letter-spacing: -0.02em !important; }

.ls_04 {
  letter-spacing: -0.04em !important; }

.ls_06 {
  letter-spacing: -0.06em !important; }

.ls_08 {
  letter-spacing: -0.08em !important; }

.ls_1 {
  letter-spacing: -0.1em !important; }

@media screen and (max-width: 480px) {
  .ls0_sp {
    letter-spacing: -0.0em !important; }

  .ls02_sp {
    letter-spacing: -0.02em !important; }

  .ls04_sp {
    letter-spacing: -0.04em !important; }

  .ls06_sp {
    letter-spacing: -0.06em !important; }

  .ls08_sp {
    letter-spacing: -0.08em !important; }

  .ls1_sp {
    letter-spacing: -0.1em !important; } }

/*# sourceMappingURL=quality.css.map */
