@charset "utf-8";
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap-01 {
  overflow: hidden;
}
.header-01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.header-01-inner {
    padding: 10px 22px;
    height: 73px;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width:1200px){
  .header-01-inner {
    height: 95px;
  }
}
.header-01-logo {
    width: 62px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 20px 0 0;
}
.header-01-logo-link {
  display: block;
}
.header-01-title {
    width: 145px;
    flex-shrink: 0;
    flex-grow: 0;
}
.header-01-title-link {
  display: block;
}
.header-01-title-sub {
    color: #0312aa;
    font-size: 0.74em;
    display: block;
    white-space: nowrap;
    transform-origin: left;
    transform: scale(0.8);
    padding: 0 0 9px;
}
.header-01-toggle {
  display: none;
}
.nav-01 {
  margin: 0 0 0 60px;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-01-menu {
    margin: 0 -20px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.nav-01-menu-item {
  padding: 0 20px;
}
@media screen and (max-width:1400px){
  .nav-01 {
    margin: 0 0 0 60px;
  }
  .nav-01-menu {
    margin: -5px -20px;
    flex-wrap: wrap;
  }
  .nav-01-menu-item {
    padding: 5px 20px;
  }
}
@media screen and (max-width:1200px){
  .nav-01-menu-item:nth-child(even) {
    width: 60%;
  }
  .nav-01-menu-item:nth-child(odd) {
    width: 40%;
  }
}
.nav-01-menu-sp {
  display: none;
}
.nav-01-menu-link {
  color: #7a858f;
  font-weight: 400;
  transition: color .4s;
}
.nav-01-menu-link:hover {
  color: #0312aa;
}
.nav-01-right {
  margin: 0 -5px;
  display: flex;
  align-items: center;
}
.nav-01-right-item {
  padding: 0 5px;
}
.nav-01-button-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #0312aa;
  transition: background-color .4s;
}
.nav-01-button-01:hover {
  background-color: #501ee0;
}
.nav-01-button-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 30px;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #36b1ff;
  transition: background-color .4s;
}
.nav-01-button-02:hover {
  background-color: #501ee0;
}
.nav-01-sns {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-01-sns-adjust {
  top: 170px;
  transform: none;
}
.nav-01-sns-item + .nav-01-sns-item {
  margin: 30px 0 0;
}
.nav-01-sns-twitter {
  display: block;
  width: 21px;
  height: 17px;
  position: relative;
}
.nav-01-sns-twitter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/skyblue/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s;
}
.nav-01-sns-twitter:hover:before {
  opacity: 1;
}
.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-twitter:hover:after {
  opacity: 0;
}
.nav-01-sns-instagram {
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
}
.nav-01-sns-instagram:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/skyblue/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s;
}
.nav-01-sns-instagram:hover:before {
  opacity: 1;
}
.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-instagram:hover:after {
  opacity: 0;
}
.nav-01-sns-facebook {
  display: block;
  width: 11px;
  height: 22px;
  position: relative;
  margin: 0 auto;
}
.nav-01-sns-facebook:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/skyblue/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s;
}
.nav-01-sns-facebook:hover:before {
  opacity: 1;
}
.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-facebook:hover:after {
  opacity: 0;
}
.nav-01-sns-youtube {
  display: block;
  width: 21px;
  height: 15px;
  position: relative;
}
.nav-01-sns-youtube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("../icon/site/skyblue/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: opacity .4s;
}
.nav-01-sns-youtube:hover:before {
  opacity: 1;
}
.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;
}
.nav-01-sns-youtube:hover:after {
  opacity: 0;
}

@media screen and (max-width:999px){
  .header-01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
  .header-01-inner {
    padding: 15px 20px;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-01-logo {
    width: 57px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 20px 0 0;
  }
  .header-01-logo-link {
    display: block;
  }
  .header-01-title {
    width: 156px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header-01-title-link {
    display: block;
  }
  .header-01-title-sub {
    display: none;
  }
  .header-01-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    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: 60px;
    left: 0;
    margin: 0;
    width: 100%;
    max-height: calc(100% - 60px);
    overflow-y: scroll;
    z-index: 10;
    background-color: #0312aa;
    display: none;
  }
  .nav-01-menu {
    margin: 0;
  }
  .nav-01-menu-item {
    border-bottom: 1px #5c69e7 solid;
    padding: 0;
  }
  .nav-01-menu-item:nth-child(even) {
    width: 50%;
  }
  .nav-01-menu-item:nth-child(odd) {
    width: 50%;
    border-right: 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;
    margin: 0;
  }
  .nav-01-right-item:first-child {
    padding: 0 18px 0 0;
  }
  .nav-01-right-item:last-child {
    padding: 0 0 0 18px;
  }
  .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 {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    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 + .nav-01-sns-item {
    margin: 0;
  }
  .nav-01-sns-item:first-child {
    padding: 0 40px 0 0;
  }
  .nav-01-sns-item:last-child {
    padding: 0 0 0 40px;
  }
  .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: 120px 30px 180px;
  max-width: 1020px;
  margin: 0 auto;
}
.footer-01-top {
  display: flex;
}
.footer-01-heading {
  width: 40%;
}
.footer-01-item {
  width: 20%;
}
@media screen and (max-width:1300px){
  .footer-01-top {
    flex-wrap: wrap;
  }
  .footer-01-heading {
    width: 100%;
    margin: 0 0 100px;
  }
  .footer-01-item {
    width: 33.333333%;
  }
}
.footer-01-headline {
  font-size: 13px;
  margin: 0 0 40px;
}
.footer-01-title {
  display: flex;
  align-items: center;
}
.footer-01-title-image {
    width: 265px;
}
.footer-01-title-text {
  padding: 0 0 0 35px;
  font-size: 13px;
  font-weight: 700;
}
.footer-01-text {
    font-size: 14px;
}
.footer-01-bottom {
  margin: 180px 0 0;
  display: flex;
}
@media screen and (max-width:1300px){
  .footer-01-bottom {
    flex-wrap: wrap;
  }
}
.footer-01-menu-item {
  font-weight: 700;
  font-size: 15px;
}
.footer-01-menu-item + .footer-01-menu-item {
  margin: 40px 0 0;
}
.footer-01-menu-link {
  display: inline-block;
  transition: color .4s;
}
.footer-01-menu-link:hover {
  color: #36b1ff;
}
.footer-01-download {
  width: 40%;
}
@media screen and (max-width:1300px){
  .footer-01-download {
    width: 100%;
    margin: 100px 0 0;
  }
}
.footer-01-app {
  display: flex;
}
.footer-01-app-item + .footer-01-app-item {
  padding: 0 0 0 55px;
}
.footer-01-app-link {
  display: inline-block;
  transition: opacity .4s;
}
.footer-01-app-link:hover {
  opacity: 0.6;
}
.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: space-between;
}
.foter-01-copy-text {
    font-size: 10px;
}
.footer-01-back {
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 20px 0 0;
  position: relative;
  transition: color .4s;
}
.footer-01-back:hover {
  color: #36b1ff;
}
.footer-01-back:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 8px;
  height: 100%;
  background-image: url("../icon/site/skyblue/arrow-up.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 8px;
}
.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-back:hover:after {
  opacity: 0;
}

.main-01 {
    padding: 73px 0 0;
}
@media screen and (max-width:1200px){
  .main-01 {
    padding: 95px 0 0;
  }
}
@media screen and (max-width:999px){
  .main-01 {
    padding: 60px 0 0;
  }
}
.section-01 {
    padding: 120px 0 120px;
}
.section-inner-01 {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 30px;
}

.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: 42px;
  line-height: 1.35;
  color: #0312aa;
  font-weight: 700;
  text-align: center;
  padding: 0 0 45px;
  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: 16px;
    font-weight: 400;
    color: #c6c9f7;
    margin: 0 0 40px;
    display: block;
    font-family: helvetica, sans-serif;
}
.text-01 {
  font-size: 16px;
  margin: 70px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-02 {
  font-size: 16px;
  margin: 40px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-03 {
  font-size: 16px;
  margin: 20px 0 0;
  color: #0312aa;
  line-height: 2;
}
.text-04 {
  font-size: 16px;
  margin: 10px 0 0;
  color: #0312aa;
  line-height: 2;
}
.link-01 {
  display: inline-block;
  line-height: 1.5;
  position: relative;
  transition: color .4s;
}
.link-01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #0312aa solid;
  transition: border-bottom .4s;
}
.link-01:hover {
  color: #36b1ff;
}
.link-01:hover:before {
  border-bottom: 1px #36b1ff solid;
}
.link-02 {
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  color: #36b1ff;
}
.link-02:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px #36b1ff solid;
  transition: opacity .4s;
}
.link-02:hover:before {
  opacity: 0;
}

.button-box-01 {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}
.button-box-02 {
  margin: 70px 0 0;
  display: flex;
  justify-content: center;
}
.button-box-03 {
  margin: 70px -20px 0;
  display: flex;
  justify-content: center;
}
.button-box-03-item {
  padding: 0 20px;
}

.button-01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  color: #0312aa;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  transition: background .4s;
  min-width: 220px;
}
.button-01:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/skyblue/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.button-01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/white/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-01:hover {
  background-color: #36b1ff;
}
.button-01:hover:before {
  opacity: 0;
}
.button-02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  color: #0312aa;
  font-weight: 700;
  background-color: #edf0fb;
  position: relative;
  transition: background .4s;
  min-width: 220px;
}
.button-02:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/skyblue/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.button-02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/white/arrow-sign-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-02:hover {
  background-color: #36b1ff;
}
.button-02:hover:before {
  opacity: 0;
}
.button-03 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 14px;
  color: #0312aa;
  font-weight: 700;
  background-color: #edf0fb;
  position: relative;
  transition: background .4s, color .25s;
  min-width: 220px;
}
.button-03:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/skyblue/arrow-sign-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity .4s;
}
.button-03:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 17px;
  height: 17px;
  background-image: url("../icon/site/white/arrow-sign-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button-03:hover {
  background-color: #501ee0;
  color: #36b1ff;
}
.button-03:hover:before {
  opacity: 0;
}

.news-01 {
  margin: 75px 0 0;
  border-top: 1px #cecece solid;
}
.news-01-item {
  border-bottom: 1px #cecece solid;
}
.news-01-item-nohit {
  text-align: center;
  padding: 20px 30px;
}
.news-01-link {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 0;
  background-image: url("../icon/site/skyblue/arrow-right.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 7px;
}
.news-01-date {
  font-size: 12px;
  color: #0312aa;
  width: 100px;
  transition: color .4s;
}
.news-01-link:hover .news-01-date {
  color: #36b1ff;
}
.news-01-category {
  width: 62px;
  height: 19px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 45px 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 {
  width: calc(100% - 207px);
  font-size: 15px;
  color: #0312aa;
  transition: color .4s;
}
.news-01-link:hover .news-01-text {
  color: #36b1ff;
}

.news-01-pager {
  margin: 50px 0 0 -8px;
  display: flex;
  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-item:hover {
  background-color: #501ee0;
  color: #fff;
}
.news-01-pager--active {
  background-color: #36b1ff;
  color: #fff;
  pointer-events: none;
}
.news-01-detail {
  margin: 40px auto 0;
  max-width: 1020px;
  padding: 0 30px;
}
.news-01-detail-inner {
  background-color: #fff;
  padding: 60px 70px 70px;
}
.news-01-detail-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-01-detail-category {
  width: 60px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  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: 38px;
  font-weight: 600;
  margin: 60px 0 0;
}
.news-01-detail-wrap {
  margin: 60px 0 0;
  color: #0312aa;
}
.news-01-detail-wrap p {
  font-size: 14px;
  line-height: 2;
  margin: 50px 0 0;
}
.news-01-detail-wrap p:first-child {
  margin: 0;
}
.news-01-detail-wrap img {
  margin: 50px auto 0;
}
.news-01-detail-nav {
  margin: 50px 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: 13px;
    font-weight: 600;
    transition: background .4s, color .4s;
    padding: 0 0 1px;
}
.news-01-detail-nav-link:hover {
  background-color: #36b1ff;
  color: #fff;
}

.table-01 {
  margin: 70px 0 0;
  width: 100%;
  border-top: 1px #cecece solid;
  font-size: 14px;
  color: #0312aa;
}
.table-01-head {
  width: 190px;
  min-width: 190px;
  border-bottom: 1px #cecece solid;
  padding: 30px 0;
}
.table-01-data {
  width: auto;
  border-bottom: 1px #cecece solid;
  padding: 30px 0 30px 35px;
}
.table-02 {
  margin: 45px 0 0;
  width: 100%;
  font-size: 14px;
  color: #0312aa;
}
.table-02-head {
  width: 190px;
  min-width: 190px;
  padding: 25px 0;
  font-weight: 600;
}
.table-02-head-top-pt {
  padding: 35px 0 25px;
  vertical-align: top;
}
.table-02-head-top-npt {
  vertical-align: top;
}
.table-02-data {
  width: auto;
  padding: 25px 0 25px 35px;
}

.tag-01 {
  display: flex;
  align-items: center;
}
.tag-01-item {
  font-size: 11px;
  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 20px;
  font-size: 15px;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.input-text-01::placeholder {
  color: #99a9b6;
}
.input-textarea-01 {
  width: 100%;
  height: 220px;
  padding: 15px 20px;
  font-size: 15px;
  background-color: #f3f3f3;
  border-radius: 3px;
}

.faq-01 {
    margin: 70px 0 0;
    background-color: #f7f7f7;
    color: #0312aa;
    padding: 25px 35px 40px;
}
.faq-01 + .faq-01 {
  margin: 40px 0 0;
}
.faq-01-q {
  padding: 10px 0 0 70px;
  position: relative;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  min-height: 50px;
}
.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: 50px;
  height: 50px;
  border-radius: 100%;
}
.faq-01-a {
  margin: 25px 0 0;
  padding: 30px 25px 30px 90px;
  background-color: #fff;
  font-size: 16px;
  line-height: 30px;
  min-height: 90px;
  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: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 17px;
  font-weight: 600;
}

.tab-01 {
  margin: 70px 0 0;
}
.tab-01-header {
  display: flex;
  justify-content: center;
}
.tab-01-header-item {
  width: 210px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 3px #d4d5da solid;
  cursor: pointer;
  transition: border-bottom .4s;
}
.tab-01-header-item:hover {
  border-bottom: 3px #36b1ff solid;
}
.tab-01-header-item-inner {
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #8d91a5;
  transition: color .4s;
  position: relative;
}
.tab-01-header-item:hover .tab-01-header-item-inner {
  color: #36b1ff;
}
.tab-01-header-item-inner:after {
  content: "";
  background-image: url("../icon/site/skyblue/triangle-down.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px;
  transition: opacity .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  z-index: 1;
}
.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;
  transition: opacity .4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 100%;
  z-index: 2;
}
.tab-01-header-item:hover .tab-01-header-item-inner:before {
  opacity: 0;
}
.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: 80px 0 0;
}
.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: 120px 0 0;
}
.page-lecture-list-01-heading {
  padding: 0 0 0 95px;
  position: relative;
}
.page-lecture-list-01-heading-num {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border: 4px #0312aa solid;
  border-radius: 100%;
}
.page-lecture-list-01-heading-title {
  font-size: 30px;
  font-weight: 600;
}
.page-lecture-list-01-heading-sub {
  font-size: 18px;
  margin: 10px 0 0;
}
.page-lecture-list-01-inner {
  margin: 10px -25px 0;
  display: flex;
  flex-wrap: wrap;
}
.page-lecture-list-01-item {
  padding: 50px 25px 0;
  width: 33.333333%;
}
@media screen and (max-width: 939px){
  .page-lecture-list-01-item {
    width: 50%;
  }
}
.page-lecture-list-01-link {
  display: block;
}
.page-lecture-list-01-image {
  position: relative;
}
.page-lecture-list-01-image:after {
  content: "";
  background-image: url("../img/site/lecture/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .4s;
}
.page-lecture-list-01-link:hover .page-lecture-list-01-image:after {
  opacity: 1;
}
.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 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  height: 105px;
}


.page-common-heading-01 {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-common-heading-01-inner {
  color: #fff;
}
.page-common-heading-01-title {
    font-size: 50px;
    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 30px 0;
  max-width: 1020px;
  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-home:hover {
  opacity: 0.6;
}
.page-common-breadcrumb-01-link {
  transition: color .4s;
}
.page-common-breadcrumb-01-link:hover {
  color: #36b1ff;
}
.page-common-breadcrumb-01-item-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.page-top-text-01 {
  font-size: 20px;
  margin: 70px 0 0;
  color: #0312aa;
  text-align: center;
}
.page-top-mv {
    position: relative;
    height: calc(100vh - 73px);
    min-height: 615px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:999px) {
  .page-top-mv {
    height: calc(100vh - 60px);
  }
}
.page-top-mv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
    background-image: url(../img/site/top/bg-top-pc.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    display: flex;
}
.page-top-mv-inner {
  max-width: 1020px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.page-top-mv-sub {
    font-size: 29px;
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
}
.page-top-mv-sub:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 12px;
  background-color: #aab7ff;
}
.page-top-mv-title {
    margin: 45px 0 0;
}
.page-top-mv-title-image {
  width: 476px;
}
.page-top-mv-title-text {
    display: block;
    margin: 30px 0 0;
    font-size: 20px;
    color: #aab7ff;
}
.page-top-mv-text {
    margin: 50px 0 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.page-top-mv-box {
    margin: 60px 0 0;
    display: flex;
    justify-content: center;
}
.page-top-2col-01 {
    margin: 85px 0 0;
    display: flex;
}
.page-top-2col-01-wrap {
  width: 55%;
  padding: 0 120px 0 0;
  color: #0312aa;
}
@media screen and (max-width:1300px){
  .page-top-2col-01-wrap {
    padding: 0 70px 0 0;
  }
}
.page-top-2col-01-title {
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}
.page-top-2col-01-text {
  line-height: 2;
  margin: 50px 0 0;
}

.page-about-1col-01 .page-top-2col-01-text {
  line-height: 2;
  margin: 50px 120px 0;
}
.page-top-2col-01-image {
  width: 45%;
}
.page-top-2col-02 {
  margin: 90px 0 0;
  display: flex;
}
.page-top-2col-02-image {
  width: 45%;
}
.page-top-2col-02-wrap {
  width: 55%;
  padding: 0 0 0 50px;
  color: #0312aa;
}
.page-top-2col-02-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.page-top-2col-02-text {
  line-height: 1.8;
  margin: 35px 0 0;
}
.page-top-2col-02-note {
  margin: 40px 0 0;
  font-size: 12px;
}
.page-top-2col-03 {
  margin: 100px 0 0;
  display: flex;
}
.page-top-2col-03 + .page-top-2col-03 {
  margin: 150px 0 0;
}
.page-top-2col-03-wrap {
  width: 50%;
  padding: 20px 50px 0 0;
}
.page-top-2col-03-reverse .page-top-2col-03-wrap {
  padding: 20px 0 0 95px;
  order: 2;
}
.page-top-2col-03-image {
  width: 50%;
  padding: 0 0 0 95px;
}
.page-top-2col-03-reverse .page-top-2col-03-image {
  padding: 0 95px 0 0;
  order: 1;
}
@media screen and (max-width:1300px){
  .page-top-2col-03-reverse .page-top-2col-03-wrap {
    padding: 20px 0 0 50px;
  }
  .page-top-2col-03-image {
    padding: 0 0 0 50px;
  }
  .page-top-2col-03-reverse .page-top-2col-03-image {
    padding: 0 50px 0 0;
  }
}
.page-top-2col-03-title {
  display: flex;
  align-items: center;
}
.page-top-2col-03-reverse .page-top-2col-03-title {
  justify-content: space-between;
}
.page-top-2col-03-title-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #0312aa;
  border-radius: 100%;
  color: #fff;
  font-size: 28px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 700;
  margin: 0 45px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-top-2col-03-reverse .page-top-2col-03-title-num {
  margin: 0;
  order: 2;
}
.page-top-2col-03-title-inner {
  font-size: 34px;
  color: #0312aa;
  font-weight: 700;
  padding: 0 0 3px;
  flex-shrink: 1;
  flex-grow: 1;
}
.page-top-2col-03-reverse .page-top-2col-03-title-inner {
  order: 1;
}

@media screen and (max-width:1300px){
  .page-top-2col-03-reverse .page-top-2col-03-title-inner {
    padding: 0 50px 3px 0; 
  }
}

.page-top-2col-03-text {
  margin: 35px 0 0;
  padding: 0 0 0 93px;
  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 5px;
  background-size: 38px;
  min-height: 90px;
}
.page-top-2col-03-text-nobg {
  background-image: none;
}
.page-top-2col-03-reverse .page-top-2col-03-text {
  padding: 0 93px 0 0;
  background-position: right 5px top 5px;
}
.page-top-2col-04 {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
  color: #fff;
}
.page-top-2col-04-left {
  padding: 0 50px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-top-2col-04-right {
  padding: 0 0 0 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-top-2col-04-text {
  background-image: url("../icon/site/white/fukidashi.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 14px;
  display: inline-block;
  padding: 0 25px;
}
.page-top-2col-04-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  margin: 20px auto 0;
  color: #0312aa;
  font-size: 18px;
  font-weight: 700;
  transition: background .4s, color .4s;
}
.page-top-2col-04-guide:hover {
  background-color: #36b1ff;
  color: #fff;
}
.page-top-2col-04-guide-inner {
  padding: 20px 0 20px 35px;
  position: relative;
}
.page-top-2col-04-guide-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  z-index: 1;
  background-image: url("../icon/site/white/beginner.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
}
.page-top-2col-04-guide-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  z-index: 2;
  background-image: url("../icon/site/blue/beginner.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  transition: opacity .4s;
}
.page-top-2col-04-guide:hover .page-top-2col-04-guide-inner:after {
  opacity: 0;
}
.page-top-2col-04-faq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 58px;
  border: 1px #fff solid;
  background-color: #0312aa;
  border-radius: 30px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: background .4s, border .4s;
}
.page-top-2col-04-faq:hover {
  background-color: #36b1ff;
  border: 1px #36b1ff solid;
}
.page-top-2col-04-faq-inner {
  padding: 20px 0 20px 40px;
  position: relative;
  background-image: url("../icon/site/white/question.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
}
.page-top-3col-01 {
  margin: 45px -40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-top-3col-01-item {
  margin: 45px 0 0;
  padding: 0 40px;
  width: 33.333333%;
  min-width: 345px;
}
.page-top-3col-01-mark {
  margin: 0 auto;
  width: 53px;
  height: 53px;
  background-color: #0312aa;
  border-radius: 100%;
  color: #fff;
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
.page-top-3col-01-mark-text {
  font-size: 10px;
  transform: scale(0.8);
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}
.page-top-3col-01-mark-num {
  font-size: 28px;
  line-height: 1;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: 700;
}
.page-top-3col-01-title {
  margin: 30px 0 0;
  color: #0312aa;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  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-text {
  color: #0312aa;
  line-height: 1.6;
  margin: 20px 0 0;
}
.page-top-3col-02 {
  margin: 45px -50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-top-3col-02-item {
  margin: 45px 0 0;
  width: 33.333333%;
  padding: 0 50px;
  min-width: 350px;
}
.page-top-3col-02-title {
    padding: 0 0 2px 58px;
    background-image: url(../img/site/top/bg-top-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 37px;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.page-top-3col-02-box {
  margin: 50px 0 0;
  min-height: 155px;
}
.page-top-3col-02-text {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #f8f8fd;
}

.page-terms-01-lead {
  margin: 70px 0 0;
  text-align: left;
  font-size: 16px;
  line-height: 2;
  color: #0312aa;
}
.page-terms-01-lead + .page-terms-01-lead {
  margin: 20px 0 0;
}
.page-terms-01-section {
  margin: 80px 0 0;
  color: #0312aa;
}
.page-terms-01-title {
  border-bottom: 1px #cecece solid;
  font-size: 23px;
  font-weight: 600;
  padding: 0 22px 12px;
  position: relative;
}
.page-terms-01-title:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  border-left: 5px #36b1ff solid;
  height: 30px;
}
.page-terms-01-text {
  font-size: 15px;
  margin: 40px 0 0;
  padding: 0 15px;
  line-height: 2;
}
.page-terms-01-list-01 {
  font-size: 15px;
  margin: 40px 0 0;
  padding: 0 15px;
  line-height: 2;
}
.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: 30px 0 0;
}
.page-terms-01-list-01-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.page-terms-01-list-02 {
  font-size: 15px;
  margin: 40px 0 0;
  padding: 0 15px;
  line-height: 2;
}
.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: 15px;
  margin: 40px 0 0;
  padding: 0 15px;
  line-height: 2;
}
.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: 15px;
  margin: 40px 0 0;
  padding: 0 15px;
  line-height: 2;
}
.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: 30px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-02 {
  padding: 0;
  margin: 30px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-03 {
  padding: 0;
  margin: 30px 0 0;
}
[class^="page-terms-01-list"] .page-terms-01-list-04 {
  padding: 0;
  margin: 30px 0 0;
}

.page-regist-flow {
  margin: 70px auto;
  width: 700px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-regist-flow:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  border-bottom: 1px #99a9b6 solid;
  z-index: 1;
}
.page-regist-flow-item {
  font-size: 16px;
  color: #99a9b6;
  padding: 0 10px 45px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.page-regist-flow-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border: 1px #fff solid;
  border-radius: 100%;
}
.page-regist-flow-item:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  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: 100%;
}
.img-top-02 {
  width: 100%;
  padding: 20px 24px 0px;
}
.img-top-03 {
  width: 100%;
  padding: 20px 24px 0px;
}
.img-top-04 {
  width: 100%;
  padding: 20px 24px 0px;
}
.img-top-05 {
  width: 100%;
}
.img-top-06 {
  width: 141px;
}
.img-top-07 {
  width: 128px;
}
.img-top-08 {
  width: 141px;
}
.img-top-09 {
  width: 301px;
}
.img-top-10 {
  width: 100%;
}
.img-top-11 {
  width: 100%;
}
.img-top-12 {
  width: 100%;
}


.page-top-2col-02-item {
  margin: 90px 0 0;
  width: 50%;
  padding: 0 50px;
  min-width: 350px;
}

.support-p{
	background-color: #fff;
	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;
	}

.support-p p{
	line-height: 1.6;
    font-weight: bold;
    font-size: 16px;
	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: 20px;
	padding: 5px 0;
	}

.page-top-3col-benefit {
    margin: 45px -50px 70px;
    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;
	}

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

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

.skyblue{
	color: #21a2f5;
	}

.page-top-user-voice .row-voice {
    display: table;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
	}


.arrow_box {
	position: relative;
	background: #ffffff;
	margin: 10px;
    padding: 18px;
    border-radius: 8px;
}


.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 8px;
	margin-top: -8px;
}

.page-top-user-voice .row-voice dt {
    font-size: 12px;
    text-align: center;
	}

.page-top-user-voice .row-voice dt img {
    width: 60px;
    display: block;
	}

.page-top-user-voice .row-voice dd, .page-top-user-voice .row-voice dt {
    display: table-cell;
    vertical-align: middle;
	}


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



.page-top-user-voice .row-voice dt {
    width: 150px;
	}

.row-voice dt p{
	color: #0312aa;
	font-weight:bold;
	font-size:16px;
	}


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

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

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

.page-top-3col-benefit .page-top-3col-01-box{
	width: 33.3333333%;
}

.page-top-3col-benefit .page-top-3col-01-box p{
	padding:0 20px;
}

/* ============================== about */

.function-list .page-about-3-col-wht {
    border: solid 5px #d1d7ee;
    min-height: 386px;
    border-radius: 10px;
    padding: 27px;
	}


.function-list .page-top-3col-02-item {
    margin: 10px 0;
    width: 33.333333%;
    padding: 0 10px;
    min-width: 350px;
	}

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

.function-list .page-top-3col-02-title {
    padding: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #0312aa;
	text-align: center
	}

.function-list .img-about-06 {
    padding: 0px 69px;
	}

.function-list .page-top-3col-02-box {
    margin: 34px 0 0;
    min-height: 140px;
	}

.page-about-1col-01 {
    margin: 85px 0 0;
	color: #0312aa;
	}

.img-about-01 {
    width: 571px;
    margin: 0 auto 60px;
	}

/* ============================== guide */

.page-top-2col-03-text a{
	text-decoration: underline;
	}


/* ============================== パララックス 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: translateX(-10px);
	opacity: 0;
   }

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