/*
 Theme Name: My Custom Theme
 Theme URI: https://zaziemusic.com/
 Author: ZAZIE
 Author URI: https://zaziemusic.com/
 Description: Custom theme based on Twenty Twenty design.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: my-custom-theme
*/

@charset "UTF-8";

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: normal;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

.mode_sp {
  display: none;
}

.mode_pc {
  display: inline;
}

@media (max-width: 768px) {
  .mode_sp {
    display: inline;
  }
  .mode_pc {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #393636;
  transition: background 0.3s ease;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.btn-group {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  min-width: 180px;
}
.btn:hover {
  background: #000;
  color: #fff;
}
.btn:hover::before {
  filter: brightness(0) invert(1);
}
.btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  transition: filter 0.3s ease;
}

.btn.plan::before {
  background-image: url("images/icon-document.svg");
}

.title-wrap {
  text-align: center;
  margin-bottom: 4rem;
}

.footer {
  border-top: 1px solid #e8ecf1;
  background: #f9f9f9;
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem 2rem;
}
@media (max-width: 768px) {
  .footer .footer-inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer .footer-links {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-links li {
  margin: 0;
}
.footer .footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}
.footer .footer-links a:hover {
  color: #0000c9;
}
.footer .footer-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background: #0000c9;
  transition: width 0.3s ease;
}
.footer .footer-links a:hover::after {
  width: 100%;
  left: 0;
  right: 0;
}

.footer-copyright {
  font-size: 0.8rem;
}

.bg {
  background: #f1f4f8;
}

.center {
  text-align: center;
}

.img {
  display: block;
  margin: auto;
}

.dev-banner {
  display: none;
}

@media (max-width: 768px) {
  .dev-banner {
    display: block;
    margin: 6rem 1rem 1rem;
    padding: 0.75rem 1rem;
    border: 2px solid #e11;
    background: #fff5f5;
    color: #b00020;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
  }
}
.dev-banner--fixed {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;
}

html {
  scroll-padding-top: 80px;
}

body {
  margin: 0;
  padding: 0;
}

.header {
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header__nav-link {
  font-size: 1em;
}
.header__cta {
  font-size: 1em;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
  min-height: 80px;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .header__container {
    padding: 1rem;
  }
}
.header__logo {
  transition: all 0.3s ease;
}
.header__logo img {
  height: 40px;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(1958%)
    hue-rotate(221deg) brightness(97%) contrast(105%);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
  flex-direction: row;
}
.header__nav-item {
  margin: 0;
}
.header__nav-link {
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}
.header__nav-link:hover {
  color: #0000c9;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 1px;
  background: #0000c9;
  transition: all 0.3s ease;
}
.header__nav-link:hover::after {
  width: 100%;
  right: 0;
  left: 0;
}
@media (max-width: 768px) {
  .header__nav--open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .header__nav--open .header__nav-list {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .header__nav--open .header__nav-link {
    color: #333333;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 1rem;
  }
  .header__nav--open .header__nav-link:hover {
    color: #0d0d33;
  }
  .header__nav--open .header__cta {
    margin-top: 1rem;
    text-align: center;
    width: 300px;
  }
  .header__nav--open .header__cta:hover {
    background-color: #1a1a4d;
    color: #ffffff;
    border-color: #1a1a4d;
  }
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__cta-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .header__cta-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
}
.header__cta {
  background-color: #122779;
  color: #ffffff;
  padding: 0.6rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500;
  border: 0 solid #0d0d33;
  transition: all 0.3s ease;
}
.header__cta:hover {
  background-color: #0000c9;
  color: #ffffff;
}
.header__cta--student {
  background-color: #575757;
  color: #fff;
}
.header__cta--student:hover {
  background-color: #0000c9;
}
.header__mobile-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__mobile-toggle:hover {
  color: #0d0d33;
}

@media (max-width: 1600px) {
  .header {
    left: 0;
    transform: none;
    max-width: none;
  }
}

.fixed-banner,
.notice-fixed,
.dev-banner {
  position: fixed;
  z-index: 900;
}

.header {
  z-index: 1200;
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
  .header__nav.header__nav--open {
    display: flex;
    position: fixed;
    inset: 0;
    padding: calc(var(--header-h) + env(safe-area-inset-top, 0px) + 16px) 16px
      24px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    z-index: 2000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header__nav-link {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 1rem;
    color: #333;
  }

  body.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open .fixed-banner,
  body.is-menu-open .notice-fixed,
  body.is-menu-open .dev-banner {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .header {
    --header-h: 80px;
  }

  .header__nav {
    display: none;
  }
  .header__nav.header__nav--open {
    display: flex;
    position: fixed;
    inset: 0;
    padding: calc(var(--header-h) + 16px) 16px 24px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    z-index: 1100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  .header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header__nav-link {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 1rem;
    color: #333;
  }
  .header__cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  body.is-menu-open {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
  .header__nav.header__nav--open {
    display: flex !important;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    padding: calc(var(--header-h, 80px) + 16px) 16px 24px;
  }
  .header__mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
}

.hero {
  position: relative;
  background-color: #fff;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  min-height: 700px;
  container-type: inline-size;
  --hero-scale: clamp(1rem, 3vw, 2.25rem);
}
@supports (width: 1cqw) {
  .hero {
    --hero-scale: clamp(1rem, 3.55cqw, 2.25rem);
  }
}
.hero__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
}
@media (min-width: 1600px) {
  .hero__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
    min-height: calc(100vh - 70px);  
    min-height: calc(100svh - 70px); 
    min-height: calc(100dvh - 70px); 
}
.hero__image {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .hero__image {
    top: 0;
    height: 100%;
  }
}
.hero__content {
  container-type: inline-size;
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 80px 40px 40px;
}
.hero__main-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  color: #fff;
  min-width: 300px;
}
.hero__subtitle {
  --ratio: 1;
  font-size: clamp(1rem, var(--hero-scale) * var(--ratio), 6rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 0.2em;
}
.hero__subtitle .title-large {
  --ratio: 1.3;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 6.8rem);
}
.hero__subtitle .title-kana {
  padding: 0;
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.hero .title-highlight {
  --ratio: 1.2;
  color: #122779;
  background-color: #f5ed00;
  padding: 0.4rem 0.5rem;
  line-height: 1;
  display: inline-block;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 6.8rem);
}
.hero__main-heading {
  --ratio: 2.6;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 7rem);
  font-weight: 500;
  margin: 0.8rem 0;
  line-height: 1.1;
  letter-spacing: 0.2rem;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
  text-align: right;
  padding-left: 1rem;
}
.hero__main-heading span.title-en {
  --ratio: 3.1;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 6.8rem);
  padding-right: 3px;
  display: inline-block;
  line-height: 1;
  align-items: baseline;
  transform: translateY(0.3rem);
}
.hero__catchphrase {
  --ratio: 2;
  margin-top: 0.8rem;
  margin-left: auto;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 6.8rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  text-align: right;
}
.hero__catchphrase span {
  letter-spacing: -1.5rem;
}
.hero__info {
  --ratio: 0.6;
  font-size: clamp(1.4rem, var(--hero-scale) * var(--ratio), 6.8rem);
  margin-top: 1rem;
  width: 100%;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  font-family: "Shippori Mincho", serif;
}
.hero__info-container {
  margin-left: auto;
  margin-top: 2rem;
}
.hero__cta-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 20px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .hero,
  .hero__container {
    position: relative;
    z-index: auto;
  }
}
@media (max-width: 768px) {
  .hero__content {
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
    padding: 50px 10px 20px;
  }
  .hero__info {
    margin-top: 10rem;
    font-size: 1.3rem;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.01rem;
  }
  .hero__title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center;
    padding: 0 1rem;
  }
  .hero__subtitle {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .hero__lead {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 1rem;
  }
  .hero__btn-wrap {
    margin-top: 1.5rem;
    text-align: center;
  }
  .hero .title-highlight {
    font-size: 1.2rem;
  }
  .hero__main-heading {
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 1.3;
    padding-left: 0;
  }
  .hero__catchphrase {
    text-align: center;
    font-weight: 500;
  }
  .hero__catchphrase span {
    letter-spacing: -0.7rem;
  }
  .hero__cta {
    margin: auto;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
  }
  .hero__cta-container {
    padding-right: 0;
  }
  .hero__info-container {
    margin: 0 auto;
  }
  .hero__subtitle .title-large {
    font-size: 1.2rem;
  }
  .hero__cta-container {
    margin-top: 2rem;
  }
  .hero__.title-highlight {
    padding: 0.2rem;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .hero__content {
    margin-top: 4rem;
    padding: 50px 10px 20px;
  }
}
@media (max-width: 768px) {
  .hero {
    position: relative;
  }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    pointer-events: none;
  }
  .hero__content {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .hero__main-title {
    align-items: center;
  }
  .hero__main-heading {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
  }
  .hero__info-container {
    text-align: center;
  }
  .hero__info {
    position: relative;
    display: inline-block;
    padding: 0 10px;
  }
  .hero__info::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0;
    background: rgba(10, 20, 50, 0.35);
    -webkit-backdrop-filter: blur(1px) saturate(120%);
    backdrop-filter: blur(1px) saturate(120%);
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: calc(100vh - 80px);
    height: calc(100vh - 80px);
    min-height: calc(100svh - 80px);
    height: calc(100svh - 80px);
  }
  .hero__container {
    min-height: 100%;
    height: 100%;
  }
  .hero__image {
    top: 0;
    height: 100%;
    z-index: 0;
  }
  .hero__content {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .hero {
    --hero-scale: clamp(0.9rem, 2.8vw, 2rem);
  }
  .hero__subtitle {
    --ratio: 0.9;
  }
  .hero__catchphrase {
    --ratio: 1.15;
  }
  .hero__info {
    font-size: clamp(14px, 5vw, 19px);
    line-height: 1.5;
  }
  .hero__main-heading {
    font-size: clamp(18px, 5vw, 28px);
    line-height: 1.25;
    white-space: nowrap;
  }
  .hero__main-heading span.title-en {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (max-width: 380px) {
  .hero__main-heading {
    font-size: clamp(17px, 5vw, 26px);
  }
  .hero__info {
    font-size: clamp(13px, 5vw, 18px);
  }
}
@media (max-width: 768px) {
  .hero__main-heading,
  .hero__main-heading span.title-en {
    font-size: clamp(22px, 18vw, 40px);
    line-height: 1.25;
    white-space: nowrap;
  }
  .hero__main-heading span.title-en {
    transform: translateY(0);
  }
  .hero__catchphrase {
    font-size: 1.6rem;
  }
  .hero .title-highlight {
    padding: 0.1rem;
  }
}
@media (max-width: 380px) {
  .hero__main-heading,
  .hero__main-heading span.title-en {
    font-size: clamp(22px, 18vw, 28px);
  }
}
.hero.ratio-16-9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  min-height: auto;
}
.hero.ratio-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.hero.ratio-16-9 > .hero__container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero.ratio-16-9 .hero__image {
  height: 100%;
  top: 0;
}
.hero.ratio-16-9 .hero__content {
  min-height: auto;
  height: 100%;
}

.hero__cta {
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #f5ed00;
  color: #0d0d33;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  font-size: clamp(1rem, 2vw, 1.2rem);
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.hero__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #4e3e00;
  border-radius: 50px;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.hero__cta:hover::before {
  animation: spreadAndFade 1s forwards;
}
.hero__cta:hover {
  color: #0d0d33;
}
.hero__cta--secondary {
  background-color: #ffffff;
  color: #0d0d33;
}
.hero__cta--secondary::before {
  background-color: #f8f8f8;
  background-color: #4e3e00;
}
.hero__cta--secondary:hover {
  color: #0d0d33;
  background-color: #f0f0f0;
}
@keyframes spreadAndFade {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.section-header {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.8s;
  position: relative;
  margin-bottom: 5.5rem;
}
.section-header__subtitle {
  font-family: Century Gothic, sans-serif;
  color: rgba(18, 39, 121, 0.5);
  margin-bottom: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.section-header__title {
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 768px) {
  .section-content {
    flex-direction: column;
  }
  .section-content__image {
    flex: none;
    width: 100%;
    text-align: center;
  }
}
.section-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 4rem;
}

.content,
.section-header {
  position: relative;
  z-index: 2;
}

.about-cfe {
  position: relative;
  z-index: 0;
}
.about-cfe .section-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: clamp(24px, 6vw, 72px);
}
.about-cfe .section-header {
  text-align: left;
  margin-bottom: 1.5rem;
}
.about-cfe .section-content {
  background-color: #fff;
  box-shadow: 7px 30px 30px 1px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.about-cfe .section-content__top {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}
.about-cfe .section-content__text {
  flex: 1 1 60%;
  max-width: 60%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-cfe .section-content__text .section-header {
  width: 100%;
}
.about-cfe .section-content__text .section-description {
  width: 70%;
  margin-top: 2rem;
  margin-left: auto;
  text-align: justify;
}
.about-cfe .section-content__image {
  flex: 1 1 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-cfe .section-content__image img {
  max-width: 100%;
  width: 400px;
  height: auto;
  display: block;
  padding: 1rem 2rem 1rem 0;
}
.about-cfe .section-content__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 2rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.about-cfe .section-content__bottom p {
  margin: 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-cfe .section-inner {
    padding: 2rem 1rem;
  }
  .about-cfe .section-content {
    padding: 1.5rem;
    gap: 1.25rem;
  }
  .about-cfe .section-content__top {
    flex-direction: column;
  }
  .about-cfe .section-content__text,
  .about-cfe .section-content__image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0;
  }
  .about-cfe .section-content__text .section-description {
    width: 100%;
    margin: 1rem 0 0;
    text-align: left;
  }
  .about-cfe .section-content__image img {
    width: 100%;
    max-width: 420px;
  }
}

@media (max-width: 768px) {
  .about-cfe .section-content__bottom {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 0.75rem;
  }
  .about-cfe .section-content__bottom > * {
    width: 100%;
  }
}
.course-intro {
  position: relative;
  z-index: 0;
}
.course-intro .section-inner {
  position: relative;
  z-index: 2;
}
.course-intro .text-block p:not(:last-child) {
  margin-bottom: 4rem;
}
.course-intro .intro .point-item__title {
  font-size: 1.8rem;
}

.sample-links {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.sample-links li {
  display: inline-flex;
  align-items: center;
}

.sample-links li + li::before {
  content: "／";
  margin: 0 0.5rem;
  color: #0b2a64;
}

@media (max-width: 768px) {
  .sample-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .sample-links li + li::before {
    content: "";
    margin: 0;
  }
}
.point-sample {
  line-height: 1.8;
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #0b2a64;
  text-align: left;
}

.point-sample__label {
  font-weight: 600;
  margin-right: 0.5rem;
}

.u-link,
.point-sample__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: color 0.3s ease;
}

.u-link,
.point-sample__link {
  background: none !important;
  background-size: 0 0 !important;
}

.u-link:hover,
.u-link:focus-visible,
.point-sample__link:hover,
.point-sample__link:focus-visible {
  color: #082051;
  outline: none;
}

.u-link--reveal::after,
.point-sample__link--reveal::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.u-link--reveal:hover::after,
.u-link--reveal:focus-visible::after,
.point-sample__link--reveal:hover::after,
.point-sample__link--reveal:focus-visible::after {
  width: 100%;
}

.point-sample__label {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-weight: 600;
  font-size: 0.7rem;
  color: #fff;
  background-color: #0b2a64;
  border-radius: 4px;
  line-height: 1.4;
}

.point-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  margin: 3rem 0 2rem;
  padding: 0;
  list-style: none;
}

.point-item {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 3rem);
  padding-block: clamp(2rem, 4vw, 6rem);
  padding-inline: clamp(1.5rem, 3vw, 4rem);
  background: #fff;
  border-radius: 0;
  box-shadow: 0px 50px 60px 1px rgba(0, 0, 0, 0.08);
}
.point-item__body {
  flex: 1 1 0;
  min-width: 0;
}
.point-item__media {
  flex: 0 0 300px;
  width: 300px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.point-item__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.point-item__title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  color: #122779;
  line-height: 1.45;
}
.point-item__text {
  margin: 0;
  line-height: 1.8;
  color: #333;
  font-size: 0.9rem;
  text-align: justify;
}
.point-item--reverse {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .point-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .point-item__media {
    flex: 0 0 auto;
    width: 100%;
  }
  .point-item__img {
    width: min(560px, 100%);
    margin-inline: auto;
  }
}
.section-lead {
  max-width: 720px;
  margin: 0 auto 2rem;
  line-height: 1.8;
  font-size: 1.1rem;
  font-weight: bold;
}

.section-title {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #111;
}

.text {
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
}

.text .hl {
  font-weight: 800;
}

.note {
  text-align: right;
  font-size: 0.9em;
  line-height: 1.4;
  padding-left: 0.5rem;
  font-weight: bold;
  margin-left: auto;
}

.plan {
  letter-spacing: 0.04em;
}

.text-block {
  padding: 0 4rem;
}

.text-block.bold .text .hl {
  color: #333;
}

.contact-cta__btn--primary {
  overflow: hidden;
  position: relative;
}
.contact-cta__btn--primary::after {
  background: white;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.contact-cta__btn--primary:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

.c-btn_circle {
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #0000c9;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  width: 400px;
  max-width: 90%;
  padding: 2rem 2rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
}
.c-btn_circle::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.c-btn_circle:hover {
  color: #fff;
}
.c-btn_circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}

.hero__main-title,
.hero__subtitle,
.hero__main-heading {
  font-family: "Noto Serif JP", serif;
}

.section_sub__title {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto 2rem;
  color: #122779;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
}

.section-description {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.content {
  margin-top: 2rem;
}
.content p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.section-lead {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 auto 2rem;
  max-width: 700px;
}

@media (max-width: 768px) {
  .section-lead {
    text-align: left;
  }
}
.text-wipe {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 300ms linear;
  will-change: clip-path, opacity;
}

.text-wipe.is-inview {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.reveal .img {
  position: relative;
  z-index: 2;
}

.reveal.is-inview {
  opacity: 1;
  transform: none;
}

.reveal.stagger > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--i, 0) * 70ms);
}

.reveal.stagger.is-inview > * {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.stagger > * {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
.point-item__title {
  position: relative;
  margin: 0 0 0.6rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.point-item__title .ttl-fst {
  color: #000;
}
.ttl-2nd {
  color: #0764c4;
  margin-top: 0.15rem;
  display: block;
}
.point-item__title .ttl-point {
  display: block;
  color: rgba(18, 39, 121, 0.5);
  font-family: Century Gothic, sans-serif;
}

.schedule__title {
  margin: 0 0 0.75rem;
  font-weight: 500;
}
.schedule__tablewrap {
  background: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 16px;
  overflow: hidden;
}
.schedule__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.schedule__table thead th,
.schedule__table tbody td,
.schedule__table tfoot th,
.schedule__table tfoot td {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #d1d1d1;
  font-weight: 400;
  white-space: normal;
  vertical-align: middle;
  word-break: break-word;
}
.schedule__table thead th {
  background: #122779;
  color: #fff;
  font-weight: 400;
}
.schedule__table tbody td {
  background: #ffffff;
}
.schedule__table tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}
.schedule__table tbody tr:nth-child(even) td {
  background-color: rgb(247.35, 247.35, 247.35);
}
.schedule__table tbody tr:hover td {
  background-color: rgb(232.05, 232.05, 232.05);
}
.schedule__table tfoot th,
.schedule__table tfoot td {
  background-color: rgb(247.35, 247.35, 247.35);
  font-weight: 500;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.schedule__table th,
.schedule__table td {
  border-right: 1px solid #d1d1d1;
}
.schedule__table th:first-child,
.schedule__table td:first-child {
  border-left: 1px solid #d1d1d1;
}
.schedule__table thead th:first-child {
  border-top-left-radius: 16px;
}
.schedule__table thead th:last-child {
  border-top-right-radius: 16px;
}
.schedule__table tfoot th:first-child,
.schedule__table tfoot td:first-child {
  border-bottom-left-radius: 16px;
}
.schedule__table tfoot td:last-child {
  border-bottom-right-radius: 16px;
}
.schedule__table .is-num {
  text-align: center;
}
.schedule__table .yen {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .schedule__table thead {
    display: none;
  }
  .schedule__table tbody,
  .schedule__table tr,
  .schedule__table tfoot {
    display: block;
    width: 100%;
  }
  .schedule__table tr {
    border-top: 1px solid #d1d1d1;
  }
  .schedule__table tbody td,
  .schedule__table tfoot td,
  .schedule__table tfoot th {
    display: grid;
    grid-template-columns: minmax(7.5em, 40%) 1fr;
    gap: 0.5rem;
    align-items: center;
    justify-items: start;
    text-align: left;
    padding: 12px 14px;
    background: #fff;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    white-space: normal;
  }
  .schedule__table tbody td::before,
  .schedule__table tfoot th::before,
  .schedule__table tfoot td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #666;
    white-space: nowrap;
  }
  .schedule__table th:nth-child(3),
  .schedule__table th:nth-child(4),
  .schedule__table td:nth-child(3),
  .schedule__table td:nth-child(4) {
    width: auto;
  }
  .schedule__table tfoot th {
    background: #fff;
  }
}

.apply .schedule__table tr td:nth-child(2) {
  text-align: left;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.schedule__table .price-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule__table .price-list li::marker {
  content: "";
}

.cta-container {
  gap: 15px;
  align-items: center;
  margin: 2rem;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.image-block {
  position: relative;
  z-index: 2;
  margin: 2rem auto;
}

.icon {
  display: inline-block;
  background-color: currentColor;
  width: 1em;
  height: 1em;
}

.icon {
  background-color: currentColor;
  display: inline-block;
}

.kp {
  --accent: #122779;
  --num: #0000c9;
  --icon-bg: #eef2fb;
  --icon-size: 50px;
}
.kp__list {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: kp;
  background: #fff;
  max-width: 1200px;
}
.kp__item {
  flex: 1 1 0;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}
@media (max-width: 768px) {
  .kp__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
  }
  .kp__item {
    max-width: none;
    width: 100%;
  }
}
.kp__icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--icon-bg);
  color: var(--accent);
}
.kp__icon .icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.kp__index {
  display: block;
  margin-top: -1.7rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--num);
}
.kp__index::before {
  counter-increment: kp;
  content: counter(kp, decimal-leading-zero);
}
.kp__title {
  margin: 0 0 0.25rem;
  font-weight: 800;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
}
.kp__desc {
  margin: 0;
  color: #6b7280;
  line-height: 1.8;
  font-weight: bold;
}
.kp .icon--point1 {
  -webkit-mask: url(../images/icon-notebook.svg) no-repeat center/contain;
  mask: url(../images/icon-notebook.svg) no-repeat center/contain;
}
.kp .icon--point2 {
  -webkit-mask: url(../images/icon-clock.svg) no-repeat center/contain;
  mask: url(../images/icon-clock.svg) no-repeat center/contain;
}
.kp .icon--point3 {
  -webkit-mask: url(../images/icon-man.svg) no-repeat center/contain;
  mask: url(../images/icon-man.svg) no-repeat center/contain;
}
.kp .icon--point4 {
  -webkit-mask: url(../images/icon-figure1.svg) no-repeat center/contain;
  mask: url(../images/icon-figure1.svg) no-repeat center/contain;
}

.kp--row .kp__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.kp--row .kp__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-rows: auto auto;
  -moz-column-gap: 16px;
  column-gap: 16px;
  align-items: center;
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.kp--row .kp__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 88px;
  height: 88px;
}

.kp--row .kp__index {
  grid-column: 1;
  grid-row: 3;
  margin: 6px 0 0;
}

.kp--row .kp__title {
  grid-column: 2;
  grid-row: 1;
  text-align: left;
}

.kp--row .kp__desc {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 768px) {
  .kp--row .kp__item {
    grid-template-columns: 72px 1fr;
  }
  .kp--row .kp__icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 768px) {
  .kp__list {
    flex-direction: column;
    gap: 1.25rem;
    align-items: stretch;
  }
  .kp__list > .kp__item {
    width: 100%;
    min-width: 0;
  }
  .text-block {
    padding: 0 1rem;
  }
  .section_sub__title {
    font-size: 1.5rem;
  }
}
.contact-cta {
  position: relative;
  isolation: isolate;
  padding-block: clamp(72px, 10vw, 2rem);

}
.contact-cta__inner {
  width: min(1200px, 92%);
  margin-inline: auto;
  text-align: center;
}
.contact-cta__logo {
  height: 36px;
  margin-bottom: clamp(16px, 2vw, 24px);
}
.contact-cta__title {
  margin: 0 0 0.6rem;
  font-weight: 600;
  line-height: 1.25;
  font-size: clamp(28px, 4.6vw, 56px);
  letter-spacing: 0.02em;
}
.contact-cta__lead {
  margin: 0 0 clamp(28px, 5vw, 48px);
  font-size: clamp(14px, 1.7vw, 20px);
  opacity: 0.95;
}
.contact-cta__ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 360px));
  gap: clamp(12px, 2vw, 24px);
  justify-content: center;
}
.contact-cta__cta {
  display: grid;
  gap: 10px;
}
.contact-cta__note {
  font-size: clamp(12px, 1.4vw, 14px);
  opacity: 0.9;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.contact-cta__btn {
  display: inline-grid;
  place-items: center;
  padding: clamp(14px, 2.2vw, 20px) clamp(22px, 4vw, 40px);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.06s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18), 0 10px 30px rgba(0, 0, 0, 0.18);
}
.contact-cta__btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.22);
}
.contact-cta__btn--primary {
  color: #f5ed00;
  filter: saturate(1.05);
}
.contact-cta__btn--ghost {
  color: #221b47;
  background: #fff;
}

.contact-cta__ctas {
  grid-template-columns: minmax(0, 360px);
}

.contact-cta__link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .contact-cta__ctas {
    grid-template-columns: 1fr;
  }
}
.contact-cta__btn {
  transition: transform 0.15s ease, box-shadow 0.25s ease,
    background-position 0.35s ease;
  will-change: transform, box-shadow;
}

.contact-cta__btn--primary {
  background-size: 200% 100%;
  background-position: 0 0;
}

.contact-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.18), 0 18px 40px rgba(0, 0, 0, 0.2);
  background-position: 100% 0;
}

@media (prefers-reduced-motion: reduce) {
  .contact-cta__btn {
    transition: none;
  }
}
.contact-cta {
  position: relative;
  color: #fff;
  background: center / cover no-repeat;
  background-image: image-set(
    url("/wp-content/themes/cfeacademy/images/bg-contact.webp") type("image/webp"),
    url("/wp-content/themes/cfeacademy/images/bg-contact.jpg")  type("image/jpeg")
  );
}

.contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 18, 60, 0.6),
    rgba(0, 18, 60, 0.25)
  );
}

.contact-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-block: clamp(72px, 5vw, 140px);
  width: min(1200px, 92%);
  margin-inline: auto;
}

.contact-cta__title {
  font-size: clamp(22px, 3.2vw, 42px);
  line-height: 1.28;
  letter-spacing: 0.05em;
  text-wrap: balance;
  margin-bottom: 2rem;
}

.contact-cta__lead {
  margin: 0 0 clamp(28px, 5vw, 48px);
}

.contact-cta__link {
  font-size: inherit;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-cta__ctas {
  display: grid;
  grid-template-columns: minmax(0, 360px);
  justify-content: center;
}

.contact-cta__btn {
  display: inline-grid;
  place-items: center;
  padding: clamp(14px, 2.2vw, 20px) clamp(22px, 4vw, 40px);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.25s ease,
    background-position 0.35s ease;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18), 0 10px 30px rgba(0, 0, 0, 0.18);
}

.contact-cta__btn--primary {
  color: #fff;
  background-image: linear-gradient(90deg, #fcfcfc, #b4dff8);
  background: #f5ed00;
  background-size: 200% 100%;
  background-position: 0 0;
  color: #000;
}

.contact-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.18), 0 18px 40px rgba(0, 0, 0, 0.2);
  background-position: 100% 0;
}

@media (max-width: 768px) {
  .contact-cta__ctas {
    grid-template-columns: 1fr;
  }
}
.contact-cta__link {
  display: inline-block;
  margin-top: 1rem;
  font-size: clamp(12px, 1.2vw, 14px);
  color: #fff;
  opacity: 0.95;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-cta__lead {
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .contact-cta__link {
    margin-top: 0.5rem;
    font-size: 12px;
  }
}
.lecturer {
  --role-lines: 2;
  background: #f8f8f8;
  position: relative;
  z-index: 0;
}
.lecturer .section-inner {
  position: relative;
  z-index: 2;
}
.lecturer__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 2rem) clamp(1rem, 3vw, 3rem);
  align-items: stretch;
  justify-items: center;
}
.lecturer__item {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: clamp(24px, 4vw, 48px);
  text-align: center;
  min-width: 0;
}
.lecturer__item figure {
  margin: 0 auto;
}
.lecturer__item img {
  display: block;
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.lecturer__item figcaption {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lecturer__meta {
  margin-bottom: 0.5rem;
}
.lecturer__meta .name {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.lecturer__meta .role {
  line-height: 1.7;
  min-height: calc(1.7em * var(--role-lines));
  font-weight: 600;
}
.lecturer__meta ul.role {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  justify-content: center;
  font-weight: 600;
}
.lecturer .bio {
  text-align: justify;
  line-height: 1.8;
}

.lecturer__meta .name {
  margin: 0;
  font-weight: 800;
  color: #122779;
  line-height: 1.3;
  font-size: clamp(18px, 2.2vw, 22px);
}

.lecturer__meta .name rt {
  font-size: 0.6em;
  color: rgba(18, 39, 121, 0.7);
  margin-bottom: 0.25rem;
}

.lecturer__meta .role {
  margin: 0.5rem 0 0;
  font-weight: 600;
  color: #122779;
}

.lecturer__meta .role-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  justify-content: center;
  color: #122779;
  font-weight: 600;
}

.lecturer__meta .role-list li {
  white-space: nowrap;
}

.lecturer__meta .role-list li + li::before {
  content: "／";
  margin: 0 0.25em;
  color: currentColor;
}

@media (max-width: 768px) {
  .lecturer__meta {
    padding: 12px 16px;
  }
  .lecturer__item img {
    width: 150px;
    height: 150px;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .lecturer {
    --role-lines: 3;
  }
  .lecturer__list {
    grid-template-columns: 1fr;
  }
  .lecturer__item {
    max-width: 100%;
    padding: clamp(16px, 4vw, 24px);
    border-radius: 12px;
  }
}
.section_sub__title .num {
  color: #0764c4;
}

.bg-light {
  background: #f8f8f8;
}

.section-header__subtitle {
  font-weight: 700;
}

.hero__subtitle {
  font-family: "Shippori Mincho", serif;
}

.lecturer__meta .name,
.section-header__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "palt" 1, "pkna" 1;
  font-kerning: normal;
  letter-spacing: 0.02em;
}

h2.section-header__title {
  --ratio: 3.4;
  font-size: clamp(1.75rem, var(--hero-scale) * var(--ratio), 6.8rem);
  font-size: clamp(1rem, 3vw, 2.7rem);
  line-height: 1.5;
  color: #122779;
}
@supports (font-size: 1cqw) {
  h2.section-header__title {
    font-size: clamp(2rem, 3cqw, 2.7rem);
  }
}

h2.section-header__title {
  margin-bottom: 0;
}

@supports selector(h2:has(+ .section-header__text)) {
  h2.section-header__title:has(+ .section-header__text) {
    margin-bottom: 2rem;
  }
}
@supports not selector(h2:has(+ .section-header__text)) {
  h2.section-header__title + .section-header__text {
    margin-top: 2rem;
  }
}
.lecturer__meta .name span {
  font-size: 1.5rem;
}

.faq-mini .section-inner {
  padding: 2rem;
}

.faq-mini {
  background: #fff;
}

.faq-mini__list {
  display: grid;
  gap: clamp(8px, 1.6vw, 12px);
}

.faq-mini__item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.faq-mini__item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.25rem;
  font-weight: 600;
  color: #0b2a64;
  position: relative;
}
.faq-mini__item summary::-webkit-details-marker {
  display: none;
}
.faq-mini__item summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}
.faq-mini__item[open] summary::after {
  content: "−";
}
.faq-mini__item .faq-mini__answer {
  padding: 0 1.25rem 1rem;
  color: #444;
  line-height: 1.9;
}

.faq-mini__more {
  margin-top: clamp(12px, 2vw, 16px);
  text-align: right;
}
.faq-mini__more a {
  text-decoration: none;
  font-weight: 600;
  color: #0b2a64;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .faq-mini {
    padding: 16px;
  }
}
.faq-mini .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.faq-mini .section-header--corner {
  position: relative;
  padding-top: 12px;
}
.faq-mini .section-header--corner .eyebrow {
  display: inline-block;
  font-family: Century Gothic, sans-serif;
  color: rgba(18, 39, 121, 0.5);
  margin-bottom: 1rem;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-mini .section-header--corner .faq-mini-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #172b6a;
  text-align: center;
}

.point-item__sample {
  line-height: 1.8;
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #0b2a64;
}

.u-link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #0b2a64;
  text-decoration: none;
  transition: color 0.2s ease;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;
}

.u-link:hover,
.u-link:focus-visible {
  color: #082051;
  background-size: 100% 1px;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .u-link {
    transition: none;
  }
}
@media (max-width: 768px) {
  .section-header__text {
    font-size: 1.2rem;
  }
  .section-header {
    margin-bottom: 3rem;
  }
  .lecturer__meta .role {
    min-height: auto;
  }
  .lecturer__meta .role br {
    display: none;
  }
  .faq-mini .section-header--corner {
    margin-bottom: 2rem;
  }
  .contact-cta__title {
    font-size: 2.2rem;
  }
  .contact-cta__lead {
    font-size: 1.2rem;
  }
  .hero__cta {
    font-size: 1.3rem;
  }
  .section-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .faq-mini .section-inner {
    padding: 0;
  }
  .faq-mini__item summary {
    padding-right: 2rem;
  }
  .course-intro .intro .point-item__title {
    font-size: 1.6rem;
  }
}
.contact-section {
  width: 100%;
  background: #f8f8f8;
}
.contact-section h2 {
  padding-left: 1rem;
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #172b6a;
}

.contact-section {
  --accent: #172b6a;
  width: 100%;
  background: #f0f0f0;
  padding-block: clamp(24px, 3vw, 56px);
}
.contact-section .section-inner {
  max-width: 90%;
  margin-inline: auto;
  padding: clamp(1.5rem, 2vw, 3rem) clamp(12px, 2vw, 24px);
  padding: 0;
  text-align: center;
}
.contact-section .section-header {
  margin-bottom: clamp(12px, 1.5vw, 16px);
  text-align: center;
}
.contact-section h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #172b6a;
}
.contact-section .eyebrow {
  display: inline-block;
  font-family: Century Gothic, sans-serif;
  color: rgba(23, 43, 106, 0.55);
  margin-bottom: 1rem;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-section .contact-lead {
  margin: 0.75rem 0 1.25rem;
  font-weight: 600;
  color: #0b2a64;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(12px, 2vw, 20px);
  justify-content: center;
  align-items: stretch;
  margin: clamp(12px, 2.2vw, 20px) auto 0;
  text-align: center;
  max-width: 700px;
}
.contact-section .contact-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  min-height: 120px;
  gap: 0.6rem;
  text-align: center;
}
.contact-section .contact-item__text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #0b2a64;
  text-align: center;
  font-weight: 600;
}
.contact-section .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 1rem 3rem;
  border-radius: 999px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #fff;
  background: #122779;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.12), 0 10px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.12s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.contact-section .contact-btn:active {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
}
.contact-section .contact-btn--primary {
  background: var(--accent);
  border-color: transparent;
}
.contact-section .contact-btn--primary:hover {
  background-color: #0000c9;
}
.contact-section .contact-btn--ghost {
  background: #232323;
  color: #fff;
  border: 2px solid rgba(23, 43, 106, 0.18);
}
.contact-section .contact-btn--ghost:hover {
  background: #fff;
  color: #232323;
}
@media (min-width: 769px) {
  .contact-section .contact-item--tel .contact-btn {
    display: block;
    margin-top: auto;
    padding: 0;
    min-width: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #0b2a64;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.6;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
  .contact-section a.contact-btn.btn--ghost {
    margin-top: -0.75rem;
    position: relative;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
  }
}

.contact-btn.btn--primary {
  background-color: #122779;
  color: #fff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.contact-btn.btn--primary:hover {
  background-color: #0000c9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header__logo a {
  display: block;
  height: 40px;
  width:120px;
  background: none;
}

.header__logo img {
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 768px) {
 .header__logo a {
	height:30px;
	}
 .header__container {
	padding: 0 1rem 0 0;
   min-height: 70px
	}
  .header__logo img {
  height: 30px;
}
}
@media (max-width: 768px) {
    .hero__content {
        margin-top: 3em;
        padding: 0px 10px;
    }
}
@media (max-width: 375px) {
    .hero__content {
        margin-top: 2rem;
        padding: 10px 10px 20px;
    }
}

.br {
    display: block;
}

.contact-section .contact-item__text {
    flex-direction: column;
}

.br-sp {
  display: inline;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.contact-cta__lead {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-cta .contact-cta__ctas {
    margin-top: 2rem;
}

.about-cfe .section-content__text .section-description strong {
    display: block;
    text-align: left;
}
/* モバイル表示  */
@media (max-width: 912px) {
  .header {
    --header-h: 80px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .header__container {
    padding: 1rem;
  }

  .header__nav {
    display: none;
  }

  .header__nav.header__nav--open {
    display: flex;
    position: fixed;
    inset: 0;
    padding: calc(var(--header-h) + 16px) 16px 24px;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    z-index: 2000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .header__nav--open .header__nav-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header__nav--open .header__nav-link {
    display: block;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    font-size: 1rem;
    color: #333;
    text-decoration: none;
  }

  .header__mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 10000;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header__cta-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .about-cfe .section-content__text .section-description{
    width:auto;
  }
  .about-cfe .section-content__text {
    padding: 2rem 1rem; 
  }
  .btn {
      padding: 12px;
  }
}

@media (min-width: 913px) {
  .header__nav-link,
  .header__cta,
  .header__cta--student {
    white-space: nowrap;
    word-break: keep-all;
  }

  .header__nav { gap: 1.5rem; }
  .header__nav-list { gap: 1rem; }

  .header__nav-link { font-size: 0.95rem; }

  .header__cta {
    padding: 0.55rem 1.2rem;
  }
    .hero__info .line1 {
    display: block; 
  }

}

@media (max-width: 768px) {
    .hero__info{
      text-align: left;
    }

    .hero__info {
        padding: 0 .25rem;
      }
      .hero__info::before {
        background: rgba(10, 20, 50, 0.7);
    }
  }
.hero__info .line1{
  display: block;
}
.hero__info .line2,
.hero__info .line3 {
  display: inline;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .hero__info .line2,
  .hero__info .line3 {
    display: block;
    white-space: normal;
  }
 }
.about-img {
  text-align: center;
}

.about-img > picture {
  display: inline-block;
  max-width: 100%;
}

.about-img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}



/*! ================================
     last update: 2025-0903 15:00
================================*/