@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap");
:root {
  /*font size*/
  --22px: 1.375rem;
  --24px: 1.5rem;
  --26px: 1.625rem;
  --32px: 2rem;
  --36px: 2.25rem;
  --40px: 2.5rem;
  --48px: 3rem;
  --60px: 3.75rem;
  --64px: 4rem;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate-fade {
  opacity: 0;
  transition: opacity 1s ease;
}
.scroll-animate-fade.animate {
  opacity: 1;
}

.scroll-animate-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animate-slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.scroll-animate-slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animate-slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.scroll-animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.scroll-animate-scale.animate {
  opacity: 1;
  transform: scale(1);
}

.duration-fast.scroll-animate, .duration-fast.scroll-animate-fade, .duration-fast.scroll-animate-slide-left, .duration-fast.scroll-animate-slide-right, .duration-fast.scroll-animate-scale {
  transition-duration: 0.4s;
}

.duration-slow.scroll-animate, .duration-slow.scroll-animate-fade, .duration-slow.scroll-animate-slide-left, .duration-slow.scroll-animate-slide-right, .duration-slow.scroll-animate-scale {
  transition-duration: 1.2s;
}

.duration-slower.scroll-animate, .duration-slower.scroll-animate-fade, .duration-slower.scroll-animate-slide-left, .duration-slower.scroll-animate-slide-right, .duration-slower.scroll-animate-scale {
  transition-duration: 1.6s;
}

.delay-1.scroll-animate, .delay-1.scroll-animate-fade, .delay-1.scroll-animate-slide-left, .delay-1.scroll-animate-slide-right, .delay-1.scroll-animate-scale {
  transition-delay: 0.2s;
}

.delay-2.scroll-animate, .delay-2.scroll-animate-fade, .delay-2.scroll-animate-slide-left, .delay-2.scroll-animate-slide-right, .delay-2.scroll-animate-scale {
  transition-delay: 0.4s;
}

.delay-3.scroll-animate, .delay-3.scroll-animate-fade, .delay-3.scroll-animate-slide-left, .delay-3.scroll-animate-slide-right, .delay-3.scroll-animate-scale {
  transition-delay: 0.6s;
}

.delay-4.scroll-animate, .delay-4.scroll-animate-fade, .delay-4.scroll-animate-slide-left, .delay-4.scroll-animate-slide-right, .delay-4.scroll-animate-scale {
  transition-delay: 0.8s;
}

.delay-5.scroll-animate, .delay-5.scroll-animate-fade, .delay-5.scroll-animate-slide-left, .delay-5.scroll-animate-slide-right, .delay-5.scroll-animate-scale {
  transition-delay: 1s;
}

.delay-6.scroll-animate, .delay-6.scroll-animate-fade, .delay-6.scroll-animate-slide-left, .delay-6.scroll-animate-slide-right, .delay-6.scroll-animate-scale {
  transition-delay: 1.2s;
}

.delay-7.scroll-animate, .delay-7.scroll-animate-fade, .delay-7.scroll-animate-slide-left, .delay-7.scroll-animate-slide-right, .delay-7.scroll-animate-scale {
  transition-delay: 1.4s;
}

.delay-8.scroll-animate, .delay-8.scroll-animate-fade, .delay-8.scroll-animate-slide-left, .delay-8.scroll-animate-slide-right, .delay-8.scroll-animate-scale {
  transition-delay: 1.6s;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../../../assets/font/LINESeedJP_OTF_Bd.woff") format("woff"), url("../../../assets/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("../../../assets/font/LINESeedJP_OTF_Eb.woff") format("woff"), url("../../../assets/font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 900;
}
.button {
  width: auto;
}
.button.cta {
  position: relative;
  border-radius: 50px;
  padding: 16px 46px 16px 24px;
  line-height: 1;
  border: none;
}
.button.cta::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 12px;
  height: 12px;
  background: url("/assets/img2/common/icon_arrow_r.svg") no-repeat center center;
  background-size: 100% auto;
}
.button.cta.bigst_20 {
  font-size: 20px;
}
.button.cta.min_14 {
  font-size: 14px;
  padding: 8px 28px 8px 14px;
}
.button.cta.min_14::after {
  width: 10px;
  height: 10px;
  right: 10px;
}
.button.cta.min_12 {
  font-size: 12px;
  padding: 6px 21px 6px 10px;
}
.button.cta.min_12::after {
  width: 8px;
  height: 8px;
}
.button.cta.line {
  border: 2px solid;
  background-color: transparent;
}
.button.cta.line.dblue {
  border-color: #1F91D7;
  color: #1F91D7;
  background-color: transparent;
}
.button.cta.line.dblue::after {
  background: url("/assets/img2/common/icon_arrow_r_dblue.svg") no-repeat center center/contain;
}
.button.cta.line.dblue:hover {
  background-color: #E8F4FB;
  opacity: 1;
}
.button.cta.line.white {
  border-color: #fff;
  color: #fff;
}
.button.cta.line.white::after {
  background: url("/assets/img2/common/icon_arrow_r.svg") no-repeat center center/contain;
}
.button.cta.line.white:hover {
  background-color: #2EB3CB;
  opacity: 1;
}
.button.cta.red {
  background-color: #E94235;
  color: #fff;
}
.button.cta.red.shadow {
  box-shadow: 0 4px 0 0 rgb(164, 13, 1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.cta.red:hover {
  background-color: #D23732;
  opacity: 1;
}
.button.cta.orange {
  background-color: #FF7C4D;
  color: #fff;
}
.button.cta.orange.shadow {
  box-shadow: 0 4px 0 0 rgb(196, 90, 3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.cta.orange:hover {
  background-color: #E87149;
  opacity: 1;
}
.button.cta.blue {
  background-color: #45BDCF;
  color: #fff;
}
.button.cta.blue.shadow {
  box-shadow: 0 4px 0 0 #169DB1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.cta.blue:hover {
  background-color: #2EB3CB;
  opacity: 1;
}
.button.cta.dblue {
  background-color: #1F91D7;
  color: #fff;
}
.button.cta.dblue.shadow {
  box-shadow: 0 4px 0 0 #036DAE;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.cta.dblue:hover {
  background-color: #1583C6;
  opacity: 1;
}
.button.cta.yellow {
  background-color: #FFD302;
  color: #333333;
}
.button.cta.yellow.shadow {
  box-shadow: 0 4px 0 0 #FFD302;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.button.cta.file_pdf {
  padding-left: 60px;
}
.button.cta.file_pdf span {
  font-size: var(--16px);
}
.button.cta.file_pdf::before {
  content: "";
  position: absolute;
  background: url("/assets/img2/common/icon_pdf.svg") no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 28px;
  height: 28px;
}
.button.cta.ex_link {
  padding-right: 50px;
}
.button.cta.ex_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
  background: url("/assets/img2/common/icon_exlink_w.svg") no-repeat center center/contain;
}
.button.cta.contact {
  padding-left: 60px;
}
.button.cta.contact::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 24px;
  height: 24px;
  background: url("/assets/img2/common/icon_mail_w.svg") no-repeat center center/contain;
}
.button.cta.ticket {
  padding-left: 54px;
}
.button.cta.ticket::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 24px;
  height: 24px;
  background: url("/assets/img2/common/icon_ticket_bk.svg") no-repeat center center/contain;
}
.button.cta.ticket::after {
  background: url("/assets/img2/common/icon_arrow_r_bk.svg") no-repeat center center/contain;
}
.button:hover {
  opacity: 0.8;
}
.button:hover::after {
  right: 15px;
  transition: all 0.3s ease;
}

.xo-event-calendar {
  background-color: transparent;
  padding: 0;
  border: none;
}
.xo-event-calendar .xo-months {
  border: 3px solid #E94235;
  border-width: 0 3px 3px 3px;
  border-radius: 20px;
  overflow: hidden;
}
.xo-event-calendar .xo-months .xo-month {
  border: none;
  padding-top: 24px;
}
.xo-event-calendar .xo-months .xo-month tr th,
.xo-event-calendar .xo-months .xo-month tr td {
  border: none;
  font-weight: 700;
  font-size: var(--16px);
  font-family: "Roboto", sans-serif;
  height: 60px !important;
}
.xo-event-calendar .xo-months .xo-month tr th:nth-child(1),
.xo-event-calendar .xo-months .xo-month tr td:nth-child(1) {
  color: #E94235;
}
.xo-event-calendar .xo-months .xo-month tr th:nth-child(7),
.xo-event-calendar .xo-months .xo-month tr td:nth-child(7) {
  color: #1F91D7;
}
.xo-event-calendar .xo-months .xo-month tr th:hover,
.xo-event-calendar .xo-months .xo-month tr td:hover {
  background-color: none;
}
.xo-event-calendar .xo-months .xo-month tr th div,
.xo-event-calendar .xo-months .xo-month tr td div {
  position: relative;
}
.xo-event-calendar .xo-months .xo-month tr th div:hover::before,
.xo-event-calendar .xo-months .xo-month tr td div:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 102, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.xo-event-calendar .xo-months .xo-month tr th div.holiday-all,
.xo-event-calendar .xo-months .xo-month tr td div.holiday-all {
  position: relative;
  color: #979C9E;
  z-index: 2;
}
.xo-event-calendar .xo-months .xo-month tr th div.holiday-all::before,
.xo-event-calendar .xo-months .xo-month tr td div.holiday-all::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  z-index: -1;
}
.xo-event-calendar .xo-months .xo-month tr th div.today,
.xo-event-calendar .xo-months .xo-month tr td div.today {
  position: relative;
  color: #fff !important;
  z-index: 2;
  background-color: #fff !important;
}
.xo-event-calendar .xo-months .xo-month tr th div.today::before,
.xo-event-calendar .xo-months .xo-month tr td div.today::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #1F91D7;
  border-radius: 50%;
  z-index: -1;
}
.xo-event-calendar .xo-months .xo-month tr th div.today.holiday-all,
.xo-event-calendar .xo-months .xo-month tr td div.today.holiday-all {
  color: #333333 !important;
}
.xo-event-calendar .xo-months .xo-month tr th div.today.holiday-all::before,
.xo-event-calendar .xo-months .xo-month tr td div.today.holiday-all::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.xo-event-calendar .xo-months .xo-month .month-header {
  background-color: #E94235;
  color: #fff;
  margin: 0 !important;
  padding: 26px;
  font-weight: 700;
  align-items: center;
  gap: 20px;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-number {
  order: 1;
  margin-right: 10px;
  text-align: left;
  font-size: 42px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 900;
  color: #fff;
  flex-grow: 0;
  line-height: 1;
}
.xo-event-calendar .xo-months .xo-month .month-header .calendar-caption {
  order: 2;
  margin-right: auto;
  text-align: left;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-prev, .xo-event-calendar .xo-months .xo-month .month-header .month-next {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
  border: none;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-prev span, .xo-event-calendar .xo-months .xo-month .month-header .month-next span {
  display: none;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-prev::after, .xo-event-calendar .xo-months .xo-month .month-header .month-next::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-prev {
  order: 3;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-prev::after {
  background: url("/assets/img2/common/icon_arrow_r_red.svg") no-repeat center center/contain;
  transform: rotate(-180deg);
  transform-origin: center center;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-next {
  order: 4;
}
.xo-event-calendar .xo-months .xo-month .month-header .month-next::after {
  background: url("/assets/img2/common/icon_arrow_r_red.svg") no-repeat center center/contain;
}
.xo-event-calendar .holiday-titles {
  padding: 16px;
}
.xo-event-calendar .holiday-titles .holiday-title {
  display: flex;
  align-items: center;
  font-size: var(--14px);
}
.xo-event-calendar .holiday-titles .holiday-title span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.header {
  left: 50%;
  transform: translateX(-50%);
  background-color: #45BDCF;
  max-width: 1200px;
  height: 84px;
  color: #fff;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header {
    height: 56px;
    border-radius: 0 0 26px 26px;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
  }
}

@media screen and (max-width: 768px) {
  .openbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}

.button--header {
  position: relative;
  height: 84px;
  color: #fff;
  background-image: none;
  font-size: 13px;
}
.button--header:hover, .button--header:focus, .button--header.current {
  opacity: 0.7;
  transition: all 0.3s ease;
  background-image: none;
  color: #fff;
}
.button--header.button--haeder__menu {
  background: transparent;
  width: 45px;
  min-width: 45px;
  height: 45px;
  color: #1F91D7;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .button--header.button--haeder__menu {
    width: 20px;
    min-width: 20px;
    height: auto;
    margin-left: 0;
  }
}

.closebtn_container {
  max-width: 1140px;
  margin: 0 auto;
}

.closebtn {
  top: 20px;
  background-color: transparent;
}

.footer {
  background-color: #1F91D7;
  margin-top: 0;
}
.footer .footer__subtitle {
  color: #FFD302;
  border-left: 4px solid #FFD302;
}

a {
  color: #1F91D7;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.sub-title {
  font-family: "LINE Seed JP", sans-serif;
}

.sub-title.sub-title3::before {
  content: url("/assets/img2/common/icon_dblue_l.svg");
}

.sub-title.sub-title3::after {
  content: url("/assets/img2/common/icon_dblue_r.svg");
}

.breadcrumb {
  background-color: #F4F4F4;
}

.top-bt {
  position: fixed;
  width: 80px;
  height: auto;
  z-index: 888;
  right: 10px;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .top-bt {
    width: 70px;
    height: auto;
    right: 0;
    bottom: 10px;
  }
}

.bnr_event {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 128px;
  height: 131px;
  background-color: transparent;
  z-index: 999;
  display: block;
}
@media screen and (max-width: 768px) {
  .bnr_event {
    width: 114px;
    height: 50px;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
  }
}
.bnr_event:hover {
  background: url("/assets/img2/common/fixbt_event_pc_active.png") no-repeat center center/contain;
  content: "";
  transition: all 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .bnr_event:hover {
    content: none;
    background: none;
  }
}
.bnr_event:hover img {
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .bnr_event:hover img {
    opacity: 1;
  }
}
.bnr_event .bnr_event_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bnr_event .bnr_event_img {
    width: 100%;
    height: auto;
  }
}
.bnr_event .bnr_event_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bnr_event .bnr_event_img img {
    width: 100%;
    height: auto;
  }
}

.header .header__menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.header .header__icon {
  width: 24px;
  height: 24px;
}

.acArea {
  justify-content: flex-start;
  max-height: 740px;
  gap: 0 8px;
}

.section.breadcrumb {
  margin-top: 0;
  background-color: #F2F2F2;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  padding-inline: 0;
}
.section.breadcrumb .fbc {
  max-width: 1200px;
  margin: 0 auto;
}

.content_header + section.breadcrumb {
  padding-top: 20px;
}

.box-gray {
  background-color: #F2F2F2;
  padding: 60px 0;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .box-gray {
    border-radius: 26px;
  }
}

.exlink {
  position: relative;
  padding-right: 20px;
}
.exlink::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 2px;
  vertical-align: middle;
  background: url("/assets/img2/common/icon_exlink_dblue.svg") no-repeat center center/contain;
  transition: all 0.3s ease;
}

.sub-title.new_sub-title {
  font-family: "LINE Seed JP", sans-serif;
  font-size: var(--40px);
  letter-spacing: 0.09em;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sub-title.new_sub-title {
    font-size: var(--24px);
    margin-bottom: 40px;
  }
  .sub-title.new_sub-title::before, .sub-title.new_sub-title::after {
    display: none;
  }
}
.sub-title.new_sub-title.shadow {
  text-shadow: -2px -2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .sub-title.new_sub-title.shadow {
    text-shadow: none;
  }
}
.sub-title.new_sub-title.white {
  color: #fff;
}

.stitle {
  color: #1F91D7;
  font-family: "LINE Seed JP", sans-serif;
  font-size: var(--32px);
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .stitle {
    font-size: var(--24px);
  }
}

.content-item-text-tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.content-item-text-tag .content-item-text-tag-item {
  list-style: none;
  color: #333333;
  font-size: var(--14px);
  font-weight: 700;
  background-color: #DEE3E8;
  padding: 12px;
  border-radius: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content-item-text-tag .content-item-text-tag-item {
    font-size: var(--12px);
    padding: 10px;
    border-radius: 12px;
  }
}

.content_header {
  position: relative;
  color: #fff;
  border-radius: 0 0 100px 100px;
  height: 420px;
  margin-top: 0;
  z-index: 1;
}
.content_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F2F2F2;
}
.content_header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 0 0 100px 100px;
}
@media screen and (max-width: 768px) {
  .content_header {
    aspect-ratio: 375/420;
    height: auto;
    border-radius: 0 0 50px 50px;
    padding: 60px auto 35px;
  }
}
.content_header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .content_header .container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.content_header .content_header__text {
  width: calc(100% - 360px);
  color: #fff;
  font-family: "LINE Seed JP", sans-serif;
  margin-top: 120px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .content_header .content_header__text {
    text-align: center;
    width: 100%;
  }
}
.content_header .content_header__title {
  font-size: var(--36px);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .content_header .content_header__title {
    font-size: var(--26px);
    line-height: 1.4;
  }
}
.content_header .content_header__subtitle {
  font-size: var(--64px);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content_header .content_header__subtitle {
    font-size: var(--36px);
    text-align: center;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  }
}
.content_header .content_header__btn {
  width: 360px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .content_header .content_header__btn {
    width: 100%;
    text-align: center;
  }
}
.content_header .content_header__btn .button {
  width: auto;
  font-size: var(--20px);
}
@media screen and (max-width: 768px) {
  .content_header .content_header__btn .button {
    max-width: 300px;
    font-size: var(--16px);
  }
}

.bnr-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .bnr-section {
    flex-direction: column;
  }
}

.bnr__item {
  width: calc(50% - 15px);
  max-width: 615px;
}
@media screen and (max-width: 768px) {
  .bnr__item {
    width: 100%;
  }
}

.icon_corner_right {
  position: relative;
  font-size: var(--18px);
  font-weight: 500;
  line-height: 1;
  padding-right: 20px;
}
.icon_corner_right::after {
  position: relative;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 8px;
}
.icon_corner_right.blue {
  color: #45BDCF;
}
.icon_corner_right.blue::after {
  content: url("/assets/img2/common/icon_right_down_blue.svg");
}
.icon_corner_right.orange {
  color: #FF7C4D;
}
.icon_corner_right.orange::after {
  content: url("/assets/img2/common/icon_right_down_org.svg");
}

.img_list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .img_list {
    gap: 40px;
  }
}
.img_list .img_list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item {
    flex-direction: column;
    gap: 40px;
  }
}
.img_list .img_list__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item:nth-child(even) {
    flex-direction: column;
  }
}
.img_list .img_list__item__img {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__img {
    width: 100%;
  }
}
.img_list .img_list__item__img img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__img img {
    border-radius: 26px;
  }
}
.img_list .img_list__item__text {
  width: calc(47% - 60px);
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__text {
    width: 100%;
  }
}
.img_list .img_list__item__text h3 {
  font-size: var(--36px);
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1F91D7;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__text h3 {
    font-size: var(--24px);
    margin-bottom: 20px;
  }
}
.img_list .img_list__item__text p {
  font-size: var(--18px);
  color: #333333;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__text p {
    font-size: var(--16px);
  }
}
@media screen and (max-width: 768px) {
  .img_list .img_list__item__text p:has(.button) {
    text-align: center;
  }
}

.faq-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .faq-list {
    padding-inline: 10px;
  }
}
.faq-list .faq-item {
  border-bottom: 1px solid #C8D0D2;
  padding: 34px 0;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-item {
    padding: 20px 0;
  }
}
.faq-list .faq-question {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.faq-list .faq-question .faq-number {
  width: 80px;
  color: #1F91D7;
  font-size: var(--24px);
  font-weight: 0;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.4;
  flex-shrink: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-question .faq-number {
    font-size: var(--16px);
  }
}
.faq-list .faq-question h3 {
  color: #333333;
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-question h3 {
    font-size: var(--16px);
  }
}
.faq-list .faq-answer {
  display: flex;
  align-items: flex-start;
}
.faq-list .faq-answer .faq-answer-label {
  width: 52px;
  margin-right: 28px;
  position: relative;
  background-color: #45BDCF;
  color: #fff;
  font-size: var(--14px);
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  padding: 8px 20px;
  border-radius: 8px;
  flex-shrink: 0;
  line-height: 1;
}
.faq-list .faq-answer .faq-answer-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #45BDCF;
  translate: 100% -50%;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-answer .faq-answer-label {
    font-size: var(--12px);
    padding: 4px 8px;
  }
}
.faq-list .faq-answer p {
  color: #333333;
  font-size: var(--16px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .faq-list .faq-answer p {
    font-size: var(--14px);
  }
}

.faq-more {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .faq-more {
    margin-top: 40px;
  }
}

body {
  background-color: #fff;
}

.main-contents {
  padding-top: 0;
}

.t_mv {
  position: relative;
  background-image: url("/assets/img2/top/mv_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #45BDCF;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  aspect-ratio: 1440/900;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .t_mv {
    aspect-ratio: 608/1080;
    padding: 0;
  }
}
.t_mv .mv__inner {
  position: relative;
  background-color: #45BDCF;
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .t_mv .mv__inner {
    border-radius: 0;
  }
}
.t_mv .mv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img2/top/top_mv_bg_pc.png") no-repeat center bottom;
  background-size: 100% auto;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t_mv .mv__inner::after {
    background: url("/assets/img2/top/top_mv_bg_sp.png") no-repeat center bottom -22%/100% auto;
  }
}
.t_mv .mv__content {
  position: relative;
  height: 100%;
  width: 100%;
}
.t_mv .mv__content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t_mv .mv__content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("/assets/img2/top/top_mv_overlay.png") repeat;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.t_mv .mv__title {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 1001px) {
  .t_mv .mv__title {
    font-size: var(--48px);
  }
}
@media screen and (max-width: 768px) {
  .t_mv .mv__title {
    font-size: var(--22px);
  }
}
.t_mv .mv__animation {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 44px;
  height: 63px;
}
@media screen and (max-width: 768px) {
  .t_mv .mv__animation {
    display: none;
  }
}

.t_information {
  background-color: #45BDCF;
  color: #fff;
  margin-top: 0;
  padding: 40px;
}
.t_information .container {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  padding: 40px;
  color: #333333;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .t_information .container {
    border-radius: 26px;
    padding: 20px;
  }
}

.t_outline {
  background: url("/assets/img2/top/top_outline_bg_pc.png") no-repeat center bottom/100% auto, url("/assets/img2/top/top_outline_content_bg_l.png") no-repeat left 550px/900px auto, url("/assets/img2/top/top_outline_content_bg_r.png") no-repeat right 1700px/900px auto #45BDCF;
  color: #fff;
  margin-top: 0;
  border-radius: 0 0 80px 80px;
  padding-bottom: 360px;
}
@media screen and (max-width: 1440px) {
  .t_outline {
    border-radius: 26px 26px 0 0;
    background: url("/assets/img2/top/top_outline_bg_pc.png") no-repeat center bottom/100% auto, url("/assets/img2/top/top_outline_content_bg_l.png") no-repeat left top 30%/62.5% auto, url("/assets/img2/top/top_outline_content_bg_r.png") no-repeat right bottom 24%/62.5% auto #45BDCF;
    margin-top: -26px;
  }
}
@media screen and (max-width: 768px) {
  .t_outline {
    background-image: none;
    padding: 10px 0;
    z-index: 2;
  }
}
.t_outline .sub-title {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .t_outline .sub-title {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .t_outline .container {
    padding-top: 0;
  }
}
.t_outline .outline__lead {
  background: url("/assets/img2/top/top_outline_lead_pc.png") no-repeat center center;
  background-size: 94.5% auto;
  padding: 40px 30px 60px 40px;
  border-radius: 40px;
  margin-bottom: 20px;
  font-size: var(--20px);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__lead {
    padding: 50px 24px 30px 24px;
    background: url("/assets/img2/top/top_outline_lead_sp_t.png") no-repeat top center/100% auto, url("/assets/img2/top/top_outline_lead_sp_b.png") no-repeat bottom center/100% auto;
    border-radius: 20px;
    min-height: 360px;
  }
}
.t_outline .outline__lead p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__lead p {
    font-size: var(--16px);
    text-align: left;
  }
}
.t_outline .outline__lead .button {
  width: auto;
  font-size: var(--16px);
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__lead .button {
    margin-top: 30px;
  }
}
.t_outline .outline__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content {
    gap: 40px;
  }
}
.t_outline .outline__content .outline__content-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-image {
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-image {
    width: 100%;
    order: 2;
    z-index: 1;
    margin-top: -20px;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-image img {
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-image img {
    border-radius: 0;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-text {
  width: 46.9%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-text {
    width: 100%;
    order: 1;
    z-index: 2;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-title {
  margin: 0 0 0 10px;
  z-index: 2;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-title {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-title img {
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
.t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-text-text {
  position: relative;
  background-color: #fff;
  border-radius: 40px;
  border: 4px solid #1F91D7;
  padding: 40px 30px 60px 40px;
  color: #333333;
  margin-left: -40px;
  margin-top: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-text-text {
    border-radius: 26px;
    padding: 32px 24px 56px 24px;
    margin: -20px 16px 0;
  }
}
.t_outline .outline__content .outline__content-item .outline__content-item-text .outline__content-item-text-text p {
  margin-bottom: 0;
}
.t_outline .outline__content .outline__content-item .outline__content-item-text .button {
  position: absolute;
  bottom: 0;
  right: -4px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item .outline__content-item-text .button {
    bottom: -1px;
    right: 50%;
    transform: translateX(50%);
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.t_outline .outline__content .outline__content-item:nth-of-type(even) .outline__content-item-text {
  width: calc(46.9% - 40px);
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(even) .outline__content-item-text {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(even) .outline__content-item-text-text {
  margin-right: -40px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(even) .outline__content-item-text-text {
    margin-right: 16px;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(1) .outline__content-item-title img {
  width: 62.8%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(1) .outline__content-item-title img {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-title {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-title {
    text-align: center;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-title img {
  width: 81.1%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-title img {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-text-text {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(2) .outline__content-item-text-text {
    margin-top: -20px;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(3) .outline__content-item-title img {
  width: 83.8%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(3) .outline__content-item-title img {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(3) .outline__content-item-text-text {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(3) .outline__content-item-text-text {
    margin-top: -20px;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(4) .outline__content-item-title {
  text-align: center;
}
.t_outline .outline__content .outline__content-item:nth-of-type(4) .outline__content-item-title img {
  width: 60.1%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(4) .outline__content-item-title img {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(4) .outline__content-item-text-text {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(4) .outline__content-item-text-text {
    margin-top: -20px;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(5) .outline__content-item-title img {
  width: 77.7%;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(5) .outline__content-item-title img {
    width: 100%;
  }
}
.t_outline .outline__content .outline__content-item:nth-of-type(5) .outline__content-item-text-text {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .t_outline .outline__content .outline__content-item:nth-of-type(5) .outline__content-item-text-text {
    margin-top: -20px;
  }
}

.t_guide {
  position: relative;
  margin-top: -240px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .t_guide {
    margin-top: 0;
    background-color: #45BDCF;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.t_guide .container {
  background-color: #1F91D7;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .t_guide .container {
    border-radius: 26px;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.t_guide .guide__ttl {
  position: absolute;
  top: -60px;
  left: 50%;
  background-color: #1F91D7;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50px;
  padding: 20px;
  font-size: var(--20px);
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.06em;
  transform: rotate(-8deg) translateX(-50%);
  transform-origin: center bottom;
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__ttl {
    font-size: var(--16px);
    padding: 16px;
  }
}
.t_guide .guide__ttl::after {
  position: absolute;
  left: 20px;
  bottom: -6px;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  z-index: 2;
  transform: rotate(53deg);
}
.t_guide .sub-title {
  color: #fff;
  text-shadow: -2px -2px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .t_guide .sub-title {
    font-size: var(--24px);
    text-shadow: none;
  }
  .t_guide .sub-title::before, .t_guide .sub-title::after {
    display: none;
  }
}
.t_guide .guide__content {
  display: flex;
  gap: 20px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__content {
    flex-direction: column;
    gap: 40px;
    padding: 0;
    margin: 0 16px;
  }
}
.t_guide .guide__content .guide__content-item {
  display: flex;
  flex-direction: column;
  width: calc(33.333% - 13.333px);
  gap: 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__content .guide__content-item {
    width: 100%;
  }
}
.t_guide .guide__content .guide__content-item-text {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 16px 0 24px;
  flex-grow: 1;
}
.t_guide .guide__content .guide__content-item-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-radius: 0 0 6px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  transform: scaleX(0.6) rotate(45deg);
}
.t_guide .guide__content .guide__content-item-text .guide__content-item-sub-title {
  color: #1F91D7;
  margin: 0;
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__content .guide__content-item-text .guide__content-item-sub-title {
    font-size: var(--16px);
  }
}
.t_guide .guide__content .guide__content-item-text .guide__content-item-sub-title img {
  width: 44px;
  height: 35.5px;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__content .guide__content-item-text .guide__content-item-sub-title img {
    width: 43px;
    height: 35px;
  }
}
.t_guide .guide__content .guide__content-item-text .guide__content-item-title {
  color: #333333;
  margin: 0;
  font-size: var(--24px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .t_guide .guide__content .guide__content-item-text .guide__content-item-title {
    font-size: var(--22px);
  }
}
.t_guide .button {
  width: auto;
  border-color: #fff;
  color: #fff;
  margin-top: 32px;
}

.t_calendar {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 80px 80px;
  z-index: 2;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .t_calendar {
    border-radius: 0 0 26px 26px;
    padding-bottom: 40px;
  }
}
.t_calendar::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 24px;
  border-radius: 0 0 20px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  transform: scaleX(0.8) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .t_calendar::after {
    bottom: -16px;
    border-width: 16px;
    border-radius: 0 0 16px 0;
  }
}
.t_calendar .sub-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t_calendar .sub-title {
    margin-bottom: 40px;
  }
}
.t_calendar .calendar__content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .t_calendar .calendar__content {
    flex-direction: column;
    gap: 40px;
  }
}
.t_calendar .calender_area {
  width: 57.5%;
}
@media screen and (max-width: 768px) {
  .t_calendar .calender_area {
    width: 100%;
  }
}
.t_calendar .calender_area .cat-list {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.t_calendar .calender_area .cat-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E94235;
  z-index: -1;
}
.t_calendar .calender_area .cat-list .cat-list-item {
  position: relative;
  width: fit-content;
  list-style: none;
  color: #E94235;
  font-size: var(--12px);
  border-radius: 16px 16px 0 0;
  padding: 14px 12px;
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  background-color: rgba(233, 66, 53, 0.3);
  margin-left: 40px;
}
.t_calendar .calender_area .cat-list .cat-list-item.active {
  border: 4px solid #E94235;
  background-color: #fff;
  border-width: 4px 4px 0 4px;
  padding: 16px 36px 16px 12px;
}
.t_calendar .calender_area .cat-list .cat-list-item.active::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  width: 12px;
  height: 12px;
  background: url("/assets/img2/common/icon_arrow_d_red.svg") no-repeat center center;
  background-size: 100% auto;
}
.t_calendar .news_area {
  position: relative;
  width: calc(42.5% - 40px);
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .t_calendar .news_area {
    width: 100%;
    margin-top: 0 !important;
  }
}
.t_calendar .news_area .cat-title {
  color: #1F91D7;
  font-size: var(--24px);
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.t_calendar .news_area .button.cta.min_14.line {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .t_calendar .news {
    margin: 0 8px;
  }
}
.t_calendar .news .news__item {
  font-size: var(--16px);
}
@media screen and (max-width: 768px) {
  .t_calendar .news .news__item {
    position: relative;
  }
  .t_calendar .news .news__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F2F4F5;
    background-image: url("/assets/img2/common/icon_arrow_r_bk.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .t_calendar .news .news__item a {
    padding-right: 50px;
  }
}
.t_calendar .news .news__item .news__link .news__date_set {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .t_calendar .news .news__item .news__link .news__date_set {
    padding-right: 40px;
  }
}
.t_calendar .news .news__item .news__link .news__date_set .icon.icon__default {
  width: auto;
  min-width: 100px;
}
.t_calendar .news .news__item .news__link .news__date_set .news__date {
  font-family: "Roboto", sans-serif;
  font-size: var(--14px);
}
.t_calendar .news .news__item .news__link .news__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_recommend {
  background-color: #45BDCF;
  color: #fff;
  border-radius: 0 0 80px 80px;
  margin-top: -80px;
  padding-top: 120px;
  padding-bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .t_recommend {
    border-radius: 0 0 26px 26px;
    padding-bottom: 40px;
  }
}
.t_recommend .sub-title {
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .t_recommend .sub-title {
    font-size: var(--24px);
    margin-bottom: 40px;
  }
}
.t_recommend .recommend__content {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .t_recommend .recommend__content {
    flex-direction: column;
    gap: 60px;
  }
}
.t_recommend .recommend__content .recommend__content-item {
  width: calc(33.333% - 13.333px);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .t_recommend .recommend__content .recommend__content-item {
    width: 90%;
    margin: 0 auto;
  }
}
.t_recommend .recommend__content .recommend__content-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t_recommend .recommend__content .recommend__content-item-image {
  position: relative;
  aspect-ratio: 3/2;
}
.t_recommend .recommend__content .recommend__content-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t_recommend .recommend__content .recommend__content-item-text {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 20px;
  gap: 8px;
  padding: 24px;
  flex-grow: 1;
}
.t_recommend .recommend__content .recommend__content-item-text-label {
  position: absolute;
  top: -40px;
  right: 16px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--18px);
  font-weight: 700;
  line-height: 1;
  background-color: #474747;
  color: #fff;
}
.t_recommend .recommend__content .recommend__content-item-text-label.exhibition {
  background-color: #1F91D7;
}
.t_recommend .recommend__content .recommend__content-item-text-date {
  color: #45BDCF;
  font-size: var(--16px);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .t_recommend .recommend__content .recommend__content-item-text-date {
    font-size: var(--14px);
  }
}
.t_recommend .recommend__content .recommend__content-item-title {
  color: #333333;
  font-size: var(--22px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .t_recommend .recommend__content .recommend__content-item-title {
    font-size: var(--18px);
  }
}
.t_recommend .recommend__content .button.ticket {
  position: relative;
  width: auto;
  margin: 30px auto;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}

.t_sns .sub-title {
  margin-bottom: 40px;
  font-size: var(--32px);
}
@media screen and (max-width: 768px) {
  .t_sns .sub-title {
    margin-bottom: 20px;
    font-size: var(--24px);
    padding: 0;
  }
}

.content_header {
  background-color: #F2F2F2;
}
.content_header.p_communityspace::after {
  background: url("/assets/img2/communityspace/ttl_bg_pc.jpg") no-repeat center center/cover #F2F2F2;
}
@media screen and (max-width: 768px) {
  .content_header.p_communityspace::after {
    background: url("/assets/img2/communityspace/ttl_bg_sp.jpg") no-repeat center center/cover #F2F2F2;
  }
}

.p-communityspace__info {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__info {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.p-communityspace__info p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-communityspace__info p {
    text-align: left;
  }
}
.p-communityspace__info .p-communityspace__touroku {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__info .p-communityspace__touroku {
    padding: 40px 20px;
  }
}
.p-communityspace__info .p-communityspace__touroku p {
  margin-bottom: 0;
}
.p-communityspace__info .touroku__card {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__info .touroku__card {
    flex-direction: column;
  }
}
.p-communityspace__info .touroku__card .touroku__card-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__info .touroku__card .touroku__card-inner {
    border-radius: 10px;
    width: 100%;
  }
}
.p-communityspace__info .touroku__card .touroku__card-inner:nth-of-type(1) h3::before {
  background: url("/assets/img2/common/icon_status_notyet.svg") no-repeat center center/contain;
}
.p-communityspace__info .touroku__card .touroku__card-inner:nth-of-type(2) h3::before {
  background: url("/assets/img2/common/icon_status_done.svg") no-repeat center center/contain;
}
.p-communityspace__info .touroku__card h3 {
  position: relative;
  font-size: var(--18px);
  text-align: center;
  vertical-align: middle;
  color: #45BDCF;
  margin-bottom: 0;
}
.p-communityspace__info .touroku__card h3::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
}

.p-communityspace__room {
  background-color: #1F91D7;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-communityspace__room h2, .p-communityspace__room h3, .p-communityspace__room p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-communityspace__room {
    padding-top: 64px;
    padding-bottom: 24px;
  }
}
.p-communityspace__room .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.p-communityspace__room .sub-title {
  color: #fff;
}
.p-communityspace__room .content-item-text-tag {
  display: flex;
  gap: 6px;
  flex-grow: 1;
  margin: 8px 0;
  flex-wrap: wrap;
}
.p-communityspace__room .content-item-text-tag-item {
  padding: 8px;
  border-radius: 7px;
}
.p-communityspace__room .communityspace__room-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__room .communityspace__room-list {
    flex-direction: column;
  }
}
.p-communityspace__room .communityspace__room-item {
  width: calc(33.333% - 13.333px);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-communityspace__room .communityspace__room-item {
    width: 100%;
    border-radius: 10px;
  }
}
.p-communityspace__room .communityspace__room-item-img {
  aspect-ratio: 387/217;
  overflow: hidden;
}
.p-communityspace__room .communityspace__room-item-img a:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease;
  opacity: 1;
}
.p-communityspace__room .communityspace__room-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-communityspace__room .communityspace__room-item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  align-items: flex-start;
}
.p-communityspace__room .communityspace__room-item-text p {
  font-size: var(--14px);
  font-weight: 700;
  color: #45BDCF;
}
.p-communityspace__room .communityspace__room-item-text h3 {
  font-size: var(--18px);
  color: #333333;
}
.p-communityspace__room .communityspace__room-item-text .content-item-text-tag {
  flex-grow: 1;
  align-items: flex-start;
}
.p-communityspace__room .communityspace__room-item-text .communityspace__room-item-text-btn {
  flex-grow: 0;
  margin-top: auto;
}
.p-communityspace__room .communityspace__room-item-text-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.p-communityspace__room .communityspace__room-item-text-btn li {
  width: auto;
}

.p-communityspace__case {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-communityspace__case h2, .p-communityspace__case h3, .p-communityspace__case p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.p-communityspace__case .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case .container {
    gap: 60px;
  }
}
.p-communityspace__case .communityspace__case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case .communityspace__case-list {
    flex-direction: column;
  }
}
.p-communityspace__case .communityspace__case-item {
  position: relative;
  width: calc(33.333% - 13.333px);
  border-radius: 12px;
  background: linear-gradient(180deg, #F2F4F5 0%, #F2F4F5 60%, #45BDCF 60%, #45BDCF 100%);
  border-radius: 20px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case .communityspace__case-item {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
}
.p-communityspace__case .communityspace__case-item-cat {
  position: absolute;
  top: -60px;
  left: 50%;
  background-color: #1F91D7;
  color: #fff;
  border: 4px solid #FFD302;
  border-radius: 50px;
  padding: 14px 24px;
  font-size: var(--16px);
  font-weight: 700;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1;
  transform: rotate(-8deg) translateX(-50%);
  transform-origin: center bottom;
  white-space: nowrap;
}
.p-communityspace__case .communityspace__case-item-cat::after {
  position: absolute;
  left: 20px;
  bottom: -6px;
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #FFD302;
  border-radius: 2px;
  z-index: 2;
  transform: rotate(53deg);
}
.p-communityspace__case .communityspace__case-item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 34/19;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.35), -2px 1px 0 0 rgba(0, 0, 0, 0.2) inset, 2px 2px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.p-communityspace__case .communityspace__case-item-img .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.p-communityspace__case .communityspace__case-item-img .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}
.p-communityspace__case .communityspace__case-item-img .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.p-communityspace__case .communityspace__case-item-img .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #1F91D7;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.p-communityspace__case .communityspace__case-item-img .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.p-communityspace__case .communityspace__case-item-img.case-slider {
  position: relative;
  padding-bottom: 10px;
}
.p-communityspace__case .communityspace__case-item-img.case-slider .slick-dots {
  bottom: 10px;
}
.p-communityspace__case .communityspace__case-item-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-grow: 1;
}
.p-communityspace__case .communityspace__case-item-text h3 {
  font-size: var(--18px);
  font-weight: 700;
  color: #333333;
  flex-grow: 1;
}
.p-communityspace__case .communityspace__case-item-text p {
  font-size: var(--14px);
  font-weight: 500;
  color: #45BDCF;
  flex-grow: 1;
}
.p-communityspace__case .communityspace__case-item-text-btn {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.p-communityspace__case .communityspace__case-item-text-btn li {
  width: auto;
}
.p-communityspace__case .communityspace__case-item-copyright {
  position: absolute;
  bottom: -20px;
  right: 0;
  font-size: var(--12px);
  transform: scale(0.8);
}
.p-communityspace__case .communityspace__case-item-copyright p {
  margin: 0;
  padding: 0;
  color: #787878;
  font-weight: 400;
  line-height: 1;
}
.p-communityspace__case .content-item-text-tag {
  gap: 6px;
  flex-grow: 1;
  align-items: flex-start;
}
.p-communityspace__case .content-item-text-tag-item {
  padding: 8px;
  border-radius: 7px;
  background-color: #fff;
  color: #45BDCF;
}
.p-communityspace__case .communityspace__case-caution {
  gap: 30px;
  margin-top: 100px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case .communityspace__case-caution {
    margin-top: 60px;
  }
}
.p-communityspace__case .communityspace__case-caution .communityspace__case-caution-list {
  list-style: disc;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-communityspace__case .communityspace__case-caution .communityspace__case-caution-list li {
  font-size: var(--18px);
  color: #333333;
  text-align: left;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-communityspace__case .communityspace__case-caution .communityspace__case-caution-list li {
    font-size: var(--16px);
  }
}
.p-communityspace__case .communityspace__case-caution .communityspace__case-caution-list li a {
  color: #333333;
  text-decoration: underline;
}
.p-communityspace__case .communityspace__case-caution .communityspace__case-caution-list li a:hover {
  color: #1F91D7;
}

.p-communityspace__faq {
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-communityspace__faq {
    padding: 0 auto 60px;
  }
}
.p-communityspace__faq .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-content {
  display: none;
}

.modal-room-detail {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modal-room-detail {
    flex-direction: column;
    gap: 20px;
  }
}
.modal-room-detail__title {
  width: 100%;
  text-align: center;
}
.modal-room-detail__title .sub-title {
  font-size: var(--32px);
}
@media screen and (max-width: 768px) {
  .modal-room-detail__title .sub-title {
    font-size: var(--24px);
  }
  .modal-room-detail__title .sub-title::before, .modal-room-detail__title .sub-title::after {
    display: none;
  }
}
.modal-room-detail__text {
  flex: 1;
  min-width: 0;
}
.modal-room-detail__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
}
.modal-room-detail__item h5 {
  font-size: var(--16px);
  font-weight: 700;
  color: #45BDCF;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .modal-room-detail__item h5 {
    font-size: var(--14px);
  }
}
.modal-room-detail__item p {
  font-size: var(--16px);
  color: #333333;
  line-height: 1.6;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-room-detail__item p {
    font-size: var(--14px);
  }
}
.modal-room-detail__item .list {
  margin: 0;
  padding-left: 20px;
}
.modal-room-detail__item .list li {
  font-size: var(--16px);
  color: #333333;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .modal-room-detail__item .list li {
    font-size: var(--14px);
  }
}
.modal-room-detail__images {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .modal-room-detail__images {
    width: 100%;
  }
}
.modal-room-detail__main-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.modal-room-detail__sub-images {
  display: flex;
  gap: 10px;
}
.modal-room-detail__sub-images img {
  flex: 1;
  width: calc(50% - 5px);
  object-fit: cover;
}
.modal-room-detail__layout img {
  width: 100%;
  height: auto;
}

.custom-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.custom-modal-container {
  position: relative;
  background: #fff;
  border-radius: 40px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .custom-modal-container {
    border-radius: 30px;
    padding-block: 4px;
  }
}

.custom-modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  background: url("/assets/img2/common/btn_close_l.svg") no-repeat center/contain;
  width: 65px;
  height: 65px;
  border: none;
  cursor: pointer;
  z-index: 12;
  border-radius: 50%;
  transition: all 0.3s ease;
  padding: 0;
}
.custom-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .custom-modal-close {
    width: 52px;
    height: 52px;
    top: -20px;
    right: -24px;
    background: url("/assets/img2/common/btn_close_s.svg") no-repeat center/contain;
  }
}

.custom-modal-content {
  padding: 60px;
  max-height: 80vh;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .custom-modal-content {
    padding: 40px 20px;
    max-height: 85vh;
  }
}

body.modal-open {
  overflow: hidden;
}

.content_header.p_group {
  background: url("/assets/img2/group/ttl_bg_pc.jpg") no-repeat center center/cover #F2F2F2;
}
@media screen and (max-width: 768px) {
  .content_header.p_group {
    background: url("/assets/img2/group/ttl_bg_sp.jpg") no-repeat center center/cover #F2F2F2;
  }
}
.content_header.p_group::after {
  background: url("/assets/img2/group/ttl_bg_pc.jpg") no-repeat center center/cover #F2F2F2;
}
@media screen and (max-width: 768px) {
  .content_header.p_group::after {
    background: url("/assets/img2/group/ttl_bg_sp.jpg") no-repeat center center/cover #F2F2F2;
  }
}

.p-group_flow {
  text-align: center;
}
.p-group_flow .lead p {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-group_flow .lead p {
    text-align: left;
  }
}
.p-group_flow .p-group_flow__caution {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-group_flow .p-group_flow__caution {
    flex-direction: column;
    gap: 16px;
  }
}
.p-group_flow .p-group_flow__caution .p-group_flow__caution__title {
  position: relative;
  font-size: var(--14px);
  font-weight: 700;
  color: #fff;
  height: 26px;
  background-color: #E94235;
  padding: 0 8px 0 22px;
  line-height: 1;
  border-radius: 8px 4px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-group_flow .p-group_flow__caution .p-group_flow__caution__title {
    border-radius: 8px;
  }
}
.p-group_flow .p-group_flow__caution .p-group_flow__caution__title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 16px;
  height: 16px;
  background: url("/assets/img2/common/icon_caution.svg") no-repeat center center/contain;
}
.p-group_flow .p-group_flow__caution .p-group_flow__caution__title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #E94235;
  top: 3px;
  right: -7px;
  border-width: 10px;
  border-radius: 0 5px 5px 5px;
  transform: rotate(-45deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-group_flow .p-group_flow__caution .p-group_flow__caution__title::after {
    bottom: -7px;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    border-width: 7px;
    border-radius: 0 0 7px 0;
    transform: scaleX(0.6) rotate(45deg);
  }
}
.p-group_flow .p-group_flow__caution .p-group_flow__caution__content {
  font-size: var(--16px);
  color: #333333;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0px;
}
.p-group_flow .box-gray h3 {
  text-align: center;
}
.p-group_flow .box-gray p {
  text-align: center;
}
.p-group_flow .flow-list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list {
    flex-direction: column;
    gap: 30px;
  }
}
.p-group_flow .flow-list .flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border: 6px solid #1F91D7;
  border-radius: 26px;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list .flow-item {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    border: 6px solid #1F91D7;
    border-radius: 24px;
  }
}
.p-group_flow .flow-list .flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -25px;
  display: inline-block;
  width: 25px;
  height: 50px;
  padding: 5px 14px 5px 0;
  border-radius: 0 100% 100% 0%/50%;
  background: #fff;
  border: 6px solid #1F91D7;
  border-width: 6px 6px 6px 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list .flow-item:not(:last-child)::before {
    bottom: -25px;
    right: 50%;
    transform: translateX(50%);
    height: 25px;
    width: 50px;
    border-radius: 50%/0 0 100% 100%;
    border-width: 0 6px 6px 6px;
  }
}
.p-group_flow .flow-list .flow-item:not(:last-child)::after {
  content: "";
  background: url("/assets/img2/common/Icon_arrow_b_r.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 36px;
  right: -10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list .flow-item:not(:last-child)::after {
    bottom: -10px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    width: 18px;
    height: 18px;
  }
}
.p-group_flow .flow-list .flow-step {
  position: relative;
  background-color: #1F91D7;
  color: #fff;
  width: 100%;
  padding: 12px 20px;
  font-size: var(--24px);
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
  z-index: 3;
  border-radius: 19px 19px 0 0;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list .flow-step {
    border-radius: 16px 16px 0 0;
  }
}
.p-group_flow .flow-list .flow-step .step-number-inner {
  font-size: var(--32px);
}
.p-group_flow .flow-list .flow-content {
  position: relative;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-group_flow .flow-list .flow-content {
    border-radius: 8px;
    text-align: left;
    padding: 16px;
  }
}
.p-group_flow .flow-list .flow-content h3 {
  font-size: var(--18px);
  font-weight: 700;
  color: #333333;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0px;
}
.p-group_flow .flow-list .flow-content p {
  font-size: var(--14px);
  color: #333333;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0px;
}
.p-group_flow .p-group_flow__btn {
  display: flex;
  justify-content: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .p-group_flow .p-group_flow__btn {
    flex-direction: column;
    gap: 20px;
  }
}
.p-group_flow .p-group_flow__btn .icon_corner_right {
  text-align: center;
}
.p-group_flow .p-group_flow__btn .button {
  min-width: 356px;
  font-size: var(--20px);
}
.p-group_flow .p-group_flow__btn .button.blue.ex_link::before {
  left: 40px;
}
.p-group_flow .p-group_flow__btn .button.blue.ex_link::after {
  right: 40px;
}

.p-group_case {
  background: url("/assets/img2/group/case_bg_pc.png") no-repeat bottom center/100%;
  padding: 100px 20px;
}
@media screen and (max-width: 768px) {
  .p-group_case {
    background: url("/assets/img2/group/case_bg_sp.png") repeat-y top center/100%;
    padding: 60px 10px;
  }
}
.p-group_case .p-group_case__info {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
  border-radius: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-group_case .p-group_case__info {
    padding: 32px 10px;
    margin-top: 40px;
    border-radius: 26px;
  }
}
.p-group_case .p-group_case__info p {
  text-align: center;
  margin-bottom: 20px;
  font-size: var(--16px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-group_case .p-group_case__info p {
    margin-bottom: 10px;
    font-size: var(--16px);
    text-align: left;
  }
}
.p-group_case .p-group_case__info .button {
  min-width: 356px;
  font-size: var(--20px);
  max-width: 100%;
}
.p-group_case .p-group_case__info .button.blue.ex_link::before {
  left: 40px;
}
.p-group_case .p-group_case__info .button.blue.ex_link::after {
  right: 40px;
}
.p-group_case .p-group_case__info .button + p {
  margin-top: 20px;
}

.p-group_outgoing {
  background-color: #45BDCF;
  color: #fff;
  padding: 100px 20px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-group_outgoing {
    padding: 60px 10px;
  }
}
.p-group_outgoing h3, .p-group_outgoing p {
  color: #fff !important;
}
.p-group_outgoing .img_list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-group_outgoing .img_list {
    margin-top: 40px;
  }
}
.p-group_outgoing .button {
  margin-top: 20px;
}

.p-group_faq {
  padding: 100px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-group_faq {
    padding: 60px 0;
  }
}

.content_header.p_corporate::after {
  background: url("/assets/img2/corporate/ttl_bg_pc.jpg") no-repeat center center/cover #F2F2F2;
}
@media screen and (max-width: 768px) {
  .content_header.p_corporate::after {
    background: url("/assets/img2/corporate/ttl_bg_sp.jpg") no-repeat center center/cover #F2F2F2;
  }
}

.p-corporate_lead {
  text-align: center;
}
.p-corporate_lead .container {
  padding: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-corporate_lead .container {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.p-corporate_lead p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-corporate_lead p {
    text-align: left;
  }
}
.p-corporate_lead .button {
  margin-top: 20px;
}

.p-corporate_case {
  background: url("/assets/img2/corporate/case_bg_pc.png") no-repeat bottom center/100%;
  padding: 40px 20px 100px;
}
@media screen and (max-width: 768px) {
  .p-corporate_case {
    background: url("/assets/img2/corporate/case_bg_sp.png") repeat-y top center/100%;
    padding: 60px 10px;
  }
}
.p-corporate_case .p-corporate_case__info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-corporate_case .p-corporate_case__info {
    padding: 32px 10px;
    margin-top: 40px;
    border-radius: 26px;
  }
}
.p-corporate_case .p-corporate_case__info p {
  text-align: center;
  margin-bottom: 20px;
  font-size: var(--16px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-corporate_case .p-corporate_case__info p {
    margin-bottom: 10px;
    font-size: var(--16px);
    text-align: left;
  }
}
.p-corporate_case .img_list__item__text {
  position: relative;
}
.p-corporate_case .img_list__item__text__bg {
  position: absolute;
  top: -50px;
  right: 0;
  font-family: "LINE Seed JP", sans-serif;
  font-size: var(--14px);
  font-weight: 900;
  font-size: 120px;
  line-height: 1;
  color: #1F91D7;
  opacity: 0.06;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-corporate_case .img_list__item__text__bg {
    font-size: 63px;
    top: -30px;
  }
}
.p-corporate_case .img_list__item__text__bg span {
  font-size: 100px;
}
@media screen and (max-width: 768px) {
  .p-corporate_case .img_list__item__text__bg span {
    font-size: 50px;
  }
}/*# sourceMappingURL=new_style.css.map */