@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 */
/* Icons */
/* 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%);
  -ms-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-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-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; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  min-width: 1100px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #000000;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both; }

ul, ol, dl, p, img, form, dt, dd {
  margin: 0;
  padding: 0;
  border: 0; }

li {
  list-style: none; }

input, textarea {
  font-size: 12px; }

img {
  vertical-align: top;
  max-width: 100%; }

a {
  color: #333;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  outline: none; }

a:active,
a:hover {
  color: #ccc; }

strong {
  font-weight: bold; }

em {
  font-style: italic;
  font-weight: normal; }

/* microclearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/** For IE 6/7 only */
.cf {
  *zoom: 1; }

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 767px) {
  body {
    min-width: 100%; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes fadeInUpSp {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes Blink {
  0% {
    opacity: 1; }
  96% {
    opacity: 1; }
  96.5% {
    opacity: 0; }
  97% {
    opacity: 0; }
  97.5% {
    opacity: 1; }
  98% {
    opacity: 1; }
  98.5% {
    opacity: 0; }
  99% {
    opacity: 0; }
  99.5% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/*
---------------------------------------------

    header settings

*/
.l-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .l-header-inner {
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-content: center; }

.header-logo {
  width: 30%;
  font-size: 1rem;
  line-height: 1; }
  .header-logo__link {
    display: block; }
  .header-logo__img {
    max-width: inherit;
    height: 30px; }

.header-sns {
  width: 70%;
  text-align: right; }
  .header-sns-list {
    display: flex;
    align-content: center;
    justify-content: flex-end; }
    .header-sns-list__item {
      line-height: 1; }
    .header-sns-list__link {
      width: 36px;
      height: 36px;
      margin: 0 0 0 20px;
      background: #FFF;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header-sns-list__img {
      max-width: inherit;
      height: 16px; }

/*
----------------------------------------------------

	sp header settings

*/
@media screen and (max-width: 767px) {
  .l-header {
    position: static;
    background: #eeeeef; }
    .l-header-inner {
      width: 100%; }
  .header-logo__img {
    height: 20px; }
  .header-sns-list__link {
    width: inherit;
    height: inherit;
    background: none;
    border-radius: 50%; }
  .header-sns-list__img {
    height: 20px; } }

/*
---------------------------------------------

    contents settings

*/
.l-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative; }

.l-inner02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative; }

.l-grid02 {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .l-grid02 > .l-grid__item {
    width: calc((100% - 60px) / 2);
    margin: 0 60px 60px 0; }
    .l-grid02 > .l-grid__item:nth-child(2n) {
      margin: 0 0 60px; }
    .l-grid02 > .l-grid__item--02 {
      width: 100%;
      margin: 0 0 60px; }
  .l-grid02--nomargin > .l-grid__item {
    margin-bottom: 0; }
    .l-grid02--nomargin > .l-grid__item:nth-child(2n) {
      margin-bottom: 0; }

/*
----------------------------------------------------

	sp contents settings

*/
@media screen and (max-width: 767px) {
  .l-inner,
  .l-inner02 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  .l-grid02 {
    display: block; }
    .l-grid02 > .l-grid__item {
      width: 100%;
      margin: 0; }
      .l-grid02 > .l-grid__item:nth-child(2n) {
        margin: 0; } }

/*
---------------------------------------------

    footer settings

*/
.l-footer {
  background: #2c2c2c;
  padding: 80px 0;
  color: #FFF; }

.footer-copy {
  margin: 30px 0;
  text-align: left; }

.footer-text {
  margin: 0 0 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 2; }

.footer-banner {
  width: 480px;
  margin: 30px auto;
  font-size: 1.4rem; }
  .footer-banner__link {
    display: block; }
    .footer-banner__link:hover {
      opacity: 0.6; }
  .footer-banner__text {
    padding: 20px 0; }

.footer-copyright {
  line-height: 1;
  text-align: left; }

.footer-pagetop {
  text-align: right; }
  .footer-pagetop__link {
    display: block; }
    .footer-pagetop__link:hover {
      opacity: 0.6; }

/*
----------------------------------------------------

	sp footer settings

*/
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 80px; }
  .footer-title {
    width: 45%;
    margin: 0 auto 40px; }
  .footer-copy {
    margin: 20px auto 40px;
    text-align: center; }
  .footer-text {
    text-align: center; }
  .footer-banner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto; }
  .footer-copyright {
    margin: 20px 0;
    text-align: center; }
  .footer-pagetop {
    margin: 30px 0; } }

/*
---------------------------------------------

    top settings

*/
/* common */
.for-pc {
  display: block; }

.for-sp {
  display: none; }

.text-note {
  margin: 5px 0;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 80%;
  color: #888888;
  position: relative; }
  .text-note:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0; }

.text-note02 {
  margin: -30px 0 60px;
  text-align: right;
  font-size: 80%; }

/* animate */
.fade {
  opacity: 0;
  transform: translateY(100px); }
  .fade.animated {
    animation: fadeInUp 1s ease forwards; }

/* mv */
.mv {
  background: #eeeeef; }
  .mv-img {
    width: 100%; }

/* banner register */
.banner-register {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 20px;
  z-index: 50;
  text-align: center;
  animation: Blink 7.5s ease infinite; }
  .banner-register-link {
    width: 980px;
    margin: -10px auto 0;
    display: block; }
    .banner-register-link img {
      width: 80%; }
    .banner-register-link__img {
      width: 100%; }

/* infographics */
.infographics-header-text {
  margin: 10px auto 60px;
  font-weight: bold;
  line-height: 2;
  color: #0d88cc;
  text-align: center; }

.infographics-header-title {
  width: 470px;
  margin: 50px auto 10px; }

.infographics-check {
  margin: 50px 0;
  padding: 0;
  text-align: left;
  position: relative; }
  .infographics-check__label {
    width: 100px;
    height: 30px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-250px, 0); }
    .infographics-check__label__img {
      height: 100%; }
  .infographics-check-list__item {
    margin: 0;
    background: #0099b2; }
    .infographics-check-list__item:nth-child(2) {
      background-color: #19ade0; }
    .infographics-check-list__item:nth-child(3) {
      background-color: #076baf; }
  .infographics-check-list__link {
    width: 500px;
    margin: 0 auto;
    padding: 20px 40px 20px 0;
    background: url("../img/arrow01_down.svg") no-repeat right 20px center;
    background-size: 20px;
    display: block;
    color: #fff;
    font-weight: bold; }
    .infographics-check-list__link:hover {
      color: #fff;
      text-decoration: none; }

.infographics-subtitle {
  position: absolute;
  top: -430px;
  right: 0; }

.infographics-copy {
  width: 100%;
  margin: 10px 0; }

.infographics-text {
  padding: 30px 0;
  text-align: left;
  line-height: 2; }

.infographics-qa {
  height: 100%;
  margin: 20px 0 0;
  padding: 30px;
  background: #e6f8ff;
  position: relative; }
  .infographics-qa__label {
    height: 50px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0); }
    .infographics-qa__label__img {
      height: 100%; }
  .infographics-qa__text {
    margin: 30px 0;
    font-size: 1.8rem;
    font-weight: bold; }

.infographics-summary {
  margin: 30px 0 0;
  text-align: left;
  line-height: 2; }

.infographics-voice-title {
  margin: 20px 0; }

.infographics-voice-box {
  width: 100%;
  max-width: 400px;
  min-height: 200px;
  margin: 0 auto 10px auto;
  padding: 14px 20px 40px 15px;
  background: url("../img/voice_frame01.svg") no-repeat 0 0;
  background-size: 100%;
  text-align: left;
  word-break: break-all;
  font-size: 1.7rem;
  line-height: 1.8; }

.infographics-box {
  margin: 275px 0 0;
  padding: 100px 0 0;
  border-top: 3px solid #000;
  position: relative; }
  .infographics-box:before {
    content: "";
    position: absolute;
    background: no-repeat 0 0;
    background-size: auto 100%; }
  .infographics-box--01:before {
    width: 210px;
    height: 230px;
    background-image: url("../img/infographics_bg01.svg");
    top: -196px;
    left: 50%;
    transform: translate(-420px, 0); }
  .infographics-box--02:before {
    width: 190px;
    height: 315px;
    background-image: url("../img/infographics_bg02.svg");
    top: -240px;
    right: 50%;
    transform: translate(350px, 0); }
  .infographics-box--03:before {
    width: 225px;
    height: 320px;
    background-image: url("../img/infographics_bg03.svg");
    top: -265px;
    left: 50%;
    transform: translate(-380px, 0); }
  .infographics-box--04 {
    margin: 360px 0 0;
    padding: 200px 0 0; }
    .infographics-box--04 .infographics-text {
      padding-top: 80px; }
    .infographics-box--04:before {
      width: 450px;
      height: 450px;
      background-image: url("../img/infographics_bg04.svg");
      top: -300px;
      left: 50%;
      transform: translate(-450px, 0); }
  .infographics-box--05 .infographics-text {
    padding-top: 80px; }
  .infographics-box--05:before {
    width: 205px;
    height: 315px;
    background-image: url("../img/infographics_bg05.svg");
    top: -270px;
    right: 50%;
    transform: translate(380px, 0); }
  .infographics-box--06 .infographics-text {
    padding-top: 80px; }
  .infographics-box--06:before {
    width: 150px;
    height: 330px;
    background-image: url("../img/infographics_bg06.svg");
    top: -245px;
    right: 50%;
    transform: translate(380px, 0); }
  .infographics-box--07 .infographics-text {
    padding: 0; }
  .infographics-box--07:before {
    width: 205px;
    height: 350px;
    background-image: url("../img/infographics_bg07.svg");
    top: -300px;
    left: 50%;
    transform: translate(-320px, 0); }

.infographics-group {
  width: 1100px;
  margin: 0 auto;
  text-align: right; }

/* select company */
.select-company {
  line-height: 1.2; }
  .select-company-title {
    width: 225px;
    margin: 0 auto 40px;
    position: relative; }
    .select-company-title--01:after {
      content: '';
      width: 70px;
      height: 135px;
      background: url("../img/icon_ purpose01.svg") 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -20px;
      right: -150px; }
    .select-company-title--02:after {
      content: '';
      width: 64px;
      height: 140px;
      background: url("../img/icon_ purpose02.svg") 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -20px;
      right: -150px; }
    .select-company-title--03:before {
      content: '';
      width: 90px;
      height: 70px;
      background: url("../img/icon_ purpose03.svg") 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -20px;
      left: -120px; }
    .select-company-title--03:after {
      content: '';
      width: 90px;
      height: 75px;
      background: url("../img/icon_ purpose04.svg") 0 0 no-repeat;
      background-size: 100%;
      position: absolute;
      bottom: -20px;
      right: -120px; }
  .select-company-thumb {
    width: 100%;
    padding: 0 0 10px;
    background-color: #f8f8f8; }
  .select-company-type {
    padding: 0 10px 5px;
    color: #0d88cc;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: -.05em;
    background-color: #f8f8f8; }
  .select-company-name {
    padding: 0 10px 10px;
    font-weight: bold;
    background-color: #f8f8f8; }
  .select-company-price, .select-company-term {
    font-size: 1.4rem;
    font-weight: bold; }
  .select-company-num {
    font-size: 2.5rem;
    color: #0d88cc; }
  .select-company-voice-label {
    margin: 0 0 10px 14px;
    color: #0d88cc; }
  .select-company-voice-box {
    width: 160px;
    height: 100px;
    margin: 0 auto 20px auto;
    padding: 6px 6px 6px 22px;
    background: url("../img/voice_frame03.svg") no-repeat 0 0;
    background-size: 100%;
    line-height: 1.5;
    display: table; }
    .select-company-voice-box--small {
      height: 53px;
      background: url("../img/voice_frame04.svg") no-repeat 0 0;
      background-size: 100%; }
    .select-company-voice-box--medium {
      height: 70px;
      background: url("../img/voice_frame05.svg") no-repeat 0 0;
      background-size: 100%; }
    .select-company-voice-box .voice-text {
      display: table-cell;
      vertical-align: middle; }
  .select-company-box {
    width: calc(( 100% - 80px ) / 3);
    margin: 0 40px 0 0;
    padding: 0 0 120px 0;
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 1.2rem; }
    .select-company-box:nth-child(3n) {
      margin: 0; }
    .select-company-box--bg01 {
      background: url(../img/select_bg_company01_01.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box--bg02 {
      background: url(../img/select_bg_company01_02.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box--bg03 {
      background: url(../img/select_bg_company01_03.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box--bg04 {
      background: url(../img/select_bg_company02_01.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box--bg05 {
      background: url(../img/select_bg_company02_02.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box--bg06 {
      background: url(../img/select_bg_company02_03.png) no-repeat center 140%;
      background-size: 98%; }
    .select-company-box__left, .select-company-box__right {
      height: 100%; }
    .select-company-box__left {
      width: 125px; }
    .select-company-box__right {
      padding: 0 0 0 5px; }
    .select-company-box-wrapper {
      display: flex; }
  .select-company-box02 {
    width: calc(( 100% - 80px ) / 3);
    min-height: 140px;
    margin: 0 40px 0 0;
    padding: 20px 5px 155px 130px;
    font-size: 1.2rem;
    text-align: left;
    text-align: center; }
    .select-company-box02:nth-child(3n) {
      margin: 0; }
    .select-company-box02--01 {
      background: url("../img/select_company03_01.png") no-repeat 0 0, url("../img/select_bg_company03_01.png") no-repeat center 130%;
      background-size: 100%; }
    .select-company-box02--02 {
      background: url("../img/select_company03_02.png") no-repeat 0 0, url("../img/select_bg_company03_02.png") no-repeat center 130%;
      background-size: 100%; }
    .select-company-box02--03 {
      background: url("../img/select_company03_03.png") no-repeat 0 0, url("../img/select_bg_company03_03.png") no-repeat center 130%;
      background-size: 100%; }
    .select-company-box02 .select-company-type,
    .select-company-box02 .select-company-name {
      background: none; }
    .select-company-box02__label {
      text-align: left; }
    .select-company-box02__content {
      margin: 0 auto;
      display: inline-block;
      text-align: right; }
  .select-company-btn {
    margin: -28px -50px 0; }
    .select-company-btn--largegap {
      margin-top: -52px; }
    .select-company-btn__img {
      width: 100%; }
    .select-company-btn__link {
      display: block; }

/* live */
.live {
  margin: 0;
  padding: 50px 0 100px;
  background: #149cd1; }
  .live-title {
    width: 470px;
    margin: 0 auto 40px; }
  .live-text {
    margin: 0 0 60px;
    text-align: center;
    color: #FFF;
    line-height: 1.8; }
  .live-member-title {
    width: 190px;
    margin: 0 auto 40px; }
  .live-member-text {
    margin: 0 0 60px;
    text-align: center;
    line-height: 2; }
  .live-member-list {
    margin: 70px 80px;
    font-size: 1.5rem; }
    .live-member-list__item {
      padding: 0 20px;
      text-align: left; }
  .live-member-photo {
    margin: 0 0 30px; }
    .live-member-photo__img {
      margin: 0 auto; }
  .live-member-date {
    font-size: 1.8rem; }
  .live-member-num {
    font-size: 4.8rem;
    color: #FFF; }
  .live-schedule {
    width: 100%;
    background: #FFF;
    border: 2px solid #000;
    border-bottom: none; }
    .live-schedule-title {
      padding: 15px;
      background: #0d88cc;
      border-bottom: 2px solid #000;
      color: #FFF; }
    .live-schedule-box {
      width: 50%;
      display: flex;
      align-items: center;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      position: relative; }
      .live-schedule-box:nth-child(2n) {
        border-right: none; }
      .live-schedule-box--full {
        width: 100%;
        border-right: none; }
      .live-schedule-box:before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% - 20px);
        background: #000;
        top: 10px;
        left: 125px; }
      .live-schedule-box__label {
        width: 125px;
        padding: 10px;
        font-weight: bold; }
      .live-schedule-box__content {
        width: calc(100% - 125px);
        padding: 10px 20px;
        text-align: left;
        word-break: break-all;
        line-height: 2; }
      .live-schedule-box-wrapper {
        display: flex;
        flex-wrap: wrap; }
  .live-btn {
    width: 680px;
    margin: 50px auto 90px; }
    .live-btn__link {
      display: block; }
  .live-share-label {
    margin: 0 auto 40px; }
  .live .slick-prev,
  .live .slick-next {
    width: 40px;
    height: 40px; }
    .live .slick-prev:before,
    .live .slick-next:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      opacity: 1;
      transition: all 300ms ease-in-out 0s;
      -webkit-transition: all 300ms ease-in-out 0s; }
    .live .slick-prev:hover:before,
    .live .slick-next:hover:before {
      opacity: 0.8; }
  .live .slick-prev {
    left: -40px; }
    .live .slick-prev:before {
      background: url("../img/arrow02_left.svg") no-repeat 0 0;
      background-size: 100%; }
  .live .slick-next {
    right: -40px; }
    .live .slick-next:before {
      background: url("../img/arrow02_right.svg") no-repeat 0 0;
      background-size: 100%; }

.sns-list {
  display: flex;
  justify-content: center; }
  .sns-list__item {
    width: 90px;
    height: 90px;
    margin: 0 30px; }
  .sns-list__link {
    display: block; }

/* manual */
.manual {
  margin: 40px auto 0 auto;
  padding: 80px 0 100px;
  background: #e6f8ff; }
  .manual-title {
    width: 470px;
    margin: 0 auto 50px; }
  .manual-text {
    text-align: left;
    color: #0d88cc;
    line-height: 2; }
  .manual-btn {
    width: 680px;
    margin: 0 auto; }
    .manual-btn__link {
      display: block;
      position: relative; }

/* story */
.story {
  margin: 0;
  padding: 80px 0; }
  .story-title {
    margin: 0 auto 50px; }
  .story-text {
    margin: 0 auto 30px;
    line-height: 2;
    color: #0d88cc; }
  .story-share-text {
    margin: 20px 0 0; }

/*
----------------------------------------------------

    sp top settings

*/
@media screen and (max-width: 767px) {
  .for-pc {
    display: none; }
  .for-sp {
    display: block; }
  .text-note02 {
    margin: 10px 0; }
  .banner-register {
    width: 100%;
    bottom: 0; }
    .banner-register-link {
      width: 100%; }
      .banner-register-link img {
        width: 100%; }
  .fade {
    opacity: 0;
    transform: translateY(50px); }
    .fade.animated {
      animation: fadeInUpSp 1s ease forwards; }
  /* infographics */
  .infographics-header-text {
    width: 90%;
    margin: 10px auto 80px auto;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6; }
  .infographics-header-title {
    width: 90%;
    margin: 40px auto 20px auto; }
  .infographics-check__label {
    left: 20px;
    transform: translate(0, 0); }
  .infographics-check-list__link {
    width: 100%;
    padding: 20px 45px 20px 20px; }
  .infographics-subtitle {
    top: -270px;
    right: 20px; }
    .infographics-subtitle__img {
      height: 140px; }
  .infographics-copy {
    margin: 0 0 20px; }
  .infographics-text {
    margin: 0 auto;
    padding: 0; }
  .infographics-qa {
    margin: 60px auto 0;
    padding: 20px 10px; }
    .infographics-qa__label {
      height: 35px;
      top: -10px;
      left: 50%; }
    .infographics-qa__text {
      margin: 20px 0; }
  .infographics-voice-title {
    margin: 20px 0; }
  .infographics-voice-box {
    max-width: 300px;
    min-height: 170px;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.5; }
  .infographics-box {
    margin: 150px auto 0;
    padding: 50px 0 0;
    border-top: 2px solid #000; }
    .infographics-box--01:before {
      width: 115px;
      height: 130px;
      top: -111px;
      left: 10%;
      transform: translate(0, 0); }
    .infographics-box--02:before {
      width: 95px;
      height: 160px;
      top: -118px;
      right: 10%;
      transform: translate(0, 0); }
    .infographics-box--03:before {
      width: 101px;
      height: 145px;
      top: -118px;
      left: 10%;
      transform: translate(0, 0); }
    .infographics-box--04 {
      margin: 250px 0 0;
      padding: 100px 0 0; }
      .infographics-box--04 .infographics-text {
        padding-top: 0; }
      .infographics-box--04:before {
        width: 150px;
        height: 180px;
        top: -140px;
        left: 5%;
        transform: translate(0, 0); }
    .infographics-box--05 .infographics-text {
      padding-top: 0; }
    .infographics-box--05:before {
      width: 100px;
      height: 150px;
      top: -120px;
      right: 10%;
      transform: translate(0, 0); }
    .infographics-box--06 .infographics-text {
      padding-top: 0; }
    .infographics-box--06:before {
      width: 80px;
      height: 170px;
      top: -120px;
      right: 10%;
      transform: translate(0, 0); }
    .infographics-box--07:before {
      width: 100px;
      height: 170px;
      top: -135px;
      left: 20%;
      transform: translate(0, 0); }
  .select-company-title {
    width: 40%; }
    .select-company-title--01:after {
      width: 50px;
      height: 92px;
      bottom: -40px;
      right: -75px; }
    .select-company-title--02:after {
      width: 38px;
      height: 85px;
      bottom: -40px;
      right: -75px; }
    .select-company-title--03:before {
      width: 65px;
      height: 48px;
      bottom: -10px;
      left: -85px; }
    .select-company-title--03:after {
      width: 65px;
      height: 55px;
      bottom: -10px;
      right: -85px; }
  .select-company-voice-box {
    padding: 4px 4px 10px 22px; }
  .select-company-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
    padding: 0;
    background: none; }
    .select-company-box:nth-child(3n) {
      margin: 0 auto;
      padding: 0 0 130px 0; }
    .select-company-box--bg03 {
      background: url(../img/select_bg_company01_03.png) no-repeat center 135%;
      background-size: 100%; }
    .select-company-box--bg06 {
      background: url(../img/select_bg_company02_03.png) no-repeat center 135%;
      background-size: 100%; }
    .select-company-box__right {
      padding: 0 0 0 5px; }
    .select-company-box-wrapper {
      display: block; }
  .select-company-box02 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    padding: 15px 5px 15px 124px; }
    .select-company-box02:nth-child(3n) {
      margin: 0 auto 30px;
      padding-bottom: 135px; }
    .select-company-box02--01 {
      background: url("../img/select_company03_01.png") no-repeat 0 0;
      background-size: 100%; }
    .select-company-box02--02 {
      background: url("../img/select_company03_02.png") no-repeat 0 0;
      background-size: 100%; }
    .select-company-box02-wrapper {
      display: block; }
  .select-company-btn {
    margin: -28px -20px 0 -20px; }
    .select-company-btn--largegap {
      margin-top: -52px; }
  /* live */
  .live {
    margin: 0;
    padding: 25px 0 50px; }
    .live-title {
      width: 100%; }
    .live-member-title {
      width: 35%;
      margin: 0 auto 20px; }
    .live-member-list {
      margin: 50px 0;
      font-size: 1.2rem; }
      .live-member-list__item {
        padding: 0 10px; }
    .live-member-photo {
      margin: 0 0 20px; }
    .live-member-date {
      font-size: 1.2rem; }
    .live-member-num {
      font-size: 2.4rem; }
    .live-btn {
      width: 100%;
      margin: 50px auto; }
    .live-share-label {
      width: 80%;
      margin: 0 auto 20px; }
    .live .slick-prev,
    .live .slick-next {
      width: 30px;
      height: 30px; }
    .live .slick-prev {
      left: -10px;
      z-index: 10; }
    .live .slick-next {
      right: -10px; }
    .live-schedule-box {
      width: 100%;
      border-right: none; }
      .live-schedule-box:before {
        left: 80px; }
      .live-schedule-box__label {
        width: 80px; }
      .live-schedule-box__content {
        width: calc(100% - 80px); }
      .live-schedule-box-wrapper {
        display: block; }
  /* sns list */
  .sns-list {
    display: flex;
    justify-content: center; }
    .sns-list__item {
      width: 75px;
      height: 75px;
      margin: 0 10px; }
    .sns-list__link {
      display: block; }
      .sns-list__link:hover {
        opacity: 0.8; }
  /* manual */
  .manual {
    padding: 50px 0; }
    .manual-title {
      width: 100%;
      margin: 0 auto 30px; }
    .manual-text {
      text-align: center; }
    .manual-thumb {
      margin: 30px auto; }
    .manual-btn {
      width: 100%;
      margin: 40px auto 0; }
  /* story */
  .story {
    padding: 50px 0; }
    .story-title {
      width: 100%;
      margin: 0 auto 30px; } }
