/* ==== RESET CSS ==== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend,
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove quotes from blockquote/quotes */
blockquote,
q {
  quotes: none;
}

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

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Reset links */
a {
  color: inherit;
  text-decoration: none;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Remove default button styles */
button {
  cursor: pointer;
  background-color: transparent;
}

/* Set basic body style */
html,
body {
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
}

/* Images, video, etc */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Figtree", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic UI", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #2c353f;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1rem;
}

b {
  color: #3d4956;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
}

@media (max-width: 767px) {
  .mb-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.text--middle {
  font-weight: bold;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .text--middle {
    font-size: 2rem;
  }
}

.bg--gray {
  background-color: #efefef;
}
.bg--beige {
  background-color: #fffff3;
}

.h2--section {
  font-size: 1.5rem;
  color: #3d4956;
  font-weight: 500;
  z-index: 2;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .h2--section {
    font-size: 2.2rem;
  }
}
.h2--section.fixed {
  margin-bottom: 0;
}
.h2--section--en {
  font-size: 10cqi;
  line-height: 1;
  color: rgba(61, 73, 86, 0.1);
  text-align: right;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .h2--section--en {
    font-size: 5rem;
  }
}

.noitem {
  padding: 1rem 0;
  text-align: center;
}

.main {
  height: 100%;
  min-height: 100dvh;
}

.section {
  margin-bottom: 6rem;
}
.section--bg {
  padding: 3rem 0;
  background-color: #f4f5f6;
}
.section--catch {
  position: relative;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section--catch {
    padding: 3rem 0;
  }
}
.section--catch-line {
  position: relative;
  padding: 2rem 2rem;
}
@media (min-width: 768px) {
  .section--catch-line {
    padding: 3rem 5rem;
  }
}
.section--catch-line::before, .section--catch-line::after {
  position: absolute;
  top: 50%;
  width: 1rem;
  transform: translateY(-50%);
  content: "";
  border-top: 2px #3d4956 solid;
}
@media (min-width: 768px) {
  .section--catch-line::before, .section--catch-line::after {
    width: 3rem;
  }
}
.section--catch-line::before {
  left: 0;
}
.section--catch-line::after {
  right: 0;
}
.section--content {
  position: relative;
}
@media (min-width: 768px) {
  .section--content {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flex-img--right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .flex-img--right {
    grid-template-columns: 1fr 33%;
    flex-direction: row;
  }
}
.flex-img--right > *:last-child img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .flex-img--right > *:last-child img {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  gap: 1rem;
  z-index: 1000;
}
.header--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #3d4956;
}
@media (min-width: 768px) {
  .header--top {
    padding: 0.25rem 0.5rem;
  }
}
.header--top .open-button {
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #fff;
}
@media (min-width: 768px) {
  .header--top .open-button {
    display: none;
  }
}
.header--logo > a {
  display: flex;
  align-items: center;
  color: #fff;
}
.header--logo > a .logo--img {
  width: 20px;
}
.header--logo > a .logo--img img {
  width: 100%;
  height: auto;
}
.header--logo > a .logo--name {
  font-size: 0.7rem;
  padding-left: 0.5rem;
  line-height: 0.8rem;
}
.header--top-menu {
  display: none;
  gap: 1rem;
  font-size: 0.7rem;
  padding: 0.25rem 1rem;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .header--top-menu {
    display: flex;
    justify-content: flex-end;
  }
}
.header--top-menu > li a {
  color: #efefef;
}
.header--top-menu > li a > i::first-letter {
  padding-right: 0.5rem;
}
.header--bottom {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 40%, transparent);
}
@media (min-width: 768px) {
  .header--bottom {
    justify-content: flex-end;
    padding: 0.25rem 1rem;
  }
}
.header--left {
  width: 300px;
}
@media (min-width: 768px) {
  .header--left {
    display: none;
  }
}
.header--left .logo {
  display: flex;
  align-items: center;
}
.header--left .logo--img {
  width: 48px;
}
.header--left .logo--name {
  flex: 1;
  padding-left: 1rem;
  line-height: 1.2rem;
}
.header--left .logo--name-en {
  font-size: 0.7rem;
}
.header--right {
  display: flex;
  align-items: center;
}
.header--right .open-button,
.header--right .close-button {
  font-size: 1.4rem;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .header--right .open-button,
  .header--right .close-button {
    display: none;
  }
}
.header--right .close-button {
  color: #efefef;
}
.header--right .header-menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  right: -100%;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: #e9eff7;
}
@media (min-width: 768px) {
  .header--right .header-menu {
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
  }
}
.header--right .header-menu.menu-active {
  right: 0;
}
.header--right .header-menu .menu--header {
  background-color: #3d4956;
  padding: 1rem;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--header {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav-button {
    display: none;
  }
}
.header--right .header-menu .menu--body .header-nav-button > ul {
  display: flex;
  flex-wrap: wrap;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li {
  width: 25%;
  border-top: 1px #8e9dae solid;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li:not(:last-child) {
  border-right: 1px #8e9dae solid;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #3d4956;
  color: #efefef;
  padding: 1rem 0.5rem;
}
.header--right .header-menu .menu--body .header-nav-button > ul > li > * > span {
  font-size: 2.6cqi;
}
.header--right .header-menu .menu--body .header-nav {
  background-color: #efefef;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav {
    background-color: transparent;
    padding: 0;
  }
}
.header--right .header-menu .menu--body .header-nav > ul {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav > ul {
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8rem;
  }
  .header--right .header-menu .menu--body .header-nav > ul.sub-menu {
    display: none;
  }
}
.header--right .header-menu .menu--body .header-nav > ul > li > * {
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px #999 solid;
}
@media (min-width: 768px) {
  .header--right .header-menu .menu--body .header-nav > ul > li > * {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header--right .header-menu .menu--body .header-nav > ul > li > *::before {
  position: absolute;
  display: inline-block;
  left: 0;
  font-family: "FontAwesome";
  content: "\f0da";
  color: #3d4956;
}

.footer {
  background-color: #e9eff7;
  padding: 3rem 0;
}
.footer--inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: center;
  align-items: center;
}
.footer--menu {
  display: none;
}
@media (min-width: 768px) {
  .footer--menu {
    display: block;
    font-size: 0.8rem;
  }
}
.footer--menu > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer--copyright {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer--copyright {
    flex-direction: row;
    gap: 1rem;
  }
}

.footer-btn {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .footer-btn {
    left: auto;
    right: 0;
    width: auto;
  }
}
.footer-btn--active {
  bottom: 0;
}
@media (min-width: 768px) {
  .footer-btn--inner {
    display: flex;
  }
}
.footer-btn--inner ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px #3d4956 solid;
}
@media (min-width: 768px) {
  .footer-btn--inner ul {
    border-left: 1px #3d4956 solid;
  }
}
.footer-btn--inner ul li {
  font-size: 0.8rem;
  flex: 1;
}
@media (min-width: 768px) {
  .footer-btn--inner ul li {
    flex: auto;
  }
}
.footer-btn--inner ul li > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  height: 100%;
  background-color: #fff;
  color: #3d4956;
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer-btn--inner ul li > * {
    padding: 0.5rem;
    width: 5rem;
  }
}
.footer-btn--inner ul li > * > i {
  line-height: 1;
}
.footer-btn--inner ul li > * > span {
  font-size: 2.4cqi;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer-btn--inner ul li > * > span {
    font-size: 0.7rem;
  }
}
.footer-btn--inner ul li > *.primary {
  background-color: #3d4956;
  color: #fff;
}
.footer-btn--inner ul li:not(:last-child) {
  border-right: 1px #3d4956 solid;
}

.index-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  z-index: 1;
}
.index-hero--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-hero--bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hero--filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.index-hero--body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-hero--body--top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-hero--sub {
  padding: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 243, 0.6));
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
}
@media (min-width: 768px) {
  .index-hero--sub {
    padding: 2rem;
    font-size: 1.3cqi;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.index-hero--catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .index-hero--catch {
    padding: 3rem;
  }
}
.index-hero--catch .catch-main {
  display: flex;
  flex-direction: column;
  font-size: 8cqi;
  font-weight: 500;
  line-height: 12cqi;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
  color: #3d4956;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  filter: drop-shadow(2px 3px 1px white);
}
@media (min-width: 768px) {
  .index-hero--catch .catch-main {
    flex-direction: row;
    font-size: 4cqi;
    line-height: 6cqi;
  }
}
.index-hero--catch .catch-sub {
  font-size: 3cqi;
  margin-bottom: 2rem;
  line-height: 6cqi;
  font-weight: 500;
  color: #3d4956;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .index-hero--catch .catch-sub {
    flex-direction: row;
    font-size: 1.4cqi;
    line-height: 1.8cqi;
    margin-bottom: 3rem;
  }
}
.index-hero--catch .hero-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .index-hero--catch .hero-logo {
    margin-bottom: 3rem;
  }
}
.index-hero--catch .hero-logo .hero-img {
  width: 15%;
}
@media (min-width: 768px) {
  .index-hero--catch .hero-logo .hero-img {
    width: 5%;
  }
}
.index-hero--catch .hero-logo .hero-img img {
  width: 100%;
  height: auto;
}
.index-hero--catch .hero-logo .title {
  padding-left: 1rem;
  font-weight: 500;
}
.index-hero--catch .hero-logo .title .en {
  font-size: 4cqi;
  text-align: center;
}
@media (min-width: 768px) {
  .index-hero--catch .hero-logo .title .en {
    font-size: 1cqi;
  }
}
.index-hero--catch .hero-logo .title .ja {
  font-size: 6cqi;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
  letter-spacing: 0.1em;
  line-height: 6cqi;
}
@media (min-width: 768px) {
  .index-hero--catch .hero-logo .title .ja {
    font-size: 2.4cqi;
    line-height: 1;
  }
}

.index-course {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .index-course {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.index-course a {
  position: relative;
  display: flex;
  flex-direction: column;
}
.index-course--bg img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.index-course--title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #8fa499;
  color: #fff;
  padding: 0 1rem;
  font-size: 0.9rem;
}
.index-course--filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.index-course--filter:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .card {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .card--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card--row {
  border: 1px #8e9dae solid;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.card--row > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s;
  background-color: #fff;
}
.card--row > a:hover {
  background-color: rgba(244, 245, 246, 0.6);
}
.card--arrow {
  position: relative;
}
.card--arrow::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.card--header {
  padding: 1rem;
}
.card--body {
  padding: 1rem;
}
.card--footer {
  margin-top: auto;
  padding: 1rem;
}
.card--num {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
  font-size: 1.6rem;
  color: #8fa499;
}
.card--title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3d4956;
}

.schedule-row {
  position: relative;
}
.schedule-row--new::before {
  position: absolute;
  top: calc(-1rem - 4px);
  left: -1px;
  content: "New";
  background-color: #3d4956;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.5rem;
}
.schedule-row--title-area {
  border-left: 0.25rem #3d4956 solid;
  padding-left: 0.5rem;
}
.schedule-row--title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #3d4956;
}
.schedule-row--subtitle {
  font-size: 0.9rem;
}
.schedule-row--detail-dl {
  display: grid;
  grid-template-columns: 6rem 1fr;
  font-size: 0.8rem;
}

.page-header {
  padding: 1rem 0;
  position: relative;
}
.page-header--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(8px);
  opacity: 0.5;
  z-index: 0;
}
@media (min-width: 768px) {
  .page-header {
    padding: 3rem 0;
  }
}
.page-header--title {
  margin-bottom: 1rem;
}
.page-header--title-ja {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS Serif", serif;
  font-weight: 500;
  color: #3d4956;
  filter: drop-shadow(2px 3px 1px white);
  font-size: 6cqi;
}
@media (min-width: 768px) {
  .page-header--title-ja {
    font-size: 2.8rem;
  }
}
.page-header--title-en {
  font-size: 3.5cqi;
  color: #3d4956;
}
@media (min-width: 768px) {
  .page-header--title-en {
    font-size: 2rem;
  }
}
.page-header--img {
  width: 33%;
  border: 4px rgba(255, 255, 255, 0.8) solid;
}
@media (min-width: 768px) {
  .page-header--img {
    width: 16%;
  }
}

.ul-list--list {
  padding: 2rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.ul-list--list > li {
  position: relative;
  padding-left: 2rem;
}
.ul-list--list > li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
}
@media (min-width: 768px) {
  .ul-list--flex {
    column-count: 2;
    column-gap: 2rem;
  }
  .ul-list--flex > li {
    break-inside: avoid;
  }
}
.ul-list--bg {
  padding: 1rem;
  background-color: #fff;
  border: 1px #e9eff7 solid;
  border-radius: 4px;
}
.ul-list--flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 1rem 0;
}
.ul-list--flow > li {
  position: relative;
  padding: 1rem;
  min-width: 10rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px #e9eff7 solid;
  border-radius: 4px;
}
.ul-list--flow > li:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
  font-family: "FontAwesome";
  content: "\f0d7";
  font-size: 2rem;
  line-height: 1;
}

.dl-list--list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .dl-list--list {
    grid-template-columns: 20% 1fr;
  }
}
.dl-list--list > dt {
  background-color: #8fa499;
  padding: 0.5rem;
  color: #fff;
  border-bottom: 1px #fff solid;
}
.dl-list--list > dd {
  padding: 0.5rem;
  background-color: #fff;
  border-bottom: 1px #e9eff7 solid;
}

.breadcrumbs {
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.breadcrumbs > ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs > ol > li {
  position: relative;
  padding: 0 1rem;
}
.breadcrumbs > ol > li::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f0da";
  left: 0;
  color: #3d4956;
}
.breadcrumbs > ol > li a {
  display: inline-block;
  border-bottom: 1px #333 dotted;
  padding: 0 0.5rem;
  transition: 0.5s;
}
.breadcrumbs > ol > li a:hover {
  background-color: #ddd;
}

.ul-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ul-button {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ul-button--center {
  justify-content: center;
}
.ul-button--flex > li {
  width: 100%;
}
@media (min-width: 768px) {
  .ul-button--flex > li {
    width: calc(33% - 0.4rem);
  }
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px #3d4956 solid;
  background-color: #fff;
  transition: 0.2s;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 4px;
  color: #3d4956;
  height: 100%;
}
.button:hover {
  background-color: rgba(61, 73, 86, 0.2);
}
.button::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.button--primary {
  background-color: #3d4956;
  color: #fff;
}
.button--primary:hover {
  color: #3d4956;
}
.button--title {
  font-size: 1.1rem;
  font-weight: 500;
}
.button--excerpt {
  font-size: 0.8rem;
}

/*# sourceMappingURL=main.css.map */
