@charset "UTF-8";
.toppage .pankuzu {
  display: none !important;
}
.toppage .mainvisual, .toppage .icon_map, .toppage .outline {
  width: 100vw;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}
.tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
/* --------------------------------
mainvisual
-------------------------------- */
#main .mainvisual {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 630px;
  overflow: hidden;
  margin-bottom: 64px;
  background: url(../media/images/2026/toppage/mv_bg.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 32px;
  }
}
#main .mainvisual_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background-size: cover;
  padding: 0 127px;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual_inner {
    background-position: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual_inner::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    background-color: #fff;
    width: calc(100% - 48px);
    height: calc(100% - 16px);
    z-index: 0;
  }
}
#main .mainvisual_kv {
  width: 51.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_kv {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_kv {
    width: 100%;
    margin-top: 0;
  }
}
#main .mainvisual_kv img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
#main .mainvisual_desc {
  width: 48.5%;
  padding: 46px 10px 30px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc {
    width: 100%;
    padding: 50px;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc {
    margin-bottom: 16px;
    padding: 16px 12px 16px;
  }
}
#main .mainvisual_desc p {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.448;
  letter-spacing: 0.4px;
  color: #fff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 27px auto 32px;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.448;
    letter-spacing: 0;
    margin-bottom: 21px;
  }
}
#main .mainvisual_desc p span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  padding-top: 4px;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc p span {
    font-size: 16px;
  }
}
#main .mainvisual_desc .event_wrap {
  width: 100%;
  max-width: 432px;
  margin-bottom: 32px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .event_wrap {
    width: 83.5%;
    margin-bottom: 24px;
  }
}
#main .mainvisual_desc .info_wrap {
  width: 495px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap {
    width: 400px;
  }
}
#main .mainvisual_desc .info_wrap h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  padding: 4px;
  margin-bottom: 16px;
  position: relative;
  background-color: rgba(0, 72, 155, 0.1);
  color: #00489B;
  /*&::before {
					position: absolute;
					top: calc(50% - 2px);
					left: 0;
					width: 100%;
					height: 1px;
					content: "";
					//transform: translateY(-50%);
					background: $color-primary;
				}
					span {
					position: relative;
					padding: 0 10px;
					background: #fff;
					display: inline-block;
				}*/
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
#main .mainvisual_desc .info_wrap.reception_closed h3 {
  margin-bottom: 16px;
  padding: 12px 0;
  border: 1px solid #00489B;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap.reception_closed h3 {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 0;
  }
}
#main .mainvisual_desc .info_wrap.reception_closed h3::before {
  content: none;
}
#main .mainvisual_desc .info_wrap .info_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap .info_list {
    margin-bottom: 0;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn {
  flex: 1 1 50%;
  height: 64px;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .info_wrap .info_list_btn {
    width: 48%;
    height: 48px;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  background: #e60019;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.35);
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_desc .info_wrap .info_list_btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap .info_list_btn a {
    gap: 1px;
    font-size: 13px;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn a:hover {
  background-color: #ff7d8c;
}
#main .mainvisual_desc .info_wrap .info_list_btn a span.main {
  display: block;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .info_wrap .info_list_btn a span.main {
    padding-right: 22px;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn a span.main::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  margin-left: 6px;
  content: url(../media/images/2025/toppage/arrow_circle_right.svg);
  width: 24px;
  height: 24px;
  transition: 0.3s ease 0s;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .info_wrap .info_list_btn a span.main::after {
    transform: translateY(-50%) scale(0.68);
    margin-left: 2px;
    transform-origin: right;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn a span.sub {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc .info_wrap .info_list_btn a span.sub {
    font-size: 11px;
  }
}
#main .mainvisual_desc .info_wrap .info_list_btn:nth-of-type(even) a {
  border: 1px solid #e60019;
  background-color: #fff;
  color: #e60019;
}
#main .mainvisual_desc .info_wrap .info_list_btn:nth-of-type(even) a span.main::after {
  content: url(../media/images/2026/toppage/arrow_circle_right_red.svg);
}
#main .mainvisual_desc .info_wrap .info_list_btn:nth-of-type(even) a:hover {
  background-color: #ffe0e0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc .info_wrap .info_list_btn.wide {
    flex: 1 1 70%;
  }
}
#main .mainvisual_desc .info_wrap .info_bnr a {
  transition: all 0.2s;
}
#main .mainvisual_desc .info_wrap .info_bnr a.shadow {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}
#main .mainvisual_desc .info_wrap .info_bnr a:hover {
  opacity: 0.7;
}
#main .mainvisual_desc.thanks {
  padding: 117px 50px 100px;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual_desc.thanks {
    padding: 117px 30px 100px;
  }
}
@media screen and (max-width: 960px) {
  #main .mainvisual_desc.thanks {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks {
    padding: 21px 20px 40px 20px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap {
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
  padding: 28px 39px 24px;
  background: linear-gradient(to right, #EB3E76 15.4%, #EF8935 80.4%);
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap {
    padding: 28px 15px 24px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap h2 {
  margin-bottom: 4px;
}
#main .mainvisual_desc.thanks .visitor_total_wrap h2 img {
  width: 93.8%;
  height: auto;
  padding: 0;
}
#main .mainvisual_desc.thanks .visitor_total_wrap p.thanks_message {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  text-shadow: unset;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap p.thanks_message {
    font-size: 16px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total {
  display: flex;
  flex-flow: row wrap;
  margin: 16px 0 0;
  padding: 7px 30px;
  background-color: #fff;
  color: #00489B;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt, #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd {
  padding: 5px 12px;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt, #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd {
    padding: 0 0 2px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt:not(:last-of-type), #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd:not(:last-of-type) {
  border-bottom: 1px solid #00489B;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 35%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt {
    font-size: 14px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dt:after {
  content: ":";
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd {
  width: 65%;
  margin: 0;
  text-align: right;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.number {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.number {
    font-size: 28px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.unit {
  margin-left: 1px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.unit {
    font-size: 16px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.overseas_number {
  display: block;
  margin-top: -2px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.overseas_number {
    font-size: 13px;
  }
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.overseas {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 1px;
}
#main .mainvisual_desc.thanks .visitor_total_wrap .visitor_total dd span.overseas img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  bottom: -3px;
}
#main .mainvisual_desc.thanks .next_event_wrap {
  width: 100%;
  max-width: 426px;
  margin: 15px auto 0;
  /* 5/31 ロゴ差し替え
					background-color: #004BA1;*/
  background-color: #0c4c8c;
  color: #fff;
  border: 8px solid #fff;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event {
  margin: 0;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dt {
  padding: 2.5px;
  border-bottom: 8px solid #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 1em;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dt span {
  margin-right: -1em;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dd {
  margin: 0;
  /* 5/31 ロゴ差し替え
							padding: 16px 37px;*/
  padding: 0;
  border-top: none;
}
#main .mainvisual_desc.thanks .next_event_wrap .next_event dd img {
  width: 100%;
  height: auto;
}
#main .mainvisual .button_wrap {
  width: 364px;
  height: 81px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main .mainvisual .button_wrap {
    width: 45vw;
  }
}
@media screen and (max-width: 600px) {
  #main .mainvisual .button_wrap {
    width: 257px;
    height: 67px;
  }
}
#main .mainvisual .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid #00489B;
  border-radius: 4px;
  background-color: #fff;
  color: #00489B;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 16px;
}
#main .mainvisual .button_wrap a:hover {
  background-color: #e0ebff;
}
#main .information {
  border: solid 1px #00489B;
  padding: 16px;
  margin: 24px auto 14px;
}
@media screen and (max-width: 600px) {
  #main .information {
    margin-top: 16px;
    padding: 12px 10px;
  }
}
#main .information p {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .information p .text {
  display: none;
}
#main .information p .more :first-child {
  display: none;
}
#main .information p .more:lang(ja) :first-child {
  display: inline;
}
#main .information p .more:lang(ja) :last-child {
  display: none;
}
#main .information p .more .text {
  display: none !important;
}
#main .slideArea {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 64px;
}
#main .slideArea_inner {
  max-width: 1326px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #main .slideArea {
    width: 100vw;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 375px) {
  #main .slideArea {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .slideArea .swiper {
  padding: 10px 10px 54px;
}
@media screen and (max-width: 600px) {
  #main .slideArea .swiper {
    padding: 10px 8px 42px;
  }
}
#main .slideArea .swiper-slide {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: auto;
}
#main .slideArea .swiper-slide a {
  display: block;
  height: 100%;
  border: 1px solid #fff;
  color: #000;
  padding: 33px 23px 55px;
  transition: color 0.2s, border 0.2s;
}
@media screen and (max-width: 600px) {
  #main .slideArea .swiper-slide a {
    padding: 15px 24px;
  }
}
#main .slideArea .swiper-slide a:hover {
  border-color: #00489B;
}
#main .slideArea .swiper-slide .cate {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 9px;
  color: #fff;
  background: #00489B;
  padding: 0.5px 18px 1.5px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  #main .slideArea .swiper-slide .cate {
    padding: 0.5px 18px 2px;
  }
}
#main .slideArea .swiper-slide h3 {
  width: calc(100% - 76px);
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
}
#main .slideArea .swiper-slide p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  margin: 0;
}
#main .slideArea .swiper-slide .ico_img {
  position: absolute;
  top: 34px;
  right: 24px;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 960px) {
  #main .slideArea .swiper-slide .ico_img {
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px;
  }
}
@media screen and (max-width: 600px) {
  #main .slideArea .swiper-slide .ico_img {
    top: 16px;
    right: 24px;
    width: 64px;
    height: 64px;
  }
}
#main .slideArea .swiper-pagination-bullets {
  bottom: 0px;
}
#main .slideArea .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
#main .slideArea .swiper-pagination-bullet-active {
  background-color: #00489B;
}
#main .anchor_wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  #main .anchor_wrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #main .anchor_wrap {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .anchor_menu {
  max-width: 1312px;
  margin: 0 auto 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  #main .anchor_menu {
    max-width: 1140px;
  }
}
@media screen and (max-width: 600px) {
  #main .anchor_menu {
    margin-bottom: 40px;
    padding: 13px 10px 3px;
  }
}
#main .anchor_menu.fixed {
  margin-left: auto;
  margin-right: auto;
}
#main .anchor_list {
  gap: 10px 80px;
}
@media screen and (max-width: 1024px) {
  #main .anchor_list {
    gap: 10px 30px;
    margin: 0 13px;
  }
}
#main .cont_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
  letter-spacing: 0;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .cont_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#main .cont_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 600px) {
  #main .cont_description {
    margin-bottom: 48px;
  }
}
#main .aboutus {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f9f9f9;
  padding: 64px 0 64px;
}
@media screen and (max-width: 600px) {
  #main .aboutus {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 375px) {
  #main .aboutus {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .aboutus_inner {
  max-width: 1312px;
  margin: 0 auto 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner {
    width: 100%;
  }
}
#main .aboutus_inner .theme {
  display: inline-block;
}
#main .aboutus_inner .theme_title {
  font-weight: 900;
  font-size: 54px;
  line-height: 1.222;
  letter-spacing: 0;
  color: #00489B;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .theme_title {
    font-size: 39px;
  }
}
#main .aboutus_inner .theme_title_sub {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .theme_title_sub {
    font-size: 20px;
  }
}
#main .aboutus_inner .theme_title_sub span.marker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
#main .aboutus_inner .theme_title_sub span.marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 37.2%;
  height: 20px;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #50a1ff 0%) repeat scroll 0 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #main .aboutus_inner .theme_title_sub span.marker::before {
    width: 58%;
  }
}
#main .aboutus_inner .movie, #main .aboutus_inner .image {
  width: 90%;
  max-width: 1040px;
  aspect-ratio: 1.7777777778;
  margin: 56px auto 0;
}
#main .aboutus_inner .movie iframe, #main .aboutus_inner .movie img, #main .aboutus_inner .image iframe, #main .aboutus_inner .image img {
  width: 100%;
  height: 100%;
  border: none;
}
#main .opportunity {
  padding: 40px 0 80px;
}
@media screen and (max-width: 600px) {
  #main .opportunity {
    padding: 33px 0 68px;
  }
}
#main .opportunity .box {
  display: flex;
  flex-flow: row wrap;
  gap: 37px 40px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .box {
    gap: 24px;
  }
}
#main .opportunity .box_item {
  background-color: #e7f3ff;
  padding: 48px 24px;
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
  }
}
#main .opportunity .box_item_title {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
}
#main .opportunity .box_item_subtitle {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_subtitle {
    flex-grow: 1;
  }
}
#main .opportunity .box_item_inner {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_inner {
    padding: 24px 16px 30px;
    flex-grow: 1;
  }
}
#main .opportunity .box_item_inner .image_award {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 20px;
  height: 207px;
  margin-bottom: 32px;
}
@media screen and (max-width: 960px) {
  #main .opportunity .box_item_inner .image_award {
    height: 180px;
  }
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .image_award {
    flex-direction: column;
    gap: 10px;
    height: auto;
    margin: 0 10px 32px;
  }
}
#main .opportunity .box_item_inner .image_award .icon, #main .opportunity .box_item_inner .image_award .image {
  width: auto !important;
  height: 100%;
  margin: 0 !important;
  height: 100%;
}
#main .opportunity .box_item_inner .image_award .icon img, #main .opportunity .box_item_inner .image_award .image img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .image_award .icon img, #main .opportunity .box_item_inner .image_award .image img {
    width: auto !important;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .image_award .icon {
    max-height: 138px;
    text-align: center;
  }
}
#main .opportunity .box_item_inner .image_award .icon img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .image_award .icon img {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .image_award .image img {
    max-width: 259px;
    height: auto !important;
  }
}
#main .opportunity .box_item_inner .image_award + .list {
  padding: 0 60px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_inner .image_award + .list {
    width: auto;
  }
}
@media screen and (max-width: 960px) {
  #main .opportunity .box_item_inner .image_award + .list {
    padding: 0;
  }
}
#main .opportunity .box_item_inner .image {
  margin: 0 48px 32px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_inner .image {
    margin: 0 10px 32px;
  }
}
#main .opportunity .box_item_inner .image img {
  width: auto;
}
@media screen and (max-width: 960px) {
  #main .opportunity .box_item_inner .image img {
    width: 100%;
  }
}
#main .opportunity .box_item_inner .list {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  padding: 0 12px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_inner .list {
    font-size: 16px;
    width: 100%;
    padding: 0;
  }
}
#main .opportunity .box_item_inner .list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner .list ul li {
    padding-left: 1.44em;
    text-indent: -1.44em;
  }
}
#main .opportunity .box_item_inner .list ul li:before {
  content: "・";
  font-size: 22px;
  line-height: 1;
}
#main .opportunity .box_item_inner.flex {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  padding: 24px 104px;
}
@media screen and (max-width: 1200px) {
  #main .opportunity .box_item_inner.flex {
    padding: 24px 10px;
  }
}
#main .opportunity .box_item_inner.flex .list {
  padding: 0 0px;
  width: calc(100% - 226px);
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item_inner.flex .list {
    width: 100%;
  }
}
#main .opportunity .box_item.item_full {
  width: 100%;
  /*.image {
					margin: 0 44px;
					width: 138px;
					@include media(tab-s) {
					//margin-bottom: 32px;
					width: 108px;
				}
					@include media(sp) {
					margin-bottom: 20px;
				}
					img {
					@include media(sp) {
					width: 108px;
					height: 159px;
				}
				}
				}*/
}
#main .opportunity .box_item.item_half {
  width: calc((100% / 2) - 20px);
}
@media screen and (max-width: 600px) {
  #main .opportunity .box_item.item_half {
    width: 100%;
  }
}
#main .opportunity .other {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 32px 25px;
  margin-top: 54px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other {
    margin-top: 24px;
    padding: 48px 24px;
  }
}
#main .opportunity .other_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 33px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_title {
    font-size: 16px;
  }
}
#main .opportunity .other_inner {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  gap: 16px 48px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_inner {
    padding: 24px 16px;
    flex-direction: column;
  }
}
#main .opportunity .other_inner .image {
  width: 219px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_inner .image {
    width: 259px;
  }
}
#main .opportunity .other_inner .desc {
  width: calc(100% - (219px + 48px));
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_inner .desc {
    width: 100%;
  }
}
#main .opportunity .other_inner .desc_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_inner .desc_title {
    text-align: center;
  }
}
#main .opportunity .other_inner .desc p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
  margin: 4px auto 8px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .other_inner .desc p {
    text-align: center;
  }
}
#main .opportunity .other_inner .desc ul {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
}
#main .opportunity .other_inner .desc ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#main .opportunity .other_inner .desc ul li:before {
  content: "・";
  font-size: 16px;
  line-height: 1;
}
#main .opportunity .button_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 16px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .button_wrap {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
}
#main .opportunity .button_wrap .button {
  width: 272px;
  height: 56px;
}
@media screen and (max-width: 600px) {
  #main .opportunity .button_wrap .button {
    width: 295px;
    height: 46px;
  }
}
#main .opportunity .button_wrap .button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
#main .opportunity .button_wrap .button a:hover {
  background-color: #7bb5f8;
}
@media screen and (max-width: 600px) {
  #main .opportunity .button_wrap .button a {
    font-size: 13px;
  }
}
#main .opportunity .button_wrap .button.white a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border: 1px solid #00489B;
  border-radius: 4px;
  background-color: #fff;
  color: #00489B;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .opportunity .button_wrap .button.white a:hover {
  background-color: #e0ebff;
}
#main .effection .button_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 16px 24px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #main .effection .button_wrap {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }
}
#main .effection .button_wrap .button {
  width: 272px;
  height: 56px;
}
@media screen and (max-width: 600px) {
  #main .effection .button_wrap .button {
    width: 295px;
    height: 46px;
  }
}
#main .effection .button_wrap .button a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
#main .effection .button_wrap .button a:hover {
  background-color: #7bb5f8;
}
@media screen and (max-width: 600px) {
  #main .effection .button_wrap .button a {
    font-size: 13px;
  }
}
#main .message {
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #main .message {
    padding-bottom: 40px;
  }
}
#main .message .cont_title {
  margin-bottom: 82px;
}
@media screen and (max-width: 600px) {
  #main .message .cont_title {
    margin-bottom: 48px;
  }
}
#main .message .chairman + .chairman {
  margin-top: 48px;
}
@media screen and (max-width: 600px) {
  #main .message .chairman + .chairman {
    margin-top: 40px;
  }
}
#main .message .chairman_info {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  #main .message .chairman_info {
    gap: 16px;
  }
}
#main .message .chairman_info_image {
  width: 122px;
  height: 122px;
}
@media screen and (max-width: 600px) {
  #main .message .chairman_info_image {
    width: 89px;
    height: 89px;
    flex-shrink: 0;
  }
}
#main .message .chairman_info_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center -5px;
  border-radius: 61px;
}
#main .message .chairman_info_outline {
  margin: 0;
}
#main .message .chairman_info_outline span.company, #main .message .chairman_info_outline span.position {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .message .chairman_info_outline span.company {
  margin-bottom: 1px;
}
@media screen and (max-width: 600px) {
  #main .message .chairman_info_outline span.company {
    margin-bottom: 0;
  }
}
#main .message .chairman_info_outline span.position {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #main .message .chairman_info_outline span.position {
    margin-bottom: 9px;
  }
}
#main .message .chairman_info_outline span.name {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}
#main .message .chairman_message {
  margin-top: 24px;
  padding: 16px;
  background-color: #f9f9f9;
}
#main .message .chairman_message p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
#main .overview {
  margin-top: 120px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #main .overview {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
#main .overview .cont_title {
  margin-bottom: 66px;
}
@media screen and (max-width: 600px) {
  #main .overview .cont_title {
    margin-bottom: 48px;
  }
}
#main .overview_detail {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto 55px;
}
#main .overview_detail dt, #main .overview_detail dd {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 24px 0;
}
#main .overview_detail dt:not(:last-of-type), #main .overview_detail dd:not(:last-of-type) {
  border-bottom: 1px solid #efeff1;
}
@media screen and (max-width: 600px) {
  #main .overview_detail dt:last-of-type, #main .overview_detail dd:last-of-type {
    border-bottom: solid 3px #00489B;
  }
}
#main .overview_detail dt {
  width: 32%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .overview_detail dt {
    margin-bottom: 8px;
    padding: 24px 0;
    width: 21%;
  }
  #main .overview_detail dt:lang(en) {
    width: 26%;
  }
}
#main .overview_detail dd {
  width: 68%;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.448;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .overview_detail dd {
    margin-bottom: 8px;
    padding: 24px 0;
    width: 79%;
  }
  #main .overview_detail dd:lang(en) {
    width: 74%;
  }
}
#main .overview_detail dd a {
  text-decoration: none;
}
#main .overview_detail dd ul.sdgs {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
#main .overview_detail dd ul.sdgs li {
  width: 60px;
  height: 60px;
}
#main .overview_detail dd ul.sdgs li img {
  width: 100%;
  height: auto;
}
#main .outline {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 600px) {
  #main .outline {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  #main .outline {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .outline_inner {
  max-width: 1312px;
  margin: 144px auto 0;
}
@media screen and (max-width: 600px) {
  #main .outline_inner {
    width: 100%;
    margin: 32px auto 0;
  }
}
#main .outline_visual {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: flex-start;
  width: 100%;
  aspect-ratio: 1.5895953757;
  background: #f8f7f8 url(../media/images/toppage/outline_bg.png) center / cover no-repeat;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 74px;
}
@media screen and (max-width: 1024px) {
  #main .outline_visual {
    padding: 40px 32px;
    background-position: 58% 10px;
    background-size: 210%;
  }
}
@media screen and (max-width: 600px) {
  #main .outline_visual {
    padding: 40px 16px;
  }
}
#main .outline_visual_title {
  display: inline-block;
  margin-bottom: 26px;
  background-image: linear-gradient(150deg, #eb3e76 25%, #ffb400 90%);
  font-weight: 900;
  font-size: 58px;
  line-height: 1.48;
  letter-spacing: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  #main .outline_visual_title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
#main .outline_visual_title_sub {
  margin-bottom: 49px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .outline_visual_title_sub {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 48px;
  }
}
#main .outline_visual p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .outline_visual p {
    font-size: 14px;
  }
}
#main .outline .iframe {
  aspect-ratio: 1.7777777778;
  max-width: 640px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #main .outline .iframe {
    margin-bottom: 32px;
  }
}
#main .outline .iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#main .exhibition {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  #main .exhibition {
    margin-top: 114px;
  }
}
#main .exhibition_info {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px 48px;
}
@media screen and (max-width: 1024px) {
  #main .exhibition_info {
    gap: 16px 20px;
  }
}
@media screen and (max-width: 600px) {
  #main .exhibition_info:first-of-type {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  #main .exhibition_info:nth-of-type(2) {
    flex-direction: column;
  }
}
#main .exhibition_info_outline {
  width: calc(100% - (530px + 48px));
}
@media screen and (max-width: 1024px) {
  #main .exhibition_info_outline {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #main .exhibition_info_outline {
    width: 100%;
  }
}
#main .exhibition_info_title {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  #main .exhibition_info_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.48;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
#main .exhibition_info_title_sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .exhibition_info_image {
  width: 530px;
  aspect-ratio: 1.65625;
}
@media screen and (max-width: 1024px) {
  #main .exhibition_info_image {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  #main .exhibition_info_image {
    aspect-ratio: 1.662037037;
    width: 100%;
  }
}
#main .exhibition_info_image img {
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 600px) {
  #main .exhibition_info_image img {
    height: 216px;
  }
}
#main .exhibition_info p {
  margin: 24px 0 32px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .exhibition_info .button_wrap {
  width: 272px;
  height: 54px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  #main .exhibition_info .button_wrap {
    width: 295px;
    height: 46px;
    margin: 0 auto;
  }
}
#main .exhibition_info .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .exhibition_info .button_wrap a:hover {
  background-color: #7bb5f8;
}
#main .exhibition_info + .exhibition_info {
  margin-top: 144px;
}
@media screen and (max-width: 1024px) {
  #main .exhibition_info + .exhibition_info {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  #main .exhibition_info + .exhibition_info {
    margin-top: 48px;
  }
}
#main .seminar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 144px;
  background: #f9f9f9;
  padding: 80px 0 80px;
}
@media screen and (max-width: 600px) {
  #main .seminar {
    margin-top: 114px;
    padding: 48px 0;
  }
}
@media screen and (max-width: 375px) {
  #main .seminar {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .seminar .button_wrap {
  width: 272px;
  height: 54px;
  margin: 32px auto 0;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  #main .seminar .button_wrap {
    width: 295px;
    height: 46px;
    margin-top: 42px;
  }
}
#main .seminar .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .seminar .button_wrap a:hover {
  background-color: #7bb5f8;
}
#main .seminar .swiper {
  padding: 10px 0px 54px 0px;
  /*@include media(minimum) {
			width: calc(100% + 16px);
			margin-left: -8px;
			margin-right: -8px;
		}*/
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-bottom: 60px;
  }
}
#main .seminar .swiper-slide {
  width: 320px !important;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
#main .seminar .swiper-slide.ended h3 {
  color: #808080;
}
#main .seminar .swiper-slide.ended h3 span.time {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
#main .seminar .swiper-slide.ended h3 span.time span.ended_tag {
  display: inline-block;
  margin-left: 16px;
  padding: 2px 14px 4px;
  background-color: #FC0255;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-left: 10px;
  padding: 2px 12px 3px;
  font-size: 11px;
}
#main .seminar .swiper-slide.ended .organizer {
  color: #808080;
}
#main .seminar .swiper-slide.ended .organizer_image {
  position: relative;
}
#main .seminar .swiper-slide.ended .organizer_image:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.501;
}
#main .seminar .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 23px 23px 35px;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: border 0.2s;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper-slide a {
    padding-bottom: 42px;
  }
}
#main .seminar .swiper-slide a:hover {
  border-color: #00489B;
}
#main .seminar .swiper-slide h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 32px;
}
#main .seminar .swiper-slide h3 .time {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px #efeff1;
}
#main .seminar .swiper-slide .organizer {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
#main .seminar .swiper-slide .organizer_image {
  width: 62px;
}
#main .seminar .swiper-slide .organizer_detail {
  width: calc(100% - (62px + 16px));
}
#main .seminar .swiper-slide .organizer_detail .company {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  #main .seminar .swiper-slide .organizer_detail .company .dept {
    display: block;
  }
}
#main .seminar .swiper-slide .organizer_detail .name {
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .seminar .swiper-slide .organizer + .organizer {
  margin-top: 16px;
}
#main .seminar .swiper-pagination-bullets {
  bottom: 0px;
}
#main .seminar .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
#main .seminar .swiper-pagination-bullet-active {
  background-color: #00489B;
}
#main .discovery {
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  #main .discovery {
    margin-top: 114px;
  }
}
#main .discovery .cont_title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 22px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #main .discovery .cont_title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
#main .discovery .cont_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #main .discovery .cont_description {
    padding: 0 6vw;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery .cont_description {
    padding: 0;
    font-size: 14px;
    margin-bottom: 48px;
  }
}
#main .discovery_info {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 24px 48px;
}
@media screen and (max-width: 1024px) {
  #main .discovery_info {
    gap: 24px 10px;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info:nth-of-type(2) {
    flex-direction: column;
  }
}
#main .discovery_info_outline {
  width: calc(100% - (530px + 48px));
}
@media screen and (max-width: 1024px) {
  #main .discovery_info_outline {
    width: calc(54% - 10px);
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info_outline {
    width: 100%;
  }
}
#main .discovery_info_title {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.48;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
#main .discovery_info_title_sub {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0;
  margin-bottom: 24px;
}
#main .discovery_info_image {
  width: 530px;
  border: 1px solid #efeff1;
}
@media screen and (max-width: 1024px) {
  #main .discovery_info_image {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  #main .discovery_info_image {
    width: 100%;
    aspect-ratio: inherit;
  }
}
#main .discovery_info_image img {
  object-fit: cover;
  object-position: top;
}
#main .discovery_info p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .discovery_info p + p {
  margin-top: 20px;
}
#main .discovery_info .to_download_list {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list {
    width: 100%;
    gap: 6px;
    margin-top: 32px;
  }
}
#main .discovery_info .to_download_list .qr a, #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  display: block;
}
#main .discovery_info .to_download_list .qr img, #main .discovery_info .to_download_list .google img, #main .discovery_info .to_download_list .apple img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#main .discovery_info .to_download_list .qr {
  width: 107px;
  height: 107px;
  padding: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list .qr {
    width: 74px;
    height: 74px;
  }
}
#main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
  height: 59px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .to_download_list .google a, #main .discovery_info .to_download_list .apple a {
    height: 40.5px;
  }
}
#main .discovery_info .button_wrap {
  width: 272px;
  height: 54px;
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info .button_wrap {
    width: 295px;
    height: 46px;
    margin: 32px auto 0;
  }
}
#main .discovery_info .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .discovery_info .button_wrap a:hover {
  background-color: #7bb5f8;
}
#main .discovery_info + .discovery_info {
  margin-top: 144px;
}
@media screen and (max-width: 600px) {
  #main .discovery_info + .discovery_info {
    margin-top: 48px;
  }
}
#main .news {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 144px;
  background: #f9f9f9;
  padding: 80px 0 79px;
}
@media screen and (max-width: 1200px) {
  #main .news {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 600px) {
  #main .news {
    margin-top: 114px;
    padding: 48px 24px;
  }
}
@media screen and (max-width: 375px) {
  #main .news {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .news_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#main .news_inner .page_title {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  #main .news_inner .page_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 32px;
  }
}
#main .news_inner .newsList li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  border-top: solid 1px #e0e0e0;
  gap: 0 77px;
  padding: 24px 14px 23px 0;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li {
    padding: 16px 0;
  }
}
#main .news_inner .newsList li:last-of-type {
  border-bottom: solid 1px #e0e0e0;
}
#main .news_inner .newsList li .date {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
  color: #686868;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li .date {
    margin-bottom: 8px;
  }
}
#main .news_inner .newsList li .title {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.48;
  letter-spacing: 0;
}
#main .news_inner .newsList li .title a {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: opacity 0.2s;
}
@media screen and (max-width: 600px) {
  #main .news_inner .newsList li .title a {
    -webkit-line-clamp: 4;
  }
}
#main .news_inner .newsList li .title a[href="javascript:void(0);"] {
  pointer-events: none;
}
#main .news_inner .newsList li .title a:hover {
  opacity: 0.6;
}
#main .news_inner .button_wrap {
  width: 272px;
  height: 54px;
  margin: 48px auto 0;
}
@media screen and (max-width: 600px) {
  #main .news_inner .button_wrap {
    width: 295px;
    height: 46px;
  }
}
#main .news_inner .button_wrap a {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1px;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
}
#main .news_inner .button_wrap a:hover {
  background-color: #7bb5f8;
}
#main .icon_map {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 375px) {
  #main .icon_map {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .icon_map_inner {
  background: url(../media/images/toppage/icon_map_bg.png) no-repeat;
  max-width: 1440px;
  padding: 92px 0 72px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main .icon_map_inner {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map_inner {
    position: relative;
    background: none;
    padding: 64px 36px 64px 40px;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map_inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../media/images/toppage/icon_map_bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center -34px;
    opacity: 0.4;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map_inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(95deg, #ff3e47, #a14b75 70%);
    z-index: -1;
  }
}
#main .icon_map_list {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  gap: 0 110px;
}
@media screen and (max-width: 1024px) {
  #main .icon_map_list {
    gap: 24px 8vw;
  }
}
@media screen and (max-width: 960px) {
  #main .icon_map_list {
    gap: 24px 6vw;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map_list {
    flex-wrap: wrap;
    gap: 24px 54px;
  }
}
#main .icon_map_list li {
  width: 120px;
  height: 152px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #main .icon_map_list li {
    height: auto;
  }
}
#main .icon_map_list li.disabled {
  opacity: 0.6;
}
#main .icon_map_list li.disabled a {
  pointer-events: none;
}
#main .icon_map_list li .icon {
  border: solid 2px #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
#main .icon_map_list li .icon img {
  width: 38px;
  height: 100%;
}
#main .icon_map_list li .page {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.48;
  letter-spacing: 0;
  padding-top: 8px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  #main .icon_map_list li .page {
    position: relative;
  }
}
#main .icon_map_list li .page span.notes {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
#main .icon_map_list li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#main .icon_map_list li a:hover .icon {
  border-color: #e0ebff;
  filter: opacity(60%);
}
#main .icon_map_list + .icon_map_list {
  margin-top: 32px;
  gap: 0 109px;
}
@media screen and (max-width: 960px) {
  #main .icon_map_list + .icon_map_list {
    margin-top: 46px;
    gap: 24px 6vw;
  }
}
@media screen and (max-width: 600px) {
  #main .icon_map_list + .icon_map_list {
    gap: 24px 50px;
    margin-top: 24px;
  }
}
#main .banner {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #f9f9f9;
  padding: 80px 0;
}
@media screen and (max-width: 1200px) {
  #main .banner {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 600px) {
  #main .banner {
    padding: 48px 24px;
  }
}
@media screen and (max-width: 375px) {
  #main .banner {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}
#main .banner_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#main .banner_inner .page_title {
  margin-top: 0;
}
#main .banner_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
#main .banner_list li {
  width: 300px;
}
#main .banner_list li img {
  width: 100%;
  height: auto;
}
#main .banner_list li a {
  transition: opacity 0.2s;
}
#main .banner_list li a:hover {
  opacity: 0.8;
}
.modal {
  overscroll-behavior: contain;
  overflow-y: scroll;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  scrollbar-width: none;
  display: none;
}
.modal:before {
  display: flex;
  content: "";
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent;
}
.modal:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 899;
  display: block;
  content: "";
  background: rgba(20, 1, 1, 0.1);
  animation: modalBgOpen 0.2s;
}
@keyframes modalBgOpen {
  0% {
    background-color: rgba(20, 1, 1, 0);
  }
  100% {
    background-color: rgba(20, 1, 1, 0.1);
  }
}
@media screen and (min-width: 601px) {
  .modal.sp_only {
    display: none;
  }
}
.modal_fixed {
  overflow: hidden;
  /*button.modal_close { // button.js-modal-close
		position: absolute;
		top: 0;
		right: 0;
		width: 46px;
		height: 46px;
		border: none;
		background-color: $color-primary;
		color: #fff;
		font-size: 0;
		cursor: pointer;
		&::before {
		content: "×";
		font-weight: 400;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	}*/
}
@media screen and (min-width: 601px) {
  .modal_fixed.sp_only {
    overflow: visible;
  }
}
.modal button.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  border: none;
  background-color: #00489B;
  color: #fff;
  font-size: 0;
  cursor: pointer;
}
.modal button.modal_close::before {
  content: "×";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 648px;
  max-height: 90vh;
  padding: 50px 48px 32px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overscroll-behavior-y: none;
  animation: modalOpen 0.2s;
  /*@include media(sp) {
		top: 40px; // 100px
		left: 0;
		right: 0;
		transform: unset;
		width: 100%;
		height: calc(100vh - 40px); // calc(100vh - 100px)
		height: calc(100dvh - 40px); // calc(100dvh - 100px)
		max-height: unset;
		padding: 0;
		border-radius: 8px 8px 0 0;
		animation: modalOpen .2s, modalOpenSp .5s;

		@keyframes modalOpenSp {
		0% { opacity: 0; top: 50% }
		100% { opacity: 1; top: 40px }
	}
	}*/
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .modal_body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900;
    width: 92%;
    height: 75.5%;
    margin: 0;
    background: white;
    padding: 37px 24px 32px 24px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 600px) {
  .modal_body > div:not([class]) {
    height: calc(75.5vh  - 60px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal_body_inner {
    height: calc(100% - 130px);
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .modal_body_inner dl.reserve_list {
    height: 100%;
  }
}
.modal_body p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
}
.modal_body p.error {
  margin: 15px 0;
  padding: 10px 10px 11px;
  border-radius: 4px;
  background-color: #e0ebff;
  color: #FC0255;
  font-weight: 700;
  text-align: center;
}
.modal_body dl.reserve_list {
  margin: 0 0 81px;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list {
    height: 100%;
    margin: 0;
    overflow-y: auto;
  }
}
.modal_body dl.reserve_list dt {
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid #EFEFF1;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dt {
    margin-bottom: 10px;
  }
}
.modal_body dl.reserve_list dd {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body dl.reserve_list dd.reserve_list_title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dd.reserve_list_title {
    line-height: 1.48;
  }
}
.modal_body dl.reserve_list dd.reserve_list_place {
  color: #FF4515;
  font-weight: 700;
}
.modal_body dl.reserve_list dd.reserve_list_place a {
  color: #FF4515;
  font-weight: 700;
}
.modal_body dl.reserve_list dd + dt {
  margin-top: 35px;
}
@media screen and (max-width: 600px) {
  .modal_body dl.reserve_list dd + dt {
    margin-top: 28px;
  }
}
.modal_body ul.confirm_list {
  margin-bottom: 27px;
}
.modal_body ul.confirm_list li {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body ul.confirm_list li:before {
  content: "・";
}
.modal_body ul.confirm_list li:not(:last-child) {
  margin-bottom: 3px;
}
.modal_body ul.calendar_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 12px;
  margin: 24px auto;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
.modal_body ul.calendar_list li button {
  display: block;
  width: 272px;
  height: 36px;
  padding-bottom: 3px;
  border: 1px solid #00489B;
  border-radius: 4px;
  background-color: #fff;
  color: #00489B;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list li button {
    width: 100%;
  }
}
.modal_body ul.calendar_list li button:hover {
  background-color: #e0ebff;
}
.modal_body ul.calendar_list li button:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  .modal_body ul.calendar_list li button {
    width: 231px;
  }
}
.modal_body ul.calendar_list li button:before {
  position: relative;
  top: 3px;
  content: url(../media/images/seminar/icon_calendar.svg);
}
.modal_body .cancel_message {
  margin-bottom: 40px;
  text-align: center;
}
.modal_body .cancel_message .modal_title_sub {
  margin-bottom: 10px;
}
.modal_body .cancel_message p {
  margin: 0;
}
.modal_body .notes {
  margin-top: 24px;
  padding: 18px 17px;
  background-color: #F9F9F9;
}
.modal_body .notes_list li {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body .notes_list li:before {
  content: "・";
}
.modal_body .notes_list li:not(:last-child) {
  margin-bottom: 3px;
}
.modal_body button.submit {
  display: block;
  width: 216px;
  height: 54px;
  padding-bottom: 3px;
  border: none;
  border-radius: 4px;
  background-color: #00489B;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 16px auto 0;
}
.modal_body button.submit:hover {
  background-color: #7bb5f8;
}
.modal_body button.submit:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  .modal_body button.submit {
    width: 295px;
    height: 46px;
  }
}
.modal_body button.close_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  border: none;
  background-color: #00489B;
  color: #fff;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media screen and (max-width: 600px) {
  .modal_body button.close_top {
    width: 46px;
    height: 46px;
  }
}
.modal_body button.close_top:before {
  content: "×";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal_body button.close_top:hover {
  background-color: #7bb5f8;
}
.modal_body button.close_bottom {
  display: block;
  width: 216px;
  height: 54px;
  padding-bottom: 3px;
  border: 1px solid #00489B;
  border-radius: 4px;
  background-color: #fff;
  color: #00489B;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: background-color 0.2s;
  cursor: pointer;
  margin: 29px auto 0;
}
@media screen and (max-width: 600px) {
  .modal_body button.close_bottom {
    width: 100%;
  }
}
.modal_body button.close_bottom:hover {
  background-color: #e0ebff;
}
.modal_body button.close_bottom:disabled {
  cursor: default;
  background: #ddd;
  color: #666;
}
@media screen and (max-width: 600px) {
  .modal_body button.close_bottom {
    width: 295px;
    height: 46px;
  }
}
.modal_title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .modal_title {
    margin-bottom: 38px;
  }
}
.modal_title_sub {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
}
.modal .no_id {
  margin-top: 18px;
  text-align: center;
}
.modal .no_id a {
  color: #00489B;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  text-decoration: underline;
}
.modal .alert_area {
  position: fixed;
  top: 71px !important;
  right: 8px !important;
  width: calc(100% - 16px) !important;
}
.modal .alert_area .alert {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}
.modal_body {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 23.75px;
  width: 65.8vw;
  height: auto;
  max-width: 948px;
  max-height: unset;
  padding: 80px 40px 32px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .modal_body {
    width: 80vw;
  }
}
@media screen and (max-width: 600px) {
  .modal_body {
    width: 91.4vw;
    max-height: 90svh;
    padding: 64px 16px 32px;
    overflow: auto;
  }
}
.modal_body .iframe {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.modal_body .iframe iframe, .modal_body .iframe img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1.7777777778;
  border: 0;
}
.modal_body .iframe p.image_caption {
  margin-bottom: 0;
}
.modal_body .close_bottom {
  flex: 0 0 auto;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .modal_body .close_bottom {
    max-width: 100%;
  }
}
/*# sourceMappingURL=./toppage.css.map */