.large-title {
  margin: 98px auto 90px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
}
.large-title.first {
    margin-top: 0 !important;
}
@media screen and (max-width: 1300px) {
  .large-title {
    margin: 88px auto 81px;
    font-size: 27px;
  }
}
@media screen and (max-width: 767px) {
  .large-title {
    margin: 49px auto 45px;
    font-size: 21px;
  }
}
.large-title.sub-page-title {
  margin: 45px auto;
  font-size: 33px;
}
@media screen and (max-width: 1300px) {
  .large-title.sub-page-title {
    margin: 41px auto;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .large-title.sub-page-title {
    margin: 23px auto;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .large-title.long {
    font-size: 20px;
  }
}
.message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 1300px) {
  .message {
    font-size: 18px;
	margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .message {
    font-size: 16px;
	margin-top: 20px;
  }
}
/* モーダル
-------------------------------------------------------------*/
.lity {
  background: rgba(95, 95, 95, 0.85);
}

.lity-inline .lity-container .lity-content::after {
  content: none;
}
.lity-inline .lity-container .lity-close {
  display: none;
}

.lity-iframe .lity-container {
  max-width: 1000px;
}

.modal.msg-modal {
  position: relative;
}
.modal.msg-modal .modal-content {
  width: 700px;
  max-width: 85vw;
  max-height: 80vh;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow-y: auto;
  position: relative;
}
@-moz-document url-prefix() {
  .modal.msg-modal .modal-content {
    scrollbar-width: 7px;
    scrollbar-color: #D9D9D9 #FFFFFF;
  }
  @media screen and (max-width: 1300px) {
    .modal.msg-modal .modal-content {
      scrollbar-width: 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal.msg-modal .modal-content {
      scrollbar-width: 6px;
    }
  }
}
.modal.msg-modal .modal-content::-webkit-scrollbar {
  background: #FFFFFF;
  width: 7px;
  border-radius: 999px;
}
@media screen and (max-width: 1300px) {
  .modal.msg-modal .modal-content::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .modal.msg-modal .modal-content::-webkit-scrollbar {
    width: 6px;
  }
}
.modal.msg-modal .modal-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 999px;
}
@media screen and (max-width: 1300px) {
  .modal.msg-modal .modal-content {
    width: 630px;
    border-radius: 9px;
  }
}
@media screen and (max-width: 767px) {
  .modal.msg-modal .modal-content {
    width: 315px;
    border-radius: 5px;
  }
}
.modal.msg-modal .modal-content .content-inner {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 40px 50px 60px;
  width: 100%;
  height: 100%;
  min-height: 550px;
}
@media screen and (max-width: 1300px) {
  .modal.msg-modal .modal-content .content-inner {
    padding: 36px 45px 54px;
    min-height: 495px;
  }
}
@media screen and (max-width: 767px) {
  .modal.msg-modal .modal-content .content-inner {
    padding: 20px 25px 30px;
    min-height: 275px;
  }
}
.modal.msg-modal .close-btn {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 45px;
  height: atuo;
  background-image: url(../media/images/common/icon_close.svg);
  position: absolute;
  top: 18px;
  right: 18px;
}
@media screen and (max-width: 1300px) {
  .modal.msg-modal .close-btn {
    width: 41px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .modal.msg-modal .close-btn {
    width: 31px;
    top: 9px;
    right: 9px;
  }
}
.modal.content-modal {
  position: relative;
}
.modal.content-modal .modal-content {
  width: 850px;
  max-width: 85vw;
  max-height: 80vh;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  position: relative;
}
@-moz-document url-prefix() {
  .modal.content-modal .modal-content {
    scrollbar-width: 7px;
    scrollbar-color: #D9D9D9 #FFFFFF;
  }
  @media screen and (max-width: 1300px) {
    .modal.content-modal .modal-content {
      scrollbar-width: 6px;
    }
  }
  @media screen and (max-width: 767px) {
    .modal.content-modal .modal-content {
      scrollbar-width: 6px;
    }
  }
}
.modal.content-modal .modal-content::-webkit-scrollbar {
  background: #FFFFFF;
  width: 7px;
  border-radius: 999px;
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .modal-content::-webkit-scrollbar {
    width: 6px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .modal-content::-webkit-scrollbar {
    width: 6px;
  }
}
.modal.content-modal .modal-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 999px;
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .modal-content {
    width: 765px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .modal-content {
    width: 680px;
  }
}
/*.modal.content-modal .modal-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(11deg, #EB231C 4%, #FF9F38 31%, #F71FAE 64%, #1EB4C9 96%);
  position: absolute;
  top: 0;
  left: 0;
}*/
.modal.content-modal .modal-content .content-inner {
  padding: 36px 40px 56px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .modal-content .content-inner {
    padding: 32px 36px 50px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .modal-content .content-inner {
    padding: 18px 20px 28px;
  }
}
.modal.content-modal .large-title {
  margin-bottom: 1.2em;
}
.modal.content-modal .large-title .en {
  display: block;
  margin-top: 0.6em;
  font-size: 0.7em;
}
.modal.content-modal .button.multi-lang .en {
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
}
.modal.content-modal .button.multi-lang.medium {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .button.multi-lang.medium {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .button.multi-lang.medium {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.modal.content-modal .button.multi-lang.small {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .button.multi-lang.small {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .button.multi-lang.small {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.modal.content-modal .close-btn {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 50px;
  height: atuo;
  background-image: url(../media/images/common/icon_close_blk.svg);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 1300px) {
  .modal.content-modal .close-btn {
    width: 45px;
  }
}
@media screen and (max-width: 767px) {
  .modal.content-modal .close-btn {
    width: 35px;
  }
}
.modal#entry-modal .modal-content .buttons {
  display: flex;
}
.buttons {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 0;
}
@media screen and (max-width: 1300px) {
  .buttons {
    gap: 14px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .buttons {
    gap: 12px;
    margin-top: 32px;
  }
}
.buttons .other-link {
  margin-top: 10px;
}
@media screen and (max-width: 1300px) {
  .buttons .other-link {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .buttons .other-link {
    margin-top: 5px;
  }
}
.buttons.calendar-buttons {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center;
}

.button {
  display: block;
  margin: 0;
  padding: 21px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #4F4F4F;
  background: #FFFFFF;
  color: #4F4F4F;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  text-decoration: none !important;
  border-radius: 999px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .button {
    padding: 19px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    padding: 17px;
    font-size: 15px;
  }
}
.button.en {
  font-size: 17px;
}
@media screen and (max-width: 1300px) {
  .button.en {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .button.en {
    font-size: 14px;
  }
}
.button.positive {
  border-color: #4F4F4F;
  background: #4F4F4F;
  color: #FFFFFF;
}
.button.x-positive {
  border-color: #FFD000;
  background: linear-gradient(90deg, #FFD000 0%, #FA0 100%);
  color: #323232;
}
.button.xx-positive {
  border-color: #0783F4;
  background: #0783F4;
  color: #FFFFFF;
}
.button.normal {
  border-color: #4F4F4F;
  background: #FFFFFF;
  color: #4F4F4F;
}
.button.emphasis {
  border-color: #0783F4;
  background: #0783F4;
  color: #FFFFFF;
}
.button.border {
  border-color: #FFFFFF;
  background: none;
  color: #FFFFFF;
}
.button[disabled]:not([disabled=false]) {
  border-color: #F0F0F0;
  background: #F0F0F0;
  color: #999898;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .button[disabled]:not([disabled=false]):hover {
    opacity: 1;
  }
}
.button.medium {
  min-width: 340px;
}
@media screen and (max-width: 1300px) {
  .button.medium {
    min-width: 306px;
  }
}
@media screen and (max-width: 767px) {
  .button.medium {
    width: 100%;
    min-width: auto;
  }
}
.button.medium.wide {
  min-width: 374px;
}
@media screen and (max-width: 1300px) {
  .button.medium.wide {
    min-width: 337px;
  }
}
@media screen and (max-width: 767px) {
  .button.medium.wide {
    min-width: auto;
  }
}
.button.medium.emphasis {
  padding: 22px 21px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .button.medium.emphasis {
    padding: 20px 19px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.medium.emphasis {
    padding: 18px 17px;
    font-size: 13px;
  }
}
.button.small {
  padding: 17px;
  min-width: 320px;
  font-size: 17px;
  line-height: 1.41;
}
@media screen and (max-width: 1300px) {
  .button.small {
    padding: 15px;
    min-width: 288px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .button.small {
    padding: 14px;
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
}
.button.small.wide {
  min-width: 352px;
}
@media screen and (max-width: 1300px) {
  .button.small.wide {
    min-width: 317px;
  }
}
@media screen and (max-width: 767px) {
  .button.small.wide {
    min-width: auto;
  }
}
.button.x-small {
  padding: 15px;
  min-width: 240px;
  font-size: 16px;
  line-height: 1.41;
}
@media screen and (max-width: 1300px) {
  .button.x-small {
    padding: 14px;
    min-width: 216px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.x-small {
    padding: 12px;
    width: 100%;
    min-width: auto;
    font-size: 13px;
  }
}
.button.xx-small {
  padding: 12px;
  min-width: 250px;
  font-size: 15px;
  line-height: 1.33;
}
@media screen and (max-width: 1300px) {
  .button.xx-small {
    padding: 11px;
    min-width: 225px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.xx-small {
    padding: 10px;
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
}
.button.xxx-small {
  padding: 8px;
  min-width: 100%;
  font-size: 14px;
  line-height: 1.33;
}
@media screen and (max-width: 1300px) {
  .button.xxx-small {
    padding: 7px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .button.xxx-small {
    padding: 6px;
    font-size: 13px;
  }
}
.button.next::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  aspect-ratio: 1;
  width: 35px;
  height: auto;
  background-image: url(../media/images/common/icon_next.svg);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  transform: translate(0, -50%) scale(-1, 1);
}
@media screen and (max-width: 1300px) {
  .button.next::after {
    width: 32px;
    right: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.next::after {
    width: 28px;
    right: 12px;
  }
}
.button.next.small::after {
  width: 30px;
}
@media screen and (max-width: 1300px) {
  .button.next.small::after {
    width: 27px;
  }
}
@media screen and (max-width: 767px) {
  .button.next.small::after {
    width: 24px;
  }
}
.button.next.xx-small::after {
  width: 27px;
}
@media screen and (max-width: 1300px) {
  .button.next.xx-small::after {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .button.next.xx-small::after {
    width: 22px;
  }
}

/* LIVE 配信特殊対応*/

.o-seminar__item.is-live.streaming::before {
  content: "7/14〜\A配信開始";
  white-space: pre;
  background: #6b6b6b;
}
.o-seminar__item.is-live.is-ondemand::before {
  content: "7/21〜\A配信開始";
  white-space: pre;
  background: #6b6b6b;
}

/* KV 特殊対応*/
.ex_msg_box{
	position: absolute;
	top: 50%;
	bottom: auto;
	right: 50%;
	transform: translateX(50%);
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	background: linear-gradient(90deg, #5CA2DF 0%, #1234BA 100%);
	padding: 12px;
	border-radius: 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.p-index__kv{
		margin-top: 0;
	}
	.p-index__kv .l-inner{
        max-width: 1100px;
        padding: 0;
    }
	.p-index__kv_title{
		position: relative;
		margin-bottom: 0;
	} 
	.ex_msg_box{
		position: absolute;
		width: 67%;
		top: auto;
		bottom: 25.5%;
		font-size: 1.5em;
		white-space: nowrap;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.p-index__kv_title{
		position: relative;
		margin-bottom: 30px;
	}
}
.o-modal__box .buttons{
	flex-direction: row;
}
@media (max-width: 768px) {
	.o-modal__box .buttons{
		flex-direction: column;
	}
}
a[href="#entry-modal"].o-btn span{
	display: block;
}
.partner_caption{
	margin-bottom: 8px;
    color: #fff;
}