@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;
}

/********************************************************************************
	人事サポートページ
--------------------------------------------------------------------------------*/
body#support-page {
  background-image: url("../../../../../images/hr_souken/support/suppor_bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#support-page * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 1px;
}
body#support-page i, body#support-page .fa, body#support-page .fas, body#support-page .fab, body#support-page .far {
  font-family: "Font Awesome 5 Free" !important;
  letter-spacing: normal !important;
}
body#support-page div#souken-support-header {
  top: 0;
  left: 0;
  padding: 12px 6px;
  position: fixed;
  width: 100%;
  background: #262a41;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#support-page div#souken-support-header div.header-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
@media print, screen and (min-width: 1080px) {
  body#support-page div#souken-support-header div.header-menu {
    gap: 36px;
  }
}
body#support-page div#souken-support-header div.header-menu div.logo {
  max-width: 100px;
  width: 100px;
}
body#support-page div#souken-support-header div.header-menu div.logo svg {
  fill: #FFF;
}
body#support-page div#souken-support-header div.header-menu div.menu {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body#support-page div#souken-support-header div.header-menu div.menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body#support-page div#souken-support-header div.header-menu div.menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 4px;
  }
  body#support-page div#souken-support-header div.header-menu div.menu ul li {
    margin: 0;
    padding: 0;
  }
  body#support-page div#souken-support-header div.header-menu div.menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #FFF;
    border: solid 1px rgba(255, 255, 255, 0.5);
    height: 36px;
    padding: 0 24px 0 10px;
    text-align: center;
    font-size: 13px;
    position: relative;
  }
  body#support-page div#souken-support-header div.header-menu div.menu a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 8px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
}
body#support-page div#souken-support-header div.cv-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
body#support-page div#souken-support-header div.cv-menu a.cv-btn {
  padding: 0 0.5rem;
  height: 36px;
  font-size: 11px !important;
  position: relative;
  color: #FFF;
  background: #618f08;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div#souken-support-header div.cv-menu a.cv-btn {
    width: 170px;
    font-size: 13px !important;
  }
}
body#support-page div#souken-support-header div.cv-menu a.cv-btn.online {
  background: #FFF;
  color: #618f08;
  gap: 4px;
}
body#support-page div#souken-support-header div.cv-menu a.cv-btn.online i {
  color: #618f08;
}
@media print, screen and (min-width: 1080px) {
  body#support-page div#souken-support-header div.cv-menu div.sp-nav {
    display: none;
  }
}
body#support-page div#souken-support-header div.cv-menu div.sp-nav .uk-navbar-toggle {
  padding: 0;
  min-height: unset;
}
body#support-page div.cv-btns {
  margin: 0 auto;
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.cv-btns {
    padding: 0;
    gap: 12px;
  }
}
body#support-page div.cv-btns div.btn-wrap {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.cv-btns div.btn-wrap {
    font-size: 16px;
  }
}
body#support-page div.cv-btns div.btn-wrap a {
  margin: 8px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  width: 45vw;
  height: 48px;
  font-weight: bold;
  background: #ff7c1a;
  color: #FFF;
  transition: 0.3s ease-in-out;
  border-radius: 4px;
  box-shadow: 0 0 8px #333;
  white-space: nowrap;
  font-size: 13px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.cv-btns div.btn-wrap a {
    width: 280px;
    height: 58px;
    font-size: 1.5rem;
  }
}
body#support-page div.cv-btns div.btn-wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.cv-btns div.btn-wrap a::after {
    right: 27px;
    width: 9px;
    height: 9px;
  }
}
body#support-page div.main-img {
  margin-top: 48px;
  padding: 1rem;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-img div.cts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 3rem;
  }
}
body#support-page div.main-img div.cts h1 {
  font-size: 5vw;
  color: #FFF;
  line-height: 180%;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-img div.cts h1 {
    text-align: left;
    font-size: 36px;
  }
}
body#support-page div.main-img div.cts div.text div.cv-btns {
  margin: 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body#support-page div.main-img div.cts div.img {
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-img div.cts div.img {
    margin-top: 0;
  }
}
body#support-page div.main-cts {
  background: #FFF;
}
body#support-page div.main-cts .cts-ttl {
  margin: 0 auto;
  padding: 2rem;
  background-color: #264E85;
  background-image: linear-gradient(#2c3c7e 1px, transparent 0), linear-gradient(90deg, #2c3c7e 1px, transparent 0);
  background-size: 40px 40px;
  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) {
  body#support-page div.main-cts .cts-ttl {
    font-size: 32px;
  }
}
body#support-page div.main-cts .cts-ttl:before {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #FFF;
}
body#support-page div.main-cts .cts-ttl:after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #FFF;
}
body#support-page div.main-cts div.cts-container {
  padding: 2rem 0 4rem;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cts-container {
    padding: 4rem 0 8rem;
  }
}
body#support-page div.main-cts 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) {
  body#support-page div.main-cts div.cts-container p.lead {
    font-size: 20px;
    text-align: center;
  }
}
body#support-page div.main-cts div.cts-container p.lead br {
  display: none;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cts-container p.lead br {
    display: block;
  }
}
body#support-page div.main-cts div.cts-container div.cts-list {
  margin-bottom: 2em;
  display: grid;
  gap: 18px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cts-container div.cts-list {
    margin-bottom: 3em;
    grid-template-columns: repeat(3, 1fr);
  }
}
body#support-page div.main-cts div.cts-container div.cts-list div.card {
  position: relative;
  background: #F1F1F1;
  border: solid 1px #DDD;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a {
  display: block;
  width: 100%;
}
body#support-page div.main-cts 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;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a div.thum img {
  width: 100%;
  height: auto;
}
body#support-page div.main-cts 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;
}
body#support-page div.main-cts 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;
}
body#support-page div.main-cts 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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a div.text p.info span {
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a div.text div.tag {
  margin-bottom: 0.5rem;
}
body#support-page div.main-cts 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;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a .new {
  width: 50px;
  height: 30px;
  position: absolute;
  top: -3px;
  left: 10px;
  z-index: 1;
}
body#support-page div.main-cts div.cts-container div.cts-list div.card a:hover {
  opacity: 0.75;
}
body#support-page div.main-cts 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;
}
body#support-page div.main-cts #soudan {
  margin: 0 0;
}
body#support-page div.main-cts #soudan div.soudan-list {
  padding: 36px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media print, screen and (min-width:577px) {
  body#support-page div.main-cts #soudan div.soudan-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.soudan-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
body#support-page div.main-cts #soudan div.soudan-list div.card {
  margin: 0 auto;
  padding: 2em 2em 4em;
  border-radius: 8px;
  border: solid 1px #ececec;
  position: relative;
}
body#support-page div.main-cts #soudan div.soudan-list div.card h2 {
  position: relative;
  font-weight: bold;
  margin: 0 auto 1em;
  font-size: 1.3rem;
  text-align: center;
  color: #111;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.soudan-list div.card h2 {
    font-size: 1.4rem;
  }
}
body#support-page div.main-cts #soudan div.soudan-list div.card h2::before {
  content: attr(data-number);
  font-size: 18px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  color: #7e7e7e;
  border-radius: 36px;
  letter-spacing: 0;
}
body#support-page div.main-cts #soudan div.soudan-list div.card p {
  margin-bottom: 2em;
  line-height: 180%;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.soudan-list div.card p {
    font-size: 16px;
  }
}
body#support-page div.main-cts #soudan div.soudan-list div.card div.bottom {
  position: absolute;
  bottom: 24px;
  width: 100%;
  left: 0;
}
body#support-page div.main-cts #soudan div.soudan-list div.card div.bottom a {
  margin: 0 auto;
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #618f08;
  color: #FFF;
  position: relative;
}
body#support-page div.main-cts #soudan div.soudan-list div.card div.bottom a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4px;
  right: 16px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
body#support-page div.main-cts #soudan div.cts {
  margin: 3rem 1rem;
  padding: 3rem 1rem;
  box-shadow: 0px 0px 4px #CCC;
  border-radius: 12px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.cts {
    margin: 3rem;
    padding: 3rem 2rem;
  }
}
body#support-page div.main-cts #soudan div.cts h3.ttl {
  margin: 0 0 1em;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.cts h3.ttl {
    font-size: 1.6rem;
  }
}
body#support-page div.main-cts #soudan div.cts h3.ttl:before {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #CCC;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #soudan div.cts h3.ttl:before {
    width: 70px;
  }
}
body#support-page div.main-cts #soudan div.cts p.lead {
  font-size: 16px;
  text-align: left;
}
body#support-page div.main-cts #survey {
  margin: 0;
}
body#support-page div.main-cts #survey div.survey-list {
  display: grid;
  gap: 16px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #survey div.survey-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
body#support-page div.main-cts #survey div.survey-list div.card {
  position: relative;
  padding: 2em;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #survey div.survey-list div.card {
    padding: 4em;
  }
}
body#support-page div.main-cts #survey div.survey-list div.card h2 {
  position: relative;
  font-weight: bold;
  margin: 0 auto 1em;
  font-size: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  color: #618f08;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #survey div.survey-list div.card h2 {
    font-size: 1.6rem;
  }
}
body#support-page div.main-cts #survey div.survey-list div.card h2 span.icon {
  background: #ffa337;
  width: 48px;
  text-align: center;
  height: 48px;
  padding: 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#support-page div.main-cts #survey div.survey-list div.card h2 span.icon img {
  max-width: 80%;
}
body#support-page div.main-cts #survey div.survey-list div.card h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #survey div.survey-list div.card h4 {
    font-size: 18px;
  }
}
body#support-page div.main-cts #survey div.survey-list div.card p.lead {
  text-align: left;
  margin-bottom: 2em;
  line-height: 160%;
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #survey div.survey-list div.card p.lead {
    font-size: 14px;
  }
}
body#support-page div.main-cts #survey div.survey-list div.card div.rcmd-point {
  padding: 2rem;
  border-radius: 8px;
  background: #fff7e7;
}
body#support-page div.main-cts #survey div.survey-list div.card div.rcmd-point h4 {
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  color: #ea9634;
}
body#support-page div.main-cts #survey div.survey-list div.card div.rcmd-point ul {
  margin: 0;
  padding: 0;
  line-height: 180%;
}
body#support-page div.main-cts #survey div.report-sample {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
body#support-page div.main-cts #survey div.report-sample div.img {
  border: solid 2px #CCC;
}
body#support-page div.main-cts #surveysupport {
  margin: 0;
}
body#support-page div.main-cts #surveysupport h3.ttl {
  color: #618f08;
}
body#support-page div.main-cts #surveysupport h3.ttl:before {
  background-color: #618f08;
}
body#support-page div.main-cts #surveysupport div.survey-points {
  margin-bottom: 6rem;
  gap: 12px;
  display: grid;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.survey-points {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
body#support-page div.main-cts #surveysupport div.survey-points div.card {
  border-radius: 12px;
  padding: 1rem;
  border: solid 2px #618f08;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.survey-points div.card {
    padding: 2rem;
  }
}
body#support-page div.main-cts #surveysupport div.survey-points div.card h3 {
  margin: 0 0 0.5em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #618f08;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.survey-points div.card h3 {
    font-size: 1.6rem;
  }
}
body#support-page div.main-cts #surveysupport div.survey-points div.card p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  color: rgb(60, 58, 87);
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.survey-points div.card p {
    font-size: 16px;
  }
}
body#support-page div.main-cts #surveysupport table.survey-kind {
  margin-bottom: 6rem;
}
body#support-page div.main-cts #surveysupport table.survey-kind thead {
  background: #262a41;
}
body#support-page div.main-cts #surveysupport table.survey-kind thead th {
  color: #FFF;
  text-align: center;
}
body#support-page div.main-cts #surveysupport table.survey-kind tbody td {
  vertical-align: middle;
}
body#support-page div.main-cts #surveysupport table.survey-kind tbody td.name {
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #618f08;
  font-weight: bold;
}
body#support-page div.main-cts #surveysupport table.survey-kind tbody td.kadai {
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2rem;
  max-width: 360px;
}
body#support-page div.main-cts #surveysupport table.survey-kind tbody td.shien {
  vertical-align: middle;
  font-weight: bold;
  color: #333;
  background: #fcffec;
}
body#support-page div.main-cts #surveysupport table.survey-kind tbody td.shien * {
  font-size: 1.2rem;
}
body#support-page div.main-cts #surveysupport div.step {
  border: solid 3px #618f08;
  border-radius: 14px;
  padding: 3rem;
}
body#support-page div.main-cts #surveysupport div.step div.step-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.step div.step-lead {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
  }
}
body#support-page div.main-cts #surveysupport div.step div.step-lead div.img {
  min-width: 300px;
}
body#support-page div.main-cts #surveysupport div.step div.step-lead div.text h3 {
  margin: 0 0 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #618f08;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.step div.step-lead div.text h3 {
    text-align: left;
    font-size: 2.4rem;
  }
}
body#support-page div.main-cts #surveysupport div.step div.step-lead div.text p {
  margin: 0;
  font-size: 1.4rem;
}
body#support-page div.main-cts #surveysupport div.step div.step-area {
  margin: 3rem auto 0;
  display: grid;
  gap: 12px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.step div.step-area {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
body#support-page div.main-cts #surveysupport div.step div.step-area div.card {
  padding: 2rem;
  color: #618f08;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border: solid 1px #618f08;
}
body#support-page div.main-cts #surveysupport div.step div.step-area div.card .heading {
  font-size: 18px;
}
body#support-page div.main-cts #surveysupport div.step div.step-area div.card .heading span {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #618f08;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
body#support-page div.main-cts #surveysupport div.step div.step-area div.card .heading span::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 1px;
  background-color: #618f08;
}
body#support-page div.main-cts #surveysupport div.kadai {
  margin-bottom: 3rem;
  display: grid;
  gap: 12px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.kadai {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
body#support-page div.main-cts #surveysupport div.kadai div.card {
  color: #618f08;
  padding: 1.5rem;
  background: #eef6de;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: auto auto;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #surveysupport div.kadai div.card {
    font-size: 18px;
    padding: 2rem;
  }
}
body#support-page div.main-cts #kensyu {
  margin: 0;
}
body#support-page div.main-cts #kensyu h3.ttl {
  color: #618f08;
}
body#support-page div.main-cts #kensyu h3.ttl:before {
  background-color: #618f08;
}
body#support-page div.main-cts #kensyu div.kensyu-point {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #kensyu div.kensyu-point {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
body#support-page div.main-cts #kensyu div.kensyu-point div.point {
  color: #618f08;
  padding: 1.5rem;
  background: #eef6de;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: auto auto;
  font-size: 14px;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #kensyu div.kensyu-point div.point {
    padding: 2rem;
    font-size: 18px;
  }
}
body#support-page div.main-cts #kensyu div.kousi-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #kensyu div.kousi-list {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
  }
}
body#support-page div.main-cts #kensyu div.kousi-list div.kousi {
  text-align: center;
}
body#support-page div.main-cts #kensyu div.kousi-list div.kousi img {
  margin-bottom: 12px;
  max-width: 180px;
}
body#support-page div.main-cts #research h3.ttl {
  color: #618f08;
}
body#support-page div.main-cts #research h3.ttl:before {
  background-color: #618f08;
}
body#support-page div.main-cts #research div.research-sample {
  display: grid;
  gap: 16px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #research div.research-sample {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
body#support-page div.main-cts #research div.research-sample div.cts {
  position: relative;
  padding: 2em;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #research div.research-sample div.cts {
    padding: 4em;
  }
}
body#support-page div.main-cts #research div.research-sample div.cts div.title {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  border-bottom: dotted 2px #CCC;
}
body#support-page div.main-cts #research div.research-sample div.cts div.title i {
  color: #FFF;
  background: #3370c4;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#support-page div.main-cts #research div.research-sample div.cts div.title strong {
  margin-bottom: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #3370c4;
}
body#support-page div.main-cts #research div.research-sample div.cts div.title h3 {
  color: #333;
  font-weight: bold;
  margin: 0;
  font-size: 18px;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #research div.research-sample div.cts div.title h3 {
    font-size: 24px;
  }
}
body#support-page div.main-cts #research div.research-sample div.cts p {
  margin: 0;
  line-height: 180%;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts #research div.research-sample div.cts p {
    font-size: 16px;
  }
}
body#support-page div.main-cts #research div.research-sample div.cts div.link-area {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
body#support-page div.main-cts #research div.research-sample div.cts div.link-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px 0 16px;
  height: 36px;
  border: solid 1px #618f08;
  color: #618f08;
  border-radius: 6px;
  font-weight: bold;
  position: relative;
}
body#support-page div.main-cts #research div.research-sample div.cts div.link-area a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #618f08;
  border-top: 2px solid #618f08;
  transform: rotate(45deg);
  box-sizing: border-box;
}
body#support-page div.main-cts div.cv-area {
  margin: 0 auto 4rem;
  min-height: 140px;
  padding: 1rem;
  background-image: url("../../../../../images/hr_souken/support/support_main_bg.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: color-burn;
  background-color: #3370c4;
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cv-area {
    margin: 0 auto 8rem;
    min-height: 240px;
  }
}
body#support-page div.main-cts div.cv-area h2 {
  font-size: 16px;
  color: #FFF;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cv-area h2 {
    margin-bottom: 1em;
    font-size: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  body#support-page div.main-cts div.cv-area h2 br {
    display: none;
  }
}

div#hrri-fixed-bottom {
  position: fixed;
  width: 180px;
  right: 10px;
  bottom: 10px;
  display: none;
}
@media print, screen and (min-width: 769px) {
  div#hrri-fixed-bottom.show {
    display: block;
  }
}
div#hrri-fixed-bottom div.closebtn {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
div#hrri-fixed-bottom div.closebtn:hover {
  opacity: 0.5;
}
div#hrri-fixed-bottom div.uk-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  background: #FFF;
  padding: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
}
div#hrri-fixed-bottom div.uk-container .hrri-cmn-btn {
  margin: 0 !important;
  max-width: unset !important;
  min-width: unset !important;
  font-size: 2vw;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #618f08;
  color: #FFF;
  padding: 0 0.5rem;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  div#hrri-fixed-bottom div.uk-container .hrri-cmn-btn {
    font-size: 14px !important;
    height: 48px !important;
  }
}
