@charset "UTF-8";
.p-event .link01 {
  color: #5979F1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  margin-right: 16px;
}
.p-event .link01::after {
  content: "";
  background: url(../images/ic-link.png) no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 3px;
  right: -14px;
}
.p-event .l-content {
  max-width: 914px;
}
.p-event .c-header .l-content, .p-event .c-footer .l-content, .p-event .c-nav1 .l-content {
  max-width: 1090px;
}
.p-event-mv {
  padding-top: 40px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-event-mv {
    padding-top: 20px;
  }
}
.p-event-sec1 {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 {
    padding-top: 0px;
  }
}
.p-event-sec1 .card1 {
  width: 100%;
  height: auto;
  background: #F2FCFF;
  border-radius: 10px;
  padding: 30px 60px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card1 {
    padding: 20px;
  }
}
.p-event-sec1 .card1 h2 {
  font-size: 28px;
  color: #2D3B68;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card1 h2 {
    font-size: 20px;
  }
}
.p-event-sec1 .card1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card1 p {
    font-size: 14px;
    padding-top: 5px;
  }
}
.p-event-sec1 .card2 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 2px solid #9EA8D9;
  padding: 30px 60px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card2 {
    padding: 20px;
  }
}
.p-event-sec1 .card2 .linkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card2 .linkbox {
    display: block;
  }
}
.p-event-sec1 .card2 .linkbox span {
  margin-top: 10px;
}
.p-event-sec1 .card2 h2 {
  font-size: 24px;
  color: #2D3B68;
  font-weight: 700;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card2 h2 {
    font-size: 20px;
  }
}
.p-event-sec1 .card2 h2::before {
  content: "";
  background: url(../images/event/tabler_point.png) no-repeat center;
  background-size: 100% auto;
  width: 24px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card2 h2::before {
    height: 26px;
    width: 20px;
  }
}
.p-event-sec1 .card2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec1 .card2 p {
    font-size: 14px;
  }
}
.p-event-sec1 .card2 p .txt {
  padding-left: 1em;
  display: block;
}
.p-event-sec1 .card2 p .txt::before {
  content: "●";
  color: #9ea8d9;
  font-size: 9px;
  margin-left: -1em;
}
.p-event-sec1 .card2 p .note {
  padding-left: 1em;
  display: block;
}
.p-event-sec1 .card2 p .note::before {
  margin-left: -1em;
  content: "※";
}
.p-event-sec1 .card2 .c-btn02 {
  margin: 0;
  margin-top: 10px;
  max-width: 380px;
}
.p-event-sec1 .card2 .c-btn02::before {
  content: "";
  position: absolute;
  right: 15px;
  transition: ease-in-out 0.3s;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
.p-event-sec1 .card2 .c-btn02::after {
  display: none;
}
.p-event-sec2 {
  width: 100%;
  height: auto;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 {
    padding-top: 40px;
  }
}
.p-event-sec2 .c-title03 h2 {
  padding: 3px 30px;
  font-size: 22px;
  border-radius: 5px;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 874px), #0B2B95;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .c-title03 h2 {
    font-size: 18px;
    padding: 3px 20px;
  }
}
.p-event-sec2 .c-title03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #4EB3C9 0%, #7151CA 874px), #0B2B95;
  border-radius: 4px;
  z-index: -1;
  transform: translateZ(0);
}
.p-event-sec2 h3 {
  font-size: 26px;
  font-weight: 600;
  color: #2D3B68;
  padding-left: 15px;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 h3 {
    margin-top: 25px;
    padding-left: 10px;
    font-size: 20px;
  }
}
.p-event-sec2 h3::before {
  content: "";
  width: 4px;
  height: 27px;
  border-radius: 3px;
  background: #55A3C9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-event-sec2 h3::before {
    width: 3px;
    height: 20px;
  }
}
.p-event-sec2 .table {
  width: 100%;
  height: auto;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table {
    margin-top: 15px;
  }
}
.p-event-sec2 .table th, .p-event-sec2 .table td {
  padding: 4px 0;
}
.p-event-sec2 .table th {
  width: 76px;
  height: auto;
  vertical-align: top;
}
.p-event-sec2 .table th span {
  width: 76px;
  height: auto;
  border-radius: 4px;
  background: #55A3C9;
  font-size: 14px;
  padding: 8px 5px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table th span {
    font-size: 12px;
    padding: 5px 5px;
  }
}
.p-event-sec2 .table td {
  padding-left: 15px;
  vertical-align: top;
}
.p-event-sec2 .table td p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td p {
    font-size: 15px;
  }
}
.p-event-sec2 .table td p b {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td p b {
    font-size: 15px;
  }
}
.p-event-sec2 .table td span {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td span {
    font-size: 13px;
  }
}
.p-event-sec2 .table td span::before {
  content: "※";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td span::before {
    font-size: 13px;
  }
}
.p-event-sec2 .table td span .link01 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td span .link01 {
    font-size: 13px;
  }
}
.p-event-sec2 .table td .link01 {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td .link01 {
    font-size: 15px;
  }
}
.p-event-sec2 .card1 {
  width: 100%;
  height: auto;
  background: #F2FCFF;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 {
    padding: 20px;
    border-radius: 10px;
  }
}
.p-event-sec2 .card1 h4 {
  font-size: 24px;
  font-weight: 600;
  color: #2D3B68;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 h4 {
    font-size: 20px;
    padding-left: 10px;
  }
}
.p-event-sec2 .card1 h4::before {
  content: "";
  width: 4px;
  height: 27px;
  border-radius: 3px;
  background: #55A3C9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 h4::before {
    width: 3px;
    height: 20px;
  }
}
.p-event-sec2 .card1 .btn {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 .btn {
    margin-top: 10px;
  }
}
.p-event-sec2 .card1 .btn .c-btn03 {
  margin: 0;
  background: #FC5B38;
}
.p-event-sec2 .card1 .btn .c-btn03.hide {
  background: #D4D4D4;
  pointer-events: none;
}
.p-event-sec2 .card1 .btn span {
  font-size: 16px;
  font-weight: 400;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 .btn span {
    padding-left: 0;
    width: 100%;
    font-size: 13px;
    padding-top: 5px;
  }
}
.p-event-sec2 .card1 p {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #FC5B38;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 p {
    padding-top: 10px;
    font-size: 15px;
  }
}
.p-event-sec2 .card1 p span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #FC5B38;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 p span {
    font-size: 12px;
    padding: 3px 8px;
    margin-right: 7px;
  }
}
.p-event-sec2 .card1 .note {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 .note {
    font-size: 13px;
  }
}
.p-event-sec2 .card1 .note::before {
  content: "※";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card1 .note::before {
    font-size: 13px;
  }
}
.p-event-sec2 .card2 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CFF0F7;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.p-event-sec2 .card2.ver2 {
  padding-bottom: 40px;
  border-bottom: 1px solid #CFF0F7;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2.ver2 {
    padding-bottom: 30px;
  }
}
.p-event-sec2 .card2 h4 {
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 22px;
  color: #2D3B68;
}
.p-event-sec2 .card2 h4 span {
  font-size: 16px;
  font-weight: 700;
  color: #2D3B68;
  width: 100%;
  display: block;
  padding-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 h4 span {
    font-size: 13px;
  }
}
.p-event-sec2 .card2 h4 span small {
  color: #D3D3D3;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 h4 span small {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 h4 {
    font-size: 18px;
  }
}
.p-event-sec2 .card2 p {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 p {
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.p-event-sec2 .card2 .item1 {
  width: 100%;
  height: auto;
  background: #F2FCFF;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  margin-top: 10px;
}
.p-event-sec2 .card2 .item1 .img {
  width: 74px;
  height: auto;
}
.p-event-sec2 .card2 .item1 .content {
  width: calc(100% - 74px);
  padding-left: 20px;
}
.p-event-sec2 .card2 .item1 .content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #2E3E68;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 .item1 .content h5 {
    font-size: 15px;
  }
}
.p-event-sec2 .card2 .item1 .content .sub {
  padding: 0;
  padding-top: 7px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 .item1 .content .sub {
    font-size: 13px;
  }
}
.p-event-sec2 .card2 .item1 .content .txt {
  padding: 0;
  border-top: 1px solid #CFF0F7;
  margin-top: 10px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 .item1 .content .txt {
    font-size: 12px;
  }
}
.p-event-sec2 .card2 .note {
  width: 100%;
  height: auto;
  padding-top: 8px;
}
.p-event-sec2 .card2 .note p {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 .note p {
    font-size: 13px;
  }
}
.p-event-sec2 .card2 .note p::before {
  content: "※";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card2 .note p::before {
    font-size: 13px;
  }
}
.p-event-sec2 .card3 {
  width: 100%;
  height: auto;
  background: #FFF7F5;
  border-radius: 20px;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 {
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
}
.p-event-sec2 .card3 h4 {
  font-size: 24px;
  font-weight: 600;
  color: #FC5B38;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 h4 {
    font-size: 20px;
    padding-left: 10px;
  }
}
.p-event-sec2 .card3 h4::before {
  content: "";
  width: 4px;
  height: 27px;
  border-radius: 3px;
  background: #FC5B38;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 h4::before {
    width: 3px;
    height: 20px;
    top: 5px;
    transform: translateY(0%);
  }
}
.p-event-sec2 .card3 .noti {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #FC5B38;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 .noti {
    font-size: 15px;
  }
}
.p-event-sec2 .card3 .noti span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #FC5B38;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 .noti span {
    font-size: 12px;
    padding: 3px 7px;
  }
}
.p-event-sec2 .card3 .txt {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 .txt {
    font-size: 13px;
  }
}
.p-event-sec2 .card3 .txt::before {
  content: "※";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 .txt::before {
    font-size: 13px;
  }
}
.p-event-sec2 .card4 {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #CFF0F7;
  border-bottom: 1px solid #CFF0F7;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card4 {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.p-event-sec2 .card4 h4 {
  width: 100%;
  height: auto;
  color: #2D3B68;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card4 h4 {
    font-size: 18px;
  }
}
.p-event-sec2 .card4 p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card4 p {
    font-size: 13px;
  }
}
.p-event-sec2 .card4 span {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card4 span {
    font-size: 13px;
  }
}
.p-event-sec2 .card4 span::before {
  content: "※";
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card4 span::before {
    font-size: 13px;
  }
}
.p-event-sec2.ver2 {
  padding-top: 125px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 {
    padding-top: 60px;
  }
}
.p-event-sec2.ver2 .table th span {
  background: #fff;
  color: #55A3C9;
  border: 1px solid #55A3C9;
  box-sizing: border-box;
}
.p-event-sec2.ver2 .table td p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .table td p {
    font-size: 13px;
  }
}
.p-event-sec2.ver2 .table td p b {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .table td p b {
    font-size: 13px;
  }
}
.p-event-sec2.ver2 .table td .link01 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .table td .link01 {
    font-size: 13px;
  }
}
.p-event-sec2.ver2 .card5 {
  width: 100%;
  height: auto;
  background: #F2FCFF;
  padding: 40px;
  border-radius: 10px;
  margin: 125px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 {
    margin: 60px 0;
    padding: 20px;
  }
}
.p-event-sec2.ver2 .card5 .card5-linkbox span {
  font-size: 12px;
  margin: auto;
  padding-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-event-sec2.ver2 .card5 h2 {
  text-align: center;
  font-size: 28px;
  font-family: var(--fonts2);
  font-weight: 600;
  color: #55A3C9;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 h2 {
    font-size: 24px;
  }
}
.p-event-sec2.ver2 .card5 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 p {
    font-size: 13px;
  }
}
.p-event-sec2.ver2 .card5 span {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 18px;
  padding-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 span {
    font-size: 12px;
  }
}
.p-event-sec2.ver2 .card5 span::before {
  content: "※";
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 span::before {
    font-size: 12px;
  }
}
.p-event-sec2.ver2 .card5 .c-btn03 {
  background: #FC5B38;
  margin-top: 15px;
}
.p-event-sec2.ver2 .card5 .link01 {
  margin: 0 auto;
  font-size: 12px;
  display: inline-block;
  padding-top: 15px;
}/*# sourceMappingURL=event.css.map */