@charset "UTF-8";


/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow: hidden;
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  word-break: break-all;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

/*parlor Color
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.imgHover01 {
  overflow: hidden;
}

.imgHover01 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.imgHover01:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.linkHover01 {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.linkHover01:hover {
  opacity: 0.7;
}

.spin {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: infinite;
  animation-fill-mode: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
}

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

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

.fadeup {
  opacity: 0;
}

.fadeup.active {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.boundScale01 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(50px);
  transform: scale(0.7) translateX(50px);
}

.boundScale01.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale01;
  animation-name: boundScale01;
}

@-webkit-keyframes boundScale01 {
  0% {
    -webkit-transform: scale(0.7) translateX(50px);
    transform: scale(0.7) translateX(50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale01 {
  0% {
    -webkit-transform: scale(0.7) translateX(50px);
    transform: scale(0.7) translateX(50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale02 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(-20px);
  transform: scale(0.7) translateY(-20px);
}

.boundScale02.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale02;
  animation-name: boundScale02;
}

@-webkit-keyframes boundScale02 {
  0% {
    -webkit-transform: scale(0.7) translateY(-20px);
    transform: scale(0.7) translateY(-20px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale02 {
  0% {
    -webkit-transform: scale(0.7) translateY(-20px);
    transform: scale(0.7) translateY(-20px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale03 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(30px);
  transform: scale(0.7) translateX(30px);
}

.boundScale03.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale03;
  animation-name: boundScale03;
}

@-webkit-keyframes boundScale03 {
  0% {
    -webkit-transform: scale(0.7) translateX(30px);
    transform: scale(0.7) translateX(30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale03 {
  0% {
    -webkit-transform: scale(0.7) translateX(30px);
    transform: scale(0.7) translateX(30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale04 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(-30px);
  transform: scale(0.7) translateX(-30px);
}

.boundScale04.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale04;
  animation-name: boundScale04;
}

@-webkit-keyframes boundScale04 {
  0% {
    -webkit-transform: scale(0.7) translateX(-30px);
    transform: scale(0.7) translateX(-30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale04 {
  0% {
    -webkit-transform: scale(0.7) translateX(-30px);
    transform: scale(0.7) translateX(-30px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.boundScale05 {
  opacity: 0;
  -webkit-transform: scale(0.7) translateX(-50px);
  transform: scale(0.7) translateX(-50px);
}

.boundScale05.active {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: boundScale05;
  animation-name: boundScale05;
}

@-webkit-keyframes boundScale05 {
  0% {
    -webkit-transform: scale(0.7) translateX(-50px);
    transform: scale(0.7) translateX(-50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

@keyframes boundScale05 {
  0% {
    -webkit-transform: scale(0.7) translateX(-50px);
    transform: scale(0.7) translateX(-50px);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(0px);
    transform: scale(0.9) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
    opacity: 1;
  }
}

.fadeScale {
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(20px);
  transform: scale(0.7) translateY(20px);
}

.fadeScale.active {
  -webkit-animation-name: fadeScale;
  animation-name: fadeScale;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-5px);
    transform: scale(0.7) translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.7) translateY(-5px);
    transform: scale(0.7) translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }
}

.slideRight {
  position: relative;
  overflow: hidden;
}

.slideRight::after {
  content: '';
  width: calc(100% + 100px);
  height: 101%;
  background: #fff;
  display: block;
  right: 0;
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
}

.slideRight.active::after {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideRight;
  animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  from {
    left: -100px;
  }
  to {
    left: 110%;
  }
}

@keyframes slideRight {
  from {
    left: -100px;
  }
  to {
    left: 110%;
  }
}

/*parlor Color
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

.big {
  font-size: 140%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  overflow: hidden;
  word-break: break-all;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  word-break: break-all;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: inherit;
}

/*
  https://developer.mozilla.org/en/docs/Web/CSS/box-shadow
  box-shadow: [inset?] [top] [left] [blur] [size] [color];

  Tips:
    - We're setting all the blurs to 0 since we want a solid fill.
    - Add the inset keyword so the box-shadow is on the inside of the element
    - Animating the inset shadow on hover looks like the element is filling in from whatever side you specify ([top] and [left] accept negative values to become [bottom] and [right])
    - Multiple shadows can be stacked
    - If you're animating multiple shadows, be sure to keep the same number of shadows on hover/focus as non-hover/focus (even if you have to create a transparent shadow) so the animation is smooth. Otherwise, you'll get something choppy.
*/
.fill:hover,
.fill:focus {
  -webkit-box-shadow: inset 0 0 0 em var(--hover);
  box-shadow: inset 0 0 0 em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 2em transparent;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--hover);
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.close:hover,
.close:focus {
  -webkit-box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  -webkit-box-shadow: inset 0 -3.25em 0 0 var(--hover);
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  -webkit-box-shadow: inset 6.5em 0 0 0 var(--hover);
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  -webkit-box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}

.offset:hover, .offset:focus {
  -webkit-box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #94e458;
}

.pulse {
  --color: #ef6eae;
  --hover: #94e458;
}

.close {
  --color: #ff7f82;
  --hover: #94e458;
}

.raise {
  --color: #ffa260;
  --hover: #94e458;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #94e458;
}

.offset {
  --color: #19bc8b;
  --hover: #94e458;
}

button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}


/*20240801*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.header.active .header__inner {
  margin-bottom: 0;
}

.header.active .header__inner:first-child {
  z-index: 1;
}

.header.active .header__inner:last-child {
  width: 100%;
}

.header.active .header__cvbtn {
  display: none;
}

.header.active .header__nvMenu {
  max-width: 924px;
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__inner:first-child {
  padding-bottom: 0;
}

.header__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__tit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__tit img {
  width: 180px;
}

.header__tit .-txt01 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.header__tit .-txt02 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.header__cvbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__cvbtn__tel {
  text-align: right;
  position: relative;
}

.header__cvbtn__tel .-txt01 {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.header__cvbtn__tel .-txt02 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.header__cvbtn__cmp {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  width: 170px;
  height: 36px;
}

.header__cvbtn__cmp a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #bfbfbf;
  border-radius: 18px;
}

.header__cvbtn__cmp a:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}

.header__cvbtn__dlbtn {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  height: 36px;
  width: 170px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#4e3dce), color-stop(50%, #3d61de), to(#2a88f0));
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.header__cvbtn__dlbtn:hover::before {
  opacity: 1;
}

.header__cvbtn__dlbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.header__cvbtn__dlbtn span {
  position: relative;
  z-index: 3;
}

.header__cvbtn__dlbtn span::before {
  content: '';
  width: 15px;
  height: 13px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_book.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.header__cvbtn__dlbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}

.header__cvbtn__btn {
  margin-left: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 18px;
  height: 36px;
  width: 170px;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fba332), color-stop(50%, #f1841c), to(#e86606));
  background: linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
}

.header__cvbtn__btn:hover::before {
  opacity: 1;
}

.header__cvbtn__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#e86606), color-stop(50%, #f1841c), to(#fba332));
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.header__cvbtn__btn span {
  position: relative;
  z-index: 3;
}

.header__cvbtn__btn span::before {
  content: '';
  width: 15px;
  height: 12px;
  display: inline-block;
  background: url(/financial/asset/img/top_re2023/ico_mail.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.header__cvbtn__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
}
/*20240801*/


.mw1366 {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 83px;
}
.mw1366-0218 {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 83px 83px 0;
}
.mw1100 {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}

.noslider li {
  width: 31.6%;
}

.textlink01 span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A88F0), to(#2A88F0));
  background-image: linear-gradient(90deg, #2A88F0, #2A88F0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
  color: #2A88F0;
}

.textlink01:hover span {
  width: auto;
  background-size: 100% 1px;
}


.rema_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin-left: auto;
  margin-right: auto;
}

.rema_nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.875em;
}

.rema_nav__ul01 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rema_nav__ul01 > li.active > a {
  width: auto;
}

.rema_nav__ul01 > li.active > a::after {
  padding-left: 100%;
}

.rema_nav__item {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 5px;
  margin-right: 5px;
  height: 100%;
}

.rema_nav__item.active {
  position: relative;
}

.rema_nav__item.current > a::after {
  padding-left: 100%;
}

.rema_nav__item > a {
  text-align: center;
  color: #333;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 10px;
}

.rema_nav__item > a:hover {
  width: auto;
}

.rema_nav__item > a:hover::after {
  padding-left: 100%;
}

@-webkit-keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes nav-collapsing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes nav-expanding {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[class^="megaMenu-"] {
  display: none;
}

.megaMenu {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.megaMenu__item:last-of-type .megaMenu__head {
  background-image: none;
}

.megaMenu__item.current {
  display: block;
}

.megaMenu__head {
  padding: 14px 0;
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 1px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.megaMenu__head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.megaMenu__tit a {
  display: block;
  position: relative;
  padding: 0px 5px 0 35px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0068B7;
}

.megaMenu__tit a:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 3px solid #0068B7;
  border-right: 3px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 25%;
  left: 10px;
}

.megaMenu__tit2 a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}

.megaMenu__tit2 a:hover::after {
  padding-left: calc( 100% - 3.3rem);
}

.megaMenu__cnt {
  padding-top: 40px;
  padding-bottom: 40px;
}

.megaMenu__cnt__link {
  text-align: left;
}

.megaMenu__cnt__link a {
  display: inline-block;
  position: relative;
  padding: 1em 0;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 1.4rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__cnt__link a:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 1.8em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  top: -4px;
}

.megaMenu__cnt__link a:hover {
  background-color: #ECF6FF;
  color: #0068B7;
}

.megaMenu__cnt__link a:hover:before {
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
}

.megaMenu__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 14px;
}

.megaMenu__cat li {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.megaMenu__cat li a {
  display: block;
  padding: 1.5em 0em 1em;
  margin-right: 4em;
}

.megaMenu__txtitem {
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.megaMenu__txtitem li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.4rem;
}

.megaMenu__txtitem li a {
  display: block;
  position: relative;
  padding: 1em;
  padding-left: 3.1rem;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}

.megaMenu__txtitem li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__txtitem li a:hover {
  background-color: #ECF6FF;
  color: #0CA7ED;
}

.megaMenu__txtitem li a:hover:before {
  border-color: #0CA7ED;
}

.megaMenu__txtitem li a:hover:after {
  content: none;
}

.megaMenu__txtitem li.icon-window a span {
  position: relative;
  display: inline-block;
}

.megaMenu__txtitem li.icon-window a span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/common/assets/img/common/icon_window--blue.png) no-repeat;
  background-size: cover;
}

.megaMenu__imgitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.megaMenu__imgitem li {
  width: calc(25% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__imgitem li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.megaMenu__imgitem li .inner figure {
  width: 60%;
  -ms-flex-item-align: center;
  align-self: center;
}

.megaMenu__imgitem li .inner figure img {
  max-width: 100%;
}

.megaMenu__imgitem li .inner p {
  width: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 10px;
}

.megaMenu__imgitem li .inner p span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}

.megaMenu__imgitem li .inner p span:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/common/assets/img/side_arrow.svg) no-repeat;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__imgitem li a:hover .inner p span {
  color: #0068B7;
  background-size: 90% 1px;
}

.megaMenu__imgitem li a:hover .inner p span:before {
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
}

.megaMenu__more {
  text-align: right;
  margin-top: 30px;
}

.megaMenu__more a {
  display: inline-block;
  font-size: 1.4rem;
  position: relative;
  padding-right: 17px;
  color: #0068B7;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size .5s;
  transition: background-size .5s;
}

.megaMenu__more a:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(/common/assets/img/side_arrow-hover.svg) no-repeat;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.megaMenu__more a:hover {
  background-size: 100% 1px;
}

.megaMenu__more-sp {
  text-align: center;
}

.megaMenu__more-sp a {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 1px solid #0068B7;
  border-radius: 50px;
  margin-top: 30px;
  padding: 12px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0068B7;
  -webkit-transition: .5s;
  transition: .5s;
}

.megaMenu__more-sp a:after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 44%;
  right: 7%;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-top: 1px solid #0068B7;
  border-right: 1px solid #0068B7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.megaMenu__more-sp a:hover {
  background: #0068B7;
  color: #fff;
}

.megaMenu__more-sp a:hover:after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 5%;
}

.megaMenu__cv {
  border-top: 1px solid #DDDDDD;
}


.rema {
  color: #333333;
  padding-top: 130px;
}

.rema.active {
  padding-top: 65px;
}

.rema_cntInner {
  position: relative;
}

.rema_h2tit {
  font-size: 4.6rem;
  font-weight: bold;
  color: #2A88F0;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

.rema_h3tit {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 39px;
  text-align: center;
}

.rema_h4tit {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

.rema_txt01 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.rema_flexCnt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rema_flexCnt01__item {
  width: 50%;
  padding: 4.1% 4.1% 4.1% 0;
}

.rema_flexCnt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rema_flexCnt02__item {
  width: calc(100% / 3);
  padding: 0 4.1%;
}

.rema_flexCnt02__item:first-child {
  padding-left: 0;
}

.rema_flexCnt02__item:last-child {
  padding-right: 0;
}

.rema_flexCnt02__item + .rema_flexCnt02__item {
  border-left: 1px solid #DDDDDD;
}

.rema_cntBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 83px;
  padding-right: 20px;
  max-width: 1386px;
  margin: 0 auto 50px;
}

.rema_cntBox01__txtBox {
  width: 58.4%;
  margin-right: 50px;
}

.rema_cntBox01__img {
  max-width: 490px;
  width: 490px;
  margin-right: 1.4%;
}

.remaTop .rema_kv {
  height: 435px;
}
/*編集*/
.remaTop .rema_kv__tit {
  font-size: 5rem;
  letter-spacing: 0em;
}

.remaTop .rema_fixSideCnt {
  z-index: 19;
}

.remaTop .rema_fixSideCnt.active {
  position: fixed;
  top: 0px;
  right: 0;
}

.remaTop .rema_fixSideCnt.active .rema_fixSideCnt__inner {
  top: 87px;
}

.remaTop .rema_fixSideCnt__inner {
  position: absolute;
  top: 100px;
}

.remaTop .rema_cntInner {
  padding-top: 70px;
}
/*-- height: 400px; --*/
.remaLower .rema_kv {
  padding: 60px 0;
}

.remaLower .rema_kv__tit {
  font-size: 3.8rem;
  line-height: 1.57;
}
.remaLower .rema_kv__tit span {
  padding: 0rem 0.9rem 0.2rem;
}

.shugyo-lp-exception .rema_kv__tit {
  font-size: 5.0rem;
  line-height: 1.57;
}

.headerBtn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerBtn__inner {
  height: 24px;
}

.headerBtn__inner span {
  width: 40px;
  height: 3px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#4e3dce), color-stop(50%, #3d61de), to(#2a88f0));
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}

.headerBtn__inner span:nth-child(2) {
  margin: 7.5px 0;
}

.headerBtn.active .headerBtn__inner {
  height: 30px;
}

.headerBtn.active .headerBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 13px;
}

.headerBtn.active .headerBtn__b2 {
  opacity: 0;
}

.headerBtn.active .headerBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

.hd.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.hdBtn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdBtn__inner {
  height: 24px;
}

.hdBtn__inner span {
  width: 40px;
  height: 3px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#4e3dce), color-stop(50%, #3d61de), to(#2a88f0));
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hdBtn__inner span:nth-child(2) {
  margin: 7.5px 0;
}

.hdBtn.active .hdBtn__inner {
  height: 30px;
}

.hdBtn.active .hdBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 13px;
}

.hdBtn.active .hdBtn__b2 {
  opacity: 0;
}

.hdBtn.active .hdBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -8px;
}

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

.rema_cntlinkBox__list {
  width: 23%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  margin:0 1% 30px 1%;
}

.rema_cntlinkBox__link {
  background: #fff;
  display: block;
  border-radius: 3px;
  padding: 0px 0 5.4%;
}

.rema_cntlinkBox__tit {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin: 15px 0;
  padding: 0 7.2%;
}

.rema_cntlinkBox__txt {
  font-size: 1.4rem;
  padding: 0 7.2%;
}

.rema_cntlinkBox__img {
  overflow: hidden;
}

.rema_kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rema_kv.top_re2022 {
  background: url(/hr/asset/img/top_re2022/main.jpg) center/cover no-repeat;
}

.rema_kv.template_2022 {
  background: url(/hr/asset/img/template_2022/main.jpg) center/cover no-repeat;
 /*-- padding: 40px 0 50px;  追加--*/
}

.rema_kv.mokuhyo {
  background: url(/hr/asset/img/mokuhyo/main.jpg) center/cover no-repeat;
}

.rema_kv.jinji {
  background: url(/hr/asset/img/jinji/main.jpg) center/cover no-repeat;
  /*-- padding: 40px 0 50px;  追加--*/
}

.rema_kv.shugyo {
  background: url(/hr/asset/img/shugyo/main.jpg) center/cover no-repeat;
  /*-- padding: 40px 0 50px;  追加--*/
}
.rema_kv.workflow {
  background: url(/hr/asset/img/workflow/main.jpg) center/cover no-repeat;
}

.rema_kv.s-column {
  background: url(/hr/asset/img/s-column/main.jpg) center/cover no-repeat;
}

.rema_kv.ex {
  background: url(/hr/asset/img/ex/main.jpg) center/cover no-repeat;
}

.rema_kv.case {
  background: url(/hr/asset/img/case/main.jpg) center/cover no-repeat;
}

/*追加*/
.rema_kv.download {
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
}

.rema_kv__inner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
/*編集*/
.rema_kv__txtBox {
  width: 100%;
  padding: 30px 4%;
}

.rema_kv__txtBox ul{
  display:flex;
  margin-top:30px;
}
.rema_kv__txtBox ul li{
  margin-right:30px;
}
.rema_kv__txtBox ul li a{
  width:300px;
  background: linear-gradient(#f59138, #ed7329);
  display:block;
  text-align:center;
  font-weight:bold;
  line-height:70px;
  border-radius:70px;
  font-size:16px;
  border:1px solid #ea6f0c;
  color:#fff;
  text-shadow:1px 1px 0 #eb6d22;
  box-shadow:3px 3px 6px #2e66c7,0 1px 0px 0px #f9b77e inset;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.rema_kv__txtBox ul li a:hover{
  border:1px solid #eaa60c;
  background: linear-gradient(#f5c038, #eda329);
  text-shadow:1px 1px 0 #eb9422;
  box-shadow:3px 3px 6px #2e66c7,0 1px 0px 0px #f9d57e inset;
}

/*追加nakazawa調整*/
.rema_kv__txtBox p {
  display: inline-block;
  margin: 30px 0 15px 0;
  font-size: 16px;
  line-height:30px;
  color: #fff;
  width:75%;
}

.rema_kv__btn2  {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 15px 0 15px 0;
}
.rema_kv__btn2 li span{
  display:inline-block;
  text-align:center;
  width:100%;
  font-size:17px;
  font-weight:bold;
  color:#fff;
  text-shadow:1px 1px 0 #444;
  margin-bottom:10px;
}
.rema_kv__btn2 li a{
  width: 380px;
  margin: 0px auto;
  background: linear-gradient(#f59138, #ed7329);
  display:block;
  text-align:center;
  font-weight:bold;
  line-height:55px;
  border-radius:70px;
  font-size:16px;
  border:1px solid #ea6f0c;
  color:#fff;
  text-shadow:1px 1px 0 #eb6d22;
  box-shadow: 0px 1px 4px #444, 0 1px 1px 0px #f9b77e inset;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.rema_kv__btn2 li a:hover{
  border:1px solid #eaa60c;
  background: linear-gradient(#f5c038, #eda329);
  text-shadow:1px 1px 0 #eb9422;
}

.floating-banner .rema_kv__btn2 li span {
  display: block; /* ボタン上のテキストをブロック要素化 */
  text-align: center; /* 中央揃え */
  line-height: normal; /* 行間を標準化 */
  margin-bottom: 5px; /* ボタンとの間に適切な間隔を設定（必要に応じて調整） */
}

.floating-banner .rema_kv__btn_request,
.floating-banner .rema_kv__btn_contact {
  display: inline-block; /* ボタンのブロック化を明示 */
  text-align: center; /* ボタン内テキストを中央揃え */
  padding: 10px 20px; /* ボタン内余白を統一 */
  font-size: 14px; /* テキストサイズを統一 */
  line-height: 1.5; /* 行間を統一 */
  vertical-align: top; /* 上下のズレを防ぐ */
}

.floating-banner .rema_kv__btn2{
  display: flex; /* 横並びにする */
  justify-content: center; /* ボタン間のスペースを均等化 */
  align-items: flex-end; /* ボタン上部を揃える */
  list-style: none; /* リストマーカーを削除 */
  padding: 0; /* 不要な余白を削除 */
  margin: 0; /* 不要な余白を削除 */
}


/*追加ボタン調整*/
.contact_btn {
  background: #3d61de;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 20px;
}

.rema_kv__txtBox2 ul{
  display:flex;
  margin-top:30px;
  justify-content: center;
  gap: 80px;
}
/*
.rema_kv__txtBox2 ul li{
  margin-right:30px;
}
*/
.rema_kv__txtBox2 ul li a{
  width: 340px;
  background: linear-gradient(#f59138, #ed7329);
  display:block;
  text-align:center;
  font-weight:bold;
  line-height:70px;
  border-radius:70px;
  font-size: 16px;
  border:1px solid #ea6f0c;
  color:#fff;
  text-shadow:1px 1px 0 #eb6d22;
  box-shadow:3px 3px 6px #2e66c7,0 1px 0px 0px #f9b77e inset;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.rema_kv__txtBox2 ul li a:hover{
  border:1px solid #eaa60c;
  background: linear-gradient(#f5c038, #eda329);
  text-shadow:1px 1px 0 #eb9422;
  box-shadow:3px 3px 6px #2e66c7,0 1px 0px 0px #f9d57e inset;
}
/*
.rema_kv__txtBox ul li a:before{
  content: '';
  width: 20px;
  height: 15px;
  display: inline-block;
  background-size: contain!important;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
*/
.rema_kv__txtBox ul li a.hr-contact:before{
  background: url(/hr/img/cmn/icon_contact.png) no-repeat;
}
.rema_kv__txtBox ul li a.hr-request:before{
  background: url(/hr/img/cmn/icon_request.png) no-repeat;
}
.rema_kv__tit {
  color: #fff;
  letter-spacing: 0em;
}

.rema_kv__txt {
  color: #fff;
  font-size: 2.2rem;
  width: 70%;
}

.rema_sec02 {
  max-width: 1366px;
  margin: 50px auto 100px;
}

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

.rema_sec02__list {
  width: 31.6%;
  max-width: 380px;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border-radius: 3px;
  padding: 1.6% 1.4% 1%;
}

.rema_sec02__txt01 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}

.rema_sec02__txt02 {
  font-size: 1.4rem;
  line-height: 1.85;
}

.rema_sec02__img {
  max-width: 100px;
  width: 26.3%;
  margin: 0 auto 15px;
}

.rema_sec03 {
  background: #F4F7F9;
}

.rema_sec03 .rema_cntBox01 {
  margin: 0 auto 20px;
}

.rema_sec03 .rema_cntBox01__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.rema_sec05 {
  padding-bottom: 80px;
}

.rema_sec07 {
  background: #F4F7F9;
}

.rema_sec07 .rema_cntBox01 {
  margin: 0 auto 20px;
}

.rema_sec07 .rema_cntBox01__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.rema_sec08 {
  padding-bottom: 100px;
}

.rema_sec09 {
  background: #fff;
}

.rema_sec10 {
  padding-bottom: 90px;
}

.rema_sec10 .rema_flexCnt02 {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.rema_sec11 {
  padding-bottom: 70px;
}

.rema_sec12 {
  padding-bottom: 80px;
}

.rema_sec13 {
  margin-bottom: 90px;
}

.rema_sec13__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema_sec13__list {
  width: 31.6%;
  margin-right: 2.5%;
  background: #fff;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
}

.rema_sec13__list:nth-child(3n) {
  margin-right: 0;
}

.rema_sec13__txt01 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 15px 0;
  padding: 0 20px;
}

.rema_sec13__txt02 {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 0 20px 16px;
}

.rema_sec13__img {
  overflow: hidden;
}

.rema_sec13 .slick-slide {
  padding-bottom: 5px;
}

.rema_sec14 {
  margin-bottom: 90px;
}

.rema_sec15 {
  margin-bottom: 90px;
}

.rema_sec15 .slick-slide {
  padding-bottom: 5px;
  border-radius: 3px;
}

.rema_sec16 {
  padding-bottom: 100px;
}

.rema__caseStudyLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema__caseStudyLists .rema__caseStudyItem {
  width: 31.6%;
  margin-right: 2.5%;
  border-radius: 3px;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
}

.rema__caseStudyLists .rema__caseStudyItem:nth-child(3n) {
  margin-right: 0;
}

.rema__socialColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.rema__socialColumn__list {
  width: 31.6%;
  margin-right: 2.5%;
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.rema__socialColumn__list:nth-child(3n) {
  margin-right: 0;
}

.rema__socialColumn__img {
  margin-bottom: 15px;
  overflow: hidden;
}

.rema__socialColumn__time {
  color: #888888;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 0 5.2%;
  line-height: 2;
}

.rema__socialColumn__tit {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2%;
}

.rema__socialColumn__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 0 5.2% 16px;
}

.rema_footerCnt {
  background: url(/hr/asset/img/top_re2022/bg_footerCnt.jpg) no-repeat;
  background-size: cover;
  padding-top: 87px;
}

.rema_footerCnt .rema_h2tit {
  text-align: center;
}

.rema_footerCnt__linkTxt {
  color: #063c7a;
  font-size: 1.8rem;
  text-align: right;
  margin-top: 45px;
}

.rema_footerCnt__linkTxt a {
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.rema_footerCnt__linkTxt a::before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #2A88F0;
  border-right: 2px solid #2A88F0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rema_contact {
  background: url(/hr/asset/img/top_re2022/bg_contact_pc.jpg);
}

.rema_contact__tit {
  color: #fff;
  font-weight: bold;
}

.rema_contact__tit__txt01 {
  font-size: 4.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  white-space: nowrap;
}

.rema_contact__tit__txt02 {
  font-size: 2.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 46px;
  white-space: nowrap;
}

.rema_contact__inner {
  position: relative;
  margin: 0 auto;
  height: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rema_contact__txtBox {
  width: 34%;
}

.rema_contact__img {
  width: 67%;
  max-width: 916px;
  height: 415px;
  overflow: hidden;
  position: relative;
}

.rema_contact__btn {
  width: 360px;
}

.rema_contact__btn a {
  padding: 18px 0;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rema_contact__btn a span {
  font-weight: bold;
  font-size: 1.6rem;
}

.rema_contact__btn a span::before {
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url(/hr/asset/img/top_re2022/ico_mail.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.rema_contact__btn a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #4E71F4;
}

.rema_contact__btn a:hover span::before {
  background: url(/hr/asset/img/top_re2022/ico_mail_blue.svg) no-repeat;
  background-size: contain;
}

.rema_copy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  background: #333333;
}

.rema_copy__txt {
  padding: 30px 0;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}

.rema_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rema_slider .slick-prev, .rema_slider .slick-next {
  z-index: 2;
}

.rema_slider .slick-prev {
  left: -35px;
}

.rema_slider .slick-next {
  right: -5px;
}

.rema_slider .slick-next:before {
  content: ">";
}

.rema_slider .slick-prev:before {
  content: "<";
}

.rema_slider .slick-prev:before, .rema_slider .slick-next:before {
  font-size: 30px;
  color: #2A88F0;
}

.rema_slider li {
  max-width: 380px;
  height: 100%;
}

.rema_slider .slick-slide {
  padding-bottom: 5px;
}

.rema_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rema_slider .slick-slide {
  height: auto !important;
}

.rema_slider .slick-slide > div {
  height: 100%;
}

.fixcvbtn__cvbtn {
  display: block;
  padding-top: 20px;
}

.fixcvbtn__cvbtn__dlbtn {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 100px 0 0 100px;
  width: 220px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2a88f0), color-stop(50%, #3d61de), to(#4e3dce));
  background: linear-gradient(90deg, #2a88f0 0%, #3d61de 50%, #4e3dce 100%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  margin-bottom: 10px;
}

.fixcvbtn__cvbtn__dlbtn:hover::before {
  opacity: 1;
}

.fixcvbtn__cvbtn__dlbtn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#4e3dce), color-stop(50%, #3d61de), to(#2a88f0));
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fixcvbtn__cvbtn__dlbtn span {
  position: relative;
  z-index: 3;
}

.fixcvbtn__cvbtn__dlbtn span::before {
  content: '';
  width: 18px;
  height: 16px;
  display: inline-block;
  background: url(/hr/asset/img/top_re2022/ico_dl.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.fixcvbtn__cvbtn__dlbtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 9px 25px;
}

.fixcvbtn__cvbtn__btn {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 100px 0 0 100px;
  width: 220px;
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#fba332), color-stop(50%, #f1841c), to(#e86606));
  background: linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
}

.fixcvbtn__cvbtn__btn:hover::before {
  opacity: 1;
}

.fixcvbtn__cvbtn__btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px 0 0 100px;
  background: -webkit-gradient(linear, left top, right top, from(#e86606), color-stop(50%, #f1841c), to(#fba332));
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.fixcvbtn__cvbtn__btn span {
  position: relative;
  z-index: 3;
}

.fixcvbtn__cvbtn__btn span::before {
  content: '';
  width: 19px;
  height: 15px;
  display: inline-block;
  background: url(/hr/asset/img/top_re2022/ico_mail.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.fixcvbtn__cvbtn__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0 9px 25px;
}

/*-- 20250529追加CSS --*/

/*-- kvボタン追加　--*/





.rema_fixSideCnt {
  z-index: 19;
}

.rema_fixSideCnt.active {
  position: fixed;
  top: 0px;
  right: 0;
}

.rema_fixSideCnt.active .rema_fixSideCnt__inner {
  top: 87px;
}

.rema_fixSideCnt__inner {
  position: absolute;
  right: -236px;
  z-index: 19;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 266px;
}

.rema_fixSideCnt__inner.on {
  right: 0px;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b2 {
  opacity: 0;
}

.rema_fixSideCnt__inner.on .fixcntBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -6px;
}

.rema_fixSideCnt__inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 6px 0 0 6px;
}

.fixcntBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  /*height: 266px;*/
  background: #fff;
  border-radius: 6px 0 0 6px;
}

.fixcntBtn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  width: 15px;
}

.fixcntBtn__b2 {
  margin: 4px 0;
}

.fixcntBtn span {
  width: 15px;
  height: 2px;
  display: inline-block;
  background: #2A88F0;
  border-radius: 2px;
}

.fixcntLink {
  width: 236px;
  padding: 16px 20px;
  background: #fff;
  border-left: 1px solid #DDDDDD;
  padding: 10px 20px;
}

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

.fixcntLink__list a {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.4rem;
  color: #2A88F0;
  padding: 11px 0;
  padding-left: 1em;
  display: block;
  position: relative;
}

.fixcntLink__list a:hover span::before {
  top: 5px;
}

.fixcntLink__list a:hover {
  width: auto;
}

.fixcntLink__list a:hover span {
  background-size: 100% 1px;
}

.fixcntLink__list a span {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#2A88F0), to(#2A88F0));
  background-image: linear-gradient(90deg, #2A88F0, #2A88F0);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
}

/*-- .fixcntLink__list a span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #2A88F0;
  border-bottom: 2px solid #2A88F0;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: -1em;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
} --*/

.remaTmp-bgwhite {
  background: #fff;
  padding: 90px 0;
}
.remaTmp-bgwhite-2 {
  background: #fff;
  padding: 90px 0 0;
}
.remaTmp-bggray {
  background: #F4F7F9;
  padding: 90px 0;
}
.remaTmp-bggray-2 {
  background: #F4F7F9;
  padding: 90px 0 0;
}
.remaTmp-bgpurple {
  background: linear-gradient(-45deg, #f0faff 0%, #fcf8ff 100%);
  padding: 90px 0;
}
.remaTmp-bggreen {
  background:#f7fdf4;
  padding: 90px 0;
}


/*追加*/
.remaTmp-bgblue {
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  padding: 90px 0;
}
.remaTmp-bgblue h3,
.remaTmp-bgblue .rema_footerCnt__linkTxt a::before,
.remaTmp-bgblue p a span{
  color:#fff;
  border-color:#fff;
}
.remaTmp-cta-contact {
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  padding: 60px 0;
  color:#fff;
  text-align:center;
  font-size:18px;
}
.remaTmp-cta-contact-2 {
  padding: 60px 0;
  color:#fff;
  text-align:center;
  font-size:18px;
}
.remaTmp-cta-contact p{
  font-size:24px;
  font-weight:bold;
  margin-bottom:30px;
}
.remaTmp-cta-contact li{
  display:inline-block;
  width:40%;
}
.remaTmp-cta-contact-2 li{
  display:inline-block;
  width:30%;
}
.remaTmp-cta-contact li a{
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  padding:20px;
  border-radius:50px;
  display:block;
  margin:0 5%;
  font-weight:bold;
  transition: 0.3s;
}
.remaTmp-cta-contact-2 li a{
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  padding:20px;
  border-radius:65px;
  display:block;
  margin:0 5%;
  font-weight:bold;
  transition: 0.3s;
}
.column-cta{
  padding:50px 0 40px 0;
  color:#fff;
  font-size:16px;
  background:url(/hr/asset/img/top_re2022/bg_column_cta_upper.jpg) center 0 repeat;
}
.column-cta p:first-child{
  font-size:18px;
  background:#0151af;
  text-align:center;
  padding:10px 0;
}
.column-cta p:nth-child(2){
  font-size:32px;
  font-weight:bold;
  margin:30px 0;
  text-align:center;
}
.column-cta dl{
  display:flex;
  width:1050px;
  margin:0 auto;
}
.column-cta dl dt{
  width:200px;
  padding:15px 50px 0 0;
}
.column-cta dl dt img{
  box-shadow: 3px 3px 15px 2px #083f7d;
}
.column-cta dd li{
  line-height:36px;
}
.column-cta dd li span{
  color:#fff600;
  margin-right:20px;
}
.column-cta dd a{
  min-width:650px;
  display:block;
  padding:18px 15px;
  font-size:24px;
  transition : all 0.5s ease 0s;
  background: linear-gradient(90deg, #e86606 0%, #f1841c 50%, #fba332 100%);
  box-shadow: 1px 1px 15px 1px #083f7d;
  border-radius:3px;
}
.column-cta dd a:hover{
  background: linear-gradient(90deg, #fba332 0%, #f1841c 50%, #e86606 100%);
}

.outlink{
  text-align:center;
  font-size:12px;
  padding:20px 0 0 0;
}
.outlink a{
  color:#;
}

.theme-container {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
}
.theme-container li {
  width:23%;
  margin:20px 1%;
  border:1px solid #ddd;
  padding:20px;
  border-radius:10px;
  font-size:14px;
  line-height:22px;
}
.theme-container li h3 {
  margin:10px 0 25px 0;
  text-align:center;
  font-size:15px;
}
.theme-container li dt {
  margin-bottom:20px;
}
.theme-container + p{
  margin-top:40px;
  text-align:center;
  background:url(/hr/asset/img/shugyo/shugyo_img_theme_arrow.png) center 60px no-repeat;
  height:120px;
  font-size:20px;
}
.shugyo-flow{
  font-size:16px;
  line-height:24px;
}
.shugyo-flow li{
  background:#fff;
  border:1px solid #4E71F4;
  border-radius:3px;
  padding:30px;
  margin-bottom:20px;
}
.icon-step{
  background:#f90;
  color:#fff;
  border-radius:1px;
  padding:2px 6px;
}


.remaTmp-textCenter {
  text-align: center;
}
.remaTmp-textLeftt {
  text-align: left;
}
.remaTmp-textRight {
  text-align: right;
}

.remaTmp-mb70 {
  margin: 0 auto 70px;
}

.remaTmp-mb100 {
  margin: 0 auto 100px;
}

.remaTmp-border {
  position: relative;
  padding-top: 90px;
}

.remaTmp-border::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  border-top: 1px solid #DDDDDD;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.remaTmp_h2Tit {
  font-size: 3.2rem;
  font-weight: bold;
  /*編集*/
  letter-spacing: 1;
  color: #2A88F0;
  margin-bottom: 30px;
}
.remaTmp_h2Tit span.h2Tit_title{
  color:#202020;
  font-size:4.6rem;
  line-height:9rem;
}

.remaTmp_h3Tit {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  font-size: 2.6rem;
  line-height: 1.6;
}

.remaTmp_h4Tit {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 2rem;
}
.remaTmp-table02 span.h4Tit_title,
.remaTmp_h4Tit span.h4Tit_title{
  background:#ff8a00;
  color:#fff;
  padding:2px 5px;
  border-radius:1px;
  margin-right:10px;
}

.remaTmp_txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.remaTmp_txt + .remaTmp_txt {
  margin-top: 40px;
}

.remaTmp_boldTxt {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  line-height: 1.55;
}

/*追加*/
.remaTmp_minTxt {
  font-size: 60%;
}

.remaTmp_boldTxt--blue {
  color: #4E71F4;
}

.remaTmp_boldTxt--org {
  color: #F78E2F;
}

.remaTmp_linkTxt {
  color: #2A88F0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  display: inline-block;
}

.remaTmp_linkTxt::before {
  content: '';
  display: inline-block;
  border-top: 1px solid #2A88F0;
  border-right: 1px solid #2A88F0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 10px auto 0;
  position: relative;
  top: -4px;
}

.remaTmp_linkTxt--blank {
  padding-right: 35px;
}

.remaTmp_linkTxt--blank::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 1em;
  bottom: 0.3em;
  background: url(/hr/asset/img/icon_window--blue.png) no-repeat;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 6px;
  margin: auto 0px auto 10px;
}

.remaTmp_btn {
  margin: 45px 0 25px;
}

.remaTmp_btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#2a88f0), to(#4e3dce));
  background: linear-gradient(90deg, #2a88f0 0%, #4e3dce 100%);
  padding: 18px 0;
}

.remaTmp_btn a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#4e3dce), color-stop(50%, #3d61de), to(#2a88f0));
  background: linear-gradient(90deg, #4e3dce 0%, #3d61de 50%, #2a88f0 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.remaTmp_btn a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.remaTmp_btn a:hover::before {
  opacity: 1;
}

.remaTmp_btn a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
}

.remaTmp_thumImg {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.remaTmp_thumImg img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.remaTmp_cap {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #888;
  line-height: 1.5;
  margin-top: 6px;
  display: inline;
  word-break: break-all;
}

.remaTmp_bread {
  margin: 16px auto;
}

.remaTmp_bread li {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.2rem;
  color: #888888;
}

.remaTmp_bread li a {
  color: #2A88F0;
  display: inline !important;
}

.remaTmp_bread li a::after {
  content: '＞';
  color: #888888;
  display: inline-block;
  margin-left: 1em;
}

.remaTmp_cntNav {
  background: #4E71F4;
  margin-bottom: 10px;
}

.remaTmp_cntNav__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.remaTmp_cntNav__listWrap.active {
  height: 327px;
}

.remaTmp_cntNav__list {
  padding: 15px 30px;
}

.remaTmp_cntNav__list a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 0px 9px;
  font-size: 1.8rem;
  line-height: 1.7;
}

.remaTmp_cntNav__list + .remaTmp_cntNav__list {
  position: relative;
}

.remaTmp_cntNav__list + .remaTmp_cntNav__list::before {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.remaTmp_cntNavBtn {
  background: #4E71F4;
  padding: 21px 4%;
  display: none;
}

.remaTmp_cntNavBtn__inner {
  width: 30px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.remaTmp_cntNavBtn__inner span {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_cntNavBtn__b2 {
  margin: 6px 0;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 9px;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b2 {
  opacity: 0;
}

.remaTmp_cntNavBtn.active .remaTmp_cntNavBtn__b3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}


.remaTmp_articleLinks {
  margin-bottom: 90px;
}

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

.remaTmp_articleLinks__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.remaTmp_articleLinks__list {
  margin-bottom: 16px;
}

.remaTmp_articleLinks__list a {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  color: #2A88F0;
  display: block;
  padding-left: 14px;
}

.remaTmp_articleLinks__list a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-right: 2px solid #2A88F0;
  border-bottom: 2px solid #2A88F0;
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_articleLinks__list a:hover::before {
  top: 11px;
}

.remaTmp_cntBox {
  background: #fff;
  padding: 45px 50px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.remaTmp_cntBox--gray {
  background: #F9F9F9;
  border: 1px solid #F9F9F9;
}

.remaTmp_cntBox--bluebd {
  border: 1px solid #4E71F4;
}

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

.remaTmp-table01 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

.remaTmp-table01 th {
  padding: 15px 22px;
  background: #F4F5F6;
  font-weight: bold;
  font-size: 1.8rem;
  width: 240px;
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}

.remaTmp-table01 td {
  padding: 15px 22px;
  font-size: 1.6rem;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}

.remaTmp-table02 {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

.remaTmp-table02 th {
  padding: 15px 22px;
  background: #F4F5F6;
  font-weight: bold;
  font-size: 1.8rem;
  width: calc(100%/3);
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
/*編集*/
.remaTmp-table02 td {
  padding: 15px 22px;
  font-size: 1.6rem;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  background: #fff;
}

.remaTmp-ullist {
  list-style: none;
}

/*編集*/
.remaTmp-ullist li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-bottom: 16px;*/
  margin-bottom: 10px;
  /*line-height: 2;*/
}

.remaTmp-ullist li::before {
  content: '';
  min-width: 7px;
  width: 7px;
  height: 7px;
  background: #C6C6C6;
  display: inline-block;
  border-radius: 3px;
  margin-right: 8px;
}

.remaTmp-ullist li:last-child {
  margin-bottom: 0;
}

.remaTmp-ollist {
  list-style: none;
}

.remaTmp-ollist li {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  line-height: 2;
  counter-increment: ollist 1;
}

.remaTmp-ollist li::before {
  content: counter(ollist) ".";
  display: inline-block;
  margin-right: 8px;
}

.remaTmp-ollist li:last-child {
  margin-bottom: 0;
}

.remaTmp_cnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  background: #fff;
}

.remaTmp_cnv--bggray {
  background: #F4F7F9;
}

.remaTmp_cnv_txtBox {
  width: 65%;
  margin-right: 50px;
}

.remaTmp_cnv_img {
  width: 35%;
  margin-left: 50px;
}

.remaTmp_bnr__box {
  background: #fff;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
}

.remaTmp_bnr__box {
  padding: 44px 35px 20px;
}

.remaTmp_bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.remaTmp_bnr__list li {
  width: 196px;
  margin: 0 15px 30px;
}

.remaTmp_bnr .remaTmp_boldTxt {
  margin-bottom: 26px;
}

.remaTmp_faq dl {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.remaTmp_faq dl dt {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  line-height: 2;
  padding: 38px;
  padding-right: 56px;
  padding-left: 0;
  cursor: pointer;
  position: relative;
}

.remaTmp_faq dl dt::after {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remaTmp_faq dl dt.active::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.remaTmp_faq dl dt .remaTmp_faq_icon {
  position: relative;
  padding-left: 38px;
}

.remaTmp_faq dl dt .remaTmp_faq_icon::before {
  content: 'Q';
  height: 26px;
  font-size: 2.6rem;
  letter-spacing: 0em;
  color: #BFBFBF;
  display: inline-block;
  position: absolute;
  top: -14px;
  bottom: 0;
  left: 0;
}

.remaTmp_faq dl dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-bottom: 38px;
  padding-right: 56px;
  display: none;
}

.remaTmp_faq dl dd .remaTmp_faq_icon {
  padding-left: 38px;
  position: relative;
}

.remaTmp_faq dl dd .remaTmp_faq_icon::before {
  content: 'A';
  height: 26px;
  font-size: 2.6rem;
  letter-spacing: 0em;
  color: #BFBFBF;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
}

.remaTmp_faq dl dd p + * {
  margin-top: 30px;
}

.remaTmp_faq dl + dl {
  border-top: 0px solid #000;
}

.remaTmp_faq_img {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  overflow-x: hidden;
  letter-spacing: 0.05em;
}

/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root body.active {
  overflow: hidden !important;
  height: 100% !important;
}

/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root html.active {
  overflow: hidden !important;
  height: 100% !important;
}

.re_none {
  display: none !important;
}

.re_hover0-8:hover {
  opacity: 0.8;
}

.re_hover0-7:hover {
  opacity: 0.8;
}

.re_hover0-6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.re_hover0-6:hover {
  cursor: pointer;
  opacity: 0.6;
}

.common-btn-list{
  margin:0 auto;
}
.common-btn-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width:90%;
    margin:0 auto;
}
.common-btn-list ul li.common-btn-list1{
  width: 80%;
  text-align:center;
}
.common-btn-list ul li.common-btn-list2{
  width: 48%;
  text-align:center;
}
.common-btn-list ul li.common-btn-list3{
  width: 30%;
  text-align:center;
}
.common-btn-list ul li a{
  padding:18px 20px;
  display:block;
  border-radius:45px;
  font-weight:bold;
  font-size:1.1em;
}
.common-btn-list a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.8em;
  padding: 18px 0;
}
.common-btn-list a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fba332 0%, #e86606 100%);
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius:45px;
}
.common-btn-list a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
  z-index: 2;
}
.common-btn-list a:hover::before {
  opacity: 1;
}
.common-btn-list a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
  font-size: 1em;
}
.common-btn-list--orange a {
  background: linear-gradient(to right,#fba332 0%, #fd8c01 100%);
}
.common-btn-list--orange a::before {
  background: linear-gradient(to left,#fba332 0%, #fd8c01 100%);
}

.remaTmp_flexBox.jss-background{
  align-items: anchor-center;
}
.jss-background .remaTmp_flexItem{
  max-width:100%!important;

}
.jss-background .jss-img01,
.jss-background .jss-img03{
  width:45%!important;
}
.jss-background .jss-img01 a:hover,
.jss-background .jss-img03 a:hover{
  opacity:0.8;
}
.jss-background .jss-img02{
  width:10%!important;
}
.jss-img04 img{
  width:40%;
}
.jss-summarize{
  font-size:2.8em;
  font-weight:bold;
  color:#f60;
}

.flow{
  font-size:16px;
  display:flex;

}
.flow p{
  max-width:160px;
}
.flow dl{
  padding-left:40px;
}
.flow dl dt span{
  background:#333;
  color:#fff;
  margin-right:10px;
  font-weight:bold;
  font-size:14px;
  padding:3px 6px;
  border-radius:2px;
}
.flow dl dd{
  margin-top:15px;
  line-height:24px;
}

.sp_remaTmp_cntBox .remaTmp_thumImg{
  width:45%;
}

    .--flcnt {
      display: flex;
      justify-content: center;
    }

.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width:100%;
    transform: translateY(100%); /* 下に隠す */
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .floating-banner.show {
    opacity: 1;
    transform: translateY(0); /* 元の位置にスライドアップ */
    pointer-events: auto;
  }

.banner {
    width: 100%;/* バナーの横幅 */
    padding: 20px 10px 30px;
    background:rgba(0,0,0,0.6);/* バナーの背景色 */
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
    font-size: 28px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%); /* ボタンの背景 */
    box-shadow: 0px 0px 30px #2984BA; /* ボタンの影 */
    border-radius: 25px;
    margin: 0
}


.ex-mainvisual{
  background: url(../images/case_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  color:#fff;
}

.ex-mainvisual-img{
  width:370px;
  margin-right:50px;

}
.ex-mainvisual-img dt{
  width:370px;
}
.ex-mainvisual-img dd{
  margin-top:20px;
  font-size:16px;
  font-weight:bold;
}
.ex-mainvisual-txt{
  width:100%;
}
.ex-mainvisual-txt h1{
  font-size:26px;
  text-shadow:1px 1px #0f1c6c;
}
.ex-mainvisual-txt div{
  margin-top:30px;
  background:rgba(0,0,0,0.25);
  padding:25px;
  font-size:16px;
}
.ex-mainvisual-txt div dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ex-mainvisual-txt div dl dt{
  width: 115px;
  font-size:14px;
  text-align:center;
  color:#375ce4;
  font-weight: bold;
}
.ex-mainvisual-txt div dl dt span{
  background:#fff;
  display:block;
  padding:3px 6px;
}
.ex-mainvisual-txt div dl dd{
  margin-left:20px;
  flex: 1;
  text-shadow:1px 1px #0f1c6c;
  line-height:28px;
}
.ex-mainvisual-txt div dl:last-child{
  margin-bottom:0;
}

.ex-download-case-studies{
  padding:30px 0;
  background: linear-gradient(to bottom, #fbfbfb, #f9f6f6);
  border-bottom:1px solid #ddd;
  display:flex;
  justify-content:center;
}
.ex-download-case-studies-img{
  width:240px;
  padding-right:40px;
  border-right:1px solid #ddd;
}
.ex-download-case-studies-btn{
  padding-left:40px;
}
.ex-download-case-studies-btn dt{
  font-size:14px;
  line-height:24px;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}
.ex-download-case-studies-btn dd a{
  display: block;
  font-size:14px;
  width: 360px;
  padding: 15px 0 15px 25px;
  text-align:center;
  font-weight: bold;
  color: #fff;
  line-height: 1.07;
  background: linear-gradient(90deg, #faa231, #e96808);
  border-radius: 100px;
  position: relative;
  transition: all .3s linear;
  margin:0 auto;
}
.ex-download-case-studies-btn dd a:before{
  content: '';
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/common/assets/img/top/icon_download.png) no-repeat;
  background-size: contain;
  left: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ex-download-case-studies.ex-download-case-studies-insert{
  background:#375ce4;
  color:#fff;
  margin-bottom:50px;
  border:none;
}

.rema_kv.shugyo-lp-exception {
  background: #0070c0 url(/hr/asset/img/shugyo/main_bg_lp_exception.png) right 0 no-repeat;
  background-size:auto;
  margin-top:-50px;
  /*-- padding: 40px 0 50px;  追加--*/
}
.bg-achievements{
  position: relative;
  padding: 0 60px;
  margin-bottom:35px;
  display:inline-block;
}
.bg-achievements p{
  color:#fafadc;
  font-size:2.6rem;
  font-weight:bold;
  display:inline;
  line-height:0.5rem;
}
.bg-achievements p span{
  font-size:3.5rem;
  color:#ff0;
  margin:0 6px;
  font-style: italic;
}
.bg-achievements:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  transform: translateY(-20%);
  width: 37px;
  height: 83px;
  background: url(/hr/asset/img/shugyo/bg_achievements01.png) 0 0 no-repeat;
  background-size:60%;
  pointer-events: none;
}
.bg-achievements:after{
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-20%);
  width: 37px;
  height: 83px;
  background: url(/hr/asset/img/shugyo/bg_achievements02.png) 0 0 no-repeat;
  background-size:60%;
  pointer-events: none;
}
.shugyo-lp-exception ol{
  margin-top:50px;
  display:flex;
}
.shugyo-lp-exception ol li{
  background:#fff;
  margin-right:50px;
  border-radius:3px;
  box-shadow:6px 8px 0 rgba(0, 63, 119, 0.4);
}


.rema_btn01 {
  margin: 45px 0 0;
}

.rema_btn01 a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 360px;
  font-size: 1.6rem;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#06D3ED), to(#0CA7ED));
  background: linear-gradient(90deg, #06D3ED 0%, #0CA7ED 100%);
  padding: 18px 0;
}

.rema_btn01 a::before {
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#0CA7ED), to(#06D3ED));
  background: linear-gradient(90deg, #0CA7ED 0%, #06D3ED 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.rema_btn01 a::after {
  content: '';
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  z-index: 2;
}

.rema_btn01 a:hover::before {
  opacity: 1;
}

.rema_btn01 a span {
  position: relative;
  z-index: 3;
  pointer-events: none;
  display: inline-block;
}

.rema_btn01--orange a {
  background: -webkit-gradient(linear, left top, right top, from(#FBA332), to(#E86606));
  background: linear-gradient(90deg, #FBA332 0%, #E86606 100%);
}

.rema_btn01--orange a::before {
  background: -webkit-gradient(linear, left top, right top, from(#E86606), to(#FBA332));
  background: linear-gradient(90deg, #E86606 0%, #FBA332 100%);
}

.rema_cntBox09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1216px;
}
.rema_cntBox09__btn {
  margin-top: 0;
  width: 45.33%;
}
.rema_cntBox09__btn > a {
  width: 100%;
}

.rema_contact-area {
  background: #005d9f;
  padding-bottom: 50px;
  padding-top: 50px;
}
.rema_contact-area p.rema_contact-area-txt{
  text-align:center;
  font-size:20px;
  color:#fff;
  font-weight:bold;
  margin-bottom:30px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media screen and (max-width: 767px) {
  .remaTmp_flexBox.jss-background{
    align-items: anchor-center;
  }
  .jss-background .remaTmp_flexItem{
    max-width:100%!important;

  }
  .jss-background .jss-img01,
  .jss-background .jss-img03{
    width:95%!important;
    margin:0 auto;
  }
  .jss-background .jss-img01 a:hover,
  .jss-background .jss-img03 a:hover{
    opacity:0.8;
  }
  .jss-background .jss-img02{
    width:20%!important;
    margin:0 auto;
  }
  .jss-img04 img{
    margin-top:25px;
    width:80%;
  }
  .jss-summarize{
    font-size:1.5em!important;
  }

  .header__cvbtn__tel .-txt01 {
    font-size: 5.6vw;
  }
  .header__cvbtn__tel .-txt01::before {
    font-size: 3.73vw;
  }
  .header__cvbtn__tel .-txt02 {
    font-size: 3.2vw;
  }
  .header__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .mw1366 {
    padding: 0 4%;
  }
  .mw1366-2 {
    padding: 0 4%;
  }
  .mw1100 {
    padding: 0 6%;
  }
  .noslider {
    padding: 0 4%;
  }
  .noslider li {
    width: 100%;
  }
  .megaMenu__tit2 a {
    font-size: 5vw;
  }
  .megaMenu__txtitem li {
    width: 50%;
    font-size: 4.26vw;
  }
  .rema_cntInner {
    padding-top: 8%;
  }

  .remaTmp-textspCenter {
    text-align: center;
  }
  .remaTmp-textspLeft {
    text-align: left;
  }
  .remaTmp-textspRight {
    text-align: right;
  }

  .rema_h2tit {
    font-size: 2.3rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .rema_h3tit {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .rema_h4tit {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .rema_txt01 {
    font-size: 1.4rem;
    line-height: 1.78;
  }
  .rema_flexCnt01__item {
    width: 100%;
    padding: 7.2% 0;
    border-top: 1px solid #DDDDDD;
  }
  .rema_flexCnt01__item:first-child {
    padding-top: 0;
    border-top: 0px solid #DDDDDD;
  }
  .rema_flexCnt01__item:last-child {
    padding-bottom: 0;
  }
  .rema_flexCnt02__item {
    width: 100%;
    padding: 7.2% 0;
    border-top: 1px solid #DDDDDD;
  }
  .rema_flexCnt02__item:first-child {
    padding-top: 0;
    border-top: 0px solid #DDDDDD;
  }
  .rema_flexCnt02__item:last-child {
    padding-bottom: 0;
  }
  .rema_flexCnt02__item + .rema_flexCnt02__item {
    border-left: 0px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
  .rema_cntBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 4%;
    margin: 0 auto 30px;
  }
  .rema_cntBox01__txtBox {
    width: 100%;
    margin: 0;
  }
  .rema_cntBox01__img {
    width: 70.1%;
    margin: 0 auto 30px;
    max-width: 242px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .remaTop .rema_kv {
    height: 450px;
  }
  .remaTop .rema_kv__tit {
    font-size: 2.6rem;
  }
  .remaTop .rema_cntInner {
    padding-top: 50px;
  }
  /*--     height: 175px; --*/
  .remaLower .rema_kv {
    padding-top: 10px;
  }
  .remaLower .rema_kv__tit {
    font-size: 1.9rem;
  }
  .rema_cntlinkBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .rema_cntlinkBox__list {
    width: 46%;
    margin: 0 2% 4.34% 2%;
  }
  .rema_cntlinkBox__tit {
    font-size: 1.4rem;
    padding: 0 9.1%;
  }
  .rema_cntlinkBox__txt {
    font-size: 1.2rem;
    padding: 0 9.1%;
  }
  .rema_kv {
    display: block;
    padding-top: 43px;
  }
  .rema_kv.top_re2022 {
    background: url(/hr/asset/img/top_re2022/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.template_2022 {
    background: url(/hr/asset/img/template_2022/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.mokuhyo {
    background: url(/hr/asset/img/mokuhyo/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.jinji {
    background: url(/hr/asset/img/jinji/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.shugyo {
    background: url(/hr/asset/img/shugyo/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.workflow {
    background: url(/hr/asset/img/workflow/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.s-column {
    background: url(/hr/asset/img/s-column/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.ex {
    background: url(/hr/asset/img/ex/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv.case {
    background: url(/hr/asset/img/case/main_sp.jpg) center/cover no-repeat;
  }
  .rema_kv__txtBox {
    width: 100%;
    padding: 0 4%;
  }
  .rema_kv__txtBox ul{
    display:none;
  }
  .contact_btn {
    display:none;
  }
  .rema_kv__txt {
    width: 63.7%;
    font-size: 1.4rem;
    line-height: 2;
  }
  .rema_sec01 .rema_h2tit {
    text-align: center;
  }
  .rema_sec02 {
    margin: 37px auto 70px;
  }
  .rema_sec02__list {
    width: 45.6%;
    margin: 0 0 7.5%;
    padding: 0;
  }
  .rema_sec02__list:nth-child(2n) {
    margin-left: 8.6%;
  }
  .rema_sec02__txt01 {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .rema_sec02__txt02 {
    font-size: 1.2rem;
  }
  .rema_sec02__img {
    width: 63.4%;
    margin: 0 auto 12px;
  }
  .rema_sec03 .rema_cntBox01 {
    margin: 0 auto 37px;
  }
  .rema_sec04 {
    padding-bottom: 65px;
  }
  .rema_sec05 {
    padding-bottom: 65px;
  }
  .rema_sec07 .rema_cntBox01 {
    margin: 0 auto 37px;
  }
  .rema_sec08 {
    padding-bottom: 16%;
  }
  .rema_sec10 {
    padding-bottom: 40px;
  }
  .rema_sec11 {
    padding-bottom: 34px;
  }
  .rema_sec12 {
    padding-bottom: 65px;
  }
  .rema_sec13 {
    margin-bottom: 41px;
  }
  .rema_sec13__list {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .rema_sec14 {
    margin-bottom: 41px;
  }
  .rema_sec15 {
    margin-bottom: 41px;
  }
  .rema_sec16 {
    padding: 0 4%;
    padding-bottom: 50px;
  }
  .rema__caseStudyLists .rema__caseStudyItem {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  }
  .rema__socialColumn__list {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .rema_footerCnt {
    padding-top: 44px;
  }
  .rema_footerCnt__inner.mw1366 {
    padding: 0 4%;
  }
  .rema_footerCnt__linkTxt {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .rema_contact {
    background: url(/hr/asset/img/top_re2022/bg_contact_sp.jpg) no-repeat top center;
  }
  .rema_contact__tit__txt01 {
    font-size: 2.3rem;
    margin-bottom: 15px;
    text-align: center;
  }
  .rema_contact__tit__txt02 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    text-align: center;
  }
  .rema_contact__inner {
    display: block;
    height: auto;
    padding: 0;
  }
  .rema_contact__txtBox {
    width: 100%;
    padding: 50px 4% 30px;
  }
  .rema_contact__img {
    width: 100%;
    height: auto;
  }
  .rema_contact__img img {
    width: 100%;
    height: auto;
  }
  .rema_contact__btn {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .rema_copy__txt {
    font-size: 1rem;
  }
  .rema_slider .slick-prev, .rema_slider .slick-next {
    display: none !important;
  }
  .rema_slider .slick-slide {
    margin: 0 2.65vw;
  }
  .rema_fixSideCnt__inner.on {
    right: 0;
  }
  .remaTmp-bgwhite {
    padding: 43px 0;
  }
  .remaTmp-bgwhite-2 {
    padding: 43px 0;
  }
  /*追加*/
  .remaTmp-bggray {
    padding: 43px 0;
  }
  .remaTmp-bggray-2 {
    padding: 43px 0;
  }
  .remaTmp-bgpurple {
    padding: 43px 0;
  }
  .theme-container li {
    width:48%;
    margin:10px 1%;
  }
  .theme-container li h3 {
    margin:10px 0 25px 0;
    text-align:center;
    font-size:15px;
  }
  .theme-container + p{
    margin-top:40px;
    text-align:center;
    background:url(/hr/asset/img/shugyo/shugyo_img_theme_arrow.png) center 60px no-repeat;
    height:120px;
    font-size:20px;
  }
  .remaTmp-bgblue h3,
  .remaTmp-bgblue .rema_footerCnt__linkTxt a::before,
  .remaTmp-bgblue p a span{
    color:#fff;
    border-color:#fff;
  }
  .remaTmp-cta-contact {
    padding: 50px 0;
    margin:0 auto;
    text-align:center;
  }
  .remaTmp-cta-contact p{
    font-size:20px;
    margin-bottom:20px;
  }
  .remaTmp-cta-contact li{
    display:block;
    width:100%;
    margin-top:15px;
  }
  .remaTmp_flexBox_center{
    justify-content:center;
  }

  .ss-sp-box{
    width:100%;
  }




  .remaTmp-mtsp5 {
    margin-top: 5px;
  }
  .remaTmp-mtsp10 {
    margin-top: 10px;
  }
  .remaTmp-mtsp15 {
    margin-top: 15px;
  }
  .remaTmp-mtsp20 {
    margin-top: 20px;
  }
  .remaTmp-mtsp25 {
    margin-top: 25px;
  }
  .remaTmp-mtsp30 {
    margin-top: 30px;
  }
  .remaTmp-mtsp35 {
    margin-top: 35px;
  }
  .remaTmp-mtsp40 {
    margin-top: 40px;
  }
  .remaTmp-mtsp45 {
    margin-top: 45px;
  }
  .remaTmp-mtsp50 {
    margin-top: 50px;
  }
  .remaTmp-mtsp55 {
    margin-top: 55px;
  }
  .remaTmp-mtsp60 {
    margin-top: 60px;
  }
  .remaTmp-mtsp65 {
    margin-top: 65px;
  }
  .remaTmp-mtsp70 {
    margin-top: 70px;
  }
  .remaTmp-mtsp75 {
    margin-top: 75px;
  }
  .remaTmp-mtsp80 {
    margin-top: 80px;
  }
  .remaTmp-mtsp85 {
    margin-top: 85px;
  }
  .remaTmp-mtsp90 {
    margin-top: 90px;
  }
  .remaTmp-mtsp95 {
    margin-top: 95px;
  }
  .remaTmp-mtsp100 {
    margin-top: 100px;
  }
  .remaTmp-mrsp5 {
    margin-right: 5px;
  }
  .remaTmp-mrsp10 {
    margin-right: 10px;
  }
  .remaTmp-mrsp15 {
    margin-right: 15px;
  }
  .remaTmp-mrsp20 {
    margin-right: 20px;
  }
  .remaTmp-mrsp25 {
    margin-right: 25px;
  }
  .remaTmp-mrsp30 {
    margin-right: 30px;
  }
  .remaTmp-mrsp35 {
    margin-right: 35px;
  }
  .remaTmp-mrsp40 {
    margin-right: 40px;
  }
  .remaTmp-mrsp45 {
    margin-right: 45px;
  }
  .remaTmp-mrsp50 {
    margin-right: 50px;
  }
  .remaTmp-mrsp55 {
    margin-right: 55px;
  }
  .remaTmp-mrsp60 {
    margin-right: 60px;
  }
  .remaTmp-mrsp65 {
    margin-right: 65px;
  }
  .remaTmp-mrsp70 {
    margin-right: 70px;
  }
  .remaTmp-mrsp75 {
    margin-right: 75px;
  }
  .remaTmp-mrsp80 {
    margin-right: 80px;
  }
  .remaTmp-mrsp85 {
    margin-right: 85px;
  }
  .remaTmp-mrsp90 {
    margin-right: 90px;
  }
  .remaTmp-mrsp95 {
    margin-right: 95px;
  }
  .remaTmp-mrsp100 {
    margin-right: 100px;
  }
  .remaTmp-mlsp5 {
    margin-left: 5px;
  }
  .remaTmp-mlsp10 {
    margin-left: 10px;
  }
  .remaTmp-mlsp15 {
    margin-left: 15px;
  }
  .remaTmp-mlsp20 {
    margin-left: 20px;
  }
  .remaTmp-mlsp25 {
    margin-left: 25px;
  }
  .remaTmp-mlsp30 {
    margin-left: 30px;
  }
  .remaTmp-mlsp35 {
    margin-left: 35px;
  }
  .remaTmp-mlsp40 {
    margin-left: 40px;
  }
  .remaTmp-mlsp45 {
    margin-left: 45px;
  }
  .remaTmp-mlsp50 {
    margin-left: 50px;
  }
  .remaTmp-mlsp55 {
    margin-left: 55px;
  }
  .remaTmp-mlsp60 {
    margin-left: 60px;
  }
  .remaTmp-mlsp65 {
    margin-left: 65px;
  }
  .remaTmp-mlsp70 {
    margin-left: 70px;
  }
  .remaTmp-mlsp75 {
    margin-left: 75px;
  }
  .remaTmp-mlsp80 {
    margin-left: 80px;
  }
  .remaTmp-mlsp85 {
    margin-left: 85px;
  }
  .remaTmp-mlsp90 {
    margin-left: 90px;
  }
  .remaTmp-mlsp95 {
    margin-left: 95px;
  }
  .remaTmp-mlsp100 {
    margin-left: 100px;
  }
  .remaTmp-mbsp5 {
    margin-bottom: 5px;
  }
  .remaTmp-mbsp10 {
    margin-bottom: 10px;
  }
  .remaTmp-mbsp15 {
    margin-bottom: 15px;
  }
  .remaTmp-mbsp20 {
    margin-bottom: 20px;
  }
  .remaTmp-mbsp25 {
    margin-bottom: 25px;
  }
  .remaTmp-mbsp30 {
    margin-bottom: 30px;
  }
  .remaTmp-mbsp35 {
    margin-bottom: 35px;
  }
  .remaTmp-mbsp40 {
    margin-bottom: 40px;
  }
  .remaTmp-mbsp45 {
    margin-bottom: 45px;
  }
  .remaTmp-mbsp50 {
    margin-bottom: 50px;
  }
  .remaTmp-mbsp55 {
    margin-bottom: 55px;
  }
  .remaTmp-mbsp60 {
    margin-bottom: 60px;
  }
  .remaTmp-mbsp65 {
    margin-bottom: 65px;
  }
  .remaTmp-mbsp70 {
    margin-bottom: 70px;
  }
  .remaTmp-mbsp75 {
    margin-bottom: 75px;
  }
  .remaTmp-mbsp80 {
    margin-bottom: 80px;
  }
  .remaTmp-mbsp85 {
    margin-bottom: 85px;
  }
  .remaTmp-mbsp90 {
    margin-bottom: 90px;
  }
  .remaTmp-mbsp95 {
    margin-bottom: 95px;
  }
  .remaTmp-mbsp100 {
    margin-bottom: 100px;
  }
  .remaTmp-ptsp5 {
    padding-top: 5px;
  }
  .remaTmp-ptsp10 {
    padding-top: 10px;
  }
  .remaTmp-ptsp15 {
    padding-top: 15px;
  }
  .remaTmp-ptsp20 {
    padding-top: 20px;
  }
  .remaTmp-ptsp25 {
    padding-top: 25px;
  }
  .remaTmp-ptsp30 {
    padding-top: 30px;
  }
  .remaTmp-ptsp35 {
    padding-top: 35px;
  }
  .remaTmp-ptsp40 {
    padding-top: 40px;
  }
  .remaTmp-ptsp45 {
    padding-top: 45px;
  }
  .remaTmp-ptsp50 {
    padding-top: 50px;
  }
  .remaTmp-ptsp55 {
    padding-top: 55px;
  }
  .remaTmp-ptsp60 {
    padding-top: 60px;
  }
  .remaTmp-ptsp65 {
    padding-top: 65px;
  }
  .remaTmp-ptsp70 {
    padding-top: 70px;
  }
  .remaTmp-ptsp75 {
    padding-top: 75px;
  }
  .remaTmp-ptsp80 {
    padding-top: 80px;
  }
  .remaTmp-ptsp85 {
    padding-top: 85px;
  }
  .remaTmp-ptsp90 {
    padding-top: 90px;
  }
  .remaTmp-ptsp95 {
    padding-top: 95px;
  }
  .remaTmp-ptsp100 {
    padding-top: 100px;
  }
  .remaTmp-prsp5 {
    padding-right: 5px;
  }
  .remaTmp-prsp10 {
    padding-right: 10px;
  }
  .remaTmp-prsp15 {
    padding-right: 15px;
  }
  .remaTmp-prsp20 {
    padding-right: 20px;
  }
  .remaTmp-prsp25 {
    padding-right: 25px;
  }
  .remaTmp-prsp30 {
    padding-right: 30px;
  }
  .remaTmp-prsp35 {
    padding-right: 35px;
  }
  .remaTmp-prsp40 {
    padding-right: 40px;
  }
  .remaTmp-prsp45 {
    padding-right: 45px;
  }
  .remaTmp-prsp50 {
    padding-right: 50px;
  }
  .remaTmp-prsp55 {
    padding-right: 55px;
  }
  .remaTmp-prsp60 {
    padding-right: 60px;
  }
  .remaTmp-prsp65 {
    padding-right: 65px;
  }
  .remaTmp-prsp70 {
    padding-right: 70px;
  }
  .remaTmp-prsp75 {
    padding-right: 75px;
  }
  .remaTmp-prsp80 {
    padding-right: 80px;
  }
  .remaTmp-prsp85 {
    padding-right: 85px;
  }
  .remaTmp-prsp90 {
    padding-right: 90px;
  }
  .remaTmp-prsp95 {
    padding-right: 95px;
  }
  .remaTmp-prsp100 {
    padding-right: 100px;
  }
  .remaTmp-plsp5 {
    padding-left: 5px;
  }
  .remaTmp-plsp10 {
    padding-left: 10px;
  }
  .remaTmp-plsp15 {
    padding-left: 15px;
  }
  .remaTmp-plsp20 {
    padding-left: 20px;
  }
  .remaTmp-plsp25 {
    padding-left: 25px;
  }
  .remaTmp-plsp30 {
    padding-left: 30px;
  }
  .remaTmp-plsp35 {
    padding-left: 35px;
  }
  .remaTmp-plsp40 {
    padding-left: 40px;
  }
  .remaTmp-plsp45 {
    padding-left: 45px;
  }
  .remaTmp-plsp50 {
    padding-left: 50px;
  }
  .remaTmp-plsp55 {
    padding-left: 55px;
  }
  .remaTmp-plsp60 {
    padding-left: 60px;
  }
  .remaTmp-plsp65 {
    padding-left: 65px;
  }
  .remaTmp-plsp70 {
    padding-left: 70px;
  }
  .remaTmp-plsp75 {
    padding-left: 75px;
  }
  .remaTmp-plsp80 {
    padding-left: 80px;
  }
  .remaTmp-plsp85 {
    padding-left: 85px;
  }
  .remaTmp-plsp90 {
    padding-left: 90px;
  }
  .remaTmp-plsp95 {
    padding-left: 95px;
  }
  .remaTmp-plsp100 {
    padding-left: 100px;
  }
  .remaTmp-pbsp5 {
    padding-bottom: 5px;
  }
  .remaTmp-pbsp10 {
    padding-bottom: 10px;
  }
  .remaTmp-pbsp15 {
    padding-bottom: 15px;
  }
  .remaTmp-pbsp20 {
    padding-bottom: 20px;
  }
  .remaTmp-pbsp25 {
    padding-bottom: 25px;
  }
  .remaTmp-pbsp30 {
    padding-bottom: 30px;
  }
  .remaTmp-pbsp35 {
    padding-bottom: 35px;
  }
  .remaTmp-pbsp40 {
    padding-bottom: 40px;
  }
  .remaTmp-pbsp45 {
    padding-bottom: 45px;
  }
  .remaTmp-pbsp50 {
    padding-bottom: 50px;
  }
  .remaTmp-pbsp55 {
    padding-bottom: 55px;
  }
  .remaTmp-pbsp60 {
    padding-bottom: 60px;
  }
  .remaTmp-pbsp65 {
    padding-bottom: 65px;
  }
  .remaTmp-pbsp70 {
    padding-bottom: 70px;
  }
  .remaTmp-pbsp75 {
    padding-bottom: 75px;
  }
  .remaTmp-pbsp80 {
    padding-bottom: 80px;
  }
  .remaTmp-pbsp85 {
    padding-bottom: 85px;
  }
  .remaTmp-pbsp90 {
    padding-bottom: 90px;
  }
  .remaTmp-pbsp95 {
    padding-bottom: 95px;
  }
  .remaTmp-pbsp100 {
    padding-bottom: 100px;
  }
  .remaTmp-mb70 {
    margin: 0 auto 35px;
  }
  .remaTmp-mb100 {
    margin: 0 auto 50px;
  }
  .remaTmp-border {
    padding-top: 40px;
  }
  .remaTmp_h2Tit {
    font-size: 2.1rem;
    margin-bottom: 21px;
  }
  .remaTmp_h2Tit span.h2Tit_title{
    color:#202020;
    font-size:3rem;
    line-height:5rem;
  }
  .remaTmp_h3Tit {
    font-size: 1.8rem;
    margin-bottom: 22px;
  }
  .remaTmp_h4Tit {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .remaTmp_txt {
    font-size: 1.6rem;
    margin-bottom: 2.6rem;
  }
  .remaTmp_txt + .remaTmp_txt {
    margin-top: 20px;
  }
  .remaTmp_boldTxt {
    font-size: 1.5rem;
    margin-bottom: 22px;
  }
  .remaTmp_btn {
    margin: 32px 0 25px;
  }
  .remaTmp_btn a {
    max-width: 360px;
    width: 91.3%;
    margin: 0 auto;
  }
  .remaTmp_thumImg {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7px;
  }
  .remaTmp_thumImg img {
    width: auto;
  }
  .remaTmp_cap {
    font-size: 1.2rem;
  }
  .remaTmp_bread li {
    font-size: 1rem;
  }
  .remaTmp_cntNav__list {
    padding: 20px 4%;
  }
  .remaTmp_cntNav__list + .remaTmp_cntNav__list::before {
    width: 92%;
    height: 1px;
    left: 4%;
    bottom: unset;
  }
  .remaTmp_articleLinks {
    margin-bottom: 45px;
  }
  .remaTmp_articleLinks__list a {
    font-size: 1.4rem;
  }
  .remaTmp_cntBox {
    padding: 23px 4.3%;
  }
  .remaTmp_flexBox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem {
    width: 45.5%;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(2n) {
    margin-left: 8.6%;
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(3), .remaTmp_flexBox--col4 .remaTmp_flexItem:nth-child(4) {
    margin-top: 20px;
  }
  .remaTmp_flexBox .remaTmp_boldTxt {
    margin-bottom: 7px;
  }
  .remaTmp-table01 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .remaTmp-table01 th {
    width: 100%;
  }
  .remaTmp-table01 td {
    width: 100%;
  }
  .remaTmp-table02Wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .remaTmp-table02 {
    min-width: 720px;
  }
  .remaTmp-table02 th {
    width: 260px;
    font-size: 1.5rem;
  }
  .remaTmp-table02 td {
    width: 260px;
    font-size: 1.4rem;
  }
  .remaTmp-ullist li {
    font-size: 1.4rem;
    margin-bottom: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .remaTmp-ullist li::before {
    position: relative;
    top: 10px;
  }
  .remaTmp-ollist li {
    font-size: 1.4rem;
    margin-bottom: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .remaTmp-ollist li::before {
    position: relative;
    top: 0px;
  }
  .remaTmp_bnr__box {
    padding: 25px 4.3% 30px;
  }
  .remaTmp_bnr__list li {
    width: 47.6%;
    margin: 0 0 4.7%;
  }
  .remaTmp_bnr__list li:nth-child(2n) {
    margin-left: 4.7%;
  }
  .remaTmp_bnr__list li:nth-last-child(-n+2) {
    margin-bottom: 0%;
  }
  .remaTmp_faq dl dt {
    padding: 30px;
    padding-left: 0;
    padding-right: 11.3%;
    font-size: 1.4rem;
  }
  .remaTmp_faq dl dd {
    font-size: 1.4rem;
  }
  html.active {
    overflow: hidden;
  }
  body.active {
    overflow: hidden;
  }
  .pcOnly {
    display: none;
  }

  .flow{
    font-size:16px;
    display:block;
  }
  .flow p{
    max-width:80%;
    margin:0 auto;
  }
  .flow dl{
    margin-top:15px;
    padding:10px;
  }
  .flow dl dt span{
    background:#333;
    color:#fff;
    margin-right:10px;
    font-weight:bold;
    font-size:14px;
    padding:3px 6px;
    border-radius:2px;
  }
  .flow dl dd{
    margin-top:15px;
    line-height:24px;
  }
  .sp_remaTmp_cntBox{
    padding:23px 8%;
  }
  .sp_rema_sec13__txt01{
    font-size:1.3rem;
  }
  .sp_remaTmp_cntBox .remaTmp_thumImg{
    width:100%;
  }
  .banner{
    display:none;
  }
  .rema_kv__btn2 {
    display: none;
  }
  .rema_kv__txtBox p {
    font-size: 10px;
  }
  .rema_kv.shugyo-lp-exception{
    background: #0070c0 url(/hr/asset/img/shugyo/main_bg_lp_exception.png) right center no-repeat;
    background-size:85%;
  }
  .shugyo-lp-exception ol{
    margin-top:30px;
    flex-wrap:wrap;
  }
  .shugyo-lp-exception ol li{
    background:#fff;
    margin:0 auto 10px auto;
    width:47%;
    border-radius:3px;
    box-shadow:6px 8px 0 rgba(0, 63, 119, 0.4);
  }
  .shugyo-lp-exception .rema_kv__tit {
    font-size: 2.2rem;
    line-height: 1.57;
  }
  .remaLower .rema_kv{
    padding-top:115px;
  }
  .bg-achievements p{
    font-size:1.5rem;
    line-height:2.2rem;
  }
  .bg-achievements p span{
    font-size:2.4rem;
  }
  .bg-achievements:before{
    transform: translateY(-0%);
  }
  .bg-achievements:after{
    transform: translateY(-30%);
  }
}

@media screen and (min-width: 768px) {
  .textlink01::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rema_flexCnt01__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .rema_flexCnt01__item:nth-child(2n) {
    padding-left: 4.1%;
    border-left: 1px solid #DDDDDD;
    padding-right: 0;
  }
  .rema_flexCnt01__item:nth-child(n+3) {
    border-top: 1px solid #DDDDDD;
  }
  .rema_flexCnt01__item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .rema_flexCnt02__item:nth-child(n+4) {
    border-top: 1px solid #DDDDDD;
  }
  .rema_cntBox01__txtBox {
    padding-top: 7.79%;
  }
  .rema_cntBox01__img {
    min-width: 350px;
  }
  .rema_cntBox01__img img {
    position: relative;
    top: 20px;
  }
  .hd {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
  }
  .rema_cntlinkBox__list + .rema_cntlinkBox__list {

  }
  .rema_sec01 .rema_cntBox01__txtBox {
    padding-top: 2.8%;
  }
  .rema_sec02__list:nth-child(3n) {
    margin-right: 0;
  }
  .rema_sec03 {
    padding-bottom: 84px;
  }
  .rema_sec03 .rema_cntBox01 {
    padding-left: 20px;
    padding-right: 83px;
  }
  .rema_sec03 .rema_cntBox01__img {
    width: 37.5%;
    margin-right: 50px;
  }
  .rema_sec03 .rema_cntBox01__txtBox {
    width: 58.4%;
    margin-right: 0;
  }
  .rema_sec05 .rema_cntBox01 {
    padding-left: 83px;
    padding-right: 80px;
    max-width: 1386px;
    margin: 0 auto 50px;
  }
  .rema_sec05 .rema_cntBox01__txtBox {
    width: 61.3%;
    margin-right: 50px;
  }
  .rema_sec05 .rema_cntBox01__img {
    max-width: 416px;
    width: 35.8%;
    margin-right: 0;
  }
  .rema_sec07 .rema_cntBox01 {
    padding-left: 20px;
    padding-right: 83px;
  }
  .rema_sec07 .rema_cntBox01__img {
    width: 32.2%;
    margin-right: 50px;
  }
  .rema_sec07 .rema_cntBox01__txtBox {
    width: 54.9%;
    margin-right: 6%;
  }
  .rema_sec09 .rema_cntBox01 {
    padding-right: 83px;
  }
  .rema_sec09 .rema_cntBox01__img {
    width: 31%;
  }
  .rema_sec09 .rema_cntBox01__txtBox {
    width: 61.4%;
  }
  .rema_sec10 .rema_flexCnt02__item {
    width: 50%;
  }
  .rema_sec10 .rema_flexCnt02__item:first-child {
    width: 100%;
    margin-bottom: 4.1%;
  }
  .rema_sec10 .rema_flexCnt02__item:nth-child(2) {
    padding-left: 0;
    border-left: 0px solid #DDDDDD;
  }
  .rema_footerCnt__linkTxt a.textlink01::after {
    background: #2A88F0;
  }
  .rema_contact__inner {
    position: relative;
    min-width: 1200px;
  }
  .rema_contact__img {
    -webkit-transform: skew(-28deg);
    transform: skew(-28deg);
    position: absolute;
    top: 0;
    right: 0;
  }
  .rema_contact__img img {
    height: 415px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: skew(28deg);
    transform: skew(28deg);
    width: 916px;
  }
  .rema_slider .slick-slide {
    margin-right: 30px;
  }
  .remaTmp-mt5 {
    margin-top: 5px;
  }
  .remaTmp-mt10 {
    margin-top: 10px;
  }
  .remaTmp-mt15 {
    margin-top: 15px;
  }
  .remaTmp-mt20 {
    margin-top: 20px;
  }
  .remaTmp-mt25 {
    margin-top: 25px;
  }
  .remaTmp-mt30 {
    margin-top: 30px;
  }
  .remaTmp-mt35 {
    margin-top: 35px;
  }
  .remaTmp-mt40 {
    margin-top: 40px;
  }
  .remaTmp-mt45 {
    margin-top: 45px;
  }
  .remaTmp-mt50 {
    margin-top: 50px;
  }
  .remaTmp-mt55 {
    margin-top: 55px;
  }
  .remaTmp-mt60 {
    margin-top: 60px;
  }
  .remaTmp-mt65 {
    margin-top: 65px;
  }
  .remaTmp-mt70 {
    margin-top: 70px;
  }
  .remaTmp-mt75 {
    margin-top: 75px;
  }
  .remaTmp-mt80 {
    margin-top: 80px;
  }
  .remaTmp-mt85 {
    margin-top: 85px;
  }
  .remaTmp-mt90 {
    margin-top: 90px;
  }
  .remaTmp-mt95 {
    margin-top: 95px;
  }
  .remaTmp-mt100 {
    margin-top: 100px;
  }
  .remaTmp-mr5 {
    margin-right: 5px;
  }
  .remaTmp-mr10 {
    margin-right: 10px;
  }
  .remaTmp-mr15 {
    margin-right: 15px;
  }
  .remaTmp-mr20 {
    margin-right: 20px;
  }
  .remaTmp-mr25 {
    margin-right: 25px;
  }
  .remaTmp-mr30 {
    margin-right: 30px;
  }
  .remaTmp-mr35 {
    margin-right: 35px;
  }
  .remaTmp-mr40 {
    margin-right: 40px;
  }
  .remaTmp-mr45 {
    margin-right: 45px;
  }
  .remaTmp-mr50 {
    margin-right: 50px;
  }
  .remaTmp-mr55 {
    margin-right: 55px;
  }
  .remaTmp-mr60 {
    margin-right: 60px;
  }
  .remaTmp-mr65 {
    margin-right: 65px;
  }
  .remaTmp-mr70 {
    margin-right: 70px;
  }
  .remaTmp-mr75 {
    margin-right: 75px;
  }
  .remaTmp-mr80 {
    margin-right: 80px;
  }
  .remaTmp-mr85 {
    margin-right: 85px;
  }
  .remaTmp-mr90 {
    margin-right: 90px;
  }
  .remaTmp-mr95 {
    margin-right: 95px;
  }
  .remaTmp-mr100 {
    margin-right: 100px;
  }
  .remaTmp-ml5 {
    margin-left: 5px;
  }
  .remaTmp-ml10 {
    margin-left: 10px;
  }
  .remaTmp-ml15 {
    margin-left: 15px;
  }
  .remaTmp-ml20 {
    margin-left: 20px;
  }
  .remaTmp-ml25 {
    margin-left: 25px;
  }
  .remaTmp-ml30 {
    margin-left: 30px;
  }
  .remaTmp-ml35 {
    margin-left: 35px;
  }
  .remaTmp-ml40 {
    margin-left: 40px;
  }
  .remaTmp-ml45 {
    margin-left: 45px;
  }
  .remaTmp-ml50 {
    margin-left: 50px;
  }
  .remaTmp-ml55 {
    margin-left: 55px;
  }
  .remaTmp-ml60 {
    margin-left: 60px;
  }
  .remaTmp-ml65 {
    margin-left: 65px;
  }
  .remaTmp-ml70 {
    margin-left: 70px;
  }
  .remaTmp-ml75 {
    margin-left: 75px;
  }
  .remaTmp-ml80 {
    margin-left: 80px;
  }
  .remaTmp-ml85 {
    margin-left: 85px;
  }
  .remaTmp-ml90 {
    margin-left: 90px;
  }
  .remaTmp-ml95 {
    margin-left: 95px;
  }
  .remaTmp-ml100 {
    margin-left: 100px;
  }
  .remaTmp-mb0 {
    margin-bottom: 0px;
  }
  .remaTmp-pb0 {
    padding-bottom: 0px;
  }

  .remaTmp-mb5 {
    margin-bottom: 5px;
  }
  .remaTmp-mb10 {
    margin-bottom: 10px;
  }
  .remaTmp-mb15 {
    margin-bottom: 15px;
  }
  .remaTmp-mb20 {
    margin-bottom: 20px;
  }
  .remaTmp-mb25 {
    margin-bottom: 25px;
  }
  .remaTmp-mb30 {
    margin-bottom: 30px;
  }
  .remaTmp-mb35 {
    margin-bottom: 35px;
  }
  .remaTmp-mb40 {
    margin-bottom: 40px;
  }
  .remaTmp-mb45 {
    margin-bottom: 45px;
  }
  .remaTmp-mb50 {
    margin-bottom: 50px;
  }
  .remaTmp-mb55 {
    margin-bottom: 55px;
  }
  .remaTmp-mb60 {
    margin-bottom: 60px;
  }
  .remaTmp-mb65 {
    margin-bottom: 65px;
  }
  .remaTmp-mb70 {
    margin-bottom: 70px;
  }
  .remaTmp-mb75 {
    margin-bottom: 75px;
  }
  .remaTmp-mb80 {
    margin-bottom: 80px;
  }
  .remaTmp-mb85 {
    margin-bottom: 85px;
  }
  .remaTmp-mb90 {
    margin-bottom: 90px;
  }
  .remaTmp-mb95 {
    margin-bottom: 95px;
  }
  .remaTmp-mb100 {
    margin-bottom: 100px;
  }
  .remaTmp-pt5 {
    padding-top: 5px;
  }
  .remaTmp-pt10 {
    padding-top: 10px;
  }
  .remaTmp-pt15 {
    padding-top: 15px;
  }
  .remaTmp-pt20 {
    padding-top: 20px;
  }
  .remaTmp-pt25 {
    padding-top: 25px;
  }
  .remaTmp-pt30 {
    padding-top: 30px;
  }
  .remaTmp-pt35 {
    padding-top: 35px;
  }
  .remaTmp-pt40 {
    padding-top: 40px;
  }
  .remaTmp-pt45 {
    padding-top: 45px;
  }
  .remaTmp-pt50 {
    padding-top: 50px;
  }
  .remaTmp-pt55 {
    padding-top: 55px;
  }
  .remaTmp-pt60 {
    padding-top: 60px;
  }
  .remaTmp-pt65 {
    padding-top: 65px;
  }
  .remaTmp-pt70 {
    padding-top: 70px;
  }
  .remaTmp-pt75 {
    padding-top: 75px;
  }
  .remaTmp-pt80 {
    padding-top: 80px;
  }
  .remaTmp-pt85 {
    padding-top: 85px;
  }
  .remaTmp-pt90 {
    padding-top: 90px;
  }
  .remaTmp-pt95 {
    padding-top: 95px;
  }
  .remaTmp-pt100 {
    padding-top: 100px;
  }
  .remaTmp-pr5 {
    padding-right: 5px;
  }
  .remaTmp-pr10 {
    padding-right: 10px;
  }
  .remaTmp-pr15 {
    padding-right: 15px;
  }
  .remaTmp-pr20 {
    padding-right: 20px;
  }
  .remaTmp-pr25 {
    padding-right: 25px;
  }
  .remaTmp-pr30 {
    padding-right: 30px;
  }
  .remaTmp-pr35 {
    padding-right: 35px;
  }
  .remaTmp-pr40 {
    padding-right: 40px;
  }
  .remaTmp-pr45 {
    padding-right: 45px;
  }
  .remaTmp-pr50 {
    padding-right: 50px;
  }
  .remaTmp-pr55 {
    padding-right: 55px;
  }
  .remaTmp-pr60 {
    padding-right: 60px;
  }
  .remaTmp-pr65 {
    padding-right: 65px;
  }
  .remaTmp-pr70 {
    padding-right: 70px;
  }
  .remaTmp-pr75 {
    padding-right: 75px;
  }
  .remaTmp-pr80 {
    padding-right: 80px;
  }
  .remaTmp-pr85 {
    padding-right: 85px;
  }
  .remaTmp-pr90 {
    padding-right: 90px;
  }
  .remaTmp-pr95 {
    padding-right: 95px;
  }
  .remaTmp-pr100 {
    padding-right: 100px;
  }
  .remaTmp-pl5 {
    padding-left: 5px;
  }
  .remaTmp-pl10 {
    padding-left: 10px;
  }
  .remaTmp-pl15 {
    padding-left: 15px;
  }
  .remaTmp-pl20 {
    padding-left: 20px;
  }
  .remaTmp-pl25 {
    padding-left: 25px;
  }
  .remaTmp-pl30 {
    padding-left: 30px;
  }
  .remaTmp-pl35 {
    padding-left: 35px;
  }
  .remaTmp-pl40 {
    padding-left: 40px;
  }
  .remaTmp-pl45 {
    padding-left: 45px;
  }
  .remaTmp-pl50 {
    padding-left: 50px;
  }
  .remaTmp-pl55 {
    padding-left: 55px;
  }
  .remaTmp-pl60 {
    padding-left: 60px;
  }
  .remaTmp-pl65 {
    padding-left: 65px;
  }
  .remaTmp-pl70 {
    padding-left: 70px;
  }
  .remaTmp-pl75 {
    padding-left: 75px;
  }
  .remaTmp-pl80 {
    padding-left: 80px;
  }
  .remaTmp-pl85 {
    padding-left: 85px;
  }
  .remaTmp-pl90 {
    padding-left: 90px;
  }
  .remaTmp-pl95 {
    padding-left: 95px;
  }
  .remaTmp-pl100 {
    padding-left: 100px;
  }
  .remaTmp-pb5 {
    padding-bottom: 5px;
  }
  .remaTmp-pb10 {
    padding-bottom: 10px;
  }
  .remaTmp-pb15 {
    padding-bottom: 15px;
  }
  .remaTmp-pb20 {
    padding-bottom: 20px;
  }
  .remaTmp-pb25 {
    padding-bottom: 25px;
  }
  .remaTmp-pb30 {
    padding-bottom: 30px;
  }
  .remaTmp-pb35 {
    padding-bottom: 35px;
  }
  .remaTmp-pb40 {
    padding-bottom: 40px;
  }
  .remaTmp-pb45 {
    padding-bottom: 45px;
  }
  .remaTmp-pb50 {
    padding-bottom: 50px;
  }
  .remaTmp-pb55 {
    padding-bottom: 55px;
  }
  .remaTmp-pb60 {
    padding-bottom: 60px;
  }
  .remaTmp-pb65 {
    padding-bottom: 65px;
  }
  .remaTmp-pb70 {
    padding-bottom: 70px;
  }
  .remaTmp-pb75 {
    padding-bottom: 75px;
  }
  .remaTmp-pb80 {
    padding-bottom: 80px;
  }
  .remaTmp-pb85 {
    padding-bottom: 85px;
  }
  .remaTmp-pb90 {
    padding-bottom: 90px;
  }
  .remaTmp-pb95 {
    padding-bottom: 95px;
  }
  .remaTmp-pb100 {
    padding-bottom: 100px;
  }
  .remaTmp_thumImg--left {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 47.5%;
  }

  .remaTmp_thumImg--right {
    display: inline-block;
    margin-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 47.5%;
  }
  .remaTmp_flexTxtBox{
    width:100%;
  }
  .remaTmp_thumImg--left-500 {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 500px;
  }
  .remaTmp_thumImg--right-500 {
    display: inline-block;
    margin-left: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 500px;
  }
  .remaTmp_cntNav__list a.textlink01::after {
    height: 6px;
    background: #fff;
  }
  .remaTmp_articleLinks__list a span.textlink01::after {
    height: 1px;
    background: #2A88F0;
  }
  .remaTmp_flexBox--col1 .remaTmp_flexItem {
    width: 100%;
    max-width: calc(100%/1);
  }
  .remaTmp_flexBox--col2 .remaTmp_flexItem {
    width: calc(100%/2);
    max-width: calc(100%/2);
  }
  .remaTmp_flexBox--col3 .remaTmp_flexItem {
    width: calc(100%/3);
    max-width: calc(100%/3);
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem {
    width: calc(100%/4);
    max-width: calc(100%/4);
  }
  .remaTmp_flexItem + .remaTmp_flexItem {
    margin-left: 50px;
  }
  .spOnly {
    display: none;
  }
  .cta-area-contact-ul__btn > a {
    padding: 28px;
    border-radius: 40px;
    height: 80px;
  }

}

@media screen and (max-width: 1200px) {
  .column-cta{
    display:none;
  }
  .rema {
    padding-top: 57px;
  }
  .remaTop .rema_fixSideCnt__inner {
    top: 30px;
  }
  .hd {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    padding: 0 4%;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header {
    padding: 0 4%;
  }
  .header__inner {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__inner:first-child {
    height: 57px;
  }
  .header__tit {
    width: 81.1%;
    height: 57px;
  }
  .header__tit img {
    max-width: 125px;
    width: 44.6%;
  }
  .header__tit .-txt01 {
    font-size: 1.3rem;
  }
  .header__tit .-txt02 {
    width: 37%;
    top: 2px;
    font-size: 1.2rem;
  }
  .header__cvbtn.pcOnly .header__cvbtn__tel {
    display: none;
  }
  .header__cvbtn__tel {
    text-align: left;
    width: 100%;
  }
  .header__cvbtn__tel .-txt01 {
    position: relative;
    font-size: 2.1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
  }
  .header__cvbtn__tel .-txt01::before {
    content: 'Tel:';
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: -22%;
    bottom: 0.1rem;
    font-size: 1.4rem;
  }
  .header__cvbtn__tel .-txt02 {
    font-size: 1.2rem;
  }
  .header__cvbtn__tel .-box01 {
    text-align: center;
    padding: 20px 0;
  }
  .header__cvbtn__cmp {
    display: none;
  }
  .header__cvbtn__dlbtn {
    display: none;
  }
  .header__cvbtn__btn {
    display: none;
  }
  .header__cvbtn__btn a {
    padding: 20px 0;
  }
  .header__nvMenu {
    width: 100%;
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 20;
    pointer-events: none;
    height: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .header__nvMenu.active {
    pointer-events: all;
    height: calc(100vh - 119px);
  }
  .rema_nav {
    position: fixed;
    top: 5.83333em;
    left: 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: .3s linear forwards;
    animation: .3s linear forwards;
  }
  .rema_nav[aria-hidden='true'] {
    -webkit-animation-name: nav-collapsing;
    animation-name: nav-collapsing;
  }
  .rema_nav[aria-hidden='true']:not([aria-busy='true']) {
    z-index: -1;
    visibility: hidden;
  }
  .rema_nav[aria-hidden='false'] {
    -webkit-animation-name: nav-expanding;
    animation-name: nav-expanding;
  }
  .rema_nav__ul01 {
    display: block;
    text-align: center;
  }
  .rema_nav__item {
    display: none;
    padding: 1.25em 0.75em;
    background: #fff;
  }
  .rema_nav__item::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    width: 105%;
    height: 1px;
    background: #9fa0a0;
    z-index: 999;
  }
  .rema_nav__item > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    display: block;
    font-size: 1.33333rem;
    text-align: left;
    color: #0068b7;
    background: #fff;
  }
  .rema_nav__item > a:hover {
    opacity: 1;
  }
  .megaMenu {
    top: -5px;
    overflow: auto;
    height: calc( 100vh - 200px);
  }
  .megaMenu__item {
    padding: 0 15px;
  }
  .megaMenu__head {
    padding: 15px 0 15px;
  }
  .megaMenu__head__inner {
    padding: 0;
  }
  .megaMenu__tit2 a {
    font-size: 1.9rem;
  }
  .megaMenu__icon-wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 30px;
    height: 30px;
    font-size: 0;
    pointer-events: none;
  }
  .megaMenu__icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .megaMenu__icon::before, .megaMenu__icon::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .megaMenu__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .megaMenu__icon.open::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .megaMenu__cnt {
    display: none;
    padding: 0;
  }
  .megaMenu__cnt__link {
    display: none;
  }
  .megaMenu__cnt__link a {
    padding-left: 15px;
  }
  .megaMenu__cnt__link a:before {
    left: -3px;
  }
  .megaMenu__cat {
    margin-left: 0px;
  }
  .megaMenu__cat li a {
    padding: 1em 0em 0.7em;
  }
  .megaMenu__txtitem li a {
    padding-left: 1em;
  }
  .megaMenu__txtitem li a:before {
    left: -5px;
  }
  .megaMenu__imgitem li {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .megaMenu__imgitem li {
    width: calc(50% - 15px);
    max-width: 170px;
  }
  .megaMenu__imgitem li .inner {
    display: block;
  }
  .megaMenu__imgitem li .inner figure {
    width: 100%;
  }
  .megaMenu__imgitem li .inner p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .megaMenu__imgitem li .inner p span {
    display: inline;
    padding-right: 0;
  }
  .megaMenu__imgitem li .inner p span:before {
    content: none;
  }
  .rema {
    padding-top: 57px;
  }
  .fixcvbtn {
    height: 62px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
    z-index: 99;
  }
  .fixcvbtn__cvbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%;
  }
  .fixcvbtn__cvbtn > li {
    height: 100%;
  }
  .fixcvbtn__cvbtn__dlbtn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .fixcvbtn__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .fixcvbtn__cvbtn__btn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .fixcvbtn__cvbtn__btn::before {
    border-radius: 0;
  }
  .fixcvbtn__cvbtn__btn a {
    padding: 20px 0;
  }
  .rema_fixSideCnt__inner {
    top: 30px;
  }
  .fixcntLink__list a {
    font-size: 1.3rem;
  }
  .remaTmp_cntNav__listWrap {
    display: block;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .remaTmp_cntNav__list a {
    font-size: 1.5rem;
    padding: 0;
  }
  .remaTmp_cntNavBtn {
    display: block;
    padding: 4%;
  }
  .pc_largeOnly {
    display: none;
  }




  .fixcvbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
  }
  .fixcvbtn__cvbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .fixcvbtn__cvbtn__dlbtn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .fixcvbtn__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .fixcvbtn__cvbtn__btn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .fixcvbtn__cvbtn__btn::before {
    border-radius: 0;
  }
  .fixcvbtn__cvbtn__btn a {
    padding: 20px 0;
  }
  .footer {
    margin-bottom: 61px;
  }
  .fixcntLink__list a {
    font-size: 1.3rem;
  }
  .remaTmp_cntNav__listWrap {
    display: block;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .remaTmp_cntNav__list a {
    font-size: 1.5rem;
    padding: 0;
  }
  .remaTmp_cntNavBtn {
    display: block;
  }

  .ex-mainvisual{
    display:block;
  }
  .ex-mainvisual-img dd{
    margin:0 0 20px 0;
    font-size:2.4rem;
  }
  .ex-mainvisual-txt h1{
    font-size:3.8rem;
    text-shadow:none;
  }
  .ex-mainvisual-img img,
  .ex-mainvisual-txt div,
  .ex-mainvisual-txt h1 br,
  .ex-download-case-studies-img{
    display:none;
  }
  .ex-download-case-studies-btn{
    padding-left:0;
  }
  .ex-download-case-studies-btn dd a{
    width:260px;
  }
  .ex-download-case-studies-btn dd a:before{
    left:28px;
  }


}

@media screen and (min-width: 1201px) and (max-width: 1420px) {
}

@media screen and (min-width: 1201px) {
  .header {
    height: 120px;
  }
  .header.header-lp-exception {
    height: 70px;
  }
  .header.active {
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header.active .header__inner {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 74px;
  }
  .header.active .header__inner:first-child {
    width: auto;
    padding-right: 0;
  }
  .header.active .megaMenu {
    top: 74px;
  }
  .header__inner {
    height: 60px;
  }
  .header__inner:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__cvbtn--sp {
    display: none;
  }
  .header__cvbtn__tel::before {
    content: 'Tel:';
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: -35px;
    top: 0;
  }
  .rema_nav__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
  }
  .rema_nav__item > a::after {
    content: '';
    display: block;
    padding-left: 0%;
    height: 3px;
    background: #2A88F0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .rema_nav__item + .rema_nav__item {
    margin-left: 40px;
  }
  .megaMenu {
    top: 120px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .megaMenu__item {
    display: none;
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 83px;
  }
  .megaMenu__tit2 a {
    color: #2A88F0;
    padding-left: 3.3rem;
  }
  .megaMenu__tit2 a::before {
    content: '';
    position: absolute;
    width: 9.8px;
    height: 9.8px;
    border-top: 3px solid #0CA7ED;
    border-right: 3px solid #0CA7ED;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: 7px;
  }
  .megaMenu__icon-wrap {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .megaMenu__icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333;
    margin-right: 7px;
  }
  .megaMenu__icon::before, .megaMenu__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 13px;
    background: #fff;
  }
  .megaMenu__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .megaMenu__icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .megaMenu__cnt {
    display: block !important;
  }
  .megaMenu__cv {
    display: none;
  }
  .rema {
    padding-top: 120px;
  }
  .headerBtn {
    display: none;
  }
  .fixcvbtn__cvbtn {
    padding-top: 20px;
  }
  .pc-none{
    display:none;
  }
  .hdBtn {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    padding: 0 4%;
  }
  .header__inner {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__inner:first-child {
    height: 57px;
  }
  .header__tit {
    width: 81.1%;
    height: 57px;
  }
  .header__tit img {
    max-width: 125px;
    width: 44.6%;
  }
  .header__tit .-txt01 {
    font-size: 1.3rem;
  }
  .header__tit .-txt02 {
    width: 37%;
    top: 2px;
    font-size: 1.2rem;
  }
  .header__cvbtn.pcOnly .header__cvbtn__tel {
    display: none;
  }
  .header__cvbtn__tel {
    text-align: left;
    width: 100%;
  }
  .header__cvbtn__tel .-txt01 {
    position: relative;
    font-size: 2.1rem;
    margin-bottom: 0.3rem;
    display: inline-block;
  }
  .header__cvbtn__tel .-txt01::before {
    content: 'Tel:';
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: -22%;
    bottom: 0.1rem;
    font-size: 1.4rem;
  }
  .header__cvbtn__tel .-txt02 {
    font-size: 1.2rem;
  }
  .header__cvbtn__tel .-box01 {
    text-align: center;
    padding: 20px 0;
  }
  .header__cvbtn__cmp {
    display: none;
  }
  .header__cvbtn__dlbtn {
    display: none;
  }
  .header__cvbtn__btn {
    display: none;
  }
  .header__cvbtn__btn a {
    padding: 20px 0;
  }
  .header__nvMenu {
    width: 100%;
    position: fixed;
    top: 57px;
    left: 0;
    z-index: 20;
    pointer-events: none;
    height: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
  }
  .header__nvMenu.active {
    pointer-events: all;
    height: calc(100vh - 119px);
  }
  .footer {
    margin-bottom: 62px;
  }
  .rema_nav {
    position: fixed;
    top: 5.83333em;
    left: 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: .3s linear forwards;
    animation: .3s linear forwards;
  }
  .rema_nav[aria-hidden='true'] {
    -webkit-animation-name: nav-collapsing;
    animation-name: nav-collapsing;
  }
  .rema_nav[aria-hidden='true']:not([aria-busy='true']) {
    z-index: -1;
    visibility: hidden;
  }
  .rema_nav[aria-hidden='false'] {
    -webkit-animation-name: nav-expanding;
    animation-name: nav-expanding;
  }
  .rema_nav__ul01 {
    display: block;
    text-align: center;
  }
  .rema_nav__item {
    display: none;
    padding: 1.25em 0.75em;
    background: #fff;
  }
  .rema_nav__item::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    width: 105%;
    height: 1px;
    background: #9fa0a0;
    z-index: 999;
  }
  .rema_nav__item > a {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    display: block;
    font-size: 1.33333rem;
    text-align: left;
    color: #0068b7;
    background: #fff;
  }
  .rema_nav__item > a:hover {
    opacity: 1;
  }
  .megaMenu {
    top: -5px;
    overflow: auto;
    height: calc( 100vh - 200px);
  }
  .megaMenu__item {
    padding: 0 15px;
  }
  .megaMenu__head {
    padding: 15px 0 15px;
  }
  .megaMenu__head__inner {
    padding: 0;
  }
  .megaMenu__tit2 a {
    font-size: 1.9rem;
  }
  .megaMenu__icon-wrap {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 30px;
    height: 30px;
    font-size: 0;
    pointer-events: none;
  }
  .megaMenu__icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .megaMenu__icon::before, .megaMenu__icon::after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .megaMenu__icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .megaMenu__icon.open::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .megaMenu__cnt {
    display: none;
    padding: 0;
  }
  .megaMenu__cnt__link {
    display: none;
  }
  .megaMenu__cnt__link a {
    padding-left: 15px;
  }
  .megaMenu__cnt__link a:before {
    left: -3px;
  }
  .megaMenu__cat {
    margin-left: 0px;
  }
  .megaMenu__cat li a {
    padding: 1em 0em 0.7em;
  }
  .megaMenu__txtitem li a {
    padding-left: 1em;
  }
  .megaMenu__txtitem li a:before {
    left: -5px;
  }
  .megaMenu__imgitem li {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .megaMenu__imgitem li {
    width: calc(50% - 15px);
    max-width: 170px;
  }
  .megaMenu__imgitem li .inner {
    display: block;
  }
  .megaMenu__imgitem li .inner figure {
    width: 100%;
  }
  .megaMenu__imgitem li .inner p {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    font-size: 1.4rem;
  }
  .megaMenu__imgitem li .inner p span {
    display: inline;
    padding-right: 0;
  }
  .megaMenu__imgitem li .inner p span:before {
    content: none;
  }
  .rema {
    padding-top: 57px;
  }
  .fixcvbtn {
    height: 82px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important;
    z-index: 99;
  }
  .fixcvbtn__cvbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%;
  }
  .fixcvbtn__cvbtn > li {
    height: 100%;
  }
  .fixcvbtn__cvbtn__dlbtn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .fixcvbtn__cvbtn__dlbtn a {
    padding: 20px 0;
  }
  .fixcvbtn__cvbtn__btn {
    text-align: center;
    width: 50%;
    border-radius: 0px;
    margin-left: 0;
    font-size: 1.4rem;
  }
  .fixcvbtn__cvbtn__btn::before {
    border-radius: 0;
  }
  .fixcvbtn__cvbtn__btn a {
    padding: 20px 0;
  }
  .rema_fixSideCnt__inner {
    top: 30px;
  }
  .fixcntLink__list a {
    font-size: 1.3rem;
  }
  .remaTmp_cntNav__listWrap {
    display: block;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .remaTmp_cntNav__list a {
    font-size: 1.5rem;
    padding: 0;
  }
  .remaTmp_cntNavBtn {
    display: block;
    padding: 4%;
  }
  .pc_largeOnly {
    display: none;
  }
  .floating-banner{
    display:none;
  }
}

/* 2カラム対応 */

.colBlock{
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap:40px;
}

.colBlock .mw1366{
  padding: 0;
}

.colBlock__left{
  max-width: 800px;
  width: 66.6%;
}

.colBlock__right h2{
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.colBlock__left .remaTmp-bggray{
  background: unset;
}

.colBlock__right{
  max-width: 360px;
  width: 30%;
  padding: 0 0 70px;
}

.colsidebnr li{
  width: 100%;
  margin-bottom: 40px;
}

.colsidebnr li span{
  display: block;
  overflow: hidden;
}

.colBlock__right.colside-holder {
  position: relative;
}

.colsidebnr {
  top: 0;
  -webkit-transition: opacity 0.28s ease, -webkit-transform 0.28s ease;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.colsidebnr.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}

.colsidebnr.is-floating {
  position: fixed;
  margin-bottom: 0;
  z-index: 15;
  
}

.colsideexam_item + .colsideexam_item{
  border-top: 1px solid #2A88F0;
}

.colsideexam_item{
  padding: 16px 0;
}

.colsideexam .colsideexam_link{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:16px;
}

.colsideexam .colsideexam_img{
  max-width: 120px;
  width: 33.3%;
  overflow: hidden;
}

.colsideexam_ttlarea{
  width: 62.2%;
}

.colsideexam_ttl{
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 5px;
}

.colsideexam_read{
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .colBlock{
      padding: 0 4%;
    }
    .colBlock__right {
        display: none;
    }
    .colBlock__left{
      width: 100%;
    }
}

/* 2カラム対応 */

@media screen and (max-width: 1365.98px) {
  .rema_nav__item {
    font-size: 1.14vw;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .megaMenu__cnt {
    padding-top: 3.33%;
    padding-bottom: 3.33%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .shugyo-lp-exception .rema_kv__tit {
    font-size: 3.2rem;
    line-height: 1.57;
  }
  .rema_contact-area{
    display:none;
  }
}

@media screen and (max-width: 900px) {
  .megaMenu__imgitem {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ex-mainvisual{
    display:block;
    padding-top:40px;
    
  }
  .ex-mainvisual-img dd{
    margin:0 0 20px 0;
    font-size:1.9rem;
  }
  .ex-mainvisual-txt h1{
    font-size:1.9rem;
    text-shadow:none;
  }
  .ex-mainvisual-img img,
  .ex-mainvisual-txt div,
  .ex-mainvisual-txt h1 br,
  .ex-download-case-studies-img{
    display:none;
  }
  .ex-download-case-studies-btn{
    padding-left:0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .rema_cntBox01__txtBox {
    width: 65%;
  }
  .rema_kv.shugyo-lp-exception{
    background: #0070c0 url(/hr/asset/img/shugyo/main_bg_lp_exception.png) right bottom no-repeat;
    background-size: 60%;
  }
  .shugyo-lp-exception ol li{
    margin:0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
  .remaTop .rema_kv__txtBox {
    width: 70%;
  }
  .rema_kv__txtBox {
    width: 70%;
  }
  .shugyo-lp-exception .rema_kv__txtBox{
    width:100%;
  }
  .shugyo-lp-exception .bg-achievements p {
    font-size: 2rem;
  }
}


@media screen and (max-width: 910px) {
  .remaTmp_cnv {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 25px 0 30px;
  }
  .remaTmp_cnv_txtBox {
    width: 100%;
    margin-right: 0;
    padding: 0 5.7%;
  }
  .remaTmp_cnv_img {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 0 5.7%;
    margin-top: 32px;
  }
  .remaTmp_cnv_img img {
    max-width: 386px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=../../../_soucemaps/hr/css/re2022/common.css.map */
