.mod-h1 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h1 {
    padding-bottom: 40px;
  }
}
.mod-h1 h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2F2B2B;
  font-family: Noto Serif JP, serif;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mod-h1 h1 {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}
.mod-h1:after {
  content: "";
  height: 1.5px;
  width: 30px;
  display: block;
  position: relative;
  background-color: #7D7654;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .mod-h1:after {
    height: 3px;
    width: 60px;
    margin-top: 20px;
  }
}

.mod-h2 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h2 {
    padding-bottom: 40px;
  }
}
.mod-h2 h2 {
  background: #F8F8F8;
  font-size: 22px;
  font-weight: 600;
  color: #2F2B2B;
  font-family: Noto Serif JP, serif;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  padding: 7px 15px;
  border-bottom: #2F2B2B 1px solid;
}
@media screen and (min-width: 768px) {
  .mod-h2 h2 {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.5384615385;
    padding: 14px 30px;
  }
}

.mod-h3 {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod-h3 {
    padding-bottom: 40px;
  }
}
.mod-h3 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-bottom: 5px;
  border-bottom: #E8E8E8 1px solid;
  position: relative;
  font-family: Noto Serif JP, serif;
}
@media screen and (min-width: 768px) {
  .mod-h3 h3 {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    padding-bottom: 10px;
  }
}
.mod-h3 h3:after {
  content: "";
  background: #2F2B2B;
  width: 28px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mod-h3 h3:after {
    width: 56px;
    height: 1px;
  }
}

.mod-h4 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h4 {
    padding-bottom: 40px;
  }
}
.mod-h4 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1.4545454545;
  padding-bottom: 10px;
  border-bottom: #2F2B2B 1px solid;
  font-family: Noto Serif JP, serif;
}
@media screen and (min-width: 768px) {
  .mod-h4 h4 {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.4545454545;
  }
}

.mod-h5 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h5 {
    padding-bottom: 40px;
  }
}
.mod-h5 h5 {
  font-size: 16px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding-left: 7px;
  border-left: #2F2B2B 3px solid;
  font-family: Noto Serif JP, serif;
}
@media screen and (min-width: 768px) {
  .mod-h5 h5 {
    font-size: 20px;
    padding-left: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.mod-h5 h5 a {
  display: inline;
  text-decoration: underline;
  color: #7d7654;
}
.mod-h5 h5 a:hover {
  opacity: var(--hover-oacity);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mod-h6 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h6 {
    padding-bottom: 40px;
  }
}
.mod-h6 h6 {
  font-size: 14px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: Noto Serif JP, serif;
}
@media screen and (min-width: 768px) {
  .mod-h6 h6 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    gap: 10px;
  }
}
.mod-h6 h6:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #2F2B2B;
  display: block;
}
@media screen and (min-width: 768px) {
  .mod-h6 h6:before {
    width: 14px;
    height: 2px;
  }
}

.mod-text {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mod-text {
    padding-bottom: 80px;
  }
}
.mod-text p {
  color: #2F2B2B;
  line-height: 1.1428571429;
  margin-bottom: 12px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mod-text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 25px;
  }
}
.mod-text a {
  color: #7D7654;
  display: inline;
}

.mod-table {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mod-table {
    padding-bottom: 80px;
  }
}
.mod-table tr {
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .mod-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-table th {
  background: #E2DDCC;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 15px 13px;
  color: #2F2B2B;
  vertical-align: middle;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .mod-table th {
    font-size: 16px;
    min-width: 200px;
    padding: 29px 35px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
.mod-table td {
  padding: 12px 18px;
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .mod-table td {
    padding: 24px 36px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}

.mod-list {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mod-list {
    padding-bottom: 80px;
  }
}
.mod-list li {
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: relative;
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .mod-list li {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.mod-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #7D7654;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mod-list li:before {
    top: 15px;
    width: 8px;
    height: 8px;
  }
}

.mod-files a {
  color: #7D7654;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  position: relative;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .mod-files a {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.mod-files a:before {
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .mod-files a:before {
    margin-right: 10px;
  }
}
.mod-files__pdf:before {
  content: url(../img/mod/file-pdf.svg);
}
.mod-files__xls:before {
  content: url(../img/mod/file-xls.svg);
}
.mod-files__ppt:before {
  content: url(../img/mod/file-ppt.svg);
}
.mod-files__doc:before {
  content: url(../img/mod/file-doc.svg);
}
.mod-files__zip:before {
  content: url(../img/mod/file-zip.svg);
}
.mod-files__other:before {
  content: url(../img/mod/file-other.svg);
}

.mod-button-list__arrow {
  content: "";
  position: relative;
  border: 2px solid #7d7654;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-top: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
  line-height: 39px;
  text-align: center;
}
.mod-button-list__arrow span {
  white-space: nowrap;
  display: none;
}
.mod-button-list__arrow:after {
  content: url(/assets/img/common/button-list-arrow.svg);
  display: block;
  width: 20px;
  position: absolute;
  right: 8px;
  top: 1px;
  bottom: 0;
  margin: auto;
}
.mod-button-list a[target=_blank] .mod-button-list__arrow:after {
  content: url(/assets/img/common/icon-external.svg);
  height: 24px;
  right: 10px;
}
.mod-button-list ul {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .mod-button-list ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.mod-button-list ul li {
  width: 100%;
}
.mod-button-list ul li a {
  background: #fff;
  border: 2px solid #7d7654;
  padding: 15px;
  font-size: 16px;
  height: 100%;
  font-weight: bold;
}
.mod-button-list ul li a:hover .mod-button-list__arrow {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #7d7654;
  color: #fff;
}
.mod-button-list ul li a:hover .mod-button-list__arrow span {
  display: block;
}
.mod-button-list ul li a:hover .mod-button-list__arrow:after {
  content: url(/assets/img/common/button-list-arrow-w.svg);
}
.mod-button-list ul li a[target=_blank]:hover .mod-button-list__arrow:after {
  content: url(/assets/img/common/icon-external-w.svg);
}

.mod-thumb-list ul {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .mod-thumb-list ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.mod-thumb-list ul li {
  width: 100%;
  border-bottom: 1px solid grey;
}
.mod-thumb-list ul li a {
  background: #F8F8F8;
  border: 1px solid #C7C7C7;
  padding: 15px;
  font-size: 16px;
  height: 100%;
}

.l-aside__sub {
  width: 280px;
  margin-top: 146px;
  padding-top: 190px;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-aside__sub {
    display: block;
  }
}
.l-aside__sub .list {
  padding: 0px 20px 100px;
}
.l-aside__sub .list .item {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-aside__sub .list .item:before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #7D7654;
  border-radius: 50%;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-aside__sub .list .item:after {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7D7654;
  border-right: 1px solid #7D7654;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: bottom;
  margin-top: 4.5px;
  position: absolute;
  left: 8px;
  top: 2px;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.l-aside__sub .list .item:hover {
  -webkit-transition: color 0.38s var(--transition_03);
  transition: color 0.38s var(--transition_03);
  color: var(--gold);
}
.l-aside__sub .list .item.-current a {
  color: var(--gold);
}
.l-aside__sub .list .item.-current:before {
  background: #7D7654;
  border: 1px solid #7D7654;
}
.l-aside__sub .list .item.-current:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.l-aside__sub .list .item a {
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  color: #2F2B2B;
  line-height: 1.625;
  display: inline;
}
.l-aside__sub .list .item a[target=_blank]:after {
  content: url(/assets/img/common/icon-external.svg);
  width: 22px;
  display: inline-block;
  height: 22px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  vertical-align: text-bottom;
  margin-bottom: -1px;
  margin-left: -4px;
}
.l-aside__sub .list .sub-list {
  margin-left: 35px;
}
.l-aside__sub .list .sub-item {
  margin-top: 10px;
  position: relative;
}
.l-aside__sub .list .sub-item:before {
  content: "";
  position: relative;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7D7654;
  border-right: 1px solid #7D7654;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 4.5px;
  left: 0px;
  top: 2px;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  margin-right: 7px;
  vertical-align: super;
}
.l-aside__sub .list .sub-item:hover a {
  -webkit-transition: color 0.38s var(--transition_03);
  transition: color 0.38s var(--transition_03);
  color: var(--gold);
}
.l-aside__sub .list .sub-item.-current a {
  text-decoration: underline;
  color: var(--gold);
}
.l-aside__sub .list .sub-item a {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  color: #2F2B2B;
  line-height: 1;
  letter-spacing: 0;
  display: inline;
}

.l-list {
  margin-bottom: 110px;
}
.l-list li {
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .l-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }
}
.l-list li img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 15px;
}
@media screen and (min-width: 800px) {
  .l-list li img {
    width: 150px;
    height: 100px;
  }
}
@media screen and (min-width: 800px) {
  .l-list li:after {
    content: url(../img/common/link-arrow-small.svg);
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.l-list li:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7d7654;
  background-color: var(--gold);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.68s cubic-bezier(0.32, 0.181, 0.3, 1);
  transition: -webkit-transform 0.68s cubic-bezier(0.32, 0.181, 0.3, 1);
  transition: transform 0.68s cubic-bezier(0.32, 0.181, 0.3, 1);
  transition: transform 0.68s cubic-bezier(0.32, 0.181, 0.3, 1), -webkit-transform 0.68s cubic-bezier(0.32, 0.181, 0.3, 1);
  -webkit-transition: -webkit-transform 0.68s var(--transition_03);
  transition: -webkit-transform 0.68s var(--transition_03);
  transition: transform 0.68s var(--transition_03);
  transition: transform 0.68s var(--transition_03), -webkit-transform 0.68s var(--transition_03);
  will-change: transform;
}
.l-list li:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.l-list__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-list__date {
  font-size: 15px;
  font-weight: bold;
  color: #2F2B2B;
}
.l-list__tag {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-list__tag span {
  font-size: 12px;
  padding: 3px 20px;
  text-align: center;
  border-radius: 50px;
}
.l-list__tag .-new {
  border: 1px solid #2F2B2B;
  background: #fff;
}
.l-list__tag .-tag {
  background: #E4E0CF;
}
.l-list__tag .-important {
  background: #E8E8E8;
}
.l-list__title {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .l-list__title {
    padding-right: 60px;
  }
}
.l-list__excerpt {
  font-size: 14px;
  padding-top: 25px;
}
@media screen and (min-width: 800px) {
  .l-list__excerpt {
    padding-right: 60px;
  }
}
.l-list--important {
  background: #F8F8F8;
  padding: 40px 20px 50px;
}
@media screen and (min-width: 768px) {
  .l-list--important {
    padding: 80px 55px 100px;
  }
}
.l-list--important__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.l-list--important__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.l-list--important__title h2 {
  font-size: 28px;
  font-family: noto serif jp, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-right: 20px;
}
.l-list--important__title p {
  font-size: 14px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dashed 1px #2F2B2B;
  padding-bottom: 1px;
}
.l-list--important__title p:before {
  content: url(../img/common/icon-notice.svg);
  margin-right: 6px;
  height: 18px;
}
.l-list--important__button {
  padding: 12px 20px 12px 30px;
  background: #B6AF91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.l-list--important__button:after {
  content: url(../img/common/icon-list.svg);
  margin-left: 30px;
}

.c-breadcrumb {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-breadcrumb a {
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: auto;
}
.c-breadcrumb span {
  color: #7D7654;
  font-size: 14px;
  letter-spacing: auto;
}
.c-breadcrumb a + a:before, .c-breadcrumb a + span:before {
  content: "";
  margin-left: 0px;
  margin-right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1.4px solid #7D7654;
  border-right: 1.4px solid #7D7654;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  margin-top: 7.5px;
}

.c-button {
  padding: 12px 50px;
  background: #7D7654;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  margin: 70px auto;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), transform 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  will-change: opacity, transform;
}
.c-button--arrow:after {
  content: url(../img/mod/arrow.svg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 27px;
}
.c-button:hover {
  opacity: 0.9;
  opacity: var(--hover-oacity);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: opacity 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), transform 0.38s var(--transition_03);
  transition: opacity 0.38s var(--transition_03), transform 0.38s var(--transition_03), -webkit-transform 0.38s var(--transition_03);
  will-change: opacity, transform;
}

.c-pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px auto;
}
.c-pager__item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7D7654;
  background: #fff;
  color: #7D7654;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: "Public Sans", sans-serif;
}
.c-pager__item:hover {
  background: #7D7654;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-pager__item.-current {
  background: #7D7654;
  color: #fff;
}
.c-pager .prev:before {
  content: "";
  margin-left: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7D7654;
  border-right: 2px solid #7D7654;
  vertical-align: top;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: -2px;
  position: relative;
}
.c-pager .next:before {
  content: "";
  margin-left: 0px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7D7654;
  border-right: 2px solid #7D7654;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: top;
  left: -2px;
  position: relative;
}
.c-pager .next:hover:before {
  border-color: #fff;
}

.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sub {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 230px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-sub {
    width: calc(100% - 280px);
    margin-bottom: 460px;
  }
}
.p-sub--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sub--full {
    padding: 0 var(--grid-gap);
  }
}
.p-sub--full .l-inner {
  padding: 0;
}
.p-sub h1 {
  font-family: Noto Serif JP, serif;
}
.p-sub__title {
  padding: 30px 0 25px;
}
@media screen and (min-width: 768px) {
  .p-sub__title {
    padding: 70px 0 50px;
  }
}
.p-sub__title h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: Noto Serif JP, serif;
  letter-spacing: 0.04em;
  line-height: 2.1666666667;
  color: #2F2B2B;
}
@media screen and (min-width: 768px) {
  .p-sub__title h2 {
    font-size: 48px;
    letter-spacing: 0.08em;
    line-height: 1.0833333333;
  }
}
.p-sub__article {
  padding: 5%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0 0 1px rgba(14, 63, 126, 0.0058);
          box-shadow: 0px 0 0 1px rgba(14, 63, 126, 0.0058);
}
@media screen and (min-width: 640px) {
  .p-sub__article {
    padding: 100px 50px;
  }
}
@media screen and (min-width: 1090px) {
  .p-sub__article {
    padding: 100px 110px;
  }
}
.p-sub__article__title__text {
  font-size: 32px;
  font-family: Noto Serif JP, serif;
}

.p-single__article__title {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-single__article__title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 100px;
  }
}
.p-single__article__title:after {
  content: "";
  height: 1.5px;
  width: 30px;
  display: block;
  position: relative;
  background-color: #7D7654;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-single__article__title:after {
    height: 3px;
    width: 60px;
    margin-top: 20px;
  }
}
.p-single__article__title__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-single__article__title__detail {
    margin-bottom: 20px;
  }
}
.p-single__article__date {
  color: #7D7654;
  font-family: public sans, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-single__article__date {
    font-size: 15px;
  }
}
.p-single__article__tag {
  margin-left: 9px;
}
.p-single__article__tag span {
  font-size: 14px;
  color: var(--black);
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 10px;
  font-family: noto sans jp, sans-serif;
}
.p-single__article__tag .-hash {
  background: var(--gray-tag);
}
.p-single__article__tag .-category {
  background: var(--gold-light);
}

.p-weather-forecast .container {
  position: relative;
}
.p-weather-forecast .mark {
  position: absolute;
  width: 2.5vw;
  max-width: 50px;
}
.p-weather-forecast .popup {
  position: absolute;
  max-width: 500px;
  max-height: 300px;
  border: 2px solid #4f4f9d;
  background-color: #ededf5;
  color: black;
  text-align: left;
  padding: 0.75rem;
  font-size: 11px;
  display: none;
}
.p-weather-forecast h2 img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 33px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: -5px;
  margin-left: -16px;
}
.p-weather-forecast__list {
  margin-top: 25px;
}
.p-weather-forecast__list__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 25px;
}
@media all and (min-width: 1100px) {
  .p-weather-forecast__list__area {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-weather-forecast__list__area a {
  background-color: var(--gold-medium);
  padding: 5px 10px;
  font-size: 12px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-weather-forecast__list__area a {
    font-size: 16px;
  }
}
.p-weather-forecast__list__area a:after {
  content: url(../img/common/button-list-arrow.svg);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 14px;
}
.p-weather-forecast__list__area a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-weather-forecast__list ul .mod-h5 {
  margin: 35px 0 25px;
  padding: 0;
}
.p-weather-forecast__list ul .prefecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.p-weather-forecast__list ul .prefecture__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}
.p-weather-forecast__list ul .prefecture__title .prefecture {
  width: 70px;
}
.p-weather-forecast__list ul .prefecture__title .pdf img {
  width: 16px;
  display: inline;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -4px;
}
.p-weather-forecast__list ul .prefecture__title .more {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.p-weather-forecast__list ul .prefecture__title .more:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-weather-forecast__list ul .prefecture__title .more:before {
  content: "";
  width: 30px;
  height: 5px;
  background-color: var(--gold);
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.p-weather-forecast__list ul .prefecture__title .more:after {
  content: "";
  width: 30px;
  height: 5px;
  background-color: var(--gold);
  -webkit-transform: rotate(90deg) scale(0.5);
          transform: rotate(90deg) scale(0.5);
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.p-weather-forecast__list ul .prefecture__title .weather img {
  width: 25px;
  vertical-align: sub;
  display: inline;
}
.p-weather-forecast__list ul .prefecture__title .detail img {
  width: 17px;
  display: inline;
  margin-left: 5px;
}
.p-weather-forecast__list ul .prefecture__detail {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  margin-top: 17px;
  margin-bottom: 15px;
  width: 90%;
  display: none;
}

.p-weather-forecast-single table {
  border: 1px solid #c0c0c0;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-weather-forecast-single table h3 {
  text-align: center;
  padding: 25px 0;
}
.p-weather-forecast-single table tr th, .p-weather-forecast-single table tr td {
  border-width: 1px;
  border-color: #c0c0c0;
  padding: 15px;
  border: 1px solid #93999f;
  font-size: 16px;
}
.p-weather-forecast-single table tr th {
  background-color: var(--gold-medium);
  font-size: 16px;
  padding: 15px 10px;
}
.p-weather-forecast-single table thead tr td {
  text-align: center;
}

.p-sitemap article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-sitemap article {
    grid-template-columns: 1fr 1fr;
  }
}
.p-sitemap__block h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: #2F2B2B 1px solid;
  margin-bottom: 5px;
}
.p-sitemap__block h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
.p-sitemap__block h4 a {
  position: relative;
}
.p-sitemap__block h4 a:before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #7D7654;
  border-radius: 50%;
  display: inline-block;
  vertical-align: sub;
  margin-top: 2px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-sitemap__block h4 a:after {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7D7654;
  border-right: 1px solid #7D7654;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: sub;
  margin-top: 4.5px;
  position: absolute;
  left: 8px;
  top: 2px;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.p-sitemap__block h5 {
  font-size: 14px;
  font-weight: 600;
  color: #2F2B2B;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
}
.p-sitemap__block h5 + h4 {
  margin-top: 25px;
}
.p-sitemap__block h5 a:before {
  content: "";
  position: relative;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7D7654;
  border-right: 1px solid #7D7654;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 4.5px;
  left: 0px;
  top: 2px;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  margin-right: 7px;
  vertical-align: super;
}

.p-search__box {
  padding-bottom: 50px;
}
.p-search__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 25px;
}
.p-search__box .form-group {
  margin-top: 0;
}
.p-search__box .form-btn {
  margin: 0;
}

.p-form__notice {
  padding: 50px;
  border: 1px solid #a02429;
  margin-bottom: 50px;
}
.p-form__notice .mod-text {
  padding-bottom: 0;
}
.p-form__agreement {
  border: #2F2B2B 1px solid;
  padding: 50px;
}
.p-form__agreement .mod-text {
  padding-bottom: 40px;
}
.p-form__agreement__checkbox {
  text-align: center;
}
.p-form__agreement__checkbox input {
  display: none;
}
.p-form__agreement__checkbox label {
  position: relative;
}
.p-form__agreement__checkbox label:before {
  border: 1px solid #7d7654;
  height: 20px;
  width: 20px;
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-form__agreement__checkbox label:after {
  border-right: 2px solid #7d7654;
  border-bottom: 2px solid #7d7654;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -4px;
  bottom: 0;
  left: -24px;
  width: 8px;
  height: 13px;
  margin: auto;
}
.p-form__agreement__checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.p-form form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.p-form form input, .p-form form textarea, .p-form form p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form form input[type=e-mail], .p-form form input[type=text], .p-form form input[type=tel] {
  height: 50px;
  padding: 0 12px;
}
.p-form form textarea {
  padding: 0 12px;
}
.p-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-form__index {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-form__index {
    text-decoration: none;
    width: 270px;
  }
}
.p-form__index span {
  background-color: var(--gold);
  color: #fff;
  padding: 3px 10px;
  margin-left: 10px;
}
.p-form__confirm__buttonwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.p-form__confirm__buttonwrapper .c-button {
  margin: 0;
}
.p-form__error {
  max-width: 800px;
  margin: 0 auto 50px;
  background: #fbdada;
  padding: 20px;
}
.p-form__complete .mod-text {
  padding-bottom: 0;
}
.p-form__members__radio {
  margin-bottom: 25px;
}
.p-form .radio-block {
  margin-bottom: 5px;
}
.p-form .radio-block label {
  margin-left: 10px;
}
.p-form__radio-wrapper {
  width: 100%;
}
.p-form #others-select {
  margin: 25px;
  display: none;
}
.p-form input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.p-form label + input[type=radio] {
  margin-left: 20px;
}
.p-form--members form {
  max-width: 1000px;
}
.p-form--members .p-form__error {
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .p-form--members .p-form__index {
    width: 330px;
  }
}

body.members--sub {
  background-color: #f9f7f3;
  background-color: var(--gold-light-bg);
}/*# sourceMappingURL=sub.css.map */