@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, meiryo, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.8;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  color: #2C2C2C;
  background: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, p {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

a {
  color: inherit;
}

img {
  vertical-align: bottom;
}

a {
  transition: opacity 0.5s ease;
}
a:hover {
  transition: opacity 0.1s ease;
  opacity: 0.6;
}

.page-home {
  background: #FFFFFF;
}

.global-header {
  height: 58px;
  position: sticky;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .global-header {
    height: 77px;
    position: static;
  }
}
.global-header .global-header__float {
  background: #003089;
}
.global-header .global-header__inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .global-header .global-header__inner {
    height: 77px;
    padding: 0 30px;
  }
}
.global-header .global-header__logo {
  width: 143px;
}
@media screen and (min-width: 768px) {
  .global-header .global-header__logo {
    width: 232px;
  }
}
.global-header .global-header__logo img {
  width: 100%;
}
.global-header .global-header__menu {
  display: flex;
  width: 161px;
}
@media screen and (min-width: 768px) {
  .global-header .global-header__menu {
    width: 200px;
  }
}
.global-header .global-header__menu > li {
  width: 50%;
}

.menu-button {
  border: 1px solid;
  padding: 7px 5px;
  display: block;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .menu-button {
    padding: 10px;
    font-size: 12px;
  }
}
.menu-button.is-l {
  border-radius: 5px 0 0 5px;
}
.menu-button.is-r {
  border-radius: 0 5px 5px 0;
}
.menu-button.is-blue-line {
  color: #FFFFFF;
  background: #003089;
}
.menu-button.is-white {
  color: #003089;
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.menu-button.is-white-line {
  color: #003089;
  background: #FFFFFF;
}
.menu-button.is-blue-fill {
  color: #FFFFFF;
  border-color: #003089;
  background: #003089;
}

.cover {
  position: relative;
  color: #003089;
  overflow: hidden;
}
.cover .cover__img {
  height: 560px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cover .cover__img {
    height: 436px;
  }
}
.cover .cover__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 1.2s ease;
  opacity: 0;
}
.cover .cover__img img.is-active {
  opacity: 1;
}
.cover .cover__device-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 230px;
}
@media screen and (min-width: 768px) {
  .cover .cover__device-img {
    left: 50%;
    top: 34px;
    bottom: auto;
    transform: translateX(-500px);
    width: 417px;
  }
}
.cover .cover__device-img > img {
  width: 100%;
}
.cover .cover__device-img > img.is-slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cover .cover__device-img > img.is-active {
  opacity: 1;
}
.cover .cover__text-img {
  position: absolute;
  top: 200px;
}
.cover .cover__to-b {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cover .cover__to-b {
    right: 36px;
    top: 28px;
  }
}
.cover .cover__to-b a {
  text-decoration: none;
}
.cover .cover__to-b i {
  width: 1em;
  display: inline-block;
  margin-left: 0.5em;
}
.cover .cover__to-b i > img {
  vertical-align: middle;
  width: 100%;
}
.cover .cover__text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55px;
  padding: 0 15px;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .cover .cover__text {
    top: 55px;
    padding: 0 30px;
    height: auto;
  }
}
.cover .cover__text.is-centerd {
  text-align: center;
}
.cover .cover__text-inner {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.cover .cover__text-inner .cover__text {
  height: 100%;
}
.cover .cover__text-inner .cover__text-ttl {
  color: #ffffff;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -1px;
  text-shadow: 0px 0px 20px #979797;
  position: absolute;
  top: 100px;
  left: 0;
  letter-spacing: 0px;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__text-ttl {
    font-size: 37px;
    letter-spacing: 3px;
    line-height: 55px;
    top: 60px;
    left: 30px;
  }
}
.cover .cover__text-inner .cover__text-img {
  position: absolute;
  top: 150px;
  left: -10px;
  width: 240px;
}
.cover .cover__text-inner .cover__text-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__text-img {
    top: 160px;
    margin-top: 0;
    width: 516px;
    left: 0px;
  }
}
.cover .cover__text-inner .cover__text-attention {
  position: absolute;
  top: 260px;
  left: 0;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px #979797;
  transform: scale(0.5);
  transform-origin: left top;
  padding-left: 1em;
  width: 400px;
}
.cover .cover__text-inner .cover__text-attention br {
  display: none;
}
.cover .cover__text-inner .cover__text-attention::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__text-attention {
    transform: none;
    transform-origin: left top;
    top: 535px;
    font-size: 13px;
    width: 100%;
    left: 30px;
  }
  .cover .cover__text-inner .cover__text-attention br {
    display: block;
  }
}
.cover .cover__text-inner .cover__cta {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  top: auto;
  bottom: 40px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta {
    bottom: auto;
    flex-direction: row;
    top: 420px;
    left: 30px;
  }
}
.cover .cover__text-inner .cover__cta-wrap {
  width: 162px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta-wrap {
    margin-top: 0;
    width: 252px;
  }
}
.cover .cover__text-inner .cover__cta-wrap .cta-button.is-signup {
  background: #003089;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  padding: 8px 7px 8px 15px;
  line-height: 1.1;
}
.cover .cover__text-inner .cover__cta-wrap .cta-button.is-signup > i {
  left: auto;
  width: 1.3em;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta-wrap .cta-button.is-signup > i {
    right: 21px;
  }
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta-wrap .cta-button.is-signup {
    font-size: 30px;
    padding: 15px 15px 15px 27px;
  }
}
.cover .cover__text-inner .cover__copy {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px #979797;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__copy {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }
}
.cover .cover__text-inner .cover__cta-steps {
  font-weight: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
  margin: 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta-steps {
    display: none;
  }
}
.cover .cover__text-inner .cover__cta-steps i {
  margin-right: 0.5em;
}
.cover .cover__text-inner .cover__cta-steps span {
  vertical-align: 0em;
}
@media screen and (min-width: 768px) {
  .cover .cover__text-inner .cover__cta-steps {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cover .cover__text {
    top: 50%;
    left: calc(50% + 280px);
    width: 600px;
    transform: translate(-50%, -50%);
  }
}
.cover .cover__copy {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.cover .cover__copy span {
  display: inline-block;
}
.cover .cover__copy small {
  margin-bottom: 0.5em;
  font-size: 13px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cover .cover__copy small {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .cover .cover__copy {
    font-size: 34px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cover .cover__copy-br-sp {
    display: none;
  }
}
.cover .cover__cta-wrap {
  max-width: 382px;
  margin: 13px auto 0;
}
@media screen and (min-width: 768px) {
  .cover .cover__cta-wrap {
    margin-top: 60px;
  }
}
.cover .cover__cta-steps {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .cover .cover__cta-steps {
    display: none;
  }
}
.cover .cover__cta-steps i {
  margin-right: 0.5em;
}
.cover .cover__cta-steps span {
  vertical-align: 0.2em;
}
@media screen and (min-width: 768px) {
  .cover .cover__cta-steps {
    margin-top: 20px;
    text-align: center;
  }
}
.cover .cover__cta-steps-or {
  margin-right: 0.5em;
}

.cover__bottom {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  background: #fff;
  margin: 10px 0 0;
}

.cover__bottom--img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cover__bottom--img {
    height: 436px;
    object-fit: cover;
  }
}

.cover__bottom--box {
  background: #0B63DF;
  padding: 60px 15px 60px;
}
@media screen and (min-width: 768px) {
  .cover__bottom--box {
    padding: 0;
    background: none;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: calc(50% + 280px);
    width: 600px;
    transform: translate(-50%, -50%);
  }
}

.cover__bottom--box__small {
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .cover__bottom--box__small {
    font-size: 18px;
  }
}

.cover__bottom--box__ttl {
  display: block;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .cover__bottom--box__ttl {
    font-size: 34px;
  }
}

.cover__bottom--box__txt {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .cover__bottom--box__txt {
    font-size: 14px;
  }
}

.cover__bottom--box-wrap {
  max-width: 382px;
  margin: 13px auto 0;
}
@media screen and (min-width: 768px) {
  .cover__bottom--box-wrap {
    margin-top: 60px;
  }
}

.cta-button {
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta-button {
    font-size: 24px;
  }
}
.cta-button.is-signup {
  background: #1E86DE;
  color: #FFFFFF;
  padding: 14px;
}
@media screen and (min-width: 768px) {
  .cta-button.is-signup {
    padding: 18px;
  }
}
.cta-button.is-side-signup {
  background: #003089;
  color: #FFFFFF;
  padding: 12px 0;
  font-size: 14px;
}
.cta-button.is-to-b {
  color: #1E86DE;
  background: #FFFFFF;
  padding: 12px;
  border: 2px solid;
}
@media screen and (min-width: 768px) {
  .cta-button.is-to-b {
    padding: 16px;
  }
}
.cta-button.is-top {
  color: #1E86DE;
  background: #FFFFFF;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .cta-button.is-top {
    padding: 16px;
  }
}
@keyframes new-cta-arrow-anim {
  0% {
    transform: translate(-5px, -60%);
    opacity: 0;
  }
  30% {
    transform: translate(0, -60%);
    opacity: 1;
  }
  70% {
    transform: translate(0, -60%);
    opacity: 1;
  }
  100% {
    transform: translate(5px, -60%);
    opacity: 0;
  }
}
.cta-button > i {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-60%);
  width: 1em;
  animation: new-cta-arrow-anim 2s infinite;
}
.cta-button > i > img {
  vertical-align: middle;
  width: 100%;
}

.section-about {
  margin: 0 20px 70px;
}
@media screen and (min-width: 768px) {
  .section-about {
    margin-bottom: 100px;
  }
}
.section-about .section-about__head {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section-about .section-about__head b {
  font-size: 44px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__head {
    font-size: 47px;
    margin-bottom: 20px;
  }
  .section-about .section-about__head b {
    font-size: 73px;
  }
}
.section-about .section-about__reid {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.43;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__reid {
    margin-bottom: 100px;
    font-size: 30px;
  }
}
.section-about .section-about__image {
  display: none;
}
.section-about.is-test-b .section-about__reid {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-about.is-test-b .section-about__reid {
    margin-bottom: 70px;
  }
}
.section-about.is-test-b .section-about__image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section-about.is-test-b .section-about__image img {
  width: 100%;
  max-width: 968px;
}
@media screen and (min-width: 768px) {
  .section-about.is-test-b .section-about__image {
    margin-bottom: 70px;
  }
}
.section-about .section-about__nav-wrap {
  margin: 20px auto 0;
  min-width: 242px;
  width: 50%;
}
.section-about .section-about__nav-wrap.is-four {
  width: 100%;
}
.section-about .section-about__nav-wrap.is-four .section-about__nav {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__nav-wrap {
    width: 100%;
    max-width: 1048px;
  }
}
.section-about .section-about__nav {
  line-height: 1.4;
  border-bottom: 1px solid #424242;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__nav {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    border-right: 1px solid #424242;
    border-bottom: 0;
    margin: 0 auto;
  }
}
.section-about .section-about__nav > li {
  border-top: 1px solid #424242;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__nav > li {
    border-top: 0;
    flex: 1;
    width: auto;
    border-left: 1px solid #424242;
  }
}
.section-about .section-about__nav > li .section-about__nav-button {
  font-size: 22px;
}
.section-about .section-about__nav-button {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
.section-about .section-about__nav-button span, .section-about .section-about__nav-button img {
  display: block;
}
.section-about .section-about__nav-button img {
  margin: 5px auto 0;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .section-about .section-about__nav-button img {
    width: 30px;
    margin: 15px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .section-about .section-about__nav-button {
    font-size: 24px;
    padding: 30px 0 0;
  }
}

.feature-profile {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature-profile {
    margin-bottom: 150px;
  }
}
.feature-profile .feature-profile__head-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature-profile .feature-profile__head-wrap {
    margin-bottom: 72px;
  }
}
.feature-profile .feature-profile__ui-guide-wrap {
  margin: 0 auto;
  max-width: 970px;
}
.feature-profile .feature-profile__profile-summaries-wrap {
  margin: 50px 20px 0;
  max-width: 1081px;
}
@media screen and (min-width: 768px) {
  .feature-profile .feature-profile__profile-summaries-wrap {
    margin: 79px auto 0;
  }
}
.feature-profile .feature-profile__social-list-wrap {
  margin: 50px 20px 0;
  max-width: 1081px;
}
@media screen and (min-width: 768px) {
  .feature-profile .feature-profile__social-list-wrap {
    margin: 79px auto 0;
  }
}
.feature-profile .feature-profile__social-list-wrap + .feature-profile__ui-guide-wrap {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .feature-profile .feature-profile__social-list-wrap + .feature-profile__ui-guide-wrap {
    margin-top: 100px;
  }
}

.feature-head .feature-head__img {
  max-width: 1440px;
  height: 200px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .feature-head .feature-head__img {
    height: 406px;
    margin: 0 auto 91px;
  }
}
.feature-head .feature-head__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-head .feature-head__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  padding: 0 20px;
}
.feature-head .feature-head__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature-head .feature-head__title {
    font-size: 47px;
    margin-bottom: 50px;
  }
  .feature-head .feature-head__title br {
    display: inline;
  }
}
.feature-head .feature-head__reid {
  font-size: 12px;
  padding: 0 20px;
  line-height: 1.5;
}
.feature-head .feature-head__reid br {
  display: none;
}
@media screen and (min-width: 768px) {
  .feature-head .feature-head__reid {
    text-align: center;
    font-size: 19px;
  }
  .feature-head .feature-head__reid br {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .ui-guide {
    display: flex;
    align-items: center;
  }
}
.ui-guide .ui-guide__screen-wrap {
  width: 60%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__screen-wrap {
    margin-bottom: 0;
    width: 417px;
    margin-right: 109px;
  }
}
.ui-guide .ui-guide__screen {
  position: relative;
  padding-top: 198.8%;
  pointer-events: none;
}
.ui-guide .ui-guide__screen-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.ui-guide .ui-guide__screen-frame img {
  width: 100%;
}
.ui-guide .ui-guide__screen-slide-list > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 8% 9.2%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.ui-guide .ui-guide__screen-slide-list > li.is-active {
  opacity: 1;
}
.ui-guide .ui-guide__screen-slide-list > li img {
  width: 100%;
}
.ui-guide .ui-guide__screen-index-list {
  text-align: center;
}
.ui-guide .ui-guide__screen-index-list i {
  display: inline-block;
  font-style: normal;
  margin: 0 0.5em;
  color: #C8C8C8;
  cursor: pointer;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__screen-index-list i {
    font-size: 1em;
  }
}
.ui-guide .ui-guide__screen-index-list i.is-active {
  color: #424242;
}
.ui-guide .ui-guide__guide {
  flex: 1;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide {
    padding: 0;
  }
}
.ui-guide .ui-guide__guide-section {
  padding-left: 15px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide-section {
    padding-left: 30px;
  }
}
.ui-guide .ui-guide__guide-section::before {
  display: block;
  width: 10px;
  border-top: 1px solid #424242;
  position: absolute;
  left: 0;
  top: 13px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide-section::before {
    top: 28px;
    width: 20px;
  }
}
.ui-guide .ui-guide__guide-section.is-active::before {
  content: "";
}
.ui-guide .ui-guide__guide-section.is-clickable {
  cursor: pointer;
}
.ui-guide .ui-guide__guide-section + .ui-guide__guide-section {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide-section + .ui-guide__guide-section {
    margin-top: 40px;
  }
}
.ui-guide .ui-guide__guide-head {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.ui-guide .ui-guide__guide-head small {
  font-size: 0.6em;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide-head {
    font-size: 43px;
    margin-bottom: 10px;
  }
}
.ui-guide .ui-guide__guide-desc {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .ui-guide .ui-guide__guide-desc {
    font-size: 16px;
  }
}
.ui-guide .ui-guide__guide-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.ui-guide .ui-guide__guide-list > li {
  width: 33.333%;
}
.ui-guide .ui-guide__guide-list > li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid;
  margin-right: 0.5em;
  vertical-align: -0.15em;
}

.profile-summaries .profile-summaries__head {
  font-size: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #424242;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile-summaries .profile-summaries__head {
    font-size: 47px;
  }
}
@media screen and (min-width: 768px) {
  .profile-summaries .profile-summaries__list {
    justify-content: center;
    display: flex;
    margin: 0 -20px;
  }
}
.profile-summaries .profile-summaries__list > li {
  padding: 10px 0 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .profile-summaries .profile-summaries__list > li {
    padding: 0 20px;
  }
  .profile-summaries .profile-summaries__list > li.is-1 {
    width: 30%;
  }
  .profile-summaries .profile-summaries__list > li.is-2 {
    width: 30%;
  }
  .profile-summaries .profile-summaries__list > li.is-3 {
    width: 40%;
  }
}

.social-list .social-list__head {
  font-size: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #424242;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .social-list .social-list__head {
    font-size: 47px;
  }
}
.social-list .social-list__list {
  display: flex;
  flex-wrap: wrap;
}
.social-list .social-list__list > li {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .social-list .social-list__list > li {
    width: 11.111%;
  }
}
.social-list .social-list__social-img {
  width: 30%;
  margin: 0 auto 7px;
}
@media screen and (min-width: 768px) {
  .social-list .social-list__social-img {
    width: 50%;
  }
}
.social-list .social-list__social-img img {
  width: 100%;
}
.social-list .social-list__social-name {
  text-align: center;
}

.profile-summary-item .profile-summary-item__head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .profile-summary-item .profile-summary-item__head {
    font-size: 43px;
    margin-bottom: 0.25em;
  }
}

.feature-score {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature-score {
    margin-bottom: 190px;
  }
}
.feature-score .feature-score__head-wrap {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .feature-score .feature-score__head-wrap {
    margin-bottom: 130px;
  }
}
.feature-score .feature-score__ui-guide-head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .feature-score .feature-score__ui-guide-head {
    font-size: 73px;
  }
}
.feature-score .feature-score__ui-guide-desc {
  text-align: center;
  padding: 0 20px 1.3em;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .feature-score .feature-score__ui-guide-desc {
    font-size: 19px;
  }
}
.feature-score .feature-score__ui-guide-score {
  text-align: center;
  padding: 0 20px 50px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .feature-score .feature-score__ui-guide-score {
    font-size: 15px;
    padding-bottom: 80px;
  }
}
.feature-score .feature-score__ui-guide-wrap {
  margin: 0 auto;
  max-width: 970px;
}

.feature-scout {
  margin-bottom: 60px;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .feature-scout {
    margin-bottom: 190px;
  }
}
.feature-scout .feature-scout__head-wrap {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .feature-scout .feature-scout__head-wrap {
    margin-bottom: 72px;
  }
}
.feature-scout .feature-scout__ui-guide-wrap {
  margin: 0 auto;
  max-width: 970px;
}
.feature-scout .feature-scout__cta-wrap {
  max-width: 382px;
  margin: 30px auto 0;
  padding: 0 40px;
}

.feature-ai {
  margin: -180px auto 20px;
  padding-top: 180px;
  position: relative;
  z-index: 1;
}
.feature-ai div:nth-child(1),
.feature-ai div:nth-child(2) {
  position: relative;
  z-index: 1;
}
.feature-ai::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  height: 200%;
  top: 150px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .feature-ai {
    margin: 0 auto 60px;
    padding-top: 0;
  }
  .feature-ai::before {
    top: -100px;
  }
}
.feature-ai .feature-head__title br {
  display: block;
}
.feature-ai__recruit-example-wrap {
  margin: 50px 20px 0;
  max-width: 1081px;
}
@media screen and (min-width: 768px) {
  .feature-ai__recruit-example-wrap {
    margin: 79px auto 0;
  }
}
.feature-ai__img {
  width: 100%;
  max-width: 968px;
  margin: 20px auto 46px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .feature-ai__img {
    margin: 45px auto 103px;
  }
}
.feature-ai__img img {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: block;
}

.recruit-example__head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-example__head {
    font-size: 47px;
  }
}
.recruit-example__lead {
  font-size: 16px;
  padding-bottom: 1.2em;
  margin-bottom: 60px;
  border-bottom: 1px solid #424242;
  font-weight: normal;
  text-align: center;
}
.recruit-example__lead .is-strong {
  font-weight: bold;
  font-size: 20px;
  color: #003089;
}
@media screen and (min-width: 768px) {
  .recruit-example__lead .is-strong {
    font-size: 44px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-example__lead {
    font-size: 28px;
  }
}
.recruit-example__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 53px;
  gap: 17px;
  width: auto;
}
@media screen and (max-width: 1085px) {
  .recruit-example__list {
    padding: 0;
    width: 642px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 695px) {
  .recruit-example__list {
    padding: 0;
    width: 100%;
  }
}
.recruit-example__list li {
  box-sizing: border-box;
  border: 3px solid #EAEAEA;
  height: 434px;
  width: 311px;
  padding: 35px 25px;
}
@media screen and (max-width: 768px) {
  .recruit-example__list li {
    width: calc(50% - 9px);
    height: auto;
    min-height: 280px;
    padding: 15px 10px;
  }
}
.recruit-example__list__item {
  color: #2c2c2c;
}
.recruit-example__list__item-img img {
  max-width: 198px;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-img img {
    margin: 0 auto 9px;
    width: 100%;
  }
}
.recruit-example__list__item-company {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-company {
    font-size: 14px;
    line-height: 20px;
  }
}
.recruit-example__list__item-pref {
  font-size: 12px;
  color: #7F7F7F;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-pref {
    font-size: 10px;
    line-height: 15px;
  }
}
.recruit-example__list__item-job_category {
  border-radius: 4px;
  border: 1px solid #1E86DE;
  padding: 2px 10px 3px;
  color: #1E86DE;
  font-size: 13px;
  line-height: 19px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-job_category {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 3px;
  }
}
.recruit-example__list__item-outline {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  -ms-text-justify: inter-character;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-outline {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 3px;
  }
}
.recruit-example__list__item-condition {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-example__list__item-condition {
    font-size: 11px;
    line-height: 18px;
  }
}
.recruit-example__list__item-condition-dt {
  color: #7F7F7F;
  margin-right: 1em;
}
.recruit-example__list__item-condition .-dl-wrap {
  display: flex;
}

.user-interviews {
  margin: 0 auto 60px;
  position: relative;
}
.user-interviews > h2:nth-child(1),
.user-interviews > h2:nth-child(2),
.user-interviews > ul {
  position: relative;
  z-index: 1;
}
.user-interviews::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  height: calc(100% + 120px);
  top: -60px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .user-interviews {
    margin-bottom: 190px;
  }
  .user-interviews::before {
    height: calc(100% + 250px);
    top: -60px;
  }
}
.user-interviews .user-interviews__head {
  margin-bottom: 0.25em;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .user-interviews .user-interviews__head {
    font-size: 47px;
  }
}
.user-interviews .user-interviews__leid {
  margin-bottom: 0.5em;
  text-align: center;
}
.user-interviews .user-interviews__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1244px;
  margin: 30px 20px 0;
}
@media screen and (min-width: 768px) {
  .user-interviews .user-interviews__list {
    margin: 30px auto 0;
  }
}
.user-interviews .user-interviews__list > li {
  box-sizing: border-box;
  padding-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .user-interviews .user-interviews__list > li {
    padding: 0 20px 40px;
    width: 50%;
  }
}

.user-interview-item {
  border: 1px solid #7F7F7F;
  padding: 19px;
  position: relative;
}
.user-interview-item .user-interview-item__thumb img {
  width: 100%;
}
.user-interview-item .user-interview-item__voice {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 30px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .user-interview-item .user-interview-item__voice {
    font-size: 19px;
    margin: 10px 0 50px;
  }
}
@media screen and (min-width: 768px) {
  .user-interview-item .user-interview-item__name {
    font-size: 19px;
  }
}
.user-interview-item .user-interview-item__twitter a {
  text-decoration: none;
  color: #1E86DE;
}
@media screen and (min-width: 768px) {
  .user-interview-item .user-interview-item__twitter {
    font-size: 19px;
  }
}
.user-interview-item .user-interview-item__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 140px;
}
@media screen and (min-width: 768px) {
  .user-interview-item .user-interview-item__note {
    width: 210px;
  }
}
.user-interview-item .user-interview-item__note img {
  width: 100%;
}

.faq {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 150px;
  }
}
.faq .faq__img {
  max-width: 1440px;
  height: 200px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .faq .faq__img {
    height: 406px;
    margin-bottom: 70px;
  }
}
.faq .faq__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.faq .faq__head {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .faq .faq__head {
    font-size: 73px;
    margin-bottom: 0;
  }
}
.faq .faq__leid {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .faq .faq__leid {
    margin-bottom: 55px;
  }
}
.faq .faq__list {
  max-width: 1030px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .faq .faq__list {
    margin: 0 auto;
  }
}
.faq .faq__list > li {
  border-top: 1px solid #C8C8C8;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .faq .faq__list > li {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }
  .faq .faq__list > li:nth-last-child(n+2) {
    margin-bottom: 40px;
  }
}
.faq .faq__q {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .faq .faq__q {
    padding-bottom: 20px;
    width: 50%;
    font-size: 24px;
  }
}
.faq .faq__a {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
}
.faq .faq__a a {
  color: #1E86DE;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .faq .faq__a {
    font-size: 16px;
  }
}

.global-footer {
  background: #EAEAEA;
  padding: 56px 20px 96px;
}
.global-footer a {
  text-decoration: none;
}
.global-footer .global-footer__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__row {
    display: flex;
  }
}
.global-footer .global-footer__logo {
  width: 155px;
  margin-right: 45px;
  margin-bottom: 30px;
}
.global-footer .global-footer__logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__nav {
    display: flex;
    border-right: 1px solid #424242;
    flex: 1;
  }
}
.global-footer .global-footer__nav-group {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__nav-group {
    margin-bottom: 0;
    box-sizing: border-box;
    width: 50%;
    border-left: 1px solid #424242;
    padding-left: 49px;
    width: 25%;
  }
  .global-footer .global-footer__nav-group.is-2col {
    width: 50%;
  }
}
.global-footer .global-footer__nav-head {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.global-footer .global-footer__nav-sub {
  display: flex;
  flex-wrap: wrap;
}
.global-footer .global-footer__nav-sub > li {
  width: 50%;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__nav-sub > li {
    width: 100%;
  }
}
.global-footer .global-footer__nav-sub.is-2col > li {
  width: 50%;
}
.global-footer .global-footer__service-list {
  justify-content: center;
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #C8C8C8;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__service-list {
    padding-top: 0;
    margin: 45px 0 30px;
    border-top: 0;
    display: flex;
  }
}
.global-footer .global-footer__service-list > li {
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__service-list > li {
    margin: 0 20px;
  }
}
.global-footer .global-footer__service {
  display: block;
}
.global-footer .global-footer__service-desc {
  font-size: 10px;
  line-height: 1.2;
}
.global-footer .global-footer__service-desc br {
  display: none;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__service-desc br {
    display: inline;
  }
}
.global-footer .global-footer__service-name {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__service-name {
    font-size: 19px;
  }
}
.global-footer .global-footer__bottom {
  margin-top: 30px;
  text-align: center;
}
.global-footer .global-footer__bottom a {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__bottom a {
    margin: 0 0 0 20px;
  }
}
.global-footer .global-footer__copyright {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .global-footer .global-footer__copyright {
    display: inline;
  }
}

.signup {
  max-width: 770px;
  margin: 0 auto 113px;
  display: none;
}
@media screen and (min-width: 768px) {
  .signup {
    display: flex;
    align-items: center;
  }
}
.signup .signup__l {
  flex: 1;
}
.signup .signup__head {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
}
.signup .signup__head > i {
  margin-right: 0.2em;
}
.signup .signup__head-or {
  color: #003089;
  font-size: 15px;
  vertical-align: 0.3em;
}
.signup .signup__desc {
  font-size: 12px;
  color: #7f7f7f;
}
.signup .signup__desc + .signup__desc {
  margin-top: 1em;
}
.signup .signup__r {
  width: 290px;
  margin-left: 50px;
}
.signup .signup__button-list > li:nth-last-child(n+2) {
  margin-bottom: 20px;
}

.signup-button {
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.signup-button.is-mail {
  border: 1px solid #9eacc2;
  color: #003089;
}
.signup-button.is-mail .signup-button__icon {
  border-color: #9eacc2;
}
.signup-button.is-mail .signup-button__icon > img {
  width: 30px;
  padding: 5px;
}
.signup-button.is-github {
  background: #000000;
  color: #fff;
}
.signup-button.is-twitter {
  background: #1ba1f1;
  color: #fff;
}
.signup-button.is-qiita {
  background: #f5f5f5;
  color: #2c2c2c;
}
.signup-button .signup-button__icon {
  border-right: 1px solid #fff;
  padding: 2px 7px;
}
.signup-button .signup-button__icon > img {
  width: 40px;
  height: auto;
}
.signup-button .signup-button__label {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}
.signup-button .signup-button__arrow {
  padding-right: 12px;
}
.signup-button .signup-button__arrow img {
  width: 18px;
  height: 18px;
  display: block;
}

.preload * {
  transition: none !important;
}

.company-logos {
  padding: 21px 10px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .company-logos {
    margin-bottom: 90px;
  }
}
.company-logos .company-logos__row {
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__row {
    display: flex;
    align-items: center;
  }
}
.company-logos .company-logos__head {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__head {
    padding-right: 40px;
    margin-bottom: 0;
    text-align: left;
  }
}
.company-logos .company-logos__head-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__head-title {
    text-align: left;
  }
}
.company-logos .company-logos__head-sub {
  font-size: 11px;
}
.company-logos .company-logos__head-txt {
  line-height: 1.2;
  font-weight: bold;
  margin-top: 1em;
}
.company-logos .company-logos__head-txt .is-strong {
  color: #003089;
  font-size: 20px;
}
.company-logos .company-logos__list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding: 0 10px 10px;
  min-height: 194px;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__list {
    min-height: 159px;
  }
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__list {
    height: auto;
    border-left: 1px solid #E0E0E0;
    padding-bottom: 0;
  }
}
.company-logos .company-logos__list > li {
  width: 33.333%;
  padding: 0 15px;
  box-sizing: border-box;
  height: auto;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__list > li {
    width: 16.666%;
  }
}
.company-logos .company-logos__list > li > picture > img {
  width: 100%;
}
.company-logos .company-logos__list__wrapper {
  flex: 1;
}
.company-logos .company-logos__index {
  text-align: center;
}
.company-logos .company-logos__index i {
  font-size: 10px;
  font-style: normal;
  padding: 10px;
  cursor: pointer;
  color: #C8C8C8;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .company-logos .company-logos__index i {
    display: block;
  }
}
.company-logos .company-logos__index i.is-active {
  color: #424242;
}

.floating-bottom-nav {
  display: none;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  padding: 20px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .floating-bottom-nav {
    display: flex;
    transition: transform 0.3s ease;
    transform: translateY(100%);
  }
  .floating-bottom-nav.is-active-scroll {
    transform: translateY(0);
  }
}
.floating-bottom-nav .floating-bottom-nav__page-nav {
  flex: 1;
}
.floating-bottom-nav .floating-bottom-nav__cta-list {
  display: flex;
  width: 232px;
}
.floating-bottom-nav .floating-bottom-nav__cta-list > li {
  width: 50%;
  padding: 3px;
}

.page-nav .page-nav__list {
  text-align: center;
}
.page-nav .page-nav__list > li {
  display: inline-block;
  margin: 0 15px;
}
.page-nav .page-nav__list-button {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #7F7F7F;
}
.page-nav .page-nav__list-button.is-active {
  color: #003089;
}
.page-nav .page-nav__cta-wrap {
  width: 150px;
  margin-left: auto;
}

.textAnime-outer {
  display: inline-block;
  overflow: hidden;
  line-height: 1.28;
}
.textAnime-inner {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .textAnime-inner {
    transform: translateY(1.5em);
    transition: transform 0.25s ease-out;
  }
  .textAnime.is-active .textAnime-inner {
    transform: translateY(0);
  }
}
