@charset "UTF-8";
/*
変数関係をまとめたファイル
 */
/*
ブレイクポイントに関して記述しているファイル
下のブレイクポイントの設定を変更するときは必ずPMに一声かける
 */
.post-program-page .section-main .post-content,
.post-people-page .section-main .post-content {
  position: relative;
  z-index: 0;
  padding-bottom: 51px;
}
.post-program-page .section-main .post-content > .container,
.post-people-page .section-main .post-content > .container {
  padding: 0 25px;
}
.post-program-page .section-main .post-content > .container > .image,
.post-people-page .section-main .post-content > .container > .image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 344px;
  margin-bottom: 19px;
}
.post-program-page .section-main .post-content > .container > .date,
.post-people-page .section-main .post-content > .container > .date {
  font-size: 12px;
  margin-bottom: 8px;
}
.post-program-page .section-main .post-content > .container > .list-category,
.post-people-page .section-main .post-content > .container > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.post-program-page .section-main .post-content > .container > .list-category > .category,
.post-people-page .section-main .post-content > .container > .list-category > .category {
  border-radius: 50px;
  width: 109px;
  background-color: #12a343;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin-right: 5px;
}
.post-program-page .section-main .post-content > .container > .title,
.post-people-page .section-main .post-content > .container > .title {
  border-bottom: 1px solid #000000;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 28px;
  padding-bottom: 21px;
}
.post-program-page .section-main .post-content > .container > p,
.post-people-page .section-main .post-content > .container > p {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 24px;
}
.post-program-page .section-main .post-content > .container > ol > li,
.post-people-page .section-main .post-content > .container > ol > li {
  text-indent: 1em;
}
.post-program-page .section-main .post-content > .container > figure > img,
.post-people-page .section-main .post-content > .container > figure > img {
  width: 334px;
  height: 334px;
  margin-bottom: 20px;
}
.post-program-page .section-main .post-content > .container > .box-button > .button,
.post-people-page .section-main .post-content > .container > .box-button > .button {
  margin-top: 22px;
}
.post-program-page .section-main .post-content > .container > .box-button > .button > .link,
.post-people-page .section-main .post-content > .container > .box-button > .button > .link {
  font-size: 13px;
  padding: 8px;
}
.post-program-page .section-main .post-content > .container > .box-button > .button::before,
.post-people-page .section-main .post-content > .container > .box-button > .button::before {
  content: "";
  position: absolute;
  background-color: #0f7100;
  top: 7px;
  left: 5px;
  width: 100%;
  height: 37px;
  z-index: -1;
}
.post-program-page .section-main .post-content > .container > .box-button > .button::after,
.post-people-page .section-main .post-content > .container > .box-button > .button::after {
  content: none;
}
.post-program-page .section-main .post-content > .container > .box-button > .button > .link,
.post-people-page .section-main .post-content > .container > .box-button > .button > .link {
  color: #0f7100;
  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;
}
.post-program-page .section-main .post-content > .container > .box-button > .button > .link > .icon,
.post-people-page .section-main .post-content > .container > .box-button > .button > .link > .icon {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 9px;
  margin-left: 22px;
}
.post-program-page .section-main .section-related,
.post-people-page .section-main .section-related {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: #e6e6e6;
  padding: 32px 25px 0;
  z-index: 0;
}
.post-program-page .section-main .section-related > .container > .title,
.post-people-page .section-main .section-related > .container > .title {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost {
  margin-bottom: 56px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link {
  color: #000000;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .image,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 334px;
  margin-bottom: 19px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .date,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .date {
  font-size: 12px;
  margin-bottom: 8px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .list-category,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .list-category > .category,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .list-category > .category {
  border-radius: 50px;
  width: 109px;
  background-color: #12a343;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin-right: 5px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .title,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}
.post-program-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .text,
.post-people-page .section-main .section-related > .container > .list-relatedpost > .relatedpost > .link > .text {
  font-size: 13px;
}
.post-program-page .section-main .section-category > .container,
.post-people-page .section-main .section-category > .container {
  padding: 38px 27px 12px;
}
@media screen and (max-width: 480px) {
  .post-program-page .section-main .section-category > .container,
.post-people-page .section-main .section-category > .container {
    padding: 38px 18px 12px;
  }
}
.post-program-page .section-main .section-category > .container > .list-category,
.post-people-page .section-main .section-category > .container > .list-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .post-program-page .section-main .section-category > .container > .list-category,
.post-people-page .section-main .section-category > .container > .list-category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post-program-page .section-main .section-category > .container > .list-category > .category,
.post-people-page .section-main .section-category > .container > .list-category > .category {
  border-radius: 50px;
  width: 109px;
  background-color: #ffffff;
  border: 1px solid #12a343;
  text-align: center;
  margin: 0 2px 4px;
}
.post-program-page .section-main .section-category > .container > .list-category > .category > .link,
.post-people-page .section-main .section-category > .container > .list-category > .category > .link {
  color: #12a343;
  font-size: 10px;
  font-weight: 500;
}

.post-program-page .post-content .container {
  position: relative;
}
.post-program-page .post-content .container > .list-tag > .tag {
  background-color: #12a343;
  position: absolute;
  top: 0;
  left: 25px;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}
.post-program-page .section-related .relatedpost {
  position: relative;
}
.post-program-page .section-related .relatedpost .link > .list-tag > .tag {
  background-color: #12a343;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}
.post-program-page .section-related .relatedpost .link .button {
  border: 2px solid #0f7100;
  background-color: #ffffff;
  width: 100%;
  color: #0f7100;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 13px;
}
@media screen and (max-width: 1200px) {
  .post-program-page .section-related .relatedpost .link .button {
    font-size: 11px;
  }
}
.post-program-page .section-related .relatedpost .link .button::before {
  top: 3px;
  left: 5px;
  height: 53px;
}

.post-people-page > .section-main > .container > .post-content > .container > .job {
  background-color: #12a343;
  position: absolute;
  top: 259px;
  left: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 2px 8px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > .job {
    top: 270px;
    font-size: 12px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container > .name {
  position: relative;
  top: -47px;
  left: 0;
  margin-bottom: 0;
}
.post-people-page > .section-main > .container > .post-content > .container > .name > span {
  background-color: #12a343;
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3em;
  padding: 4px 9px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > .name > span {
    font-size: 30px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container > h2 {
  border-bottom: 2px solid #000000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 23px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > h2 {
    font-size: 20px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container > h3 {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > h3 {
    font-size: 15px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container > p {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > p {
    font-size: 12px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container > .wp-block-group > .wp-block-group__inner-container > h5 {
  position: relative;
  border-top: 2px solid #000000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
  padding-top: 63px;
}
.post-people-page > .section-main > .container > .post-content > .container > .wp-block-group > .wp-block-group__inner-container > h5:before {
  content: "PROFILE";
  position: absolute;
  top: 20px;
  background-color: #12a343;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 6px 8px;
}
.post-people-page > .section-main > .container > .post-content > .container > .wp-block-group > .wp-block-group__inner-container > h4 {
  font-size: 27px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.post-people-page > .section-main > .container > .post-content > .container > .wp-block-group > .wp-block-group__inner-container > p {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .post-content > .container > .wp-block-group > .wp-block-group__inner-container > p {
    font-size: 12px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons .wp-block-button {
  margin: 0 6px;
}
.post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons .wp-block-button .wp-block-button__link {
  position: relative;
  border: 2px solid #0f7100;
  border-radius: 0;
  background-color: #ffffff;
  width: 151px;
  color: #0f7100;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 9px;
}
@media screen and (max-width: 480px) {
  .post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons .wp-block-button .wp-block-button__link {
    width: 146px;
  }
}
.post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  background-color: #0f7100;
  width: 100%;
  height: 36px;
  z-index: -1;
}
.post-people-page > .section-main > .container > .post-content > .container .wp-block-buttons .wp-block-button .wp-block-button__link:after {
  content: url(http://localhost/K_kusamura/wp-content/uploads/2023/03/icon_window_small.png);
  position: absolute;
  top: 11px;
  right: 9px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost {
  max-width: 196px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost {
    max-width: 156px;
  }
}
@media screen and (max-width: 480px) {
  .post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost {
    max-width: 147px;
  }
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost:nth-child(odd) {
  margin-right: 20px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .link {
  color: #000000;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .link > .image {
  width: 100%;
  height: 157px;
  margin-bottom: 10px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .link > .image > img {
  width: 100%;
  height: 157px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .link > .job {
  font-size: 12px;
  font-weight: 500;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .link > .name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .box-category {
  margin-bottom: 7px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .box-category > .category > .category_link {
  display: inline-block;
  border-radius: 50px;
  width: 100%;
  background-color: #12a343;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin-bottom: 5px;
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .button > .link {
  padding: 6px 0;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .button > .link {
    font-size: 11px;
  }
}
.post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .button::before {
  top: 7px;
  left: 3px;
  height: 35px;
}
@media screen and (max-width: 1200px) {
  .post-people-page > .section-main > .container > .section-related > .container > .list-relatedpost > .relatedpost > .button::before {
    height: 31px;
  }
}