@charset "UTF-8";
.header {
  position: absolute;
  width: 100%;
}

.front-page {
  overflow: hidden;
  padding-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .front-page {
    padding-bottom: calc((8px * 13) * 0.5);
  }
}

.headline {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .headline {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .headline {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.headline__sub {
  font-size: 5.2rem;
  color: #00318d;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .headline__sub {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 959px) {
  .headline__sub {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__sub {
    font-size: 3.2rem;
  }
}

.headline__main {
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .headline__main {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .headline__main {
    font-size: 1.2rem;
  }
}

.headline.--left {
  text-align: left;
}

.hero {
  position: relative;
  margin-bottom: calc(8px * 13);
  padding-top: 120px;
  background: linear-gradient(125deg, transparent 60%, #fafafa 60%);
}

@media screen and (max-width: 959px) {
  .hero {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .hero {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .hero {
    padding-top: 112px;
  }
}

@media screen and (max-width: 1023px) {
  .hero {
    padding-top: 104px;
  }
}

@media screen and (max-width: 959px) {
  .hero {
    padding-top: 88px;
  }
}

@media screen and (max-width: 519px) {
  .hero {
    padding-top: 80px;
  }
}

.hero .slick-dots {
  position: absolute;
  right: 0;
  bottom: 32px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .hero .slick-dots {
    bottom: 24px;
    gap: 20px;
  }
}

@media screen and (max-width: 519px) {
  .hero .slick-dots {
    bottom: 16px;
    gap: 12px;
  }
}

.hero .slick-dots > li button {
  width: 10px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}

.hero .slick-dots > li.slick-active button {
  background: #00318d;
}

.topics {
  position: relative;
}

.topics::before {
  content: '';
  position: absolute;
  top: -220px;
  right: calc(50% + 540px);
  width: 236px;
  height: 220px;
  background: url("/img/general/common/capsule1-blu.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .topics::before {
    width: 194px;
    height: 180px;
  }
}

@media screen and (max-width: 959px) {
  .topics::before {
    width: 128px;
    height: 120px;
  }
}

@media screen and (max-width: 519px) {
  .topics::before {
    width: 94px;
    height: 88px;
  }
}

.topics::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% + 640px);
  width: 120px;
  height: 104px;
  background: url("/img/general/common/tablet2-grn.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .topics::after {
    width: 80px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .topics::after {
    width: 64px;
    height: 56px;
  }
}

@media screen and (max-width: 519px) {
  .topics::after {
    width: 48px;
    height: 42px;
  }
}

.topics .topics-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  .topics .topics-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-unit {
    gap: 16px;
  }
}

.topics .topics-unit__head {
  width: 212px;
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .topics .topics-unit__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-unit__head .headline {
    margin-bottom: 0;
  }
}

.topics .topics-unit__dtl {
  width: calc(100% - 260px);
}

@media screen and (max-width: 1279px) {
  .topics .topics-unit__dtl {
    width: calc(100% - 252px);
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-unit__dtl {
    width: 100%;
  }
}

.topics .topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 16px 88px 16px 4px;
}

@media screen and (max-width: 1279px) {
  .topics .topics-list__item {
    padding: 16px 64px 16px 4px;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item {
    padding: 16px 56px 16px 4px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item {
    padding: 12px 40px 12px 0;
  }
}

.topics .topics-list__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 2px #f5f5f5;
}

.topics .topics-list__item .topics-date {
  width: 104px;
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-date {
    width: 88px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-date {
    width: 72px;
  }
}

.topics .topics-list__item .topics-date__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  line-height: 20px;
}

@media screen and (max-width: 1279px) {
  .topics .topics-list__item .topics-date__year {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-date__year {
    font-size: 1.4rem;
    line-height: 18px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-date__year {
    font-size: 1.2rem;
  }
}

.topics .topics-list__item .topics-date__year span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #0F95C7;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-date__year span {
    width: 16px;
    height: 16px;
    font-size: 1rem;
  }
}

.topics .topics-list__item .topics-date__days {
  font-size: 3.0rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1279px) {
  .topics .topics-list__item .topics-date__days {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-date__days {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-date__days {
    font-size: 2rem;
  }
}

.topics .topics-list__item .topics-overview {
  width: calc(100% - 104px);
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-overview {
    width: calc(100% - 88px);
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-overview {
    width: calc(100% - 72px);
  }
}

.topics .topics-list__item .topics-overview__cate {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  margin-bottom: 8px;
  padding: 0 24px;
  background: rgba(35, 175, 148, 0.1);
  border-radius: 14px;
  color: #23AF94;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 28px;
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-overview__cate {
    height: 24px;
    margin-bottom: 4px;
    padding: 0 16px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

.topics .topics-list__item .topics-overview__ttl {
  font-weight: bold;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.topics .topics-list__item .topics-overview__ttl a::before, .topics .topics-list__item .topics-overview__ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 24px;
  height: 24px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .topics .topics-list__item .topics-overview__ttl a::before, .topics .topics-list__item .topics-overview__ttl a::after {
    right: 24px;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-overview__ttl a::before, .topics .topics-list__item .topics-overview__ttl a::after {
    right: 16px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-overview__ttl a::before, .topics .topics-list__item .topics-overview__ttl a::after {
    right: 8px;
  }
}

.topics .topics-list__item .topics-overview__ttl a::after {
  right: 42px;
  width: 5px;
  height: 7px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
  .topics .topics-list__item .topics-overview__ttl a::after {
    right: 34px;
  }
}

@media screen and (max-width: 959px) {
  .topics .topics-list__item .topics-overview__ttl a::after {
    right: 26px;
  }
}

@media screen and (max-width: 519px) {
  .topics .topics-list__item .topics-overview__ttl a::after {
    right: 18px;
  }
}

.event {
  position: relative;
}

.event::after {
  content: '';
  position: absolute;
  right: calc(50% + 480px);
  bottom: -160px;
  z-index: 2;
  width: 166px;
  height: 220px;
  background: url("/img/general/common/capsule2-ppl.svg") center/contain no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1279px) {
  .event::after {
    width: 136px;
    height: 180px;
  }
}

@media screen and (max-width: 959px) {
  .event::after {
    width: 90px;
    height: 120px;
  }
}

@media screen and (max-width: 519px) {
  .event::after {
    width: 66px;
    height: 88px;
  }
}

.event .event-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
  max-width: calc(50% + 600px);
  padding-left: 40px;
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .event .event-unit {
    gap: 40px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .event .event-unit {
    gap: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .event .event-unit {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.event .event-unit__head {
  width: 212px;
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .event .event-unit__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .event .event-unit__head .headline {
    margin-bottom: 0;
  }
}

.event .event-unit__dtl {
  overflow: hidden;
  position: relative;
  width: calc(100% - 260px);
  padding: 48px 40px 88px 64px;
}

@media screen and (max-width: 1279px) {
  .event .event-unit__dtl {
    width: calc(100% - 252px);
    padding: 40px 32px 72px 48px;
  }
}

@media screen and (max-width: 1023px) {
  .event .event-unit__dtl {
    padding: 32px 32px 64px 40px;
  }
}

@media screen and (max-width: 959px) {
  .event .event-unit__dtl {
    width: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .event .event-unit__dtl {
    padding: 16px;
  }
}

.event .event-unit__dtl::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 2px 0 0 2px;
}

.event .event-list {
  max-width: 800px;
}

.event .event-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  position: relative;
  min-height: 300px;
  padding: 4px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
}

@media screen and (max-width: 959px) {
  .event .event-list__item {
    gap: 16px;
    min-height: 260px;
  }
}

.event .event-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .event .event-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 16px;
  }
}

.event .event-list__item .event-vsl {
  width: 224px;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-vsl {
    width: 180px;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item .event-vsl {
    margin: 0 auto;
    padding-top: 12px;
  }
}

.event .event-list__item .event-vsl img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.event .event-list__item .event-overview {
  width: calc(100% - 248px);
  padding: 16px 24px 64px 0;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview {
    width: calc(100% - 196px);
    padding: 12px 12px 48px 0;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item .event-overview {
    width: 100%;
    padding: 0 12px 48px;
  }
}

.event .event-list__item .event-overview__ttl {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: solid 1px #f5f5f5;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview__ttl {
    margin-bottom: 12px;
    padding-bottom: 8px;
  }
}

.event .event-list__item .event-overview__ttl a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview__ttl a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item .event-overview__ttl a {
    font-size: 1.8rem;
  }
}

.event .event-list__item .event-overview .event-overview-meta {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview .event-overview-meta {
    margin-bottom: 12px;
  }
}

.event .event-list__item .event-overview .event-overview-meta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 12px;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview .event-overview-meta__item {
    gap: 0 8px;
  }
}

.event .event-list__item .event-overview .event-overview-meta__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}

.event .event-list__item .event-overview .event-overview-meta__item > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 30px;
  border: solid 1px #0F95C7;
  border-radius: 2px;
  color: #0F95C7;
  font-size: 1.3rem;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview .event-overview-meta__item > dt {
    width: 60px;
    height: 28px;
    font-size: 1.1rem;
  }
}

.event .event-list__item .event-overview .event-overview-meta__item dd {
  width: calc(100% - 92px);
  font-size: 1.5rem;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-overview .event-overview-meta__item dd {
    width: calc(100% - 68px);
    font-size: 1.4rem;
  }
}

.event .event-list__item .event-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 52px;
  padding: 0 64px 0 24px;
  background: #23AF94;
  border-radius: 2px 0 2px 0;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-link {
    height: 40px;
    padding: 0 40px 0 16px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item .event-link {
    width: 100%;
    padding: 0 40px;
  }
}

.event .event-list__item .event-link::before, .event .event-list__item .event-link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-link::before, .event .event-list__item .event-link::after {
    right: 12px;
  }
}

.event .event-list__item .event-link::after {
  right: 34px;
  width: 5px;
  height: 7px;
  background: #23AF94;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 959px) {
  .event .event-list__item .event-link::after {
    right: 22px;
  }
}

.event .event-list__item.--end {
  position: relative;
  padding-top: 52px;
}

@media screen and (max-width: 959px) {
  .event .event-list__item.--end {
    padding-top: 44px;
  }
}

.event .event-list__item.--end::before {
  content: 'このイベントは修了しました';
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: #C4090B;
  border-radius: 2px 2px 0 0;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .event .event-list__item.--end::before {
    height: 40px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .event .event-list__item.--end::before {
    font-size: 1.6rem;
  }
}

.workshop {
  position: relative;
  padding-top: calc(8px * 10);
  padding-bottom: calc(8px * 10);
  background-size: auto auto;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 6px, #f5f5f5 6px, #f5f5f5 7px, transparent 7px, transparent 13px);
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .workshop {
    padding-top: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop {
    padding-top: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .workshop {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.workshop::before, .workshop::after {
  content: '';
  width: 100%;
  height: 24px;
  background: url("/img/general/common/separate-zigzag.svg") left/52px 24px repeat-x;
}

.workshop::before {
  position: absolute;
  top: 0;
  left: 0;
}

.workshop::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.workshop .workshop-calendar {
  position: relative;
  z-index: 1;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .workshop .workshop-calendar {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-calendar {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

.workshop .workshop-calendar::after {
  content: '';
  position: absolute;
  bottom: 80px;
  left: calc(100% - 24px);
  z-index: -1;
  width: 120px;
  height: 104px;
  background: url("/img/general/common/tablet2-grn.svg") center/contain no-repeat;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-calendar::after {
    width: 80px;
    height: 72px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-calendar::after {
    width: 64px;
    height: 56px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-calendar::after {
    width: 48px;
    height: 42px;
  }
}

@media screen and (max-width: 767px) {
  .workshop .workshop-calendar::after {
    display: none;
  }
}

.workshop .workshop-calendar .workshop-calendar-content {
  padding: 32px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-calendar .workshop-calendar-content {
    padding: 24px 32px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-calendar .workshop-calendar-content {
    padding: 24px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-calendar .workshop-calendar-content {
    padding: 16px;
  }
}

.workshop .preavoid-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .workshop .preavoid-bnr {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop .preavoid-bnr {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .workshop .preavoid-bnr {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .preavoid-bnr {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .workshop .preavoid-bnr {
    gap: 24px 16px;
  }
}

.workshop .preavoid-bnr__item {
  width: calc((100% / 2) - (40px * 1 / 2));
  max-width: 400px;
}

@media screen and (max-width: 1279px) {
  .workshop .preavoid-bnr__item {
    width: calc((100% / 2) - (32px * 1 / 2));
  }
}

@media screen and (max-width: 959px) {
  .workshop .preavoid-bnr__item {
    width: calc((100% / 2) - (24px * 1 / 2));
  }
}

@media screen and (max-width: 767px) {
  .workshop .preavoid-bnr__item {
    width: calc((100% / 2) - (16px * 1 / 2));
  }
}

@media screen and (max-width: 519px) {
  .workshop .preavoid-bnr__item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.workshop .preavoid-bnr__item:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.workshop .workshop-ttl {
  margin-bottom: calc(8px * 3);
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .workshop .workshop-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-ttl {
    font-size: 2rem;
  }
}

.workshop .workshop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-bottom: calc(8px * 6);
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list {
    gap: 16px;
  }
}

.workshop .workshop-list::after {
  content: '';
  position: absolute;
  right: calc(100% - 80px);
  bottom: -64px;
  z-index: -1;
  width: 236px;
  height: 220px;
  background: url("/img/general/common/capsule1-blu.svg") center/contain no-repeat;
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-list::after {
    width: 194px;
    height: 180px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list::after {
    width: 128px;
    height: 120px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list::after {
    width: 94px;
    height: 88px;
  }
}

@media screen and (max-width: 767px) {
  .workshop .workshop-list::after {
    display: none;
  }
}

.workshop .workshop-list__item {
  display: block;
  position: relative;
  width: calc((100% / 2) - (24px * 1 / 2));
  padding: 20px 108px 20px 28px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-list__item {
    padding: 20px 88px 20px 24px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list__item {
    width: 100%;
    padding: 16px 64px 16px 20px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list__item {
    padding: 16px;
  }
}

.workshop .workshop-list__item .workshop-name {
  margin-bottom: 8px;
  color: #00318D;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list__item .workshop-name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list__item .workshop-name {
    position: relative;
    min-height: 24px;
    padding-right: 32px;
    font-size: 1.6rem;
  }
}

.workshop .workshop-list__item .workshop-name::before, .workshop .workshop-list__item .workshop-name::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  width: 48px;
  height: 48px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-list__item .workshop-name::before, .workshop .workshop-list__item .workshop-name::after {
    right: 24px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list__item .workshop-name::before, .workshop .workshop-list__item .workshop-name::after {
    right: 20px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list__item .workshop-name::before, .workshop .workshop-list__item .workshop-name::after {
    right: 0;
    width: 24px;
    height: 24px;
  }
}

.workshop .workshop-list__item .workshop-name::after {
  right: 48px;
  width: 7px;
  height: 11px;
  background: #00318D;
  -webkit-mask-image: url("/img/general/icon/arrow-large.svg");
  mask-image: url("/img/general/icon/arrow-large.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-list__item .workshop-name::after {
    right: 40px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-list__item .workshop-name::after {
    right: 32px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-list__item .workshop-name::after {
    right: 10px;
    width: 5px;
    height: 7px;
  }
}

.workshop .workshop-list__item:nth-of-type(even)::before {
  background: rgba(35, 175, 148, 0.1);
}

.workshop .workshop-list__item:nth-of-type(even)::after {
  background: #23AF94;
}

.workshop .workshop-list__item:nth-of-type(even) .workshop-name {
  color: #23AF94;
}

.workshop .workshop-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.workshop .workshop-data__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 2px #f5f5f5;
}

.workshop .workshop-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-data__item dt {
    width: 80px;
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-data__item dt {
    width: 64px;
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-data__item dt {
    width: 48px;
    padding: 8px 0;
  }
}

.workshop .workshop-data__item dd {
  width: calc(100% - 64px);
  padding: 8px 16px;
  border-left: solid 2px #f5f5f5;
  line-height: 1.4;
}

@media screen and (max-width: 1279px) {
  .workshop .workshop-data__item dd {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 959px) {
  .workshop .workshop-data__item dd {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 519px) {
  .workshop .workshop-data__item dd {
    width: calc(100% - 48px);
    padding: 8px 12px;
  }
}

.center-news .center-news-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  .center-news .center-news-unit {
    gap: 40px;
  }
}

@media screen and (max-width: 959px) {
  .center-news .center-news-unit {
    gap: 16px;
  }
}

.center-news .center-news-unit__head {
  width: 360px;
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .center-news .center-news-unit__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .center-news .center-news-unit__head .headline {
    margin-bottom: 0;
  }
}

.center-news .center-news-unit__dtl {
  width: calc(100% - 408px);
}

@media screen and (max-width: 1279px) {
  .center-news .center-news-unit__dtl {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 959px) {
  .center-news .center-news-unit__dtl {
    width: 100%;
  }
}

.center-news .center-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 24px;
  position: relative;
  padding: 16px 8px;
}

@media screen and (max-width: 959px) {
  .center-news .center-news-list__item {
    gap: 4px 18px;
  }
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item {
    gap: 4px 12px;
    padding: 12px 4px;
  }
}

.center-news .center-news-list__item:not(:nth-last-of-type(1)) {
  border-bottom: solid 2px #f5f5f5;
}

.center-news .center-news-list__item .center-news-date {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 1.8rem;
  font-weight: bold;
}

.center-news .center-news-list__item .center-news-date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #0F95C7;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
}

.center-news .center-news-list__item .center-news-ttl {
  width: calc(100% - 204px);
  min-width: 120px;
  font-weight: bold;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item .center-news-ttl {
    position: relative;
    width: 100%;
    line-height: 32px;
  }
}

.center-news .center-news-list__item .center-news-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: -2;
  width: 40px;
  height: 40px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .center-news .center-news-list__item .center-news-ttl::before {
    right: 8px;
  }
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item .center-news-ttl::before {
    right: 4px;
    width: 32px;
    height: 32px;
  }
}

.center-news .center-news-list__item .center-news-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 28px;
  z-index: -1;
  width: 14px;
  height: 14px;
  background: #00318d;
  -webkit-mask-image: url("/img/general/icon/external.svg");
  mask-image: url("/img/general/icon/external.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .center-news .center-news-list__item .center-news-ttl::after {
    right: 20px;
  }
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item .center-news-ttl::after {
    right: 13px;
  }
}

.center-news .center-news-list__item .center-news-ttl a {
  display: block;
  position: relative;
  padding: 0 72px 0 32px;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .center-news .center-news-list__item .center-news-ttl a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item .center-news-ttl a {
    padding-left: 28px;
    font-size: 1.6rem;
  }
}

.center-news .center-news-list__item .center-news-ttl a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #C4090B;
  -webkit-mask-image: url("/img/general/icon/pdf.svg");
  mask-image: url("/img/general/icon/pdf.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 519px) {
  .center-news .center-news-list__item .center-news-ttl a::before {
    width: 20px;
    height: 20px;
  }
}

.sitelink .sitelink-recruit {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: calc(8px * 11);
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-recruit {
    margin-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-recruit {
    margin-bottom: calc((8px * 11) * 0.5);
  }
}

.sitelink .sitelink-recruit::before, .sitelink .sitelink-recruit::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  width: 64px;
  height: 64px;
  background: #00318D;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-recruit::before, .sitelink .sitelink-recruit::after {
    right: -12px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-recruit::before, .sitelink .sitelink-recruit::after {
    right: -8px;
    width: 32px;
    height: 32px;
  }
}

.sitelink .sitelink-recruit::after {
  right: 10px;
  width: 12px;
  height: 18px;
  background: #fff;
  -webkit-mask-image: url("/img/general/icon/arrow-large.svg");
  mask-image: url("/img/general/icon/arrow-large.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-recruit::after {
    right: 7px;
    width: 9px;
    height: 12px;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-recruit::after {
    right: 5px;
    width: 6px;
    height: 9px;
  }
}

.sitelink .sitelink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .sitelink .sitelink-list {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-list {
    gap: 24px;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-list {
    gap: 16px;
  }
}

.sitelink .sitelink-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: calc((100% / 3) - (40px * 2 / 3));
  max-width: 320px;
  height: 164px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
  box-shadow: 0 0 6px rgba(51, 51, 51, 0.16);
}

@media screen and (max-width: 1279px) {
  .sitelink .sitelink-list__item {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-list__item {
    width: calc((100% / 3) - (24px * 2 / 3));
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .sitelink .sitelink-list__item {
    gap: 8px;
    width: calc((100% / 2) - (24px * 1 / 2));
    height: 128px;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-list__item {
    width: 100%;
    height: 96px;
  }
}

.sitelink .sitelink-list__item::before, .sitelink .sitelink-list__item::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  background: rgba(0, 49, 141, 0.1);
  border-radius: 50%;
}

.sitelink .sitelink-list__item::after {
  position: absolute;
  right: 21px;
  bottom: 21px;
  width: 5px;
  height: 7px;
  background: #00318D;
  -webkit-mask-image: url("/img/general/icon/arrow.svg");
  mask-image: url("/img/general/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.sitelink .sitelink-list__item .sitelink-typo {
  position: absolute;
  top: -32px;
  left: 0;
  color: rgba(0, 49, 141, 0.1);
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-list__item .sitelink-typo {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-list__item .sitelink-typo {
    top: -20px;
    font-size: 1.6rem;
  }
}

.sitelink .sitelink-list__item .sitelink-illust {
  width: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sitelink .sitelink-list__item .sitelink-illust {
    width: 80px;
  }
}

.sitelink .sitelink-list__item .sitelink-ttl {
  color: #00318D;
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .sitelink .sitelink-list__item .sitelink-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .sitelink .sitelink-list__item .sitelink-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .sitelink .sitelink-list__item .sitelink-ttl {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=../../../maps/general/pages/top.css.map */
