@charset "UTF-8";
/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-kno i {
  display: inline-block;
}
.p-kno__check {
  position: relative;
  margin-top: 8rem;
  background: #f2f2f2;
  border-radius: 0.8rem;
  border-top: 0.8rem solid #719360;
  padding: 3rem 4rem;
  max-width: 1000px;
  margin-inline: auto;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .p-kno__check {
    margin-top: 10rem;
    flex-direction: column;
    padding: 10rem 2rem 2rem;
    gap: 2rem;
  }
}
.p-kno__check__fig {
  flex-shrink: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-kno__check__fig {
    margin-top: -5rem;
  }
}
.p-kno__check__ph {
  position: absolute;
  top: 1rem;
  left: 3rem;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p-kno__check__ph {
    width: 10rem;
    height: 10rem;
    top: 0;
    left: 50%;
  }
}
.p-kno__check__txt {
  flex: 1;
  text-align: center;
  font-size: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-kno__check__txt {
    font-size: 1.8rem;
  }
}
.p-kno__check__txt em {
  color: #719360;
  font-style: normal;
  font-size: 1.25em;
}
.p-kno__check__txt small {
  font-size: 0.85em;
  display: block;
  margin-top: 0.3em;
}
.p-kno__check__tim {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-kno__check__tim {
    grid-template-columns: 1fr;
  }
}
.p-kno__check__tim__item {
  padding: 1rem 2rem;
  background: #fff;
}
.p-kno__check__tim__item:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .p-kno__check__tim__item {
    padding: 1.5rem 1.5rem;
  }
  .p-kno__check__tim__item:last-child {
    border-bottom: none;
  }
}
.p-kno__check__tim__item h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
  display: flex;
}
.p-kno__check__tim__item h4 em {
  line-height: 1;
  color: #719360;
  font-size: 2em;
  font-style: normal;
  font-family: "EB Garamond", serif;
  margin-right: 0.3em;
}
.p-kno__check__tim__item p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #5d685f;
}
.p-kno__check__fam {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1080px) {
  .p-kno__check__fam {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-kno__check__fam {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-kno__check__famItem {
  position: relative;
  border: 2px solid #719360;
  border-radius: 1rem;
  padding: 3rem 1rem 2rem;
  margin-top: 2rem;
  text-align: center;
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.p-kno__check__famNum {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #719360;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
}
.p-kno__check__famTtl {
  color: #719360;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.p-kno__check__famTxt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #5d685f;
  text-align: left;
}
.p-kno__ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.p-kno__ttl small {
  color: #719360;
  font-size: 0.6em;
  margin-bottom: 1em;
  display: inline-block;
}
.p-kno__sub {
  color: #719360;
  font-size: 0.9em;
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.8em;
}
.p-kno__lead {
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .p-kno__lead {
    font-size: 1.4rem;
  }
}
.p-kno__inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
  text-align: center;
}
.p-kno .p-mv {
  position: relative;
  aspect-ratio: 16/8;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-mv {
    aspect-ratio: auto;
    min-height: 110vw;
    align-items: flex-start;
    padding-top: 6vw;
  }
}
.p-kno .p-mv__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-kno .p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.p-kno .p-mv__txtBox {
  padding-bottom: 4rem;
}
.p-kno .p-mv__ttl {
  font-family: YakuHanMP, "Hiragino Mincho W4 JIS2004", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #5d685f;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-mv__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kno .p-mv__ttl {
    font-size: 2rem;
  }
}
.p-kno .p-mv__ttl em {
  color: #719360;
  font-size: 2em;
  line-height: 1.3;
}
.p-kno .p-mv__txt {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #5d685f;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-mv__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kno .p-mv__txt {
    font-size: 1.6rem;
  }
}
.p-kno .p-int {
  padding-block: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int {
    padding-block: 5rem;
  }
}
.p-kno .p-int__ttl {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__ttl {
    font-size: 2.4rem;
  }
}
.p-kno .p-int__txt {
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__txt {
    font-size: 1.4rem;
  }
}
.p-kno .p-int__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
}
.p-kno .p-int__item {
  font-size: 1.6rem;
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border-right: 1px solid #30312d;
  padding: 0 4rem;
}
.p-kno .p-int__item:last-of-type {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__item {
    border-right: none;
    border-bottom: 1px solid #30312d;
    padding: 4rem 1rem 2rem;
  }
  .p-kno .p-int__item:last-of-type {
    border-bottom: none;
  }
}
.p-kno .p-int__itemTtl {
  color: #719360;
  font-size: 1.2em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.p-kno .p-int__itemTxt {
  margin-bottom: 2em;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__itemTxt {
    margin-bottom: 1em;
  }
}
.p-kno .p-int__itemIcon {
  width: 90%;
  max-width: 190px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-int__itemIcon {
    max-width: 150px;
  }
}
.p-kno .p-com {
  background: #f8fcf5;
  padding-block: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-com {
    padding-block: 5rem;
  }
}
.p-kno .p-com__grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-com__grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}
.p-kno .p-com__item {
  background: #fff;
  border: 1px solid rgba(93, 104, 95, 0.15);
  border-radius: 8px;
  padding: 3rem 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 1.5rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.25);
}
.p-kno .p-com__item h4 {
  font-size: 2.4rem;
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}
.p-kno .p-com__item h4 em {
  color: #719360;
  font-size: 2em;
  font-style: normal;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.p-kno .p-com__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #5d685f;
}
.p-kno .p-com__dl {
  display: flex;
  border-radius: 0.8rem;
}
.p-kno .p-com__dl dt {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 0.8rem 0 0 0.8rem;
}
.p-kno .p-com__dl > div {
  flex: 1;
  border: 1px solid rgba(93, 104, 95, 0.15);
  border-left: none;
  border-radius: 0 0.8rem 0.8rem 0;
}
.p-kno .p-com__dl dd {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 0.8rem 1.2rem;
}
.p-kno .p-com__dl dd + dd {
  border-top: 1px solid rgba(93, 104, 95, 0.15);
}
.p-kno .p-com__dl dd em {
  display: block;
  font-size: 0.85em;
  font-style: normal;
  color: #719360;
  margin-bottom: 0.2em;
}
.p-kno .p-com__dl.mod--bunjo {
  background: #f8fcf5;
}
.p-kno .p-com__dl.mod--bunjo dt {
  background: #719360;
}
.p-kno .p-com__dl.mod--chintai {
  background: #fffcf8;
}
.p-kno .p-com__dl.mod--chintai dt {
  background: #C9A063;
}
.p-kno .p-com__dl.mod--chintai dd em {
  color: #C9A063;
}
.p-kno .p-tim {
  padding-block: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim {
    padding-block: 5rem;
  }
}
.p-kno .p-tim__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 5rem;
  }
}
.p-kno .p-tim__grid.mod--single {
  max-width: 650px;
  grid-template-columns: repeat(1, 1fr);
  margin-inline: auto;
}
.p-kno .p-tim__item {
  border: 2px solid #719360;
  border-radius: 1rem;
  position: relative;
  padding: 3rem 2rem 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim__item {
    padding: 3rem 1rem 2rem;
  }
}
.p-kno .p-tim__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #719360;
  border-radius: 0.8rem;
  padding: 0.25em 2.5rem;
  box-shadow: 4px 4px 0 #719360;
  width: 90%;
  max-width: 520px;
  text-align: center;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim__ttl {
    font-size: 2rem;
  }
}
.p-kno .p-tim__ttl em {
  font-style: normal;
  font-size: 1.8em;
  color: #719360;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.p-kno .p-tim__img {
  margin-inline: auto;
  margin-top: 3rem;
}
.p-kno .p-tim__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-kno .p-tim__txt {
  text-align: center;
  color: #7c0d22;
  font-size: 1.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim__txt {
    font-size: 1.6rem;
  }
}
.p-kno .p-tim__txt em {
  line-height: 1;
  font-size: 1.8em;
}
.p-kno .p-tim__sep {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-tim__sep {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.p-kno .p-tim__sep em {
  color: #719360;
  font-style: normal;
  font-size: 1.4em;
  line-height: 1;
}
.p-kno .p-tim__sep::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.5rem solid #719360;
  margin: 1rem auto 0;
}
.p-kno .p-fam {
  background: #f8fcf5;
  padding-block: 10rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam {
    padding-block: 5rem;
  }
}
.p-kno .p-fam__con {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__con {
    margin-top: 5rem;
  }
}
.p-kno .p-fam__ttl {
  font-size: 2.6rem;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__ttl {
    align-items: flex-start;
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.p-kno .p-fam__ttl em {
  color: #C9A063;
  font-size: 3em;
  font-family: "EB Garamond", serif;
  margin-right: 0.1em;
  line-height: 1;
  font-weight: 300;
  opacity: 0.8;
}
.p-kno .p-fam__txt {
  font-size: 1.4rem;
  margin-top: 0.5em;
  color: #5d685f;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__txt {
    font-size: 1.2rem;
  }
}
.p-kno .p-fam__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 2rem;
  max-width: 1100px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__grid {
    grid-template-columns: 1fr;
  }
}
.p-kno .p-fam__item {
  border: 1px solid #C9A063;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.p-kno .p-fam__head {
  background: #C9A063;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem;
}
.p-kno .p-fam__period {
  font-size: 1.8rem;
}
.p-kno .p-fam__period em {
  font-size: 2.5em;
  font-style: normal;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.p-kno .p-fam__rate {
  font-size: 1em;
  margin-top: 0.3rem;
}
.p-kno .p-fam__dl {
  background: #fff;
  padding: 0 2rem;
}
.p-kno .p-fam__dl__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  gap: 1rem;
  border-top: 1px solid #5d685f;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__dl__row {
    flex-direction: column;
  }
}
.p-kno .p-fam__dl__row:first-of-type {
  border-top: unset;
}
.p-kno .p-fam__dl__row dt {
  font-size: 2rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__dl__row dt {
    font-size: 2rem;
  }
}
.p-kno .p-fam__dl__row dd {
  text-align: right;
  font-size: 2rem;
}
.p-kno .p-fam__dl__row dd em {
  font-size: 2.5em;
  font-style: normal;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.p-kno .p-fam__dl__row dd small {
  display: block;
  font-size: 1em;
  color: #5d685f;
}
.p-kno .p-fam__cap {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #514f4e;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__cap {
    font-size: 1rem;
  }
}
.p-kno .p-fam__pair {
  position: relative;
  border: 2px solid #C9A063;
  border-radius: 1rem;
  padding: 4rem 2rem 2rem;
  margin-top: 6rem;
  max-width: 800px;
  margin-inline: auto;
  background: #fffcf8;
}
@media only screen and (max-width: 767px) {
  .p-kno .p-fam__pair {
    padding: 6rem 0rem 2rem;
  }
}
.p-kno .p-fam__pair .p-tim__ttl {
  border-color: #C9A063;
  box-shadow: 4px 4px 0 #C9A063;
}
.p-kno .p-fam__pair .p-tim__ttl em {
  color: #C9A063;
}
.p-kno .p-fam__pair__img {
  width: 95%;
  margin-inline: auto;
}
.p-kno .p-fam__pair__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=../../map/knowledge/style.css.map */