@charset "UTF-8";
@media screen and (max-width: 979px) {
  .main h2 {
    font-family: "Noto Sans CJK JP", "MS Pゴシック", "Arial";
    font-size: 24px;
    font-weight: 700;
    line-height: 35.52px;
    letter-spacing: 0.1em;
    text-align: center;
    font-style: normal;
    color: #6F5436;
    margin-top: 10px;
  }
  .main .post-main-image-parent {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #464E53;
  }
  .main .post-main-image-parent .post-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .main .post-content {
    color: #464E53;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: justified;
  }
  .main .to-profile-link {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
  }
  .main .post-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main .post-title .post-create-date {
    display: none;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #464E53;
  }
  .recently-post {
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
    color: #464E53;
  }
  .recently-post h2 {
    font-family: "Noto Sans CJK JP", "MS Pゴシック", "Arial";
    font-size: 24px;
    font-weight: 700;
    line-height: 35.52px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #6F5436;
    margin-top: 20px;
  }
  .recently-post .post-cards {
    margin-top: 60px;
  }
  .recently-post .post-card {
    margin-bottom: 60px;
  }
  .recently-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;
  }
  .recently-post .post-card .post-content {
    max-height: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .recently-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .recently-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;
  }
  .recently-post .post-card .link-more a {
    text-decoration: none !important;
    color: #464E53;
  }
  .recently-post .post-card .link-more a:hover {
    color: rgba(70, 78, 83, 0.8);
  }
  .recently-post .post-card .link-more .next-text {
    width: 8px;
    height: 13px;
  }
  .recently-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .recently-post .post-card h4 {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: left;
    padding-top: 20px;
  }
  .recently-post .post-card .post-thumbnail {
    position: relative;
    width: 100%; /* または任意のパーセント値 */
    padding-top: 100%; /* width と同じ値にする */
  }
  .recently-post .post-card .post-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 980px) {
  .main 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: 20px;
  }
  .main .post-main-image-parent {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 70px;
    padding-bottom: 30px;
    color: #464E53;
  }
  .main .post-main-image-parent .post-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .main .post-content {
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 30px;
    padding-bottom: 100px;
    color: #464E53;
  }
  .main .to-profile-link {
    width: 100%;
    text-align: center;
    margin-bottom: 200px;
  }
  .main .post-title {
    margin-top: 160px;
  }
  .main .post-title 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: 20px;
  }
  .main .post-title .post-create-date {
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 400;
    line-height: 26.06px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #464E53;
    padding-top: 20px;
  }
  .recently-post {
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
    color: #464E53;
  }
  .recently-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: 150px;
  }
  .recently-post .post-cards {
    display: grid;
    gap: 1rem 5%;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 180px;
  }
  .recently-post .post-card {
    max-width: 450px;
  }
  .recently-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;
  }
  .recently-post .post-card .post-content {
    height: 128px;
    max-height: 128px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .recently-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .recently-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;
  }
  .recently-post .post-card .link-more a {
    text-decoration: none !important;
    color: #464E53;
  }
  .recently-post .post-card .link-more a:hover {
    color: rgba(70, 78, 83, 0.8);
  }
  .recently-post .post-card .link-more .next-text {
    width: 8px;
    height: 13px;
  }
  .recently-post .post-card .no-image {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .recently-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;
  }
  .recently-post .post-card .post-thumbnail {
    position: relative;
    width: 100%; /* または任意のパーセント値 */
    padding-top: 100%; /* width と同じ値にする */
  }
  .recently-post .post-card .post-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}/*# sourceMappingURL=single.css.map */