@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.c-totop, .l-sidebar, .l-footer, .l-nav, .l-header {
  font-weight: 500;
  line-height: 2;
}
.c-totop a, .l-sidebar a, .l-footer a, .l-nav a, .l-header a {
  color: inherit;
  text-decoration: none;
}

.l-footer__menu01, .l-nav__menu01 {
  border-top: 2px solid var(--color-primary);
}
.l-footer__menu01 .item, .l-nav__menu01 .item {
  font-size: 1.125rem;
}
.l-footer__menu01 .item, .l-nav__menu01 .item {
  border-bottom: 2px solid var(--color-primary);
}
.l-footer__menu01 .item_index, .l-nav__menu01 .item_index {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}
.l-footer__menu01 .item_index.is-open .item_expand::after, .l-nav__menu01 .item_index.is-open .item_expand::after {
  transform: rotate(0deg);
}
.l-footer__menu01 .item_link, .l-nav__menu01 .item_link {
  letter-spacing: 0.089em;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  z-index: 0;
  opacity: 1;
  padding-block: 5px;
  cursor: pointer;
  padding-inline: 40px 30px;
  transition: 0.5s;
  transition-property: opacity;
}
.l-footer__menu01 .item_link::before, .l-nav__menu01 .item_link::before {
  content: "";
  left: 0;
  position: absolute;
  background-color: currentColor;
  width: 30px;
  height: 25px;
}
.l-footer__menu01 .item_link.is-aboutus::before, .l-nav__menu01 .item_link.is-aboutus::before {
  -webkit-mask: url(../images/common/icon_aboutus.svg) center/contain no-repeat;
  mask: url(../images/common/icon_aboutus.svg) center/contain no-repeat;
}
.l-footer__menu01 .item_link.is-department::before, .l-nav__menu01 .item_link.is-department::before {
  -webkit-mask: url(../images/common/icon_department.svg) center/contain no-repeat;
  mask: url(../images/common/icon_department.svg) center/contain no-repeat;
  height: 31px;
}
.l-footer__menu01 .item_link.is-exam::before, .l-nav__menu01 .item_link.is-exam::before {
  -webkit-mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  height: 32px;
}
.l-footer__menu01 .item_link.is-campus::before, .l-nav__menu01 .item_link.is-campus::before {
  -webkit-mask: url(../images/common/icon_campuslife.svg) center/contain no-repeat;
  mask: url(../images/common/icon_campuslife.svg) center/contain no-repeat;
  height: 37px;
}
.l-footer__menu01 .item_link.is-career::before, .l-nav__menu01 .item_link.is-career::before {
  -webkit-mask: url(../images/common/icon_career.svg) center/contain no-repeat;
  mask: url(../images/common/icon_career.svg) center/contain no-repeat;
  height: 31px;
}
.l-footer__menu01 .item_link.is-donations::before, .l-nav__menu01 .item_link.is-donations::before {
  -webkit-mask: url(../images/common/icon_donations.svg) center/contain no-repeat;
  mask: url(../images/common/icon_donations.svg) center/contain no-repeat;
  height: 31px;
}
.l-footer__menu01 .item_expand, .l-nav__menu01 .item_expand {
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  background-color: var(--color-accent01);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  transition-property: background-color, color;
  width: 20px;
}
.l-footer__menu01 .item_expand::before, .l-nav__menu01 .item_expand::before, .l-footer__menu01 .item_expand::after, .l-nav__menu01 .item_expand::after {
  content: "";
  height: 1px;
  background-color: currentColor;
  position: absolute;
  width: 10px;
}
.l-footer__menu01 .item_expand::after, .l-nav__menu01 .item_expand::after {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}
.l-footer__menu01 .item_submenu, .l-nav__menu01 .item_submenu {
  display: none;
  overflow: clip;
}
.l-footer__menu01 .item_sublist, .l-nav__menu01 .item_sublist {
  padding-left: 20px;
  padding-bottom: 20px;
}
.l-footer__menu01 .item_sub:not(:last-child), .l-nav__menu01 .item_sub:not(:last-child) {
  border-bottom: 1px solid var(--color-primary);
}
.l-footer__menu01 .item_sub:first-child .item_sublink, .l-nav__menu01 .item_sub:first-child .item_sublink {
  padding-top: 0;
}
.l-footer__menu01 .item_sub:last-child .item_sublink, .l-nav__menu01 .item_sub:last-child .item_sublink {
  padding-bottom: 0;
}
.l-footer__menu01 .item_sublink, .l-nav__menu01 .item_sublink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}
.l-footer__menu01 .item_sublink, .l-nav__menu01 .item_sublink {
  padding-inline: 10px;
  padding-block: 7px;
  line-height: 1.5;
  gap: 10px;
}
.l-footer__menu01 .item_sublink::after, .l-nav__menu01 .item_sublink::after {
  content: "";
  aspect-ratio: 300/51;
  -webkit-mask: url(../images/common/icon_arrow02.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow02.svg) center/contain no-repeat;
  background-color: currentColor;
  flex-shrink: 0;
  width: 30px;
}

.l-footer__menu02, .l-nav__menu02 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.l-footer__menu02 .c-btn02, .l-nav__menu02 .c-btn02 {
  border-width: 0;
  width: 100%;
}
.l-footer__menu02 .c-btn02__txt, .l-nav__menu02 .c-btn02__txt {
  letter-spacing: 0.089em;
  font-size: 1rem;
}
.l-footer__menu02 .c-btn02__arrow, .l-nav__menu02 .c-btn02__arrow {
  border-width: 0;
}

.l-footer__menu03 .item + .item, .l-nav__menu03 .item + .item {
  margin-top: 20px;
}
.l-footer__menu03 .item.is-campus .item_link::before, .l-nav__menu03 .item.is-campus .item_link::before {
  -webkit-mask: url(../images/common/icon_opencampus.svg) center/contain no-repeat;
  mask: url(../images/common/icon_opencampus.svg) center/contain no-repeat;
}
.l-footer__menu03 .item.is-exam .item_link::before, .l-nav__menu03 .item.is-exam .item_link::before {
  -webkit-mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  height: 35px;
}
.l-footer__menu03 .item.is-info .item_link::before, .l-nav__menu03 .item.is-info .item_link::before {
  -webkit-mask: url(../images/common/icon_infomation.svg) center/contain no-repeat;
  mask: url(../images/common/icon_infomation.svg) center/contain no-repeat;
}
.l-footer__menu03 .item_link, .l-nav__menu03 .item_link {
  display: flex;
  align-items: center;
  padding-block: 5px;
  letter-spacing: 0.089em;
  font-size: 1.125rem;
}
.l-footer__menu03 .item_link, .l-nav__menu03 .item_link {
  background-color: var(--color-accent01);
  position: relative;
  z-index: 0;
  min-height: 50px;
  padding-inline: 60px 20px;
}
.l-footer__menu03 .item_link::before, .l-nav__menu03 .item_link::before {
  content: "";
  position: absolute;
  left: 10px;
  z-index: 1;
  background-color: currentColor;
  width: 40px;
  height: 26px;
}

.l-footer__menu04, .l-nav__menu04 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.l-footer__menu04 .item.is-location .item_link::before, .l-nav__menu04 .item.is-location .item_link::before {
  aspect-ratio: 126/150;
  -webkit-mask: url(../images/common/icon_location.svg) center/contain no-repeat;
  mask: url(../images/common/icon_location.svg) center/contain no-repeat;
}
.l-footer__menu04 .item.is-library .item_link::before, .l-nav__menu04 .item.is-library .item_link::before {
  aspect-ratio: 137/150;
  -webkit-mask: url(../images/common/icon_library.svg) center/contain no-repeat;
  mask: url(../images/common/icon_library.svg) center/contain no-repeat;
}
.l-footer__menu04 .item.is-email .item_link::before, .l-nav__menu04 .item.is-email .item_link::before {
  aspect-ratio: 195/150;
  -webkit-mask: url(../images/common/icon_email.svg) center/contain no-repeat;
  mask: url(../images/common/icon_email.svg) center/contain no-repeat;
  width: 22px;
}
.l-footer__menu04 .item_link, .l-nav__menu04 .item_link {
  font-size: 1rem;
}
.l-footer__menu04 .item_link, .l-nav__menu04 .item_link {
  letter-spacing: 0.089em;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.l-footer__menu04 .item_link::before, .l-nav__menu04 .item_link::before {
  content: "";
  left: 0;
  position: absolute;
  background-color: currentColor;
  width: 20px;
}
.l-footer__menu05, .l-nav__menu05 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.l-footer__copyright, .l-nav__copyright {
  font-size: 0.75rem;
}
.l-footer__copyright, .l-nav__copyright {
  letter-spacing: 0.089em;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 */
/* ============================================ */
:where(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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  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.
 */
:where(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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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: #000;
  --color-primary: #fff;
  --color-accent01: #ffe23b;
}

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 90px;
}

@font-face {
  font-family: "DIN Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/D-DIN-Bold.woff") format("woff");
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

html.lenis-stopped #wrapper {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c-header {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c-gnav {
  padding-right: var(--fixed-right);
}

body {
  color: var(--color-base);
  font-family: "Noto Sans JP", sans-serif;
}

:where(body) {
  font-size: 0.875rem;
}
:where(body) {
  font-weight: 500;
  line-height: 2;
}

#wrapper {
  overflow: clip;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--color-accent01);
}

#main {
  position: relative;
  padding-top: 70px;
}

.full {
  width: 100%;
}

:where(img:not([src$=".svg"])) {
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeUpright,
.fadeUpleft,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeUpright {
  transform-origin: top right;
  animation-name: ani_uptopright;
}

.fadeUpleft {
  transform-origin: top left;
  animation-name: ani_uptopleft;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.waveUp {
  animation-name: ani_waveup;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_uptopright {
  0% {
    transform: translateY(50px) rotate(-25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_uptopleft {
  0% {
    transform: translateY(50px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_waveup {
  0% {
    background-position-x: 50%;
    background-position-y: -90%;
    opacity: 0;
  }
  25% {
    background-position-x: 100%;
    opacity: 1;
  }
  50% {
    background-position-x: 50%;
  }
  70% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 20%;
  }
}
.h-zoom {
  opacity: 1;
  cursor: pointer;
}
.h-zoom__img {
  overflow: clip;
  position: relative;
  z-index: 1;
}
.h-zoom__img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

.lenis-stopped .l-header {
  padding-right: var(--fixed-right);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: auto;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(to right, var(--color-primary) 5%, var(--color-accent01) 100%);
  padding-inline: 10px 0;
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
}
.l-header__logo img {
  width: 80px;
  max-width: unset;
  margin: 0;
}
.l-header__logo_txt {
  color: #646464;
  font-size: 0.8125rem;
}
.l-header__logo_txt {
  letter-spacing: 0.25em;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.l-header__menu {
  display: none;
  margin-left: auto;
  gap: clamp(1.25rem, 3.6666666667vw + -1.7291666667rem, 1.9375rem);
  padding-inline: 10px clamp(1.25rem, 2vw + -0.375rem, 1.625rem);
  align-items: center;
}
.l-header__menu .item {
  line-height: 1;
}
.l-header__menu .item_link {
  font-weight: 700;
  font-size: 0.8125rem;
}
.l-header__menu .item_link {
  letter-spacing: 0.089em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.l-header__menu .item_link::before {
  content: "";
  flex-shrink: 0;
  background-color: currentColor;
  width: 30px;
}
.l-header__menu .item_link.is-us::before {
  aspect-ratio: 169/150;
  -webkit-mask: url(../images/common/icon_aboutus.svg) center/contain no-repeat;
  mask: url(../images/common/icon_aboutus.svg) center/contain no-repeat;
}
.l-header__menu .item_link.is-department::before {
  aspect-ratio: 188/150;
  -webkit-mask: url(../images/common/icon_department.svg) center/contain no-repeat;
  mask: url(../images/common/icon_department.svg) center/contain no-repeat;
  width: 38px;
}
.l-header__menu .item_link.is-exam::before {
  aspect-ratio: 143/150;
  -webkit-mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
}
.l-header__menu .item_link.is-campus::before {
  -webkit-mask: url(../images/common/icon_campuslife.svg) center/contain no-repeat;
  mask: url(../images/common/icon_campuslife.svg) center/contain no-repeat;
  aspect-ratio: 86/150;
  width: 19px;
}
.l-header__menu .item_link.is-career::before {
  -webkit-mask: url(../images/common/icon_career.svg) center/contain no-repeat;
  mask: url(../images/common/icon_career.svg) center/contain no-repeat;
  aspect-ratio: 1;
  width: 29px;
}
.l-header__menu .item_link.is-donations::before {
  aspect-ratio: 192/150;
  -webkit-mask: url(../images/common/icon_donations.svg) center/contain no-repeat;
  mask: url(../images/common/icon_donations.svg) center/contain no-repeat;
  width: 36px;
}
.l-header__hamburger {
  height: 70px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2b;
  z-index: 10;
}
.l-header__hamburger::after {
  letter-spacing: 0.089em;
  color: var(--color-primary);
  position: absolute;
  line-height: 1;
  content: "MENU";
  font-size: 0.625rem;
  transform: translateY(15px);
}
.l-header__hamburger > * {
  height: 2px;
  background-color: var(--color-primary);
  position: absolute;
  border-radius: 2px;
  width: 30px;
  transition: transform 0.5s ease;
}
.l-header__hamburger > *:nth-child(1) {
  transform: translateY(-18px);
}
.l-header__hamburger > *:nth-child(2) {
  transform: translateY(-9px);
}
.l-header__hamburger.is-open::after {
  content: "CLOSE";
}
.l-header__hamburger.is-open > *:nth-child(1) {
  transform: translateY(-9px) scale(0.9) rotate(45deg);
}
.l-header__hamburger.is-open > *:nth-child(2) {
  transform: translateY(-9px) scale(0.9) rotate(135deg);
  opacity: 0;
}
.l-header__hamburger.is-open > *:nth-child(3) {
  transform: translateY(-9px) scale(0.9) rotate(135deg);
}

.lenis-stopped .l-nav {
  padding-right: var(--fixed-right);
}

:has(.l-header__hamburger.is-open) .c-totop {
  opacity: 0;
}
:has(.l-header__hamburger.is-open) .l-sidebar__inner {
  position: fixed;
  right: 0;
}

.lenis-stopped:has(.l-header__hamburger.is-open) .l-sidebar__inner {
  right: var(--fixed-right);
}

:where(.l-nav *, .l-header *, .l-footer *, .l-sidebar *) {
  font-weight: inherit;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  background-color: #dfe0e4;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.l-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.l-nav__wrap {
  padding-top: 70px;
}
.l-nav__inner {
  overflow-y: auto;
  width: 100%;
  padding-inline: 20px;
  max-height: calc(100vh - 70px);
  max-height: calc(100dvh - 70px);
}
.l-nav__menu {
  margin-inline: auto;
  max-width: 1264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-block: 40px;
  gap: 30px;
}
.l-nav__col {
  display: contents;
}
.l-nav__social_txt {
  font-size: 1rem;
}
.l-nav__social_txt {
  letter-spacing: 0.08em;
}
.l-nav__social_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-nav__social_list a {
  width: 39px;
}
.l-nav__social_list a.is-youtube {
  width: 45px;
}
.l-nav__social {
  order: 1;
}
.l-nav__social_list {
  margin-top: 10px;
}
.l-nav__copyright {
  order: 2;
}

.l-footer {
  background-color: #dfe0e4;
  padding-inline: 20px;
  padding-block: 60px;
  font-weight: 500;
}
.l-footer__inner {
  margin-inline: auto;
}
.l-footer__logo {
  margin-inline: auto;
  max-width: 200px;
}
.l-footer__col {
  width: 100%;
}
.l-footer__col:not(:last-child) {
  margin-bottom: 30px;
}
.l-footer__menu01 {
  margin-top: 40px;
}
.l-footer__menu03 {
  margin-top: 30px;
}
.l-footer__menu04 ,
.l-footer__menu05 {
  margin-top: 20px;
}
.l-footer__social_txt {
  font-size: 1rem;
}
.l-footer__social_txt {
  letter-spacing: 0.08em;
}
.l-footer__social_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-footer__social_list a {
  width: 39px;
}
.l-footer__social_list a.is-youtube {
  width: 45px;
}
.l-footer__social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 5px 20px;
}
.l-footer__copyright {
  margin-top: 20px;
}

/*!
layout > container
------------------------------
*/
#CntBox, #OcBox {
  margin-bottom: 0;
  padding-bottom: 60px;
}

#MainBox {
  width: 100%;
  max-width: 100%;
  float: unset;
}

.l-container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

.l-sidebar {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.l-sidebar.is-open .l-sidebar__inner {
  background-color: #2b2b2b;
  color: var(--color-primary);
}
.l-sidebar__inner {
  pointer-events: all;
  top: 0;
  z-index: 1;
  padding-block: 89px 39px;
  width: 80px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: sticky;
  z-index: 20;
  transition: 0.5s;
  transition-property: background-color, color;
}
.l-sidebar__lang {
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
}
.l-sidebar__lang {
  letter-spacing: 0.089em;
}
.l-sidebar__menu {
  margin-block: auto;
}
.l-sidebar__menu .item {
  line-height: 1;
}
.l-sidebar__menu .item + .item {
  margin-top: 23px;
}
.l-sidebar__menu .item_link {
  font-size: 0.62rem;
  line-height: 1.5715725806;
  letter-spacing: 0.089em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.l-sidebar__menu .item_link::before {
  content: "";
  aspect-ratio: 1;
  width: 26px;
  background-color: currentColor;
}
.l-sidebar__menu .item_link.is-search::before {
  -webkit-mask: url(../images/common/icon_search.svg) center/contain no-repeat;
  mask: url(../images/common/icon_search.svg) center/contain no-repeat;
}
.l-sidebar__menu .item_link.is-campus {
  gap: 6px;
}
.l-sidebar__menu .item_link.is-campus::before {
  aspect-ratio: 182/150;
  -webkit-mask: url(../images/common/icon_opencampus.svg) center/contain no-repeat;
  mask: url(../images/common/icon_opencampus.svg) center/contain no-repeat;
  width: 34px;
}
.l-sidebar__menu .item_link.is-exam {
  margin-top: -3px;
}
.l-sidebar__menu .item_link.is-exam::before {
  aspect-ratio: 143/150;
  -webkit-mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  mask: url(../images/common/icon_exam.svg) center/contain no-repeat;
  width: 30px;
}
.l-sidebar__menu .item_link.is-info {
  gap: 8px;
}
.l-sidebar__menu .item_link.is-info::before {
  aspect-ratio: 197/150;
  width: 33px;
  -webkit-mask: url(../images/common/icon_infomation.svg) center/contain no-repeat;
  mask: url(../images/common/icon_infomation.svg) center/contain no-repeat;
}

.l-searchbox__content {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.l-searchbox__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: var(--color-base);
  opacity: 0.7;
}

.l-searchbox {
  padding-inline: 20px;
}

.gstl_50,
.gsc-completion-container {
  max-width: 100% !important;
}
.l-searchbox .gsc-search-box {
  max-width: 100%;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.l-searchbox .gsc-search-box table {
  max-width: 100% !important;
}

.l-searchbox .gsc-search-box input {
  text-align: left;
  border: none !important;
  border-radius: 5px !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.l-searchbox .gsc-search-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: var(--color-accent01);
  border: none;
  position: absolute;
  inset: 0;
  color: var(--color-base);
}
.l-searchbox .gsc-search-button button svg {
  display: none;
}
.l-searchbox .gsc-search-button button::after {
  content: "";
  aspect-ratio: 1;
  width: 50%;
  position: absolute;
  -webkit-mask: url(../images/common/icon_search.svg) center/contain no-repeat;
  mask: url(../images/common/icon_search.svg) center/contain no-repeat;
  background-color: currentColor;
}

.l-searchbox {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  margin: 0;
  transition: 0.5s;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

.l-searchbox.is-open {
  visibility: visible;
  opacity: 1;
}

.l-searchbox .SearchBox-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: black;
  opacity: 0.7;
}

.l-searchbox .gsib_a {
  padding: 10px;
}

.l-searchbox .gsib_a input {
  font-size: 18px;
}

.l-searchbox td {
  background-color: transparent;
}

.l-searchbox td.gsc-input,
.l-searchbox td.gsc-search-button {
  padding: 0;
  position: relative;
  z-index: 0;
}

.gstl_50.gssb_c {
  z-index: 99999 !important;
}

.gstl_50.gssb_c img[src$="branding.png"] {
  width: 100px;
}

.c-ttl01 {
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-ttl01__en {
  font-family: "Archivo", sans-serif;
  letter-spacing: 0.04em;
  font-size: clamp(2.25rem, 8.8888888889vw + 0.1666666667rem, 2.5rem);
}
.c-ttl01__en {
  font-variation-settings: "wdth" 86;
  background-color: var(--color-accent01);
  padding-inline: 10px;
  padding-block: 5px;
}
.c-ttl01__jp {
  font-size: 1.125rem;
}
.c-ttl01__jp {
  letter-spacing: 0.05em;
  background-color: var(--color-accent01);
  padding-inline: 10px;
  padding-bottom: 10px;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_600 {
  font-weight: 600;
}

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

.u-inline_block {
  display: inline-block;
}

.u-txt_center {
  text-align: center;
}

.u-txt_right {
  text-align: right;
}

.c-btn01 {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  opacity: 1;
  letter-spacing: 0.106em;
  font-size: 1.125rem;
}
.c-btn01 {
  padding-block: 10px;
  line-height: 1.5;
  gap: 5px;
  padding-inline: 20px 10px;
  min-height: 60px;
}
.c-btn01::before {
  content: "";
  pointer-events: none;
  background-color: var(--color-accent01);
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}
.c-btn01::after {
  content: "";
  aspect-ratio: 169/150;
  -webkit-mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  width: 20px;
  background-color: currentColor;
  flex-shrink: 0;
}
.c-btn01.is-violet {
  --color-accent01: #8d89bd;
}
.c-btn01.is-pink {
  --color-accent01: #fbc8c6;
}
.c-btn01.is-green {
  --color-accent01: #cbe7b9;
}
.c-btn01.is-cyan {
  --color-accent01: #a8e1df;
}
.c-btn01.is-sm {
  font-size: 1rem;
}
.c-btn01.is-sm {
  letter-spacing: 0.1em;
}

.c-btn02 {
  border: 1px solid currentColor;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  transition: background-color 0.5s ease;
  background-color: var(--color-primary);
  line-height: 1.4;
  min-height: 40px;
  width: 220px;
}
.c-btn02__txt {
  margin-block: auto;
  padding-inline: 10px;
  font-size: 1rem;
}
.c-btn02__txt {
  letter-spacing: 0.03em;
  padding-block: 5px;
}
.c-btn02__arrow {
  display: flex;
  border-left: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  background-color: var(--color-accent01);
  transition: background-color 0.5s ease;
  width: 40px;
}
.c-btn02__arrow::after {
  content: "";
  aspect-ratio: 169/150;
  -webkit-mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  width: 18px;
  background-color: currentColor;
  transition: background-color 0.5s ease;
}

.c-btn03 {
  background-color: #e6e6e6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0625rem;
}
.c-btn03 {
  letter-spacing: 0.13em;
  text-align: center;
  padding-block: 5px;
  padding-inline: 20px;
  line-height: 1.6;
  gap: 10px;
  min-height: 50px;
}
.c-btn03::after {
  content: "";
  aspect-ratio: 300/51;
  -webkit-mask: url(../images/common/icon_arrow02.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow02.svg) center/contain no-repeat;
  width: 100px;
  background-color: currentColor;
  flex-shrink: 0;
  position: relative;
  width: 30px;
}
.c-btn03.is-primary {
  background-color: var(--color-accent02);
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
.c-btn03.is-primary {
  line-height: 1.3;
  min-height: 80px;
}
.c-btn03.is-primary::after {
  width: 50px;
}

.c-btn04 {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
  opacity: 1;
  letter-spacing: 0.106em;
  font-size: 1.125rem;
}
.c-btn04 {
  padding-block: 10px;
  line-height: 1.4;
  gap: 5px;
  padding-inline: 20px 10px;
  min-height: 80px;
  border: 1px solid var(--color-base);
}
.c-btn04 small {
  font-size: 0.6666666667em;
  display: block;
  margin-bottom: 4px;
}
.c-btn04__note {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-size: 0.75rem;
}
.c-btn04__arrow {
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-accent01);
  transition: background-color 0.5s ease;
}
.c-btn04__arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 7px solid transparent;
  margin-left: 2px;
}
.c-btn04.is-violet {
  --color-accent01: #8d89bd;
}
.c-btn04.is-pink {
  --color-accent01: #fbc8c6;
}
.c-btn04.is-green {
  --color-accent01: #cbe7b9;
}
.c-btn04.is-cyan {
  --color-accent01: #a8e1df;
}

.c-totop {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  pointer-events: none;
  bottom: -25px;
  z-index: 30;
}
.c-totop__btn {
  border: 2px solid transparent;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: sticky;
  border: 1px solid var(--color-primary);
  bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: #dfe0e4;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  color: var(--color-base);
  padding-bottom: 2px;
  transition: 0.5s;
  transition-property: visibility, opacity, background-color;
  padding-top: 4px;
}
.c-totop__btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-totop__btn::after {
  font-size: 1.875rem;
  line-height: 1;
  content: "〉";
  width: 10px;
  transform: rotate(-90deg);
}

.c-list01 {
  gap: 1px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(max(210px, 35vw), 1fr));
}

.c-item01 {
  position: relative;
  z-index: 0;
}
.c-item01::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid currentColor;
  pointer-events: none;
}
.c-item01__link {
  display: block;
  padding: 10px;
}
.c-item01__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-top: 10px;
}
.c-item01__desc {
  font-size: 1rem;
}
.c-item01__desc {
  font-weight: 700;
  letter-spacing: 0.059em;
}
.c-item01__arrow {
  flex-shrink: 0;
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: currentColor;
  transition: background-color 0.5s ease;
  width: 25px;
}
.c-item01__arrow::after {
  content: "";
  aspect-ratio: 169/150;
  -webkit-mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow01.svg) center/contain no-repeat;
  width: 15px;
  background-color: var(--color-primary);
  transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.u-hide {
  display: none;
}

.u-palt {
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px){
  .pc {
    display: none !important;
  }
  .l-searchbox td.gsc-search-button {
    background-color: #5ec4e3 !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px !important;
  }
  .l-searchbox .gsc-search-button button {
    width: 100%;
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px){
  .l-footer__menu01 .item, .l-nav__menu01 .item {
    font-size: 1.435rem;
  }
  .l-footer__menu01 .item_link, .l-nav__menu01 .item_link {
    padding-block: 7px;
    padding-inline: 52px 30px;
  }
  .l-footer__menu01 .item_link::before, .l-nav__menu01 .item_link::before {
    width: 40px;
    height: 29px;
  }
  .l-footer__menu01 .item_expand, .l-nav__menu01 .item_expand {
    width: 22px;
  }
  .l-footer__menu01 .item_expand::before, .l-nav__menu01 .item_expand::before, .l-footer__menu01 .item_expand::after, .l-nav__menu01 .item_expand::after {
    width: 13px;
  }
  .l-footer__menu01 .item_sublink, .l-nav__menu01 .item_sublink {
    font-size: 1.125rem;
  }
  .l-footer__menu01 .item_sublink, .l-nav__menu01 .item_sublink {
    padding-block: 12px;
  }
  .l-footer__menu01 .item_sublink::after, .l-nav__menu01 .item_sublink::after {
    width: 40px;
  }
  .l-footer__menu02, .l-nav__menu02 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    padding-right: 5px;
  }
  .l-footer__menu02 .c-btn02, .l-nav__menu02 .c-btn02 {
    min-height: 46px;
  }
  .l-footer__menu02 .c-btn02__txt, .l-nav__menu02 .c-btn02__txt {
    font-size: 1.151875rem;
  }
  .l-footer__menu02 .c-btn02__txt, .l-nav__menu02 .c-btn02__txt {
    padding-right: 5px;
  }
  .l-footer__menu03 .item + .item, .l-nav__menu03 .item + .item {
    margin-top: 23px;
  }
  .l-footer__menu03 .item_link, .l-nav__menu03 .item_link {
    font-size: 1.32875rem;
  }
  .l-footer__menu03 .item_link, .l-nav__menu03 .item_link {
    padding-inline: 92px 20px;
    max-width: 465px;
    min-height: 62px;
  }
  .l-footer__menu03 .item_link::before, .l-nav__menu03 .item_link::before {
    height: 29px;
    left: 17px;
    width: 40px;
  }
  .l-footer__menu04, .l-nav__menu04 {
    gap: 12px 24px;
  }
  .l-footer__menu04 .item.is-email .item_link::before, .l-nav__menu04 .item.is-email .item_link::before {
    width: 29px;
  }
  .l-footer__menu04 .item_link, .l-nav__menu04 .item_link {
    font-size: 1.151875rem;
  }
  .l-footer__menu04 .item_link, .l-nav__menu04 .item_link {
    padding-left: 48px;
  }
  .l-footer__menu04 .item_link::before, .l-nav__menu04 .item_link::before {
    left: 6px;
    width: 26px;
  }
  .l-footer__copyright, .l-nav__copyright {
    font-size: 0.753125rem;
  }
  html {
    scroll-padding-top: 100px;
  }
  :where(body) {
    font-size: 1rem;
  }
  #main {
    padding-top: 80px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l-header__inner {
    padding-inline: 16px 0;
  }
  .l-header__logo {
    gap: 15px;
  }
  .l-header__logo img {
    position: relative;
    top: 3px;
    width: 100px;
  }
  .l-header__logo_txt {
    font-size: 0.8575rem;
  }
  .l-header__menu .item_link {
    font-size: 0.8575rem;
  }
  .l-header__hamburger {
    height: 80px;
  }
  .l-header__hamburger::after {
    font-size: 0.8575rem;
    transform: translateY(12px);
  }
  .l-header__hamburger > * {
    width: 42px;
  }
  .l-header__hamburger > *:nth-child(1) {
    transform: translateY(-20px);
  }
  .l-header__hamburger > *:nth-child(2) {
    transform: translateY(-12px);
  }
  .l-header__hamburger > *:nth-child(3) {
    transform: translateY(-5px);
  }
  .l-header__hamburger.is-open > *:nth-child(1) {
    transform: translateY(-12px) scale(0.7) rotate(45deg);
  }
  .l-header__hamburger.is-open > *:nth-child(2) {
    transform: translateY(-12px) scale(0.7) rotate(135deg);
  }
  .l-header__hamburger.is-open > *:nth-child(3) {
    transform: translateY(-12px) scale(0.7) rotate(135deg);
  }
  .l-nav__wrap {
    padding-right: 0;
    padding-top: 80px;
  }
  .l-nav__inner {
    max-height: calc(100vh - 80px);
  }
  .l-nav__menu {
    gap: 0;
    align-items: flex-start;
    flex-direction: row;
    padding-block: min(min(13.6781609195vh, 119px), clamp(3.75rem, 13.6574074074vw + -2.8055555556rem, 7.4375rem)) 40px;
  }
  .l-nav__col {
    display: block;
    width: 50%;
  }
  .l-nav__col:first-child {
    padding-inline: clamp(0rem, 12.5vw + -9.375rem, 1.5625rem) clamp(1.25rem, 7.1759259259vw + -2.1944444444rem, 3.1875rem);
  }
  .l-nav__col:last-child {
    position: sticky;
    top: 30px;
    padding-left: clamp(1.25rem, 2.7777777778vw + -0.0833333333rem, 2rem);
  }
  .l-nav__menu03 {
    margin-top: 51px;
  }
  .l-nav__menu04 {
    margin-top: 54px;
  }
  .l-nav__menu05 {
    margin-top: 20px;
  }
  .l-nav__social_txt {
    font-size: 1.151875rem;
  }
  .l-nav__social_list {
    gap: 25px;
  }
  .l-nav__social {
    order: unset;
    margin-top: 34px;
  }
  .l-nav__social_list {
    padding-left: 4px;
    margin-top: 13px;
  }
  .l-nav__copyright {
    order: unset;
    margin-top: 35px;
  }
  .l-footer {
    padding-inline: 40px;
    padding-block: clamp(6.25rem, 11.5740740741vw + 0.6944444444rem, 9.375rem) 100px;
  }
  .l-footer__inner {
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    gap: clamp(0rem, -15.625vw + 10rem, 2.5rem);
  }
  .l-footer__logo {
    max-width: 357px;
  }
  .l-footer__col {
    width: 50%;
  }
  .l-footer__col:first-child {
    padding-right: clamp(0rem, 25.390625vw + -12.1875rem, 4.0625rem);
  }
  .l-footer__col:not(:last-child) {
    margin-bottom: 0;
  }
  .l-footer__col:last-child {
    position: sticky;
    top: 120px;
  }
  .l-footer__menu01 {
    margin-top: 98px;
  }
  .l-footer__menu03 {
    margin-top: 51px;
  }
  .l-footer__menu04 {
    margin-top: 42px;
  }
  .l-footer__social_txt {
    font-size: 1.151875rem;
  }
  .l-footer__social_list {
    gap: 25px;
  }
  .l-footer__social {
    gap: 10px 26px;
    margin-top: 49px;
  }
  .l-footer__copyright {
    margin-top: 43px;
  }
  #CntBox, #OcBox {
    padding-bottom: 120px;
  }
  .l-container {
    padding-inline: 40px;
  }
  .l-container:not(.is-sm) {
    padding-right: 40px;
  }
  .l-container.is-sm {
    max-width: 1080px;
  }
  .l-sidebar__lang {
    font-size: 0.7975rem;
  }
  .l-searchbox__content {
    max-width: 1000px;
  }
  .l-searchbox {
    padding-inline: 40px;
  }
  .c-ttl01 {
    background-color: var(--color-accent01);
    flex-direction: row;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    padding-inline: 20px 30px;
    padding-block: 14px;
    gap: 7px;
  }
  .c-ttl01__en {
    font-size: clamp(3rem, 5.0925925926vw + 0.5555555556rem, 4.375rem);
  }
  .c-ttl01__en {
    padding: 0;
  }
  .c-ttl01__jp {
    font-size: clamp(1.125rem, 0.912037037vw + 0.6872222222rem, 1.37125rem);
  }
  .c-ttl01__jp {
    padding: 0;
    position: relative;
    top: -2px;
  }
  .c-btn01 {
    font-size: 1.375rem;
  }
  .c-btn01 {
    min-height: 108px;
    padding-inline: 26px 16px;
  }
  .c-btn01::after {
    width: 26px;
  }
  .c-btn01.is-sm {
    font-size: 1.195625rem;
  }
  .c-btn01.is-sm {
    min-width: 198px;
    min-height: 48px;
    padding-inline: 16px 15px;
  }
  .c-btn02 {
    width: 258px;
    min-height: 47px;
  }
  .c-btn02__txt {
    font-size: 1.1425rem;
  }
  .c-btn02__txt {
    padding-inline: 16px;
  }
  .c-btn02__arrow {
    width: 46px;
  }
  .c-btn02__arrow::after {
    width: 23px;
  }
  .c-btn03 {
    font-size: clamp(1.25rem, 0.6203703704vw + 0.9522222222rem, 1.4175rem);
  }
  .c-btn03 {
    width: clamp(27.5rem, 13.8888888889vw + 20.8333333333rem, 31.25rem);
    min-height: clamp(3.75rem, 2.3148148148vw + 2.6388888889rem, 4.375rem);
    padding-inline: 20px 15px;
  }
  .c-btn03::after {
    top: 3px;
    width: 51px;
  }
  .c-btn03.is-primary {
    font-size: clamp(1.625rem, 2.30078125vw + 0.520625rem, 1.993125rem);
  }
  .c-btn03.is-primary {
    min-height: clamp(6.25rem, 7.8125vw + 2.5rem, 7.5rem);
  }
  .c-btn03.is-primary::after {
    width: 2.3204766384em;
    top: 0.1881467545em;
  }
  .c-btn04 {
    font-size: 1.375rem;
  }
  .c-btn04 {
    min-height: 4.4583333333em;
    padding-inline: 26px 19px;
    font-size: 1.5rem;
  }
  .c-btn04__note {
    font-size: 0.625em;
  }
  .c-btn04__arrow {
    width: 38px;
  }
  .c-btn04__arrow::after {
    border-top-width: 10px;
    border-left-width: 14px;
    border-bottom-width: 10px;
  }
  .c-totop {
    bottom: -35px;
  }
  .c-totop__btn {
    width: 70px;
    border-width: 2px;
    padding-top: 8px;
  }
  .c-totop__btn::after {
    font-size: 2.5rem;
  }
  .c-list01 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-item01 {
    flex: clamp(200px, (1024px - 100vw) * 1000, 33vw);
  }
  .c-item01__link {
    padding-inline: 11px;
    padding-block: 11px;
  }
  .c-item01__content {
    padding-inline: clamp(0px, (100vw - 1200px) * 100, 9px) 0;
    padding-block: 20px 10px;
  }
  .c-item01__desc {
    font-size: clamp(1.0625rem, 1.3579545455vw + 0.1934090909rem, 1.211875rem);
  }
  .c-item01__arrow {
    position: relative;
    top: 1px;
    right: 1px;
    width: 30px;
  }
  .c-item01__arrow::after {
    width: 18px;
  }
}

@media screen and (min-width: 1024px){
  .l-nav__wrap {
    padding-right: 80px;
  }
  .l-container:not(.is-sm) {
    padding-right: 80px;
  }
  .l-content {
    padding-right: 80px;
  }
  .l-content .l-container {
    padding-right: 0;
  }
  .l-sidebar {
    display: block;
  }
}

@media screen and (min-width: 1300px){
  #main {
    padding-top: 90px;
  }
  .l-header__logo img {
    width: 115px;
  }
  .l-header__logo_txt {
    font-size: clamp(0.75rem, 0.5733333333vw + 0.2841666667rem, 0.8575rem);
  }
  .l-header__menu {
    display: flex;
  }
  .l-header__hamburger {
    height: 90px;
  }
  .l-nav__wrap {
    padding-top: 90px;
    padding-right: 90px;
  }
  .l-nav__inner {
    max-height: calc(100vh - 90px);
  }
  .l-container:not(.is-sm) {
    max-width: 1280px;
    padding-inline: 40px;
  }
  .l-content {
    padding-right: 0;
  }
  .l-content .l-container {
    padding-right: 40px;
  }
  .l-sidebar__inner {
    width: 90px;
    padding-top: 99px;
  }
}

@media (any-hover: hover) and (pointer: fine){
  .l-footer__menu01 .item_index:hover .item_expand, .l-nav__menu01 .item_index:hover .item_expand {
    background-color: var(--color-base);
    color: var(--color-accent01);
  }
  .l-footer__menu01 .item_index:hover .item_link, .l-nav__menu01 .item_index:hover .item_link {
    opacity: 0.7;
  }
  .h-zoom:hover .h-zoom__img img {
    transform: scale(1.1);
  }
  .l-searchbox .gsc-search-button button {
    transition: 0.5s;
    transition-property: background-color, color;
  }
  .l-searchbox .gsc-search-button button:hover {
    background-color: var(--color-base);
    color: var(--color-primary);
  }
  .c-btn01:hover::before {
    opacity: 0.7;
  }
  .c-btn02:hover {
    background-color: var(--color-accent01);
  }
  .c-btn02:hover .c-btn02__arrow {
    background-color: currentColor;
  }
  .c-btn02:hover .c-btn02__arrow::after {
    background-color: var(--color-accent01);
  }
  .c-btn04 {
    transition: 0.5s;
    transition-property: background-color, border-color;
  }
  .c-btn04:hover {
    background-color: var(--color-accent01);
    border-color: var(--color-accent01);
  }
  .c-btn04:hover .c-btn04__arrow {
    background-color: var(--color-base);
  }
  .c-totop__btn:hover {
    background-color: var(--color-accent01);
  }
  .c-item01__link {
    transition: 0.5s;
    transition-property: all;
  }
  .c-item01__link:hover .c-item01__arrow {
    background-color: var(--color-accent01);
  }
  .c-item01__link:hover .c-item01__arrow::after {
    background-color: var(--color-base);
  }
}
/*# sourceMappingURL=maps/common.css.map */
