@font-face {
  font-family: 'LINESeedSans';
  src: url("../font/LINESeedJP_OTF_Th.woff") format("woff"), url("../font/LINESeedJP_OTF_Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedSans';
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff"), url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedSans';
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff"), url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedSans';
  src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff"), url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.state-nav-open {
  overflow: hidden;
}

.sp-Block {
  display: none;
}
@media (max-width: 640px) {
  .sp-Block {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .sp-None {
    display: none;
  }
}

.visual {
  height: 500px;
  padding: 0 calc(120vw * 100 / 1920);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .visual {
    height: 200px;
    padding: 0 20px;
  }
}
.visual-Title {
  width: 50%;
  font-weight: 800;
  line-height: 1.2;
  font-size: 7.2rem;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}
@media (max-width: 900px) {
  .visual-Title {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .visual-Title {
    font-size: 3.0rem;
  }
}
.visual-Bg {
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1380px) {
  .visual-Bg {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .visual-Bg {
    width: 110%;
  }
}
.visual-Bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.visual-Img {
  width: 50%;
  min-width: 375px;
  max-width: 1440px;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #e60012;
}

a:hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: LINESeedSans, sans-serif;
  font-weight: 600;
  line-height: 1.8;
  font-size: 2.0rem;
  color: #191919;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  body {
    line-height: 2;
    font-size: 1.7rem;
  }
}

.global-Header {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 640px) {
  .global-Header {
    padding: 30px 0;
  }
}
.global-Header-Contact {
  width: 100%;
  max-width: 40px;
  position: absolute;
  top: 40px;
  left: 40px;
}
@media (max-width: 640px) {
  .global-Header-Contact {
    max-width: 30px;
    top: 20px;
    left: 20px;
  }
}
.global-Header-Contact a {
  display: block;
  transition: opacity .4s;
}
.global-Header-Contact a:hover {
  opacity: .7;
}
.global-Header-Logo {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .global-Header-Logo {
    max-width: 160px;
  }
}

.sp-Button {
  width: 40px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 640px) {
  .sp-Button {
    width: 30px;
    top: 20px;
    right: 20px;
  }
}
.sp-Button-Box {
  width: 100%;
  height: 100%;
  position: relative;
}
.sp-Button-Box span {
  width: 100%;
  height: 2px;
  background: #191919;
  display: block;
  position: absolute;
  transition: .4s;
}
.sp-Button-Box span:nth-of-type(1) {
  top: 0;
  left: 0;
}
.sp-Button-Box span:nth-of-type(2) {
  top: 8px;
  left: 0;
}
.sp-Button-Box span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.state-nav-open .sp-Button span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
}

.state-nav-open .sp-Button span:nth-of-type(2) {
  opacity: 0;
}

.state-nav-open .sp-Button span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.global-Nav {
  width: 100%;
  height: 100vh;
  clip-path: inset(0 0 100% 0);
  background: #f3f3f3;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease-out;
}
.global-Nav-Inner {
  height: 100%;
  box-sizing: border-box;
  padding: 50px 0;
  overflow: auto;
}
.global-Nav-List li {
  margin: 5px 0;
  text-align: center;
}
.global-Nav-List li a {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  font-size: 3.0rem;
  color: #191919;
  transition: color .4s;
}
@media (max-width: 640px) {
  .global-Nav-List li a {
    text-underline-offset: 4px;
    font-size: 2.4rem;
  }
}
.global-Nav-List li a:hover {
  color: #e60012;
}

.state-nav-open .global-Nav {
  clip-path: inset(0 0 0 0);
  visibility: inherit;
  pointer-events: auto;
}

.global-Footer {
  background: #191919;
  padding: 200px calc(120vw * 100 / 1920);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .global-Footer {
    padding: 100px 20px;
  }
}
.global-Footer-Logo {
  width: 100%;
  max-width: 260px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .global-Footer-Logo {
    max-width: 160px;
  }
}
.global-Footer-List li {
  font-size: 1.5rem;
  color: #FFFFFF;
}
.global-Footer-Copyright {
  margin-top: 50px;
  font-size: 1.1rem;
  color: #FFFFFF;
}

#page-top {
  width: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
}
@media (max-width: 640px) {
  #page-top {
    width: 35px;
  }
}

.button {
  color: #191919;
  display: inline-flex;
  align-items: center;
  transition: color .4s;
}
.button span {
  width: 60px;
  height: 60px;
  background: #191919;
  border-radius: 100%;
  margin: -2px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s;
}
@media (max-width: 640px) {
  .button span {
    width: 50px;
    height: 50px;
    margin: -2px 0 0 20px;
  }
}
.button:hover {
  color: #181c77;
}
.button:hover span {
  background: #181c77;
}
.button:hover .arrow {
  transform: translateX(1rem);
}

.arrow {
  position: relative;
  display: inline-block;
  width: 9.2px;
  height: 13.5px;
  transform: translateX(0);
  transition: transform .3s;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 11px;
  height: 4px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.h-Visual {
  overflow: hidden;
  position: relative;
}
.h-Visual-Text {
  font-weight: 800;
  line-height: 1;
  font-size: 30.0rem;
  color: #FFFFFF;
  position: absolute;
  z-index: 9;
}
@media (max-width: 1920px) {
  .h-Visual-Text {
    font-size: calc(300vw * 100 / 1920);
  }
}
.h-Visual-Text01 {
  top: 0;
  left: -10px;
}
@media (max-width: 1920px) {
  .h-Visual-Text01 {
    left: calc(-10vw * 100 / 1920);
  }
}
.h-Visual-Text02 {
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.h-Visual-Text03 {
  right: -168px;
  bottom: -27px;
}
@media (max-width: 1920px) {
  .h-Visual-Text03 {
    right: calc(-168vw * 100 / 1920);
    bottom: calc(-27vw * 100 / 1920);
  }
}
.h-Visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.h-About {
  padding: 200px calc(120vw * 100 / 1920);
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .h-About {
    padding: 100px 20px;
  }
}
.h-About-Title {
  margin-bottom: 80px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 7.2rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .h-About-Title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}
.h-About-Block {
  margin-bottom: 80px;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .h-About-Block {
    margin-bottom: 40px;
  }
}
.h-About-Block p {
  margin-bottom: 1.5em;
}
.h-About-Block p:last-child {
  margin-bottom: 0;
}
.h-About-Block p strong {
  color: #e60012;
}
@media (max-width: 640px) {
  .h-About-Block p br {
    display: none;
  }
}
.h-About-Btn {
  position: relative;
  z-index: 9;
}
.h-About-Img {
  width: 100%;
  max-width: 1360px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1680px) {
  .h-About-Img {
    max-width: calc(1360vw * 100 / 1680);
  }
}

.h-School a {
  background: linear-gradient(to right, #cd121d 0%, #181c77 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 200px calc(120vw * 100 / 1920);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: opacity .4s;
}
@media (max-width: 900px) {
  .h-School a {
    display: block;
  }
}
@media (max-width: 640px) {
  .h-School a {
    padding: 100px 20px;
  }
}
.h-School-Block {
  flex: 1;
  position: relative;
  z-index: 9;
}
@media (max-width: 900px) {
  .h-School-Block {
    margin-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .h-School-Block {
    margin-bottom: 40px;
  }
}
.h-School-Title {
  margin-bottom: 80px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 7.2rem;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .h-School-Title {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
}
.h-School-Title span {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .h-School-Title span {
    font-size: 1.4rem;
  }
}
.h-School-Text {
  color: #FFFFFF;
}
.h-School-Btn {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  transition: color .4s;
}
.h-School-Btn span {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  margin: -2px 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s;
}
@media (max-width: 640px) {
  .h-School-Btn span {
    width: 50px;
    height: 50px;
    margin: -2px 0 0 20px;
  }
}
.h-School-Btn .arrow::before,
.h-School-Btn .arrow::after {
  background-color: #272473;
}
.h-School-Img {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .h-School-Img {
    width: 100%;
  }
}

.h-School a:hover {
  opacity: .9;
}

.h-School a:hover .arrow {
  transform: translateX(1rem);
}

.h-News {
  padding: 200px calc(120vw * 100 / 1920);
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto 1fr;
}
@media (max-width: 1080px) {
  .h-News {
    display: block;
  }
}
@media (max-width: 640px) {
  .h-News {
    padding: 100px 20px;
  }
}
.h-News-Header {
  margin-right: 200px;
}
@media (max-width: 1920px) {
  .h-News-Header {
    margin-right: calc(200vw * 100 / 1920);
  }
}
.h-News-Title {
  margin-bottom: 80px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 7.2rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 640px) {
  .h-News-Title {
    margin-bottom: 40px;
    font-size: 3.8rem;
  }
}
.h-News-Title span {
  margin-top: 5px;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .h-News-Title span {
    font-size: 1.4rem;
  }
}
.h-News-Body {
  border-top: 1px solid #e5e5e5;
  grid-row: 1 / 4;
  grid-column: 3 / 4;
}
@media (max-width: 1080px) {
  .h-News-Body {
    margin-bottom: 80px;
  }
}
@media (max-width: 640px) {
  .h-News-Body {
    margin-bottom: 40px;
  }
}
.h-News-Item dl {
  border-bottom: 1px solid #e5e5e5;
}
.h-News-Item dl a {
  padding: 40px 50px;
  color: #191919;
  display: flex;
  align-items: center;
  transition: color .4s;
}
@media (max-width: 767px) {
  .h-News-Item dl a {
    padding: 40px 0;
    display: block;
  }
}
@media (max-width: 640px) {
  .h-News-Item dl a {
    padding: 20px 0;
  }
}
.h-News-Item dt {
  margin-right: 30px;
  font-size: 1.3rem;
  color: #181c77;
}
@media (max-width: 767px) {
  .h-News-Item dt {
    margin: 0 0 5px 0;
  }
}
.h-News-Item dt time {
  margin-right: 30px;
  color: #191919;
}
.h-News-Item dd {
  line-height: 1.4;
  font-size: 2.0rem;
  flex: 1;
}
@media (max-width: 640px) {
  .h-News-Item dd {
    font-size: 1.8rem;
  }
}
.h-News-Btn {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

.h-News-Item a:hover {
  color: #e60012;
}

.contents {
  margin: 200px calc(120vw * 100 / 1920);
}
@media (max-width: 1280px) {
  .contents {
    margin-top: calc(200vw * 100 / 1280);
    margin-bottom: calc(200vw * 100 / 1280);
  }
}
@media (max-width: 640px) {
  .contents {
    margin: 100px 20px;
  }
}

.headline-lv1 {
  margin: 200px 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: 7.2rem;
}
@media (max-width: 1280px) {
  .headline-lv1 {
    margin: calc(200vw * 100 / 1280) 0;
  }
}
@media (max-width: 640px) {
  .headline-lv1 {
    margin: 50px 0;
    font-size: 3.0rem;
  }
}
.headline-lv1:first-letter {
  color: #e60012;
}

.headline-lv2 {
  margin: 200px 0 50px;
  line-height: 1.3;
  font-size: 3.6rem;
  color: #181c77;
}
@media (max-width: 1280px) {
  .headline-lv2 {
    margin: calc(200vw * 100 / 1280) 0 50px;
  }
}
@media (max-width: 640px) {
  .headline-lv2 {
    margin: 50px 0 25px;
    font-size: 2.2rem;
  }
}

.column-1 {
  width: 100vw;
  margin: 50px calc(50% - 50vw) 0;
}
@media (max-width: 640px) {
  .column-1 {
    margin-top: 25px;
  }
}
.column-1-Item {
  border-top: 2px solid #e6e6e6;
  border-left: none;
  box-sizing: border-box;
  padding: 100px calc(120vw * 100 / 1920);
}
@media (max-width: 640px) {
  .column-1-Item {
    padding: 50px 20px;
  }
}
.column-1-Item:last-child {
  border-bottom: 2px solid #e6e6e6;
}
.column-1-Item-Title {
  margin-bottom: 36px;
  line-height: 1.2;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .column-1-Item-Title {
    margin-bottom: 12px;
    font-size: 2.2rem;
  }
}
.column-1-Item-Text {
  font-weight: 300;
}

.column-3 {
  width: 100vw;
  margin: 50px calc(50% - 50vw) 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .column-3 {
    margin-top: 25px;
  }
}
.column-3-Item {
  width: 33.3333%;
  border: 2px solid #e6e6e6;
  border-left: none;
  box-sizing: border-box;
  padding: 100px 20px;
}
@media (max-width: 1440px) {
  .column-3-Item {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .column-3-Item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .column-3-Item {
    padding: 50px 20px;
  }
}
@media (max-width: 900px) {
  .column-3-Item:nth-child(1) {
    border-right: none;
  }
}
@media (max-width: 900px) {
  .column-3-Item:nth-child(2) {
    border-top: none;
    border-right: none;
  }
}
.column-3-Item:nth-child(3) {
  border-right: none;
}
@media (max-width: 1440px) {
  .column-3-Item:nth-child(3) {
    border-top: none;
    border-right: 2px solid #e6e6e6;
  }
}
@media (max-width: 900px) {
  .column-3-Item:nth-child(3) {
    border-right: none;
  }
}
.column-3-Item:nth-child(4) {
  border-top: none;
}
@media (max-width: 1440px) {
  .column-3-Item:nth-child(4) {
    border-right: none;
  }
}
.column-3-Item:nth-child(5) {
  border-top: none;
}
@media (max-width: 900px) {
  .column-3-Item:nth-child(5) {
    border-right: none;
  }
}
.column-3-Item:nth-child(6) {
  border-top: none;
  border-right: none;
}
.column-3-Item-Title {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .column-3-Item-Title {
    margin-bottom: 12px;
    text-align: left;
    font-size: 2.2rem;
  }
}
.column-3-Item-Text {
  text-align: center;
  font-weight: 300;
}
@media (max-width: 640px) {
  .column-3-Item-Text {
    text-align: left;
  }
}

.column-2 {
  width: 100vw;
  margin: 50px calc(50% - 50vw) 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .column-2 {
    margin-top: 25px;
  }
}
.column-2-Item {
  width: 50%;
  border: 2px solid #e6e6e6;
  border-left: none;
  box-sizing: border-box;
  padding: 100px 20px;
}
@media (max-width: 900px) {
  .column-2-Item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .column-2-Item {
    padding: 50px 20px;
  }
}
@media (max-width: 900px) {
  .column-2-Item:nth-child(1) {
    border-right: none;
  }
}
@media (max-width: 900px) {
  .column-2-Item:nth-child(2) {
    border-top: none;
    border-right: none;
  }
}
.column-2-Item:nth-child(3) {
  border-top: none;
}
.column-2-Item:nth-child(4) {
  border-top: none;
  border-right: none;
}
.column-2-Item-Title {
  margin-bottom: 36px;
  text-align: center;
  line-height: 1.2;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .column-2-Item-Title {
    margin-bottom: 12px;
    text-align: left;
    font-size: 2.2rem;
  }
}
.column-2-Item-Text {
  text-align: center;
  font-weight: 300;
}
@media (max-width: 640px) {
  .column-2-Item-Text {
    text-align: left;
  }
}

.goal {
  width: 100vw;
  background: #f7f7f7;
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(120vw * 100 / 1920);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .goal {
    display: block;
  }
}
@media (max-width: 640px) {
  .goal {
    padding: 50px 20px;
  }
}
.goal-Img {
  width: 100%;
  max-width: 300px;
  margin-right: 100px;
}
@media (max-width: 1280px) {
  .goal-Img {
    margin-right: calc(100vw * 100 / 1280);
  }
}
@media (max-width: 900px) {
  .goal-Img {
    margin: 0 auto 50px;
  }
}
@media (max-width: 640px) {
  .goal-Img {
    max-width: 200px;
  }
}
.goal-Img p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.goal-Block {
  width: 100%;
  max-width: 680px;
}
@media (max-width: 900px) {
  .goal-Block {
    max-width: inherit;
  }
}
.goal-Block-Title {
  margin-bottom: 36px;
  line-height: 1.2;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .goal-Block-Title {
    margin-bottom: 12px;
    text-align: left;
    font-size: 2.2rem;
  }
}
.goal-Block p {
  margin-bottom: 1em;
}
.goal-Block p:last-child {
  margin-bottom: 0;
}

.program {
  padding-bottom: 20px;
  display: flex;
  position: relative;
}
@media (max-width: 1280px) {
  .program {
    overflow: auto;
  }
}
.program:after {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #181c77 0%, #cd121d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  bottom: 34px;
}
.program-Item {
  width: 25%;
  min-width: 224px;
  padding-bottom: 46px;
  position: relative;
  z-index: 9;
}
.program-Item:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 100%;
  border: 3px solid #181c77;
  margin-left: -15px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.program-Item-Title {
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.2;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .program-Item-Title {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.program-Item-Age {
  margin-bottom: 18px;
  text-align: center;
}
.program-Item-Age span {
  background: #181c77;
  border-radius: 10px;
  padding: 12px 30px 10px;
  line-height: 1;
  font-size: 1.8rem;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 640px) {
  .program-Item-Age span {
    padding: 12px 20px 10px;
    font-size: 1.6rem;
  }
}
.program-Item-Text {
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
}

.school {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .school {
    display: block;
  }
}
.school-Main {
  width: 100%;
  max-width: 1300px;
  margin-right: 120px;
  flex: 1;
}
@media (max-width: 1920px) {
  .school-Main {
    margin-right: calc(120vw * 100 / 1920);
  }
}
@media (max-width: 900px) {
  .school-Main {
    margin-right: 0;
  }
}
.school-Sub {
  width: 260px;
  padding-top: 100px;
}
@media (max-width: 900px) {
  .school-Sub {
    display: none;
  }
}
.school-Btn {
  width: 100%;
  max-width: 380px;
  margin-top: 50px;
}
@media (max-width: 640px) {
  .school-Btn {
    margin-top: 25px;
  }
}
.school-Btn a {
  height: 80px;
  background: #cd121d;
  border-radius: 10px;
  border: 2px solid #cd121d;
  font-size: 2.4rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s, color .4s;
}
@media (max-width: 640px) {
  .school-Btn a {
    height: 70px;
    font-size: 2.0rem;
  }
}
.school-Btn a[href]:hover {
  background: #FFFFFF;
  color: #cd121d;
}
.school-Circle {
  position: sticky;
  top: 100px;
}
.school-Circle a {
  height: 260px;
  background: #cd121d;
  border-radius: 100%;
  border: 2px solid #cd121d;
  font-size: 3.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s, color .4s;
  animation-name: swing;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}
.school-Circle a[href]:hover {
  background: #FFFFFF;
  color: #cd121d;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(-7deg);
  }
  65% {
    -webkit-transform: rotate(6deg);
  }
  70% {
    -webkit-transform: rotate(-5deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
  }
  85% {
    -webkit-transform: rotate(2deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  95% {
    -webkit-transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.table table {
  width: 100%;
  table-layout: fixed;
  line-height: 1.4;
}
.table table th {
  width: 260px;
  border-bottom: 1px solid #191919;
  padding: 37px 0 26px;
  text-align: left;
}
@media (max-width: 1080px) {
  .table table th {
    width: 100%;
    border-bottom: none;
    padding: 37px 0 5px;
    display: block;
  }
}
@media (max-width: 640px) {
  .table table th {
    font-size: 1.8rem;
  }
}
.table table td {
  border-bottom: 1px solid #191919;
  padding: 37px 0 26px;
  font-weight: 300;
}
@media (max-width: 1080px) {
  .table table td {
    padding: 0 0 26px;
    display: block;
  }
}
.table .disc {
  padding-left: 1em;
}
.table .disc li {
  list-style: disc;
}

.news-List {
  margin: -60px -30px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-List {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
  }
}

.news-Item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .news-Item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .news-Item {
    width: 100%;
    margin-top: 0;
  }
}
.news-Item dl {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .news-Item dl {
    border-bottom: none;
  }
}
.news-Item dl a {
  padding: 40px 0;
  color: #191919;
  display: block;
  transition: color .4s;
}
@media (max-width: 640px) {
  .news-Item dl a {
    padding: 20px 0;
  }
}
.news-Item dt {
  margin-bottom: 5px;
  font-size: 1.3rem;
  color: #181c77;
}
.news-Item dt time {
  margin-right: 30px;
  color: #191919;
}
.news-Item dd {
  line-height: 1.4;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .news-Item dd {
    font-size: 1.8rem;
  }
}

.news-Item a:hover {
  color: #e60012;
}

.news-Paginate {
  margin-top: 100px;
  display: flex;
}
@media (max-width: 640px) {
  .news-Paginate {
    margin-top: 50px;
  }
}

.news-Paginate .page-numbers {
  width: 60px;
  height: 60px;
  background: #cccccc;
  border-radius: 100%;
  margin-right: 20px;
  font-weight: 800;
  font-size: 1.8rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s;
}
@media (max-width: 640px) {
  .news-Paginate .page-numbers {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 1.4rem;
  }
}
.news-Paginate .page-numbers:last-child {
  margin-right: 0;
}

.news-Paginate .page-numbers:hover {
  background: #e60012;
}

.news-Paginate .page-numbers.current {
  background: #e60012;
}

.news-Paginate .page-numbers.dots {
  width: auto;
  background: none;
  color: #191919;
}

.news-Article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .news-Article {
    padding-top: 50px;
  }
}
.news-Article-Title {
  margin-bottom: 100px;
  font-weight: 800;
  line-height: 1.2;
  font-size: 6.0rem;
}
@media (max-width: 640px) {
  .news-Article-Title {
    margin-bottom: 50px;
    font-size: 3.0rem;
  }
}
.news-Article-Title:first-letter {
  color: #e60012;
}
.news-Article-Body {
  margin-bottom: 100px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .news-Article-Body {
    margin-bottom: 50px;
  }
}
.news-Article-Body h2 {
  margin: 100px 0 20px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .news-Article-Body h2 {
    margin: 50px 0 20px;
    font-size: 2.2rem;
  }
}
.news-Article-Body figure {
  margin: 1.5em 0;
}
.news-Article-Body p {
  margin: 1.5em 0;
}
.news-Article-Body strong {
  font-weight: 600;
}
.news-Article-Body ul {
  padding-left: 1em;
}
.news-Article-Body ul li {
  list-style: disc;
}
.news-Article-Body ol {
  padding-left: 1em;
}
.news-Article-Body ol li {
  list-style: circle;
}
.news-Article-Data {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
@media (max-width: 640px) {
  .news-Article-Data {
    padding: 20px 0;
  }
}
.news-Article-Data time {
  margin-right: 30px;
  color: #191919;
}
.news-Article-Data a {
  color: #181c77;
}

.news-Btn {
  margin-top: 100px;
  text-align: right;
}
@media (max-width: 640px) {
  .news-Btn {
    margin-top: 50px;
  }
}

.privacy-Section {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .privacy-Section {
    margin-bottom: 50px;
  }
}
.privacy-Section h2 {
  line-height: 1.2;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .privacy-Section h2 {
    font-size: 2.2rem;
  }
}
.privacy-Section p {
  margin: 1em 0;
}
.privacy-Section ul {
  margin: 1em 0;
  padding-left: 1em;
}
.privacy-Section ul li {
  list-style: disc;
}

.form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.form-Text {
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .form-Text {
    margin-bottom: 25px;
  }
}
.form-Items {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .form-Items {
    margin-bottom: 30px;
  }
}
.form-Item {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .form-Item {
    margin-bottom: 20px;
  }
}
.form-Item-Title {
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .form-Item-Title {
    margin-bottom: 8px;
    font-size: 2.0rem;
  }
}
.form-Item-Title em {
  background: #e60012;
  margin-left: 20px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.form-Item-Box {
  flex: 1;
}
.form-Item-Box .itt {
  width: 100%;
  background: #FFFFFF;
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.8rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 640px) {
  .form-Item-Box .itt {
    padding: 12px 13px;
  }
}
.form-Item-Box textarea {
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.8rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-Privacy {
  background: #FFFFFF;
  border: 3px solid #e5e5e5;
  border-radius: 10px;
  box-sizing: border-box;
  color: #191919;
  display: flex;
  align-items: center;
}
.form-Privacy a {
  text-decoration: underline;
}
.form-Privacy input {
  display: none;
}
.form-Privacy em {
  display: flex;
  align-items: center;
}
.form-Privacy > label {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.form-Privacy span.mwform-checkbox-field-text {
  width: 20px;
  height: 20px;
  margin: 2px 15px 0;
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .form-Privacy span.mwform-checkbox-field-text {
    margin: 2px 10px 0;
  }
}
.form-Privacy span.mwform-checkbox-field-text:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 3px solid #e5e5e5;
  border-radius: 5px;
  display: block;
}
.form-Privacy span.mwform-checkbox-field label {
  cursor: pointer;
}
.form-Submit {
  display: flex;
  justify-content: center;
}
.form-Submit button {
  width: calc(400px - 20px);
  height: 80px;
  background: #e60012;
  border: 2px solid #e60012;
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background .4s, color .4s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 640px) {
  .form-Submit button {
    height: 70px;
  }
}
.form-Submit button:hover {
  background: #FFFFFF;
  color: #e60012;
}

[data-screen="confirm"] .form-Item.privacy {
  display: none;
}
