/* --------------------------------------------------
	section size
-------------------------------------------------- */
.l-inner .c-text + .c-text {
  margin-top: 3.2rem;
}

/* sec-fv
---------------------------------------------------------------------------- */
.sec-fv {
  position: relative;
}

.sec-fv .slider {
  background-color: #f4f6fa;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .sec-fv .slider {
    position: revert;
    width: 100%;
    padding: 5rem 3.6rem;
  }
  .slick-prev,
  .slick-next {
    top: calc(50% - 2rem);
  }
}
.sec-fv .slider a {
  display: block;
  transition: 0.4s;
}

.sec-fv .slider a:hover {
  opacity: 0.7;
}

.sec-fv .slider .slick-next,
.sec-fv .slider .slick-prev {
  width: 5.8rem;
  height: 5.8rem;
  z-index: 50;
  background: url("../img/top/arrow_slide.png") no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media print, screen and (max-width: 767px) {
  .sec-fv .slider .slick-next,
  .sec-fv .slider .slick-prev {
    width: 8rem;
    height: 8rem;
  }
}
.sec-fv .slider .slick-next:before,
.sec-fv .slider .slick-prev:before {
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .sec-fv .slider .slick-next:hover,
  .sec-fv .slider .slick-prev:hover {
    opacity: 0.7;
  }
}
.sec-fv .slider .slick-prev {
  left: 1.4%;
}

@media print, screen and (max-width: 767px) {
  .sec-fv .slider .slick-prev {
    left: 0.5%;
  }
}
.sec-fv .slider .slick-prev:before {
  content: "";
}

.sec-fv .slider .slick-next {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1);
  right: 1.4%;
}

@media print, screen and (max-width: 767px) {
  .sec-fv .slider .slick-next {
    right: 0.5%;
  }
}
.sec-fv .slider .slick-next:before {
  content: "";
}

.sec-fv .slider .slick-list:focus {
  outline: 3px solid #283666;
}

.sec-fv .slider .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.90425rem;
}
.sec-fv .slider .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
}
.sec-fv .slider .dots-wrap li:hover, .sec-fv .slider .dots-wrap li.slick-active {
  background: #283666;
}
.sec-fv .slider .dots-wrap li button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* sec-new
---------------------------------------------------------------------------- */
.sec-new {
  padding-top: 8.1319rem;
  padding-bottom: 10.3rem;
  background-color: #F4F6FA;
}

@media print, screen and (max-width: 767px) {
  .sec-new {
    padding-top: 4.06595rem;
    padding-bottom: 7.063136rem;
  }
}
.sec-new .l-inner {
  max-width: 101rem;
}

@media print, screen and (max-width: 767px) {
  .sec-new .l-inner {
    max-width: inherit;
  }
}
.sec-new .c-title {
  margin-bottom: 7.5rem;
}
.sec-new .new-event-info {
  display: block;
  margin-bottom: 5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .sec-new .new-event-info-list {
    display: flex;
    justify-content: center;
  }
  .sec-new .new-event-info-list > li {
    margin-right: 1em;
  }
  .sec-new .new-event-info-list > li:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-event-info-list > li {
    margin-bottom: 0.75em;
  }
  .sec-new .new-event-info-list > li:last-of-type {
    margin-bottom: 0;
  }
}
.sec-new .new-event-info a {
  background-color: #0035ae;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  text-decoration: none;
  padding: 0.5em 0.83333em;
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-event-info a {
    font-size: 3.73333rem;
  }
}
.sec-new .new-event-info a[target=_blank]::after {
  background-image: url("../img/common/icon_external_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-left: 0.8em;
  height: 1.4rem;
  width: 1.4rem;
  min-height: 13px;
  min-width: 13px;
}
.sec-new .new-wrap a {
  text-decoration: none;
}
.sec-new .new-wrap a:hover {
  opacity: 0.7;
}
.sec-new .new-wrap + .carousel-wrap {
  margin-top: 30px;
}
.sec-new .new-item {
  border-top: 1px solid #283666;
  display: flex;
  padding: 4rem 0;
  color: #283666;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.sec-new .new-item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.sec-new .new-item .new-txt {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec-new .new-item .new-txt {
    display: flex;
    align-items: flex-start;
  }
}
.sec-new .new-item .new-date {
  font-weight: 500;
  color: #283666;
}
@media print, screen and (min-width: 769px) {
  .sec-new .new-item .new-date {
    margin-right: 4.16667em;
    width: 12.5%;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-item .new-date {
    font-size: 4.2rem;
  }
}
.sec-new .new-item .new-title {
  width: auto;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  .sec-new .new-item .new-title {
    width: 87.5%;
  }
}
.sec-new .new-item .new-title a {
  color: #283666;
  text-decoration: underline;
}
.sec-new .new-item .new-title a .ico-external {
  display: inline-flex;
  align-items: center;
  margin-inline: 0.2em 0.25em;
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-item .new-title {
    width: 100%;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-item {
    display: block;
    font-size: 2.8rem;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-new .new-img {
    margin-bottom: 3rem;
  }
  .sec-new .new-img img {
    max-width: 100%;
  }
}
.sec-new .new-img img {
  max-width: 30rem;
}

@media print, screen and (min-width: 769px) {
  .en .sec-new .new-item .new-date {
    width: 22.5%;
  }
}
@media print, screen and (min-width: 769px) {
  .en .sec-new .new-item .new-title {
    width: 77.5%;
  }
}

/* sec-about
---------------------------------------------------------------------------- */
.sec-about {
  padding-top: 11.617rem;
  padding-bottom: 12rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .sec-about {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
}
.sec-about .l-inner {
  max-width: 120rem;
}

@media print, screen and (max-width: 767px) {
  .sec-about .l-inner {
    max-width: inherit;
  }
}
.sec-about .about-box {
  gap: 0 6.4rem;
  margin-bottom: 8rem;
}
@media print, screen and (min-width: 769px) {
  .sec-about .about-box {
    display: flex;
  }
}

.sec-about .about-box .about-img img {
  max-width: 64.5rem;
}

@media print, screen and (max-width: 767px) {
  .sec-about .about-box {
    display: block;
  }
  .sec-about .about-box .c-text {
    margin-bottom: 4rem;
  }
  .sec-about .about-box .about-img img {
    max-width: 100%;
  }
}
.sec-about .about-box .c-text strong {
  font-weight: bold;
}

.sec-about .about-box .c-text .ico-external {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  top: -0.8rem;
  margin-right: 0.7rem;
}

@media print, screen and (max-width: 767px) {
  .sec-about .about-box .c-text .ico-external {
    width: 2.4rem;
    height: 2.4rem;
    top: -1.2rem;
  }
}
.sec-about .about-box .c-text .ico-external img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.about-tbl {
  width: 100%;
  border-top: 1px solid #283666;
  line-height: 1.6666666667;
}

.about-tbl th {
  padding: 2.4rem 4.3rem;
  border-bottom: 1px solid #283666;
  font-size: 2.2rem;
  font-weight: 500;
  color: #283666;
  text-align: left;
}

.about-tbl td {
  padding: 2.4rem 0;
  border-bottom: 1px solid #283666;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000000;
}

@media print, screen and (max-width: 767px) {
  .about-tbl th {
    width: 34%;
    padding: 2.4rem 4.3rem 0 2.4rem;
    font-size: 2.8rem;
    font-weight: 500;
    color: #283666;
    text-align: left;
  }
  .about-tbl td {
    font-size: 2.8rem;
  }
}
.sec-about .about-slider {
  margin: 0 auto;
  width: 50%;
}
@media print, screen and (max-width: 768px) {
  .sec-about .about-slider {
    width: 100%;
    padding: 5rem 3.6rem;
  }
  .sec-about .about-slider .slick-prev,
  .sec-about .about-slider .slick-next {
    top: 81%;
  }
}
.sec-about .about-slider a {
  display: block;
  transition: 0.4s;
}
.sec-about .about-slider a:hover {
  opacity: 0.7;
}
.sec-about .about-slider .slick-next,
.sec-about .about-slider .slick-prev {
  width: 5.8rem;
  height: 5.8rem;
  z-index: 50;
  background: url("../img/top/arrow_slide.png") no-repeat center center;
  background-size: 100% auto;
  transition: 0.4s;
  top: calc(50% - 2.9rem);
}
.sec-about .about-slider .slick-next::before,
.sec-about .about-slider .slick-prev::before {
  opacity: 1;
}
@media print, screen and (min-width: 769px) {
  .sec-about .about-slider .slick-next:hover,
  .sec-about .about-slider .slick-prev:hover {
    opacity: 0.7;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-about .about-slider .slick-next,
  .sec-about .about-slider .slick-prev {
    width: 8rem;
    height: 8rem;
  }
}
.sec-about .about-slider .slick-prev {
  left: 1.4%;
}
.sec-about .about-slider .slick-prev::before {
  content: "";
}
@media print, screen and (max-width: 768px) {
  .sec-about .about-slider .slick-prev {
    left: 0.5%;
  }
}
.sec-about .about-slider .slick-next {
  transform: translate(0, -50%) scale(-1, 1);
  right: 1.4%;
}
.sec-about .about-slider .slick-next::before {
  content: "";
}
@media print, screen and (max-width: 768px) {
  .sec-about .about-slider .slick-next {
    right: 0.5%;
  }
}
.sec-about .about-slider .slick-list:focus {
  outline: 3px solid #283666;
}
.sec-about .about-slider .slick-slide img {
  margin: 0 auto;
}
.sec-about .about-slider .dots-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.90425rem;
}
.sec-about .about-slider .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #c9c9c9;
  border-radius: 50%;
  cursor: pointer;
}
.sec-about .about-slider .dots-wrap li:hover, .sec-about .about-slider .dots-wrap li.slick-active {
  background: #283666;
}
.sec-about .about-slider .dots-wrap li button {
  display: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* sec-schedule
---------------------------------------------------------------------------- */
.sec-schedule {
  padding-top: 10rem;
  padding-bottom: 13.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .sec-schedule {
    padding-top: 7rem;
    padding-bottom: 14rem;
  }
}
.schedule-date {
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .schedule-date {
    font-size: 2.8rem;
  }
}
.schedule-wrap {
  margin-bottom: 8rem;
}

.guide-box {
  width: fit-content;
  margin: 0 auto 13px;
  padding: 8px 22px 7px;
  border-radius: 12px;
  background-color: #fff;
}

.guide-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}

.guide-item {
  position: relative;
  padding-right: 3.3rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}

.guide-item::after {
  position: absolute;
  content: "";
  top: 0.3rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ABE8F7;
}

.guide-item.-jp_en::after {
  background-color: #C6D7ED;
}

.guide-item.-en::after {
  background-color: #E5CDBA;
}

.guide-item span {
  padding-left: 4px;
}

@media print, screen and (max-width: 767px) {
  .guide-item {
    font-size: 2.8rem;
  }
  .guide-item::after {
    top: 1rem;
  }
}
.schedule-box {
  position: relative;
  border-radius: 12px;
  background-color: #fff;
}

@media print, screen and (max-width: 767px) {
  .schedule-box {
    width: 700px;
  }
}
.schedule-line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #9AB6DB;
  z-index: 1;
}

.schedule-line.line-01 {
  left: 14.2%;
}

.schedule-line.line-02 {
  left: 28.4%;
}

.schedule-line.line-03 {
  left: 42.6%;
}

.schedule-line.line-04 {
  left: 56.8%;
}

.schedule-line.line-05 {
  left: 71%;
}

.schedule-line.line-06 {
  left: 85.2%;
}

.schedule-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  border-bottom: 1px solid #9AB6DB;
}

.schedule-head .schedule-ttl {
  padding: 3.4rem 0 3.3rem;
  color: #283666;
  font-size: 1.7rem;
  text-align: center;
}

.schedule-head .schedule-ttl span {
  display: block;
  margin-bottom: 1.3rem;
  font-size: 2.4rem;
  font-weight: 500;
}

.schedule-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 1rem 0 4rem;
}

.schedule-item {
  position: relative;
  display: block;
  margin: 2rem 2rem 0;
  padding: 1.3rem 1rem 1.4rem 1.2rem;
  border-radius: 8px;
  background-color: #E5ECF7;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.4444444444;
  z-index: 2;
}

.schedule-item[target=_blank] {
  padding-left: 3rem;
}

.schedule-item[target=_blank]::before {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 1rem;
  background: url("../img/common/icon_external.svg") no-repeat center center;
  background-size: 1.4rem;
  width: 1.4rem;
  height: 1.4rem;
}

.schedule-body a.schedule-item:hover {
  background-color: #283666;
  color: #fff;
  text-decoration: underline;
}

.schedule-body a.schedule-item:hover::before {
  background: url("../img/common/icon_external_white.svg") no-repeat center center;
}

.schedule-body p.schedule-item {
  padding-left: 1.3rem;
}

.schedule-item.-jp {
  background-color: #ABE8F7;
}

.schedule-item.-en {
  background-color: #E5CDBA;
}

.schedule-item.-jp_en {
  background-color: #C6D7ED;
}

.schedule-item.item-01 {
  grid-column: 1/5;
}

.schedule-item.item-02 {
  grid-column: 2/7;
}

.schedule-item.item-03 {
  grid-column: 2/7;
}

.schedule-item.item-04 {
  grid-column: 3/7;
}

.schedule-item.item-05 {
  grid-column: 3/4;
}

.schedule-item.item-06 {
  grid-column: 3/4;
}

.schedule-item.item-07 {
  grid-column: 5/7;
  grid-row: 3/4;
}

.schedule-item.item-08 {
  grid-column: 6/7;
}

.schedule-item.item-09 {
  grid-column: 6/7;
  grid-row: 7/8;
}

.schedule-item.item-10 {
  grid-column: 3/7;
  grid-row: 7/8;
}

.schedule-item.item-11 {
  grid-column: 1/7;
}

.schedule-item.item-12 {
  grid-column: 6/7;
}

.schedule-item.item-13 {
  grid-column: 3/4;
  grid-row: 9/10;
}

.schedule-item.item-14 {
  grid-column: 6/7;
}

.schedule-item.item-15 {
  grid-column: 2/3;
  grid-row: 7/8;
}

.schedule-item.item-16 {
  grid-column: 1/7;
}

.schedule-item.item-17 {
  grid-column: 1/2;
  grid-row: 7/8;
}

.schedule-item.item-18 {
  grid-column: 1/2;
  grid-row: 8/9;
}

.schedule-item.item-19 {
  grid-column: 1/2;
  grid-row: 9/10;
}

.schedule-item.item-20 {
  grid-column: 2/3;
  grid-row: 8/9;
}

.schedule-item.item-21 {
  grid-column: 3/4;
}

.schedule-item.item-22 {
  grid-column: 4/5;
  grid-row: 7/8;
}

.schedule-item.item-23 {
  grid-column: 4/5;
  grid-row: 8/9;
}

.schedule-item.item-24 {
  grid-column: 5/6;
  grid-row: 7/8;
}

.schedule-item.item-25 {
  grid-column: 5/6;
  grid-row: 8/9;
}

.schedule-item.item-26 {
  grid-column: 5/6;
}

.en .schedule-item.item-26 {
  grid-row: 9/10;
}

.schedule-item.item-27 {
  grid-column: 5/6;
  grid-row: 9/10;
}

.en .schedule-item.item-27 {
  grid-row: 8/9;
}

.schedule-item.item-28 {
  grid-column: 6/7;
}

.schedule-item.item-29 {
  grid-column: 2/3;
  grid-row: 9/10;
}

.schedule-item.item-30 {
  grid-column: 2/3;
  grid-row: 10/11;
}

.schedule-item.item-31 {
  grid-column: 3/4;
}

.schedule-item.item-32 {
  grid-column: 4/5;
  grid-row: 9/10;
}

.schedule-item.item-33 {
  grid-column: 5/6;
}

.schedule-item.item-34 {
  grid-column: 5/6;
}

.schedule-item.item-35 {
  grid-column: 5/6;
}

.schedule-item.item-36 {
  grid-column: 6/7;
  grid-row: 11/12;
}

.schedule-item.item-37 {
  grid-column: 6/7;
  grid-row: 12/13;
}

.schedule-item.item-38 {
  grid-column: 6/7;
}

.schedule-item.item-39 {
  grid-column: 6/7;
}

.schedule-item.item-40 {
  grid-column: 6/7;
}

.en .schedule-item.item-40 {
  grid-row: 9/10;
}

.schedule-item.item-41 {
  grid-column: 6/7;
}

.en .schedule-item.item-41 {
  grid-row: 10/11;
}

.schedule-item.item-02-01 {
  grid-column: 3/4;
}

.schedule-item.item-02-02 {
  grid-column: 5/7;
}

.schedule-item.item-02-03 {
  grid-column: 2/6;
}

.schedule-item.item-02-04 {
  grid-column: 2/3;
  grid-row: 2/3;
}

.schedule-item.item-02-05 {
  grid-column: 7/8;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  z-index: 3;
}

/* sec-highlight
---------------------------------------------------------------------------- */
.sec-highlight {
  padding-top: 10rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .sec-highlight {
    padding-top: 7rem;
  }
}
.sec-highlight .highlight-box {
  display: flex;
  gap: 0 10rem;
  margin-bottom: 6rem;
}

.sec-highlight .highlight-box:nth-child(even) {
  flex-direction: row-reverse;
}

@media print, screen and (max-width: 767px) {
  .sec-highlight .highlight-box {
    display: block;
  }
}
.sec-highlight .highlight-box .highlight-img img {
  max-width: 60rem;
}

@media print, screen and (max-width: 767px) {
  .sec-highlight .highlight-box .highlight-img {
    margin-bottom: 5rem;
  }
  .sec-highlight .highlight-box .highlight-img img {
    max-width: 100%;
  }
}
.sec-highlight .highlight-box .highlight-ttl {
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 500;
  color: #283666;
  line-height: 1.2;
}

@media print, screen and (max-width: 767px) {
  .sec-highlight .highlight-box .highlight-ttl {
    margin-bottom: 2.5rem;
    font-size: 4.2rem;
  }
}
/* sec-event
---------------------------------------------------------------------------- */
.sec-event {
  padding-top: 12rem;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .sec-event {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.event-date {
  max-width: 1200px;
  margin: 0 auto 6rem;
  padding: 0;
  color: #283666;
}

.outside-left {
  display: flex;
  justify-content: left;
  width: 34rem;
  z-index: 0;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #E5ECF7;
}

.outside-left::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  border-radius: 12px;
  background-color: #E5ECF7;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -30px;
}

.en .outside-left {
  width: 40rem;
}

@media print, screen and (max-width: 767px) {
  .outside-left {
    width: 55vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .outside-left::before {
    right: -15px;
  }
}
.event-cal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 6.6rem;
  margin: 0 1.7rem 0 1rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.event-cal img {
  width: 2.9rem;
}

.event-date-year {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 2.2rem 1rem 0;
  padding-right: 2.2rem;
  border-right: 2px solid #283666;
  font-size: 2rem;
  font-weight: 500;
}

.event-date-year.-out {
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
}

.event-date-month {
  font-size: 1.5rem;
  font-weight: normal;
}

.event-date-month span {
  display: block;
  margin: 1rem 2rem 0.9rem 0;
  font-size: 2.6rem;
  font-weight: bold;
}

.event-date-day {
  font-size: 6.4rem;
  font-weight: bold;
}

.event-date-out {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .event-date-year {
    font-size: 3rem;
  }
  .event-date-month {
    margin-right: 3rem;
    font-size: 2.4rem;
  }
  .event-date-month span {
    font-size: 3rem;
  }
  .event-date-day {
    font-size: 6.4rem;
  }
}
.post-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 4rem 4rem;
  margin-bottom: 10rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap {
    display: block;
  }
}
.post-wrap .post {
  position: relative;
  width: calc((100% - 8rem) / 3);
  background: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post {
    width: 100%;
  }
  .post-wrap .post + .post {
    margin-top: 4rem;
  }
}
.post-wrap .post a {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post-wrap .post a:hover {
  text-decoration: underline;
}

.post-wrap .post__img {
  width: 100%;
  height: 19rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__img {
    height: 34rem;
  }
}
.post-wrap .post__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); */
}

.post-wrap .post__txt {
  padding: 3rem 4rem 5.1rem 4rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgb(255, 255, 255) 10%);
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt {
    padding: 3rem 4rem 9rem 4rem;
  }
}
.post-wrap .post__txt .post-ttl {
  font-size: 1.9rem;
  line-height: 1.3684210526;
  font-weight: 500;
  word-break: break-word;
  margin-bottom: 1rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-ttl {
    font-size: 3rem;
    line-height: 1.5333333333;
    font-weight: 500;
    margin-bottom: 2rem;
  }
}
.post-wrap .post__txt .post-date {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 0.3rem;
}

.post-wrap .post__txt .post-organizer {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-date {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
  .post-wrap .post__txt .post-organizer {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }
}
.post-wrap .post__txt .post-text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-text {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    font-weight: 400;
  }
}
.post-wrap .post__txt .post-organizer a,
.post-wrap .post__txt .post-text a {
  display: inline;
  text-decoration: underline;
}

.post-wrap .post__txt .post-text.-line3 {
  -webkit-line-clamp: 3;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-text.-line3 {
    -webkit-line-clamp: 4;
  }
}
.post-wrap .post__txt .post-text.-line4 {
  -webkit-line-clamp: 4;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-text.-line4 {
    -webkit-line-clamp: 4;
  }
}
.post-wrap .post__txt .post-text.-full {
  -webkit-line-clamp: initial;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .post-text.-full {
    -webkit-line-clamp: initial;
  }
}
.post-wrap .post__txt .ico {
  position: relative;
  padding-left: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .ico {
    padding-left: 4rem;
  }
}
.post-wrap .post__txt .ico:before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  background-size: 100% auto !important;
}

.post-wrap .post__txt .ico.post-date:before {
  top: 0.9rem;
  background: url("../img/top/icon_callen.svg") no-repeat center center;
  width: 1.1rem;
  height: 1.2rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .ico.post-date:before {
    width: 2.6rem;
    height: 2.7rem;
  }
}
.post-wrap .post__txt .ico.post-organizer:before {
  top: 0.9rem;
  background: url("../img/top/icon_organizer.svg") no-repeat center center;
  width: 1.1rem;
  height: 1.1rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .ico.post-organizer:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.post-wrap .post__txt .ico.post-text:before {
  top: 0.7rem;
  background: url("../img/top/icon_info.svg") no-repeat center center;
  width: 1.1rem;
  height: 1.1rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .ico.post-text:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.post-wrap .post__txt .more_link {
  margin-top: 2.7rem;
  padding-left: 2rem;
  color: #283666;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .more_link {
    padding-left: 4rem;
    font-size: 2.4rem;
    line-height: 1.6666666667;
    font-weight: 500;
  }
}
.post-wrap .post__txt .more_link .ico-external {
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  top: -0.8rem;
  margin-left: 0.7rem;
}

@media print, screen and (max-width: 767px) {
  .post-wrap .post__txt .more_link .ico-external {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.post-wrap .post__txt .more_link .ico-external img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

/* sec-btm
---------------------------------------------------------------------------- */
.sec-btm {
  padding: 0 0 6rem 0;
  box-sizing: border-box;
}

@media print, screen and (max-width: 767px) {
  .sec-btm {
    padding: 0 0 8rem 0;
  }
}
.sec-btm .btm-txt {
  margin: 0 auto 4rem auto;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3636363636;
}

.sec-btm .logo {
  text-align: center;
  width: 25.6rem;
  margin: 0 auto 10rem auto;
}

.en .sec-btm .logo {
  width: 25.8rem;
}

@media print, screen and (min-width: 1023px) {
  .en header .logo02 {
    max-width: 150px;
  }
}

@media print, screen and (max-width: 767px) {
  .sec-btm .logo {
    width: 34rem;
    margin-bottom: 6rem;
  }
}
.contact-logo {
  width: 28.4rem;
  margin: 5rem auto 0;
}

.sec-btm .link_list {
  justify-content: center;
}
.sec-btm .banner_list {
  justify-content: flex-start;
}
.sec-btm .link_list,
.sec-btm .banner_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
}
@media print, screen and (min-width: 768px) {
  .sec-btm .link_list,
  .sec-btm .banner_list {
    gap: 4rem 4.2rem;
    margin: 0 calc((100% - 120rem) / 2) 10rem;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-btm .link_list,
  .sec-btm .banner_list {
    gap: 2rem 2rem;
    margin: 0 calc((100% - 61rem) / 2) 10rem;
  }
}
@media print {
  .sec-btm .link_list,
  .sec-btm .banner_list {
    margin: 0 calc((100% - 80rem) / 2) 10rem;
  }
}
.sec-btm .link_list li,
.sec-btm .banner_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-btm .link_list li .c-hover,
.sec-btm .banner_list li .c-hover {
  display: flex;
  align-items: center;
  height: 100%;
}
.sec-btm .link_list li:nth-child(1) img,
.sec-btm .banner_list li:nth-child(1) img {
  max-width: 207px;
}
.sec-btm .link_list li:nth-child(2) img,
.sec-btm .banner_list li:nth-child(2) img {
  max-width: 221px;
}
@media print, screen and (min-width: 768px) {
  .sec-btm .link_list li img,
  .sec-btm .banner_list li img {
    width: 16.5rem;
  }
}
@media print, screen and (max-width: 768px) {
  .sec-btm .link_list li img,
  .sec-btm .banner_list li img {
    width: 8.5rem;
  }
}
@media print {
  .sec-btm .link_list li img,
  .sec-btm .banner_list li img {
    width: 10rem;
  }
}

.sec-btm .sns_list {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 4rem;
}

.sec-btm .sns_list li {
  width: 5rem;
}

.sec-btm .sns_list li:first-child {
  width: 4rem;
}

@media print, screen and (max-width: 767px) {
  .sec-btm .sns_list li {
    width: 8rem;
  }
}
.only-pc {
  display: block !important;
}
@media print, screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

.under-tbl {
  display: none !important;
}
@media print, screen and (max-width: 768px) {
  .under-tbl {
    display: block !important;
  }
}

nav.only-pc {
  display: flex !important;
}
@media print, screen and (max-width: 1022px) {
  nav.only-pc {
    display: none !important;
  }
}
nav.under-tbl {
  display: none !important;
}
@media print, screen and (max-width: 1022px) {
  nav.under-tbl {
    display: block !important;
  }
}

/* event hub
---------------------------------------------------------------------------- */
.event-hub {
  position: fixed;
  right: 2rem;
  bottom: calc(5rem + 100px);
  width: 200px;
  z-index: 998;
}
.event-hub .expand-toggle .toggle-off {
  display: block;
}
.event-hub .expand-toggle .toggle-on {
  display: none;
}
.event-hub .expand-toggle.on .toggle-off {
  display: none;
}
.event-hub .expand-toggle.on .toggle-on {
  display: block;
}
.event-hub .expand-toggle-button button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.event-hub .expand-toggle-button li {
  margin-bottom: 0.5rem;
}
.event-hub .expand-toggle-button li:last-of-type {
  margin-bottom: 0;
}