@charset "UTF-8";
@media screen and (max-width: 979px) {
  .main h2 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
    margin-top: 20px;
  }
  .main .profile-main-image-widget {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
  }
  .main .profile-content {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 70px;
    color: #464E53;
  }
  .blog-post {
    padding-top: 60px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10px;
    background-color: #F8F5E9;
    color: #464E53;
  }
  .blog-post h2 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-post .post-cards {
    display: grid;
    gap: 1rem 3rem;
    row-gap: 3;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 60px;
  }
  .blog-post .post-card {
    margin-bottom: 60px;
  }
  .blog-post .post-card .post-create-date {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-bottom: 20px;
  }
  .blog-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .blog-post .post-card .post-content {
    height: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .blog-post .post-card .link-more {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.3em;
  }
  .blog-post .post-card .link-more .next-text {
    width: 8px;
    height: 13px;
  }
  .blog-post .post-card h4 {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .blog-post .post-card .post-thumbnail {
    position: relative;
    width: 100%; /* または任意のパーセント値 */
    aspect-ratio: 345/200;
    overflow: hidden;
  }
  .blog-post .post-card .post-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-post .link-more a {
    text-decoration: none !important;
    color: #464E53;
  }
  .blog-post .link-more a:hover {
    color: rgba(70, 78, 83, 0.8);
  }
  .blog-post .pagination-parent {
    margin-top: 10px;
    text-align: center;
  }
  .blog-post .pagination-parent .page-numbers {
    display: flex;
    margin: 0 16px;
    color: #464E53;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
  .blog-post .pagination-parent .current {
    background-color: #6F5436;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    color: white;
  }
  .blog-post .pagination-parent .prev {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .blog-post .pagination-parent .next {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
  }
}
@media screen and (min-width: 980px) {
  .main {
    margin-top: 100px;
  }
  .main h2 {
    /* PROFILE */
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 76px;
    /* ボックスの高さと同一 */
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
    margin: 20px 0px;
    padding: 0;
  }
  .main .profile-main-image-widget {
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 70px;
  }
  .main .profile-content {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 30px;
    padding-bottom: 100px;
    margin-top: 20px;
    color: #464E53;
  }
  .blog-post {
    padding-top: 80px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
    background-color: #F8F5E9;
  }
  .blog-post h2 {
    font-family: "Prompt", "MS Pゴシック", "Arial";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.3em;
    color: #6F5436;
    margin-top: 60px;
  }
  .blog-post .post-cards {
    display: grid;
    gap: 1rem 3rem;
    row-gap: 3;
    grid-column: 3;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }
  .blog-post .post-card {
    margin-bottom: 100px;
    max-width: 450px;
  }
  .blog-post .post-card .post-create-date {
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-top: 0px;
  }
  .blog-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .blog-post .post-card .post-content {
    min-height: 100px;
    overflow-wrap: anywhere;
    padding-top: 12px;
    font-size: 18px;
  }
  .blog-post .post-card .link-more {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.3em;
  }
  .blog-post .post-card .link-more .next-text {
    width: 8px;
    height: 13px;
  }
  .blog-post .post-card h4 {
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: 700;
    padding-top: 20px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .blog-post .post-card .post-thumbnail {
    position: relative;
    width: 100%; /* または任意のパーセント値 */
    padding-top: 100%; /* width と同じ値にする */
  }
  .blog-post .post-card .post-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-post .link-more a {
    text-decoration: none !important;
    color: #464E53;
  }
  .blog-post .link-more a:hover {
    color: rgba(70, 78, 83, 0.8);
  }
  .blog-post .pagination-parent {
    margin-top: 30px;
    text-align: center;
  }
  .blog-post .pagination-parent .page-numbers {
    display: flex;
    margin: 0 16px;
    color: #464E53;
    text-decoration: none;
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }
  .blog-post .pagination-parent .current {
    background-color: #6F5436;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    color: white;
  }
  .blog-post .pagination-parent .prev {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .blog-post .pagination-parent .next {
    border-radius: 9999px;
    width: 36px;
    height: 36px;
    border: 1px solid #464E53;
    border-color: #464E53 !important;
    color: #464E53;
    font-size: 18px;
  }
  .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
  }
}/*# sourceMappingURL=profile.css.map */