@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.page-article {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page-article {
    margin-bottom: 1.6rem;
  }
}

.page-cover {
  margin: 24px 24px 16px;
  width: auto;
  border-radius: 10px;
  background-image: url("../images/common/back-cover@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-cover {
    margin: 0.16rem 0.16rem 0.16rem;
  }
}
.page-cover .inner {
  height: 240px;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-cover .inner {
    height: 1.8rem;
    padding-bottom: 0.3rem;
  }
}
.page-cover .en {
  font-size: 14px;
  font-weight: 400;
  color: #f07800;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .page-cover .en {
    font-size: 0.12rem;
    gap: 0.06rem;
  }
}
.page-cover .en:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #f07800;
}
@media screen and (max-width: 768px) {
  .page-cover .en:after {
    width: 0.32rem;
    height: 0.01rem;
  }
}
.page-cover .jp {
  margin-top: 8px;
  display: block;
}
.page-cover .jp img {
  display: block;
}
@media screen and (max-width: 768px) {
  .page-cover .jp img {
    width: 80%;
  }
}

.with-cover .breadcrumbs {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .with-cover .breadcrumbs {
    padding: 0 0.16rem;
  }
}

.com-ttl {
  text-align: left;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px dashed #f07800;
  border-radius: 20px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  padding: 0 24px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .com-ttl {
    font-size: 0.16rem;
    height: 0.6rem;
  }
}

.sec-inner {
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  .sec-inner {
    padding: 0 0.08rem;
  }
}

.com-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0 32px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .com-list {
    gap: 0.16rem;
    flex-direction: column;
    padding: 0;
    margin-top: 0.24rem;
  }
}
.com-list li {
  width: calc((100% - 36px) / 3);
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #cfc7c0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .com-list li {
    width: 100%;
    padding: 0.16rem;
  }
}
.com-list li figure {
  border-radius: 8px;
  overflow: hidden;
}
.com-list li figure img {
  width: 100%;
  height: auto;
}
.com-list li .txt-area {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top: 1px dashed #cfc7c0;
  margin-top: 16px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .com-list li .txt-area {
    margin-top: 0.16rem;
    padding-top: 0.16rem;
  }
}
.com-list li .txt-area .com-txt {
  flex-grow: 1;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  min-height: 5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .com-list li .txt-area .com-txt {
    font-size: 0.14rem;
  }
}
.com-list li .txt-area .com-area {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .com-list li .txt-area .com-area {
    font-size: 0.14rem;
  }
}
.com-list li .txt-area .com-link {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
  color: #f07800;
  text-align: right;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .com-list li .txt-area .com-link {
    font-size: 0.12rem;
    line-height: 1;
  }
}
.com-list li .txt-area .com-link:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background-image: url("../images/common/arrow-right-d3.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .com-list li .txt-area .com-link:after {
    width: 0.05rem;
    height: 0.08rem;
  }
}

/*/////////////////////////////////////////
//  パンくずリスト
/////////////////////////////////////////*/
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.1rem;
    gap: 0.16rem 0.08rem;
    margin-bottom: 0.4rem;
  }
}
.breadcrumbs li:not(:first-child) a {
  border-bottom: 1px solid #47372b;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li img {
    width: 0.12rem;
  }
}
.breadcrumbs li:has(> a):after {
  content: "＞";
  font-size: 10px;
  display: inline-block;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs li:has(> a):after {
    font-size: 0.1rem;
    margin-left: 0.06rem;
  }
}

/*/////////////////////////////////////////
//  paginavi
/////////////////////////////////////////*/
.paginav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .paginav {
    margin-top: 0.4rem;
    gap: 0.08rem;
  }
}
.paginav .num,
.paginav .prev,
.paginav .next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #cfc7c0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #47372b;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .paginav .num,
  .paginav .prev,
  .paginav .next {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.14rem;
  }
}
.paginav a {
  text-decoration: none !important;
}
.paginav .num {
  padding-bottom: 2px;
}
.paginav .num.current {
  color: #f07800;
  border: 1px solid #f07800;
}
.paginav .prev {
  padding-right: 2px;
  background: #f07800;
}
.paginav .prev img {
  transform: rotate(180deg);
}
.paginav .next {
  padding-left: 2px;
  background: #f07800;
}
.paginav .between {
  font-size: 7px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 5.7142857143;
}
.paginav .disable-btn {
  background: #ffc994;
  border: 1px solid #ffc994;
}
.paginav .visible-btn {
  background: #f07800;
  border: 1px solid #f07800;
}/*# sourceMappingURL=page.css.map */