.p-wysiwyg h1,
.mod-h1 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h1,
  .mod-h1 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h1,
.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) {
  .p-wysiwyg h1,
  .mod-h1 h1 {
    font-size: 32px;
    letter-spacing: 0.08em;
  }
}
.p-wysiwyg h1:after,
.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) {
  .p-wysiwyg h1:after,
  .mod-h1:after {
    height: 3px;
    width: 60px;
    margin-top: 20px;
  }
}

.p-wysiwyg h2,
.mod-h2 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h2,
  .mod-h2 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h2,
.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) {
  .p-wysiwyg h2,
  .mod-h2 h2 {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.5384615385;
    padding: 14px 30px;
  }
}
.p-wysiwyg h2{
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h2 {
    margin-bottom: 40px;
  }
}

.p-wysiwyg h3,
.mod-h3 {
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3,
  .mod-h3 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h3,
.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) {
  .p-wysiwyg h3,
  .mod-h3 h3 {
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    padding-bottom: 10px;
  }
}
.p-wysiwyg h3:after,
.mod-h3 h3:after {
  content: "";
  background: #2F2B2B;
  width: 28px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3:after,
  .mod-h3 h3:after {
    width: 56px;
    height: 1px;
  }
}
.p-wysiwyg h3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h3 {
    margin-bottom: 40px;
  }
}

.p-wysiwyg h4,
.mod-h4 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h4,
  .mod-h4 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h4,
.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) {
  .p-wysiwyg h4,
  .mod-h4 h4 {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.4545454545;
  }
}
.p-wysiwyg h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h4 {
    margin-bottom: 40px;
  }
}

.mod-h5 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .mod-h5 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h5,
.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) {
  .p-wysiwyg h5,
  .mod-h5 h5 {
    font-size: 20px;
    padding-left: 14px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.p-wysiwyg h5 a,
.mod-h5 h5 a {
  display: inline;
  text-decoration: underline;
  color: #7d7654;
}
.p-wysiwyg h5 a:hover,
.mod-h5 h5 a:hover {
  opacity: var(--hover-oacity);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-wysiwyg h5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h5,
  .mod-h5 {
    margin-bottom: 40px;
  }
}

.p-wysiwyg h6,
.mod-h6 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h6,
  .mod-h6 {
    padding-bottom: 40px;
  }
}
.p-wysiwyg h6,
.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) {
  .p-wysiwyg h6,
  .mod-h6 h6 {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
    gap: 10px;
  }
}
.p-wysiwyg h6:before,
.mod-h6 h6:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #2F2B2B;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg h6:before,
  .mod-h6 h6:before {
    width: 14px;
    height: 2px;
  }
}

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

.p-wysiwyg h1 a,
.p-wysiwyg h2 a,
.p-wysiwyg h3 a,
.p-wysiwyg h4 a,
.p-wysiwyg h5 a,
.p-wysiwyg h6 a,
.p-wysiwyg p a,
.p-wysiwyg li a,
.p-wysiwyg td a{
  display: inline;
}

.p-wysiwyg a:hover,
.mod-text a:hover {
  text-decoration: none;
}

.p-wysiwyg table,
.mod-table table {
  border: 1px solid #c0c0c0;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table,
  .mod-table {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .p-form--full .mod-table{
    overflow-x: scroll;
  }
  .p-form--full .mod-table .p-formTable{
    width: 1000px;
  }
}

.p-wysiwyg table th,
.mod-table th {
  background: #E2DDCC;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 8px 16px;
  color: #2F2B2B;
  vertical-align: middle;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table th,
  .mod-table th {
    font-size: 16px;
    padding: 16px 24px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
.p-wysiwyg table td,
.mod-table td {
  padding: 8px 16px;
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg table td,
  .mod-table td {
    padding: 16px 24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}

.mod-table table th,
.mod-table table td,
.p-wysiwyg table th,
.p-wysiwyg table td{
  word-break: break-all;
  border-width: 1px;
  border-color: #c0c0c0;
  border: 1px solid #93999f;
}

.p-formTable th,
.p-formTable td{
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 6px !important;
}

.p-formTable td a{
  color: #7D7654;
  text-decoration: underline;
  display: inline;
}

.p-formTable__note--sp{
  display: none;
}

.p-formTable__required{
  background-color: var(--gold);
  color: #fff;
  padding: 2px 4px;
  margin-left: 10px;
  word-break: keep-all;
}

.p-formTable th.p-formTable__select,
.p-formTable td.p-formTable__select{
  font-size: 12px;
  font-weight: bold;
  word-break: keep-all;
}

@media screen and (max-width: 1365px) {
  .p-formTable th.p-formTable__select,
  .p-formTable td.p-formTable__select{
    word-break: break-all;
  }
}

.p-formTable th.p-formTable__select{
  width: 100px;
}

.p-formTable__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.p-formTable__item:not(:last-child){
  margin-bottom: 16px;
}

.p-formTable__label{
  font-weight: bold;
}

.p-formTable__wrapper--input{
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 1365px) {
  .p-formTable__wrapper--input{
    gap: 2px;
  }
}

.p-formTable tbody th{
  word-break: keep-all;
}

@media screen and (max-width: 1365px) {
  .p-formTable tbody th{
    word-break: break-all;
    width: 250px;
  }
}

@media screen and (max-width: 1079px) {
  .p-formTable tbody th{
    width: 150px;
  }
}

.p-formTable .p-trainingListTable__class{
  width: 80px;
}

.p-formTable .p-trainingListTable__unit{
  width: 60px;
}

.p-formTable .p-trainingListTable__price{
  width: 90px;
}

.p-formTable.p-trainingListTable th:nth-child(3),
.p-formTable.p-trainingListTable th:nth-child(4),
.p-formTable.p-trainingListTable th:nth-child(5),
.p-formTable.p-trainingListTable td:nth-child(3),
.p-formTable.p-trainingListTable td:nth-child(4),
.p-formTable.p-trainingListTable td:nth-child(5){
  text-align: right;
}

.p-formTable.p-trainingListTable td:nth-child(2){
  padding-right: 22px !important;
}

.p-formTable.p-trainingListTable a{
  margin-right: 0 !important;
}

.mod-list {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mod-list {
    padding-bottom: 80px;
  }
}
.p-wysiwyg ul,
.p-wysiwyg ol{
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-wysiwyg ul,
  .p-wysiwyg ol{
    margin-bottom: 40px;
  }
}

.p-wysiwyg ul li,
.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) {
  .p-wysiwyg ul li,
  .mod-list li {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.p-wysiwyg ul li:before,
.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) {
  .p-wysiwyg ul li:before,
  .mod-list li:before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}
.p-wysiwyg ol {
  padding-left: 1em;
}
.p-wysiwyg ol li {
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 10px;
  list-style: decimal;
}
@media screen and (min-width: 768px) {
  .p-wysiwyg ol li {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }
}

.p-wysiwyg img{
  width: auto;
  display: inline-block;
  height: auto;
}

.p-wysiwyg .c-button{
  color: #fff;
  text-decoration: none;
}

.p-wysiwyg video{
  max-width: 100%;
  height: fit-content;
}

.p-wysiwyg iframe{
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

.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);
}
.p-ico__pdf {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-pdf.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__xlsx {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-xls.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__ppt {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-ppt.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__word {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-doc.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__zip {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-zip.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__file {
  display: inline;
  margin-left: 8px;
  padding-left: 30px;
  background: url(../img/mod/file-other.svg) no-repeat left top;
  background-size: contain;
}
.p-ico__blank {
  display: inline;
  margin-right: 8px !important;
  padding-right: 20px !important;
  background: url(../img/common/icon-external.svg) no-repeat right top !important;
  background-size: 15px !important;
}

.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;
}
@media screen and (max-width: 767px) {
  .l-aside__sub {
    order: 2;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}
.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-list + .sub-list {
  margin-left: 45px;
}
.l-aside__sub .list .sub-item {
  margin-top: 15px;
}
.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.75;
  letter-spacing: 0;
  display: block;
  position: relative;
  padding-left: 10px;
}
.l-aside__sub .list .sub-item a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7D7654;
  border-right: 1px solid #7D7654;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0px;
  top: 10px;
  bottom: 0;
  z-index: 1;
  display: inline-block;
  vertical-align: super;
}
.l-aside__sub .list .sub-list + .sub-list .sub-item a:before {
  content: "";
  border: none;
  width: 6px;
  height: 1px;
  background-color: #7d7654;
  background-color: var(--gold);
  -webkit-transform: none;
  transform: none;
  top: 12px;
}

.js-asideNavTrigger {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  cursor: pointer;
}

.js-asideNavTrigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  background: url("../img/shared/icn-toggle.svg");
  background-size: cover;
  transform: translateY(-50%) rotate(90deg) scaleX(1);
  transition: transform 0.2s ease;
}

.js-asideNavTrigger.is-open::after {
  transform: translateY(-50%) rotate(90deg) scaleX(-1);
}

.js-asideNavMenu {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.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.-thumb li a,
.l-list.-thumb li > span{
  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.-thumb li a,
  .l-list.-thumb li > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.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 a: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 a: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 a: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,
.l-list__tag .-hash {
  background: #E8E8E8;
}
.l-list__title {
  font-size: 16px;
}
@media screen and (min-width: 800px) {
  .l-list__title {
    padding-right: 60px;
  }
}
@media screen and (max-width: 799px) {
  a .l-list__title {
    color: #7d7654;
    color: var(--gold);
    text-decoration: underline;
  }
}
.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;
  flex-wrap: wrap;
  gap: 10px;
}
.c-breadcrumb a {
  position: relative;
  color: #2F2B2B;
  font-size: 14px;
  letter-spacing: auto;
}
.c-breadcrumb span {
  position: relative;
  color: #7D7654;
  font-size: 14px;
  letter-spacing: auto;
}

.c-breadcrumb a + a, .c-breadcrumb a + span {
  padding-left: 16px;
}

.c-breadcrumb a + a:before, .c-breadcrumb a + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  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;
}

.c-button {
  border: none;
  padding: 12px 50px;
  background: #7D7654;
  font-size: 16px;
  color: #fff!important;
  text-decoration: none!important;
  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--plus{
  color: #7D7654!important;
  background: #fff;
  border: 2px solid #7D7654;
}
.c-button--plus:after {
  content: url(../img/mod/plus.svg);
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.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-button--back{
  color: #2f2b2b!important;
  background: #e8e8e8;
}
.c-button--s{
  font-size: 14px;
  word-break: keep-all;
  padding: 6px 12px!important;
  margin: 0;
}
@media screen and (max-width: 1365px) {
  .c-button--s{
    font-size: 12px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .sub {
    flex-direction: column;
  }
}

.p-sub {
  width: 100%;
  margin-top: 140px;
  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 h1,
.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 h1,
  .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;
}
h2.p-sub__article__title__text {
  line-height: 1.5;
}
.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 screen and (min-width: 768px) {
.p-weather-forecast__list__area {
  gap: 0.4vw;
}
}
@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 0.8vw;
  font-size: 12px;
  position: relative;
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-weather-forecast__list__area a {
    padding: 5px 0.4vw;
    font-size: 14px;
  }
}
.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 li{
  padding: 8px;
}
.p-weather-forecast__list ul li:not([class]){
  border-bottom: 1px solid var(--gold-medium);
}
.p-weather-forecast__list ul .mod-h5 {
  margin: 60px 0 25px;
  padding: 0;
}
.p-weather-forecast__list ul .mod-h5 + li:not([class]){
  border-top: 1px solid var(--gold-medium);
}
.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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-weather-forecast__list ul .prefecture__title .prefecture {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-weather-forecast__list ul .prefecture__title .prefecture {
    font-size: inherit;
  }
}
.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 {
  font-size: 16px;
  background-color: #f8f8f8;
  background-color: var(--gray-light);
  padding: 25px;
  border-radius: 10px;
  margin-top: 17px;
  margin-bottom: 15px;
}
.p-weather-forecast__list ul .prefecture__pdf {
  display: flex;
  align-items: center;
}
.p-weather-forecast__list ul .prefecture__covid {
  font-size: 14px;
  text-align: center;
  background: #fffaa1;
}
.p-weather-forecast__list ul .prefecture,
.p-weather-forecast__list ul .prefecture__pdf,
.p-weather-forecast__list ul .prefecture__covid {
  width: calc(50% / 3);
}
.p-weather-forecast__list ul .prefecture__link{
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-weather-forecast__list ul li{
    padding: 8px 0;;
  }
  .p-weather-forecast__list ul .prefecture{
    width: 23%;
  }
  .p-weather-forecast__list ul .prefecture__pdf{
    width: 17%;
  }
  .p-weather-forecast__list ul .prefecture__covid {
    width: 28%;
  }
  .p-weather-forecast__list ul .prefecture__link{
    width: 32%;
  }
  .p-weather-forecast__list ul .prefecture__covid {
    font-size: 10px;
    font-weight: bold;
  }
  .p-weather-forecast__list ul .prefecture__link .section-link{
    min-width: max(80px, min(8rem, 8rem));
    padding: 0 1.5rem 0 0;
  }
  .p-weather-forecast__list ul .prefecture__link .section-link.-arrow::before{
    right: 1rem;
  }
}

.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__blank::after{
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../img/common/icon-external.svg');
  background-size: 1.5rem;
  content: '';
  background-repeat: no-repeat;
  background-position: left 0 center;
  margin-left: 4px;
}
.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-search__box table.gsc-search-box{
  max-width: 600px !important;
}
.p-search__box .gsc-search-button-v2 svg{
  max-width: inherit;
}

.p-step__list {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.p-step__item {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: calc(100% / 4);
  font-size: 14px;
}

.p-step__item::before {
  position: relative;
  z-index: 1;
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: '';
  text-align: center;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-color: var(--gray-line);
}

.p-step__item::after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #e6e6e6;
  background-color: var(--gray-line);
}

.p-step__item:first-child:after {
  content: none;
}

.p-step__item.p-step__item--active {
  color: #7d7654;
  color: var(--gold);
  font-weight: bold;
}
.p-step__item.p-step__item--active::before {
  background-color: #7d7654;
  background-color: var(--gold);
}
.p-step__item.p-step__item--active::after {
  background-color: #7d7654;
  background-color: var(--gold);
}

.p-form__notice {
  padding: 25px;
  border: 1px solid #a02429;
  margin-bottom: 25px;
}
.p-form__notice h3{
  font-size: 18px;
  margin-bottom: 20px;
}
.p-form__notice ul{
  margin-bottom: 20px;
}
.p-form__notice ul li{
  font-size: 14px;
  margin-bottom: 10px;
}
.p-form__notice h4{
  font-size: 16px;
  margin-bottom: 20px;
}
.p-form__agreement {
  border: #2F2B2B 1px solid;
  padding: 25px;
}
.p-form__agreement .mod-h5{
  padding-bottom: 0;
}
.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.p-form--full form {
  max-width: 100%;
}
.p-form form input[type=email], .p-form form input[type=text], .p-form form input[type=tel], .p-form form textarea, .p-form form input[type=file], .p-form form p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form form input[type=tel] {
  max-width: 80px;
}
.p-form form input[type=email], .p-form form input[type=text], .p-form form input[type=tel] {
  height: 50px;
  padding: 0 12px;
}
.p-formTable input[type=email], .p-formTable input[type=text], .p-formTable input[type=tel] {
  height: 25px !important;
  padding: 0 4px !important;
}
.p-form form textarea {
  padding: 0 12px;
}
.p-formTable textarea {
  padding: 0 4px !important;
}
.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;
}
.p-form__block.-err{
  margin-bottom: 10px;
}
@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.p-form--full .p-form__block {
    /*flex-direction: column;*/
  }
}
.p-form__block.-err input[type=email],
.p-form__block.-err input[type=text],
.p-form__block.-err input[type=tel],
.p-form__block.-err textarea{
  border: 3px solid #ca363f;
  background: #fbdada
}
.p-form__block.-err .p-form__radio-wrapper{
  padding: 12px;
  background: #fbdada;
}
.p-form__block.-inactive input[type=email],
.p-form__block.-inactive input[type=text],
.p-form__block.-inactive input[type=tel],
.p-form__block.-inactive textarea{
  border: none;
  background-color: #e8e8e8;
  pointer-events: none;
}
.p-form__radio-wrapper.p-form__radio-publicsettings{
  padding: 12px;
  background-color: #f9f7f3;
  background-color: var(--gold-light-bg);
  display: flex;
  flex-direction: column;
  width: auto;
}
.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: 25px;
  flex-wrap: wrap;
}
.p-form__confirm__buttonwrapper .c-button {
  margin: 0;
  min-width: 200px;
}
.p-form__error {
  max-width: 800px;
  margin: 0 auto 50px;
  background: #fbdada;
  padding: 20px;
}
.p-form.p-form--full .p-form__error {
  max-width: 1000px;
}
.p-note {
  margin: 0 auto 50px;
  background-color: #f2f2f2;
  background-color: var(--gray-bg);
  padding: 20px;
}
.p-form__errorTxt{
  display: inline-block;
  color: #ca363f;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
.p-form__errorTxt{
  margin-left: 290px;
}
}
.p-form__agreement .p-form__errorTxt{
  margin: auto;
  text-align: center;
  display: block;
}
#others-select + .p-form__errorTxt{ 
  margin: 0;
}
.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;
  }
  .p-form--members .p-form__errorTxt{
    margin-left: 350px;
  }
}
.p-form__publicsettings{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.p-form__publicsettings select{
  width: auto;
  margin-top: 0;
}
.p-formTable{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.p-formTable select{
  width: auto;
  margin-top: 0;
  padding: 4px 1rem 4px 4px;
}
.p-formTable .form-input{
  margin-top: 0;
}
.p-formTable__select{
  text-align: center !important;
}

.p-formTable__err{
  background: #fbdada;
}

.p-formTable__inactive{
  background: #e8e8e8;
}

.p-formTable__inactive select{
  opacity: 0.5;
  pointer-events: none;
}

.p-formTable__err--txt{
  display: block;
  color: #ca363f;
  font-weight: bold;
  margin-top: 8px;
}

.p-formTable__input--email{
  max-width: 250px;
}

.p-formTable__input--zipcode{
  max-width: 60px;
}

.p-formTable__input--tel,
.p-formTable__input--employee{
  max-width: 60px;
}

.p-formTable__input--date{
  max-width: 150px;
}

.form-input,
body.members--sub {
  background-color: #f9f7f3;
  background-color: var(--gold-light-bg);
}

.p-anker__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
.p-anker__list {
  gap: 0.4vw;
}
}
@media all and (min-width: 1100px) {
  .p-anker__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-anker__list a {
  background-color: var(--gold-medium);
  padding: 5px 24px 5px 0.8vw;
  font-size: 12px;
  position: relative;
  color: currentColor;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-anker__list a {
    padding: 5px 24px 5px 0.8vw;
    font-size: 14px;
  }
}
.p-anker__list 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-anker__list a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-weatherMap{
  width: 100%;
  height: auto;
  aspect-ratio: 24 / 19;
  background: url(../img/weather_forecast/map_bg.png) no-repeat;
  background-size: contain;
  position: relative;
}

.p-weatherMap__note{
  position: absolute;
  top: 0;
  display: inline-block;
  max-width: 325px;
  width: 19vw;
}

.p-weatherMap a{
  transition: .3s;
}

.p-weatherMap a:hover{
  opacity: 0.7;
}

.p-weatherMap__weather{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 2.5vw;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: 3;
  transform: translate(90%, -60%);
}

.p-weatherMap__prefectures--hokkaido .p-weatherMap__weather{
  transform: translate(130%, -90%);
}

.p-weatherMap__prefectures--yamagata .p-weatherMap__weather{
  transform: translate(100%, -90%);
}

.p-weatherMap__prefectures--kanagawa .p-weatherMap__weather{
  transform: translate(140%, -60%);
}

.p-weatherMap__prefectures--ishikawa .p-weatherMap__weather{
  transform: translate(70%, -75%);
}

.p-weatherMap__prefectures--nagano .p-weatherMap__weather{
  transform: translate(70%, -125%);
}

.p-weatherMap__prefectures--gifu .p-weatherMap__weather{
  transform: translate(70%, -100%);
}

.p-weatherMap__prefectures--fukui .p-weatherMap__weather{
  transform: translate(90%, -35%);
}

.p-weatherMap__prefectures--shiga .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--mie .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--nara .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--osaka .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--wakayama .p-weatherMap__weather{
  transform: translate(120%, -15%);
}

.p-weatherMap__prefectures--kyoto .p-weatherMap__weather{
  transform: translate(90%, -15%);
}

.p-weatherMap__prefectures--hyogo .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--tottori .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--okayama .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--shimane .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--hiroshima .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--yamaguchi .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--kumamoto .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--saga .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--nagasaki .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--okinawa .p-weatherMap__weather{
  transform: translate(60%, -80%);
}

.p-weatherMap__prefectures--aaaa .p-weatherMap__weather{
  transform: translate(90%, -60%);
}

.p-weatherMap__detail{
  display: block;
  max-width: 90vw;
  max-height: 65vh;
  overflow: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  background-color: var(--gray-light, #f8f8f8);
  padding: 25px;
  border-radius: 10px;
  border: 4px solid #b3b3b3;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  box-shadow: 0 2px 2px rgba(42, 51, 70, 0.2),
              0 4px 4px rgba(42, 51, 70, 0.04),
              0 8px 8px rgba(42, 51, 70, 0.04);
  pointer-events: none;
}

.p-weatherMap__transition:hover + .p-weatherMap__detail{
  visibility: visible;
  opacity: 1;
}

.p-weatherMap__prefectures{
  display: inline-block;
  position: absolute;
}

.p-weatherMap__prefectures--hokkaido{
  width: 24.9%; /* 2400pxに対しての画像幅 */
  top: 1%;
  right: 0.8%;
}

.p-weatherMap__prefectures--miyagi{
  width: 9.5%; /* 2400pxに対しての画像幅 */
  top: 40.8%;
  right: 6.7%;
}

.p-weatherMap__prefectures--aomori{
  width: 19.4%; /* 2400pxに対しての画像幅 */
  top: 25.5%;
  right: 6.7%;
}

.p-weatherMap__prefectures--iwate{
  width: 9.5%; /* 2400pxに対しての画像幅 */
  top: 32.2%;
  right: 6.7%;
}

.p-weatherMap__prefectures--akita{
  width: 9.5%; /* 2400pxに対しての画像幅 */
  top: 32.2%;
  right: 16.6%;
}

.p-weatherMap__prefectures--yamagata{
  width: 9.5%; /* 2400pxに対しての画像幅 */
  top: 40.8%;
  right: 16.6%;
}

.p-weatherMap__prefectures--fukushima{
  width: 15.2%; /* 2400pxに対しての画像幅 */
  top: 50.7%;
  right: 6.7%;
}

.p-weatherMap__prefectures--saitama{
  width: 13.2%; /* 2400pxに対しての画像幅 */
  top: 68.6%;
  right: 12.7%;
}

.p-weatherMap__prefectures--tokyo{
  width: 9.2%; /* 2400pxに対しての画像幅 */
  top: 76.7%;
  right: 12.7%;
}

.p-weatherMap__prefectures--ibaragi{
  width: 5.6%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 6.7%;
}

.p-weatherMap__prefectures--tochigi{
  width: 6.3%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 12.7%;
}

.p-weatherMap__prefectures--gunma{
  width: 6.5%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 19.4%;
}

.p-weatherMap__prefectures--chiba{
  width: 5.6%; /* 2400pxに対しての画像幅 */
  top: 71.7%;
  right: 6.7%;
}

.p-weatherMap__prefectures--kanagawa{
  width: 7.6%; /* 2400pxに対しての画像幅 */
  top: 84%;
  right: 14.3%;
}

.p-weatherMap__prefectures--niigata{
  width: 7.9%; /* 2400pxに対しての画像幅 */
  top: 47.5%;
  right: 22.4%;
}

.p-weatherMap__prefectures--toyama{
  width: 6%; /* 2400pxに対しての画像幅 */
  top: 49.9%;
  right: 30.7%;
}

.p-weatherMap__prefectures--ishikawa{
  width: 4.4%; /* 2400pxに対しての画像幅 */
  top: 46.2%;
  right: 37.1%;
}

.p-weatherMap__prefectures--fukui{
  width: 8.1%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 37.1%;
}

.p-weatherMap__prefectures--aichi{
  width: 6.1%; /* 2400pxに対しての画像幅 */
  top: 84%;
  right: 30.5%;
}

.p-weatherMap__prefectures--nagano{
  width: 5.3%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 26.2%;
}

.p-weatherMap__prefectures--yamanashi{
  width: 5.7%; /* 2400pxに対しての画像幅 */
  top: 76.7%;
  right: 22.2%;
}

.p-weatherMap__prefectures--shizuoka{
  width: 7.8%; /* 2400pxに対しての画像幅 */
  top: 84%;
  right: 22.2%;
}

.p-weatherMap__prefectures--gifu{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 59.3%;
  right: 31.9%;
}

.p-weatherMap__prefectures--osaka{
  width: 3.8%; /* 2400pxに対しての画像幅 */
  top: 76.7%;
  right: 45.8%;
}

.p-weatherMap__prefectures--kyoto{
  width: 7%; /* 2400pxに対しての画像幅 */
  top: 63.4%;
  right: 42.7%;
}

.p-weatherMap__prefectures--shiga{
  width: 5%; /* 2400pxに対しての画像幅 */
  top: 68.6%;
  right: 37.1%;
}

.p-weatherMap__prefectures--hyogo{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 63.4%;
  right: 50.2%;
}

.p-weatherMap__prefectures--nara{
  width: 3.6%; /* 2400pxに対しての画像幅 */
  top: 76.7%;
  right: 41.7%;
  z-index: 2;
}

.p-weatherMap__prefectures--wakayama{
  width: 7.8%; /* 2400pxに対しての画像幅 */
  top: 88.6%;
  right: 41.9%;
}

.p-weatherMap__prefectures--mie{
  width: 4.2%; /* 2400pxに対しての画像幅 */
  top: 76.7%;
  right: 37.1%;
}

.p-weatherMap__prefectures--hiroshima{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 72.1%;
  right: 60.2%;
}

.p-weatherMap__prefectures--okayama{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 72.1%;
  right: 55.2%;
}

.p-weatherMap__prefectures--tottori{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 63.4%;
  right: 55.2%;
}

.p-weatherMap__prefectures--shimane{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 63.4%;
  right: 60.2%;
}

.p-weatherMap__prefectures--yamaguchi{
  width: 4.4%; /* 2400pxに対しての画像幅 */
  top: 63.4%;
  right: 65.2%;
}

.p-weatherMap__prefectures--kagawa{
  width: 8.7%; /* 2400pxに対しての画像幅 */
  top: 84.1%;
  right: 52%;
}

.p-weatherMap__prefectures--tokushima{
  width: 8.7%; /* 2400pxに対しての画像幅 */
  top: 88.6%;
  right: 52%;
}

.p-weatherMap__prefectures--ehime{
  width: 8.5%; /* 2400pxに対しての画像幅 */
  top: 84.1%;
  right: 61.1%;
}

.p-weatherMap__prefectures--kochi{
  width: 17.5%; /* 2400pxに対しての画像幅 */
  top: 93.2%;
  right: 52%;
}

.p-weatherMap__prefectures--fukuoka{
  width: 10.7%; /* 2400pxに対しての画像幅 */
  top: 63.1%;
  right: 72.2%;
}

.p-weatherMap__prefectures--saga{
  width: 4.3%; /* 2400pxに対しての画像幅 */
  top: 63.1%;
  right: 83.2%;
}

.p-weatherMap__prefectures--nagasaki{
  width: 4.6%; /* 2400pxに対しての画像幅 */
  top: 63.1%;
  right: 88%;
}

.p-weatherMap__prefectures--kumamoto{
  width: 4.5%; /* 2400pxに対しての画像幅 */
  top: 72.4%;
  right: 78.2%;
}

.p-weatherMap__prefectures--oita{
  width: 5.7%; /* 2400pxに対しての画像幅 */
  top: 72.4%;
  right: 72.2%;
}

.p-weatherMap__prefectures--miyazaki{
  width: 5.7%; /* 2400pxに対しての画像幅 */
  top: 80.8%;
  right: 72.2%;
}

.p-weatherMap__prefectures--kagoshima{
  width: 10.7%; /* 2400pxに対しての画像幅 */
  top: 89%;
  right: 72.2%;
}

.p-weatherMap__prefectures--okinawa{
  width: 4.1%; /* 2400pxに対しての画像幅 */
  top: 89%;
  right: 94.5%;
}

.p-freeconsultation__list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-freeconsultation__list{
    flex-direction: column;
  }
}

.p-freeconsultation__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: calc(100% / 2 - 10px);
}

@media (max-width: 767px) {
  .p-freeconsultation__item{
    width: 100%;
  }
}

.p-freeconsultation__comment{
  position: relative;
  padding: 1.5em;
  border-radius: 16px;
  background-color: #fffbc4;
}

.p-freeconsultation__comment p{
  margin-bottom: 0;;
}

.p-freeconsultation__comment:after {
  position: absolute;
  bottom: -20px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 28px 24px 0 24px;
  border-style: solid;
  border-color: #fffbc4 transparent transparent transparent;
}

.p-userfeedback__list{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}

.p-userfeedback__item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .p-userfeedback__item{
    gap: 15px;
  }
}

.p-userfeedback__img{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 80px;
}

.p-userfeedback__img img{
  max-width: 80px;
  height: auto;
}

@media (max-width: 767px) {
  .p-userfeedback__img img{
    max-width: 60px;
    height: auto;
  }
}

.p-userfeedback__comment{
  flex: 2;
  position: relative;
  padding: 1.5em;
  border-radius: 16px;
  background-color: #d2eefc;
}

@media (max-width: 767px) {
  .p-userfeedback__comment{
    padding: 1em;
  }
}

.p-userfeedback__comment p{
  margin-bottom: 0;
}

.p-userfeedback__comment:after {
  content: "";
  position: absolute;
  top: 2.5em;
  left: 100%;
  margin-top: -15px;
  border: 12px solid transparent;
  border-left: 12px solid #d2eefc;
}

.p-userfeedback__img + .p-userfeedback__comment:after {
  left: -12px;
  border-right: 12px solid #d2eefc;
  border-left: none;
}

.p-userfeedback__profile {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
}

.p-userfeedback__matome{
  padding: 24px;
  background-color: #f2f2f2;
  background-color: var(--gray-bg);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-userfeedback__matome{
    padding: 14px;
  }
}

.p-tab {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-tab input[type="radio"] {
  display: none;
}

.p-tab__label {
  display: flex;
  border-bottom: 2px solid #e2ddcc;
  border-bottom: 2px solid var(--gold-medium);
}

.p-tab__label label {
  padding: 20px 40px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 4px;
}

.p-tab__label label:hover {
  background-color: #e2ddcc;
  background-color: var(--gold-medium);
}

.p-tab__wrapper {
  display: none;
  padding: 20px;
  border: 1px solid #e2ddcc;
  border: 1px solid var(--gold-medium);
  border-top: none;
}

#tabLabel1:checked ~ .p-tab__content #tabContent1,
#tabLabel2:checked ~ .p-tab__content #tabContent2 {
  display: block;
}

#tabLabel1:checked ~ .p-tab__label label[for="tabLabel1"],
#tabLabel2:checked ~ .p-tab__label label[for="tabLabel2"] {
  background-color: #e2ddcc;
  background-color: var(--gold-medium);
  border-bottom: 1px solid #e2ddcc;
  border-bottom: 1px solid var(--gold-medium);
}

.p-searchConditions{
  padding: 40px;
  background-color: #f2f2f2;
  background-color: var(--gray-bg);
  margin-bottom: 20px;
}

.p-searchConditions__title{
  font-weight: normal;
  margin-bottom: 20px;
}

.p-searchConditions__result{
  margin-bottom: 20px;
}

.p-searchConditions__result--num{
  margin: 0 8px;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  color: #7d7654;
  color: var(--gold);
}

.p-searchConditions__list{
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}

.p-searchConditions__item{
  font-size: 16px;
}

.p-searchConditionsCategory{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.p-searchConditionsCategory:not(:last-child){
  margin-bottom: 10px;
}

.p-searchConditionsCategory__title{
  font-size: 16px;
  line-height: 1.7;
}

.p-searchDetailTable th{
  width: 30%;
}

@media (max-width: 767px) {
  .p-searchTable__wrapper{
    overflow-x: scroll;
  }
  .p-searchTable__wrapper .dataTables_filter,
  .p-searchTable__wrapper table.dataTable,
  .p-searchTable__wrapper .dataTables_wrapper{
    width: 1000px;
  }
}

.p-searchTable__wrapper td a{
  display: inline;
  text-decoration: underline;
  color: #7d7654;
  color: var(--gold);
}

.p-searchTable__wrapper td .p-searchTable__summary{
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.p-searchTable__wrapper #papersTable td{
  font-size: 14px;
  padding: 8px;
}

.p-searchTable__wrapper #papersTable td:nth-child(2){
  word-break: keep-all;
}

.p-searchTable__wrapper #papersTable th:nth-child(1),
.p-searchTable__wrapper #papersTable th:nth-child(4),
.p-searchTable__wrapper #papersTable th:nth-child(5),
.p-searchTable__wrapper #papersTable td:nth-child(1),
.p-searchTable__wrapper #papersTable td:nth-child(4),
.p-searchTable__wrapper #papersTable td:nth-child(5){
  text-align: right;
}

.p-searchTable__btn{
  width: 250px!important;
}

.p-searchTable__corporation{
  width: calc(100% - 250px) !important;
}

.p-peopleKv{
  position: relative;
}

.p-peopleKv__txt{
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-peopleKv__title{
  text-align: center;
  color: #2F2B2B;
  font-size: var(--font-ttl-xs);
  font-weight: 500;
}

.p-peopleKv__summary{
  font-size: 16px;
  text-align: center;
}

.p-peopleOther{
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

.p-peopleOther__list{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.p-peopleOther__transition{
  color: #7d7654;
  color: var(--gold);
  text-decoration: underline;
}

.p-peopleOther__transition:hover{
  text-decoration: none;
}

.p-people__list{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.p-people__transition,
.p-peopleHeader{
  position: relative;
  display: flex;
  background-color: #7d7654;
  background-color: var(--gold);
  transition: .3s;
}

@media (max-width: 1079px) {
  .p-people__transition,
  .p-peopleHeader{
    flex-direction: column;
  }
}

.p-peopleHeader {
  margin-bottom: 40px;
}

.p-people__transition:hover{
  opacity: 0.7;
}

.p-people__transition .mod-button-list__arrow{
  border-color: #ffffff;
  margin: 0 0 0 auto;
}

.p-people__transition .mod-button-list__arrow:after {
  content: url(/assets/img/common/button-list-arrow-w.svg);
}

.p-people__thumb{
  display: block;
  width: 30%;
  height: auto;
  aspect-ratio: 10 / 9;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.p-people__txt{
  width: 70%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  color: var(--white);
}

@media (max-width: 1365px) {
  .p-people__thumb{
    width: 40%;
  }
  .p-people__txt{
    width: 60%;
  }
}

@media (max-width: 1079px) {
  .p-people__thumb,
  .p-people__txt{
    width: 100%;
  }
}

.p-people__catch{
  padding: 0.4rem 1rem;
  background-color: #ffffff;
  background-color: var(--white);
  color: #2F2B2B;
  font-size: var(--font-ttl-xs);
  font-weight: 500;
  margin-bottom: 20px;
}

.p-people__name{
  font-weight: 700;
}

.p-people__summary{
  font-size: 16px;
}

.p-peopleMatome{
  padding: 24px;
  background-color: #f2f2f2;
  background-color: var(--gray-bg);
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .p-peopleMatome{
    padding: 14px;
  }
}

.p-peopleMatome__item{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .p-peopleMatome__item{
    gap: 15px;
    flex-direction: column;
  }
}

.p-peopleMatome__img{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}

.p-peopleMatome__img img{
  max-width: 150px;
  height: auto;
}

@media (max-width: 767px) {
  .p-peopleMatome__img{
    width: 100%;
  }
}

.p-jobHeader{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 767px) {
  .p-jobHeader{
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

.p-jobHeader .c-button{
  margin: 0;
  word-break: keep-all;
}

.p-errHeader{
  padding: 2rem;
  background: #fff;
}

.p-errHeader .header-logo{
  max-width: 280px;
  height: auto;
}

.p-err .p-sub{
  margin: 0 0 2rem 0;
}

.p-err .p-sub--full{
  padding: 0 2rem;
}

.p-errFooter{
  font-size: 12px;
  padding: 2rem;
  background-color: #484848;
}

.p-errFooter .footer-copy{
  text-align: right;
  margin: 0;
}