@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

:root {
  --color-base-ffffff: rgba(255, 255, 255, 1);
  --color-base-7a9dd4: rgba(122, 157, 212, 1);
  --color-base-1a56db: rgba(26, 86, 219, 1);
  --color-base-001e6a: rgba(0, 30, 106, 1);
  --color-base-3a5a9a: rgba(58, 90, 154, 1);
  --color-base-1a1a2e: rgba(26, 26, 46, 1);
  --color-base-6a7fa0: rgba(106, 127, 160, 1);
  --color-base-7a9dd4-a05: rgba(122, 157, 212, 0.5);
  --color-base-a8c0e8-a06: rgba(168, 192, 232, 0.6);
  --color-base-a8c0e8-a04: rgba(168, 192, 232, 0.4);
  --color-base-eef2fa: rgba(238, 242, 250, 1);
  --color-base-f8f9fb: rgba(248, 249, 251, 1);
  --color-base-d8e4f4: rgba(216, 228, 244, 1);
  --color-base-dce6f6: rgba(220, 230, 246, 1);
  --color-main: var(--color-base-1a1a2e);
  --color-white: var(--color-base-ffffff);
  /* Color Semantic */
  --color-surface-default: var(--color-base-ffffff);
  --color-text-subtle: var(--color-base-7a9dd4);
  --color-accent-primary: var(--color-base-1a56db);
  --color-accent-navy: var(--color-base-001e6a);
  --color-text-accent: var(--color-base-3a5a9a);
  --color-text-primary: var(--color-base-1a1a2e);
  --color-text-white: var(--color-base-ffffff);
  --color-text-secondary: var(--color-base-6a7fa0);
  --color-decoration-blue-50: var(--color-base-7a9dd4-a05);
  --color-decoration-blue-60: var(--color-base-a8c0e8-a06);
  --color-decoration-blue-40: var(--color-base-a8c0e8-a04);
  --color-surface-muted: var(--color-base-eef2fa);
  --color-border-default: var(--color-base-d8e4f4);
  --color-border-navy: var(--color-accent-navy);
  --color-background-page: var(--color-surface-default);
  --color-background-subtle: var(--color-base-f8f9fb);
  --color-background-inverse: var(--color-accent-navy);
  --color-background-elevated: var(--color-surface-default);
  --color-background-muted: var(--color-surface-muted);
  --color-background-decorate: var(--color-base-a8c0e8-a04);
  --color-background-decorate2: var(--color-base-dce6f6);
  /* Font Size */
  --font-size-xs: 10px;
  --font-size-sm: 11px;
  --font-size-md: 14px;
  --font-size-lg: 16px;
  --font-size-xl: 18px;
  --font-size-2xl: 20px;
  --font-size-3xl: 28px;
  --font-size-20: 18px;
  /* Spacing */
  --space-0: 0px;
  --space-4: 4px;
  --space-8: 8px;
  --space-12: 8px;
  --space-16: 16px;
  --space-24: 16px;
  --space-32: 24px;
  --space-40: 32px;
  --space-48: 40px;
  --space-64: 52px;
  --space-72: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --space-128: 100px;
  --space-160: 120px;
  --space-200: 160px;
  /* Radius */
  --radius-2: 2px;
  --radius-4: 4px;
  --radius-8: 8px;
  --radius-16: 16px;
  --radius-24: 24px;
  --radius-32: 32px;
  --radius-48: 48px;
  --radius-99: 99px;
  /* Font Family */
  --font-family-lexend: 'Lexend', sans-serif;
  --font-family-noto-sans-jp: 'Noto Sans JP', sans-serif;
  --font-base: var(--font-family-noto-sans-jp);
  --font-notosan: var(--font-family-noto-sans-jp);
  --font-lexend: var(--font-family-lexend);
  --line-height-default: 1.6;
  --width-min: 1100px;
  --container-width: var(--width-min);
  --header-h:80px;
  --footer-h:780px;
  --padding-side:10px;
  --kirari-cycle: 5.8s;
  --kirari-line-opacity: 0.4;
}

@media screen and (min-width: 768px) {
  :root {
    --header-h:126px;
    --footer-h:80px;
    --padding-side:40px;
    /* Spacing */
    --space-0: 0px;
    --space-4: 4px;
    --space-8: 8px;
    --space-12: 12px;
    --space-16: 16px;
    --space-24: 24px;
    --space-32: 32px;
    --space-40: 40px;
    --space-48: 48px;
    --space-64: 64px;
    --space-72: 72px;
    --space-80: 80px;
    --space-96: 96px;
    --space-128: 128px;
    --space-160: 160px;
    --space-200: 200px;
    /* Font Size */
    --font-size-xs: 11px;
    --font-size-sm: 12px;
    --font-size-md: 14px;
    --font-size-lg: 16px;
    --font-size-xl: 18px;
    --font-size-2xl: 24px;
    --font-size-3xl: 36px;
    --font-size-20: 20px;
  }
}
@media screen and (min-width: 1190px) {
  :root {
    --header-h:90px;
  }
}
/**/
/* ==========================================================================
  base
========================================================================== */
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-default);
  font-optical-sizing: auto;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1024px) {
  body {
    min-width: inherit;
  }
}
body:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable; /* スクロールバーのスペースを常に確保する */
}

a, button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
}

a:tel {
  color: red !important;
}

/* ==========================================================================
   utility
========================================================================== */
/*------------------------------------------------------------
  画像　w100%用
------------------------------------------------------------*/
.u-img-w100 {
  width: 100%;
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.u-font-lexend--700, .u-font-lexend--500, .u-font-lexend {
  font-family: var(--font-lexend);
}

.u-font-lexend {
  font-weight: 400;
}
.u-font-lexend--500 {
  font-weight: 500;
}
.u-font-lexend--700 {
  font-weight: 700;
}

.u-font-w700 {
  font-weight: 700;
}

/* ---------------------------------------------------------------------------
  show/hide
--------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* ---------------------------------------------------------------------------
  block
--------------------------------------------------------------------------- */
.u-block {
  display: block;
}

/* ---------------------------------------------------------------------------
  line-height
--------------------------------------------------------------------------- */
.u-lh-2 {
  line-height: 2;
}

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

/* ==========================================================================
  component
========================================================================== */
.c-body {
  /* display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh; */
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.c-font-roboto {
  font-family: var(--font-roboto);
  font-weight: 400;
}

.c-font-roboto--700 {
  font-family: var(--font-roboto);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
  c-container
-------------------------------------------------------------------------- */
.c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.c-container {
  max-width: inherit;
  padding: 0 var(--padding-side);
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: calc(var(--container-width) + var(--padding-side) * 2);
    padding: 0 var(--padding-side);
  }
}

/* --------------------------------------------------------------------------
  c-hgroup
-------------------------------------------------------------------------- */
.c-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-8) 0;
  padding-bottom: var(--space-40);
}
@media screen and (min-width: 768px) {
  .c-hgroup {
    padding-bottom: var(--space-48);
  }
}
.c-hgroup .c-hgroup__title--ja {
  color: var(--color-text-primary);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  line-height: 1.2;
}
.c-hgroup .c-hgroup__title--en {
  color: var(--color-accent-navy);
  font-family: var(--font-lexend);
  font-size: var(--font-size-md);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c-hgroup--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-8) 0;
  padding-bottom: var(--space-40);
}
@media screen and (min-width: 768px) {
  .c-hgroup--news {
    padding-bottom: var(--space-48);
  }
}
.c-hgroup--news .c-hgroup__title--ja {
  color: var(--color-text-primary);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  line-height: 1.2;
}
.c-hgroup--news .c-hgroup__title--en {
  color: var(--color-accent-navy);
  font-family: var(--font-lexend);
  font-size: var(--font-size-md);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c-hgroup--news {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-hgroup--news .c-hgroup__title--ja {
  color: var(--color-background-inverse);
  font-size: 1.75rem;
}
.c-hgroup--news .c-hgroup__title--en {
  font-size: var(--font-size-sm);
}

.c-hgroup--wt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-8) 0;
  padding-bottom: var(--space-40);
}
@media screen and (min-width: 768px) {
  .c-hgroup--wt {
    padding-bottom: var(--space-48);
  }
}
.c-hgroup--wt .c-hgroup__title--ja {
  color: var(--color-text-primary);
  font-size: var(--font-size-3xl);
  font-weight: 700;
  line-height: 1.2;
}
.c-hgroup--wt .c-hgroup__title--en {
  color: var(--color-accent-navy);
  font-family: var(--font-lexend);
  font-size: var(--font-size-md);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.c-hgroup--wt .c-hgroup__title--ja {
  color: var(--color-text-white);
}
.c-hgroup--wt .c-hgroup__title--en {
  color: var(--color-text-white);
}

/* --------------------------------------------------------------------------
  c-nav-language
-------------------------------------------------------------------------- */
.c-nav-language {
  position: absolute;
  top: var(--space-16);
  right: var(--space-16);
  width: 90px;
  height: 43px;
  font-family: var(--font-lexend);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .c-nav-language {
    top: var(--space-48);
    right: calc(var(--space-48) + var(--padding-side));
    width: 106px;
    height: 43px;
  }
}

.c-nav-language-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: var(--space-8);
}

.c-nav-language-button {
  display: block;
  padding: var(--space-4) var(--space-12);
  color: var(--color-accent-navy);
  font-size: var(--font-size-md);
  line-height: 1.2;
  border-radius: var(--radius-99);
  background-color: rgba(0, 0, 0, 0);
}
.c-nav-language-button.is-active {
  background-color: var(--color-background-inverse);
  color: var(--color-white);
  font-weight: 700;
}
.c-nav-language-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius-99);
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* --------------------------------------------------------------------------
  dialog
-------------------------------------------------------------------------- */
dialog {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
dialog.is-open {
  opacity: 1;
}
dialog.is-open::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
dialog.is-open::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0);
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-modal .c-nav-language {
  position: static;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .c-modal .c-nav-language {
    position: static;
    margin: 0 0 0 auto;
  }
}
.c-modal .c-nav-language .c-nav-language-list {
  position: relative;
}

.c-modal {
  overflow: visible;
  padding: 0;
  border-radius: var(--radius-32);
  background: rgb(255, 255, 255);
}
.c-modal-close {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-modal-close {
    top: var(--space-16);
    right: -40px;
  }
}

/* content内 */
.c-modal-content {
  padding: var(--space-16);
}
@media screen and (min-width: 768px) {
  .c-modal-content {
    padding: var(--space-48);
  }
}

.c-modal-section {
  overflow: auto;
  width: 82.0512820513vw;
  max-height: 75svh;
}
@media screen and (min-width: 768px) {
  .c-modal-section {
    width: min(70vw, 760px);
    max-height: 80vh;
  }
}

.c-modal-hgroup {
  display: grid;
  grid-template-columns: 1fr 120px;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-template-areas: "modal-title-main modal-title-space" "modal-title-sub modal-title-space";
  padding-bottom: var(--space-16);
}
@media screen and (min-width: 768px) {
  .c-modal-hgroup {
    grid-template-columns: 1fr 230px;
    padding-bottom: var(--space-16);
  }
}

.c-modal-hgroup__title--main {
  grid-area: modal-title-main;
  font-size: var(--font-size-2xl);
  font-weight: 700;
}
.c-modal-hgroup__title--sub {
  grid-area: modal-title-sub;
  color: var(--color-text-secondary);
  font-weight: 700;
}
.c-modal-hgroup__title--space {
  grid-area: modal-title-space;
}
.c-modal-photo {
  margin-bottom: var(--space-24);
}

.c-modal-body .c-modal-body-container {
  padding: var(--space-8);
}
.c-modal-body section:not(:nth-of-type(1)) {
  margin-top: var(--space-24);
}
.c-modal-body h5 {
  font-weight: 700;
}
.c-modal-body .c-modal-body-title {
  padding: var(--space-8);
  color: var(--color-accent-navy);
  font-size: var(--font-size-xl);
  font-weight: 700;
  border-radius: var(--radius-4);
  background-color: var(--color-background-decorate2);
}
.c-modal-body .c-modal-body-title small {
  font-size: 0.9375rem;
}
.c-modal-body .c-modal-body-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-4) 0;
  line-height: 1.3;
}
.c-modal-body .c-modal-body-table > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 var(--space-16);
  padding: var(--space-4) 0;
}
.c-modal-body .c-modal-body-lists-disc {
  list-style: disc;
  margin-left: var(--space-24);
  line-height: 2;
}
.c-modal-body .c-modal-body-lists-disc > li::marker {
  font-size: 80%;
}
.c-modal-body .c-modal-body-lists-disc + h5 {
  padding-top: var(--space-8);
}

/* --------------------------------------------------------------------------
  link
-------------------------------------------------------------------------- */
.c-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-hover:hover {
  opacity: 0.7;
}

.c-link-add-target::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: var(--space-4);
  background-image: url("../img/common/icon_target.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------
  c-section
-------------------------------------------------------------------------- */
.c-section {
  padding: var(--space-64) 0;
}
@media screen and (min-width: 768px) {
  .c-section {
    padding: var(--space-160) 0;
  }
}

/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header => animation
========================================================================== */
.l-header.is-init {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .l-header.is-init {
    left: 50%;
    -webkit-transform: translateY(-100%) translateX(-50%);
            transform: translateY(-100%) translateX(-50%);
  }
}
.l-header.is-init.is-fixed {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header.is-init.is-fixed.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header.is-init.is-fixed.is-active {
    -webkit-transform: translateY(25px) translateX(-50%);
            transform: translateY(25px) translateX(-50%);
  }
}

/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: var(--header-h);
  padding: var(--space-16) var(--space-12);
  color: var(--color-background-inverse);
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 95%;
    padding: var(--space-16) var(--space-32);
    border-radius: var(--radius-8);
  }
}

.l-header-container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1190px) {
  .l-header-container {
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header-titles {
  display: grid;
  grid-template-columns: 35px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .l-header-titles {
    grid-template-columns: 47px 1fr;
    gap: 0 var(--space-16);
  }
}

.l-header-titles__title-university {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header-titles__title-university {
    font-size: 0.8125rem;
  }
}

.l-header-titles__title-name--ja {
  display: block;
  font-size: var(--font-size-md);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-header-titles__title-name--ja {
    font-size: 1.375rem;
  }
}

.l-header-titles__title-name--en {
  display: block;
  font-family: var(--font-lexend);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .l-header-titles__title-name--en {
    font-size: 0.625rem;
  }
}

.l-header-logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header-logo {
    width: auto;
  }
}

/* --------------------------------------------------------------------------
  l-header-nav
-------------------------------------------------------------------------- */
.l-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-nav {
    display: block;
    margin-top: var(--space-12);
  }
}
@media screen and (min-width: 1190px) {
  .l-header-nav {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------------
  l-header-button
-------------------------------------------------------------------------- */
.l-header-button span, .l-header-button::after, .l-header-button::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 55%;
  height: 0.5128205128vw;
}
@media screen and (min-width: 768px) {
  .l-header-button span, .l-header-button::after, .l-header-button::before {
    height: 2px;
  }
}

.l-header-button {
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: 10;
  width: 11.5384615385vw;
  height: 11.5384615385vw;
  border-color: #fff;
  border-style: solid;
  border-width: 0.5128205128vw;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .l-header-button {
    width: 45px;
    height: 45px;
    border-width: 2px;
  }
}
.l-header-button::before {
  content: "";
  background-color: #fff;
  display: block;
  top: 30%;
}
.l-header-button::after {
  content: "";
  background-color: #fff;
  display: block;
  top: 70%;
}
.l-header-button span {
  background-color: #fff;
  top: 50%;
}

.l-header-button.is-active {
  border-color: #a1a1a1;
}
.l-header-button.is-active::before {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #a1a1a1;
}
.l-header-button.is-active::after {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: #a1a1a1;
}
.l-header-button.is-active span {
  opacity: 0;
  background-color: #a1a1a1;
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  position: relative;
  z-index: 1;
  height: var(--footer-h-pc);
  padding: var(--space-64) var(--space-32);
  color: var(--color-text-subtle);
  background-color: var(--color-background-inverse);
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 0;
  }
}

.l-footer-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media screen and (min-width: 768px) {
  .l-footer-container {
    grid-template-columns: auto auto;
    gap: var(--space-40);
    padding: var(--space-72) var(--space-80);
  }
}

.l-footer-address-hgroup__title--ja {
  color: var(--color-background-page);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-footer-address-hgroup__title--ja {
    font-size: var(--font-size-2xl);
  }
}

.l-footer-address-hgroup__title--en {
  padding-top: var(--space-4);
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-footer-address-hgroup__title--en {
    font-size: var(--font-size-lg);
  }
}

.l-footer-address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-8) 0;
  padding-top: var(--space-32);
  font-size: var(--font-size-md);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer-address-list {
    gap: var(--space-4) 0;
  }
}

.l-footer-address-list__item {
  display: grid;
  grid-template-columns: 20px 1fr;
}
.l-footer-address-list__item svg {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .l-footer-nav {
    padding-top: var(--space-40);
  }
}

.l-footer-copyright {
  padding: var(--space-64) 0 0;
  color: var(--color-text-accent);
  font-size: var(--font-size-sm);
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding: var(--space-24) 0;
  }
}

/* ==========================================================================
  nav => animation
========================================================================== */
.l-nav-list-subnav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-nav-list-subnav.is-open {
  opacity: 1;
  visibility: visible;
}

/* ==========================================================================
  nav
========================================================================== */
.l-nav--footer .l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 var(--space-24);
  font-size: var(--font-size-lg);
  line-height: 1.5;
}
.l-nav--footer .l-nav-list {
  font-size: var(--font-size-md);
}
@media screen and (max-width: 767px) {
  .l-nav--footer .l-nav-list {
    gap: var(--space-16) var(--space-40);
  }
}
@media screen and (min-width: 768px) {
  .l-nav--footer .l-nav-list {
    gap: var(--space-16) var(--space-24);
  }
}
.l-nav--footer .l-nav-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  color: var(--color-border-default);
}
.l-nav--footer .l-nav-list__item a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: var(--radius-99);
  background-color: var(--color-accent-primary);
}

.l-nav--header .l-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 var(--space-24);
  font-size: var(--font-size-lg);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-nav--header .l-nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1190px) {
  .l-nav--header .l-nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-nav-list__item:has(.l-nav-list-subnav) {
  position: relative;
}

/* l-nav-list-subnav */
.l-nav-list-subnav {
  position: absolute;
  top: calc(100% + 25px);
  left: 77%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 463px;
  height: auto;
  padding: var(--space-24);
  border-radius: 8px;
  border-bottom: 1px solid var(--color-border-default);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1190px) {
  .l-nav-list-subnav {
    left: 50%;
    top: calc(100% + 42px);
  }
}

.l-nav-list-subnav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}

.l-nav-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--space-4);
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
}

.l-nav-list-subnav-button {
  position: relative;
  margin: 0;
  padding: 0 0 0 34px;
  font-family: var(--font-notosan);
  font-weight: 700;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0);
}
.l-nav-list-subnav-button .l-nav-list-subnav-button-text--en {
  display: block;
  padding-top: var(--space-4);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.12;
}
.l-nav-list-subnav-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: var(--radius-99);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(../img/common/header/icon_plus@2x.png);
}

/* ==========================================================================
  main
========================================================================== */
.l-main {
  position: relative;
  z-index: 1;
}

.l-main-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.l-main-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-main-bg__inner {
  height: 100%;
}

.l-main-totop {
  position: sticky;
  bottom: 24px;
  z-index: 11;
  width: 100%;
  height: 52px;
  margin: 0 0 24px 0;
  padding-right: 24px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-main-totop.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.l-main-totop__button {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-left: auto;
  border-radius: var(--radius-99);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 30, 106, 0.19);
          box-shadow: 0 4px 16px 0 rgba(0, 30, 106, 0.19);
  background-color: var(--color-background-inverse);
}
.kirari {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
  -webkit-transition: none;
  transition: none;
}

/*
 * 斜め帯は「画面より大きい正方形」上の linear-gradient。
 * translateX を vw のみで動かす → 速さはビューポートに対して一定（linear）。
 * background-position 方式は size/配置の解釈で帯が一角に寄ることがあったため廃止。
 */
.kirari::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-filter: saturate(1.12) brightness(125%) blur(6px);
          filter: saturate(1.12) brightness(125%) blur(6px);
  /* どの縦横比でも .kirari 全体を覆い、斜め帯が走査できる余白 */
  width: 320vmax;
  height: 320vmax;
  /* 帯の法線方向に色相を並べたプリズム風の虹（両端は透明で細いラインに） */
  background-image: linear-gradient(124deg, transparent 0%, transparent 46.6%, hsla(268, 100%, 72%, 0.22) 47.1%, hsla(235, 100%, 68%, 0.58) 47.55%, hsla(205, 100%, 64%, 0.68) 47.95%, hsla(175, 95%, 60%, 0.66) 48.25%, hsla(145, 90%, 58%, 0.7) 48.5%, hsla(115, 95%, 56%, 0.74) 48.72%, hsla(88, 100%, 58%, 0.76) 48.9%, hsla(52, 100%, 58%, 0.78) 49.1%, hsla(28, 100%, 62%, 0.76) 49.32%, hsla(2, 95%, 64%, 0.72) 49.52%, hsla(328, 100%, 68%, 0.74) 49.72%, hsla(298, 100%, 70%, 0.72) 49.92%, hsla(268, 100%, 74%, 0.55) 50.15%, hsla(235, 100%, 70%, 0.38) 50.45%, hsla(268, 100%, 72%, 0.18) 51%, transparent 51.6%, transparent 100%);
  -webkit-transform: translate(-50%, -50%) translateX(-150vw);
          transform: translate(-50%, -50%) translateX(-150vw);
  will-change: transform;
  -webkit-animation: kirari-sweep var(--kirari-cycle) linear infinite;
          animation: kirari-sweep var(--kirari-cycle) linear infinite;
}

/*
 * 2〜13%: 左外→右外へ等速移動（周全体に対する比率で流れの速さを決める）
 * その後フェードアウト→左へ戻して非表示のまま待機
 */
@-webkit-keyframes kirari-sweep {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: 0;
  }
  2% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: var(--kirari-line-opacity);
  }
  18% {
    -webkit-transform: translate(-50%, -50%) translateX(150vw);
            transform: translate(-50%, -50%) translateX(150vw);
    opacity: var(--kirari-line-opacity);
  }
  22% {
    -webkit-transform: translate(-50%, -50%) translateX(150vw);
            transform: translate(-50%, -50%) translateX(150vw);
    opacity: 0;
  }
  /* 非表示のまま開始位置へ戻す（間を空けすぎると逆走が見えるので極短） */
  22.02%, 100% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: 0;
  }
}
@keyframes kirari-sweep {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: 0;
  }
  2% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: var(--kirari-line-opacity);
  }
  18% {
    -webkit-transform: translate(-50%, -50%) translateX(150vw);
            transform: translate(-50%, -50%) translateX(150vw);
    opacity: var(--kirari-line-opacity);
  }
  22% {
    -webkit-transform: translate(-50%, -50%) translateX(150vw);
            transform: translate(-50%, -50%) translateX(150vw);
    opacity: 0;
  }
  /* 非表示のまま開始位置へ戻す（間を空けすぎると逆走が見えるので極短） */
  22.02%, 100% {
    -webkit-transform: translate(-50%, -50%) translateX(-150vw);
            transform: translate(-50%, -50%) translateX(-150vw);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .kirari::before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
/* ==========================================================================
  l-language-area
========================================================================== */
.l-language-area.is-language-en .p-top-aboutus__title,
.l-language-area.is-language-en .c-hgroup__title--ja,
.l-language-area.is-language-en .c-modal-body-title {
  font-family: var(--font-lexend);
}

/* ==========================================================================
  animation
========================================================================== */
.js-language-area {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: none;
}
.js-language-area.is-show {
  opacity: 1;
  display: block;
}

/* ==========================================================================
   index
========================================================================== */
/* --------------------------------------------------------------------------
  p-top-hero
-------------------------------------------------------------------------- */
.p-top-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--space-8) 0;
  height: 100svh;
  padding-left: 20px;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .p-top-hero {
    gap: var(--space-16) 0;
    height: 100vh;
    padding-left: 100px;
  }
}

.p-top-hero__text {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-top-hero__text {
    width: min(80%, 594px);
  }
}

.p-top-hero__text--en {
  font-size: 4.1025641026vw;
}
@media screen and (min-width: 768px) {
  .p-top-hero__text--en {
    font-size: var(--font-size-20);
  }
}

/* --------------------------------------------------------------------------
  p-top-news
-------------------------------------------------------------------------- */
.p-top-news {
  padding: var(--space-64) 0;
  background-color: var(--color-background-page);
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: var(--space-200) 0;
  }
}

.p-top-news__inner {
  padding: 0 var(--space-16);
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    display: grid;
    grid-template-columns: 180px 1fr;
    padding: 0;
  }
}

.p-top-news-list__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  padding: var(--space-16) 0;
  color: var(--color-text-primary);
}
@media screen and (min-width: 768px) {
  .p-top-news-list__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    gap: 0 var(--space-16);
    padding: var(--space-24) 0;
  }
}
.p-top-news-list__item:has(a) a {
  display: inline-block;
  text-decoration: underline;
}

.p-top-news-list__date {
  color: var(--color-text-accent);
  font-size: var(--font-size-md);
}

/* --------------------------------------------------------------------------
  p-top-aboutus
-------------------------------------------------------------------------- */
.p-top-aboutus__inner {
  width: 100%;
  padding: 64px var(--space-32);
  border-radius: var(--radius-32);
  background: var(--color-background-page);
  background-blend-mode: screen;
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (min-width: 768px) {
  .p-top-aboutus__inner {
    padding: var(--space-80) var(--space-48) var(--space-80);
    border-radius: var(--radius-48);
    background: rgba(255, 255, 255, 0.7);
  }
}

.p-top-aboutus__title {
  padding-bottom: var(--space-16);
  color: var(--color-accent-navy);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.p-top-aboutus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px 0;
}
@media screen and (min-width: 768px) {
  .p-top-aboutus__content {
    gap: var(--space-48) 0;
  }
}

.p-top-aboutus__content-block {
  border-radius: var(--radius-24);
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-top-aboutus__content-block {
    padding: var(--space-48) var(--space-40) var(--space-64);
  }
}

.p-top-aboutus-pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--space-24);
}
.p-top-aboutus-pamphlet .p-top-aboutus-pamphlet__link {
  margin: 0 var(--space-4);
  text-decoration: underline;
}
.p-top-aboutus-reference {
  margin-top: var(--space-16);
}
.p-top-aboutus-reference .p-top-aboutus-reference-link {
  text-decoration: underline;
}
.p-top-aboutus-group-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: var(--space-64);
}
button.p-top-aboutus-group-img__button--01.en {
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--01.en {
    height: min(5.4545454545vw, 60px);
    padding: 0.5em 0;
  }
}
button.p-top-aboutus-group-img__button--01 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  font-weight: 700;
  border-radius: var(--radius-99);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--01 {
    padding: 0.5em 2em 0.5em 0;
    font-size: 4.1025641026vw;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--01 {
    padding: 1em 0;
    font-size: min(1.4545454545vw, var(--font-size-xl));
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--01 {
    font-size: min(1.6363636364vw, var(--font-size-xl));
  }
}
button.p-top-aboutus-group-img__button--01::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: var(--space-8);
  background-image: url("../img/aboutus/icon_plus_wt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--01::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--01::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--01::after {
    width: 24px;
    height: 24px;
  }
}
button.p-top-aboutus-group-img__button--01 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81%;
  background-color: #5368BD;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--01 {
    top: 45.1282051282vw;
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--01 {
    top: 46.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--01 {
    top: 31.5%;
    width: 48%;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--01 {
    top: 30%;
  }
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--01.en {
    top: 50.5128205128vw;
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--01.en {
    top: 51.0256410256vw;
  }
}
button.p-top-aboutus-group-img__button--02.en {
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--02.en {
    height: min(5.4545454545vw, 60px);
    padding: 0.5em 0;
  }
}
button.p-top-aboutus-group-img__button--02 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  font-weight: 700;
  border-radius: var(--radius-99);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--02 {
    padding: 0.5em 2em 0.5em 0;
    font-size: 4.1025641026vw;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--02 {
    padding: 1em 0;
    font-size: min(1.4545454545vw, var(--font-size-xl));
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--02 {
    font-size: min(1.6363636364vw, var(--font-size-xl));
  }
}
button.p-top-aboutus-group-img__button--02::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: var(--space-8);
  background-image: url("../img/aboutus/icon_plus_wt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--02::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--02::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--02::after {
    width: 24px;
    height: 24px;
  }
}
button.p-top-aboutus-group-img__button--02 {
  width: 81%;
  background-color: #2B7CB6;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--02 {
    top: 45.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--02 {
    top: 122.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--02 {
    top: 53%;
    left: 5%;
    width: 42%;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--02 {
    top: 52%;
  }
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--02.en {
    top: 43%;
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--02.en {
    top: 122.3076923077vw;
  }
}
button.p-top-aboutus-group-img__button--03.en {
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--03.en {
    height: min(5.4545454545vw, 60px);
    padding: 0.5em 0;
  }
}
button.p-top-aboutus-group-img__button--03 {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-white);
  font-weight: 700;
  border-radius: var(--radius-99);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--03 {
    padding: 0.5em 2em 0.5em 0;
    font-size: 4.1025641026vw;
    line-height: 1.2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--03 {
    padding: 1em 0;
    font-size: min(1.4545454545vw, var(--font-size-xl));
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--03 {
    font-size: min(1.6363636364vw, var(--font-size-xl));
  }
}
button.p-top-aboutus-group-img__button--03::after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: var(--space-8);
  background-image: url("../img/aboutus/icon_plus_wt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--03::after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--03::after {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--03::after {
    width: 24px;
    height: 24px;
  }
}
button.p-top-aboutus-group-img__button--03 {
  width: 81%;
  background-color: #108469;
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--03 {
    top: 66%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--03 {
    top: 174.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  button.p-top-aboutus-group-img__button--03 {
    top: 53%;
    left: 53%;
    width: 42%;
  }
}
@media screen and (min-width: 980px) {
  button.p-top-aboutus-group-img__button--03 {
    top: 52%;
  }
}
@media screen and (max-width: 767px) {
  button.p-top-aboutus-group-img__button--03.en {
    top: 62%;
  }
}
@media screen and (max-width: 400px) {
  button.p-top-aboutus-group-img__button--03.en {
    top: 174.8717948718vw;
  }
}

.p-top-aboutus-leader {
  padding-top: var(--space-16);
  text-align: right;
  line-height: 2;
}

/* --------------------------------------------------------------------------
  p-top-staff
-------------------------------------------------------------------------- */
.p-top-staff {
  background-color: var(--color-background-page);
}

.p-top-staff-section:not(:nth-last-of-type(1)) {
  padding-bottom: var(--space-48);
}

.p-top-staff-hgroup__title--ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.2;
}

.p-top-staff-hgroup__title--en {
  font-family: var(--font-lexend);
  line-height: 1.45;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-top-staff-hgroup__title--en {
    font-size: 0.6875rem;
  }
}

.p-top-staff-hgroup--staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-bottom: 10px;
  padding: var(--space-16) var(--space-16);
  color: var(--color-accent-navy);
  border-radius: var(--radius-4);
  background: var(--color-background-decorate2);
}
@media screen and (min-width: 768px) {
  .p-top-staff-hgroup--staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0 var(--space-16);
  }
}

.p-top-staff-hgroup--system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-bottom: 10px;
  padding: var(--space-16) var(--space-16);
  color: var(--color-accent-navy);
  border-radius: var(--radius-4);
  background: var(--color-background-decorate2);
}
@media screen and (min-width: 768px) {
  .p-top-staff-hgroup--system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0 var(--space-16);
  }
}
.p-top-staff-hgroup--system {
  background-color: #D4D9EF;
}

.p-top-staff-hgroup--advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-bottom: 10px;
  padding: var(--space-16) var(--space-16);
  color: var(--color-accent-navy);
  border-radius: var(--radius-4);
  background: var(--color-background-decorate2);
}
@media screen and (min-width: 768px) {
  .p-top-staff-hgroup--advanced {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0 var(--space-16);
  }
}
.p-top-staff-hgroup--advanced {
  background-color: #CADEED;
}

.p-top-staff-hgroup--education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-bottom: 10px;
  padding: var(--space-16) var(--space-16);
  color: var(--color-accent-navy);
  border-radius: var(--radius-4);
  background: var(--color-background-decorate2);
}
@media screen and (min-width: 768px) {
  .p-top-staff-hgroup--education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0 var(--space-16);
  }
}
.p-top-staff-hgroup--education {
  background-color: #C0DED7;
}

.p-top-staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--space-8);
}
.p-top-staff-list__item {
  width: 100%;
  padding: var(--space-16);
  border-radius: var(--radius-4);
  background: var(--color-background-subtle);
}
@media screen and (min-width: 768px) {
  .p-top-staff-list__item {
    width: 361px;
  }
}
.p-top-staff-list__item dt {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--space-16);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-background-inverse);
  font-size: var(--font-size-xl);
  font-weight: 700;
  line-height: 1.2;
}
.p-top-staff-list__item dt span {
  color: var(--color-text-secondary);
  font-family: var(--font-lexend);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1;
}
.p-top-staff-list__item dd {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space-16) 0;
  padding-top: var(--space-8);
  line-height: 1.2;
}

.p-top-staff-list__item-degree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 var(--space-16);
}
.p-top-staff-list__item-degree .p-top-staff-list__item-degree-title--en {
  color: var(--color-text-secondary);
  font-size: var(--font-size-sm);
}

.p-top-staff-list__item-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 var(--space-16);
  font-size: var(--font-size-md);
}
.p-top-staff-list__item-notes:has(a) a {
  color: var(--color-accent-navy);
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
  p-top-facilities
-------------------------------------------------------------------------- */
.p-top-facilities__pattern {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-facilities__pattern {
    top: 30px;
    width: min(88%, 1120px);
  }
}

.p-top-facilities {
  overflow-y: clip;
  position: relative;
  background-color: var(--color-background-decorate2);
}

.p-top-facilities-section:not(:nth-last-of-type(1)) {
  padding-bottom: var(--space-48);
}

.p-top-facilities-hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px 0;
  margin-bottom: 10px;
  padding: var(--space-16) var(--space-16);
  color: var(--color-text-white);
  border-radius: var(--radius-4);
  background: var(--color-background-inverse);
}
@media screen and (min-width: 768px) {
  .p-top-facilities-hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: 0 var(--space-16);
    padding: var(--space-12) var(--space-16);
  }
}

.p-top-facilities-hgroup__title--ja {
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.2;
}

.p-top-facilities-hgroup__title--en {
  font-family: var(--font-lexend);
  line-height: 1.45;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .p-top-facilities-hgroup__title--en {
    font-size: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-facilities-list {
    background-color: var(--color-white);
  }
}

.p-top-facilities-list__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space-8) 0;
  padding: var(--space-16);
}
@media screen and (max-width: 767px) {
  .p-top-facilities-list__item {
    background-color: var(--color-white);
  }
}
@media screen and (min-width: 768px) {
  .p-top-facilities-list__item {
    grid-template-columns: 380px 1fr;
    gap: 0 var(--space-16);
  }
}
@media screen and (max-width: 767px) {
  .p-top-facilities-list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-facilities-list__item:nth-of-type(1) {
    border-radius: var(--radius-4) var(--radius-4) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-facilities-list__item:nth-last-of-type(1) {
    border-radius: 0 0 var(--radius-4) var(--radius-4);
  }
}
.p-top-facilities-list__item:has(button) button {
  display: inline-block;
  text-decoration: underline;
}
.p-top-facilities-list__item .p-top-facilities-list__item-title--ja {
  font-weight: 700;
  line-height: 1.5;
}
.p-top-facilities-list__item .p-top-facilities-list__item-title--en {
  color: var(--color-text-accent);
  font-family: var(--font-lexend);
  font-weight: 400;
  line-height: 1.45;
}

/* --------------------------------------------------------------------------
  p-top-access
-------------------------------------------------------------------------- */
.p-top-access {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-access {
    padding-inline: var(--padding-side);
  }
}
.p-top-access::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 100px);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.p-top-access-address {
  margin-bottom: var(--space-48);
  padding: var(--space-16);
  color: var(--color-text-accent);
  border-radius: var(--radius-4);
  background-color: var(--color-background-subtle);
}
@media screen and (max-width: 767px) {
  .p-top-access-address {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-access-address {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 0 var(--space-40);
    margin-bottom: var(--space-64);
    padding: var(--space-24) var(--space-32);
  }
}

.p-top-access-address__item--address {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0 var(--space-12);
  line-height: 1.2;
}
.p-top-access-address__item--address .p-top-access-address-text-top {
  padding-bottom: var(--space-4);
  color: var(--color-background-inverse);
}

.p-top-access-address__item--tel {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 0 var(--space-12);
}
@media screen and (max-width: 767px) {
  .p-top-access-address__item--tel {
    padding-top: var(--space-8);
  }
}
@media screen and (min-width: 768px) {
  .p-top-access-address__item--tel {
    font-size: var(--font-size-xl);
  }
}

.p-top-access-maps {
  margin-bottom: var(--space-64);
}
@media screen and (min-width: 768px) {
  .p-top-access-maps {
    margin-bottom: var(--space-96);
  }
}

.p-top-access-maps__item:not(:nth-last-of-type(1)) {
  padding-bottom: var(--space-48);
}
@media screen and (min-width: 768px) {
  .p-top-access-maps__item:not(:nth-last-of-type(1)) {
    padding-bottom: var(--space-64);
  }
}

.p-top-access-maps__item-title {
  padding-bottom: var(--space-8);
  color: var(--color-text-white);
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top-access-maps__item-title {
    padding-bottom: var(--space-12);
  }
}

.p-top-access-maps__item-iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/300;
  border-radius: var(--radius-8);
}
@media screen and (min-width: 768px) {
  .p-top-access-maps__item-iframe {
    aspect-ratio: 1100/480;
  }
}

.p-top-access-maps__item-img {
  border-radius: var(--radius-8);
  border: 1px solid var(--color-border-default, #D8E4F4);
  background-color: #FDFDFD;
}

.p-top-access-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-24) 0;
  padding: var(--space-32);
  border-radius: var(--radius-8);
  border: 1px solid var(--color-border-default);
  background: #FDFDFD;
}
@media screen and (min-width: 768px) {
  .p-top-access-contact {
    gap: var(--space-16) 0;
    padding: var(--space-40);
  }
}
@media screen and (min-width: 980px) {
  .p-top-access-contact {
    display: grid;
    grid-template-columns: 1fr 494px;
    gap: 0 var(--space-24);
  }
}

.p-top-access-contact__texts-title {
  color: var(--color-accent-navy);
  font-size: var(--font-size-2xl);
  font-weight: 700;
  line-height: 1.2;
}

.p-top-access-contact__texts-description {
  padding-top: var(--space-8);
}
@media screen and (min-width: 768px) {
  .p-top-access-contact__texts-description {
    padding-top: var(--space-8);
  }
}

.p-top-access-contact__link {
  position: relative;
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  gap: 0 var(--space-12);
  grid-template-areas: "contact-logo contact-university" "contact-logo contact-organization";
  -ms-flex-line-pack: center;
      align-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: var(--space-24);
  color: var(--color-accent-navy);
  line-height: 1.2;
  border-radius: var(--radius-8);
  border: 1px solid var(--color-border-default);
}
@media screen and (min-width: 768px) {
  .p-top-access-contact__link {
    grid-template-columns: 52px 1fr;
    padding: var(--space-24);
  }
}
.p-top-access-contact__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  margin-left: var(--space-4);
  background-image: url("../img/common/icon_target.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top-access-contact__link-logo {
  grid-area: contact-logo;
  width: 100%;
  height: auto;
}

.p-top-access-contact__link-university {
  grid-area: contact-university;
}

.p-top-access-contact__link-organization {
  grid-area: contact-organization;
  font-size: var(--font-size-2xl);
  font-weight: 700;
}