<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document
 *
 * ------------------------------
 * - Index -
 *
 * 0.0 - Normalize
 * 1.0 - Base
 * 2.0 - Layout
 *   2.1 - Header
 *   2.2 - Main
 *   2.3 - Sidebar
 *   2.4 - Footer
 * 3.0 - Component
 *   3.1 - Element
 *   3.2 - Variant
 * 4.0 - Utility
 *
 * ------------------------------
 *
 *
 * ========================================
 * 0.0 - Normalize
 * ===================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* ========================================
 * 1.0 - Base
 * ===================================== */
body {
  overflow: hidden;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, :root {
  overflow-y: scroll;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  body {
    line-height: 1.5;
  }
  body.__sidemenu-open__:before {
    content: "";
    position: fixed;
    z-index: 997;
    top: -50vw;
    left: -50vh;
    width: 200vw;
    height: 200vh;
    background: rgba(0, 0, 0, 0.5);
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dd, dt {
  margin: 0;
  padding: 0;
}

input, textarea {
  width: 100%;
  border: 1px solid #ccc;
}

/* ========================================
 * 2.0 - Layout
 * ===================================== */
#main {
  margin: 50px auto;
}

@media screen and (max-width: 640px) {
  #main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1040px) {
  .container {
    margin-right: 20px !important;
    margin-left: 20px !important;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .container {
    margin-right: 15px !important;
    margin-left: 15px !important;
    width: auto;
  }
}

#contents-wrapper {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  #contents-wrapper {
    display: block;
    margin-top: 10px;
  }
}

/* ------------------------------
 * 2.1 - Header
 * --------------------------- */
#sidemenu-button {
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  display: none;
}

.__sidemenu-open__ #sidemenu-button {
  background: transparent;
}

@media screen and (max-width: 640px) {
  #sidemenu-button {
    display: block;
  }
}

.sidemenu-button {
  width: 60px;
  height: 50px;
  z-index: 999;
}

.sidemenu-button .button-text {
  display: block;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  color: #666;
}

.sidemenu-button:hover {
  cursor: pointer;
}

.hamburger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px auto 3px;
  width: 32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}

.hamburger-button:hover {
  cursor: pointer;
}

.hamburger-button .hamburger-icon {
  display: block;
  margin: 5px 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #666;
}

.hamburger-button:before, .hamburger-button:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #666;
}

.__sidemenu-open__ .hamburger-button .hamburger-icon {
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.__sidemenu-open__ .hamburger-button:before {
  -webkit-transform: rotate(45deg) translate(5.65685px, 5.65685px);
  transform: rotate(45deg) translate(5.65685px, 5.65685px);
}

.__sidemenu-open__ .hamburger-button:after {
  -webkit-transform: rotate(-45deg) translate(5.65685px, -5.65685px);
  transform: rotate(-45deg) translate(5.65685px, -5.65685px);
}

/* ------------------------------
 * 2.2 - Main
 * --------------------------- */
.main-column {
  max-width: 1000px;
  width: 100%;
}

/* ------------------------------
 * 2.3 - Sidebar
 * --------------------------- */
#sidemenu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  width: 200px;
  height: 100%;
  z-index: 998;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 999px) {
  #sidemenu {
    right: -200px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

.__sidemenu-open__ #sidemenu {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ------------------------------
 * 2.4 - Footer
 * --------------------------- */
.to-top {
  position: fixed;
  z-index: 99;
  right: 10px;
  bottom: 10px;
}

.to-top a {
  display: block;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 641px) {
  .to-top {
    display: none;
  }
}

/* ========================================
 * 3.0 - Component (Block)
 * ===================================== */
/* ------------------------------
 * 3.1 - Element
 * --------------------------- */
#header-logo {
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  #header-logo {
    padding: 10px 0;
    width: 200px;
  }
}

#gnav {
  background: #e3e3e3;
  padding: 13px 0;
}

@media screen and (max-width: 999px) {
  #gnav {
    padding: 13px;
  }
}

@media screen and (max-width: 640px) {
  #gnav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -100%;
    padding-top: 50px;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #gnav &gt; .list-item {
    width: 100%;
  }
  #gnav .list-link {
    display: block;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #bbb;
    padding: 12px;
  }
  .__sidemenu-open__ #gnav {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media screen and (min-width: 641px) {
  #gnav .gnav-ul {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
    text-align: left;
  }
  #gnav .gnav-ul:before {
    font-size: 16px;
    font-size: 1.6rem;
    content: "|";
    margin-right: 0.5em;
  }
  #gnav .gnav-ul &gt; .list-item {
    display: inline;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #gnav .gnav-ul &gt; .list-item:after {
    content: "|";
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  #gnav a:hover {
    text-decoration: underline;
  }
}

#mainvisual {
  position: relative;
  background: #ccc url(../img/main-top.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 641px) {
  #mainvisual {
    margin-top: 20px;
    padding-top: 170px;
  }
  #home #mainvisual {
    padding-top: 0;
  }
}

#mainvisual img {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 641px) {
  #mainvisual img {
    padding-bottom: 30px;
  }
}

#home #mainvisual img {
  margin: 0 auto;
  padding-bottom: 0;
}

#member #mainvisual:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#research #mainvisual {
  background-image: url(../img/main-research.jpg);
}

#performance #mainvisual {
  background-image: url(../img/main-performance.jpg);
}

#project #mainvisual {
  background-image: url(../img/main-project.jpg);
}

.section-header {
  background: #f0f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f1f1), color-stop(50%, #fffffa), color-stop(95%, #dadadc));
  background: linear-gradient(to bottom, #f0f1f1 0%, #fffffa 50%, #dadadc 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#dadadc',GradientType=0 );
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
  padding: 12px 10px 12px 75px;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .section-header {
    padding: 4px 10px 4px 50px;
  }
}

.section-header:before, .section-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 10px;
  height: 100%;
  background: #288bcb;
  background: -webkit-gradient(linear, left top, left bottom, from(#288bcb), color-stop(20%, #2ca3dd), to(#1d489b));
  background: linear-gradient(to bottom, #288bcb 0%, #2ca3dd 20%, #1d489b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#288bcb', endColorstr='#1d489b',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 640px) {
  .section-header:before, .section-header:after {
    width: 7px;
    left: 17px;
  }
}

.section-header:after {
  left: 37px;
}

@media screen and (max-width: 640px) {
  .section-header:after {
    left: 29px;
  }
}

.title-secondary {
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: 10px solid #236ab3;
  border-bottom: 2px solid #236ab3;
  padding: 4px 0 4px 15px;
  color: #0071b9;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.5em;
}

.top-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .top-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.top-link-list &gt; .list-item {
  overflow: hidden;
  border-radius: 0 0 20px 0;
}

@media screen and (min-width: 641px) {
  .top-link-list &gt; .list-item {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .top-link-list &gt; .list-item {
    margin-bottom: 10px;
  }
}

.top-link-list &gt; .list-item &gt; .link-item {
  display: block;
  position: relative;
  padding-top: 34%;
  color: #fff;
  background: #ccc no-repeat center center / cover;
}

.top-link-list &gt; .list-item &gt; .link-item .en {
  position: absolute;
  left: 10px;
  bottom: 25px;
  font-weight: bold;
}

.top-link-list &gt; .list-item &gt; .link-item .en:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 5px;
  width: 13px;
  height: 13px;
  background: url(../img/arrow-white.svg) no-repeat center center/contain;
}

.top-link-list &gt; .list-item &gt; .link-item .jp {
  position: absolute;
  left: 10px;
  bottom: 5px;
}

.list-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow-y: scroll;
  max-height: 400px;
}

@media screen and (min-width: 641px) {
  .list-news {
    padding-left: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 640px) {
  .list-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.list-news &gt; .list-dt {
  margin-right: 15px;
  width: 90px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background: #2ca3dd;
  background: -webkit-gradient(linear, left top, right top, from(#2ca3dd), to(#182984));
  background: linear-gradient(to right, #2ca3dd 0%, #182984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca3dd', endColorstr='#182984',GradientType=1 );
}

@media screen and (max-width: 640px) {
  .list-news &gt; .list-dt {
    margin: 0 0 8px 0;
  }
}

.list-news &gt; .list-dd {
  width: calc(100% - 105px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #999;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 640px) {
  .list-news &gt; .list-dd {
    width: 100%;
  }
}

.member-link-list {
  margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .member-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.member-link-list &gt; .list-item {
  margin-bottom: 12px;
}

@media screen and (min-width: 1000px) {
  .member-link-list &gt; .list-item {
    width: 48%;
  }
}

.member-link-list &gt; .list-item .link-item {
  display: block;
  position: relative;
  padding: 11px 50px 11px 20px;
  line-height: 1.4;
  border-radius: 3px;
  background: #052c44;
  background: -webkit-gradient(linear, left top, left bottom, from(#052c44), to(#5ba1b4));
  background: linear-gradient(to bottom, #052c44 0%, #5ba1b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#052c44', endColorstr='#5ba1b4',GradientType=0 );
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.member-link-list &gt; .list-item .link-item.nolink {
  pointer-events: none;
}

.member-link-list &gt; .list-item .link-item.nolink:after {
  content: none;
}

.member-link-list &gt; .list-item .link-item b {
  font-size: 16px;
  font-size: 1.6rem;
}

.member-link-list &gt; .list-item .link-item:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-white.svg) no-repeat center center/contain;
}

section.container {
  margin-bottom: 60px;
}

.wp-text-content h3 {
  margin-bottom: 12px;
  font-weight: bold;
}

.wp-text-content p {
  margin-bottom: 1em;
}

.wp-text-content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 641px) {
  .inner-content {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .column-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .column-wrap .photo-content {
    margin-bottom: 1em;
  }
  .column-wrap .photo-content figcaption {
    margin-top: 0;
    background: #eee;
    padding: 0.5em;
  }
}

@media screen and (min-width: 641px) {
  .column-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column-wrap .left-column {
    width: 39%;
  }
  #professor-profile .column-wrap .left-column {
    width: 28%;
  }
  .column-wrap .right-column {
    width: 55%;
  }
  #professor-profile .column-wrap .right-column {
    width: 67%;
  }
}

.inner-content.list-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.list-contents-index {
  margin-bottom: 40px;
  background: #f8f7f0;
}

@media screen and (min-width: 641px) {
  .list-contents-index {
    padding: 16px 50px;
  }
}

@media screen and (max-width: 640px) {
  .list-contents-index {
    padding: 16px;
  }
}

.list-contents-index &gt; .list-item {
  margin: 10px 0;
  line-height: 1.3;
}

.list-contents-index &gt; .list-item:before {
  content: "•";
  margin-right: 0.5em;
}

.list-contents-index .link-item {
  color: #0000ff;
  text-decoration: underline;
}

.list-contents-index .link-item:hover, .list-contents-index .link-item:active, .list-contents-index .link-item:focus {
  color: #6666ff;
}

.history-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .history-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 640px) {
  .history-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}

.history-column &gt; .title {
  margin-bottom: 8px;
  width: 60px;
  background: #2ca3dd;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #2ca3dd), to(#182984));
  background: linear-gradient(to right, #2ca3dd 1%, #182984 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca3dd', endColorstr='#182984',GradientType=1 );
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 1px;
}

.history-column &gt; .list-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -2px 0 10px;
}

@media screen and (min-width: 641px) {
  .history-column &gt; .list-history {
    width: calc(100% - 80px);
  }
}

.history-column &gt; .list-history &gt; .date {
  width: 90px;
}

.history-column &gt; .list-history &gt; .description {
  margin-bottom: 5px;
  width: calc(100% - 100px);
}

#professor-profile .photo-column {
  max-width: 250px;
  margin: 0 auto 20px;
}

.list-thesis &gt; .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 10px;
  line-height: 1.4;
}

.list-thesis &gt; .list-item .year {
  margin-right: 10px;
  width: 90px;
}

.list-thesis &gt; .list-item .author {
  margin-right: 10px;
  width: 100px;
}

.list-thesis &gt; .list-item .title {
  width: calc(100% - 210px);
}

@media screen and (max-width: 640px) {
  .list-thesis &gt; .list-item .title {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-left: 100px;
    width: 100%;
  }
}

#project-link li {
  margin: 10px 0;
  line-height: 1.3;
}

#project-link li:before {
  content: "•";
  margin-right: 0.5em;
}

#project-link li a {
  color: #0000ff;
  text-decoration: underline;
}

#project-link li a:hover, #project-link li a:active, #project-link li a:focus {
  color: #6666ff;
}

#footer-info-list {
  background: #f7f5e6;
  padding: 50px 0;
  position: relative;
}

.swiper-wrapper &gt; .swiper-slide {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 640px) {
  .swiper-wrapper &gt; .swiper-slide {
    width: 240px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.swiper-wrapper &gt; .swiper-slide .title {
  overflow: hidden;
  padding: 12px 0 8px;
  height: 70px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .swiper-wrapper &gt; .swiper-slide .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.swiper-wrapper &gt; .swiper-slide .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.swiper-wrapper &gt; .swiper-slide .text .content {
  overflow: hidden;
  height: 63px;
}

.swiper-wrapper a h4, .swiper-wrapper a p, .swiper-wrapper a img {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.swiper-wrapper a:hover h4, .swiper-wrapper a:hover p, .swiper-wrapper a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  top: 50px;
  height: calc(100% - 100px);
  width: 50px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (max-width: 1200px) {
  .btn-controll {
    width: 30px;
  }
}

.btn-controll:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.btn-controll .st0 {
  fill: #fff;
}

.btn-controll .st1 {
  fill: #666;
}

@media screen and (min-width: 1000px) {
  .button-prev {
    right: 50%;
    margin-right: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .button-prev {
    left: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .button-next {
    left: 50%;
    margin-left: 520px;
  }
}

@media screen and (max-width: 1200px) {
  .button-next {
    right: 15px;
  }
}

#footer {
  background: #000;
  color: #fff;
  padding: 30px 0;
}

#copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

/**
 ** Swiper 3.3.1
 ** Most modern mobile touch slider and framework with hardware accelerated transitions
 **
 ** http://www.idangero.us/swiper/
 **
 ** Copyright 2016, Vladimir Kharlampidi
 ** The iDangero.us
 ** http://www.idangero.us/
 **
 ** Licensed under MIT
 **
 ** Released on: February 7, 2016
 **/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal &gt; .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical &gt; .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ------------------------------
 * 3.2 - Variant (Modifier, State)
 * --------------------------- */
/* ========================================
 * 4.0 - Utility
 * ===================================== */
._mincho {
  font-family: 'Noto Serif JP', serif;
}

._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._clear {
  clear: both;
}

._clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

._ro {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

._ro:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media (min-width: 641px) {
  ._for-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  ._for-pc {
    display: none;
  }
}

._nolink {
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>