<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f5f9f9;
}

.Main {
  margin-top: -5.4166666667vw;
}
@media only screen and (max-width: 768px) {
  .Main {
    margin-top: 0;
  }
}

.Firstview {
  position: relative;
}
.Firstview-Image {
  width: 100%;
}
.Firstview-TextEn {
  position: absolute;
  width: 73.5416666667vw;
  height: auto;
  bottom: -4px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .Firstview-TextEn {
    left: 10px;
    width: 91.7333333333vw;
    bottom: 3px;
  }
}

.Description__Inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Description__Inner {
    width: 94.6666666667vw;
  }
}
.Description-Title {
  font-size: clamp(30px, 3.125vw, 60px);
  letter-spacing: 0.2em;
  position: relative;
  padding-top: 16px;
}
@media only screen and (max-width: 768px) {
  .Description-Title {
    top: 6px;
    margin-bottom: 2.6666666667vw;
    font-size: 22px;
    padding-top: 0px;
  }
}
.Description-Image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .Description-Image {
    width: 100%;
  }
}
.Description-ImageWrapper {
  display: flex;
  margin-top: clamp(0px, 2.0833333333vw, 40px);
}
@media only screen and (max-width: 768px) {
  .Description-ImageWrapper {
    flex-direction: column;
    grid-gap: 8px;
  }
}
.Description-Sentense {
  font-size: clamp(22px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
  text-align: center;
  color: rgba(255, 114, 0, 1);
  font-style: italic;
  margin-top: 0.2083333333vw;
  line-height: 1.7333333333;
}
@media only screen and (max-width: 768px) {
  .Description-Sentense {
    line-height: 1.2727272727;
    margin-top: 7.4666666667vw;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
}
.Description-Sentense-Inline {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .Description-Sentense-Inline {
    letter-spacing: 0.01em;
  }
}

.Features {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .Features {
    margin-top: 44px;
  }
}
.Features__inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Features__inner {
    width: 100%;
  }
}
.Features-Title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #090909;
  padding-bottom: clamp(5px, 0.8333333333vw, 16px);
}
.Features-Title__Ja {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  margin-top: clamp(2px, 0.3645833333vw, 7px);
}
@media only screen and (max-width: 768px) {
  .Features-Title__Ja {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.Features-Title__En {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
}
.Features-Contents {
  margin-top: clamp(24px, 4.1666666667vw, 80px);
  width: 65.8333333333vw;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Features-Contents {
    width: 84vw;
  }
}
.Features-Contents-List {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9895833333vw -1.25vw;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List {
    margin-top: -3.0666666667vw;
    margin-bottom: -3.0666666667vw;
    margin-right: 0;
    margin-left: 0;
  }
}
.Features-Contents-List-Item {
  width: calc(50% - 2.5vw);
  margin: 0.9895833333vw 1.25vw;
  background: #fff;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  padding: clamp(19px, 2.2916666667vw, 44px) clamp(8px, 1.5625vw, 30px)
    clamp(12px, 2.65625vw, 51px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 3.0666666667vw;
    margin-bottom: 3.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item:nth-child(3) {
    padding-right: clamp(5px, 1.3333333333vw, 30px);
  }
}
.Features-Contents-List-Item::before {
  position: absolute;
  content: attr(data-number);
  color: #ea7c3f;
  font-family: din-2014, sans-serif;
  font-size: clamp(40px, 3.75vw, 72px);
  left: -0.02em;
  top: -0.5em;
  line-height: 1;
}
.Features-Contents-List-Item-Title {
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Title {
    letter-spacing: 0.15em;
  }
}
.Features-Contents-List-Item-Title.m-negativeMarginX {
  margin-right: -3%;
  margin-left: -3%;
}
.Features-Contents-List-Item-Contents {
  display: flex;
  margin-top: clamp(8px, 2.2916666667vw, 44px);
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents {
    justify-content: center;
  }
}
.Features-Contents-List-Item-Contents-Icon {
  flex: 0 0 auto;
}
.Features-Contents-List-Item-Contents-IconWrapper {
  width: 6.1458333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.3645833333vw;
  margin-top: 0.2083333333vw;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-IconWrapper {
    width: 14.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.Features-Contents-List-Item-Contents-Icon.m-team {
  width: 87.2881355932%;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Icon.m-team {
    width: 96.3636363636%;
  }
}
.Features-Contents-List-Item-Contents-Icon.m-tiger {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Icon.m-tiger {
    width: 98.1818181818%;
  }
}
.Features-Contents-List-Item-Contents-Icon.m-talk {
  width: 96.6101694915%;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Icon.m-talk {
    width: 94.5454545455%;
  }
}
.Features-Contents-List-Item-Contents-Icon.m-bag {
  width: 90.6779661017%;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Icon.m-bag {
    width: 89.0909090909%;
  }
}
.Features-Contents-List-Item-Contents-Sentense {
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  max-width: 407px;
  flex: 1 100%;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Sentense {
    letter-spacing: 0.1em;
    line-height: 1.5;
    max-width: 79%;
    padding-right: 4.2666666667vw;
  }
}
.Features-Contents-List-Item-Contents-Sentense.m-lineHeightLarge {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Sentense.m-lineHeightLarge {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .Features-Contents-List-Item-Contents-Sentense &gt; .is-pc {
    display: none;
  }
}
.Features-Contents-License {
  background: rgba(255, 114, 0, 0.17);
  position: relative;
  padding: 0 0 3.125vw;
  margin-top: 3.7083333333vw;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-License {
    padding-bottom: 12vw;
    margin-top: 10.9333333333vw;
  }
}
.Features-Contents-License-Title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
  position: relative;
  transform: translateY(-50%);
  border: solid 1px rgba(255, 114, 0, 1);
  background-color: #fff;
  padding: 2px 0 2px 0;
}
.Features-Contents-License-Title-headImage {
  width: clamp(19px, 1.9791666667vw, 38px);
  margin-right: clamp(13px, 4.1145833333vw, 79px);
}
.Features-Contents-License-Title-footerImage {
  width: clamp(23px, 1.9791666667vw, 46px);
  margin-left: clamp(7.5px, 4.1145833333vw, 65px);
}
.Features-Contents-License-Pickup {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-License-Pickup.m-pc {
    display: none;
  }
}
.Features-Contents-License-Pickup.m-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-License-Pickup.m-sp {
    display: block;
  }
}
.Features-Contents-License-Pickup &gt; span {
  display: inline-block;
}
.Features-Contents-License-Link {
  position: absolute;
  text-transform: uppercase;
  font-size: clamp(12px, 0.9895833333vw, 19px);
  font-family: din-2014, sans-serif;
  letter-spacing: 0.3em;
  display: block;
  width: clamp(116px, 9.4270833333vw, 181px);
  text-align: center;
  bottom: 8px;
  right: -1.1578947368em;
}
@media (hover: hover) {
  .Features-Contents-License-Link {
    transition: 0.3s ease-in-out;
  }
  .Features-Contents-License-Link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .Features-Contents-License-Link {
    letter-spacing: 0.3em;
    /* padding: 0.6666666667em 0; */
    bottom: 0.6666666667em;
  }
}
.Features-Contents-License-Link:hover .Features-Contents-License-Link-Image {
  opacity: 0.42;
}
.Features-Contents-License-Link:hover .Features-Contents-License-Link-Tip {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.Features-Contents-Employment {
  background: rgba(255, 114, 0, 0.17);
  position: relative;
  padding: 0 0 4.125vw;
  /* padding: 0 clamp(0px, 0.625vw, 12px) clamp(0px, 2.65625vw, 51px); */
  margin-top: clamp(0px, 2.7083333333vw, 52px);
}
@media only screen and (max-width: 768px) {
  .Features-Contents-Employment {
    padding-bottom: 12.2666666667vw;
    margin-top: 11.4666666667vw;
  }
}
.Features-Contents-Employment-Title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
  position: relative;
  transform: translateY(-50%);
  border: solid 1px rgba(255, 114, 0, 1);
  background-color: #fff;
  padding: 2px 0 2px 0;
  line-height: 1.6em;
}
.Features-Contents-Employment-Title-headImage {
  width: clamp(20px, 1.8vw, 30px);
  margin-right: clamp(7px, 2.96875vw, 57px);
}
.Features-Contents-Employment-Title-footerImage {
  width: clamp(20px, 1.8vw, 30px);
  margin-left: clamp(9px, 2.6041666667vw, 50px);
}
.Features-Contents-Employment-Pickup {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-Employment-Pickup.m-pc {
    display: none;
  }
}
.Features-Contents-Employment-Pickup.m-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Features-Contents-Employment-Pickup.m-sp {
    display: block;
  }
}
.Features-Contents-Employment-Pickup &gt; span {
  display: inline-block;
}
.Features-Contents-Employment-Link {
  position: absolute;
  text-transform: uppercase;
  font-size: clamp(12px, 0.9895833333vw, 19px);
  font-family: din-2014, sans-serif;
  letter-spacing: 0.3em;
  display: block;
  width: clamp(116px, 9.4270833333vw, 181px);
  text-align: center;
  bottom: 8px;
  right: -1.1578947368em;
}
@media (hover: hover) {
  .Features-Contents-Employment-Link {
    transition: 0.3s ease-in-out;
  }
  .Features-Contents-Employment-Link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .Features-Contents-Employment-Link {
    letter-spacing: 0.3em;
    /* padding: 0.6666666667em 0; */
    bottom: 0.6666666667em;
  }
}
.Features-Contents-Employment-Link:hover
  .Features-Contents-Employment-Link-Image {
  opacity: 0.42;
}
.Features-Contents-Employment-Link:hover
  .Features-Contents-Employment-Link-Tip {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.Curriculum {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .Curriculum {
    margin-top: 9.0666666667vw;
  }
}
.Curriculum__inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Curriculum__inner {
    width: 100%;
  }
}
.Curriculum-Title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #090909;
  padding-bottom: clamp(5px, 0.8333333333vw, 16px);
}
.Curriculum-Title__Ja {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
  margin-top: clamp(2px, 0.3645833333vw, 7px);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Title__Ja {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.Curriculum-Title__En {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
}
.Curriculum-Contents {
  margin-top: clamp(40px, 4.1666666667vw, 80px);
  width: 65.8333333333vw;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents {
    width: 94.6666666667vw;
  }
}
.Curriculum-Contents-Description {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.Curriculum-Contents-Description + .Curriculum-Contents-Description {
  margin-top: clamp(32px, 4.1354166667vw, 42px);
}
.Curriculum-Contents-Description-Title {
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
}
.Curriculum-Contents-Description-Sentense {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  margin-top: clamp(14px, 0.9375vw, 18px);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description-Sentense {
    letter-spacing: 0.18em;
    line-height: 1.4285714286;
  }
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description-Sentense.m-pc {
    display: none;
  }
}
.Curriculum-Contents-Description-Sentense.m-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description-Sentense.m-sp {
    display: block;
  }
}
.Curriculum-Contents-Description-Sentense &gt; span {
  display: inline-block;
}
.Curriculum-Contents-List {
  display: flex;
  flex-wrap: wrap;
  margin: clamp(-3px, -0.46875vw, -9px) clamp(-2.5px, -0.3125vw, -6px);
}
.Curriculum-Contents-ListWrapper {
  margin-top: clamp(25px, 4.21875vw, 81px);
}
.Curriculum-Contents-List-Item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: clamp(0px, 4.0625vw, 78px);
  margin: clamp(3px, 0.46875vw, 9px) clamp(2.5px, 0.3125vw, 6px);
  width: calc(16.6666666667% - clamp(5px, 0.625vw, 12px));
  text-align: center;
  font-size: clamp(12px, 1.1458333333vw, 22px);
  letter-spacing: 0.2em;
  line-height: 1.3636363636;
  background: #fefefe;
  font-style: italic;
  padding: 1.2727272727em 0;
  box-shadow: 0 0 8.4px 0.6px rgba(130, 130, 130, 0.55);
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .Curriculum-Contents-List-Item {
    width: calc(20% - clamp(5px, 0.625vw, 12px));
  }
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-List-Item {
    width: calc(33.3333333333% - clamp(5px, 0.625vw, 12px));
    box-shadow: 0 0 8.4px 0.6px rgba(130, 130, 130, 0.55);
    max-height: 46px;
  }
}
.Curriculum-Contents-List-Item.m-small {
  font-size: clamp(12px, 1.0416666667vw, 20px);
  letter-spacing: 0.1em;
}

.PageFooter {
  margin-top: clamp(70px, 15.625vw, 300px);
  margin-bottom: clamp(54px, 6.6666666667vw, 128px);
}

.jikanwari {
  margin-top: clamp(34px, 4.1666666667vw, 80px);
}

.jikanwari-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .jikanwari-pc {
    display: none;
  }
}

.jikanwari-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .jikanwari-sp {
    display: block;
  }
}
.Schedule {
  margin-top: 7vw;
}
@media only screen and (max-width: 768px) {
  .Schedule {
    margin-top: 9.0666666667vw;
  }
}

.Schedule-Title-MobileOnly {
  display: none;
}
@media only screen and (max-width: 768px) {
  .Schedule-Title-MobileOnly {
    display: block;
  }
}

.Schedule__inner {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Schedule__inner {
    width: 100%;
  }
}

/* .Schedule-Title {
  border-bottom: 2px solid #090909;
  padding-bottom: clamp(5px, 0.8333333333vw, 16px);
  font-size: clamp(24px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: clamp(34px, 4.1666666667vw, 80px);
} */

.Schedule-Title {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 2px solid #090909;
  padding-bottom: clamp(5px, 0.8333333333vw, 16px);
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .Schedule-Title {
    margin-top: 9.0666666667vw;
  }
}
.Schedule-Title__Ja {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
  margin-top: clamp(2px, 0.3645833333vw, 7px);
}
@media only screen and (max-width: 768px) {
  .Schedule-Title__Ja {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.Schedule-Title__En {
  font-size: clamp(12px, 0.9375vw, 18px);
  text-transform: uppercase;
  font-family: din-2014, sans-serif;
}

.Schedule-Contents {
  margin-top: clamp(34px, 4.1666666667vw, 80px);
  width: 74.8333333333vw;
  /* max-width: 1200px; */
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Schedule-Contents {
    width: 94vw;
  }
}

.Schedule-Contents-List {
  width: 88%;
  padding-inline-start: 0%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .Schedule-Contents-List {
    width: 100%;
  }
}

.Schedule-Contents-List-Item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  border: solid 1px rgba(255, 114, 0, 1);
}

.Schedule-Contents-List-Item__Month {
  width: 180px;
  background-color: rgba(255, 114, 0, 0.17);
  text-align: center;
  line-height: 3.2;
}
@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item__Month {
    width: 72px;
    line-height: 2.8;
  }
}

@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item__Month--LargeHeight {
    line-height: 4;
  }
}

.Schedule-Contents-List-Item__Month-Large {
  font-size: clamp(20px, 1.6vw, 48px);
  font-weight: bold;
}

.Schedule-Contents-List-Item__Month-Small {
  font-size: clamp(16px, 1.56vw, 28px);
  font-weight: 600;
}

.Schedule-Contents-List-Item__Contents {
  width: 100%;
  font-size: clamp(16px, 1.56vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 6vw;
  padding-right: 3vw;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item__Contents {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 2.6vw;
    padding-right: 1.5vw;
  }
}
.Curriculum-Contents {
  margin-top: clamp(34px, 4.1666666667vw, 80px);
  width: 65.8333333333vw;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents {
    width: 94.6666666667vw;
  }
}
/* .Curriculum-Contents-Description {
  text-align: center;
} */
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description {
    width: 84vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.Curriculum-Contents-Description + .Curriculum-Contents-Description {
  margin-top: clamp(42px, 4.1354166667vw, 42px);
}
.Curriculum-Contents-Description-Title {
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.2em;
}
.Curriculum-Contents-Description-Sentense {
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  margin-top: clamp(14px, 0.9375vw, 18px);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Description-Sentense {
    letter-spacing: 0.18em;
    line-height: 1.4285714286;
  }
}
.Curriculum-Contents-Pickup {
  display: flex;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  margin-top: clamp(23px, 2.1354166667vw, 41px);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup {
    flex-direction: column;
  }
}
.Curriculum-Contents-Pickup + .Curriculum-Contents-Pickup {
  margin-top: clamp(27px, 1.6145833333vw, 31px);
}
.Curriculum-Contents-Pickup-Contents {
  width: 48.5714285714%;
  background: #fff;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents {
    display: contents;
  }
}
.Curriculum-Contents-Pickup-Contents-Head {
  position: relative;
  background: rgba(255, 114, 0, 0.17);
  padding: clamp(5px, 0.8854166667vw, 17px) clamp(20px, 2.03125vw, 39px)
    clamp(4px, 0.8333333333vw, 16px);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
  }
}
.Curriculum-Contents-Pickup-Contents-Head-Title {
  font-size: clamp(16px, 1.5625vw, 30px);
  letter-spacing: 0.3em;
  font-style: italic;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head-Title {
    letter-spacing: 0.3em;
  }
}
.Curriculum-Contents-Pickup-Contents-Head-En {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head-En {
    position: relative;
  }
}
.Curriculum-Contents-Pickup-Contents-Head-EnWrapper {
  position: absolute;
  display: block;
  height: 92.0634920635%;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head-EnWrapper {
    height: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.Curriculum-Contents-Pickup-Contents-Head-EnWrapper.m-color-science {
  width: 117.9090909091%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head-EnWrapper.m-color-science {
    width: 92%;
    left: 0;
    margin-left: -22%;
  }
}
.Curriculum-Contents-Pickup-Contents-Head-EnWrapper.m-rendering-technique {
  width: 136.6883116883%;
  left: 9%;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Head-EnWrapper.m-rendering-technique {
    width: 94%;
    left: 0;
    margin-left: -44%;
  }
}
.Curriculum-Contents-Pickup-Contents-Sentense {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-top: clamp(0px, 2.9166666667vw, 56px);
  padding-bottom: clamp(0px, 2.9166666667vw, 56px);
  padding-left: clamp(0px, 1.875vw, 36px);
  padding-right: clamp(0px, 1.875vw, 36px);
  width: 95%;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Sentense {
    order: 2;
    width: 100%;
    line-height: 1.5;
    padding-left: clamp(0px, 5.3333333333vw, 20px);
    padding-right: clamp(0px, 5.3333333333vw, 20px);
  }
}
.Curriculum-Contents-Pickup-Contents-Img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-Img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .Curriculum-Contents-Pickup-Contents-ImgWrapper {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 31.746031746%;
    overflow: hidden;
  }
}
.Interview {
  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) {
  .Interview {
    margin-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Interview__Inner {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Interview-Headline {
  border-bottom: solid 2px #090909;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0px, 0.520833333333333vw, 10px);
  color: #090909;
  text-align: center;
  padding-bottom: clamp(7.5px, 1.09375vw, 21px);
}
.Interview-Headline-Ruby {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .Schedule-Headline-Ruby {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.Interview-Headline-Main {
  font-size: clamp(12px, 0.9375vw, 18px);
  font-family: "din-2014";
}
.Interview-Content {
  width: 50%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .Interview-Content {
    width: 100%;
    padding-top: 30px;
  }
}
.Interview-Content-Modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition-property: visibility, opacity;
  transition-duration: 0.4s;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.Interview-Content-Modal__IsShow {
  opacity: 1;
  visibility: visible;
}
.Interview-Content-Modal-List {
  position: relative;
  width: 100%;
  max-height: 100%;
  padding-top: clamp(0px, 5.46875vw, 105px);
  padding-bottom: clamp(0px, 3.125vw, 60px);
  padding-left: clamp(0px, 6vw, 90px);
  padding-right: clamp(0px, 6vw, 90px);
  display: flex;
  background-color: rgba(255, 255, 255, 1);
}
.Interview-Content-Modal-List-Image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
  height: clamp(0px, 6.770833333333333vw, 130px);
}
.Interview-Content-Modal-List-CloseButton {
  position: absolute;
  top: clamp(0px, 1.5625vw, 30px);
  right: clamp(0px, 1.5625vw, 30px);
  width: clamp(0px, 2.1875vw, 42px);
  height: clamp(0px, 2.1875vw, 42px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-CloseButton {
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.Interview-Content-Modal-List-CloseButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-PrevButton {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-PrevButton {
    left: -18px;
    width: 30px;
    height: 30px;
  }
}
.Interview-Content-Modal-List-PrevButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-NextButton {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-NextButton {
    right: -18px;
    width: 30px;
    height: 30px;
  }
}
.Interview-Content-Modal-List-NextButton-Icon {
  width: 100%;
  height: 100%;
}
.Interview-Content-Modal-List-Item {
  overflow: hidden scroll;
  width: 100%;
  display: flex;
  gap: clamp(0px, 4.75vw, 90px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item {
    flex-direction: column;
  }
}
.Interview-Content-Modal-List-Item__Left {
  width: clamp(0px, 23.4375vw, 450px);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item__Left {
    width: 100%;
    display: flex;
    gap: 10px;
  }
}
.Interview-Content-Modal-List-Item__ImageWrapper {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item__ImageWrapper {
    flex: none;
    width: 100px;
  }
}
.Interview-Content-Modal-List-Item__ImageWrapperInner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.Interview-Content-Modal-List-Item-Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Interview-Content-Modal-List-Item {
  width: 100%;
}
.Interview-Content-Modal-List-Item-Title {
  margin-top: clamp(0px, 2.083333333333333vw, 40px);
  width: 100%;
  font-size: clamp(10px, 1.145833333333333vw, 22px);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item-Title {
    line-height: 1.2;
  }
}
.Interview-Content-Modal-List-Item-Name {
  margin-top: clamp(0px, 2.083333333333333vw, 40px);
  font-size: clamp(16px, 1.979166666666667vw, 38px);
}
.Interview-Content-Modal-List-Item-NameRoman {
  margin-top: clamp(0px, 7.291666666666667vw, 10px);
  font-size: clamp(10px, 0.9375vw, 18px);
  letter-spacing: 0.3em;
  font-family: "din-2014";
}
.Interview-Content-Modal-List-Item-Content {
  z-index: 20;
  flex: 1;
}
.Interview-Content-Modal-List-Item-Content h2 {
  margin-bottom: clamp(20px, 1.875vw, 36px);
  font-size: clamp(16px, 1.979166666666667vw, 38px);
  display: inline-block;
  background: linear-gradient(transparent 50%, rgb(255, 252, 121) 50%);
  border-bottom: 0.4em solid rgb(255, 252, 121);
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item-Content h2 {
    margin-bottom: clamp(
      calc(20px - 0.8em),
      calc(1.875vw - 0.8em),
      calc(36px - 0.8em)
    );
  }
}
.Interview-Content-Modal-List-Item-Content &gt; * + h2 {
  margin-top: clamp(20px, 3.333333333333333vw, 64px);
}
.Interview-Content-Modal-List-Item-Content p {
  font-size: clamp(10px, 0.9375vw, 18px);
  line-height: calc((30 / 18));
  font-weight: normal;
  text-align: justify;
  word-break: break-all;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .Interview-Content-Modal-List-Item-Content p {
    padding-right: 0px;
  }
}
.Interview-Content-List {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(0px, calc((5600vw / 1920)), 56px);
  /* row-gap: clamp(0px, calc((6400vw / 1920)), 64px); */
}
@media screen and (max-width: 768px) {
  .Interview-Content-List {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    /* row-gap: 28px; */
    column-gap: clamp(0px, 4vw, 15px);
  }
}
.Interview-Content-List-Item {
  position: relative;
  padding-top: clamp(0px, calc((3000vw / 1920)), 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item {
    padding-top: 18px;
  }
}
.Interview-Content-List-Item-Headline {
  position: absolute;
  top: 0;
  z-index: 10;
  font-size: clamp(10px, calc((3200vw / 1920)), 32px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .Interview-Content-List-Item-Headline {
    font-size: 16px;
  }
}
.Interview-Content-List-Item-Headline-Tip {
  font-size: clamp(10px, calc((2600vw / 1920)), 26px);
}
.Interview-Content-List-Item-Thumbnail {
  position: relative;
  width: 100%;
}
.Interview-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;
  margin-top: 10px;
}
.Interview-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;
}
.Interview-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;
}
.Interview-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) {
  .Interview-Content-List-Item-Thumbnail-Tip {
    width: clamp(0px, 16vw, 9999px);
  }
}
.Interview-Content-List-Item-Thumbnail-Tip-Image {
  width: 100%;
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail__Inner {
  box-shadow: 0 0 72px 0 rgba(0, 0, 0, 0.31);
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail__Inner::after {
  visibility: visible;
  opacity: 1;
}
.Interview-Content-List-Item:hover
  .Interview-Content-List-Item-Thumbnail-Image {
  opacity: 0.42;
}
.Interview-Content-List-Item:hover .Interview-Content-List-Item-Thumbnail-Tip {
  animation: fadeIn 0.5s;
}
.Interview-Content-List-Item-Title {
  margin-top: 10px;
  font-size: clamp(10px, 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) {
  .Interview-Content-List-Item-Title {
    margin-top: 5px;
    font-size: clamp(10px, calc((1400vw / 375)), 14px);
    line-height: 18px;
    letter-spacing: 0;
  }
}
.Interview-Content-List-Item-Description {
  margin-top: 7px;
  font-size: clamp(12px, calc((1400vw / 1920)), 14px);
  letter-spacing: 0.075em;
  line-height: 2;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
.sp-hdn {
  display: block;
}
.pc-hdn {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-hdn {
    display: none;
  }
  .pc-hdn {
    display: block;
  }
}
@-webkit-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);
  }
} /*# sourceMappingURL=style.css.map */
</pre></body></html>