@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-nav1 .l-content {
  max-width: 1090px;
}
.p-event .l-content > ul {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.p-event .l-content > ul > li {
  white-space: nowrap;
}
.p-event .l-content > ul > li:last-child {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-event .c-footer .l-content {
  max-width: 805px;
}
.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: 20px;
  }
}
.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 .is-c-green {
  background: #F0F9F0;
}
.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 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 .c-btn02 {
  margin: 0;
  margin-top: 10px;
}
.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-sec1 .card2.brd-tb {
  border-top: 1px solid #C0E3C0;
  border-bottom: 1px solid #C0E3C0;
}
.p-event .ver2 .card2 {
  border-top: 1px solid #C0E3C0;
}
.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 {
  position: relative;
  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 .c-title03.v2 h2 {
  position: relative;
  padding: 3px 30px;
  font-size: 22px;
  border-radius: 5px;
  background: linear-gradient(90deg, #009805 0%, #4EB3C9 154px);
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .c-title03.v2 h2 {
    font-size: 18px;
    padding: 3px 20px;
    background: linear-gradient(90deg, #009805 0%, #4EB3C9 114px);
  }
}
.p-event-sec2 .c-title03.v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: #4EB3C9;
  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 h3.is-c-green {
  background: none;
}
.p-event-sec2 h3.is-c-green::before {
  background: #118115;
}
.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 th .is-c-green {
  background: #118115;
}
.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 .fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .table td .fs-16 {
    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 .is-c-green {
  background: #F0F9F0;
}
.p-event-sec2 .is-c-green h4::before {
  background: #118115;
}
.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 .item1.ver2 {
  background: #F0F9F0;
}
.p-event-sec2 .card2 .item1.ver2 .content .txt {
  border-top: 1px solid #C0E3C0;
}
.p-event-sec2 .card2 .item1.v2 {
  display: flex;
  flex-direction: column;
  background: #F0F9F0;
  gap: 10px;
}
.p-event-sec2 .card2 .item1.v2 .wrap {
  display: flex;
  flex-direction: row;
}
.p-event-sec2 .card2 .item1.v2 .wrap.brd-top {
  border-top: 1px solid #C0E3C0;
  padding-top: 10px;
}
.p-event-sec2 .card2 .item1.v2 .wrap .content .txt {
  border-top: 1px solid #C0E3C0;
}
.p-event-sec2 .card2 .item1.v2.hide {
  position: relative;
  pointer-events: none;
  display: grid;
}
.p-event-sec2 .card2 .item1.v2.hide .content {
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (max-width: 680px) {
  .p-event-sec2 .card2 .item1.v2.hide .content {
    width: 100%;
  }
}
.p-event-sec2 .card2 .item1.v2.hide .ttl {
  display: flex;
  align-items: center;
  border-radius: 25px;
  color: #118115;
  font-weight: 600;
  font-size: 20px;
  padding: 4px 20px;
}
.p-event-sec2 .card2 .item1.v2.hide .ttl::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #118115;
  margin-right: 1rem;
}
.p-event-sec2 .card2 .item1.v2.hide .ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #118115;
  margin-left: 1rem;
}
.p-event-sec2 .card2 .item1.v2.hide .subtxt {
  color: #2E3E68;
  font-weight: 500;
  text-align: center;
  padding: 8px 0 10px;
}
.p-event-sec2 .card2 .item1.v2.hide .hide-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  background: rgba(240, 249, 240, 0.7);
  border-radius: 4px;
}
.p-event-sec2 .card2 .item1.v2.hide .hide-content .ttl {
  background: #fff;
  border-radius: 25px;
  color: #118115;
  font-weight: 600;
  font-size: 20px;
  padding: 4px 20px;
}
.p-event-sec2 .card2 .item1.v2.hide .wrap.brd-top {
  border-top: 1px solid #d0d0d0;
}
.p-event-sec2 .card2 .item1.v2.hide .wrap .content .txt {
  border-top: 1px solid #d0d0d0;
}
.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 .card2.brd-tb {
  border-top: 1px solid #C0E3C0;
  border-bottom: 1px solid #C0E3C0;
}
.p-event-sec2 .card2.pd-btm {
  padding-bottom: 50px;
}
.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 .card3 .txt .fs-16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card3 .txt .fs-16 {
    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 .card6 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CFF0F7;
}
.p-event-sec2 .card6 h2 {
  font-size: 22px;
  color: #FC5B38;
}
.p-event-sec2 .card6 p {
  font-size: 16px;
  color: #2D3B68;
  font-weight: 600;
}
.p-event-sec2 .card6 .box {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box {
    margin-top: 30px;
  }
}
.p-event-sec2 .card6 .box .title {
  font-size: 20px;
  padding-left: 0;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #2D3B68;
}
.p-event-sec2 .card6 .box .title::before {
  display: none;
}
.p-event-sec2 .card6 .box .title span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #2D3B68;
  display: inline-block;
  border-radius: 30px;
  padding: 2px 8px;
  border: 1px solid #2D3B68;
  margin-right: 5px;
  margin-bottom: 7px;
}
.p-event-sec2 .card6 .box .title2 {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #2D3B68;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .title2 {
    flex-wrap: wrap;
  }
}
.p-event-sec2 .card6 .box .title2 span {
  font-size: 12px;
  font-weight: 600;
  font-family: var(--fonts2);
  color: #0B2B95;
  display: inline-block;
  background: #E1E5F6;
  border-radius: 4px;
  padding: 2px 15px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .title2 span {
    margin-bottom: 5px;
  }
}
.p-event-sec2 .card6 .box p {
  font-size: 13px;
  font-family: var(--fonts3);
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box p {
    font-size: 12px;
    margin-top: 15px;
  }
}
.p-event-sec2 .card6 .box .btn {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .btn {
    width: 100%;
    margin-top: 15px;
  }
}
.p-event-sec2 .card6 .box .btn a {
  width: 100%;
  height: auto;
  max-width: 270px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  background: #0B2B95;
}
.p-event-sec2 .card6 .box .btn a.hide {
  background: #D9D9D9;
  pointer-events: none;
}
.p-event-sec2 .card6 .box .btn .note {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-family: var(--fonts3);
  color: #EB5F00;
  padding-top: 5px;
}
.p-event-sec2 .card6 .box .card {
  padding-bottom: 15px;
}
.p-event-sec2 .card6 .box .card p {
  font-size: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .card p {
    font-size: 13px;
    margin-top: 20px;
  }
}
.p-event-sec2 .card6 .box .card .c-box {
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.p-event-sec2 .card6 .box .card .c-video {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-top: 56.25%;
  border: 1px solid #DDDDDD;
}
.p-event-sec2 .card6 .box .card .c-video .thumbnail {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-event-sec2 .card6 .box .card .c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-event-sec2 .card6 .box .card .txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  font-family: var(--fonts2);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .card .txt {
    font-size: 12px;
  }
}
.p-event-sec2 .card6 .box .card .btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2 .card6 .box .card .btn {
    text-align: center;
  }
}
.p-event-sec2.ver2 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 {
    padding-top: 30px;
  }
}
.p-event-sec2.ver2 .table th span {
  background: #fff;
  color: #55A3C9;
  border: 1px solid #55A3C9;
  box-sizing: border-box;
}
.p-event-sec2.ver2 .table th .is-c-green {
  border: none;
  background: #118115;
  color: #FFFFFF;
}
.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 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 h2.is-color-navy {
  color: #2D3B68;
}
.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-btn02 {
  margin-top: 15px;
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver2 .card5 .c-btn02 {
    max-width: 220px;
  }
}
.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;
}
.p-event-sec2.ver3 {
  padding-top: 0;
}
.p-event-sec2.ver3 .c-title03 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #CFF0F7;
}
.p-event-sec2.ver3 .card4 {
  border-bottom: 0px;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver3 .card4 {
    padding-bottom: 85px;
  }
}
.p-event-sec2.ver4 .table th span {
  background: #fff;
  color: #118115;
  border: 1px solid #118115;
  box-sizing: border-box;
}
.p-event-sec2.ver4 .card5 {
  width: 100%;
  height: auto;
  background: #F0F9F0;
  padding: 40px;
  border-radius: 10px;
  margin: 125px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver4 .card5 {
    margin: 60px 0;
    padding: 20px;
  }
}
.p-event-sec2.ver4 .card5 h2 {
  text-align: center;
  font-size: 28px;
  font-family: var(--fonts2);
  font-weight: 600;
  color: #118115;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver4 .card5 h2 {
    font-size: 24px;
  }
}
.p-event-sec2.ver4 .card5 h2.is-color-navy {
  color: #2D3B68;
}
.p-event-sec2.ver4 .card5 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver4 .card5 p {
    font-size: 13px;
  }
}
.p-event-sec2.ver4 .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.ver4 .card5 span {
    font-size: 12px;
  }
}
.p-event-sec2.ver4 .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.ver4 .card5 span::before {
    font-size: 12px;
  }
}
.p-event-sec2.ver4 .card5 .txt-center {
  text-align: center;
}
.p-event-sec2.ver4 .card5 .txt-center::before {
  display: none;
}
.p-event-sec2.ver4 .card5 .c-btn02 {
  margin-top: 15px;
  max-width: 264px;
}
@media screen and (max-width: 768px) {
  .p-event-sec2.ver4 .card5 .c-btn02 {
    max-width: 220px;
  }
}
.p-event-sec2.ver4 .card5 .c-btn03 {
  background: #FC5B38;
  margin-top: 15px;
}
.p-event-sec2.ver4 .card5 .link01 {
  margin: 0 auto;
  font-size: 12px;
  display: inline-block;
  padding-top: 15px;
}/*# sourceMappingURL=event.css.map */