/* CSS Document */
/* main
------------------------------------------------------------*/
/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  transition: all 0.2s;
  color: #E75526;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
body {
  font-family: 'Noto Sans', 'noto-sans-cjk-jp', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
/* ヘッダー帯 */
header {
  color: #000;
  background: #ffffff;
}
.inside {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* フッター背景 */
footer {
  color: #fff;
  background: #0389d6;
}
/* ボタン色 ピンク寄り */
.mainimg-btn a {
  color: #fff;
  border: none;
  background: rgb(251, 86, 134);
  background: linear-gradient(-30deg, rgba(243, 156, 102, 1) 0%, rgba(251, 86, 134, 1) 100%);
}
.primary-btn {
  color: #fff;
  background: rgb(251, 86, 134);
  background: linear-gradient(-30deg, rgba(243, 156, 102, 1) 0%, rgba(251, 86, 134, 1) 100%);
}
.mainimg-btn .mainimg-btn-orange {
  color: #fff;
  border: none;
  background: rgb(251, 86, 134);
  background: linear-gradient(-30deg, rgba(243, 156, 102, 1) 0%, rgba(251, 86, 134, 1) 100%);
}
/* ボタン色 ピンク寄り */
.secondary-btn {
  color: #fff;
  background: rgb(251, 86, 134);
  background: linear-gradient(-30deg, rgba(243, 156, 102, 1) 0%, rgba(251, 86, 134, 1) 100%);
}
.secondary-btn:hover {
  background: rgba(251, 86, 134, 0.7);
}
/* ボタン色 青 */
.tertiary-btn {
  color: #fff;
  background: rgb(0, 156, 234);
  background: linear-gradient(-30deg, rgba(0, 156, 234, 1) 0%, rgba(65, 58, 146, 1) 100%);
}
.mainimg-btn .mainimg-btn-blue {
  color: #fff;
  border: none;
  background: rgb(0, 156, 234);
  background: linear-gradient(-30deg, rgba(0, 156, 234, 1) 0%, rgba(65, 58, 146, 1) 100%);
}
/* ボタン色（基本） オレンジ寄り */
.btn {
  color: #fff;
  background: rgb(251, 86, 134);
  background: linear-gradient(-30deg, rgba(243, 156, 102, 1) 0%, rgba(251, 86, 134, 1) 100%);
}
.item-bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/image/pwcforum/common/bg-pc.jpg) no-repeat top/cover;
}
.top {
  height: 560px;
}
.mainimg-txt {
  position: relative;
  margin: 0 auto;
  width: 407px;
}
.txt-01 {
  max-width: 900px;
  margin: 70px auto;
  font-size: 16px;
  line-height: 1.8;
}
.anc {
  display: flex;
  max-width: 540px;
  margin: 60px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  align-items: center;
  justify-content: center;
  gap: 0 50px;
}
.event {
  max-width: 1180px;
  margin: 70px auto 0;
}
.event-item {
  padding: 0 0 90px 0;
  margin: 0 0 90px 0;
  border-bottom: 10px solid #efefef;
}
.event-item:last-child {
  border-bottom: none;
  padding: 0;
}
.event-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.event-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0 0 0;
}
.event-tag-item {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  border-radius: 3px;
}
.tag-orange {
  color: #fff;
  background: #ff4f00;
}
.tag-green {
  color: #fff;
  background: #89c81a;
}
.tag-blue {
  color: #fff;
  background: #008deb;
}
.event-link {
  position: relative;
  margin: 20px 0 0 0;
}
.event-link-item {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  margin: 0;
}
.event-link-btn {
  display: flex;
  width: 50%;
  max-width: 358px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #fe2784;
  text-decoration: none;
  box-shadow: 0px 0px 15px -5px #777777;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.event-low {
  font-size: 16px;
  line-height: 1.5;
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto 60px;
  text-align: center;
}
footer {
  position: relative;
  color: #fff;
  background: #E75526;
  padding-left: 50px;
  padding-right: 50px;
  margin: 60px 0 0 0;
}
.foot-main {
  padding: 94px 0;
  width: 1180px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.copy {
  font-size: 12px;
  line-height: 1;
}
.pcHide {
  display: none;
}
.spHide {
  display: block;
}
.page_top {
  width: 80px;
  height: 70px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  opacity: 0.8;
}
.page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 70px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #E75526;
  border-radius: 4px;
}
.page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #E75526;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after {
  content: 'TOPへ戻る';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 36px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #E75526;
}
.sitesAnker {
  text-decoration: none;
}

.sitesAnker .event-ttl,
.sitesAnker .event-subttl {
  color: initial;
}
@media screen and (max-width: 1180px) {
  .txt-01 {
    width: calc(100% - 20px);
    padding: 0 30px 30px;
    margin: 0 auto;
  }
  .event {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
  .event-link-btn {
    font-size: 16px;
    height: 56px;
  }
}
@media screen and (max-width: 1080px) {
  .event-link-item {
    bottom: 30px;
  }
}
@media screen and (max-width: 930px) {
  .event-link-item {
    bottom: 16px;
  }
  .event-link-btn {
    font-size: 14px;
    height: 44px;
  }
}
@media screen and (max-width: 700px) {
  .inside {
    justify-content: center;
  }
  .head-logo a img {
    width: 150px;
  }
  .item-bg {
    background: url(/image/pwcforum/common/bg-sp.jpg) no-repeat top/cover;
  }
  .top {
    height: auto;
  }
  .mainimg-txt {
    width: 72%;
    margin: 52px auto;
  }
  .anc {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    gap: 0 2%;
  }
  .event-ttl {
    font-size: 24px;
  }
  .event-tag {
    margin: 10px 0 0 0;
  }
  .event-item {
    padding: 0 0 35px 0;
    margin: 0 0 35px 0;
  }
  .event-link-btn {
    width: 90%;
    height: 56px;
  }
  .foot-main {
    padding: 44px 0;
  }
  .pcHide {
    display: block;
  }
  .spHide {
    display: none;
  }
}
