@charset "UTF-8";
/**
 * base
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap");
/*! creativereset.css v0.0.2 | MIT License | creative team at GMO Internet Group, Inc. */
/*

  機能概要
  ==========================================================================
    - デフォルトのスタイルは維持
    - ブラウザごとの異なるスタイルやバグを修正
    - ユーザビリティを改善

  参考
  ==========================================================================
  ■ sanitize.css v6.0.0
      Chrome (last 3)
      Edge (last 3)
      Firefox (last 3)
      Firefox ESR
      Opera (last 3)
      Safari (last 3)
      iOS Safari (last 2)
      Internet Explorer 9+

  ■ normalize.css v8.0.0
      Chrome
      Edge
      Firefox ESR+
      Internet Explorer 10+
      Safari 8+
      Opera
*/
/* ドキュメント（Document）
 * ========================================================================== */
/**
 * box-sizingをすべての要素に適用（全てのブラウザ）
 */
*, ::before, ::after {
  box-sizing: border-box;
}

/**
 * 擬似要素は text-decoration, vertical-alignを継承（全てのブラウザ）
 */
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/**
 * 1. 全てのブラウザでベースのline-heightを統一
 * 2. フォントサイズの調整を防止(Windows PhoneのIE,iOS)
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* セクション(Sections)
 * ========================================================================== */
/**
 * マージンを削除（全てのブラウザ）
 */
body {
  margin: 0;
}

/* グループコンテンツ(Grouping content)
 * ========================================================================== */
/**
 * 1. 高を修正(Firefox)
 * 2. オーバーフローを修正(Edge,IE)
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * displayの正しいプロパティを追加（IE）
 */
main {
  display: block;
}

/* テキストレベル（Text-level semantics）
 * ========================================================================== */
/**
 * 1. アクティブリンク時の背景グレイを削除(IE10)
 * 2. リンク下線のギャップを削除(iOS 8+ and Safari 8+ )
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * テキストデコレーションを修正（Edge,IE,Opera and Safari）
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * フォントウェイトを修正（Chrome, Edge, and Safari）
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. フォントサイズの継承とスケーリングを修正（全てのブラウザ）
 * 2. フォントの不規則なサイズを統一（全てのブラウザ）
 */
pre, code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * フォントのサイズを修正（全てのブラウザ）
 */
small {
  font-size: 80%;
}

/**
 * subとsup要素が行の高さに与える影響を阻止（全てのブラウザ）
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 埋め込みコンテント（Embedded content）
 * ========================================================================== */
/**
 * オーバーフローを修正（IE）
 */
svg:not(:root) {
  overflow: hidden;
}

/* 表形式のデータ（Tabular data）
 * ========================================================================== */
/**
 * テーブルのボーダーを削除
 */
table {
  border-collapse: collapse;
}

/* フォーム（Forms）
 * ========================================================================== */
input {
  border-radius: 0;
}

/**
 * マージンを削除（Firefox,Safari）
 */
button, input, optgroup, select, textarea {
  margin: 0;
}

/**
 * テキストのトランスフォームの継承を削除（Edge,IE,Firefox）
 */
button, select {
  text-transform: none;
}

/**
 * クリック可能なタイプをスタイルできない問題を修正（iOS,Safari）
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 前のルールで設定したフォーカスのスタイルを元に戻す(Firefox)
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * インナーボーダー（-moz-focus-inner）とpaddingを削除（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;
}

/**
 * padding修正（Firefox）.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. テキスト周りを修正（IE）
 * 2. fieldsetからの色の継承を修正（IE）
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. displayの正しいプロパティを追加
 * 2. vertical-alignの正しい値を追加（Chrome, Firefox, and Opera）
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * テキストのトランスフォームの継承を削除（Firefox）
 */
select {
  text-transform: none;
}

/**
 * 1. デフォルトの垂直スクロールバーを削除（IE10+）
 * 2. 縦方向のみリサイズ（すべてのブラウザ）
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 1. box-sizingを修正（IE 10-）.
 * 2. paddingを削除（IE 10-）
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 増減ボタンのカーソルのスタイルを修正（Chrome）
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. 不規則な外観を修正（Chrome,Safari）
 * 2. アウトラインのスタイルを修正（Safari）
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 外観を修正（Safari 8）
 */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 幅を修正（Firefox 36+）
 */
[type=number] {
  width: auto;
}

/**
 * 内側のパディングを削除（macOSのChrome, Safari）
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. クリック可能なタイプをスタイルできない問題を修正（iOSとSafari）
 * 2. フォントのプロパティを「inherit」に変更（Safari）
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* インタラクティブ（Interactive）
 * ========================================================================== */
/*
 * displayの正しいプロパティを追加（Edge,IE）
 */
details {
  display: block;
}

/*
 * 正しいプロパティを追加（Edge,IE,Safari）
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * displayの正しいプロパティを追加（全てのブラウザ）
 */
summary {
  display: list-item;
}

/*
 * displayの正しいプロパティを追加（IE 10-）
 */
[hidden] {
  display: none;
}

/* スクリプト制御される要素（Scripting）
 * ========================================================================== */
/**
 * displayの正しいプロパティを追加（IE 9-）
 */
canvas {
  display: inline-block;
}

/**
 * displayの正しいプロパティを追加（IE）
 */
template {
  display: none;
}

/* ユーザーインタラクション（User interaction）
 * ========================================================================== */
/*
 * 1. タップ反応の遅延を削除（IE10）
 * 2. クリック可能な要素のタップ反応の遅延を削除（全てのブラウザ）
 */
a, area, button, input, label, select, summary, textarea, [tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * variables
 */
:root {
  --color-black: #1d1d1d;
  --color-white: #fff;
  --color-gray-light: #f2f3f4;
  --color-gray-base: #f6f8fb;
  --color-gray-middle: #64748b;
  --color-gray-dark: #666;
  --color-blue-light: #eff6ff;
  --color-blue-dark: #003d82;
  --color-gmo-blue: #005bac;
}

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

* {
  border: none;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

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

body {
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
}

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

ul, ol {
  list-style: none;
}

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

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

.main {
  color: var(--color-black);
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: inherit;
}

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

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

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

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

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

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.font-bold {
  font-weight: 600;
}
.font-regular {
  font-weight: 300;
}

.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.is-pcTb {
  display: block;
}
@media (max-width: 767px) {
  .is-pcTb {
    display: none;
  }
}

/**
 * header
 */
.header {
  background-color: transparent;
  padding: 14px 0;
  position: fixed;
  transition: background-color 0.3s ease, top 0.3s ease;
  width: 100%;
  z-index: 99;
}
@media (max-width: 1100px) {
  .header {
    padding: 0;
    top: 0;
  }
}
.header.scrolled {
  backdrop-filter: blur(20px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1100px) {
  .header.scrolled {
    backdrop-filter: none;
    background-color: none;
  }
  .header.scrolled .header_top {
    backdrop-filter: blur(20px) saturate(180%);
  }
  .header.scrolled .header_nav.active {
    backdrop-filter: blur(20px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 1100px) {
  .header:has(.header_nav.active) {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.header_inner {
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 1100px) {
  .header_inner {
    padding: 0;
  }
}
.header_top {
  align-items: center;
  background-color: transparent;
  display: none;
  justify-content: space-between;
  padding: 12px 30px;
  width: 100%;
}
@media (max-width: 1100px) {
  .header_top {
    display: flex;
    padding-top: 44px;
  }
  .header_top.scrolled {
    backdrop-filter: blur(20px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 767px) {
  .header_top {
    padding: 12px;
  }
}
.header_top a {
  background-color: #40a7f0;
  border-radius: 50px;
  color: var(--color-white);
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 12px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header_top a:hover {
  background: radial-gradient(ellipse 40% 70% at center bottom, #bae2ff 0%, #40a7f0 100%);
}
.header:has(.header_nav.active) .header_top a {
  background: radial-gradient(ellipse 40% 70% at center bottom, #bae2ff 0%, #40a7f0 100%);
}
.header_hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 60px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 30px;
  z-index: 101;
}
.header_hamburger span {
  background-color: var(--color-white);
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: all 0.3s ease;
  width: 24px;
}
.scrolled .header_hamburger span {
  background-color: var(--color-gmo-blue);
}
.header_hamburger.active span:nth-child(1) {
  background-color: #374151;
  transform: translateY(4px) rotate(45deg);
}
.header_hamburger.active span:nth-child(2) {
  background-color: #374151;
  transform: translateY(-4px) rotate(-45deg);
}
.header_nav {
  display: grid;
  grid-template-columns: 72% 1fr;
  height: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .header_nav {
    grid-template-columns: 66% 1fr;
  }
}
@media (max-width: 1100px) {
  .header_nav {
    background-color: rgba(255, 255, 255, 0.85);
    height: calc(50vh - 60px);
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 20px 15px;
    pointer-events: none;
    position: fixed;
    top: 60px;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: 100;
  }
  .header_nav.active {
    backdrop-filter: blur(20px) saturate(180%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    opacity: 1;
    padding: 0 30px;
    pointer-events: auto;
  }
}
.header_navList {
  align-items: center;
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1100px) {
  .header_navList {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1100px) {
  .header_navList:nth-child(2) {
    display: none;
  }
}
.header_navList li {
  transition: opacity 0.3s ease-in-out;
}
.header_navList li:has(.btn_contact):hover {
  opacity: 1;
}
.header_navList li:hover {
  opacity: 0.65;
}
@media (max-width: 1100px) {
  .header_navList li {
    border-bottom: 1px solid rgba(55, 65, 81, 0.1);
  }
}
.header_navList li a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 1100px) {
  .header_navList li a {
    color: var(--color-black);
    display: block;
    padding: 10px 0;
  }
}
.scrolled .header_navList li a {
  color: var(--color-black);
}
.header_navList li a.btn_contact {
  background-color: #40a7f0;
  border-radius: 50px;
  margin-left: 20px;
  padding: 13px 18px;
}
.scrolled .header_navList li a.btn_contact {
  color: var(--color-white);
}
.header_navList li a.btn_contact:hover {
  background: radial-gradient(ellipse 40% 70% at center bottom, #bae2ff 0%, #40a7f0 100%);
}
@media (max-width: 1100px) {
  .header_navList li a.btn_contact {
    display: none;
  }
}
.scrolled .header_navList li a img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(1238%) hue-rotate(181deg) brightness(95%) contrast(88%);
}
.header_share {
  align-items: center;
  display: none;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 1100px) {
  .header_share {
    display: flex;
  }
}
.header_shareTitle {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.scrolled .header_shareTitle {
  color: var(--color-gmo-blue);
}
.header_share span {
  background-color: rgba(55, 65, 81, 0.1);
  display: block;
  height: 24px;
  width: 1px;
}
.header_shareList {
  display: flex;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_shareList li {
  border-bottom: none;
  gap: 20px;
}
.header_shareList li a, .header_shareList li button {
  align-items: center;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  transition: opacity 0.3s ease;
  width: 30px;
}
.header_shareList li a:hover, .header_shareList li button:hover {
  background: radial-gradient(ellipse 40% 70% at center bottom, #bae2ff 0%, #40a7f0 100%);
}
.header_shareList li a img, .header_shareList li button img {
  display: block;
  filter: brightness(0) saturate(100%) invert(24%) sepia(8%) saturate(1238%) hue-rotate(181deg) brightness(95%) contrast(88%);
  width: 100%;
}
.header_sentinel {
  height: 1px;
  pointer-events: none;
  position: absolute;
  top: 550px;
  width: 1px;
}
@media (max-width: 1100px) {
  .header_sentinel {
    top: 400px;
  }
}

/**
 * footer
 */
.footer {
  background-color: #fff;
  margin: auto;
  padding-bottom: 5px;
  position: relative;
  z-index: 101;
}
.footerTop {
  margin: 0 auto;
  max-width: 1080px;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 1100px) {
  .footerTop {
    padding: 100px 30px;
  }
}
@media (max-width: 767px) {
  .footerTop {
    padding: 60px 0;
    width: 92%;
  }
}
.footerTop_navHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footerTop_navHeader {
    flex-direction: column;
    gap: 40px;
  }
}
.footerTop_navList {
  display: flex;
  gap: 145px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .footerTop_navList {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footerTop_navList {
    flex-direction: column;
    gap: 30px;
  }
}
.footerTop_navListLogo {
  margin-bottom: 60px;
  width: 358px;
}
@media (max-width: 767px) {
  .footerTop_navListLogo {
    display: block;
    margin: 0 auto;
    width: 240px;
  }
}
.footerTop_navListItem {
  flex: 1;
  margin-bottom: 30px;
}
.footerTop_navListItem:first-child {
  flex: 1.5;
}
.footerTop_navListItem:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footerTop_navListItem {
    width: 100%;
  }
}
.footerTop_navListItemLogo {
  width: 180px;
}
.footerTop_title {
  color: var(--color-gmo-blue);
  font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .footerTop_title {
    margin-top: 30px;
  }
}
.footerTop_title {
  font-size: 16px;
}
.footerTop_linksWrapper {
  display: flex;
  gap: 40px;
}
@media (max-width: 1100px) {
  .footerTop_linksWrapper {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .footerTop_linksWrapper {
    flex-direction: column;
    gap: 0;
  }
}
.footerTop_links {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 0;
}
.footerTop_links:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footerTop_links {
    justify-content: space-between;
  }
}
.footerTop_links li {
  width: 100%;
}
@media (max-width: 767px) {
  .footerTop_links li {
    width: 100%;
  }
}
.footerTop_links a {
  font-size: 14px;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  text-decoration: none;
  width: 100%;
}
.footerTop_links a:hover {
  color: var(--color-blue-dark);
  text-decoration: none;
}
@media (min-width: 1101px) {
  .footerTop_links a {
    line-height: 1.8;
    padding: 18px 0 9px;
  }
}
.footerTop_links .arrowicon {
  width: 16px;
}
.footerTop_sns {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0 20px;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footerTop_sns {
    flex-direction: column;
    gap: 20px;
  }
}
.footerTop_snsText {
  font-size: 12px;
}
.footerTop_snsContent {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .footerTop_snsContent {
    gap: 0 28px;
    margin: auto;
  }
}
.footerTop_snsContentLink {
  align-items: center;
  display: flex;
}
.footerTop_snsContentLinkImage {
  width: 20px;
}
.footerTop_snsContentLinkImage-tiktok {
  width: 17px;
}
.footerTerms {
  background-color: var(--color-gmo-blue);
}
.footerTerms_inner {
  margin: auto;
  padding: 28px 20px;
}
.footerTerms_body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.footerTerms_link {
  margin: auto;
  max-width: 980px;
  text-align: center;
  width: 100%;
}
.footerTerms_linkList {
  font-size: 0;
}
.footerTerms_linkList li {
  display: inline-block;
  font-size: 12px;
}
.footerTerms_linkList li a {
  color: #fff;
  text-decoration: none;
}
.footerTerms_linkList li a:hover, .footerTerms_linkList li a:focus {
  color: #fff;
}
.footerTerms_linkList li + li {
  margin-left: 1em;
  padding-left: 1em;
  position: relative;
}
.footerTerms_linkList li + li::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.8em;
  left: 0;
  margin-top: -0.4em;
  position: absolute;
  top: 50%;
  width: 1px;
}
.footerTerms_linkList + .footerTerms_linkList {
  margin-top: 4px;
}
.footerTerms-seal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  text-align: center;
}
.footerTerms-seal-item {
  margin: 0 0 8px 8px;
}
.footerTerms_copy {
  color: #fff;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.footerSns {
  background-color: var(--color-gray-base);
  display: flex;
  gap: 0 16px;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
.footerSns_item {
  height: 32px;
  width: 32px;
}
.footerSns_item img {
  height: 28px;
}
.footerSns_item.is-title {
  font-size: 16px;
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  width: 50px;
}
.footerSns .btn-copy {
  background-color: transparent;
}
.footerBottomSeal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0 auto;
  margin-block: 40px;
  width: 100%;
}
.footerBottomSeal_item {
  aspect-ratio: 100/50;
  height: auto;
  width: 100px;
}
.footerBottom .copy {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 32px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1101px) {
  .footerBottom .copy {
    margin-top: 43px;
  }
}
.footerBottom_gmoFooter > div {
  margin: auto;
  max-width: 1040px;
  padding: 40px 20px 15px;
  width: 100%;
}

@media (max-width: 1100px) {
  .footerBottom_offerList {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 9px;
  }
  .footerBottom_offerList li + li {
    margin: 0 5px;
  }
  .footerBottom_gmoFooter {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 1100px) and (width: 768px) {
  .footerBottom_gmoFooter {
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .footerBottom_policy {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .footerBottom_policy li {
    width: calc((100% - 32px) / 3);
  }
  .footerBottomSeal .SSLBox {
    position: absolute;
    right: 25px;
    top: -80px;
  }
  .footerBottom_SNS {
    margin: 40px auto 0;
  }
  .footer_offerList {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 9px;
  }
  .footer_offerList li + li {
    margin: 0 5px;
  }
  .footer_gmoFooter {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 1100px) and (width: 768px) {
  .footer_gmoFooter {
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .footer_policy {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -5px;
    width: 85%;
  }
  .footer_policy li {
    margin: 0 5px;
    width: 31%;
  }
  .footer_policy li + li {
    margin-top: 0;
  }
  .footer_policy li:nth-child(n+4) {
    margin-top: 16px;
  }
  .footer_SNS {
    margin: 32px auto 0;
    width: 280px;
  }
}
.gmoGroupFooter {
  border: none;
}
.gmoGroupFooter_inner:not[this_sec] {
  margin: auto;
  max-width: 992px;
  padding: 30px 20px !important;
}
.gmoGroupFooter_sec {
  border-bottom: 1px solid #eaeaea;
}

.btn-toTop {
  align-items: center;
  backdrop-filter: blur(20px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #1d1d1d;
  border-radius: 50%;
  bottom: 5%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: fixed;
  right: 20px;
  width: 40px;
  z-index: 100;
}
.btn-toTop img {
  display: block;
  height: 24px;
  width: 24px;
}

/**
 * section
 */
.section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}
.section_inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .section_inner {
    padding: 0 15px;
  }
}
.section_title {
  margin-bottom: 60px;
  text-align: center;
}
.section_title h2 {
  color: var(--color-black);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 16px;
}
.section_title h2 > span {
  font-size: 30px;
  font-weight: 500;
}
.section_title span {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.section_title .is-line {
  background-color: #d6d6d6;
  display: block;
  height: 1px;
  margin: 48px auto;
  width: 820px;
}
@media (max-width: 1100px) {
  .section_title .is-line {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .section_title .is-line {
    width: 300px;
  }
}

.note {
  color: var(--color-black);
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.graduatesCase_list.is-single {
  display: flex;
  justify-content: center;
}
.graduatesCase_list.is-single .graduatesCase_item {
  width: 506px;
}

/**
 * floating sns
 */
.floatingSns {
  backdrop-filter: blur(20px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px 0 0 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 20px 16px;
  position: fixed;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  z-index: 102;
}
.floatingSns_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floatingSns_inner p {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}
.floatingSns_inner ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.floatingSns_inner ul li a, .floatingSns_inner ul li button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 4px;
}
.floatingSns_inner ul li a img, .floatingSns_inner ul li button img {
  display: block;
  height: 32px;
  transition: opacity 0.3s ease;
  width: 32px;
}
.floatingSns_inner ul li a img:hover, .floatingSns_inner ul li button img:hover {
  opacity: 0.7;
}

.mainvisual {
  position: relative;
  width: 100%;
}
.mainvisual_inner {
  position: relative;
}
.mainvisualImage {
  height: 640px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisualImage {
    height: 480px;
  }
}
.mainvisualImage .mainvisual-swiper {
  height: 100%;
  position: relative;
  width: 100%;
}
.mainvisualImage .swiper-wrapper {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.mainvisualImage .swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.mainvisualImage .swiper-slide picture {
  display: block;
  height: 100%;
  width: 100%;
}
.mainvisualImage .swiper-slide img {
  display: block;
  filter: brightness(0.9);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-slide img {
    filter: brightness(0.7);
  }
}
.mainvisualImage .swiper-slide-active {
  z-index: 2;
}
.mainvisualImage .swiper-button-prev, .mainvisualImage .swiper-button-next {
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 60px;
  z-index: 3;
}
.mainvisualImage .swiper-button-prev img, .mainvisualImage .swiper-button-next img {
  display: block;
  filter: none;
  height: 50px;
  width: 50px;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-button-prev img, .mainvisualImage .swiper-button-next img {
    height: 48px;
    width: 48px;
  }
}
.mainvisualImage .swiper-button-prev::after, .mainvisualImage .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-button-prev, .mainvisualImage .swiper-button-next {
    height: 60px;
    top: 52%;
    width: 60px;
  }
}
.mainvisualImage .swiper-button-prev {
  left: 15px;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-button-prev {
    display: none;
  }
}
.mainvisualImage .swiper-button-next {
  right: 15px;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-button-next {
    display: none;
  }
}
.mainvisualImage .swiper-pagination {
  align-items: center;
  bottom: 30px !important;
  display: flex;
  gap: 4px;
  justify-content: center;
  left: 50% !important;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 10;
}
@media (max-width: 767px) {
  .mainvisualImage .swiper-pagination {
    bottom: 20px;
  }
}
.mainvisualImage .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 12px;
  opacity: 1;
  transition: background-color 0.3s ease;
  width: 12px;
}
.mainvisualImage .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.95);
}
.mainvisualImage .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-white);
}
.mainvisualText {
  align-items: center;
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .mainvisualText {
    padding: 0 35px;
    top: 50%;
  }
}
.mainvisualText h1 {
  align-items: center;
  display: flex;
  gap: 46px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mainvisualText h1 {
    gap: 12px;
    margin-bottom: 16px;
  }
}
.mainvisualText h1 img {
  display: block;
  height: auto;
}
.mainvisualText h1 img:nth-child(1) {
  height: auto;
  max-width: 267px;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisualText h1 img:nth-child(1) {
    max-width: 116px;
  }
}
.mainvisualText h1 img:nth-child(2) {
  height: auto;
  max-width: 45px;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisualText h1 img:nth-child(2) {
    max-width: 20px;
  }
}
.mainvisualText h1 img:nth-child(3) {
  height: auto;
  max-width: 246px;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisualText h1 img:nth-child(3) {
    max-width: 113px;
  }
}
.mainvisualText span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .mainvisualText span {
    font-size: 14px;
  }
}
.mainvisualBand {
  position: relative;
  width: 100%;
}
.mainvisualBand::before {
  background-color: #00205b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 40%;
  z-index: 1;
}
.mainvisualBand picture {
  margin-inline: auto;
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.mainvisualBand img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.message {
  background-color: var(--color-gray-base);
  padding: 100px 0 1px 0;
  text-align: center;
}
.message_Title {
  font-size: 28px;
  margin-bottom: 20px;
}
.message_Content p {
  font-size: 20px;
}
.message_Links {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message_Links {
    flex-direction: column;
    width: 340px;
  }
}
.message_Links.top {
  max-width: 500px;
}
.message_Links.top a {
  align-items: center;
  backdrop-filter: blur(8px);
  background-color: var(--color-gmo-blue);
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 6px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  margin: 20px auto 0 auto;
  padding: 0 14px 0 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.message_Links.top a:hover {
  opacity: 0.8;
}
.message_Links.top a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
}
.message_Links.top a span::after {
  background-color: var(--color-white);
  content: "";
  display: inline-block;
  height: 16px;
  margin-bottom: 2px;
  margin-left: 6px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'><path d='M1.2,14.7h13.9c.3,0,.6.3.6.6,0,.3-.2.6-.5.6h-.1s-14.5,0-14.5,0c-.3,0-.6-.3-.6-.6V5.1c0-.4.3-.6.6-.6.3,0,.6.3.6.6v9.6ZM4.3,11.5h14.5V1.3H4.3v10.2ZM20,11.5h0c0,.8-.6,1.3-1.2,1.3H4.1c-.6,0-1-.5-1.1-1.1h0V1.3c0-.7.5-1.2,1.1-1.3h.1s14.5,0,14.5,0c.7,0,1.2.6,1.2,1.3v10.2Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'><path d='M1.2,14.7h13.9c.3,0,.6.3.6.6,0,.3-.2.6-.5.6h-.1s-14.5,0-14.5,0c-.3,0-.6-.3-.6-.6V5.1c0-.4.3-.6.6-.6.3,0,.6.3.6.6v9.6ZM4.3,11.5h14.5V1.3H4.3v10.2ZM20,11.5h0c0,.8-.6,1.3-1.2,1.3H4.1c-.6,0-1-.5-1.1-1.1h0V1.3c0-.7.5-1.2,1.1-1.3h.1s14.5,0,14.5,0c.7,0,1.2.6,1.2,1.3v10.2Z'/></svg>");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
  width: 15px;
}
.message_Links.bottom {
  width: 640px;
}
@media (max-width: 1100px) {
  .message_Links.bottom {
    margin-bottom: 90px;
    width: 90%;
  }
}
.message_Links.bottom a {
  align-items: center;
  background-color: var(--color-gmo-blue);
  border-radius: 5px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  justify-content: space-between;
  margin: 30px auto 90px;
  padding: 8px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.message_Links.bottom a:hover {
  opacity: 0.8;
}
.message_Links.bottom a::after {
  background-color: var(--color-white);
  content: "";
  flex-shrink: 0;
  height: 8px;
  margin-left: 5px;
  -webkit-mask-image: url("../images/icon/arrow-half-right.svg");
          mask-image: url("../images/icon/arrow-half-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
}
@media (max-width: 1100px) {
  .message_Links.bottom a {
    margin: 30px auto 0 auto;
  }
}

.graduates {
  background-color: var(--color-gray-base);
  padding: 100px 0 0 0;
}
.graduatesResults {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .graduatesResults {
    gap: 28px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) and (min-width: 556px) {
  .graduatesResults {
    gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}
.graduatesCard {
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: auto;
  max-width: 526px;
  padding: 24px 24px;
  width: 100%;
}
.graduatesCard h3 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
.graduatesCard .count {
  color: var(--color-black);
  margin-bottom: 24px;
  text-align: center;
}
.graduatesCard .count p {
  align-items: baseline;
  display: flex;
  font-size: 20px;
  font-weight: 300;
  gap: 4px;
  justify-content: center;
}
.graduatesCard .count p span {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.graduatesDetail {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.graduatesDetail_item {
  border: 1px solid var(--color-gmo-blue);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 36px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .graduatesDetail_item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
  }
}
.graduatesDetail_item dt {
  align-items: center;
  background-color: var(--color-blue-light);
  border-right: 1px solid var(--color-gmo-blue);
  font-size: 16px;
  font-weight: 500;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .graduatesDetail_item dt {
    border-bottom: 1px solid var(--color-gmo-blue);
    border-right: none;
    padding: 8px 10px;
  }
}
.graduatesDetail_item dd {
  align-items: center;
  font-size: 20px;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .graduatesDetail_item dd {
    padding: 8px 10px;
  }
}
.graduates .degree_label {
  font-size: 14px;
  font-weight: 300;
}
.graduates .degree_label:nth-child(3) {
  border-left: 1px solid #e9e9e9;
  padding-left: 15px;
}
.graduates .degree_count {
  font-size: 20px;
  font-weight: 300;
  margin-right: 12px;
}
.graduates .note {
  margin-bottom: 60px;
  margin-top: 20px;
}
.graduatesIntro {
  margin-top: 60px;
}
.graduatesIntro h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.graduatesIntro h3 span {
  font-size: 26px;
}
.graduatesIntro p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
  text-align: center;
}
.graduatesAdvisor_wrapper {
  display: grid;
  gap: 28px 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 60px;
  max-width: 1200px;
}
@media (max-width: 1100px) {
  .graduatesAdvisor_wrapper {
    gap: 24px 32px;
  }
}
@media (max-width: 767px) {
  .graduatesAdvisor_wrapper {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.graduatesAdvisor {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  gap: 24px;
  padding: 20px;
}
@media (max-width: 767px) {
  .graduatesAdvisor {
    flex-direction: column;
    gap: 16px;
    padding: 20px 27px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) and (min-width: 556px) {
  .graduatesAdvisor {
    display: flex;
    flex-direction: row;
  }
}
.graduatesAdvisor img {
  border-radius: 10px;
  flex-shrink: 0;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
}
@media (max-width: 767px) {
  .graduatesAdvisor img {
    height: 160px;
    width: 160px;
  }
}
.graduatesAdvisor_text {
  flex: 1;
}
.graduatesAdvisor_text h4 {
  color: var(--color-black);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .graduatesAdvisor_text h4 {
    font-size: 18px;
  }
}
.graduatesAdvisor_text p {
  color: var(--color-gmo-blue);
  font-size: 13.6px;
  font-weight: 300;
  line-height: 1.8;
}
.graduatesAdvisor_text p a {
  color: var(--color-gmo-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s ease;
}
.graduatesAdvisor_text p a:hover {
  opacity: 0.7;
}
.graduatesResearch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 60px auto;
}
@media (max-width: 1100px) {
  .graduatesResearch {
    margin: 0 170px 60px 170px;
  }
}
@media (max-width: 767px) {
  .graduatesResearch {
    margin: 0 0 60px 0;
  }
}
.graduatesResearch h3 {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
}
.graduatesResearch a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  padding: 20px;
  transition: opacity 0.3s ease;
}
@media (max-width: 1100px) {
  .graduatesResearch a {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .graduatesResearch a {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
.graduatesResearch a:hover {
  opacity: 0.8;
}
.graduatesResearch a img {
  border-radius: 10px;
  display: block;
  height: auto;
  max-width: 480px;
  width: 100%;
}
@media (max-width: 767px) {
  .graduatesResearch a img {
    max-width: 320px;
  }
}
.graduatesCase_list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .graduatesCase_list {
    gap: 32px;
    grid-template-columns: 1fr;
  }
}
.graduatesCase_item {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  overflow: hidden;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.graduatesCase_item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.graduatesCase_item.no-link {
  cursor: default;
}
.graduatesCase_item.no-link:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transform: none;
}
.graduatesCase_item a {
  background-color: var(--color-white);
  display: block;
  overflow: visible;
  text-decoration: none;
  width: 100%;
}
.graduatesCase_item a img {
  display: block;
  height: auto;
  max-width: 700px;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.graduatesCase_item a img:hover {
  opacity: 0.7;
}
.graduatesCase_item.is-video {
  display: block;
}
.graduatesCase_item.is-video iframe {
  width: 100%;
}
.graduatesCase_itemTitle {
  color: var(--color-black);
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  padding-top: 16px;
  position: relative;
  transition: underline 1s ease-in-out;
}
.graduatesCase_itemTitle::after {
  background-image: url("../images/icon/icon_link.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(4px);
  width: 16px;
}
@media screen and (max-width: 855px) and (min-width: 769px) {
  .graduatesCase_itemTitle::after {
    top: 78%;
  }
}
.graduatesCase_itemTitle:hover {
  text-decoration: underline;
}
.graduatesCase_exText {
  display: block;
  margin-left: 20px;
}
.graduatesCase_exName {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.graduatesCase_exTitle {
  color: var(--color-gmo-blue);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.graduatesCase_exTitle::after {
  background-color: var(--color-black);
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: -2px;
  -webkit-mask-image: url("../images/icon/icon_link.png");
          mask-image: url("../images/icon/icon_link.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
  width: 12px;
}
.graduatesCase_exTitle.noLink {
  color: var(--color-gmo-blue);
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.graduatesCase_exTitle.noLink::after {
  display: none;
}
.graduatesCase_exImage {
  border-radius: 10px;
  display: block;
  width: 80px;
}

.history {
  background-color: var(--color-gray-base);
  padding: 100px 0;
}
.history_content {
  background-color: var(--color-white);
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
}
@media (max-width: 767px) {
  .history_content {
    padding: 60px 15px;
  }
}
.historyTimeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .historyTimeline {
    padding: 0 0 0 20px;
  }
}
.historyTimeline_item {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .historyTimeline_item {
    margin-bottom: 40px;
  }
}
.historyTimeline_item:last-child {
  margin-bottom: 0;
}
.historyTimeline_item:last-child::before {
  display: none;
}
.historyTimeline_item::before {
  background-color: var(--color-gmo-blue);
  content: "";
  height: calc(100% + 60px);
  left: -29px;
  position: absolute;
  top: 10px;
  width: 2px;
  z-index: 1;
}
@media (max-width: 767px) {
  .historyTimeline_item::before {
    height: calc(100% + 40px);
    left: -19px;
  }
}
.historyTimeline_item::after {
  background-color: var(--color-gmo-blue);
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -36px;
  position: absolute;
  top: 3px;
  width: 15px;
  z-index: 2;
}
@media (max-width: 767px) {
  .historyTimeline_item::after {
    height: 15px;
    left: -26px;
    width: 15px;
  }
}
.historyTimeline_date {
  color: var(--color-gray-middle);
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 12px;
}
.historyTimeline_title {
  margin-bottom: 12px;
}
.historyTimeline_title a {
  color: var(--color-gmo-blue);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 767px) {
  .historyTimeline_title a {
    display: block;
    overflow-wrap: break-word;
    padding-right: 20px;
    position: relative;
    word-break: keep-all;
  }
}
.historyTimeline_title a::after {
  background-color: var(--color-black);
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 6px;
  -webkit-mask-image: url("../images/icon/icon_link.png");
          mask-image: url("../images/icon/icon_link.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
  width: 12px;
}
@media (max-width: 767px) {
  .historyTimeline_title a::after {
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.historyTimeline_text {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 12px;
}
.historyTimeline_images {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .historyTimeline_images {
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .historyTimeline_images::-webkit-scrollbar {
    height: 6px;
  }
  .historyTimeline_images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .historyTimeline_images::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  .historyTimeline_images::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
@media (max-width: 767px) {
  .historyTimeline_images {
    margin-bottom: 24px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .historyTimeline_images::-webkit-scrollbar {
    height: 6px;
  }
  .historyTimeline_images::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .historyTimeline_images::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
  }
  .historyTimeline_images::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
.historyTimeline_images img {
  border-radius: 10px;
  display: block;
  flex-shrink: 0;
  height: auto;
  max-width: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
@media (max-width: 767px) {
  .historyTimeline_images img {
    max-width: 180px;
    scroll-snap-align: start;
  }
}

.section.history .historyTimeline_content .historyTimeline_links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  margin-top: 16px;
}
.section.history .historyTimeline_content .historyLink {
  align-items: center;
  background-color: rgba(0, 92, 172, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 6px;
  color: var(--color-gmo-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 300;
  gap: 6px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.section.history .historyTimeline_content .historyLink::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 15px;
  margin-bottom: 3px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
  width: 15px;
}
.section.history .historyTimeline_content .historyLink:hover {
  background-color: transparent;
  border: 1px solid var(--color-gmo-blue);
}
.section.history .historyTimeline_content .historyLink--external::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'><path d='M1.2,14.7h13.9c.3,0,.6.3.6.6,0,.3-.2.6-.5.6h-.1s-14.5,0-14.5,0c-.3,0-.6-.3-.6-.6V5.1c0-.4.3-.6.6-.6.3,0,.6.3.6.6v9.6ZM4.3,11.5h14.5V1.3H4.3v10.2ZM20,11.5h0c0,.8-.6,1.3-1.2,1.3H4.1c-.6,0-1-.5-1.1-1.1h0V1.3c0-.7.5-1.2,1.1-1.3h.1s14.5,0,14.5,0c.7,0,1.2.6,1.2,1.3v10.2Z'/></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 16'><path d='M1.2,14.7h13.9c.3,0,.6.3.6.6,0,.3-.2.6-.5.6h-.1s-14.5,0-14.5,0c-.3,0-.6-.3-.6-.6V5.1c0-.4.3-.6.6-.6.3,0,.6.3.6.6v9.6ZM4.3,11.5h14.5V1.3H4.3v10.2ZM20,11.5h0c0,.8-.6,1.3-1.2,1.3H4.1c-.6,0-1-.5-1.1-1.1h0V1.3c0-.7.5-1.2,1.1-1.3h.1s14.5,0,14.5,0c.7,0,1.2.6,1.2,1.3v10.2Z'/></svg>");
}
.section.history .historyTimeline_content .historyLink--download::after {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 18'><g><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M6.1,13h4.8'/><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M8.5,4.1v6.9M8.5,11l2.8-2.8M8.5,11l-2.8-2.8'/><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M8.5,17.1c4.4,0,8.1-3.6,8.1-8.1S12.9.9,8.5.9.4,4.5.4,9s3.6,8.1,8.1,8.1Z'/></g></svg>");
          mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 18'><g><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M6.1,13h4.8'/><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M8.5,4.1v6.9M8.5,11l2.8-2.8M8.5,11l-2.8-2.8'/><path stroke='%23005bac' stroke-linecap='round' stroke-linejoin='round' fill='none' d='M8.5,17.1c4.4,0,8.1-3.6,8.1-8.1S12.9.9,8.5.9.4,4.5.4,9s3.6,8.1,8.1,8.1Z'/></g></svg>");
}

.media {
  background-color: var(--color-white);
}
.media_contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: center;
}
@media (max-width: 1100px) {
  .media_contentWrapper {
    gap: 20px 25px;
  }
}
@media (max-width: 767px) {
  .media_contentWrapper {
    gap: 20px 20px;
  }
}
.media_content .media_break {
  flex-basis: 100%;
  height: 0;
}
@media (max-width: 767px) {
  .media_content .media_break {
    display: none;
  }
}
.media_contentItem {
  display: flex;
  flex-direction: column;
  width: calc((100% - 120px) / 4);
}
@media (max-width: 1100px) {
  .media_contentItem {
    width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 767px) {
  .media_contentItem {
    width: calc((100% - 20px) / 2);
  }
}
.media_contentItem-image {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 1100px) {
  .media_contentItem-image {
    height: 64px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .media_contentItem-image {
    height: 56px;
    margin-bottom: 5px;
  }
}
.media_contentItem-image img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.media_contentItem-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.media_contentItem-links a {
  align-items: flex-start;
  display: flex;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.media_contentItem-links a:hover {
  opacity: 0.7;
}
.media_contentItem-links a::before {
  background-color: #d9d9d9;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 26px;
  margin-right: 6px;
  width: 1px;
}
@media (max-width: 767px) {
  .media_contentItem-links a::before {
    height: 40px;
  }
}
.media_contentItem-links a span {
  color: var(--color-black);
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
.media_contentItem-links a span::after {
  background-image: url("../images/icon/icon_link.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 1px 0 0 5px;
  vertical-align: middle;
  width: 12px;
}

.news {
  background-color: var(--color-gray-base);
}
.newsList {
  display: grid;
  gap: 10px;
  grid-template-rows: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .newsList {
    gap: 12px;
  }
}
.newsList_item {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 40px 40px;
  transition: all 0.3s ease;
}
.newsList_item:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .newsList_item {
    padding: 20px 20px;
  }
}
.newsList_item a {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-areas: "event date content arrow";
  grid-template-columns: auto auto 1fr auto;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .newsList_item a {
    gap: 0;
    grid-template-areas: "event span date" "content content content";
    grid-template-columns: auto auto 1fr;
    row-gap: 16px;
  }
}
.newsList_item a h3 {
  color: var(--color-gmo-blue);
  font-size: 16px;
  font-weight: 300;
  grid-area: event;
  white-space: nowrap;
}
.newsList_item a span {
  display: none;
}
@media (max-width: 767px) {
  .newsList_item a span {
    background-color: rgba(55, 65, 81, 0.1);
    display: block;
    grid-area: span;
    height: 24px;
    margin: 0 16px;
    padding-bottom: 16px;
    width: 1px;
  }
}
.newsList_item a time {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  grid-area: date;
  white-space: nowrap;
}
.newsList_item a p {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  grid-area: content;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .newsList_item a p {
    line-height: 1.6;
  }
}
.newsList_item a::after {
  background-image: url("../images/icon/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  flex-shrink: 0;
  grid-area: arrow;
  height: 13px;
  width: 13px;
}
@media (max-width: 767px) {
  .newsList_item a::after {
    display: none;
  }
}

.sns {
  background-color: var(--color-white);
}
.snsList {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  height: 1590px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .snsList {
    grid-template-columns: 1fr;
    height: 2250px;
  }
}
.snsList li {
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: scroll;
  padding: 16px;
  transition: all 0.3s ease;
}
.snsList li:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.snsList li .twitter-tweet {
  border: none !important;
  box-shadow: none !important;
  clip-path: inset(5px);
  margin: 0 !important;
}
.snsList li iframe.twitter-tweet {
  border: none !important;
}
.snsList li .instagram-media {
  border: none !important;
  min-width: 280px !important;
}
.snsKumacom a {
  color: var(--color-black);
  text-decoration: none;
}
.snsKumacom_logo {
  margin: 15px 0;
  width: 160px;
}
.snsKumacom_line {
  background-color: var(--color-black);
  height: 10px;
}
.snsKumacom_title {
  font-weight: 600;
  margin-top: 15px;
}
.snsKumacom_date {
  color: var(--color-gray-middle);
  font-size: 12px;
  margin-bottom: 10px;
  text-align: right;
}
.snsKumacom_text {
  font-size: 14px;
  line-height: 20px;
}
.snsKumacom_button {
  align-items: center;
  background-color: var(--color-black);
  border-radius: 5px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: 300;
  justify-content: space-between;
  margin-left: auto;
  margin-top: 10px;
  padding: 8px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  width: 150px;
}
.snsKumacom_button:hover {
  opacity: 0.8;
}
.snsKumacom_button::after {
  background-color: var(--color-white);
  content: "";
  flex-shrink: 0;
  height: 8px;
  -webkit-mask-image: url("../images/icon/arrow-half-right.svg");
          mask-image: url("../images/icon/arrow-half-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
}

.contact {
  background: url("../images/bg_710.jpg") no-repeat center/cover;
}
.contact .section_title {
  display: flex;
  flex-direction: column;
}
.contact .section_title h2 {
  margin-bottom: 0;
}
.contact .section_title h2, .contact .section_title span {
  color: var(--color-white);
}
.contact .section_title a {
  align-items: center;
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 6px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  margin: 0 auto 48px auto;
  padding: 0 20px 0 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 270px;
}
@media (max-width: 767px) {
  .contact .section_title a {
    height: 44px;
    width: 280px;
  }
}
.contact .section_title a span {
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
.contact .section_title a::after {
  background-color: var(--color-white);
  content: "";
  flex-shrink: 0;
  height: 16px;
  margin: 3px 0 0 10px;
  -webkit-mask-image: url("../images/icon/icon_link.png");
          mask-image: url("../images/icon/icon_link.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 16px;
}
.contact .section_title a:hover {
  background-color: transparent;
  border: 1px solid var(--color-white);
}
.contact .section_title img {
  margin: 48px auto 20px auto;
}
.contactList {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .contactList {
    grid-template-columns: 1fr;
  }
}
.contactList_single {
  grid-template-columns: 1fr;
  justify-items: center;
  margin: 0 auto;
  max-width: 400px;
}
.contactList_item {
  background-color: var(--color-white);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 24px 24px;
}
.contactList_item h3 {
  align-items: center;
  color: var(--color-black);
  display: flex;
  font-size: 20px;
  font-weight: 300;
  gap: 8px;
  margin-bottom: 16px;
  scroll-margin-top: 180px;
}
@media (max-width: 767px) {
  .contactList_item h3 {
    scroll-margin-top: 130px;
  }
}
.contactList_item h3 img {
  flex-shrink: 0;
}
.contactList_item h3 span {
  line-height: 1.4;
}
.contactList_item p {
  color: var(--color-black);
  flex-grow: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 18px;
}
.contactList_item a {
  align-items: center;
  background-color: var(--color-gmo-blue);
  border-radius: 5px;
  color: var(--color-white);
  display: flex;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  justify-content: space-between;
  padding: 8px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.contactList_item a:hover {
  opacity: 0.8;
}
.contactList_item a::after {
  background-color: var(--color-white);
  content: "";
  flex-shrink: 0;
  height: 8px;
  -webkit-mask-image: url("../images/icon/arrow-half-right.svg");
          mask-image: url("../images/icon/arrow-half-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 20px;
}
.contactList_item:nth-child(3) a {
  background-color: var(--color-black);
}
.contact .note {
  color: var(--color-white);
  margin-top: 24px;
}

.graduatesCase_item.js-executive-card {
  align-items: flex-start;
  cursor: pointer;
  flex-direction: column;
  padding: 24px;
  position: relative;
}
.graduatesCase_item.js-executive-card:has(.graduatesCase_exExperience) {
  padding-bottom: 60px;
}
.graduatesCase_item.js-executive-card .graduatesCase_exTitle.noLink {
  color: var(--color-gray-middle);
  line-height: 1.4;
}
.graduatesCase_item.js-executive-card:hover img, .graduatesCase_item.js-executive-card:hover .graduatesCase_name, .graduatesCase_item.js-executive-card:hover .graduatesCase_exTitle {
  opacity: 0.7;
}
.graduatesCase_exTop {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.graduatesCase_exTop .graduatesCase_exImage {
  border-radius: 8px;
  flex-shrink: 0;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 80px;
}
.graduatesCase_exHeader {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.graduatesCase_exFaculty {
  color: var(--color-black);
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 2px;
}
.graduatesCase_exDetails {
  display: grid;
  gap: 0;
}
.graduatesCase_exDetail {
  display: grid;
  gap: 14px;
  grid-template-columns: 60px 1fr;
  padding: 4px 0;
}
.graduatesCase_exDetail.salary {
  align-items: flex-start;
}
.graduatesCase_exDetail.salary dd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.graduatesCase_exDetail dt {
  color: var(--color-gray-middle);
  font-size: 14px;
  font-weight: 300;
}
.graduatesCase_exDetail dd {
  color: var(--color-black);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.graduatesCase_exDetail dd a {
  color: var(--color-gmo-blue);
  display: inline;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.graduatesCase_exDetail dd a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.graduatesCase_exDetail dd a svg {
  display: inline;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  width: 14px;
}
.graduatesCase_salaryItem {
  align-items: center;
  display: flex;
  gap: 4px;
}
.graduatesCase_salaryYear {
  background-color: #eff6ff;
  border-radius: 50px;
  color: var(--color-black);
  font-size: 10px;
  padding: 2px 6px;
}
.graduatesCase_salaryAmount {
  color: var(--color-black);
  font-size: 14px;
}
.graduatesCase_salaryAmount small {
  font-size: 12px;
}
.graduatesCase_exExperience {
  background-color: var(--color-gmo-blue);
  border-radius: 5px;
  bottom: 18px;
  color: var(--color-white);
  display: inline-block;
  font-size: 12px;
  padding: 6px 16px;
  position: absolute;
  right: 18px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.graduatesCase_exExperience:hover {
  opacity: 0.7;
}

.executiveModal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.executiveModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.executiveModal_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.executiveModal_content {
  background-color: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  max-width: 1040px;
  opacity: 0;
  overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: calc(100% - 40px);
  z-index: 9999;
}
@media (max-width: 767px) {
  .executiveModal_content {
    max-height: 85vh;
    width: calc(100% - 30px);
  }
}
.executiveModal.is-open .executiveModal_content {
  opacity: 1;
  transform: translateY(0);
}
.executiveModal_close {
  align-items: center;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50%;
  color: var(--color-black);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: opacity 0.3s ease;
  width: 40px;
  z-index: 10000;
}
@media (max-width: 767px) {
  .executiveModal_close {
    height: 32px;
    right: 15px;
    top: 15px;
    width: 32px;
  }
}
.executiveModal_close:hover {
  opacity: 0.7;
}
.executiveModal_close svg {
  display: block;
  height: 30px;
  width: 30px;
}
.executiveModal_body {
  padding: 60px 80px;
}
@media (max-width: 767px) {
  .executiveModal_body {
    padding: 32px 32px;
  }
}
.executiveModal_header {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .executiveModal_header {
    margin-bottom: 24px;
  }
}
.executiveModal_image {
  flex-shrink: 0;
}
.executiveModal_image img {
  border-radius: 10px;
  display: block;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
}
@media (max-width: 767px) {
  .executiveModal_image img {
    height: 100px;
    width: 100px;
  }
}
.executiveModal_info {
  flex: 1;
}
.executiveModal_name {
  color: var(--color-black);
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .executiveModal_name {
    font-size: 20px;
  }
}
.executiveModal_facultyGraduation {
  color: var(--color-black);
  font-size: 16px;
  margin: 10px 0 0;
}
.executiveModal_details {
  display: grid;
  gap: 0;
}
.executiveModal_item {
  display: grid;
  gap: 16px;
  grid-template-columns: 120px 1fr;
  margin: 0;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .executiveModal_item {
    gap: 12px;
    grid-template-columns: 100px 1fr;
    padding: 5px 0;
  }
}
.executiveModal_item dt {
  color: var(--color-gray-middle);
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .executiveModal_item dt {
    font-size: 14px;
  }
}
.executiveModal_item dd {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .executiveModal_item dd {
    font-size: 14px;
  }
}
.executiveModal_item dd a {
  color: var(--color-gmo-blue);
  display: inline;
  line-height: 1.7;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.executiveModal_item dd a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.executiveModal_item dd a svg {
  display: inline;
  height: 16px;
  margin-left: 6px;
  vertical-align: middle;
  width: 16px;
}
.executiveModal_item--salary dd {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .executiveModal_item--salary dd {
    flex-direction: column;
    gap: 8px;
  }
}
.executiveModal_experience {
  padding: 24px 0;
}
@media (max-width: 767px) {
  .executiveModal_experience {
    padding: 20px 0;
  }
}
.executiveModal_experienceTitle {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .executiveModal_experienceTitle {
    margin-bottom: 12px;
  }
}
.executiveModal_experienceLabel {
  background-color: #eff6ff;
  border-radius: 30px;
  color: var(--color-black);
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .executiveModal_experienceLabel {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
    text-align: center;
    width: 100%;
  }
}
.executiveModal_experienceTitleText {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .executiveModal_experienceTitleText {
    font-size: 16px;
  }
}
.executiveModal_experienceContent {
  color: var(--color-black);
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .executiveModal_experienceContent {
    font-size: 14px;
  }
}
.executiveModal_experienceContent p {
  margin: 0;
  white-space: pre-wrap;
}/*# sourceMappingURL=style.css.map */
