/* 2023.08 秋祭り */

.bgPyel {
  background-color: #fffad9;
}

.bgDgrn {
  background-color: #00523A;
}

.ps_bg_event_fig_00-01 {
  position: relative;
}

.ps_bg_event_fig_00-01::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 13.3rem;
  top: -8rem;
  right: -8rem;
  background: url("../images/event_fig_00-01.png") center center no-repeat;
  background-size: contain;
  z-index: -1;
}

/* 2024.07 夏祭り */

.ps_bg_event_fig_00-02 {
  position: relative;
}

.ps_bg_event_fig_00-02::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 13.3rem;
  top: -15rem;
  right: 80rem;
  background: url("../images/event_fig_00-02.png") center center no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 959px) {

.ps_bg_event_fig_00-01::after {
  top: -9rem;
  right: -3rem;
  width: 14.5rem;
  height: 9.6425rem;
}
	
.ps_bg_event_fig_00-02::after {
  top: -11rem;
  right: 75rem;
  width: 14.5rem;
  height: 9.6425rem;
}

}

@media screen and (max-width: 559px) {

.ps_bg_event_fig_00-01::after {
  width: 11.5rem;
  height: 12.5rem;
  top: -10rem;
  right: -5rem;
}
	
.ps_bg_event_fig_00-02::after {
  width: 11.5rem;
  height: 12.5rem;
  top: -12rem;
  right: 40rem;
}

}

.ps_background-event {
  background: url("../images/background-event_01.jpg") center top;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  position: relative;
  z-index: 1;
}

.ps_background-event2 {
  background: url("../images/background-event_02.jpg") center top;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  position: relative;
  z-index: 1;
}

.ps_background-memo {
  background: url("../images/event_bg_memo.png") right top repeat-y;
  position: relative;
  z-index: 1;
  background-size: 100%;
  position: relative
}

.ps_background-memo::after {
  content: "";
  position: absolute;
  top: -3rem;
  right: 10rem;
  height: 5.2rem;
  width: 5.2rem;
  background: url("../images/event_thumbtack.png") center top no-repeat;
}

@media screen and (max-width: 559px) {

.ps_background-memo {
  background-size: 200%;
}

}

.ps_event_thumbtack {
  position: relative
}

.ps_event_thumbtack::after {
  content: "";
  position: absolute;
  top: -3rem;
  left: 50%;
  height: 5.2rem;
  width: 5.2rem;
  background: url("../images/event_thumbtack.png") center top no-repeat;
}

.ps_linkText01 {
  color: #000000;
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}

.ps_linkText01::before {
  content: "";
  position: absolute;
  top: 0.37em;
  left: 0;
  width: calc(tan(60deg) * 0.8em / 2);
  height: 0.8em;
  background: #EA5516;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.ps_linkBtn01 {
  color: #00523A;
  background-color: #ffffff;
  text-align: center;
  padding: 2.9rem 9.0rem 2.9rem;
  margin-top: 0.4rem;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: 500;
  position: relative;
  display: table;
}

.ps_linkBtn01:hover {
  opacity: 1.0;
}

@media (max-width: 559px) {

	.ps_linkBtn01 {
		text-align: center;
		position: relative;
		display: block;
		padding: 1rem 4rem;
    font-size: 1.7rem;
    line-height: 2.7rem;
		width: 100%;
	}

}

.ps_linkBtn01 .ps_linkBtn01InnerContainer {
  position: relative;
  z-index: 2;
	transition-duration: 0.2s;
}

.ps_linkBtn01:after {
  content: "";
  position: absolute;
  right: 3.5rem;
  top: calc(50% - 1.8rem);
  width: 2.6rem;
  height: 3.6rem;
  background-color: #00523A;
  -webkit-mask-image: url("../images/linkBtn01Arrow.png");
  mask-image: url("../images/linkBtn01Arrow.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  transition-duration: 0.2s;
  z-index: 2;
  transform: rotate(-90deg);
}

.ps_linkBtn01.ps_linkBtnDown01:after {
  transform: rotate(0);
}

@media (max-width: 559px) {

  .ps_linkBtn01:after {
    right: 1.5rem;
    top: calc(50% - 1.35rem);
    width: 1.95rem;
    height: 2.7rem;
  }

}

@media (min-width: 560px) {

  .ps_linkBtn01:hover .ps_linkBtn01InnerContainer, .ps_linkBtn01:hover .ps_linkBtn01InnerContainer * {
    color: #ffffff;
    transition-duration: 0.2s;
  }

  .ps_linkBtn01:hover:after {
    background-color: #ffffff;
    transition-duration: 0.2s;
  }

  .ps_linkBtn01:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00523A;
    transition-duration: 0.2s;
    opacity: 0;
    z-index: 1;
  }

  .ps_linkBtn01.ps_linkBtnDown01:before {
    width: 100%;
    height: 0;
  }

  .ps_linkBtn01:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition-duration: 0.2s;
    opacity: 1;
  }

}

.ps_seminar_container {
  display: flex;
  align-items: center;
  align-items: stretch;
}

.ps_seminar_container_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ps_seminar_container_contents {
  flex-grow: 1;
}

@media (max-width: 559px) {

.ps_seminar_container {
  flex-direction: column;
}

}



