/* Link
-------------------------------------------------- */
.m-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: bold;
  color: #DE9669;
  line-height: 1;
  letter-spacing: 200;
  background: url(../images/common/m-link-icon01.png) no-repeat center left;
  min-height: 40px;
  background-size: contain;
  padding-left: 2.9em;
  border: 0;
  transition: 0.5s;
}
.m-link__white {
  color: #fff;
  background-image: url(../images/common/m-link-icon01-white.png);
}
.m-link__white-rev {
  color: #fff;
  background-image: url(../images/common/m-link-icon01-white-rev.png);
}
.m-link:hover {
  background-position: center left 0.3em;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .m-link {
    min-height: 2em;
    background-size: auto 2em;
    font-size: min(5.2083333333vw, 30px);
  }
  .m-link__sp-sm {
    font-size: min(3.6458333333vw, 21px);
  }
}
/* News
-------------------------------------------------- */
.m-news-items {
  margin-bottom: 4em;
}
.m-news-items-item {
  margin-bottom: 3.8em;
}
.m-news-items-item-box {
  display: flex;
  flex-direction: row;
}
/* .m-news-items-item-box-left {
  width: 380px;
} */
.m-news-items-item-box-left {
  width: 250px;
}
.m-news-items-item-box-right {
  flex: 1;
  padding-left: 2.6em;
  padding-top: 2em;
}
.m-news-items-item-figure {
  margin: 0;
}
/* .m-news-items-item-figure-link-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 180px;
  -webkit-mask-image: url(../images/common/m-news-mask01.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: url(../images/common/m-news-mask01.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
} */
.m-news-items-item-figure-link-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
.m-news-items-item-figure-link-img-news {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
.m-news-items-item-heading {
  margin-bottom: 1.3em;
}
.m-news-items-item-heading-link {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #CC6423;
}
.m-news-items-item-heading-link:hover {
  opacity: 0.7;
}
.m-news-items-item-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.m-news-items-item-meta-item {
  margin-right: 2em;
}
.m-news-items-item-meta-item-time {
  font-family: Garamond Premier Pro;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #754C24;
}
.m-news-items-item-meta-item-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-news-items-item-meta-item-tags-item-link {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #754C24;
}
.m-news-items-item-meta-item-tags-item .m-news-items-item-meta-item-tags-item-link {
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 4px 10px;
}
.m-news-items-item-meta-item-tags-item-link:hover {
  opacity: 0.7;
}
.m-news-items-item-meta-item-tags-item .m-news-items-item-meta-item-tags-item-link:hover {
  background: #754C24;
  border: 1px solid #754C24;
}
.m-news-items-item-txt {
  margin-top: 1.5em;
  padding-top: 2em;
  background: url(../images/common/archive-line01.png) no-repeat top left;
}
.m-news-items-item-txt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #754C24;
}
.m-news-items-item:last-child {
  margin-bottom: 0;
}
.m-news-items__sm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -2em 3em;
}
.m-news-items__sm .m-news-items-item {
  width: 50%;
  padding: 0 2em;
  margin-bottom: 3em;
}
.m-news-items__sm .m-news-items-item-box-left {
  width: 200px;
}
.m-news-items__sm .m-news-items-item-box-right {
  padding-top: 0.9em;
  padding-left: 2em;
}
.m-news-items__sm .m-news-items-item-figure-link-img {
  width: 200px;
  height: 200px;
}
.m-news-items__sm .m-news-items-item-heading {
  margin-bottom: 1em;
}
.m-news-items__sm .m-news-items-item-heading-link {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.m-news-items__sm .m-news-items-item-meta-item-time {
  font-size: 20px;
  color: #fff;
}
.m-news-items__sm .m-news-items-item-meta-item-tags-item-link {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.m-news-items-item-meta-item-tags-item-news .m-news-items-item-meta-item-tags-item-link {
  border: 1px solid #754C24;
  border-radius: 9999px;
  padding: 4px 10px;
}
.m-news-items-item-meta-item-tags-item-news .m-news-items-item-meta-item-tags-item-link:hover {
  color: #fff;
  border: 1px solid #CC6423;
  background: #CC6423;
}
.m-news-items__sm .m-news-items-item-txt {
  padding-top: 1em;
  margin-top: 0.8em;
}
.m-news-items__sm .m-news-items-item-txt p {
  font-size: 15px;
  font-weight: bold;
  color: #754C24;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .m-news-items-item {
    margin-bottom: 3em;
  }
  .m-news-items-item-box {
    flex-direction: column;
  }
  .m-news-items-item-box-left {
    width: 100%;
    margin-bottom: 2em;
  }
  .m-news-items-item-box-left {
    width: 100%;
    margin-bottom: 2em;
  }
  .m-news-items-item-box-right {
    width: 100%;
    padding: 0;
  }
  .m-news-items-item-figure-link-img {
    height: auto;
    border-radius: 10px;
    /* border-radius: 0px;
    aspect-ratio: 1.48/1; */
  }
  .m-news-items-item-heading {
    margin-bottom: 1em;
  }
  .m-news-items-item-heading-link {
    font-size: min(4.6875vw, 27px);
  }
  .m-news-items-item-meta {
    flex-direction: row;
    align-items: center;
  }
  .m-news-items-item-meta-item {
    width: auto;
    margin-bottom: 0;
    margin-right: 1em;
  }
  .m-news-items-item-meta-item-time {
    font-size: min(4.1666666667vw, 24px);
  }
  .m-news-items-item-meta-item-tags {
    position: relative;
    top: -0.05em;
  }
  .m-news-items-item-meta-item-tags-item-link {
    font-size: min(3.125vw, 18px);
  }
  .m-news-items-item-txt {
    margin-top: 0.8em;
    padding-top: 1.2em;
  }
  .m-news-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .m-news-items__sm {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .m-news-items__sm .m-news-items-item {
    padding: 0 0.6em;
    margin-bottom: 2em;
  }
  .m-news-items__sm .m-news-items-item-box-left {
    width: 100%;
    padding: 0;
    margin-bottom: 1.3em;
  }
  .m-news-items__sm .m-news-items-item-box-right {
    padding: 0;
  }
  /* .m-news-items__sm .m-news-items-item-figure-link-img {
    width: 100%;
    height: auto;
  } */
  .m-news-items__sm .m-news-items-item-figure-link-img {
    width: 100%;
    height: 150px;
  }
  .m-news-items-item-meta-item-tags-item {
    margin-top: 0.4em;
  }
  .m-news-items-item-figure-link-img-news {
    height: 320px;
  }
  .m-news-items__sm .m-news-items-item-heading {
    margin-bottom: 0.5em;
  }
  .m-news-items__sm .m-news-items-item-heading-link {
    font-size: min(3.90625vw, 22.5px);
  }
  .m-news-items__sm .m-news-items-item-meta-item-time {
    font-size: min(3.3854166667vw, 19.5px);
  }
  .m-news-items__sm .m-news-items-item-meta-item-tags-item-link {
    font-size: min(3.125vw, 18px);
  }
  .m-news-items__sm .m-news-items-item-txt {
    margin-top: 0.8em;
    padding-top: 0.9em;
  }
  .m-news-items__sm .m-news-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-news-items-item-box {
    flex-direction: column;
  }
  .m-news-items-item-box-left {
    width: 100%;
  }
  .m-news-items__sm .m-news-items-item {
    width: 100%;
  }
  .m-news-items__sm .m-news-items-item-box {
    flex-direction: row;
  }
}
/* Pagenavi
-------------------------------------------------- */
.m-pagenavi .wp-pagenavi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1em;
}
.m-pagenavi .wp-pagenavi a, .m-pagenavi .wp-pagenavi span {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #754C24;
  padding: 0.4em 0em 0.4em 0.2em;
  margin: 0 0.5em 1em;
  order: 1;
}
.m-pagenavi .wp-pagenavi span {
  background: url(../images/common/m-pagenavi-line01.png) no-repeat bottom center;
  background-size: contain;
}
.m-pagenavi .wp-pagenavi .previouspostslink,
.m-pagenavi .wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  font-size: 0;
  display: none;
}
.m-pagenavi .wp-pagenavi .previouspostslink {
  background: url(../images/common/arrow-left01.png) no-repeat top center;
  background-size: contain;
  margin-right: 12px;
  order: 0;
}
.m-pagenavi .wp-pagenavi .previouspostslink:hover {
  background-image: url(../images/common/arrow-left01-active.png);
}
.m-pagenavi .wp-pagenavi .nextpostslink {
  background: url(../images/common/arrow-right01.png) no-repeat top center;
  background-size: contain;
  margin-left: 12px;
  order: 100;
}
.m-pagenavi .wp-pagenavi .nextpostslink:hover {
  background-image: url(../images/common/arrow-right01-active.png);
}
.m-pagenavi .wp-pagenavi .extend {
  background: none;
}

@media screen and (max-width: 768px) {
  .m-pagenavi .wp-pagenavi a, .m-pagenavi .wp-pagenavi span {
    font-size: min(5.2083333333vw, 30px);
  }
  .m-pagenavi .wp-pagenavi .previouspostslink,
.m-pagenavi .wp-pagenavi .list {
    width: min(10.4166666667vw, 60px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
/* Search
-------------------------------------------------- */
.m-search-box {
  position: relative;
  background: url(../images/common/m-search-bg01.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  border-radius: 200px;
  padding: 4.8em 0 4em 8em;
}
.m-search-box-heading {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  margin-bottom: 1.4em;
}
.m-search-box-txt {
  margin-bottom: 2em;
}
.m-search-box-txt p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.m-search-box-txt p a {
  color: #fff;
}
.m-search-box-txt p a:hover {
  text-decoration: underline;
}
.m-search-box-more {
  position: relative;
  z-index: 2;
}
.m-search-box-more-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 200;
  background: url(../images/common/m-search-icon01.png) no-repeat center left;
  min-height: 40px;
  background-size: contain;
  padding-left: 3.2em;
}
.m-search-box::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 210px;
  content: "";
  background: url(../images/common/m-search-bg02.png) no-repeat center right;
  width: 212px;
  height: 261px;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .m-search-box {
    padding: 2.5em 1.6em 2.1em;
    border-radius: 15px;
    background-image: url(../images/sp/common/m-search-bg01.png);
    background-size: cover;
  }
  .m-search-box-heading {
    font-size: min(5.2083333333vw, 30px);
    margin-bottom: 1em;
  }
  .m-search-box-txt {
    margin-bottom: 2.3em;
  }
  .m-search-box-txt p {
    font-size: min(4.6875vw, 27px);
    line-height: 1.6;
  }
  .m-search-box-more {
    text-align: center;
  }
  .m-search-box::after {
    display: none;
  }
}
/* Totop
-------------------------------------------------- */
.m-totop {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .m-totop {
    bottom: 1em;
    right: 1em;
  }
  .m-totop-link-img {
    max-width: min(10.4166666667vw, 60px);
  }
}
/* Title
-------------------------------------------------- */
.m-title-heading {
  display: inline-block;
  position: relative;
}
.m-title-heading-txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #CC6423;
}
.m-title-heading-txt b {
  font-size: 45px;
  font-family: Garamond Premier Pro;
}
.m-title-heading-txt__white {
  color: #fff;
}
.m-title-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5em;
  background: url(../images/common/title-bg01.png) no-repeat center right;
  width: 97px;
  height: 96px;
  background-size: contain;
  transform: translateY(-50%);
}
.m-title-heading__type02::after {
  background-image: url(../images/common/title-bg02.png);
}

@media screen and (max-width: 768px) {
  .m-title-heading-txt {
    font-size: min(5.2083333333vw, 30px);
  }
  .m-title-heading::after {
    width: min(16.6666666667vw, 96px);
  }
}
/* Voice Items
-------------------------------------------------- */
.m-voice-items-item {
  position: relative;
}
.m-voice-items-item-box {
  display: flex;
  flex-direction: row;
  background: url(../images/common/m-voices-bg01.png) no-repeat center center;
  width: 100%;
  height: 750px;
  background-size: 100% 100%;
  padding: 9em 11em 6.2em 9.5em;
}
.m-voice-items-item-box-left {
  position: relative;
  width: 52%;
  padding: 2em 8.5em 0 0;
}
.m-voice-items-item-box-right {
  width: 48%;
}
.m-voice-items-item-figure {
  margin: 0;
}
.m-voice-items-item-figure-link-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 180px;
}
.m-voice-items-item-heading {
  margin-bottom: 1.3em;
}
.m-voice-items-item-heading-link {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #cc6423;
}
.m-voice-items-item-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-voice-items-item-meta-item {
  margin-right: 2em;
}
.m-voice-items-item-meta-item-time {
  font-family: Garamond Premier Pro;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #DE9669;
}
.m-voice-items-item-meta-item-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.m-voice-items-item-meta-item-tags-item-link {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #DE9669;
}
.m-voice-items-item-txt {
  margin-top: 1.5em;
  padding-top: 2em;
  background: url(../images/common/archive-line01.png) no-repeat top left;
}
.m-voice-items-item-txt p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #754c24;
  /* min-height: 4em; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-voice-items-item-more {
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-voice-items-item-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m-voice-items-item-nav__next {
  left: auto;
  right: 0;
}
.m-voice-items-sub-heading {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #cc6423;
  margin-bottom: 2.1em;
}
.m-voice-items__index .m-voice-items-item {
  padding: 0 1em;
}
.m-voice-items__index .m-voice-items-item-box {
  background: none;
  height: auto;
  padding: 2.3em 2.5em;
  background: #fff;
  border-radius: 30px;
}
.m-voice-items__index .m-voice-items-item-box-left {
  width: 100%;
  padding: 0;
}
.m-voice-items__index .m-voice-items-item-heading {
  font-size: 22px;
  font-weight: bold;
  color: #CC6423;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.m-voice-items__index .m-voice-items-item-txt p {
  font-size: 20px;
  font-weight: bold;
  color: #754C24;
  line-height: 1.7;
  min-height: 3.4em;
}
.m-voice-items__index .m-voice-items-item-meta-item-time {
  font-family: Garamond Premier Pro;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #DE9669;
}
.m-voice-items__index .m-voice-items-item-figure {
  width: 100%;
  margin-bottom: 2.1em;
}
.m-voice-items__index .m-voice-items-item-figure-link-img {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 15px;
}
.m-voice-items__archive .m-voice-items-item {
  margin-bottom: 3em;
}
.m-voice-items__archive .m-voice-items-item-box {
  background: none;
  padding: 0;
  height: auto;
}
.m-voice-items__archive .m-voice-items-item-box-left {
  padding-right: 4em;
}

@media screen and (max-width: 768px) {
  .m-voice-items-item-box {
    padding: min(18.2291666667vw, 105px) min(9.375vw, 54px) 0 min(7.03125vw, 40.5px);
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: min(175.78125vw, 1012.5px);
    background-image: url(../images/sp/common/m-voices-bg01.png);
  }
  .m-voice-items-item-box-left {
    width: 100%;
    padding: 0;
  }
  .m-voice-items-item-box-right {
    width: 100%;
    margin-bottom: min(6.7708333333vw, 39px);
  }
  .m-voice-items-item-figure-link-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .m-voice-items-item-heading {
    margin-bottom: 0.4em;
  }
  .m-voice-items-item-heading-link {
    font-size: min(4.6875vw, 27px);
  }
  .m-voice-items-item-meta {
    flex-direction: column;
  }
  .m-voice-items-item-meta-item {
    margin-bottom: 0.1em;
  }
  .m-voice-items-item-meta-item-time {
    font-size: min(3.90625vw, 22.5px);
  }
  .m-voice-items-item-meta-item-tags-item-link {
    font-size: min(3.125vw, 18px);
  }
  .m-voice-items-item-txt {
    margin-top: 0.9em;
    margin-bottom: 1.6em;
    padding-top: 1.2em;
  }
  .m-voice-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .m-voice-items-item-more {
    position: static;
    text-align: center;
  }
  .m-voice-items-item-nav {
    top: min(58.8541666667vw, 339px);
    left: 2.4em;
    transform: none;
  }
  .m-voice-items-item-nav-img {
    max-width: min(6.7708333333vw, 39px);
  }
  .m-voice-items-item-nav__next {
    left: auto;
    right: 3em;
  }
  .m-voice-items-sub-heading {
    font-size: min(4.6875vw, 27px);
    margin-bottom: 1em;
  }
  .m-voice-items__index {
    margin-left: -0.6em;
    margin-right: -0.6em;
  }
  .m-voice-items__index .m-voice-items-item {
    padding: 0 0.6em;
  }
  .m-voice-items__index .m-voice-items-item-box {
    padding: 1em 1.2em;
    border-radius: 20px;
  }
  .m-voice-items__index .m-voice-items-item-heading {
    margin-bottom: 1.1em;
  }
  .m-voice-items__index .m-voice-items-item-heading-link {
    font-size: min(4.6875vw, 27px);
  }
  .m-voice-items__index .m-voice-items-item-meta-item-time {
    font-size: min(3.90625vw, 22.5px);
  }
  .m-voice-items__index .m-voice-items-item-txt {
    margin-top: 1.1em;
    padding-top: 1.6em;
  }
  .m-voice-items__index .m-voice-items-item-txt p {
    font-size: min(3.125vw, 18px);
  }
  .m-voice-items__index .m-voice-items-item-figure {
    text-align: center;
    margin-bottom: 1.4em;
  }
  .m-voice-items__index .m-voice-items-item-figure-link-img {
    display: inline;
    height: auto;
    border-radius: 20px;
    max-width: 100%;
  }
  .m-voice-items__archive .m-voice-items-item {
    margin-bottom: 2em;
  }
  .m-voice-items__archive .m-voice-items-item-box {
    background: none;
    padding: 0;
    height: auto;
  }
  .m-voice-items__archive .m-voice-items-item-box-left {
    padding-right: 0;
  }
  .m-voice-items__archive .m-voice-items-item-figure-link-img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-voice-items-item-box {
    height: auto;
    justify-content: space-between;
    padding: 6em 7em 4.2em 5.5em;
  }
  .m-voice-items-item-box-left {
    width: 60%;
    padding-right: 2em;
  }
  .m-voice-items-item-box-right {
    width: 40%;
  }
  .m-voice-items-item-figure-link-img {
    height: auto;
    border-radius: 30px;
  }
  .m-voice-items-item-nav {
    left: 19vw;
  }
  .m-voice-items-item-nav__next {
    left: auto;
    right: 19vw;
  }
  .m-voice-items__index .m-voice-items-item-figure-link-img {
    height: auto;
    border-radius: 30px;
  }
}