.c-page-head__ttl__en {
  text-transform: capitalize;
}

.p-column {
  padding: 70px 0 140px;
}
@media only screen and (max-width: 719px) {
  .p-column {
    padding: 35px 0 90px;
  }
}
.p-column__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 14px;
  gap: 14px;
}
@media only screen and (max-width: 992px) {
  .p-column__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) and (max-width: 719px) {
  .p-column__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-column__block {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 40px 40px 40px;
}
@media only screen and (max-width: 992px) {
  .p-column__block {
    padding: 30px 24px;
    border-radius: 10px;
    min-width: 321px;
  }
}
.p-column__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.p-column__date {
  font-size: 15px;
  font-weight: 500;
  color: #84654a;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-column__date {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.p-column__cat {
  font-size: 15px;
  font-weight: 500;
  color: #84654a;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-column__cat {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.p-column__ttl {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 719px) {
  .p-column__ttl {
    font-size: 18px;
  }
}
.p-column__img {
  margin-top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-column__img {
    margin-top: 10px;
  }
}
.p-column__img img {
  border-radius: 10px;
  aspect-ratio: 320/202;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 719px) {
  .p-column__img img {
    aspect-ratio: 270/146;
  }
}
.p-column__text {
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 719px) {
  .p-column__text {
    margin-top: 10px;
  }
}
.p-column__more {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #90745c;
  border-bottom: 1px solid #90745c;
  margin-left: auto;
  font-weight: 500;
  margin-top: 10px;
  font-size: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.p-column__more:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .p-column__more {
    font-size: 12px;
    margin-top: 8px;
  }
}

.p-blog {
  padding: 100px 0 155px;
}
@media only screen and (max-width: 719px) {
  .p-blog {
    padding: 20px 0 120px;
  }
}
.p-blog__inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-blog__ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin: 0 0 32px;
}
@media only screen and (max-width: 719px) {
  .p-blog__ttl {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 13px;
  }
}
.p-blog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 719px) {
  .p-blog__box {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.p-blog__date {
  font-size: 17px;
  color: #84654a;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-blog__date {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.p-blog__cat {
  font-size: 20px;
  color: #84654a;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .p-blog__cat {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
.p-blog__img {
  padding: 15px 0 75px;
}
@media only screen and (max-width: 719px) {
  .p-blog__img {
    padding: 0 0 35px;
  }
}
.p-blog__img img {
  width: 100%;
  border-radius: 30px;
}
@media only screen and (max-width: 719px) {
  .p-blog__img img {
    border-radius: 20px;
  }
}
.p-blog__post p {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0;
  margin: 0 0 35px;
}
@media only screen and (max-width: 719px) {
  .p-blog__post p {
    font-size: 14px;
    line-height: 2;
  }
}
.p-blog__post h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  background: #f7f6f2;
  padding: 25px 30px;
  margin: 50px 0 35px;
}
@media only screen and (max-width: 719px) {
  .p-blog__post h2 {
    font-size: 20px;
    line-height: 1.42;
    padding: 20px 20px;
    margin: 40px 0 25px;
  }
}
.p-blog__post h3 {
  position: relative;
  padding: 0 0 0 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 35px;
}
@media only screen and (max-width: 719px) {
  .p-blog__post h3 {
    padding: 0 0 0 22px;
    font-size: 17px;
    line-height: 1.8823529412;
    margin: 0 0 23px;
  }
}
.p-blog__post h3::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #957c68;
}
@media only screen and (max-width: 719px) {
  .p-blog__post h3::before {
    width: 12px;
    height: 12px;
  }
}
.p-blog__post img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 35px;
}
@media only screen and (max-width: 719px) {
  .p-blog__post img {
    border-radius: 20px;
    margin: 0 0 30px;
  }
}
.p-blog__post a {
  color: #5897bc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration: underline;
}
.p-blog__post a:hover {
  opacity: 0.7;
}
.p-blog__post strong {
  font-weight: 700;
  color: #c7595b;
}
.p-blog__about {
  padding: 32px 36px;
  border-radius: 30px;
  background: #f7f6f2;
}
@media only screen and (max-width: 719px) {
  .p-blog__about {
    padding: 30px 30px;
  }
}
.p-blog__about h2 {
  color: #040000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  background: none;
  margin: 0 0 25px;
}
@media only screen and (max-width: 719px) {
  .p-blog__about h2 {
    font-size: 17px;
    line-height: 1.8823529412;
    margin: 0 0 15px;
  }
}
.p-blog__about dl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6125;
  letter-spacing: 0;
  margin: 0 0 25px;
}
@media only screen and (max-width: 719px) {
  .p-blog__about dl {
    font-size: 14px;
    line-height: 1.8285714286;
    margin: 0 0 20px;
  }
}
.p-blog__about dl dt,
.p-blog__about dl dd {
  color: #040000;
}
.p-blog__about p {
  color: #040000;
  line-height: 1.6125;
  margin: 0;
}
@media only screen and (max-width: 719px) {
  .p-blog__about p {
    font-size: 14px;
    line-height: 1.8285714286;
  }
}
.p-blog__nav {
  padding: 75px 0 0;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav {
    padding: 35px 0 0;
  }
}
.p-blog__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
  }
}
.p-blog__nav__inner__prev.c-btn, .p-blog__nav__inner__next.c-btn {
  width: 30%;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__prev.c-btn, .p-blog__nav__inner__next.c-btn {
    width: 45%;
  }
}
.p-blog__nav__inner__prev.c-btn .text, .p-blog__nav__inner__next.c-btn .text {
  max-width: calc(100% - 48px);
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__prev.c-btn .text, .p-blog__nav__inner__next.c-btn .text {
    font-size: 14px;
    line-height: 1.8285714286;
    -webkit-line-clamp: 2;
  }
}
.p-blog__nav__inner__prev.c-btn .icon, .p-blog__nav__inner__next.c-btn .icon {
  background-color: #f7f6f2;
  border-color: #f7f6f2;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__prev.c-btn .icon, .p-blog__nav__inner__next.c-btn .icon {
    width: 44px;
    height: 44px;
  }
}
.p-blog__nav__inner__prev.c-btn .icon::after, .p-blog__nav__inner__next.c-btn .icon::after {
  background-color: #84654a;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__prev.c-btn .icon::after, .p-blog__nav__inner__next.c-btn .icon::after {
    width: 12px;
    height: 9px;
  }
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__prev.c-btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-blog__nav__inner__prev.c-btn .icon::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-blog__nav__inner__next.c-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__next.c-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-blog__nav__inner__prev.is-inactive, .p-blog__nav__inner__next.is-inactive {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 719px) {
  .p-blog__nav__inner__back.c-btn {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-blog__nav__inner__back.c-btn .text {
    font-size: 17px;
    line-height: 2;
  }
}