@charset "UTF-8";
/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Oswald:wght@300;500;600;700&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #333;
}

*, ::before, ::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  text-decoration: none;
  color: #767676;
}

code, kbd, pre, samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  /*background-color: transparent;*/
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html, body {
  scroll-padding-top: 50px;
}

/**********************************************/
/* フォーム用入力テーブル */
/**********************************************/
.cmn-text-red {
  color: red;
}

/**********************************************/
/*  プレビュー */
/**********************************************/
.preview-msg {
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: #FEE;
  color: #F33;
  font-size: 2rem;
  font-weight: bold;
}

button {
  border: none;
}

html {
  font-size: 14px;
}

* {
  -webkit-touch-callout: none;
}

input, textarea {
  -webkit-user-select: auto;
}

.uk-container {
  max-width: 1200px;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.uk-button-secondary {
  background-color: #4a647f;
  color: #fff;
  border: 1px solid transparent;
}

label {
  margin-right: 1em;
  cursor: pointer;
}

.uk-input, .uk-select, .uk-textarea {
  font-size: 16px;
  font-weight: normal;
}

.uk-checkbox, .uk-radio {
  margin-right: 5px;
}

.uk-button {
  white-space: nowrap;
  font-size: 13px;
  padding: 0 1em;
  min-width: 90px;
}

.uk-button-default {
  background: #FFF;
  background-color: #FFF;
  border: 1px solid #d3d3d3;
}

.uk-button-default:hover {
  border: 1px solid #F1F1F1;
  background-color: #F3F3F3 !important;
}

.uk-table th {
  vertical-align: middle;
  white-space: nowrap;
  color: #646464;
}

.uk-table-expand {
  min-width: 160px;
}

.uk-input, .uk-select, .uk-textarea {
  margin: 0 3px 3px;
  color: #000;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  color: #000;
}

.uk-form-horizontal .uk-form-label {
  cursor: default;
  font-size: 1rem;
}

.uk-text-meta * {
  font-size: 0.875rem;
  color: #999;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  outline: 0;
  background-color: #E0F2F7;
  color: #333;
  border-color: #1e87f0;
}

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-controls {
    margin-left: 250px;
  }
}
.uk-description-list > dt {
  text-transform: none;
}

.data-uk-modal-body {
  padding: 30px 30px;
}

@media (max-width: 640px) {
  .uk-card-header {
    padding: 8px 12px !important;
  }
  .uk-modal-body, .data-uk-modal-body {
    padding: 15px;
  }
}
/*********************************************************************************
	BREADCRUMBS
--------------------------------------------------------------------------------*/
.uk-breadcrumb {
  margin-top: 0;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-right: 2em;
  white-space: nowrap;
}
.uk-breadcrumb::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}
.uk-breadcrumb::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 5px;
  max-width: 240px;
}
.uk-breadcrumb::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.uk-breadcrumb > * > * {
  color: #3C92D0;
}

.uk-breadcrumb svg {
  margin-top: -3px;
  height: 18px;
  width: 18px;
}

@media (max-width: 640px) {
  .uk-breadcrumb {
    margin: 0 auto 5px;
    text-align: left;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .uk-breadcrumb li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    vertical-align: middle;
  }
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  color: #999;
}

/*********************************************************************************
	0.NAVIGATION
--------------------------------------------------------------------------------*/
@media (min-width: 960px) {
  .uk-container {
    padding: 0;
  }
}
@media (min-width: 640px) {
  .uk-container {
    padding: 0;
  }
}
h2 {
  font-weight: bold;
}

.uk-navbar-container {
  background: none;
}

.uk-button-search {
  background-color: #1AA07D;
  color: #fff;
  border: 1px solid transparent;
}

.uk-label {
  line-height: 2;
}

.uk-navbar-nav {
  gap: 0;
}

.uk-navbar-nav > li > a {
  min-height: unset;
}

@media screen and (max-width: 1120px) {
  .uk-navbar-nav > li > a {
    padding: 0 15px;
    font-size: 12px;
  }
  .uk-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.uk-navbar-nav > li > a:hover {
  background: #366aa7;
  color: #FFF;
}

.uk-navbar-nav > li > a.uk-open {
  background: #366aa7;
  color: #FFF;
}

/* SUBMENU */
.uk-navbar-dropbar {
  background: #F3F3F3;
}

.uk-navbar-dropdown {
  background: #FFF;
}

.uk-navbar-dropdown-nav a {
  font-size: 14px;
}

/* SUB MENU */
.uk-navbar-dropdown {
  margin-top: 0 !important;
  padding: 25px;
  width: auto;
}

.uk-navbar-dropdown-nav > li.uk-nav-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  font-size: 18px;
  color: #111;
}

.uk-navbar-dropdown-nav > li {
  box-shadow: 0 1px 0 rgb(255, 255, 255);
}

.uk-navbar-dropdown-nav > li > a {
  color: #1E76AD;
  font-weight: bold;
  padding: 8px 0;
  white-space: nowrap;
}

.uk-navbar-dropdown-nav > li > a:hover {
  color: #202C58;
}

/*********************************************************************************
	CARD
--------------------------------------------------------------------------------*/
.uk-card-title {
  margin-top: 10px;
  font-size: 1rem;
}

a:hover .uk-card-title {
  opacity: 0.6;
}

/*********************************************************************************
	BUTTON
--------------------------------------------------------------------------------*/
@media (max-width: 960px) {
  .uk-button-large {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .uk-button-large {
    padding: 0 10px;
    font-size: 1.2em;
    min-width: 350px;
  }
}
.uk-button-primary {
  background-color: #0e417d;
}

.uk-link, a {
  color: #0265cb;
}

.uk-checkbox {
  min-width: 16px;
  min-height: 16px;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #0e417d;
}

.uk-checkbox, .uk-radio {
  border: 1px solid #4d4d4d;
  background-color: #FFF;
}

/*********************************************************************************
	UK=TAB
--------------------------------------------------------------------------------*/
.uk-tab > * > a {
  padding: 10px 0;
  font-size: 1rem;
  font-weight: bold;
  border: solid 1px #ccc;
}

.uk-tab > .uk-active > a {
  background: #1e87f0;
  color: #FFF;
}

/*********************************************************************************
	UK-TABLE
--------------------------------------------------------------------------------*/
.uk-table th {
  text-transform: unset !important;
}

/*********************************************************************************
	TEXT
--------------------------------------------------------------------------------*/
.uk-heading-bullet {
  display: flex;
}
.uk-heading-bullet:before {
  height: unset;
}

/**********************************************/
/* LIGHTBOX
/**********************************************/
.uk-lightbox {
  background: rgba(0, 0, 0, 0.5);
}

.uk-lightbox-iframe {
  max-width: 1080px;
  width: 90% !important;
  height: 90% !important;
}

.uk-transition-slide-top {
  transform: unset !important;
}

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.uk-nav-header {
  text-transform: unset;
}

.uk-nav-divider.black-bold {
  border-top: 1px solid #333;
}

/********************************************************************************
	TEMPLATE
--------------------------------------------------------------------------------*/
* {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}

html div#souken-header {
  background: #FFF;
  padding: 24px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header {
    padding: 1rem 4px 0;
  }
}
html div#souken-header div.uk-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header div.uk-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 42px;
    gap: 8px;
  }
}
html div#souken-header div.logo {
  max-width: 24vw;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header div.logo {
    max-width: 160px;
    grid-area: 1/1/2/2;
  }
}
html div#souken-header div.cv-menu {
  gap: 1px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header div.cv-menu {
    grid-area: 1/2/2/3;
  }
}
html div#souken-header div.cv-menu a {
  padding: 0 1rem;
  height: 32px;
  font-size: 13px !important;
  color: #FFF;
  background: #4c3a85;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header div.cv-menu a {
    width: 180px;
    height: 48px;
  }
}
html div#souken-header div.header-menu {
  display: none;
}
@media print, screen and (min-width: 769px) {
  html div#souken-header div.header-menu {
    grid-area: 2/1/3/3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
html div#souken-header div.header-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  border-radius: 4px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  gap: 4px;
}
html div#souken-header div.header-menu a img {
  width: auto;
  height: 16px;
}
html div#souken-body div.cts-container {
  padding: 2rem 0 4rem;
}
@media print, screen and (min-width: 769px) {
  html div#souken-body div.cts-container {
    padding: 4rem 0 8rem;
  }
}
html div#souken-body div.cts-container p.lead {
  margin: 0 0 2em;
  font-weight: bold;
  color: #484848;
  line-height: 180%;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  html div#souken-body div.cts-container p.lead {
    font-size: 20px;
    text-align: center;
  }
}
html div#souken-body div.cts-container p.lead br {
  display: none;
}
@media print, screen and (min-width: 769px) {
  html div#souken-body div.cts-container p.lead br {
    display: block;
  }
}
html div#souken-body div.cts-container div.cts-list {
  margin-bottom: 2em;
  display: grid;
  gap: 18px;
}
@media print, screen and (min-width: 769px) {
  html div#souken-body div.cts-container div.cts-list {
    margin-bottom: 3em;
    grid-template-columns: repeat(3, 1fr);
  }
}
html div#souken-body div.cts-container div.cts-list div.card {
  position: relative;
  background: #F1F1F1;
  border: solid 1px #DDD;
}
html div#souken-body div.cts-container div.cts-list div.card a {
  display: block;
  width: 100%;
}
html div#souken-body div.cts-container div.cts-list div.card a div.thum {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*max-height: 21vh;*/
  overflow: hidden;
  background: #FFF;
}
html div#souken-body div.cts-container div.cts-list div.card a div.thum img {
  width: 100%;
  height: auto;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text {
  border-top: solid 1px #DDD;
  padding: 1.5em;
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text p.date {
  margin: 0;
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 1;
  border-bottom: 1px solid #000;
  color: #000;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text p.info {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
  color: #0e407c;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text p.info span {
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text div.tag {
  margin-bottom: 0.5rem;
}
html div#souken-body div.cts-container div.cts-list div.card a div.text div.tag span {
  margin-right: 4px;
  margin-bottom: 2px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 0.75rem;
  background: #3d99bf;
  color: #FFF;
}
html div#souken-body div.cts-container div.cts-list div.card a .new {
  width: 50px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 10px;
  z-index: 1;
}
html div#souken-body div.cts-container div.cts-list div.card a:hover {
  opacity: 0.75;
}
html div#souken-body div.cts-container div.cts-list div.card a.card-btn {
  margin: 0 auto;
  background: rgb(34, 173, 178);
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  max-width: 80%;
  color: #FFF;
}

.hrri-cmn-btn {
  margin: 0 auto;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c3a85;
  color: #FFF;
  padding: 0 0.5rem;
  border-radius: 4px;
  width: 100%;
  height: 46px;
  max-width: 72vw;
  font-size: 14px;
  border: solid 1px #5d5379;
}
@media print, screen and (min-width: 769px) {
  .hrri-cmn-btn {
    height: 60px;
    padding: 0 1.5rem;
    font-size: 18px;
    min-width: 180px;
    max-width: 380px;
  }
}
@media print, screen and (min-width: 769px) {
  .hrri-cmn-btn:hover {
    color: #4c3a85;
    opacity: 1;
    transition: background 0.25s;
    background: #FFF;
  }
}

.hrri-cmn-btn-rounded {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  color: #4c3a85;
  padding: 0 2rem;
  border-radius: 46px;
  border: solid 1px #4c3a85;
  width: 100%;
  height: 42px;
  max-width: 72vw;
  font-size: 14px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .hrri-cmn-btn-rounded {
    height: 46px;
    padding: 0 1.5rem;
    font-size: 16px;
    min-width: 180px;
    max-width: 380px;
  }
}
.hrri-cmn-btn-rounded::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #4c3a85;
  border-right: 2px solid #4c3a85;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.hrri-cmn-btn-rounded:hover {
  opacity: 1;
  background: #4c3a85;
  color: #FFF;
}
.hrri-cmn-btn-rounded:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/********************************************************************************
	TOP
--------------------------------------------------------------------------------*/
div#hrri-top .cts-ttl {
  margin: 0 auto;
  padding: 2rem;
  background: repeating-linear-gradient(0deg, #515b85 0 2px, #262a41 1px 3px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top .cts-ttl {
    padding: 3rem;
    font-size: 30px;
  }
}
div#hrri-top .cts-ttl:before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #FFF;
}
div#hrri-top .cts-ttl:after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #FFF;
}
div#hrri-top div.main-img {
  min-height: 30vh;
  background-image: url("../../../../../images/hr_souken/souken_top.jpg");
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top div.main-img {
    min-height: 640px;
  }
}
div#hrri-top div.main-img img {
  max-width: 800px;
  width: 80%;
}
div#hrri-top #about {
  min-height: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #about {
    padding: 4rem;
  }
}
div#hrri-top #about div.logo {
  margin-bottom: 1rem;
  max-width: 36vw;
  height: auto;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #about div.logo {
    max-width: 160px;
  }
}
div#hrri-top #about div.text {
  font-size: 1rem;
  line-height: 180%;
  color: #111;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #about div.text {
    font-size: 1.3rem;
  }
}
div#hrri-top #support .img {
  margin: 0 auto 3rem;
  text-align: center;
  max-width: 80%;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #support .img {
    max-width: 640px;
  }
}
div#hrri-top #support div.btns {
  margin-bottom: 3rem;
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #support div.btns {
    flex-direction: row;
  }
}
div#hrri-top #support div.btns a {
  margin: 0;
}
div#hrri-top #researcher div.researcher-list {
  margin: 3em 0;
  gap: 18px;
  display: grid;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #researcher div.researcher-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
div#hrri-top #researcher div.researcher-list div.card {
  box-shadow: 0 0 4px #CCC;
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  div#hrri-top #researcher div.researcher-list div.card {
    min-height: 120px;
  }
}
div#hrri-top #researcher div.researcher-list div.card a {
  padding: 16px 8px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
div#hrri-top #researcher div.researcher-list div.card a div.thum {
  width: 30%;
}
div#hrri-top #researcher div.researcher-list div.card a div.text {
  width: 65%;
}
div#hrri-top #researcher div.researcher-list div.card a div.text h3 {
  font-size: 14px;
  font-weight: bold;
}
div#hrri-top #researcher div.researcher-list div.card a div.text p.uk-text-meta {
  margin: 1em 0 0;
  font-size: 11px;
  color: #333;
}
div#hrri-top #researcher div.researcher-list div.card a:hover {
  opacity: 0.75;
}

div.researcher-modal div.researcher-prof {
  margin: 2em 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.researcher-modal div.researcher-prof div.thum {
  width: 30%;
}
div.researcher-modal div.researcher-prof div.text {
  width: 65%;
}
div.researcher-modal div.researcher-prof div.text h3 {
  font-size: 16px;
  font-weight: bold;
}
div.researcher-modal div.researcher-prof div.text p {
  margin: 1em 0 0;
  font-size: 13px;
}
div.researcher-modal div.researcher-section {
  margin: 2em 0;
  line-height: 180%;
}
div.researcher-modal div.researcher-section h3 {
  font-size: 13px;
}
