/*! Writen  by SCSS */
.inner_main {
  background-image: url("../images/design/main.jpg"); }
  @media screen and (max-width: 480px) {
    .inner_main {
      background-image: url("../images/design/main_sp.jpg"); } }
  .inner_main .main_txts .main_ttl img {
    width: 32.5%; }
    @media screen and (max-width: 480px) {
      .inner_main .main_txts .main_ttl img {
        width: 40.63%; } }

.vsp600 {
  display: none; }
  @media screen and (max-width: 600px) {
    .vsp600 {
      display: block; } }

.sec01 {
  background: #fff; }
  .sec01 .sec_ttl_wrap .sec_ttl {
    text-align: right;
    width: fit-content;
    margin-inline: auto; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_wrap .sec_ttl {
        text-align: center;
        letter-spacing: -0.06em; } }
  .sec01 .img {
    margin-top: clamp(30px, 6.667vw, 80px); }

.sec02 {
  margin-bottom: clamp(40px, 5.84%, 70px); }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap01 {
      margin-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap01 .img {
      margin-inline: -20px; } }
  .sec02 .sec02_wrap02 .sec_ttl {
    margin-bottom: 1em; }
  .sec02 .sec02_wrap02 .item_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    column-gap: 0.84%; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .item_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 4%; } }
    .sec02 .sec02_wrap02 .item_wrap .item {
      display: flex;
      flex-direction: column;
      row-gap: 10px; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .item_wrap .item {
          row-gap: 5px; } }
      .sec02 .sec02_wrap02 .item_wrap .item .ttl {
        color: #23b8bc;
        text-align: center;
        line-height: 1.17;
        font-weight: bold;
        font-size: clamp(14px, 1.5vw, 18px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .item_wrap .item:nth-last-child(1) {
          grid-column: span 2;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          flex-direction: row; }
          .sec02 .sec02_wrap02 .item_wrap .item:nth-last-child(1) .text_wrap, .sec02 .sec02_wrap02 .item_wrap .item:nth-last-child(1) .img {
            width: 48%; }
          .sec02 .sec02_wrap02 .item_wrap .item:nth-last-child(1) .text_wrap .ttl {
            text-align: left; } }

.sec03 {
  padding-bottom: clamp(50px, 6.67%, 80px); }
  .sec03 .sec03_wrap .ttl01 {
    background: #23b8bc;
    padding: clamp(10px, 1.25vw, 15px) 10px;
    width: 100%;
    font-size: clamp(14px, 1.5vw, 18px);
    margin-bottom: 1.5em;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap .ttl01 {
        margin-bottom: 1.29em; } }
  .sec03 .sec03_wrap01 .in_box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 .in_box {
        flex-direction: column;
        row-gap: 25px; } }
    .sec03 .sec03_wrap01 .in_box .wrap01 {
      width: 39.67%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap01 .in_box .wrap01 {
          width: 100%; } }
      .sec03 .sec03_wrap01 .in_box .wrap01 .read {
        margin-bottom: 1.75em; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap01 .in_box .wrap01 .read {
            margin-bottom: 1em;
            text-align: center;
            letter-spacing: -0.07em; } }
    .sec03 .sec03_wrap01 .in_box .wrap02 {
      width: 56.67%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap01 .in_box .wrap02 {
          width: 100%; } }
  .sec03 .sec03_wrap02 .sec_ttl {
    margin-bottom: 1em; }
  .sec03 .sec03_wrap02 .item_wrap {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap02 .item_wrap {
        flex-wrap: wrap;
        row-gap: 7px; } }
    .sec03 .sec03_wrap02 .item_wrap .item {
      width: 10.42%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap02 .item_wrap .item {
          width: 32%; } }
      .sec03 .sec03_wrap02 .item_wrap .item .cap {
        font-size: clamp(12px, 1.167vw, 14px); }
  .sec03 .sec03_wrap02 .cap_r {
    color: #000; }

.cv_sec {
  padding-top: clamp(50px, 6.67%, 80px); }

.no_shadow.black .cap {
  text-shadow: none; }

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