@charset "UTF-8";
.teal {
  color: #0A93A5;
}

.bg_teal {
  background-color: #E2F6F4;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 769px) {
  .kv {
    /* 矢印共通のスタイル */
    /* 前の矢印 */
    /* 次の矢印 */
  }
  .kv .splide__arrow {
    background: transparent;
    height: 60px;
    width: 60px;
  }
  .kv .button::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
  }
  .kv .prev::before {
    position: relative;
    top: -9px;
    left: 17px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_prev.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .kv .next::before {
    position: relative;
    top: -9px;
    right: 17px;
    background: url("/wp/wp-content/themes/okatashi-theme/assets/images/kv_arrow_next.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .kv .splide__pagination {
    position: absolute;
    bottom: -23px;
  }
  .kv .splide__pagination {
    gap: 9px;
  }
  .kv .splide__pagination__page.is-active {
    background-color: #77CCD0;
    transform: scale(1);
  }
  .case {
    padding-bottom: 80px;
  }
  .case .inner {
    margin-top: 80px;
  }
  .case__container {
    padding: 46px 30px 37px;
    background-color: #E2F6F4;
    border-radius: 30px;
  }
  .case__container:nth-of-type(2) {
    margin-top: 41px;
  }
  .case__topic {
    width: 520px;
  }
  .case__image {
    margin-top: 24px;
  }
  .case__comment {
    display: flex;
    gap: 20px;
    margin-top: 24px;
  }
  .case__bear {
    flex-shrink: 0;
    width: 88px;
  }
  .case__text {
    font-weight: 700;
  }
  .service {
    padding-bottom: 55px;
    background-color: #E2F6F4;
  }
  .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 0;
    margin-top: 80px;
  }
  .service__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32.3%;
    aspect-ratio: 330/538;
    padding: 20px 25px;
    border: 2px solid #0A93A5;
    border-radius: 16px;
    font-weight: 700;
    background-color: #fff;
  }
  .service__topic {
    margin-top: 16px;
    font-size: 2rem;
    text-align: center;
  }
  .service__text {
    margin-top: 12px;
    line-height: 1.88;
  }
  .service__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 42px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #0A93A5;
    font-weight: 700;
    border-radius: 21px;
  }
  .service__message {
    max-width: 648px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .news {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .news__h2 {
    width: 494px;
    margin-left: auto;
    margin-right: auto;
  }
  .news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1.8%;
    margin-top: 40px;
  }
  .news__item {
    width: 49%;
  }
  .news__item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px 7px;
    border: 2px solid #E6E6E5;
  }
  .news__image {
    display: block;
    flex-shrink: 0;
    width: 140px;
    height: 79px;
  }
  .news__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__time {
    color: #0A93A5;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .news__topic {
    font-weight: 700;
  }
  .cta.--ver2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1050px) {
  .news__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv .splide__arrow {
    display: none;
  }
  .kv .splide__pagination {
    position: absolute;
    bottom: -30px;
  }
  .kv .splide__pagination {
    gap: 9px;
  }
  .kv .splide__pagination__page.is-active {
    background-color: #77CCD0;
    transform: scale(1);
  }
  .case {
    padding-bottom: 40px;
  }
  .case .inner {
    margin-top: 40px;
  }
  .case__container {
    padding: 30px 20px 41px;
    background-color: #E2F6F4;
    border-radius: 5px;
  }
  .case__container:nth-of-type(2) {
    margin-top: 16px;
  }
  .case__image {
    margin-top: 13px;
  }
  .case__comment {
    margin-top: 19px;
  }
  .case__bear {
    float: left;
    width: 43px;
    margin-right: 5px;
  }
  .case__text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .service {
    padding-bottom: 35px;
    background-color: #E2F6F4;
  }
  .service__inner {
    padding-left: 27px;
    padding-right: 27px;
  }
  .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 0;
    max-width: 400px;
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .service__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 28px 17px;
    border: 2px solid #0A93A5;
    border-radius: 16px;
    font-weight: 700;
    background-color: #fff;
  }
  .service__image {
    width: 100%;
    aspect-ratio: 285/160;
  }
  .service__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service__topic {
    margin-top: 16px;
    font-size: 2rem;
    text-align: center;
  }
  .service__text {
    margin-top: 12px;
    line-height: 1.5;
  }
  .service__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #0A93A5;
    font-weight: 700;
    border-radius: 21px;
  }
  .service__message {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .news {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .news__h2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .news__list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 25px;
  }
  .news__item a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 7px 15px;
    border: 2px solid #E6E6E5;
  }
  .news__image {
    flex-shrink: 0;
    width: 140px;
    height: 79px;
  }
  .news__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news__time {
    color: #0A93A5;
    font-weight: 700;
    font-size: 1.4rem;
  }
  .news__topic {
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
  }
}/*# sourceMappingURL=top.css.map */