@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&family=Poppins:wght@400;500;700&display=swap");
*,
::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 */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 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 {
  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 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; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * 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; }

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield; }

/**
 * 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]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

.px-025 {
  padding-left: .25rem;
  padding-right: .25rem; }

.py-025 {
  padding-top: .25rem;
  padding-bottom: .25rem; }

.mb-05 {
  margin-bottom: .5rem !important; }

.mt-05 {
  margin-top: .5rem !important; }

.ml-05 {
  margin-left: .5rem !important; }

.mr-05 {
  margin-right: .5rem !important; }

.mx-05 {
  margin-left: .5rem !important;
  margin-right: .5rem !important; }

.my-05 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important; }

.px-05 {
  padding-left: .5rem !important;
  padding-right: .5rem !important; }

.py-05 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.mt-2 {
  margin-top: 2rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.mt-3 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.mt-4 {
  margin-top: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.mx-4 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.mt-5 {
  margin-top: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.mx-5 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.mt-6 {
  margin-top: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.mx-6 {
  margin-left: 6rem;
  margin-right: 6rem; }

.my-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.px-6 {
  padding-left: 6rem;
  padding-right: 6rem; }

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.mt-7 {
  margin-top: 7rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pb-7 {
  padding-bottom: 7rem !important; }

.pr-7 {
  padding-right: 7rem !important; }

.pl-7 {
  padding-left: 7rem !important; }

.mx-7 {
  margin-left: 7rem;
  margin-right: 7rem; }

.my-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.px-7 {
  padding-left: 7rem;
  padding-right: 7rem; }

.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.mt-8 {
  margin-top: 8rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.mx-8 {
  margin-left: 8rem;
  margin-right: 8rem; }

.my-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.px-8 {
  padding-left: 8rem;
  padding-right: 8rem; }

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.w-full,
.w-100p {
  width: 100%; }

.space-between {
  justify-content: space-between; }

.items-center {
  align-items: center; }

.fixed {
  position: fixed; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.relative {
  position: relative; }

.flex-basis-50 {
  flex-basis: 50%; }

ol.lower-alpha {
  list-style: lower-alpha !important; }

ol.upper-alpha {
  list-style: upper-alpha !important; }

ol.lower-roman {
  list-style: lower-roman !important; }

ol.upper-roman {
  list-style: upper-roman !important; }

ol.upper-roman {
  list-style: upper-roman !important; }

ol.lower-greek {
  list-style: lower-greek !important; }

ol.katakana {
  list-style: katakana !important; }

ul.square {
  list-style: square !important; }
  ul.square li::marker {
    color: unset !important; }

ul.circle {
  list-style: circle !important; }
  ul.circle li::marker {
    color: unset !important; }

ul.outside {
  list-style: outside !important; }
  ul.outside li::marker {
    color: unset !important; }

.flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-col {
  display: flex;
  flex-direction: column; }

.bold {
  font-weight: bold; }

.flex-basis-1_2 {
  flex-basis: 50%; }

.flex-basis-1_3 {
  flex-basis: calc(100% / 3); }

a.internal {
  color: unset !important;
  text-decoration: none !important;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px; }
  a.internal:after {
    content: '↓';
    color: var(--ascent-color);
    margin-left: 8px; }

:root {
  --bg-color: white;
  --ascent-color: #ff7320;
  --main-width: 1080px; }

html {
  font-size: 16px;
  letter-spacing: 0; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #333333;
  background-color: var(--bg-color);
  margin: 0;
  word-break: normal; }

a:focus {
  color: var(--ascent-color); }

a img:hover {
  opacity: 0.8; }

hr {
  border-color: #ccc; }

strong {
  font-weight: 600;
  font-size: 1.125rem; }

em {
  font-family: "Poppins", sans-serif;
  font-style: initial;
  font-weight: bold;
  font-size: 0.75rem;
  color: var(--ascent-color); }

h2.title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 3.25rem; }
  @media screen and (min-width: 768px) {
    h2.title {
      font-size: 5rem; } }
.subtitle {
  font-size: 1.125rem;
  font-weight: 600; }

.container {
  margin: auto;
  max-width: var(--main-width);
  padding: 0 1rem; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0; } }
.page-container {
  margin: auto;
  max-width: var(--main-width);
  display: flex;
  flex-direction: column-reverse; }
  @media screen and (min-width: 768px) {
    .page-container {
      flex-direction: row; } }
@media screen and (min-width: 768px) {
  .md-container {
    margin: auto;
    max-width: var(--main-width); } }

header#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: white;
  z-index: 1000000; }
  header#header ul.top-menu {
    display: flex;
    justify-content: flex-end; }
    header#header ul.top-menu li {
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center; }
      header#header ul.top-menu li.grey {
        font-weight: 500;
        width: 108px;
        padding: 1rem 0;
        margin: 0 1px;
        text-align: center;
        font-size: 0.8rem;
        color: white;
        background-color: #989898; }
        html[lang="en-us"] header#header ul.top-menu li.grey {
          font-size: 0.6rem; }
        header#header ul.top-menu li.grey a:focus {
          color: white; }
      header#header ul.top-menu li.separator {
        border-left: 1px solid #989898;
        margin-left: 1rem; }
      header#header ul.top-menu li.sns {
        display: flex;
        justify-content: space-around; }
        header#header ul.top-menu li.sns a {
          width: 60px;
          text-align: center; }
      header#header ul.top-menu li.globe {
        width: 60px;
        background-color: var(--ascent-color); }
      header#header ul.top-menu li.contact {
        margin-left: 1rem;
        word-break: keep-all; }
      header#header ul.top-menu li.access {
        margin-left: 1rem;
        word-break: keep-all; }
      header#header ul.top-menu li.search {
        width: 60px;
        background-color: black; }
  header#header ul.menu {
    display: flex;
    justify-content: flex-end; }
    header#header ul.menu li {
      font-weight: bold;
      margin: 1rem;
      padding-bottom: 0.25rem; }
      header#header ul.menu li a:hover {
        color: var(--ascent-color); }
      header#header ul.menu li.active {
        border-bottom: 3px solid var(--ascent-color); }

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px; }
  @media screen and (min-width: 768px) {
    .header-wrap {
      height: initial; } }
  .header-wrap .hamburger-button {
    width: 72px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000; }
  .header-wrap .logo {
    padding: 0 1rem; }
    .header-wrap .logo img {
      margin-right: 4px;
      max-height: 24px; }
      @media screen and (min-width: 400px) {
        .header-wrap .logo img {
          max-height: 32px; } }
      @media screen and (min-width: 768px) {
        .header-wrap .logo img {
          max-height: 42px; } }
footer#footer {
  color: white;
  background-color: #333333; }
  footer#footer .logo {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center; }
    footer#footer .logo img {
      margin-right: 2%; }
      footer#footer .logo img:first-child {
        width: 32%; }
      footer#footer .logo img:last-child {
        width: 66%; }
  footer#footer .upper {
    padding: 3rem 0; }
    footer#footer .upper .inner {
      padding: 0 2rem; }
      @media screen and (min-width: 768px) {
        footer#footer .upper .inner {
          padding: 0; } }
    footer#footer .upper .columns {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        footer#footer .upper .columns {
          flex-direction: row; } }
      footer#footer .upper .columns > .col {
        padding: 0 1rem;
        flex: 2; }
        footer#footer .upper .columns > .col:first-child {
          padding-left: 0; }
        footer#footer .upper .columns > .col:last-child {
          padding-right: 0; }
        footer#footer .upper .columns > .col:first-child {
          flex: 3; }
  footer#footer .copyrights {
    color: #d0d0d0;
    background-color: transparent;
    padding-bottom: 64px;
    font-size: 9px; }
    @media screen and (min-width: 768px) {
      footer#footer .copyrights {
        background-color: black;
        font-size: 0.8rem;
        padding: 1rem 0; } }
ul.footer-main-links {
  margin: 2.5rem 0;
  display: flex;
  flex-wrap: wrap; }
  ul.footer-main-links li {
    flex-basis: 50%;
    margin-bottom: 1rem; }
    ul.footer-main-links li::before {
      content: "-";
      margin-right: 0.5rem; }

.footer-link {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1rem; }

ul.footer-links {
  margin-bottom: 2rem; }
  ul.footer-links li {
    margin-top: 0.25rem;
    font-size: 0.75rem; }
    ul.footer-links li::before {
      content: "-";
      margin-right: 0.5rem; }

body > .container > section {
  margin: 2rem 0; }
  @media screen and (min-width: 768px) {
    body > .container > section {
      margin: 4rem 0; } }
.btn {
  display: inline-block;
  border: 1px solid;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  font-weight: bold; }
  .btn:hover {
    border-color: var(--ascent-color);
    background-color: white !important; }

a.btn {
  text-decoration: none !important; }

.btn-rounded {
  border-radius: 30px; }

.btn-inverse {
  background-color: black;
  color: white !important; }
  .btn-inverse:hover {
    background-color: white !important;
    color: black !important; }
    .btn-inverse:hover img {
      filter: invert(1); }

.btn-arrow {
  display: flex;
  justify-content: space-between; }
  .btn-arrow::after {
    content: "→"; }

section.page-header {
  margin-top: 72px; }
  @media screen and (min-width: 768px) {
    section.page-header {
      margin-top: 112px;
      margin-bottom: 8rem; } }
section.page-content {
  margin-top: 6rem; }
  @media screen and (min-width: 768px) {
    section.page-content {
      margin-top: 8rem;
      margin-bottom: 8rem; } }
.page-title {
  background-color: white;
  position: absolute;
  bottom: 0; }
  .page-title:before {
    content: " ";
    width: 1000%;
    display: block;
    background: white;
    position: absolute;
    height: 100%;
    left: -1000%; }
  .page-title h1 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.5rem 2rem 0 0; }
    @media screen and (min-width: 768px) {
      .page-title h1 {
        font-size: 5rem;
        padding: 0.5rem 2rem 0 0; } }
.page-subtitle {
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.5rem; }
  @media screen and (min-width: 768px) {
    .page-subtitle {
      font-size: 1.125rem; } }
.grids {
  display: grid;
  grid-template-columns: none;
  column-gap: 4%;
  row-gap: 4em; }
  @media screen and (min-width: 768px) {
    .grids {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1000px) {
    .grids {
      grid-template-columns: 1fr 1fr 1fr; } }
  .grids .grid img {
    border-radius: 12px;
    width: 100%; }

.breadcrumbs {
  margin: 1.5rem 0;
  font-size: 0.75rem; }
  .breadcrumbs ul {
    display: flex; }
    .breadcrumbs ul li:first-child::before {
      content: "";
      margin: 0; }
    .breadcrumbs ul li::before {
      content: ">";
      margin: 0 1rem; }
    .breadcrumbs ul li:last-child {
      font-weight: bold; }

.page-to-top {
  display: flex;
  bottom: 0;
  right: 0;
  background-color: var(--ascent-color);
  color: white;
  font-size: 1.6rem;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center; }
  .page-to-top:hover {
    opacity: 0.8;
    color: white; }
  .page-to-top:focus {
    color: white; }

.banners {
  background-color: #f2f2f2;
  padding: 48px 0 64px; }

.banner-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  justify-content: space-between; }
  .banner-items a {
    margin: 8px 0;
    flex-basis: calc(50% - 8px); }
    @media screen and (min-width: 768px) {
      .banner-items a {
        flex-basis: unset; } }
    .banner-items a img {
      max-width: 100%; }
  .banner-items::after {
    width: 257px;
    content: " "; }

.ad-banner-items {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 24px 20px !important;
  background-color: white;
  justify-content: space-between;
  position: relative; }
.ad-banner-items:after { content: ""; width: 32%; height: auto; }
.ad-banner-items a { margin: 0 0 20px !important; width: 32%; }
.ad-banner-items a img { width: 100%; height: auto; }
@media screen and (max-width: 767px) {
.banner-items a img {
    max-width: 768px !important;
	width: 100% !important;
}
.ad-banner-items { padding: 20px 12px 10px !important; }
.ad-banner-items:after { width: 48.5%; }
.ad-banner-items a { margin: 0 0 10px !important; width: 48.5%; }
}


section#admission {
  background: url(../images/top/admission_bg.jpg);
  background-size: cover;
  color: white;
  padding: 64px 0 96px; }

@media screen and (min-width: 768px) {
  .admission-groups {
    display: flex;
    justify-content: space-between; } }

.admission-group {
  margin-top: 3rem;
  flex-basis: 45%; }
  .admission-group a:focus {
    color: white; }
  .admission-group h3 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between; }
    .admission-group h3 span {
      word-break: keep-all;
      padding: 0 2rem; }
    .admission-group h3::before, .admission-group h3::after {
      content: " ";
      background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 6px);
      background-size: 4px 2px;
      background-position: left 55%;
      background-repeat: repeat-x;
      width: 100%; }
  .admission-group .box {
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    flex-basis: calc(50% - 8px);
    align-items: center;
    justify-content: center;
    height: 224px;
    position: relative;
    padding: 1rem; }
    .admission-group .box .arrow {
      position: absolute;
      bottom: 1rem;
      font-size: 1.8rem; }
    .admission-group .box strong {
      display: block;
      margin: 1rem 0; }
    .admission-group .box img {
      width: max-content; }

section#features {
  padding: 64px 0 96px;
  background-color: #f2f2f2; }

.academics-bg {
  margin-top: 48px; }
  .academics-bg .academics-boxes {
    display: flex;
    height: 100%;
    flex-direction: column;
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .academics-bg .academics-boxes {
        justify-content: space-around;
        align-items: center;
        flex-direction: row; } }
  .academics-bg .box01,
  .academics-bg .box02 {
    flex-basis: 50%; }
  .academics-bg .box01 > a,
  .academics-bg .box02 > a {
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    max-width: 320px;
    margin: 10% calc((100% - 320px) / 2);
    padding: 1rem 0; }
    @media screen and (min-width: 768px) {
      .academics-bg .box01 > a,
      .academics-bg .box02 > a {
        padding: 2rem; } }
    .academics-bg .box01 > a h3,
    .academics-bg .box02 > a h3 {
      font-size: 1.8rem; }
    .academics-bg .box01 > a .arrow,
    .academics-bg .box02 > a .arrow {
      font-weight: 400;
      font-size: 1.6rem; }
  .academics-bg .box01 {
    background: url("../images/top/academics01.jpg") left 0 no-repeat;
    background-size: cover; }
    .academics-bg .box01 > a {
      background-color: rgba(255, 115, 32, 0.9); }
  .academics-bg .box02 {
    background: url("../images/top/academics02.jpg") right center no-repeat;
    background-size: cover; }
    .academics-bg .box02 > a {
      background-color: rgba(35, 177, 194, 0.9); }

section#main {
  position: relative;
  margin-top: 72px;
  margin-bottom: 2rem; }
  section#main .slick img {
    width: 100%; }
  section#main .slick .slick-slide {
    position: relative; }
  @media screen and (min-width: 768px) {
    section#main {
      height: auto;
      margin-top: 112px;
      margin-bottom: 4rem; } }
  section#main .side-tabs {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    flex-direction: row;
    align-items: flex-end;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      section#main .side-tabs {
        top: 128px;
        right: 0;
        bottom: unset;
        width: auto;
        flex-direction: column; } }
    section#main .side-tabs .side-tab {
      background-color: #f2f2f2;
      padding: 1rem;
      font-weight: bold;
      border: 1px solid var(--ascent-color);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.75rem;
      border-radius: 0;
      height: 46px;
      writing-mode: horizontal-tb;
      margin-bottom: 0px; }
      @media screen and (min-width: 768px) {
        section#main .side-tabs .side-tab {
          justify-content: unset;
          font-size: 1rem;
          border-radius: 4px 0 0 4px;
          height: initial;
          writing-mode: vertical-rl;
          margin-bottom: 16px; } }
      section#main .side-tabs .side-tab img {
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          section#main .side-tabs .side-tab img {
            margin-top: 0.5rem; } }
      section#main .side-tabs .side-tab:first-child {
        flex-basis: 50%; }
        @media screen and (min-width: 768px) {
          section#main .side-tabs .side-tab:first-child {
            flex-basis: unset; } }
      section#main .side-tabs .side-tab:nth-child(2) {
        flex-grow: 1; }
        @media screen and (min-width: 768px) {
          section#main .side-tabs .side-tab:nth-child(2) {
            flex-grow: unset; } }
.info {
  position: relative;
  background-color: black;
  color: white;
  width: 100%;
  opacity: 0.9;
  padding: 1rem 0; }
  @media screen and (min-width: 768px) {
    .info {
      position: absolute;
      bottom: 0; } }
  .info .container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    margin: 0; }
    .info .container ul {
      padding: 0.5rem 0; }
      .info .container ul li {
        display: none;
        margin-top: 1rem; }
        .info .container ul li:first-child {
          display: initial; }
    @media screen and (min-width: 768px) {
      .info .container {
        margin: auto;
        flex-direction: row; } }
  .info .more {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 100%;
    border-left: 1px solid #f2f2f2;
    font-size: 0.625rem;
    display: flex;
    align-items: flex-end;
    font-weight: bold; }
    .info .more:hover {
      color: white; }
    .info .more span.bar {
      display: block;
      width: 30%;
      height: 2px;
      position: absolute;
      left: 35%;
      background: white;
      border-radius: 1px; }
      .info .more span.bar:nth-child(1) {
        top: 35%; }
      .info .more span.bar:nth-child(2) {
        top: 35%;
        transform: rotate(90deg); }
    .info .more::after {
      content: "MORE";
      padding: 1rem 0;
      text-align: center;
      width: 100%; }
    .info .more.open {
      background-color: var(--ascent-color); }
      .info .more.open span.bar:nth-child(1) {
        transform: rotate(45deg); }
      .info .more.open span.bar:nth-child(2) {
        transform: rotate(-45deg); }
      .info .more.open::after {
        content: "CLOSE"; }
  .info h2 {
    font-weight: bold;
    display: inline-block;
    padding: 0;
    border: 0;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 768px) {
      .info h2 {
        padding: 0.5rem 2rem 0.5rem 0;
        border-right: 1px solid #f2f2f2;
        margin-right: 2rem;
        margin-bottom: 0; } }
  .info time {
    margin-right: 1rem;
    display: block;
    margin-bottom: 0.25rem; }
    @media screen and (min-width: 768px) {
      .info time {
        display: initial;
        margin-bottom: 0; } }
section#agr {
  background-image: url("../images/top/agr_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 48px; }

.agr-box {
  padding: 2rem;
  width: 90%;
  box-shadow: 0px 5px 5px #e0e0e0;
  border-radius: 8px;
  background-color: white;
  margin: 12rem 0 4rem;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .agr-box {
      margin: 4rem 0;
      width: 60%; } }
  .agr-box header {
    font-weight: bold;
    font-size: 1.4rem; }
    .agr-box header h3 {
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 768px) {
        .agr-box header h3 {
          font-size: 2.5rem;
          margin-bottom: 1rem; } }
    .agr-box header small {
      font-size: 1rem; }
    .agr-box header::after {
      content: " ";
      display: block;
      width: 2rem;
      border-bottom: 3px solid var(--ascent-color);
      margin: 1rem 0; }
  .agr-box > section {
    line-height: 1.6rem; }
    .agr-box > section::after {
      display: block;
      content: "→";
      margin-top: 0.5rem;
      color: #999;
      font-size: 1.6rem; }
  .agr-box.left {
    align-self: flex-start; }
  .agr-box.right {
    align-self: flex-end; }

.agr-image {
  position: absolute;
  top: 24px;
  max-width: 100%; }
  .agr-image.left {
    left: -16px; }
    @media screen and (min-width: 768px) {
      .agr-image.left {
        left: -128px; } }
  .agr-image.right {
    right: -16px; }
    @media screen and (min-width: 768px) {
      .agr-image.right {
        right: 0; } }
.agr-row {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 32px; }

.research-items {
  display: grid;
  grid-template-columns: none;
  column-gap: 4%;
  row-gap: 4em;
  grid-template-columns: 1fr 1fr; }
  @media screen and (min-width: 768px) {
    .research-items {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
@media screen and (min-width: 768px) {
  .research-item {
    max-width: 240px; } }

.research-item img {
  max-width: 100%; }

.research-item .tags {
  margin-top: 16px; }
  .research-item .tags span {
    font-size: 0.625rem;
    font-weight: bold;
    color: var(--ascent-color);
    border: 1px solid var(--ascent-color);
    border-radius: 10px;
    padding: 0.125rem 0.5rem; }

.research-item .title {
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.4rem; }

.research-item .label {
  background-color: var(--ascent-color);
  word-break: keep-all;
  color: white;
  border-radius: 4px;
  margin-left: 0.5rem;
  padding: 0 0.3rem; }

.side-menu {
  border-top: 4px solid var(--ascent-color);
  flex: none; }
  @media screen and (min-width: 768px) {
    .side-menu {
      width: 240px; } }
  .side-menu li {
    border-bottom: 1px solid #dadada; }
    .side-menu li.active {
      color: var(--ascent-color); }
    .side-menu li:first-child a {
      font-size: 1.25rem;
      padding: 1.5rem 1rem; }
    .side-menu li a {
      font-weight: bold;
      padding: 1rem;
      display: flex;
      justify-content: space-between; }
      .side-menu li a:hover {
        background-color: #f6f6f6; }
      .side-menu li a::after {
        content: "→"; }

.page-main {
  padding: 0 1rem; }
  .page-main:first-child {
    padding: 0; }
  @media screen and (min-width: 768px) {
    .page-main {
      padding-left: 40px;
      padding-right: 0; } }
  .page-main a {
    color: var(--ascent-color);
    text-decoration: underline; }
    .page-main a:hover {
      background-color: #ffe8db; }
    .page-main a.btn {
      color: initial; }
    .page-main a[target="_blank"]::after {
      content: " ";
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-left: 8px;
      background-image: url("../images/common/new_window.png");
      background-size: contain; }
    .page-main a.txt::after {
      display: inline-block;
      line-height: 10px;
      content: "TXT";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: black;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
    .page-main a.pdf::after {
      display: inline-block;
      line-height: 10px;
      content: "PDF";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: #c45757;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
    .page-main a.doc::after {
      display: inline-block;
      line-height: 10px;
      content: "DOC";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: #5771ad;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
    .page-main a.xls::after {
      display: inline-block;
      line-height: 10px;
      content: "XLS";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: #618e4d;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
    .page-main a.ppt::after {
      display: inline-block;
      line-height: 10px;
      content: "PPT";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: #cc773e;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
    .page-main a.new::after {
      display: inline-block;
      line-height: 10px;
      content: "NEW";
      font-weight: bold;
      font-size: 10px;
      margin-left: 8px;
      text-decoration: none;
      background-color: #ff7320;
      color: white;
      padding: 2px 6px;
      border-radius: 3px; }
  .page-main h1 {
    border-top: 4px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 3.75rem;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 1.6rem 0;
    margin-bottom: 3rem; }
  .page-main h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px; }
    .page-main h2::after {
      margin-top: 4px;
      width: 32px;
      display: block;
      content: " ";
      border-bottom: 2px solid var(--ascent-color); }
  .page-main h3 {
    color: var(--ascent-color);
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 30px; }
  .page-main h4 {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 30px;
    padding-left: 1rem;
    border-left: 2px solid var(--ascent-color);
    margin-bottom: 30px; }
  .page-main h5 {
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 30px; }
  .page-main h6 {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 24px; }
  .page-main p {
    margin-bottom: 30px;
    line-height: 2rem; }
    .page-main p.column {
      background-color: #fdf1e9;
      padding: 2rem;
      border-radius: 10px; }
  .page-main .cols-2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .page-main .cols-2 > * {
      width: calc(50% - 16px); }
  .page-main .cols-3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
    .page-main .cols-3 > * {
      width: calc((100% / 3) - 16px); }
  .page-main table {
    margin: 30px 0;
    line-height: 24px; }
    .page-main table th,
    .page-main table td {
      padding: 0.75em;
      border: 1px solid #dadada; }
    .page-main table th {
      font-weight: bold;
      word-break: keep-all;
      color: var(--ascent-color);
      background-color: #fff8f4; }
  .page-main hr {
    margin: 30px 0; }
  .page-main ol {
    list-style: number; }
  .page-main ul {
    list-style: disc; }
    .page-main ul li::marker {
      color: var(--ascent-color); }
  .page-main ol,
  .page-main ul {
    padding-left: 1rem; }
    .page-main ol li,
    .page-main ul li {
      padding-left: 0.5rem;
      margin-bottom: 1rem;
      line-height: 1.5rem; }

ul.news-items li {
  border-bottom: 1px solid #dadada;
  padding: 1.2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2rem; }
  ul.news-items li time {
    display: block;
    margin-bottom: 0.25rem; }
    @media screen and (min-width: 768px) {
      ul.news-items li time {
        display: initial;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 1rem; } }
  ul.news-items li::after {
    content: "→";
    margin-left: 1rem; }

ul.tabs {
  display: none; }
  @media screen and (min-width: 768px) {
    ul.tabs {
      display: flex; } }
  ul.tabs li {
    font-weight: bold;
    padding: 1rem;
    word-break: keep-all;
    border-bottom: 3px solid #dadada;
    display: none;
    text-wrap: nowrap; }
    @media screen and (min-width: 768px) {
      ul.tabs li {
        display: initial; } }
    ul.tabs li.active {
      display: initial;
      border-bottom: 3px solid var(--ascent-color); }
  ul.tabs::after {
    content: " ";
    width: 100%;
    border-bottom: 3px solid #dadada; }

.slick-prev {
  top: -5rem;
  right: 10rem;
  left: unset; }

.slick-next {
  top: -5rem;
  right: 5rem; }

.slick-prev::before,
.slick-next::before {
  color: #333333;
  font-size: 5rem; }

.slick-slide img {
  width: 60vw; }
  @media screen and (min-width: 768px) {
    .slick-slide img {
      width: initial; } }
.md-show {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .md-show {
      display: initial !important; } }
.hidden {
  display: none !important; }

@media screen and (min-width: 768px) {
  .md-hidden {
    display: none !important; } }

.hamburger-button {
  width: 72px;
  height: 72px;
  background-color: var(--ascent-color);
  position: relative; }
  .hamburger-button.close .bar {
    display: block;
    width: 34%;
    height: 2px;
    position: absolute;
    left: 33%;
    background: white;
    border-radius: 1px; }
    .hamburger-button.close .bar:nth-child(1) {
      top: 33%; }
    .hamburger-button.close .bar:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .hamburger-button.close .bar:nth-child(3) {
      top: 67%;
      transform: translateY(-100%); }
  .hamburger-button.open .bar {
    display: block;
    width: 34%;
    height: 2px;
    position: absolute;
    left: 33%;
    background: white;
    border-radius: 1px; }
    .hamburger-button.open .bar:nth-child(1) {
      top: 50%;
      transform: rotate(-45deg); }
    .hamburger-button.open .bar:nth-child(2) {
      top: 50%;
      transform: rotate(45deg); }
    .hamburger-button.open .bar:nth-child(3) {
      display: none; }

#pc-menu {
  padding: 1rem 0;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 1000;
  left: 0;
  display: none; }
  #pc-menu .container {
    display: flex; }
  #pc-menu .menu-1 {
    display: inline-block;
    flex-basis: 25%;
    font-size: 1.5rem;
    color: var(--ascent-color);
    font-weight: bold;
    padding: 0.25rem 0; }
  #pc-menu .sub-menus {
    flex-basis: 75%;
    display: flex;
    flex-basis: 3;
    display: flex;
    flex-wrap: wrap; }
    #pc-menu .sub-menus li {
      font-weight: bold;
      flex-basis: calc(100% / 3);
      border-left: 1px solid #999999;
      line-height: 2rem;
      padding: 0 1rem;
      margin: 0.25rem 0; }

#sp-menu {
  display: none;
  font-size: 1rem;
  position: fixed;
  top: 72px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: white;
  background-color: #333333; }
  #sp-menu .wrap {
    border-bottom: 1px solid #dadada;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #sp-menu .wrap .menu-1 {
      display: flex;
      justify-content: space-between; }
    #sp-menu .wrap .inner {
      padding: 22px 20px;
      width: 100%; }
    #sp-menu .wrap .toggle {
      display: flex;
      width: 60px;
      justify-content: center;
      place-items: center;
      border-left: 1px solid #dadada;
      font-size: 2rem;
      position: relative; }
      #sp-menu .wrap .toggle.open .bar {
        display: block;
        width: 34%;
        height: 2px;
        position: absolute;
        left: 33%;
        background: white;
        border-radius: 1px; }
        #sp-menu .wrap .toggle.open .bar:nth-child(1) {
          top: 50%; }
        #sp-menu .wrap .toggle.open .bar:nth-child(2) {
          top: 50%;
          display: none; }
      #sp-menu .wrap .toggle.close .bar {
        display: block;
        width: 34%;
        height: 2px;
        position: absolute;
        left: 33%;
        background: white;
        border-radius: 1px; }
        #sp-menu .wrap .toggle.close .bar:nth-child(1) {
          top: 50%; }
        #sp-menu .wrap .toggle.close .bar:nth-child(2) {
          top: 50%;
          transform: rotate(90deg); }
  #sp-menu .sub-menus {
    display: none; }
    #sp-menu .sub-menus a li {
      border-bottom: 1px solid #dadada;
      background-color: #484848;
      padding: 24px 20px;
      display: flex;
      justify-content: space-between; }
      #sp-menu .sub-menus a li::after {
        content: "→"; }
    #sp-menu .sub-menus a:first-child li {
      border-top: 1px solid #dadada; }
    #sp-menu .sub-menus a:last-child li {
      border: 0; }
  #sp-menu .list {
    display: flex;
    flex-wrap: wrap; }
    #sp-menu .list li {
      flex-basis: 50%;
      margin: 1rem 0; }
      #sp-menu .list li::before {
        content: "-";
        margin-right: 0.5rem; }
  #sp-menu input {
    color: initial;
    border: 1px solid white;
    background-color: white;
    height: 40px;
    padding: 0 1rem; }
  #sp-menu ul.languages {
    display: flex;
    width: 100%;
    justify-content: center; }
    #sp-menu ul.languages li {
      padding: 0 2rem; }
    #sp-menu ul.languages li:first-child {
      border-right: 1px solid #dadada; }

figure {
  margin: 0.5rem 0; }
  figure img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 4px; }
  figure figcaption {
    font-size: 14px;
    line-height: 21px; }
  figure.pull-right {
    width: calc(50% - 16px);
    float: right;
    margin-left: 2rem; }
  figure.pull-left {
    width: calc(50% - 16px);
    float: left;
    margin-right: 2rem; }

nav.pagination {
  margin: 4rem 0; }
  nav.pagination ul {
    display: flex;
    justify-content: center; }
    nav.pagination ul a {
      color: initial;
      text-decoration: none; }
      nav.pagination ul a:hover {
        background-color: initial; }
        nav.pagination ul a:hover li {
          background-color: black;
          color: white; }
    nav.pagination ul li {
      background-color: #f2f2f2;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      margin: 0 4px;
      padding: 0; }
      nav.pagination ul li.active {
        color: white;
        background-color: #333333; }

.research-filter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff8f4;
  padding: 6rem 0;
  z-index: 1000000; }
  .research-filter .container {
    margin: auto;
    padding: 0 16px; }
    @media screen and (min-width: 768px) {
      .research-filter .container {
        padding: 0 128px; } }
  .research-filter h2 {
    color: var(--ascent-color);
    font-weight: bold;
    font-size: 1.5rem; }
  .research-filter hr {
    margin: 1.5rem 0; }
  .research-filter .form-group {
    display: flex;
    align-items: center; }
  .research-filter label {
    font-weight: bold;
    margin-right: 1rem;
    word-break: keep-all; }
  .research-filter input, .research-filter select {
    background-color: white;
    padding: 0.5rem 1rem;
    border: 1px solid #333333;
    border-radius: 4px;
    width: 100%; }
  .research-filter .select-group {
    width: 100%;
    position: relative; }
    .research-filter .select-group span {
      font-size: 10px;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      border-left: 1px solid;
      border-radius: 0 4px 4px 0; }
  .research-filter button {
    background-color: white; }
  .research-filter .research-filter-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 16px;
    right: 32px; }
    .research-filter .research-filter-close span {
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      background: black;
      border-radius: 1px; }
      .research-filter .research-filter-close span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg); }
      .research-filter .research-filter-close span:nth-child(2) {
        top: 50%;
        transform: rotate(45deg); }
  .research-filter .tags {
    display: flex;
    flex-wrap: wrap; }
    .research-filter .tags .tag {
      border: 1px solid #333333;
      border-radius: 30px;
      margin-right: 1rem;
      padding: 0.5rem 1rem;
      cursor: pointer; }
      .research-filter .tags .tag.active {
        color: white;
        background-color: var(--ascent-color);
        border: 1px solid var(--ascent-color); }

.widget-search {
  margin-bottom: 2rem; }
  .widget-search input[type="search"] {
    border: 1px solid;
    padding: 0.5rem 1rem;
    border-radius: 4px; }

#search-results {
  margin-bottom: 4rem; }
  #search-results h1 {
    font-size: 2rem;
    margin: 2rem 0; }
  #search-results h1 + article {
    border-top: 1px solid #cccccc; }
  #search-results article {
    padding: 1.5rem 0;
    border-bottom: 1px solid #cccccc;
    position: relative; }
    #search-results article ul.asset-meta-list {
      display: flex;
      margin-bottom: 0.5rem; }
      #search-results article ul.asset-meta-list li {
        margin-right: 1rem; }
    #search-results article h2 {
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
    #search-results article::after {
      display: flex;
      content: "→";
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      align-items: center; }

.search-results-header {
  font-size: 2rem;
  margin: 2rem 0; }

hr.bold {
  background-color: #cccccc;
  border-width: 2px; }

ul.anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0; }
  ul.anchors a {
    text-decoration: none; }
    ul.anchors a:hover {
      background-color: initial; }
  ul.anchors li {
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
    margin-right: 1rem; }
    ul.anchors li::after {
      margin-left: 8px;
      content: "↓";
      color: var(--ascent-color); }

.heading-with-image {
  display: flex;
  flex-direction: column;
  color: white;
  margin: 32px 0; }
  @media screen and (min-width: 768px) {
    .heading-with-image {
      flex-direction: row; } }
  .heading-with-image > div {
    padding: 16px 16px 32px; }
    .heading-with-image > div h2 {
      margin: 0; }
      .heading-with-image > div h2::after {
        content: none; }
  .heading-with-image img {
    max-width: 100%;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .heading-with-image img {
        width: 45%; } }
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .row > .col {
      width: calc((100% - 32px) / 2); } }
.branches > a {
  padding: 12px 16px; }

.branches ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0; }
  .branches ul li {
    flex-basis: 50%; }

.read-more {
  display: inline-block;
  border: 1px solid;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 30px; }
  .read-more:hover {
    background-color: black !important;
    color: white !important; }
    .read-more:hover img {
      filter: invert(1); }
  .read-more::after {
    content: "→";
    margin-left: 16px; }

a.entry-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: initial; }
  a.entry-summary .category {
    border: 1px solid var(--ascent-color);
    padding: 0 12px;
    border-radius: 20px;
    font-size: 10px;
    margin-left: 12px;
    color: var(--ascent-color); }
  a.entry-summary p {
    margin: 0; }
  a.entry-summary:hover {
    background-color: initial; }
  a.entry-summary:after {
    margin-left: 8px;
    content: "→"; }

.prof-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .prof-row {
      flex-direction: row; } }
  .prof-row > div:first-child {
    flex-basis: 30%; }
  .prof-row > div {
    flex-basis: 67%; }

.lab-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .lab-row {
      flex-direction: row; } }
  .lab-row > div {
    flex-basis: 48%;
    margin-bottom: 16px; }

.img-rounded {
  border-radius: 10px; }

ul.gakumon {
  margin-bottom: 4rem;
  padding: 0; }
  ul.gakumon a {
    color: inherit;
    text-decoration: none; }
  ul.gakumon li {
    border-bottom: 1px solid #ececec;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    color: initial;
    margin: 0; }
    @media screen and (min-width: 768px) {
      ul.gakumon li {
        flex-direction: row; } }
    ul.gakumon li .img {
      width: 100%;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        ul.gakumon li .img {
          width: 240px;
          margin-right: 2rem; } }
.anchor-target {
  margin-top: -72px;
  padding-top: 72px; }
  @media screen and (min-width: 768px) {
    .anchor-target {
      margin-top: -112px;
      padding-top: 112px; } }

.top-title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
