<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Main {
  width: 100%;
  padding-bottom: 100px;
  background-color: #f5f9f9;
}
@media screen and (max-width: 768px) {
  .Main {
    padding-bottom: 56px;
  }
}
.Firstview {
  width: 100%;
}
.Firstview-Top {
  position: relative;
  margin-top: -96px;
}
@media only screen and (max-width: 768px) {
  .Firstview-Top {
    margin-top: 0px;
  }
}
.Firstview-Head {
  width: 100%;
  padding-top: clamp(180px, 10.6770833333vw, 205px);
  background-color: #d6ddec;
  background: url(./images/classroom.jpg) no-repeat center center/cover;
}
@media only screen and (max-width: 768px) {
  .Firstview-Head {
    padding-top: clamp(45px, 11.71875vw, 90px);
    padding-left: 1.3333333333vw;
  }
}
.Firstview-Title {
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
}
@media only screen and (max-width: 768px) {
  .Firstview-Title {
    font-size: clamp(50px, 10.4166666667vw, 80px);
  }
}
@media only screen and (max-width: 374px) {
  .Firstview-Title {
    font-size: 12.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .Firstview-Title &gt; span {
    display: block;
    margin-top: 5px;
  }
}

.Firstview__Bottom {
  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__Bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Firstview__BottomInner {
  width: 100%;
  max-width: 1520px;
}
.Firstview-Summury {
  margin-top: 32px;
  width: 100%;
  font-size: clamp(16px, calc(18 / 1920 * 100vw), 18px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Firstview-Summury {
    font-size: 14px;
    line-height: calc((44 / 28));
  }
}
.Firstview-ThreeIine {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Firstview-ThreeIine {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Firstview-ThreeIine__Inner {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .Firstview-ThreeIine__Inner {
    flex-direction: column;
    align-items: center;
  }
}
.Firstview-ThreeIine-Headline {
  width: calc(320 / 1520 * 100%);
  font-size: 40px;
  line-height: 74px;
}
@media screen and (max-width: 768px) {
  .Firstview-ThreeIine-Headline {
    width: 180px;
  }
}
.Firstview-ThreeIine-List {
  margin-left: 6px;
  flex: 1;
  display: flex;
  gap: clamp(0px, calc((1600vw / 1920)), 16px);
}
@media screen and (max-width: 768px) {
  .Firstview-ThreeIine-List {
    margin-top: 25px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.Firstview-ThreeIine-List-Item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .Firstview-ThreeIine-List-Item {
    width: clamp(0px, 100%, 265px);
  }
}
.Firstview-ThreeIine-Headline-Tip {
  color: #f00;
  font-size: 108px;
}
.Firstview-Video {
  position: relative;
  width: 100%;
  max-width: 1520px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .Firstview-Video {
    margin-top: 40px;
  }
}
.Firstview-Video__Inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(562.5 / 1000 * 100% + 46px);
}
.Firstview-Video-Content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Industry {
  width: 100%;
}
.Industry-Header {
  margin-top: 30px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ffffff, #ffce008c 70%, #ffce00);
}
@media screen and (max-width: 768px) {
  .Industry-Header {
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(to right, #ffce001c, #ffce008c 70%, #ffce00);
  }
}
.Industry-Header__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-top: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  padding-bottom: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(230 / 1920 * 100vw), 230px);
}
@media screen and (max-width: 768px) {
  .Industry-Header__Inner {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 6px;
  }
}
.Industry-Header-Image {
  width: clamp(0px, calc(320 / 1920 * 100vw), 320px);
}
@media screen and (max-width: 768px) {
  .Industry-Header-Image {
    width: 195px;
  }
}
.Industry-Header-Label {
  font-size: clamp(10px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .Industry-Header-Label {
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
  }
}

.Industry__Title {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .Industry__Title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Industry__TitleInner {
  width: 100%;
  /* max-width: 680px; */
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .Industry__TitleInner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Industry__TitleInner__Headline {
  margin-top: 48px;
  width: 100%;
  font-size: clamp(24px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
  text-align: center;
  /* text-indent: 0.2em; */
}
@media screen and (max-width: 768px) {
  .Industry__TitleInner__Headline {
    margin-top: 25px;
  }
}
.Industry__TitleInner__Description {
  margin-top: clamp(0px, 2.5vw, 32px);
  width: 100%;
  font-size: clamp(10px, calc(18 / 1920 * 100vw), 18px);
  letter-spacing: 0.26em;
  line-height: 2;
  text-align: center;
  /* text-indent: 0.26em; */
}
@media screen and (max-width: 768px) {
  .Industry__TitleInner__Description {
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    /* text-indent: 0.2em; */
    text-align: left;
  }
}

.Industry-Content {
  width: 100%;
  padding-top: 48px;
  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) {
  .Industry-Content {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Industry-Content__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
}
@media screen and (max-width: 768px) {
  .Industry-Content__Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Industry-Content__Inner {
  display: flex;
  gap: clamp(0px, calc(90 / 1920 * 100vw), 90px);
}
@media screen and (max-width: 768px) {
  .Industry-Content__Inner {
    flex-direction: column;
  }
}
.Industry-Content__Left {
  width: calc(615 / 1140 * 100%);
}
@media screen and (max-width: 768px) {
  .Industry-Content__Left {
    width: 100%;
  }
}
.Industry-Content__Right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .Industry-Content__Right {
    width: 100%;
  }
}
.Industry-Content-Headline {
  font-size: clamp(15px, calc(30 / 1920 * 100vw), 24px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Industry-Content-Headline {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .Industry-Content-Headline-Tight-letterspacing {
    letter-spacing: -0.4em;
  }
}
.Industry-Content-HeadlineSub {
  margin-top: clamp(10px, calc(16 / 1920 * 100vw), 16px);
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .Industry-Content-HeadlineSub {
    margin-top: 4px;
    text-align: center;
    line-height: calc((40 / 24));
  }
}
.Industry-Content-Image {
  margin-top: 40px;
  width: 100%;
}
.Industry-Content__Bottom {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .Industry-Content__Bottom {
    flex-direction: row;
    gap: 16px;
  }
}
.Industry-Content-Image2 {
  width: calc(261 / 434 * 100%);
}
@media screen and (max-width: 768px) {
  .Industry-Content-Image2 {
    flex: 1;
    width: 0;
  }
}
.PassRate {
  width: 100%;
}
.PassRate-Header {
  margin-top: 30px;
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ffffff, #ff77848c 60%, #ff7784);
}
@media screen and (max-width: 768px) {
  .PassRate-Header {
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(to right, #ff778417, #ff77848c 60%, #ff7784);
  }
}
.PassRate-Header__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-top: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  padding-bottom: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(230 / 1920 * 100vw), 230px);
}
@media screen and (max-width: 768px) {
  .PassRate-Header__Inner {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 6px;
  }
}
.PassRate-Header-Image {
  width: clamp(0px, calc(320 / 1920 * 100vw), 320px);
}
@media screen and (max-width: 768px) {
  .PassRate-Header-Image {
    width: 195px;
  }
}
.PassRate-Header-Label {
  font-size: clamp(10px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .PassRate-Header-Label {
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .PassRate-Header {
    margin-top: 50px;
  }
}

.PassRate__Title {
  width: 100%;
  /* max-width: 680px; */
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .PassRate__Title {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.PassRate__TitleInner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .PassRate__TitleInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.PassRate__TitleInner__Headline {
  margin-top: 48px;
  width: 100%;
  font-size: clamp(24px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
  text-align: center;
  /* text-indent: 0.2em; */
}
@media screen and (max-width: 768px) {
  .PassRate__TitleInner__Headline {
    margin-top: 25px;
  }
}
.PassRate__TitleInner__Description {
  margin-top: clamp(0px, 2.5vw, 32px);
  width: 100%;
  font-size: clamp(10px, calc(18 / 1920 * 100vw), 18px);
  letter-spacing: 0.26em;
  line-height: 2;
  text-align: center;
  /* text-indent: 0.26em; */
}
@media screen and (max-width: 768px) {
  .PassRate__TitleInner__Description {
    font-size: 12px;
    margin-top: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    /* text-indent: 0.2em; */
    text-align: left;
  }
}

.PassRate-Content {
  width: 100%;
  padding-top: 48px;
  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) {
  .PassRate-Content {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.PassRate-Content__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
}
@media screen and (max-width: 768px) {
  .PassRate-Content__Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.PassRate-Content__Top {
  width: 100%;
  display: flex;
  gap: clamp(40px, calc(60 / 1920 * 100vw), 46px);
}
@media screen and (max-width: 768px) {
  .PassRate-Content__Top {
    flex-direction: column;
  }
}
.PassRate-Content__TopLeft {
  width: calc(670 / 1140 * 100%);
}
@media screen and (max-width: 768px) {
  .PassRate-Content__TopLeft {
    width: 100%;
  }
}
.PassRate-Content__TopRight {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .PassRate-Content__TopRight {
    width: 100%;
  }
}
.PassRate-Content-Headline {
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Headline {
    text-align: center;
  }
}
.PassRate-Content-HeadlineSub {
  margin-top: clamp(10px, calc(16 / 1920 * 100vw), 16px);
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
}
@media screen and (max-width: 768px) {
  .PassRate-Content-HeadlineSub {
    text-align: center;
  }
}
.PassRate-Content-Image {
  margin-top: clamp(0px, calc(20 / 1920 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Image {
    margin-top: 12px;
  }
}
.PassRate-Content-Features {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc(40 / 1920 * 100vw), 40px);
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Features {
    margin-top: 6px;
    flex-direction: row;
    gap: 30px;
  }
}
.PassRate-Content-Features-Item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* gap: 20px; */
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Features-Item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.PassRate-Content__Bottom {
  width: 100%;
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .PassRate-Content__Bottom {
    margin-top: 40px;
  }
}
.PassRate-Content-Item-Image {
  width: calc(181 / 409 * 65%);
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Item-Image {
    width: auto;
    height: 80px;
  }
}
.PassRate-Content-Item__Right {
  padding-top: clamp(0px, calc(16 / 1920 * 100vw), 16px);
  flex: 1;
}
.PassRate-Content-Item-Headline {
  color: #757474;
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 30px);
  text-align: center;
}
.PassRate-Content-Item-Text {
  margin-top: clamp(6px, calc(16 / 1920 * 100vw), 16px);
  font-size: clamp(12px, calc(14 / 1920 * 100vw), 14px);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .PassRate-Content-Item-Text {
    line-height: 1.5;
    text-align: justify;
  }
}
.PassRate-Content-List {
  margin-top: clamp(10px, calc(16 / 1920 * 100vw), 16px);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  gap: clamp(0px, calc(40 / 1920 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .PassRate-Content-List {
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(0px, calc(80 / 1920 * 100vw), 40px);
    row-gap: clamp(24px, calc(80 / 1920 * 100vw), 40px);
  }
}
.PassRate-Content-List-Item {
  flex: 1;
}
.PassRate-Content-List-Item-Headline {
  font-size: clamp(16px, calc(24 / 1920 * 100vw), 24px);
  line-height: 1.5;
  color: #757474;
  text-align: center;
  letter-spacing: 0.1em;
}
.PassRate-Content-List-Item-Image {
  margin-top: 6px;
  height: clamp(0px, calc(172 / 1920 * 100vw), 172px);
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .PassRate-Content-List-Item-Image {
    height: 120px;
  }
}
.PassRate-Content-List-Item-Text {
  margin-top: 8px;
  font-size: clamp(10px, calc(14 / 1920 * 100vw), 14px);
  line-height: 2;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .PassRate-Content-List-Item-Text {
    margin-top: 10px;
    line-height: 1.5;
    text-align: justify;
  }
}
.Support {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Support {
    margin-top: 50px;
  }
}
.Support-Header {
  width: 100%;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ffffff, #00c2ba8c 80%, #00c2ba);
}
@media screen and (max-width: 768px) {
  .Support-Header {
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(to right, #00c2ba0a, #00c2ba8c 80%, #00c2ba);
  }
}
.Support-Header__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-top: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  padding-bottom: clamp(0px, calc(24 / 1920 * 100vw), 24px);
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(230 / 1920 * 100vw), 230px);
}
@media screen and (max-width: 768px) {
  .Support-Header__Inner {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    gap: 6px;
  }
}
.Support-Header-Image {
  width: clamp(0px, calc(320 / 1920 * 100vw), 320px);
}
@media screen and (max-width: 768px) {
  .Support-Header-Image {
    width: 195px;
  }
}
.Support-Header-Label {
  font-size: clamp(10px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .Support-Header-Label {
    font-size: 16px;
  }
}
.Support-Header__Inner {
  gap: clamp(0px, calc(100 / 1920 * 100vw), 100px);
}
.Support-Header-List {
  display: flex;
  flex-direction: column;
  gap: clamp(0px, calc(10 / 1920 * 100vw), 10px);
}
.Support-Header-List-Item {
  display: flex;
  align-items: center;
  gap: clamp(0px, calc(24 / 1920 * 100vw), 24px);
}
.Support-Header-List-Item-Icon {
  border-radius: 9999px;
  width: clamp(0px, calc(30 / 1920 * 100vw), 30px);
  height: clamp(0px, calc(30 / 1920 * 100vw), 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-size: clamp(10px, calc(20 / 1920 * 100vw), 20px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Support-Header-List-Item-Icon {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
}
.Support-Header-List-Item-Text {
  font-size: clamp(10px, calc(30 / 1920 * 100vw), 30px);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .Support-Header-List-Item-Text {
    font-size: clamp(14px, calc(16 / 1920 * 100vw), 16px);
  }
}

.Support-Header-List-SP-Wrapper {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.Support-Content {
  width: 100%;
  padding-top: 48px;
  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) {
  .Support-Content {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.Support-Content__Inner {
  width: 100%;
  max-width: 1540px;
  padding-left: clamp(64px, calc((20000vw / 1920)), 200px);
  padding-right: clamp(64px, calc((20000vw / 1920)), 200px);
}
@media screen and (max-width: 768px) {
  .Support-Content__Inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ThreeSupport-Container {
  width: 100%;
  margin: 0 auto;
  margin-top: clamp(37px, 3.125vw, 60px);
  margin-bottom: clamp(37px, 5.125vw, 60px);
  display: flex;
  justify-content: space-between;
  gap: 0 3.125vw;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Container {
    width: 84.33333vw;
    flex-wrap: wrap;
    gap: 30px 0;
  }
}
.ThreeSupport-Contents {
  flex: 1;
  position: relative;
  padding: clamp(25px, 2.6041666667vw, 50px) clamp(9px, 1.9270833333vw, 32px)
    clamp(25px, 1.8229166667vw, 35px);
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: clamp(10px, 1.5625vw, 30px) 0;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents {
    flex: none;
    width: 84.2vw;
    padding: clamp(25px, 2.6041666667vw, 50px) 36px
      clamp(25px, 1.8229166667vw, 35px);
  }
}
.ThreeSupport-Contents-Title {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: clamp(40px, 3.75vw, 72px);
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ThreeSupport-Contents-Image__01 {
  width: 4.6354166667vw;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Image__01 {
    width: 11.8666666667vw;
  }
}
.ThreeSupport-Contents-Image__02 {
  width: 11.7708333333vw;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Image__02 {
    width: 30.1333333333vw;
  }
}
.ThreeSupport-Contents-Image__03 {
  width: 8.2291666667vw;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Image__03 {
    width: 21.0666666667vw;
  }
}
.ThreeSupport-Contents-Text {
  text-align: center;
  font-size: 1.1vw;
  line-height: 1.3846153846;
  letter-spacing: 0.05em;
  color: #757474;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Text {
    font-size: clamp(14px, 2.4739583333vw, 19px);
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
  }
}
.ThreeSupport-Contents-Text-Small {
  font-size: 1.1vw;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Text-Small {
    font-size: clamp(13px, 2.34375vw, 18px);
  }
}
.ThreeSupport-Contents-Sentence {
  font-size: 0.9375vw;
  line-height: 1.5833333333;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  .ThreeSupport-Contents-Sentence {
    font-size: clamp(12px, 1.6927083333vw, 13px);
  }
}

.Support-Content-Headline {
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .Support-Content-Headline {
    text-align: center;
  }
}
.Support-Content-List {
  margin-top: clamp(0px, calc(36 / 1920 * 100vw), 36px);
  width: 100%;
  display: flex;
  gap: clamp(0px, calc(48 / 1920 * 100vw), 48px);
}
@media screen and (max-width: 768px) {
  .Support-Content-List {
    margin-top: 18px;
    flex-direction: column;
    gap: 24px;
  }
}
.Support-Content-List-Item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item {
    width: 100%;
    display: flex;
    gap: 18px;
  }
}
.Support-Content-List-Item__Top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item__Top {
    display: block;
    width: 92px;
  }
}
.Support-Content-List-Item-Image {
  flex: 1;
  height: clamp(0px, calc(148 / 1920 * 100vw), 148px);
  object-fit: contain;
  object-position: left;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item-Image {
    padding-top: 24px;
    width: 100%;
    height: auto;
  }
}
.Support-Content-List-Item-Headline {
  width: 50%;
  text-align: center;
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 30px);
  color: #757474;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item-Headline {
    display: none;
  }
}
.Support-Content-List-Item__Right {
  flex: 1;
}
.Support-Content-List-Item-HeadlineSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item-HeadlineSP {
    display: block;
    font-size: 16px;
    color: #757474;
  }
}
.Support-Content-List-Item-Description {
  margin-top: 8px;
  font-size: clamp(12px, calc(18 / 1920 * 100vw), 18px);
  line-height: calc((28 / 18));
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .Support-Content-List-Item-Description {
    line-height: 1.5;
    text-align: justify;
    word-break: break-all;
  }
}
.Support-Content-Graduate {
  margin-top: clamp(0px, calc(96 / 1920 * 100vw), 96px);
  width: 100%;
  padding-left: clamp(0px, calc(80 / 1920 * 100vw), 32px);
  padding-right: clamp(0px, calc(80 / 1920 * 100vw), 32px);
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate {
    margin-top: 44px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
}
.Support-Content-Graduate__Inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: clamp(0px, calc(36 / 1920 * 100vw), 36px);
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate__Inner {
    flex: none;
    width: calc(100% + 40px);
    flex-direction: column-reverse;
    align-items: center;
  }
}
.Support-Content-Graduate-Image {
  width: clamp(0px, calc(440 / 1920 * 100vw), 440px);
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate-Image {
    width: 82%;
    /* max-width: 400px; */
    /* padding-left: 20px; */
    /* padding-right: 45px; */
  }
}
.Support-Content-Graduate__Right {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate__Right {
    /* padding-left: 20px;
    padding-right: 20px; */
  }
}
.Support-Content-Graduate-Headline {
  width: 100%;
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 24px);
  letter-spacing: 0.2em;
  line-height: clamp(10px, calc(48 / 1920 * 100vw), 48px);
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate-Headline {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }
}
.Support-Content-Graduate-Headline-Text {
  font-size: clamp(16px, calc(30 / 1920 * 100vw), 24px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate-Headline-Text {
    font-size: 16px;
  }
}

.Support-Content-Graduate-Description {
  margin-top: clamp(10px, calc(18 / 1920 * 100vw), 18px);
  width: 100%;
  font-size: clamp(14px, calc(18 / 1920 * 100vw), 18px);
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Support-Content-Graduate-Description {
    line-height: calc((52 / 28));
    text-align: center;
  }
}
.Nikken {
  position: relative;
  margin-top: clamp(0px, calc(90 / 1920 * 100vw), 90px);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.Nikken-Background {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, calc(1200 / 1920 * 100vw), 1200px);
}
@media screen and (max-width: 768px) {
  .Nikken-Background {
    display: none;
  }
}
.Nikken-BackgroundSP {
  display: none;
}
@media screen and (max-width: 768px) {
  .Nikken-BackgroundSP {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.Nikken-Tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: auto;
  height: clamp(0px, calc(132 / 1920 * 100vw), 132px);
}
@media screen and (max-width: 768px) {
  .Nikken-Tip {
    height: 52px;
  }
}
.Nikken__ContentWrapper {
  padding-top: clamp(0px, calc(148 / 1920 * 100vw), 148px);
}
@media screen and (max-width: 768px) {
  .Nikken__ContentWrapper {
    width: 100%;
    padding-top: 100px;
    padding-left: 30px;
  }
}
.Nikken-Content {
  position: relative;
  z-index: 20;
  box-shadow: 0px 0px 15px 2px rgba(130, 130, 130, 0.55);
  width: clamp(0px, calc(1320 / 1920 * 100vw), 1320px);
  padding-top: clamp(0px, calc(100 / 1920 * 100vw), 100px);
  padding-bottom: clamp(0px, calc(116 / 1920 * 100vw), 116px);
  padding-left: clamp(0px, calc(75 / 1920 * 100vw), 75px);
  background-color: rgba(255, 255, 255, 0.82);
  font-size: clamp(22px, calc(48 / 1920 * 100vw), 48px);
}
@media screen and (max-width: 768px) {
  .Nikken-Content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
  }
}
.Nikken-Content-Button {
  margin-top: clamp(0px, calc(45 / 1920 * 100vw), 45px);
  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: 52%;
}
@media screen and (max-width: 768px) {
  .Nikken-Content-Button {
    margin-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .Nikken-Content-Button {
    width: 120px;
    height: 18px;
    font-size: 12px;
  }
}
.backgroudcolor-yellow {
  background-color: #faa028;
  color: #ffffff;
  padding: 2px;
}
.backgroundcolor-red {
  background-color: #ec5e81;
  color: #ffffff;
  padding: 2px;
}
.backgroundcolor-blue {
  background-color: #2a9b93;
  color: #ffffff;
  padding: 2px;
}
.PageFooter {
  margin-top: 75px;
  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;
  }
}
</pre></body></html>