@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.tiny-font {
  font-size: 10.2px; }

.small-font {
  font-size: 13.6px; }

.medium-font {
  font-size: 17px; }

.medium-large-font {
  font-size: 22.1px; }

.large-font {
  font-size: 25.5px; }

.big-font {
  font-size: 34px; }

.huge-font {
  font-size: 39.1px; }

.massive-font {
  font-size: 47.6px; }

.font-black {
  color: #000; }
  .font-black a {
    color: #000; }

.bg-black {
  background-color: #000; }

.border-black {
  border: solid 1px #000; }

.border-top-black {
  border-top: solid 1px #000; }

.border-right-black {
  border-right: solid 1px #000; }

.border-bottom-black {
  border-bottom: solid 1px #000; }

.border-left-black {
  border-left: solid 1px #000; }

.font-white {
  color: #FFF; }
  .font-white a {
    color: #FFF; }

.bg-white {
  background-color: #FFF; }

.border-white {
  border: solid 1px #FFF; }

.border-top-white {
  border-top: solid 1px #FFF; }

.border-right-white {
  border-right: solid 1px #FFF; }

.border-bottom-white {
  border-bottom: solid 1px #FFF; }

.border-left-white {
  border-left: solid 1px #FFF; }

.font-gray {
  color: #c1c1c1; }
  .font-gray a {
    color: #c1c1c1; }

.bg-gray {
  background-color: #c1c1c1; }

.border-gray {
  border: solid 1px #c1c1c1; }

.border-top-gray {
  border-top: solid 1px #c1c1c1; }

.border-right-gray {
  border-right: solid 1px #c1c1c1; }

.border-bottom-gray {
  border-bottom: solid 1px #c1c1c1; }

.border-left-gray {
  border-left: solid 1px #c1c1c1; }

.font-dark-gray {
  color: #747474; }
  .font-dark-gray a {
    color: #747474; }

.bg-dark-gray {
  background-color: #747474; }

.border-dark-gray {
  border: solid 1px #747474; }

.border-top-dark-gray {
  border-top: solid 1px #747474; }

.border-right-dark-gray {
  border-right: solid 1px #747474; }

.border-bottom-dark-gray {
  border-bottom: solid 1px #747474; }

.border-left-dark-gray {
  border-left: solid 1px #747474; }

.font-navy {
  color: #000080; }
  .font-navy a {
    color: #000080; }

.bg-navy {
  background-color: #000080; }

.border-navy {
  border: solid 1px #000080; }

.border-top-navy {
  border-top: solid 1px #000080; }

.border-right-navy {
  border-right: solid 1px #000080; }

.border-bottom-navy {
  border-bottom: solid 1px #000080; }

.border-left-navy {
  border-left: solid 1px #000080; }

.font-thin-gray {
  color: #eceaea; }
  .font-thin-gray a {
    color: #eceaea; }

.bg-thin-gray {
  background-color: #eceaea; }

.border-thin-gray {
  border: solid 1px #eceaea; }

.border-top-thin-gray {
  border-top: solid 1px #eceaea; }

.border-right-thin-gray {
  border-right: solid 1px #eceaea; }

.border-bottom-thin-gray {
  border-bottom: solid 1px #eceaea; }

.border-left-thin-gray {
  border-left: solid 1px #eceaea; }

.font-steelblue {
  color: steelblue; }
  .font-steelblue a {
    color: steelblue; }

.bg-steelblue {
  background-color: steelblue; }

.border-steelblue {
  border: solid 1px steelblue; }

.border-top-steelblue {
  border-top: solid 1px steelblue; }

.border-right-steelblue {
  border-right: solid 1px steelblue; }

.border-bottom-steelblue {
  border-bottom: solid 1px steelblue; }

.border-left-steelblue {
  border-left: solid 1px steelblue; }

.font-main {
  color: var(--main-color); }
  .font-main a {
    color: var(--main-color); }

.bg-main {
  background-color: var(--main-color); }

.border-main {
  border: solid 1px var(--main-color); }

.border-top-main {
  border-top: solid 1px var(--main-color); }

.border-right-main {
  border-right: solid 1px var(--main-color); }

.border-bottom-main {
  border-bottom: solid 1px var(--main-color); }

.border-left-main {
  border-left: solid 1px var(--main-color); }

.font-sub {
  color: var(--sub-color); }
  .font-sub a {
    color: var(--sub-color); }

.bg-sub {
  background-color: var(--sub-color); }

.border-sub {
  border: solid 1px var(--sub-color); }

.border-top-sub {
  border-top: solid 1px var(--sub-color); }

.border-right-sub {
  border-right: solid 1px var(--sub-color); }

.border-bottom-sub {
  border-bottom: solid 1px var(--sub-color); }

.border-left-sub {
  border-left: solid 1px var(--sub-color); }

.font-accent {
  color: var(--accent-color); }
  .font-accent a {
    color: var(--accent-color); }

.bg-accent {
  background-color: var(--accent-color); }

.border-accent {
  border: solid 1px var(--accent-color); }

.border-top-accent {
  border-top: solid 1px var(--accent-color); }

.border-right-accent {
  border-right: solid 1px var(--accent-color); }

.border-bottom-accent {
  border-bottom: solid 1px var(--accent-color); }

.border-left-accent {
  border-left: solid 1px var(--accent-color); }

.font-bg {
  color: var(--bg-color); }
  .font-bg a {
    color: var(--bg-color); }

.bg-bg {
  background-color: var(--bg-color); }

.border-bg {
  border: solid 1px var(--bg-color); }

.border-top-bg {
  border-top: solid 1px var(--bg-color); }

.border-right-bg {
  border-right: solid 1px var(--bg-color); }

.border-bottom-bg {
  border-bottom: solid 1px var(--bg-color); }

.border-left-bg {
  border-left: solid 1px var(--bg-color); }

.font-font {
  color: var(--font-color); }
  .font-font a {
    color: var(--font-color); }

.bg-font {
  background-color: var(--font-color); }

.border-font {
  border: solid 1px var(--font-color); }

.border-top-font {
  border-top: solid 1px var(--font-color); }

.border-right-font {
  border-right: solid 1px var(--font-color); }

.border-bottom-font {
  border-bottom: solid 1px var(--font-color); }

.border-left-font {
  border-left: solid 1px var(--font-color); }

.font-font-light {
  color: var(--font-light-color); }
  .font-font-light a {
    color: var(--font-light-color); }

.bg-font-light {
  background-color: var(--font-light-color); }

.border-font-light {
  border: solid 1px var(--font-light-color); }

.border-top-font-light {
  border-top: solid 1px var(--font-light-color); }

.border-right-font-light {
  border-right: solid 1px var(--font-light-color); }

.border-bottom-font-light {
  border-bottom: solid 1px var(--font-light-color); }

.border-left-font-light {
  border-left: solid 1px var(--font-light-color); }

.font-main-c {
  color: var(--main-color-c); }
  .font-main-c a {
    color: var(--main-color-c); }

.bg-main-c {
  background-color: var(--main-color-c); }

.border-main-c {
  border: solid 1px var(--main-color-c); }

.border-top-main-c {
  border-top: solid 1px var(--main-color-c); }

.border-right-main-c {
  border-right: solid 1px var(--main-color-c); }

.border-bottom-main-c {
  border-bottom: solid 1px var(--main-color-c); }

.border-left-main-c {
  border-left: solid 1px var(--main-color-c); }

.font-sub-c {
  color: var(--sub-color-c); }
  .font-sub-c a {
    color: var(--sub-color-c); }

.bg-sub-c {
  background-color: var(--sub-color-c); }

.border-sub-c {
  border: solid 1px var(--sub-color-c); }

.border-top-sub-c {
  border-top: solid 1px var(--sub-color-c); }

.border-right-sub-c {
  border-right: solid 1px var(--sub-color-c); }

.border-bottom-sub-c {
  border-bottom: solid 1px var(--sub-color-c); }

.border-left-sub-c {
  border-left: solid 1px var(--sub-color-c); }

.font-accent-c {
  color: var(--accent-color-c); }
  .font-accent-c a {
    color: var(--accent-color-c); }

.bg-accent-c {
  background-color: var(--accent-color-c); }

.border-accent-c {
  border: solid 1px var(--accent-color-c); }

.border-top-accent-c {
  border-top: solid 1px var(--accent-color-c); }

.border-right-accent-c {
  border-right: solid 1px var(--accent-color-c); }

.border-bottom-accent-c {
  border-bottom: solid 1px var(--accent-color-c); }

.border-left-accent-c {
  border-left: solid 1px var(--accent-color-c); }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

@media (min-width: 575.98px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-center {
    text-align: center !important; }

  .text-sm-right {
    text-align: right !important; } }
@media (min-width: 767.98px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-center {
    text-align: center !important; }

  .text-md-right {
    text-align: right !important; } }
@media (min-width: 991.98px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-center {
    text-align: center !important; }

  .text-lg-right {
    text-align: right !important; } }
@media (min-width: 1199.98px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-center {
    text-align: center !important; }

  .text-xl-right {
    text-align: right !important; } }
.line-height-10 {
  line-height: 1; }

.line-height-11 {
  line-height: 1.1; }

.line-height-12 {
  line-height: 1.2; }

.line-height-13 {
  line-height: 1.3; }

.line-height-14 {
  line-height: 1.4; }

.line-height-15 {
  line-height: 1.5; }

.line-height-16 {
  line-height: 1.6; }

.line-height-17 {
  line-height: 1.7; }

.line-height-18 {
  line-height: 1.8; }

.line-height-19 {
  line-height: 1.9; }

.line-height-20 {
  line-height: 2; }

.line-height-21 {
  line-height: 2.1; }

.line-height-22 {
  line-height: 2.2; }

.line-height-23 {
  line-height: 2.3; }

.line-height-24 {
  line-height: 2.4; }

.line-height-25 {
  line-height: 2.5; }

.line-height-26 {
  line-height: 2.6; }

.line-height-27 {
  line-height: 2.7; }

.line-height-28 {
  line-height: 2.8; }

.line-height-29 {
  line-height: 2.9; }

.line-height-30 {
  line-height: 3; }

.invert {
  filter: invert(100%); }

.font-bold {
  font-weight: bold; }

.font-normal {
  font-weight: normal; }

.font-italic {
  font-style: italic; }

.overflow-hidden {
  overflow: hidden; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-400 {
  max-height: 400px; }

.mh-434 {
  max-height: 434px; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text_onhover_opacity:hover {
  opacity: 0.7; }
.text_onhover_opacity a:hover {
  opacity: 0.7; }

.text_onhover_underline:hover {
  text-decoration: underline; }
.text_onhover_underline a:hover {
  opacity: 0.8;
  text-decoration: underline; }

.text-notdecoration {
  text-decoration: none; }
  .text-notdecoration a {
    text-decoration: none; }

.text-underline {
  text-decoration: underline; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.break-all {
  word-break: break-all; }

.image-center {
  display: block;
  margin: 0 auto; }

/*
タグに直接指定するもの。
 */
body {
  color: var(--font-color);
  background-color: var(--bg-color);
  font-family: var(--font-family);
  font-size: 17px;
  line-height: 1.8em; }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, verdana, sans-serif; } }
  @media screen and (max-width: 991.98px) {
    body {
      padding-top: 64px; } }

header a, footer a {
  text-decoration: none; }
  header a:hover, footer a:hover {
    opacity: 0.8; }

img {
  max-width: 100%;
  vertical-align: middle; }

div {
  word-break: break-word; }

button {
  border: none;
  cursor: pointer;
  outline: none; }

hr.-black {
  border: none;
  border-top: 2px solid #000; }
hr.-white {
  border: none;
  border-top: 2px solid #FFF; }
hr.-gray {
  border: none;
  border-top: 2px solid #c1c1c1; }
hr.-dark-gray {
  border: none;
  border-top: 2px solid #747474; }
hr.-navy {
  border: none;
  border-top: 2px solid #000080; }
hr.-thin-gray {
  border: none;
  border-top: 2px solid #eceaea; }
hr.-steelblue {
  border: none;
  border-top: 2px solid steelblue; }
hr.-main {
  border: none;
  border-top: 2px solid var(--main-color); }
hr.-sub {
  border: none;
  border-top: 2px solid var(--sub-color); }
hr.-accent {
  border: none;
  border-top: 2px solid var(--accent-color); }
hr.-bg {
  border: none;
  border-top: 2px solid var(--bg-color); }
hr.-font {
  border: none;
  border-top: 2px solid var(--font-color); }
hr.-font-light {
  border: none;
  border-top: 2px solid var(--font-light-color); }
hr.-main-c {
  border: none;
  border-top: 2px solid var(--main-color-c); }
hr.-sub-c {
  border: none;
  border-top: 2px solid var(--sub-color-c); }
hr.-accent-c {
  border: none;
  border-top: 2px solid var(--accent-color-c); }

iframe {
  max-width: 100%; }

a.link {
  color: var(--link-color); }

#header-mobile-nav {
  display: none; }

#mb-header {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%; }

.header-type1__pc {
  border-top: 4px solid var(--main-color); }
.header-type1__sp {
  height: 64px;
  border-top: 4px solid var(--main-color); }
.header-type1 .navbutton {
  font-size: 36px; }

.l-header-mobile {
  padding: 0 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  line-height: 1; }
  .l-header-mobile__title {
    flex: 1 1 auto; }
  .l-header-mobile__menu {
    padding: 0.25rem;
    flex: 0 0 50px;
    text-align: center; }

.header-mobile-nav {
  border-bottom: 1px solid var(--main-color-c); }
  .header-mobile-nav > li:not(:last-child) {
    border-bottom: 1px dotted var(--main-color-c); }

@media screen and (max-width: 991.98px) {
  .l-outer-side {
    z-index: 1200;
    position: fixed; } }

.l-drawer {
  min-height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 64px 0 2.0rem;
  color: var(--main-color-c);
  background-color: var(--main-color); }

.l-main {
  min-height: 400px; }

.l-menu-type2__list {
  border-left: 1px dotted #ffffff; }
  .l-menu-type2__list:last-child {
    border-right: 1px dotted #ffffff; }

.l-page-title {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--main-color-c);
  background-color: var(--main-color); }
  .layout2 .l-page-title {
    color: var(--sub-color-c);
    background-color: var(--sub-color); }

.l-side .-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 2.0rem; }

.l-share-btns-row {
  padding: 0.5rem 0;
  background-color: var(--sub-color-trans-20); }
  .l-share-btns-row .sns-btns {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; }
    .l-share-btns-row .sns-btns__item {
      width: 25px; }
    .l-share-btns-row .sns-btns__link {
      display: block;
      width: 100%; }
      .l-share-btns-row .sns-btns__link:hover {
        opacity: 0.8; }

.l-banner-footer {
  border-top: 1px solid #eceaea; }

.l-fixed {
  position: fixed;
  right: 2.0rem;
  bottom: 2.5rem; }

/*
Layout variation
 */
.layout2 .image-slider-full {
  margin: 2.0rem auto;
  max-width: 1140px; }
  @media screen and (max-width: 1199.98px) {
    .layout2 .image-slider-full {
      max-width: 960px; } }
  @media screen and (max-width: 767.98px) {
    .layout2 .image-slider-full {
      margin: 0; } }

.layout3 {
  display: flex; }
  @media screen and (max-width: 991.98px) {
    .layout3 {
      display: inherit; } }
  .layout3 .l-outer-side {
    max-width: 240px;
    flex: 0 0 240px;
    border-right: 1px solid #c1c1c1; }
    .layout3 .l-outer-side header {
      position: sticky;
      top: 0;
      height: 100vh;
      overflow: scroll;
      border-top: 5px solid var(--main-color); }
      @media screen and (max-width: 991.98px) {
        .layout3 .l-outer-side header {
          position: inherit;
          height: 0;
          overflow: inherit;
          border-top: none; } }
  .layout3 .l-outer-main {
    flex: 1 0 0;
    margin-left: -240px;
    padding-left: 240px;
    max-width: 100%; }
    @media screen and (max-width: 991.98px) {
      .layout3 .l-outer-main {
        margin-left: 0;
        padding-left: 0; } }
  .layout3 .l-main {
    min-height: 560px; }

.heading-margin {
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 991.98px) {
    .heading-margin {
      margin-top: 1.5rem; } }

.heading-circle {
  line-height: 1.5; }
  .heading-circle::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    border: var(--main-color) 5px solid;
    border-radius: 50%;
    vertical-align: text-top; }

.heading-circle2::before {
  content: "●";
  display: inline-block;
  margin-right: 1.0em;
  font-size: 12px;
  vertical-align: bottom;
  color: var(--main-color); }

.st0 {
  fill: none; }

.heading-chev-circle-right::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  margin-right: 0.5em; }

.heading-circle-bottom {
  position: relative;
  padding-bottom: 54px;
  line-height: 1.5; }
  .heading-circle-bottom::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    bottom: 14px;
    margin-left: -5px;
    font-size: 10px;
    color: var(--accent-color); }

.heading-pattern2 {
  padding-left: 12px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-left: 8px solid var(--main-color);
  border-bottom: 1px solid var(--main-color); }

.heading-border-bottom {
  font-weight: bold;
  border-bottom: 2px solid var(--font-color); }

.heading-border-bottom-main {
  padding-bottom: 0.5rem;
  font-weight: bold;
  border-bottom: 3px double var(--main-color); }

.bg-main-trans-20 {
  background-color: var(--main-color-trans-20); }

.bg-main-trans {
  background-color: var(--main-color-trans); }

.bg-half-main-trans {
  background: linear-gradient(180deg, var(--bg-color) 0%, var(--bg-color) 50%, var(--main-color-trans) 50%, var(--main-color-trans) 100%); }

.btn {
  color: var(--sub-color-c);
  background-color: var(--sub-color);
  font-size: 20.4px;
  font-weight: bold;
  padding: 0.6em 5em;
  display: block;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  position: relative; }
  .btn:hover {
    opacity: 0.8; }
  .btn::after {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .btn--small {
    padding: 0.6em 3.0em; }
  .btn--external::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.btn-outline-main {
  color: var(--main-color-c);
  background-color: transparent;
  border: 2px solid var(--main-color-c); }

.btn-white-outline-sub {
  color: var(--sub-color);
  background-color: #ffffff;
  border: 2px solid var(--sub-color); }

.btn-toggle-category::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }
.btn-toggle-category.-open::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

.label {
  display: inline-block;
  padding: 2px 15px;
  border: 1px solid var(--accent-color);
  border-radius: 12px;
  font-size: 12px;
  line-height: 1;
  color: var(--accent-color); }

.scroll-to-top {
  display: flex;
  justify-content: center;
  text-decoration: none; }

.search-box {
  width: 100%;
  height: 32px;
  font-size: 16px; }

.professor__profile-box {
  border-left: solid 3px navy; }

.access__map {
  height: 400px; }

.heading-line {
  margin-bottom: 3em; }
  .heading-line path {
    stroke-linecap: square;
    stroke: var(--main-color);
    stroke-width: 2; }

.fr-view img {
  max-width: 100%; }
.fr-view table th {
  background-color: var(--main-color) !important;
  color: var(--main-color-c) !important; }
.fr-view table tr, .fr-view table td, .fr-view table th {
  padding: 1em;
  border: 1px solid #ddd; }
.fr-view h2 {
  margin-top: 1.0rem; }
  .fr-view h2:not(.heading-circle-bottom) {
    background-color: #d7f2ff;
    border-radius: 13px;
    padding: 20px;
    text-align: center;
    /* padding-left: 20px; */
    /* padding-bottom: 5px; */
    /* padding-top: 5px; */
    font-size: 24.4px;
    font-weight: bold;
    margin-top: 3em;
    margin-bottom: 50px; }
.fr-view h3:not(.heading-circle-bottom) {
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-left: 8px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 1em;
  font-size: 20.4px;
  font-weight: bold;
  margin-top: 55px; }
.fr-view h4 {
  margin-top: 1.0rem;
  margin-bottom: 1.0em;
  font-size: 16px;
  font-weight: bold; }
.fr-view p {
  line-height: 2.0; }
.fr-view .fr-class-highlighted {
  font-weight: bold;
  background: linear-gradient(transparent 60%, var(--accent-color-trans-20) 60%); }
.fr-view .fr-text-bordered {
  border-top-color: var(--font-light-color);
  border-bottom: none; }
.fr-view ul {
  padding-left: 2.0rem; }
  .fr-view ul > li {
    list-style: disc; }
.fr-view ol {
  padding-left: 2.0rem; }
  .fr-view ol > li {
    list-style-type: decimal; }
.fr-view em {
  font-style: italic; }
.fr-view a {
  color: var(--link-color); }

.side-list__link {
  position: relative;
  padding-left: 20px;
  text-decoration: none;
  color: var(--font-color); }
  .side-list__link::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--accent-color);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }

.member-image {
  width: 130px;
  height: 130px;
  background-size: contain;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  max-width: 100%;
  border-radius: 10px; }

.member-header {
  display: flex;
  align-items: center; }
  .member-header__image {
    width: 130px;
    height: 130px;
    background-size: contain;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-radius: 10px;
    margin-right: 1.5rem; }
  .member-header__main {
    flex: 1 0 0; }
  .member-header__name {
    font-size: 22.5px;
    font-weight: bold; }
  .member-header__name-sub {
    color: var(--font-light-color); }

.photo-list__item {
  width: 25%;
  padding: 0.5rem; }
  @media screen and (max-width: 991.98px) {
    .photo-list__item {
      width: 33.33%; } }
  @media screen and (max-width: 767.98px) {
    .photo-list__item {
      width: 50%; } }
.photo-list__link {
  display: block;
  text-align: center; }

input.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

textarea.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.twitter-wrapper {
  border: 1px solid #eceaea;
  border-radius: .25rem; }

a.pointer-events-none {
  pointer-events: none;
  text-decoration: none;
  color: var(--font-color); }
  a.pointer-events-none:hover {
    opacity: 1; }

.text-box {
  border: 1px solid #eceaea;
  padding: 1.0rem; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

h2.related {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 26px; }

.blog-ref {
  display: flex;
  /* border: 2px solid var(--main-color); */
  padding: 0 11px;
  background-color: #e0f4fe;
  border-radius: 23px;
  cursor: pointer; }
  .blog-ref:hover {
    background-color: #bce4f8 !important; }
  .blog-ref .thumbnail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .blog-ref .blog-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 3;
    padding: 20px; }
    .blog-ref .blog-content .title {
      flex: 1;
      font-size: 17px;
      text-align: center;
      font-weight: bold;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .blog-ref .blog-content .description {
      flex: 2;
      color: #999;
      font-size: 15px;
      line-height: 24px;
      margin-top: 10px; }

.fr-view table tr, .fr-view table td, .fr-view table th {
  border: 1px solid #777 !important; }

@media screen and (max-width: 767.98px) {
  .client-45 .fr-view p {
    font-size: 16px;
    line-height: 1.8; } }
.client-45 .header-type1__pc {
  border-width: 28px; }
  .client-45 .header-type1__pc::before {
    display: block;
    content: '';
    background-image: url("/assets/main/img/45/colorbar.png");
    background-size: contain;
    width: 100%;
    height: 14px; }
.client-45 .header-type1__sp::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url("/assets/main/img/45/colorbar.png");
  background-size: contain;
  width: 100%;
  height: 8px; }
.client-45 .site-brand__image > span {
  width: 58px;
  height: 58px; }
.client-45 .site-brand__right .small-font {
  font-size: 15px; }
.client-45 .header-menu a > span {
  font-size: 16px; }
  .client-45 .header-menu a > span.tiny-font {
    font-size: 10px; }
.client-45 .l-header-mobile {
  padding-top: 8px; }
.client-45 .l-page-title {
  padding-top: 2.0rem !important;
  padding-bottom: 2.0rem !important; }
  @media screen and (max-width: 991.98px) {
    .client-45 .l-page-title {
      padding-top: 1.25rem !important;
      padding-bottom: 1.25rem !important; } }
  @media screen and (max-width: 991.98px) {
    .client-45 .l-page-title h1 {
      font-size: 1.2rem; } }
.client-45 .fr-view ol {
  line-height: 1.5; }
  .client-45 .fr-view ol li:not(:last-child) {
    margin-bottom: 1.0rem; }
.client-45 h2.big-font {
  font-size: 26px; }
.client-45 h2.heading-circle-bottom {
  padding-bottom: 36px; }
.client-45 footer {
  padding-top: 1.5rem !important; }
  .client-45 footer > div div:nth-child(3) {
    margin-top: 1.0rem !important; }
  .client-45 footer > div div:nth-child(4) {
    margin-top: 1.0rem !important; }
  .client-45 footer > div div:nth-child(5) {
    margin-top: 1.0rem !important;
    margin-bottom: 1.0rem !important; }

.client-54 {
  --font-family: Open Sans, sans-serif; }
  .client-54 #top-about .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%; }

.client-55 .site-brand__title {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 991.98px) {
    .client-55 .site-brand__title {
      font-size: 24px; } }
.client-55 .footer-brand-default__title {
  font-family: 'Josefin Slab', serif;
  font-size: 30px; }

.client-60 .l-menu-type2__list {
  border: none; }
.client-60 .header-left {
  flex: 0 0 74%;
  max-width: 74%; }
.client-60 .header-right {
  flex: 0 0 26%;
  max-width: 26%; }
.client-60 .site-brand-double__title {
  font-size: 14px; }
.client-60 .site-brand-double__left > img {
  height: 55px; }
.client-60 .site-brand-double-mobile__title {
  font-size: 10.5px; }
@media screen and (max-width: 767.98px) {
  .client-60 .site-brand-double-mobile__left {
    display: none; } }
@media screen and (max-width: 767.98px) {
  .client-60 .site-brand-double-mobile__right {
    display: none; } }

.client-62 .profile-image {
  width: 200px; }

.client-68 .header-type1__pc, .client-68 .header-type1__sp {
  position: relative;
  background-image: url("/assets/main/img/68/bg-header.jpg");
  background-size: cover; }
.client-68::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("/assets/main/img/68/bg-main.jpg") repeat-y center top fixed;
  background-size: cover; }

.client-73 .l-main {
  min-height: 720px; }
  @media screen and (max-width: 767.98px) {
    .client-73 .l-main {
      min-height: 400px; } }
.client-73 footer {
  padding-top: 1.0rem !important; }
  .client-73 footer > div:nth-child(2) {
    margin-top: 1.0rem !important; }
    .client-73 footer > div:nth-child(2) > div:nth-child(2) {
      margin-top: 0.5rem !important; }
    .client-73 footer > div:nth-child(2) > div:nth-child(3) {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
.client-73 .footer-brand-73__logo {
  width: 65px;
  margin-bottom: 1.0rem; }
  @media screen and (max-width: 767.98px) {
    .client-73 .footer-brand-73__logo {
      width: 60px; } }
@media screen and (max-width: 767.98px) {
  .client-73 .footer-brand-73 > div {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 767.98px) {
  .client-73 .footer-brand-73__left {
    order: 1; } }
@media screen and (max-width: 767.98px) {
  .client-73 .footer-brand-73__center {
    order: 3; } }
@media screen and (max-width: 767.98px) {
  .client-73 .footer-brand-73__right {
    order: 2; } }
.client-73 .member-list__name {
  font-weight: bold; }

.toc a:link, .toc a:visited, .toc a:hover, .toc a:active {
  color: blue; }

.custom-post-list-row__list {
  list-style: none; }
.custom-post-list-row__item {
  border-bottom: 1px solid var(--main-color); }
  .custom-post-list-row__item:first-child {
    border-top: 1px solid var(--main-color); }
.custom-post-list-row__link {
  display: flex;
  padding: 1rem 2rem 1rem 0;
  align-items: center;
  text-decoration: none;
  position: relative; }
  .custom-post-list-row__link:hover {
    opacity: 0.8; }
  .custom-post-list-row__link::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    line-height: 1;
    color: var(--main-color);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
.custom-post-list-row__image {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%; }
  @media screen and (max-width: 1199.98px) {
    .custom-post-list-row__image {
      flex: 0 0 25%;
      max-width: 25%; } }
  .custom-post-list-row__image::before {
    display: block;
    content: '';
    padding-top: 100%; }
  .custom-post-list-row__image > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-radius: 10px; }
.custom-post-list-row__info {
  padding-left: 1rem; }
.custom-post-list-row__date {
  font-size: 14px;
  color: var(--font-light-color); }
.custom-post-list-row__title {
  font-size: 16px;
  font-weight: bold;
  color: var(--font-color); }

.custom-post-list-type1 {
  table-layout: fixed;
  border-collapse: collapse; }
  .custom-post-list-type1__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.0rem 0;
    border-top: 1px dotted var(--main-color); }
    .custom-post-list-type1__row:last-child {
      border-bottom: 1px dotted var(--main-color); }
  .custom-post-list-type1__header {
    flex: 0 0 225px;
    max-width: 225px;
    display: flex; }
    @media screen and (max-width: 991.98px) {
      .custom-post-list-type1__header {
        flex: 0 0 100%;
        width: 100%; } }
  .custom-post-list-type1__date {
    width: 88px;
    font-size: 14px; }
  .custom-post-list-type1__label {
    width: 150px;
    padding: 0 1.0rem;
    text-align: center; }
  .custom-post-list-type1__main {
    position: relative;
    flex: 1 0 0;
    margin-left: -225px;
    padding-left: 225px;
    max-width: 100%; }
    @media screen and (max-width: 991.98px) {
      .custom-post-list-type1__main {
        flex: 0 0 100%;
        margin-left: 0;
        padding-left: 0; } }
  .custom-post-list-type1__link {
    display: block;
    color: var(--font-color);
    text-decoration: none; }
    .custom-post-list-type1__link:hover {
      opacity: 0.7; }
  .custom-post-list-type1__title {
    padding-right: 1.5rem; }
  .custom-post-list-type1__see {
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 1;
    margin-top: -7.5px; }

.custom-post-list-type2 {
  table-layout: fixed;
  border-collapse: collapse; }
  .custom-post-list-type2__row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.0rem 0;
    border-top: 1px dotted var(--main-color); }
    .custom-post-list-type2__row:last-child {
      border-bottom: 1px dotted var(--main-color); }
  .custom-post-list-type2__header {
    flex: 0 0 220px;
    max-width: 220px;
    display: flex; }
    @media screen and (max-width: 991.98px) {
      .custom-post-list-type2__header {
        flex: 0 0 100%;
        width: 100%; } }
  .custom-post-list-type2__date {
    width: 88px;
    font-size: 14px; }
  .custom-post-list-type2__label {
    width: 150px;
    padding: 0 0.5rem;
    text-align: center; }
  .custom-post-list-type2__main {
    flex: 1 0 0;
    margin-left: -220px;
    padding-left: 220px;
    max-width: 100%; }
    @media screen and (max-width: 991.98px) {
      .custom-post-list-type2__main {
        flex: 0 0 100%;
        margin-left: 0;
        padding-left: 0; } }
  .custom-post-list-type2__link {
    display: block; }
    .custom-post-list-type2__link:hover {
      opacity: 0.7; }
  .custom-post-list-type2__title {
    font-weight: bold; }
  .custom-post-list-type2__description {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px; }
  .custom-post-list-type2__see {
    text-align: right;
    font-size: 13px; }
  .custom-post-list-type2__link {
    color: var(--font-color);
    text-decoration: none; }

.custom-post-list-side {
  margin-top: 30px; }
  .custom-post-list-side li {
    list-style: none; }
  .custom-post-list-side .side-title {
    font-weight: bold;
    font-size: 19px;
    border-bottom: 2px solid black; }
  .custom-post-list-side__list {
    list-style: none; }
  .custom-post-list-side__item {
    border-bottom: 1px solid var(--main-color); }
    .custom-post-list-side__item:first-child {
      border-top: 1px solid var(--main-color); }
  .custom-post-list-side__link {
    display: flex;
    padding: 1rem 0rem 1rem 0;
    align-items: center;
    text-decoration: none;
    position: relative; }
    .custom-post-list-side__link:hover {
      opacity: 0.8; }
  .custom-post-list-side__image {
    position: relative;
    flex: 0 0 20%;
    max-width: 20%; }
    @media screen and (max-width: 1199.98px) {
      .custom-post-list-side__image {
        flex: 0 0 25%;
        max-width: 25%; } }
    .custom-post-list-side__image::before {
      display: block;
      content: '';
      padding-top: 100%; }
    .custom-post-list-side__image > div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom;
      border-radius: 10px; }
  .custom-post-list-side__info {
    padding-left: 1rem; }
  .custom-post-list-side__date {
    font-size: 14px;
    color: var(--font-light-color); }
  .custom-post-list-side__title {
    font-size: 14px;
    color: var(--font-color); }

.side-contact {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  background: var(--main-color);
  /* border-radius: 10px; */
  color: white; }
  .side-contact i {
    display: block;
    font-size: 40px;
    margin-left: 18px; }
  .side-contact > div > div {
    font-size: 24px; }
  .side-contact > div small {
    font-size: 13px; }

.blog-list-card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none; }
  .blog-list-card::after {
    content: '';
    display: block;
    width: 32%; }
  .blog-list-card__item {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 3rem; }
    @media screen and (max-width: 991.98px) {
      .blog-list-card__item {
        flex: 0 0 48%;
        max-width: 48%; } }
    @media screen and (max-width: 575.98px) {
      .blog-list-card__item {
        flex: 0 0 100%;
        max-width: 100%; } }
  .blog-list-card__link {
    display: block;
    width: 100%;
    color: var(--font-color);
    text-decoration: none; }
  .blog-list-card__image {
    position: relative; }
    .blog-list-card__image::before {
      display: block;
      content: '';
      padding-top: 52.5%; }
    .blog-list-card__image > div {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom;
      border-radius: 10px; }
  .blog-list-card__title {
    font-weight: bold;
    line-height: 1.6; }
  .blog-list-card__keywords {
    font-size: 12px;
    color: #747474; }

.image-slider-full__slide.-link:hover {
  opacity: 0.8 !important; }
.image-slider-full__image {
  position: relative;
  color: transparent;
  display: block;
  width: 100%; }
  .image-slider-full__image::before {
    display: block;
    content: '';
    padding-top: 480px; }
    @media screen and (max-width: 991.98px) {
      .image-slider-full__image::before {
        padding-top: 56.25%; } }
.image-slider-full__image-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
  max-height: 480px; }
  .image-slider-full__image-inner.-contain {
    background-size: contain; }
.image-slider-full__blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='10' result='b'/%3E%3CfeMorphology operator='dilate' radius='10'/%3E%3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom; }
.image-slider-full .slick-dots li.slick-active button::before {
  color: var(--accent-color); }

.member-list-card__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem; }
  .member-list-card__list::before, .member-list-card__list::after {
    content: "";
    display: block;
    width: 23%;
    order: 1; }
    @media screen and (max-width: 991.98px) {
      .member-list-card__list::before, .member-list-card__list::after {
        width: 32%; } }
    @media screen and (max-width: 767.98px) {
      .member-list-card__list::before, .member-list-card__list::after {
        width: 48%; } }
.member-list-card__item {
  margin-bottom: 2rem;
  padding: 5px;
  flex: 0 0 23%;
  max-width: 23%; }
  @media screen and (max-width: 991.98px) {
    .member-list-card__item {
      flex: 0 0 32%;
      max-width: 32%; } }
  @media screen and (max-width: 767.98px) {
    .member-list-card__item {
      flex: 0 0 48%;
      max-width: 48%; } }
.member-list-card__link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--font-color); }
  .member-list-card__link:hover {
    opacity: 0.8; }
.member-list-card__image {
  position: relative; }
  .member-list-card__image::before {
    display: block;
    content: '';
    padding-top: 100%; }
  .member-list-card__image > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-radius: 10px; }
.member-list-card__bottom {
  padding: 5px 10px; }
.member-list-card__grade {
  font-size: 14px;
  color: var(--font-light-color); }
.member-list-card__name {
  font-size: 16px;
  font-weight: bold;
  color: var(--font-color); }
.member-list-card__comment {
  margin-top: 0.25rem;
  line-height: 1.3;
  font-size: 0.9rem;
  color: var(--font-light-color); }

.member-list__list {
  display: table; }
.member-list__item {
  display: table-row; }
  .member-list__item > div {
    display: table-cell; }
.member-list__name {
  padding: 0.25rem 0;
  min-width: 100px; }
.member-list__comment {
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: var(--font-light-color);
  line-height: 1.5; }

.pager-type1 {
  display: flex;
  justify-content: center; }
  .pager-type1__prev {
    width: 50px; }
  .pager-type1__next {
    width: 50px; }
  .pager-type1__list {
    display: flex; }
  .pager-type1__block {
    display: flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #747474;
    background-color: #c1c1c1; }
    .pager-type1__block.-current {
      color: var(--main-color-c);
      background-color: var(--main-color); }
    .pager-type1__block.-dot {
      color: var(--font-color);
      background-color: transparent; }
    .pager-type1__block.-prevnext {
      width: 45px;
      color: var(--font-color);
      background-color: transparent; }

.service-list-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .service-list-card.-length-gt2::before, .service-list-card.-length-gt2::after {
    order: 1;
    content: '';
    display: block;
    width: 31%;
    margin: 0 1%; }
  .service-list-card__col {
    text-decoration: none;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 0 1% 2.0rem; }
    @media screen and (max-width: 991.98px) {
      .service-list-card__col {
        flex: 0 0 90%;
        max-width: 90%;
        margin: 0 0 2.0rem; } }
  .service-list-card__inner {
    position: relative;
    border: 1px solid #eceaea;
    background-color: var(--bg-color);
    border-radius: 0.25rem;
    height: 100%;
    overflow: hidden; }
  .service-list-card__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .service-list-card__bottom__bar {
      display: block;
      height: 5px;
      background-color: var(--accent-color); }
  .service-list-card__image-wrap {
    position: relative;
    z-index: 0;
    width: 100%; }
    .service-list-card__image-wrap::before {
      display: block;
      content: '';
      padding-top: 52.5%; }
  .service-list-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom; }
    .service-list-card__image.-cover {
      background-size: cover; }
  .service-list-card__blur {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px);
    margin: -10px;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom; }
  .service-list-card__body {
    line-height: 2.0; }
  .service-list-card__title {
    padding-bottom: .5rem;
    font-size: 22.5px;
    color: var(--font-color);
    line-height: 1.5; }
  .service-list-card__abstract {
    padding-bottom: .5rem;
    font-size: 14px;
    color: var(--font-light-color);
    line-height: 1.8; }
  .service-list-card.-length-1 .research-list-card__col {
    flex: 0 0 90%;
    max-width: 90%; }
  .service-list-card.-length-1 .research-list-card__inner {
    display: flex;
    flex-wrap: wrap; }
  .service-list-card.-length-1 .research-list-card__image-wrap {
    width: 55%; }
    @media screen and (max-width: 991.98px) {
      .service-list-card.-length-1 .research-list-card__image-wrap {
        width: 100%; } }
  .service-list-card.-length-1 .research-list-card__body {
    width: 45%; }
    @media screen and (max-width: 991.98px) {
      .service-list-card.-length-1 .research-list-card__body {
        width: 100%; } }
  .service-list-card.-length-1 .research-list-card__bottom {
    display: none; }
    @media screen and (max-width: 991.98px) {
      .service-list-card.-length-1 .research-list-card__bottom {
        display: block; } }

.service-list-tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.0rem; }
  .service-list-tile__col {
    text-decoration: none;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin: 0;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 991.98px) {
      .service-list-tile__col {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0; } }
    .service-list-tile__col:hover {
      opacity: 0.7; }
  .service-list-tile__inner {
    position: relative;
    color: #ffffff;
    height: 100%;
    margin-top: 40%;
    z-index: 0; }
    .service-list-tile__inner::before {
      position: absolute;
      z-index: -1;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--sub-color);
      opacity: 0.7; }
  .service-list-tile__title {
    padding-bottom: .5rem;
    font-size: 20px;
    line-height: 1.5; }
  .service-list-tile__abstract {
    padding-bottom: .5rem;
    font-size: 14px;
    line-height: 1.8; }

.writer-box {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 2px solid var(--sub-color); }
  .writer-box__image > span {
    width: 100px;
    height: 100px;
    background-size: cover;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-radius: 50%; }
    @media screen and (max-width: 575.98px) {
      .writer-box__image > span {
        width: 80px;
        height: 80px; } }
  .writer-box__info {
    padding-left: 2.0rem; }
    @media screen and (max-width: 575.98px) {
      .writer-box__info {
        padding-left: 1.0rem; } }
  .writer-box__name {
    font-size: 16px;
    font-weight: bold;
    color: var(--font-color);
    text-decoration: none; }
  .writer-box__name-en {
    font-size: 12px;
    color: #747474; }

.banner-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1.5rem; }
  .banner-footer::before {
    content: '';
    display: block;
    width: 32%;
    order: 1; }
  .banner-footer::after {
    content: '';
    display: block;
    width: 32%; }
  .banner-footer__item {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media screen and (max-width: 991.98px) {
      .banner-footer__item {
        flex: 0 0 48%;
        max-width: 48%; } }
    @media screen and (max-width: 575.98px) {
      .banner-footer__item {
        flex: 0 0 100%;
        max-width: 100%; } }
  .banner-footer__link {
    display: block; }

.breadcrumbs {
  display: flex;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .breadcrumbs__item:not(:last-child)::after {
    display: inline-block;
    content: '>';
    padding: 0 10px; }
  .breadcrumbs__link {
    display: inline-block;
    vertical-align: bottom;
    max-width: 150px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.breadcrumbs-wave {
  display: block; }
  .breadcrumbs-wave path {
    stroke-linecap: square;
    stroke-width: 0;
    fill: #eceaea; }

.flow {
  display: flex;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .flow__title {
    flex: 0 0 160px;
    max-width: 160px;
    padding: 1.0rem;
    font-weight: bold;
    color: var(--main-color-c);
    background-color: var(--main-color); }
  .flow__body {
    padding: 1.0rem; }

.hamburger-menu {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  z-index: 1200;
  background-color: transparent; }
  .hamburger-menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 15px;
    width: 30px;
    height: 5px;
    background-color: var(--font-color);
    border-radius: 5px; }
    .hamburger-menu span:nth-of-type(1) {
      top: 15px; }
    .hamburger-menu span:nth-of-type(2) {
      top: 27.5px; }
    .hamburger-menu span:nth-of-type(3) {
      bottom: 15px; }
  .hamburger-menu--normal.active span:nth-of-type(1) {
    -webkit-transform: translateY(12.5px) rotate(-45deg);
    transform: translateY(12.5px) rotate(-45deg); }
  .hamburger-menu--normal.active span:nth-of-type(2) {
    opacity: 0; }
  .hamburger-menu--normal.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12.5px) rotate(45deg);
    transform: translateY(-12.5px) rotate(45deg); }

.drawer-open .hamburger-menu span:nth-of-type(1) {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-45deg); }
.drawer-open .hamburger-menu span:nth-of-type(2) {
  opacity: 0; }
.drawer-open .hamburger-menu span:nth-of-type(3) {
  -webkit-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(45deg); }

.mobile-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .mobile-menu__item-lang {
    text-align: center;
    border-bottom: 1px dotted #ffffff;
    font-size: 0.8rem; }
  .mobile-menu__item {
    position: relative;
    border-bottom: 1px dotted #ffffff; }
  .mobile-menu__spacer {
    padding-top: 0.5rem; }
  .mobile-menu__open-lower {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0.5rem 1.0rem;
    color: var(--main-color-c);
    border-left: 1px dotted #ffffff; }
  .mobile-menu__link {
    display: block;
    padding: 0.5rem 1.0rem;
    color: var(--main-color-c);
    text-decoration: none; }
    .mobile-menu__link.-sub {
      padding: 0.25rem 1.0rem 0.25rem 1.5rem;
      font-size: 0.8rem; }
  .mobile-menu__lower {
    display: none;
    padding-left: 1.5rem; }
  .mobile-menu__lower-item {
    border-top: 1px dotted #ffffff; }
  .mobile-menu__lower-link {
    display: block;
    padding: 0.25rem 0;
    font-size: 0.8rem;
    color: var(--main-color-c);
    text-decoration: none; }

.page-title_wave svg {
  display: block; }
  .page-title_wave svg path {
    stroke-linecap: square;
    stroke: var(--sub-color);
    stroke-width: 0;
    fill: var(--sub-color); }

.profile-list__image {
  color: transparent;
  display: block;
  width: 100%;
  height: 300px;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom; }
.profile-list hr {
  width: 95%; }

.toc {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5em;
  border: 1px solid #efefef;
  background: #f8f8f8; }
  .toc__title {
    margin-bottom: 0.75em;
    font-weight: bold; }
  .toc__list li {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0.125em;
    padding-left: 1.4em;
    line-height: 1.5; }
    .toc__list li::before {
      position: absolute;
      top: 0;
      left: 0;
      display: inline;
      content: '■'; }
    .toc__list li li {
      padding-left: 0.8em; }
      .toc__list li li::before {
        content: '-'; }

.site-brand {
  display: inline-flex;
  align-items: center; }
  .site-brand:hover {
    text-decoration: none;
    opacity: 0.8; }
  .site-brand__image {
    padding: 10px 10px 10px 0; }
    .site-brand__image > span {
      width: 70px;
      height: 70px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }
    .site-brand__image.-small > span {
      width: 40px;
      height: 40px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }
  .site-brand__image2 {
    padding: 10px 0 10px 10px; }
    .site-brand__image2 > span {
      width: 70px;
      height: 70px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }
    .site-brand__image2.-small > span {
      width: 40px;
      height: 40px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }

.site-brand-double {
  display: inline-flex;
  align-items: center; }
  .site-brand-double:hover {
    text-decoration: none;
    opacity: 0.8; }
  .site-brand-double__left {
    padding: 10px 10px 10px 0; }
    .site-brand-double__left > img {
      height: 60px;
      max-width: none; }
  .site-brand-double__right {
    padding: 10px 0 10px 10px; }
    .site-brand-double__right > img {
      height: 60px;
      max-width: none; }

.site-brand-double-mobile {
  display: inline-flex;
  align-items: center; }
  .site-brand-double-mobile:hover {
    text-decoration: none;
    opacity: 0.8; }
  .site-brand-double-mobile__left {
    padding: 5px 5px 5px 0; }
    .site-brand-double-mobile__left > img {
      height: 40px;
      max-width: none; }
  .site-brand-double-mobile__right {
    padding: 5px 0 5px 5px; }
    .site-brand-double-mobile__right > img {
      height: 40px;
      max-width: none; }
  .site-brand-double-mobile__title {
    font-size: 13px; }

.site-brand-v {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .site-brand-v:hover {
    text-decoration: none;
    opacity: 0.8; }
  .site-brand-v__image {
    width: 100%; }
    .site-brand-v__image > span {
      width: 70px;
      height: 70px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }
    .site-brand-v__image.-small > span {
      width: 40px;
      height: 40px;
      background-size: contain;
      display: inline-block;
      background-position: center center;
      background-repeat: no-repeat;
      vertical-align: bottom; }
  .site-brand-v__title {
    margin-top: 1.0rem;
    line-height: 1.5; }

/* ブログ詳細: メイン70% / サイドバー30% */
@media (min-width: 992px) {
  .blog-detail-row > .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .blog-detail-row > .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

/*# sourceMappingURL=style.css.map */
