@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
body.nav-01--active {
  position: fixed;
  width: 100%;
}
.wrap-01 {
  overflow: hidden;
}
.header-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header-01-inner {
  padding: 5px 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-01-logo {
  width: 57px;
  flex-shrink: 0;
  flex-grow: 0;
  margin: 0 0 0 -5px;
}
.header-01-logo-link {
  display: block;
}
.header-01-title {
  width: 156px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header-01-title-link {
  display: block;
}
.header-01-title-sub {
  display: none;
}
.header-01-toggle {
  width: 23px;
  height: 20px;
  background-image: url("../img/site/common/icon-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-01--active .header-01-toggle {
  background-image: url("../img/site/common/icon-close.png");
}
.screen-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9;
  display: none;
}
.nav-01 {
  position: fixed;
  top: 55px;
  left: 0;
  width: 100%;
  max-height: calc(100% - 55px);
  overflow-y: scroll;
  z-index: 10;
  background-color: #0312aa;
  display: none;
}
.nav-01-menu {
}
.nav-01-menu-item {
  border-bottom: 1px #5c69e7 solid;
}
.nav-01-menu-link {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 20px;
  text-align: center;
  line-height: 1;
}
.nav-01-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.nav-01-right-item:first-child {
  padding: 0 18px 0 0;
}
.nav-01-right-item:last-child {
  padding: 0 0 0 18px;
}
@media screen and (max-width:374px){
  .nav-01-right-item:first-child {
    padding: 0 5px 0 0;
  }
  .nav-01-right-item:last-child {
    padding: 0 0 0 5px;
  }
}
.nav-01-button-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 35px;
  border-radius: 18px;
  font-size: 14px;
  color: #0312aa;
  font-weight: 600;
  background-color: #fff;
}
.nav-01-button-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 35px;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #36b1ff;
}
.nav-01-sns {
  border-top: 1px #5c69e7 solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.nav-01-sns-item {
  padding: 0 40px;
}
.nav-01-sns-item:first-child {
  padding: 0 40px 0 0;
}
.nav-01-sns-item:last-child {
  padding: 0 0 0 40px;
}
@media screen and (max-width:374px){
  .nav-01-sns-item {
    padding: 0 25px;
  }
  .nav-01-sns-item:first-child {
    padding: 0 25px 0 0;
  }
  .nav-01-sns-item:last-child {
    padding: 0 0 0 25px;
  }
}
.nav-01-sns-twitter {
  display: block;
  width: 21px;
  height: 17px;
  position: relative;
}
.nav-01-sns-twitter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/white/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.nav-01-sns-instagram {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
}
.nav-01-sns-instagram:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/white/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.nav-01-sns-facebook {
  display: block;
  width: 11px;
  height: 22px;
  position: relative;
  margin: 0 auto;
}
.nav-01-sns-facebook:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/white/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.nav-01-sns-youtube {
  display: block;
  width: 21px;
  height: 15px;
  position: relative;
}
.nav-01-sns-youtube:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/white/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}

.footer-01 {
  color: #0312aa;
}
.footer-01-inner {
  padding: 50px 30px 60px;
}
.footer-01-top {
}
.footer-01-heading {
  text-align: center;
  margin: 0 0 70px;
}
.footer-01-top .footer-01-item {
  text-align: center;
}
.footer-01-item + .footer-01-item {
  margin: 40px 0 0;
}
.footer-01-bottom .footer-01-item {
  width: 50%;
}
.footer-01-bottom .footer-01-item:nth-child(1) {
  padding: 0 15px 0 0;
}
.footer-01-bottom .footer-01-item:nth-child(2) {
  padding: 0 0 0 15px;
}
@media screen and (max-width:374px){
  .footer-01-bottom .footer-01-item:nth-child(1) {
    padding: 0 5px 0 0;
  }
  .footer-01-bottom .footer-01-item:nth-child(2) {
    padding: 0 0 0 5px;
  }
}
.footer-01-bottom .footer-01-item + .footer-01-item {
  margin: 0;
}
.footer-01-headline {
  font-size: 11px;
  margin: 0 0 20px;
}
.footer-01-heading .footer-01-headline {
    font-size: 12px;
    margin: 0 0 35px;
}
.footer-01-download .footer-01-headline {
  font-size: 12px;
  margin: 0 0 20px;
}
.footer-01-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-01-title-image {
    width: 222px;
}
.footer-01-title-text {
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0 0;
}
.footer-01-text {
  font-size: 14px;
}
.footer-01-bottom {
  margin: 55px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-01-menu-item {
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px #bdbdbd solid;
}
.footer-01-menu-link {
  display: block;
  font-size: 13px;
  padding: 15px 0;
}
@media screen and (max-width:374px){
  .footer-01-menu-link {
    display: block;
    font-size: 12px;
    padding: 15px 0;
  }
}
.footer-01-download {
  margin: 60px 0 0;
  text-align: center;
  width: 100%;
}
.footer-01-app {
  display: flex;
  justify-content: center;
}
.footer-01-app-item + .footer-01-app-item {
  padding: 0 0 0 25px;
}
@media screen and (max-width:374px){
  .footer-01-app-item + .footer-01-app-item {
    padding: 0 0 0 15px;
  }
}
.footer-01-app-link {
  display: inline-block;
}
.footer-01-app-apple {
  width: 135px;
}
.footer-01-app-google {
  width: 152px;
}
.footer-01-copy {
  padding: 15px 0;
  color: #0312aa;
}
.footer-01-copy-inner {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  justify-content: center;
}
.foter-01-copy-text {
  font-size: 10px;
}
.footer-01-back {
  font-size: 11px;
  cursor: pointer;
  padding: 0 15px 0 0;
  position: relative;
}
@media screen and (max-width:374px){
  .foter-01-copy-text {
    transform-origin: left;
    transform: scale(0.8);
    white-space: nowrap;
  }
  .footer-01-back {
    white-space: nowrap;
    font-size: 10px;
  }
}
.footer-01-back:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 8px;
  height: 100%;
  background-image: url("../icon/site/blue/arrow-up-blue.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
  transition: opacity .4s;
}
.footer-01-sp-box {
  margin: 60px 0 0;
  text-align: center;
}
.footer-01-sp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 48px;
  border-radius: 24px;
  font-size: 13px;
  color: #0312aa;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  min-width: 180px;
  cursor: pointer;
}
.footer-01-sp-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 10px;
  height: 10px;
  background-image: url("../icon/site/blue/arrow-up-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.main-01 {
  padding: 55px 0 0;
}
.section-01 {
  padding: 62px 0 70px;
}
.section-inner-01 {
  margin: 0 auto;
  padding: 0 20px;
}

.bg-gradation-01 {
  background: linear-gradient(to right, #3d09a8 0%,#501ee0 100%);
}
.bg-gradation-02 {
  background: linear-gradient(to left, #3d09a8 0%,#501ee0 100%);
}
.bg-blue-01 {
  background-color: #0312aa;
}
.bg-light-blue-01 {
  background-color: #edf0fb;
}
.bg-purple-01 {
  background-color: #501ee0;
}
.bg-white-01 {
  background-color: #fff;
}

.title-01 {
  font-size: 25px;
  line-height: 1.2;
  color: #0312aa;
  font-weight: 600;
  text-align: center;
  padding: 0 0 25px;
  position: relative;
}
.bg-purple-01 .title-01 {
  color: #fff;
}
.bg-blue-01 .title-01 {
  color: #fff;
}
.title-01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  border-bottom: 1px #5955b0 solid;
}
.bg-purple-01 .title-01:after {
  border-bottom: 1px #83ccfa solid;
}
.bg-blue-01 .title-01:after {
  border-bottom: 1px #83ccfa solid;
}
.title-01-sub {
    font-size: 11px;
    font-weight: 400;
    color: #c6c9f7;
    margin: 0 0 20px;
    display: block;
    font-family: helvetica, sans-serif;
}
.text-01 {
  font-size: 13px;
  margin: 50px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-02 {
  font-size: 13px;
  margin: 20px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-03 {
  font-size: 13px;
  margin: 10px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-04 {
  font-size: 13px;
  margin: 5px 0 0;
  color: #0312aa;
  line-height: 2;
}
@media screen and (max-width:374px){
  .text-01 {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .text-02 {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .text-03 {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
  .text-04 {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}

.link-01 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.link-01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #0312aa solid;
}
.link-02 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  color: #36b1ff;
  font-weight: 600;
}
.link-02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #36b1ff solid;
}

.button-box-01 {
  margin: 43px 0 0;
  display: flex;
  justify-content: center;
}
.button-box-02 {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
}
.button-box-03 {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-box-03-item + .button-box-03-item {
  margin: 20px 0 0;
}

.button-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 48px;
  border-radius: 24px;
  font-size: 13px;
  color: #0312aa;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  min-width: 180px;
}
.button-01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  width: 14px;
  height: 14px;
  background-image: url("../icon/site/skyblue/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 48px;
  border-radius: 24px;
  font-size: 13px;
  color: #0312aa;
  font-weight: 600;
  background-color: #edf0fb;
  position: relative;
  min-width: 180px;
}
.button-02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 14px;
  height: 14px;
  background-image: url("../icon/site/skyblue/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  height: 48px;
  border-radius: 24px;
  font-size: 13px;
  color: #0312aa;
  font-weight: 600;
  background-color: #edf0fb;
  position: relative;
  min-width: 180px;
}
.button-03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 14px;
  height: 14px;
  background-image: url("../icon/site/skyblue/arrow-sign-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news-01 {
  margin: 50px auto 0;
  width: calc(100vw - 60px);
  max-width: 480px;
  border-top: 1px #cecece solid;
}
.news-01-item {
  border-bottom: 1px #cecece solid;
}
.news-01-item-nohit {
  text-align: center;
  padding: 15px 20px;
}
.news-01-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 15px 0;
  background-image: url("../icon/site/skyblue/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px;
}
.news-01-date {
  order: 2;
  font-size: 11px;
  color: #0312aa;
}
.news-01-category {
  order: 1;
  width: 50px;
  height: 15px;
  border-radius: 3px;
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
.news-01-category-news {
  background-color: #a6b6f2;
}
.news-01-category-media {
  background-color: #586ce7;
}
.news-01-category-event {
  background-color: #5ca7fc;
}
.news-01-text {
  order: 3;
  margin: 10px 0 0;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: #0312aa;
}
.news-01-pager {
  margin: 40px 0 0 -8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-01-pager-item {
  display: inline-block;
  width: 32px;
  height: 24px;
  line-height: 14px;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 12px;
  background-color: #edf0fb;
  text-align: center;
  color: #6a6d7e;
  transition: background-color .4s, color .4s;
  cursor: pointer;
  margin: 0 0 0 8px;
  font-weight: 600;
}
.news-01-pager--active {
  background-color: #36b1ff;
  color: #fff;
  pointer-events: none;
}
.news-01-detail {
  margin: 20px auto 0;
  padding: 0 20px;
}
.news-01-detail-inner {
  background-color: #fff;
  padding: 25px;
}
.news-01-detail-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-01-detail-category {
  width: 55px;
  height: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.news-01-detail-date {
    font-size: 12px;
    color: #c6c9f7;
}
.news-01-detail-title {
    color: #0312aa;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0;
}
.news-01-detail-wrap {
  margin: 30px 0 0;
  color: #0312aa;
}
.news-01-detail-wrap p {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
}
.news-01-detail-wrap p:first-child {
  margin: 0;
}
.news-01-detail-wrap img {
  margin: 20px auto 0;
}
.news-01-detail-nav {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
.news-01-detail-nav-item {
  margin: 0 10px;
}
.news-01-detail-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 38px;
  border-radius: 19px;
  background-color: #fff;
  color: #6a6d7e;
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 1px;
}

.table-01 {
  margin: 50px 0 0;
  width: 100%;
  border-top: 1px #cecece solid;
  font-size: 14px;
  color: #0312aa;
}
.table-01-head {
  display: block;
  padding: 25px 10px 0;
  font-weight: 600;
}
.table-01-data {
  display: block;
  padding: 20px 10px 25px;
  border-bottom: 1px #cecece solid;
}
.table-02 {
    margin: 35px 0 0;
    width: 100%;
    font-size: 15px;
    color: #0312aa;
}
.table-02-head {
  display: block;
  padding: 15px 10px 0;
  font-weight: 600;
}
.table-02-data {
  display: block;
  padding: 20px 10px 15px;
  font-size: 14px;
}

.tag-01 {
  display: flex;
  align-items: center;
}
.tag-01-item {
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 18px;
  color: #fff;
  background-color: #36b1ff;
  margin: 0 0 0 20px;
  font-weight: 400;
  padding: 0 0 1px;
}

.input-text-01 {
  width: 100%;
  padding: 15px;
  font-size: 12px;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.input-text-01::placeholder {
  color: #99a9b6;
}
.input-textarea-01 {
  width: 100%;
  height: 180px;
  padding: 15px;
  font-size: 12px;
  background-color: #f3f3f3;
  border-radius: 2px;
}

.faq-01 {
    margin: 50px 0 0;
    background-color: #f7f7f7;
    color: #0312aa;
    padding: 15px 15px 20px;
}
.faq-01 + .faq-01 {
  margin: 25px 0 0;
}
.faq-01-q {
  padding: 10px 0 0 65px;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  min-height: 45px;
}
.faq-01-q-num {
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #fff;
  background-color: #0312aa;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 16px;
}
.faq-01-a {
  margin: 20px 0 0;
  padding: 25px 20px 25px 75px;
  background-color: #fff;
  font-size: 14px;
  line-height: 25px;
  min-height: 75px;
  position: relative;
}
.faq-01-a-num {
  font-family: 'Ubuntu Condensed', sans-serif;
  color: #fff;
  background-color: #c6c9f7;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 600;
}

.tab-01 {
  margin: 50px 0 0;
}
.tab-01-header {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.tab-01-header-item {
  width: 50%;
  max-width: 240px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 3px #d4d5da solid;
  cursor: pointer;
}
.tab-01-header-item-inner {
  padding: 0 0 0 25px;
  font-size: 16px;
  font-weight: 600;
  color: #8d91a5;
  position: relative;
}
.tab-01-header-item-inner:before {
  content: "";
  background-image: url("../icon/site/lightblue/triangle-down.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  z-index: 1;
}
.tab-01-header-item--active {
  pointer-events: none;
  border-bottom: 3px #0312aa solid;
}
.tab-01-header-item--active .tab-01-header-item-inner {
  color: #0312aa;
}
.tab-01-header-item--active .tab-01-header-item-inner:before {
  background-image: url("../icon/site/blue/triangle-down.png");
}
.tab-01-wrap {
  margin: 50px auto 0;
  padding: 0 10px;
  max-width: 500px;
}
.tab-01-item {
  display: none;
}
.tab-01-item--active {
  display: block;
}
.page-lecture-list-01 {
  color: #0312aa;
}
.page-lecture-list-01 + .page-lecture-list-01 {
  margin: 80px 0 0;
}
.page-lecture-list-01-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-lecture-list-01-heading-num {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 4px #0312aa solid;
  border-radius: 100%;
  margin: 0 15px 0 0;
}
.page-lecture-list-01-heading-title {
  font-size: 26px;
  font-weight: 600;
  width: calc(100% - 60px)
}
.page-lecture-list-01-heading-sub {
  width: 100%;
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 1.6;
}
.page-lecture-list-01-inner {
  margin: 25px 0 0;
}
.page-lecture-list-01-item {
  padding: 25px 0 0;
}
.page-lecture-list-01-link {
  display: block;
}
.page-lecture-list-01-image {
  position: relative;
}
.page-lecture-list-01-box {
  background-color: #fff;
  padding: 20px 20px 15px;
  position: relative;
}
.page-lecture-list-01-box:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background-color: #0312aa;
  border-radius: 100%;
  background-image: url("../icon/site/white/arrow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}
.page-lecture-list-01-box-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px #d2dfea dotted;
}
.page-lecture-list-01-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.page-lecture-list-01-num {
  width: 22px;
  height: 22px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 400;
  font-size: 14px;
  border-radius: 5px;
  background-color: #0312aa;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
.page-lecture-list-01-tag {
  width: 60px;
  height: 20px;
  background-color: #36b1ff;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-lecture-list-01-text {
  padding: 15px 30px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.page-common-heading-01 {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-common-heading-01-inner {
  color: #fff;
}
.page-common-heading-01-title {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  color: #aab7ff;
}
.page-common-heading-01-title-sub {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 10px 0 0;
  color: #fff;
}
.page-common-heading-02 {
  border-top: 1px #eaeaea solid;
}
.page-common-breadcrumb-01 {
  margin: 0 auto;
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
}
.page-common-breadcrumb-01-item {
  color: #0312aa;
  font-size: 11px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-common-breadcrumb-01-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 10px;
  background-image: url("../icon/site/lightblue/arrow-thin-right.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 6px;
}
.page-common-breadcrumb-01-item:last-child {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
}
.page-common-breadcrumb-01-home {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../icon/site/skyblue/home.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transition: opacity .4s;
}
.page-common-breadcrumb-01-link {
  transition: opacity .4s;
}
.page-common-breadcrumb-01-item-nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.page-top-text-01 {
  font-size: 15px;
  line-height: 1.5;
  margin: 25px 0 0;
  color: #0312aa;
  text-align: center;
}
.page-top-mv {
  padding: 50px 0 80px;
  position: relative;
}
.page-top-mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/site/top/bg-top-sp.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 575px;
}
.page-top-mv-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.page-top-mv-sub {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: 0 0 2px;
}
.page-top-mv-sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background-color: #aab7ff;
}
.page-top-mv-title {
  margin: 15px 0 0;
}
.page-top-mv-title-image {
  width: 278px;
}
.page-top-mv-title-text {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
}
.page-top-mv-text {
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 400;
}
.page-top-mv-box {
  margin: 320px 0 0;
  display: flex;
  justify-content: center;
}
.page-top-2col-01 {
  margin: 54px auto 0;
  width: calc(100vw - 100px);
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
.page-top-2col-01-wrap {
  order: 2;
  width: 100%;
  color: #0312aa;
  margin: 50px 0 0;
}
.page-top-2col-01-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.page-top-2col-01-text {
    margin: 22px 0 0;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 20px;
}
.page-top-2col-01-image {
  order: 1;
  width: 100%;
}
.page-top-2col-02 {
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  max-width: 560px;
}
.page-top-2col-02-image {
  width: 100%;
}
.page-top-2col-02-wrap {
  width: 100%;
  color: #0312aa;
  padding: 0 40px;
  margin: 35px 0 0;
}
.page-top-2col-02-title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}
.page-top-2col-02-text {
  line-height: 1.8;
  margin: 35px 0 0;
  font-size: 13px;
}
.page-top-2col-02-note {
  margin: 30px 0 0;
  font-size: 11px;
}
.page-top-2col-03 {
  margin: 100px auto 0;
  width: calc(100vw - 60px);
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top-2col-03 + .page-top-2col-03 {
  margin: 70px auto 0;
}
.page-top-2col-03-wrap {
  width: 100%;
}
.page-top-2col-03-image {
  width: 100%;
  margin: 20px 0 0;
}
.page-top-2col-03-title {
  display: flex;
  align-items: center;
}
.page-top-2col-03-title-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #0312aa;
  border-radius: 100%;
  color: #fff;
  font-size: 19px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 600;
  margin: 0 25px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-top-2col-03-title-inner {
  font-size: 20px;
  color: #0312aa;
  font-weight: 600;
  padding: 0 0 3px;
  flex-shrink: 1;
  flex-grow: 1;
}
.page-top-2col-03-text {
  margin: 20px 0 0;
  padding: 0 0 0 60px;
  line-height: 2;
  color: #0312aa;
  background-image: url("../img/site/top/bg-top-arrow-down.png");
  background-repeat: no-repeat;
  background-position: left 5px top 8px;
  background-size: 25px;
  min-height: 65px;
  font-size: 13px;
}
.page-top-2col-03-text-nobg {
  background-image: none;
}
.page-top-2col-04 {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  color: #fff;
}
.page-top-2col-04-left {
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-top-2col-04-right {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:374px){
  .page-top-2col-04-left {
    padding: 0 3px 0 0;
  }
  .page-top-2col-04-right {
    padding: 0 0 0 3px;
  }
}
.page-top-2col-04-text {
  display: none;
}
.page-top-2col-04-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  background-color: #fff;
  border-radius: 22px;
  color: #0312aa;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}
.page-top-2col-04-guide-inner {
  padding: 0 0 0 20px;
  position: relative;
}
.page-top-2col-04-guide-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 11px;
  height: 100%;
  z-index: 1;
  background-image: url("../icon/site/blue/beginner.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px;
}
.page-top-2col-04-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  border: 1px #fff solid;
  background-color: #0312aa;
  border-radius: 44px;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
}
.page-top-2col-04-faq-inner {
  padding: 0 0 0 22px;
  position: relative;
  background-image: url("../icon/site/white/question.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}
.page-top-3col-01 {
  margin: 5px auto 0;
  width: calc(100vw - 100px);
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-top-3col-01-item {
    margin: 70px 0 0;
}

.page-top-3col-01-mark {
  margin: 0 auto;
  width: 42px;
  height: 42px;
  background-color: #0312aa;
  border-radius: 100%;
  color: #fff;
  position: relative;
  padding: 15px 0 0;
  text-align: center;
}
.page-top-3col-01-mark-text {
  font-size: 10px;
  transform: scale(0.8);
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
.page-top-3col-01-mark-num {
  font-size: 23px;
  line-height: 1;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 600;
}
.page-top-3col-01-title {
    margin: 10px 0 0;
    color: #0312aa;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.page-top-3col-01-title-span {
  position: relative;
  display: inline-block;
}
.page-top-3col-01-title-span:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 6px;
  background-color: #aab7ff;
}
.page-top-3col-01-box {
  padding: 34px 0 0;
}
.page-top-3col-01-text {
  color: #0312aa;
  line-height: 1.6;
  margin: 20px 40px 0;
  font-size: 13px;
}
.page-top-3col-02 {
  margin: 5px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100vw - 100px);
  max-width: 480px;
}
.page-top-3col-02-item {
  margin: 45px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-top-3col-02-item + .page-top-3col-02-item {
  margin: 78px 0 0;
}
.page-top-3col-02-title {
    padding: 0 0 2px 34px;
    background-image: url(../img/site/top/bg-top-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
.function-list .page-top-3col-02-title {
    padding: 0 0 2px 38px;
    background-image: url(../img/site/top/bg-top-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 26px;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #0312aa;
}

.page-top-3col-02-box {
  margin: 20px 0 0;
}
.page-top-3col-02-text {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #f8f8fd;
}


.function-list .page-top-3col-02-text {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 1.6;
    color: #0312aa;
}

.page-terms-01-lead {
  margin: 50px 0 0;
  font-size: 13px;
  line-height: 2;
  color: #0312aa;
}
.page-terms-01-lead + .page-terms-01-lead {
  margin: 15px 0 0;
}
.page-terms-01-lead br {
  display: none;
}
.page-terms-01-section {
  margin: 50px 0 0;
  color: #0312aa;
}
.page-terms-01-title {
  border-bottom: 1px #cecece solid;
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px 9px;
  position: relative;
}
.page-terms-01-title:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  border-left: 5px #36b1ff solid;
  height: calc(100% - 7px);
}
.page-terms-01-text {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 0 10px;
  line-height: 1.5;
}
.page-terms-01-list-01 {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 0 10px;
  line-height: 1.5;
}
.page-terms-01-list-01-item {
  padding: 0 0 0 1.5em;
  position: relative;
}
.page-terms-01-list-01-item  + .page-terms-01-list-01-item {
  margin: 20px 0 0;
}
.page-terms-01-list-01-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.page-terms-01-list-02 {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 0 10px;
  line-height: 1.5;
}
.page-terms-01-list-02-item {
  padding: 0 0 0 1.5em;
  position: relative;
}
.page-terms-01-list-02-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.page-terms-01-list-03 {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 0 10px;
  line-height: 1.5;
}
.page-terms-01-list-03-item {
  padding: 0 0 0 2.25em;
  position: relative;
}
.page-terms-01-list-03-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.page-terms-01-list-04 {
  font-size: 13px;
  margin: 30px 0 0;
  padding: 0 10px;
  line-height: 1.5;
}
.page-terms-01-list-04-item {
  padding: 0 0 0 3.25em;
  position: relative;
}
.page-terms-01-list-04-mark {
  position: absolute;
  top: 0;
  left: 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-01 {
  padding: 0;
  margin: 20px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-02 {
  padding: 0;
  margin: 20px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-03 {
  padding: 0;
  margin: 20px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-04 {
  padding: 0;
  margin: 20px 0 0;
}

.page-regist-flow {
  margin: 50px auto;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-regist-flow:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  border-bottom: 1px #99a9b6 solid;
  z-index: 1;
}
.page-regist-flow-item {
  font-size: 14px;
  color: #99a9b6;
  padding: 0 10px 30px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.page-regist-flow-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  border: 1px #fff solid;
  border-radius: 100%;
}
.page-regist-flow-item:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-color: #99a9b6;
  border-radius: 100%;
}
.page-regist-flow--active {
  color: #0312aa;
  font-weight: 600;
}
.page-regist-flow--active:before {
  border: 1px #0312aa solid;
}
.page-regist-flow--active:after {
  background-color: #0312aa;
}

.img-top-01 {
  width: 232px;
}
.img-top-02 {
  width: 186px;
}
.img-top-03 {
  width: 174px;
}
.img-top-04 {
  width: 181px;
}
.img-top-05 {
    width: 100%;
    padding: 0 40px;
	}
.img-top-06 {
  width: 141px;
}
.img-top-07 {
  width: 128px;
}
.img-top-08 {
  width: 141px;
}
.img-top-09 {
  width: 242px;
}
.img-top-10 {
  width: 315px;
}
.img-top-12 {
    width: 100%;
    padding: 0 40px;
}
.img-top-12 {
    width: 100%;
    padding: 0 40px;
}


/* ============================== top追加 */

.page-about-1col-01{
	color: #0312aa;
	}

.page-about-1col-01 .page-top-2col-01-title {
    margin-top: 25px;
	text-align: center;
	}

.function-list .page-top-3col-02-box img{
	padding: 0 60px;
	}

.center-delta {
    width: 48px;
    margin: 0 auto;
	}


.page-top-2col-02-item {
    margin: 60px 0 0;
    width: 100%;
    padding: 0 0px;
    min-width: 300px;
}

.support-p{
	background-color: #fff;
	padding: 10px;
	width: 100%;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	}

.support-p p {
    line-height: 1.8;
    font-weight: bold;
    font-size: 13px;
    color: #0312aa;
}

.support-futa{
	color: #fff;
	text-align: center;
	background-color: #9bb0f0;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	margin-top: 13px;
	padding: 4px 0;
	font-size: 13px;
	}


.page-top-3col-01-box{
	margin: 13px 0;
    width: 33.333333%;
    padding: 0 10px;
    min-width: 350px;	
	}

.page-top-3col-benefit {
    margin: 45px -50px 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #0312aa;
	}

.page-top-3col-01-box h3 {
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
	}

.page-top-3col-01-box h4 {
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
	}


.total-benefit-futa{
	color: #fff;
	text-align: center;
	background-color: #4b69af;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	margin-top: 30px;
	padding: 5px 0;
	}

.total-benefit-box{
	background-color: #ecf4fb;
	padding: 24px;
	width: 100%;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	}

.total-benefit-futa p{
	font-size: 30px;
	text-align: center;
	}

.benefit-white {
    background-color: #fff;
    padding: 15px;
    color: #0312aa;
    border-radius: 8px;
	}

.benefit-total {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
	}

.benefit-p{
	text-align: center;
	}

.page-top-3col-benefit .page-top-3col-01-box {
    margin: 10px 0 40px;
    width: 84%;
    padding: 0 60px;
}

.page-top-3col-benefit {
    margin: 45px -50px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #0312aa;
	}

.page-top-3col-01-box h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
    text-align: center;
}

.page-top-3col-01-box h4 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 22px;
    text-align: center;
	}

.total-benefit-futa{
	color: #fff;
	text-align: center;
	background-color: #4b69af;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	margin-top: 30px;
	padding: 5px 0;
	}

.total-benefit-box{
	background-color: #ecf4fb;
	padding: 24px;
	width: 100%;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
	}

.total-benefit-futa p{
	font-size: 18px;
	text-align: center;
	}

.benefit-white {
    background-color: #fff;
    padding: 15px;
    color: #0312aa;
    border-radius: 8px;
	}

.benefit-total {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
	}

.benefit-p{
	text-align: center;
	font-size: 13px;
	}

.large-font{
	font-size: 150%;
	}

.skyblue{
	color: #21a2f5;
	}

.page-top-3col-01-box p {
    font-size: 14px;
    line-height: 1.6;
	}

.page-top-strength .page-top-3col-01-item{
	width: 78%;
	}

.page-top-user-voice .row-voice dt {
    width: 73px;
	margin: 0 auto 24px;
	}

.page-top-user-voice{
	margin-top: 50px;
	}

.page-top-user-voice .arrow_box {
    position: relative;
    background: #fff;
    margin: 10px;
    padding: 18px;
    border-radius: 4px;
	}


.arrow_box {
	position: relative;
	background: #ffffff;
	margin: 10px;
    padding: 18px;
    border-radius: 8px;
}
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 8px;
	margin-left: -8px;
}


.row-voice dd{
	margin-inline-start: 0px;
	}


.page-top-user-voice .row-voice dd p {
    margin-left: 1em;
}

.page-top-user-voice .arrow_box p {
    color: #0312aa;
    font-size: 13px;
    line-height: 1.4;
}

.page-top-user-voice .voice-job {
    margin-bottom: 8px;
    font-size: 15px;
}

.page-about-1col-01-image img{
	width: 100%;
    padding: 34px 20px 0px;
}

.page-top-2col-03-image img{
	width: 100%;
    padding: 0px 30px 0px;
}

/* ============================== About */

.page-top-2col-01-wrap .page-top-2col-01-text{
	padding: 0;
}


/* ============================== パララックス Delighter */


/* （フェードイン）移動なし */
.delighter {
	transition: all .6s ease-out;
	opacity: 0;
   }

/* 表示後のスタイル */
.delighter.started {
	opacity: 1;
   }


/* （フェードイン）20px上に移動 */
.move_up.delighter {
	transition: all .6s ease-out;
	transform: translateY(20px);
	opacity: 0;
   }

/* 表示後のスタイル */
.move_up.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }


/* （フェードイン）10px下に移動 */
.move_down.delighter {
	transition: all .6s ease-out;
	transform: translateY(-10px);
	opacity: 0;
   }

/* 表示後のスタイル */
.move_down.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }


/* 3つ時間差表示 1 */
.slide1.delighter {
	transition: all .2s ease-out;
	transform: translateY(40px);
	opacity: 0;
   }

/* 表示後のスタイル */
.slide1.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }

/* 3つ時間差表示 2 */
.slide2.delighter {
	transition: all .4s ease-out;
	transform: translateY(40px);
	opacity: 0;
   }

/* 表示後のスタイル */
.slide2.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }

/* 3つ時間差表示 3 */
.slide3.delighter {
	transition: all .6s ease-out;
	transform: translateY(40px);
	opacity: 0;
   }

/* 表示後のスタイル */
.slide3.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }


/* 吹き出し (下へ移動) */
.fukidashi_box.delighter {
	transition: all .9s ease-out;
	transform: translateY(-10px);
	opacity: 0;
   }

/* 表示後のスタイル */
.fukidashi_box.delighter.started {
	opacity: 1;
	transform: translateY(0);
   }
