@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.state-nav-open {
  overflow: hidden;
}

main {
  padding-top: 116px;
  overflow-x: hidden;
}
@media (max-width: 810px) {
  main {
    padding-top: 58px;
  }
}

.contents-Inner {
  width: 100%;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 640px) {
  .contents-Inner {
    padding: 0 20px;
  }
}

#you,
#sho,
#chu,
#kou,
#kousotsu,
#news {
  margin-top: -136px;
  padding-top: 136px;
}
@media (max-width: 810px) {
  #you,
  #sho,
  #chu,
  #kou,
  #kousotsu,
  #news {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

/* 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:not([class]) {
  text-decoration: none;
  color: #151515;
}

a:not([class]):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-weight: 400;
  line-height: 1.3333333333;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #151515;
}
@media (max-width: 640px) {
  body {
    line-height: 1.6;
    font-size: 1.5rem;
  }
}

.global-Header {
  width: 100%;
  height: 116px;
  box-sizing: border-box;
  padding-bottom: 26px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 810px) {
  .global-Header {
    height: 58px;
    padding-bottom: 0;
  }
}
.global-Header-Inner {
  width: 100%;
  height: 100%;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 810px) {
  .global-Header-Inner {
    padding: 0 20px;
    align-items: center;
  }
}
.global-Header-Logo a {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
@media (max-width: 810px) {
  .global-Header-Logo a {
    gap: 10px;
  }
}
@media (max-width: 810px) {
  .global-Header-Logo .logo {
    width: 136px;
  }
}
.global-Header-Logo .logo-70th {
  width: 58px;
}
@media (max-width: 810px) {
  .global-Header-Logo .logo-70th {
    width: 30px;
  }
}
@media (max-width: 810px) {
  .global-Header-Logo .logo-en {
    width: 70px;
  }
}
@media (max-width: 1350px) {
  .global-Header-Nav {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    box-sizing: border-box;
    background: #FFFFFF;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: opacity .4s, transform .4s;
    z-index: 999;
  }
}
.global-Header-Nav-List {
  height: 100%;
  display: flex;
}
@media (max-width: 1350px) {
  .global-Header-Nav-List {
    height: auto;
    display: block;
  }
}
.global-Header-Nav-List li {
  height: 100%;
  margin-right: 60px;
}
@media (max-width: 1920px) {
  .global-Header-Nav-List li {
    margin-right: calc(60vw * 100 / 1920);
  }
}
.global-Header-Nav-List li:last-child {
  margin-right: 0;
}
@media (max-width: 1350px) {
  .global-Header-Nav-List li {
    height: auto;
    margin-right: 0;
  }
}
.global-Header-Nav-List li a {
  height: 100%;
  font-size: 2.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1350px) {
  .global-Header-Nav-List li a {
    height: auto;
    padding: 12px 20px 14px 0;
  }
}
.global-Header-Nav-List li a:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #004386;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.3, 0.4, 0.1, 1);
  transform: scaleX(0);
  z-index: -1;
}
@media (max-width: 1350px) {
  .global-Header-Nav-List li a:after {
    display: none;
  }
}
.global-Header-Nav-List li a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
@media (max-width: 1350px) {
  .global-Header-Nav-List li.cr a {
    opacity: .5;
  }
}
.global-Header-Nav-List li.cr:after {
  transform: scaleX(1);
}

.state-nav-open .global-Header-Nav {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
  transform: translateY(0);
}

.sp-Button {
  width: 80px;
  height: 80px;
  background: #6B6B6B;
  border-radius: 6px;
  padding: 0;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 18px;
  right: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 9999;
}
@media (max-width: 1350px) {
  .sp-Button {
    display: flex;
  }
}
@media (max-width: 810px) {
  .sp-Button {
    width: 35px;
    height: 35px;
    top: 12px;
    right: 20px;
  }
}

.sp-Button-Box {
  width: 33px;
  height: 25px;
  position: relative;
}
@media (max-width: 810px) {
  .sp-Button-Box {
    width: 21px;
    height: 17px;
  }
}

.sp-Button span {
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: 33px;
  height: 3px;
  border-radius: 3px;
  transition: .3s;
}
@media (max-width: 810px) {
  .sp-Button span {
    width: 21px;
  }
}

.sp-Button span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.sp-Button span:nth-of-type(2) {
  top: 11px;
  left: 0;
}
@media (max-width: 810px) {
  .sp-Button span:nth-of-type(2) {
    top: 7px;
  }
}

.sp-Button span:nth-of-type(3) {
  left: 0;
  bottom: 0;
}

.state-nav-open .sp-Button span:nth-of-type(1) {
  transform: rotateZ(45deg) translate(8px, 8px);
}
@media (max-width: 810px) {
  .state-nav-open .sp-Button span:nth-of-type(1) {
    transform: rotateZ(45deg) translate(5px, 5px);
  }
}

.state-nav-open .sp-Button span:nth-of-type(2) {
  display: none;
}

.state-nav-open .sp-Button span:nth-of-type(3) {
  transform: rotateZ(-45deg) translate(8px, -8px);
}
@media (max-width: 810px) {
  .state-nav-open .sp-Button span:nth-of-type(3) {
    transform: rotateZ(-45deg) translate(5px, -5px);
  }
}

.global-Footer-Inner {
  width: 100%;
  max-width: 1540px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 640px) {
  .global-Footer-Inner {
    padding: 0 20px;
  }
}
.global-Footer-Upper {
  background: #F0F3FA;
  padding: 92px 0 84px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .global-Footer-Upper {
    padding: 46px 0 42px;
  }
}
.global-Footer-Links {
  margin: -74px -22px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .global-Footer-Links {
    margin-top: -37px;
  }
}
.global-Footer-Link {
  width: 20%;
  box-sizing: border-box;
  margin-top: 74px;
  padding: 0 22px;
}
@media (max-width: 1080px) {
  .global-Footer-Link {
    width: 25%;
  }
}
@media (max-width: 810px) {
  .global-Footer-Link {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .global-Footer-Link {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .global-Footer-Link {
    width: 100%;
    margin-top: 37px;
  }
}
.global-Footer-Link-Title {
  border-bottom: 1px solid #707070;
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .global-Footer-Link-Title {
    margin-bottom: 7px;
    padding-bottom: 5px;
    font-size: 1.5rem;
  }
}
.global-Footer-Link-Title a {
  transition: opacity .4s;
}
.global-Footer-Link-Title a:hover {
  opacity: .5;
}
.global-Footer-Link-List {
  font-weight: 500;
}
.global-Footer-Link-List li {
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .global-Footer-Link-List li {
    margin-bottom: 5px;
  }
}
.global-Footer-Link-List li:last-child {
  margin-bottom: 0;
}
.global-Footer-Link-List li a {
  transition: opacity .4s;
}
.global-Footer-Link-List li a:hover {
  opacity: .5;
}
.global-Footer-Link-List ul {
  margin: 10px 0 0 4em;
}
@media (max-width: 640px) {
  .global-Footer-Link-List ul {
    margin: 5px 0 0 2em;
  }
}
.global-Footer-Lower {
  background: #6F7070;
  padding: 32px 0 40px;
}
@media (max-width: 1200px) {
  .global-Footer-Lower {
    padding-bottom: 110px;
  }
}
@media (max-width: 640px) {
  .global-Footer-Lower {
    padding-bottom: 68px;
  }
}
.global-Footer-Nav {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .global-Footer-Nav {
    margin-bottom: 28px;
    display: block;
  }
}
.global-Footer-Nav li {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 640px) {
  .global-Footer-Nav li {
    margin: 0 0 6px 0;
    padding-right: 0;
  }
}
.global-Footer-Nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.global-Footer-Nav li:last-child:after {
  display: none;
}
.global-Footer-Nav li:after {
  content: '';
  width: 1px;
  height: 20px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .global-Footer-Nav li:after {
    display: none;
  }
}
.global-Footer-Nav li a {
  font-weight: 500;
  color: #FFFFFF;
  transition: opacity .4s;
}
.global-Footer-Nav li a:hover {
  opacity: .5;
}
.global-Footer-Sns {
  margin: 0 -10px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
}
@media (max-width: 1080px) {
  .global-Footer-Sns {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
}
.global-Footer-Sns li {
  padding: 0 10px;
}
@media (max-width: 640px) {
  .global-Footer-Sns li {
    width: 60px;
  }
}
.global-Footer-Sns li a {
  transition: opacity .4s;
}
.global-Footer-Sns li a:hover {
  opacity: .5;
}
.global-Footer-Copyright {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .global-Footer-Copyright {
    font-size: 1.2rem;
  }
}

.fixed-Btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 98;
}
@media (max-width: 1200px) {
  .fixed-Btn {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  .fixed-Btn-List {
    display: flex;
  }
}
.fixed-Btn-List li {
  width: 70px;
  height: 200px;
}
@media (max-width: 1200px) {
  .fixed-Btn-List li {
    width: 50%;
    height: 70px;
  }
}
@media (max-width: 640px) {
  .fixed-Btn-List li {
    height: 50px;
  }
}
.fixed-Btn-List li a {
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
}
@media (max-width: 1200px) {
  .fixed-Btn-List li a {
    border-radius: 15px 15px 0 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.fixed-Btn-List li a:hover {
  opacity: .5;
}
.fixed-Btn-List01 a {
  background: #657EB4;
}
.fixed-Btn-List02 a {
  background: #E89097;
}

.home-Visual {
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  .home-Visual {
    margin-bottom: 30px;
  }
}
.home-Visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-Swiper {
  width: 100%;
  max-width: 1137px;
  margin: 0 auto 92px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .home-Swiper {
    margin-bottom: 32px;
    padding-bottom: 38px;
  }
}

.home-Swiper .swiper-pagination {
  bottom: 0;
}

.home-Swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 2px solid #707070;
  margin: 0 15px !important;
  opacity: 1;
}
@media (max-width: 640px) {
  .home-Swiper .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
}

.home-Swiper .swiper-pagination-bullet-active {
  background: #707070;
}

.home-Anchor {
  margin-bottom: 108px;
}
@media (max-width: 640px) {
  .home-Anchor {
    margin-bottom: 54px;
  }
}
.home-Anchor-List {
  margin: -50px -25px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-Anchor-List img {
  width: 100%;
}
@media (max-width: 640px) {
  .home-Anchor-List {
    margin: -20px -20px 0;
  }
}
.home-Anchor-List li {
  width: 160px;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 25px;
}
@media (max-width: 640px) {
  .home-Anchor-List li {
    width: 120px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.home-Anchor-List li a {
  transition: opacity .4s;
}
.home-Anchor-List li a:hover {
  opacity: .5;
}
.home-Anchor-List li span {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 640px) {
  .home-Anchor-List li span {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}

.home-Course-Title {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 640px) {
  .home-Course-Title {
    margin-bottom: 35px;
  }
}
.home-Course-Title span {
  margin-top: 15px;
  font-weight: 500;
  font-size: 3.2rem;
  color: #585858;
  display: block;
}
@media (max-width: 640px) {
  .home-Course-Title span {
    font-size: 1.7rem;
  }
}
.home-Course-Title .img {
  height: 48px;
}
@media (max-width: 640px) {
  .home-Course-Title .img {
    height: 30px;
  }
}
.home-Course-Icon {
  width: 90px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .home-Course-Icon {
    width: 50px;
  }
}
.home-Course-Item {
  width: 100%;
  max-width: 1177px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 120px 20px 180px;
  position: relative;
}
@media (max-width: 1200px) {
  .home-Course-Item {
    padding: 60px 20px 90px;
  }
}
@media (max-width: 640px) {
  .home-Course-Item {
    padding: 20px 20px 45px;
  }
}
.home-Course-Item:before {
  content: '';
  width: 695px;
  border-radius: 6px;
  position: absolute;
  top: 144px;
  left: 50%;
  bottom: 110px;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media (max-width: 1200px) {
  .home-Course-Item:before {
    width: auto;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 70px;
    transform: none;
  }
}
@media (max-width: 640px) {
  .home-Course-Item:before {
    top: 110px;
    bottom: 25px;
  }
}
.home-Course-Item:after {
  content: '';
  width: 4px;
  background: #BFC3C3;
  border-radius: 2px;
  margin-left: -2px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 640px) {
  .home-Course-Item:after {
    width: 2px;
    border-radius: 1px;
    margin-left: -1px;
  }
}
.home-Course-Item-Img {
  width: 35.18029903%;
  position: absolute;
  top: 100px;
}
@media (max-width: 1200px) {
  .home-Course-Item-Img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    top: auto;
  }
}
@media (max-width: 640px) {
  .home-Course-Item-Img {
    max-width: 255px;
  }
}
.home-Course-Item-Title {
  width: 100%;
  max-width: 255px;
  border-radius: 34px;
  margin: 0 auto;
  padding: 8px 10px 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 2.9rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .home-Course-Item-Title {
    margin-top: -25px;
  }
}
@media (max-width: 640px) {
  .home-Course-Item-Title {
    max-width: 166px;
    margin-top: -19px;
    font-size: 1.8rem;
  }
}
.home-Course-Item-Text {
  width: 100%;
  background: #FFFFFF;
  padding: 12px 0 10px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 3.0rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item-Text {
    background: none;
    margin-top: 33px;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .home-Course-Item-Text {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
.home-Course-Item-Wrapper {
  width: 100%;
  max-width: 695px;
  margin: 66px auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .home-Course-Item-Wrapper {
    margin-top: 33px;
  }
}
@media (max-width: 640px) {
  .home-Course-Item-Wrapper {
    margin-top: 16px;
  }
}
.home-Course-Item-List ul {
  margin: -16px -8px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .home-Course-Item-List ul {
    justify-content: center;
  }
}
.home-Course-Item-List ul li {
  width: 50%;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 0 8px;
}
.home-Course-Item-List ul li span {
  font-size: 1.3rem;
  display: block;
}
@media (max-width: 640px) {
  .home-Course-Item-List ul li span {
    font-size: 1.0rem;
  }
}
.home-Course-Item-List ul li a {
  height: 87px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity .4s;
}
/* .home-Course-Item-List ul li p:hover {
  opacity: .5;
} */
@media (max-width: 640px) {
  .home-Course-Item-List ul li a {
    height: 57px;
    line-height: 1.3;
    font-size: 1.3rem;
  }
}

.home-Course-Item.you:before {
  background: #f7c3d1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f7c3d1 0%, #fcf2d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f7c3d1 0%, #fcf2d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f7c3d1 0%, #fcf2d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c3d1', endColorstr='#fcf2d0',GradientType=1 );
  /* IE6-9 */
}

.home-Course-Item.you .home-Course-Item-Img {
  left: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item.you .home-Course-Item-Img {
    left: auto;
  }
}

.home-Course-Item.you .home-Course-Item-Title {
  background: #E89097;
}

.home-Course-Item.you .home-Course-Item-List {
  margin: 0 20px 0 196px;
}
@media (max-width: 1200px) {
  .home-Course-Item.you .home-Course-Item-List {
    margin: 0;
  }
}

.home-Course-Item.you .home-Course-Item-List p, .home-Course-Item.you .home-Course-Item-List a {
  background: #E89097;
}

.home-Course-Item.sho:before {
  background: #fff5c1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fff5c1 0%, #fad0a5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fff5c1 0%, #fad0a5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fff5c1 0%, #fad0a5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5c1', endColorstr='#fad0a5',GradientType=1 );
  /* IE6-9 */
}

.home-Course-Item.sho .home-Course-Item-Img {
  right: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item.sho .home-Course-Item-Img {
    right: auto;
  }
}

.home-Course-Item.sho .home-Course-Item-Title {
  background: #EA8C61;
}

.home-Course-Item.sho .home-Course-Item-List {
  margin: 0 196px 0 20px;
}
@media (max-width: 1200px) {
  .home-Course-Item.sho .home-Course-Item-List {
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .home-Course-Item.sho .home-Course-Item-List ul {
    justify-content: center;
  }
}

.home-Course-Item.sho .home-Course-Item-List p, .home-Course-Item.sho .home-Course-Item-List a {
  background: #EA8C61;
}

.home-Course-Item.chu:before {
  background: #a6edc9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a6edc9 0%, #d9fcb6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a6edc9 0%, #d9fcb6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a6edc9 0%, #d9fcb6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6edc9', endColorstr='#d9fcb6',GradientType=1 );
  /* IE6-9 */
}

.home-Course-Item.chu .home-Course-Item-Img {
  left: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item.chu .home-Course-Item-Img {
    left: auto;
  }
}

.home-Course-Item.chu .home-Course-Item-Title {
  background: #70AF7F;
}

.home-Course-Item.chu .home-Course-Item-List {
  margin: 0 20px 0 196px;
}
@media (max-width: 1200px) {
  .home-Course-Item.chu .home-Course-Item-List {
    margin: 0;
  }
}

.home-Course-Item.chu .home-Course-Item-List a {
  background: #70AF7F;
}

.home-Course-Item.kou:before {
  background: #b2ebed;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b2ebed 0%, #c0cfe8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b2ebed 0%, #c0cfe8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b2ebed 0%, #c0cfe8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ebed', endColorstr='#c0cfe8',GradientType=1 );
  /* IE6-9 */
}

.home-Course-Item.kou .home-Course-Item-Img {
  right: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item.kou .home-Course-Item-Img {
    right: auto;
  }
}

.home-Course-Item.kou .home-Course-Item-Title {
  background: #66B1BF;
}

.home-Course-Item.kou .home-Course-Item-List {
  margin: 0 196px 0 20px;
}
@media (max-width: 1200px) {
  .home-Course-Item.kou .home-Course-Item-List {
    margin: 0;
  }
}

.home-Course-Item.kou .home-Course-Item-List ul {
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .home-Course-Item.kou .home-Course-Item-List ul {
    justify-content: center;
  }
}

.home-Course-Item.kou .home-Course-Item-List a {
  background: #66B1BF;
}

.home-Course-Item.kousotsu:before {
  background: #afc6f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #afc6f8 0%, #e7d8ef 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afc6f8 0%, #e7d8ef 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afc6f8 0%, #e7d8ef 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afc6f8', endColorstr='#e7d8ef',GradientType=1 );
  /* IE6-9 */
}

.home-Course-Item.kousotsu:after {
  height: 200px;
  bottom: auto;
}

.home-Course-Item.kousotsu .home-Course-Item-Img {
  left: 0;
}
@media (max-width: 1200px) {
  .home-Course-Item.kousotsu .home-Course-Item-Img {
    left: auto;
  }
}

.home-Course-Item.kousotsu .home-Course-Item-Title {
  background: #657EB4;
}

.home-Course-Item.kousotsu .home-Course-Item-List {
  margin: 0 20px 0 196px;
}
@media (max-width: 1200px) {
  .home-Course-Item.kousotsu .home-Course-Item-List {
    margin: 0;
  }
}

.home-Course-Item.kousotsu .home-Course-Item-List a {
  background: #657EB4;
}

.home-News {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 50px;
  background: #f2e8fc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2e8fc 0%, #f0d0d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2e8fc 0%, #f0d0d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2e8fc 0%, #f0d0d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8fc', endColorstr='#f0d0d0',GradientType=0 );
  /* IE6-9 */
  padding: 82px 50px 50px;
}
@media (max-width: 640px) {
  .home-News {
    margin-bottom: 40px;
    padding: 41px 20px 50px;
  }
}
.home-News-Title {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 640px) {
  .home-News-Title {
    margin-bottom: 35px;
  }
}
.home-News-Title span {
  margin-top: 15px;
  font-weight: 500;
  font-size: 3.2rem;
  color: #585858;
  display: block;
}
@media (max-width: 640px) {
  .home-News-Title span {
    font-size: 1.7rem;
  }
}
.home-News-Title .img {
  height: 48px;
}
@media (max-width: 640px) {
  .home-News-Title .img {
    height: 30px;
  }
}
.home-News-Items {
  margin: -26px -13px 0;
  display: flex;
  flex-wrap: wrap;
}
.home-News-Item {
  width: 50%;
  box-sizing: border-box;
  margin-top: 26px;
  padding: 0 13px;
}
@media (max-width: 900px) {
  .home-News-Item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .home-News-Item {
    margin-top: 13px;
  }
}
.home-News-Item a {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  .home-News-Item a {
    padding: 13px;
  }
}
.home-News-Item-Title {
  font-weight: 500;
  line-height: 1.3;
  font-size: 2.8rem;
  color: #AF87B9;
  flex: 1;
  transition: opacity .4s;
}
@media (max-width: 640px) {
  .home-News-Item-Title {
    font-size: 1.9rem;
  }
}
.home-News-Item-Title br {
  display: none;
}
@media (max-width: 640px) {
  .home-News-Item-Title br {
    display: block;
  }
}
.home-News-Item-More {
  width: 124px;
  height: 83px;
  margin-left: 10px;
}
@media (max-width: 640px) {
  .home-News-Item-More {
    width: 104px;
    height: 53px;
  }
}
.home-News-Item-More span {
  height: 100%;
  background: #AF87B9;
  border-radius: 6px;
  font-weight: 500;
  font-size: 1.7rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
}
@media (max-width: 640px) {
  .home-News-Item-More span {
    font-size: 1.5rem;
  }
}
.home-News-Item a:hover .home-News-Item-Title {
  opacity: .5;
}
.home-News-Item a:hover .home-News-Item-More span {
  opacity: .5;
}

.home-News-Item.you .home-News-Item-Title {
  color: #E89097;
}

.home-News-Item.you .home-News-Item-More span {
  background: #E89097;
}

.home-News-Item.sho .home-News-Item-Title {
  color: #EA8C61;
}

.home-News-Item.sho .home-News-Item-More span {
  background: #EA8C61;
}

.home-News-Item.chu .home-News-Item-Title {
  color: #70AF7F;
}

.home-News-Item.chu .home-News-Item-More span {
  background: #70AF7F;
}

.home-News-Item.kou .home-News-Item-Title {
  color: #66B1BF;
}

.home-News-Item.kou .home-News-Item-More span {
  background: #66B1BF;
}

.home-News-Item.kousotsu .home-News-Item-Title {
  color: #657EB4;
}

.home-News-Item.kousotsu .home-News-Item-More span {
  background: #657EB4;
}

.home-Link {
  margin-bottom: 78px;
}

.home-Link-70th {
  margin-bottom: 36px;
}
@media (max-width: 640px) {
  .home-Link-70th {
    margin-bottom: 11px;
  }
}

.home-Link-Open a {
  border: 1px solid #585858;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  transition: opacity .4s;
}
@media (max-width: 900px) {
  .home-Link-Open a {
    display: block;
  }
}
@media (max-width: 640px) {
  .home-Link-Open a {
    padding: 20px;
  }
}
.home-Link-Open a:hover {
  opacity: .5;
}
.home-Link-Open-Img {
  order: 1;
}
@media (max-width: 900px) {
  .home-Link-Open-Img {
    text-align: center;
  }
}
.home-Link-Open-Text {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  .home-Link-Open-Text {
    font-size: 1.8rem;
  }
}
.home-Link-Open-Text .sp {
  display: none;
}
@media (max-width: 640px) {
  .home-Link-Open-Text .sp {
    display: block;
  }
}
.home-Link-Open-Title {
  font-weight: 500;
  font-size: 6.3rem;
  color: #DE8787;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .home-Link-Open-Title {
    font-size: 3.8rem;
  }
}
.home-Link-Open-Title span {
  margin-top: 6px;
  font-weight: 400;
  font-size: 2.0rem;
  color: #151515;
  display: block;
}
@media (max-width: 640px) {
  .home-Link-Open-Title span {
    font-size: 1.8rem;
  }
}
.home-Link-List {
  margin: -22px -11px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .home-Link-List {
    margin-top: -11px;
  }
}
.home-Link-List li {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 22px;
  padding: 0 11px;
  text-align: center;
}
@media (max-width: 900px) {
  .home-Link-List li {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .home-Link-List li {
    width: 100%;
    margin-top: 11px;
  }
}
.home-Link-List li a {
  display: block;
  transition: opacity .4s;
}
.home-Link-List li a:hover {
  opacity: .5;
}
/* 2025.03 */
.home-Course > .home-Course-Item {
  display: block;
  text-decoration: none;
  color: #000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.4rem 1.2rem 3.6rem;
	position: relative;
	background-color: #4B5162;
}
#gFooter .fNavi {
  display: flex;flex-wrap: wrap;
	width: 108rem;
	margin: 0 auto;
	color: #fff;
}
#gFooter .fNavi a {
	color: #fff;
	font-weight: 500;
	display: inline-block;
}
#gFooter a:hover {
	opacity: 0.7;
}
#gFooter .fNavi span {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
#gFooter .fList {
	margin-top: 2.3rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .fList li:not(:last-child) {
	margin-bottom: 1.3rem;
}
#gFooter .fList a {
	position: relative;
	padding-left: 1.2rem;
	color: #C8CBD3;
}
#gFooter .fList a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "-";
}
#gFooter .fSns {
	margin: 5.8rem 3rem 2.2rem;
	justify-content: flex-end;
}
#gFooter .fSns li {
	width: 4.3rem;
	margin-left: 2.1rem;
}
#gFooter .fLink {
	color: #C8CBD3;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#gFooter .fLink a {
	padding: 0 2rem;
	display: inline-block;
	color: #C8CBD3;
}
#gFooter address {
	position: absolute;
	right: 4.2rem;
	bottom: 3.7rem;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi {
		margin-top: -6.3rem;
	}
	#gFooter .fNavi > li {
		margin-top: 6.3rem;
	}
	#gFooter .fNavi > li:nth-child(4n + 1) {
		width: 21.9rem;
	}
	#gFooter .fNavi > li:nth-child(4n + 2) {
		width: 31.1rem;
	}
	#gFooter .fNavi > li:nth-child(4n + 3) {
		width: 31.1rem;
	}
	#gFooter .fNavi > li:nth-child(4n + 4) {
		margin-right: -2rem;
		width: 25rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2.1rem 1.6rem 8.3rem;
	}
  #gFooter .fList {
    margin-top: 0;
  }
	#gFooter .fNavi {
		/* display: none; */
    display: block;
    width: 100%;
	}
	#gFooter .fNavi > li {
		border-bottom: 1px solid #C8CBD3;
	}
	#gFooter .fNavi > li > a,
	#gFooter .fNavi > li > span {
		padding: 1.9rem 1.7rem 1.8rem;
		display: block;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.1em;
	}
	#gFooter .fNavi > li > span {
		background: url(../../img/home/icon10.png) no-repeat right 0.8rem center;
		background-size: 1rem auto;
	}
	#gFooter .fNavi > li > span.on {
		background-image: url(../../img/home/icon10_on.png);
	}
	#gFooter .fNavi ul {
		display: none;
		padding: 0.7rem 0 2.8rem 3.1rem;
	}
	#gFooter .fNavi ul li:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	#gFooter .fNavi ul a {
		color: #C8CBD3;
		font-weight: 500;
		letter-spacing: 0.1em;
		font-size: 1.6rem;
	}
  
  #gFooter .fNavi span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
	#gFooter .fSns {
		margin: 4rem 3rem 3.1rem;
		justify-content: center;
	}
	#gFooter .fSns li {
		width: 3.2rem;
		margin: 0 0.9rem;
	}
	#gFooter .fLink {
		margin-bottom: 3.2rem;
		justify-content: center;
		font-size: 1.2rem;
		text-align: center;
	}
	#gFooter .fLink li:first-child {
		margin-bottom: 1.3rem;
		width: 100%;
	}
	#gFooter .fLink a {
		padding: 0 1rem;
	}
	#gFooter address {
		position: static;
		text-align: center;
		font-size: 1rem;
	}
}