@charset "UTF-8";

body {
  background-color: #F1F0EA;
  color: #484848;
}

/* header */
.header-top .uk-navbar-container:not(.uk-navbar-transparent) {
  background-color: #426AB3;
}

.header-top h1 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  padding: 15px 0;
}

.header-top h1 span {
  margin-top: 5px;
}

.header-top h1 img {
  margin-left: 13px;
}

/* hero */
.hero {
  overflow-x: hidden;
  background: url(../images/hero.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 50px 100px 50px;
}

.hero .hero-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero .hero-msg {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  padding: 30px;
  font-size: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero .hero-msg>* {
  position: relative;
  z-index: 1;
  color: #426AB3;
  line-height: 1.5;
}

.hero .hero-msg h2 {
  margin-bottom: 10px;
  font-weight: 900;
}

.hero .hero-msg h2 span {
  font-size: 3rem;
}

.hero .hero-msg div {
  font-size: 1.6rem;
}

.hero .hero-msg:before {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 15px 0 #ffffff;
  box-shadow: 0px 0px 15px 0 #ffffff;
  border-radius: 10px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
}

@media (max-width: 768px) {
  .hero {
    padding: 0 0 50px;
  }

  .hero .hero-inner {
    height: 50vh;
  }

  .hero .hero-msg:before {
    top: -5px;
  }
}

/* section01 リモートワーク」で東京の優良企業に勤務、という未来 */
.section01 {
  color: #fff;
  background-color: #426AB3;
}

.section01 .uk-card h4 {
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
}

@media (min-width: 960px) {
  .section01 .uk-card h4 {
    margin-top: -10px;
  }
}

/* section02 選べなかった、ある男の話をしよう。 */
.section02 {
  background: url(../images/background01.jpg) center no-repeat;
  background-size: cover;
}

.section02 p {
  font-size: 1.3rem;
}

/* section03 あなたの「選択肢がない度」をチェックしてみよう */
.section03 ul {
  width: 34em;
  max-width: 100%;
  margin-inline: auto;
}

.section03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}

.section03 li span {
  width: calc(100% - 40px);
}

.section03 li input {
  margin: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px 2px 4px 0 #ccc;
  box-shadow: inset 0px 2px 4px 0 #ccc;
}

/* section04 リモートワークで20年 */
.section04 {
  background: url(../images/background02.jpg) no-repeat bottom;
  background-size: cover;
}

/* section05 */
.kyujin-list {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 15px;
  -webkit-overflow-scrolling: touch;
  /* iOS慣性スクロール */
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  /* スナップ */
  scrollbar-color: #426AB3 #fff;
  scrollbar-width: thin;
}

.kyujin-list::-webkit-scrollbar {
  height: 14px;
  /* 横スクロール時 */
}

.kyujin-list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 14px;
}

.kyujin-list::-webkit-scrollbar-thumb {
  background: #426AB3;
  border-radius: 14px;
}

.kyujin-list::-webkit-scrollbar-thumb:hover {
  background: #2c539b;
}

.kyujin-list .uk-card {
  width: 360px;
  /* 固定幅 */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* 縮小防止 */
  padding: 20px;
}

.kyujin-list .uk-card .uk-label {
  padding: 3px 15px;
  margin-bottom: 10px;
  background-color: #426AB3;
}

.kyujin-list .uk-card h4 {
  margin: 0 0 10px;
  font-size: 1.125rem;
}

.kyujin-list .uk-card p {
  margin: 0 0 0;
}

.kyujin-list .uk-card .uk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kyujin-list .uk-card .uk-list li {
  font-size: 0.785rem;
  border: 1px solid #ccc;
  margin: 0;
  padding: 3px 10px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.section05 .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section05 .flow dt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  background-color: #426AB3;
  color: #fff;
}

.section05 .flow dd {
  width: calc(100% - 70px);
  margin-bottom: 20px;
}

.section05 .flow dd h4 {
  margin-bottom: 10px;
}

.section05 .flow dd p {
  margin: 0;
}

/* section06 */
.section06 {
  background: url(../images/background04.jpg) no-repeat bottom;
  background-size: cover;
}

/* section07 */
.section07 {
  background: url(../images/background05.jpg) no-repeat center;
  background-size: cover;
}

.section07 .uk-card-default {
  background-color: rgba(255, 255, 255, 0.6);
}

.section07 .uk-card-default .uk-grid .uk-border-circle {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.125rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.section07 .uk-card-default .uk-grid .uk-card-title {
  font-weight: 500;
  font-size: 1.268rem;
  margin-bottom: 5px;
}

.section07 .uk-card-default .uk-card-header,
.section07 .uk-card-default .uk-card-body {
  padding: 10px 0;
  border: none;
}

.section07 .uk-card-default .uk-card-footer {
  border: none;
  padding: 0;
}

.section07 .uk-card-default .uk-card-footer dt {
  font-weight: normal;
}

.section07 .uk-card-default .uk-card-footer dd {
  font-weight: 700;
}

.section07 .uk-card-default .div-before,
.section07 .uk-card-default .div-after {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.section07 .uk-card-default .div-before::before,
.section07 .uk-card-default .div-after::before {
  content: "BEFORE";
  color: #999;
  font-weight: 900;
  display: block;
}

.section07 .uk-card-default .div-after::before {
  content: "AFTER";
  color: #40A5AF;
}

.section07 .uk-card-default:nth-child(1) .uk-label {
  background-color: #DCE8F3;
  color: #426AB3;
}

.section07 .uk-card-default:nth-child(2) .uk-label {
  background-color: #D7EEF0;
  color: #40A5AF;
}

.section07 .uk-card-default:nth-child(3) .uk-label {
  background-color: #FFE1C8;
  color: #EC6C00;
}

.section07 .uk-card-default:nth-child(4) .uk-label {
  background-color: #F4EEDA;
  color: #9F812D;
}

/* section08 */
.section08 {
  background: url(../images/background07.jpg) no-repeat top;
  background-size: cover;
}

.section08 .uk-card-default {
  background-color: rgba(255, 255, 255, 0.6);
}

.section08 .uk-card-default h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  font-weight: 900;
}

.section08 .uk-card-default h4 span {
  width: calc(100% - 50px);
}

.section08 .uk-card-default p {
  color: #426AB3;
  margin: 0;
  padding-left: 50px;
}

.section08 .uk-card-default h4::before {
  content: "Q";
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: #426AB3;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}

/* section09 */
.section09 {
  background: url(../images/background08.jpg) no-repeat bottom;
  background-size: cover;
}

.section09 .uk-card.is-border {
  border-color: #426AB3;
  color: #426AB3;
  font-weight: 900;
}

.section09 .uk-card.is-border h4 {
  color: #426AB3;
  font-weight: 900;
  font-size: 3rem;
}

@media (min-width: 960px) {
  .section09 .uk-card.is-border h4 {
    margin-top: -10px;
  }
}

/* footer */
footer .uk-padding-large {
  padding-top: 100px;
}

footer .uk-card {
  margin: 50px 0;
  border-radius: 15px;
  color: #426AB3;
  font-weight: 500;
}

footer small {
  display: block;
  text-align: center;
}

/* footer-conversion */
.footer-conversion {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #426AB3;
  padding: 10px 0;
}

.footer-conversion .uk-flex {
  gap: 20px;
}

.footer-conversion .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #EC6C00;
}

.footer-conversion .new-register-button {
  max-width: 345px;
}

.footer-conversion .new-register {
  padding: 8px 18px;
}

.footer-conversion-inner {
  width: 100%;
}

.js-pagetop {
  line-height: 1;
  padding: 8px;
  position: fixed;
  z-index: 100;
  bottom: 10px;
  background-color: rgba(66, 106, 179, 0.8235294118);
  color: #fff;
  font-size: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;

  right: 30px;
}

.js-pagetop.view {
  visibility: visible;
  opacity: 1;
}

.js-pagetop img {
  display: block;
  margin: 0 auto;
}

.js-pagetop:hover {
  text-decoration: underline;
  color: #EC6C00;
}

.hover-link-accent:hover {
  text-decoration: underline;
  color: #EC6C00;
}

/* uk-card */
.uk-card.is-border {
  border: 1px solid #fff;
}

/* uk-flex */
.uk-gap-small {
  gap: 10px;
}

@media (min-width: 640px) {
  .uk-gap-small.uk-child-width-1-3\@s>* {
    width: calc(33.3333333333% - 5px);
  }

  .uk-gap-small.uk-child-width-1-2\@s>* {
    width: calc(50% - 5px);
  }
}

.uk-gap-large {
  gap: 20px;
}

@media (min-width: 640px) {
  .uk-gap-large.uk-child-width-1-3\@s>* {
    width: calc(33.3333333333% - 14px);
  }

  .uk-gap-large.uk-child-width-1-2\@s>* {
    width: calc(50% - 14px);
  }
}

/* background */
.uk-background-white {
  background-color: #fff;
}

.uk-background-blue {
  background-color: #426AB3 !important;
  color: #fff;
}

/* フォント */
.f-mincho {
  font-family: "Zen Old Mincho", serif !important;
  font-style: normal;
}

.f-white {
  color: #fff !important;
}

.f-blue {
  color: #426AB3 !important;
}

.uk-text-primary {
  color: #40A5AF !important;
}

.uk-label {
  padding: 3px 15px;
  margin-bottom: 10px;
  background-color: #426AB3;
}

.uk-label.is-gray {
  background-color: #ccc;
  color: #131313;
}

/* button */

.uk-button-large {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 30px;
  background-color: #426AB3;
  border-radius: 5px;
}

.uk-button-default {
  background-color: #fff;
  border: 1px solid #426AB3;
  padding: 8px 20px;
  color: #426AB3;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 4px;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}

.uk-button-default:hover {
  background-color: #d4e3fd;
  color: #426AB3;
  border: 1px solid #426AB3;
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}

a:not(.uk-button) img:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

/* font-size */
.uk-text-medium {
  font-size: 1.268rem;
}

/* line-height */
.lh-18 {
  line-height: 1.8 !important;
}

/* padding */
.uk-padding-tb {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  html {
    font-size: 14px !important;
  }
}

@media (max-width: 640px) {

  section.uk-padding-large,
  .uk-container.uk-padding-large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero .hero-msg {
    padding: 15px;
  }

  .hero .hero-msg h2 span {
    font-size: 2rem;
  }

  .hero .hero-msg h2 {
    font-size: 1.4rem;
  }

  .hero .hero-msg div {
    font-size: 1.2rem;
  }

  .uk-h1,
  h1 {
    font-size: 1.8rem;
  }

  .uk-h2,
  h2 {
    font-size: 1.6rem;
  }

  .uk-h3,
  h3 {
    font-size: 1.3rem;
  }

  .uk-text-large {
    font-size: 1.2rem;
  }

  .uk-text-medium {
    font-size: 1.128rem;
  }

  .uk-button.uk-button-large.uk-button-primary {
    display: block;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-top h1 {
    font-size: 1rem;
  }

  .header-top h1 img {
    width: 100px;
  }

  .hero {
    background-image: url(../images/hero_sp.jpg);
  }

  .section01 .uk-card h4 {
    font-size: 2rem;
  }

  .section07 {
    background-image: url(../images/background05_sp.jpg);
  }

  .section08 .uk-card-default h4::before,
  .section05 .flow dt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
  }

  .section08 .uk-card-default h4 span {
    width: calc(100% - 40px);
  }

  .section08 .uk-card-default p {
    padding-left: 40px;
  }

  .section05 .flow dd {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }

  footer .uk-flex.uk-flex-middle.uk-flex-center {
    flex-direction: column;
    gap: 10px;
    text-align: center;

    img.uk-margin-left {
      margin-left: 0 !important;
    }
  }

  .footer-conversion .uk-flex {
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .js-pagetop {
    right: 8px;
  }
}

@media (max-width: 480px) {
  .footer-conversion .new-register-button {
    margin-right: 56px;
  }

  .footer-conversion .new-register {
    padding: 8px 8px;
    font-size: 1rem;
  }

  .footer-conversion .uk-flex {
    gap: 2px;
  }
}

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