<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #f5f9f9;
}
.Main {
  width: 100%;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .Main {
    padding-bottom: 65px;
  }
}
.OpenCampusButton {
  position: fixed;
  right: clamp(0px, calc((9000vw / 1920)), 24px);
  bottom: 0;
  z-index: 30;
  width: clamp(0px, calc((24000vw / 1920)), 240px);
}
@media screen and (max-width: 768px) {
  .OpenCampusButton {
    bottom: 20px;
    right: 10px;
    width: 100px;
  }
}
.OpenCampusButton__Inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.OpenCampusButton__InnerInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.OpenCampusButton__Top {
  width: 96%;
  padding-top: 46%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .OpenCampusButton__Top {
    padding-top: 44%;
  }
}
.OpenCampusButton-Date {
  color: white;
  display: flex;
  align-items: baseline;
  font-style: italic;
}
.OpenCampusButton-Date-Number {
  font-family: "din-2014", sans-serif;
  font-size: clamp(10px, 3.6vw, 78px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .OpenCampusButton-Date-Number {
    font-size: 30px;
  }
}
.OpenCampusButton-Date-Unit {
  font-size: clamp(10px, 1.09375vw, 21px);
  font-family: "Hiragino Kaku Gothic StdN W8";
}
@media screen and (max-width: 768px) {
  .OpenCampusButton-Date-Unit {
    font-size: 10px;
  }
}
.Firstview {
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Firstview {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Firstview__Inner {
  position: relative;
  width: 100%;
  max-width: 1520px;
}
.Firstview__Inner__Inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(562.5 / 1000 * 100% + 46px);
}
.Firstview-Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ThreeIine {
  margin-top: 18px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .ThreeIine {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.ThreeIine__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .ThreeIine__Inner {
    flex-direction: column;
    align-items: center;
  }
}
.ThreeIine-Headline {
  width: calc(320 / 1520 * 100%);
  font-size: 40px;
  line-height: 74px;
}
@media screen and (max-width: 768px) {
  .ThreeIine-Headline {
    width: 180px;
  }
}
.ThreeIine-List {
  margin-left: 6px;
  flex: 1;
  display: flex;
  gap: clamp(0px, calc((1600vw / 1920)), 16px);
}
@media screen and (max-width: 768px) {
  .ThreeIine-List {
    margin-top: 25px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.ThreeIine-List-Item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ThreeIine-List-Item {
    width: 265px;
  }
}
.ThreeIine-Headline-Tip {
  color: #f00;
  font-size: 108px;
}
.Pickup {
  position: relative;
  margin-top: 80px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Pickup {
    margin-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}
.Pickup__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.Pickup-Headline {
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 768px) {
  .Pickup-Headline {
    font-size: 16px;
  }
}
.Pickup-Slider {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Pickup-Slider {
    width: 100%;
    /* margin-left: -30%; */
  }
}
.Pickup-Slider-Item__Inner {
  /* padding-right: clamp(0px, calc((14700vw / 1920)), 36px); */
  padding-bottom: 13px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .Pickup-Slider-Item__Inner {
    padding: 0px;
    padding-right: 0;
    padding-bottom: 8px;
  }
}
.Pickup-Slider-Item__Link {
  position: relative;
}
.Pickup-Slider-Item-Image__Yellow {
  border-radius: 9px;
  box-shadow: 10px 13px 0 0 #ffa400;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Image__Yellow {
    box-shadow: 6px 8px 0 0 #ffa400;
  }
}
.Pickup-Slider-Item-Image__Pink {
  border-radius: 9px;
  box-shadow: 10px 13px 0 0 #ff6786;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Image__Pink {
    box-shadow: 6px 8px 0 0 #ff6786;
  }
}
.Pickup-Slider-Item-Image__Cyan {
  border-radius: 9px;
  box-shadow: 10px 13px 0 0 #00bebd;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Image__Cyan {
    box-shadow: 6px 8px 0 0 #00bebd;
  }
}
.Pickup-Slider-Item-Label__Yellow {
  position: absolute;
  left: 0;
  bottom: clamp(0px, calc((2200vw / 1920)), 22px);
  width: calc(312 / 360 * 100%);
  padding-top: clamp(0px, calc((900vw / 1920)), 9px);
  padding-bottom: clamp(0px, calc((900vw / 1920)), 9px);
  padding-left: clamp(0px, calc((2400vw / 1920)), 24px);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, calc((3000vw / 1920)), 30px);
  background-color: #ffa400;
}
/* @media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Label__Yellow {
    display: none;
  }
} */
.Pickup-Slider-Item-Label__Pink {
  position: absolute;
  left: 0;
  bottom: clamp(0px, calc((2200vw / 1920)), 22px);
  width: calc(312 / 360 * 100%);
  padding-top: clamp(0px, calc((900vw / 1920)), 9px);
  padding-bottom: clamp(0px, calc((900vw / 1920)), 9px);
  padding-left: clamp(0px, calc((2400vw / 1920)), 24px);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, calc((3000vw / 1920)), 30px);
  background-color: #ff6786;
}
/* @media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Label__Pink {
    display: none;
  }
} */
.Pickup-Slider-Item-Label__Cyan {
  position: absolute;
  left: 0;
  bottom: clamp(0px, calc((2200vw / 1920)), 22px);
  width: calc(312 / 360 * 100%);
  padding-top: clamp(0px, calc((900vw / 1920)), 9px);
  padding-bottom: clamp(0px, calc((900vw / 1920)), 9px);
  padding-left: clamp(0px, calc((2400vw / 1920)), 24px);
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(14px, calc((3000vw / 1920)), 30px);
  background-color: #00bebd;
}
/* @media screen and (max-width: 768px) {
  .Pickup-Slider-Item-Label__Cyan {
    display: none;
  }
} */
.Pickup-Content-Slider-Button__Prev {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0%;
  z-index: 10;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #090909;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Pickup-Content-Slider-Button__Prev {
    display: none;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Pickup-Content-Slider-Button__Prev {
    display: none;
    left: -5px;
  }
}
.Pickup-Content-Slider-Button__Next {
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0%;
  z-index: 10;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #090909;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Pickup-Content-Slider-Button__Next {
    display: none;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .Pickup-Content-Slider-Button__Next {
    right: 5px;
  }
}
.News {
  margin-top: 80px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .News {
    margin-top: 52px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.News__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .News__Inner {
    gap: 10px;
  }
}
.News-Headline {
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 768px) {
  .News-Headline {
    font-size: 16px;
  }
}
.News-Content {
  border-top: 2px solid #090909;
  width: 100%;
  padding-top: 13px;
}
@media screen and (max-width: 768px) {
  .News-Content {
    padding-top: 5px;
  }
}
.News-Content-Categories {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .News-Content-Categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
}
.News-Content-Categories-Item {
  border: 1px solid #090909;
  border-radius: 9999px;
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(10px, calc((2400vw / 1440)), 24px);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .News-Content-Categories-Item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: clamp(10px, calc((1200vw / 375)), 12px);
  }
}
.News-Content-Categories-Item__IsActive {
  background-color: #000;
  color: #fff;
}
.News-Content-Slider {
  position: relative;
  margin-top: 13px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .News-Content-Slider {
    width: calc(100vw - 10px);
  }
}
.News-Content-Slider__Inner {
  position: relative;
  width: 100%;
}
.News-Content-Slider-Card__Inner {
  width: 100%;
  padding-bottom: clamp(0px, calc((6000vw / 1920)), 60px);
}
.News-Content-Slider-Card-Thumbnail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 85%;
}
.News-Content-Slider-Card-Thumbnail-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.News-Content-Slider-Card__Bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: clamp(0px, calc((18000vw / 1920)), 180px);
  padding-bottom: clamp(0px, calc((1600vw / 1920)), 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(0px, calc((800vw / 1920)), 8px);
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 66%,
    #e1e3e3 66% 100%
  );
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Card__Bottom {
    height: 100px;
    padding-bottom: 12px;
  }
}
.News-Content-Slider-Card-Date {
  padding-left: 10px;
  font-family: din-2014, sans-serif;
  font-size: clamp(10px, calc((6000vw / 1920)), 60px);
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Card-Date {
    font-size: 30px;
  }
}
.News-Content-Slider-Card-Title {
  padding-left: 16px;
  padding-right: 16px;
  font-size: clamp(10px, calc((2200vw / 1920)), 21px);
  font-weight: bold;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Card-Title {
    padding-left: 14px;
    font-size: 11px;
  }
}
.News-Content-Slider-Button__Prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  z-index: 10;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #090909;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Button__Prev {
    display: none;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Button__Prev {
    display: none;
    left: -5px;
  }
}
.News-Content-Slider-Button__Next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  z-index: 10;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #090909;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Button__Next {
    display: none;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Button__Next {
    right: 5px;
  }
}
.News-Content-Slider-Button-Icon {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .News-Content-Slider-Button-Icon {
    width: 4px;
    display: none;
  }
}
.News-Content-Link {
  margin-top: 20px;
  margin-left: auto;
  width: clamp(0px, calc((23200vw / 1920)), 232px);
  height: clamp(0px, calc((3900vw / 1920)), 39px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-bottom: clamp(0px, calc((1500vw / 1920)), 15px);
  font-family: din-2014, sans-serif;
  font-size: clamp(0px, calc((2400vw / 1920)), 24px);
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .News-Content-Link {
    width: 120px;
    height: 18px;
    font-size: 12px;
    padding-left: 20px;
  }
}
.About {
  position: relative;
  margin-top: 120px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
  background-color: #e1e3e3;
}
@media screen and (max-width: 768px) {
  .About {
    margin-top: 52px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.About-Headline {
  position: absolute;
  top: clamp(-27px, calc((-2700vw / 1920)), 0px);
  left: clamp(0px, calc((6400vw / 1920)), 64px);
  z-index: 20;
  font-size: clamp(0px, calc((4200vw / 1920)), 42px);
  font-style: italic;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .About-Headline {
    top: -10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
}
.About-HeadlineSub {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, calc((60000vw / 1920)), 600px);
}
@media screen and (max-width: 768px) {
  .About-HeadlineSub {
    top: -2px;
    left: -10px;
    width: 300px;
  }
}
.About-HeadlineSub-Image {
  width: 100%;
}
.About__Inner {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1520px;
  padding-top: clamp(0px, calc((8000vw / 1920)), 80px);
  padding-bottom: clamp(0px, calc((4800vw / 1920)), 48px);
}
@media screen and (max-width: 768px) {
  .About__Inner {
    padding-top: 30px;
    padding-bottom: 16px;
  }
}
.About-List {
  width: 100%;
  display: flex;
  gap: clamp(0px, calc((1600vw / 1920)), 16px);
}
@media screen and (max-width: 768px) {
  .About-List {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.About-List-Item {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .About-List-Item {
    width: 195px;
  }
}
.About-Link {
  margin-left: auto;
  width: clamp(0px, calc((23200vw / 1920)), 232px);
  height: clamp(0px, calc((3900vw / 1920)), 39px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-bottom: clamp(0px, calc((1500vw / 1920)), 15px);
  font-family: din-2014, sans-serif;
  font-size: clamp(0px, calc((2400vw / 1920)), 24px);
  letter-spacing: 0.3em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .About-Link {
    width: 120px;
    height: 18px;
    font-size: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .About-Link {
    margin-top: 8px;
  }
}
.Course {
  margin-top: 80px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Course {
    margin-top: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Course__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .Course__Inner {
    gap: 10px;
  }
}
.Course-Headline {
  font-size: clamp(0px, calc((3200vw / 1920)), 32px);
  font-family: din-2014, sans-serif;
}
@media screen and (max-width: 768px) {
  .Course-Headline {
    font-size: 16px;
  }
}
.Course-Content {
  border-top: 2px solid #090909;
  width: 100%;
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .Course-Content {
    padding-top: 32px;
  }
}
.Course-Content-List {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(0px, calc((7200vw / 1920)), 32px);
  row-gap: clamp(0px, calc((6400vw / 1920)), 64px);
}
@media screen and (max-width: 768px) {
  .Course-Content-List {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 32px;
    column-gap: 11px;
  }
}
.Course-Content-List-Item__Link {
  position: relative;
  padding-top: clamp(0px, calc((3000vw / 1920)), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item__Link {
    padding-top: 18px;
  }
}
.Course-Content-List-Item-Headline {
  position: absolute;
  top: -2px;
  z-index: 10;
  font-size: clamp(10px, calc((3200vw / 1920)), 28px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Headline {
    font-size: 18px;
  }
}
.Course-Content-List-Item-Thumbnail {
  position: relative;
  width: 100%;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Thumbnail {
    margin-top: 8px;
    width: 88%;
  }
}
.Course-Content-List-Item-Thumbnail__Inner {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-property: box-shadow;
  transition-duration: 0.5s;
}
.Course-Content-List-Item-Thumbnail__Inner::after {
  content: "MORE";
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.Course-Content-List-Item-Thumbnail-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.Course-Content-List-Item-Thumbnail-Tip {
  position: absolute;
  right: 0;
  bottom: clamp(0px, calc((3000vw / 1920)), 30px);
  width: clamp(0px, calc((15500vw / 1920)), 155px);
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Thumbnail-Tip {
    width: 70px;
    height: 8px;
  }
}
.Course-Content-List-Item-Thumbnail-Tip-Image {
  width: clamp(0px, calc((15500vw / 1920)), 155px);
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Thumbnail-Tip-Image {
    width: 100%;
  }
}
.Course-Content-List-Item:hover .Course-Content-List-Item-Thumbnail__Inner {
  box-shadow: 0 0 72px 0 rgba(255, 255, 255, 0.31);
}
.Course-Content-List-Item:hover
  .Course-Content-List-Item-Thumbnail__Inner::after {
  visibility: visible;
  opacity: 1;
}
.Course-Content-List-Item:hover .Course-Content-List-Item-Thumbnail-Image {
  opacity: 0.42;
}
.Course-Content-List-Item:hover .Course-Content-List-Item-Thumbnail-Tip {
  animation: fadeIn 0.5s;
}
.Course-Content-List-Item-Title {
  margin-top: 10px;
  font-size: clamp(14px, calc((2400vw / 1920)), 24px);
  color: #757474;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: clamp(12px, calc((2800vw / 1920)), 28px);
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }
}
.Course-Content-List-Item-Description {
  margin-top: 7px;
  font-size: clamp(12px, calc((1400vw / 1920)), 14px);
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Course-Content-List-Item-Description {
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }
}
.OpenCampus {
  position: relative;
  margin-top: 120px;
  width: 100%;
  padding-top: 280px;
  /* padding-top: 100px; */
}
@media screen and (max-width: 768px) {
  .OpenCampus {
    margin-top: 52px;
    padding-top: 150px;
  }
}
.OpenCampus-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(1500 / 1920 * 100%);
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .OpenCampus-Image {
    display: none;
  }
}
.OpenCampus-ImageSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .OpenCampus-ImageSP {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 335px;
    object-fit: cover;
    object-position: top;
  }
}
.OpenCampus-Headline {
  position: absolute;
  top: clamp(-24px, calc((-2400vw / 1920)), 0px);
  left: 0;
  z-index: 10;
  width: clamp(0px, calc(1220 / 1920 * 100%), 1220px);
}
@media screen and (max-width: 768px) {
  .OpenCampus-Headline {
    display: none;
  }
}
.OpenCampus-HeadlineSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .OpenCampus-HeadlineSP {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 10;
    width: 285px;
  }
}
.OpenCampus-Content {
  position: relative;
  z-index: 20;
  box-shadow: 0 0 16px 0 #828282;
  margin-left: auto;
  width: calc(920 / 1920 * 100%);
  padding-top: clamp(0px, calc((10800vw / 1920)), 108px);
  padding-bottom: clamp(0px, calc((10800vw / 1920)), 108px);
  padding-left: clamp(0px, calc((8000vw / 1920)), 80px);
  background-color: rgba(255, 255, 255, 0.82);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content {
    width: calc(700 / 750 * 100%);
    max-width: 350px;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 10px;
  }
}
.OpenCampus-Content-Headline {
  font-family: din-2014;
  font-size: 56px;
  /* font-size: clamp(10px, calc((4800vw / 1920)), 56px); */
  color: #ff6786;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Headline {
    font-size: 36px;
    line-height: 1.25;
    /* text-align: center; */
  }
}
.OpenCampus-Content-Headline-sub {
  font-family: din-2014;
  font-size: 56px;
  /* font-size: clamp(10px, calc((4800vw / 1920)), 56px); */
  color: #ffa4007a;
  position: absolute;
  margin-left: 5px;
  margin-top: -48px;
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Headline-sub {
    font-size: 36px;
    line-height: 1.25;
    text-align: center;
    margin-left: 3px;
    margin-top: -40px;
  }
}
.OpenCampus-Content-Description {
  font-size: clamp(10px, calc((4800vw / 1920)), 32px);
  margin-top: clamp(0px, calc((4000vw / 1920)), 40px);
  /* width: calc(550 / 1320 * 100%); */
  /* font-size: clamp(12px, calc((1800vw / 1920)), 18px); */
  letter-spacing: 0.2em;
  line-height: calc((30 / 18));
  text-align: justify;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Description {
    font-size: 20px;
    line-height: 1.25;
    /* text-align: center; */
    margin-top: 20px;
    width: 100%;
    margin-bottom: 0px;
    /* font-size: 12px; */
  }
}
.OpenCampus-Content-Link {
  margin-top: clamp(0px, calc((6400vw / 1920)), 64px);
  width: clamp(0px, calc((23200vw / 1920)), 232px);
  height: clamp(0px, calc((3900vw / 1920)), 39px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-bottom: clamp(0px, calc((1500vw / 1920)), 15px);
  font-family: din-2014, sans-serif;
  font-size: clamp(0px, calc((2400vw / 1920)), 24px);
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    width: 120px;
    height: 18px;
    font-size: 12px;
    padding-left: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    margin-top: 32px;
  }
}
.OpenCampus__Bottom {
  margin-top: 92px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .OpenCampus__Bottom {
    margin-top: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.OpenCampus__BottomInner {
  width: 100%;
  max-width: 1500px;
}
.OpenCampus-List {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  row-gap: 35px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .OpenCampus-List {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    row-gap: 6px;
    column-gap: 0;
  }
}
.OpenCampus-List-Item {
  border-top: 1px solid #090909;
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .OpenCampus-List-Item {
    padding-top: 6px;
  }
}
.OpenCampus-List-Item__Link {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.OpenCampus-List-Item-Image {
  width: calc(350 / 740 * 100%);
}
.OpenCampus-List-Item__Right {
  flex: 1;
  padding-top: clamp(0px, calc((3000vw / 1920)), 30px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-right: clamp(0px, calc((3600vw / 1920)), 36px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0px, calc((4000vw / 1920)), 40px);
}
@media screen and (max-width: 768px) {
  .OpenCampus-List-Item__Right {
    padding-top: 5px;
    padding-left: 18px;
    padding-right: 0;
    gap: 18px;
  }
}
.OpenCampus-List-Item-Headline {
  padding-bottom: 4px;
  background-image: linear-gradient(180deg, #111, #111);
  background-size: calc(100% - 0.3em) 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  font-size: clamp(14px, calc((2400vw / 1920)), 32px);
  letter-spacing: 0.3em;
  line-height: 1.2;
  transition: background-size 0.4s;
}
.OpenCampus-List-Item:hover .OpenCampus-List-Item-Headline {
  background-size: 0 1px;
  background-position: calc(100% - 0.3em) 100%;
}
.OpenCampus-List-Item-Description {
  font-size: clamp(12px, calc((1920vw / 1920)), 16px);
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .OpenCampus-List-Item-Description {
    line-height: 1.5;
    font-size: clamp(10px, calc((1920vw / 1920)), 14px);
  }
}
.PageFooter {
  margin-top: 120px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .PageFooter {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .PC {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .SP {
    display: none;
  }
}
@-moz-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@-o-keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes fadeIn {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.Pickup-movie {
  background: -webkit-gradient(linear, left top, right top, from(#ff9a09), to(#fed03d));
  background: -o-linear-gradient(left, #ff9a09, #fed03d);
  background: linear-gradient(to right, #ff9a09, #fed03d);
  padding: 40px 0;
  margin: 40px 0;
}

.Pickup-movie-title {
  text-align: center;
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  font-family: din-2014, sans-serif;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.Pickup-movie-title::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 2px;
  height: 130%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000;
}

.Pickup-movie-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Pickup-movie-title::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 2px;
  height: 130%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .Pickup-movie-title {
    font-size: 16px;
  }
}</pre></body></html>